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

/* ************************************************************
TOP COMMON
************************************************************ */	
.top_h2
	{
	margin:0 auto 0;
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items:flex-start;
	text-align: left;
	line-height: 120%;
	}
	
.top_h2>span:first-of-type
	{
	order: 1;
	padding-top:4px;
	padding-left:40px;
	font-size: 2.4rem;
	}
	
.top_h2>span:last-of-type
	{
	order: 0;
	font-size: 7.2rem;
	font-weight: 700;
    font-family: "Outfit", serif;
	color:#07499e;
	}
	
.top_h2>span:last-of-type>span
	{
	color:#EB7C00;
	}
	
.top_bg01
	{
	padding:3% 0;
	background:#07499e;
	}

/* ▼▼▼▼▼▼▼▼MaxWidth1980(mobile)▼▼▼▼▼▼▼▼ */

@media screen and (max-width: 1980px) {
 /* ************** */
.top_h2
	{
	}
	
.top_h2>span:first-of-type
	{
	padding-top:4px;
	padding-left:40px;
	font-size: 2rem;
	}
	
.top_h2>span:last-of-type
	{
	font-size: 6.8rem;
	}
 /* *************** */
	}
	
/* ▼▼▼▼▼▼▼▼MaxWidth1980(mobile)▼▼▼▼▼▼▼▼ */

@media screen and (max-width: 1780px) {
 /* ************** */
.top_h2
	{
	}
	
.top_h2>span:first-of-type
	{
	padding-top:4px;
	padding-left:40px;
	font-size: 1.8rem;
	}
	
.top_h2>span:last-of-type
	{
	font-size: 6.5rem;
	}
 /* *************** */
	}
	
/* ▼▼▼▼▼▼▼▼MaxWidth1980(mobile)▼▼▼▼▼▼▼▼ */

@media screen and (max-width: 1680px) {
 /* ************** */
.top_h2
	{
	}
	
.top_h2>span:first-of-type
	{
	padding-top:4px;
	padding-left:44px;
	font-size: 1.7rem;
	}
	
.top_h2>span:last-of-type
	{
	font-size: 6rem;
	}
 /* *************** */
	}
	
/* ▼▼▼▼▼▼▼▼MaxWidth1980(mobile)▼▼▼▼▼▼▼▼ */

@media screen and (max-width: 1440px) {
 /* ************** */
.top_h2
	{
	}
	
.top_h2>span:first-of-type
	{
	padding-top:4px;
	padding-left:44px;
	font-size: 1.6rem;
	}
	
.top_h2>span:last-of-type
	{
	font-size: 5.5rem;
	}
 /* *************** */
	}
		
/* ▼▼▼▼▼▼▼▼MaxWidth1368(mobile)▼▼▼▼▼▼▼▼ */

@media screen and (max-width: 1280px) {
 /* ************** */
.top_h2
	{
	margin-top:14%;
	}
	
.top_h2>span:first-of-type
	{
	padding-top:4px;
	padding-left:44px;
	font-size: 1.6rem;
	}
	
.top_h2>span:last-of-type
	{
	font-size: 5.2rem;
	}
 /* *************** */
	}
	
/* ▼▼▼▼▼▼▼▼MaxWidth1368(mobile)▼▼▼▼▼▼▼▼ */

@media screen and (max-width: 1100px) {
 /* ************** */
.top_h2
	{
	margin-top:14%;
	}
	
.top_h2>span:first-of-type
	{
	padding-top:4px;
	padding-left:44px;
	font-size: 1.5rem;
	}
	
.top_h2>span:last-of-type
	{
	font-size: 4.8rem;
	}
 /* *************** */
	}
	
/* ▼▼▼▼▼▼▼▼MaxWidth1024(mobile)▼▼▼▼▼▼▼▼ */

@media screen and (max-width: 1024px) {
 /* ************** */
 /* *************** */
	}
	
/* ▼▼▼▼▼▼▼▼MaxWidth960(mobile)▼▼▼▼▼▼▼▼ */

@media screen and (max-width: 960px) {
 /* ************** */
.top_h2
	{
	}
	
.top_h2>span:first-of-type
	{
	padding-top:2px;
	padding-left:6%;
	font-size: 1.4rem;
	}
	
.top_h2>span:last-of-type
	{
	font-size: 4.6rem;
	}
 /* *************** */
	}	
	
/* ▼▼▼▼▼▼▼▼MaxWidth768(mobile)▼▼▼▼▼▼▼▼ */

@media screen and (max-width: 800px) {
 /* ************** */
.top_h2
	{
	margin-top:0;
	padding-top:8%;
	flex-flow:column wrap;
	justify-content:center;
	align-items:flex-start;
	margin:0 auto 0;
	text-align: center;
	line-height: 110%;
	}
	
.top_h2>span:first-of-type
	{
	padding-top:5%;
	padding-left:0;
	font-size: 1.3rem;
	text-align: center;
	width: 100%;
	}
	
.top_h2>span:last-of-type
	{
	font-size: 4.6rem;
	padding-top:0;
	padding-left:0;
	text-align: center;
	width: 100%;
	}
 /* *************** */
	}
	
/* ▼▼▼▼▼▼▼▼MaxWidth768(mobile)▼▼▼▼▼▼▼▼ */

@media screen and (max-width: 768px) {
 /* ************** */
 /* *************** */
	}
	
/* ▼▼▼▼▼▼▼▼MaxWidth640(mobile)▼▼▼▼▼▼▼▼ */

@media screen and (max-width: 640px) {
 /* ************** */
.top_h2
	{
	}
	
.top_h2>span:first-of-type
	{
	padding-top:6%;
	font-size: 1.2rem;
	}
	
.top_h2>span:last-of-type
	{
	font-size: 4rem;
	}
 /* *************** */
	}
	
/* ▼▼▼▼▼▼▼▼MaxWidth640(mobile)▼▼▼▼▼▼▼▼ */

@media screen and (max-width: 580px) {
 /* ************** */		
 /* *************** */
	}
	
/* ▼▼▼▼▼▼▼▼MaxWidth480(mobile)▼▼▼▼▼▼▼▼ */

@media screen and (max-width: 480px) {
 /* ************** */
.top_h2
	{
	padding-top:10%;
	}
	
.top_h2>span:first-of-type
	{
	padding-top:6%;
	font-size: 1.1rem;
	}
	
.top_h2>span:last-of-type
	{
	font-size: 3.6rem;
	}
 /* *************** */
	}
	
/* ▼▼▼▼▼▼▼▼MaxWidth480(mobile)▼▼▼▼▼▼▼▼ */

@media screen and (max-width: 424px) {
 /* ************** */
 /* *************** */
	}
	
	
/* ************************************************************
sub-pagebox
************************************************************ */	
.sub-pagebox
	{
	margin:10% auto 0;
	width: 100%;
	position: relative;
	}
	
.sub-pagebox .side-titles
	{
	position: absolute;
	left: 6%;
	top:-1%;
	font-size:22rem;
	transform: rotate(90deg);
	transform-origin: left top; 
	font-weight: 700;
    font-family: "Outfit", serif;
	color:#07499e;
	letter-spacing: -0.03em;
	z-index: -1;
	}
	
.sub-pagebox .side-titles span
	{
	color:#EB7C00;
	}
	
/* ▼▼▼▼▼▼▼▼MaxWidth1980(mobile)▼▼▼▼▼▼▼▼ */

@media screen and (max-width: 1980px) {
 /* ************** */

.sub-pagebox
	{
	margin-top:8%;
	}
 
.sub-pagebox .side-titles
	{
	left: 5%;
	top:-0.6%;
	font-size:17rem;
	}
 /* *************** */
	}
	
/* ▼▼▼▼▼▼▼▼MaxWidth1980(mobile)▼▼▼▼▼▼▼▼ */

@media screen and (max-width: 1780px) {
 /* ************** */
.sub-pagebox .side-titles
	{
	left: 5%;
	top:-0.6%;
	font-size:15.4rem;
	}
 /* *************** */
	}
	
/* ▼▼▼▼▼▼▼▼MaxWidth1980(mobile)▼▼▼▼▼▼▼▼ */

@media screen and (max-width: 1600px) {
 /* ************** */
.sub-pagebox .side-titles
	{
	left: 5%;
	top:-0.6%;
	font-size:12.5rem;
	}
 /* *************** */
	}
	
/* ▼▼▼▼▼▼▼▼MaxWidth1980(mobile)▼▼▼▼▼▼▼▼ */

@media screen and (max-width: 1368px) {
 /* ************** */
.sub-pagebox .side-titles
	{
	left: 4.4%;
	top:-0.6%;
	font-size:11rem;
	color:#C7C9CD;
	opacity: .3;
	}
	
.sub-pagebox .side-titles span
	{
	color:#C7C9CD;
	}
 /* *************** */
	}
	
/* ▼▼▼▼▼▼▼▼MaxWidth1980(mobile)▼▼▼▼▼▼▼▼ */

@media screen and (max-width: 1280px) {
 /* ************** */
.sub-pagebox .side-titles
	{
	left: 4.4%;
	top:-0.6%;
	font-size:10rem;
	}
 /* *************** */
	}
	
/* ▼▼▼▼▼▼▼▼MaxWidth1980(mobile)▼▼▼▼▼▼▼▼ */

@media screen and (max-width: 1024px) {
 /* ************** */
.sub-pagebox .side-titles
	{
	left: 4.8%;
	top:-0.6%;
	font-size:9rem;
	}
 /* *************** */
	}
	
/* ▼▼▼▼▼▼▼▼MaxWidth1980(mobile)▼▼▼▼▼▼▼▼ */

@media screen and (max-width: 920px) {
 /* ************** */
.sub-pagebox .side-titles
	{
	left: 5%;
	top:0%;
	font-size:8.8rem;
	}
 /* *************** */
	}
	
/* ▼▼▼▼▼▼▼▼MaxWidth1980(mobile)▼▼▼▼▼▼▼▼ */

@media screen and (max-width: 768px) {
 /* ************** */
.sub-pagebox .side-titles
	{
	left: 6%;
	top:-0.2%;
	font-size:8rem;
	}
 /* *************** */
	}
	
/* ▼▼▼▼▼▼▼▼MaxWidth1980(mobile)▼▼▼▼▼▼▼▼ */

@media screen and (max-width: 640px) {
 /* ************** */
.sub-pagebox .side-titles
	{
	left: 6.4%;
	top:-0.2%;
	font-size:7.2rem;
	white-space: nowrap;
	}
 /* *************** */
	}
	
/* ▼▼▼▼▼▼▼▼MaxWidth1980(mobile)▼▼▼▼▼▼▼▼ */

@media screen and (max-width: 480px) {
 /* ************** */
.sub-pagebox .side-titles
	{
	left: 7%;
	top:-0.2%;
	font-size:6.2rem;
	letter-spacing: 0;
	}
 /* *************** */
	}
	
/* ▼▼▼▼▼▼▼▼MaxWidth1980(mobile)▼▼▼▼▼▼▼▼ */

@media screen and (max-width: 420px) {
 /* ************** */
.sub-pagebox .side-titles
	{
	left: 7%;
	top:-0.2%;
	font-size:5.4rem;
	letter-spacing: 0;
	}
 /* *************** */
	}
	
/* ▼▼▼▼▼▼▼▼MaxWidth1980(mobile)▼▼▼▼▼▼▼▼ */

@media screen and (max-width: 420px) {
 /* ************** */
.sub-pagebox .side-titles
	{
	left: 7%;
	top:-0.2%;
	font-size:5rem;
	letter-spacing: 0;
	}
 /* *************** */
	}
	
/* ▼▼▼▼▼▼▼▼MaxWidth1980(mobile)▼▼▼▼▼▼▼▼ */

@media screen and (max-width: 349px) {
 /* ************** */
.sub-pagebox .side-titles
	{
	left: 7%;
	top:-0.2%;
	font-size:4.2rem;
	letter-spacing: 0;
	}
 /* *************** */
	}


/* ************************************************************
BLOCK01
************************************************************ */	
.block01
	{
	margin:0 auto 0;
	width: 100%;
	}
	
.main_img
	{
	margin:0 auto 7%;
	width: 85%;
	z-index: -10;
	}
	
.texts01
	{
	text-align: justify;
	text-justify: inter-character;
	font-size: 2rem;
	line-height: 175%;
	margin:0 auto 0;
	width: 100%;
	}
/* ▼▼▼▼▼▼▼▼MaxWidth1980(mobile)▼▼▼▼▼▼▼▼ */

@media screen and (max-width: 1980px) {
 /* ************** */
.texts01
	{
	font-size: 1.8rem;
	}
 /* *************** */
	}
	
/* ▼▼▼▼▼▼▼▼MaxWidth1980(mobile)▼▼▼▼▼▼▼▼ */

@media screen and (max-width: 1780px) {
 /* ************** */
 /* *************** */
	}
	
/* ▼▼▼▼▼▼▼▼MaxWidth1680(mobile)▼▼▼▼▼▼▼▼ */

@media screen and (max-width: 1680px) {
 /* ************** */
.texts01
	{
	font-size: 1.6rem;
	}
 /* *************** */
	}
	
/* ▼▼▼▼▼▼▼▼MaxWidth1680(mobile)▼▼▼▼▼▼▼▼ */

@media screen and (max-width: 1440px) {
 /* ************** */
.texts01
	{
	font-size: 1.5rem;
	}
 /* *************** */
	}
		
/* ▼▼▼▼▼▼▼▼MaxWidth1368(mobile)▼▼▼▼▼▼▼▼ */

@media screen and (max-width: 1280px) {
 /* ************** */
.main_img
	{
	margin:0 auto 8%;
	width: 80%;
	}
 /* *************** */
	}
	
/* ▼▼▼▼▼▼▼▼MaxWidth1368(mobile)▼▼▼▼▼▼▼▼ */

@media screen and (max-width: 1100px) {
 /* ************** */
.texts01
	{
	font-size: 1.4rem;
	line-height: 178%;
	}
 /* *************** */
	}
	
/* ▼▼▼▼▼▼▼▼MaxWidth1024(mobile)▼▼▼▼▼▼▼▼ */

@media screen and (max-width: 1024px) {
 /* ************** */
 /* *************** */
	}
	
/* ▼▼▼▼▼▼▼▼MaxWidth960(mobile)▼▼▼▼▼▼▼▼ */

@media screen and (max-width: 960px) {
 /* ************** */
 /* *************** */
	}	
	
/* ▼▼▼▼▼▼▼▼MaxWidth800(mobile)▼▼▼▼▼▼▼▼ */

@media screen and (max-width: 800px) {
 /* ************** */
 /* *************** */
	}	
	
/* ▼▼▼▼▼▼▼▼MaxWidth640(mobile)▼▼▼▼▼▼▼▼ */

@media screen and (max-width: 640px) {
 /* ************** */
.main_img
	{
	margin:0 auto 8%;
	width: 70%;
	}
 /* *************** */
	}
	
/* ▼▼▼▼▼▼▼▼MaxWidth640(mobile)▼▼▼▼▼▼▼▼ */

@media screen and (max-width: 580px) {
 /* ************** */		
 /* *************** */
	}
	
/* ▼▼▼▼▼▼▼▼MaxWidth480(mobile)▼▼▼▼▼▼▼▼ */

@media screen and (max-width: 480px) {
 /* ************** */
.main_img
	{
	margin:0 auto 12%;
	width: 78%;
	}
 /* *************** */
	}
	
	
/* ************************************************************
BLOCK02
************************************************************ */	
.block02
	{
	margin:8% auto 0;
	width: 100%;
	}
	
.block02>div>ul
	{
	margin:10% auto 0;
	width: 100%;
	}
	
.block02>div>ul li
	{
	margin:2% auto 0;
	width: 100%;
	}
	
.block02>div>ul li a
	{
	margin:0 auto 0;
	padding:1.2% 0.8%; 
	text-align: justify;
	text-justify: inter-character;
	width: 100%;
	display: block;
	border-bottom: dashed 1px #5A5A5A;
	font-size: 1.8rem;
	line-height: 100%;
	transition: all .3s;
	}
	
.block02>div>ul li a::after
	{
	content: '\f138';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	padding: 0 0 0 8px;
	color: #00B53B;
	transition: all .3s;
	}
	
.block02>div>ul li a:hover
	{
	padding-left: 1.6%;
	transition: all .3s;
	}
	
/* ▼▼▼▼▼▼▼▼MaxWidth1980(mobile)▼▼▼▼▼▼▼▼ */

@media screen and (max-width: 1980px) {
 /* ************** */	
.block02>div>ul li a
	{
	font-size: 1.7rem;
	padding:1.4% 1% 1.6%; 
	}

.block02>div>ul li a:hover
	{
	padding-left: 2.2%;
	}
 /* *************** */
	}
	
/* ▼▼▼▼▼▼▼▼MaxWidth1980(mobile)▼▼▼▼▼▼▼▼ */

@media screen and (max-width: 1580px) {
 /* ************** */
.block02>div>ul li a
	{
	font-size: 1.6rem;
	}
 /* *************** */
	}
	
/* ▼▼▼▼▼▼▼▼MaxWidth1680(mobile)▼▼▼▼▼▼▼▼ */

@media screen and (max-width: 1280px) {
 /* ************** */
.block02>div>ul li a
	{
	padding:1.6% 1% 2%; 
	font-size: 1.5rem;
	}
 /* *************** */
	}
	
/* ▼▼▼▼▼▼▼▼MaxWidth800(mobile)▼▼▼▼▼▼▼▼ */

@media screen and (max-width: 800px) {
 /* ************** */	
.block02>div>ul
	{
	margin:12% auto 0;
	}
	
.block02>div>ul li
	{
	margin:2.2% auto 0;
	}
	
.block02>div>ul li a
	{
	margin:0 auto 0;
	padding:1.6% 1% 2%; 
	font-size: 1.5rem;
	}
 /* *************** */
	}	
	
/* ▼▼▼▼▼▼▼▼MaxWidth640(mobile)▼▼▼▼▼▼▼▼ */

@media screen and (max-width: 768px) {
 /* ************** */
 /* *************** */
	}
	
/* ▼▼▼▼▼▼▼▼MaxWidth640(mobile)▼▼▼▼▼▼▼▼ */

@media screen and (max-width: 640px) {
 /* ************** */
 /* *************** */
	}
	
/* ▼▼▼▼▼▼▼▼MaxWidth480(mobile)▼▼▼▼▼▼▼▼ */

@media screen and (max-width: 480px) {
 /* ************** */
.block02
	{
	margin:8% auto 0;
	}
	
.block02>div>ul
	{
	margin:15% auto 0;
	}
	
.block02>div>ul li
	{
	margin:4.2% auto 0;
	}
	
.block02>div>ul li a
	{
	margin:0 auto 0;
	padding:2.4% 2% 5%; 
	font-size: 1.2rem;
	}
 /* *************** */
	}
	
/* ▼▼▼▼▼▼▼▼MaxWidth480(mobile)▼▼▼▼▼▼▼▼ */

@media screen and (max-width: 424px) {
 /* ************** */
 /* *************** */
	}
	
/* ************************************************************
BLOCK03
************************************************************ */	
.block03
	{
	margin:8% auto 0;
	width: 100%;
	}
	
.block03>div .qabox
	{
	margin:0 auto 0;
	padding-top:16%;
	width: 100%;
	}
	
.block03>div .qabox:last-of-type
	{
	padding-bottom:10%;
	}
	
.block03>div .qabox>.qa_h2
	{
	margin:0 auto 0;
	width: 100%;
	padding:0.4% 0.5% 1.8%;
	border-bottom: solid 1px #393939;
	text-align: justify;
	text-justify: inter-character;
	font-size: 1.8rem;
	line-height: 100%;
	}
	
.block03>div .qabox>.qa_h2 span
	{
	color: #00B53B;
	}
	
/* ▼▼▼▼▼▼▼▼MaxWidth1980(mobile)▼▼▼▼▼▼▼▼ */

@media screen and (max-width: 1980px) {
 /* ************** */
 /* *************** */
	}
	
/* ▼▼▼▼▼▼▼▼MaxWidth1980(mobile)▼▼▼▼▼▼▼▼ */

@media screen and (max-width: 1600px) {
 /* ************** */
.block03
	{
	margin:8% auto 0;
	}
	
.block03>div .qabox
	{
	margin:0 auto 0;
	padding-top:16%;
	}
	
.block03>div .qabox>.qa_h2
	{
	margin:0 auto 0;
	padding:0.4% 0.5% 1.8%;
	font-size: 1.7rem;
	}
 /* *************** */
	}
	
/* ▼▼▼▼▼▼▼▼MaxWidth1680(mobile)▼▼▼▼▼▼▼▼ */

@media screen and (max-width: 1480px) {
 /* ************** */	
 /* *************** */
	}
	
/* ▼▼▼▼▼▼▼▼MaxWidth800(mobile)▼▼▼▼▼▼▼▼ */

@media screen and (max-width: 1300px) {
 /* ************** */
.block03>div .qabox>.qa_h2
	{
	margin:0 auto 0;
	padding:0.4% 0.5% 1.8%;
	font-size: 1.6rem;
	}
 /* *************** */
	}	
	
/* ▼▼▼▼▼▼▼▼MaxWidth640(mobile)▼▼▼▼▼▼▼▼ */

@media screen and (max-width: 1024px) {
 /* ************** */
.block03>div .qabox>.qa_h2
	{
	margin:0 auto 0;
	padding:0.4% 0.5% 1.8%;
	font-size: 1.5rem;
	}
 /* *************** */
	}
	
/* ▼▼▼▼▼▼▼▼MaxWidth640(mobile)▼▼▼▼▼▼▼▼ */

@media screen and (max-width: 640px) {
 /* ************** */
.block03>div .qabox
	{
	padding-top:19%;
	}

.block03>div .qabox>.qa_h2
	{
	margin:0 auto 0;
	padding:1% 1% 3%;
	font-size: 1.4rem;
	}
 /* *************** */
	}
	
/* ▼▼▼▼▼▼▼▼MaxWidth480(mobile)▼▼▼▼▼▼▼▼ */

@media screen and (max-width: 480px) {
 /* ************** */
.block03>div .qabox
	{
	padding-top:25%;
	}
 /* *************** */
	}
	
/* ▼▼▼▼▼▼▼▼MaxWidth480(mobile)▼▼▼▼▼▼▼▼ */

@media screen and (max-width: 404px) {
 /* ************** */
 /* *************** */
	}
	
	
	
/* ************************************************************
QAアコーディオン
************************************************************ */	

.qa-6 {
    max-width: 100%;
    margin:1% auto 1%;
    border-bottom: 1px solid #c4c7ca;
	font-size: 1.6rem;
	line-height: 165%;
	color:#2353AD;
	text-align: justify;
	text-justify: inter-character;
}

.qa-6 summary {
    display: flex;
    justify-content: space-between;
    align-items:stretch;
    position: relative;
    padding: 1.5em 2em 1.5em 3em;
    font-weight: 600;
    cursor: pointer;
}

.qa-6 summary::before,
.qa-6 p::before {
    position: absolute;
    left: 1.2em;
    font-weight:normal;
    font-size: 100%;
}

.qa-6 summary::before {
    color:#2353AD;
    content: "Q";
}

.qa-6 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 15px;
	margin-top: 10px;
    border-bottom: 3px solid #4f4f4fb3;
    border-right: 3px solid #4f4f4fb3;
    content: '';
    transition: transform .5s;
}

.qa-6[open] summary::after {
    transform: rotate(225deg);
}

.qa-6 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
	text-align: justify;
}

.qa-6[open] p {
    transform: none;
    opacity: 1;
	transition: all 1s ease;
}

.qa-6 p::before {
    color: #ff8d8d;
    line-height: 165%;
    content: "A";
}

:root {
  interpolate-size: allow-keywords;
}

details::details-content {
  border-radius: 2px;
  height: 0;
  overflow: clip;
  transition: height 0.4s ease, opacity 0.4s ease, content-visibility 0.2s ease allow-discrete;
}

details[open]::details-content {
  height: calc-size(auto, size);
}

details:not([open])::details-content {
  opacity: 0;
}

/* ▼▼▼▼▼▼▼▼MaxWidth1980(mobile)▼▼▼▼▼▼▼▼ */

@media screen and (max-width: 1600px) {
 /* ************** */
.qa-6 
	{
    margin:1% auto 1%;
	font-size: 1.5rem;
	}

.qa-6 summary::before,
.qa-6 p::before 
	{
    left: 1.2em;
	}

.qa-6 p::before
	{
    line-height: 165%;
	}
 /* *************** */
	}
	
/* ▼▼▼▼▼▼▼▼MaxWidth1680(mobile)▼▼▼▼▼▼▼▼ */

@media screen and (max-width: 1280px) {
 /* ************** */
.qa-6 
	{
    margin:1% auto 1%;
	font-size: 1.4rem;
	}
 /* *************** */
	}
	
/* ▼▼▼▼▼▼▼▼MaxWidth800(mobile)▼▼▼▼▼▼▼▼ */

@media screen and (max-width: 1024px) {
 /* ************** */
.qa-6 
	{
    margin:1% auto 1%;
	font-size: 1.3rem;
	}
 /* *************** */
	}	
	
/* ▼▼▼▼▼▼▼▼MaxWidth640(mobile)▼▼▼▼▼▼▼▼ */

@media screen and (max-width: 960px) {
 /* ************** */
 /* *************** */
	}
	
/* ▼▼▼▼▼▼▼▼MaxWidth640(mobile)▼▼▼▼▼▼▼▼ */

@media screen and (max-width: 640px) {
 /* ************** */
.qa-6 
	{
    margin:1% auto 1%;
	font-size: 1.2rem;
	}

.qa-6 summary
	{
    padding: 1.5em 2em 1.5em 3em;
	}

.qa-6 summary::before,
.qa-6 p::before 
	{
    left: 1.2em;
	}

.qa-6 summary::after
	{
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 15px;
	margin-top: 5px;
    border-bottom: 3px solid #4f4f4fb3;
    border-right: 3px solid #4f4f4fb3;
    content: '';
    transition: transform .5s;
	}

.qa-6 p
	{
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
	text-align: justify;
	}


.qa-6 p::before
	{
    line-height: 165%;
	}
 /* *************** */
	}
	
/* ▼▼▼▼▼▼▼▼MaxWidth480(mobile)▼▼▼▼▼▼▼▼ */

@media screen and (max-width: 480px) {
 /* ************** */
 /* *************** */
	}
	
/* ▼▼▼▼▼▼▼▼MaxWidth480(mobile)▼▼▼▼▼▼▼▼ */

@media screen and (max-width: 404px) {
 /* ************** */
 /* *************** */
	}