@charset "utf-8";
/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents01 .contents01_01{
	width: 1000px;
	height: auto;
	padding: 30px 0 100px;
	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 80px;
	}
}
.contents01 .contents01_01 .link01{
	box-sizing: border-box;
	width: 360px;
	height: 75px;
	margin: 0 0 50px;
	font-size: 17px;
	line-height: 27px;
	color: #012872;
	border: 1px solid #012872;
	background-color: #FFFFFF;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	box-shadow: 0 3px 6px 0 rgba(0 ,0 ,0 ,.16);
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .link01{
		width: 100%;
		max-width: 280px;
		height: 60px;
		margin: 0 0 40px;
		font-size: 14px;
		line-height: 24px;
	}
}
.contents01 .contents01_01 .link01::before{
	content: '';
	width: 23px;
	height: 17px;
	margin: 0 21px 0 0;
	background-image: url(../img/certifiedgroupfaq/item01.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .link01::before{
		width: 19px;
		height: 14px;
		margin: 0 10px 0 0;
	}
}
.contents01 .contents01_01 .link01::after{
	content: '';
	width: 8px;
	height: 8px;
	margin: -4px 0 0 32px;
	display: block;
	border-bottom: 2px solid #012872;
	border-left: 2px solid #012872;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .link01::after{
		margin: -4px 0 0 21px;
	}
}
.contents01 .contents01_01 .text01{
	width: auto;
	height: auto;
	margin: 0 0 40px;
	font-size: 22px;
	line-height: 32px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .text01{
		margin: 0 0 30px;
		font-size: 20px;
		line-height: 30px;
	}
}
.contents01 .contents01_01 .contents01_01_01{
	width: 900px;
	height: auto;
	margin: 0 0 85px;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01{
		width: 100%;
		margin: 0 0 60px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01{
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 29px 80px 29px 30px;
	margin: 18px 0 0;
	background-color: #F4F5F7;
	display: block;
	cursor: pointer;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01{
		padding: 18px 43px 18px 15px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01:nth-of-type(1){
	margin-top: 0;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 h3{
	width: 100%;
	height: auto;
	margin: 0;
	font-size: 16px;
	line-height: 26px;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 h3{
		font-size: 15px;
		line-height: 25px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 h3::before{
	content: '';
	width: 16px;
	height: 3px;
	background-color: #000000;
	transform: rotate(90deg);
	position: absolute;
	top: 50%;
	right: -32px;
	margin: auto;
	transition: all .3s ease-in-out;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 h3::after{
	content: '';
	width: 16px;
	height: 3px;
	background-color: #000000;
	position: absolute;
	top: 50%;
	right: -32px;
	margin: auto;
	transition: all .2s ease-in-out;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 h3.open::before{
	transform: rotate(180deg);
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 h3.open::after{
	opacity: 0;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 h3 a{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 16px;
	line-height: 26px;
	color: #386BBE;
	border-bottom: 1px dotted #707070;
	display: inline;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 h3 a{
		font-size: 15px;
		line-height: 25px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 h4{
	width: 100%;
	height: auto;
	margin: 14px 0 0;
	font-size: 15px;
	line-height: 28px;
	display: none;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 h4{
		margin: 20px 0 0;
		font-size: 14px;
		line-height: 25px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 h4 a{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 15px;
	line-height: 28px;
	color: #386BBE;
	border-bottom: 1px dotted #707070;
	display: inline;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 h4 a{
		font-size: 14px;
		line-height: 25px;
	}
}
.contents01 .contents01_01 .contents01_01_02{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
.contents01 .contents01_01 .contents01_01_02 .text02{
	width: auto;
	height: auto;
	margin: 0 0 20px;
	font-size: 22px;
	line-height: 32px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02 .text02{
		margin: 0 0 18px;
		font-size: 20px;
		line-height: 30px;
	}
}
.contents01 .contents01_01 .contents01_01_02 .text03{
	width: auto;
	height: auto;
	margin: 0 0 30px;
	font-size: 15px;
	line-height: 25px;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02 .text03{
		margin: 0 0 28px;
		font-size: 14px;
		line-height: 25px;
	}
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01{
	box-sizing: border-box;
	width: 660px;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01{
		width: 100%;
		justify-content: flex-start;
		flex-direction: column;
		flex-wrap: nowrap;
	}
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .link02{
	width: calc((100% - 20px * 1) / 2);
	height: 70px;
	margin: 20px 20px 0 0;
	font-size: 17px;
	line-height: 27px;
	color: #ffffff;
	background-color: #00266D;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	box-shadow: 0 3px 6px 0 rgba(0 ,0 ,0 ,.16);
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .link02{
		width: 100%;
		max-width: 280px;
		height: 65px;
		margin: 12px 0 0;
		font-size: 15px;
		line-height: 25px;
	}
}
@media only screen and (min-width: 768px) {
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .link02:nth-of-type(-n+2){
		margin-top: 0;
	}
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .link02:nth-of-type(2n){
		margin-right: 0;
	}
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .link02:nth-of-type(1){
		margin-top: 0;
	}
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .link02::after{
	content: '';
	width: 8px;
	height: 8px;
	display: block;
	border-bottom: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	left: auto;
	right: 20px;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .link02::after{
		border-bottom: 1px solid #ffffff;
		border-right: 1px solid #ffffff;
	}
}
/*.contents01ここまで*/