@charset "utf-8";
.info2 {
	font-size: 1.8em;
	color: #013763;
	text-align: center;
	margin-bottom: 2em;
}
.li_box1 {
	width: 80%;
	margin: 1em auto;
}
.li_box1 a:link {
	color: #03F;
	text-decoration: underline;
	text-underline-offset: 3px;
	transition-duration: 0.6s;
}
.li_box1 a:visited {
	color: #03F;
	text-decoration: underline;
	text-underline-offset: 3px;
	transition-duration: 0.6ss;
}
.li_box1 a:hover {
	color: #F00;
	text-decoration:none;
}
.ind {
	font-size: 1.4em;
	color: black;
	line-height: 1.3em;
	margin-bottom: 0.5em;
	text-indent: -1em;
	padding-left: 1em;
}
.info3 {
	font-size: 2em;
	color: #013763;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 2em;
}
.info4 {
	font-size: 2em;
	color: black;
	text-align: center;
	background: #FFF;
	padding: 15px 0;
	width: 94%;
	margin: 0 auto 2em;
	border: 1px solid #CCC;
}
.o_box1 {
	display: flex;
	justify-content: center;
	margin-bottom: 2em;
}
.l_box1 {
	width: 50%;
	text-align: center;
}
.l_box1 img {
	max-width: 50%;
}
.r_box1 {
	width: 50%;
	text-align: center;
}
.r_box1 img {
	max-width: 50%;
}
.p_box00 {
	background:#FAEBD9;
	border-radius: 10px;
	padding: 1em 0 4em;
	/*box-shadow: 2px 2px 2px #CCC;*/
	margin: 4em auto;
}
.accordion {
	margin: 4rem auto;
	max-width: 80%;
}
.toggle {
	display: none;
}
.faq {
	position: relative;
	margin-bottom: 1rem;
}
.faq:hover {
	background:#FFFFE3;
}
.question,.anser {
	transform: translateZ(0);
	transition: all 1s;
}
.question {
	border: solid 1px #999;
	padding: 1rem 2.2rem 1rem 1rem;
	display: block;
	color: #333;
	cursor: pointer;
}
.question span {
    font-size: 200%;
    padding-right: 0.6rem;
    color: #09F;
	font-weight: bold;
}
.anser span {
    font-size: 200%;
    padding-right: 0.6rem;
    color: #F00;
	font-weight: bold;
}
.question:after,.question:before {
	content: "";
	position: absolute;
	right: 1.25rem;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 2px;
	height: 0.75rem;
	background-color: #999;
	transition: all 0.3s;
	cursor: pointer;
}
.question:after {
	transform: rotate(90deg);
	cursor: pointer;
}
.anser {
	max-height: 0;
	overflow: hidden;
}
.anser div {
	margin: 0;
	text-indent: -2em;
	padding: 2rem 1rem 1rem 3em;
	line-height: 23px;
}
.toggle:checked + .question + .anser {
	max-height: 500px;
	transition: all 1.5s;
}
.toggle:checked + .question:before {
	transform: rotate(90deg) !important;
}
.qa_box {
	display: flex;
	justify-content: center;
}
.q {
	width: 40px;
	color: #FFF;
	font-weight: bold;
	background: #09F;
	border-radius: 50%;
	text-align: center;
	height: 40px;
	padding: 6px;
	font-size: 2em;
	margin-right: 0.1em;
}
.a {
	width: 40px;
	color: #FFF;
	font-weight: bold;
	background: #FF3131;
	border-radius: 50%;
	text-align: center;
	height: 40px;
	padding: 6px;
	font-size: 2em;
	margin-left: 0.1em;
}
.and {
	padding-top: 0.5em;
	font-size: 2em;
}