@charset "UTF-8";
/*---------------------------------------------

	sub サブページ

---------------------------------------------*/


/*---------------------------------------------

メールフォームcss

---------------------------------------------*/
.toiawase_form{

	width: 95%;
	margin: 0 auto 30px auto;

	display: flex;
	  flex-wrap: wrap;

	 background: white;
	 border-radius: 20px;

	 padding: 50px;
	 box-sizing:border-box;


}

img {
    image-rendering: -webkit-optimize-contrast;
}

.toiawase_form>li{


	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;



}

.toiawase_form>li>div{
	font-size: 1.4rem;

}


.toiawase_form>li>p{
	font-size: 1.2rem;
}

.toiawase_form>li:nth-child(2n-1)>div>img{
padding-bottom: 5px;
display: inline-block;
padding-left: 10px;
}



.toiawase_form>li:nth-child(2n-1){

	width: 30%;
	padding-top: 10px;
}

.toiawase_form>li:nth-child(2n){

	width: 70%;
}


.mail_info{
	text-align: center;
	font-size: 1rem;
	margin-bottom: 40px;
	padding-top: 10px;
}


.toiawase_form>li>select,
.toiawase_form>li>input,
.toiawase_form>li>textarea

{

	font-size: 1.4rem;

	line-height: 100%;
	width: 100%;
	box-sizing:border-box;
	padding: 10px;
		background: #f3f3f3;
	border:none;
}

.toiawase_form>li>textarea{
	font-size: 1.4rem;
	line-height: 100%;
	width: 100%;
	box-sizing:border-box;

}


.mail_pt11{
	padding-top: 11px;
}




.main_img_sp_sub{
display: none;
}





.toiawase_form>li>input.half{
	width: 48%;
	margin: 0 3.1% 0 0;
}

.toiawase_form>li>input.half:nth-child(2n){
	margin: 0 ;
}




/*エントリーフォーム↓*/

.entry_form{

	width: 95%;
	margin: 0 auto 30px auto;

	display: flex;
	  flex-wrap: wrap;

	 background: white;
	 border-radius: 20px;

	 padding: 50px;
	 box-sizing:border-box;

}

.entry_form>li{


	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;



}

.entry_form>li>div{
	font-size: 1.4rem;

}


.entry_form>li>p{
	font-size: 1.2rem;
}

.entry_form>li:nth-child(2n-1)>div>img{
padding-bottom: 5px;
display: inline-block;
padding-left: 10px;
}



.entry_form>li:nth-child(2n-1){

	width: 30%;
}

.entry_form>li:nth-child(2n){

	width: 70%;
}




.entry_form>li>select,
.entry_form>li>input,
.entry_form>li>textarea,
.entry_form>li>div>input

{

	font-size: 1.4rem;

	line-height: 100%;
	width: 100%;
	box-sizing:border-box;
	padding: 10px;
		background: #f3f3f3;
	border:none;
}




.entry_form>li>textarea{
	font-size: 1.4rem;
	line-height: 100%;
	width: 99%;
	box-sizing:border-box;

}

.entry_form>li>input[type=radio]{
	width: auto;
}

.entry_form>li>input[type=radio]+label{
font-size: 1.4rem;
padding-right: 30px;
}

.entry_form>li>input[type=checkbox]{
	width: auto;
}

.entry_form>li>input[type=checkbox]+label{
font-size: 1.4rem;
padding-right: 30px;
line-height: 180%;
}


.entry_form>li>div>input[type=checkbox]{
	width: auto;

}

.entry_form>li>div>input[type=checkbox]+label{
font-size: 1.4rem;
padding-right: 30px;


}



.entry_form>li>input.half,
.entry_form>li>div>input.half
{
	width: 48%;
	margin: 0 2.9% 0 0;

}

.entry_form>li>input.half:nth-of-type(2n),
.entry_form>li>div>input.half:nth-of-type(2n){
	margin: 0 ;
}



.entry_form>li>input.half2,
.entry_form>li>div>input.half2
{
	width: 48%;
	margin: 0 2.9% 0 0;

}

.entry_form>li>input.half2:nth-of-type(2n),
.entry_form>li>div>input.half2:nth-of-type(2n){
	margin: 0 ;
}





.entry_form>li>input.three,
.entry_form>li>div>input.three
{
	width: 30.5%;
	margin: 0 3.1% 0 0;
}

.entry_form>li>input.three:nth-of-type(3n),
.entry_form>li>div>input.three:nth-of-type(3n){
	margin: 0 ;
}



.mail_pink{
	background: #ffcfd2!important;
}


.entry_form>li>input[type=radio]{
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    height: 10px!important;
    width: 10px!important;
    vertical-align: -0.8rem;

    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin: .4rem;
    outline: none;
    border-radius: 10%;
}

.entry_form>li>input[type=radio] {
    border-radius: 50%;
}

.entry_form>li>input[type=radio]:before {
    content: "";
    display: block;
    width: 10px!important;
    height: 10px!important;
    border-radius: 50%;
    margin: -5px 1px 1px -5px;

}

.entry_form>li>input[type=radio]{
    border: 1px solid #333!important;
}
.entry_form>li>input[type=radio]:checked:before{
    background: #333;
}




.entry_form>li>input.mail_pink_radio[type=radio]{
    border: 1px solid #e3007f!important;
    background: #ffcfd2;
}
.entry_form>li>input.mail_pink_radio[type=radio]:checked:before {
    background: #e3007f;
}





.entry_form>li>input[type=checkbox]{
	display: none;
}
.entry_form>li>input[type=checkbox]+label{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.entry_form>li>input[type=checkbox]+label::before{
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
}


.entry_form>li>input[type=checkbox]:checked + label{
  color: #d01137;
}
.entry_form>li>input[type=checkbox]:checked +label::after{
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #d01137;
  border-right: 3px solid #d01137;
}



.mail_pink_checkbox>input[type=checkbox]+label::before{
background: #ffcfd2;
}




.file_up{
 background: #ffcfd2;

}


.kiyaku_midasi{
	font-size: 1.4rem;
	margin-bottom: 20px;
}

.kiyaku_text{
	font-size: 1rem;
	margin-bottom: 20px;
}


.kiyaku_text2{
	font-size: 1rem;
	margin-bottom: 20px;


}

.kiyaku_text2>dd{
	margin-bottom: 5px;
	text-indent: -1em;
	padding-left: 1em;

}


.entry_doui_bt{

	width: 250px;
	margin: 0 auto 20px auto;
	border: 1px solid #000;
	box-sizing:border-box;
	padding: 20px;
	text-align: center;
	background: white;


}

.entry_doui_bt>label{
font-size: 1.4rem;
	}

/*エントリーフォーム↑*/




.sub_photo_list4{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 80px;


}


.sub_photo_list4>li{
	width: 510px;
	height: auto;

	margin-bottom: 32px;

}


.sub_photo_list4>li>img{
	width: 100%;
	height: auto;


}


.sub_photo_list4>li:nth-last-of-type(2),.sub_photo_list4>li:nth-last-of-type(1){
margin-bottom: 0;
}


.photo_1shot{

	margin-bottom: 50px;
}


.button1{
	width: 30%;
	margin: 0 auto 30px auto;
	text-align: center;


}

.button1>a{
display: block;
font-size: 1.6rem;
color: #000;
text-decoration: none;
	background: #ffcfd2;
	border-radius: 15px;
	padding: 5px;
}

.button1>a:hover{
background: #e3007f;
}



.sub_list{
	margin-bottom: 50px;
}
.sub_list>li{

	font-size: 1.4rem;

	letter-spacing: 2px;
	line-height: 36px;
}
.sub_list>li:last-of-type{

margin-bottom: 0;

}



.sub_list_step{
	margin-bottom: 50px;
	padding-top: 10px;
}
.sub_list_step>li{

	font-size: 1.4rem;

	letter-spacing: 2px;
	line-height: 36px;
	background: #c6f2f3;

	border-radius:  5px;
	padding-left: 20px;
	margin-bottom: 15px;
}
.sub_list_step>li:last-of-type{

margin-bottom: 0;

}




.sub_list_step2{
	margin-bottom: 50px;
	padding-top: 10px;
}
.sub_list_step2>li{

	font-size: 1.4rem;

	letter-spacing: 2px;
	line-height: 36px;
	background: #fcaec3;

	border-radius:  5px;
	padding-left: 20px;
	margin-bottom: 15px;
}
.sub_list_step2>li:last-of-type{

margin-bottom: 0;

}






.sub_dt{
	margin-bottom: 80px;
	padding-top: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sub_dt>li{
	width: 49%;
	font-size: 1.4rem;
	letter-spacing: 2px;

	background: #51b8b9;
	color: white;
	border-radius:  0px;
	margin-bottom: 18px;
	box-sizing:border-box;
	text-align: center;
	padding:10px 0;
}


.sub_dt>li>img{
	width: 20%;
	height: auto;
	margin-bottom: 10px;

}


.sub_dt>li:nth-last-of-type(2),.sub_dt>li:nth-last-of-type(1){
	margin-bottom: 0;
}



.bold{
	font-weight: bolder;
}





.taiken_water{
		font-size: 1.4rem;

	letter-spacing: 2px;
	line-height: 36px;
	background: #c6f2f3;

	border-radius:  5px;
	padding: 20px;
	margin-bottom: 15px;
}

.taiken_water>div{
font-weight: bold;
margin-bottom: 5px;
font-size: 1.4rem;
	}

.pink_color{
	color: #e3007f;
		font-size: 1.6rem;
}


.pink_color2{
	color: #e3007f;
		font-size: 1rem;
}

.calender_iframe>iframe{
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	height: 1000px;
}

.sousin{
	display: inline-block;
	width: 250px;
	height: 60px;
	text-align: center;
	cursor: pointer;
	background: #00b7ce;
	color: white;
	font-size: 1.4rem;
	border: 0;
	margin-bottom: 20px;
}

.sousin:hover{

background: #00c7ce;
}


.calender_bt{
	text-align: center;
	display: inline-block;
	width: 250px;

	text-align: center;
	cursor: pointer;
	background: #00b7ce;
	color: white;
	font-size: 1.4rem;
	border: 0;
	margin-bottom: 20px;
	padding:  15px 0;

}



.calender_bt:hover{

background: #00c7ce;
color: #fff;
}







.calender_bt2{
	text-align: center;
	display: inline-block;
	width: 250px;

	text-align: center;
	cursor: pointer;
	background: #fcaec3;
	color: #000;
	font-size: 1.4rem;
	border: 0;
	margin-bottom: 20px;
	padding:  15px 0;

}



.calender_bt2:hover{

background: #f08ba6;
color: #000;
}



.calender_bt3{
	text-align: center;
	display: inline-block;
	width: 210px;

	text-align: center;
	cursor: pointer;
	background: #fcaec3;
	color: #000;
	font-size: 1.4rem;
	border: 0;

	padding:  15px 0;

}



.calender_bt3:hover{

background: #f08ba6;
color: #000;
}


.calender_bt4{
	text-align: center;
	display: inline-block;
	width: 210px;

	text-align: center;
	cursor: pointer;
	background: #fcaec3;
	color: #000;
	font-size: 1.4rem;
	border: 0;

	padding:  15px 0;

}



.calender_bt4:hover{

background: #f08ba6;
color: #000;
}












.tiiki_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 60%;
	margin: 0 auto 20px auto;

}


.tiiki_list>li{

width: 48%;
text-align: center;
box-sizing:border-box;
margin: 0 4% 20px 0;
}

.tiiki_list>li:nth-child(2n){
margin-right: 0;
}


.tiiki_list>li>a{
padding: 10px;
color: #000;
text-decoration: none;

font-size: 1.4rem;
display: block;
background: #c6f2f3;
	}


.tiiki_list>li>a:hover,.tiiki_list>.on>a{
background: #36b2b3;

text-decoration: none;

	}










.tiiki_list2{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 60%;
	margin: 0 auto 20px auto;

}


.tiiki_list2>li{

width: 48%;
text-align: center;
box-sizing:border-box;
margin: 0 4% 20px 0;
}

.tiiki_list2>li:nth-child(2n){
margin-right: 0;
}


.tiiki_list2>li>a{
padding: 10px;
color: #000;
text-decoration: none;

font-size: 1.4rem;
display: block;
background: #ffcfd2;
	}


.tiiki_list2>li>a:hover,.tiiki_list2>.on>a{
background: #ffb5ba;

text-decoration: none;

	}


.insta_link{

	font-size: 1.4rem;
	  background: linear-gradient(transparent 70%, #c6f2f3 0%);
  display: inline;
}

.insta_icon{

width: 23px;
height: 23px;
padding-bottom: 3px;
padding-right: 5px;

}



































.model_type_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 60%;
	margin: 0 auto 30px auto;
	flex-direction:column;
}


.model_type_list>li{

width: 30%;
text-align: center;
box-sizing:border-box;
margin: 0 0 20px 0;
}


.model_type_list>li>a{
padding: 10px;
color: #000;
text-decoration: none;

font-size: 1.4rem;
display: block;
background: #fff;
border: 2px solid #000;
	}


.model_type_list>li>a:hover,.model_type_list>li>a.on{
background: #eee;

text-decoration: none;

	}





.girl_list>ul{

    width: 100%;
    display: flex;
    flex-wrap: wrap;


}

.girl_list>ul>li{

width: 240px;
margin-bottom: 50px;
text-align: center;
box-sizing:border-box;

padding-bottom: 5px;
margin-right: 30px;
}

.girl_list>ul>li:nth-child(4n){
margin-right: 0;
}



.girl_list>ul>li>a>img{
width: 100%;
height: auto;
margin-bottom: 5px;
box-sizing:border-box;

}

.girl_list>ul>li>div>span{
	font-weight: bold;
font-size: 1.4rem;
padding-right: 10px;
}

.girl_list>ul>li>div{

font-size: 1.4rem;

}

.muryo_tc{
	text-align: center;
	margin-bottom: 10px!important;
}


.lesson_list{

text-align: center;
width: 100%;
margin: 0 auto;

}

.lesson_list>li{

margin-bottom: 30px;
padding-bottom: 30px;
border-bottom: 1px dotted #999;

}

.lesson_list>li:last-of-type{
margin-bottom: 0;
padding-bottom: 0;
border-bottom: 0;


}


.lesson_list>li>a>img{
width: 100%;
height: auto;
margin-bottom: 5px;
}

.lesson_list>li>a>img:hover{
filter: brightness(110%);

}

.lesson_list>li>div{

font-size: 1.4rem;
font-weight: bold;
}

.lesson_list>li>div>a{

font-size: 1.4rem;
font-weight: bold;
}


.girl_syousai_list{

	display: flex;

justify-content: space-between;
}



.girl_syousai_list>li:nth-child(1){

width: 710px;
padding-right: 13px;
box-sizing:border-box;

}

.girl_syousai_list>li:nth-child(1)>ul{
	display: flex;
	justify-content: space-between;
	 flex-wrap: wrap;
}


.first_main{
width: 100%!important;

}

.girl_syousai_list>li:nth-child(1)>ul>li{
width: 49%;
margin-bottom: 12px;
}



.girl_syousai_list>li:nth-child(1)>ul>li>img{
width: 100%;
height: auto;
}






.tate2>img{
width: 100%;
height: auto;
}


.tate2>img:first-child{
	margin-bottom: 12px;
}


.girl_syousai_list>li:nth-child(2){

width: 360px;
box-sizing:border-box;

}



.girl_syousai_list>li:nth-child(2)>ul{
display: flex;
flex-wrap:wrap;
justify-content: space-between;
margin-bottom: 30px;

border: 1px solid #aaa;
padding: 10px;
}


.girl_syousai_list>li:nth-child(2)>ul>li{
	padding: 10px;
	box-sizing:border-box;
border-bottom: 1px solid #aaa;
}

.girl_syousai_list>li:nth-child(2)>ul>li:nth-last-child(1),
.girl_syousai_list>li:nth-child(2)>ul>li:nth-last-child(2)
{
border-bottom: none;
	}

.girl_syousai_list>li:nth-child(2)>ul>li:nth-child(2n-1){
width: 45%;

color: #999;
}

.girl_syousai_list>li:nth-child(2)>ul>li:nth-child(2n){
width: 55%;

}


.irai_bt>a{
	text-align: center;
	display: inline-block;
	width: 250px;

	text-align: center;
	cursor: pointer;
	background: #00b7ce;
	color: white;
	font-size: 1.4rem;
	border: 0;
	margin-bottom: 20px;
	padding:  15px 0;
}

.girl_w100{
	width: 100%!important;
	text-align: center;
	border: 0!important;
	margin-bottom: 0!important;
	padding-bottom: 0!important;
}

.girl_w100>a{
font-size: 1.4rem;
}


.irai_bt>a:hover{

background: #00c7ce;
color: #fff;
}


.syousai_main{
	text-align: center;
	padding-top: 0px;
}


.syousai_main>img{

width: 50%;
margin-bottom: 8px;
}

.syousai_main>h3{

font-size: 2rem;
text-align: center;

}

.syousai_main>div{
font-size: 1.4rem;
margin-bottom: 12px;
}

.sub_dl{
	margin-bottom: 50px;
}

.sub_dl>dt{

font-size: 1.6rem;
font-weight: bold;
margin-bottom: 5px;
}


.sub_dl>dd{

font-size: 1.4rem;
margin-bottom: 10px;
}










.girl_list2{
	display: flex;
	justify-content: space-between;
	 flex-wrap: wrap;
	 margin-bottom: 30px;
}



.girl_list2>li{
width: 32%;
margin-bottom: 12px;
}



.girl_list2>li>img{
width: 100%;
height: auto;
}


.girl_list2>li:last-child{
margin-bottom: 0;
}


.girl_list3{
	display: flex;
	justify-content: space-between;
	 flex-wrap: wrap;
	 margin-bottom: 30px;
}



.girl_list3>li{
width: 49%;
margin-bottom: 12px;
}



.girl_list3>li>img{
width: 100%;
height: auto;
}



.girl_list3>li>a>img{
width: 100%;
height: auto;
}



.girl_list3>li:last-child{
margin-bottom: 0;
}

.academy_list{
	display: flex;
	justify-content: space-between;
	 flex-wrap: wrap;
}



.academy_list>li{
width: 49%;
margin-bottom: 30px;
}



.academy_list>li>div{
background: #fcaec3;

border-radius:10px;
text-align: center;
padding: 10px 0;
font-size: 1.2rem;
}

.academy_list>li>div>a{
font-size: 1.2rem;
color: #000;
display: block;
}


.academy_list>li>img{
width: 100%;
height: auto;
margin-bottom: 10px;
}


.academy_list>li>a>img{
width: 100%;
height: auto;

margin-bottom: 10px;
}








.girl_list4{
	display: flex;
	justify-content: space-between;
	 flex-wrap: wrap;
	 margin-bottom: 80px;
}



.girl_list4>li{
width: 49%;
margin-bottom: 12px;
}



.girl_list4>li>img{
width: 100%;
height: auto;
}


.girl_list4>li:last-child{
margin-bottom: 0;
}



.four_list{
	display: flex;
	justify-content: space-between;
	 flex-wrap: wrap;
	 margin-bottom: 80px;
}



.four_list>li{
width: 49%;
margin-bottom: 12px;
}



.four_list>li>a>img{
width: 100%;
height: auto;
}

.four_list>li>img{
width: 100%;
height: auto;
}





.icon_list{
	display: flex;
	justify-content: center;
	 flex-wrap: wrap;
	 margin-bottom: 80px;
}



.icon_list>li{
width: 49%;
margin-bottom: 12px;
}



.icon_list>li>a>img{
width: 100%;
height: auto;
}

.icon_list>li>img{
width: 100%;
height: auto;
}


.icon_list>li:last-child{
margin-bottom: 0;
}












.keikou{
	background: linear-gradient(transparent 60%, #ffcfd2 0%);
}



.ninteisyo{
	display: flex;
	justify-content: space-between;
	 flex-wrap: wrap;
	 margin-bottom: 80px;
}



.ninteisyo>li{
width: 49%;
margin-bottom: 12px;
}



.ninteisyo>li>img{
width: 100%;
height: auto;
}



.text_book4{
	display: flex;
	justify-content: space-between;
	 flex-wrap: wrap;
	 margin-bottom: 80px;

}



.text_book4>li{
width: 49.5%;
margin-bottom: 12px;
}



.text_book4>li>img{
width: 100%;
height: auto;
}





.company_list{

	display: flex;
	justify-content: space-between;
	 flex-wrap: wrap;
	 border: 1px solid #aaa;
	 box-sizing:border-box;


}


.company_list>dt{
	width: 18%;
	 box-sizing:border-box;
	 font-size: 1.4rem;
	 padding: 20px;
	 border-right: 1px solid #aaa;
	 border-bottom: 1px solid #aaa;
	 text-align: center;
background: #c6f2f3;

}

.company_list>dd{
	width: 82%;
	 box-sizing:border-box;
	 font-size: 1.4rem;
	 border-bottom: 1px solid #aaa;
	  padding:20px;



}

.company_list>dd>ul>li{
	 font-size: 1.4rem;
	 margin-bottom: 5px;
}

.company_list>dd>ul>li:last-child{
	margin-bottom: 0;
}


.company_list>dd:last-of-type,.company_list>dt:last-of-type{
	border-bottom: 0;
}

.company_wrap{
	display: flex;
	justify-content: space-between;
}

.company_wrap>li:nth-child(1){
width: 75%;
	}

.company_wrap>li:nth-child(2){
width: 23%;
	}

.company_wrap>li:nth-child(2)>ul>li{
}

.company_wrap>li:nth-child(2)>ul>li>img{
width: 100%;
height: auto;
	margin-bottom: 10px;

}

.company_wrap>li:nth-child(2)>ul>li>iframe{
width: 100%;
border: 0;
padding: 0;
height: 265px;
}


.mb40{
	margin-bottom: 40px!important;
}

.mb30{
	margin-bottom: 30px!important;
}

.mb80{
	margin-bottom: 80px!important;
}


.dt_list{
	width: 100%;
	margin-bottom: 44px;
}

.dt_list>dt{
	background: #fcaec3;
color: #fff;
	box-sizing:border-box;
	padding: 5px 10px;
	font-size: 1.6rem;
	border: 1px solid #aaa;

}

.dt_list>dt.dt2{
color: #000;
background: #fffce3;
}


.dt_list>dt:first-child{
border-bottom: none;
}

.dt_list>dd{
	background: white;
	box-sizing:border-box;
	padding: 5px 5px 20px 5px;
	font-size: 1.4rem;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;

}


.dt_list>dd:last-of-type{
	border-bottom: 1px solid #aaa;

}

.kuwasiku{
margin-top: -24px;
	font-size: 1.4rem;
	margin-bottom: 44px;
}


.water_color{

	color: #c6f2f3;
	font-size: 1.4rem;
}


.mt_m30{
	margin-top: -30px;
}



.page_list{
	box-sizing:border-box;
	margin: 0 auto 30px auto;
	text-align: center;
}

.page_list>li{
border: 1px solid #ddd;
	box-sizing:border-box;
	display: inline;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
padding: 5px;
}

.page_list>li>a{

font-size: 1.2rem;
color:#000;
text-decoration: none;
}

.page_list>li:hover{
background: #eee;
}


.page_list>li.on{
background: #00b7ce;
}

.page_list>li.on>a{

color: #fff;
}


.school_iframe{

	width: 100%;
	height: 375px;
	border: 0;
}



.privacy>dt{

font-size: 1.4rem;
border-bottom: 2px solid #000;
margin-bottom: 5px;
font-weight: bold;

}


.privacy>dd{
margin-bottom: 60px;

}



.privacy>dd>p{

margin-bottom: 10px;
font-size: 1.2rem;

	}



.information{

	display: flex;
justify-content: space-between;

 padding-bottom: 15px;
margin-bottom: 15px;
background: url(../img/information_bottom.png) repeat-x bottom;
}

.information:last-child{
margin-bottom: 0;
padding-bottom: 0;
background: none;
}

.information>li:nth-child(2n-1){
width: 20%;

}

.information>li:nth-child(2n-1)>a>img,
.information>li:nth-child(2n-1)>img{
width: 100%;
height: auto;

}



.information>li:nth-child(2n){
width: 73%;

}

.information>li:nth-child(2n)>div:nth-child(1)>img{
display: inline-block;
padding-right: 10px;
}

.information>li:nth-child(2n)>div:nth-child(1){
font-size: 1.2rem;
color: #989897;

	line-height: 36px;
}


.information>li:nth-child(2n)>div:nth-child(2),
.information>li:nth-child(2n)>div:nth-child(2)>a{
font-size: 1.4rem;
	line-height: 36px;
}

.information>li:nth-child(2n)>div:nth-child(2)>a{
	color: #000;
text-decoration: none;
}


.white_back_info{
	margin-bottom: 50px;
	padding: 0!important;
}


.pd0{
	padding: 0!important;
}