@charset "utf-8";
/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents01 .contents01_01{
	width: 1080px;
	height: auto;
	padding: 50px 0 75px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 90%;
		max-width: 320px;
		padding: 30px 0 60px;
	}
}
.contents01 .contents01_01 .contents01_01_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01_01{
	width: 100%;
	height: auto;
	margin: 0 0 30px;
	background-color: #F4F5F7;
	border-bottom: 3px solid #012872;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01_01{
		margin: 0 0 20px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01_01 > .text01{
	width: 50%;
	height: 73px;
	margin: 0;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01_01 > .text01{
		height: 50px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01_01 > .text01.active{
	background-color: #012872;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01_01 > .text01 > a{
	width: 100%;
	height: 100%;
	margin: 0;
	font-size: 20px;
	line-height: 30px;
	color: #999999;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01_01 > .text01 > a{
		font-size: 16px;
		line-height: 26px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01_01 > .text01.active > a{
	color: #ffffff;
}
.contents01 .contents01_01 .contents01_01_01 > form{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 > form{
	}
}
.contents01 .contents01_01 .contents01_01_01 > form .form01{
	width: 100%;
	height: auto;
	padding: 25px 0;
	margin: 0 auto;
	border-bottom: 1px dotted #909090;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 > form .form01{
		padding: 20px 0;
		flex-direction: column;
	}
}
.contents01 .contents01_01 .contents01_01_01 > form .form01.word{
	align-items: center;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 > form .form01.word{
		align-items: flex-start;
	}
}
.contents01 .contents01_01 .contents01_01_01 > form .form01:nth-of-type(1){
	padding: 0;
	border-bottom: 0;
}
.contents01 .contents01_01 .contents01_01_01 > form .form01 .form01_01{
	width: 80px;
	height: auto;
	margin: 0;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 > form .form01 .form01_01{
		width: 100%;
		margin: 0 0 15px;
	}
}
.contents01 .contents01_01 .contents01_01_01 > form .form01 .form01_01 > .title{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 15px;
	line-height: 22px;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 > form .form01 .form01_01 > .title{
		font-size: 14px;
		line-height: 24px;
	}
}
.contents01 .contents01_01 .contents01_01_01 > form .form01 .form01_02{
	width: auto;
	height: auto;
	margin: -17px 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	flex-grow: 1;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 > form .form01 .form01_02{
		width: 100%;
		margin: -12px 0 0;
		flex-grow: 0;
	}
}
.contents01 .contents01_01 .contents01_01_01 > form .form01.word .form01_02{
	margin: 0;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 > form .form01.word .form01_02{
		width: 100%;
	}
}
.contents01 .contents01_01 .contents01_01_01 > form .form01 .form01_02 > span{
	width: auto;
	min-width: 147px;
	height: auto;
	padding: 0 30px 0 0;
	margin: 17px 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 > form .form01 .form01_02 > span{
		min-width: initial;
		padding: 0;
		margin: 12px 20px 0 0;
	}
}
.contents01 .contents01_01 .contents01_01_01 > form .form01.word .form01_02 > span{
	padding: 0;
	margin: 0;
}
.contents01 .contents01_01 .contents01_01_01 > form .form01.word .form01_02 > span{
	width: 100%;
}
.contents01 .contents01_01 .contents01_01_01 > form .form01 .form01_02 > span > .label,
.contents01 .contents01_01 .contents01_01_01 > form .form01 .form01_02 > span > label{
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.contents01 .contents01_01 .contents01_01_01 > form .form01 .form01_02 > span > label > input{
	width: 0;
	height: 0;
	margin: 0;
}
.contents01 .contents01_01 .contents01_01_01 > form .form01 .form01_02 > span > .label > span,
.contents01 .contents01_01 .contents01_01_01 > form .form01 .form01_02 > span > label > span{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 15px;
	line-height: 22px;
	border-radius: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	opacity: 1;
	transition: all .5s;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 > form .form01 .form01_02 > span > .label > span,
	.contents01 .contents01_01 .contents01_01_01 > form .form01 .form01_02 > span > label > span{
	}
}
.contents01 .contents01_01 .contents01_01_01 > form .form01 .form01_02 > span > .label > span::before,
.contents01 .contents01_01 .contents01_01_01 > form .form01 .form01_02 > span > label > span::before{
	box-sizing: border-box;
	content: '';
	width: 22px;
	height: 22px;
	margin: 0 5px 0 0;
	border-radius: 2px;
	border: 1px solid #707070;
	background-color: #ffffff;
	display: block;
	flex-shrink: 0;
	transition: all 0.125s ease-in-out;
}
.contents01 .contents01_01 .contents01_01_01 > form .form01 .form01_02 > span > .label > span::after,
.contents01 .contents01_01 .contents01_01_01 > form .form01 .form01_02 > span > label > input + span::after{
	content: '';
	width: 13px;
	height: 5px;
	border-left: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	-webkit-transform: rotate(-45deg) scaleX(0);
	transform: rotate(-45deg) scaleX(0);
	transform-origin: left;
	display: block;
	position: absolute;
	top: 0;
	bottom: -7px;
	left: 5px;
	right: auto;
	margin: auto;
	transition: transform 0.125s ease-in-out;
}
.contents01 .contents01_01 .contents01_01_01 > form .form01 .form01_02 > span > .label.active > span::before,
.contents01 .contents01_01 .contents01_01_01 > form .form01 .form01_02 > span > label > input:checked + span::before{
	border: 1px solid #376BBE;
	background-color: #376BBE;
	transition: all 0.125s ease-in-out;
}
.contents01 .contents01_01 .contents01_01_01 > form .form01 .form01_02 > span > .label.active > span::after,
.contents01 .contents01_01 .contents01_01_01 > form .form01 .form01_02 > span > label > input:checked + span::after{
	transform: rotate(-45deg) scaleX(1);
}
.contents01 .contents01_01 .contents01_01_01 > form .form01.word .form01_02 > span > input{
	width: 100%;
	height: auto;
	padding: 11px 12px;
	margin: 0;
	font-size: 15px;
	line-height: 25px;
	border: 1px solid #BCBCBC;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 > form .form01.word .form01_02 > span > input{
		padding: 11px 9px;
	}
}
.contents01 .contents01_01 .contents01_01_01 > form > .text01{
	width: auto;
	height: auto;
	margin: 20px 0 0;
	font-size: 25px;
	line-height: 35px;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 > form > .text01{
		margin: 15px 0 0;
		font-size: 20px;
		line-height: 30px;
	}
}
.contents01 .contents01_01 .contents01_01_01 > form > .text01 > span{
	width: auto;
	height: auto;
	margin: 0 3px;
	font-size: 30px;
	line-height: 40px;
	color: #B90001;
	display: inline;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 > form > .text01 > span{
		font-size: 25px;
		line-height: 35px;
	}
}
.contents01 .contents01_01 .contents01_01_01 > form > .submit01[type="submit"]{
	width: 330px;
	height: 68px;
	padding: 0 0 0 37px;
	margin: 36px 0 0;
	border: 0;
	background-color: #B90001;
	border-radius: 4px;
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
	background-image: url(../img/university/item01.png);
	background-repeat: no-repeat;
	background-size: 23px auto;
	background-position: center left 68px;
	display: block;
	cursor: pointer;
	transition: all .5s;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 > form > .submit01[type="submit"]{
		width: 90%;
		max-width: 250px;
		height: 50px;
		padding: 0 0 0 30px;
		margin: 30px 0 0;
		font-size: 15px;
		line-height: 25px;
		background-size: 18px auto;
		background-position: center left 44px;
	}
}
.contents01 .contents01_01 .contents01_01_01 > form > .submit01[type="submit"]:hover{
	opacity: .8;
	transition: all .5s;
}
/*.contents01ここまで*/

/*.contents02ここから*/
.contents02{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #F8F8F8;
	display: block;
}
.contents02 .contents02_01{
	width: 1080px;
	height: auto;
	padding: 70px 0;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01{
		width: 90%;
		max-width: 320px;
		padding: 55px 0 40px;
	}
}
.contents02 .contents02_01 .contents02_01_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
.contents02 .contents02_01 .contents02_01_01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 45px;
	font-size: 35px;
	line-height: 45px;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .contents02_01_01 > .text01{
		margin: 0 0 22px;
		font-size: 28px;
		line-height: 38px;
	}
}
.contents02 .contents02_01 .contents02_01_01 > .text01 > span{
	width: auto;
	height: auto;
	margin: 0 3px;
	font-size: 40px;
	line-height: 50px;
	color: #B90001;
	display: inline;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .contents02_01_01 > .text01 > span{
		font-size: 33px;
		line-height: 43px;
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .contents02_01_01_01_01{
	width: 100%;
	height: auto;
	margin: 40px 0 0;
	border: 1px solid #DDDDDD;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .contents02_01_01_01_01{
		margin: 30px 0 0;
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .contents02_01_01_01_01:nth-of-type(1){
	margin-top: 0;
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .contents02_01_01_01_01 .contents02_01_01_01_01_01{
	width: 100%;
	height: auto;
	padding: 20px 40px;
	margin: 0;
	background-color: #ffffff;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .contents02_01_01_01_01 .contents02_01_01_01_01_01{
		padding: 20px;
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .contents02_01_01_01_01 .contents02_01_01_01_01_01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 7px;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .contents02_01_01_01_01 .contents02_01_01_01_01_01 > .text01{
		margin: 0 0 4px;
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .contents02_01_01_01_01 .contents02_01_01_01_01_01 > .text01 > span{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 16px;
	line-height: 26px;
	display: inline;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .contents02_01_01_01_01 .contents02_01_01_01_01_01 > .text01 > span{
		font-size: 13px;
		line-height: 23px;
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .contents02_01_01_01_01 .contents02_01_01_01_01_01 > .text02{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 25px;
	line-height: 35px;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .contents02_01_01_01_01 .contents02_01_01_01_01_01 > .text02{
		font-size: 20px;
		line-height: 26px;
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .contents02_01_01_01_01 .contents02_01_01_01_01_01 > .text03{
	width: auto;
	height: auto;
	margin: 15px 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .contents02_01_01_01_01 .contents02_01_01_01_01_01 > .text03{
		margin: 11px 0 0;
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .contents02_01_01_01_01 .contents02_01_01_01_01_01 > .text03 > .text03_01{
	width: 88px;
	height: 26px;
	margin: 0 19px 0 0;
	font-size: 15px;
	line-height: 26px;
	background-color: #E6ECF4;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .contents02_01_01_01_01 .contents02_01_01_01_01_01 > .text03 > .text03_01{
		width: 62px;
		height: 23px;
		margin: 0 5px 0 0;
		font-size: 13px;
		line-height: 23px;
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .contents02_01_01_01_01 .contents02_01_01_01_01_01 > .text03 > .text03_02{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 16px;
	line-height: 25px;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .contents02_01_01_01_01 .contents02_01_01_01_01_01 > .text03 > .text03_02{
		font-size: 14px;
		line-height: 22px;
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .contents02_01_01_01_01 .contents02_01_01_01_01_02{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .contents02_01_01_01_01 .contents02_01_01_01_01_02 > .text01{
	width: 100%;
	height: auto;
	padding: 12px 40px;
	margin: 0;
	background-color: #E7E9ED;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	cursor: pointer;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .contents02_01_01_01_01 .contents02_01_01_01_01_02 > .text01{
		padding: 10px 0;
		justify-content: center;
		align-items: center;
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .contents02_01_01_01_01 .contents02_01_01_01_01_02 > .text01 > span{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 16px;
	line-height: 26px;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .contents02_01_01_01_01 .contents02_01_01_01_01_02 > .text01 > span{
		font-size: 15px;
		line-height: 25px;
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .contents02_01_01_01_01 .contents02_01_01_01_01_02 > .text01 > .drop-btn{
	width: 14px;
	height: 14px;
	margin: 0 0 0 15px;
	display: block;
	transform: rotateZ(0);
	transition: all .5s;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .contents02_01_01_01_01 .contents02_01_01_01_01_02 > .text01 > .drop-btn{
		width: 13px;
		height: 13px;
		margin: 0 0 0 10px;
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .contents02_01_01_01_01 .contents02_01_01_01_01_02 > .text01 > .drop-btn::before{
	content: '';
	width: 100%;
	height: 2px;
	background-color: #101010;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transition: all .3s ease-in-out;
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .contents02_01_01_01_01 .contents02_01_01_01_01_02 > .text01 > .drop-btn::after{
	content: '';
	width: 100%;
	height: 2px;
	background-color: #101010;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transition: all .2s ease-in-out;
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .contents02_01_01_01_01 .contents02_01_01_01_01_02 > .text01.open > .drop-btn::before{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .contents02_01_01_01_01 .contents02_01_01_01_01_02 > .text01.open > .drop-btn::after{
	opacity: 0;
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .contents02_01_01_01_01 .contents02_01_01_01_01_02 .contents02_01_01_01_01_02_01{
	width: 100%;
	height: auto;
	padding: 20px 40px;
	margin: 0;
	background-color: #ffffff;
	display: none;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .contents02_01_01_01_01 .contents02_01_01_01_01_02 .contents02_01_01_01_01_02_01{
		padding: 20px 14px;
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .contents02_01_01_01_01 .contents02_01_01_01_01_02 .contents02_01_01_01_01_02_01 .contents02_01_01_01_01_02_01_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .contents02_01_01_01_01 .contents02_01_01_01_01_02 .contents02_01_01_01_01_02_01 .contents02_01_01_01_01_02_01_01{
		align-items: flex-start;
		flex-wrap: nowrap;
		flex-direction: column;
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .contents02_01_01_01_01 .contents02_01_01_01_01_02 .contents02_01_01_01_01_02_01 .contents02_01_01_01_01_02_01_01 .contents02_01_01_01_01_02_01_01_01{
	box-sizing: border-box;
	width: calc((100% - 20px * 1) / 2);
	height: auto;
	margin: 20px 20px 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .contents02_01_01_01_01 .contents02_01_01_01_01_02 .contents02_01_01_01_01_02_01 .contents02_01_01_01_01_02_01_01 .contents02_01_01_01_01_02_01_01_01{
		width: 100%;
		margin: 20px 0 0;
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .contents02_01_01_01_01 .contents02_01_01_01_01_02 .contents02_01_01_01_01_02_01 .contents02_01_01_01_01_02_01_01 .contents02_01_01_01_01_02_01_01_01:nth-of-type(-n+2){
	margin-top: 0;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .contents02_01_01_01_01 .contents02_01_01_01_01_02 .contents02_01_01_01_01_02_01 .contents02_01_01_01_01_02_01_01 .contents02_01_01_01_01_02_01_01_01:nth-of-type(2){
		margin-top: 20px;
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .contents02_01_01_01_01 .contents02_01_01_01_01_02 .contents02_01_01_01_01_02_01 .contents02_01_01_01_01_02_01_01 .contents02_01_01_01_01_02_01_01_01:nth-of-type(2n){
	margin-right: 0;
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .contents02_01_01_01_01 .contents02_01_01_01_01_02 .contents02_01_01_01_01_02_01 .contents02_01_01_01_01_02_01_01 .contents02_01_01_01_01_02_01_01_01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 10px;
	font-size: 18px;
	line-height: 28px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .contents02_01_01_01_01 .contents02_01_01_01_01_02 .contents02_01_01_01_01_02_01 .contents02_01_01_01_01_02_01_01 .contents02_01_01_01_01_02_01_01_01 > .text01{
		margin: 0 0 9px;
		font-size: 16px;
		line-height: 26px;
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .contents02_01_01_01_01 .contents02_01_01_01_01_02 .contents02_01_01_01_01_02_01 .contents02_01_01_01_01_02_01_01 .contents02_01_01_01_01_02_01_01_01 table{
	width: 100%;
	height: auto;
	margin: 0 auto;
	table-layout: fixed;
	text-align: left;
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .contents02_01_01_01_01 .contents02_01_01_01_01_02 .contents02_01_01_01_01_02_01 .contents02_01_01_01_01_02_01_01 .contents02_01_01_01_01_02_01_01_01 table tr{
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .contents02_01_01_01_01 .contents02_01_01_01_01_02 .contents02_01_01_01_01_02_01 .contents02_01_01_01_01_02_01_01 .contents02_01_01_01_01_02_01_01_01 table tr th{
	width: 140px;
	height: auto;
	padding: 14px 2px 14px 10px;
	border: 1px solid #BCBCBC;
	font-size: 15px;
	line-height: 25px;
	background-color: #E6EBF5;
	vertical-align: top;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .contents02_01_01_01_01 .contents02_01_01_01_01_02 .contents02_01_01_01_01_02_01 .contents02_01_01_01_01_02_01_01 .contents02_01_01_01_01_02_01_01_01 table tr th{
		width: 90px;
		padding: 5px 2px 5px 9px;
		font-size: 14px;
		line-height: 20px;
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .contents02_01_01_01_01 .contents02_01_01_01_01_02 .contents02_01_01_01_01_02_01 .contents02_01_01_01_01_02_01_01 .contents02_01_01_01_01_02_01_01_01 table tr td{
	width: auto;
	height: auto;
	padding: 14px 15px;
	border: 1px solid #BCBCBC;
	font-size: 15px;
	line-height: 25px;
	vertical-align: top;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .contents02_01_01_01_01 .contents02_01_01_01_01_02 .contents02_01_01_01_01_02_01 .contents02_01_01_01_01_02_01_01 .contents02_01_01_01_01_02_01_01_01 table tr td{
		padding: 5px 8px;
		font-size: 14px;
		line-height: 20px;
	}
}
.contents02 .contents02_01 .contents02_01_01 > .text02{
	width: auto;
	height: auto;
	margin: 0 auto;
	font-size: 16px;
	line-height: 25px;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .contents02_01_01 > .text02{
	}
}

#loader-bg{
		background-color: rgba(255, 255, 255, .7);
		height: 100%;
		left: 0px;
		position: fixed;
		top: 0px;
		width: 100%;
		z-index: 100;
	}
	#loader-bg >.loading{
		box-sizing: border-box;
	}
	#loader-bg >.loading{
		height: 40px;
		width: 40px;
		/*top: calc( -10px * 2 / 3);*/
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	#loader-bg >.loading .square{
		height: 10px;
		width: 10px;
		top: calc( -10px * 2 / 3);
		margin-right: calc(10px / 3);
		margin-top: calc(10px / 3);
		background-color: #012872;
		float: left;
		position:relative;
		opacity: 0;
		animation: loading 6s infinite;
	}
	#loader-bg >.loading .square:nth-child(1){
		animation-delay: calc(300ms * 6);
	}
	#loader-bg >.loading .square:nth-child(2){
		animation-delay: calc(300ms * 7);
	}
	#loader-bg >.loading .square:nth-child(3){
		animation-delay: calc(300ms * 8);
	}
	#loader-bg >.loading .square:nth-child(4){
		animation-delay: calc(300ms * 3);
	}
	#loader-bg >.loading .square:nth-child(5){
		animation-delay: calc(300ms * 4);
	}
	#loader-bg >.loading .square:nth-child(6){
		animation-delay: calc(300ms * 5);
	}
	#loader-bg >.loading .square:nth-child(7){
		animation-delay: calc(300ms * 0);
	}
	#loader-bg >.loading .square:nth-child(8){
		animation-delay: calc(300ms * 1);
	}
	#loader-bg >.loading .square:nth-child(9){
		animation-delay: calc(300ms * 2);
	}
	#loader-bg >.loading .clear{
		clear: both;
	}

	@keyframes loading{
		0% {
			opacity: 0;
		}
		5% {
			opacity: 1;
			top: 0;
		}
		50.9% {
			opacity: 1;
			top: 0;
		}
		55.9% {
			opacity: 0;
			top: inherit;
		}
	}
/*.contents02ここまで*/