@charset "UTF-8";

/* ------ Base ------ */

.ctWrap{
	padding:70px 0 50px;
}
.ctWrap img{
	width:100%;
	height:auto;
}


/* ttlArea */
.print{
	position:absolute;
	top:-50px;
	right:0;
}


/* index */
.step2 {
  display: flex;
}
.step2 .leftBox{
	width:38.5%;
  min-height: 100%;
	background-color:#EEEEEE;
	border-right:3px solid #00cc00;
	border-top:3px solid #00cc00;
	padding:20px;
  margin-right: 7%;
}
.step2 .leftBox p{
	font-size:95%;
	line-height:1.5;
}
.step2 .leftBox p.bdTop{
	border-top:2px dotted #333;
	padding-top:20px;
	margin-top:20px;
}
.step2 .leftBox p.pic{
	text-align:center;
	max-width:232px;
	margin:20px auto 0;
}
.step2 .rightBox{
	width:54.5%;
	padding-top:0;
	position:relative;
}
.step2 .rightBox img{
	max-width:475px;

}
.step2 .rightBox .btn a{
	position:absolute;
	top:28%;
	left:51%;
	display:block;
	width:118px;
	height:73px;
	text-decoration:none;
}
.access-map {
  position: relative;
  height: 0;
  padding-bottom: 63.793%;
}
.access-map iframe{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
p.caps{
	padding-top:10px;
	color:#E50012;
}
.guide{
	font-size:22px;
	padding-top:40px;
}

/* min-width: 1025px */
@media screen and (min-width: 1025px){

#contents{
}

}

/* max-width: 1024px */
@media screen and (max-width: 1024px){



.ctWrap{
	padding:50px 20px 20px;
}

/*
.step2 .leftBox{
	width: auto;
	float:none;
	background-color:#EEEEEE;
	border:3px solid #00cc00;
	padding:20px;
	text-align:center;
}
.step2 .leftBox p{
	font-size:100%;
	line-height:1.5;
}
.step2 .leftBox p.bdTop{
	border-top:2px dotted #333;
	padding-top:20px;
	margin-top:20px;
}
.step2 .leftBox p.pic{
	text-align:center;
	max-width:232px;
	margin:20px auto 0;
}
.step2 .rightBox{
	width: auto;
	float:none;
	padding-top:5%;
}
.step2 .rightBox .btn a{
	position:absolute;
	top:38%;
	left:41%;
	display:block;
	width:18%;
	height:11%;
}
*/

.step2 .rightBox{
	padding-top:0;
}
.step2 .rightBox .btn a{
	top:17%;
	height:22%;
	width:24%;
}


}

/* max-width: 768px */
@media screen and (max-width: 768px){

}

/* max-width: 480px */
@media screen and (max-width: 480px){


#ttlArea h2 img{
	width:100%;
	height: auto;
}

.ctWrap{
	padding:25px 10px 10px;
}

.step2 .leftBox p{
	font-size:13px;
	line-height:1.5;
}

p.caps{
	font-size:11px;
	line-height:1.3;
	padding-top:5px;
}

.step2 {
  display: block;
}

.step2 .leftBox{
	width: auto;
	float:none;
	background-color:#EEEEEE;
	border:3px solid #00cc00;
	padding:20px 10px 0;
  margin: 0;
	text-align:center;
}
.step2 .leftBox p{
	font-size:14px;
	line-height:1.5;
}
.step2 .leftBox p.bdTop{
	border-top:2px dotted #333;
	padding-top:20px;
	margin-top:20px;
}
.step2 .leftBox p.pic{
	text-align:center;
	max-width:232px;
	margin:0 auto 0;
	min-height:inherit;
}
.step2 .rightBox{
	width: auto;
	float:none;
	padding-top:5%;
}
.step2 .rightBox .btn a{
	position:absolute;
	top:24%;
	left:51%;
	display:block;
	width:25%;
	height:21%;
}

.guide{
	font-size:18px;
	padding-top:30px;
}

.print{
	position: relative;
	top:0;
	text-align:center;
	width:130px;
	margin:0 auto 20px;
}

}

@media print{
.step2 .leftBox p.pic{
	text-align:center;
	max-width:232px;
	margin:20px auto 0;
}
}