@charset "UTF-8";
/*common*/
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}
p{margin-bottom:0;}
a img:hover{opacity: 0.7;}

.ma-auto{margin:0 auto;}
.relative{position: relative;}

.is-fixed {
  display: none!important;
}

/*余白*/
.mt0{margin-top: 0;}.mt10{margin-top: 10px;}.mt15{margin-top: 15px;}.mt20{margin-top: 20px;}.mt30{margin-top: 30px;}.mt40{margin-top: 40px;}.mt50{margin-top: 50px;}.mt60{margin-top: 60px;}.mt70{margin-top: 70px;}.mt80{margin-top: 80px;}.mt90{margin-top: 90px;}.mt100{margin-top: 100px;}
.mb0{margin-bottom: 0!important;}.mb10{margin-bottom: 10px;}.mb15{margin-bottom: 15px;}.mb20{margin-bottom: 20px;}.mb30{margin-bottom: 30px;}.mb40{margin-bottom: 40px;}.mb50{margin-bottom: 50px;}.mb60{margin-bottom: 60px;}.mb70{margin-bottom: 70px;}.mb80{margin-bottom: 80px;}.mb90{margin-bottom: 90px;}.mb100{margin-bottom: 100px;}
.pt0{padding-top: 0;}.pt5{padding-top: 5px;}.pt10{padding-top: 10px!important;}.pt15{padding-top: 15px;}.pt20{padding-top: 20px;}.pt30{padding-top: 30px;}.pt40{padding-top: 40px;}.pt50{padding-top: 50px;}.pt60{padding-top: 60px;}.pt70{padding-top: 70px;}.pt80{padding-top: 80px;}.pt90{padding-top: 90px;}.pt100{padding-top: 100px;}
.pb0{padding-bottom: 0!important;}.pb10{padding-bottom: 10px;}.pb15{padding-bottom: 15px;}.pb20{padding-bottom: 20px;}.pb30{padding-bottom: 30px;}.pb40{padding-bottom: 40px;}.pb50{padding-bottom: 50px;}.pb60{padding-bottom: 60px;}.pb70{padding-bottom: 70px;}.pb80{padding-bottom: 80px;}.pb90{padding-bottom: 90px;}.pb100{padding-bottom: 100px;}
.pl0{padding-left:0;}
.pr0{padding-right:0;}
.ph0{padding-left:0;padding-right:0;}.ph15{padding-left:15px;padding-right:15px;}

@media screen and (max-width: 767px){
    .spmt0{margin-top: 0;}.spmt10{margin-top: 10px;}.spmt15{margin-top: 15px;}.spmt20{margin-top: 20px;}.spmt30{margin-top: 30px;}.spmt40{margin-top: 40px;}.spmt50{margin-top: 50px;}.spmt60{margin-top: 60px;}.spmt70{margin-top: 70px;}.spmt80{margin-top: 80px;}.spmt90{margin-top: 90px;}.spmt100{margin-top: 100px;}
    .spmb0{margin-bottom: 0;}.spmb10{margin-bottom: 10px;}.spmb15{margin-bottom: 15px;}.spmb20{margin-bottom: 20px;}.spmb30{margin-bottom: 30px;}.spmb40{margin-bottom: 40px;}.spmb50{margin-bottom: 50px;}.spmb60{margin-bottom: 60px;}.spmb70{margin-bottom: 70px;}.spmb80{margin-bottom: 80px;}.spmb90{margin-bottom: 90px;}.spmb100{margin-bottom: 100px;}
    .sppt0{padding-top: 0!important;}.sppt10{padding-top: 10px;}.sppt15{padding-top: 15px;}.sppt20{padding-top: 20px;}.sppt30{padding-top: 30px;}.sppt40{padding-top: 40px;}.sppt50{padding-top: 50px;}.sppt60{padding-top: 60px;}.sppt70{padding-top: 70px;}.sppt80{padding-top: 80px;}.sppt90{padding-top: 90px;}.sppt100{padding-top: 100px;}
    .sppb0{padding-bottom: 0;}.sppb10{padding-bottom: 10px;}.sppb15{padding-bottom: 15px;}.sppb20{padding-bottom: 20px;}.sppb30{padding-bottom: 30px;}.sppb40{padding-bottom: 40px;}.sppb50{padding-bottom: 50px;}.sppb60{padding-bottom: 60px;}.sppb70{padding-bottom: 70px;}.sppb80{padding-bottom: 80px;}.sppb90{padding-bottom: 90px;}.sppb100{padding-bottom: 100px;}
    .sppl0{padding-left:0;}
    .sppr0{padding-right:0;}.sppr10{padding-right:10px;}.sppr15{padding-right:15px;}
    .spph0{padding-left:0;padding-right:0;}
}

/*見出し*/
h1, h2, h3 {
    letter-spacing: -0.05em;
    line-height: 1.4;
}
h2{
	margin: 0;
	padding: 0;
    text-align: center;
}
h3{
	margin: 0;
	padding: 0;
}
.h2_arrow{
  text-align: center;
  position: relative;
    z-index: 1;
}
.h2_arrow:after{
  content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 100px 0 100px;
    border-color: #18a7eb transparent transparent transparent;
    position: absolute;
    z-index: -999;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -5vw;
}
.h2_arrow{
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.h2_arrow:after {
    bottom: -50px;
}
.heading {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #F19626;
    color: #fff;
}
.heading_in {
    border-top: 3px double #fff;
    border-bottom: 3px double #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}
h3.tit {
    border-left: 4px solid #472f29;
    padding: 10px 15px;
    font-size: 120%;
    line-height: 1.2;
    margin-bottom: 20px;
    vertical-align: middle;
    display: block;
}
.indent {
    padding-left: 1em;
    text-indent: -1em;
}
/*cv*/
.cv{
    background-color: #ffd201;
}
.cv .container{
    position: relative;
}
.cv .img{
    position: absolute;
    right: -130px;
    bottom: 0;
}
.cv .tel-inner {
    line-height: .9em;
    padding: 15px 0;
    border-radius: 5px;
    font-size: 160%;
    background-color: #2bc650;
    color: #FFF;
}
.cv .tel-inner {
    line-height: .9em;
    padding: 15px 0;
    border-radius: 5px;
    font-size: 160%;
    background-color: #2bc650;
    color: #FFF;
}
.cv .btn{
    padding: 10px 0;
    font-size: 100%;
    background-color: #fc481e;
    border-color: #fc481e;
    box-shadow: none;
}
.cv .btn:hover {
    background: #ff7b5c;
    border: 3px solid #ff7b5c;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #FFF;
    text-decoration: none;
}
.cv_area {
    background-color: #f5f0ef;
}
.cv_area h2{
    text-align: center;
}
.cv_area .tit{
    padding: 1.5em 0 1em;
    padding-top: 15vw;
    font-size: 115%;
    margin-bottom: 10px;
}
.cv_area form {
    padding: 50px 70px 30px;
    padding-top: 35px;
}
.cv_area span.required {
    color: #FFF;
    background-color: #d1392d;
    padding: 2px 5px;
    font-size: 60%;
    margin-left: 4px;
}
.cv_area .form_tit{
  margin-bottom: 3px;
}
.cv_area form input{
  margin-bottom: 3px;
    height: 30px;
    padding: 6px 7px;
    width: 100%!important;
}
.cv_area form input.form-control {
    height: 50px;
}
.cv_area .inner {
    background-color: #FFF;
    border: solid 4px #597248;
    position: relative;
}

/*追従ボタン*/
#top-head.fixed {
    padding: 0.5% 0;
    z-index: 9999;
    width: 100%;
    bottom: 0;
    position: fixed;
    background-color: rgba(89,114,72,.8);
    padding: 10px;
    color: #FFF;
}
#top-head.fixed .cv_btn{
    margin-top:0;
}
#top-head.fixed .form-control{
    padding: 6px 12px 6px 40px;
}

/*テキスト*/
span[class^="cl-"]{line-height: 1.2;}
.bold{font-weight:bold!important;}
.underline{text-decoration:underline;}
.big-font{font-size:100%;}
.big-font02{font-size:120%;}
.big-font03{font-size:130%;}
.big-font04{font-size:140%;}
.big-font05{font-size:150%;}
.big-font06{font-size:160%;}
.small-font01{font-size: 80%;}
.small-font02{font-size: 70%;}
.small-font03{font-size: 60%;}

.text-center{text-align: center!important;}
.text-left{text-align: left!important;}
.text-right{text-align: right!important;}
.text-small{font-size:80%;}
.text-border{background:linear-gradient(transparent 70%, #FFFF00 0%);}

/*背景色*/
.bg-black{background-color: #000;}
.bg-white{background-color: #FFF;}
.bg-green {background-color: #bdceb1;}
.bg-beige {background-color: #f2eee6;}
.bg-blue {background-color: #1F4ACC;}
.bg-gray {background-color: #eee;}

/*背景パターン*/
.bg-pt01 {
    background: url(../img/pt01.png) #f97298;
    color: #fff;
}
.bg-pt02 {
    background: url(../img/pt02.png) #fcce9c;
}
.bg-pt03 {
    background: url(../img/pt03.png) #fcce9c;
}
/*文字色*/
.cl-yellow {color: #ffd200;}

/*brett*/
.brett .inner {
    padding: 25px 15px;
    background-color: #FFF;
}
.brett ul li {
    padding-left: .5em;
    text-indent: -.6em;
    margin-left: .5em;
    padding-bottom: 15px;
    line-height: 1.3;
}
.brett ul li i {
    margin-right: 5px;
    color: #f97298;
}
/*装飾*/
.white-box{
    background-color: #FFF;
    padding: 30px;
}
.highlight{
    background: -webkit-linear-gradient(transparent 0%, rgba(255,247,153,.47) 0%);
    background: -o-linear-gradient(transparent 0%, rgba(255,247,153,.47) 0%);
    background: linear-gradient(transparent 0%, rgba(255,247,153,.47) 0%);
    font-weight: bold;
}
.highlight02 {
    background: -webkit-linear-gradient(transparent 60%, #ffd200 50%);
    background: -o-linear-gradient(transparent 60%, #ffd200 50%);
    background: linear-gradient(transparent 60%, #ffd200 50%);
    font-weight: bold;
}
.sh-gradient{
    background: #6febf7;
    background: -moz-linear-gradient( #1f2f3e 0%, #1c2c3c 61%, #428ec5 83%, #6febf7 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#1c2c3c), color-stop(61%, #1c2c3c), color-stop(83%, #428ec5), to(#6febf7));
    background: -webkit-linear-gradient( #1c2c3c 0%, #1c2c3c 61%, #428ec5 83%, #6febf7 100%);
    background: -o-linear-gradient( #1c2c3c 0%, #1c2c3c 61%, #428ec5 83%, #6febf7 100%);
    background: -ms-linear-gradient( #1c2c3c 0%, #1c2c3c 61%, #428ec5 83%, #6febf7 100%);
    background: linear-gradient( #1c2c3c 0%, #1c2c3c 61%, #428ec5 83%, #6febf7 100%);
}
.shadow{
    text-shadow: 2px 2px 1px #FFF, -2px 2px 1px #FFF, 2px -2px 1px #FFF, -2px -2px 1px #FFF;
}
.arrow {
    position: relative;
    padding-bottom: 4vw;
}
.arrow:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7vw 15vw 0 15vw;
    border-color: #d0d7e4 transparent transparent transparent;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 2vw;
}
.arrow_txt{
    position: relative;
    z-index: 1;
}
h2.arrow_bottom:after {
    border-color: #1F4ACC transparent transparent transparent;
    bottom: -60px;
}
.bouten {
    padding: 0.2em 0;
    background-repeat: repeat-x;
    background-size: 1em 0.2em;
    background-position: top left;
    background-image: -webkit-gradient(radial, center center, 0, center center, 1.5, from(#1c3e5e), color-stop(0.5, #1c3e5e), color-stop(0.9, transparent), to(transparent));
    background-image: -webkit-radial-gradient(center center, 0.07em 0.07em, #1c3e5e, #1c3e5e 95%, transparent 95%, transparent);
    background-image: radial-gradient(0.07em 0.07em at center center, #1c3e5e, #1c3e5e 95%, transparent);
    letter-spacing: 0;
}
.font-yu {
    font-family: "Yu Mincho", YuMincho, HG明朝B, "MS Mincho", serif;
}
.length-center img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.note {
    padding-bottom: 0.1em;
    background-color: #fff;
    background-image: linear-gradient(to right, #fff 1.1px, transparent 1px), linear-gradient(to bottom, #e5e5e5 1.1px, transparent 1px);
    background-size: 5px 1.65em;
    line-height: 1.65em;
}
.note:before {
    content: "";
    position: relative;
    top: 0;
    border-top: 1px solid #FFF;
    width: 100%;
    height: 1px;
    display: block;
}
.ribbon {
    display: block;
    position: relative;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    vertical-align: middle;
    text-align: left;
    padding: 0 30px;
    font-size: 15px;
    background: #F19626;
    color: #FFF;
    box-sizing: border-box;
    width: 300px;
}
.ribbon:before, .ribbon:after{
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}
.ribbon:before{
    top: 0;
    left: 0;
    border-width: 15px 0px 15px 10px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
}
.ribbon:after{
    top: 0;
    right: 0;
    border-width: 15px 10px 15px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
}
.rbn_txt{
    color: #F19626;
    line-height: 1.2;
    font-size: 24px;
    margin-bottom: 10px;
}
.rbn_txt span{
    font-size: 70%;
}
.tit01 {
    border-left: 6px solid #638c0b;
    padding: 20px;
    font-size: 160%;
    line-height: 1.2;
    margin-bottom: 30px;
    background-color: #f5f0ef;
}
.tit02 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: .5em;
    border-bottom: 2px solid #eee;
}
.tit02::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 2;
    content: '';
    width: 20%;
    height: 2px;
    background-color: #555;
}
.tit03{
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
    padding: .75em 1em .75em 1.5em;
    border: 1px solid #ccc;
}
.tit03::after {
    position: absolute;
    top: .5em;
    left: .5em;
    content: '';
    width: 6px;
    height: -webkit-calc(100% - 1em);
    height: calc(100% - 1em);
    background-color: #3498db;
    border-radius: 4px;
}
.tit04 {
    color: #364e96;
    padding: 0.5em 0;
    border-top: solid 3px #364e96;
    border-bottom: solid 3px #364e96;
}
.balloon1-bottom {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #e0edff;
}
.balloon1-bottom:before{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #e0edff;
}
.balloon1-top {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #e0edff;
}
.balloon1-top:before{
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #e0edff;
}
.balloon1-left {
    position: relative;
    display: inline-block;
    margin: 1.5em 0 1.5em 15px;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #e0edff;
}
.balloon1-left:before{
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #e0edff;
}
.balloon1-right {
    position: relative;
    display: inline-block;
    margin: 1.5em 15px 1.5em 0;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #e0edff;
}
.balloon1-right:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #e0edff;
}

/*TOPへ戻る*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
	z-index:9999;
}
.pagetop a {
    display: block;
    background-color: #153aa1;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding: 16px 21px;
	border-radius:50%;
    filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
.pagetop a:hover {
    display: block;
    background-color: #444e9d;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

/*動画埋め込み*/
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.embed-responsive button {
  margin: 0;
  padding: 0;
  border: none;
  color: inherit;
  background: transparent;
  font-family: inherit;
  line-height: inherit;
}
.embed-responsive button::-moz-focus-inner {
  padding: 0;
  border: none;
}
.embed-responsive button:focus {
  outline: 1px dotted;
}
.embed-responsive button img {
  display: block;
  width: 100%;
  border: none;
}
/*q&a*/
.qa .inner{
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px dotted #000;
}
.qa .inner .table-call{
    display: table-cell;
    vertical-align: top;
}
.qa .inner .qa_q{
    margin-bottom: 10px;
}
.qa .inner .qa_q .icon{
    background-color: #be862d;
    padding: 13px;
    display: block;
    width: 60px;
}
.qa .inner .qa_a .icon{
    background-color: #d0051d;
    padding: 16px;
    display: block;
    width: 60px;
}
.qa .inner .tit{
    line-height: 1.2;
    vertical-align: middle;
}
.qa .inner .tit, .qa .inner .txt {
    padding-left: 10px;
}
.qa .inner .txt {
    display: block;
}
/*選ばれる理由*/
.reason .tit {
    background-color: #1F4ACC;
    border-radius: 50%;
    color: #FFF;
    text-align: center;
    height: 17vw;
    line-height: 1.2;
    width: 17vw;
    display: block;
    font-weight: bold;
    padding-top: 3.5vw;
    margin-left: 1vw;
}
.reason .tit .big-font05{
    font-size: 200%;
    line-height: 1.3;
}
.reason .txt {
    font-weight: bold;
    font-size: 120%;
}
.reason .line {
    border-bottom: 1px dotted #cecece;
    padding-bottom: 40px;
}
/*料金表*/
.price table td{
    border: solid 1px #666;
    background-color: #FFF;
}
.price table th {
    text-align: center;
    background-color: #ffd201;
    border: solid 1px #666;
}
.price .btb {
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
    padding-top: 15px!important;
    padding-bottom: 15px;
    margin-bottom: 30px;
    font-size: 250%;
}
/*診療時間*/
.practice_time .table_title{
    font-size: 16px;
    background: #f7419b;
    color: #fff;
}
.practice_time table,.practice_time td,.practice_time th {
    border: 1px solid #ccc;
    border-collapse: collapse;
    text-align: center;
    vertical-align: middle;
}
.practice_time th {
    background-color: #eee;
}
.practice_time td{
    background-color: #FFF;
}
/*table*/
table{
    font-size: 70%;
}
table th{
    text-align: center;
    background-color: #bdceb1;
    border: solid 1px #FFF;
    padding: 3px 0;
    vertical-align: middle;
}
table td{
    background-color: #f5f0ef;
    border: solid 1px #FFF;
    padding: 3px 0;
    vertical-align: middle;
}


/*footer*/
footer{
    color:#FFF;
    font-size:16px;
    padding-top: 60px;
    padding-bottom: 80px;
    background-color: #3b3b3b;
}
footer a{
    color: #FFF;
}
footer a:hover, footer a:focus {
    color: #FFF;
}
footer ul li{
    display: inline-block;
    margin: 0 5px;
    white-space: nowrap;
}
footer .copy{
    font-size: 90%;
}

/*responsive*/
@media (min-width: 960px) {
    body{
        overflow-x: hidden;
    }
    h2 {
        font-size: 46px;
        line-height: 1.3;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    h2.h2_arrow {
      margin-bottom: 80px;
      padding-top: 50px;
      padding-bottom: 50px;
    }
    h2.h2_arrow:after {
        border-width: 60px 150px 0 150px;
        bottom: -40px;
    }
    h2.arrow_bottom:after {
        bottom: -60px;
    }
    section{
        padding-top:80px;
        padding-bottom:80px;
    }
    section .inner {
        width: 860px;
        margin: 0 auto;
    }
    .container{
        width:960px;
        margin:0 auto;
        position:relative;
    }
    .br_sp{
        display:none;
    }
    .br_pc{
        display:block;
    }
    #top-head.fixed .btn {
        width: 70%;
        margin: 0 auto;
        max-width: 700px;
        font-size: 160%;
        padding: 5px 0 0;
    }
    table {
        font-size: 100%;
        margin: 0 auto;
    }
    table th, table td {
        padding: 10px 20px;
    }
    .pagetop {
        bottom: 90px;
    }
    .brett .inner {
        width: 860px;
        margin: 0 auto;
        padding: 50px 30px 40px;
        font-size: 130%;
    }
    .brett ul li {
        padding-bottom: 30px;
    }
    .reason .tit {
        height: 170px;
        line-height: 1.2;
        width: 170px;
        padding-top: 40px;
        margin-left: 20px;
    }
    .price table th{
        padding: 15px 10px;
    }
    .price table td {
        padding: 10px;
    }
}
/*タブレット*/
@media (min-width: 768px) and (max-width: 959px) {
    body{
        overflow-x: hidden;
    }
    .container{
      width:768px;
      margin:0 auto;
      position:relative;
    }
    section{
      padding-top:50px;
      padding-bottom:50px;
    }
    .contents{
      margin-top:40px;
    }
    .br_sp{
      display:none;
    }
    .br_pc{
      display:block;
    }
    .br_tab{
      display:block;
    }
    h2 {
        font-size: 4.8vw;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .cv_area h2.h2_arrow:after {
        border-width: 50px 130px 0 130px;
        bottom: -20px;
    }
    h2.h2_arrow:after {
        border-width: 50px 130px 0 130px;
        bottom: -20px;
    }
    h2.h2_arrow {
        padding-bottom:50px;
    }

    table {
        font-size: 100%;
        margin: 0 auto;
        width: 100%;
    }
    table th,table td {
        padding: 10px 20px;
    }
}
/*スマホ*/
@media screen and (max-width: 767px){
    body{
        overflow-x: hidden;
    }
    section{
        padding-top:40px;
        padding-bottom:40px;
    }
    .br_sp{display:block;}
    .br_pc{display:none;}
    .br_tab{display:none;}

    h2{font-size: 6.5vw;padding: 25px 10px 25px;line-height: 1.3;}
    .h2_arrow:after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 35px 80px 0 80px;
    }
    .h2_arrow:after {
      bottom: -15px;
    }
    h2.arrow_bottom:after {
        bottom: -20px;
    }
    /*幅*/
    .spwd50{width: 50%!important;}
    .spwd60{width: 60%!important;}
    .spwd70{width: 70%!important;}
    .spwd80{width: 80%!important;}
    .spwd90{width: 90%!important;}

    /*フォントサイズ*/
    .big-font05 {
        font-size: 125%;
    }

    /*スマホ用文字揃え*/
    .sptext-center{text-align: center!important;}
    .sptext-left{text-align: left!important;}
    .sptext-right{text-align: right!important;}

    /*装飾*/
    .length-center img{
        position: relative;
    }

    /*q&a*/
    .qa .inner .qa_q .icon {
        background-color: #be862d;
        padding: 10px;
        display: block;
        width: 35px;
    }
    .qa .inner .qa_a .icon {
        background-color: #d0051d;
        padding: 10px;
        display: block;
        width: 35px;
    }
    .qa .big-font05 {
        font-size: 120%;
    }
    .reason .table{
        display: table;
        margin-bottom: 10px;
    }
    .reason .table-cell{
        display: table-cell;
    }
    .ribbon {
        width: auto;
    }
    /*table*/
    table {
        font-size: 70%;
        margin: 0 auto;
        width: 100%;
    }
    table th, table td {
        padding: 8px 10px;
    }
    /*TOPへ戻る*/
    .pagetop {
        bottom: 72px;
    }
    .pagetop a {
        padding: 16px 18px;
    }
    .reason .tit {
        height: 70px;
        line-height: 1.2;
        width: 70px;
        padding-top: 15px;
        margin-left: 0;
        font-size: 70%;
        margin-right: 10px;
    }
    /*footer*/
    footer{
        font-size: 11px;
        padding-top: 0;
        padding-bottom: 80px;
    }
    footer .footer_main {
        padding-top: 0;
        font-size: 80%;
        text-align: left;
    }
    footer .footer_main ul li{
        display: block;
        margin: 0;
    }
    footer .footer_main ul li a {
        display: block;
        padding: 1.5em 1em 1.5em;
        text-decoration: none;
        font-size: 11px;
        border-bottom: solid 1px #FFF;

    }
    /*ボタン*/
    .btn {
    font-size: 122%;
    padding: 10px 0;
    line-height: 1.2;
    }
    /*ctv*/
    .cv .img {
        position: absolute;
        right: -60px;
        bottom: auto;
        width: 79%;
        top: -30px;
    }
    .cv_area form {
      padding: 15px;
      padding-top: 15px;
    }
    .cv_area .form_tit {
      text-align: left;
    }


}


