#inside_top {
  background: url(../images/top.jpg) no-repeat; }
@media only screen and (min-width: 601px){
  .row .col.m6 {
    width: 48%; }
}
@media only screen and (min-width: 800px){
  .row .col.l6 {
    width: 48%; }
  .row .col.l3 {
    width: 24%; }
}
span.mini{
  font-size: .8em;
}
.pan.container{
  margin: 15px auto 10px;
}
#appeal{
  border: 1px solid;
  padding: 10px;
  margin: 0 0 3rem 0;
  text-align: center; }
#appeal div{
  text-align: left; }
#appeal ul{
  font-weight: bold;
  font-size: 1.3rem;
  margin: 15px 0; }
#appeal ul strong{
  color: #990000;
  font-weight: bold;
  font-size: 1.5rem; }
#appeal ul li{
  margin: 0 0 5px;
  padding: 0 0 2px 10px;
  border-bottom: 1px dashed; }
#appeal ul + p{
  font-size: 1.3rem;
  font-weight: bold; }
#appeal #left{
  padding: 0 10px 0 20px; }
#appeal #right{
   text-align: right ;}



.inside dt img[alt="_"] {
  margin: 10px 10px 0 30px;
}
.inside h4{
  font-weight: bold;
  margin: 3rem 0 5px; }
.inside dd li{
  margin: 0 0 5px;
  list-style: square outside; }

span.hl {
  color: white;
  background-color: red;
  font-weight: bold;
  font-size: 3rem;
  padding: 10px 10px 0px 10px;}
  #guidance dd {
    font-size: 1rem;
    margin: 5px 10px 20px;}
    #guidance dd span{
      margin: 10px 10px 0 0;
      color: #996600;}
    #guidance dd li{
      margin: 5px 0 5px 20px; }

#inside_top p {
  margin: 5px 0 0 10px;}

#inside_top img {
  margin: 0 0 10px 0;}


.txt_blue{
  color: #06798c;
}
.txt_pink{
  color: #cc5c6c;
}
.img_right{
  margin: 10px 0;
}
.container{
  margin: 0 auto 3em;
  font-size: 18px;
}
[class*="reform"] h2{
  text-align: center;
  font-weight: bold;
}
  [class*="reform"] h2 span{
    font-size: 80%;
  }
[class*="reform"] h3, section[class*="reform"] h4{
  background: none;
  border: 0;
  margin: 0 0 .5em;
  padding: 0;
  font-weight: bold;
}
[class*="reform"] h3 + div {
  width: auto;
  margin: auto;
}

/*--img--*/
.img_full{
  text-align:center;
  margin:0;
  font-size: 0;
}
/*--headmain--*/
#head{
  background: url(../images/head_back.jpg) no-repeat right top / cover;
  margin: 0 0 2em;
  padding: 1em;
}
  #head p.bo{
    border: 1px solid #808080;
    background: #fff;
    margin: 0;
    padding: 5px;
  }
  #head aside p{
    margin: 1em 0;
    background: rgba(255, 255, 255, 0.65);
    padding: .5em;
  }
.attention{
  border: 2px solid #9A0002;
  margin: 1em 0;
  padding: 1em;
}
.btn-circle-flat {
  display: inline-block;
  text-decoration: none;
  background: #4a68aa;
  color: #FFF;
  width: 110px;
  height: 30px;
  line-height: 30px;
  border-radius: 20px;
  text-align: center;
  overflow: hidden;
  transition: .4s;
  font-weight: bold;
  border: solid 2px #4a68aa;
}
.btn-circle-flat.orange {
  background: #ff942e;
  border: solid 2px #ff942e;
}
.btn-circle-flat.green {
  background: #8eaf3e;
  border: solid 2px #8eaf3e;
}
.btn-circle-flat.blue:hover{
  background: #fff;
  border: solid 2px #203a74;
  color: #203a74;
}
.btn-circle-flat.orange:hover{
  background: #fff;
  border: solid 2px #f27600;
  color: #f27600;
}
.btn-circle-flat.green:hover{
  background: #fff;
  border: solid 2px #679100;
  color: #679100;
}
@media only screen and (max-width: 768px) {
  #head{
    padding: 0.5em;
  }
}

.fv_form{
  background: #0E834B;
  padding: 1em;
}
.fv_form p{
  margin: 10px 0;
}
  .fv_form .title{
    color: #fff;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
  }
  .fv_form .flow{
    margin: 0 0 1em;
  }
  .fv_form .flow li{
    display: block;
    background: #DFEF98;
    text-decoration: none;
    position: relative;
    height: 60px;
    text-align: center;
    margin-right: 22px;
  }
  .fv_form .flow li span{
    height: 60px;
    font-weight: bold;
  }
  .flow li:nth-child(even) {
    background-color: #BED366;
  }
  .flow li:nth-child(even):before {
    border-color: #BED366;
    border-left-color: transparent;
  }
  .flow li:nth-child(even):after {
    border-left-color: #BED366;
  }
  .flow li:first-child {
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px 0 0 4px;
  }
  .flow li:first-child:before {
    border: none;
  }
  .flow li:last-child {
    margin: 0;
    padding-right: 15px;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0;
    border-radius: 0 4px 4px 0;
  }
  .flow li:last-child:after {
    border: none;
  }
  .flow li:before, .flow li:after {
    content: "";
    position: absolute;
    top: 0;
    border: 0 solid #DFEF98;
    border-width: 30px 10px;
    width: 0;
    height: 0;
  }
  .flow li:before {
    left: -20px;
    border-left-color: transparent;
  }
  .flow li:after {
    left: 100%;
    border-color: #FFF;
    border-left-color: #DFEF98;
  }
@media only screen and (max-width: 768px) {
  .fv_form{
    padding: .5em;
  }
  .fv_form .title{
    font-size: 120%;
    text-align: left;
  }
    .fv_form .title::before{
      content: "";
      width: 80px;
      height: 80px;
      float: left;
      background: url(../images/sp_fv_back.png) no-repeat top left / contain;
      margin: 0;
    }
}

/*---precedent---*/
.precedent h2{
  font-size: 2.2em;
  margin: 0 auto 1em;
}
.precedent h3{
  font-size: 1.8em;
  text-align: center;
  margin: 2em 0 .5em;
}
.precedent ul#pre_list{
  position: relative;
  margin: 0 0 1em;
}
.precedent ul#pre_list::before{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 100px 0 100px;
  border-color: #007130 transparent transparent transparent;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;
}
  .precedent ul li{
    margin: 0 0 1.5em;
  }

@media only screen and (max-width: 768px) {
.precedent h2{
  font-size: 1.6em;
}
.precedent ul li{
  margin: 0 0 1em;
}
}

/*---price---*/
.price h2{
  background: #118B5E;
  color: #fff;
  padding: .8em;
  font-size: 2.6em;
}
.price #minititle{
  font-size: 1.8em;
  font-weight: bold;
}
.price h4 b{
  font-size: 1.3em;
}
.price #head .title{
  margin: 1em 0 0;
}

.price #network{
  margin: 2em 0;
}
.price #network::before{
  content: '';
  position: absolute;
  background: url(../images/head_point.png) no-repeat;
  display: inline-block;
  width: 280px;
  height: 291px;
}
  .price #network h3{
    font-size: 2em;
    margin: 0 0 10px 200px;
    padding: 15px 0 0 0;
  }
  .price #network div{
    padding: 1em 1em 1em 300px;
    border: 2px solid #06798c;
    line-height: 200%;
  }

@media only screen and (max-width: 768px) {
.price h2{
  font-size: 1.3em;
}
.price #minititle{
  font-size: 130%;
}
.price h4 b{
  font-size: 1.1em;
}
.price #network h3{
  margin: 0 0 10px;
  font-size: 150%;
}
.price #network div{
  padding: .5em;
  line-height: 160%;
}
.price #network::before{
  background: none;
  display: none;
}
}

/*---case---*/
.case h2{
  background: #118B5E;
  color: #fff;
  padding: .5em;
  font-size: 3em;
}
.case h4 b{
  font-size: 1.3em;
}
.case .case h3{
  font-size: 1.8em;
}
.case .case li{
  margin: 0 0 1em;
  text-align: center;
}
#disposal, #totalsupport{
  border: 2px solid #06798c;
  border-radius: 8px;
  margin: 1em auto;
  padding: 1em;
}
#disposal p, #totalsupport p{
  margin: 0 0 8px;
}
  .case #disposal h3{
    background: none;
    color: #06798c;
    font-size: 2.6em;
    border-bottom: 1px solid #06798c;
    padding: .3em;
  }
  #disposal li{
    text-align: center;
  }
    .case #disposal li h4{
      background: #06798c;
      color: #fff;
      padding: .3em;
      border-radius: 20px;
      font-size: 1.2em;
    }
#totalsupport{
  border-bottom: 1px solid #06798c;
}
  #totalsupport h3{
    color: #06798c;
    font-size: 2em;
  }
  #totalsupport h4{
    font-weight: bold;
    font-size: 1.5em;
  }
  #totalsupport h4 img{
    vertical-align: middle;
  }
  #totalsupport .fx-col-45-m{
    margin: 0 0 2em;
  }
.icon_plus{
  display: block;
  position: relative;
  width: 55px;
  height: 55px;
  margin: auto;
  left: 0;
  right: 0;
}
  .icon_plus:before,.icon_plus:after{
    display: block;
    content: '';
    background-color: #06798c;
    position: absolute;
    width: 50px;
    height: 8px;
    top: 20px;
    left: 0;
  }
  .icon_plus:before{
    width: 8px;
    height: 50px;
    top: 0;
    left: 21px;
   }
@media only screen and (max-width: 768px) {
.case h2{
  font-size: 1.3em;
}
.case h4 b{
  font-size: 1.1em;
}
#disposal, #totalsupport{
  padding: .5em;
}
  .case #disposal h3{
    font-size: 150%;
    padding: .3em 0;
  }
  #disposal li{
    margin: 0 0 1em;
  }
#totalsupport h3{
  font-size: 150%;
}
#totalsupport h4{
  font-size: 130%;
  text-align: center;
}
}

/*---about---*/
.about h2{
  font-size: 2.6em;
  margin: 1em 0 .5em;
}
  .about h2 span{
    font-size: 160%;
  }
  .about h4 b{
    font-size: 1.5em;
  }
.reason{
  border: 2px solid #619b34;
  border-radius: 8px;
  margin: 0 0 2em;
  padding: 1.5em;
  position: relative;
}
  .reason .img_left{
    margin: -40px 20px 10px 0;
  }
  .reason .img_right{
    margin: -40px 0 10px 20px;
  }
  .reason .that{
    padding: .8em;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    background : -moz-linear-gradient(0% 50% 0deg,rgba(163, 198, 96, 1) 0%,rgba(111, 163, 22, 1) 99.52%);
    background : -webkit-linear-gradient(0deg, rgba(163, 198, 96, 1) 0%, rgba(111, 163, 22, 1) 99.52%);
    background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(163, 198, 96, 1) ),color-stop(0.9952,rgba(111, 163, 22, 1) ));
    background : -o-linear-gradient(0deg, rgba(163, 198, 96, 1) 0%, rgba(111, 163, 22, 1) 99.52%);
    background : -ms-linear-gradient(0deg, rgba(163, 198, 96, 1) 0%, rgba(111, 163, 22, 1) 99.52%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#A3C660', endColorstr='#6FA316' ,GradientType=0)";
    background : linear-gradient(90deg, rgba(163, 198, 96, 1) 0%, rgba(111, 163, 22, 1) 99.52%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A3C660',endColorstr='#6FA316' , GradientType=1);
  }
  .reason .that em{
    margin: 5px 0 0 0;
    display: inline-block;
  }
  .about .reason h3{
    margin: 0 0 0 120px;
    font-size: 1.8em;
  }
  .about .reason h3 + div{
    margin: 60px 0 0 0;
  }
  .reason p{
    margin: 0 0 10px;
    font-size: 1.1em;
  }
h2#service{
  background: #118B5E;
  color: #fff;
  padding: .5em;
  text-align: center;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
.reason .img_left, .reason .img_right{
  margin: 0 0 10px 0;
}
.reason{
  padding: .5em;
}
.reason .that{
  padding: .5em;
  top: -2px;
  left: -2px;
}
.about h2{
  font-size: 160%;
}
.about .reason h3{
  margin: 0 0 0 90px;
  font-size: 130%;
}
  .about .reason h3 + div{
    margin: 30px 0 0 0;
    text-align: center;
  }
h2#service br{
  display: none;
}
}

/*---flow---*/
.flow h2{
  font-size: 2.4em;
  margin: 2em 0 0;
}
#flow{
  margin: 0 auto;
}
#flow .img_left{
  margin: 0 20px 10px 0;
}
#flow p{
  margin: 0 0 10px;
  font-size: 1.1em;
}
#flow dt{
  text-align: center;
  width: 25%;
  margin: 0 auto;
  background: #06798c;
  padding: 10px;
  border-radius: 40px;
  position: relative;
  top: 25px;
  color: #e5f4ae;
  font-weight: bold;
  font-size: 1.4em;
  z-index: 2;
}
#flow dd{
  border: 2px solid #06798c;
  border-radius: 8px;
  margin: 0 0 3em;
  padding: 2.5em 1em 1em;
  position: relative;
}
  #flow dd::before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 100px 0 100px;
    border-color: #06788c transparent transparent transparent;
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: auto;
  }
  #flow dd:nth-of-type(7)::before{
    border: 0
  }
.flow #flow h3{
  color: #06798c;
  font-size: 1.8em;
}
@media only screen and (max-width: 768px) {
.flow h2{
  font-size: 160%;
  margin: 1em 0 0;
}
#flow{
  padding: .5em;
}
#flow .img_left, #flow .img_right{
  margin: 0 0 10px 0;
  text-align: center;
}
  #flow dt{
    width: 50%;
    font-size: 1.2em;
  }
  #flow dd{
    margin: 0 0 1.5em;
  }
  #flow dd::before{
    border-width: 30px 70px 0 70px;
    bottom: -30px;
  }
  .flow #flow h3{
    font-size: 140%;
    padding: .3em 0;
  }
  #flow li{
    margin: 0 0 1em;
  }
}

/*---faq---*/
.faq h2{
  font-size: 1.8em;
  margin: 0 0 1em;
}
.faq article{
  border:2px solid #06798c;
  margin: 0 0 1em;
  padding: 1em;
}
.faq h3{
  font-weight: bold;
  font-size: 1.4em;
  margin: .5em 0 1em;
  padding: 0 0 0 60px;
  line-height: 50px;
  position: relative;
}
.faq div{
  position: relative;
  padding: 0 0 0 60px;
}
  .faq div p{
    margin: 0 0 8px 0;
  }
  .faq article:last-child p{
    line-height: 50px;
  }

  .faq h3::before,
  .faq div::before{
    content: "";
    width: 50px;
    height: 50px;
    display: inline-block;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
  }
  .faq h3::before{
    bottom: 0;
    background: url(../images/icon_Q.png) no-repeat center / contain;
  }
  .faq div::before{
    background: url(../images/icon_A.png) no-repeat center / contain;
  }

@media only screen and (max-width: 768px) {
.faq h2{
  font-size: 160%;
}
.faq h3,
.faq article:last-child p{
  line-height: normal;
}
.faq h3{
  font-size: 120%;
}
.faq h3::before,
.faq div::before{
  content: "";
  width: 40px;
  height: 40px;
}
.faq h3::before {
  bottom: auto;
}
}
.company{

}
.company article{
  background: url("../images/company_back.gif") repeat;
  margin: 2em 0;
  padding: 1.5em;
}
dl.list{
width: 100%;
overflow: hidden;
border: 1px solid #ccc;
border-top: none;
background: #ddd;
margin-bottom: 35px;
}
dl.list dt{
width: 22%;
float: left;
padding: 10px;
border-top: 1px solid #ccc;
box-sizing: border-box;
}
dl.list dd{
margin-left: 22%;
padding: 10px;
border-left: 1px solid #ccc;
border-top: 1px solid #ccc;
background: #fff;
}
dl.list dd ul{
margin: 0 0 0 20px;
}
dl.list dd:after{
display: block;
content: "";
clear: both;
}
dl.list2 {
clear: both;
top: 0;
}
dl.list2 dt {
width: 5em;
clear: left;
float: left;
text-align: left;
background-color: #fff;
border-top: 0px;
font-weight: normal;
padding: 0;
}
dl.list2 dd {
margin-left: 5em;
background-color: #fff;
border-top: 0px;
border-left: 0px;
padding: 0;
}


.payment{
  background: #D4F4FF;
  border: 2px #007CB2 solid;
  margin: 0 0 2em;
}
.payment p{
  background: #007CB2;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
  margin: 0 0 10px;
  padding: 10px 5px;;
}
@media only screen and (max-width: 768px) {
.payment p{
  font-size: 120%;
}
dl.list dt {
  width: auto;
  float: none;
  text-align: center;
}
dl.list dd {
  margin-left: 0;
  padding: 10px;
  border-left: none;
  border-top: none;
}
dl.list dd dt{
  text-align: left;
  width: 24%;
  float: left;
  padding: 0 0 .5em 0;
}
dl.list dd dd{
  margin-left: 24%;
  padding: 0 0 .5em 0;
}
}

/* 2019.09.20追加 */
#explain .contents_box h2 {
    background-color: #b08207;
    font-size: 180%;
    color: #fff;
    padding: 10px 0 7px 0;
    border-radius: 6px 6px 0 0 / 6px 6px 0 0;
    margin: 0 auto -1px;
    border: none;
    background-image: none;
    text-align: center;
}
/* /2019.09.20追加 */