@charset "utf-8";
/* CSS Document */

/*全体設定*/
body{
	color:#312F2F;
	font-size:14px;
	line-height: 1.6;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

.inner{
	width:95%;
	margin: 0 auto;
}

a{
	display:block;
}

a:hover{
	opacity:0.8;
}

/*ヘッダー*/
header{
	box-sizing: border-box;
	border-bottom:solid 4px #D80C18;
	box-shadow: 0px 2px 15px -3px #777777;
	position: absolute;
	top: 0;
	background-color: #fff;
	z-index: 1;
	width:100%;
}

header .inner{
	overflow:hidden;
}

/*header .inner .logo{
	float:left;
	width:45%;
	overflow: hidden;
	margin-top: 10px;
}

header .inner .logo img{
	float:left;
	width:115px;
	height: auto;
	margin-right: 20px;
	margin-top: 15px;
}

header .inner .logo span{
	font-size:20px;
}

header .inner .contact a{
	float:right;
	width:178px;
	background-color:#D80C18;
	padding: 15px 10px;
	box-sizing: border-box;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	border:solid 3px #fff;
	border-top: none;
	box-shadow: 0px 2px 15px -3px #777777;
	margin-right: 10px;
	text-align: center;
}

header .inner .contact span{
	font-size:16px;
	color: #fff;
	background-image: url("../img/common/icon_mail.svg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 29px;
	padding-left: 38px;
	display:inline-block;
	box-sizing: border-box;
}*/

/*グローバルナビゲーション*/

header .inner nav{
	clear:both;
	/*padding-top: 30px;*/
	box-sizing: border-box;
}

header .inner nav ul{
	overflow:hidden;
}

header .inner nav ul li{
	/*float:left;
	width:20%;
	text-align: center;*/
}

header .inner nav ul li a{
	padding:10px;
	box-sizing: border-box;
	border-bottom:solid 1px #fff;
	/*height:57px;*/
}

header .inner nav ul li:last-child a{
	border-bottom:none;
}

header .inner nav ul li.nav01 a{
	/*line-height:34px;*/
}

header .inner nav ul li a span{
	font-size:14px;
	background-image:url("../img/common/icon_home_w.svg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 21px;
	box-sizing: border-box;
	display:inline-block;
	line-height: 1.2;
	color:#fff;
	padding: 10px 0 10px 30px;
}

header .inner nav ul li a span br{
	display:none;
}

header .inner nav ul li a:hover{
	opacity:1;
}

/*header .inner nav ul li a:hover span{
	color:#D80C18;
	background-image:url("../img/common/icon_home_g.svg");
}*/

header .inner nav ul li.nav02 a span{
	background-image:url("../img/common/icon_person_w.svg");
}

/*header .inner nav ul li.nav02 a:hover span{
	background-image:url("../img/common/icon_person_g.svg");
}*/

header .inner nav ul li.nav03 a span{
	background-image:url("../img/common/icon_handshake_w.svg");
}

/*header .inner nav ul li.nav03 a:hover span{
	background-image:url("../img/common/icon_handshake_g.svg");
}*/

header .inner nav ul li.nav04 a span{
	background-image:url("../img/common/icon_internet_w.svg");
}

/*header .inner nav ul li.nav04 a:hover span{
	background-image:url("../img/common/icon_internet_g.svg");
}*/

/*header .inner nav ul li.nav05 a{
	background-color:#FCF1D1;
}*/

header .inner nav ul li.nav05 a span{
	background-image:url("../img/common/icon_headset_w.svg");
}

/*header .inner nav ul li.nav05 a:hover span{
	background-image:url("../img/common/icon_headset_g.svg");
}*/

/*パンくず*/

.breadcrum{
	background-color:#F4F4F4;
	padding:5px;
	box-sizing: border-box;
}

.breadcrum ul{
	overflow:hidden;
	width:95%;
	margin: 0 auto;
}

.breadcrum ul li{
	float:left;
	margin-right: 10px;
	font-size:12px;
}

.breadcrum ul li:last-child{
	margin-right:0;
}

.breadcrum ul li a img{
	height:18px;
	width:auto;
}

.breadcrum_margintop{
	background-color:#F4F4F4;
	padding:5px;
	box-sizing: border-box;
}

.breadcrum_margintop ul{
	overflow:hidden;
	width:95%;
	margin: 0 auto;
}

.breadcrum_margintop ul li{
	float:left;
	margin-right: 10px;
	font-size:12px;
}

.breadcrum_margintop ul li:last-child{
	margin-right:0;
}

.breadcrum_margintop ul li a img{
	height:18px;
	width:auto;
}

/*ページヘッダー*/
.page_header{
	position: relative;
	height: 120px;
    /*
	margin-top: 15%;
    */
	margin-top: 66px;
	width:100%;
}

.page_header img{
	width:100%;
	height: 100%;
	object-fit: cover;
	/*position: absolute;
	z-index: -1;*/
}

.page_header .inner{
	text-align:center;
	/*padding-top: 155px;*/
	box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_header .inner h2{
  padding: 10px 25px;
    /*
  display: block;
    */
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
    /*
  position: absolute;
  top: 37%;
  left: 18%;
    */
}

/*フッター*/
footer{
	clear:both;
	margin-top: 80px;
	background-color: #F4F4F4;
	padding: 30px 0 0;
	box-sizing: border-box;
	position:relative;
}

footer .info ul{
	oveflow:hidden;
}

footer .info ul li{
	/*float:left;
	width:28%;*/
	padding:20px 0;
	box-sizing: border-box;
	text-align: center;
}

footer .info ul li.information{
	/*border-right: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	text-align: left;
	width:40.3%*/
}

footer .info ul li.logo img{
	width:60%;
	height: auto;
}

footer .info ul li.information p.name{
	font-size:18px;
	font-weight: bold;
}

footer .info ul li.information p{
	font-size:12px;
}

footer .info ul li.information address{
	font-style:normal;
	margin:10px 0;
}

footer .info ul li.information .tel a{
	background-image:url("/img/common/icon_tel.svg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px;
	padding-left: 30px;
	box-sizing: border-box;
	display: inline-block;
	font-size:20px;
}

footer .info ul li.information .tel_BE a{
	background-image:url("/img/common/icon_tel_be.svg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px;
	padding-left: 30px;
	box-sizing: border-box;
	display: inline-block;
	font-size:20px;
}

footer .info ul li.footer_contact{
	/*width:31%;*/i
}

footer .info ul li.footer_contact a{
	background-color:#256646;
	border:solid 3px #fff;
	box-shadow: 0px 2px 15px -3px #777777;
	border-radius: 10px;
	width:80%;
	padding: 20px;
	box-sizing: border-box;
	margin:0 auto;
}

footer .info ul li.footer_contact a span{
  color: #fff;
  font-size: 16px;
  background-image: url("/img/common/icon_mail.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 32px;
  padding-left: 42px;
  box-sizing: border-box;
  display: inline-block;
}

footer .info ul li.footer_contact_BE{
	/*width:31%;*/
}

footer .info ul li.footer_contact_BE a{
	background-color:#D80C18;
	border:solid 3px #fff;
	box-shadow: 0px 2px 15px -3px #777777;
	border-radius: 10px;
	width:80%;
	padding: 20px;
	box-sizing: border-box;
	margin:0 auto;
}

footer .info ul li.footer_contact_BE a span{
  color: #fff;
  font-size: 16px;
  background-image: url("/img/common/icon_mail.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 32px;
  padding-left: 42px;
  box-sizing: border-box;
  display: inline-block;
}

/*フッター注釈用*/
footer .inner .tyuusyaku{
	font-size:9px;
	margin: 0px 0px 17px 0px
}

footer .footer_nav{
	clear:both;
	padding-top: 50px;
	box-sizing: border-box;
}

footer .footer_nav > ul{
	overflow:hidden;
}

footer .footer_nav > ul >li{
	/*float:left;
	width:33.3%;*/
	margin-bottom:30px;
	font-size:14px;
}

footer .footer_nav > ul >li:last-child{
	clear:both;
}

footer .footer_nav > ul >li > ul > li{
	font-size:14px;
	margin-left: 15px;
	margin-top:10px;
}

footer p.copyright{
	text-align:center;
	color:#fff;
	font-size: 12px;
	padding: 5px;
	box-sizing: border-box;
	background-color: #D80C18;
	margin-bottom:50px;
}

footer .fixed_contact_buttons {
	position: fixed;
	bottom: 10px; /* 画面下から10px */
  left: 50%; /* 画面中央に寄せる */
	transform: translateX(-50%); /* 真ん中に配置 */
	display: flex; /* 横並びにする */
	gap: 10px; /* ボタン間の間隔 */
	z-index: 1000; /* 最前面に表示 */
  }

footer .fixed_contact_btn img{
	width:auto;
	height:50px;
	height:50px;
	bottom:0;
	left: 25%;
}
footer p.footer_number{
  display: none;
}
/* ホームのみ表示 */
.home footer p.footer_number{
  display: block;
  text-align: right;
}
.top_modoru_button{
position: fixed;
	right: 5px;
	bottom:30px;
	z-index: 99;
}
.paget_top img{
	height: 67px;
	width: 67px;
	/*position: fixed;
	right: 0px;*/
	display:none;
}


/*spナビゲーション*/

header{
	width:100%;
	position:fixed;
	height:66px;
	border-bottom:solid 3px #D80C18;
	z-index: 100;
	background-color: #fff;
	top: 0;
	padding:10px 0;
	box-sizing: border-box;
}

header .inner > a{
    /*
	width:70%;
    */
	width:245px;
}

header h1#logo{
	width:100%;
	line-height: 0.6;
}

header h1#logo img{
	display:block;
	width:35%;
	height: auto;
}

header h1#logo span#logo1{
	font-size:13px;
}

	/*開閉ボタン*/
	#nav_toggle{
		display: block;
		width: 50px;
		height: 62px;
		position: relative;
		top: 4px;
		z-index: 100;
		right:10px;
		/*background-color:#59472f;*/
	}
	#nav_toggle div {
		position: relative;	}

	#nav_toggle {
		position:absolute;
		top:4px;
		right:10px;
	}

	#nav_toggle span{
		display: block;
		height: 3px;
		background: #D80C18;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;
		width:80%;
		margin-left:5px;
		margin-right:5px;
		position:relative;
		box-sizing:border-box;
	}
	#nav_toggle span:nth-child(1){
		top:12px;
	}
	#nav_toggle span:nth-child(2){
		top:25px;
	}
	#nav_toggle span:nth-child(3){
		top:38px;
	}

	#nav_toggle>div>p{
		padding-top:32px;
		font-size:83%;
		font-weight:bold;
		text-align:center;
		color:#fff;
	}

	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
			top: 28px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 22px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}

header.sp_header nav{
	clear:both;
	padding:10px 10px 0;
	box-sizing:border-box;
	background-color:rgba(69,69,69,0.85);
	z-index:100;
	position:absolute;
	top:68px;
	width:100%;
	display:none;
	padding-top:0;
	left:0;
}

/*header.sp_header nav ul li{
	border-bottom:solid 1px #fff;
	padding:1px 4px 1px 4px;
}

header.sp_header nav ul li:last-child{
	border-bottom:none;
	padding-bottom:0;
}*/

/*header.sp_header nav>ul>li a{
	color:#fff;
	text-decoration:none;
	font-size:90%;
}

header.sp_header nav>ul>li>ul{
	margin-left:20px;
}*/



/*お問い合わせ/ご相談フォーム（個人）01*/
.contact_bnr{
	background-color: #D80C18;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
}

.contact_bnr .inner{
	width:100%;
}

.contact_bnr p{
	color:#fff;
	font-size: 13px;
}

.content{
	margin-top: 80px;
}

/*お問い合わせステップ*/
ul.step{
	width:100%;
	margin: 0 auto 80px;
	overflow: hidden;
}

ul.step li{
	float:left;
	width:25%;
	text-align:center;
	background-image: url("../img/contact_individual/border01.png");
	background-repeat: no-repeat;
	background-position: right 29px;
	background-size: 101%;
}

ul.step li p{
	font-size:12px;
}

ul.step li span.num{
  width: 55px;
  height: 55px;
  display: block;
  background-color: #CCCCCC;
  border-radius: 50%;
  margin: 0 auto 10px;
  line-height: 56px;
  color: #fff;
  font-size: 20px;
}

ul.step li:first-child {
	background-position: right 29px;
	background-size: 50% 3px;
}

ul.step li:last-child {
	background-position: left 29px;
	background-size: 50% 3px;
}

ul.step li.active span.num{
	background-color:#fff;
	border: solid 5px #866E46;
	color:#866E46;
	box-sizing: border-box;
	line-height: 45px;
}

ul.step li.active p{
	color:#866E46;
}

input[type="radio"],input[type="checkbox"]{
 vertical-align:1px;
	font-weight: bold;
	width:auto;
}

form{
	margin-bottom:50px;
}

form .error{
	color: #D80C18;
}

form ul{
	padding:20px 10px;
	box-sizing: border-box;
	overflow:hidden;
	clear: both;
}

form ul li:first-child{
	vertical-align: top;
	font-size:16px;
	/*width: 30%;
	float: left;*/
	margin-bottom: 20px;
}

form ul li:last-child{
	/*float:right;
	width:65%;*/
	margin-left:20px;
}

form ul li h3 span{
	display:inline-block;
	padding:2px 10px;
	box-sizing: border-box;
	color: #fff;
	background-color: #D80C18;
	font-size:12px;
	margin-right: 10px;
}

form ul li.category span {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
}

form ul li.category small{
	font-weight: normal;
	font-size: 12px;
}

form ul li div.list h3{
	margin-bottom:10px;
}

form ul li div.list h3 small{
	font-weight:normal;
	font-size:12px;
}

form ul li div.list .form-check{
	margin-bottom:10px;
}

form ul li h3 span.optional{
	background-color: #FCF1D1;
	color: #312F2F;
}

form ul li textarea {
  overflow: auto;
  resize: both;
	width:100%;
	box-sizing: border-box;
}

form ul li .formTable_caution{
	font-size:12px;
	color: #D80C18;
	margin-bottom:40px;
}

form ul li div.sample{
	margin-bottom:30px;
	clear: both;
}

form ul li div.sample ul{
	overflow: hidden;
	clear: both;
	padding:0;
}

form ul li div.sample ul li{
	/*float:left;
	width:33.3%;*/
	text-align:center;
	padding:20px;
	box-sizing: border-box;
	margin:0;
}

form ul li div.sample ul li img{
	width:100%;
	height:auto;
}

form ul li div.sample ul li p{
	font-size:14px;
	color:#707070;
	margin-bottom:10px;
}

form ul li div.sample ul li p.red{
	color: #D80C18;
}

form ul li div.sample ul li.onlyPict img {
  /*margin-top: 30px;*/
}

form ul li div.sample ul li p.text_sample{
	margin-bottom:0;
	font-size:16px;
	color:#312F2F;
	border:solid 1px #312F2F;
	margin-top:30px;
	padding: 75px 0;
	box-sizing: border-box;
}

form ul li div.sample ul li p.text_sample small{
	font-size:12px;
	color: #D80C18;
	display: block;
}

form ul li div.sample ul li p.text_sample.double {
  padding: 70px 0;
}

form ul li div.sample h3{
	text-indent:-1em;
	padding-left:1em;
}

/*
#gltdList, #fireList, #medialList, #savingList, #otherList{
	display:none;
}
*/

.contact_indi p.btn{
	margin-top:50px;
}

p.btn input.reset{
  color: #D80C18;
  border: solid 1px #D80C18;
  background-color: #fff;
  padding: 10px;
  box-sizing: border-box;
  display: block;
  text-align: center;
  width: 80%;
	background-image: url("../img/common/icon_right_g.svg");
	background-repeat: no-repeat;
	background-position: 67% center;
	background-size: 12px;
	margin-bottom:30px;
}

p.btn .next{
  border: solid 1px #D80C18;
  background-color: #D80C18;
  padding: 10px;
  box-sizing: border-box;
  display: block;
  text-align: center;
  width: 80%;
}

p.btn .next.ver2{
	color: #866E46;
    border: solid 1px #866E46;
    background-color: #fff;
    padding: 10px;
    box-sizing: border-box;
    display: block;
    text-align: center;
    width: 80%;
    margin-bottom: 20px;
}

p.btn .next.ver3{
	border: solid 1px #CCCCCC;
    background: #fcf1d1;
    background: -moz-linear-gradient(top, #fcf1d1 0%, #fad266 100%);
    background: -webkit-linear-gradient(top, #fcf1d1 0%,#fad266 100%);
    background: linear-gradient(to bottom, #fcf1d1 0%,#fad266 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcf1d1', endColorstr='#fad266',GradientType=0 );
    padding: 10px;
    box-sizing: border-box;
    display: block;
    text-align: center;
    width: 80%;
}

p.btn .next.ver4{
    border: solid 1px #CCCCCC;
	background: #CCCCCC;
    padding: 10px;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    width: 80%;
}

p.btn .next span{
	color: #fff;
	background-image: url("../img/common/icon_right.svg");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 12px;
	display: inline-block;
	padding-right: 25px;
}

p.btn .next.ver2 span{
    color: #866E46;
	background-image: url(../img/common/icon_right_br.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 12px;
    display: inline-block;
    padding-right: 25px;
}

p.btn .next.ver3 span{
	color: #312F2F;
    background-image: url(../img/common/icon_right_b.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 12px;
    display: inline-block;
    padding-right: 25px;
}

p.btn .next.ver4 span{
	color: #312F2F;
	background-image: url(../img/common/icon_right_b.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 12px;
    display: inline-block;
    padding-right: 25px;
}


/*お問い合わせ/ご相談フォーム（個人）02*/
/*ステップ*/
ul.step li.complete{
	background-image: url("../img/contact_individual/border02.png");
}

ul.step li.complete span.num{
	background-color:#866E46;
}

ul.step li.complete span.num img{
	width:35%;
	vertical-align: middle;
}

ul.step li.active.step02{
	background-image: url("../img/contact_individual/border02.png"), url("../img/contact_individual/border01.png");
	  background-position: left 29px, right 29px;
  background-size: 50% 3px, 50% 3px;
}

ul.step li.active.step03{
	background-image: url("../img/contact_individual/border02.png"), url("../img/contact_individual/border01.png");
	  background-position: left 29px, right 29px;
  background-size: 50% 3px, 50% 3px;
}

ul.step li.active.step04{
	background-image: url("../img/contact_individual/border02.png");
	  background-position: left 29px;
  background-size: 50% 3px;
}

.ajaxzip3{
	background-color:#866E46;
	color:#fff;
	padding:10px 20px;
	box-sizing: border-box;
	font-size: 14px;
}

form li input{
	padding:8px;
	box-sizing: border-box;
	width:100%;
}

form li select{
	width:30.3%;
}

form li.address input,
form li.address select{
	margin-bottom:20px;
}

form li.address select{
	margin-top:20px;
	width:40%;
}

form li.address input.zip{
	margin-bottom:0;
	width:50%;
}

form ul li h3{
	font-size:16px;
}

form h3.form_title{
	background-color:#866E46;
	color:#fff;
	padding:10px 20px;
	box-sizing: border-box;
}

.contact_corpo.ver2 #s01 {
	padding-top: 10px;
	margin-top: 0;
}

form h3.form_title small{
	color:#fff;
	display: block;
}

form section.medical{
	margin-top:80px;
}

form section.medical div.other{
	margin-top: 10px;
	margin-left:48%;
}

form section.privacy hr{
	width:50%;
	margin:80px auto;
}

form section.privacy h3{
	margin-bottom:20px;
}

form section.privacy div.info{
	margin:10px 0 0 20px;
}

form section.privacy div.info span.time{
	display:block;
	margin-left: 99px;
}

form section.privacy div.info a{
	display:inline-block;
}

form section.privacy label.agree{
	font-size:20px;
	margin-top: 30px;
	display: inline-block;
}

form section.privacy label.Chkbox input[type="checkbox"] {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

/* チェックボックスデザイン */
form section.privacy label.Chkbox input[type="checkbox"] {
    cursor: pointer;
    padding-left: 30px;/*label手前にチェックボックス用の余白を開ける*/
    vertical-align: middle;
    position: relative;
  }
 
form section.privacy label.Chkbox input[type="checkbox"]::before,
form section.privacy label.Chkbox input[type="checkbox"]::after {
    content: "";
    display: block; 
    position: absolute;
  }

form section.privacy label.Chkbox input[type="checkbox"]::after {
    top: 0;
}
form section.privacy label.Chkbox input[type="checkbox"]::before {
    background-color: #fff;
    border-radius: 0%;
    border: 2px solid #D80C18;
    width: 20px;/*チェックボックスの横幅*/
    height: 20px;/*チェックボックスの縦幅*/
    transform: translateY(-50%);
    top: 55%;
    left: 5px;
  }
 
form section.privacy input[type="checkbox"]::after {
    border-bottom: 3px solid #D80C18;/*チェックの太さ*/
    border-left: 3px solid #D80C18;/*チェックの太さ*/
    opacity: 0;/*チェック前は非表示*/
    height: 6px;/*チェックの高さ*/
    width: 11px;/*チェックの横幅*/
    transform: rotate(-45deg);
    top: -5px;/*チェック時の位置調整*/
    left: 10px;/*チェック時の位置調整*/
  }

 
form section.privacy label.Chkbox input[type="checkbox"]:checked::after {
    opacity: 1;/*チェック後表示*/
  }

button#submit{
  border: solid 1px #D80C18;
  background-color: #D80C18;
  padding: 10px;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  width: 80%;
}

button#submit span{
	background-image: url("../img/common/icon_right.svg");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 12px;
	display: inline-block;
	padding-right: 25px;
	color:#fff;
	font-size:16px;
}

button#submit:disabled {
	background: #CCCCCC;
	border: solid 1px #CCCCCC;
	width:80%;
}

button#submit:disabled span{
	color:#312F2F;
	background-image: url("../img/common/icon_right_b.svg");
	font-size:16px;
}

/*お問い合わせ/ご相談フォーム（個人）03*/

form .btn button.back{
  color: #866E46;
  border: solid 1px #866E46;
  background-color: #fff;
  padding: 10px;
  box-sizing: border-box;
  display: block;
  text-align: center;
  width: 80%;
	margin-bottom:20px;
}

form .btn button.back span{
  background-image: url("../img/common/icon_right_br.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 12px;
  display: inline-block;
  padding-right: 25px;
  color: #866E46;
	font-size:16px;
}

.contact_indi.step03 button#submit,
.contact_corpo.step02 button#submit{
  border: solid 1px #CCCCCC;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcf1d1+0,fad266+100 */
background: #fcf1d1; /* Old browsers */
background: -moz-linear-gradient(top, #fcf1d1 0%, #fad266 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #fcf1d1 0%,#fad266 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #fcf1d1 0%,#fad266 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcf1d1', endColorstr='#fad266',GradientType=0 ); /* IE6-9 */
  padding: 10px;
  box-sizing: border-box;
  display: block;
  text-align: center;
  width: 80%;
}

/*お問い合わせ/ご相談フォーム（個人）04*/
.contact_indi.step04 .content > p{
	text-align:center;
	margin-bottom:50px;
}

.contact_indi.step04 .btn a{
  color: #866E46;
  border: solid 1px #866E46;
  background-color: #fff;
  padding: 10px;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  width: 80%;
  margin-right: 20px;
}

.contact_indi.step04 .btn a span{
  background-image: url("../img/common/icon_right_br.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 12px;
  display: inline-block;
  padding-right: 25px;
  color: #866E46;
}

/*お問い合わせ/ご相談フォーム（総合／法人）01*/
.contact_corpo ul.step{
	width:80%;
}

.contact_corpo ul.step li{
	width:33.3%;
}

ul.customer_type li:first-child {
  vertical-align: top;
  font-size: 16px;
  /*width: 30%;
  float: left;*/
  margin-bottom: 20px;
}

ul.customer_type li:last-child {
  /*float: right;
  width: 65%;*/
	margin-left:20px;
}

ul.customer_type li a {
  font-size: 16px;
	font-weight: bold;
	margin-bottom:10px;
}

ul.customer_type li a small{
	font-weight:normal;
	display: block;
	margin-left: 20px;
	font-size: 14px;
}

ul.customer_type li h3 span {
  display: inline-block;
  padding: 2px 10px;
  box-sizing: border-box;
  color: #fff;
  background-color: #D80C18;
  font-size: 14px;
  margin-right: 10px;
	font-weight: normal;
}

.contact_corpo form{
	clear:both;
	padding-top: 80px;
}

.contact_corpo.ver2 form {
	padding-top: 0;
}

.contact_corpo form ul li.category span{
	padding:3px 0 3px 10px;
	box-sizing: border-box;
}

.contact_corpo form section.privacy{
	margin-bottom:50px;
}

/*お問い合わせ/ご相談フォーム（総合／法人）02*/
.contact_corpo.step02 form p.btn{
	margin-top:50px;
}

/*お問い合わせ/ご相談フォーム（総合／法人）03*/

.contact_corpo.step03 ul.step li.active.step03 {
  background-image: url("../img/contact_individual/border02.png");
  background-position: left 29px;
  background-size: 50% 3px;
}

.contact_corpo.step03 .content > p{
	text-align:center;
	margin-bottom:50px;
}

.contact_corpo.step03 .btn a{
  color: #866E46;
  border: solid 1px #866E46;
  background-color: #fff;
  padding: 10px;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  width: 80%;
  margin-right: 20px;
}

.contact_corpo.step03 .btn a span{
  background-image: url("../img/common/icon_right_br.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 12px;
  display: inline-block;
  padding-right: 25px;
  color: #866E46;
}

select {
  /* 初期化 */
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  color: #333;
  font-size: 14px;
  width: 100%;
  height: 100%;
  padding: 0 10px;
}

select {
  background: #F4F4F4;
  height: 40px;
  width: auto;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}

select::after {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  z-index: -1;
}


/*トップページ*/
/*mv*/

#sp_main-visual {
    margin-top: 66px;
}

#main-visual {
  /*background: url(../img/main-visual01.jpg) no-repeat center top;*/
  position: relative;
  /*height:476px;*/
  /*top:130px;*/
}
#main-visual img {
  width: auto;
  height: auto;
  /*position: absolute;*/
  top: 440px;
  left: 50%;
  /*margin-left: -328px;*/
}
.container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slide_all {
  /*width: 100%;*/
  max-width: 400px;
  margin: 0 auto;
  height: 443px;
  position: relative;
}

#sp_main-visual .bx-wrapper{
	margin-bottom:0 !important;
}

.slide_wrap {
  /*width: 3072px;
  position: absolute;
  left: 50%;
  margin-left: -1536px;*/
}
#main-visual ul {
  width: 100%;
}
#main-visual ul li {
  width: 1024px;
}
#main-visual ul li {
  transition: all 1s;
  opacity: .5;
}

#main-visual ul li img{
	width:100%;
	height:auto;
}

#main-visual ul li.active {
  opacity: 1;
}
.mv-text{
	width:1024px;
	height: 479px;
	position:absolute;
	margin:0px 0px 0px -512px !important;
	z-index:10000;
	text-align:center;
	left:50%;
}

.mv-text img
{
/* margin-top:250px; */
}


.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 56%;
  margin-top: -16px;
  outline: 0;
  width: 26px !important;
  height: auto !important;
  text-indent: 0 !important;
  z-index: 1 !important;
  background-color: #D80C18;
  font-size: 24px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 28px;
  padding: 15px 0;
	border:solid 2px #fff;
	box-sizing: border-box;
}

.bx-wrapper .bx-controls-direction a.bx-prev{
	border-left:none;
	left:0 !important;
}

.bx-wrapper .bx-controls-direction a.bx-next{
	border-right:none;
	right: 0% !important;
}

_:lang(x)+_:-webkit-full-screen-document, .bx-wrapper .bx-controls-direction a.bx-next{
	border-right:none;
	left: 89% !important;
}


.mv_text{
  position: absolute;
  top: 8%;
  z-index: 1;
  left: 1%;
}

.mv_text img{
	width:320px !important;
	height: auto;
	margin-bottom: 20px;
}

.mv_text h3{
	font-size:14px;
	background-color:rgba(255, 255, 255, 0.8);
	padding:10px;
	box-sizing: border-box;
	font-weight: normal;
	text-align: center;
}

/*コンテンツ*/
div.top_bnr{
	text-align:center;
	margin-bottom: 40px;
	overflow: hidden;
	padding:20px 10px 10px;
	margin-top:53px;
}

div.top_bnr h4{
  background-color: #D80C18;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  margin-top: -62px;
  margin-left: -16%;
  padding: 5px 20px;
  box-sizing: border-box;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

div.top_bnr img{
	width:100%;
	height: auto;
}

/*20251112*/
.underline{
text-decoration: underline;
}

.underline2{
text-decoration: underline;
color:#ffffff;
}

/*お知らせ*/
div.information{
	margin-bottom:80px;
}

div.information h3{
	text-align:center;
	margin-bottom: 20px;
}

div.information h3 span{
	font-size:22px;
	display:inline-block;
	background-image: url("../img/active/icon_info.svg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px;
	padding-left: 40px;
}

div.information ul{
	overflow-y:scroll;
	padding: 20px;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	height: 250px;
}

div.information ul li{
	margin-bottom:20px;
	overflow: hidden;
}

div.information ul li span.date{
	/*float:left;
	width:25%;*/
	/*font-size:16px;*/
}

div.information ul li p{
	/*float:left;
	width: 75%;*/
	/*font-size:16px;*/
}

.home .top_member{
	clear:both;
	margin-bottom:50px;
}

.home .top_member hr,
.home .top_partner hr{
  width: 50%;
  margin: 50px auto;
}

div.section_title{
	text-align:center;
	margin-bottom:50px;
}

div.section_title h3 span{
  font-size: 20px;
  display: block;
  background-image: url("../img/common/icon_person_g.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 30px;
  padding-top: 40px;
}

.top_partner div.section_title h3 span{
	font-size:20px;
	display:inline-block;
	background-image: url("../img/common/icon_handshake_g.svg");
	background-repeat: no-repeat;
	background-position: center top;
  	background-size: 30px;
  	padding-top: 40px;
}

div.section_title span.dotted{
	color:#E4EAE6;
	font-size:5px;
	display:block;
	padding:10px 0;
	box-sizing: border-box;
	letter-spacing: 0.7em;
}

div.section_title small{
	font-family:"Times New Roman", Times, "serif";
	color: #D80C18;
	font-style: italic;
	font-size:16px;
}

div.section_image{
	text-align:center;
	margin-bottom: 50px;
}

div.section_image img{
	width:100%;
	height: auto;
}

div.bg_gray,
p.bg_gray{
	background-color:#F4F4F4;
}

.home .top_member div.bg_gray,
.home .top_partner div.bg_gray{
	padding-bottom:80px;
	box-sizing: border-box;
	margin-bottom:50px;
}

ul.group_insurance{
	margin-top:30px;
}

ul.group_insurance > li{
	margin-bottom:30px;
}

ul.group_insurance > li:last-child{
	margin-bottom:0;
}

ul.group_insurance > li ul{
	overflow:hidden;
}

ul.group_insurance > li ul li{
	/*float:left;
	width: 50%;*/
}

ul.group_insurance > li ul li.insurance_name{
	font-size:16px;
	font-weight: bold;
	/*float:none;
	width:100%;*/
}

/*ul.group_insurance > li ul.car li.insurance_name {
  padding-top: 26px;
}

ul.group_insurance > li ul.gltd li.insurance_name,
ul.group_insurance > li ul.safty li.insurance_name{
  padding-top: 4px;
}*/

ul.group_insurance > li ul li.insurance_name span{
	color:#D80C18;
}

ul.group_insurance > li ul li.insurance_name small{
	display:block;
	margin-left:17px;
	font-size:12px;
	font-weight: normal;
}

ul.group_insurance > li ul li.insurance_name small.group{
	display:inline-block;
	margin-left:0;
	font-size:13px;
	font-weight: normal;
}

ul.group_insurance > li ul li span.discount{
	display:inline-block;
	width: 100px;
}

ul.group_insurance > li ul li span.rate{
	color:#D80C18;
	font-weight: bold;
	font-size: 16px;
}

ul.group_insurance > li ul li.rate strong{
	color:#D80C18;
	font-size:36px;
	font-weight: bold;
}

ul.group_insurance > li ul li.link{
	text-align:center;
	margin-top: 20px;
}

/*ul.group_insurance > li.medical ul li.insurance_name,
ul.group_insurance > li.medical ul li.rate{
  padding-top: 11px;
}*/

.home div.btn{
	text-align:center;
}

.btn_green{
  border: solid 1px #D80C18;
  background-color: #D80C18;
  padding: 10px;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  width: 90%;
}

.btn_green span{
	background-image: url("../img/common/icon_right.svg");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 12px;
	display: inline-block;
	padding-right: 25px;
	color:#fff;
	font-size:16px;
}

.btn_gray{
  border: solid 1px #312F2F;
  background-color: #312F2F;
  padding: 10px;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  width: 90%;
}

.btn_gray span{
	background-image: url("../img/common/icon_right.svg");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 12px;
	display: inline-block;
	padding-right: 25px;
	color:#fff;
	font-size:14px;
}

.home .top_partner ul.insurance_category{
	overflow:hidden;
	margin-top:30px;
	margin-bottom:20px;
}

.home .top_partner ul.insurance_category li{
	/*float:left;
	width:33.3%;*/
	margin-bottom:20px;
	font-size:16px;
	font-weight: bold;
}

.home .top_partner ul.insurance_category li:last-child{
	/*width:66%;*/
}

.home .top_partner ul.insurance_category li span{
	color:#D80C18;
}

.home .top_member .bg_gray .btn_gray,
.home .top_partner .bg_gray .btn_gray{
	width:200px;
}


/*カインズグループのメンバーの皆さま*/
.active li.slide01{
	position:relative;
}

.active li.slide01 div.btn{
	position:absolute;
	bottom: -3px;
	z-index: 1000;
	left: 50%;
    margin: 0 0 0 -150px;
}

.active li.slide01 div.btn a{
	width:300px;
	border:solid 2px #fff;
	box-shadow: 0px 2px 15px -3px #777777;
	margin-bottom:3px;
	display:block;
}

.active li.slide02 div.btn {
  position: absolute;
  z-index: 1;
    /*
  right: 50px;
    */
  right: 50%;
  bottom: 9%;
  width: 320px;
    margin: 0 -160px 0 0;
  text-align: right;
}

.active li.slide02 div.btn .btn_green {
  border: solid 1px #D80C18;
  background-color: #D80C18;
  padding: 10px;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  width: 100%;
  border: solid 2px #fff;
	box-shadow: 0px 2px 15px -3px #777777;
}

.active li.slide04 div.btn  {
  position: absolute;
  bottom: 6px;
  z-index: 1;
  left: 50%;
    /*
  left: 8%;
    */
  margin: 0 0 0 -160px;
}

.active li.slide04 div.btn a {
  width: 320px;
  border: solid 2px #fff;
  box-shadow: 0px 2px 15px -3px #777777;
  margin-bottom: 5px;
}
/*20230216*/
.active li.slide05 {
	position: relative;
}

.active li.slide05 div.btn {
	position: absolute;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 1;
}
  
.active li.slide05 div.btn a {
	display: block;
	width: 33.33%;
	height: 16vw;
	max-height: 65px;
}

.page_link h3{
	background-color:#D80C18;
	color:#fff;
	text-align: center;
	font-size: 14px;
	margin-bottom:30px;
	padding:5px;
	width:100%;
	margin-left: auto;
	margin-right:auto;
	box-sizing: border-box;
}

/*20251112*/
.page_link h4{
	color:#000000;
	text-align: center;
	font-size: 20px;
	margin-bottom:50px;
}

.page_link ul{
	overflow:hidden;
	width:100%;
	margin: 0 auto;
}

.page_link ul li{
	float:left;
	width:50%;
	height: 92px;
	padding: 20px 10px 0px;
	border-left:solid 1px #999999;
	box-sizing: border-box;
	margin-bottom:20px;
	text-align:center;
}

.page_link ul li.gltd,
.page_link ul li.safty{
	padding-top:0px;
}

.page_link ul li.medical,
.page_link ul li.cancer,
.page_link ul li.care{
	padding-top:5px;
}

.page_link ul li:nth-child(2n),
.page_link ul li:last-child{
	border-right:solid 1px #999999;
}

.page_link ul li a{
	display:block;
	font-size:16px;
	font-weight: bold;
	background-image: url("../img/common/icon_car.svg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 30px;
	padding-top: 35px;
	box-sizing: border-box;
	color:#866E46;
}

.page_link ul li.gltd a{
	background-image: url("../img/common/icon_wallet.svg");
}

.page_link ul li.safty a{
	background-image: url("../img/common/icon_home_g.svg");
}

.page_link ul li.fire a{
	background-image: url("../img/common/icon_fire.svg");
}

.page_link ul li.medical a{
	background-image: url("../img/common/icon_medical.svg");
}

.page_link ul li.cancer a{
	background-image: url("../img/common/icon_cancer.svg");
}

.page_link ul li.care a{
	background-image: url("../img/common/icon_care.svg");
}

.page_link ul li.saving a{
	background-image: url("../img/common/icon_saving.svg");
}

.page_link ul li.leisure a{
	background-image: url("../img/common/icon_airplane.svg");
}

.page_link ul li a small{
	display:block;
	font-weight: normal;
	font-size:12px;
	color:#312F2F;
}

/*自動車保険*/
.active .car div.section_title h3 span{
	background-image: url("../img/common/icon_car.svg");
}

.active .content{
	margin-top:30px;
	padding:10px;
	border:solid 3px #D70C19;
	box-sizing: border-box;
}

.active .content.border_none{
	margin-top:30px;
	padding:0;
	border:none;
	box-sizing: border-box;
}

.active .content_header{
	overflow:hidden;
	margin-bottom:30px;
}

.active .content_header li{
	/*float:left;
	width:45%;*/
}

.active .content_header li img{
	width:100%;
	height: auto;
	margin-bottom:20px;
}

.active .content_header li:last-child{
	/*padding:0 0 0 40px;
	box-sizing: border-box;*/
}

.active .content_header li.rate{
  /*padding-top: 25px;
  box-sizing: border-box;
  width:54%;*/
}

.active .content_header li.rate h4{
	font-size:24px;
	font-weight: bold;
	text-align:center;
}

.active .content_header li.rate h4 span.marker{
	background:linear-gradient(transparent 70%, #FCF1D1 0%);
}

.active .content_header li.rate h4 strong{
	font-size:32px;
	color:#D80C18;
}

.active .content_header li.rate small{
	display:block;
	margin-top: 10px;
	text-indent: -1em;
	padding-left: 1em;
}

.active .content span.tekiyo{
	position:relative;
}

.active .content span.tekiyo sup{
	position:absolute;
	top:-10px;
	font-weight: normal;
	font-size:14px;
}

.active .content .bg_gray{
	padding:20px;
	box-sizing: border-box;
	margin-bottom:50px;
}

.active .content .bg_gray ul.merit{
	overflow:hidden;
}

.active .content .bg_gray ul.merit li{
	float:left;
	/*margin-right: 30px;*/
	font-size:24px;
	font-weight: bold;
}

.active .content .bg_gray ul.merit li:last-child{
	margi-right:0;
}

.active .content .bg_gray ul.merit li small{
	font-weight:normal;
	font-size:12px;
	display: block;
	text-indent: -1em;
	padding-left: 1em;
}

.active .content .bg_gray ul.merit li.before{
	width:64%;
}

.active .content .bg_gray ul.merit li.more{
	width:36%;
}


.active .content .bg_gray ul.merit li.after{
	width:100%;
	margin-top: 20px;
}

.active .content .bg_gray ul.merit li.before p{
	text-align:center;
	color:#fff;
	display:inline-block;
	padding:10px 20px;
	box-sizing: border-box;
	background-color: #866E46;
	margin-bottom:10px;
	font-size:16px;
}

.active .content .bg_gray ul.merit li.before span.red{
	font-size:36px;
}

.active .content .bg_gray ul.merit li.before span.red strong{
	font-size:42px;
	color:#D80C18;
}

.active .content .bg_gray ul.merit li.after h5{
	text-align:center;
}

.active .content .bg_gray ul.merit li.after p{
	text-align:center;
	color:#fff;
	display:inline-block;
	padding:10px 20px;
	box-sizing: border-box;
	background-color: #D80C18;
	margin-bottom:10px;
	font-size:16px;
}

.active .content .bg_gray ul.merit li.after span.red{
	font-size:36px;
}

.active .content .bg_gray ul.merit li.after span.red strong{
	font-size:42px;
	color:#D80C18;
}

.active .content .bg_gray ul.merit li.more span{
	display:inline-block;
	text-align:center;
	background-image: url("../img/active/bg01.svg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;
	padding: 40px 29px 40px 15px;
	box-sizing: border-box;
	margin: 30px 0 0 0px;
	font-size:16px;
}

.active .content ul.details{
	overflow:hidden;
	margin-bottom:50px;
}

.active .content ul.details li{
	/*float:left;
	width:30.5%;
	margin-right: 40px;*/
	text-align:center;
	margin-bottom:30px;
}

.active .content ul.details li:last-child{
	margin-right:0;
}

.active .content ul.details li img{
	width:100%;
	height: auto;
	margin-top:20px;
}

.active .content ul.details li p{
	font-size:16px;
}

.active .content ul.btn{
	text-align:center;
	margin: 0 auto;
}

.active .content ul.btn li{
	/*float:left;
	width:30%;
	margin-right: 40px;*/
	text-align: center;
	margin-bottom:20px;
}

.active .content ul.btn li:last-child{
	margin-right:0;
	/*float:right;*/
}

.active .content ul.btn li a{
	width:90%;
	/*height: 70px;*/
	line-height: 8px;
	display:block;
	margin-left: auto;
	margin-right: auto;
}

.active .content ul.btn li img{
	height:auto;
	width:100%;
}

.active .content .btn li a span{
	  padding: 14px;
}

.active .leisur .leisure_caution p{
	margin-bottom:20px;
	font-size:14px;
}
.click-txt {
	font-size: 17px;
	padding-bottom: 2px;
	font-weight: bold;
}
/*GLTD*/
div.section_title h3 small{
	font-weight:normal;
	display: inline-block;
	color:#333333;
	font-style: normal;
	font-size:14px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	margin-left:10px;
}

div.section_title h3 small.group{
	display: block;
	text-align:center;
	margin-left:0;
}

.gltd div.section_title h3 span{
	background-image: url("../img/common/icon_wallet.svg");
}

.active ul.only_one{
	background-image: url("../img/active/mark01.png");
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 135px;
	padding-top: 50px;
	box-sizing: border-box;
}

.active ul.only_one li p.onayami{
	font-size:16px;
	font-weight: bold;
	margin-bottom:20px;
}

.active ul.only_one li p.onayami span.red{
	display:block;
	font-size:20px;
}

.active .content_header.only_one li.rate{
	/*padding-top: 110px;*/
}

.active .content_header li.rate img{
	width:100%;
	height: auto;
	margin-top: 50px;
}

.safty div.section_title h3 span {
  background-image: url("../img/common/icon_home.svg");
}

a.leaflet span{
	background-image: url("../img/common/icon_doc.svg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 30px;
	display: inline-block;
	padding-left: 40px !important;
	box-sizing: border-box;
}

a.web span{
	background-image: url("../img/common/icon_pc.svg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 30px;
	display: inline-block;
	padding-left: 40px !important;
	box-sizing: border-box;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

.btn_lightg {
  border: solid 1px #F5E7E5;
  background-color: #F5E7E5;
  padding: 10px;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  width: 200px;
}

.btn_lightg span,
.btn_lighty span{
  background-image: url("../img/common/icon_right_b.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 12px;
  display: inline-block;
  padding-right: 25px;
  color: #312F2F;
  font-size: 16px;
}

.btn_lighty {
  border: solid 1px #FCF1D1;
  background-color: #FCF1D1;
  padding: 10px;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  width: 200px;
}

.active ul.content_header h5{
	color:#D80C18;
	text-align: left;
	font-size:20px;
	margin-bottom:20px;
}

.active .safty .content_header.only_one li.rate{
	/*padding-top: 50px;*/
}

.active ul.plan{
	overflow:hidden;
	margin-bottom:50px;
}

.active ul.plan > li{
	/*float:left;
	width:40%;*/
	padding:0;
	box-sizing: border-box;
}

.active ul.plan li.option{
	/*padding:0 0px 0 20px;
	box-sizing: border-box;
	width:60%;*/
	margin-top:20px;
}

.active ul.plan > li h5{
	text-align:center;
	font-size:16px;
	margin-bottom:20px;
	margin-right: 85px;
}

.active ul.plan li.option h5{
	margin-right:0;
}

.active ul.plan > li.plan div.frame{
	border:solid 5px #666666;
	padding:20px;
	box-sizing: border-box;
	position:relative;
}

.active ul.plan > li.plan div.frame > img{
	z-index: 1;
	position: absolute;
	right: -16%;
	top: 33%;
	width: 177px;
	display:none;
}

.active ul.plan > li.plan div.frame > img.border02 {
  z-index: 1;
  position: absolute;
  right: -9%;
  margin-top: 31%;
  width: 128px;
}

.active ul.plan > li ol.plan01{
	margin-bottom:30px;
}

.active ul.plan > li.plan ol{
	background-color:#E4EAE6;
	padding:10px;
	box-sizing: border-box;
}

.active ul.plan > li.plan ol.plan01{
	/*background-image: url("../img/active/bg01.png");
  background-repeat: no-repeat;
  background-position: 71% center;
	background-size: auto 100%;*/
	background-color:#FCF1D1;
	padding:10px;
	box-sizing: border-box;
}

.active ul.plan > li ol li{
	list-style:none;
	padding:5px;
	box-sizing: border-box;
	font-size:18px;
	font-weight: bold;
}

.active ul.plan > li ol li small{
	display:block;
	font-size: 13px;
	font-weight: normal;
	/*margin-left: 20px;*/
}

.active ul.plan > li.plan div.frame p.circle{
	position:absolute;
	width:115px;
	height: 115px;
	border-radius: 50%;
	background-color: #D80C18;
	text-align: center;
	color: #fff;
	right:5px;
	top:-55px;
	padding: 33px 20px;
	box-sizing: border-box;
	font-size:14px;
}

.active ul.plan > li.plan div.frame p.circle span{
	font-size:16px;
	color:#fff;
}

.active ul.plan > li.plan div.frame p.circle span strong{
	font-size:26px;
	font-weight: bold;
	color:#fff;
}

.active ul.plan > li.option div.frame ol{
	background-color:#E4EAE6;
	padding:20px;
	box-sizing: border-box;
}

.active ul.plan > li.option div.frame ol.plan01{
	background-color:#FCF1D1;
	padding:20px 15px 110px;
	box-sizing: border-box;
	position:relative;
	background-image: url("../img/active/img08.png");
  background-repeat: no-repeat;
  background-position: center bottom;
	background-size: auto 120px;
}

.active ul.plan > li.option div.frame ol.plan01 li span.red{
	display:inline-block;
	font-size:14px;
	font-weight: normal;
}

.active ul.plan > li.option div.frame ol.plan01 p.circle{
	position:absolute;
	width:115px;
	height: 115px;
	border-radius: 50%;
	background-color: #D80C18;
	text-align: center;
	color: #fff;
	right:5px;
	bottom:10px;
	padding: 33px 20px;
	box-sizing: border-box;
	font-size:14px;
}

.active ul.plan > li.option div.frame ol.plan01 p.circle span{
	font-size:16px;
	color:#fff;
}

.active ul.plan > li.option div.frame ol.plan01 p.circle span strong{
	font-size:26px;
	font-weight: bold;
	color:#fff;
}

/*火災保険*/
.active .fire div.section_title h3 span{
	background-image: url("../img/common/icon_fire.svg");
}

.active .fire .content_header li.rate p{
	text-align:center;
	font-size:16px;
	font-weight: bold;
}

.active .fire .fire_feature > h5{
	text-align:center;
	font-size:20px;
	font-weight: bold;
	color:#D80C18;
	margin-bottom:30px;
}

.active .fire figure{
	overflow:hidden;
	margin-bottom:50px;
}

.active .fire figure img{
  /*float: left;*/
  width: 100%;
	height: auto;
  padding: 0;
  box-sizing: border-box;
	margin-bottom:20px;
}

.active .fire figure figcaption{
  /*padding: 0 0px 0 20px;
  box-sizing: border-box;
  width: 60%;
	float:right;*/
}

.active .fire figure figcaption h5{
	font-size:15px;
	margin-bottom:20px;
}

.active .fire figure figcaption div.frame{
  background-color: #FCF1D1;
  padding: 20px 20px 80px;
  box-sizing: border-box;
  background-image: url("../img/active/img11.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 105px;
}

.active .fire figure figcaption div.frame p{
	font-size:14px;
	/*width:75%;*/
}

.active .fire figure figcaption div.frame small{
	display:block;
	margin-top: 10px;
	text-indent: -1em;
	padding-left: 1em;
}

/*終身医療保険*/
.active .medical div.section_title h3 span{
	background-image: url("../img/common/icon_medical.svg");
}

.active .medical .content{
	margin-top: 0;
	padding-top: 30px;
	box-sizing: border-box;
}

.active .medical .content_header{
/*	position:relative;
	padding-top: 50px;
	box-sizing: border-box;*/
}

.active .medical .content_header li.rate{
	padding-top:60px;
	box-sizing: border-box;
	position:relative;
}

.active .medical .content_header li.rate.all_life > img{
	position:absolute;
	width:80px;
	height: auto;
	z-index: 1;
	top:-45px;
	right:0;
}

.active .medical div.bg_gray{
	text-align: center;
	font-size:15px;
	font-weight: bold;
	margin-bottom:30px;
}

.active .medical div.bg_gray span{
	display:block;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 20px;
}

.active .medical .content_header li.rate h4 strong{
	font-size:22px;
}

.medical_feature h5{
	text-align:left;
	font-weight: normal;
	font-size:14px;
	margin-bottom:30px;
}

.medical_feature ul.detail{
	border:solid 3px #CCCCCC;
	/*padding:0 15px;*/
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom:50px;
}

.medical_feature ul.detail li{
	/*float:left;
	width:33.3%;*/
	padding:20px;
	box-sizing: border-box;
}

.medical_feature ul.detail li img{
	width:100%;
	height: auto;
	margin: 10px 0;
}

.medical_feature ul.detail li h5{
	text-align:left;
	font-size:16px;
	margin-bottom:0;
	text-indent: -1em;
	padding-left: 1em;
}

.medical_feature ul.detail li h5 span{
	color:#D80C18;
}

.medical_feature ul.detail li p{
	font-size:14px;
}

.active div.recommend{
	/*padding:0 30px;
	box-sizing: border-box;*/
}

.active div.recommend h4,
.active div.recommend_detail h4{
	text-align:center;
	color: #fff;
	font-weight: normal;
	font-size:16px;
	background-color: #866E46;
	padding:3px;
	box-sizing: border-box;
	border-radius: 50px;
	margin-bottom:20px;
}

.active div.recommend > ul{
	overflow:hidden;
	margin-bottom:30px;
}
.active div.recommend > ul.care_wrap {
	margin-bottom: 0;
}
.active div.recommend > ul li{
	text-align:center;
	/*float:left;
	width:50%;*/
	padding:0 20px;
	box-sizing: border-box;
}

.active div.recommend > ul li > img{
	display:block;
	margin:10px auto;
	height:80px;
	width:auto;
}

.active div.recommend > ul li ul.btn{
	margin-bottom:0;
}

.active div.recommend > ul li ul.btn li{
	float: none !important;
	width: 100%;
}

.active div.recommend > ul li ul.btn li a {
  width: 100%;
}

.active div.recommend_detail{
	padding:30px;
	box-sizing: border-box;
	border:solid 3px #E4E4E6;
}

.active div.recommend_detail ul.btn{
	margin-bottom:0;
}

.active div.recommend_detail ul.btn li{
  float: none !important;
  margin-left: auto;
  margin-right: auto !important;
}

/*終身がん保険*/
.active .medical.cancer div.section_title h3 span {
  background-image: url("../img/common/icon_cancer.svg");
}

.active .medical.cancer div.recommend_detail ul.btn li{
	/*float: left !important;*/
}

.active .medical.cancer div.recommend_detail ul.btn li:last-child{
	/*float:right !important;*/
	margin-bottom:0;
}

/*終身介護保険*/
.active .care div.section_title h3 span{
	background-image: url("../img/common/icon_care.svg");
}

.active .care div.recommend > ul.bnrs > li{
	float:none;
	width:100%;
}

.active .care div.recommend > ul.bnrs li > img{
	display:inline-block;
	margin-right:30px;
}

/*財形傷害保険*/
.active .saving div.section_title h3 span{
	background-image: url("../img/common/icon_saving.svg");
}

.active .saving .content_header li.rate ul{
	margin-top:30px;
	padding:20px;
	box-sizing: border-box;
	background-color:#D80C18;
}

.active .saving .content_header li.rate ul li{
	color:#fff;
	font-size:16px;
	margin-bottom:10px;
	float:none;
	width:100%;
}

.active .saving .content_header li.rate ul li:last-child{
	margin-bottom:0;
	padding-left: 0;
}

.active .saving .content_header li.rate ul li span{
	display:inline-block;
	font-size:12px;
	color:#fff;
	/*margin-left: 20px;*/
}

.active .saving .content_header li.rate ul li small{
	display:inline-block;
	color:#fff;
	font-size:12px;
}

.active .saving .saving_feature{
	margin-top:30px;
}

.active .saving .saving_feature > h5{
	text-align:center;
	font-size:14px;
	font-weight: normal;
	padding: 10px;
	border-radius: 50px;
	border:solid 3px #D80C18;
	color:#D80C18;
	margin-bottom:30px;
}

.active .saving .saving_feature > h5 span{
	font-size:25px;
	font-weight: bold;
	color:#D80C18;
}

.active .saving .saving_feature ul.detail{
	overflow:hidden;
	margin-bottom:50px;
}

.active .saving .saving_feature ul.detail li{
	/*float:left;
	width:33.3%;*/
	padding:10px;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.active .saving .saving_feature ul.detail li img{
	width:100%;
	height: auto;
	margin:10px 0;
}

.active .saving .saving_feature ul.detail li h5{
	text-align:center;
	font-size:16px;
	color:#fff;
	font-weight: normal;
	padding: 5px;
	border-radius: 50px;
	background-color:#666666;
}

.active .saving .saving_feature ul.detail li p{
  font-size: 15px;
}

/*レジャーの保険*/
.active .leisur div.section_title h3 span{
	background-image: url("../img/common/icon_airplane.svg");
}

.active .leisur .content_header li.rate figure{
	overflow:hidden;
}

.active .leisur .content_header li.rate figure img{
  float: left;
  width: 95px;
  height: auto;
  /*margin-right: 30px;*/
  margin-top: 0;
}

.active .leisur .content_header li.rate figure figcaption{
	text-align:center;
	color:#D80C18;
	font-size:18px;
}

.active .leisur .content_header li.rate figure figcaption ruby {
  /*letter-spacing: -2px;*/
}

.active .leisur .leisure_feature ul.detail{
	padding:20px;
	border:solid 3px #CCCCCC;
	box-sizing: border-box;
	margin-bottom:50px;
}

.active .leisur .leisure_feature ul.detail li{
	/*float:left;
	width:20%;*/
	padding:0 5px;
	box-sizing: border-box;
	text-align:center;
	margin-bottom:30px;
}

.active .leisur .leisure_feature ul.detail li:last-child{
	margin-bottom:0 !important;
}

.active .leisur .leisure_feature ul.detail li img{
	width:100%;
	height: auto;
	margin:10px 0;
}

.active .leisur .leisure_feature ul.detail li p{
	font-size:15px;
}

.active .inner.caution > p{
	font-size:14px;
	margin-bottom:50px;
}

.active .inner.caution ul.btn {
  text-align: center;
  margin: 0 auto 80px;
}

.active .inner.caution ul.btn li {
  /*float: left;
  width: 30%;*/
  margin-bottom: 20px;
  text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.active .inner.caution ul.btn li:last-child {
  /*margin-right: 0;
  float: right;*/
}

.active .inner.caution ul.btn li a {
  width: 100%;
  height: 70px;
  line-height: 8px;
}

.active .inner.caution ul.btn li a span {
  padding: 14px;
}

.active .inner.caution ul.caution_content{
	/*padding-top:80px;*/
	margin-top:50px;
}

.active .inner.caution ul.caution_content li{
	margin-bottom:10px;
	font-size:12px;
	text-indent: -1em;
	padding-left: 1em;
}

.active .inner.caution ul.caution_content li:first-child {
  margin-bottom: 10px;
  font-size: 12px;
  text-indent: -2.8em;
  padding-left: 2.8em;
}

/*自動車保険*/
#page_header{
	text-align:center;
	/*height: 515px;*/
	margin-top:63px;
}

#page_header img{
	width:100%;
	height: 100%;
	object-fit: cover;
}

body.car img.sp_car_rate{
	width:100%;
	height: auto;
	margin-bottom: 50px;
}

body.car .content .bg_gray{
	padding:20px;
	box-sizing: border-box;
	margin-bottom:50px;
}

body.car .content .bg_gray ul.merit{
	overflow:hidden;
}

body.car .content .bg_gray ul.merit li{
	float:left;
	/*margin-right: 30px;*/
	font-size:24px;
	font-weight: bold;
}

body.car .content .bg_gray ul.merit li:last-child{
	margi-right:0;
}

body.car .content .bg_gray ul.merit li small{
	font-weight:normal;
	font-size:12px;
	display: block;
	text-indent: -1em;
	padding-left: 1em;
	text-align:left;
}

body.car .content .bg_gray ul.merit li small.pcnone{
	font-weight:normal;
	font-size:12px;
	display: block;
	text-indent: 0;
	padding-left: 0;
	text-align:center;
}

body.car .content .bg_gray ul.merit li.before{
	width:64%;
}

body.car .content .bg_gray ul.merit li.more{
	width:36%;
}


body.car .content .bg_gray ul.merit li.after{
	width:100%;
	margin-top: 50px;
	position:relative;
}

body.car .content .bg_gray ul.merit li.after > img{
  display: block;
  margin: 0 auto;
  width: 140px;
  height: auto;
}

body.car .content .bg_gray ul.merit li.before p{
	text-align:center;
	color:#fff;
	display:inline-block;
	padding:5px 20px;
	box-sizing: border-box;
	background-color: #866E46;
	margin-bottom:10px;
	font-size:16px;
	border-radius: 50px;
}

body.car .content .bg_gray ul.merit li.before span.red{
	font-size:36px;
}

body.car .content .bg_gray ul.merit li.before span.red strong{
	font-size:42px;
	color:#D80C18;
}

body.car .content .bg_gray ul.merit li.after h5{
	text-align:center;
}

ody.car .content .bg_gray ul.merit li.after p{
	position:absolute;
}

body.car .content .bg_gray ul.merit li.after p span{
	text-align:center;
	color:#fff;
	display:inline-block;
	padding:5px 20px;
	box-sizing: border-box;
	background-color: #D80C18;
	margin-bottom:10px;
	font-size:16px;
}

body.car .content .bg_gray ul.merit li.after span.red{
	font-size:36px;
}

body.car .content .bg_gray ul.merit li.after span.red strong{
	font-size:42px;
	color:#D80C18;
}

body.car .content .bg_gray ul.merit li.more span{
	display:inline-block;
	text-align:center;
	background-image: url("../img/active/bg01.svg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;
	padding: 30px 40px 30px 25px;
	box-sizing: border-box;
	margin: 30px 0 0 0px;
	font-size:16px;
}

body.car .content span.tekiyo{
	position:relative;
}

body.car .content span.tekiyo sup{
	position:absolute;
	top:-10px;
	font-weight: normal;
	font-size:16px;
}

body.car .content ul.btn{
	text-align:center;
	margin: 0 auto 80px;
}

body.car .content ul.btn li{
	/*float:left;*/
	width:100%;
	margin-right: 40px;
	text-align: center;
}

body.car .content ul.btn li:last-child{
	margin-right:0;
	float:right;
}

body.car .content ul.btn li a{
	width:100%;
	height: 70px;
	line-height: 8px;
}

body.car .content ul.btn li img{
	height:70px;
	width:auto;
}

body.car .content .bg_gray ul.btn{
	margin-top:20px;
	margin-bottom:0;
}

body.car .content .bg_gray ul.btn li{
	margin:0 auto;
	float: none;
}

body.car .content .bg_gray ul.merit li.after p.group {
  position: absolute;
  right: 5px;
  margin-top: -38px;
}

body.car .content .bg_gray ul.merit li.after p.group small{
	display:none;
}

body.car section.bnr{
	margin:50px 0;
	padding:60px 30px;
	box-sizing: border-box;
	background-image: url("../img/car/bnr01.jpg");
	background-repeat: no-repeat;
	background-position: 83% top;
	background-size:cover;
}

body.car section.bnr p{
	text-align:center;
	color:#fff;
	font-size: 16px;
	margin-bottom:30px;
}

body.car section.bnr a{
	display:block;
	background-color:#fff;
	padding:10px 20px;;
	box-sizing: border-box;
	border-radius: 50px;
	font-size:20px;
	font-weight: bold;
	margin:0 auto;
	width:100%;
	text-align: center;
}

body.car section.bnr a span{
  background-image: url("../img/common/icon_right_n.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 12px;
  display: inline-block;
  padding-right: 25px;
  color: #0b2c73;
}

body.car .recommmend h3{
	text-align:center;
	font-size: 20px;
	margin-bottom:50px;
}

body.car .recommmend h3 span{
	font-size:32px;
}

body.car .recommmend figure{
	overflow:hidden;
	margi-bottom:50px;
}

body.car .recommmend figure img{
	/*float:left;*/
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

body.car .recommmend figure figcaption{
	/*float:right;*/
	width:100%;
}

body.car .recommmend figure figcaption ul li{
	font-size:16px;
	color:#D80C18;
	background-image: url("../img/common/icon_done_g.svg");
  background-repeat: no-repeat;
  background-position: left -1px;
	background-size:25px;
	padding-left: 35px;
	box-sizing: border-box;
	margin-top: 15px;
}

body.car .recommmend figure figcaption ul li:first-child{
	margin-top:40px;
}

body.car ul.point{
	overflow:hidden;
	padding:80px 30px 0px;
	box-sizing: border-box;
}

body.car ul.point li{
	/*float:left;
	width:44%;*/
	/*margin-right: 50px;*/
	margin-bottom: 50px;
	background-color:#F4F4F4;
	padding: 30px;
	box-sizing: border-box;
	position:relative;
}

body.car ul.point li:first-child,
body.car ul.point li:nth-child(2){
	/*height:400px;*/
}

body.car ul.point li:last-child,
body.car ul.point li:nth-child(3){
	/*height:450px;*/
}

body.car ul.point li img{
	width:100%;
	height: auto;
	margin: 10px 0;
}

body.car ul.point li h4{
	font-size:20px;
	color:#866E46;
	text-align:center;
}

body.car ul.point li p.point{
  transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  position: absolute;
  top: -19px;
  left: -40px;
  font-family: Gautreaux;
  font-size: 35px;
  font-weight: bold;
  z-index: 1;
}

body.car .inner.caution ul.caution_content li:first-child {
  margin-bottom: 10px;
  font-size: 12px;
  text-indent: -2.8em;
  padding-left: 2.8em;
}


/*カインズグループ取引先の皆さま*/
body.partner .content.inner{
	/*padding-top:80px;*/
}

body.partner .intro{
	position:relative;
	margin-bottom: 80px;
	margin-top: 50px;
}

body.partner .intro h3{
  color: #001F6B;
  text-align: center;
  padding: 11px 0 48px;
  box-sizing: border-box;
  background-image: url("../img/partner/bg01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  position: absolute;
  top: -52px;
  z-index: 1;
  width: 100%;
  left: 0%;
}

body.partner .intro .bg_gray{
	border-radius:20px;
	padding:58px 20px 20px;
	box-sizing: border-box;
}

body.partner .content.inner ul li{
	padding-bottom:50px;
	clear:both;
}

body.partner .content.inner ul li figure{
	overflow:hidden;
}

body.partner .content.inner ul li figure img{
	/*float:left;*/
	width:100%;
	height: auto;
	margin-bottom: 20px;
}

body.partner .content.inner ul li figure figcaption{
	/*float:right;
	width:55%;*/
	overflow:hidden;
}

body.partner .content.inner ul li figure figcaption h4{
	font-size:18px;
	margin-bottom:20px;
}

body.partner .content.inner ul li figure figcaption span{
	display:block;
	color:#fff;
	padding:5px;
	box-sizing: border-box;
	margin-top: 20px;
	width:125px;
	text-align: center;
	background-color: #866E46;
	margin-bottom:10px;
	font-size:14px;
}

body.partner .content.inner ul li figure figcaption h4 span{
	color:#D80C18;
	background-color:rgba(0, 0, 0, 0) !important;
	padding:0;
	display:inline-block;
	width:auto;
	margin:0;
	font-size:14px;
}

body.partner .content.inner ul li figure figcaption small.proposal{
	float:right;
	color:#fff;
	background-color:#866E46;
	padding:2px 15px;
	box-sizing: border-box;
	border-radius: 50px;
	display: inline-block;
}

body.partner .content.inner ul li figure figcaption span.f_l{
	background-color:rgba(0, 0, 0, 0) !important;
	padding:0;
	display:inline-block;
	width:65%;
	float: left;
	color:#312F2F;
	text-align: left;
	margin: 0;
}

body.partner .content.inner ul li figure figcaption small.caution{
	display:block;
	margin-top: 10px;
	text-indent: -1em;
	padding-left: 1em;
}

body.partner .content.inner ul li:last-child{
	/*margin-bottom:80px;*/
}

/*インターネットで加入できる保険*/
body.internet .content ul{
	overflow:hidden;
	margin-bottom:50px;
}

body.internet .content ul li{
	/*float:left;
	width:50%;*/
	padding:30px 30px 50px;
	box-sizing: border-box;
	text-align: center;
}

body.internet .content ul li h4{
	font-size:16spx;
	color:#fff;
	background-color: #866E46;
	border-radius: 50px;
	padding:5px;
	box-sizing: border-box;
	margin:0 auto 20px;
	/*width:55%;*/
}

body.internet .content ul li img{
	height:auto;
	width:100%;
}

body.internet .caution_content li{
	font-size:12px;
}


/*契約者サポート/事故・保険金請求*/
body.support .content p.btn {
  margin: 50px 0 80px;
}

body.support .content p.btn .support01 {
  border: solid 1px #D80C18;
  background-color: #D80C18;
  padding: 10px;
  box-sizing: border-box;
  display: block;
  text-align: center;
  width: 90%;
	margin-bottom: 20px;
}

body.support .content p.btn .support02 {
  border: solid 1px #866E46;
  background-color: #866E46;
  padding: 10px;
  box-sizing: border-box;
  display: block;
  text-align: center;
  width: 90%;
}

body.support .content p.btn .support02 span{
	background-image: url("../img/common/icon_right.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 12px;
  padding-right: 20px;
	color: #fff;
	box-sizing: border-box;
}

body.support .content section.support{
	margin-bottom:80px;
}

body.support .content section.support h3 span {
  background-image: url("../img/common/icon_headset_g.svg");
	font-size:28px;
	background-size:35px;
}

body.support .content section.support ul li h3.company_name{
	text-align:center;
	margin-bottom:20px;
}

body.support .content section.support ul li h3.company_name img{
	height:70px;
	width:auto;
}

body.support .content ul li .bg_gray{
	padding:20px;
	box-sizing: border-box;
}

body.support .content ul li .bg_gray h4{
	font-size:16px;
	color:#866E46;
	margin-bottom:10px;
}

body.support .content ul li .bg_gray h5{
	font-size:16px;
	font-weight: normal;
}

body.support .content ul li .bg_gray h5 span{
	color:#866E46;
}

body.support .content ul li .bg_gray ul{
	overflow:hidden;
}

body.support .content ul li .bg_gray ul.contact_tel{
	margin-bottom:30px;
}

body.support .content ul li .bg_gray ul.contact_tel li:first-child{
	/*float:left;
	width:20%;*/
	padding:10px 0;
	box-sizing: border-box;
}

body.support .content ul li .bg_gray ul.contact_tel li:last-child{
	/*float:left;
	width:80%;*/
	padding:10px 0;
	box-sizing: border-box;
}

body.support .content ul li .bg_gray ul.contact_tel li p.tel{
	/*text-align:center;*/
	margin-bottom:10px;
}

body.support .content ul li .bg_gray ul.contact_tel li p.tel a span{
	color:#D80C18;
	font-size:26px;
	background-image: url("../img/common/icon_tel_r.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 25px;
  padding-left: 35px;
	box-sizing: border-box;
	font-weight: bold;
	display:inline-block;
}

body.support .content ul li .bg_gray ul.contact_tel li p.tel small{
	font-weight:normal;
	font-size:16px;
	color:#D80C18;
}

body.support .content ul li .bg_gray ul.contact_tel li p.tel small.tel_caution{
	padding-bottom:20px;
	font-size:16px;
	color:#866E46;
	display:block;
}

body.support .content ul li .bg_gray ul.contact_tel li p.tel small.tel_caution.is-ver2 {
	padding: 20px 0 0;
}

.active .content .btn li a.is-ver2 .is-fss{
    padding: 2px 0 0 0 !important;
    font-size: 70%;
    background-image: none;
    line-height: 1.2;
}

body.support .content ul li .bg_gray ul.contact_tel li p.time{
	color:#866E46;
}

body.support .content ul li .bg_gray ul.contact_tel li p.time strong{
	display:block;
	font-size:16px;
	font-weight: bold;
	color:#866E46;
}

body.support .content ul li .bg_gray ul li small.support_caution{
	display:block;
	margin-top: 10px;
	text-indent: -1em;
	padding-left: 1em;
}

body.support .content ul li .bg_gray ul.contact_web li{
	/*float:left;
	width:40%;*/
	padding:10px;
	box-sizing: border-box;
}

body.support .content ul li .bg_gray ul.contact_web li:first-child{
	/*width:20%;*/
}

body.support .content ul li .bg_gray ul.contact_web li.bnr img{
	width:60%;
	height: auto;
	display:block;
	margin:0 auto;
}

body.support .content ul li .bg_gray ul.contact_web li.btn p.btn{
	margin:0;
}

body.support .content ul li .bg_gray ul.contact_web li.btn p.btn a{
	float:none;
	margin-bottom:10px;
	width:90%;
	border: solid 1px #866E46;
	background-color: #866E46;
}

body.support .content section.support.submit h3 span {
  background-image: url("../img/common/icon_doc_g.svg");
}

body.support .content section.support.submit p.asking{
	margin-bottom:50px;
}

body.support .content section.support.submit ul.contact_tel li {
  /*float: right !important;
  width: 80%;*/
}

body.support .content section.support.submit ul.contact_tel li small.tel_caution{
	padding-top:20px;
	padding-bottom: 0 !important;
}

body.support .content section.support.submit a.btn_lighty.web{
	width: 300px;
	padding: 20px 10px;
	box-sizing: border-box;
}

body.support .content section.support.submit p.btn{
	margin:0;
}



.red{
	color:#D80C18;
}

.inner hr{
	width:50%;
	margin:50px auto;
}

#s01, #s02, #s03, #s04, #s05, #s06, #s07, #s08, #s09{
	padding-top:80px;
	margin-top: -80px;
}

.contact_indi .content.inner div.btn.pcnone,
.contact_corpo .content.inner div.btn.pcnone{
  width: 100%;
  text-align: center;
  margin: -45px 0 50px;
}

.contact_indi .content.inner div.btn.pcnone p,
.contact_corpo .content.inner div.btn.pcnone p{
	color:#D80C18;
	margin-bottom:10px;
	text-align: center;
}

.contact_indi .content.inner div.btn.pcnone .btn_green,
.contact_corpo .content.inner div.btn.pcnone .btn_green {
  width: 90%;
}

.contact_corpo .content.inner ul.customer_type{
	margin-bottom:50px;
}

footer .info ul li.information p.name span {
  display: block;
  font-weight: normal;
  font-size: 13px;
  color: #fff;
  background-color: #312F2F;
  text-align: center;
  border-radius: 50px;
	width:160px;
	margin: 0 auto;
}


/*終身型医療保険、終身型がん保険*/

body.medical .page_header .inner h2{
	left:13%;
}

body.medical .content .page_link ul{
	width:100%;
	margin-bottom:80px;
}

body.medical .content .page_link ul li {
  float: none;
  width: 100%;
  height: auto;
  padding: 5px;
  border: none;
  box-sizing: border-box;
  margin-bottom: 5px;
  text-align: center;
}

body.medical .content .page_link ul li a{
	display:block;
	background-image: none;
	padding:15px 10px;
	box-sizing: border-box;
	background-color: #D80C18;
	color: #fff;
	font-size:14px;
	font-weight: normal;
}

body.medical .content .page_link ul li span br{
	display:none;
}

body.medical .content .page_link ul li a span{
	color:#fff;
}

body.medical .content .page_link ul li.single a{
	line-height:unset;
}

body.medical .section_title h3{
	font-size:20px;
	text-align: center;
	padding:15px 0;
	box-sizing: border-box;
	background-color: #F4F4F4;
	color: #866E46;
}

body.medical .necessity .inner {
  /*width: 100%;*/
}

body.medical .necessity ul.actual{
	overflow:hidden;
	margin:50px 0;
}

body.medical .necessity ul.actual li{
	/*float:left;
	width:33.3%;*/
	text-align: center;
	padding:0 10px;
	box-sizing: border-box;
	margin-bottom:20px;
}

body.medical .necessity ul.actual li h4{
	color:#fff;
	background-color:#312F2F;
	margin-bottom:10px;
	padding:10px;
	box-sizing: border-box;
	font-size:18px;
}

body.medical .necessity ul.actual li p{
	color:#D80C18;
	font-size:26px;
	font-weight: bold;
}

body.medical .necessity ul.actual li p sup{
	color:#312F2F;
	font-size:14px;
}

body.medical .necessity div.source{
	width:95%;
	margin-left: auto;
	margin-right: auto;
}

body.medical .necessity div.source p{
	margin-bottom:10px;
	font-size:12px;
	text-indent: -1em;
	padding-left: 1em;
}

body.medical .necessity div.source p.indent01{
	text-indent: -2.3em;
	padding-left: 2.3em;
}

body.medical .necessity div.source p.indent02{
	text-indent: -5em;
	padding-left: 5em;
}

body.medical .necessity div.source p span{
	display:block;
	margin-left: 28px;
}

body.medical .necessity div.payment{
	margin-top:40px;
	border:solid 2px #866E46;
	margin-bottom:40px;
}

body.medical .necessity div.payment h4{
	background-color:#866E46;
	padding:10px 5px;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	font-weight: normal;
	font-size: 14px;
}

body.medical .necessity div.source dl{
	overflow:hidden;
	width:95%;
	margin:20px auto 0;
}

body.medical .necessity div.source dl dt{
	float:left;
	width:125px;
	margin-bottom:5px;
	/*color:#866E46;*/
	clear: both;
}

body.medical .necessity div.source dl dt span.super{
	vertical-align: super;
	font-size:11px;
}

body.medical .necessity div.source dl dd{
  float: right;
  margin-bottom: 5px;
  /*color: #866E46;*/
  width: 61%;
  text-indent: -2em;
}

body.medical .necessity div.source small{
	display:block;
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom:20px;
}

body.medical .medical_images figure ul{
	overflow:hidden;
	margin:50px 0 80px;
}

body.medical .medical_images figure ul li{
	/*float:left;
	width:43%;*/
	padding:10px;
	box-sizing: border-box;
}

body.medical .medical_images figure ul li:last-child{
	/*width:57%;*/
}

body.medical .medical_images figure ul li img{
	width:100%;
	height: auto;
}

body.medical .reason h3.reason_title{
	color:#D80C18;
	font-size:20px;
	margin:50px 0 30px;
	text-align:left;
	padding:15px 0;
	border-bottom:solid 1px #D80C18;
	border-top:solid 1px #D80C18;
	box-sizing: border-box;
	text-indent: -1.3em;
	padding-left: 1.3em;
	font-size:18px;
}

body.medical .reason .reason01 figure img{
	width:100%;
	height: auto;
	margin:50px 0;
}

body.medical .reason ul.btn{
	text-align:center;
	margin-bottom:80px;
}

body.medical .reason ul.btn a{
	width:90%;
	padding:15px 0;
	box-sizing: border-box;
}

body.medical .reason .reason02 figure{
	overflow:hidden;
}

body.medical .reason .reason02 figure div.reason_frame,
body.medical .reason .reason02 figure figcaption{
	/*float:left;
	width:50%;*/
}

body.medical .reason .reason02 figure figcaption{
	padding-left:0px;
	box-sizing: border-box;
}

body.medical .reason .reason02 figure div.reason_frame{
	border:solid 3px #D80C18;
	padding: 20px 10px;
	box-sizing: border-box;
	margin-bottom:20px;
}

body.medical .reason .reason02 figure div.reason_frame img{
	width:100%;
	height: auto;
	margin:30px 0;
}

body.medical .reason .reason02 figure div.reason_frame h4{
	color:#D80C18;
	font-size:18px;
	text-align:center;
}

body.medical .reason .reason02 figure div.reason_frame ul{
	margin:0 auto 30px;
}

body.medical .reason .reason02 figure div.reason_frame ul li{
	font-size:12px;
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom:10px;
}


body.medical .reason .reason02 figure div.reason_frame p{
	color:#D80C18;
	font-size:18px;
	text-align:center;
}

body.medical .reason .reason02 figcaption ul li{
	margin-top:50px;
	text-align: center;
}

body.medical .reason .reason02 figcaption ul li h4{
	font-size:16px;
	margin-bottom:30px;
}

body.medical .reason .reason02 figcaption ul li h5{
	text-align:center;
	font-size:26px;
	margin-bottom:15px;
}

body.medical .reason .reason02 figcaption ul li h5 span{
	display:inline-block;
	background-image: url("../img/common/icon_medical.svg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px;
	padding-left: 40px;
	box-sizing: border-box;
	font-size:20px;
}

body.medical .reason .reason02 figcaption ul li p{
	color:#D80C18;
	font-size:16px;
}

body.medical .reason .reason02 figcaption ul li ul.btn{
	margin-bottom:0;
}

body.medical .reason .reason02 figcaption ul li ul.btn li{
	margin-top:20px;
}

body.medical .reason .reason02 figcaption ul li ul.btn li a{
	width:90%;
	margin-bottom:10px;
}

body.medical .reason .reason02 figcaption ul li.cancer h5 span{
	background-image: url("../img/common/icon_cancer_brown.svg");
}

body.medical section.medical .section_title{
	margin-bottom:50px;
	margin-top:20px;
}

body.medical section.medical .section_title h3{
	background-color:rgba(0, 0, 0, 0);
}

body.medical.active .content.no_brd{
	border:none;
	padding:0;
}

body.medical.active .medical .content > img{
	top:-57px;
}

body.medical.active .content ul.btn li.entry_btn{
	margin-top:20px;
}

body.medical.active .content ul.btn li.entry_btn.wide_width a{
  width: 100%;
}

body.medical.active .content ul.btn li.entry_btn.wide_width img{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

body.medical.active .content ul.btn li.entry_btn .btn_green span{
	padding:0px;
	background-position: right 23px;
}

body.medical.active .content ul.btn li.entry_btn .btn_green small{
	display:block;
	color:#fff;
}

body.medical.active .medical .recommend dl.recommend_reason{
	overflow:hidden;
	margin-bottom:20px;
	/*width: 75%;*/
	margin-left: auto;
	margin-right: auto;
}

body.medical.active .medical .recommend dl.recommend_reason dt{
	/*float:left;
	width:100px;*/
	font-size:12px;
}

body.medical.active .medical .recommend dl.recommend_reason dd{
	/*float:right;
	width:85%;*/
	font-size:12px;
}

body.medical.active .medical .recommend dl.recommend_reason.reason02 dt{
	width: 265px;
	color:#D80C18;
}

body.medical.active .medical .recommend dl.recommend_reason.reason02 dd{
	color:#D80C18;
}

body.medical.active .medical ul.btn.f_none,
body.medical.active .insurance_payment ul.btn.f_none{
	text-align: center;
	padding-top:10px;
	margin-bottom:10px;
}

body.medical.active .medical ul.btn.f_none li:last-child,
body.medical.active .insurance_payment ul.btn.f_none li:last-child{
	float:none;
	margin: 0 auto;
}

body.medical.active .medical ul.btn.f_none a,
body.medical.active .insurance_payment ul.btn.f_none a{
  width: 90%;
  padding: 15px 0;
  box-sizing: border-box;
	height: auto;
}

body.medical.active .medical ul.btn.f_none a span,
body.medical.active .insurance_payment ul.btn.f_none a span{
	padding:0 14px 0 0;
}

body.medical.active .insurance_payment{
	margin-top:80px;
}

body.medical.active .insurance_payment h3{
	font-size:22px;
	border-left: solid 7px #866E46;
	padding-left: 14px;
	box-sizing: border-box;
	margin-bottom:30px;
}

body.medical.active .insurance_payment figure{
	overflow:hidden;
}

body.medical.active .insurance_payment figure img{
	/*float:left;*/
	width:100%;
	height: auto;
}

body.medical.active .insurance_payment figcaption{
	/*float:right;
	width:45%;*/
	margin-top:20px;
}

body.medical.active .insurance_payment figcaption ul li{
	margin-bottom:10px;
	text-indent: -1em;
	padding-left: 1em;
}

body.medical.active .insurance_payment figcaption ul li span{
	color:#866E46;
}

body.medical.active  .inner.caution ul.caution_content li:first-child{
	padding-left:1em;
	text-indent: -1em;
}

/*obの皆様へ*/
body.active.ob #s04 .content_header li.rate h4{
	font-size:18px;
}

body.active.ob #s04 .content_header li.rate{
	background-color:#FCF1D1;
	padding:20px;
	box-sizing: border-box;
	margin-bottom:10px;
}

body.active.ob #s04 .content_header li.rate h4 strong{
	font-size:26px;
}

body.active.ob #s04 ul.content_header h5{
	text-align:center;
}

body.active.ob div.recommend > ul li > img.cancer_bnr{
	display:inline-block;
	height: 58px;
	margin-bottom: 20px;
}

body.medical.active .content ul.btn li.entry_btn.wide_width small a{
	display:inline-block;
	color:#D80C18;
	text-decoration: underline;
	width:auto;
	height: auto;
}

.contact_indi.step02 .content div.mail_info{
	margin-top:30px;
	overflow: hidden;
	padding-left: 9px;
	padding-top:5px;
}

.contact_indi.step02 .content div.mail_info input{
	transform:scale(1.5);
	float:left;
}

.contact_indi.step02 .content div.mail_info span{
	float:left;
	display: inline-block;
	margin-left: 20px;
	margin-top:-5px;
	width:80%;
}


.btn_brown{
	background-color:#866E46;
	border:solid 1px #866E46;
}

















.text_center{
	text-align:center;
}

.clear_b{
	clear:both;
}

.pc_header,
.spnone{
	display:none !important;
}


body.support .content ul li .bg_gray ul.contact_tel li p.tel.is-bnr{
    text-align: center;
}
body.support .content ul li .bg_gray ul.contact_tel li p.tel.is-bnr a{
    display: inline-block;
}
body.support .content ul li .bg_gray ul.contact_tel li p.tel.is-bnr a img{
    width: 216px;
    height: auto;
}