/*全般*/
label {
    width: 90%;
}
		.toplogo{display:flex;}
		.site-description{ position: absolute;
    left: 11rem;
    top: 11rem;}
.layout-full #colophon {padding-top: 0;}
.res0 h3 {
  position: relative;
  padding: 1rem .5rem;
}
.res0 h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: '';
  border-radius: 3px;
  background-image: -webkit-gradient(linear, right top, left top, from(#dd9933), to(#7a5400));
  background-image: -webkit-linear-gradient(right, #dd9933 0%, #7a5400 100%);
  background-image: linear-gradient(to left, #dd9933 0%, #7a5400 100%);
}
.res0 h2 {
  padding: 1rem 2rem;
  color: white!important;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(#dd9933), to(#7a5400));
  background-image: -webkit-linear-gradient(left, #dd9933 0%, #7a5400 100%);
  background-image: linear-gradient(to right, #dd9933 0%, #7a5400 100%);
}

ul.check-list{
  list-style-type: none;
}
.check-list li {
  position: relative;
  line-height: 1.8;
}
.check-list li::after {
  content: '';
  display: block;
  position: absolute;
  top: .5em;
  left: -1.5em;
  width: 10px;
  height: 5px;
  border-left: 3px solid #9c9c9c;
  border-bottom: 3px solid #9c9c9c;
  transform: rotate(-45deg);
}

.button {text-align:center;padding:2rem;}
.button a{
		background: #41a9d5;
    padding: 2rem 3rem;
    border-radius: 1rem 1rem;
    font-size: 2rem;
    color: white;
    text-decoration: none;
}
@media screen and (max-width: 768px) {
	.site-description{ position: unset;}
}

/*固定ページデザイン*/
.type-page .entry-header h1,
.blog-archive h1{
padding-top: 20px!important;
    margin: 0 0 2rem 0!important;
    font-size: 26px!important;
    line-height: 36px!important;
    text-transform: uppercase!important;
    color: #444444!important;
    letter-spacing: 1px!important;
    text-align: center!important;
    border-bottom: 1px solid gainsboro!important;
    padding-bottom: 1rem!important;
}
.price{
		font-size: 1.5rem;
    background: aliceblue;
    border-radius: 20px 20px 20px 20px;
    padding: 2rem;
		text-align: center;
}
.price span{
    font-size: 3rem;
    margin-left: 1rem;
}
.course{
  position: relative;
  padding: 0 65px;
  text-align: center;
		    width: 300px;
    margin: auto!important;
    font-size: 1.5rem;
}

/*.course:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #000;
}*/

.course span {
  position: relative;
  padding: 0 1em;
  background: #fcfcfc;
}
.res0{padding-top:2rem;}
/*トップページ*/

#theme-attribution {
  display: none;
}

#footer-widgets {
  text-align: center;
}

.red_b {
  font-size: 2rem;
  color: #CC0000;
}

#newswid .widget-title {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
}

#panel-268-3-0-1 {
  margin-top: -90px;
}

.so-panel .h1title {
  font-weight: bold;
  font-size: 2rem;
}

.newsrow .entry-content {
  display: none;
}

@media (orientation: portrait) {
  .site-title {
    padding: 1rem 0;
  }
}

/*当社のsystem*/
.flowsec {
		box-sizing: border-box;
  min-height: 50vh;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
ul {
  padding: 0;
}
li {
  list-style-type: none;
}
dd {
  margin-left: 0;
}

.flow {
  padding-left: 120px;
  position: relative;
}
.flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
}
.flow > li {
  position: relative;
}
.flow > li:not(:last-child) {
  margin-bottom: 8vh;
}
.flow > li .icon {
  font-size: 12px;
  color: #fff;
  background: rgb(107,144,219);
  background: -moz-linear-gradient(left, rgba(214, 179, 81,1) 0%, rgba(138, 101, 0,1) 100%);
  background: -webkit-linear-gradient(left, rgba(214, 179, 81,1) 0%,rgba(138, 101, 0,1) 100%);
  background: linear-gradient(to right, rgba(214, 179, 81,1) 0%,rgba(138, 101, 0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
  padding: 8px 20px;
  display: block;
  position: absolute;
  top: 0;
  left: -120px;
  z-index: 100;
}
.flow > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #66d5e9;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flow > li dl {
  padding-left: 70px;
  position: relative;
}
.flow > li dl::before,
.flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #6b90db;
  border-radius: 50%;
  left: -4px;
}
.flow > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}
.flow > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: rgb(107,144,219);
  margin-bottom: 1vh;
}
@media screen and (max-width: 768px) {
.flow > li dl {
  padding-left: 20px;
  position: relative;
}
	ul.flow{margin: 0 0 1.5em 0em;}		
}

/*FAQ*/
.faq-block-question::before{content:'Q.'; }
.faq-block-answer::before{content:'A.';    margin: 0rem;
    position: absolute;
    left: 35px;}
#faq-block .faq-block-item .faq-block-answer p:last-child{margin-left: 2rem;}

/*会社概要*/
.company tr{border-bottom:1px solid black;}
.company td{padding:1rem;}


/*レスポンシブテーブル*/

.res-table {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  border: 1px solid #ccc;
  border-bottom: none;
}

.res-table dt {
  margin: 0!important;
  background: #f5f5f5;
  padding: 5px;
  width: 150px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.res-table dd {
  margin: 0!important;
  background: #fff;
  padding: 5px;
  width: calc(96% - 150px);
  border-bottom: 1px solid #ccc;
}

@media only screen and (max-width: 765px) {
  .res-table dt {
    width: 100%;
    border-right: none;
  }

  .res-table dd {
    width: 100%;
  }
		.toplogo{display:block;}
}

/*//レスポンシブテーブル*/