/* screens smaller than 1200---------------------------------------------------------- */
@media only screen and (min-width:641px) and (max-width:1199px) {

/*layout*/
/*------------------------------------------------------------------------------*/
#contents {
	border-top: 12px solid #FFF;
}

/*access*/
/*------------------------------------------------------------------------------*/
.access_root {
	padding-right: 28.33vw;
}
.access_root:before {
	width: 26.67vw;
	height: 20.42vw;
	background: url(../images/access_img01.png) no-repeat;
	background-size: cover;
	bottom: -1.67%;
	right: 0;
}

/*w_peaceone*/
/*------------------------------------------------------------------------------*/
#contents02 {
	width: 95%;
	padding: 30px 2.5%;
}


/*------------------------------------------------------------------------------*/
}
/*------------------------------------------------------------------------------*/

/* screens smaller than 840---------------------------------------------------------- */
@media only screen and (min-width:641px) and (max-width:840px) {

/*bg*/
/*------------------------------------------------------------------------------*/
.bg01,
.bg02 {
	padding: 30px 4%;
}

/*member*/
/*------------------------------------------------------------------------------*/
#member_box01 .unit02 .text_box {
	width: 100%;
	margin-bottom: 30px;
}
#member_box01 .unit02 .img_box {
	width: 100%;
}
#contact_box01 .tel a {
	font-size: 54px;
	padding-left: 70px;
	background: url("../images/icon01.png") no-repeat left center;
	background-size: 60px 60px;
	line-height: 60px;
}

/*injury*/
/*------------------------------------------------------------------------------*/
#injury_box01 .left_box {
	width: 100%;
	margin-bottom: 30px;
}
#injury_box01 .right_box  {
	width: 100%;
}
#injury_box01 .right_box .unit01 {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

/*access*/
/*------------------------------------------------------------------------------*/
.access_root {
	padding-right: 0;
}
.access_root:before {
	content: none;
}

/*flow_box*/
/*------------------------------------------------------------------------------*/
#flow_box .left_box,
#flow_box .right_box {
	width: 100%;
}
#flow_box .left_box {
	margin: 30px 1.67%;
}
#flow_box dt:before {
	content: '';
	width: 90%;
	max-width: auto;
	max-width: initial;
}

/*w_peaceone*/
/*------------------------------------------------------------------------------*/
.w_peaceone_box02 p {
	margin-bottom: 15px;
}
.w_peaceone_box02 .left_box {
	width: 100%;
}
.w_peaceone_box02 .right_box {
	width: 100%;
	text-align: center;
}
.w_peaceone_box02 .flex01,
.w_peaceone_box03 .flex01 {
	margin-bottom: 30px;
}


/*calender*/
/*------------------------------------------------------------------------------*/
#calendar_box .left_box,
#calendar_box .right_box {
	width: 100%;
}
#calendar_box .left_box {
	margin-bottom: 40px;
}


/*------------------------------------------------------------------------------*/
}
/*------------------------------------------------------------------------------*/
