/*■■■■■ ↓消さないでください↓ ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/* type104-21 */

@import url("../../../../go/designtemplate/pc/type104-01/stylebase.css");
@import url("../../../../go/designtemplate/pc/type104-01/stylebasecolor.css");
@import url("../../../../go/designtemplate/pc/type104-01/style_noside.css");

/*■■■■■ ↑消さないでください↑ ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/





/*■■■■■ ↓カスタムデザイン用スタイル記述エリア↓ ■■■■■■■■■■■■■■■■■■■■■■*/
body {
	letter-spacing: 0.2em;
}
#INDEX .header_area {
	position: relative;
}
.sidebar_top {
	margin-top: 50px;
	margin-bottom: 50px;
}
.footer {
	margin-top: 0;
}
.area_8 .form_this .form_title,
.area_8 .this .this_title,.pagetitle .pagetitle_1 {
	font-size: 142%;
}
.list_2 .mark_details_2.title_center {
	font-size: 100%;
	padding: 10px 10px 12px;
	margin-top: 15px !important;
	margin-bottom: 0 !important;
}


/* 注意事項 */
.attention {
	border-color: #e53935;
}
.attention li:before {
	content: "\00203B";
	color: #e53935;
	font-size: 100%;
	margin: 0 0 0 -15px;
}


/* CTA */
.text_box .cta_link {
	border: none !important;
	color: #333333 !important;
	font-weight: bold;
	font-size: 116%;
	padding: 20px 10px !important;
	margin-top: 15px !important;
	width: 70%;
}
.text_box .cta_link:hover {
	background: #FFFFFF !important;
	color: #333333 !important;
	transform: scale(1.1,1.1);
}

.area_9 .text_box .cta_link {
	background: #FF9800 !important;
	border: none !important;
	color: #FFFFFF !important;
}
.area_9 .text_box .cta_link:hover {
	background: #FF9800 !important;
	color: #FFFFFF !important;
}
.area_9 .riblock {
	padding: 40px !important;
}



/*■■■■■ 個別ページ ■■■■■*/
/* こんなお悩み抱えていませんか？ */
.problem {
	background-color: #f9fbe7;
	border: none;
}
.problem table td {
	background: none;
	border: none;
}
.problem .rsstep li:first-child {
	padding: 20px;
	border-radius: 15px;
}
.problem .rsstep li:last-of-type {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}


/* 特徴 */
.area_8 .ingenuity li,
.area_8 .ingenuity li:nth-of-type(3n) {
	background: #f7f2e9;
	border: none;
	border-radius: 15px;
	padding: 40px 30px !important;
}


/* 保険代理店向け安心機能 */
#riid_1229 .list_2,
#riid_1926 .list_2 {
	box-shadow: none;
	box-sizing: border-box;
	padding: 40px !important;
	overflow: visible;
	margin-bottom: 60px !important;
}
#riid_1926 .list_2 {
	background: #F7F7F7;
}
#riid_1229 .list_2 .child_bannerlink:first-child,
#riid_1926 .list_2 .child_bannerlink:first-child {
	position: absolute;
	z-index: 1;
	margin-top: -70px;
	left: 0;
	right: 0;
}


/* 保険代理店主さんへ */
.worry .point1 {
	background: #F4F8EC;
	border: none;
	width: 80% !important;
	margin: 20px auto 0 !important;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.worry .point1:hover {
	transform: scale(1.05,1.05);
}
.worry {
	text-decoration: none !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: 6px;
	left: 6px;
	transform: rotate(45deg);
	width: 5px;
	height: 10px;
	border: solid #ff9800;
	border-width: 0 4px 4px 0;
	content: '';
}
.check_button input {
    display: none;
}


/* 料金 */
.step li {
	background: #FFFFFF;
	border-top: 5px solid #FFB400 !important;
	border-radius: 10px;
	padding: 20px !important;
}



/*■■■■■ スマホ版プレビュー画面 ■■■■■*/
.prev_all_smart #riid_1229 .list_2,
.prev_all_smart #riid_1926 .list_2,
.prev_all_smart .area_9 .riblock {
	padding: 25px !important;
}



/*■■■■■ スマホ版ホームページ ■■■■■*/
@media only screen and (max-width: 667px) {
	#riid_1229 .list_2,
	#riid_1926 .list_2,
	.area_9 .riblock {
		padding: 25px !important;
	}
}


/*■■■■■ ↑カスタムデザイン用スタイル記述エリア↑ ■■■■■■■■■■■■■■■■■■■■■■*/
