@charset "utf-8";
/* CSS Document */

/*全体設定*/
body{
	color:#312F2F;
	font-size:16px;
	line-height: 1.8;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

.inner{
	width:1024px;
	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:200px;
	background-color:#256646;
	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_be a{
	float:right;
	width:200px;
	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:12px;
	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 .contact_be span{
	font-size:12px;
	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 .contact_cz a{
	float:right;
	width:200px;
	background-color:#256646;
	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:12px;
	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 .contact_cz span{
	font-size:12px;
	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 .tyuusyaku{
	font-size:12px;
}

/*グローバルナビゲーション*/

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:25%;
	text-align: center;
}

header .inner nav ul li a{
	padding:10px;
	box-sizing: border-box;
	border:solid 1px #CCCCCC;
	height:57px;
}

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.svg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 21px;
	padding-left: 30px;
	box-sizing: border-box;
	display:inline-block;
	line-height: 1.2;
}

header .inner nav ul li.nav01 a span,
header .inner nav ul li.nav01 a span small{
	line-height:1;
}

header .inner nav ul li:hover a span small{
	color:#D80C18;
}

header .inner nav ul li a:hover{
	opacity:1;
}

header .inner nav ul li a:hover span{
	color:#D80C18;
	background-image:url("/BEHP/htdocs/img/common/icon_home_g.svg");
}

header .inner nav ul li.nav02 a span{
	background-image:url("/img/common/icon_person.svg");
}

header .inner nav ul li.nav02 a:hover span{
	color:#256646;
	background-image:url("/img/common/icon_person_g.svg");
}

header .inner nav ul li.nav02_BE a span{
	background-image:url("/img/common/icon_person.svg");
}

header .inner nav ul li.nav02_BE a:hover span{
	color:#D80C18;
	background-image:url("/BEHP/htdocs/img/common/icon_person_g.svg");
}

header .inner nav ul li.nav03 a span{
	background-image:url("/img/common/icon_handshake.svg");
}

header .inner nav ul li.nav03 a:hover span{
	color:#256646;
	background-image:url("/img/common/icon_handshake_g.svg");
}

header .inner nav ul li.nav03_BE a span{
	background-image:url("/img/common/icon_handshake.svg");
}

header .inner nav ul li.nav03_BE a:hover span{
	color:#D80C18;
	background-image:url("/BEHP/htdocs/img/common/icon_handshake_g.svg");
}

header .inner nav ul li.nav04 a span{
	background-image:url("/img/common/icon_internet.svg");
}

header .inner nav ul li.nav04 a:hover span{
	color:#D80C18;
	background-image:url("/BEHP/htdocs/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.svg");
}

header .inner nav ul li.nav05 a:hover span{
	color:#D80C18;
	background-image:url("/BEHP/htdocs/img/common/icon_headset_g.svg");
}

/*パンくず*/

.breadcrum{
	background-color:#F4F4F4;
	padding:5px;
	box-sizing: border-box;
}

.breadcrum ul{
	overflow:hidden;
	width:1024px;
	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;
	margin-top : 80px;
}

.breadcrum_margintop ul{
	overflow:hidden;
	width:1024px;
	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: 360px;
	margin-top: 225px;
	overflow:hidden;
	text-align:center;
}

.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:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
body.contact_indi .page_header .inner,
body.contact_corpo .page_header .inner{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.page_header .inner h2{
	padding: 10px 25px;
    /*
	display: inline-block;
    */
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 0.7);
	font-size: 1.7rem;
    /*
	position: absolute;
	top: 43%;
	left: 50%;
    */
}

/*フッター*/
footer{
	clear:both;
	margin-top: 80px;
	background-color: #F4F4F4;
	padding: 20px 0 0;
	box-sizing: border-box;
	position:relative;
}

footer .info ul{
	oveflow:hidden;
}

footer .info ul li{
	float:left;
	width:28%;
	padding:0 30px;
	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:90%;
	height: auto;
}

footer .info ul li.information p.name{
	font-size:18px;
	font-weight: bold;
}

footer .info ul li.information address{
	font-style:normal;
}

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;
}

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;
}

footer .info ul li.footer_contact{
	width:40%;
}

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:90%;
	padding: 20px;
	box-sizing: border-box;
	display: inline-block;
	margin-top : 30px;
}

footer .info ul li.footer_contact a span{
  color: #fff;
  font-size: 14px;
  background-image: url("/img/common/icon_mail.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px;
  padding-left: 40px;
  box-sizing: border-box;
  display: inline-block;
}

footer .info ul li.footer_contact_BE{
	width:40%;
}


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:90%;
	padding: 20px;
	box-sizing: border-box;
	display: inline-block;
	margin-top : 50px;
}

footer .info ul li.footer_contact_BE a span{
  color: #fff;
  font-size: 14px;
  background-image: url("/img/common/icon_mail.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px;
  padding-left: 40px;
  box-sizing: border-box;
  display: inline-block;
}

/*フッター注釈用*/
footer .inner .tyuusyaku{
	font-size:12px;
}

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: 14px;
	padding: 5px;
	box-sizing: border-box;
	background-color: #D80C18;
}
footer p.footer_number{
  display: none;
  text-align: right;
}
/* ホームのみ表示 */
.home footer p.footer_number{
  display: block;
}

.top_modoru_button{
position: fixed;
	right: 10px;
	bottom:100px;
	z-index: 99;
}
.paget_top img{
	height: 67px;
	width: 67px;
	/*position: fixed;
	right: 0px;*/
	display:none;
}



/*お問い合わせ/ご相談フォーム（個人）01*/
.contact_bnr{
	background-color: #D80C18;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
}

.contact_bnr p{
	color:#fff;
}

.content{
	margin-top: 80px;
}

/*お問い合わせステップ*/
ul.step{
	width:65%;
	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 43px;
	background-size: 101%;
}

ul.step li span.num{
  width: 75px;
  height: 75px;
  display: block;
  background-color: #CCCCCC;
  border-radius: 50%;
  margin: 0 auto 10px;
  line-height: 75px;
  color: #fff;
  font-size: 24px;
}

ul.step li:first-child {
	background-position: right 43px;
	background-size: 51% 5px;
}

ul.step li:last-child {
	background-position: left 43px;
	background-size: 50% 5px;
}

ul.step li.active span.num{
	background-color:#fff;
	border: solid 5px #866E46;
	color:#866E46;
	box-sizing: border-box;
	line-height: 65px;
}

ul.step li.active p{
	color:#866E46;
}

input[type="radio"],input[type="checkbox"]{
 vertical-align:middle;
	font-weight: bold;
}

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-right: 40px;
}

form ul li:last-child{
	float:right;
	width:65%;
}

form ul li h3 span{
	display:inline-block;
	padding:2px 10px;
	box-sizing: border-box;
	color: #fff;
	background-color: #D80C18;
	font-size:14px;
	margin-right: 10px;
}

form ul li.category span {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
}

form ul li.category small{
	font-weight: normal;
	font-size: 14px;
}

form ul li div.list h3{
	margin-bottom:10px;
}

form ul li div.list h3 small{
	font-weight:normal;
	font-size:14px;
}

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:60%;
}

form ul li .formTable_caution{
	font-size:14px;
	color: #D80C18;
	margin-bottom:80px;
}

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: 48px 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: 39px 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: inline-block;
  text-align: center;
  width: 30%;
	background-image: url("../img/common/icon_right_g.svg");
	background-repeat: no-repeat;
	background-position: 67% center;
	background-size: 12px;
	margin-right: 20px;
}

p.btn .next{
  border: solid 1px #D80C18;
  background-color: #D80C18;
  padding: 10px;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  width: 30%;
}

p.btn .next.ver2{
    border: solid 1px #866E46;
    background-color: #fff;
    padding: 10px;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    width: 30%;
	margin-right: 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: inline-block;
    text-align: center;
    width: 30%;
}

p.btn .next.ver4{
    border: solid 1px #CCCCCC;
    background: #CCCCCC;
    padding: 10px;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    width: 30%;
}

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 43px, right 43px;
  background-size: 50% 5px, 50% 5px;
}

ul.step li.active.step03{
	background-image: url("../img/contact_individual/border02.png"), url("../img/contact_individual/border01.png");
	  background-position: left 43px, right 43px;
  background-size: 50% 5px, 50% 5px;
}

ul.step li.active.step04{
	background-image: url("../img/contact_individual/border02.png");
	  background-position: left 43px;
  background-size: 50% 5px;
}

.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;
}

form li.address input,
form li.address select{
	margin-bottom:20px;
}

form li.address select{
	margin-top:20px;
	padding:8px;
	box-sizing: border-box;
}

form li.address input.zip{
	margin-bottom:0;
}

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 form h3.form_title {
	margin: 80px 0 0 0;
}

form h3.form_title small{
	color:#fff;
}

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"]::before {
    background-color: #fff;
    border-radius: 0%;
    border: 3px solid #D80C18;
    width: 20px;/*チェックボックスの横幅*/
    height: 20px;/*チェックボックスの縦幅*/
    transform: translateY(-50%);
    top: 50%;
    left: 5px;
  }

form section.privacy label.Chkbox input[type="checkbox"]::after {
    border-bottom: 3px solid #D80C18;/*チェックの太さ*/
    border-left: 3px solid #D80C18;/*チェックの太さ*/
    opacity: 0;/*チェック前は非表示*/
    height: 6px;/*チェックの高さ*/
    width: 11px;/*チェックの横幅*/
    transform: rotate(-45deg);
    top: -7px;/*チェック時の位置調整*/
    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: 30%;
}

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;
}

button#submit:disabled span{
	color:#312F2F;
	background-image: url("../img/common/icon_right_b.svg");
	font-size:16px;
}

select {
  /* 初期化 */
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  color: #333;
  font-size: 16px;
  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;
}



/*お問い合わせ/ご相談フォーム（個人）03*/
form .btn button.back{
  color: #866E46;
  border: solid 1px #866E46;
  background-color: #fff;
  padding: 10px;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  width: 30%;
  margin-right: 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: inline-block;
  text-align: center;
  width: 30%;
}

/*お問い合わせ/ご相談フォーム（個人）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: 30%;
  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:50%;
}

.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-right: 40px;
}

ul.customer_type li:last-child {
  float: right;
  width: 65%;
}

ul.customer_type li a {
  font-size: 18px;
	font-weight: bold;
	margin-bottom:10px;
}

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;
}

/*お問い合わせ/ご相談フォーム（総合／法人）02*/
.contact_corpo ul.step li.active.step03 {
  background-image: url("../img/contact_individual/border02.png");
  background-position: left 43px;
  background-size: 50% 5px;
}

/*お問い合わせ/ご相談フォーム（総合／法人）03*/
.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: 30%;
  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;
}


/*トップページ*/
/*mv*/

#main-visual {
  /*background: url(../img/main-visual01.jpg) no-repeat center top;*/
  position: relative;
  top:80px;
  /*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: 1024px;
  margin: 0 auto;
  height: 565px;
  position: relative;
	margin-top: 156px;
}
.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: 53px !important;
  text-indent: 0 !important;
  z-index: 9999;
  background-color: #D80C18;
  font-size: 24px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  /*border-radius: 50%;*/
  line-height: 28px;
  padding-top: 20px;
}

.bx-wrapper .bx-prev{
	left:1002px !important;
}

.bx-wrapper .bx-next{
	right:1002px !important;
}

.mv_text{
  position: absolute;
  top: 10%;
  z-index: 1;
  left: 34%;
}

.mv_text img{
	width:535px !important;
	height: auto;
	margin-bottom: 20px;
}

.mv_text h3{
	font-size:16px;
	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:30px;
	margin-top:60px;
}

div.top_bnr h4{
	background-color:#D80C18;
	color:#ffffff;
	font-size:24px;
	font-weight: bold;
	position:absolute;
	margin-top:-68px;
	width: 950px;
  margin-left: auto;
  margin-right: auto;
	padding:5px;
	box-sizing: border-box;
}

div.top_bnr img{
	width:70%;
	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:32px;
	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: 70%;
	margin: 0 auto;
	height: 200px;
}

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:80px;
}

.home hr,
.home hr{
  width: 25%;
  margin: 80px auto;
}

div.section_title{
	text-align:center;
	margin-bottom:30px;
}

div.section_title h3 span{
	font-size:24px;
	display:inline-block;
	background-image: url("../img/common/icon_person_g.svg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px;
	padding-left: 40px;
}

.top_partner div.section_title h3 span{
	font-size:24px;
	display:inline-block;
	background-image: url("../img/common/icon_handshake_g.svg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px;
	padding-left: 40px;
}

div.section_title span.dotted{
	color:#E4EAE6;
	font-size:7px;
	display:block;
	padding:20px 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:80px;
}

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: 33.3%;
}

ul.group_insurance > li ul li.insurance_name{
	font-size:18px;
	font-weight: bold;
}

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;
}

ul.group_insurance > li ul li.rate strong{
	color:#D80C18;
	font-size:36px;
	font-weight: bold;
}

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: 200px;
}

.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: 200px;
}

.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:16px;
}

.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:30px;
	font-size:18px;
	font-weight: bold;
}

.home .top_partner ul.insurance_category li:last-child{
	width:66%;
}

.home .top_partner ul.insurance_category li span{
	color:#D80C18;
}

/*カインズグループのメンバーの皆さま*/
.active li.slide01{
	position:relative;
}

.active li.slide01 div.btn{
	position:absolute;
	bottom:40px;
	z-index: 1;
	right:50px;
}

.active li.slide01 div.btn a{
	width:310px;
	border:solid 2px #fff;
	box-shadow: 0px 2px 15px -3px #777777;
	margin-bottom:10px;
}

.active li.slide01 div.btn a.btn_green{
	display:block;
	margin-bottom:10px;
}

.active li.slide02 div.btn {
  position: absolute;
  z-index: 1;
  right: 50px;
  bottom: 9%;
  width: 100%;
  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: 400px;
  border: solid 2px #fff;
	box-shadow: 0px 2px 15px -3px #777777;
}

.active li.slide04 div.btn {
  position: absolute;
  bottom: 40px;
  z-index: 1;
  left: 100px;
}

.active li.slide04 div.btn a {
  width: 400px;
  border: solid 2px #fff;
  box-shadow: 0px 2px 15px -3px #777777;
}
/*20230216*/
.active li.slide05 {
	position: relative;
}
.active li.slide05 div.btn {
	width: 100%;
	position: absolute;
	bottom: 18px;
	z-index: 1;
	left: 40px;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
}
.active li.slide05 div.btn a {
	width: 299px;
	height: 53px;
	display: block;
	margin-right: 20px;
}
.active li.slide05 div.btn a:last-of-type {
	margin: 0;
}

.page_link h3{
	background-color:#D80C18;
	color:#fff;
	text-align: center;
	font-size: 24px;
	margin-bottom:80px;
	padding:5px;
	width:950px;
	margin-left: auto;
	margin-right:auto;
}

/*20251112*/
.page_link h4{
	color:#000000;
	text-align: center;
	font-size: 24px;
	margin-bottom:80px;
}

.page_link ul{
	overflow:hidden;
	width:75%;
	margin: 0 auto;
}

.page_link ul li{
	float:left;
	width:33.3%;
	height: 100px;
	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(3n){
	border-right:solid 1px #999999;
}

.page_link ul li a{
	display:block;
	font-size:20px;
	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:20px;
	border:solid 5px #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;
}

.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:28px;
	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:58px;
	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:16px;
}

.active .content .bg_gray{
	padding:30px;
	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:36px;
	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,
.active .content .bg_gray ul.merit li.more{
	width:25%;
}

.active .content .bg_gray ul.merit li.after{
	width:40%;
}

.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:20px;
}

.active .content .bg_gray ul.merit li.before span.red{
	font-size:48px;
}

.active .content .bg_gray ul.merit li.before span.red strong{
	font-size:58px;
	color:#D80C18;
}

.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:20px;
}

.active .content .bg_gray ul.merit li.after span.red{
	font-size:48px;
}

.active .content .bg_gray ul.merit li.after span.red strong{
	font-size:58px;
	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: 30px 50px 30px 30px;
	box-sizing: border-box;
	margin: 30px 0 0 30px;
	font-size:24px;
}

.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;
}

.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 80px;
}
.active .content ul.btn.is-ver2{
	margin: 0 auto;
}

.active .content .btn li a.is-ver2 span{
	padding: 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;
}

.active .content ul.btn li{
	float:left;
	width:30%;
	margin-right: 40px;
	text-align: center;
}
.active .content ul.btn.is-ver2 li.is-onl{
	float: none;
	margin: 0 auto;
}

.active .content ul.btn li:last-child{
	margin-right:0;
	float:right;
}

.active .content ul.btn li a{
	width:100%;
	height: 70px;
	line-height: 8px;
}

.active .content ul.btn li img{
	height:72px;
	width:auto;
}

.active .content .btn li a span{
	  padding: 14px;
}
.click-txt {
	font-size: 22px;
	padding-bottom: 5px;
	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");
	background-position:left 23px;
}

.active ul.only_one{
	background-image: url("../img/active/mark01.png");
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 200px;
	padding-top: 50px;
	box-sizing: border-box;
}

.active ul.only_one li p.onayami{
	font-size:18px;
	font-weight: bold;
	margin-bottom:20px;
}

.active ul.only_one li p.onayami span.red{
	display:block;
	font-size:24px;
}

.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;
}

.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: center;
	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 20px 0 0;
	box-sizing: border-box;
}

.active ul.plan li.option{
	padding:0 0px 0 20px;
	box-sizing: border-box;
	width:60%;
}

.active ul.plan > li h5{
	text-align:center;
	font-size:20px;
	margin-bottom:20px;
}

.active ul.plan > li.plan div.frame{
	border:solid 5px #666666;
	padding:30px;
	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;
}

.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.plan01{
	background-image: url("../img/active/bg01.png");
  background-repeat: no-repeat;
  background-position: 71% center;
	background-size: auto 100%;
}

.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: 14px;
	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:-50px;
	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.plan01{
	background-color:#FCF1D1;
	padding:20px;
	box-sizing: border-box;
	position:relative;
	background-image: url("../img/active/img08.png");
  background-repeat: no-repeat;
  background-position: 74% 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:24px;
	font-weight: bold;
}

.active .fire .fire_feature > h5{
	text-align:center;
	font-size:24px;
	font-weight: bold;
	color:#D80C18;
	margin-bottom:30px;
}

.active .fire figure{
	overflow:hidden;
	margin-bottom:50px;
}

.active .fire figure img{
  float: left;
  width: 40%;
	height: auto;
  padding: 0 20px 0 0;
  box-sizing: border-box;
}

.active .fire figure figcaption{
  padding: 0 0px 0 20px;
  box-sizing: border-box;
  width: 60%;
	float:right;
}

.active .fire figure figcaption h5{
	font-size:20px;
	margin-bottom:20px;
}

.active .fire figure figcaption div.frame{
  background-color: #FCF1D1;
  padding: 20px;
  box-sizing: border-box;
  background-image: url("../img/active/img11.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 130px;
}

.active .fire figure figcaption div.frame p{
	font-size:15px;
	width:75%;
}

.active .fire figure figcaption div.frame small{
	display:block;
	margin-top: 10px;
}

/*終身医療保険*/
.active .medical div.section_title h3 span{
	background-image: url("../img/common/icon_medical.svg");
}

.active .medical .content{
	position:relative;
	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 > img{
	position:absolute;
	width:130px;
	height: auto;
	z-index: 1;
	top:-45px;
	right:0;
}

.active .medical .content_header li.rate{
	padding-top:0;
}

.active .medical div.bg_gray{
	text-align: center;
	font-size:20px;
	font-weight: bold;
	margin-bottom:30px;
}

.active .medical div.bg_gray span{
	display:block;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 20px;
}

.active .medical .content_header li.rate h4 strong{
	font-size:32px;
}

.medical_feature h5{
	text-align:center;
	font-weight: normal;
	font-size:20px;
	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:30px 10px;
	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.mb{
	margin-bottom:23px;
}

.medical_feature ul.detail li h5 span{
	color:#D80C18;
}

.medical_feature ul.detail li p{
	font-size:15px;
}

.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:18px;
	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 li{
	text-align:center;
	float:left;
	width:50%;
	padding:0 30px;
	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: 72%;
}

.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 div.recommend.care_recommend ul.btn li {
  float: left;
  width: 33%;
  margin-right: 20px;
  text-align: center;
}

.active div.recommend.care_recommend ul.btn{
	margin-bottom:0;
}

.active div.recommend.care_recommend ul.btn li:last-child{
	float:right;
}

/*終身がん保険*/
.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;
}

/*終身介護保険*/
.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 .content ul.care-btn {
	margin-bottom: 0;
}
.active div.recommend > ul.care_wrap {
	margin-bottom: 50px;
}

/*財形傷害保険*/
.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:18px;
	margin-bottom:15px;
	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:block;
	font-size:14px;
	color:#fff;
	margin-left: 20px;
}

.active .saving .content_header li.rate ul li small{
	display:inline-block;
	color:#fff;
}

.active .saving .saving_feature{
	margin-top:30px;
}

.active .saving .saving_feature > h5{
	text-align:center;
	font-size:20px;
	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:32px;
	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;
}

.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:18px;
	color:#fff;
	font-weight: normal;
	padding: 10px;
	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: 135px;
  height: auto;
  /*margin-right: 30px;*/
  margin-top: 0;
}

.active .leisur .content_header li.rate figure figcaption{
	text-align:center;
	color:#D80C18;
	font-size:23px;
}

.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;
}

.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 .leisur .leisure_caution p{
	font-size:14px;
	margin-bottom:50px;
}

.active .leisur .leisure_caution .btn li a.web span{
	padding:0;
}

.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-right: 40px;
  text-align: center;
}

.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;
}

.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:225px;
}

#page_header img{
	width:100%;
	height: 100%;
	object-fit: cover;
}

body.car .content .bg_gray{
	padding:30px;
	box-sizing: border-box;
	margin-bottom:50px;
}

body.car .content .bg_gray ul.merit{
	overflow:hidden;
	position:relative;
	padding: 20px 0 0 0;
}

body.car .content .bg_gray ul.merit li{
	float:left;
	/*margin-right: 30px;*/
	font-size:36px;
	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;
}

body.car .content .bg_gray ul.merit li.before{
	width:25%;
}

body.car .content .bg_gray ul.merit li.more{
	width:20%;
}

body.car .content .bg_gray ul.merit li.after{
	width:55%;
	background-image: url("../img/car/bg01.png");
	background-repeat: no-repeat;
	background-position: right 50px;
	background-size:auto 80px;
}

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:20px;
}

body.car .content .bg_gray ul.merit li.before span.red{
	font-size:48px;
}

body.car .content .bg_gray ul.merit li.before span.red strong{
	font-size:58px;
	color:#D80C18;
}

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:20px;
}

body.car .content .bg_gray ul.merit li.after p small{
	display:inline-block;
	font-size:14px;
	margin-left: 10px;
}

body.car .content .bg_gray ul.merit li.after span.red{
	font-size:48px;
}

body.car .content .bg_gray ul.merit li.after span.red strong.car_rate{
	font-size:92px;
	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 50px 30px 30px;
	box-sizing: border-box;
	margin: 30px 0 0;
	font-size:24px;
}

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:30%;
	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: -14px;
  margin-top: -35px;
}

body.car section.bnr{
	margin:50px 0;
	padding:60px 50px;
	box-sizing: border-box;
	background-image: url("../img/car/bnr01.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
}

body.car section.bnr p{
	text-align:center;
	color:#fff;
	font-size: 20px;
	margin-bottom:30px;
}

body.car section.bnr a{
	display:block;
	background-color:#fff;
	padding:10px;
	box-sizing: border-box;
	border-radius: 50px;
	font-size:24px;
	font-weight: bold;
	margin:0 auto;
	width:365px;
	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: 24px;
	margin-bottom:50px;
}

body.car .recommmend h3 span{
	font-size:42px;
}

body.car .recommmend figure{
	overflow:hidden;
	margi-bottom:80px;
}

body.car .recommmend figure img{
	float:left;
	width: 40%;
	height: auto;
	margin-right: 40px;
}

body.car .recommmend figure figcaption{
	float:right;
	width:55%;
}

body.car .recommmend figure figcaption ul li{
	font-size:20px;
	color:#D80C18;
	background-image: url("../img/common/icon_done_g.svg");
  background-repeat: no-repeat;
  background-position: left center;
	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 50px;
	box-sizing: border-box;
}

body.car ul.point li{
	float:left;
	width:44%;
	margin-left: 25px;
	margin-right: 25px;
	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:28px;
	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: 55px;
  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:31px 0 73px;
	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:80%;
	left:10%;
}

body.partner .intro .bg_gray{
	border-radius:20px;
	padding:103px 50px 50px;
	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:40%;

	height: auto;
	margin-right: 40px;
}

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:20px;
	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;
}

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;
}

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:80px;
}

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:18px;
	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:110px;
	width:auto;
}

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: inline-block;
  text-align: center;
  width: 30%;
	margin-right: 50px;
}

body.support .content p.btn .support02 {
  border: solid 1px #866E46;
  background-color: #866E46;
  padding: 10px;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  width: 30%;
}

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:32px;
	background-size: 40px;
	padding-left: 50px;
}

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:30px;
	box-sizing: border-box;
}

body.support .content ul li .bg_gray h4{
	font-size:20px;
	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:50px;
}

body.support .content ul li .bg_gray ul.contact_tel li:first-child{
	float:left;
	width:20%;
	padding:10px;
	box-sizing: border-box;
}

body.support .content ul li .bg_gray ul.contact_tel li:last-child{
	float:left;
	width:80%;
	padding:10px;
	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:36px;
	background-image: url("../img/common/icon_tel_r.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 42px;
  padding-left: 50px;
	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:20px;
	color:#D80C18;
}

body.support .content ul li .bg_gray ul.contact_tel li p.tel small.tel_caution{
	padding-bottom:20px;
	font-size:18px;
	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;
}

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:18px;
	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;
}

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;
}

/*.contact_indi .page_header .inner div.btn{
  width: 36%;
  text-align: center;
  margin: -124px 0 0 29%;
}*/

.contact_indi .page_header .inner div.btn,
.contact_corpo .page_header .inner div.btn{
  margin: 30px 0 0 0;
}

.contact_indi .page_header .inner div.btn p,
.contact_corpo .page_header .inner div.btn p{
	color:#D80C18;
	margin-bottom:10px;
	text-align: center;
}

.contact_corpo .page_header .inner div.btn p{
	text-shadow:
    white 2px 0px 2px, white -2px 0px 2px,
    white 0px -2px 2px, white -2px 0px 2px,
    white 2px 2px 2px, white -2px 2px 2px,
    white 2px -2px 2px, white -2px -2px 2px,
    white 1px 2px 2px, white -1px 2px 2px,
    white 1px -2px 2px, white -1px -2px 2px,
    white 2px 1px 2px, white -2px 1px 2px,
    white 2px -1px 2px, white -2px -1px 2px,
    white 1px 1px 2px, white -1px 1px 2px,
    white 1px -1px 2px, white -1px -1px 2px;
}

.contact_indi .page_header .inner div.btn .btn_green,
.contact_corpo .page_header .inner div.btn .btn_green {
  width: 355px;
}

.contact_corpo .page_header .inner h2 {
  top: 31%;
}

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;
}

/*終身型医療保険、終身型がん保険*/
body.medical .content .page_link ul{
	width:100%;
	margin-bottom:80px;
}

body.medical .content .page_link ul li {
  float: left;
  width: 25%;
  height: 100px;
  padding: 5px;
  border: none;
  box-sizing: border-box;
  margin-bottom: 20px;
  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:15px;
	font-weight: normal;
}

body.medical .content .page_link ul li a span{
	color:#fff;
}

body.medical .content .page_link ul li.single a{
	line-height:48px;
}

body.medical .section_title h3{
	font-size:26px;
	text-align: center;
	padding:15px 0;
	box-sizing: border-box;
	background-color: #F4F4F4;
	color: #866E46;
}

body.medical .necessity .inner {
  width: 870px;
}

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;
}

body.medical .necessity ul.actual li h4{
	color:#fff;
	background-color:#312F2F;
	margin-bottom:10px;
	padding:10px;
	box-sizing: border-box;
	font-size:20px;
}

body.medical .necessity ul.actual li p{
	color:#D80C18;
	font-size:30px;
	font-weight: bold;
}

body.medical .necessity ul.actual li p sup{
	color:#312F2F;
	font-size:14px;
}

body.medical .necessity div.source p{
	margin-bottom:10px;
	font-size:14px;
	text-indent: -1em;
	padding-left: 1em;
}

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;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	font-weight: normal;
	font-size: 18px;
}

body.medical .necessity div.source dl{
	overflow:hidden;
	width:65%;
	margin:20px auto 0;
}

body.medical .necessity div.source dl dt{
	float:left;
	width:200px;
	margin-bottom:5px;
	/*color:#866E46;*/
	clear: both;
	font-size:14px;
}

body.medical .necessity div.source dl dt span.super{
	vertical-align: super;
	font-size:12px;
}

body.medical .necessity div.source dl dd{
	float:left;
	margin-bottom:5px;
	/*color:#866E46;*/
	font-size:14px;
}

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:center;
	padding:15px 0;
	border-bottom:solid 1px #D80C18;
	border-top:solid 1px #D80C18;
	box-sizing: border-box;
}

body.medical .reason .reason01 figure{
	text-align:center;
}

body.medical .reason .reason01 figure img{
	width:65%;
	height: auto;
	margin:50px 0;
}

body.medical .reason ul.btn{
	text-align:center;
	margin-bottom:80px;
}

body.medical .reason ul.btn a{
	width:400px;
	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:30px;
	box-sizing: border-box;
}

body.medical .reason .reason02 figure div.reason_frame{
	border:solid 3px #D80C18;
	padding: 20px;
	box-sizing: border-box;
}

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:22px;
	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:14px;
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom:10px;
}

body.medical .reason .reason02 figure div.reason_frame p{
	color:#D80C18;
	font-size:17px;
	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:20px;
	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;
}

body.medical .reason .reason02 figcaption ul li p{
	color:#D80C18;
	font-size:18px;
}

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:250px;
}

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:100px;
	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:-77px;
}

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:14px;
}

body.medical.active .medical .recommend dl.recommend_reason dd{
	float:right;
	width:85%;
	font-size:14px;
}

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:50px;
}

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: 400px;
  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:26px;
	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:50%;
	height: auto;
}

body.medical.active .insurance_payment figcaption{
	float:right;
	width:45%;
}

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{
	background-color:#FCF1D1;
	padding:20px;
	box-sizing: border-box;
	margin-bottom:10px;
}

body.active.ob #s04 .content_header li.rate h4 strong{
	font-size:42px;
}

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;
}



.btn_brown{
	background-color:#866E46;
	border:solid 1px #866E46;
}


.red{
	color:#D80C18;
}

.inner hr{
	width:50%;
	margin:80px auto;
}

.pt_80{
	padding-top:80px;
}




















.text_center{
	text-align:center;
}

.clear_b{
	clear:both;
}

.sp_header,
.pcnone{
	display:none !important;
}
