@charset "UTF-8";

/* --------- Normalize --------- */

*{
	margin: 0;
	padding: 0;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; 
}
a:active,
a:hover {
  outline-width: 0; 
}
img {
  border: 0;
}

ol,ul,dl,dt,dd,li {
	list-style: none;
}

/* --------- clearfix --------- */

.cf:after {
	content:"";
	display:block;
	clear:both;
}

.cl {
	clear:both;
}

/* --------- 基本--------- */


body{
font-family:"Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
/*    min-width: 1160px;*/
overflow-x:hidden;
}

#wrap {
	margin: 0 auto;
	overflow: hidden;
}

.m0o{
	margin: 0 auto;
}

.pc { display:block; }
.sp { display:none; }

/* --------- Header--------- */

.header {
	margin: 0 auto 0;
	width: 980px;
	background-color:#fff;
    display: flex;
	justify-content: space-between;
    align-items: flex-end;
    align-items: center;
}

.head_logo{
    margin-right: auto;
    width: 120px;
    padding-top: 15px;
}

.headtel{
    padding-right: 15px;
}

.headbtn a img{
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.headbtn a img:hover{
	opacity: 0.8;
}
.headbtn	{
	display: flex;
    margin-top: 15px;
}

.headbtn img	{
	margin: 0px;
}

.headtel p	{
	font-size: 10px;
    font-weight: bold;
    margin-left: 7px;
    margin-top: 5px;	
}





/* --------- contents --------- */


/* --------- Float Menu --------- */

#fmenu{
    height: 66px;
    background: #EE7800;
	position:fixed;
  	display:none;
/*	top: -100px;*/
	
	width: 100%;
    z-index: 9999;
	margin: 0 auto;
    box-shadow: 0 3px 5px 2px rgba(0,0,0,0.3);
	}


#fmenu .fmenu_menu{
    margin: 0 auto;
    width: 1110px;
    height: 66px;
    
}
#fmenu .fmenu_menu li{
    float: left;
    border-right: 1px solid #fff;
    width: 275px;
    margin: 0 auto;
    text-align: center;
}

.fmenu_first{
   border-left: 1px solid #fff; 
}

#fmenu .fmenu_menu a{
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 17px;
    line-height: 66px;
    font-weight: bold;
    margin: 0 auto;  
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#fmenu .fmenu_menu a:hover{
	background: #f39a43;
}





/* --------- Main --------- */

#main_wrap{
    height: 872px;
    background-image: url("../img3/main_pc.png");
    background-color: #fbeabd;
	background-repeat: no-repeat;
	background-position: center top;
    margin: 0 auto;
}

#main{
    width: 1110px;
    height: 872px;
/*    overflow: hidden;*/
    margin: 20px auto 0;
    position: relative;
}


.main_navi .navi1{
    position:absolute;
    bottom: 172px;
    left: 60px;
}

.main_navi .navi2{
    position:absolute;
    bottom: 172px;
    right: 58px;
}

.main_navi .navi3{
    position:absolute;
    bottom: 56px;
    left: 62px;
}



#main .mainbtn_r:hover{
    bottom: -45px;
    box-shadow: 0px 0px 10px rgba(255,255,255,0.5);
}

.main_navi li a img{
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.main_navi li a img:hover{
	opacity: 0.8;
}



/* --------- Conversion --------- */

.first_cv_wrap{
 height: 647px;  
    border-top: 5px solid #0F3384;
    border-bottom: 5px solid #0F3384;
}

.cv_wrap{
	height: 443px;
    border-top: 5px solid #0F3384;
    border-bottom: 5px solid #0F3384;
}

.cv {
width: 980px;
margin: 0 auto;
  position: relative; 
/*  overflow: hidden;*/
}

.cv ul {
	position: relative;
  	left: 50%; 
  	float: left;
    margin-top: 40px;
    margin-bottom: 40px;
}

.cv ul li{
	position: relative;
  left: -50%; 
  float: left;
	margin-right: 24px;
}

.cv ul li.last{
	margin-right: 0px;
}

.cv a{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.cv a:hover{
	opacity: 0.8;
}

.cv a img{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.cv a img:hover{
	opacity: 0.8;
}

.cv .cvphone img{
    clear: both;
    margin: 0px auto 10px; 
}
    
.cv .cv_phone img{
    clear: both;
    margin: 30px auto 10px;     
}





/* --------- topics --------- */


#topics{
    position: relative;
    width: 1110px;
	height: 247px;
    margin: 0 auto;
    background-image: url("../img3/topics_back.png");
	background-repeat: no-repeat;
	background-position: center top;
}


.topics1{
    position:absolute;
    bottom: 52px;
    left: 55px;
}
.topics2{
    position:absolute;
    bottom: 52px;
    right: 55px;
}


#topics a img{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#topics a img:hover{
	opacity: 0.7;
}



/* --------- section --------- */

#section img{
	display:block;
	margin: 0 auto;
}


/* --------- section 1 --------- */

#section1{
    margin-top: 50px;
}

#section1 .s1t{
   margin-bottom: 20px; 
}



#sec1-01{
	height: 1181px;
	margin: 0 auto;
    background-image: url("../img3/01-1back.png");
	background-repeat: repeat-x;
	background-position: center top;
}

#sec1-02{
	height: 870px;
	margin: 0 auto;
    background:#fff;
}

#sec1-03{
	height: 376px;
	margin: 50px auto 0;
        background-image: url("../img3/01-3back.png");
	background-repeat: repeat-x;
	background-position: center top;
}

#sec1-04c{
	height: 1367px;
	margin: 0 auto ;
    background:#DFF1F0;
}

#sec1-04c a img,
#sec1-05c a img{
    display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#sec1-04c a img:hover,
#sec1-05c a img:hover{
	opacity: 0.7;
}



#sec1-04c p{
	margin: 30px auto 20pt;
    padding-left: 30px;
	width:1110px;
	text-align:left;
	font-size: 16px;
	line-height: 1.6em;
    color: #000;
}


#sec1-05c{
	height: 1570px;
	margin: 0 auto ;
    background:#DFF1F0;
}


/* --------- section 2 --------- */

#section2{
    margin-top: 50px;
}

#section2 .s2t{
   margin-bottom: 20px; 
}



#sec2-01{
	height: 156px;
	margin: 0 auto;
    background:#004EA2;
}

#sec2-02{
	height: 2280px;
	margin: 0 auto;
    background:#DEE1F2;
}
#sec2-02 p{
	margin: 0 auto;
	width:980px;
	text-align:left;
	font-size: 14px;
	line-height: 1.6em;
    color: #000;
}
#sec2plus{
    height: 72px;
    width: 1110px;
    margin: 0 auto;
    position: relative;
}

#sec2plus img{
    position: absolute;
    margin: 0 auto;
    width: 1110px;
    top: -28px;
}

#sec2-03{
	height: 156px;
	margin: 0 auto;
    background:#EE7800;
}

#sec2-04{
	height: 610px;
	margin: 0 auto;
    background:#FDE7CF;
}

#sec2-05 p{
	margin: 30px auto 50px;
	width:1110px;
	text-align:left;
	font-size: 13px;
	line-height: 1.6em;
    color: #000;
}



.sec2 {
    position: relative;
}
.sec2_guard-txt {
    /* position: absolute;
    left: 22.5%;
    bottom: 2%; */
    max-width: 900px;
    margin: -105px auto 60px;
    width: 80%;
}
.sec2_guard-txt p {
    font-size: 13px;
    line-height: 1.6em;
}














/* --------- section 3 --------- */
/*  202301変更  */

#section3{
    margin-top: 50px;
}

#section3 .s3t{
   margin-top: 50px;
   margin-bottom: 40px; 
}

#section3 p{
	margin: 20px 40px 20px 40px;
	text-align: center;
}

#accordion img{
    margin: 0 auto; 
}


#accordion .answer{
    display:none; 
}

#accordion dt.btn img{
    cursor: pointer;
    margin-bottom: 40px;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#accordion dt.btn img:hover{
	opacity: 0.7;
}

#accordion .answer-inner	{
	width: 980px;
    margin: 0 auto 30px;
}
#accordion .answer-inner h2	{
	border-bottom: solid 2px #0075b4;
    border-left: solid 10px #0075b4;
    margin-bottom: 20px;
}
#accordion .answer-inner h2 span	{
	padding-left: 10px;
}
#accordion .answer-inner p	{
	text-align: right;
    font-size: 14px;
    line-height: 1.6em;
    color: #000;
    margin-top: 20px;
}
#accordion .answer-inner h2.nextAge	{
	border-bottom: solid 2px #00b1ad;
    border-left: solid 10px #00b1ad;
}
#accordion .answer-inner h2.oldAge	{
	border-bottom: solid 2px #cf586d;
    border-left: solid 10px #cf586d;
}


.answer-graphr01	{
    width: 800px;
    margin: 0 auto;	
}

.answer-graphr01__item dl {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    gap:20px;
}

.answer-graphr01__item dt {
    width: 95px;
    flex-shrink: 0;
    position: relative;
    font-weight: 400;
}

.answer-graphr01__item dt .txt {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 9px;
    font-size: 35px;
    display: block;
    color: #004EA2;
    width: 100%;
    text-align: center;
    line-height: 1;
    font-weight: 400;
}

.answer-graphr01__item dt .txt span {
    font-size: 25px;
    position: relative;
    bottom: 2px;
}

.answer-graphr01__item dd {
    width: calc(100% - 117px);
    position: relative;
    bottom: -3px;
    display: flex;
    font-size: 26px;
    font-weight: 500;
    padding: 4px 22px 4px 22px;
    letter-spacing: 0.01em;
    position: relative;
    min-height: 82px;
    align-items: center;
}

.answer-graphr01__item dd .num {
    position: absolute;
}

.answer-graphr01__item dd .txt {
    font-size: 26px;
}

.answer-graphr01__item dd .num span {
    font-size: 25px;
}

.answer-graphr01__item dl.first dt .txt,
.answer-graphr01__item dl.first dd {
    color: #fff;
}

.answer-graphr01__item dl {
    margin: 0 0 18px 0;
}

.answer-graphr01__item dl.first {
    width: 100%;
}

#accordion .answer-graphr01__item dl .answer-graphr01-icon img {
    margin-bottom: 0px;
}

.answer-graphr01__item dl.first dd .txt {
    font-size: 30px;
    font-weight: 700;
}

.answer-graphr01__item dl.first dd .num {
    font-size: 30px;
    font-weight: 700;
}

.answer-graphr01__item dl dd .txt-1 {
    font-size: 25px;
    line-height: 1.217;
    letter-spacing: 0;
    flex-shrink: 0;
}

.answer-graphr01__item dl dd .txt-2 {
    font-size: 26px;
    line-height: 1.18;
    letter-spacing: 0;
}

.answer-graphr01__item dl.first dd .txt-1 {
    font-weight: 700;
}

.answer-graphr01__item.orange dt .txt {
    color: #E17666;
}

.answer-graphr01__item .answer-graphr01-caption {
    font-size: 23px;
    padding: 13px 24px;
    font-weight: 700;
    line-height: 1;
    position: relative;
    display: inline-block;
    margin: 0 0 10px 120px;
    border: 2px solid #004EA2;
}

.answer-graphr01__item .answer-graphr01-caption::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 14px solid #004EA2;
    position: absolute;
    bottom: -14px;
    left: 75px;
}

.answer-graphr01__item .answer-graphr01-caption::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 14px solid #fff;
    position: absolute;
    bottom: -11px;
    left: 75px;
}

.answer-graphr01__item.orange .answer-graphr01-caption {
    border: 2px solid #E17666;
}

.answer-graphr01__item.orange .answer-graphr01-caption::before {
    border-top: 14px solid #E17666;
}
.s3t-btn	{
	 margin: 0 auto;
	 width: 500px;
}
.s3t-btn img	{
	width: 100%;
}
.s3t-btn a	{
	display: inline-block;
	transition: all 0.3s;
}
.s3t-btn a:hover	{
	opacity: 0.7;
}
.txt-dark-blue	{
	color: #004EA2 !important;
}
.txt-dark-orange	{
	color: #E17666 !important;
}


























/* --------- section 4 --------- */

#section4{
	margin: 0 auto;
    background-image: url("../img3/sec4_back.png");
	background-repeat: repeat-x;
	background-position: center top;
}

.sec4ch p{
	margin: 20px auto 20px;
    padding-left: 70px;
	width:1110px;
	text-align:left;
	font-size: 14px;
	line-height: 1.6em;
    color: #000;
}

#sec4p p{
	margin: 20px auto 50px;
    padding-left: 70px;
	width:1110px;
	text-align:left;
	font-size: 14px;
	line-height: 1.6em;
    color: #000;
}



/* --------- foot_text --------- */ 

#foot_text{
	width:980px;
	margin:30px auto 0;
	padding-bottom:25px;
	background-color:#ffffff;
}
#foot_text .foot_inner{
	width:900px;
	padding-top:10px;
	margin:0 auto;
	border-top:1px solid #aaa;
}
#foot_text .foot_inner p{
	font-size:13px;
	line-height:26px;
	font-family:Meiryo, メイリオ, sans-serif;
}

#foot_text .foot_inner td{
	font-size:13px;
	line-height:18px;
}

#foot_text .foot_inner #foot_number{
	text-align:right;
}
#foot_text .foot_inner #foot_number{
	text-align:right;
}





#brpg_zlife_fooder_agency_td1 {
	font-size: 13px;
	vertical-align: top;
	font-family:Meiryo, メイリオ, sans-serif;
}
#brpg_zlife_fooder_agency_td2 {
	font-size: 13px;
	vertical-align: top;
	font-family:Meiryo, メイリオ, sans-serif;
}
#brpg_zlife_fooder_agency_td1 .agentTel {
	font-size: 22px;
}

#index2 .hoken_btn img{
	padding-top:10px;
}
#index2 .hoken_btn .hoken_btn_img{
	margin-left:0;
}
#index2 .hoken_btn .hoken_btn_img{
	margin-left:0;
}
#index2 #hoken_box1 .hoken_btn_img{
	margin-left:13px;
	margin-right:5px;
}

/* footer
--------------------------------------------- */

/* footer pc ------ */
#footer {
	border-top: 1px dotted #CBCBCB;
	padding: 20px 0;
	text-align: center;
}
#footer ul {
	font-size: 0;
}
#footer li {
	font-size: 12px;
	display: inline-block;
	padding: 0 10px;
	border-right: solid 1px #6D6D6D;
}
#footer li:first-child {
	border-left: solid 1px #6D6D6D;
}
#footer li a{
	text-decoration: none;
	}
#footer li a:link,
#footer li a:visited {
	color: #333;
}
#footer li a:hover {
	color: #4699E3;
}

#copyright {
	font-size: 12px;
	color: #6D6D6D;
	margin: 20px 0 0;
}


/* scrollUp */

#scrollUp {
	bottom: 0px;
	right: 20px;
	height: 50px; 
	width: 50px;
	background: url(../img3/top.png) no-repeat;
	opacity:0.8;
}
#scrollUp:hover {
		opacity:0.6;
	}
	
	
/* 20240422加入傾向特約部分追加 */

.answer-tokuyaku .tokuyaku-caption {
	font-size: 23px;
    padding: 13px 24px;
    font-weight: 700;
    line-height: 1;
    position: relative;
    display: inline-block;
    margin: 0 0 10px 0;
    border: 2px solid #004EA2;
}

.answer-tokuyaku .tokuyaku-caption::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 14px solid #004EA2;
    position: absolute;
    bottom: -14px;
    left: 75px;
}

.answer-tokuyaku .tokuyaku-caption::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 14px solid #fff;
    position: absolute;
    bottom: -11px;
    left: 75px;
}

.answer-tokuyaku .tokuyaku-w {
    border: 1px solid #E17666;
    margin-bottom: 5px;
    margin-top: 40px;
}

.answer-tokuyaku .tokuyaku-w::before {
    border-top: 14px solid #E17666;
}

.s3t-btn-modal {
    margin: 30px 0 50px;
}

/*=======契約者数POPUP========= */

.modalArea {
  display: none;
  position: fixed;
  z-index: 10; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}

.modalWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    max-width: 900px;
    background-color: #EEF0F1;
    padding: 56px 80px;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Noto Sans JP", "Arial", sans-serif;
}

.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
  font-size: 2.5rem;
}


button {
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.hoyuu-inner {
    display: grid;
    grid-template-columns: repeat(2, auto);
    column-gap: 49px;
}
.hoyuu-ttl {
    color: #23366F;
    font-size: 1.6rem;
    font-weight: 700;
}

.hoyuu-txt {
    margin-top: 16px;
    font-weight: 400;
    font-size: 1.2rem;
    color: #23366F;
}

.hoyuu-txt span {
    font-size: 3rem;
}

/*=======/契約者数POPUP========= */	
	