/*■■■■■ ↓消さないでください↓ ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/* type098-02 */

@import url("../../../../go/designtemplate/pc/type098-01/stylebase.css");
@import url("../../../../go/designtemplate/pc/type098-02/stylebasecolor.css");

/*■■■■■ ↑消さないでください↑ ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/





/*■■■■■ ↓カスタムデザイン用スタイル記述エリア↓ ■■■■■■■■■■■■■■■■■■■■■■*/

/*■■■■■ リンク ■■■■■*/
a,
#select2-drop u,
#s2id_linkstyle u,
.area_8 .table_calendar_tate tr.calendar_month td.month {
	color: #f38c12;
}
a:hover {
	color: #f38c12;
}

/*■■■■■ リンクボタンタイプ（おすすめタイプ２） ■■■■■*/
.rilinktype0,
.edit_form .rilinktype0,
.nicEdit-main .rilinktype0 {
	background: #FFFFFF;
	border: 2px solid #f38c12 !important;
	color: #f38c12 !important;
	font-weight: bold;
}
.rilinktype0:hover,
.edit_form .rilinktype0:hover,
.nicEdit-main .rilinktype0:hover {
	background: #f38c12;
	border: 2px solid #FFFFFF !important;
	color: #FFFFFF !important;
}


/*■■■■■ エリア３ ■■■■■*/
/* リンク */
.area_3 .rilinktype0 {
	border-color: #333333 !important;
	color: #333333 !important;
}
.area_3 .rilinktype0:hover {
	background: #333333 !important;
	color: #FFFFFF !important;
}


/*■■■■■ エリア７ ■■■■■*/
.area_7 .none .title,
.area_7 .this .title,
.area_7 .form_none .form_title,
.area_7 .form_this .form_title {
	font-size: 142%;
	border: none;
}

/* ページタイトル */
.titile_only {
	display: block;
	text-align: center;
	padding: 0 0 15px 0;
	margin: 0 0 30px 0;
	position: relative;
}
.titile_only:after{
	content: " ";
	background: #FFFFFF;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	width: 10%;
	margin: 0 auto;
	position: absolute;
}

.area_7 .list_1 .noframe td {
	color: #FFFFFF;
}

/* テキスト */
.area_7 p {
	text-align: center;
}

.prev_all_smart .area_7 p br {
	display: none;
}
@media screen and (max-width: 480px) {
	.area_7  p br {
		display: none;
	}
}


/* リンク */
.area_7 .list_1 .rilinktype0,
.area_7 .list_1 .rilinktype0:hover {
	box-sizing: border-box;
	font-weight: bold;
	padding: 20px 15px !important;
	margin: 20px 0 !important;
	width: 60%;
}
.area_7 .list_1 .rilinktype0:hover{
	background: #ffc107;
}
.prev_all_smart .area_7 .list_1 .rilinktype0,
.prev_all_smart .area_7 .list_1 .rilinktype0:hover {
	width: 100%;
}
@media screen and (max-width: 480px) {
	.area_7 .list_1 .rilinktype0,
	.area_7 .list_1 .rilinktype0:hover {
		width: 100%;
	}
}


/*■■■■■ エリア８ ■■■■■*/
/* 注意事項 */
.attention {
	border-color: #e53935;
}
.attention li:before {
	content: "\00203B";
	color: #e53935;
	font-size: 100%;
	margin: 0 0 0 -20px;
}

/* しぼりこみリンク */
details .rilinktype0 {
	border: 1px solid #CCCCCC !important;
	color: #333333 !important;
	font-size: 86%;
	margin: 0 5px 5px 0 !important;
}
details .rilinktype0:hover {
	background: #CCCCCC !important;
	color: #333333 !important;
}

/* 申込リンク（大） */
.app_link,
.app_link:hover {
	box-sizing: border-box;
	font-weight: bold;
	padding: 15px 15px !important;
	margin-top: 20px !important;
	width: 80%;
}
.flex-container .app_link,
.flex-container .app_link:hover {
	width: 100%;
}
.prev_all_smart .app_link,
.prev_all_smart .app_linkhover {
	width: 100% !important;
}
@media screen and (max-width: 480px) {
	.app_link,
	.app_link:hover {
		width: 100% !important;
	}
}

/* 流れ */
.step li {
	border-top: 5px solid #FFB400 !important;
	border-radius: 10px;
	padding: 20px !important;
}

/* シミュレーター　ラジオボタン */
.radio_button label {
	display: flex;
	align-items: center;
	gap: 0 .5em;
	position: relative;
	cursor: pointer;
	margin: 0 0 10px 0;
}
.radio_button label::before,
.radio_button label:has(:checked)::after {
	border-radius: 50%;
	content: '';
}
.radio_button label::before {
    width: 20px;
    height: 20px;
    background-color: #EEEEEE;
}
.radio_button label:has(:checked)::after {
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translate(-50%, -50%);
	width: 14px;
	height: 14px;
	background-color: #ff9800;
}
.radio_button input {
	display: none;
}

/* シミュレーター　チェックボックス */
.check_button label {
	display: flex;
	align-items: center;
	gap: 0 .5em;
	position: relative;
	cursor: pointer;
	margin: 0 0 10px 0;
}
.check_button label::before {
	width: 20px;
	height: 20px;
	border-radius: 3px;
	background-color: #EEEEEE;
	content: '';
}
.check_button label:has(:checked)::after {
	position: absolute;
	top: 3px;
	left: 6px;
	transform: rotate(45deg);
	width: 5px;
	height: 10px;
	border: solid #ff9800;
	border-width: 0 4px 4px 0;
	content: '';
}
.check_button input {
    display: none;
}



/*■■■■■ 子ページの目次 ■■■■■*/
.area_8 .mokuji:nth-of-type(1) {
	padding: 0 0 60px 0;
}



/*■■■■■ 機能ページ ■■■■■*/
#riid_17418 .list_2 .child_bannerlink,
#riid_17419 .list_2 .child_bannerlink,
#riid_17420 .list_2 .child_bannerlink,
#riid_17421 .list_2 .child_bannerlink,
#riidareachild_8-6956 .list_2 .child_bannerlink {
	box-sizing: border-box;
	border: 2px solid #CCCCCC;
	margin: 0;
	position: relative;
}
#riid_17418 .list_2 .child_bannerlink:hover,
#riid_17419 .list_2 .child_bannerlink:hover,
#riid_17420 .list_2 .child_bannerlink:hover,
#riid_17421 .list_2 .child_bannerlink:hover,
#riidareachild_8-6956 .list_2 .child_bannerlink:hover {
	border: 2px solid #FFC107;
	margin: 0;
}
#riid_17418 .list_2 .child_bannerlink::after,
#riid_17419 .list_2 .child_bannerlink::after,
#riid_17420 .list_2 .child_bannerlink::after,
#riid_17421 .list_2 .child_bannerlink::after,
#riidareachild_8-6956 .list_2 .child_bannerlink::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 0;
	border-color: transparent #FFC107 transparent transparent;
}


/*■■■■■ お手本 ■■■■■*/
#riidareachild_7-336 .list_2 {
	background: #FFFFFF;
}
#riidareachild_7-336 .list_2 .child_link .title_s {
	color: #666666;
	padding: 10px;
	text-align: center;
	text-decoration: none !important;
}
#riidareachild_7-336 .list_2 .child_link .title_s:before {
	content: none;
}


/*■■■■■ ↑カスタムデザイン用スタイル記述エリア↑ ■■■■■■■■■■■■■■■■■■■■■■*/
