@charset "utf-8";


/*-------------------------------------------*/
/*	modal
/*-------------------------------------------*/


div.modal {
	position: absolute;
	display:none;
	z-index:10100;
	top:50%;
	left:50%;
	width:560px;
	height: auto;
	margin-top: -20%;
	margin-left:-280px;
	padding:0;
	text-align:center;
}

.modal-content {
	width: 560px ;
	margin: 0 ;
	padding: 30px;
	border-radius: 10px;
	position: fixed ;
	z-index: 2 ;
	text-align: left;
	box-sizing: border-box;
}
  
#modal-overlay {
	z-index: 1 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}

.close_modal {
	color: #00f ;
	text-decoration: underline ;
}
 
.close_modal:hover {
	cursor: pointer ;
	color: #f00 ;
}

.modal_close {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
.modal_tit {
	font-size: 26px;
	color: #F04333;
	line-height: 150%;
}
.modal_txt {
	display: inline-block;
	box-sizing: border-box;
	padding: 30px 0;
	font-size: 20px;
}
.modal_link {
}
.modal_link li {
}

.modal_arrow{
position: relative;
display: inline-block;
padding: 0 16px 0 0;
color: #137EA5;
vertical-align: middle;
text-decoration: none;
font-size: 18px;
text-align: center;
border: 2px solid #157EA6;
border-radius: 5px;
width: 200px;
margin: 0 10px 10px 0;
box-sizing: border-box;
}
.modal_arrow::before,
.modal_arrow::after{
position: absolute;
top: 0;
bottom: 0;
right: 0;
margin: auto;
content: "";
vertical-align: middle;
}

.modal_list::after{
right: 10px;
box-sizing: border-box;
width: 4px;
height: 4px;
border: 4px solid transparent;
border-left: 4px solid #157EA6;
}
.modal_arrow a {
	color: #137EA5;
	display: table-cell;
	width: inherit;
	height: 50px;
	vertical-align: middle;
}


#modal-content-01 {background: url(img/modal/bg_01.png) no-repeat right bottom #fff;}
#modal-content-02 {background: url(img/modal/bg_02.png) no-repeat right bottom #fff;}
#modal-content-03 {background: url(img/modal/bg_03.png) no-repeat right bottom #fff;}
#modal-content-04 {background: url(img/modal/bg_04.png) no-repeat right bottom #fff;}
#modal-content-05 {background: url(img/modal/bg_05.png) no-repeat right bottom #fff;}
#modal-content-06 {background: url(img/modal/bg_06.png) no-repeat right bottom #fff;}
#modal-content-07 {background: url(img/modal/bg_07.png) no-repeat right bottom #fff;}


#modal-content-01 {display: none;}
#modal-content-02 {display: none;}
#modal-content-03 {display: none;}
#modal-content-04 {display: none;}
#modal-content-05 {display: none;}
#modal-content-06 {display: none;}
#modal-content-07 {display: none;}

.area_02 #modal-content-01 {display: block;}
.area_03 #modal-content-02 {display: block;}
.area_05 #modal-content-03 {display: block;}
.area_04 #modal-content-04 {display: block;}
.area_06 #modal-content-05 {display: block;}
.area_07 #modal-content-06 {display: block;}
.area_15 #modal-content-07 {display: block;}




/*　------------------------------------------------------------------- */
/*
/* iPad　(673px以上) */
/*
/*　------------------------------------------------------------------- */

@media screen and (max-width: 673px) {



}


/*　------------------------------------------------------------------- */
/*
/* Andoroid wide (594px以上) */
/*
/*　------------------------------------------------------------------- */ 

@media screen and (max-width: 594px) {


div.modal {
	position: absolute;
	display:none;
	z-index:10100;
	top:0;
	right:0;
	left:0;
	width:100%;
	height: auto;
	margin-top: 10px;
	margin-left:0;
	padding:0 10px;
	text-align:center;
	box-sizing: border-box;
}

.modal-content {
	width: 95%;
	height: auto;
	max-height: 95%;
	overflow: auto;
}
.modal_tit span:before,
.modal_tit span:after {
	content: "\A" ;
	white-space: pre ;
}
.modal_tit span br {
	display: none;
}

.modal_txt {
	padding: 15px 0;
}
.modal_arrow{
display: table;
width: 100%;
margin: 0 0 10px 0;
}
.modal_arrow:last-child{
	margin: 0;
}

#modal-content-01 {background: none #fff;}
#modal-content-02 {background: none #fff;}
#modal-content-03 {background: none #fff;}
#modal-content-04 {background: none #fff;}
#modal-content-05 {background: none #fff;}
#modal-content-06 {background: none #fff;}
#modal-content-07 {background: none #fff;}

}




@media screen and (max-width: 400px) {

.modal_tit {
	font-size: 22px;
}
.modal_txt {
	font-size: 16px;
}



}


@media screen and (max-width: 320px) {

.modal_tit {
	font-size: 20px;
}
}