@charset "UTF-8";
/* CSS Document */

#contents .lead {
	margin-top: 0.5em;
}
#contents > .twoColumn #sideNavi {
	width: 20%;
}
#contents > .twoColumn #sideNavi ul li a > span {
	font-size: 100%;
	font-weight: normal;
	font-style: italic;
}
#contents > .twoColumn #sideNavi ul li a > span .sp02 {
	font-size: 150%;
}
#contents > .twoColumn > .inner01 {
	width: 80%;
}
#contents > .cf > .inner01 > section .boxWrap .box > .img01 {
	width: 85%;
	padding: 1em 0 2em 8.5%;
	margin: 1em 0 1em 6.5%;
	background-image: linear-gradient(to bottom, #d93229, #d93229 2px, transparent 2px, transparent 2px);
	background-size: 2px 5px;
	background-position: left;
	background-repeat: repeat-y;
	position: relative;
}
#contents > .cf > .inner01 > section .boxWrap .box:last-child > .img01 {
	background: none;
}
#contents > .cf > .inner01 > section .boxWrap .box > .img01:after {
	display: block;
	content: '';
	width: 20px;
	height: 20px;
	border-right: 1.5px solid #d93229;
	border-bottom: 1.5px solid #d93229;
	transform: rotate(45deg);
	position: absolute;
	left: -10px;
	bottom: 0;
}
#contents > .cf > .inner01 > section .boxWrap .box:last-child > .img01:after {
	display: none;
}
#contents > .cf > .inner01 > #section01 {
	padding-bottom: 3em;
}
#contents > .cf > .inner01 > #section01 .boxWrap {
	padding: 3em;
	box-sizing: border-box;
	background: #eee;
	border: 1px solid #787878;
}
#contents > .cf > .inner01 > #section01 .boxWrap .box {
	margin-top: -160px;
	padding-top: 160px;
}
#contents > .cf > .inner01 > #section01 .boxWrap .box .boxInner .spWrap {
	display: inline-block;
	color: #fff;
	font-style: italic;
	text-align: center;
	width: 13%;
	margin-right: 1%;
	padding: 0 0.6em 0 0.8em;
	box-sizing: border-box;
	background: #d93229;
	position: relative;
}
#contents > .cf > .inner01 > #section01 .boxWrap .box .boxInner .spWrap .sp02 {
	font-size: 150%;
}
#contents > .cf > .inner01 > #section01 .boxWrap .box .boxInner .sp03 {
	display: inline-block;
	font-size: 93.75%;
	font-family: "Hiragino Kaku Gothic W5 JIS2004";
	line-height: 1.25;
	letter-spacing: 0;
	width: 85%;
	margin-top: 0.75em;
	vertical-align: top;
}
#contents > .cf > .inner01 > #section01 .boxWrap .box .boxInner.fix01 .sp03 {
	margin-top: 0;
	line-height: 1.35;
}
#contents > .cf > .inner01 > #section01 .boxWrap #box01 .boxInner.fix01 .sp03 {
	text-indent: 0.5em;
}
#contents > .cf > .inner01 > #section10 {
	margin-top: 0;
	padding: 0 0 6em;
	position: relative;
}
#contents > .cf > .inner01 > #section10 .lead {
	margin-bottom: 3em;
}
@media only screen and (max-width: 1200px) {
	#contents > .cf > .inner01 > #section01 .boxWrap .box .boxInner .spWrap {
    width: 16%;
	}
	#contents > .cf > .inner01 > #section01 .boxWrap .box .boxInner .sp03 {
		font-size: 87.5%;
		width: 80%;
	}
	#contents > .cf > .inner01 > section .boxWrap .box > .img01 {
    width: 80%;
    padding: 1em 0 2em 12%;
    margin: 1em 0 1em 8%;
	}
}
@media only screen and (max-width: 960px) {	
	#contents > .cf > .inner01 > section .boxWrap .box > .img01 {
    width: 100%;
    padding: 0;
    margin: 1em 0 2em;
	}
	#contents > .cf > .inner01 > section .boxWrap .box > .img01:after {
		display: none;
	}
	#contents > .twoColumn #sideNavi ul li a {
    font-size: 125%;
	}
	#contents > .cf > .inner01 > #section01 .boxWrap {
		padding: 1.5em 1em;
	}
	#contents > .cf > .inner01 > #section01 .boxWrap .box .boxInner .spWrap {
		font-size: 125%;
    width: 100%;
    margin-bottom: 0.5em;
	}
	#contents > .cf > .inner01 > #section01 .boxWrap .box .boxInner .sp03 {
    font-size: 100%;
    width: 100%;
	}
	#contents > .cf > .inner01 > #section10 .lead {
		text-align: left;
		margin: 0 0 2em;
	}
	#contents > .cf > .inner01 > #section10 .lead br {
		display: none;
	}
}
@media only screen and (min-width: 768px) {
}
@media only screen and (max-width: 767px) {
	#contents > .twoColumn #sideNavi {
		/*display: none;*/
		width: 100%;
	}
	#contents > .twoColumn > .inner01 {
    width: 100%;
	}
	#contents > .twoColumn > .inner01 > section {
    margin-top: 0;
    padding-top: 0;
	}
	#contents > .cf > .inner01 > #section01 .boxWrap .box {
		margin-top: -80px;
		padding-top: 80px;
	}
	#contents > .cf > .inner01 > #section10 {
    padding-right: 5%;
	}
}
@media (orientation: landscape) and (max-width: 850px) and (min-width: 768px){
	#contents > .twoColumn #sideNavi {
    top: 50px;
	}
	#contents > .twoColumn #sideNavi ul li a {
    padding: 0.5em 0;
	}
	#contents > .twoColumn #sideNavi ul li a > span {
    line-height: 1;
	}
}
@media (orientation: landscape) and (max-width: 767px){
}