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

#contents > .cf > .inner01 {
	width: 100%;
	float: none;
	padding-left: 0;
	border-left: none;
}
#contents > .cf > .inner01 > #section01 {
	padding-bottom: 5em;
}
#contents > .cf > .inner01 > #section01 > .txt01 {
	padding-bottom: 1.5em;
}
#contents > .cf > .inner01 > #section01 .txtWrap01 {
	max-width: 600px;
	margin: auto;
	border: 1px solid #959595;
}
#contents > .cf > .inner01 > #section01 .txtWrap01 .txt01 {
	padding: 0.5em 1em;
	text-align: center;
	background: #e9eef5;
	border-bottom: 1px solid #959595;
}
#contents > .cf > .inner01 > #section01 .txtWrap01 .txt01 .sp01 {
	color: #2c5da4;
	font-size: 125%;
	font-family: "Hiragino Kaku Gothic W5 JIS2004";
}
#contents > .cf > .inner01 > #section01 .txtWrap01 .txt01 .sp02 {
	font-size: 87.5%;
	font-family: "Hiragino Kaku Gothic W5 JIS2004";
}
#contents > .cf > .inner01 > #section01 .txtWrap01 .cf {
	padding: 1.5em 0;
}
#contents > .cf > .inner01 > #section01 .txtWrap01 .cf dl {
	width: 50%;
	padding: 0 0.5em;
	text-align: center;
	box-sizing: border-box;
}
#contents > .cf > .inner01 > #section01 .txtWrap01 .cf dl:first-child {
	width: 48%;
	border-right: 1px solid #a1a1a1;
}
#contents > .cf > .inner01 > #section01 .txtWrap01 .cf dl:last-child {
	width: 52%;
}
#contents > .cf > .inner01 > #section01 .txtWrap01 .cf dl dt {
	font-weight: 600;
}
#contents > .cf > .inner01 > #section01 .txtWrap01 .cf dl dd {
	line-height: 1;
}
#contents > .cf > .inner01 > #section01 .txtWrap01 .cf dl dd a {
	color: #3071b6;
	font-size: 200%;
	font-style: italic;
}
#contents > .cf > .inner01 > #section01 .txtWrap01 .cf dl dd span {
	color: #3071b6;
}
#contents > .cf > .inner01 > #section01 .txtWrap01 .cf dl dd .sp01 {
	margin-right: 1em;
}
#contents > .cf > .inner01 > #section01 .txtWrap01 .cf dl dd .sp02 {
	font-size: 200%;
	font-style: italic;
}
#section01 .btn01 a span:before {
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border: 1px solid #d93129;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
}
#section01 .btn01 a span:before, #section01 .btn01 a span:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.5em;
    transition: 0.4s;
}
#section01 .btn01 a span:after {
    content: '〉';
    color: #d93129;
    font-size: 16px;
    margin-left: -13px;
    transform: scaleY(0.6);
    height: 20px;
    line-height: 20px;
}
#section01 .btn01 a {
    color: #fff;
		font-family: "Hiragino Kaku Gothic W4 JIS2004";
    background: #d93129;
		line-height: 58px;
    border: 1px solid #d93129;
    transition: 0.4s;
		font-size: 125%;
		box-sizing: border-box;
    transition: 0.4s;
}
#section01 .btn01 {
    text-align: center;
    max-width: 1200px;
		width: 100%;
    margin: 40px auto;
    position: relative;
    z-index: 100;
    transition: 0.4s;
}
#section01 .btn01 a:hover {
    color: #d93129;
    background: #fff;
    transition: 0.4s;
}

@media only screen and (max-width: 1200px) {
}
@media only screen and (max-width: 960px) {
}
@media only screen and (min-width: 768px) {
	#contents > .cf > .inner01 > #section01 .txtWrap01 .cf dl dd a {
		pointer-events: none;
	}
	#section01 .btn01 {
			width: 50%;
	}
}
@media only screen and (max-width: 767px) {
	#contents > .cf > .inner01 > section {
		padding-right: 0;
		padding-left: 0;
		border: none;
	}
	#contents > .cf > .inner01 > #section01 {
		width: 90%;
		margin: auto;
		padding-top: 0;
	}
	#contents > .cf > .inner01 > #section01 > .ttl01 {
		width: 100%;
	}
	#contents > .cf > .inner01 > #section01 > .txt01 {
    width: 100%;
		letter-spacing: -0.01em;
    text-align: center;
	}
	#contents > .cf > .inner01 > #section01 .txtWrap01 {
		padding: 1.5em 1.5em 1.25em;
	}
	#contents > .cf > .inner01 > #section01 .txtWrap01 .txt01 {
		padding: 0;
		background: #fff;
		border-bottom: 1px solid #aaa;
	}
	#contents > .cf > .inner01 > #section01 .txtWrap01 .txt01 span {
		font-size: 87.5% !important;
		color: #434343 !important;
		font-weight: normal !important;
	}
	#contents > .cf > .inner01 > #section01 .txtWrap01 .txt01 .sp01 {
	}
	#contents > .cf > .inner01 > #section01 .txtWrap01 .txt01 .sp02 {
		display: block;
		margin-bottom: 1em;
	}
	#contents > .cf > .inner01 > #section01 .txtWrap01 .cf {
    padding: 1em 0 0;
	}
	#contents > .cf > .inner01 > #section01 .txtWrap01 .cf dl {
		width: 100% !important;
		padding: 0;
    border-right: none !important;
	}
	#contents > .cf > .inner01 > #section01 .txtWrap01 .cf dl:first-child {
		margin-bottom: 1em;
	}
	#contents > .cf > .inner01 > #section01 .txtWrap01 .cf dl dt,
	#contents > .cf > .inner01 > #section01 .txtWrap01 .cf dl dd {
		display: inline-block;
	}





}
@media (orientation: landscape) and (max-width: 767px){
}
