@charset "UTF-8";

/*共通*/
* {
     margin: 0;
    padding: 0;
   font: 1em/1.7 "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo, "ＭＳ Ｐゴシック", sans-serif;

}
p {
    line-height: 1.6;
    word-wrap: break-word;
}

#wrapper {
    width: 100%;
    padding: 0;
    overflow: hidden;
    color: #222;
    background: #fff;
}

a:link {
    color: #ff6118;
    text-decoration: underline;
}

.pc_ds{
    display: block;
}

.pc_ds2{
    display: inline;
}

.sp_ds{
    display: none;
}

/*テキスト*/
h2{
    font-size: 3.2vw;
    font-weight: bold;
    line-height: 1.2;
}

h3{
    font-size: 2em;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    padding: 3% 0;
    color: #fff;
    background: linear-gradient(to left, #1b93eb, #2fd7be);
}

h4{
	color: #fff045;
    font-size: 2vw;   
    font-weight: bold;
    line-height: 1.2;
}

.tex_sm{
    font-size: 70%; 
}

.yellow_line{
    background: rgba(0, 0, 0, 0)linear-gradient(transparent 70%, #fff600 0%)repeat scroll 0 0;
}
.fwB{
	font-weight: bold;
}
.fcB{
	color: #1eb0c7;
}
.icon_q{
	color: #fff045;
	font-weight: bold;
}

.marker {
    background: linear-gradient(transparent 60%, #fff8a5 0%);
}
.taC {
    text-align: center;
}

/*margin*/
.mt10{
    margin-top: 10px; 
}
.mt20{
    margin-top: 20px; 
}
.mt30{
    margin-top: 30px; 
}
.mt40{
    margin-top: 40px; 
}

/*カラー*/
.co_ye{
    color: #ffea01;
}

.co_gr{
    color: #005d0d;
}

.co_br{
    color: #194f8c;
}

/*ポジション*/
.po_r{
    position: relative;
}

.po_a{
    position: absolute;
}

/*ポジション　画面中央*/
.po_ce{
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}



/*mv*/
.mv_img img{
    margin: 0 auto;
    display: block;
    max-width: fit-content;
    height: 700px;
}
.mv_img.sp_ds {
    background: #e0fbff;
}
.mv_up{
    line-height: 0;
    border-top: 4px solid #194f8c;
    border-bottom: 4px solid #194f8c;
}

.mv_up img{
    max-width: 1400px;
    width: 100%;
}

.mv1{
    bottom:0;
    width: 100%;
    max-width: 1200px;
}

.mv_bg{
    background: linear-gradient(rgba(255, 255, 255, 0) 67%, #e0fbff 97%);
}

.mv_bg2{
    width: 100%;
    max-width: 1400px;
}

@media (max-width: 1200px) { 


}

/*お問い合わせ*/
.contact {
    text-align: center;
    font-size: 30px;
    line-height: 1.5;
    font-weight: bold;
    padding: 2% 0;
    background-color: #558bc7;
    color: #fff;
}

.contact2{
    text-align: center;
    background-color: #e0fbff;
    padding: 2% 0;
}

.ma{
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: nowrap;
    max-width: 1000px;
    margin: 0 auto;
}

/* 光 */
.shine{
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.shine img {
    max-width: 47vw;
}

.shine::before{
    content: '';
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shine 3s ease-in-out infinite;
    position: absolute;
    top: -180px;
    left: 0;
    opacity: 0;
    transform: rotate(45deg);
}

/* 光の動き */
@keyframes shine{
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

/* 点滅 */
.blinking{
	-webkit-animation:blink 0.5s ease-in-out infinite alternate;
    -moz-animation:blink 0.5s ease-in-out infinite alternate;
    animation:blink 0.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}


/*悩み*/
.consultation{
    background-color: #e0fbff;
    text-align: center;
    padding: 0% 0 3%;
}


.consultation_img img{
    width: 100%;
    max-width: 1000px;
}

.consultation2{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: flex-start;
    margin: 4% auto 0;
    max-width: 1000px;
    background-color: #ff6118;
}

.consultation2 p{
    width: 50%;
    font-size: 1.5vw;
    font-weight: bold;
    color: #fff;
    padding-top: 10%;
}

.consultation2 img{
    width: 50%;
}

@media (max-width: 1200px) { 
 .consultation2 p{
    font-size: 2vw;
 }   
}


/*価格*/
.kakaku_bg{
    background-image: url(../img/kakaku_bg.png);
}

.triangle3{
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #194f8c;
    margin: 0 auto;
}

.kakaku{
    text-align: center;
	background: #e0fbff;
}

.kakaku img{
    margin: 3% 0;
    width: 100%;
    max-width: 1000px;
}

/*お客様の声*/
.uservoice{
    background-color: #e0fbff;
    text-align: center;
    padding: 4% 0 3% 0;    
}

.uservoice h2{
    margin-bottom: 2%;    
}

/*スライダー部分*/
/*1*/
.slick01 .slide_contents{
    background-color: #fff;
    padding: 2%;
    max-width: 43vw;
    border-radius:10px;
}

.slick01 .slide_contents p{
    text-align: left;
    margin: 2% 1%;
    font-size: 1vw;
}

.slick01 .slide_icon{
    background-color: #1eb0c7;
    padding: 5px 10px;
    color: #fff045;
    display: table;
    font-weight: bold;
}

.slick01 .slick-prev:before, .slick01 .slick-next:before {
    color: #1e9ce5;
}

.slick01 .slick-next:before {
    content: '▶';
}

.slick01 .slick-prev:before {
    content: '◀';
}

.slick01 .slick-next {
    right: 23vw;
}

.slick01 .slick-prev{
    left: 21vw;
}

.slick01 .slick-prev, .slick01 .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

/*2*/
.slick02 .slide_contents{
    background-color: #fff;
    padding: 2%;
    max-width: 80vw;
    border-radius:10px;
}

.slick02 .slide_contents p{
    text-align: left;
    margin: 2% 1%;
    font-size: 3.5vw;
}

.slick02 .slide_icon{
    background-color: #1eb0c7;
    padding: 5px 10px;
    color: #fff045;
    display: table;
    font-weight: bold;
}

.slick02 .slick-prev:before, .slick02 .slick-next:before {
    color: #1e9ce5;
}

.slick02 .slick-next:before {
    content: '▶';
}

.slick02 .slick-prev:before {
    content: '◀';
}

.slick02 .slick-next {
    right: 1vw;
}

.slick02 .slick-prev{
    left: 1vw;
}

.slick02 .slick-prev, .slick02 .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

/*スライダー共通*/
.sliderArea {
  max-width: 100%;
  margin: 4% auto 0 auto;
  padding: 0 25px;
}
.sliderArea.w300 {
  max-width: 300px;
}
.slick-slide {
  margin: 0 5px;
}
.slick-slide img {
  width: 100%;
  height: auto;
  margin-bottom: 3%;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  color: #000;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: .7;
}

.section .slick-dots li button:before {
    font-family: 'slick';
    font-size: 15px;
    line-height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #194f8c;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.section .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #1e9ce5;
}

.section .slick-prev:before, .section .slick-next:before {
    font-size: 3vw;
}

.slick01 .slick-list {
  overflow: visible;
}


/*理由*/
.contact_pattern{
    padding-bottom: 3%;
	background: #e0fbff;
}

.contact_pattern h2{
    text-align: center;
    margin: 4% 0;
}

.pattern01,.pattern02,.pattern03 {
    max-width: 65vw;
    margin: 0 auto;
}

.pattern-box{
    height: 23vw;
    margin: 2% auto;
    max-width: 1100px;
    color: #fff;
}

.pattern_ri{
    top: 0;
    right: 0;
    z-index: 1;  
    width: 50vw;
    text-align: right;
}

.pattern_le{
    top: 0;
    left: 0;
    z-index: 1;
    width: 50vw;
    text-align: left;
}

.pattern_ri_tex{
    top: 0;
    right: 2vw;
    z-index: 1;  
    width: 32vw;
    text-align: right;
}

.pattern_le_tex{
    top: 0;
    left: 2vw;
    z-index: 1;
    width: 32vw;
    text-align: left;
}

.pattern_img{
    width: 30vw;
}

.pattern_img2{
    width: 6vw;
}

.pattern_img3,.pattern_img4{
    width: 7vw;
}

.tex-er{
    background-color: #1eb0c7;
    height: 18vw;
    top: 15%;
    width: 100%;
    z-index: 0;
}

.pattern-box h4{
    margin-top: 1vw;
}

.pattern-box p{
    margin-top: 1vw;
}

.pattern01.po_r{
	margin-top:4%;
}

@media (max-width: 1200px) { 
.pattern_ri_tex{
    right: 4%;
    width: 48vw;
}

.pattern_le_tex{
    left: 4%;
    width: 48vw;
}

.pattern01,.pattern02,.pattern03{
    max-width: 900px;    
}

}

/*メーカー*/
.meka{
    text-align: center;
}

.meka img{
    margin: 4% auto;
    font-size: 1.5em;
    font-weight: bold;
}

.meka p{
	font-size:1.5em;
    margin: 2% 0% 4%;
    font-weight: bold;
}

/*流れ*/
.route_bg{
    background-image: url(../img/kakaku_bg.png);
    padding: 4% 0 5%;
}
.step{
    margin: 0 auto;
    max-width: 1100px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    text-align: center;
}

.step01 img {
    height: 60px;
    margin: 10px 0;
}

.step02 img {
    height: 80px;
}

.step03 img {
    height: 80px;
}

.step01 {
    width: 32%;
    border-right: 1px solid #949494;
}

.step02 {
    width: 32%;
    border-right: 1px solid #949494;
}

.step03 {
    width: 32%;
}

.step_tit{
    font-size: 1.5vw;
    font-weight: bold;
    margin-bottom: 7%;
}

.step_tit span{
    padding: 1% 3%;
    margin-right: 3%;
    background-color: #1eb0c7;
    color: #fff045;
}

.step_tit2{
    width: 16vw;
    font-size: 1vw;
    margin: 7% auto 0;
    text-align: left;
}


/*対応エリア*/
.map_area{
	background: #e0fbff;
}

.map_area h3{
    text-align: center;    
}

.map_area1{
    text-align: center;
    width: 100%;
    padding: 2% 0 5%;
}
.map_area1 p {
    margin: 2%;
    font-size: 1.4em;
}
.map_area_tit{
    font-size: 2.5vw;
    font-weight: bold;
    color: #194f8c;
    text-align: left;
    width: 45vw;
    border-bottom: 1px solid #000;
    margin: 3% 0 1%;
    padding-left: 1%;
}

.map_area2{
   display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start; 
}

.map_area_txt{
    width: 45vw;
}

.map_area_txt p{
    font-size: 1.5vw;
    line-height: 1.5;
    font-weight: bold;
    margin-left: 2%;
}

.map_img img{
    width: 40vw;  
}

.map_area1 p.map_txt{
    margin: 2% auto 4%;
    width: 60%;
    padding: 2%;
    background-color: #005d0d;
    font-size: 1.5vw;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

@media (max-width: 1200px) { 
.map_area1{
    width: 85vw;
}

}

/*コロナ対策*/
.corona_measure figure{
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
}
.corona_measure .c_img_area{
    background: #fffff2;    
    padding: 4% 0 5%;
}

@media screen and (max-width: 760px){
    .corona_measure figure{
        max-width: none;
        width: 95%;
    }
    .corona_measure figure img{
        width: 100%;
    }
}



/*FAQ*/
.answer2{
     max-width: 1000px;
    margin: 5% auto 2%;  
}

/*アコーディオン*/
   .q_arrow {
        position: absolute;
        top: 40%;
        right: 4%;
        width: 2%;
    }
    .OaC_btn_1 {
        display: block;
        background: #1eb0c7;
        padding: 17px;
        color: #fff;
        font-weight: bold;
        font-size: 18px;
    }
    .OaC_btn_1 {
        position: relative;
        line-height: 1.5;
        padding-left: 4%;
        padding-right: 12%;
        margin: 15px 10px 0px;
    }

    .sp_close_1 {
        display: none;
        width: 100%;
        margin: 0 auto;
    }

    .OaC_btn_2 {
        display: block;
        background: #1eb0c7;
        padding: 17px;
        color: #fff;
        font-weight: bold;
        font-size: 18px;
    }
    .sp_close_2 {
        display: none;
        width: 100%;
        margin: 0 auto;
    }

    .OaC_btn_2 {
        position: relative;
        line-height: 1.5;
        padding-left: 4%;
        padding-right: 12%;
        margin: 15px 10px 0px;
    }

    .OaC_btn_3 {
       display: block;
        background: #1eb0c7;
        padding: 17px;
        color: #fff;
        font-weight: bold;
        font-size: 18px;
    }

    .OaC_btn_3 {
        position: relative;
        line-height: 1.5;
        padding-left: 4%;
        padding-right: 12%;
        margin: 15px 10px 0px;
    }


    .sp_close_3 {
        display: none;
        width: 100%;
        margin: 0 auto;
    }

    .OaC_btn_4 {
        display: block;
        background: #1eb0c7;
        padding: 17px;
        color: #fff;
        font-weight: bold;
        font-size: 18px;
    }

    .OaC_btn_4 {
        position: relative;
        line-height: 1.5;
        padding-left: 4%;
        padding-right: 12%;
        margin: 15px 10px 0px;
    }


    .sp_close_4 {
        display: none;
        width: 100%;
        margin: 0 auto;
    }
    
    .OaC_btn_5 {
        display: block;
        background: #1eb0c7;
        padding: 17px;
        color: #fff;
        font-weight: bold;
        font-size: 18px;
    }

    .OaC_btn_5 {
        position: relative;
        line-height: 1.5;
        padding-left: 4%;
        padding-right: 12%;
        margin: 15px 10px 0px;
    }


    .sp_close_5 {
        display: none;
        width: 100%;
        margin: 0 auto;
    }

    .OaC_btn_6 {
       display: block;
        background: #1eb0c7;
        padding: 17px;
        color: #fff;
        font-weight: bold;
        font-size: 18px;
    }

    .OaC_btn_6 {
        position: relative;
        line-height: 1.5;
        padding-left: 4%;
        padding-right: 12%;
        margin: 15px 10px 0px;
    }


    .sp_close_6 {
        display: none;
        width: 100%;
        margin: 0 auto;
    }

    .OaC_btn_7 {
       display: block;
        background: #1eb0c7;
        padding: 17px;
        color: #fff;
        font-weight: bold;
        font-size: 18px;
    }

    .OaC_btn_7 {
        position: relative;
        line-height: 1.5;
        padding-left: 4%;
        padding-right: 12%;
        margin: 15px 10px 0px;
    }


    .sp_close_7 {
        display: none;
        width: 100%;
        margin: 0 auto;
    }


    .close {
        line-height: 1.6;
        padding: 3%;
        margin: 0 10px 10px;
        padding: 20px;
        color: #000;
		border: 2px solid #1eb0c7;
    }
    .another{
        width: 100%;
        padding: 5px 110px 20px;
        font-weight: bold;
        border-top: 1px solid #5f86bb;
    }




/*----------sp------------*/
@media (max-width: 767px) { 
/*共通*/
.sp_ds{
    display: block;
}

.pc_ds{
    display: none;
}

.pc_ds2{
    display: none;
}

/*テキスト*/
h2{
    font-size: 8.5vw;
}

h3{
    font-size: 1.5em;
    padding: 4%;
}

h4{
    font-size: 6vw;
    line-height: 1.3;
}

/*mv*/
.mv_img img{
    width: 100%;
	display: block;
    max-width: 100%;
    height: 100%;
}

/*お問い合わせ*/
.contact {
    padding: 3% 0;
    font-size: 5vw;
    line-height: 1.2;
}

.contact2{
    padding: 3% 0;
}

.contact2 img{
    width: 45vw;
}

.ma{
    width: 100%;
}


/*悩み*/
	.consultation{
		padding: 1% 0 0;
	}
.consultation_img{
    margin: 3% 0 0;
	line-height:0;
}

.consultation_img img {
    width: 100%;
}

.consultation2{
    display: block;
    margin: 4% 2%;
}

.consultation2 p{
    width: 100%;
    font-size: 4vw;
    padding: 3% 0;
}

.consultation2 img{
    width: 100%;
    vertical-align: top;
}

/*価格*/
.triangle3{
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #194f8c;
}

.kakaku img{
    width: 96%;
    margin: 5% 0 3%;
}
/*トラブル*/
	.uservoice{
		background-color: #e0fbff;
    text-align: center;
    padding: 5% 0 3% 0;
	}
/*スライダー*/
.sliderArea {
    padding: 0 5px;
}

.section .slick-prev:before, .section .slick-next:before {
    font-size: 5vw;
}


/*理由*/
	
.contact_pattern h2{
    margin: 10% 0;
}

.contact_pattern{
    padding-bottom: 47vw;
}

.pattern02,.pattern03{
    margin-top: 46%;    
}

.pattern-box{
    height: 50vw;
}

.pattern_ri{
    top: 0;
    right: 0;
    z-index: 1;  
    width: 90vw;
    text-align: right;
}

.pattern_le{
    top: 0;
    left: 0;
    z-index: 1;
    width: 90vw;
    text-align: left;
}

.pattern_tex{
    top: 40vw;
    left: 2vw;
    z-index: 1;
    width: 96vw;
    text-align: left;
}

.pattern_img{
    width: 70vw;
}

.pattern_img2{
    width: 20vw;
    z-index: 1;
    top: 20vw;
    margin: 0 3%;
}

.pattern_img3{
    width: 23vw;
    z-index: 1;
    top: 20vw;
    margin: 0 3%;
    right: 0;
}

.pattern_img4{
    width: 24vw;
    z-index: 1;
    top: 19vw;
    margin: 0 3%;
}

.pattern01.po_r{
margin-top:7%;
}

.tex-er{
    background-color: #1eb0c7;
    height: 57vw;
    top: 65%;
    width: 100%;
    z-index: 0;
}

.pattern-box h4{
    margin-top: 8vw;
}

.pattern-box p{
    font-size: 90%;
}

/*メーカー*/
.meka img{
    width: 83%;
    margin: 7% 0;
}

.meka p{
    width: 85%;
    font-size: 1.2em;
    margin: -3% auto 5%;
}

/*流れ*/
.step {
    width: 90%;
    flex-wrap: nowrap;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
}

.step01 img {
    height: 60px;
    margin: 10px auto;
}

.step02 img {
    height: 80px;
    margin: 0 auto;
}

.step03 img {
    height: 80px;
    margin: 0 auto;
}

.step01 {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 6% 0;
}

.step02 {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 6% 0;
}

.step03 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 6% 0;
}

.step_tit{
    font-size: 4vw;
}

.step_tit span{
    padding: 1% 3%;
    margin-right: 3%;
    background-color: #1eb0c7;
    color: #fff045;
}

.step_tit2{
    width: 55vw;
    font-size: 3.3vw;
    margin: 7% auto 0;
    text-align: left;
}

.step_sp{
    text-align: left;
    padding-left: 5%;
}


/*対応エリア*/


.map_area h3{
    text-align: center;    
}

.map_area1{
    width: 100%;
}

.map_area_tit{
    font-size: 5vw;
    width: 90vw;
    padding-left: 3%;
    margin: 3% 0 4%;
}
.map_area1 p {
	    margin: 3% 0 1%;
    font-size: 1.1em!important;
}
.map_area1 img {
    width: 90%;
}	
.map_area2{
   display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start; 
}

.map_area_txt{
    width: 25vw;
}

.map_area_txt p{
    font-size: 3.5vw;
    margin-left: 12%;
}

.map_img img{
    width: 75vw;  
}

.map_area1 p.map_txt{
    width: 85%;
    font-size: 3.5vw;
    margin: 2% auto;
}

/*FAQ*/
/*アコーディオン*/
.q_arrow {
    position: absolute;
    top: 40%;
    right: 4%;
    width: 6%;
}
.OaC_btn_1 {
    font-size: 18px;
}
.OaC_btn_1 {
    padding-left: 3%;
}

.OaC_btn_1:before {
    top: 29%;
    width: 40%;
    height: 40%;
}

.OaC_btn_2 {
    font-size: 18px;
}
.sp_close_2 {
    display: none;
    width: 100%;
    margin: 0 auto;
}

.OaC_btn_2 {
    padding-left: 3%;
}

.OaC_btn_2:before {
    top: 29%;
    width: 40%;
    height: 40%;
}

.OaC_btn_3 {
    font-size: 18px;
}

.OaC_btn_3 {
    padding-left: 3%;
}

.OaC_btn_3:before {
    top: 29%;
    width: 40%;
    height: 40%;
}

.sp_close_3 {
    display: none;
    width: 100%;
    margin: 0 auto;
}

.OaC_btn_4 {
    font-size: 18px;
}

.OaC_btn_4 {
    padding-left: 3%;
}

.OaC_btn_4:before {
    top: 29%;
    width: 40%;
    height: 40%;
}

.sp_close_4 {
    display: none;
    width: 100%;
    margin: 0 auto;
}

.OaC_btn_5 {
    font-size: 18px;
}

.OaC_btn_5 {
    padding-left: 3%;
}

.OaC_btn_5:before {
    top: 29%;
    width: 40%;
    height: 40%;
}

.sp_close_5 {
    display: none;
    width: 100%;
    margin: 0 auto;
}

.OaC_btn_6 {
    font-size: 18px;
}

.OaC_btn_6 {
    padding-left: 3%;
}

.OaC_btn_6:before {
    top: 29%;
    width: 40%;
    height: 40%;
}

.sp_close_6 {
    display: none;
    width: 100%;
    margin: 0 auto;
}
	
.OaC_btn_7 {
    font-size: 18px;
}

.OaC_btn_7 {
    padding-left: 3%;
}

.OaC_btn_7:before {
    top: 29%;
    width: 40%;
    height: 40%;
}

.sp_close_7 {
    display: none;
    width: 100%;
    margin: 0 auto;
}

.close {
    line-height: 1.6;
    padding: 3%;
    margin: 0px 10px 10px;
    color: #000;
}
.another{
    width: 100%;
    padding: 5px 110px 20px;
    font-weight: bold;
    border-top: 1px solid #5f86bb;
}
.answer2{
     max-width: 1000px;
    margin: 5% auto;  
}
}
