@charset "shift_jis";
/* column */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0 none;
	border-collapse: collapse;
	color: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	list-style-type: none;
	margin: 0;
	outline: medium none;
	padding: 0;
	table-layout: auto;
	text-decoration: none;
	vertical-align: top;
}

body {
	font-family: "メイリオ",Meiryo,Helvetica,Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック","MS PGothic", sans-serif;
	color:#333;
}
ul,li,dl,dt,dd {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

.hidden {
	text-indent: -9999px;
	white-space: nowrap;
}


body .hidden {
	display: none;
}

.clearfix:before, .clearfix:after {
	content:"";
	display:table
}
.clearfix:after { clear:both }
.clearfix { zoom:1 } /* For IE 6/7 */


div.pcHead,
div.pcFoot,
div.pcGnav {
	display: block;
}

div.spHead,
div.spFoot,
div.spGnav {
	display: none;
}

/* Defalut */
#column .pc{
	display:block;
}

#column .sp{
	display:none;
}

#column {
	min-width: 1024px;
	font-size:14px;
	line-height: 1.6; 
	background: #f9f5ea;
}

#column a{
	/*color:#333;*/
	transition: opacity .15s linear .05s;
	-moz-transition: -moz-opacity .15s linear .05s;
	-webkit-transition: -webkit-opacity .15s linear .05s;
}

#column a:focus,
#column a:hover {
	/*color:#666;*/
	opacity: 0.8;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);  /* For IE 5-7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* For IE 8 */
}

#column a:active {
	color:#666;
}

#column .red{
	color:#cc0000;
}
	

/*-- Main --*/
.main {
	width: 100%;
	background: #f9f5ea;
}
.main_head_ttl {
	height:122px;
	background:url(../img/bg_ttl_head.png) 0 0 repeat-x;
}
.main_head_ttl img {
	margin:0 auto;
}

.contents_outer {
	padding-bottom: 20px;
	background:url(../img/bg_main.gif) 0 0 repeat-x;		
}

.main_ttl_column {
	position: relative;
	width: 950px;
	margin: 0 auto;
	color: #552e04;
	background: url(../img/bg_ttl_main.png) center top no-repeat;
	text-align: center;	
}

.main_ttl_column h1 {
	padding-top: 150px;
	color: #e26a00;
	font-size: 48px;
	font-weight: bold;
}

.main_ttl_column h1 span {
	font-size: 38px;
	vertical-align: middle;
}

.main_ttl_column h1 + p a{
	text-decoration: underline;
}

.main_ttl_column h1 + p a:hover{
	text-decoration: none;
}

.main_ttl_column .kyoko,
.main_ttl_column .shuko{
	font-size: 12px;
	line-height: 1.2;
}

.main_ttl_column .kyoko {
	position: absolute;
	top: 70px;
	left: 52px;
}

.main_ttl_column .shuko {
	position: absolute;
	top: 70px;
	right: 52px;
	
}

.main_ttl_column .kyoko span,
.main_ttl_column .shuko span{
	font-weight: bold;
	font-size: 14px;
	line-height: 2;
}

.main_ttl_column .kyoko span {color: #d4045a;}
.main_ttl_column .shuko span {color: #ff9600;}


/*-- Section --*/
.contentsBlock {
	background-color: #fff;	
	width: 850px;
	margin: 35px auto 50px;
	padding: 30px 50px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.contentsBlock.cloumn {
	width: 760px;
	margin: 20px auto 50px;
	padding: 40px 95px;
}

/*section.column_first {
	margin-bottom: 40px;
	padding-bottom: 60px;
	background: url(../img/img_column_bottom.gif) center bottom no-repeat;
}*/

section.column_first {
	margin-bottom: 50px;
}

section.column_second {
	padding-top: 50px;
	background: url(../img/img_column_bottom.gif) center top no-repeat;
}

.contentsBlock h2 {
	padding: 12px 0 20px 100px;
	color: #552e04;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.33;
/*	background: url(../img/icn_ttl_column01.jpg) left 16px no-repeat;	
	background-size: 76px 76px; */
}

/*section.column_first h2 {
	padding: 12px 0 20px 100px;
	color: #552e04;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.33;
	background: url(../img/icn_ttl_column02.jpg) left center no-repeat;	
	background-size: 70px 70px; 
}*/

/*　▼170623 追加　*/
.contentsBlock h2.iconNon{
	background: url(../img/icn_ttl_column02.jpg) left center no-repeat;
	background-size: 70px 70px; 
}
.contentsBlock h2.iconTuu{
	background: url(../img/icn_ttl_column01.jpg) left center no-repeat;
	background-size: 70px 70px; 
}
/*　▲170623 追加　*/

.boxColumn .imgColumn {
	width: 760px;
	margin: 0 auto 25px;
}

.boxColumn .imgColumn img {
	display: block;
	margin-bottom: 10px;
}

.boxColumn .imgColumn .caption {
	display: block;
    padding-left: 12px;		
    text-indent: -12px;
	font-size: 12px;
	line-height: 1.33;
}

.boxColumn dl{
	overflow: hidden;
	margin-bottom: 45px;
	line-height: 2.14;
}

.boxColumn dt {
	display: block;
	width: 20px;
	clear: left;
	float: left;
	font-weight: bold;
}

.boxColumn dd {
	display: block;
	width: 740px;
	float: left;
}

.boxColumn dt.first {
	width: 70px;
}

.boxColumn dd.first {
	width: 685px;
}

.boxColumn dt:nth-of-type(odd) {color: #d4045a;}
.boxColumn dt:nth-of-type(even) {color: #ff9600;}

.boxColumn._02 dt:nth-of-type(even) {color: #d4045a;}
.boxColumn._02 dt:nth-of-type(odd) {color: #ff9600;}

/*　▼171005 追加　*/
.boxColumn._03 dt:nth-of-type(even) {color: #333333;}
.boxColumn._03 dt:nth-of-type(odd) {color: #333333;}

.boxColumn._03 dt.characterN,
.boxColumn._03 dt span.characterN {color: #d4045a;}
.boxColumn._03 dt.characterT,
.boxColumn._03 dt span.characterT {color: #ff9600;}
.boxColumn._03 dt.characterC,
.boxColumn._03 dt span.characterC {color: #00299d;}
/*　▲171005 追加　*/


.bnrArea ul {
	overflow: hidden;
	margin-bottom: 50px;
}

.bnrArea ul li {
	position: relative;
	float: left;
	width: 240px;
	margin-right: 20px;
	padding-bottom: 35px;
	font-size: 12px;
}

.bnrArea ul li:last-child{
	margin-right: 0;
}

.bnrArea ul li .bnrTtl {
	margin: 10px auto 5px;
	color: #552e04;
	font-size: 14px;
	font-weight: bold;
	text-align: center;	
}

.bnrArea ul li .btn {
	position: absolute;
	left: 40px;
	bottom:0;
}

.related {
	padding: 15px 20px;
	background: #f9f5ea;
}

.related h3{
	color: #552e04;	
	font-weight: bold;
}
 
.related ul li {
	padding-left: 20px;
	background: url(../img/icn_arrow.png) left center no-repeat;
	font-size: 12px;
	line-height: 2;
	text-decoration: underline;
}

.auther {
	color: #552e04;
	font-size: 12px;
	line-height: 1.83;
}

.auther h3 {
	margin-bottom: 5px;
	color: #e26a00;
	font-size: 16px;
	font-weight: bold;
}

.auther h4 {
	margin-bottom: 3px;
	font-size: 16px;
	font-weight: bold;	
} 

.auther h4 span {
	font-size: 12px;
	vertical-align: text-bottom;
}

.archive h3{
	margin-bottom: 20px;
	color: #552e04;
	font-size: 16px;
	font-weight: bold;		
}

.archive ul{
	overflow: hidden;
}

.archive ul li{
	float: left;
	margin-right: 20px;
	width: 270px;
}

.archive .archiveTxt{
	padding-top: 10px;
	font-size:12px;
}

.archive ul li:nth-child(3n){
		margin-right: 0;
		margin-bottom: 20px;
	}




/* SP ================================================================*/
@media screen and (max-width: 767px){

	/* Defalut */
	#column .pc{
		display:none;
	}
	#column .sp{
		display:block;
	}
	#column {
		max-width: 767px;
		padding-bottom: 20px;
	}
	#column .img_rp {
		width: 100% !important;
		height: auto !important;
	}


	div.spHead,
	div.spFoot,
	div.spGnav {
		display: block;
	}

	div.pcHead,
	div.pcFoot,
	div.pcGnav {
		display: none;
	}

	/*------- common -------*/

	#column{
		font-size:16px;
		line-height: 1.5;
		width:auto;
		min-width: 320px;
		margin:0 auto;
		max-width: 767px;
		overflow: hidden;
	}

	/*--------------------*/
	/*------- main -------*/
	/*--------------------*/

	.main_head_ttl {
		height: auto;
		background-size: contain;
	}
	
	.main_head_ttl a {
		display: block;
		padding-top: 18.75%;
		background: url(../img/sp/ttl_head.png) center top no-repeat;
		background-size: contain;
	}

	.contents_outer {
		padding-bottom: 0;
		background:url(../img/sp/bg_main.gif) 0 0 no-repeat;
		background-size: contain;
	}

	.main_ttl_column {
	position: relative;
	width: 94%; 
	margin: 0 auto;
	background: url(../img/sp/bg_ttl_main.png) center top no-repeat;
/*	background-size: 100%;*/
	height: auto;
	background-size: contain;
	}

.main_ttl_column h1 {
	padding-top: 25%;
	font-size: 26px;
}

.main_ttl_column h1 span {
	font-size: 20px; 
}

.main_ttl_column h1 + p {
	margin-bottom: 2%;
	font-size: 14px;
}

.main_ttl_column .person {
	overflow: hidden;
	width: 75%;
	margin: 0 auto;	
}

.main_ttl_column .kyoko {
	position: static;
	float: left;
	width: 42%;	
}

.main_ttl_column .shuko {
	position: static;
	float: right;	
	width: 42%;		
}

/*-- Section --*/
.contentsBlock {
	width: 92%;
	margin: 5% auto 8%;
	padding: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 4%;
	box-sizing: border-box;	
}

.contentsBlock.cloumn {
	width: 92%; 
	margin: 5% auto 8%;
	padding: 4%;
	box-sizing: border-box;
}

.contentsBlock h2 {
	padding: 22% 0 4% 0;
	font-size: 28px;
/*	background: url(../img/icn_ttl_column01.jpg) top center no-repeat;	
	background-size: 20% auto; */
}

.contentsBlock h2.iconNon {
	padding: 22% 0 4% 0;
	font-size: 28px;
	background: url(../img/icn_ttl_column02.jpg) top center no-repeat;	
	background-size: 20% auto; 
}
.contentsBlock h2.iconTuu {
	padding: 22% 0 4% 0;
	font-size: 28px;
	background: url(../img/icn_ttl_column01.jpg) top center no-repeat;	
	background-size: 20% auto; 
}



section.column_first {
	margin-bottom: 10%;
	padding-bottom: 5%;
/*	background: url(../img/img_column_bottom.gif) center bottom no-repeat;*/
}

/*section.column_first h2 {
	padding: 22% 0 4% 0;
	font-size: 28px;
	background: url(../img/icn_ttl_column02.jpg) top center no-repeat;
	background-size: 20% auto; 
}*/


.boxColumn .imgColumn {
	width: 100%;
	margin: 0 auto 5%;
}

.boxColumn .imgColumn img {
	display: block;
	margin-bottom: 2%;
}

.boxColumn .imgColumn .caption {
	display: block;
    padding-left: 12px;		
    text-indent: -12px;
	font-size: 12px;
	line-height: 1.33;
}

.boxColumn dl{
	overflow: hidden;
	margin-bottom: 8%;
	line-height: 1.6;
}

.boxColumn dt {
	display: block;
	width: 10%;
	margin-bottom: 2%;
	clear: left;
	float: left;
	font-weight: bold;
}

.boxColumn dd {
	display: block;
	width: 90%;
	margin-bottom: 2%;
	float: left;
}

.boxColumn dt.first {
	width: 28%;
	margin-bottom: 0;	
}

.boxColumn dd.first {
	width: auto;
	float: none;		
}

.bnrArea ul {
	overflow: hidden;
	margin-bottom: 0;
}

.bnrArea ul li {
	position: relative;
	float: none;
	width: 100%; 
	margin: 0 auto;
	font-size: 14px;
}

.bnrArea ul li .bnrTtl {
	margin: 10px auto 5px;
	font-size: 16px;
}

.bnrArea ul li .bnr { 
	display: block;	
	width: 78%;
	height: auto;
	margin: 0 auto;	
}

.bnrArea ul li .btn {
	position: static;
	display: block;
	width: 64%;
	height: auto;
	margin: 2% auto;
}

.related ul li {
	padding-left: 22px;
	margin-bottom: 2%;
	background: url(../img/icn_arrow.png) left 6px no-repeat;
	font-size: 14px;
	line-height: 1.6;
	text-decoration: underline;
}

.archive ul {
	overflow: hidden;
	margin-bottom: 0;
}

.archive ul li {
	position: relative;
	float: none;
	width: 100%; 
	margin: 0 auto 6%;
	font-size: 14px;
}

.archive ul li img { 
	display: block;	
	width: 78%;
	height: auto;
	margin: 0 auto;	
}


}

@media screen and (max-width: 640px){
.main_ttl_column h1 {
	font-size: 22px;
}

.main_ttl_column h1 + p {
	margin-bottom: 1%;
	font-size: 12px;
}

.main_ttl_column .kyoko, 
.main_ttl_column .shuko {
	font-size: 9px;
	line-height: 1.4;
}



.main_ttl_column .kyoko span, 
.main_ttl_column .shuko span {
	font-size: 11px;
}

.contentsBlock.cloumn {
	margin: 3% auto 8%;
}

.contentsBlock h2 {
	font-size: 22px;
}


section.column_first h2 {
	font-size: 22px;
}


.boxColumn dl{
	font-size: 14px;
}



}
