@charset "utf-8";

.ttlBgBlue{
	margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
	.ttlBgBlue{
		margin-bottom: 20px;
	}
}

/*taiken*/
.taiken .taikenMeta .intr .txt{
	font-weight: bold;
	letter-spacing: -0.06em;
	line-height: 1.545;
	position: relative;
}
.taiken .taikenMeta .intr .txt:before{
	content: "";
	background: url(/gakunen/img/illust_01.png) top left no-repeat;
	background-size: 100% auto;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
}
.taiken .arrowWrap{
	display: none;
}
.taiken .campaignInner{
	background: #ffffff;
	border-radius: 10px;
}
.taiken .campaignArea .col2{
	display: table;
	width: 100%;
}
.taiken .campaignArea .lCont{
	display: table-cell;
	vertical-align: middle;
	padding: 15px 4.4%;
}
.taiken .campaignArea .rCont{
	display: table-cell;
	width: 380px;
	vertical-align: middle;
	line-height: 1;
}
.taiken .campaignArea .heading{
	font-size: 32px;
	text-align: center;
}
.taiken .campaignArea .heading .txtBig{
	font-size: 36px;
}
.taiken .campaignArea .ttlSub{
	color: #1069c4;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 1;
}
.taiken .campaignArea .listDot .dot{
	font-size: 16px;
}
.taiken .campaignArea .btnOval{
	background: #faaf18;
	font-weight: bold;
}
.arrowWrap .txt {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    color: #1069c4;
}

@media screen and (min-width: 768px) {
	.taiken .taikenIn{
		padding: 30px;
		background-color: #fff9d8;
		border-top: 6px solid #1069c4;
		border-bottom: 6px solid #1069c4;
	}
	.taiken .taikenMeta{
		width: 100%;
		display: table;
		margin-bottom: 40px;
	}
	.taiken .taikenMeta .intr{
		display: table-cell;
		vertical-align: middle;
		position: relative;
	}
	.taiken .taikenMeta .intr .txt{
		padding-left: 94px;
		font-size: 32px;
	}
	.taiken .taikenMeta .intr .txt:before{
		width: 85px;
		height: 75px;
		margin-top: -37px;
	}
	.taiken .taikenMeta .btn{
		width: 250px;
		display: table-cell;
		vertical-align: middle;
	}
	.taiken .taikenMeta .btn a{
		padding: 9px 30px;
		font-weight: bold;
		display: block;
	}
}

@media screen and (max-width: 767px) {
	.taiken .taikenMeta{
		padding: 20px 4% 35px;
		background-color: #fff9d8;
	}
	.taiken .taikenMeta .intr .txt{
		padding-left: 85px;
		font-size: 22px;
	}
	.taiken .taikenMeta .intr .txt:before{
		width: 75px;
		height: 68px;
		margin-top: -34px;
	}
	.taiken .taikenMeta .btn{
		margin-top: 20px;
	}
	.taiken .arrowWrap{
	display: block;
	padding: 20px 0 40px;
	margin-bottom: 25px;
	background: url(/gakunen/img/arrow_dblu_d.png) no-repeat bottom center;
	background-size: 60px auto;
	}
	.taiken .arrowWrap .txt{
		font-size: 26px;
	}
	.taiken .campaignArea{
		background: #1069c4;
		padding: 15px 4%;
		margin-top: 25px;
	}
	.taiken .campaignInner{
		padding: 15px 5% 30px;
	}
	.taiken .campaignArea .col2{
		display: block;
	}
	.taiken .campaignArea .lCont,
	.taiken .campaignArea .rCont{
		display: block;
		padding: 0;
	}
	.taiken .campaignArea .rCont{
		display: none;
	}
	.taiken .campaignArea .heading{
		font-size: 25px;
	}
	.taiken .campaignArea .heading .txtBig{
		font-size: 28px;
	}
	.taiken .campaignArea .ttlSub{
		font-size: 16px;
	}
	.taiken .campaignArea .btnOval{
		background: #7dcdf4;
	}
}

/*tetsuzukiTable*/
.tetsuzukiTable th.ttl{
	background: #dff2fc;
}

/*tetsuzukiLinkList*/
.tetsuzukiLinkList .listBox{
	width: 312px;
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
	height:60px;
	display:table;
}
.tetsuzukiLinkList .listBox:nth-child(3n){
	margin-right: 0;
}
.tetsuzukiLinkList .listBox .link{
	display: table-cell;
	vertical-align:middle;
	position: relative;
	background: #ffffff;
	border-radius: 5px;
	padding: 0 30px;
	border: #e6e6e6 1px solid;
	line-height: 1.3;
}
.tetsuzukiLinkList .listBox .link:hover{
	opacity: 0.7;
}
.tetsuzukiLinkList .listBox .link::after{
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 16px;
	background-image: url(/common_2019/img/arrow/arrow_blue_r.svg);
	background-repeat: no-repeat;
	background-size: contain;
	right: 15px;
	top: 50%;
	margin-top: -8px;
}

.tetsuzukiLinkList._col2 .listBox{
	width: 49%;
}
.tetsuzukiLinkList._col2.item1 .listBox{
	margin-bottom: 12px;
}
.tetsuzukiLinkList._col2 .listBox:nth-child(even){
	margin-right: 0;
}

.tetsuzukiLinkList._col2 .listBox:nth-child(3){
	margin-right: 12px;
}

/*.tetsuzukiLinkList._col2 .listBox:nth-child(3n){
	margin-right: 12px;
}*/
.tetsuzukiLinkList._col2._noF .listBox{
	float: none;
}

@media screen and (max-width: 767px) {
	.tetsuzukiLinkList{
		padding-top: 0;
	}
	.tetsuzukiLinkList .listBox{
		width: 100%;
		margin: 0;
		float: none;
		margin-bottom: 10px;
	}
	.tetsuzukiLinkList .listBox .link{
		border-radius: 0;
		border: none;
		border-top: #e6e6e6 1px solid;
		padding: 0 25px 0 15px;
	}
	.tetsuzukiLinkList .listBox .link::after{
		right: 10px;
	}
	.tetsuzukiLinkList .listBox:nth-child(odd) .link{
		border-right: #e6e6e6 1px solid;
	}
	.tetsuzukiLinkList .listBox .link{
		border: #e6e6e6 1px solid;
		border-bottom: none;
	}
	.tetsuzukiLinkList .listBox:last-child .link{
		border-bottom: #e6e6e6 1px solid;
	}
	.tetsuzukiLinkList._col2 .listBox{
		width: 100%;
	}
    .tetsuzukiLinkList._col2.item1 .listBox{
        margin-top: 12px;
    }
	.tetsuzukiLinkList .listBox .link{
		border-bottom: #e6e6e6 1px solid;
	}
}


/*otoiawase*/

	.anchorLinks.list4 .link{
		width:25%;
	}

@media screen and (max-width: 767px) {
	.anchorLinks{
		display: block;
		font-size: 0;
		margin-bottom: 30px;
	}
	.anchorLinks .link{
		display: inline-block;
		width:33.3333%;
		margin-top: 10px;
	}
	.anchorLinks .link:nth-child(-n+3){
		margin-top:0;
	}
	.anchorLinks .link:first-child{
		border-left: 0;
	}
	.anchorLinks .link:last-child,
	.anchorLinks .link:nth-child(3n){
		border-right: 0;
	}

	.anchorLinks.list4 .link{
		display: inline-block;
		width:49%;
		margin-top: 10px;
	}
	.anchorLinks.list4 .link:nth-child(-n+2){
		margin-top:0;
	}
	.anchorLinks.list4 .link:first-child{
		border-left: 0;
	}
	.anchorLinks.list4 .link:last-child,
	.anchorLinks.list4 .link:nth-child(2n){
		border-right: 0;
	}

	.anchorLinks.list4 .link:nth-child(3n){
		border-right: 1px solid #dcdcdc;
	}

}


/* icon_kurokuma */
#official .boxBgPink{
	background-image: url(/kaihi/img/icon_kurokuma.png);
	background-repeat: no-repeat;
	background-position: right 30px bottom 26px;
	background-color: #fdefef;
	border-radius: 10px;
	padding: 25px 30px;
	background-size: auto 4.0em;
}
#official .boxBgPink .txt{
	margin-bottom: 10px;
}
#official .boxBgPink .link + .txt{
	margin-top: 20px;
}
#official .boxBgPink .boxBgPinkIn{
	padding-right: 50px;
}

@media screen and (max-width: 767px) {
	#official .boxBgPink{
		padding: 15px 4%;
		background-position: right 4% bottom 10px;
		background-size: auto 3.4em;
	}
}

/* kaihi */
@media screen and (max-width: 767px) {
	.kaihi .ttlCategory {
		width: calc(100% - 30px);
	}
}

.kaihi .sectionWrap {
	margin: auto;
	max-width: 960px;
}
@media screen and (max-width: 767px) {
	.kaihi .sectionWrap {
		width: 100%;
	}
}
.catchArea {
	padding: 0 90px;
	background-color: #00A4ED;
	margin-bottom: 87px;
}
@media screen and (max-width: 767px) {
	.catchArea {
		padding: 0 5%;
		margin-bottom: 65px;
	}
}
.catchArea .catchAreaInner {
	position: relative;
	margin: auto;
	padding: 41px 0 110px 0;
    max-width: 960px;
}
@media screen and (max-width: 767px) {
	.catchArea .catchAreaInner {
		padding: 25px 0 137px 0;
		max-width: none;
	}
}
.catchArea .catchAreaInner::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
    width: 364px;
    height: 120px;
	background: url(/kaihi/img/img_01.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
	.catchArea .catchAreaInner::after {
		left: 50%;
		right: auto;
		transform: translateX(-50%);
		width: 90%;
		height: 115px;
	}
}
.catchArea p {
	color: #FFFFFF;
}
.catchArea br {
	display: none;
}
@media screen and (max-width: 767px) {
	.catchArea br {
		display: block;
	}
}
.catchArea em {
	font-style: normal;
}
.catchArea .catch {
	font-family: 'Zen Maru Gothic', serif;
	font-size: 32px;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.catchArea .catch {
		text-align: center;
		line-height: 1.3;
		font-size: 29px;
	}
}
.catchArea .catch em {
	font-size: clamp(35px,3.6vw,44px);
}
@media screen and (max-width: 767px) {
	.catchArea .catch em {
		font-size: min(7vw,29px);
	}
}
.catchArea .catch em.yellow {
	color: #FFEA00;
}
@media screen and (max-width: 767px) {
	.catchArea .catch em.spEm {
		font-size: min(10vw,37px);
	}
}
.catchArea .lead {
	font-size: clamp(20px,2.2vw,23px);
}
@media screen and (max-width: 767px) {
	.catchArea .lead {
		margin-top: 19px;
		text-align: center;
		font-size: min(3.8vw,17px);
	}
}
.catchArea .lead em {
	font-weight: bold;
}
.scrollArea {
	display: block;
	position: relative;
	height: 87px;
}
@media screen and (max-width: 767px) {
	.scrollArea {
		height: 65px;
	}
}
.scrollArea::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 42px;
	height: 20px;
	background: url(/kaihi/img/icon_arr_lightBlu.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
	.scrollArea::after{
		width: 24px;
		height: 12px;
	}
}
.sectionGroup + .sectionGroup:not(.sectionTabs) {
	margin-top: -50px;
	padding-top: 90px;
}
@media screen and (max-width: 767px) {
	.sectionGroup + .sectionGroup:not(.sectionTabs) {
		padding-top: 60px;
	}
}
.sectionGroupTtl {
	border-radius: 20px 20px 0 0;
	padding: 5px 10px;
	background-color: #00A4ED;
	color: #FFFFFF;
	text-align: center;
	font-size: 26px;
}
@media screen and (max-width: 767px) {
	.sectionGroupTtl {
		border-radius: 10px 10px 0 0;
		padding: 12px 10px;
		font-size: min(8vw,26px);
	}
}
.sectionGroupCnt {
	padding: 30px 90px 40px 90px;
	background-color: #D7F5FF;
}
@media screen and (max-width: 767px) {
	.sectionGroupCnt {
		padding: 23px 0 33px 0;
	}
	.sectionGroupCnt p {
		font-size: 16px;
	}
}
.sectionGroupCnt .sectionGroupCntInner .thumb {
	display: block;
	margin: 0 auto 20px auto;
	width: 212px;
	height: 115px;
	object-fit: contain;
}
@media screen and (max-width: 767px) {
	.sectionGroupCnt .sectionGroupCntInner .thumb {
		width: 148px;
		height: 80px;
	}
}
.sectionGroupCnt .sectionGroupCntInner .blueBorderList {
	margin-top: 33px;
}
@media screen and (max-width: 767px) {
	.sectionGroupCnt .sectionGroupCntInner .blueBorderList {
		margin-top: 39px;
	}
}
.sectionGroupCnt .sectionGroupCntInner .dotList {
	margin-top: 33px;
}
.sectionGroupCnt .sectionGroupCntInner > p + p {
	margin-top: 17px;
}
.sectionGroupCnt .sectionGroupCntInner p a {
	display: inline-block;
	padding: 0 10px;
	border-radius: 5px;
	background-color: #FFFFFF;
	color: #1355C3;
	text-decoration: underline;
}
.sectionGroupCnt .sectionGroupCntInner a:hover  {
	text-decoration: none;
}

.subject {
	display: flex;
	align-items: center;
	gap: 0 22px;
}
@media screen and (max-width: 767px) {
	.subject {
		flex-direction: column;
	}
	.subject dt {
		margin-bottom: 11px;
		font-size: 22px;
	}
}
.subject dd {
	display: flex;
	gap: 10px;
}
@media screen and (max-width: 767px) {
	.subject dd {
		justify-content: center;
		gap: 14px;
		width: 100%;
	}
}
.subject dd span {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 90px;
	height: 90px;
	text-align: center;
	line-height: 1.2;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.subject dd span {
		width: 25.6vw;
		height: 25.6vw;
		line-height: 0.9;
		font-size: min(5vw,19px);
	}
}
.subject dd span.math {
	background-color: #B2DCFF;
}
.subject dd span.english {
	background-color: #FDDE87;
}
.subject dd span.japanese {
	background-color: #A4F79D;
}
.blueBorderList .blueBorderListTtl {
	margin-bottom: 12px;
	font-size: 18px;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.blueBorderList .blueBorderListTtl {
		text-align: center;
		line-height: 1.4;
		font-size: 22px;
	}
}
.blueBorderList ul {
	display: flex;
	flex-direction: row;
	gap: 18px 0;
	justify-content: space-between;
}
.blueBorderList ul li {
	width: calc((100% - 10px)/2);
}
.blueBorderList ul li dl {
	display: flex;
	font-weight: bold;
}
.blueBorderList ul li dl {
	flex-direction: column;
	height: 100%;
}
.blueBorderList ul li dt {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px 20px 0 0;
	width: 100%;
	background-color: #00A4ED;
	flex: 1;
	color: #FFFFFF;
	text-align: center;
	flex-direction: column;
	padding: 10px;
}
@media screen and (max-width: 767px) {
	.blueBorderList ul li dt {
		border-radius: 10px 10px 0 0;
		padding: 15px 2px 10px 2px;
		line-height: 1.5;
		font-size: min(4.7vw,18px);
	}
}
.blueBorderList ul li dt br {
	display: none;
}
@media screen and (max-width: 767px) {
	.blueBorderList ul li dt br {
		display: block;
	}
}
.blueBorderList ul li dd {
	display: flex;
	border: 3px solid #00A4ED;
	flex-direction: column;
	border-radius: 0;
	width: 100%;
	background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
	.blueBorderList ul li dd {
		padding-top: 20px;
	}
}
.blueBorderList ul li dd .item {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 5px;
    width: 100%;
		flex-direction: column;
}
@media screen and (max-width: 767px) {
	.blueBorderList ul li dd .item {
		padding: 0 2px 27px 2px;
		text-align: center;
		padding-bottom: 22px;
	}
}
@media screen and (max-width: 767px) {
	.blueBorderList ul li dd .item:not(:first-child) {
		padding-top: 16px;
		padding-bottom: 16px;
	}
}
.blueBorderList ul li dd .item:not(:first-child)::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 2px;
	height: 54%;
	background-color: #00A4ED;
}
@media screen and (max-width: 767px) {
	.blueBorderList ul li dd .item:not(:first-child)::before {
		top: 0;
		left: 50%;
		transform: translate(-50%,0);
		width: 62%;
		height: 2px;
	}
}
.blueBorderList ul li dd .item .student {
    margin-right: 8px;
    font-size: 12px;
}
@media screen and (max-width: 767px) {
	.blueBorderList ul li dd .item .student {
		margin-right: 0;
		font-size: 16px;
	}
}
.blueBorderList ul li dd .item .price {
    font-size: 27px;
}
@media screen and (max-width: 767px) {
	.blueBorderList ul li dd .item .price {
		line-height: 1.3;
		font-size: min(9.1vw,33px);
		font-weight: bold;
	}
}
.blueBorderList ul li dd .item .price span {
    margin-left: 6px;
    font-size: 14px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
	.blueBorderList ul li dd .item .price span {
		font-size: 17px;
	}
}
.blueBorderList .note {
	margin-top: 6px;
	font-size: 16px;
}
@media screen and (max-width: 767px) {
	.blueBorderList .note {
		margin-top: 11px;
	}
}
.dotList {
	display: flex;
	flex-direction: column;
	gap: 10px 0;
}
.dotList li {
	position: relative;
	padding-left: 20px;
}
@media screen and (max-width: 767px) {
	.dotList li {
		font-size: 16px;
	}
}
.dotList li::before {
	content: '';
	position: absolute;
	border-radius: 50%;
	top: 0.4em;
	left: 0;
	width: 14px;
	height: 14px;
	background-color: #00A4ED;
}
@media screen and (max-width: 767px) {
	.dotList li::before {
		top: 0.7em;
		width: 7px;
		height: 7px;
	}
}
.dotList li .link {
	margin: 10px 0 5px 0;
}
@media screen and (max-width: 767px) {
	.dotList li .link {
		margin: 15px 0;
	}
}
.dotList li .link a {
	display: inline-block;
	position: relative;
	text-decoration: underline;
	color: #1355C3;
	border-radius: 5px;
	padding: 3px 25px 3px 27px;
	background-color: #FFFFFF;
	font-size: 14px;
	transition: .2s all;
}
@media screen and (max-width: 767px) {
	.dotList li .link a {
		padding: 0 33px;
		font-size: 15px;
	}
}
.dotList li a:hover {
	text-decoration: none;
}
.dotList li a::before{
	content: '';
	position: absolute;
	top: -12px;
	left: -3px;
	width: 40px;
	height: 40px;
	background: url(/kaihi/img/icon_pencil.svg) no-repeat center center/contain;
}
.dotList li a[target="_blank"]::after{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 12px;
	width: 11px;
	height: 10px;
	background: url(/kaihi/img/icon_blank.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
	.dotList li a[target="_blank"]::after{
		width: 16px;
		height: 14px;
	}
}
.kaihi .ttlBdrUnderBlu {
	margin-bottom: 47px;
	text-align: center;
	border-bottom-color: #7dcdf4;
}
@media screen and (max-width: 767px) {
	.kaihi .ttlBdrUnderBlu {
		margin-bottom: 30px;
	}
}
.kaihi .ttlBdrUnderBlu br {
	display: none;
}
@media screen and (max-width: 767px) {
	.kaihi .ttlBdrUnderBlu br {
		display: block;
	}
}
.qAndAWrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 25px 34px;
}
@media screen and (max-width: 767px) {
	.qAndAWrap {
		gap: 20px 0;
	}
}
.qAndAWrap li {
	width: 100%;
}
.qAndAWrap li .txtQ {
	position: relative;
	text-indent: 0;
	font-size: 16px;
}
@media screen and (max-width: 767px) {
	.qAndAWrap li .txtQ {
		font-size: 15px;
	}
}
.qAndAWrap li .qaArea .txtQ:before {
	position: absolute;
    top: 0.5em;
	left: 30px;
	background-color: transparent;
	color: #016BCB;
	font-family: 'Zen Maru Gothic', serif;
	font-size: 36px;
}
@media screen and (max-width: 767px) {
	.qAndAWrap li .qaArea .txtQ:before {
		left: 17px;
		font-size: 28px;
	}
}
.qAndAWrap li .accArea .accBtn::after {
	margin-top: 0;
	width: 21px;
	height: 12px;
	background-image: url(/kaihi/img/icon_arr_lightBlu.svg);
	background-size: contain;
	transform: translateY(-50%);
	transition: 0.2s all;
}
@media screen and (max-width: 767px) {
	.qAndAWrap li .accArea .accBtn::after {
		top: 1.9em;
		transform: none;
		right: 15px;
		width: 15px;
		height: 9px;
	}
}
.qAndAWrap li .accArea.open .accBtn::after {
	transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 767px) {
	.qAndAWrap li .accArea.open .accBtn::after {
		transform: rotate(180deg);
	}
}
.qAndAWrap li .accBtn {
	border-radius: 20px;
	padding: 21px 30px 21px 80px;
}
@media screen and (max-width: 767px) {
	.qAndAWrap li .accBtn {
		padding: 21px 40px 21px 55px;
	}
}
.qAndAWrap li .qaArea .accIn {
	position: relative;
	padding: 20px 30px 20px 80px;
}
@media screen and (max-width: 767px) {
	.qAndAWrap li .qaArea .accIn {
		padding: 15px 0 15px 56px
	}
}
.qAndAWrap li .qaArea .txtA, .qaArea .subA {
	display: inline-flex;
	align-items: center;
	margin-bottom: 20px;
	font-size: 16px;
	padding-left: 0;
	text-indent: 0;
}
@media screen and (max-width: 767px) {
	.qAndAWrap li .qaArea .txtA, .qaArea .subA {
		display: block;
		position: relative;
		margin-bottom: 9px;
		font-size: 15px;
	}
}
.qAndAWrap li .qaArea .txtA:before {
	display: inline;
    position: absolute;
	margin-right: 0;
	top: 14px;
    left: 31px;
	background-color: transparent;
	color: #FFAB00;
	font-family: 'Zen Maru Gothic', serif;
	font-size: 36px;
}
@media screen and (max-width: 767px) {
	.qAndAWrap li .qaArea .txtA:before {
		top: -6px;
		left: -40px;
		font-size: 28px;
	}
}
.qAndAWrap li .qaArea .txtA + .txt, .qaArea .subA + .txt {
	border-top: none;
	padding-top: 0;
}
@media screen and (max-width: 767px) {
	.qaArea .txtA, .qaArea .subA {
		text-indent: -31px;
		padding-left: 58px;
	}
}
.qAndAWrap li .qaArea .by {
	display: flex;
	justify-content: flex-end;
}
.qAndAWrap li .qaArea .by a {
	display: block;
	position: relative;
	border-radius: 50px;
	padding: 17px 35px;
	width: 25%;
	min-width: 240px;
	background-color: #FFAB00;
	box-shadow: 0px 3px 0px 0px #B27700;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	text-indent: 0;
	font-size: 16px;
	font-weight: bold;
	transition: .2s all;
}
@media screen and (max-width: 767px) {
	.qAndAWrap li .qaArea .by a {
		border-radius: 37px;
		padding: 8px 26px;
		width: auto;
		min-width: 145px;
		font-size: 15px;
	}
}
.qAndAWrap li .qaArea .by a::before {
	content: none;
}
.qAndAWrap li .qaArea .by a::after {
	content: '';
	position: absolute;
	margin-top: 1px;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
    width: 10px;
    height: 19px;
	background: url(/kaihi/img/icon_arr_white.svg) no-repeat top right/contain;
}
@media screen and (max-width: 767px) {
	.qAndAWrap li .qaArea .by a::after {
		right: 10px;
		width: 5px;
		height: 9px;
	}
}
.qAndAWrap li .qaArea .by a:hover {
	box-shadow: 0px 5px 0px 0px #FFAB00;
}
.qAndAWrap + .btnBdrBlu {
	margin-top: 44px;
}
@media screen and (max-width: 767px) {
	.qAndAWrap + .btnBdrBlu {
		margin-top: 29px;
	}
}
.btnWrap {
	margin: auto;
	padding-bottom: 100px;
    max-width: 960px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.btnWrap {
		padding-bottom: 78px;
		width: 100%;
	}
}
.btnOrange {
	display: block;
	position: relative;
	margin: auto;
	border-radius: 50px;
	padding: 23px 30px;
	width: 57.3%;
	background-color: #FFAB00;
	box-shadow: 0px 5px 0px 0px #B27700;
	color: #ffffff;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	transition: .2s all;
}
@media screen and (max-width: 767px) {
	.btnOrange {
		padding: 21px 30px 21px 20px;
		width: 100%;
		font-size: min(5vw,18px);
	}
}
.btnOrange:hover {
	box-shadow: 0px 5px 0px 0px #FFAB00;
}
.btnOrange::after {
	content: '';
	position: absolute;
	margin-top: 1px;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
    width: 10px;
    height: 19px;
	background: url(/kaihi/img/icon_arr_white.svg) no-repeat top right/contain;
}
.textLink {
	display: inline-block;
	position: relative;
	margin-top: 25px;
	padding-left: 21px;
	text-decoration: underline;
}
@media screen and (max-width: 767px) {
	.textLink {
		font-size: 14px;
	}
}
.textLink:hover {
	text-decoration: none;
}
.textLink::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -5px;
    width: 19px;
    height: 9px;
	background: url(/kaihi/img/icon_arr_lightBlu.svg) no-repeat top right/contain;
	transform: translateY(-50%) rotate(-90deg);
}
@media screen and (max-width: 767px) {
	.textLink::before {
		top: 0.7em;
		transform: rotate(-90deg);
	}
}
.overseasIcon {
	display: block;
	margin: 0 auto 42px auto;
	width: 192px;
	height: 148px;
	object-fit: contain;
}
@media screen and (max-width: 767px) {
	.overseasIcon {
		margin-bottom: 21px;
		width: 35.5%;
		height: 100%;
		aspect-ratio: 133/102;
	}
}
.qAndAwrap {
	padding-bottom: 98px;
}
@media screen and (max-width: 767px) {
	.qAndAwrap {
		padding-bottom: 42px;
	}
}
.shadowBtnList {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 25px 34px;
}
@media screen and (max-width: 767px) {
	.shadowBtnList {
		flex-direction: column;
		gap: 15px 0;
	}
}
.shadowBtnList li {
	width: calc((100% - 34px)/2);
}
@media screen and (max-width: 767px) {
	.shadowBtnList li {
		width: 100%;
	}
}
.shadowBtn {
	display: flex;
	align-items: center;
	position: relative;
	border-radius: 20px;
	padding: 19px 45px 19px 17px;
	height: 100%;
	background-color: #DCF4FF;
	box-shadow: 0px 5px 0px 0px #7DCDF4;
	transition: .2s all;
}
@media screen and (max-width: 767px) {
	.shadowBtn {
		border-radius: 10px;
		padding: 16px 43px 16px 11px;
	}
}
.shadowBtn:hover {
	box-shadow: 0px 5px 0px 0px #DCF4FF;
}
.shadowBtn.orange {
	background-color: #FFE9E8;
	box-shadow: 0px 5px 0px 0px #F4C5C6;
}
.shadowBtn.orange:hover {
	box-shadow: 0px 5px 0px 0px #FFE9E8;
}
.shadowBtn[target="_blank"]::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	width: 20px;
	height: 18px;
	background: url(/kaihi/img/icon_blank_lightBlu.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
	.shadowBtn[target="_blank"]::after {
		right: 17px;
	}
}
.shadowBtn.orange[target="_blank"]::after {
	background: url(/kaihi/img/icon_blank_orange.svg) no-repeat center center/contain;
}
.shadowBtn .icon {
	display: inline-block;
	margin-right: 26px;
	width: 59px;
	height: 55px;
	object-fit: contain;
}
@media screen and (max-width: 767px) {
	.shadowBtn .icon {
		margin-right: 22px;
	}
}
.shadowBtn p {
	display: flex;
	flex-direction: column;
}
@media screen and (max-width: 767px) {
	.shadowBtn p {
		font-size: min(4vw,15px);
	}
}
.shadowBtn p br {
	display: none;
}
@media screen and (max-width: 767px) {
	.shadowBtn p br {
		display: block;
	}
}
.shadowBtn p img {
	width: 151px;
	height: 27px;
	object-fit: contain;
}
@media screen and (max-width: 767px) {
	.shadowBtn p img {
		width: 151px;
		height: 30px;
	}
}
.btnBdrBlu {
	display: block;
	position: relative;
	margin: auto;
	border: 2px solid currentColor;
	border-radius: 50px;
	padding: 21px 27px;
	width: 50%;
	color: #1355C3;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	transition: 0.2s all;
}
@media screen and (max-width: 767px) {
	.btnBdrBlu {
		padding: 14px 30px 14px 20px;
		width: 92%;
		font-size: min(4vw, 16px);
	}
}
.btnBdrBlu:hover {
	background-color: #1355C3;
	color: #FFFFFF;
}
.btnBdrBlu::after {
	content: '';
	position: absolute;
	margin-top: 2px;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	width: 8px;
	height: 17px;
	background: url(/kaihi/img/icon_arr_blu.svg) no-repeat top right/contain;
}
.btnBdrBlu:hover::after {
	background: url(/kaihi/img/icon_arr_white.svg) no-repeat top right/contain;
}

.linkBlock.contsIn {
	margin: 20px auto 40px;
	display: flex;
	justify-content: space-between;
}

.linkBlock .item {
	background: #D0F0FF;
	border: 4px solid #7DCDF4;
	border-radius: 16px;
	width: 32%;
	text-align: center;
	box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
}

.linkBlock .item:last-child {
	border-color: #F0AB00;
	background-color: #FFF0BE;
}

.linkBlock .item a {
	padding: 15px 30px;
	position: relative;
	display: block;
}

.linkBlock .item a::after {
	content: "";
	position: absolute;
	width: 25px;
	height: 25px;
	right: 25px;
	top: 50%;
	margin-top: -12px;
	background: url('/kaihi/img/arw_r_black.svg') no-repeat;
	background-size: contain;
}

.linkBlock .item:last-child a::after {
	background: url('/kaihi/img/ico_search.svg') no-repeat;
	background-size: contain;
	width: 24px;
	height: 28px;
	right: 20px;
}

.linkBlock .item .txt {
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
}

.tabs {
	display: flex;
	align-items: flex-end;
	margin-bottom: 30px;
	position: sticky;
	top: 0;
	z-index: 100;
	background: #fff;
	transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 1;
  visibility: visible;
}

.tabs.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.tabs.sticky {
  position: sticky;
  top: 0;
}

.tabs li {
	position: relative;
	background: #F6F6F6;
	color: #818A8F;
	padding: 10.5px 0;
	text-align: center;
	width: 100%;
	cursor: pointer;
	border-radius: 8px 8px 0 0;
	border: 1px solid #dcdcdc;
	border-bottom-color: #7dcdf4;
	border-bottom-width: 2px;
}

.tabs li span {
	font-size: 16px;
	font-weight: normal;
}

.tabs li.active {
	background: #ffffff;
	border-radius: 8px 8px 0 0;
	border: 0;
	border-top: 9px solid #7dcdf4;
	color: #000000;
}

.tabs li.active span {
	font-weight: 600;
}

.tabs li.active::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 2px;
	height: 100%;
	background: #7dcdf4;
}

.tabs li.active::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 100%;
	background: #7dcdf4;
}

.sectionTabs {
  display: none;
}

.sectionTabs.active {
  display: block;
}

.sectionTabs .tabTtl {
	opacity: 0;
	height: 0;
	position: absolute;
}

@media not screen and (max-width: 767px) {
	.linkBlock .item:hover {
		opacity: 0.7;
	}
}

@media screen and (max-width: 767px) {
	.linkBlock.contsIn {
    margin: 12px auto 22px;
    max-width: 91.8%;
	}

	.linkBlock .item a {
    padding: 7px;
	}

	.linkBlock .item .txt {
    font-size: 14px;
    line-height: 14px;
	}

	.linkBlock .item a::after {
    width: 16px;
    height: 16px;
    right: 6px;
    margin-top: -8px;
	}

	.linkBlock .item:last-child a::after {
    width: 13px;
    height: 16px;
    right: 4px;
	}

	.tabs {
    margin-bottom: 13px;
	}

	.tabs li span {
    font-size: 14px;
    line-height: 1;
	}

	.tabs li {
    padding: 7px 0;
		min-height: 46px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}

	.tabs li.active {
    padding: 14px 0;
	}

	.tabsContent .ttlBdrUnderBlu {
		padding-left: 15px;
		margin-bottom: 10px;
	}

	.tabsContent .ttlBdrUnderBlu + .txt {
		max-width: 92%;
    margin: 0 auto;
	}

	.tabsContent .clm2 {
    max-width: 92%;
    margin: 20px auto 0;
	}
}

.flowWrap {
	background-size: 306px auto;
	margin-top: 20px;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flowWrap .stepWrap{
	width: 306px;
	border: 1px solid #dcdcdc;
	border-radius: 10px;
	margin: 20px 21px 0 0;
	padding: 20px;
}
.flowWrap .stepWrap:nth-child(-n + 3){
	margin-top: 0;
}
.flowWrap .stepWrap:nth-child(3n){
	margin-right: 0;
}
.flowWrap .stepWrap .ttl{
	display: table;
	width: 100%;
}
.flowWrap .stepWrap .ttl .no,
.flowWrap .stepWrap .ttl .ttlIn{
	display: table-cell;
	vertical-align: middle;
}
.flowWrap .stepWrap .ttl .ttlIn{
	font-size: 20px;
	color: #1069c4;
	font-weight: bold;
	line-height: 1.3;
	padding-left: 10px;
}
.flowWrap .stepWrap .ttl .no{
	background-color: #1069c4;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	width: 58px;
	height: 90px;
	border-radius: 5px;
	position: relative;
	line-height: 1;
}
.flowWrap .stepWrap .ttl .no:before{
	content: "STEP";
	display: block;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
}
.flowWrap .stepWrap .txt{
	padding: 150px 10px 0;
	background-repeat: no-repeat;
	background-position: top 30px center;
}
.flowWrap .stepWrap.step1 .txt{
	background-image: url('/kaihi/img/detail_pic01.gif');
	background-size: 97px auto;
}
.flowWrap .stepWrap.step2 .txt{
	background-image: url('/kaihi/img/detail_pic02.gif');
	background-size: 150px auto;
}
.flowWrap .stepWrap.step3 .txt{
	background-image: url('/kaihi/img/flow_pic03.png');
	background-size: 130px auto;
}

#tab03 .clm2 + .ttlBdrUnderBlu {
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	.flowWrap {
		display: block;
		margin: 33px auto 0;
		max-width: 98%;
	}
	.flowWrap .stepWrap{
		margin: 0 auto;
	}
	.flowWrap .slick-list{
    padding-bottom: 48px;
	}
	.flowWrap .slick-dots {
    bottom: 6px;
		z-index: 0;
	}
	.flowWrap .slick-prev,
	.flowWrap .slick-next {
    top: auto;
    bottom: -13px;
	}
	.flowWrap.slick-dotted.slick-slider {
    margin-bottom: 20px;
	}
}
