@charset "utf-8";

/** ============================================================
 * $GENERAL
 * 共通
 * ========================================================== */

.sp_only{
	display: none!important;
}
a.action-link{
	color: #dd2d78;
}
a.action-link .fa{
	font-size: 1rem;
}

/* -------------------- ページ下部FIX -------------------- */
.fixed_bnr{
	display: flex;
	justify-content: center;
	background: rgba(0, 0, 0, 0.7);
	padding: 10px 0;
	position: fixed;
	z-index: 999;
	width: 100%;
	bottom: 0;
}
.fixed_bnr_item{
	width: 15%;
}
.fixed_bnr_item:nth-child(n + 2){
	margin-left: 50px;
}
a.fixed_bnr_btn{
	display: inline-block;
	width: calc(100% - 20px);
	padding: 5px 10px;
	border-radius: 3px;
	background: #93c500;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 1rem;
}
a.fixed_bnr_btn.family{
	background: #00743F;
}
a.fixed_bnr_btn.petit{
	background: #f29600;
}
a.fixed_bnr_btn.senior{
	background: #a5609e;
}

/* -------------------- タイトル周り -------------------- */
.top_ttl{
	position: relative;
	width: calc(100% - 25px);
	padding: 8px 0 3px 25px;
	border-left: none;
	border-bottom: 2px solid #00743F;
	box-shadow: none;
	background: #fff;
	color: #444;
	font-size: 2rem;
}
.top_ttl span{
	font-size: 1.2rem;
	display: block;
}
#petit .top_ttl{
	border-bottom: 2px solid #f29600;
}
#senior .top_ttl{
	border-bottom: 2px solid #a5609e;
}
.top_ttl:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 10px;
	height: 100%;
	background: #00743F;
	transform: translateY(-50%);
}
#petit .top_ttl:before{
	background: #f29600;
}
#senior .top_ttl:before{
	background: #a5609e;
}
h3.insurance_main_ttl{
	position: relative;
	padding-left: 10px;
	border-bottom: 2px solid #ccc;
	font-size: 1.8rem;
}
.insurance_inner > p.insurance_main_txt{
	margin: 20px 0 0 0;
}
.insurance_inner > p.insurance_main_txt + .insurance_main_txt{
	margin-top: 10px;
}


h3.insurance_main_ttl:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 150px;
	height: 2px;
	background: #93c500;
}
#petit h3.insurance_main_ttl:before{
	background: #f29600;
}
#senior h3.insurance_main_ttl:before{
	background: #b67db0;
}

h4.insurance_sub_ttl{
	position: relative;
	margin-top: 50px;
	padding-left: 18px;
	font-size: 1.5rem;
}
h4.insurance_sub_ttl + p{
	margin-top: 20px;
}
h4.insurance_sub_ttl:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 5px;
	height: 100%;
	background: #93c500;
	transform: translateY(-50%);
}
#petit h4.insurance_sub_ttl:before{
	background: #f29600;
}
#senior h4.insurance_sub_ttl:before{
	background: #b67db0;
}
.insurance_tertiary_ttl{
	position: relative;
	margin-top: 30px;
	padding-left: 10px;
	font-size: 1.4rem;
}
.insurance_tertiary_ttl:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 20%;
	height: 2px;
}


/* -------------------- 本文 -------------------- */
a{
	transition: .25s ease-out;
	text-decoration: none;
}
a:hover{
	opacity: .6;
}
img{
	max-width: 100%;
	height: auto;
}

.insurance_block{
	background: #fff;
	padding: 40px 20px 50px;
}
#family .insurance_block{
	padding-top: 40px;
	border: 1px solid #ccc;
	border-top: none;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
#petit .insurance_block{
	border: 1px solid #ccc;
	border-radius: 5px;
}
#senior .insurance_block{
	border: 1px solid #ccc;
	border-radius: 5px;
}

.insurance_inner{
	font-size: 16px;
}
.insurance_inner:not(:first-child){
	margin-top: 80px;
}

.insurance_inner h4{
	margin-left: 15px;
}
.insurance_inner h5{
	margin-left: 22px;
}

.insurance_inner > p{
	margin: 10px 0 0 22px;
	padding: 0 10px;
}

/* -------------------- 本文装飾 -------------------- */
strong{
	font-weight: bold;
}
.txt-red{
	color: #E44C0B;
}
.txt-org{
	color: #f29600;
}
.txt-grn{
	color: #00743F;
}
.txt-ppl{
	color: #a5609e;
}
.txt-small,
.atten-small{
	display: inline-block;
	font-size: .8rem;
}
div.txt-small,
div.atten-small{
	margin: 10px 0 0 22px;
	padding: 0 10px;
}

span.atten-small{
	padding-left: 10px;
}
.txt-medium,
.atten-medium{
	display: inline-block;
	font-size: 1.1rem;
}
.txt-large,
.atten-large{
	display: inline-block;
	font-size: 1.3rem;
}
table{
	margin: 30px auto;
}
.insurance_list{
	margin: 10px 0 0 22px;
	padding: 0 10px;
}
.insurance_list dt{
	color: #f29600;
	font-size: 1.15rem;
}
.insurance_list dt:nth-child(n + 2){
	margin-top: 10px;
}

#senior .insurance_list dt{
	color: #ef9191;
}

.insurance_list dd{
	padding: 0 0 0 1em;
}


/** ============================================================
 * $INSURANCE-TYPE
 * 保険種類別
 * ========================================================== */
/* -------------------- ふぁみりぃ -------------------- */
.top_txt_block{
	display: flex;
	align-items: center;
	padding: 20px 25px;
	border: 1px solid #ccc;
	background: url(../img/top_bg.jpg) no-repeat top -120px right -50px;
	background-size: 100%;
	background-color: #fff;
}
.top_txt_block > p{
	width: 50%;
}
.top_txt{
	width: 51%;
	font-size: 1rem;
}
.top_logo{
	width: 158px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.top_txt_heading{
	display: inline-block;
	margin: 0 0 10px;
	color: #00743F;
	font-size: 1.4rem;
	font-weight: bold;
}
.top_txt_block + .menu_tab{
	margin-top: 25px;
}
.menu_tab{
	display: flex;
	justify-content: space-between;
}
.menu_tab_item{
	width: calc((100% - 30px) / 4);
	font-size: 1rem;
	text-align: center;
}
.menu_tab_item.active{
	background: #fff;
	border: 1px solid #ccc;
	border-bottom: none;
}
.menu_tab_item a{
	display: inline-block;
	width: 100%;
	background: #00743F;
	color: #fff;
	text-decoration: none;
}
.menu_tab_item a:hover{
	opacity: .8;
}
.menu_tab_item a,
.menu_tab_item.active{
	color: #fff;
	padding: 10px 0 12px 0;
	border-top: 3px solid #00733f;
	border-radius: 5px 5px 0 0;
	font-size: 1.1rem;
	font-weight: bold;
}
.menu_tab_item.active{
	color:#555;
}
h5{
	font-weight:bold;
	color:#00733f;
}

/* ---------- index(流れ) ---------- */
.conditions_sub_range{
	display: flex;
	margin-top: 20px;
	padding: 0 10px;
}
.conditions_sub_range_txt{
	width: calc(75% - 30px);
	margin-right: 30px;
}
.conditions_sub_range_img{
	width: 25%;
}
.conditions_sub_range + .insurance_sub_ttl{
	margin-top: 0;
}


.flow_list_wrap{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 30px;
}
.flow_list{
	width: calc((100% - 20%) / 2);
	text-align: center;
	counter-reset: flow_list;
}
.flow_list:not(:first-child){
	margin-left: 20px;
}

.flow_list dt{
	color: #FFF;
	font-weight: bold;
	padding: 7px 0;
}
.flow_list01 dt{
	background-color: #00743F;
}
.flow_list02 dt{
	background-color: #959595;
}
.flow_list ol{
	list-style-type: none;
}
.flow_list dd > p{
	margin-top: 20px;
}

.flow_list li{
	position: relative;
	background-color: #d1d1d1;
	margin-top: 8px;
	padding: 8px 0;
	position: relative;
}

.flow_list li:first-of-type ~ li {
	counter-increment: flow_list;
	background-color: #EEF6DD;
}

.flow_list.flow_list02 li:first-of-type ~ li {
	counter-increment: flow_list;
	background-color: #d1d1d1;
}

.flow_list li:first-of-type ~ li:before {
	content: counter(flow_list);
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	display: block;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background-color: #FFF;
	color: #00743F;
	font-weight: bold;
	line-height: 28px;
}
.flow_list.flow_list02 li:first-of-type ~ li:before{
	color: #959595;
}
.flow_list li:after {
	content: "";
	display: block;
	border-style: solid;
	border-width: 8px 12px 0 12px;
	border-color: #EEF6DD transparent transparent transparent;
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -12px;
}
.flow_list02 li:after {
	border-color: #d1d1d1 transparent transparent transparent;
}
.flow_list li:first-of-type:after {
	border-color: #d1d1d1 transparent transparent transparent;
}
.flow_list li:last-of-type:after {
	display: none;
}


.flow_list dd p{
	position: relative;
}
.flow_list dd p img{
	position: relative;
	z-index: 1;
}
.flow_list01 dd p img{
	left: 12%;
}
.flow_list dd p:before{
	content: "";
	width: 105px;
	height: 105px;
	background: #F5F5F5 center top no-repeat;
	background-size: 100% auto;
	display: block;
	border-radius: 50%;
	position: absolute;
	left: 19%;
	z-index: 0;
}
.flow_list01 dd p:before{
	width: 180px;
	height: 180px;
}

/* ---------- index(lineの流れ) ---------- */
.line_wrap{
	display: flex;
	align-content: flex-start;
	justify-content: space-between;
	padding: 0 10px;
}
.flow_line_heading{
	font-size: 1.2rem;
	font-weight: bold;
}
.flow_line_list{
	margin: 10px 0 0 22px;
}
.flow_line_list_item{
	position: relative;
	padding-left: .7em;
}
.flow_line_list_item:before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #959595;
}
.flow_line_txt{
	margin-left: 22px;
}

/* ---------- price(基本保険料例) ---------- */
.basic_ins{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
}
.basic_ins_txt p:not(:first-child){
	margin-top: 10px;
}

.basic_ins_txt{
	width: 50%;
	padding-left: 32px;
}
.basic_ins_table_block{
	width: 45%;
}
.basic_ins_table{
	margin: 0;
	width: 100%;
}
.basic_ins_table caption{
	font-size: .8rem;
	text-align: left;
}
.basic_ins_table th,
.basic_ins_table td{
	text-align: center;
}
.basic_ins_table th{
	background: #F1F5F6;
	color: #333;
	font-size: 1rem;
	font-weight: bold;
}
.basic_ins_table th.basic_ins_plan_per70{
	background: #93c500;
	color: #fff;
}
.basic_ins_table th.basic_ins_plan_per50{
	background: #f29600;
	color: #fff;
}

/* ---------- price(ペット賠償責任特約) ---------- */
.special_cont_table{
	width: 45%;
	margin: 20px 0 0 30px;
}

.special_cont_table thead th{
	background: #93c500;
	color: #fff;
}
.special_cont_table tbody th{
	background: #EEF6DD;
	color: #333;
	text-align: center;
}
.special_cont_table tbody td{
	text-align: right;
}

/* ---------- price(補償内容) ---------- */
.plan_family th{
	color: #333;
}
.plan_family caption {
	color: #FFF;
	border-radius: 7px 7px 0 0;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	padding: 10px 0;
	background: #00743F;	
}
.plan_family tr > * {
	border: solid 2px #DEE7E9;
	vertical-align: middle;
	text-align: center;
}
.plan_family tr > th:first-child {
	width: 75px;
	height: 75px;
	background-color: #F1F5F6;
	font-size: 18px;
	font-weight: bold;
}

/* プラン名 */
.plan_block {
	padding: 10px 0 5px;
}
.plan_type {
	width: 47%;
	max-width: 200px;
	display: inline-block;
	background-color: #F1F5F6;
	border-radius: 3px;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2;
	padding: 15px 5px;
}
.ttlCir{
	line-height: 20px;
	color: #FFF;
	border-radius: 2em;
	font-size: 14px;
	background-color: #93c500;
	font-weight: bold;
	max-width: 160px;
	margin: 10px auto 0;
}

.plan_type:nth-child(n + 2) {
	margin-left: 2%;
}
.plan_type:nth-child(2) .ttlCir {
	background-color: #F39700;
}
.plan_family .plan_block > p {
	margin: 10px 0 5px;
	color: #00743F;
	font-weight: bold;
	letter-spacing: 0.05em;
}

/* ---------- 保障詳細 ---------- */
.plan_family td {
	width: 210px;
	padding: 10px;
	font-weight: bold;
}
.plan_family td > p {
	font-size: 1rem;
}
.plan_txt.num{
	color: #93c500;
}
.plan_txt.type_per50_num{
	color: #f29600;
}
.plan_txt.num span{
	font-size: 1.75rem;
	display: inline-block;
	vertical-align: middle;
}
.plan_txt.limit strong{
	color: #E60012;
}



/* -------------------- ぷち -------------------- */
.petit_credit_limit{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	width: calc(100% - 200px);
	margin: 30px auto 0;
	padding: 20px 100px 0;
	background: #f2f6f7;
}
.petit_credit_limit_item{
	position: relative;
	width: 25%;
	font-weight: bold;
	font-size: 20px;
}
.petit_credit_limit_item p{
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.5;
	text-align: center;
}

.petit_credit_limit_item p + p{
	color: #fff;
}

.per_plan01{
	height: 50px;
	background-color: #93c500;
}
.per_plan02{
	height: 70px;
background-color: #00743F;
}
.per_plan03{
	background-color: #F39700;
	height: 250px;
	position: relative;
}
.per_plan03 span{
	width: 170px;
	border: solid 2px #F39700;
	border-radius: 4px;
	background-color: #FFF;
	text-align: left;
	padding: 5px 10px;
	position: absolute;
	top: 5px;
	left: -150px;
	font-size: 14px;
	color: #333;
}
.per_plan03 span:before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0px 0 20px;
	border-color: #FFF transparent transparent transparent;
	position: absolute;
	right: 8px;
	bottom: -10px;
}

.plan_table{
	width: 90%;
}

.plan_table th,
.plan_table td{
	padding: 10px 15px;
	border: 2px solid #DEE7E9;
	text-align: center;
}
.plan_table th{
	background: #F1F5F6;
	color: #444;
	font-weight: bold;
}

.plan_table_name{
	display: flex;
	justify-content: center;
	position: relative;
}
.plan_table_name_main em{
	margin-right: 10px;
	font-size: 2rem;
}
.plan_table_name_sub{
	position: absolute;
	top: 50%;
	right: 20px;
	font-size: .9rem;
	text-align: left;
	transform: translateY(-50%);
}
.plan_table td.plan_table_no{
	padding: 0;
}

.plan_table_no div{
	position: relative;
	height: 100%;
	padding: 10px 15px;
	background-color: #DEE7E9;
	overflow: hidden;
}

.plan_table_no div:before,
.plan_table_no div:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
}
.plan_table_no div:before{
	content: "";
	bottom: -0.5px;
	left: 0;
	background: linear-gradient(to bottom left, rgba(255,255,255,0) 50%, #F1F5F6 50.5%) no-repeat top left/100% 100%;
}
.plan_table_no div:after{
	top: -0.5px;
	right: 0;
	background: linear-gradient(to top right, rgba(255,255,255,0) 50%, #F1F5F6 50.5%) no-repeat top left/100% 100%;
}
.plan_table_no_txt{
	position: relative;
	font-size: 16px;
	z-index: 1;
}


/* -------------------- しにあ -------------------- */
#senior .top_txt_block{
	background-image: url(../img/top_bg_senior.jpg);
}

#senior .top_txt_heading{
	color: #a5609e;
}
#senior .menu_tab_item{
	width: calc((100% - 30px) / 3);
}
#senior .menu_tab_item a{
	background: #a5609e;
}
#senior .menu_tab_item a,
#senior .menu_tab_item.active{
	border-top: 3px solid #a5609e;
}
#senior h5{
	color:#a5609e;
}
#senior .plan_table_name_sub{
	right: 0;
	font-size: .8rem;
}
#senior .flow_list01 dt{
	background-color: #a5609e;
}
#senior .flow_list li:first-of-type ~ li:before{
	color: #a5609e;
}
#senior .flow_list li:first-of-type ~ li {
	background-color: #f2e7f1;
}
#senior .flow_list.flow_list02 li:first-of-type ~ li {
	counter-increment: flow_list;
	background-color: #d1d1d1;
}
#senior .basic_ins_table th.basic_ins_plan_per70{
	background: #a5609e;
}
#senior .basic_ins_table th.basic_ins_plan_per50{
	background: #ef9191;
}


/** ============================================================
 * $INSURANCE-TYPE
 * ページ下部共通
 * ========================================================== */
/* ---------- リンク ---------- */
.link_list{
	margin-top: 40px;
}
.link_list_item{
	width: 50%;
	margin: 0 auto;
}
.link_list_item a{
	display: inline-block;
	width: 100%;
	border-radius: 6px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 1.2rem;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS P Gothic','Osaka';
	font-weight: bold;
}
.link_list_item a span{
	position: relative;
	display: inline-block;
	padding: 15px;
	text-align: center;
}
.link_list_item_request a{
	background: #93c500;
}
.link_list_item_plan{
	margin-top: 20px;
}
.link_list_item_request a span{
	padding-left: 60px;
}
.link_list_item_plan a span{
	padding-left: 53px;
}
.link_family{
	background: #00743F;
}
.link_petit{
	background: #f29600;
}
.link_senior{
	background: #a5609e;
}
.link_list_item_request a span:before{
	content: "";
	position: absolute;
	left: 10px;
	width: 41px;
	height: 35px;
	background: url(../img/icon_note.png) no-repeat 0 50% / 41px 35px;
	transform: translateY(-10%);
}
.link_list_item_plan a span:before{
	content: "";
	position: absolute;
	left: 10px;
	width: 28px;
	height: 35px;
	background: url(../img/icon_calculator.png) no-repeat 50% 50% / 28px 35px;
	transform: translateY(-10%);
}

/* ---------- プラン ---------- */
.page_btm_plan{
	margin-top: 50px;
}
.page_btm_plan_list{
	display: flex;
	justify-content: center;
}
.page_btm_plan_item{
	width: calc(100% / 3);
}
.page_btm_plan_item:nth-child(n + 2){
	margin-left: 25px;
}
.page_btm_plan_item a{
	display: block;
	padding: 20px 15px;
	border-radius: 5px;
}
.page_btm_plan_item img{
	display: block;
	width: auto;
	height: 74px;
	margin: 0 auto;
}

.page_btm_plan_item.family a{
	background: #00743F;
}
.page_btm_plan_item.petit a{
	background: #f29600;
}
.page_btm_plan_item.senior a{
	background: #a5609e;
}
.page_btm_plan_txt{
	margin: 5px 0 0;
}


/* ---------- 会社 ---------- */
.page_btm_co{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-top: 20px;
	padding: 20px;
	border: 1px solid #ccc;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background: #fff;
}
.company_ttl{
	font-size: 1rem; 
}
.company_ttl:nth-child(n + 2){
	margin-top: 25px;
}
.company_address{
	margin-top: 5px;
	font-size: .8rem;
}




