/*a-billboard---------------------------------------------*/
#headSNS {
	height: 0;
}
#a-billboard {
	border-bottom: solid 1px #ccc;
	padding-bottom: 20px;
	margin-bottom: 0px;
}
.articleTitle {
	padding: 0 180px 0 15px;
	min-height: 142px;
}
.articleTitle .c-body {
	font-family: georgia, "times new roman", times, serif;
	font-size: 16px;
	color: #999;
}
.articleTitle .c-lead {
	font-family: georgia, "times new roman", times, serif;
	font-weight: 700;
	font-size: 20px;
	color: #1F2C52;
	line-height: 1.4;
}
.articleTitle .c-page_title {
	font-family: georgia, "times new roman", times, serif;
	font-weight: 300;
	font-size: 30px;
	color: #1F2C52;
	line-height: 1.4;
}
.articleTitle .c-title {
	font-family: georgia, "times new roman", times, serif;
	font-weight: 700;
	font-size: 20px;
	color: #94722C;
	line-height: 1.4;
	padding-top: 10px;
}
.articleNavi {
	position: absolute;
	width: 155px;
	right: 15px;
	bottom: 0;
	text-align: right;
}
.articleNavi li {
	float: left;
	padding: 10px 0 0 10px;
}
#fontSize {
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#fontSize .title {
	font-family: 'roboto Condensed', sans-serif;
	font-weight: 700;
	line-height: 1.1;
	font-size: 16px;
	width: 70px;
}
.changeBtn {
	cursor: pointer;
}
.changeBtn:hover {
	opacity: 0.7;
}
#a-main {
	width: 96.775%;
	margin: 0 1.5625%;
}
#a-main h2 {
	font-family: georgia, "times new roman", times, serif;
	font-weight: 700;
	font-size: 28px;
	color: #95732D;
	line-height: 1.4;
	margin-bottom: 10px;
}
#a-main h3 {
	font-family: georgia, "times new roman", times, serif;
	font-weight: 700;
	font-size: 22px;
	color: #95732D;
	line-height: 1.6;
	margin: 10px 0 10px 0;
}
#a-main h4 {
	font-family: georgia, "times new roman", times, serif;
	font-weight: 700;
	font-size: 18px;
	color: #1F2C52;
	line-height: 1.6;
	margin: 10px 0 5px 0;
}
#a-main a {
	color: #B20000;
}

.layoutBox {
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.layoutBox img {
	width: 100%;
}
.layoutBox img, .layoutL img, .layoutR img {
	margin-top: 9px;
	margin-bottom: 5px;
}
.layout2-1 {
	width: 48.387%;
}
.layout2-1-2 {
	width: 48.387%;
}
.layout2-1c {
	width: 48.387%;
	margin: 0 25.8065%;
}
.layout3-1 {
	width: 31.183%;
}
.layout3-1c {
	width: 65.592%;
	margin: 0 34.4085%;
}
.layout3-2 {
	width: 65.592%;
}
.layout3-2c {
	width: 65.592%;
	margin: 0 17.204%;
}
.layout4-1 {
	width: 22.65625%;
}
.layout4-1-2 {
	width: 22.65625%;
}
.layout4-3 {
	width: 74.19354838709677%;
}
.layout4-3c {
	width: 74.19354838709677%;
	margin: 0 16.015625%;	
}
.layout8-1 {
	width: 9.765625%;
}
.layout8-6c {
	width: 80.46875%;	
	margin: 0 9.765625%;
}
.layoutL {
	float: left;
	margin-right: 3.225%;
	margin-bottom: 20px;
}
.layoutL-2 {
	float: left;
	margin-right: 3.225%;
	margin-bottom: 20px;
}
.layoutR {
	float: right;
	margin-left: 3.225%;
	margin-bottom: 20px;
}
.layoutCenter600 {
	width: 600px;
	margin: 0 auto;
}
.capFont p {
	font-family: 'Roboto', sans-serif;
	margin-top: 4px;
	color: #666;
	line-height: 1.4;
}
.capFont div {
	font-family: 'Roboto', sans-serif;
	margin-top: 4px;
	color: #666;
	line-height: 1.4;
}
.capFontB p {
	margin-top: 4px;
	color: #333;
	line-height: 1.4;
}
.c-credit {
	font-size: 12px;
	color: #666;
}
.c-note {
	font-size: 14px;
	color: #666;
}
.c-lead {
	margin-top: 3px;
}
.c-hr {
    border-top: 1px solid #ccc;
}
.decoLineBox {
	border : solid 1px #ccc;
	padding: 11px 20px 30px 20px;
}
.decoLineBox:after {
	content: "";
	display: block;
	clear: both;
}
.linkArea {
	background-color: #EEE;
	padding: 30px 20px 30px 20px;
	content: "";
	display: block;
	clear: both;	
}
.wBox {
	background-color: #fff;	
	padding:20px;
}
.linkArea h4 {
	margin-bottom: 5px;
}
.linkArea a {
	font-family: georgia, "times new roman", times, serif;
	color: #B20000;
}
/*Page navi---------------------------------------------*/

#pageNavi ul {
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding-bottom: 5px;
	border-bottom: solid 1px #ccc;
	margin-bottom: 20px;
}
#pageNavi li {
	padding: 0 10px;
}
#pageNavi a {
	color: #B20000;
	font-size: 16px;
}
.subPageNavi {
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;	
}
.subPageNavi ul {

}
.subPageNavi li {
	display:block;
	float: left;
	margin:10px;
}
.subPageNavi a {
	display:block;
	color: #B20000;
	font-size: 16px;
	padding: 0 10px 4px 10px;
	border:solid 1px #B20000;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;	
}
#a-main .subPageNavi .active a {
	color:#fff;
	background-color: #B20000;
}
/*Relation Area---------------------------------------------*/
#relationArea {
	width: 96.775%;
	margin: 0 1.5625%;
	margin-bottom: 50px;
}
#relationArea h2 {
	font-family: 'roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 28px;
	color: #1F2C52;
	line-height: 1;
	margin-bottom: 17px;
}
#relationArea a {
	display: block;
	line-height: 1.6;
}
.customArea {
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;

}
.customArea .articleBox {
	width: 31.25%;
	padding: 20px 20px 30px 20px;
	margin-right:2%;
	border: solid 1px #ccc;
	box-shadow: 3px 3px 5px -3px #cccccc;
	-moz-box-shadow: 3px 3px 5px -3px #cccccc;
	-webkit-box-shadow: 3px 3px 5px -3px #cccccc;
}
.customArea .articleBoxImage {
	display: block;

}
.customArea .articleBoxImage img {
	width: 100%;
	margin-top: 0;
}
.customArea .articleBoxTitle {
	display: block;
	padding-top: 10px;
	font-family: georgia, "times new roman", times, serif;
	color: #1F2D52;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
}
.customArea .articleBoxText {
	display: block;
	padding-top: 15px;
	font-family: 'Roboto', sans-serif;
	color: #333333;
	font-size: 14px;
	line-height: 1.6;
	font-weight: 400;
}
/*Page Link Menu*/
#pageLinkMenu {
	border-bottom: solid 1px #ccc;
	padding: 0 15%;
}
#pageLinkMenu ul {
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#pageLinkMenu a {
	display: block;
	font-family: georgia, "times new roman", times, serif;
	font-size: 16px;
	color: #B20000;
	padding: 5px 0;
}
.nullBox {
	margin: 0;
	padding: 0;
	height: 0;
}

.subBtn {
	font-family: 'Roboto', sans-serif;
    border: solid 1px #B20000;
    padding: 10px 15px;
    display: inline;
    width: auto;
    color: #B20000;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    cursor: pointer;
}
.subBtn:hover {
	opacity:0.7;
	background-color:#fff;
}

/*640---------------------------------------------*/

@media(max-width:640px) {
#headSNS {
	height: 30px;
}
.articleTitle {
	padding: 0 20px 0 20px;
	min-height: 100px;
}
.articleTitle .c-lead {
	font-size: 16px;
}
.articleTitle .c-page_title {
	font-size: 26px;
}
.articleTitle .c-title {
	font-size: 18px;
	padding-top: 0px;
}
.articleNavi {
	position: relative;
	width: 220px;
	float: right;
}
.indexList {
	float: right;
	padding-left: 10px;
	width: 60px;
}
#fontSize {
	width: 155px;
}
.layout2-1, .layout3-1, .layout3-2 {
	width: 100%;
	margin-bottom: 20px;
}
.layout2-1c {
	width: 100%;
	margin: 0 0 20px 0;
}
.layout3-2c {
	width: 100%;
	margin: 0 0 20px 0;
}
.layout4-1 {
	width: 100%;
	margin: 0 0 20px 0;
}
.layout4-3 {
	width: 100%;
	margin: 0 0 20px 0;
}
.layoutL, .layoutR {
	float: none;
	margin-left: 0;
	margin-right: 0;
	margin-top: 20px;
}
.layoutCenter600 {
	width: auto;
}
#a-main .c-sp-padding_normal>.g-column, #a-main .c-sp-padding_normal>.column {
	padding: 0px 15px 0px 15px;
}
#a-main {
	width: auto;
	margin: 0px 5px 0px 5px;
}
#a-main h2 {
	font-size: 24px;
	line-height: 1.4;
	padding-top: 10px;
	margin-bottom: 0px;
}
#a-main h3 {
	font-size: 20px;
	line-height: 1.3;
}
#a-main h4 {
	font-size: 16px;
	line-height: 1.3;
}
.linkArea {
	padding: 15px 20px;
}
#pageNavi {
	padding: 0 20px;
}
#relationArea {
	margin: 0 20px !important;
	width: auto;
}
.customArea .articleBox {
	width: auto;
	margin: 0 0 20px 0;
	padding: 15px 20px 25px 20px;
}
.customArea .articleBoxImage {
	display: block;
	height: auto;
	overflow: auto;
	width: 40%;
	float: left;
	margin: 0 10px 0 0;
}
.customArea .articleBoxImage img {
	margin-top: 0px;
}
.articleBoxBody {
}
.customArea .articleBoxTitle {
	padding-top: 0px;
	font-size: 16px;
	line-height: 1.3;
}
.customArea .articleBoxText {
	padding-top: 3px;
	line-height: 1.3;
}
}



























