@charset "UTF-8";
/* common */
.container,
.float_box {
	font-family: "Roboto", "Helvetica Neue", "Century Gothic", "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
.container {
	max-width: 1040px;
	margin: auto;
	padding: 0 0 40px;
}
.container img {
	width: 100%;
	height: auto;
}
.container .note,
.container .text_notes p{
	font-size: 12px;
}
.container strong,
.container em {
	font-weight: bold;
}
.container .col_red {
	color: #FF2B2B;
}
.container .col_ye,
.inquiry .online h3 span {
	color: #FEFE7A;
}
.container .sec_inner,
.contents>.cv_area {
	padding: 0 15px;
}
/* btn */
a.cv_btn {
	display: block;
	position: relative;
	text-decoration: none;
	background: url("images/ico_calculator.png") no-repeat 3.5vw center, linear-gradient(to bottom, #f84a4a 0%, #f84a4a 50%, #f82a2a 51%, #d22323 100%);
	background-size: 10.133vw auto, auto;
	color: #fff;
	padding: 2.667vw 2.667vw 3.467vw 14.5vw;
	border-radius: 6px;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, .2);
	margin: auto;
	font-size: 4.267vw;
}
.cv_btn::before {
	content: "";
	position: absolute;
	display: block;
	top: .8vw;
	bottom: .8vw;
	left: .8vw;
	right: .8vw;
	border: 2px solid rgba(255, 255, 255, .5);
	border-radius: 6px;
}
.container .btn_txt {
	text-align: center;
	line-height: 1;
	text-shadow: 0 0 8px rgba(0, 0, 0, .75);
}
.container .btn_txt>span {
	display: block;
}
.btn_txt .sub {
	margin: 0 0 1.867vw;
}
.btn_txt .col_txt {
	color: #f0ff00;
}
.btn_txt .col_txt em {
	font-weight: bold;
	font-size: 8vw;
}
.btn_txt .main {
	font-weight: bold;
	font-size: 7.467vw;
	letter-spacing: -.05em;
}
/* 見出し */
.container .sec_ttl {
	text-align: center;
	position: relative;
	margin: 0 auto 5px;
	letter-spacing: .08em;
}
.container .sec_ttl::before {
	content: '';
	width: 100%;
	height: 1px;
	background: #d1d1d1;
	position: absolute;
	top: 50%;
	left: 0;
}
.container .sec_ttl>span {
	font-weight: bold;
	position: relative;
	z-index: 1;
	background: #fff;
	padding: 0 10px;
	display: inline-block;
}
/* company_list */
.container .company_list {
	display: flex;
	flex-wrap: wrap;
}
.container .company_list li {
	width: calc((100% - 30px) / 4);
	margin: 0 10px 10px 0;
	border: 1px solid #d1d1d1;
	padding: 10px;
	background: #fff;
}
.container .company_list li:nth-child(4n) {
	margin-right: 0;
}
/* more_btn */
.container .more_btn {
	display: block;
	text-align: center;
	padding: 0 10px;
}
.trial_calculation .ttl_btn,
.container .more_btn span {
	position: relative;
	font-size: 14px;
	cursor: pointer;
}
.trial_calculation .ttl_btn {
	padding: 0 0 15px 30px;
}
.container .more_btn span {
	display: inline-block;
	text-align: center;
	padding: 0 0 0 25px;
}
.trial_calculation .ttl_btn::before,
.container .more_btn span::before {
	content: "＋";
	position: absolute;
	left: 0;
	color: #888;
	font-size: 21px;
	line-height: 1;
}
.trial_calculation .ttl_btn.open {
	border-bottom: 1px dashed #ccc;
}
.trial_calculation .ttl_btn.open::before,
.container .more_btn.open span::before {
	content: "－";
}
/* mv */
.mv_wrap {
	position: relative;
}
.mv_wrap .cv_btn {
	position: absolute;
	width: calc(100% - 8vw);
	bottom:3vw;
	left: 4vw;
}
/* ranking */
.monthry_ranking,
.monthry_ranking .sec_ttl span {
	background: #f1f1f1;
}
.monthry_ranking {
	padding: 10px 0;
	text-align: center;
}
.monthry_ranking .scroll_wrap {
	overflow-x: scroll;
}
.monthry_ranking .scroll_wrap::-webkit-scrollbar {
	display: none;
}
.monthry_ranking .ranking_list_box {
	display: flex;
	width: max-content;
	padding: 0 15px 10px;
	margin: auto;
}
.monthry_ranking .ranking_list_box li {
	width: 100px;
	background: #fff;
	border-radius: 4px;
	margin-right: 10px;
	padding: 5px 10px 10px;
	border: 1px solid #d1d1d1;
	box-shadow: rgba(0, 0, 0, .2) 0px 2px 0px;
}
.monthry_ranking .ranking_list_box li:last-child {
	margin-right: 0;
}
.monthry_ranking .ranking_list_box a {
	text-decoration: none;
}
.monthry_ranking .rank_icon {
	display: block;
	width: 36px;
	max-width: 72px;
	margin: 0 auto 5px;
}
.monthry_ranking .no4 .rank_icon,
.monthry_ranking .no5 .rank_icon {
	width: 24px;
	max-width: 48px;
}
.monthry_ranking figcaption {
	font-size: 11px;
	color: #888;
	line-height: 1.2;
	padding: 5px 0 0;
}
.monthry_ranking .note {
	color: #888;
}
.monthry_ranking .noitem{
	padding: 10px 15px 15px;	
}
/* 保険市場が選ばれる理由 */
.container .reasons {
	padding: 10px 0 20px;
}
.reasons .intro {
	margin: 0 auto 10px;
	font-size: 14px;
}
.reasons .reasons_list {
	display: flex;
	align-content: center;
	border-top: 1px solid #d1d1d1;
	padding: 10px 0;
}
.reasons .reasons_list li {
	display: flex;
	align-items: center;
	font-size: 11px;
	width: 50%;
	min-height: 40px;
	background: url("images/ico_we.png") no-repeat;
	background-size: 50px auto;
	padding: 0 15px 0 60px;
	border-right: 1px solid #d1d1d1;
}
.reasons .reasons_list li:last-child {
	border: 0;
	background-image: url("images/ico_setting.png");
	background-position: 10px 0;
}
.reasons .summary {
	background: #FAF4E1;
	font-weight: bold;
	padding: 10px;
	border-radius: 8px;
	text-align: center;
	letter-spacing: .08em;
}
.reasons .summary strong {
	font-size: 20px;
}
/* まずは一括見積りで保険料を比較！ */
.container .estimate {
	margin: 0 auto 40px;
}
.estimate h2 {
	background: #FAE5E1;
	border-top: 2px solid #FF2B2B;
	font-size: 20px;
	padding: 10px;
	font-weight: bold;
	text-align: center;
	letter-spacing: .04em;
	margin: 0 auto 20px;
}
.estimate .intro {
	background: url("images/ico_fp.png") 0 center no-repeat;
	background-size: 80px auto;
	padding: 0 0 0 95px;
	margin-bottom: 20px;
}
.estimate .company_list_wrap {
	margin: 0 0 15px;
}
.estimate .company_list_wrap .ttl {
	text-align: center;
	font-size: 12px;
	margin: 0 0 5px;
}
.trial_calculation {
	border: 1px solid #D1D1D1;
	border-radius: 4px;
	padding: 15px 15px 0 15px;
	margin: 20px 0;
}
.trial_calculation .ttl_btn {
	position: relative;
	font-size: 14px;
	padding: 0 0 15px 30px;
	cursor: pointer;
}
.trial_calculation .ttl_btn::before {
	content: "＋";
	position: absolute;
	left: 0;
	color: #888;
	font-size: 21px;
	line-height: 1;
}
.trial_calculation .ttl_btn.open {
	border-bottom: 1px dashed #ccc;
}
.trial_calculation .ttl_btn.open::before {
	content: "－";
}
.trial_calculation .notes {
	display: none;
	font-size: 12px;
	padding: 0 0 15px;
	margin: 15px 0 0 0;
}
/* お見積り結果が出たら… */
.point h2 {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	letter-spacing: .08em;
	margin-bottom: 20px;
}
.point h2 strong {
	font-size: 28px;
}
.point .point_list .ttl {
	font-size: 20px;
	font-weight: bold;
	background: #E1F2FA url("images/point1.png") no-repeat;
	background-size: 70px auto;
	padding: 10px 10px 10px 80px;
	letter-spacing: .04em;
}
.point .point_list li:nth-child(2) .ttl {
	background-image: url("images/point2.png");
}
.point .point_list li:nth-child(3) .ttl {
	background-image: url("images/point3.png");
}
.point .point_list .detail {
	background: url("images/ico_application.png") no-repeat 15px center;
	background-size: 80px auto;
	padding: 20px 15px 20px 110px;
}
.point .point_list li:nth-child(2) .detail {
	background-image: url("images/ico_document.png");
}
.point .point_list li:nth-child(3) .detail {
	background-image: url("images/ico_online.png");
}
/* 保険会社一覧*/
.container .company_intro {
	margin: 0 auto 20px;
}
.company_intro .intro {
	margin: 0 0 20px;
}
.company_intro .company_list_wrap {
	background: #f1f1f1;
	padding: 0 15px 15px;
}
.company_intro h2 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 20px 0 10px;
	letter-spacing: .08em;
}
.company_intro .fold_area {
	display: none;
}
.contents>.cv_area {
	margin: 0 auto 40px;
}
/* 契約中の保険の 内容変更・更新について */
.contents .inquiry {
	margin: 0 auto 30px;
}
.inquiry h2 {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	margin: 0 auto 20px;
	letter-spacing: .08em;
}
.inquiry h2 strong {
	font-size: 28px;
}
a.tel_area {
	display: block;
	text-decoration: none;
	box-shadow: 0px 4px 4px #d1d1d180;
	border: 1px solid #d1d1d1;
	border-radius: 4px;
	margin: 0 15px 20px;
	padding: 10px;
	text-align: center;
}
.tel_area .tel_ttl {
	font-weight: bold;
	margin: 0 0 10px;
	letter-spacing: .08em;
}
.tel_area .tel_num {
	position: relative;
	display: inline-block;
	font-size: 32px;
	line-height: 40px;
	font-weight: bold;
	color: #08c;
	padding-left: 55px;
	background: url(images/ico_telephone.png) no-repeat left center;
	background-size: 44px auto;
}
.tel_area .tel_time {
	font-size: 14px;
	padding: 10px 0 0;
}
.flow_area .sec_ttl {
	color: #08c;
}
.flow_area .sec_ttl::before {
	background: #08c;
}
.flow_area .flow_list {
	position: relative;
	display: flex;
	flex-direction: column;
	background: #E1F2FA;
	padding: 20px 15px;
}
.flow_area .flow_list::after {
	display: block;
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 0;
	border-top: 15px solid #E1F2FA;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	transform: translateX(-50%);
}
.flow_area .flow_list li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 8px;
	margin-bottom: 20px;
	font-size: 20px;
	padding: 10px 10px 10px 60px;
	background: #fff url("images/flow_num01.png") no-repeat 20px center;
	background-size: 22px auto;
	min-height: 66px;
	letter-spacing: .08em;
}
.flow_area .flow_list li:nth-child(2) {
	background-image: url("images/flow_num02.png");
}
.flow_area .flow_list li:nth-child(3) {
	background-image: url("images/flow_num03.png");
}
.flow_area .flow_list li:nth-child(4) {
	background-image: url("images/flow_num04.png");
}
.flow_area .flow_list li span {
	font-size: 16px;
}
.flow_area .flow_list li:last-child {
	margin: 0;
}
.inquiry .online {
	background: #08c;
	padding: 30px 0;
	color: #fff;
}
.inquiry .online .ttl {
	text-align: center;
	font-weight: bold;
	margin: 0 0 20px;
	font-size: 28px;
	line-height: 1.2;
	letter-spacing: .08em;
}
.inquiry .online .ttl span {
	font-size: 20px;
}
.inquiry .online .desc {
	padding: 20px 0 0;
}
.after_follow{
	margin: 0 auto 30px;
}
.after_follow h2 {
	font-weight: bold;
	text-align: center;
	font-size: 28px;
	line-height: 1.2;
	margin: 0 auto 20px;
	letter-spacing: .04em;
}
.after_follow h2 span {
	font-size: 20px;
}
.after_follow .follow_list {
	display: flex;
	margin: 0 auto 20px;
}
.after_follow .follow_list li {
	position: relative;
	width: calc(100% / 3);
	background: url(images/ico_calendar.png) no-repeat center top;
	background-size: 50px auto;
	font-size: 11px;
	padding: 50px 0 0;
	text-align: center;
}
.after_follow .follow_list li:nth-child(2) {
	background-image: url(images/ico_consultaion.png);
}
.after_follow .follow_list li:nth-child(3) {
	background-image: url(images/ico_setting.png);
}
.after_follow .follow_list li:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 20%;
	width: 1px;
	height: 60%;
	background: #d1d1d1;
}
.after_follow .follow_list li:last-child::after {
	content: none;
}
/* floater */
.float_box {
	position: fixed;
	text-align: center;
	width: 100%;
	bottom: 0;
	background: rgba(0, 0, 0, .75);
	z-index: 10;
	padding: 10px;
	display: none;
}
.float_box>p {
	color: #ff0;
	font-size: 14px;
	margin: 0 0 3px;
}
.float_box .cv_float_btn {
	display: block;
	position: relative;
	text-decoration: none;
	margin: auto;
	background: rgba(255, 46, 44, 1);
	background: linear-gradient(to right, rgba(255, 46, 44, 1) 0%, rgba(255, 146, 54, 1) 100%);
	text-shadow: 0 2px 2px rgb(255 46 44 / 30%);
	border-radius: 4px;
	max-width: 520px;
	color: #fff;
	font-size: 18px;
	padding: 8px 16px;
}
.float_box .cv_float_btn::after {
	position: absolute;
	content: "";
	top: 50%;
	right: 15px;
	width: 10px;
	height: 10px;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	transform: translateY(-50%) rotate(45deg);
}
.container .text_notes{
	margin: 0 15px;
}
/* 募集文書番号 */
.document-box {
	max-width: 1040px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.document-box .document-number {
	margin: 10px 15px;
	font-size: 12px;
}
/* iPad記述　*/
@media screen and (min-width:768px) {
	/* hover */
	.container a:hover{
		opacity: .8;
		transition: .3s;
	}
	.trial_calculation .ttl_btn:hover{
		text-decoration: underline;
	}
	.container .sec_ttl {
		margin: 0 auto 30px;
	}
	.container .sec_ttl>span {
		font-size: 24px;
	}
	.container .res_line {
		display: none;
	}
	.container .box_wrap {
		display: flex;
		justify-content: space-between;
	}
	/* btn */
	a.cv_btn {
		padding: 11px 10px 13px 85px;
		background-size: 60px auto, auto;
		background-position: 20px center;
		font-size: 16px;
		max-width: 480px;
	}
	.btn_txt .sub {
		font-weight: bold;
		margin: 0 0 12px;
	}
	.btn_txt .col_txt em,
	.btn_txt .main {
		font-size: 1.876em;
	}
	/* mv */
	.mv_wrap .cv_btn {
		width: 50%;
		bottom:auto;
		top: 67%;
		left: calc(50% - 37%);
	}
	/* ranking */
	.monthry_ranking {
		padding: 15px 0;
	}
	.monthry_ranking .sec_ttl {
		margin-bottom: 35px;
	}
	.monthry_ranking .scroll_wrap {
		overflow-x: visible;
	}
	.monthry_ranking .ranking_list_box {
		width: 100%;
	}
	.monthry_ranking .ranking_list_box li {
		position: relative;
		width: calc(100% / 5);
		margin-right: 15px;
		padding: 25px 15px 15px;
	}
	.monthry_ranking .rank_icon {
		position: absolute;
		width: 42%;
		top: 0;
		left: 50%;
		transform: translate(-50%, -65%);
	}
	.monthry_ranking .no4 .rank_icon,
	.monthry_ranking .no5 .rank_icon {
		width: 28%;
		transform: translate(-50%, -50%);
	}
	.monthry_ranking figcaption {
		font-size: 14px;
		padding: 10px 0 0;
	}
	/* 保険市場が選ばれる理由 */
	.container .reasons {
		padding: 20px 0 30px;
	}
	.container .reasons .sec_ttl {
		margin-bottom: 10px;
	}
	.reasons .intro {
		margin: 0 auto 20px;
		font-size: 18px;
	}
	.reasons .reasons_list li {
		font-size: 18px;
		min-height: 80px;
		background-size: 100px auto;
		padding: 0 15px 0 130px;
		margin: 0 0 15px;
	}
	.reasons .reasons_list li,
	.reasons .reasons_list li:last-child {
		background-position: 15px center;
	}
	.reasons .summary,
	.reasons .summary strong {
		font-size: 24px;
	}
	/* まずは一括見積りで保険料を比較！ */
	.container .estimate {
		margin: 0 auto 60px;
	}
	.estimate h2 {
		font-size: 24px;
		margin-bottom: 30px;
	}
	.estimate .box_wrap>* {
		width: calc(50% - 20px);
	}
	.estimate .intro {
		background-size: 25% auto;
		padding: 0 0 0 calc(25% + 20px);
		min-height: 90px;
		margin-bottom: 40px;
		font-size: 18px;
	}
	.estimate .company_list_wrap .ttl {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.trial_calculation {
		margin: 30px 0;
	}
	/* お見積り結果が出たら… */
	.point h2,
	.point h2 strong {
		font-size: 36px;
	}
	.point_list {
		display: flex;
		justify-content: space-between;
	}
	.point_list li {
		width: calc((100% - 40px) / 3);
	}
	.point .point_list .detail {
		background-size: 160px auto;
		background-position: center 20px;
		padding: 160px 20px 30px;
		font-size: 18px;
	}
	.point .point_list .ttl {
		font-size: 24px;
	}
	.container .company_intro {
		margin: 0 auto 30px;
	}
	.company_intro .intro {
		font-size: 18px;
		text-align: center;
	}
	.company_intro .company_list_wrap {
		padding: 0 20px;
	}
	.company_intro h2 {
		font-size: 24px;
	}
	.company_intro .company_list li {
		width: calc((100% - 100px) / 6);
		margin: 0 20px 20px 0;
	}
	.company_intro .company_list li:nth-child(4n) {
		margin: 0 20px 20px 0;
	}
	.company_intro .company_list li:nth-child(6n) {
		margin-right: 0;
	}
	/* 契約中の保険の 内容変更・更新について */
	.contents .inquiry {
		margin: 0 auto 40px;
	}
	.inquiry h2,
	.inquiry h2 strong {
		font-size: 36px;
	}
	a.tel_area {
		margin: 0 auto 40px;
		max-width: 800px;
		padding: 30px 15px;
		pointer-events: none;
	}
	.tel_area .tel_ttl {
		font-size: 24px;
	}
	.tel_area .tel_num {
		font-size: 60px;
		line-height: 80px;
		padding-left: 110px;
		background-size: 80px auto;
	}
	.tel_area .tel_time {
		font-size: 16px;
		padding: 20px 0 0;
	}
	.flow_area .box_wrap>* {
		width: 50%;
	}
	.flow_area .flow_list::after {
		content: none;
	}
	.flow_area .flow_list {
		padding: 20px 20px;
	}
	.inquiry .online .ttl {
		font-size: 36px;
		line-height: 1;
	}
	.inquiry .online .ttl span {
		font-size: 24px;
	}
	.online .sec_inner {
		padding: 0 20px;
	}
	.inquiry .online .desc {
		font-size: 18px;
	}
	.after_follow h2 {
		margin: 0 auto 30px;
	}
	.after_follow h2,
	.after_follow h2 span {
		font-size: 36px;
	}
	.after_follow .follow_list li {
		background-size: 100px auto;
		font-size: 16px;
		padding: 90px 0 0;
	}
	/* floater */
	.float_box {
		padding: 20px 20px 15px;
	}
	.float_box>p {
		font-size: 20px;
	}
	.float_box .cv_float_btn {
		font-size: 24px;
	}
	.float_box .cv_float_btn::after {
		width: 12px;
		height: 12px;
		right: 20px;
	}
}
/* PC記述*/
@media screen and (min-width: 1040px) {
	/* btn */
	a.cv_btn {
		padding: 15px 10px 18px 80px;
		font-size: 22px;
	}
	/* mv */
	.mv_wrap .cv_btn {
		width: 480px;
		top: 310px;
		left: 150px;
	}
}