@charset "UTF-8";
/* CSS Document */
#contents section > .ttl01 {
	max-width: 830px;
	margin: 3em auto 5em !important;
}
#contents #section01 {
	padding-bottom: 3em;
	z-index: 0;
}
#contents #section01 .inner01 {
	margin-top: 3em;
}
#contents #section01 .inner01 > .cf > div {
	width: 49%;
	position: relative;
}
#contents #section01 .inner01 > .cf > div .inner01 {
	padding: 2em 3.5em 3em;
	border: 1px solid #7d7d7d;
	position: relative;
}
#contents #section01 .inner01 > .cf > div .inner01:before {
	content: '';
	display: block;
	width: 100%;
	height: 10px;
	background: #d93129;
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
	margin: auto;
}
#contents #section01 .inner01 > .cf > div .inner01 .ttl01 {
	text-align: center;
	padding-bottom: 1em;
	margin-bottom: 1.5em;
	background-image: linear-gradient(to right, #989898, #989898 2px, transparent 2px, transparent 10px);
	background-size: 10px 2px;
	background-position: bottom;
	background-repeat: repeat-x;
}
#contents #section01 .inner01 > .cf > div .inner01 .ttl01 > span {
	display: block;
}
#contents #section01 .inner01 > .cf > div .inner01 .ttl01 .sp01 {
	color: #6e6e6e;
	font-size: 156.25%;
	font-style: italic;
	font-weight: 300;
}
#contents #section01 .inner01 > .cf > div .inner01 .ttl01 .sp01 span {
	font-size: 160%;
}
#contents #section01 .inner01 > .cf > div .inner01 .ttl01 .sp02 {
	color: #d93129;
	font-size: 156.25%;
	margin-bottom: 0.5em;
}
#contents #section01 .inner01 > .cf > div .inner01 .ttl01 .sp03 {
	color: #d93129;
	font-size: 112.5%;
}
#contents #section01 .inner01 > .cf > div > .inner01 > .txt01 {
	font-size: 93.75%;
	margin-bottom: 2em;
}
#contents #section01 .inner01 > .cf > div .inner01 .btn01 a {
	color: #fff;
	font-family: "Hiragino Kaku Gothic W5 JIS2004";
	line-height: 70px;
	background: #d93129;
	border: 1px solid #d93129;
	box-sizing: border-box;
	transition: 0.4s;
}
#contents #section01 .inner01 > .cf > div .inner01 .btn01 a span:before {
	border: 1px solid #d93129;
	background: #fff;
}
#contents #section01 .inner01 > .cf > div .inner01 .btn01 a span:after {
	color: #d93129;
}
#contents #section02 {
	padding-bottom: 4em;
}
#contents #section02 .inner01 {
	margin-bottom: 2em;
	background: #f6f6f6;
	border: 1px solid #7d7d7d;
}
#contents #section02 .inner01 .ttl01 {
	color: #fff;
	font-family: "Hiragino Kaku Gothic W5 JIS2004";
	text-align: center;
	line-height: 2;
	background: #d93129;
}
#contents #section02 .inner01 .txtWrap01 {
	padding: 1.5em 3.5em 2em;
}
#contents #section02 .inner01 .txtWrap01 .txt01 {
	text-align: center;
	margin-bottom: 2em;
}
#contents #section02 .inner01 .txtWrap01 ul {
	width: 90%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#contents #section02 .inner01 .txtWrap01 ul li {
	width: 50%;
	text-align: center;
}
#contents #section02 .inner01 .txtWrap01 ul li a {
	display: inline-block;
	font-size: 87.5%;
}
#contents #section02 .inner01 .txtWrap01 ul li a:nth-child(1) {
	width: calc(100% - 3em);
	text-align: center;
}
#contents #section02 .inner01 .txtWrap01 ul li a span {
	color: #0000ff;
	display: inline-block;
	padding: 0.1em 1em;
	background: #fff;
}
#contents #section02 .inner01 .txtWrap01 ul li a:nth-child(1) span {
	display: block;
}
#contents #section02 .inner01 .txtWrap01 .ttl02 {
	color: #d93129;
	font-size: 112.5%;
	font-family: "Hiragino Kaku Gothic W5 JIS2004";
	text-align: center;
	margin: 2em 0;
	border-top: 1px solid #b4b4b4;
	border-bottom: 1px solid #b4b4b4;
}
#contents #section02 .inner01 .txtWrap01 ul.fix01 {
	width: 100%;
}
#contents #section02 .inner01 .txtWrap01 ul.fix01 li {
	width: 33.33333%;
}
#contents #section02 .inner01 .txtWrap01 ul.fix01 li:not(:last-child) {
	margin-bottom: 1em;
}
#contents #section02 .inner01 .txtWrap01 ul.fix02 {
	justify-content: center;
}
#contents #section02 .inner01 .txtWrap01 ul.fix03 {
	justify-content: space-around;
}
#contents #section02 .inner01 .txtWrap01 ul.fix03 li {
	width: 40%;
}
#contents #section10 {
	padding-bottom: 6em;
}
#contents #section10 .btn01 {
	margin-bottom: 5em;
}
#contents #section10 .cntWrap01 {
	max-width: 780px;
}
@media only screen and (max-width: 1200px) {
	#contents #section01 .inner01 {
    max-width: 100%;
	}
	#contents #section02 .inner01 {
		max-width: 100%;
	}
	#contents #section02 .inner01 .txtWrap01 ul {
    width: 100%;
	}
	#contents #section02 .inner01 .txtWrap01 ul.fix01 li {
    width: 50%;
	}
	#contents #section02 .inner01 .txtWrap01 ul.fix02 li {
    width: 70%;
	}
}
@media only screen and (max-width: 960px) {
	#contents #section01 .inner01 > .cf > div {
		width: 100%;
	}
	#contents #section02 .inner01 .txtWrap01 ul li {
    width: 100% !important;
	}
	#contents #section02 .inner01 .txtWrap01 ul li:not(:last-child) {
		margin-bottom: 1em !important;
	}
	#contents #section02 .inner01 .txtWrap01 ul li a {
		line-height: 2;
	}
}
@media only screen and (min-width: 768px) {
	#contents #section01 .inner01 > .cf > div .inner01 .btn01 a:hover {
		color: #d93129;
		background: #fff;
		transition: 0.4s;
	}
}
@media only screen and (max-width: 767px) {
	#contents {
		background: none;
	}
	#contents section {
    padding-right: 0;
    border-right: none;
	}
	#contents #section01 {
    padding-bottom: 2em;
	}
	#contents #section01 .inner01 {
    margin-top: 1em;
	}
	#contents #section02 .inner01 .ttl01 {
    font-size: 125%;
    line-height: 2.5;
	}
	#contents #section01 .inner01 > .cf > div .inner01 {
		padding: 1em;
	}
	#contents #section01 .inner01 > .cf > div .inner01 .btn01 a {
    line-height: 3;
    text-align: center;
    padding: 0;
	}
	#contents #section02 .inner01 .txtWrap01 {
    padding: 1.5em 1em 2em;
	}
}
@media (orientation: landscape) and (max-width: 767px){
}
