@charset "utf-8";
#anchorArea {
	margin-top: 30px;
	margin-bottom: 60px;
}
.sectionIn:last-child {
	margin-bottom: 100px;
}
.spOnly {
	display: none;
}
.mb35 {
	margin-bottom: 35px;
}
.sectionIn {
	margin-bottom: 90px;
}
.sectionIn > div {
	padding: 0 20px;
}
.subSectionIn {
	margin-top: 90px;
}
.subSectionIn > div {
	padding: 0;
}
.subTxt {
	font-size: 16px;
}
.twoColumn {
	display: flex;
}
.twoColumn .left {
	width: 100%;
}
.twoColumn .left img {
	width: 100%;
}
.twoColumn .right {
	margin-left: 20px;
}
.imgBox {
	margin: 45px 0;
}
.imgBox > p {
	text-align: center;
}
.sImg img {
	width: 500px;
}
.pubRttlBluSquer {
	margin-top: 42px;
}
.pubRlinkArrowList {
	margin-bottom: 45px;
}
.pubRlinkArrowList li {
	margin-top: 20px;
}
.pubRtableStay {
	width: inherit;
	max-width: 100%;
	margin: 20px 0 15px 0;
}
.pubRtableStay td {
	vertical-align: middle;
	text-align: right;
}
.pubRtableStay th.ttl, .pubRtableStay td.ttl {
	width: 150px;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
}
.pubRtableStay td > p {
	font-size: 14px;
}
.pubRtableStay th.ttlBlue, .pubRtableStay td.ttlBlue {
	background-color: #7DCDF4;
}
.pubRtableStay tr th.ttlBlue:first-child {
	width: 170px;
}
.pubRtableStay th.ttlWide {
	width: 300px;
}
.ttlWide span {
	font-size: 13px;
}
.anchorLinks.second {
	padding-top: 0;
	border-top: 0;
}
.anchorLinks .link.two-lines {
	position: relative;
}
.anchorLinks .link.two-lines:before {
	position: absolute;
	top: 50%;
	left: 6%;
	transform: translateY(-3px);
}
.btnclose {
	text-align: center;
	margin: 30px auto 0;
	position: relative;
}
.btnclose span {
	position: relative;
	display: inline-block;
	padding: 10px 12% 10px 17%;
	color: #333;
	text-decoration: none;
	border: 2px solid #89ccf2;
	border-radius: 50px;
}
.btnclose span:after {
	content: "";
	display: block;
	position: absolute;
	background: url(/common_2019/img/arrow/arrow_blue_d.svg) no-repeat center / contain;
	width: 30px;
	height: 18px;
	top: 50%;
	left: 10%;
	margin-top: -8px;
	transform: scaleY(-1);
}
.alignItemsC {
	align-items: center;
}
.twoColumn.flexBasis50 .left, .twoColumn.flexBasis50 .right {
	flex-basis: 50%;
}
.twoColumn.flexBasis30-70 .left {
	flex-basis: 30%;
}
.twoColumn.flexBasis30-70 .right {
	flex-basis: 70%;
}
.twoColumn.flexBasis70-30 .left {
	flex-basis: 70%;
}
.twoColumn.flexBasis70-30 .right {
	flex-basis: 30%;
}
.twoColumn .right img {
	width: 100%;
}
.sup {
	vertical-align: text-top;
	font-size: small;
}
@media screen and (max-width: 767px) {
	#anchorArea {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	h1 {
		margin-bottom: 30px;
	}
	.pcOnly {
		display: none;
	}
	.spOnly {
		display: block;
	}
	.mb35 {
		margin-bottom: 6.666666%;
	}
	.anchorLinks {
		padding-top: 10px;
		margin-bottom: 0;
		text-align: left;
	}
	.anchorLinks.second {
		padding-top: 0;
	}
	.anchorLinks .link {
		padding: 15px 1% 0px 13px;
		width: 90%;
		margin: 0 auto;
		display: block;
		border-right: 0;
		text-align: left;
		text-indent: -13px;
	}
	.anchorLinks .link:before {
		position: relative;
		bottom: auto;
		left: auto;
		margin-left: -8px;
	}
	.anchorLinks .link.two-lines:before {
		position: relative;
		top: auto;
		left: auto;
		transform: initial;
	}
	.sectionIn {
		/*margin-bottom: 12%;*/
		margin-bottom: 15px;
	}
	.sectionIn > div {
		padding: 0;
	}
	.subSectionIn {
		margin-top: 15px;
	}
	.subSectionIn > div {
		padding: 0;
	}
	.sectionIn .pubRttlBdrUnder {
		margin-bottom: 0;
	}
	.imgBox {
		margin: 8% 0;
	}
	.twoColumn {
		display: block;
	}
	.twoColumn .left {
		width: 100%;
		margin: 0 auto 5.333333%;
	}
	.twoColumn .right {
		margin-left: 0;
	}
	.pubRttlBluSquer {
		margin-top: 5%;
	}
	.pubRtableStay {
		width: 100%;
		margin: 5.333333% 0 3.555556% 0;
	}
	.pubRtableStay th, .pubRtableStay td {
		padding: 1% 2%;
		font-size: 15px;
	}
	.pubRtableStay tr th.ttlBlue:first-child {
		width: 110px;
	}
	.pubRtableStay td > p {
		font-size: 13px;
	}
	.pubRtableStay th.ttl, .pubRtableStay td.ttl {
		width: inherit;
	}
	.pubRtableScroll {
		width: 100% !important;
		margin-bottom: 0;
	}
	.pubRtableScroll th.ttl {
		width: 110px;
	}
	.pubRtableScroll td.ttl {
		width: 100px;
	}
	.pubRlinkArrowList {
		margin-bottom: 5.333333%;
	}
	.pubRlinkArrowList li {
		margin-top: 3.555556%;
	}
	.annotation {
		font-size: 12px;
	}
	.twoColumn.flexBasis50 .left, .twoColumn.flexBasis50 .right {
		flex-basis: 100%;
	}
	.twoColumn.flexBasis30-70 .left, .twoColumn.flexBasis30-70 .right {
		flex-basis: 100%;
	}
	.twoColumn.flexBasis70-30 .left, .twoColumn.flexBasis70-30 .right {
		flex-basis: 100%;
	}
	.spmtb30 {
		margin: 30px 0 !important;
	}
	.imgHgtAutoSp, .imgHgtAutoSp img {
		height: auto;
		width: 100%;
	}
}


/*
sp_table_Mdl
-------------------------------------*/
#sp_table{
	display:block;
}
#sp_table .sp_table_heading{
	background-color: #E2F4FD;
	font-size: 15px;
	text-align: center;
	padding: 1em;
}



#sp_table .sp_table_Mdl{
	margin-top: 40px;
}
#sp_table .sp_table_Mdl .linkList{
	float: left;
	margin-right: 55px;
}
#sp_table .sp_table_Mdl .linkList:nth-child(3){
	margin-right: 0;
}
#sp_table .sp_table_Mdl .linkList:last-child{
	float: right;
	margin-right: 0;
}
#sp_table .sp_table_Mdl .linkList .ikumon .btn span:after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 14px;
	background-image: url(/common_2019/img/logo_ikumon.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin: -2px 0 0 10px;
}

#sp_table .sp_table_Mdl .linkList .sp_tableBtn{
	font-weight: bold;
	line-height: 1.4;
	position: relative;
	display: block;
}
#sp_table .sp_table_Mdl .linkList .subBtn2{
	display: inline-block;
	margin-top: 5px;
	margin-left: 1em;
}
@media print, screen and (min-width: 768px) {
	#sp_table{
		display: none;
	}
	#sp_table .sp_table_Mdl .linkList .sp_tableBtn{
		background-color: transparent;
		border-bottom: 1px solid #e2e2e2;
		margin-bottom: 15px;
		padding: 0 0 10px 0;
		font-size: 15px;
		pointer-events: none;
		border-radius: 0;
	}
	#sp_table .sp_table_Mdl .linkList .link .sp_tableBtn{
		border-bottom: 0;
		margin-bottom: 0;
		padding: 0;
	}
	#sp_table .sp_table_Mdl .linkList .sp_tableBtn:after{
		display: none;
	}
	#sp_table .sp_table_Mdl .linkList .sp_tableIn{
		display: block!important;
		padding-bottom: 10px;
	}
	#sp_table .sp_table_Mdl .link.accFooterArea .sp_tableIn{
		padding:10px 0 0 20px;
	}
	#sp_table .sp_table_Mdl .linkList .subLink,
	#sp_table .sp_table_Mdl .linkList .subLink_indent{
		margin-bottom: 10px;
		line-height: 1.4;
	}
	#sp_table .sp_table_Mdl .linkList .subBtn,
	#sp_table .sp_table_Mdl .linkList .subBtn2,
	#sp_table .sp_table_Mdl .linkList .subTtl{
		font-size: 13px;
	}
}
@media screen and (max-width: 767px) {
	#sp_table .sp_table_Mdl{
		margin-top: 0px;
		border-top: 1px solid #e6e6e6;
	}
	#sp_table .sp_table_Mdl .linkList{
		float: none!important;
		margin-right: 0!important;
		font-size: 0;
	}
	#sp_table .sp_table_Mdl .linkList:after{
		content: "";
		clear: both;
		display: block;
	}
	#sp_table .sp_table_Mdl .linkList .subLink,
	#sp_table .sp_table_Mdl .linkList .subLink_indent{
		font-size: 0;
	}
	#sp_table .sp_table_Mdl .linkList .subLink_indent{
		border-bottom: 1px solid #e6e6e6;
		border-top: 0;
		padding: 15px;
	}
	#sp_table .sp_table_Mdl .linkList .link.ikumon{
		position: relative;
	}
	#sp_table .sp_table_Mdl .linkList .sp_tableBtn{
		border-bottom: 1px solid #e6e6e6;
	}
	#sp_table .sp_table_Mdl .linkList .sp40,
	#sp_table .sp_table_Mdl .linkList .sp60{
		width: 50%;
		margin:0;
		line-height: 1.4;
		float: left;
		vertical-align: middle;
	}
	#sp_table .sp_table_Mdl .linkList .sp40{
		width: 40%;
	}
	#sp_table .sp_table_Mdl .linkList .sp60{
		width: 60%;
	}
	#sp_table .sp_table_Mdl .linkList .sp40 .btn,
	#sp_table .sp_table_Mdl .linkList .sp60 .btn{
		border-right: 1px solid #e6e6e6;
	}
	#sp_table .sp_table_Mdl .linkList .sp40.nobdR .btn,
	#sp_table .sp_table_Mdl .linkList .sp60.nobdR .btn{
		border-right: 0;
	}
	#sp_table .sp_table_Mdl .linkList .sp100{
		clear: both;
	}
	#sp_table .sp_table_Mdl .linkList .sp_tableBtn,
	#sp_table .sp_table_Mdl .linkList .subBtn{
		display: block;
		padding: 12px 25px 12px 15px;
		position: relative;
		font-size: 15px;
	}
	#sp_table .sp_table_Mdl .linkList .subTtl{
		font-size: 15px;
	}
	#sp_table .sp_table_Mdl .linkList .subBtn2{
		position: relative;
		font-size: 15px;
	}
	#sp_table .sp_table_Mdl .linkList .ikumon.linkBlank .btn:before{
		content: none;
	}

	#sp_table .sp_table_Mdl .linkList .sp_tableBtn{
		background-color: transparent;
		border-radius: 0;
		cursor: pointer;
		font-size: 15px;
		text-align: center;
	}
	#sp_table .sp_table_Mdl .linkList .sp_tableBtn:after {
		content: "";
		display: block;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    background-image: url(/common_2019/img/icon/icon_plus_blu.svg);
		position: absolute;
		top: 50%;
    right: 10px;
	}
	#sp_table .sp_table_Mdl .linkList .open .sp_tableBtn:after {
    background-image: url(/common_2019/img/icon/icon_minus_blu.svg);
	}
	#sp_table .sp_table_Mdl .linkList .sp_tableIn{
		background: transparent;
		background-size: 100% 1px;
		display: none;
	}
	#sp_table .sp_table_Mdl .linkList .sp_tableIn:after{
		content: "";
		clear: both;
		display: block;
	}
	#sp_table .sp_table_Mdl .linkList .sp_tableIn .subBtn{
		width: 100%;
		border-bottom: 1px solid #e6e6e6;
		border-top: 0;
		display: table;
		text-align: center;
	}
	#sp_table .sp_table_Mdl .linkList .sp_tableIn .subLink_indent{
		border-bottom: 1px solid #b4e8ff;
	}
	#sp_table .sp_table_Mdl .linkList .sp_tableIn .sp40 .subBtn,
	#sp_table .sp_table_Mdl .linkList .sp_tableIn .sp60 .subBtn{
		border-right: 1px solid #e6e6e6;
		padding: 12px 15px 12px 15px;
	}
	#sp_table .sp_table_Mdl .linkList .sp40:nth-child(2n) .subBtn,
	#sp_table .sp_table_Mdl .linkList .sp60:nth-child(2n) .subBtn{
		border-right: 0;
		display: grid;
		justify-items: center;
		align-content: center;
	}
	#sp_table .sp_table_Mdl .linkList .sp_tableIn .sp60 .subBtn.sub-split{
		padding: 0;
	}
	#sp_table .sp_table_Mdl .linkList .sp_tableIn .sp60 .subBtn.sub-split div{
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		min-height: 67px;
		width: 100%;
	}
	#sp_table .sp_table_Mdl .linkList .sp_tableIn .sp60 .subBtn.sub-split .sub-split-top{
		padding: 12px 15px;
		border-bottom: 1px solid #e6e6e6;
	}
	#sp_table .sp_table_Mdl .linkList .sp_tableIn .sp60 .subBtn.sub-split .sub-split-bottom{
		padding: 12px 15px;
	}
	#sp_table .sp_table_Mdl .linkList .sp_tableIn .sp60 .subBtn .fz-small{
		font-size: 14px;
	}
	#sp_table .sp_table_Mdl .linkList .sp_tableIn .subBtn > span{
		width: 100%;
		vertical-align: text-top;
	}
	#sp_table .sp_table_Mdl .linkList .sp_tableIn .subBtn .hosoku{
		text-align: center;
	}
	#sp_table .sp_table_Mdl .linkList .linkBlank:after{
		background-image: url(/common_2019/img/icon/icon_blank_blu.svg);
		position: absolute;
		width: 14px;
		height: 12px;
		top: 50%;
		right: 10px;
		margin: -6px 0 0;
	}
	#sp_table .sp_table_Mdl .linkList .subBtn2.linkBlank{
		padding-right: 2em;
	}
	#sp_table .sp_table_Mdl .linkList .subBtn2.linkBlank:after{
		right: 0;
	}
	#sp_table .flexTable{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

[data-navi="navi_origin"] #sp_table .sp_table_Mdl,
[data-navi="navi_corporate"] #sp_table .sp_table_Mdl{
	margin-top: 0;
	padding-top: 40px;
}
@media screen and (max-width: 767px) {
	[data-navi="navi_origin"] #sp_table .sp_table_Mdl,
	[data-navi="navi_corporate"] #sp_table .sp_table_Mdl{
		padding-top: 0;
	}
}


/* 
table
=======================*/

#kumon_connect .sectionWrap.pc_only_table{
	padding-bottom: 0px;
}

.test_table .pubRtableScroll th,
.test_table .pubRtableScroll td{
	border: none;
	border-right: 1px solid #dcdcdc;;
	border-bottom:1px dashed #dcdcdc;
}

.test_table .pubRtableScroll .full {
	position: sticky;
	top: -1px;
}

.pubRtableStay tr.full th.ttlBlue:first-child,
.test_table .pubRtableScroll .full td{
	border: 1px solid #dcdcdc;
}

.test_table .pubRtableScroll .full .table-color-white{
	color: #fff;
}
.test_table .pubRtableScroll .full .l-width-model{
	width: 135px;
}
.test_table .pubRtableScroll .full :not(.l-table-color-white){
	width: 115px;
}
.test_table .pubRtableScroll .full .l-width-note{
	width: 120px;
}
.test_table .pubRtableScroll .full .xl-width-model{
	width: 180px;
}
.test_table .pubRtableScroll tr.full th,
.test_table .pubRtableScroll tr.full td,
.test_table .pubRtableScroll tr td:nth-child(n+4){
	text-align: center;
}

.test_table .pubRtableScroll td.l-border-left{
	border-left: 1px solid #dcdcdc;
}
.test_table .pubRtableScroll .l-border-bottom td,
.test_table .pubRtableScroll td.l-Safari{
	border-bottom: 1px solid #dcdcdc;
}
.test_table .pubRtableScroll th,
.test_table .pubRtableScroll td{
	padding: 10px 15px;
	text-align: left;
}
.test_table .pubRtableScroll .l-border-bottom td .fz-small{
	font-size: 14px;
}
.test_table .pubRtableScroll .l-border-bottom td.td-split{
	padding: 0;
}
.test_table .pubRtableScroll .l-border-bottom td.td-split div{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 10px 15px;
	min-height: 71px;
}
.test_table .pubRtableScroll .l-border-bottom td.td-split .split-top{
	border-bottom: 1px solid #dcdcdc;
}
.test_table .pubRtableScroll .l-border-bottom td.td-split .split-bottom{
	padding: 10px 15px;
}

.hosoku{
	display: inline-block;
	text-align: left;
	font-size: 14px;
}

@media screen and (min-width: 768px) {
	.test_table .pubRtableScroll .l-border-bottom td.mh{
		height: 72.19px;
	}
}

/*  
flex 2カラム
===============*/
#kumon_connect .imgBox2{
	display: flex;
    justify-content: center;
    margin-bottom: 60px;
    flex-wrap: wrap;
    gap: 19px;
}

#kumon_connect .imgBox2 .box{
	width: 386px;
}
@media screen and (max-width: 767px) {
	#kumon_connect .imgBox2{
		margin-bottom: 60px;
		gap: 2%;
	}
	#kumon_connect .imgBox2 .box{
		width: 48%;
	}
	#kumon_connect .imgBox2 .box img{
		width: 100%;
	}
}

/*  
埋め込み動画
===============*/
#kumon_connect .l-movie-area{
	margin: 0 auto;
	margin-bottom: 50px;
	text-align: center;
}
#kumon_connect .l-movie-area .movieBox{
	max-width: 771px;
	margin: 0 auto 10px;
	border: 1px solid #E2E2E2;
}
#kumon_connect .l-movie-area iframe{
    aspect-ratio: 16 / 9;
	position: static!important;
	display: block;
}

@media screen and (max-width: 767px) {
	#kumon_connect .l-movie-area{
		width: 100%!important;
		text-align: start;
	}
	#kumon_connect .l-movie-area iframe{
		width: 100%!important;
		aspect-ratio: 16 / 9;
	}
}


/*
color txt
================*/
.txtBlue{color: #00A9E0;}
.txtOrange{color: #FF5700;}
.txtGreen{color: #69BE29;}

.naiyoArea .linkTxt{
	color: #17A1E6;
	text-decoration-color: #17A1E6;
}



/*   
junbiArea 
==========*/

.junbiArea .sectionIn_wrap{
	max-width:839px;
	margin: 0 auto;
}
.junbiArea .sectionIn_wrap .sectionIn:last-child{
	margin-bottom: 0;
}
.junbiArea .sectionIn_wrap .sectionIn{
	display: flex;
	justify-content: space-between;
}
.junbiArea .sectionIn .bdrBox{
	width: 359px;
	padding: 0;
}
.junbiArea .sectionIn .bdrBox .ttlBox{ 
	font-size: 18px;
    color: #fff;
    font-weight: bold;
    background-color: #7dcdf4;
    padding: 6px 10px 10px 10px;
    text-align: center;
 }
.junbiArea .sectionIn .bdrBox .boxIn{ 
	color: #1e1e1e;
 }
.junbiArea .sectionIn .bdrBox {  }


@media screen and (max-width: 767px) {
	.junbiArea .sectionIn_wrap .sectionIn{
		flex-direction: column;
	}
	.junbiArea .sectionIn .bdrBox{
		max-width: none;
		width: 100%;
	
	}
}
/*   
kaihiArea 
==========*/
.kaihiArea .linkArrowL{
	color: #17A1E6;
	text-decoration-color: #17A1E6;
}


#kumon_connect #qa .sectionWrap{
	padding-bottom: 100px;
}


@media screen and (max-width: 767px) {
	.sectionWrap.pc_only_table{
		padding: 0;
	}
}
@media screen and (max-width: 767px) {
	#kumon_connect .faqRanking .ttlBgBlue{
		margin-bottom: 20px;
	}
	#kumon_connect .faqRanking .qaArea{
		margin-bottom: 10px;
	}
	#kumon_connect .faqRanking .qaArea:last-child{
		margin-bottom: 0px;
	}
}


/*   
背景下向き三角形
====================*/
#kumon_connect .arrowWrap{
	background: url(/kumon_connect/img/arrow_dblu_d.png) no-repeat bottom center;
}

.width100per.pubRtableStay {
	width: 100%;
}

.width100per.pubRtableStay tr th.ttlBlue:first-child {
	width: inherit;
}

.test_table .width100per.pubRtableScroll .full :not(.l-table-color-white) {
	width: inherit;
}

.width100per.pubRtableStay th.ttl, .width100per.pubRtableStay td.ttl {
	width: inherit;
}

.width100per.pubRtableStay td {
	text-align: center;
}


/*
キャンペーンBエリア
====================*/
.campaignWrap {
    margin: 0 0 60px;
}
.reservationTrialBnr {
    margin: 0 auto 70px;
}
.freeCampaignArea {
    margin: 0;
}
.reservationTrialBnr + .freeCampaignArea {
	margin: 60px 0;
}

@media screen and (max-width: 767px) {
	.campaignWrap {
		margin: 0 0 35px;
	}
	.reservationTrialBnr {
	    margin: 0 auto 50px;
	}
	.freeCampaignArea {
	    margin: 0;
	}
	.reservationTrialBnr + .freeCampaignArea {
		margin: 50px 0;
	}
}

/*
kengakuArea
====================*/
.kengakuArea .imgBox {
	margin: 0;
}
.text_indent {
    margin-top: 16px;
}
.fcBlue {
    color: #00A9E0;
}
.boxShadow {
    box-shadow: 0px 6px 0px rgba(000, 000, 000, 0.1);
}
.text_indent li{
    margin-top: 4px;
    text-indent: -1em;
    margin-left: 1em;
    font-size: 14px;
    line-height: 21px;
}
/* arrowBtn */
.arrowBtn{
	display: inline-block;
	font-size: 18px;
	text-align: center;
	position: relative;
	color: #1e1e1e;
    font-weight: bold;
    background: url(/common_2024/img/arrow/arw_r_black.svg) no-repeat;
	background-color: #fff;
    background-size: 16px;
    background-position: right 13px center;
    border-radius: 48px;
    padding: 12px 36px 12px 18px;
    width: 100%;
}
.arrowBtn.bgBlue{
    background: url(/common_2024/img/arrow/arw_r_black.svg) no-repeat;
	background-color: #D0F0FF;
    background-size: 24px;
    background-position: right 12px center;
    padding: 12px 36px 12px 18px;
    border-radius: 40px;
    line-height: 24px;
}

.blankBtn{
	display: inline-block;
	font-size: 18px;
	text-align: center;
	position: relative;
	color: #1e1e1e;
    font-weight: bold;
    background: url(/common_2024/img/icon/icon_blank_black.svg) no-repeat;
	background-color: #fff;
    background-size: 16px;
    background-position: right 13px center;
    border-radius: 48px;
    padding: 12px 36px 12px 18px;
    width: 100%;
}
.blankBtn.bgBlue{
	background-color: #D0F0FF;
    background-size: 22px;
    background-position: right 14px center;
    padding: 12px 36px 12px 18px;
    border-radius: 40px;
    line-height: 24px;
}
.arrowBtn.w540,
.anchorBtn.w540,
.blankBtn.w540{
    max-width: 540px;
}
.arrowBtn:hover,
.anchorBtn:hover,
.blankBtn:hover{
    opacity: 0.7;
}
@media screen and (max-width: 767px){
    .arrowBtn.bgBlue,
	.anchorBtn.bgBlue,
	.blankBtn.bgBlue{
        border-radius: 36px;
    }
}
@media screen and (max-width: 420px) {
    .arrowBtn,
    .arrowBtn.bgBlue,
    .anchorBtn,
    .anchorBtn.bgBlue,
	.blankBtn,
	.blankBtn.bgBlue{
        font-size: 1rem;
	}
}
@media screen and (max-width: 325px) {
    .arrowBtn,
    .arrowBtn.bgBlue
    .anchorBtn,
    .anchorBtn.bgBlue,
	.blankBtn,
	.blankBtn.bgBlue{
        font-size: 0.9rem;
	}
}
/*
detailArea
====================*/
.detailArea .ttlBgBlue{
	background-color: #7dcdf4;
    color: #fff;
    font-size: 30px;
    line-height: 1.3;
    padding: 13px 25px 14px;
    margin-bottom: 40px;
    border-radius: 5px;
    font-weight: bold;
    position: relative;
	cursor: pointer;
}
.detailArea .ttlBgBlue.accBtn:after{
	background-image: url(/common_2019/img/icon/icon_plus_wh.svg);
}
.detailArea .open .ttlBgBlue.accBtn:after{
	background-image: url(/common_2019/img/icon/icon_minus_wh.svg);
}
#sp_table .sp_table_Mdl .linkList .sp_tableIn .subBtn.aligCenter{
	display: flex;
	align-items: center;
	justify-content: center;
}
.detailArea .detailContent{
	padding: 0;
}
.detailArea .pubRtableStay tr.full th.ttlBlue,
.detailArea .pubRtableStay tr.full td.ttlBlue{
	border-bottom: 0;
}
.detailArea .test_table .pubRtableScroll td.m-width{
	width: 100px;
}
.detailArea .test_table .pubRtableScroll tr td:nth-child(3){
	text-align: center;
}
@media screen and (max-width: 767px){
	.detailArea .ttlBgBlue{
		font-size: 26px;
        padding: 16px 17% 13px 4%;
        margin-bottom: 20px;
        border-radius: 0;
	}
}

/* =================================================== */
@media screen and (max-width: 767px) {
    .reservationTrialBnr .btnBox {
        max-width: fit-content;
    }
    .reservationTrialBnr .btnBox .btn {
        max-width: fit-content;
    }
}