@charset "UTF-8";
/* CSS Document */
body {
	width: 100%;
/*  min-width: 980px;*/
	text-align: center; 
	margin: 0 auto;
	font-family: FontAwesome, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
 	line-height: 1.5;
	overflow-x: hidden;
}

@media screen and (max-width: 768px) {
  body {
    width: 100%;
	  min-width: 320px;
  }
}

section{
	max-width: 100%;
	text-align: center; 
	margin: 0 auto;
    margin-bottom: 0;
	margin-top: 0;
}
@media screen and (max-width: 768px) {
section{
	  width: 100%; 
}
	
}
/*PC*/
@media screen and (min-width: 769px) {
.pc {
  display: block;
	}
	 .sp {
  display: none;
}
}
/*SP*/
@media screen and (max-width: 768px) {
.pc {
    display: none;
  }
	.sp {
    display: block;
  }
}

a:hover{
	opacity: 0.8;
}
li{
    list-style-type: none;
}
/*共通文字要素の指定*/
/*PC*/
section#MV img{
		max-width: 100%; 
    height: auto;
	}
img{
    max-width: 50%; 
    height: auto;
}
p{
	line-height: 1.5;
    font-size: 21px;
}
span{
	line-height: 1.5;
}

p.note{
	font-size: 18px;
}
 h2{
		line-height: 1.5;
	}
 h3{
		font-size: 38px;
		line-height: 1.5;
	}
sup {
    font-size: 50%;
	font-weight: lighter;
	vertical-align: top;
	}
	
/*SP*/
@media screen and (max-width: 768px) {
    img{
		max-width: 100%; 
        height: auto;
	}
	p{
	line-height: 1.5;
    font-size: 13px;
}
span{
	line-height: 1.5;
}

p.note{
	font-size: 9px;
}
 h2{
		line-height: 1.5;
	}
 h3{
		font-size: 25px;
		line-height: 1.5;
	}
sup {
    font-size: 50%;
	font-weight: lighter;
	vertical-align: top;
	}
}
/*MV*/
#MV{
    background: url("../img/freeloan_lp/MV_bg_pc.jpg");
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 0 110px;
    margin: 0 auto;
}
#MV h1 img.MV_parts{
    width: 60%;
    display: block;
    position: relative;
    margin: 50px auto 0;
    height: auto;
    z-index: 1;
    min-width: 769px;
}
#MV .pc.benefit img{
     position: relative;
    width: 48%;
    max-width: 960px;
    height: auto;
    margin-top: -60px;
    z-index: 2;
    min-width: 700px;
}
#MV .cta_btn img.MV_cta{
    width:50%;
    max-width: 1000px;
    height: auto;
    min-width: 724px;
}
/*SP*/
@media screen and (max-width: 768px) {
    #MV{
    background: url("../img/freeloan_lp/MV_bg_sp.jpg");
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 0 45px;
}
#MV h1 img.MV_parts{
    width: 90%;
    display: block;
    position: relative;
    margin: 15px auto;
    min-width: 320px;
    }}

    @media screen and (min-width:320px) and ( max-width:560px)  {
#MV .cta_btn img.MV_cta{
    width: 100%;
    max-width: 352px;
    min-width: 320px;
}
}
 @media screen and (min-width:561px) and ( max-width:768px)  {
#MV .cta_btn img.MV_cta{
    width: 100%;
    max-width: 500px;
    min-width: 320px;
}
}
/*3つのポイント*/
#point_3{
    background-color: #d6e9be;
    padding-bottom: 3em;
}
#point_3 .catch_box{
    margin: 0 auto;
    padding: 30px 0 0;
    text-align: center;
}
#point_3 .catch_box h2 img{
    max-width: 800px;
    width: 100%;
    height: auto;
    margin-left: -90px;
}
#point_3 ul.item_wrap{
    display: flex;
    display:-ms-flexbox;
    flex-direction: row;
    -ms-flex-direction: row;
    max-width: 800px;
    margin: 0 auto;
    margin-top: -60px;
    justify-content: center;
    -ms-flex-pack: center;
    position: relative;
}
#point_3 ul.item_wrap li.item{
    width: 33.3%;
    border: 4px solid #7bb136;
    border-radius: 20px;
    background-color: white;
    padding:  30px 15px;
    margin-right: 5%;
     justify-content: center;
    -ms-flex-pack: center;
}
#point_3 ul.item_wrap li.item:last-child{
    margin-right: 0;
}
#point_3 > ul.item_wrap > li > div > picture > img{
    max-width: 276px;
    width: 100%;
    height: auto;
}
#point_3 ul.item_wrap li.item p{
    font-size: 17px;
    text-align: left;
    margin: 0 auto;
    padding-left: 0.5em;
    -ms-flex: 0 1 auto;
}
@media all and (-ms-high-contrast: none) {
  #point_3 ul.item_wrap li.item p{
    margin-top: -130px;
      width: 194px;
}
}
#point_3 ul.item_wrap li.item ul.parts_wrap{
    display: flex;
    display:-ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    -ms-flex-align: center;
}
#point_3 > ul.item_wrap > li:nth-child(2) > div > ul > li.icon img{
    margin: -1em auto;
}
#point_3 ul.item_wrap li.item ul.parts_wrap li.icon{
    margin: 2em auto;
}
#point_3 ul.item_wrap li.item ul.parts_wrap li.text{
     -ms-flex:0 1 auto;
}
#point_3 ul.btn_wrap{
    display: flex;
    display:-ms-flexbox;
    flex-direction: row;
    -ms-flex-direction: row;
    max-width: 830px;
    width: 100%;
    margin: 0 auto;
    margin-top: 2em;
    justify-content: center;
    -ms-flex-pack: center;
}
#point_3 ul.btn_wrap li {
    justify-content: space-between;
    -ms-flex-pack: justify;
    width: 50%;
}
#point_3 ul.btn_wrap li:first-child{
   
}
#point_3 ul.btn_wrap li img{
    max-width: 511px;
    width: 100%;
}
/*SP*/
@media screen and (max-width: 768px) {
  #point_3{
    padding-bottom: 2em;
}
#point_3 .catch_box{
    padding: 1.5em 0 0;
    text-align: left;
    text-align: center;
}
#point_3 .catch_box h2 img{
   max-width: 312px;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin: 0 auto;
}
    #point_3 ul.item_wrap li.item:last-child{
        margin-left: 0;
        margin: 0 auto;
    }
#point_3 ul.item_wrap{
    display: flex;
    display:-ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    max-width: 375px;
    width: 100%;
    margin: 0 auto;
    margin-top: -10px;
    justify-content: center;
    -ms-flex-pack: center;
}
#point_3 ul.item_wrap li.item{
    width: 80%;
    border-radius: 10px;
    padding: 15px;
    margin-right: 0;
     justify-content: center;
    -ms-flex-pack: center;
    margin: 0 auto;
    margin-bottom: 1em;
    height: 100%;
}
#point_3 > ul.item_wrap > li > div > picture > img{
    width: 100%;
    height: auto;
    max-width: 360px;
}
#point_3 ul.item_wrap li.item p{
    font-size: 13px;
    text-align: left;
    margin: 0 auto;
    margin-left: 1em;
}
#point_3 ul.item_wrap li.item ul.parts_wrap{
    display: flex;
    display:-ms-flexbox;
    flex-direction: row;
    -ms-flex-direction: row;
    margin: 1em 0 0.5em;
}
    #point_3 ul.item_wrap li.item ul.parts_wrap.two{
        margin:2em 0 1em;
    }
#point_3 ul.item_wrap li.item ul.parts_wrap li.icon{
    margin: 0;
    width: 30%;
}
    #point_3 ul.item_wrap li.item ul.parts_wrap li.text{
    margin: 0;
  width: 70%;
}
#point_3 > ul.item_wrap > li > div > ul > li.icon > img
    {
         width: 100%;
    }
#point_3 ul.btn_wrap{
    display: flex;
    display:-ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    max-width: 375px;
    width: 100%;
    margin: 0 auto;
    margin-top: 1em;
    justify-content: center;
    -ms-flex-pack: center;
}
#point_3 ul.btn_wrap li {
    justify-content: space-between;
    -ms-flex-pack: justify;
    width: 100%;
}
#point_3 ul.btn_wrap li:first-child{
   
}
#point_3 ul.btn_wrap li img{
    max-width: 375px;
    width: 94%;
    height: auto;
}  
}
/*例えばこんなときに使えます!*/
#scene{
    background: url("../img/freeloan_lp/section3_bg.jpg");
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 0 140px;
    margin: 0 auto;
}
#scene .catch_box{
    margin: 0 auto;
    padding: 30px 0 0;
    text-align: center;
}
#scene .catch_box h2 img{
    max-width: 800px;
    width: 100%;
    height: auto;
}
#scene ul.item_wrap{
    display: flex;
    display:-ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    background-color: white;
    margin-top: -6px;
}
#scene ul.item_wrap li.item{
    border-top: 2px solid #d4d4d4;
    padding-bottom: 5em;
}
#scene ul.item_wrap li.item:last-child{
    border-bottom: 2px solid #d4d4d4;
    padding-bottom: 2em;
}
#scene ul.item_wrap li.item div.tag{
    max-width: 60%;
    margin: 0 auto;
    text-align: left;
    margin-top: -2em;
}
#scene ul.item_wrap li.item div.tag img{
    max-width: 168px;
    width: 100%;
    height: auto;
}
#scene ul.item_wrap li.item div.image{
    margin: 18px auto 36px;
}
#scene ul.item_wrap li.item div.image img{
    max-width: 500px;
    width: 100%;
    height: auto;
}
#scene .voice{
    margin: 3em auto 0;
}
#scene .voice img{
    max-width: 757px;
    width: 100%;
    height: auto;
}
div.cta a img{ 
    max-width: 830px;
    width: 100%;
    height: auto;
}
/*SP*/
@media screen and (max-width: 768px) {
   #scene{
    background: url("../img/freeloan_lp/section3_bg_sp.jpg");
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 0 40px;
    margin: 0 auto;
}
#scene .catch_box{
    margin: 0 auto;
    padding: 30px 0 0;
    text-align: center;
}
#scene .catch_box h2 img{
    max-width: 338px;
    width: 100%;
    height: auto;
}
#scene ul.item_wrap{
    display: flex;
    display:-ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
    margin-top: -7px;
}
#scene ul.item_wrap li.item{
    padding-bottom: 1.5em;
}
#scene ul.item_wrap li.item:last-child{
    padding-bottom: 1em;
}
#scene ul.item_wrap li.item div.tag{
    max-width: 90%;
    margin: 0 auto;
    text-align: left;
    margin-top: -1em;
}
#scene ul.item_wrap li.item div.tag img{
    max-width: 84px;
    width: 100%;
    height: auto;
}
#scene ul.item_wrap li.item div.image{
    margin: 9px auto 14px;
}
#scene ul.item_wrap li.item div.image img{
    max-width: 300px;
    width: 100%;
    height: auto;
}
#scene .voice{
    margin: 1.5em auto 0.5em;
}
#scene .voice img{
    max-width: 360px;
    width: 100%;
    height: auto;
}
div.cta a img{ 
    max-width: 94%;
    width: 100%;
    height: auto;
} 
}
/*カンタン！お申し込みの5ステップ*/
#step_5 {
    background-color: #fff9d0;
    padding-bottom: 3em;
}
#step_5 .catch_box{
    margin: 0 auto;
    padding: 30px 0 0;
    text-align: center;
}
#step_5 .catch_box h2 img{
    max-width: 800px;
    width: 100%;
    height: auto;
}
#step_5 ul.item_wrap{
    display: flex;
    display:-ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    max-width: 800px;
    width: 100%;
    margin: -8px auto 2em;
    
}
#step_5 ul.item_wrap li.item{
    max-width: 1000px;
    width: 100%;
    height: 473.5px;
    }
#step_5 > ul.item_wrap > li.item:nth-child(1){
    background: url("../img/freeloan_lp/section4_parts1.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: -2.5em;
    z-index: 50;
    position: relative;
}
#step_5 > ul.item_wrap > li.item:nth-child(2){
    background: url("../img/freeloan_lp/section4_parts2.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
     margin-top: -9.5em;
    z-index: 40;
    position: relative;
}
#step_5 > ul.item_wrap > li.item:nth-child(3){
    background: url("../img/freeloan_lp/section4_parts3.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
     margin-top: -9.5em;
    z-index: 30;
    position: relative;
}
#step_5 > ul.item_wrap > li.item:nth-child(4){
    background: url("../img/freeloan_lp/section4_parts4.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
     margin-top: -9.5em;
    z-index: 20;
    position: relative;
}
#step_5 > ul.item_wrap > li.item:nth-child(5){
    background: url("../img/freeloan_lp/section4_parts5.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: -9.5em;
    z-index: 10;
    position: relative;
}
#step_5 ul.item_wrap li.item:last-child{
    max-width: 800px;
    width: 100%;
    height: 300px;
    }
#step_5 ul.item_wrap li.item p{
    margin-top: 150px;
    text-align: left;
    padding-left: 70px;
}
#step_5 > ul.item_wrap > li.item:nth-child(2) > p{
    margin-top: 200px;
}
#step_5 > ul.item_wrap > li.item:nth-child(5) > p > span{
    font-weight: bold;
    background-color: #fff888;
    padding: 0em 0.2em;
}
/*SP*/
@media screen and (max-width: 768px) {
    #step_5 {
    padding-bottom: 1em;
}
#step_5 .catch_box{
    margin: 0 auto;
    padding: 30px 0 0;
    text-align: center;
}
#step_5 .catch_box h2 img{
    max-width: 355px;
    width: 100%;
    height: auto;
}
#step_5 ul.item_wrap{
    display: flex;
    display:-ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    max-width: 90%;
    width: 100%;
    margin: -8px auto 0;
}
#step_5 ul.item_wrap li.item{
    max-width: 375px;
    width: 100%;
    height: 247px;
    margin: 0 auto;
    }
#step_5 > ul.item_wrap > li.item:nth-child(1){
    background: url("../img/freeloan_lp/section4_parts1_sp.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: -1em;
    z-index: 50;
    position: relative;
}
#step_5 > ul.item_wrap > li.item:nth-child(2){
    background: url("../img/freeloan_lp/section4_parts2_sp.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
     margin-top: -3em;
    z-index: 40;
    position: relative;
}
#step_5 > ul.item_wrap > li.item:nth-child(3){
    background: url("../img/freeloan_lp/section4_parts3_sp.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
     margin-top: -3em;
    z-index: 30;
    position: relative;
}
#step_5 > ul.item_wrap > li.item:nth-child(4){
    background: url("../img/freeloan_lp/section4_parts4_sp.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
     margin-top: -3em;
    z-index: 20;
    position: relative;
}
#step_5 > ul.item_wrap > li.item:nth-child(5){
    background: url("../img/freeloan_lp/section4_parts5_sp.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: -3em;
    z-index: 10;
    position: relative;
}
#step_5 ul.item_wrap li.item:last-child{
    max-width: 375px;
    width: 100%;
    height: 208px;
    }
#step_5 ul.item_wrap li.item p{
    margin-top: 22%;
    text-align: left;
    padding-left: 8%;
}
   
#step_5 > ul.item_wrap > li.item:nth-child(2) > p{
    margin-top: 110px;
}
    #step_5 > ul.item_wrap > li.item:nth-child(3) > p{
        margin-top: 24%;
    }
    #step_5 > ul.item_wrap > li.item:nth-child(5) > p{
        margin-top: 26%;
    }
#step_5 > ul.item_wrap > li.item:nth-child(5) > p > span{
    font-weight: bold;
    background-color: #fff888;
    padding: 0.2em;
}
    #step_5 div.cta a img{
        max-width: 90%;
    width: 100%;
    height: auto;
    }
}
/*商品概要*/
#overview{
    background-color: #d6e9be;
    padding-bottom: 4em; 
}
#overview .catch_box{
    margin: 0 auto;
    padding: 4em 0 2em;
    text-align: center;
}
#overview .catch_box h2 img.section5_catch{
    max-width: 210px;
    width: 100%;
    height: auto;
}
#overview .text_box{
      border: 4px solid #7bb136;
    border-radius: 20px;
    background-color: white;  
    padding: 40px 0;
    max-width: 792px;
    width: 100%;
    margin: 0 auto;
}
#overview .text_box p{
    text-align: left;
    margin: 0 55px 0 60px;
    line-height: 1.8;
    font-size: 95%;
}
#overview .text_box p span{
    text-align: right;
    display: block;
}
#overview div.cta a img{ 
    max-width: 830px;
    width: 100%;
    height: auto;
    margin-left: 10px;
    margin-top: 3em;
}
#overview .catch_box h2 img.section5_catch2{
    max-width:446px;
    width: 100%;
    height: auto;
}
/*SP*/
@media screen and (max-width: 768px) {
    #overview{
    padding-bottom: 2em; 
}
#overview .catch_box{
    padding: 2em 0 1em;
}
#overview .catch_box h2 img.section5_catch{
    max-width: 102px;
    width: 100%;
    height: auto;
}
#overview .text_box{
    padding: 2em 0;
    max-width: 375px;
    width: 90%;
    margin: 0 auto;
}
#overview .text_box p{
    text-align: left;
    margin: 0 2em;
    line-height: 1.8;
}
#overview div.cta a img{ 
    max-width: 94%;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-top: 1.5em;
}
#overview .catch_box h2 img.section5_catch2{
    max-width:230px;
    width: 100%;
    height: auto;
}
    #overview .catch_box.two{
        padding: 1em 0;
    }
}
/*同意条項*/
#agreement{
    background-color: #a5c979;
    padding-bottom: 20em; 
}
@media screen and (min-width: 769px) and (max-width: 900px){
    #agreement{
    padding-bottom: 4em; 
}
}
#agreement .catch_box{
    margin: 0 auto;
    padding: 4em 0 2em;
    text-align: center;
}
#agreement .catch_box h2 img.section5_catch{
    max-width: 211px;
    width: 100%;
    height: auto;
}
#agreement .text_box{
      border: 4px solid #7bb136;
    border-radius: 20px;
    background-color: white;  
    padding: 40px 0;
    max-width: 792px;
    width: 100%;
    margin: 0 auto;
} 
#agreement .text_box p{
    text-align: left;
    margin: 0 55px 0 60px;
    line-height: 1.8;
    font-size: 95%;
}
#agreement .text_box ul{
    margin: 40px auto 40px;
    width: 85%;
}
#agreement .text_box ul li a{
    color: #26b1df;
}
#agreement .text_box ul li a:hover{
    color: #DC0458;
}

/*   #clau
========================================================================== */

#agreement form label{
	font-size: 30px;
	text-align: center;
	display: inline-block;
	margin-left: 24px; 
    font-weight: bold;
}
#agreement form [type="checkbox"]{
	display: none;
}
#agreement form [type="checkbox"] + label{
	position: relative;
	padding: 0 20px 0 35px;
}
#agreement form [type="checkbox"] + label::before{
	content: "";
	position: absolute;
	display: inline-block;
	background: #fff;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
    border: 3px solid #494436;
}
#agreement form [type="checkbox"]:checked + label::after{
	content: "";
	position: absolute;
	display: inline-block;
	background: url( "../img/freeloan_lp/checked.png") no-repeat center center;
	background-size: 100% 100%;
	top: 50%;
	left: 2px;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
}
#agreement form .btnArea a img{
	max-width: 632px;
    width: 100%;
}
#agreement form .btnArea{
	margin: 20px 0;
}
#agreement form .btnArea>*{
	width: 100%;
	max-width: 600px;
}
#agreement form .btnArea>.btnAgree{
	margin-top: -10px;
}

#agreement form .btnAgree.unable{
	opacity: 0.3;
	user-select: none;
	pointer-events : none;
}
#agreement p.note{
    text-align: center;
    margin: 0;
 
    margin-top: -1.5em;
}
#agreement div.pc.dog{
    display: block;
    position: relative;
    text-align: right;
    margin-top: -15em;
}
#agreement div.pc.dog img.pc{
    display: block;
    position: absolute;
    right: 3em;
    width: 90%;
    height:auto;
}
@media screen and (min-width: 1101px){
    #agreement div.pc.dog img.pc{
        max-width: 230px;
    }
}
@media screen and (min-width: 901px) and (max-width: 1100px){
    #agreement div.pc.dog img.pc{
        max-width: 150px;
    width: 80%;
         right: 0;
}
}
@media screen and (max-width: 900px){
    #agreement div.pc.dog{
    display: none;
}
}
/*SP*/
@media screen and (max-width: 768px) {

      #agreement{
    padding-bottom: 2em ; 
}
#agreement .catch_box{
    max-width: 375px;
    width: 100%;
    padding: 2em 0 1em;
    
    background: no-repeat right/contain url("../img/freeloan_lp/section6_dog_illust_sp.png");
    background-size: 32%;
    background-position: 95% 120%;
}
#agreement .catch_box h2 img.section5_catch{
    max-width: 102px;
    width: 100%;
    height: auto;
}
#agreement .text_box{
    padding: 2em 0;
    max-width: 375px;
    width: 90%;
    margin: 0 auto;
}
#agreement .text_box p{
    text-align: left;
    margin: 0 2em;
    line-height: 1.8;
}
#agreement .text_box ul{
    margin: 1em auto;
    width: 85%;
}

/*   #clau
========================================================================== */

#agreement form label{
	font-size: 19px;
	text-align: center;
	display: inline-block;
	margin-left: 24px; 
    font-weight: bold;
}
#agreement form [type="checkbox"]{
	display: none;
}
#agreement form [type="checkbox"] + label{
	position: relative;
	padding: 0 20px 0 35px;
}
#agreement form [type="checkbox"] + label::before{
	content: "";
	position: absolute;
	display: inline-block;
	background: #fff;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
    border: 3px solid #494436;
}
#agreement form [type="checkbox"]:checked + label::after{
	content: "";
	position: absolute;
	display: inline-block;
	background: url( "../img/freeloan_lp/checked.png") no-repeat center center;
	background-size: 100% 100%;
	top: 50%;
	left: 2px;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
}
#agreement form .btnArea a img{
	max-width: 292px;
    width: 100%;
}
#agreement form .btnArea{
	margin: 10px 0;
}
#agreement form .btnArea>*{
	width: 100%;
	max-width: 292px;
}
#agreement form .btnArea>.btnAgree{
	margin-top: -10px;
}

#agreement form .btnAgree.unable{
	opacity: 0.3;
	user-select: none;
	pointer-events : none;
}
#agreement p.note{
    text-align: center;
    margin: 0;
    font-size: 9px;
    margin-top: -1.5em;
}

}
/*footer*/
footer .footer_wrap{
    margin: 4em auto 5em;
}
footer .footer_wrap .tel{
    display: flex;
    display:-ms-flexbox;
    flex-direction: row;
    -ms-flex-direction: row;
    justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    -ms-flex-align: center;
    margin: 1.5em auto;
}
footer .footer_wrap .tel img{
    max-width: 103px;
    width: 100%;
    height: auto;
}
footer .footer_wrap .tel p{
    font-size: 50px;
    font-weight: lighter;
}
footer .footer_wrap .footer_logo{
    margin-top: 1.5em;
}
footer .footer_wrap .footer_logo img{
    width: 258px;
    height: 57px;
    
}
/*SP*/
@media screen and (max-width: 768px) {
    footer .footer_wrap{
    margin: 2em auto;
}
footer .footer_wrap .tel{
    display: flex;
    display:-ms-flexbox;
    flex-direction: row;
    -ms-flex-direction: row;
    justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    -ms-flex-align: center;
    margin: 1em auto;
}
footer .footer_wrap .tel img{
    max-width: 52px;
    width: 100%;
    height: auto;
}
footer .footer_wrap .tel p{
    font-size: 25px;
    font-weight: lighter;
}
footer .footer_wrap .footer_logo{
    margin-top: 1em;
}
footer .footer_wrap .footer_logo img{
    width: 129px;
    height: 28.5px;
    
}
}