@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');

/* リセット
---------------------------------------------------------- */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, table, th, td, button, a, span {
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
ul {
	list-style: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
address {
	font-style: normal;
}

/* レイアウト
----------------------------------------*/
html {
	font-size: 10px;
}

/* img
----------------------------------------*/
img {
	max-width: 100%;
	height: auto;
	_width: 100%;
	vertical-align: bottom;
}

.mb20 {	margin-bottom: 20px;}
.mb60 {	margin-bottom: 60px;}


.sp {
	display: none;
}
@media only screen and (max-width: 767px) {
	.pc {
		display: none;
	}
	.sp {
		display: inline;
	}
}


body {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.4rem;
	color: #2e2e2e;
	min-width: 1280px;
	text-align: center;
	background: #CBE8EA;
	padding-top: 160px;
	position: relative;
}
@media only screen and (max-width: 767px) {
	body {
		min-width: auto;
		width: 100%;
		padding-top: 90px;
	}
}

main {
	z-index: 10;
}

h2 {
	font-size: 3.4rem;
	font-weight: bold;
	text-align: center;
	color: #2e2e2e;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	margin-bottom: 40px;
}
h2::before,
h2::after {
	content: "";
	width: 8px;
	height: 8px;
	background-color: #2e2e2e;
}
.anchor {
	margin-top: -120px;
	padding-top: 120px;
}
@media only screen and (max-width: 767px) {
	h2 {
		font-size: calc(24 / 375 * 100vw);
		gap: calc(20 / 375 * 100vw);
		margin-bottom: calc(30 / 375 * 100vw);
	}
	h2::before,
	h2::after {
		content: "";
		width: calc(7 / 375 * 100vw);
		height: calc(7 / 375 * 100vw);
	}
	.anchor {
		margin-top: -50px;
		padding-top: 50px;
	}
}

/*==================================================================
	Header setting
===================================================================*/
#menu {
	display: none;
}
#header {
	position: fixed;
	max-width: 1200px;
	min-width: 1150px;
	width: 90%;
	height: 66px;
	border-radius: 33px;
	top: 25px;
	left: 0;
	right: 0;
	background-color: #ffffff;
	padding: 15px 60px 15px 40px;
	margin: 0 auto;
	z-index: 99;
}
#logo img {
	width: 216px;
}
#header .hSection {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#header #gNavSp ul {
	display: flex;
	gap: 40px;
}
#header #gNavSp a {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: bold;
	color: #001A76;
	text-decoration: none;
	transition: .4s;
}
#header #gNavSp a:hover {
	opacity: .7;
}
#header #gNavSp span {
	width: 8px;
	height: 4px;
}
#header #gNavSp span img {
	display: block;
}
#header #gNavSp span img.right {
	transform: rotate(-90deg)
}
@media only screen and (max-width: 767px) {
	#header {
		min-width: auto;
		position: absolute;
		top: 0;
		width: 100%;
		border-radius: 0;
		padding: 18px 20px;
		height: auto;
	}
	.hBlock {
		background-color: rgba(255,255,255,.9);
		border-radius: 15px;
		display: none;
		padding: 30px;
		position: fixed;
		right: 10px;
		top: 10px;
		z-index: 99;
		width: 240px;
	}
	#logo img {
		width: 120px;
	}
	#header #gNavSp ul {
		display: flex;
		flex-direction: column;
		gap: 40px;
	}

	#menu {
		border-radius: 4px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		height: 40px;
		width: 40px;
		position: fixed;
		top: 10px;
		right: 10px;
		z-index: 999;
		background-color: rgba(255, 255, 255, 0.8);
	}
	#menu.isAcctive {
		background-color: rgba(255, 255, 255, 0.0);
	}
	#menu > span {
		background-color: #4D4D4D;
		display: block;
		height: 1px;
		width: 20px;
		margin: 2px 0;
		position: relative;
	}
	#menu.isAcctive > span:nth-child(1) {
		top: 5px;
		transform: rotate(30deg);
	}
	#menu.isAcctive > span:nth-child(2) {
		opacity: 0;
	}
	#menu.isAcctive > span:nth-child(3) {
		bottom: 5px;
		transform: rotate(-30deg);
	}
}


/* sec01 */
.sec01 {
	background: url("../img/bg_mv.png") no-repeat center bottom 120px / 100% auto;
}
.sec01_inner {
	max-width: 1600px;
	margin: 0 auto;
	position: relative;
}
.sec01 .img01 {
	margin-bottom: 52px;
}               
.sec01 .img02 {
	max-width: 760px;
	position: relative;
	margin: 0 auto;
}               
.sec01 .img02::after {
	content: "";
	width: 130px;
	height: 138px;
	background: url("../img/mv_illust03.svg") no-repeat top right/100% auto;
	position: absolute;
	top: -30px;
	right: -20px;
}               
.sec01 .yokatoku_pay {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin: -30px 0 0 -50px;
}               
.sec01 .yokatoku_pay > figure {
	width: 240px;
	margin-top: -20px;
}               
.sec01 .yokatoku_pay .fukidashi {
	width: 600px;
	background: #FFEC00;
	border-radius: 14px;
	padding: 20px 22px;
	margin-left: -10px;
	position: relative;
}               
.sec01 .yokatoku_pay .fukidashi::after {
	content: "";
	background: url("../img/fukidashi_arrow.svg") no-repeat right bottom / 100% auto;
	width: 50px;
	height: 34px;
	position: absolute;
	bottom: -30px;
	left: 22px;
}               
.sec01 .yokatoku_pay .fukidashi h3 {
	width: 100%;
	margin-bottom: 20px;
}               
.sec01 .yokatoku_pay .fukidashi h3 img {
	width: 100%;
}               
.sec01 .yokatoku_pay .fukidashi > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}               
.sec01 .yokatoku_pay .fukidashi h4 img {
	width: 400px;
}               
.sec01 .yokatoku_pay .fukidashi h4 + div {
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}               
.sec01 .yokatoku_pay .fukidashi h4 + div li {
	color: #000;
	font-size: 12.5px;
	font-weight: 900;
	letter-spacing: -0.01em;
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
}               
.sec01 .yokatoku_pay .fukidashi h4 + div div {
	display: flex;
	flex-direction: column;
	gap: 8px;
}               
.sec01 .yokatoku_pay .fukidashi h4 + div div p {
	width: 125px;
}               
.sec01 .yokatoku_pay .fukidashi > div > img {
	width: 130px;
}               
.sec01 .mv_illust01 {
	position: absolute;
	top: 100px;
	right: calc(50% + 445px);
}               
.sec01 .mv_illust02 {
	position: absolute;
	top: 156px;
	left: calc(50% + 445px);
}               
.sec01 .mv_illust03 {
	position: absolute;
}               
@media only screen and (max-width: 767px) {
	.sec01 {
		background-position: center top 25vw;
		padding-bottom: calc(40 / 375 * 100vw);
	}
	.sec01 .img01 {
		width: calc(335 / 375 * 100vw);
		margin: 0 auto calc(60 / 375 * 100vw);
	}
	.sec01 .img02 {
		width: calc(335 / 375 * 100vw);
	}               
	.sec01 .img01 img,
	.sec01 .img02 img {
		width: 100%;
	}               
	.sec01 .img02::after {
		display: none;
	}               
	.sec01 .yokatoku_pay {
		display: flex;
		justify-content: center;
		align-items: flex-start;
		margin: calc(22 / 375 * 100vw) 0 0 0;
	}               
	.sec01 .yokatoku_pay .fukidashi {
		width: calc(335 / 375 * 100vw);
		padding: 20px;
		margin-left: 0;
	}               
	.sec01 .yokatoku_pay .fukidashi::after {
		display: none;
	}               
	.sec01 .yokatoku_pay .fukidashi h3 {
		margin-bottom: calc(10 / 375 * 100vw);
	}               
	.sec01 .yokatoku_pay .fukidashi > div {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}               
	.sec01 .yokatoku_pay .fukidashi > div > figure {
		width: calc(115 / 375 * 100vw);
	}               
	.sec01 .yokatoku_pay .fukidashi h4 img {
		width: calc(175 / 375 * 100vw);
	}               
	.sec01 .yokatoku_pay .fukidashi h4 + div {
		margin-top: calc(10 / 375 * 100vw);
	}               
	.sec01 .yokatoku_pay .fukidashi > ul li {
		color: #000;
		font-size: calc(12 / 375 * 100vw);
		font-weight: 900;
		letter-spacing: 0;
		text-align: left;
		text-indent: -1em;
		padding-left: 1em;
	}               
	.sec01 .yokatoku_pay .fukidashi h4 + div div {
		width: 100%;
		align-items: center;
		gap: calc(8 / 375 * 100vw);
	}               
	.sec01 .yokatoku_pay .fukidashi h4 + div div p {
		width: calc(140 / 375 * 100vw);
	}               
	.sec01 .mv_illust01 {
		width: calc(52 / 375 * 100vw);
		top: calc(200 / 375 * 100vw);
		right: auto;
		left: calc(20 / 375 * 100vw);
	}               
	.sec01 .mv_illust02 {
		width: calc(42 / 375 * 100vw);
		top: calc(192 / 375 * 100vw);
		left: auto;
		right: calc(20 / 375 * 100vw);
	}               
}

.mv_obi {
	background: #E43B00; 
	padding: 30px 0;
	margin-top: -50px;
}
.mv_obi ul {
	width: 760px;
	border-left: 1px solid rgba(255,255,255,.3);
	display: flex;
	justify-content: center;
	margin: 0 auto;
}
.mv_obi li {
	display: flex;
	flex-direction: column;
	width: 253px;
	border-right: 1px solid rgba(255,255,255,.3)
}
.mv_obi li h4 {
	margin-bottom: 15px;
}
.mv_obi li p{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-self: center;
}               
@media only screen and (max-width: 767px) {
	.mv_obi {
		margin-top: 0;
		padding: calc(5 / 375 * 100vw) 0;
	}
	.mv_obi ul {
		width: calc(335 / 375 * 100vw);
		border-left: none;
		flex-direction: column;
	}
	.mv_obi li {
		display: flex;
		flex-direction: column;
		width: 100%;
		border-right: none;
		border-bottom: 1px solid rgba(255,255,255,.3);
		padding: calc(20 / 375 * 100vw) 0;
	}
	.mv_obi li:last-of-type {
		border-bottom: none;
	}
	.mv_obi li h4 {
		margin-bottom: 15px;
	}
	.mv_obi li p{
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-self: center;
	}               
}

/* sec02 */
.sec02 {
	padding: 60px 0 60px;
	background: #e5f4f5;
	z-index: 5;
}
.sec02 .sec02_inner {
	max-width: 834px;
	padding: 40px 30px;
	background: #FFFF;
	border-radius: 14px;
	margin: 0 auto;
}
.sec02 .sec02_inner ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 40px;
	gap: 15px 25px
}
.sec02 .sec02_inner li {
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: 700;
}
.sec02 .sec02_inner li::before {
	content: "";
	width: 15px;
	height: 15px;
	background: #333;
	margin: 4px 5px 0 0; 
}
.sec02 .sec02_inner p {
	display: inline-block;
	color: #E43B00;
	text-indent: -1em;
	padding-left: 1em;
	font-size: 15px;
	font-weight: 700;
	text-align: left;
}
.sec02 .link_txt span {
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	text-decoration: none;
	max-width: 600px;
	height: 70px;
	border-radius: 35px;
	margin: 40px auto 15px;
	transition: 0.4s;
}
.sec02 .link_txt a {
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	text-decoration: none;
	max-width: 400px;
	height: 70px;
	border-radius: 35px;
	margin: 40px auto;
	transition: 0.4s;
}
.sec02 .link_txt a:hover {
	opacity: .7;
}
.sec02 .link_txt a img {
	width: 24px;
}
.sec02 .notes {
	display: inline-block;
	color: #DD0000;
	text-indent: -1em;
	padding-left: 1em;
	font-size: 15px;
	font-weight: 700;
	text-align: left;
}
@media only screen and (max-width: 767px) {
	.sec02 {
		padding: calc(40 / 375 * 100vw) calc(20 / 375 * 100vw) ;
	}
	.sec02 .sec02_inner {
		padding: calc(20 / 375 * 100vw) calc(20 / 375 * 100vw);
	}
	.sec02 .sec02_inner ul {
		margin-bottom: calc(15 / 375 * 100vw);
		gap: calc(5 / 375 * 100vw) calc(10 / 375 * 100vw);
	}
	.sec02 .sec02_inner li {
		font-size: calc(12.5 / 375 * 100vw);
	}
	.sec02 .sec02_inner li::before {
		width: calc(10 / 375 * 100vw);
		height: calc(10 / 375 * 100vw);
		margin: calc(2 / 375 * 100vw) calc(3 / 375 * 100vw) 0 0; 
	}
	.sec02 .sec02_inner p {
		font-size: calc(11 / 375 * 100vw);
	}
	.sec02 .link_txt span {
		font-size: calc(20 / 375 * 100vw);
		height: calc(70 / 375 * 100vw);
		border-radius: calc(35 / 375 * 100vw);
		margin: calc(30 / 375 * 100vw) auto calc(20 / 375 * 100vw);
		line-height: 1.4;
	}
	.sec02 .link_txt a {
		font-size: calc(20 / 375 * 100vw);
		height: calc(60 / 375 * 100vw);
		border-radius: calc(30 / 375 * 100vw);
		margin: calc(30 / 375 * 100vw) auto 0;
		transition: 0.4s;
	}
	.sec02 .link_txt a img {
		width: calc(20 / 375 * 100vw);
	}
}

/* sec03 */
.sec03 {
	background: #e5f4f5;
	padding: 80px 0 80px;
}
@media only screen and (max-width: 767px) {
	.sec03 {
		padding: calc(40 / 375 * 100vw) calc(20 / 375 * 100vw) calc(20 / 375 * 100vw);
	}
}

/* sec04 */
.sec04 {
	padding: 60px 0;
}
.sec04 a {
	position: relative;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	text-decoration: none;
	max-width: 400px;
	height: 70px;
	border-radius: 35px;
	margin: 40px auto 0;
	transition: 0.4s;
}
.sec04 a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 14px;
  height: 14px;
  margin: auto;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.sec04 a:hover {
	opacity: .7;
}
@media only screen and (max-width: 767px) {
	.sec04 {
		padding: calc(40 / 375 * 100vw) calc(20 / 375 * 100vw) calc(50 / 375 * 100vw);
	}
	.sec04 a {
		font-size: calc(20 / 375 * 100vw);
		height: calc(60 / 375 * 100vw);
		border-radius: calc(30 / 375 * 100vw);
		transition: 0.4s;
	}
}

.sec05 {
	padding: 80px 0 80px;
}
.sec05 .sec05_inner {
	max-width: 900px;
	margin: 0 auto;
}
.sec05 .sec05_inner table {
	width: 100%;
	text-align: left;
	vertical-align: top;
	border-spacing: 0;
}
.sec05 .sec05_inner th {
	font-size: 1.6rem;
	font-weight: bold;
	vertical-align: top;
	color: #ffffff;
	background-color: #E43B00;
	border-bottom: 2px solid #FFFFFF;
	width: 300px;
	padding: 15px 20px;
}
.sec05 .sec05_inner td {
	font-size: 1.6rem;
	vertical-align: top;
	background-color: #ffffff;
	border-bottom: 2px solid #E43B00;
	padding: 15px 25px;
}
.sec05 .sec05_inner td ul {
	padding: 0 0 1em 0.5em;
}
.sec05 .sec05_inner td ul li {
	text-indent: -1em;
	padding-left: 1em;
}
.sec05 .sec05_inner .brlt {
	border-radius: 10px 0 0 0;
}
.sec05 .sec05_inner .brrt {
	border-radius: 0 10px 0 0;
}
.sec05 .sec05_inner .brlb {
	border-radius: 0 0 0 10px;
	border: none;
}
.sec05 .sec05_inner .brrb {
	border-radius: 0 0 10px 0;
	border: none;
}
@media only screen and (max-width: 767px) {
	.sec05 {
		padding: calc(40 / 375 * 100vw) 0 calc(45 / 375 * 100vw);
	}
	.sec05 .sec05_inner {
		width: calc(335 / 375 * 100vw);
	}
	.sec05 .sec05_inner th {
		font-size: calc(14 / 375 * 100vw);
		width: 100%;
		padding: calc(12 / 375 * 100vw) calc(16 / 375 * 100vw);
		display: block;
	}
	.sec05 .sec05_inner th br {
		display: none;
	}
	.sec05 .sec05_inner td {
		font-size: calc(14 / 375 * 100vw);
		padding: calc(12 / 375 * 100vw) calc(14 / 375 * 100vw);
		display: block;
	}
	.sec05 .sec05_inner .brlt {
		border-radius: 10px 10px 0 0;
	}
	.sec05 .sec05_inner .brrt {
		border-radius: 0;
	}
	.sec05 .sec05_inner .brlb {
		border-radius: 0;
		border: none;
	}
	.sec05 .sec05_inner .brrb {
		border-radius: 0 0 10px 10px;
		border: none;
	}
}

.contact {
	padding: 80px 0;
	background: #E5F4F5;
}
.contact h2 {
	gap: 0;
	color: #2e2e2e;
}
.contact h2::before {
	margin-right: 25px;
}
.contact h2::after {
	margin-left: 40px;
}
.contact_inner {
	max-width: 900px;
	font-weight: bold;
	color: #2e2e2e;
	background-color: rgba(255,255,255,.9);
	border-radius: 20px;
	padding: 48px 38px 43px;
	margin: 0 auto 80px;
}
.contact_inner h3 {
	color: #00A73C;
	font-size: 2.2rem;
	line-height: 1.2;
	margin-bottom: 10px;
}
.contact_inner h3 small {
	display: block;
	font-size: 1.5rem;
	color: #001A76;
}
.contact_inner h3 + p {
	font-size: 3.4rem;
	margin-bottom: 7px;
}
.contact_inner h3 + p small {
	font-size: .4em;
	display: block;
}
.contact_inner .tel {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.3rem;
	margin-bottom: 10px;
}
.contact_inner .tel img {
	width: 70px;
	margin: 10px 10px 0 0;
}
.contact_inner .tel a {
	font-size: 5rem;
	color: #2e2e2e;
	text-decoration: none;
	pointer-events: none;
}
.contact_inner .period {
	font-size: 2.3rem;
}
.contact_inner .period span {
	font-size: 2.8rem;
}
.contact_inner .period strong {
	font-size: 4rem;
}
.contact_inner .period small {
	font-size: 2rem;
	display: block;
}
.contact_inner ul {
	font-size: 1.2rem;
	padding-top: 16px;
	margin-top: 30px;
	border-top: 1px solid #020202;
}
.contact_inner ul li {
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.6;
}
.contact h2 + p {
	font-size: 2.4rem;
	line-height: 1.8;
	font-weight: bold;
	margin-bottom: 60px;
}
.contact h2 + p + p {
	font-size: 1.4rem;
	font-weight: bold;
}
@media only screen and (max-width: 767px) {
	.contact {
		padding: calc(40 / 375 * 100vw) 0;
	}
	.contact_inner {
		width: calc(335 / 375 * 100vw);
		padding: calc(30 / 375 * 100vw) calc(15 / 375 * 100vw);
		margin: 0 auto calc(40 / 375 * 100vw);
	}
	.contact_inner h3 {
		font-size: calc(16 / 375 * 100vw);
		margin-bottom: calc(10 / 375 * 100vw);
	}
	.contact_inner h3 small {
		font-size: calc(11 / 375 * 100vw);
	}
	.contact_inner h3 + p {
		font-size: calc(20 / 375 * 100vw);
		margin-bottom: 0;
	}
	.contact_inner .tel {
		font-size: calc(19 / 375 * 100vw);
		margin-bottom: 0;
	}
	.contact_inner .tel img {
		width: calc(50 / 375 * 100vw);
	}
	.contact_inner .tel a {
		font-size: calc(34 / 375 * 100vw);
		pointer-events: all;
	}
	.contact_inner .period {
		font-size: calc(18 / 375 * 100vw);
		line-height: 1.2;
	}
	.contact_inner .period span {
		font-size: calc(22 / 375 * 100vw);
	}
	.contact_inner .period strong {
		font-size: calc(30 / 375 * 100vw);
	}
	.contact_inner .period small {
		font-size: calc(14 / 375 * 100vw);
		display: block;
		line-height: 1.4;
	}
	.contact_inner ul {
		font-size: calc(12 / 375 * 100vw);
		padding-top: calc(20 / 375 * 100vw);
		margin-top: calc(20 / 375 * 100vw);
	}
	.contact_inner ul li {
		text-indent: -1em;
		padding-left: 1em;
		line-height: 1.6;
	}
	.contact h2 {
		margin-bottom: calc(20 / 375 * 100vw);
	}
	.contact h2::before {
		margin-right: 0;
	}
	.contact h2::after {
		margin-left: calc(8 / 375 * 100vw);
	}
	.contact h2 + p {
		font-size: calc(24 / 375 * 100vw);
		margin-bottom: calc(60 / 375 * 100vw);
	}
	.contact h2 + p span {
		font-size: calc(20 / 375 * 100vw);
		display: block;
		line-height: 1.4;
		margin-top: 10px;
	}
	.contact h2 + p + p {
		width: calc(335 / 375 * 100vw);
		font-size: calc(14 / 375 * 100vw);
		margin: 0 auto;
	}
}

/* footer */
.footer {
	z-index: 10;
	background: #001976;
	padding: 54px 0;
}
.footer ul {
	display: flex;
	justify-content: center;
	gap: 58px;
}
.footer a {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	transition: .4s;
}
.footer a:hover {
	opacity: .7;
}
@media only screen and (max-width: 767px) {
	.footer {
		padding: calc(38 / 375 * 100vw) 0;
	}
	.footer ul {
		display: block;
	}
	.footer li + li {
		margin-top: calc(12 / 375 * 100vw);
	}
	.footer a {
		font-size: calc(13 / 375 * 100vw);
	}
}

.qa__box {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	background-color: #fff;
	border-radius: 10px;
	padding: 20px 26px 0;
}
.qa__box > dl > dt {
	display: flex;
	align-items: center;
	text-align: left;
	position: relative;
	padding: 0 40px 20px 0;
}
.qa__box > dl > dt .crossBar {
	width: 21px;
	height: 21px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-90%);
}
.qa__box > dl > dt .crossBar::before {
	content: "";
	display: inline-block;
	width: 3px;
	height: 100%;
	background-color: #001A76;
	position: absolute;
	top: 0;
	left: 50%;
	transform-origin: center center; /* 中心を基準にtransform */
	transform: translateX(-50%) rotate(0deg);
	transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.qa__box > dl > dt .crossBar::after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 3px;
	background-color: #001A76; 
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.qa__box > dl > dt > span {
	width: 16px;
	margin-right: 30px;
}
.qa__box > dl > dt > span img {
	width: 16px;
}
.qa__box > dl > dt > h3 {
	font-size: 1.6rem;
	font-weight: 500;
	flex: 1;
}
.qa__box > dl > dd {
	margin: 0;
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
	padding: 0px; /* paddingの上下を0にする */
	max-height: 0; /* max-heightを0にする、レスポンシブ対応 */
	overflow: hidden;  /* overflow: hidden;を付けるのがポイント */
	transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.qa__box > dl > dd > span {
	width: 19px;
	margin-right: 25px;
}
.qa__box > dl > dd > span img {
	width: 19px;
}
.qa__box > dl > dd > p {
	flex: 1;
	text-align: left;
}
/* アニメーション後のスタイル */
.qa__box > dl > dd.is-open { /* heightとpaddingをアニメーション */
	border-top: 1px solid #DEDEDE;
	max-height: 160px;
	padding: 17px 0;
}
/* ＋ボタンのアニメーション */
.qa__box > dl > dt.is-open .crossBar::before {
	transform: translateX(-50%) rotate(90deg);  /* 90度回転 */
}
@media only screen and (max-width: 767px) {
	.qa__box {
		padding: calc(21 / 375 * 100vw) calc(15 / 375 * 100vw) 0;
	}
	.qa__box > dl > dt {
		padding: 0 calc(30 / 375 * 100vw) calc(21 / 375 * 100vw) 0;
	}
	.qa__box > dl > dt .crossBar {
		width: calc(18 / 375 * 100vw);
		height: calc(18 / 375 * 100vw);
		transform: translateY(-110%);
	}
	.qa__box > dl > dt .crossBar::before {
		width: 2px;
	}
	.qa__box > dl > dt .crossBar::after {
		height: 2px;
	}
	.qa__box > dl > dt > span {
		width: calc(15 / 375 * 100vw);
		margin-right: calc(14 / 375 * 100vw);
	}
	.qa__box > dl > dt > span img {
		width: calc(15 / 375 * 100vw);
	}
	.qa__box > dl > dt > h3 {
		font-size: calc(14 / 375 * 100vw);
	}
	.qa__box > dl > dd {
		margin-bottom: calc(20 / 375 * 100vw);
	}
	.qa__box > dl > dd > span {
		width: calc(17 / 375 * 100vw);
		margin-right: calc(12 / 375 * 100vw);
	}
	.qa__box > dl > dd > span img {
		width: calc(17 / 375 * 100vw);
	}
	/* アニメーション後のスタイル */
	.qa__box > dl > dd.is-open { /* heightとpaddingをアニメーション */
		padding: calc(19 / 375 * 100vw) 0;
		max-height: 250px;
	}
}

.sec06 {
	width: 834px;
	margin: 100px auto 80px;
}
.sec06 dl + dl {
	margin-top: 45px;
}
.sec06 dl > dt {
	text-align: left;
	padding-bottom: 30px;
	margin-bottom: 0;
	border-bottom: 3px solid #ffffff;
}
.sec06 dl > dt img {
	max-width: 600px
}
.sec06 dl > dt .crossBar {
	background-color: #e43b00;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-90%);
	border-radius: 4px;
}
.sec06 dl > dt .crossBar::before {
	content: "";
	display: inline-block;
	width: 3px;
	height: 21px;
	background-color: #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform-origin: center center; /* 中心を基準にtransform */
	transform: translate(-50%,-50%) rotate(0deg);
	transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.sec06 dl > dt .crossBar::after {
	content: "";
	display: inline-block;
	width: 21px;
	height: 3px;
	background-color: #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.sec06 dl > dt.is-open .crossBar::before {
	transform: translate(-50%,-50%) rotate(90deg);  /* 90度回転 */
}
.sec06 dl > dd {
	max-height: 0;
	overflow: hidden;
	transition: all 1s;
}
.sec06 dl > dd.is-open {
	max-height: 1170px;
	padding-top: 45px;
}
.sec06 .caption {
	text-align: left;
	margin: 30px 0 60px;
}
.sec06 .caption li {
	font-size: 1.1rem;
	text-indent: -1em;
	padding-left: 1em;
}
.sec06 .attention {
	display: flex;
	text-align: left;
	gap: 16px;
}
.sec06 .attention > p {
	font-size: 1.8rem;
	font-weight: bold;
	color: #FFF100;
}
.sec06 .attention div {
	color: #ffffff;
	flex: 1;
}
.sec06 .attention div p {
	font-size: 1.3rem;
	line-height: 1.3;
}
.sec06 .attention div p + p {
	font-size: 1.4rem;
	font-weight: bold;
	margin-top: 20px;
}
@media only screen and (max-width: 767px) {
	.sec06 {
		width: calc(335 / 375 * 100vw);
		margin: calc(40 / 375 * 100vw) auto 0;
	}
	.sec06 dl + dl {
		margin-top: calc(30 / 375 * 100vw);
	}
	.sec06 dl > dt {
		padding-bottom: calc(10 / 375 * 100vw);
		border-bottom: 2px solid #ffffff;
	}
	.sec06 dl > dt img {
		max-width: 70%;
		margin: 0 0 0 5%;
	}
	.sec06 dl > dt .crossBar {
		width: 32px;
		height: 32px;
		top: calc(50% - 16px);
		transform: translateY(0);
	}
	.sec06 dl > dt .crossBar::before {
		height: 14px;
	}
	.sec06 dl > dt .crossBar::after {
		width: 14px;
		height: 3px;
	}
	.sec06 dl > dd.is-open {
		max-height: calc(9153 / 375 * 100vw);
		padding-top: calc(30 / 375 * 100vw);
	}
	.sec06 .caption {
		margin: 30px 0;
	}
	.sec06 .attention {
		display: block;
	}
	.sec06 .attention > p {
		font-size: 1.6rem;
		margin-bottom: 20px;
	}
}
