@charset "utf-8";


#contents {
	position:relative;
}
#guide * {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#guide h1,
#guide h2,
#guide p {
	margin-top:0;
	margin-bottom:0;
}
#guide i {
	position:relative;
	width:20px;
	display: inline-block;
}
#guide .inner {
	margin:auto;
	max-width:980px;
	overflow:hidden;
	padding-bottom:70px;
}

#guide .inner h1 {
	font-size:21px;
	font-size:2.1rem;
	letter-spacing:2px;
	text-align:center;
	margin:0px auto 60px;
}
#guide .inner h1 span {
	display:block;
	font-weight:normal;
	font-size:12px;
	font-size:1.2rem;
}


.scont {
	width:69%;
	max-width:680px;
	float:right;
	font-size:14px;
	
}


.scont h2 {
	font-size:19px;
	font-size:1.9rem;
	padding:8px 0;
}

.scont h2 i {
	top:-2px;
	margin-right:7px;
	margin-left:2px;
}

.scont h3 {
	font-size:19px;
	font-size:1.9rem;
	padding:20px 0 16px;
	background:#fff5f3;
	position:relative;
	border-bottom:1px solid #333;
	line-height:1;
	margin:0 0 35px;
}
.scont h4 {
	font-size:17px;
	font-size:1.7rem;
}


.scont h3:before {
	width:100%;
	display:block;
	height:2px;
	background:#333;
	content:"";
	position:absolute;
	top:1px;
	left:0;
}

.scont h3 span {
	font-size:12px;
	font-size:1.2rem;
	font-weight:normal;
	display:inline-block;
	border-right:1px solid #333;
	padding-right:16px;
	margin-right:18px;
	position:relative;
	top:-3px;
}
.scont h3 i {
	top:-2px;
	margin-right:10px;
	margin-left:18px;
}

.scont ul.menu {
	border-top:2px solid #333;
	overflow:hidden;
	margin-bottom:65px;
}
.scont ul.menu li {
	background:#fff5f3;
	float:left;
	width:33.3%;
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
}
.scont ul.menu li:nth-child(4n) {
	clear:both;
	float:left;
}

.scont ul.menu li a {
	font-size:14px;
	font-size:1.4rem;
	display:block;
	background:url(../../img/common/icon-arrow3.svg) no-repeat 92% center;
	background-size:7px;
	padding:20px 30px 20px 20px;
}
.scont ul.menu li:nth-child {
	border:0;
}

#sidebar {
	border-bottom:solid #333 2px;
	border-top:solid #333 2px;
	width:30%;
	max-width:245px;
	float:left;
}

#sidebar h2{
	font-size:15px;
	font-size:1.5rem;
	border-bottom:solid #c9c9c9 1px;
	line-height:1.8;
	background:url(../../img/common/icon-plus.svg) no-repeat 96% 18px;
	background-size:15px;
	margin:0;
	padding:13px 0 13px 32px;
	position:relative;
	display:block;
	cursor:pointer;
}
#sidebar h2.open {
	background:url(../../img/common/icon-minus.svg) no-repeat 96.5% 27px;
	background-size:20px;
}

#sidebar h2:last-of-type {
	border:none;
}

#sidebar h2 a {
	display:block;
}

#sidebar h2 i {
	top:11px;
	margin-right:10px;
	left:4px;
	position:absolute;
}
#sidebar ul {
    width: 86%;
    margin-left: 14%;
    display:none;
}

#sidebar ul.dison {
	display:block;
}

#sidebar li {
	font-size:13px;
	font-size:1.3rem;
	line-height:1.8;
	border-bottom:dotted #c9c9c9 1px;
}

#sidebar li a {
	display:block;
	width:100%;
	padding:13px 30px  13px 0;
	background:url(../../img/common/icon-arrow3.svg) no-repeat 94% center;
	background-size:6px;
}

#sidebar li.current {
	opacity:0.5;
	-moz-opacity:0.5;
	-webkit-opacity:0.5;
}

.tableStyle01 {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 15px;
	border:1px solid #bfbfbf;
}
	.tableStyle01 tr {
	}
	.tableStyle01 .first{
		background:#fff5f3;
		}
		.tableStyle01 .first th{
			text-align:center !important;
			background:#fff5f3;
			}
		.tableStyle01 .first th+th{
			text-align:center !important;
			border-right:none;
			}
		.tableStyle01 th {
			padding: 20px;
			line-height: 1.4em;
			font-size:14px;
			font-size:1.4rem;
			font-weight:bold;
			text-align:left;
			border-right:1px solid #c9c9c9;
			border-bottom:1px solid #c9c9c9;
			text-align:center;
		}
		.tableStyle01 td {
			padding: 20px 0px 20px 20px;
			line-height:20px;
			border-bottom:1px solid #c9c9c9;
			font-size:14px;
			font-size:1.4rem;
		}


.tableStyle02 {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 15px;
}
	.tableStyle02 tr {
	}
	.tableStyle02 .first{
		border-bottom:1px solid #bfbfbf;
		background:#faf9f2;
		}
		.tableStyle02 th {
			padding: 20px 0;
			line-height: 1.4em;
			font-weight:bold;
			text-align:left;
			vertical-align:top;
		}
		.tableStyle02 tr.last th {
			background:none;
		}
		.tableStyle02 td {
			padding: 20px 0px 20px 20px;
			line-height:20px;
		}
		.tableStyle02 tr.last td {
			background:none;
		}
			.tableStyle02 tr td .red{
				font-size:86% !important;
				margin-left:10px;
			}
			.tableStyle02 tr td input{
				padding:10px;
				box-sizing:border-box;
				border:1px solid #ccc;
			}
			.tableStyle02 tr td input.half{
				width: 50%;
				margin-right:15px;
			}
			.tableStyle02 tr td input.short{
				width: 25%;
				margin-right:15px;
			}
			
			
			.tableStyle02 tr td textarea{
				width: 100%;
				border:1px solid #ccc;
			}

		.tableStyle02 .tx_center {
			text-align:center;
		}
		.tableStyle02 .tx_right {
			text-align:right;
		}
			
		.tableStyle02 .bold{
			font-weight:bold;
			}
		.tableStyle02 p{
			margin-bottom:15px;
			}
		.tableStyle02 span.small{
			font-size:85%;
			}



.tableStyle03 {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 15px;
	border-top:1px solid #bfbfbf;
}
	.tableStyle03 th {
		padding: 20px;
		line-height: 1.4em;
		font-weight:bold;
		text-align:left;
		border-right:1px solid #bfbfbf;
		text-align:center;
	}
	.tableStyle03 tr.last th {
		background:#faf9f2;
		border-bottom:1px solid #bfbfbf;
	}
	.tableStyle03 td {
		padding: 20px 0px 20px 20px;
		line-height:20px;
	}
	.tableStyle03 tr.last td {
		background:none;
		border-bottom:1px solid #bfbfbf;
	}



			.flow table{
				width: 100%;
				border-collapse: collapse;
				}
				.flow table th{
					width:46px;
					background:#fff5f3;
					border-bottom:1px dotted #d7d7d7;
					text-align:center;
					vertical-align:top;
					padding:30px 0 0 0;
					}
				.flow table th img {
					width:23px;
				}
				.flow table td{
					border-bottom:1px dotted #d7d7d7;
					padding:20px 0 30px 25px;
				}
				
				.flow table .last th{
					border:none
					}
				.flow table .last td{
					border:none
				}
					#guide .flow table td p{
						font-size:13px;
						font-size:1.3rem;
						}
					#guide .flow table td .flowTit{
						font-size:17px;
						font-size:1.7rem;
						font-weight:bold;
						margin-bottom: 24px;
						}
					.flow table td .grayFrame{
						border:1px solid #b8b8b8;
						padding: 25px 25px 22px 25px;
						margin-top:20px;
						}
						.flow table td .grayFrame dl{
							margin-bottom:18px;
							padding-bottom: 18px;
							border-bottom: solid 1px #ddd;
						}
						.flow table td .grayFrame dl.last {
							margin-bottom:0;
							padding-bottom: 0;
							border-bottom: none;
						}
							.flow table td .grayFrame dl dt{
								font-size:14px;
								font-size:1.4rem;
								font-weight:bold;
								margin-bottom: 2px;
								}
							.flow table td .grayFrame dl dd{
								font-size:13px;
								font-size:1.3rem;
								}
							.flow table td .grayFrame .linkListStyle01{
								margin:0 0 0 15px;
							}


		.blackBox{
			border:1px solid #b8b8b8;
			
			margin:20px 0;
			}
			.blackBox dt{
				color:#fff;
				float:left;
				font-size: 14px;
				font-weight:bold;
				margin-right:30px;
				background:#333;
				padding:25px;
				}
				
			.blackBox dd {
				font-size: 14px;
				padding:25px;
			}

			.blackBox dd span.bold+p{
				margin-top:10px;
				}
		table.grayBox h4{
			margin:0 0 15px;
			font-size:15px;
		}
		table.grayBox td {
			padding:20px 20px 0;
			box-sizing:border-box;
		}

		.grayBox{
			border:1px solid #b8b8b8;
			
			margin:20px 0;
			}
			.grayBox dt{
				color:#333;
				float:left;
				font-size: 14px;
				font-weight:bold;
				margin-right:30px;
				background:#fff5f3;
				padding:25px;
				}
				
			.grayBox dd {
				font-size: 14px;
				padding:25px;
			}

			.grayBox dd span.bold+p{
				margin-top:10px;
				}


	.faq .accordion{
	}
		.faq.area dl+dl{
			margin-top:30px;
		}
		.faq.area dl{
			border-bottom:1px solid #c9c9c9;
		}
		
			.faq.area dl dt{
				background: url(../../img/shoppingguide/faq_icon01.png) no-repeat left 0px;
				background-size:24px auto;
				cursor:pointer;
				font-weight:bold;
				padding:0 0 2px 40px;
				font-size: 15px;
				font-weight: bold;
				margin-bottom: 24px;
			}
				.faq.area dl dt p{
					background: url(../../img/shoppingguide/arrow1.png) no-repeat right  top;
					background-size:15px auto;
					padding:0 30px 0 0;
					
				}
				.faq.area dl dt.active p{
					background: url(../../img/shoppingguide/arrow2.png) no-repeat right  top;
					background-size:15px auto;
				}
			
			.faq.area dl dd{
				background: url(../../img/shoppingguide/faq_icon02.png) no-repeat left 30px;
				background-size:24px auto;
				padding:30px  30px 30px 40px;
				margin-top: 12px;
				font-size: 13px;
				display:none;
				border-top:1px dotted #c9c9c9;
			}
			
		.faq .btnStyle01 li{
		}
		.faq .btnStyle01 a {
				text-decoration:underline;
				position:relative;
				padding-left:15px;
				margin:5px 0;
		}
		.faq .btnStyle01 a:before  {
			content:">";
				position:absolute;
				left:0;
				top:-1px;
		}
		.faq .grayBox{
			border:1px solid #b8b8b8;
			padding:10px 20px;
			margin:10px 0;
			float:none;
			}
			.faq .grayBox dl{
				border:none !important;
				}
			.faq .grayBox dt{
				color:#856a3d;
				font-weight:bold;
				background:none !important;
				padding:0 !important;
				margin:0  !important;
				float:none;
				border:none !important;
				}
			.faq .grayBox dd{
				background:none !important;
				padding:15px 0 0 !important;
				margin-top:15px !important;
				float:none;
				}

		.faq .listStyle01 li span.bold{
				color:#856a3d;
				font-size: 14px !important;
				font-weight: bold;
			}
			
		.faq ul.comment li{
			font-size:12px;
			padding-left:13px;
			}
		.faq ul.comment li+li{
			margin-top:8px;
			}
			.faq ul.comment li span{
				margin-left:-13px;
				}

@media only screen and (min-width: 769px) {

}/*end media */

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

	
	.scont {
	width:96%;
	margin:0 auto 37px;
	max-width:680px;
	float:none;
	}
	
	#sidebar {
	float:none;
	width:96%;
	max-width:680px;
	margin:auto;
	}
	
	.scont h3 {
		padding-left:4%;
	}
	.scont h3 span {
		margin-bottom: 5px;
	}
	

	.scont h3 i {
		margin-left:0;
	}

.scont ul.menu {
	margin-bottom:32px;
}
.scont ul.menu li {
	float:none;
	width:100%;
	border-right:none;
}
.scont ul.menu li:nth-child(4n) {
	float:none;
}


#sidebar ul {
	width:90%;
	margin-left:10%;
}
.scont ul.menu li a {
	font-size:1.3rem;
	display:block;
	background-size:7px;
	padding:15px 20px;
	background-position:96% center;
}
#sidebar li a {
    display: block;
    width: 100%;
    padding: 13px 0;
    background-position:95% center;
    background-size: 6px;
}
				.faq.area dl dt p{
					background-size:16px auto;
					background-position:95.5% 3px;
					padding-right:36px;
					
				}
				.faq.area dl dt.active p{
					background-size:16px auto;
					background-position:95.5% 3px;
				}

			.faq.area dl dt{
				font-size: 1.25rem;
				padding-top:5px;
			}
			.faq.area dl dd{
				font-size: 1.1rem;
			}

		.faq .btnStyle01 a {
				padding-left:10px;
		}
}/*end media */

/*iphone 横まで*/
@media only screen and (max-width: 667px) {
	#footer {
		margin-top:60px;
	}
	
	
}/*end media */

@media only screen and (max-width: 563px) {
	#guide .inner h1 {
	margin:25px auto;
	}
	
	.flow table th{
		width:35px;
		padding:15px 0 0 0;
	}
	
	.flow table th img {
		width:18px;
	}

	.flow table td {
		padding: 20px 10px;
	}
	
	#guide .flow table td .flowTit{
		font-size:1.4rem;
		margin-bottom: 17px;
	}
	.scont h3 {
		font-size:1.5rem;
	}

			.blackBox dt,
			.grayBox dt{
				float:none;
				font-size: 1.1rem;
				font-weight:bold;
				margin-right:0px;
				padding:15px;
				text-align:center;
				}
				
			.blackBox dd,
			.grayBox dd {
				font-size: 1.1rem;
				padding:15px;
				float:none;
			}

		.tableStyle01 th,
		.tableStyle02 th,
		.tableStyle03 th {
			padding:10px;
			font-size:1.2rem;
			font-weight:bold;
			width: 100px;
		}
		.tableStyle01 td,
		.tableStyle02 td,
		.tableStyle03 td {
			padding:10px;
			line-height:1.6;
			font-size:1rem;
		}
}/*end media */

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

}/*end media */

@media only screen and (min-width: 768px) {

}/*end media */

