@charset "UTF-8";
@import url('http://fonts.googleapis.com/earlyaccess/notosansjp.css');

body{
	background:#ddd url("../images/bg.jpg");
	color:#3c442a;
	font-family:'Noto Sans JP',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",  "游ゴシック体","Yu Gothic", YuGothic, Verdana, sans-serif !important;
	font-size:16px;
	line-height:1.57;
	-webkit-text-size-adjust: none;
	letter-spacing:1px;
	
}

@media screen and (max-width: 640px)  {
	body{
	font-size:14px;
	line-height:1.52;
	
	}
}
#columnHeader{
	width:100%;
	max-width:1200px;
	margin:0 auto;
}
#columnHeader h5 {
	margin-top:20px;
}
#columnBox{
	width:100%;
	max-width:960px;
	margin:20px auto;
	padding:0 20px;
}
#columnBox h6{
	font-weight:500;
	text-align:right;
	margin-bottom:6%;
	font-size:100%;
}
#columnBox dt{
	font-size:22px;
	background:#fff;
	padding:15px 15px 18px 90px;
	margin-top:18px;
	position:relative;
	cursor: pointer;
}
#columnBox dt.dtClose{
	color:#fff;
	background:#3c442a;
}
#columnBox dt::before{
	content:'';
	position:absolute;
	top:20px;
	left:30px;
	width:18px;
	height:18px;
	transform:rotate(-45deg);
	border-left:1px solid #3c442a;
	border-bottom:1px solid #3c442a;
}
#columnBox dt.dtClose::before{
	transform:rotate(135deg);
	top:30px;
	
	border-left:1px solid #fff;
	border-bottom:1px solid #fff;
}
#columnBox dd{
	background:#fff;
	
	border-right:3px solid #3c442a;
	border-left:3px solid #3c442a;
	border-bottom:3px solid #3c442a;
	padding:15px 15px 25px 90px;
}
@media screen and (max-width: 1240px)  {
	#columnHeader h5 {
		margin-top:20px;
		margin-left:20px;
	}
}

@media screen and (max-width: 640px)  {
	#columnHeader h5 {
	margin-top:3vW;
	margin-left:3vW;
	margin-bottom:1vW;
	width:28vW;
	max-width:150px;
	}
	#columnBox{
	width:100%;
	max-width:100%;
	margin:3vW auto;
	padding:0 3vW;
	}
	#columnBox dt{
	font-size:16px;
	font-weight:500;
	line-height:22px;
	background:#fff;
	padding:3vW 3vW 3vW 14vW;
	margin-top:3vW;
	position:relative;
	cursor: pointer;
	}
	#columnBox dt::before{
	content:'';
	position:absolute;
	top:4vW;
	left:5.2vW;
	width:12px;
	height:12px;
	transform:rotate(-45deg);
	border-left:1px solid #3c442a;
	border-bottom:1px solid #3c442a;
	}
	#columnBox dt.dtClose::before{
	transform:rotate(135deg);
	top:5vW;
	}
	#columnBox dd{
	
	padding:3vW 3vW 3vW 3vW;
	}
}


.close{
	font-size:12px;
	font-weight:500;
	width: 40px;
	height: 30px;
	top:20px;
	right:10px;
	position:fixed;
	color:#3c442a;
}
.close span {
	display: block;
	position:absolute;
	width: 40px;
	height:40px;
	background:transparent;
	top:0;
	left:0;
	}
.close p{
	font-size:11px;
	letter-spacing:1.5px;
	color:#3c442a;
	font-weight:600 !important;
	position:absolute;
	top:32px;
	left:2px;
}

	
	.close span:before,
	.close span:after {
	content: " ";
	position: absolute;
	width: 40px;
	height: 2px;
	background: #3c442a;
	}
	
	.close span:before { top:10px; }
	.close span:after { top:10px; }
	
	
	.close span:before {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
	}
	.close span:after {
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
	}
@media screen and (max-width: 640px)  {
	.close{
	width: 30px;
	height: 30px;
	top:10px;
	right:10px;
	position:fixed;
}
.close span {
	display: block;
	position:absolute;
	width: 30px;
	height:30px;
	background:transparent;
	top:0;
	left:0;
	}
.close p{
	display:none;
}

	
	.close span:before,
	.close span:after {
	content: " ";
	position: absolute;
	width: 30px;
	height: 2px;
	background: #3c442a;
	}
	
	
}




