@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);





/*-------------------------------------------------------------------
	guide
-------------------------------------------------------------------*/

#guide .contactus {
	background:#ecf9ff;
	margin:0 auto 100px;
	width:940px;
}

#guide h3 {
	font-size:1.6em;
	line-height:1.0;
	color:#0067b3;
	text-align:center;
	margin:0 0 30px;
}

#guide .contactus .read {
	text-align:center;
	line-height:1.0;
	margin:0 0 20px;
}

#guide .contactus .inner {
	padding:50px;
}

#guide .contactus .inner .white {
	padding:30px;
	border-radius:5px;
	background:#FFF;
}

#guide .contactus .inner .white.mb20 {
	margin-bottom:20px;
}

#guide .contactus .inner .white .forms {
	text-align:center;
}

#guide .contactus .inner .white .forms dt {
	font-size:1.3em;
	margin:0 0 20px;
	font-weight:500;
}

#guide .contactus .inner .white .forms dd {
	overflow:hidden;
	zoom:1;
}

#guide .contactus .inner .white .forms dd .tellink {
	float:left;
}

#guide .contactus .inner .white .forms dd .caution {
	margin-left:355px;
	text-align:left;
}

#guide .contactus .inner .white .forms dd ul {
	overflow:hidden;
	zoom:1;
}

#guide .contactus .inner .white .forms dd ul li {
	width:247px;
	float:left;
	margin-right:15px;
}

#guide .contactus .inner .white .forms dd ul li:last-child {
	margin-right:0;
}

#guide .contactus .inner .white .forms dd ul li a {
	display:block;
	line-height:1.0;
	padding:20px 0;
	text-align:center;
	color:#FFF;
	background:#00b0bc;
	border-radius:5px;
}

#guide .contactus .inner .white .forms dd ul li a:hover {
	opacity:0.7;
}

#guide .contactus .inner .white .forms dd ul li:first-child a {
	background:#e95a86;
}


#guide .sec01 {
	width:1120px;
	margin:-120px auto 70px;
	padding:120px 0 100px;
	border-bottom:1px solid #00a9bb;
}

#guide .sec01 .inner {
	width:960px;
	margin:0 auto;
}

#guide .sec01 .inner .pay,
#guide .sec01 .inner .returns {
	line-height:1.8;
	margin:0 0 70px;
}

#guide .sec01 .inner .pay dt {
	font-weight:500;
	color:#0067b3;
}

#guide .sec01 .inner .delivery {
	width:800px;
	margin:0 auto 100px;
	background:#ecf9ff;
}

#guide .sec01 .inner .delivery.mb0 {
	margin:0 auto;
}

#guide .sec01 .inner .delivery .into {
	padding:40px 30px;
}

#guide .sec01 .inner .delivery .into dt {
	font-weight:500;
	color:#0067b3;
	line-height:1.0;
	margin:0 0 15px;
}

#guide .sec01 .inner .delivery .into dd {
	line-height:1.8;
}

#guide .sec01 .inner .delivery .into .mt20 {
	margin-top:20px;
}


#guide .sec01 .inner .delivery .into dd.popup {
	margin:20px 0 30px;
}

#guide .sec01 .inner .delivery .into dd.popup a {
	line-height:1.0;
	display:block;
	position:relative;
	width:320px;
	color:#FFF;
	text-align:center;
	background:#00b0bc;
	padding:15px 0;
}

#guide .sec01 .inner .delivery .into dd.popup a:before {
	position:absolute;
	top:50%;
	left:30px;
	content:url(../image/guide/map_icon.png);
	transform:translateY(-50%);
}


#guide .sec01 .inner .cost {
	margin:-120px auto 90px;
	padding:120px 0 0;
}

#guide .sec01 .inner .cost .read {
	text-align:center;
	margin:0 0 40px;
}

#guide .sec01 .inner .cost table {
	width:100%;
	margin:0 0 20px;
}

#guide .sec01 .inner .cost table th {
	background:#f2fbff;
	border-top:1px solid #00a9bb;
	border-bottom:1px solid #00a9bb;
	text-align:center;
	vertical-align:middle;
	padding:20px 0;
	font-weight:300;
}

#guide .sec01 .inner .cost table th.price {
	border-left:1px solid #00a9bb;
	/*width:25%;*/
	width: 15%;
}

#guide .sec01 .inner .cost table th.bdleft {
	border-left:1px solid #00a9bb;
}
#guide .sec01 .inner .cost table th.region {
	width: 55px;
	text-align: center;
	padding:10px;
	border-right: 1px solid #00a9bb;
}

#guide .sec01 .inner .cost table td {
	border-top:1px solid #00a9bb;
	border-bottom:1px solid #00a9bb;
	padding:10px 15px;
}
#guide .sec01 .inner .cost table td.region{
	text-align: center;
	padding:10px 15px;
	border-right: 1px solid #00a9bb;
}
#guide .sec01 .inner .cost table td.price {
	border-left:1px solid #00a9bb;
	padding:10px 0;
	text-align:center;
}

#guide .sec01 .inner .cost .caution {
	color:#ea2b2b;
	font-weight:500;
	line-height:1.8;
}


/* se02 */

#guide .sec02 {
	width:960px;
	margin:-120px auto 0;
	padding:120px 0 0;
}

#guide .sec02 table {
	width:100%;
	line-height:1.8;
}

#guide .sec02 table th,
#guide .sec02 table td {
	border-bottom:1px solid #bdbdbd;
	text-align:left;
	vertical-align:top;
	padding:15px 0;
}

#guide .sec02 table th {
	width:200px;
	font-weight:500;
	color:#0067b3;
}

#guide .sec02 table td ul li:before {
	color:#00b0bc;
	content:'●';
}


/*===============================================
  画面の横幅が1024px以下に適用
===============================================*/
@media screen and (max-width: 1024px){
	
	

	/* guide */

	#guide .contactus {
		margin:0 auto 50px;
		width:94%;
	}

	#guide h3 {
		font-size:1.4em;
	}


	#guide .contactus .inner {
		padding:30px 5%;
	}
	
	#guide .contactus .inner .read {
		line-height:1.4;
	}

	#guide .contactus .inner .white {
		padding:20px 5%;
	}


	#guide .contactus .inner .white .forms dt {
		font-size:1.2em;
		margin:0 0 15px;
	}

	#guide .contactus .inner .white .forms dd .tellink {
		float:none;
		text-align:center;
	}

	#guide .contactus .inner .white .forms dd .caution {
		margin:20px 0 0;
		text-align:left;
	}

	#guide .contactus .inner .white .forms dd ul li {
		width:80%;
		float:none;
		margin:0 auto 15px;
	}

	#guide .contactus .inner .white .forms dd ul li:last-child {
		margin:0 auto;
	}


	#guide .sec01 {
	width:94%;
	margin:0 auto 50px;
	padding:0 0 50px;
	border-bottom:1px solid #00a9bb;
	}

	#guide .sec01 .inner {
		width:auto;
		margin:0 auto;
	}

	#guide .sec01 .inner .pay,
	#guide .sec01 .inner .returns {
		margin:0 0 50px;
	}

	#guide .sec01 .inner .delivery {
		width:95%;
		margin:0 auto 50px;
	}

	#guide .sec01 .inner .delivery.mb0 {
		margin:0 auto;
	}

	#guide .sec01 .inner .delivery .into {
		padding:5%;
	}
	
	#guide .sec01 .inner .delivery .into dt {
		line-height:1.4;
	}


	#guide .sec01 .inner .delivery .into dd.popup {
		margin:15px 0 20px;
	}

	#guide .sec01 .inner .delivery .into dd.popup a {
		width:auto;
	}

	#guide .sec01 .inner .delivery .into dd.popup a:before {
		left:15px;
	}


	#guide .sec01 .inner .cost {
		width:auto;
		margin:-120px auto 50px;
		padding:120px 0 0;
	}
	
	#guide .sec01 .inner .cost .tableScroll {
		width: 100%;
		overflow-x: auto;
		margin-bottom: 10px;
	}
	
	#guide .sec01 .inner .cost .tableScroll table {
		width: 1000px;
	}
	

	#guide .sec01 .inner .cost .read {
		text-align:center;
		margin:0 0 30px;
	}


	#guide .sec01 .inner .cost table th.price {
		border-left:1px solid #00a9bb;
		width:15%;
	}

	#guide .sec01 .inner .cost table td {
		padding:10px;
	}



	/* se02 */

	#guide .sec02 {
		width:94%;
		margin:-120px auto 0;
		padding:120px 0 0;
	}

	#guide .sec02 table th {
		width:38%;
		font-weight:500;
		color:#0067b3;
		padding-right:2%;
	}


	
}

/*===============================================
  画面の横幅が768px以下に適用
===============================================*/
@media screen and (max-width: 768px){
	
}

/*===============================================
  画面の横幅が640px以下に適用
===============================================*/
@media screen and (max-width: 640px){



}

/*===============================================
  画面の横幅が380px以下に適用
===============================================*/
@media screen and (max-width: 425px){
	#guide .sec01 .inner .cost table th.price {
		border-left:1px solid #00a9bb;
		width:30%;
	}
	#guide .sec01 .inner .cost table th.region {
		width: 45px;
		padding: 4px;
	}

	#guide .sec01 .inner .cost table td {
		padding: 4px;
	}
	#guide .sec01 .inner .cost table td.region{
		padding: 4px;
	}
}