@charset "utf-8";
/*////////////////////////////////////////////////////////////////////////////////////
お申込みページ：お申込みフロー設定
https://his-mobile.com/beginner/entry/

ブレイクポイント★784px
---------------------
対象OS
【PC】Microsoft Windows7以降【SP】iPhone、iPad：iOS 7.0以降、Android搭載端末：Android4.0以降
---------------------
対象ブラウザ
【PC】Internet Explorer11以上、Firefox 最新版、Chrome 最新版【SP】iPhone、iPad：Safariのみ、Android搭載端末（Xperia、Galaxy）：Chromeのみ"
---------------------
////////////////////////////////////////////////////////////////////////////////////*/

/* ===============================================
 mainArea（メインコンテンツ部分 共通設定）　
=============================================== */
/*＝＝＝＝＊＊clickBlock「クリックエリア」 ＊＊＝＝＝＝*/
/*共通設定*/
main .selectBox .clickBlock {
	position: relative;
}
main .selectBox .clickBlock::before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	position: absolute;
	top: 1.875rem;/*30*/
	left: 0;
	z-index: 10;
}
main .selectBox .clickBlock::after {
	content: "選択不要";
	width: 100%;
	height: 1em;
	text-align: center;
	font-size: 2rem;
	line-height: 1;
	color: #fff;
	font-weight: bold;
	position: absolute;
	top: 58%;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 11;
}
main .selectBox .listItem.entry .linkBtn a {
	border-radius: 31px !important;
}
main .selectBox .listItem.entry .linkBtn.off {
	display: none;
}
.customBtn.entry {
    display: none;
}
main .title.mb {
    margin-bottom: 1.25rem;
}
main p.mb {
    margin-bottom: 2.5rem;
}
/*SP設定*/
@media screen and (max-width:784px) {
main .selectBox .listItem.entry .linkBtn a {
	border-radius: 29px !important;
}
.linkBtn.typeB.single a {
    width: 93.75014084507042%;
    }
}

/*＝＝＝＝＊＊selectBtn「選択ボタン」＊＊＝＝＝＝*/
/*共通設定*/
main .selectBox .selectBtn {
	width: 95.83333333333333%;/*920*/
	margin: 1.25rem auto 0;/*20*/
	overflow: hidden;
}
main .selectBox .selectBtn .btn {
	float: left;
	width: 48.91304347826087%;/*450/920*/
	padding: 0 3.875rem;/*62*/
	border: 1px solid #00afd5;
	background: #fff;
	text-align: center;
	position: relative;
	cursor: pointer;
}
main .selectBox .selectBtn .btn::before {
	content: "";
	background: url(../images/common/common_ic_41.svg) no-repeat;
	background-size: contain;
	width: 1.25rem;/*20*/
	height: 1.25rem;/*20*/
	position: absolute;
	top: 0;
	bottom: 0;
	left: 2rem;/*32*/
	margin: auto;
}
main .selectBox .selectBtn .btn.select {
	background: #e0f0ff;
}
main .selectBox .selectBtn .btn.select::before {
	background-image: url(../images/common/common_ic_41_on.svg);
}
main .selectBox .selectBtn .btn:nth-child(even) {
	float: right;
}
main .selectBox .selectBtn .btn:nth-child(n+3) {
	margin-top: 2.173913043478261%;/*20*/
}
main .selectBox .selectBtn .btn .all {
	display: table;
	width: 100%;
	height: 100%;
	min-height: 3.75rem;/*60*/
	padding: .9375rem 0 0.875rem;/*15 0 14*/
}
main .selectBox .selectBtn .btn .all .txt {
	display: table-cell;
	vertical-align: middle;
}
main .selectBox .selectBtn + * {
	margin-top: 1.25rem;/*20*/
}
main .selectBox .selectBtn + .title.title05 {
	margin-top: 1.875rem;/*30*/
}

/*SP設定*/
@media screen and (max-width:784px) {
main .selectBox .selectBtn .btn, main .selectBox .selectBtn .btn:nth-child(even) {
	float: none;
	margin: auto;
	width: 100%;
	max-width: 450px;
}
main .selectBox .selectBtn .btn:not(:first-child) {
	margin-top: 1.071428571428571rem;/*15*/
}
}

/*＝＝＝＝＊＊resultList「選択結果リスト」＊＊＝＝＝＝*/
/*共通設定*/
main .selectConts {
	margin-top: 1.5rem;/*24*/
}
main .selectConts .resultList {
	overflow: hidden;
}
main .selectConts .resultList .unselected {
	color: #e5007e;
}
main .selectConts .resultList > li {
	padding: 1.25rem;/*20*/
	line-height: 1;
	border: 1px solid #333;
	position: relative;
	margin-top: 1.325rem;/*22*/
}

main .selectConts .resultList > li::before {
	content: attr(data-title);
	font-size: 1rem;/*16*/
	line-height: 1;
	position: absolute;
	top: -1.375rem;/*22*/
	left: 0;
	color: #333;
}


/*SP設定*/
@media screen and (max-width:784px) {
main .selectConts .resultList > li:not(:last-child) {
	margin-bottom: 2.5rem;/*35*/
}
}

/*PC設定*/
@media screen and (min-width:784.1px) and (max-width:880px) {
main .selectConts .resultList > li::before {
	font-size: 15px;
}
}
@media screen and (min-width:784.1px) {
main .selectConts .resultList > li {
	float: left;
	width: 32.44444444444444%;/*243.3333333333333*/
}
main .selectConts .resultList > li:not(:last-child) {
	margin-right: 1.333333333333333%;/*10*/
}
}

/**/
.btn-wrap {display: flex; flex-wrap: wrap; position: relative; margin: 1.25rem 0 2.5rem; padding: 0 1.25rem 1.25rem; border: 1px solid #00afd5; border-radius: 10px; background-color: #ffffff;}
.btn-wrap::before, .btn-wrap::after {position: absolute; left: 50%; top: 100%; border: solid transparent; content: ""; width: 0; height: 0; border-width: 22px; margin: 0 0 0 22px;}
.btn-wrap::before {border-top-color: #00afd5; margin-left: -22px;}
.btn-wrap::after {border-top-color: #ffffff; margin: -1px 0 0 -22px;}
.btn-wrap > li {cursor: pointer; transition: .4s; position: relative; width: 23.5%; line-height: 1.4; margin: 1.25rem 2% 0 0; padding: 0.875rem 1.875rem 0.6875rem; border-radius: 9999px; background-color: #ccf4ff; color: #034298; text-align: center;}
.devicePC .btn-wrap > li:hover, .btn-wrap > li.current {background-color: #034298; color: #ffffff;}
.btn-wrap > li::after {content: ""; position: absolute; top: 0; bottom: 0; right: 1.25rem; margin: auto; background: url("https://his-mobile.com/wp-content/themes/hismobile/css/../images/common/common_ic_16.svg") no-repeat; background-size: contain; width: 0.875rem; height: 0.5rem;}
.devicePC .btn-wrap > li:hover::after, .btn-wrap > li.current::after {background-image: url("https://his-mobile.com/wp-content/themes/hismobile/css/../images/common/common_ic_14.svg"); }
.js-tab-contents {display: none;}
.js-tab-contents.current {display: block;}
.js-tab-contents.linkBtnArea + .linkBtnArea {margin-top: 0;}
main .secBox .contsArea .js-tab-contents .linkBtn.typeB {margin-top: 0;}
.js-tab-contents .linkBtn.typeB a {border-radius: 9999px!important;}
@media screen and (min-width: 890.1px) {.btn-wrap > li:nth-child(4n) {margin-right: 0;}}
@media screen and (max-width: 890px) {.btn-wrap > li {width: 32%;} .btn-wrap > li:nth-child(3n) {margin-right: 0;}}
@media screen and (max-width: 600px) {.btn-wrap > li {width: 49%;} .btn-wrap > li:nth-child(3n) {margin-right: 2%;} .btn-wrap > li:nth-child(2n) {margin-right: 0;} .btn-wrap::before, .btn-wrap::after{border-width: 18px; margin: 0 0 0 16px;} .btn-wrap::before {margin-left: -16px;} .btn-wrap::after {margin: -1px 0 0 -16px;}.btn-wrap {padding: 0 .4rem 1.25rem;}}
@media screen and (max-width: 481px) {.btn-wrap > li {padding: 1rem 1.875rem;} .btn-wrap > li::after{right: 0.8rem;}}
@media screen and (max-width: 350px) {.btn-wrap > li{font-size: 0.9rem;}}
