/* screens smaller than 1034---------------------------------------------------------- */
@media only screen and (min-width:691px) and (max-width:1033px) {

.pc_only {display:none;}

/*layout*/
/*------------------------------------------------------------------------------*/
#contents{
	width: 95%;
}
#contents_left,
.sub_search #contents_left {
	float: none;
	width: 100%;
	margin-bottom: 50px;
}
#contents_right,
.sub_search #contents_right{
	float: none;
	width: 100%;
}

/*title*/
/*--------------------------------------------------------------------------------*/
#subtitle02 {
	background-size:cover;
}

/*locator*/
/*--------------------------------------------------------------------------------*/
#locator_in{
	width: 95%;
}

/* reason */
/*-----------------------------------------------------------------*/
.reason_box01_in,
.reason_box02_in,
.reason_box03_in {
	min-width:490px;
}
.reason_box01_txt,
.reason_box02_txt,
.reason_box03_txt {
	width:100%;
}

/* welfare */
/*-----------------------------------------------------------------*/
.welfare_in_dl dd {
	font-size:14px;
}

/* english */
/*-----------------------------------------------------------------*/
.en_title02 {
	width:calc(100% - 6%);
}
.en_title02 h2 {
	font-size:30px;
}

/*------------------------------------------------------------------------------*/
}