@charset "UTF-8";

    /* sp */
    @media only screen and (max-width: 767px) {

    }

/*------------------------------------
    subject.cssうわがき
------------------------------------*/
/* subjectうわがき */
section + section{
	margin-top: 10rem;
}
    /* sp */
    @media only screen and (max-width: 767px) {
        section + section{
            margin-top: 16vw;
        }
		.basic_btn{
			width: 68vw;
		}
    }
/*------------------------------------
    common.cssうわがき
------------------------------------*/

    /* sp */
	@media only screen and (max-width: 767px){
		.inner_wrap, .inner_wrap_sp {
			padding-left: 5%;
			padding-right: 5%;
		}
	}

/*------------------------------------
    特色 メインビジュアル
------------------------------------*/
.toku_mv{
	background: repeating-linear-gradient(45deg, #ece7f5, #ece7f5 2px, #f7f4fb 3px, #f7f4fb 12px);
}
.toku_area{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 33rem;
	overflow: hidden;
}
.toku_wrap{
    position: relative;
    max-width: 120rem;
    width: 100%;
    background-color: #fff;
    min-height: 24rem;
	padding-left: 14rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 4.5rem;
}
.toku_wrap::after {
    content: "";
    background-image: url(/keirinkan/chu_r7/english/feature/images/toku_mv_kigou.webp);
    width: 19.4rem;
    height: 30.6rem;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: -42px;
}
.qa .toku_wrap,
.toku04 .toku_wrap {
	padding-left: 0;
}
.qa .toku_wrap::after,
.toku04 .toku_wrap::after {
	background-image: url(/keirinkan/chu_r7/english/feature/images/toku_mv_kigouR.webp);
}
.qa .toku_wrap::before,
.toku04 .toku_wrap::before {
	content: "";
	width: 19.4rem;
	height: 30.6rem;
	background-image: url(/keirinkan/chu_r7/english/feature/images/toku_mv_kigouL.webp);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: -1.5rem;
	left: -2.5rem;
}
.toku_num{
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(/keirinkan/chu_r7/english/feature/images/toku_mv_num.webp);
    background-size: contain;
    background-repeat: no-repeat;
    width: 15.5rem;
    height: 24rem;
	padding-bottom: 1.75em;
}
.toku_num_txt{
	color: #fff;
    font-size: 3.6rem;
    font-weight: bold;
	letter-spacing: .24em;
	padding-left: .2em;
}
.toku_num .din{
	color: #fff;
	font-size: 6.4rem;
    font-weight: bold;
	line-height: 1;
}
.toku_tit{
	color: #6545cc;
	font-size: 4.8rem;
	font-weight: bold;
}
.toku_subtit{
    display: flex;
    align-items: center;
	position: relative;
    color: #6545cc;
    font-size: 3.6rem;
    font-weight: bold;
	background-color: #f7f4fb;
    max-width: 120rem;
    width: 100%;
    min-height: 7.5rem;
	padding: .4rem 2rem .6rem 19rem;
	margin-bottom: 6rem;
}
.toku_subtit::before,.toku_subtit::after{
	content: "";
	background-image: linear-gradient(to right, #d5c5e0, #d5c5e0 6px, transparent 6px, transparent 10px);
	background-size: 10px 2px;
	background-repeat: repeat-x;
	position: absolute;
	top: 97%;
	bottom: 0;
	left: 0;
	right: 0;
}
.toku_subtit::after{
	top: 0;
	left: 0;
}

.toku_point{
	display: flex;
	align-items: center;
	font-size: 2.6rem;
	color: #fff;
    background-image: url(/keirinkan/chu_r7/english/feature/images/toku_point_bg.webp);
    background-size: contain;
    background-repeat: no-repeat;
	background-position: center;
	width: 17.6rem;
	height: 6.3rem;
	padding-left: 1.8rem ;
	position: absolute;
	top: -.4rem;
	left: 0;
}
.point_num{
	display: flex;
	align-items: baseline;
	justify-content: center;
	width: 4rem;
	height: 4rem;
	color: #6545cc;
	font-size: 2.4rem;
	position: relative;
	background-color: #fff;
	border-radius: 50%;
	box-sizing: border-box;
	margin-left: 1rem;
}
.point_num::before{	
	content: "";
	width: 3.3rem;
	height: 3.3rem;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	border: dashed #d5c5e0 2px;
	border-radius: 50%;
	box-sizing: border-box;
}

    /* リキッド */
    @media only screen and (max-width: 1040px) {
		.toku_tit{
			font-size: 3.6rem;
		}
	}
    @media only screen and (max-width: 900px) {
		.toku_tit{
			font-size: 3rem;
		}
	}
	@media only screen and (max-width: 1440px){
		.inner_maxw1200 {
    		width: 94%;
    		margin: auto;
		}
	}

    /* sp */
    @media only screen and (max-width: 767px) {
		.toku_area{
			min-height: 74.667vw;
		}
		.toku_mv {
			background: repeating-linear-gradient(45deg, #ece7f5, #ece7f5 2px, #f7f4fb 3px, #f7f4fb 8px);
		}
		.toku_wrap{
			max-width: 100%;
			min-height: 62.667vw;
			margin: 0 13%;
			padding: 14.9vw 0 0 0;
		}
		.toku_wrap::after {
			background-image: url(/keirinkan/chu_r7/english/feature/images/toku_mv_kigou_sp.webp);
			width: 91.733vw;
			height: 42vw;
			left: -10%;
			bottom: -3.933vw;
		}
		.qa .toku_wrap,
		.toku04 .toku_wrap {
			min-height: 54.667vw;
			padding-top: 0;
		}
		.qa .toku_wrap::after,
		.toku04 .toku_wrap::after {
			background-image: url(/keirinkan/chu_r7/english/feature/images/toku_mv_kigou_sp.webp);
			left: -7%;
			bottom: -7.933vw;
		}
		.qa .toku_wrap::before,
		.toku04 .toku_wrap::before {
			content: none;
		}
		.toku_num{
			background-image: url(/keirinkan/chu_r7/english/feature/images/toku_mv_num_sp.webp);
			width: 100%;
			height: 14.9vw;
			flex-direction: row;
			padding-bottom: 0;
		}
		.toku_num_txt{
			font-size: 4.26vw;
		}
		.toku_num .din{
			font-size: 8.533vw;
		}
		.toku_tit{
			font-size: 6.933vw;
			text-align: center;
			line-height: 1.31;
		}
		.toku_subtit{
			width: 100%;
			max-width: 89.333vw;
			font-size: 6.667vw;
			min-height: 26.4vw;
			padding: 13.333vw 0 4vw 3.733vw;
			margin-bottom: 10.667vw;
		}
		.toku_point{
			font-size: 5.333vw;
			width: 35.467vw;
			height: 13.067vw;
			padding: 1.333vw 0 0 4vw;
			top: -.25em;
		}
		.point_num{
			width: 8vw;
			height: 8vw;
			font-size: 4.8vw;
			margin-left: 0.8vw;
		}
		.point_num::before{	
			width: 6.667vw;
			height: 6.667vw;
			border: dashed #d5c5e0 1.5px;
		}
		.inner_maxw1200 {
    		width: 100%;
    		margin: 0;
		}

    }
/*------------------------------------
    特色1
------------------------------------*/
/* 1つ目表 */
.toku01_table01{
	position: relative;
	margin-top: 4rem;
	width: 112rem;
}
.toku01_table01::after{
	content: '';
    display: inline-block;
    width: 18rem;
    height: 10.2rem;
    background-image: url(/keirinkan/chu_r7/english/feature/images/toku_table_icon.webp);
    background-size: contain;
    background-repeat: no-repeat;
	position: absolute;
	right: 3rem;
	top: 60%;
    transform: translateY(-50%)
}
.toku01_table01 tr th {
	width: 17%;
	font-size: 2rem;
	background-color: #f7e0b3;
	text-align: center;
	vertical-align: middle;
}
.toku01_table01 tr {
	border-bottom: dashed 1px #9e9e9f;
}
.toku01_table01 tr:last-of-type,.toku01_table01 tr:first-of-type {
	border-bottom: solid 1px #e5a600;
}
.toku01_table01 tr:first-child th {
	background-color: #e5a600;
	color: #fff;
	font-weight: normal;
	padding: .5rem 0;
}
.toku01_table01 tr td {
	font-size: 1.6rem;
	padding: 1.5rem 2rem 1.5rem 2rem;
}
.toku01_table01 tr td:first-of-type{
	width: 54%;
}
.toku01_table01 tr td:last-of-type{
	border-left: dashed 1px #9e9e9f;
}

/* リキッド */
@media only screen and (max-width: 1000px) {
	.toku01_table01_box,.toku01_table02_box{width: 130%;}
}

/* 2つ目表*/
.toku01_table02_box{
	position: relative;
	width: 112rem;
}
.toku01_table02{
	position: relative;
	margin-top: 4rem;
	width: 112rem;
}
.toku01_table02 tr th {
	width: 32%;
	padding: 0 4.5rem 0 1.5rem ;
	font-size: 2rem;
	background-color: #f7e0b3;
	vertical-align: middle;
}
.toku01_table02 tr {
	border-bottom: dashed 1px #9e9e9f;
}
.toku01_table02 tr td {
	font-size: 1.8rem;
	padding: 1rem 2rem 1rem 2rem;
	vertical-align: middle;
}
.toku01_table02 tr:last-of-type{
	border-bottom: solid 1px #e5a600;
}
.toku01_table02 tr:first-of-type {
	border-top: solid 1px #e5a600;
}
.table_caption{
	font-size: 1.4rem;
	position: absolute;
    bottom: 8rem;
    right: 10rem;
}

.toku_box{
	display: flex;
	align-items: start;
	justify-content: space-between;
}

.toku01 .toku_box .txt{
	width: 52%;
}
    /* sp */
    @media only screen and (max-width: 767px) {
		.toku01_table02,.toku01_table0{
			margin-top: 10.667vw;
		}
		.toku_box{
			flex-direction: column;
			gap: 10.667vw;
		}
		.toku01 .toku_box .txt{
			width: 100%;
		}
	}

/*------------------------------------
    特色2
------------------------------------*/
.txt + .note{
	margin-top: 2rem;
}

.script_wrap{
	margin-top: 14.5rem;
}

.script_area{
	max-width: 72rem;
	width: 100%;
	margin: 0 auto;
}
.script_box{
	position: relative;
	background-color: #e5f0f8;
	border: solid #72b4d8 2px;
	padding: 8rem 5.5rem 3.5rem 5.5rem;
	border-radius: 2rem;
}

.toku_script_tit{
    width: 59.7rem;
    position: absolute;
	right: 50%;
	transform: translateX(50%);
	top: -45px;	
}
.toku_script_img{
	margin-bottom: 2rem;
}

    /* sp */
    @media only screen and (max-width: 767px) {
		.script_box{
			padding: 9.333vw 7.2vw 0;
			border-radius: 2rem;
		}
		.toku_script_tit{
			width: 74.133vw;
			top: -5.867vw;	
		}
		.script_wrap{
			margin-top: 21.333vw;
		}

	}

/*------------------------------------
    特色4
------------------------------------*/
.toku04_area{
	display: flex;
	width: 100%;
	gap: 8rem;
}
.toku04 .toku_point{
	font-size: 1.8rem;
}
.toku_lead{
	display: flex;
    align-items: center;
	position: relative;
    color: #fff;
    font-size: 2.8rem;
    font-weight: bold;
	background-color: #00aa7b;
    max-width: 120rem;
    width: 100%;
	padding:.5rem 4rem;
	margin-bottom: 4rem;
}
.toku_lead::before,.toku_lead::after{
	content: "";
	background-image: linear-gradient(to right, #fff, #fff 6px, transparent 6px, transparent 10px);
	background-size: 10px 1px;
	background-repeat: repeat-x;
	position: absolute;
	top: 5%;
	bottom: 0;
	left: 0;
	right: 0;
}
.toku_lead::after{
	top: 95%;
	left: 0;
}
.toku_item_l{
	display: flex;
	flex-direction: column;
	max-width: 24rem;
	width: 100%;
	gap: 2rem;
}
.toku_item_r{
	width: 100%;
	max-width: 30rem;
}
.toku_item_l + .toku_item_r{
	margin-left: 2rem;
}
.year{
	width: 15.3rem;
	height: 3.6rem;
	font-size: 2rem;
	font-weight: bold;
	background-color: #6545cc;
	border-radius: 100vh;
	color: #fff;
	position: relative;
	padding-left: 2rem;
}
.unit{
	padding: .1rem 1.5rem;
	font-size: 2rem;
	font-weight: bold;
	background-color: #fff;
	border-radius: 100vh;
	color: #6545cc;
	text-align: center;
	position: absolute;
	top: 50%;
	right: 4px;
	transform:translateY(-50%) ;
	line-height: 1.4;
}
.long{
	width: 21.3rem;
}
.two_digits{
	width: 16.5rem;
}
.purple{
	font-size: 2rem;
	font-weight: bold;
	color: #6545cc;
}
.href{
	max-width: 56rem;
}
.toku04_area + .toku_lead{
	margin-top: 6rem;
}
.toku04_area + .toku04_area{
	margin-top: 6rem;
}
.toku_box + .toku_lead{
	margin-top: 6rem;
}
.toku04_yoko{
	display: flex;
	flex-direction: column;
	width: 100%;
}
.toku04 .info {
    font-size: 1.5rem;
    margin-top: 2rem;
}
.person_area{
	width: 100%;
	background-color: #fff6e8;
	padding: 6rem 4rem;
	position: relative;
	margin-top: 14.5rem;
}
.person_tit{
	background-color: #6545cc;
	color: #fff;
	font-size: 2.8rem;
	font-weight: bold;
	width: 42rem;
	padding: 1rem 0;
	text-align: center;
	border-radius: 12px 12px 0 0;
	position: absolute;
	top: -65px;
	left: 0;
	
}
.person_box{
	display: flex;
	justify-content: space-between; 
	gap: 1.8rem;
	margin-top: 4rem;
}

.talk_persons{
    position: relative;
    text-align: center;
    max-width: 26.6rem;
	width: 100%;
    z-index: 1;
}
.talk_person_fukidashi {
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    animation: popup2 .2s ease-out;
    z-index: 1;
	pointer-events: none;
}
/* subject上書き */
@media only screen and (min-width: 768px) and (max-width: 1118px) {
    .talk_person_fukidashi {
        scale: none;
    }
}

@keyframes popup {
    0% {
      transform: scale(0.8);
      opacity: 0;
    }
    50%,100% {
      transform:  scale(1.0);
      opacity: 1;
    }
    85%{
        transform:  scale(1.06);
    }
  }

@keyframes popup2 {
    0% {
        transform: scale(1.0);
        opacity: 1;
    }
    80%,100% {
        transform:  scale(0.8);
        opacity: 0;
    }
    25%{
        transform:  scale(1.06);
    }
}

/* sp */
@media only screen and (max-width: 767px) {
	.toku_lead{
		width: 100%;
		max-width: 89.333vw;
		font-size:5.333vw;
		padding: 1.333vw 3.733vw;
		margin-bottom: 10.667vw;
	}
	.toku_point{
		font-size: 5.333vw;
		width: 35.467vw;
		height: 13.067vw;
		padding: 1.333vw 0 0 4vw;
		top: -.25em;
	}
	.toku04 .toku_point{
		font-size: 3.2vw;
	}
	.toku04_area{
		flex-direction: column;
		gap: 10.667vw;
	}
	.toku_item_l{
		max-width: 100%;
		gap: 5.333vw;
	}
	.toku_item_r{
		max-width: 100%;
	}
	.year{
        width: 38.2vw;
		height: 9.6vw;
		font-size: 4.8vw;
		padding-left: 5vw;
		line-height: 1.9;
	}
	.unit{
        padding: 0vw 4vw;
        font-size: 4.8vw;
        right: 0.9vw;
        line-height: 1.6;
	}
	.long{
		width: 52.3vw;
	}
	.two_digits{
        width: 40vw;
	}
	.toku_item_l .purple{
		font-size: 5.333vw;
		font-weight: bold;
		color: #6545cc;
	}
	.toku_item_l p{
		font-size: 4.8vw;
	}
	.toku04 .toku_box{
		gap: 5.333vw;
	}
	.href{
		max-width: 100%;
	}
	.toku_item_l + .toku_item_r{
		margin-left: 0;
	}
	.person_area{
		padding: 5.333vw;
	}
	.person_box{
		flex-direction: column;
		gap: 1.8rem;
		align-items: center;
	}
	.person_tit{
		width: 90%;
        font-size: 5.333vw;
        top: -13.4vw;

	}
	.toku04_name{
		font-size: 6.4vw;
		color: #6545cc;
		text-align: center;
		line-height: 1;
		font-weight: bold;
	}
	.toku04_name_ja{
		font-size: 4.8vw;
		color: #6545cc;
		text-align: center;
		font-weight: bold;
	}
	.detail_txt{
		font-size: 4.267vw;
		color: #6545cc;
		text-align: center;
	}
	.detail_txt + .talk_persons{
		margin-top: 10.667vw;
	}
	.person_area{
		font-size: 4.8vw;
	}
	.toku04 .contents_wrap{
		margin-top: 16vw;
	}
}



/* 個別 */
.toku02_img01{
	margin-top: 4rem;
}
.toku01_img02{
	max-width: 112rem;
	width: 100%;
	margin-top: 4rem;
}
.toku01_img03{
	max-width: 52.1rem;
	width: 43%;
}
.toku04_sustainable{
	max-width: 32rem;
	margin-left: 8rem;
}

/* sp */
    @media only screen and (max-width: 767px) {
		/* 個別 */
		.toku01_img01,.toku02_img01{
			margin-bottom: 10.667vw;
		}
		.toku02_img01{
			margin-top: 10.667vw;
		}
		.toku01_img02{
			margin-top: 10.667vw;
		}
		.toku01_img02{
			max-width: 100%;
		}
		.toku01_img03{
			max-width: 100%;
		}
		.toku01_img03{
			width: 100%;
		}
		.toku04_sustainable{
			max-width: 100%;
			margin-left: 0;
		}
		
	}


/*------------------------------------
    Q&A
------------------------------------*/

#q2.contents_wrap,
#q3.contents_wrap {
	margin-top: 10rem;
}
.qa_nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10%;
}
.qa_nav_btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-decoration: none;
	border-radius: calc(infinity* 1px);
	width: 19rem;
	height: 7rem;
	border: 1px dashed #fff;
	padding: 0 3rem;
	background-color: #6545CC;
	outline: .3rem solid #6545CC;
	box-shadow: 0.3rem 0.3rem 1rem rgb(0 0 0 / 70%);
}
.qa_nav_btn_img {
	height: 3.2rem;
	margin-right: 2rem;
}
.qa_nav_btn_arrow {
	background-color: #fff;
	border-radius: 50%;
	width: 3.5rem;
	height: 3.5rem;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.english_color {
	color: #6545CC;
	font-weight: bold;
}

.qa_tit {
	border: 2px solid #6545CC;
	background-color: #F7F4FB;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border-radius: calc(infinity* 1px);
	padding: .7rem;
	margin-bottom: 5.5rem;
}
.qa_tit_mark {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0; 
	border-radius: calc(infinity* 1px);
	width: 6.6rem;
	height: 4.8rem;
	border: .5px dashed #fff;
	padding: 0 3rem;
	background-color: #6545CC;
	outline: .2rem solid #6545CC;
	padding: .75em 0;
	margin-right: 1.7rem;
}
.qa_tit_mark img {
	width: auto;
	height: 100%;
}
.qa_tit_txt {
	font-size: 2.8rem;
	font-weight: bold;
}

.qa_ans + .qa_ans {
	margin-top: 8rem;
}
.qa_ans_tit {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	position: relative;
	padding-bottom: 2px;
	margin-bottom: 4rem;
}
.qa_ans_tit::after {
	content: "";
	background-image: linear-gradient(to right, #E85298, #E85298 6px, transparent 6px, transparent 10px);
	background-size: 10px 2px;
	background-repeat: repeat-x;
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
}
.qa_ans_tit_txt {
	color: #E85298;
	font-weight: bold;
	font-size: 2.8rem;
	line-height: 1.5;
	display: flex;
	align-items: center;
	padding-bottom: 1.2rem;
}
.qa_ans_tit_mark {
	width: 6.3rem;
	flex-shrink: 0;
	margin-right: 3rem;
}
.qa_ans_tit_char {
	width: 12.5rem;
	margin: 0 4rem 0 3rem;
}

.qa_borderbox {
	border: 4px solid #AB91D3;
	border-radius: 1.5rem;
	padding: 3.5rem;
	margin-top: 4rem;
}

.qa_borderbox_tit {
	color: #fff;
	position: relative;
	display: inline-flex;
	align-items: center;
	font-size: 2.2rem;
	font-weight: bold;
	height: 4.4rem;
	background: #6545CC;
	margin: 1.8rem;
	margin-bottom: 3.8rem;
	padding: 0 2rem 0 6.5rem;
}
.qa_borderbox_tit::before {
	content: "";
	position: absolute;
	top: -1.8rem;
	left: -1.8rem;
	width: 8rem;
	height: 8rem;
	background-size: contain;
	background-repeat: no-repeat;
}
.qa_borderbox_listen .qa_borderbox_tit::before {
	background-image: url(/keirinkan/chu_r7/english/feature/images/qa_icon_listen.svg);
}
.qa_borderbox_read .qa_borderbox_tit::before {
	background-image: url(/keirinkan/chu_r7/english/feature/images/qa_icon_read.svg);
}
.qa_borderbox_tit::after {
	content: "";
	position: absolute;
	top: 0;
	right: -4.4rem;
	border-left: 2.2rem solid #6545CC;
	border-top: 2.2rem solid transparent;
	border-right: 2.2rem solid transparent;
	border-bottom: 2.2rem solid transparent;
}
.qa_img {
	margin-top: 4rem;
}

.qa_check.qa_flex {
	margin-top: 6rem;
}
.qa_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.qa_flex .qa_item {
	width: 46.5%;
}

:not(.qa_flex) > .qa_item + .qa_item {
	margin-top: 4rem;
}

.qa_check_tit {
	/* position: relative; */
	color: #fff;
	font-size: 2.2rem;
	font-weight: bold;
	background-color: #6545CC;
	border-radius: calc(infinity* 1px);
	display: flex;
	align-items: center;
	padding: .17em .22em .22em;
	line-height: 1;
	margin-bottom: 4rem;
	letter-spacing: .03em;
}
.qa_check_tit::before {
	content: "";
	width: 1.8em;
	height: 1.5em;
	background-image: url(/keirinkan/chu_r7/english/feature/images/qa_icon_check.svg);
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: .6em;
}

.qa_smooth_wrap {
	margin-top: 9rem;
}
.qa_smooth {
	position: relative;
	border: 3px solid #F6DCA9;
	padding: 4.5% 3.5rem 3.5rem;
	border-radius: 3.5rem;
}
.qa_smooth_tit {
	position: absolute;
	width: 80.5%;
	top: 0;
	margin-top: -3%;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
}
.qa_smooth_txt_wrap {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 1.5rem;
}
.qa_smooth_sho,
.qa_smooth_chu,
.qa_smooth_kou {
	font-size: 1.8rem;
	line-height: 1.35;
}
.qa_smooth_sho {
	width: 30%;
}
.qa_smooth_chu {
	width: 21%;
}
.qa_smooth_kou {
	width: 42%;
}

.qa_time {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.qa_time_table_tit {
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: .12em;
	margin-bottom: 1rem;
}
.qa_time_table_tit.symbol_type::before {
	color: #E85298;
}
.qa_time .txt {
	width: 36.5%;
}
.qa_time_table_wrap {
	width: 59%;
}
.qa_time_table {
	width: 100%;
	margin: 0 auto;
	border-collapse: separate;
}
.qa_time_table thead th:not(:first-child) {
	background-color: #FADCE9;
}
.qa_time_table th,
.qa_time_table td {
	font-size: 2.2rem;
	height: 7.5rem;
	line-height: 7.5rem;
	font-weight: 400;
	text-align: center;
}
.qa_time_table tbody td {
	font-size: 2.5rem;
}
.qa_time_table tbody td .bold {
	font-size: 2.7rem;
}
.qa_time_table thead th {
	width: calc(100% / 5);
}
.qa_time_table tbody th {
	color: #fff;
	background-color: #E85298;
}
.qa_time_table thead tr > :nth-of-type(n+3),
.qa_time_table tbody tr > :nth-of-type(n+2) {
	border-left: 2px solid #EF90B9;
}
.qa_time_table tbody tr:last-child > td {
	border-bottom: 2px solid #EF90B9;
}
.qa_time_table tbody tr:not(:last-child) td {
	border-bottom: 1px dashed #9FA0A0;
}
.qa_time_table .qa_time_grade {
	display: inline-block;
	position: relative;
	width: 78%;
	height: 100%;
}
.qa_time_table .qa_time_grade::before,
.qa_time_table .qa_time_grade::after {
	content: "";
	position: absolute;
	height: 100%;
	border-left: 1px dashed #fff;
}
.qa_time_table .qa_time_grade::before {
	left: -8%;
}
.qa_time_table .qa_time_grade::after {
	right: -8%;
}
.qa_time_table tbody tr:not(:last-child) .qa_time_grade {
	border-bottom: 1px solid #fff;
}


.qa_borderbox_textbook .symbol_type::before {
	color: #6545CC;
}
@media only screen and (max-width: 767px) {

	.qa .contents_wrap,
	#q2.contents_wrap,
	#q3.contents_wrap,
	.qa .main_visual + .contents_wrap {
		margin-top: 16vw;
	}
	#q1.contents_wrap {
		margin-top: 10.66vw;
	}

	.qa_nav {
		flex-wrap: wrap;
		gap: 6vw 0;
		justify-content: space-between;
		width: 97%;
		margin: auto;
	}
	.qa_nav_btn {
		width: 40vw;
		height: 14.5vw;
		padding: 0 5.5vw;
		background-color: #6545CC;
		outline: 1vw solid #6545CC;
		box-shadow: 0.4vw 0.4vw 3vw rgb(0 0 0 / 70%);
	}
	.qa_nav_btn_img {
		height: 7vw;
		margin-right: 5vw;
	}
	.qa_nav_btn_arrow {
		width: 7.46vw;
		height: 7.46vw;
	}
	.qa_tit {
		border-radius: 4vw;
		flex-direction: column;
		padding: 2vw 3.4vw 3vw;
		margin-bottom: 5.33vw;
	}
	.qa_tit_mark {
		width: 14vw;
		height: 10vw;
		padding: 2.4vw 0;
		outline: .4vw solid #6545CC;
		margin: 0 0 .3vw;
	}
	.qa_tit_txt {
		font-size: 5.86vw;
	}

	.qa_ans + .qa_ans {
		margin-top: 10.66vw;
	}
	.qa_ans_tit_char {
		display: none;
	}
	.qa_ans_tit_txt {
		flex-direction: column;
		font-size: 5.86vw;
		padding-bottom: 4vw;
	}
	.qa_ans_tit_mark {
		margin: 0 0 3.5vw;
		width: 13.5vw;
	}
	.qa_ans_tit {
		margin-bottom: 4vw;
	}
	.qa_borderbox {
		border-radius: 1.5rem;
		padding: 5vw 4vw;
		margin-top: 10.66vw;
		border-width: 2px;
		border-radius: 4vw;
	}
	.qa_borderbox + .qa_borderbox {
		margin-top: 5.33vw;
	}
	.qa_borderbox_tit::before {
		top: -4.8vw;
		left: -4.8vw;
		width: 17.33vw;
		height: 17.33vw;
	}
	.qa_borderbox_tit {
		font-size: 4.8vw;
		height: 9.6vw;
		margin: 4.8vw;
		margin-bottom: 6vw;
		padding: 0 4vw 0 12.5vw;
	}
	.qa_borderbox_tit::after {
		right: -9.6vw;
		border-left: 4.9vw solid #6545CC;
        border-top: 4.9vw solid transparent;
        border-right: 4.9vw solid transparent;
        border-bottom: 4.9vw solid transparent;
	}
	.qa_img {
		margin-top: 5.33vw;
	}
	
	.qa_flex .qa_item {
		width: 100%;
	}
	.qa_item + .qa_item,
	:not(.qa_flex) > .qa_item + .qa_item {
		margin-top: 10.66vw;
	}
	.qa_check,
	.qa_check.qa_flex {
		margin-top: 10.66vw;
	}
	.qa_check_tit {
		font-size: 4.8vw;
		margin-bottom: 5.33vw;
	}

	.qa_smooth_wrap {
		margin-top: 10.66vw;
	}
	.qa_smooth {
		margin-top: 5.33vw;
		border-radius: 4vw;
		border-width: 2px;
		padding: 5.33vw 3.5vw;
		position: relative;
	}
	.qa_smooth_txt_wrap {
		margin-top: 0;
	}
	.qa_smooth_sho,
	.qa_smooth_chu,
	.qa_smooth_kou {
		position: absolute;
		font-size: 4.26vw;
		left: 14%;
		width: 85%;
		line-height: 1.75;
	}
	.qa_smooth_sho {
		top: 18.2%;
	}
	.qa_smooth_chu {
		top: 44.6%;
	}
	.qa_smooth_kou {
		top: 88.9%;
	}

	.qa_time .txt,
	.qa_time_table_wrap {
		width: 100%;
	}
	.qa_time_table_tit {
		font-size: 4.8vw;
		margin: 5.33vw 0 2vw;
	}
	.qa_time_table th, .qa_time_table td {
		font-size: 3.2vw;
		height: 9vw;
		line-height: 9vw;
	}
	.qa_time_table tbody td {
		font-size: 3.5vw;
	}
	.qa_time_table tbody td .bold {
		font-size: 3.8vw;
	}

	.qa_borderbox_textbook {
		margin-top: 5.33vw;
	}
}




/*------------------------------------
    naviうわがき
------------------------------------*/
.contents_wrap{
	margin-top: 10rem;
	padding: 0;
	background: none;
}
.main_visual + .contents_wrap {
    margin-top: 8rem;
}
    /* sp */
    @media only screen and (max-width: 767px) {
		.contents_wrap{
			margin-top: 10.66vw;
		}
		.contents_wrap, .main_visual + .contents_wrap {
			margin-top: 16vw;
		}

    }

