@charset "shift-jis";
.consultation-text_underline {
	background: linear-gradient(transparent 50%, #ffff8a 50%);
}
@media print, screen and (min-width: 751px) {
	
/*----- display -----*/
.dpBlock { display: block !important; }
.dpInlBlock { display: inline-block !important; }
.dpNone { display: none !important; }
	
/* ----- LAYOUT ----- */
#floatBn{ display: none; }
body {
color: #000000;
}
#header {
display: none;
}
#main {
padding-bottom: 50px;
border-bottom: 1px solid #cccccc;
}
#main .logo {
max-width: 940px!important;
margin: 11px auto 10px!important;
}
#spNavSwitch {
display: none;
}
#mainVisual img {
max-width: 100%;
margin: 0 auto;
}
#mainVisual {
background: url(/insurance/images/consultation_main_pc_bg01.gif) 50% 0 repeat-x;
padding-bottom: 28px;
}
#content {
width: 100%;
margin: 0 auto;
}
#page #consult {
max-width: 1000px;
margin: 0 auto;
padding: 45px 10px 0;
font-size: 16px;
font-size: 1.6rem;
}
#page #consult > *:first-child {
margin-top: 0 !important;
}
#main .Head .Logo {
	max-width: 940px!important;
	margin: 11px auto 10px!important;
}
/* ----- MODULE ----- */
/* section */
.consult_section01 {
margin-top: 60px;
}
.consult_section01-1 {
margin-top: 85px;
}
.consult_section01-2 {
margin-top: 80px;
}
.consult_section02 {
margin-top: 50px;
}
.consult_section02-2 {
margin-top: 50px;
}
.consult_section03 {
margin-top: 50px;
}
.consult_section04 {
margin-top: 25px;
}
/* heading */
.consult_heading01 {
margin-bottom: 25px;
padding: 14px 16px 6px;
background: url(/insurance/images/consultation_bg01.gif) 0 0 repeat-x #246c00;
font-size: 28px;
font-size: 2.8rem;
color: #fff;
font-weight: bold;
}
.consult_heading01 + * {
margin-top: 0 !important;
}
.consult_heading02 {
padding-bottom: 12px;
background: url(/insurance/images/consultation_bg01.gif) 0 100% repeat-x;
font-size: 30px;
font-size: 3.0rem;
font-weight: bold;
color: #246c00;
text-align: center;
line-height: 1.2;
}
.consult_heading03 {
margin-bottom: 1.0em;
font-size: 24px;
font-size: 2.4rem;
font-weight: bold;
}
.consult_heading03.type-step {
padding-bottom: 4px;
border-bottom: 2px dashed #246c00;
	margin-bottom: 30px;
}
.consult_heading03.type-step em {
font-weight: bold !important;
font-style: normal;
}
.consult_heading03.type-step .step {
position: relative;
display: inline-block;
margin-right: 30px;
padding: 13px 50px 11px;
background: #e5f5d8;
vertical-align: middle;
color: #246c00;
}
.consult_heading03.type-step .step::before {
position: absolute;
display: block;
width: 0;
height: 0;
left: 100%;
top: 50%;
margin-top: -11px;
border-left: 18px solid #e5f5d8;
border-top: 11px solid transparent;
border-bottom: 11px solid transparent;
content: "";
}
.consult_heading03.type-number .number {
padding-right: 0.1em;
font-size: 32px;
font-size: 3.2rem;
color: #246c00;
line-height: 1.0;
}
/* icon */
.consult_icon01 > li {
margin-top: 5px;
padding-left: 1.0em;
text-indent: -1em;
}
/* paragraph */
.consult_paragraph01 {
	margin-top: 5px;
}
.consult_paragraph02 {
	margin-top: 2.0em;
}
/* troubleWrap
---------------------------*/
#content .colLayout.troubleWrap{
	margin-bottom: 60px;
}
#content .colLayout.troubleWrap > .col{
	float: left;
	width: calc((100% - 40px)/3);
	margin-right: 20px;
}
#content .colLayout.troubleWrap > .col:nth-of-type(3n){
	margin-right: 0;
}
#content .colLayout.troubleWrap > .col .troubleHead{
	display: inline-block;
	margin-left: 11px;
	padding-left: 6px;
	padding-right: 4px;
	background-color: #fff;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	color: #a5001e;
}
#content .colLayout.troubleWrap > .col .troubleBox{
	background-image: url(/insurance/images/consultation_im01.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: auto;
	border: 1px solid #d9d9d9;
	margin-top: -18px;
	padding: 32px 16px;
	font-size: 18px;
	font-size: 1.8rem;
}
#content .colLayout.troubleWrap > .col .troubleBox{
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: auto;
	border: 1px solid #d9d9d9;
	margin-top: -18px;
	padding: 30px 15px;
}
#content .colLayout.troubleWrap > .col.type--Household .troubleBox{
	background-image: url(/insurance/images/consultation_im03.png);
}
#content .colLayout.troubleWrap > .col.type--oldage .troubleBox{
	background-image: url(/insurance/images/consultation_im01.png);
}
#content .colLayout.troubleWrap > .col.type--insurance .troubleBox{
	background-image: url(/insurance/images/consultation_im02.png);
}
	
/* consultationwrap
---------------------------*/
.consultationwrap p{
	font-size: 18px;
	font-size: 1.8rem;
	padding-top: 5px;
}
#content .consultationwrap .colLayout {
	margin-bottom: 0;
	margin-top: 25px;
}
	#content .consultationwrap .colLayout.col2 > .col{
	display: block;
	width: calc((100% - 20px)/2);
	margin-right: 20px;
	background-color: #e5f5d8;
	color: #246c00;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
	#content .consultationwrap .colLayout.col2 > .col:nth-of-type(2n){
    margin-right: 0;
	}
	#content .consultationwrap .colLayout.col2 > .col .txtContents{
		display: table;
		padding: 25px 0;
		text-align: center;
		margin: 0 auto;
	}
	#content .consultationwrap .colLayout.col2 > .col .txtContents span{
		display: table-cell;
		vertical-align: middle;
		text-align: center;
	}
	#content .consultationwrap .colLayout.col2 > .col .imgContents{
		margin: 0 3px 3px;
	}
	#content .consultationwrap .colLayout.col2 > .col .imgContents img{
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	}

/* circleAre
----------------------------*/
.circleAre{
	font-size: 18px;
	font-size: 1.8rem;
}
.circleAre figure{
	margin-top: 15px
}
/* processBox
----------------------------*/
.processBox{
	font-size: 18px;
	font-size: 1.8rem;
}
	#content .processBox.colLayout{
		margin-bottom: 0;
	}
	#content .processBox.colLayout > .col{
	position: relative;
	width: calc((100% - 178px)/3);
	margin-right: 50px;
	border: 3px solid #ede9d1;
	padding: 20px 10px;
	}
	#content .processBox.colLayout > .col::before{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 19px;
	height: 44px;
	background: url("/insurance/images/consultation_ic06.png");
	background-repeat: no-repeat;
	margin-top: -22px;
		margin-right: -40px;
	}
	#content .processBox.colLayout > .col:nth-of-type(3n){
	margin-right: 0;
	}
	#content .processBox.colLayout > .col:nth-of-type(3n)::before{
	content: none;
	}
	#content .processBox.colLayout > .col .process--number{
	position: relative;
	padding: 6px 0 5px 35px;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.0;
	margin-bottom: 13px;
		color: #3d2e00;
	}
	#content .processBox.colLayout > .col .process--number::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 29px;
	height: 29px;
	background: url("/insurance/images/consultation_ic05.png");
	background-repeat: no-repeat;
	}
	#content .processBox.colLayout > .col .process--number.type-01::before{
	background: url("/insurance/images/consultation_ic03.png");
	}
	#content .processBox.colLayout > .col .process--number.type-02::before{
	background: url("/insurance/images/consultation_ic04.png");
	}
	#content .processBox.colLayout > .col .process--number.type-03::before{
	background: url("/insurance/images/consultation_ic05.png");
	}
	#content .processBox.colLayout > .col .noteList01 {
	display: inline-block;
	position: relative;
	padding-left: 1.2em;
	font-size: 16px;
	font-size: 1.6rem;
	color: #909090;
}
	#content .processBox.colLayout > .col .noteList01 li > .ast {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
	/* voiceContents
----------------------------*/
	.consult_heading01 + .voiceContents{
		margin-top: 30px!important;
	}
	.voiceContents{
		position: relative;
	}
	.voiceContents .consult_voice{
		position: relative;
		padding: 30px;
		margin-bottom: 30px;
		margin-left: 130px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		font-size: 18px;
		font-size: 1.8rem;
	}
	.voiceContents.type--L::before{
	position: absolute;
	display: block;
	width: 112px;
	height: 94px;
	left: 0;
	top: 0%;
	content: "";
	}
	.voiceContents.type--R::before{
	position: absolute;
	display: block;
	width: 112px;
	height: 94px;
	right: 0;
	top: 0%;
	content: "";
	}
	.voiceContents.type-female::before{
		background: url(/insurance/images/consultation_im07.jpg) 0 0 no-repeat;
	}
	.voiceContents.type-family::before{
		background: url(/insurance/images/consultation_im08.jpg) 0 0 no-repeat;
	}
	.voiceContents.type-couple::before{
		background: url(/insurance/images/consultation_im09.jpg) 0 0 no-repeat;
	}
	.voiceContents.type-male::before{
		background: url(/insurance/images/consultation_im10.jpg) 0 0 no-repeat;
	}
	.voiceContents.type-female02::before{
		background: url(/insurance/images/consultation_im11.jpg) 0 0 no-repeat;
	}
	
	.voiceContents.type--L .consult_voice::before{
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	right: 100%;
	top: 60px;
	margin-top: -11px;
	margin-right: -4px;
	border-right: 18px solid #e5f5d8;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	content: "";
	}
	.voiceContents.type--R .consult_voice:before{
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 100%;
	top: 60px;
	margin-top: -11px;
	margin-right: 0;
	margin-left: -4px;
	border-right: none;
	border-left: 18px solid #e5f5d8;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	content: "";
	}
	.voiceContents.type--R .consult_voice{
		padding: 30px;
		margin-bottom: 30px;
		margin-right: 130px;
		margin-left: 0;
	}
	.voiceContents .consult_voice .type--personal{
		font-size: 16px;
		font-size: 1.6rem;
		margin-top: 5px;
		color: #75684c;
	}
	.voiceContents.type-female .consult_voice{
		background-color: #FFEFF2;
	}
	.voiceContents.type-family .consult_voice{
		background-color: #FFF3DB;
	}
	.voiceContents.type-couple .consult_voice{
		background-color: #DCF7F7;
	}
	.voiceContents.type-male .consult_voice{
		background-color: #D8F4FF;
	}
	.voiceContents.type-female02 .consult_voice{
		background-color: #E5F5D8;
	}
	.voiceContents.type-female .consult_voice::before{
		border-right: 18px solid #FFEFF2;
	}
	.voiceContents.type-family .consult_voice::before{
		border-left: 18px solid #FFF3DB;
	}
	.voiceContents.type-couple .consult_voice::before{
		border-right: 18px solid #DCF7F7;
	}
	.voiceContents.type-male .consult_voice::before{
		border-left: 18px solid #D8F4FF;
	}
	.voiceContents.type-female02 .consult_voice::before{
		border-right: 18px solid #E5F5D8;
	}

/* ----- COMPONENT ----- */
.noteList01{
display: inline-block;
position: relative;
padding-left: 1.2em;
	font-size: 14px;
	font-size: 1.4rem;
}
.noteList01 > .ast {
display: block;
position: absolute;
top: 0;
left: 0;
}
.noteList02 > li {
	position: relative;
	padding-left: 1.2em;
	font-size: 18px;
	font-size: 1.8rem;
}
.noteList02 > li > .ast {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.txtRed{
color: #a5001e;
}
.consult_ctaBtnComment{
margin-top: 10px;
text-align: center
}
.consult_ctaBox {
margin-top: 25px;
padding: 20px;
border: 3px solid #cb0029;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: #ffdbe2;
}
.consult_ctaItem {
width: 50%;
float: left;
text-align: center;
}
.consult_ctaLabel {
margin-bottom: 15px;
}
.consult_ctaLabel > span {
display: inline-block;
min-width: 182px;
padding: 6px 15px 4px;
-webkit-border-radius: 1em;
-moz-border-radius: 1em;
border-radius: 1em;
background: #fff;
font-size: 16px;
font-size: 1.6rem;
font-weight: bold;
color: #cb0029;
}
.consult_ctaBtn{
	margin: 0 auto;
}
.consult_ctaBtn a{
	display: inline-block;
	position: relative;
	padding: 30px 90px 30px 130px;
	color: #ffffff;
	font-size: 23px;
	font-size: 2.3rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.2;
	background-color: #ea0006;
	border-bottom: solid 3px #ae0000;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	margin: 0;
}
.consult_ctaBtn > a::before {
position: absolute;
display: block;
width: 28px;
height: 28px;
right: 20px;
top: 50%;
margin-top: -14px;
background: url(/insurance/images/consultation_ic02.png) 0 0 no-repeat;
content: "";
}
.consult_ctaBtn > a:hover {
margin-top: 1px;
border-bottom-width: 2px;
}
.consult_ctaDesc {
font-size: 15px;
font-size: 1.5rem;
font-weight: bold;
color: #222;
}
.consult_ctaTel {
font-size: 48px;
font-size: 4.8rem;
font-weight: bold;
color: #cb0029;
line-height: 1.1;
}
.consult_ctaTel a {
position: relative;
display: inline-block;
color: inherit;
text-decoration: none;
}
.consult_ctaTel a::before {
position: absolute;
display: block;
width: 33px;
height: 50px;
top: 50%;
left: -47px;
margin-top: -30px;
background: url(/insurance/images/consultation_ic03.png) 0 0 no-repeat;
content: "";
}
.consult_ctaTime {
font-size: 13px;
font-size: 1.3rem;
}
.consult_faq {
padding: 25px 0;
background: url(/insurance/images/consultation_ex01.gif) 0 100% repeat-x;
	font-size: 18px;
	font-size: 1.8rem;
}
.consult_heading01 + .consult_faq {
padding: 0;
	padding-bottom: 25px;
}
.consult_Q {
padding: 2px 0 2px 42px;
background: url(/insurance/images/consultation_tx01.png) 0 0 no-repeat;
font-weight: bold;
}
.consult_A {
padding: 0 0 0 42px;
background: url(/insurance/images/consultation_tx02.png) 0 0 no-repeat;
}
.consult_Q + .consult_A {
margin-top: 15px;
}
.consult_infomation {
margin-top: 100px;
padding: 25px 22px;
background: #ebebeb;
font-size: 16px;
font-size: 1.6rem;
}
.line01 {
	background: url(/insurance/images/consultation_bg1.png) repeat-x;
	background-position: 0 12px;
}
.consultation-tabButtonWrap {
	display: flex;
	gap: 20px;
	position: relative;
	width: min(1060px, 100%);
	margin: 40px auto 0;
	padding: 0 30px;
	box-sizing: border-box;
}
.consultation-tabButtonWrap::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #ccc;
}
.consultation-tabButton {
	width: calc(50% - 10px);
}
.consultation-tabButton a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	min-height: 60px;
	background-color: #fff;
	border-radius: 15px 15px 0 0;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	color: inherit;
	text-decoration: none;
	transition: 0.15s all ease-out;
}
.consultation-tabButton a:hover {
	background-color: #dc322c;
	color: #fff;
	border-bottom: 1px solid #dc322c;
}
.consultation-tabButton a.is-active {
	background-color: #dc322c;
	color: #fff;
	pointer-events: none;
	cursor: pointer;
	border-bottom: 1px solid #dc322c;
}
}

/*-------------------------------
	年末年始対応
-------------------------------*/
	.mb60{margin-bottom: 60px;}
	.noticetxt_typeNewYear{
		border: 1px solid #222222;
		padding: 20px 15px 24px;
		margin-top: 15px;
		font-size: 14px;
		font-size: 1.4rem;
		text-align: center;
	}
	.noticetxt_typeNewYear .title{
		margin-bottom: 0.5em;
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: bold;
		color: #a5001e;
	}



@media only screen and (max-width: 750px) {
#floatBn{
	display: block;
	position: fixed;
	width: 100%;
	box-sizing: border-box;
	left: 0;
	bottom: 0;
	padding: 0 15px 15px 15px;
}
#floatBn .btnWrap{
	position: relative;
}
#floatBn .btnWrap .closebn{
	position: absolute;
	top: -15px;
	right: -25px;
}
#floatBn .btnWrap .closebn img{
	width: 70%;
	height: auto;
}
#footer #pagetop{
	bottom: 16.5%;
}

#header {
}
#main {
padding-bottom: 28px;
}
#main .logo {
max-width: 940px!important;
margin: 0 auto!important;
}
#mainVisual img {
width: 100%;
}
#mainVisual {
background: #f4fdde;
}
#content {
width: 100%;
margin: 0 auto;
}
#page #consult{
max-width: 1000px;
margin: 0 auto;
padding: 0 10px;
font-size: 15px;
font-size: 1.5rem;
}
.sp-mt50{
	margin-top: 50px!important;
	}

/* Header (contentsHeader)
=========================================*/
body.fixed .scrollHead,
body.fixed #fixity.scrollHead,
body.fixed .scrollHead.fixity{
top: 0;
left: 0;
z-index: 10 !important;
width: 100%;
background-color: #fff;
}
body.fixed .scrollHead,
#fixity.scrollHead,
.scrollHead.fixity{
position: fixed !important;
z-index: 10 !important;
width: 100%;
background-color: #fff;
box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.4);
letter-spacing: -0.5em;
z-index: 30;
}
#fixity #spNavSwitch{
vertical-align: middle;
letter-spacing: normal;
position: absolute;
}
body.fixed .Logo,
body.fixed .bt,
#fixity .Logo,
#fixity .bt{
vertical-align: middle;
letter-spacing: normal;
}
body.fixed #spNavSwitch.open,
body.fixed #bt.open,
#fixity #spNavSwitch.open,
#fixity #bt.open{
vertical-align: middle;
letter-spacing: normal;
}

.scrollLogo,
.bt{
display: none;
}
body.fixed .logo,
#fixity .logo,
#fixity02 .logo{
display: none;
}
body.fixed .scrollLogo,
#fixity .scrollLogo,
#fixity02 .scrollLogo{
display: inline-block;
width: 49%;
vertical-align: middle;
padding: 6px 0;
max-width: 181px;
}
.scrollLogo img{
width: auto;
height: auto;
max-height: 46px;
}
#fixity .bt img{
width: auto;
height: auto;
max-height: 38px;
}
.Head{
height: 60px;
	width: 100%;
}
#fixity .Head .Logo{
position: fixed;
}
#header .logo {
padding: 24px 0 24px;
text-align: center;
}
.Head .Logo,
.Head .bt{
float: left;
height: 41px;
}
.Head .Logo{
width: 40%;
display: table;
height: 100%;
margin: 0 10px;
}
.Head .Logo a{
display: table-cell;
position: relative;
vertical-align: middle;
}
.Head .bt{
margin-top: 0;
display: table;
position: fixed;
top: 12px;
right: 70px;
z-index: 9999;
width: 31%;
}
.Head .bt a{
display: table-cell;
position: relative;
padding: 0 20px 0 0;
background-size: 40px 20px;
background-color: #ea0006;
border-bottom: solid 1px #ae0000;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
color: #ffffff;
font-size: 12px;
font-size: 1.2rem;
text-align: center;
text-decoration: none;
line-height: 1.2;
vertical-align: middle;
}
.Head .bt > a::before {
	position: absolute;
	display: block;
	width: 13px;
	height: 13px;
	right: 8px;
	top: 50%;
	margin-top: -6px;
	background: url(/insurance/images/consultation_ic02_sp.png) 0 0 no-repeat;
	-webkit-background-size: 13px auto;
	background-size: 13px auto;
	content: "";
}
.Head .bt.type-hokepon a{
display: table-cell;
position: relative;
padding: 5px 5px 5px 20px;
background-size: 40px 20px;
background: linear-gradient(90deg, rgb(255, 161, 37) 0%, rgb(246, 100, 3) 100%);
border-bottom: none;
border-radius: 5px;
color: #ffffff;
font-size: 1.2rem;
text-align: center;
text-decoration: none;
line-height: 1.2;
vertical-align: middle;
}
.Head .bt.type-hokepon > a::before {
	display: none;
}
.Head .bt.type-hokepon > a::after {
	position: absolute;
	display: block;
	width: 18px;
	height: 18px;
	left: 8px;
	top: 50%;
	margin-top: -9px;
	background: url(/insurance/images/hokepon/hokepon_ic02.webp) no-repeat 0 0 / contain;
	content: "";
}
#header {
position: fixed;
top: 66px !important;
right: -94%;
left: inherit;
width: 94%;
overflow: scroll;
overflow-y: scroll !important;
height: 70%  ;
background: #ffffff;
/* transition */
transition: right 0.5s ease-out;
-webkit-transition: right 0.5s ease-out;
-moz-transition: right 0.5s ease-out;
-o-transition: right 0.5s ease-out;
-ms-transition: right 0.5s ease-out;
z-index: 9999;
}
#header.open {
right: 3%;
}
/* ----- MODULE ----- */
/* section */
.consult_section01 {
margin-top: 25px;
}
.consult_section01-1 {
margin-top: 50px;
}
.consult_section01-2 {
margin-top: 15px;
}
.consult_section02 {
margin-top: 20px;
}
.consult_section02-2 {
margin-top: 50px;
}
.consult_section03 {
margin-top: 25px;
}
.consult_section04 {
margin-top: 25px;
}
/* heading */
.consult_heading01 {
margin: 0 -10px 12px;
padding: 12px 14px 8px;
background: url(/insurance/images/consultation_bg01.gif) 0 0 repeat-x #246c00;
-webkit-background-size: 12px auto;
background-size: 12px auto;
font-size: 17px;
font-size: 1.7rem;
color: #fff;
font-weight: bold;
}
.consult_heading01 + * {
margin-top: 0 !important;
}
.consult_heading02 {
padding-bottom: 10px;
background: url(/insurance/images/consultation_bg01.gif) 0 100% repeat-x;
-webkit-background-size: 12px auto;
background-size: 12px auto;
font-size: 17px;
font-size: 1.7rem;
font-weight: bold;
color: #246c00;
text-align: center;
line-height: 1.2;
}
.consult_heading03 {
margin-bottom: 8px;
font-size: 14px;
font-size: 1.4rem;
font-weight: bold;
}
.consult_heading03.type-step{
display: table;
width: 100%;
}
.consult_heading03.type-step em {
display: table-cell;
padding-left: 15px;
font-weight: bold !important;
font-style: normal;
vertical-align: middle;
}
.consult_heading03.type-step {
padding-bottom: 4px;
border-bottom: 1px dashed #246c00;
}
.consult_heading03.type-step .step {
position: relative;
display: table-cell;
width: 55px;
margin-right: 0;
padding: 8px 12px 6px;
background: #e5f5d8;
vertical-align: middle;
color: #246c00;
text-align: center;
font-size: 15px;
font-size: 1.5rem;
}
.consult_heading03.type-step .step::before {
position: absolute;
display: block;
width: 0;
height: 0;
left: 100%;
top: 50%;
margin-top: -6px;
border-left: 9px solid #e5f5d8;
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
content: "";
}
.consult_heading03.type-number .number {
padding-right: 0.1em;
font-size: 16px;
font-size: 1.6rem;
color: #246c00;
}
/* icon */
.consult_icon01 > li {
margin-top: 5px;
padding-left: 1.0em;
text-indent: -1em;
}
/* paragraph */
.consult_paragraph01 {
	margin-top: 5px;
}
.consult_paragraph02 {
	margin-top: 2.0em;
}
/* img */
.consult_img {
margin-top: 15px;
}
	.consultLead{
		margin: 20px 47px 0;
	}
/* troubleWrap
---------------------------*/
#content .colLayout.troubleWrap{
	margin-bottom: 50px;
}
#content .colLayout.troubleWrap > .col{
	margin-bottom: 10px;
}
#content .colLayout.troubleWrap > .col:last-child{
	margin-bottom: 0;
}
#content .colLayout.troubleWrap > .col .troubleHead{
	display: inline-block;
	margin-left: 5px;
	padding-left: 3px;
	padding-right: 3px;
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #a5001e;
}
#content .colLayout.troubleWrap > .col .troubleBox{
	padding: 20px 90px 20px 10px;
	font-size: 14px;
	font-size: 1.4rem;
	background-position: top 50% right 15px;
	background-repeat: no-repeat;
	background-size: 19% auto;
	border: 1px solid #d9d9d9;
	margin-top: -12px;
}
#content .colLayout.troubleWrap > .col.type--Household .troubleBox{
	background-image: url(/insurance/images/consultation_im19.jpg);
}
#content .colLayout.troubleWrap > .col.type--oldage .troubleBox{
	background-image: url(/insurance/images/consultation_im17.jpg);
}
#content .colLayout.troubleWrap > .col.type--insurance .troubleBox{
	background-image: url(/insurance/images/consultation_im18.jpg);
}

/* consultationwrap
---------------------------*/
.consultationwrap{
	margin-bottom: 50px;
}
.consultationwrap p{
	font-size: 14px;
	font-size: 1.4rem;
	padding-top: 5px;
}
#content .consultationwrap .colLayout {
	margin-bottom: 0;
}
	#content .consultationwrap .colLayout.col2 > .col{
	display: block;
		margin-top: 25px;
		background-color: #e5f5d8;
		color: #246c00;
		-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
	#content .consultationwrap .colLayout.col2 > .col:nth-of-type(2n){
    margin-right: 0;
	}
	#content .consultationwrap .colLayout.col2 > .col .txtContents{
		display: table;
		min-height: 52px;
		padding: 10px 0;
		text-align: center;
		margin: 0 auto;
	}
	#content .consultationwrap .colLayout.col2 > .col .txtContents span{
		display: table-cell;
		vertical-align: middle;
		text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	}
	#content .consultationwrap .colLayout.col2 > .col .imgContents{
		margin: 0 3px 3px;
		text-align: center;
	}
	#content .consultationwrap .colLayout.col2 > .col .imgContents img{
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	}

/* circleAre
----------------------------*/
.circleAre{
	font-size: 14px;
	font-size: 1.4rem;
}
.circleAre figure{
	margin-top: 15px
}
	
/* processBox
----------------------------*/
.processBox{
	font-size: 14px;
	font-size: 1.4rem;
}
	#content .processBox.colLayout{
		margin-bottom: 0;
	}
	#content .processBox.colLayout > .col{
	position: relative;
	width: auto;
	border: 1px solid #ede9d1;
	padding: 15px 7px;
	margin-bottom: 44px;
	}
	#content .processBox.colLayout > .col::before{
	content: "";
	position: absolute;
	right: 50%;
	top: 90%;
	width: 20px;
	height: 42px;
	background: url("/insurance/images/consultation_ic06.png");
	background-repeat: no-repeat;
	background-size: 20px 42px;
	margin-top: 20px;
	margin-right: -10px;
	transform: rotate( 90deg );
	}
	#content .processBox.colLayout > .col:nth-of-type(3n){
	margin-right: 0;
	}
	#content .processBox.colLayout > .col:nth-of-type(3n)::before{
	content: none;
	}
	#content .processBox.colLayout > .col .process--number{
	position: relative;
	padding: 6px 0 5px 25px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.0;
	margin-bottom: 3px;
		color: #3d2e00;
	}
	#content .processBox.colLayout > .col .process--number::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 21px;
	height: 21px;
	background: url("/insurance/images/consultation_ic05.png");
	background-repeat: no-repeat;
	background-size: 21px 21px;
	}
	#content .processBox.colLayout > .col .process--number.type-01::before{
	background: url("/insurance/images/consultation_ic03.png");
	background-repeat: no-repeat;
	background-size: 21px 21px;
	}
	#content .processBox.colLayout > .col .process--number.type-02::before{
	background: url("/insurance/images/consultation_ic04.png");
	background-repeat: no-repeat;
	background-size: 21px 21px;
	}
	#content .processBox.colLayout > .col .process--number.type-03::before{
	background: url("/insurance/images/consultation_ic05.png");
	background-repeat: no-repeat;
	background-size: 21px 21px;
	}
	#content .processBox.colLayout > .col .noteList01 {
	display: inline-block;
	position: relative;
	padding-left: 1.2em;
	font-size: 12px;
	font-size: 1.2rem;
	color: #909090;
}
	#content .processBox.colLayout > .col .noteList01 li > .ast {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
	/* voiceContents
----------------------------*/
	.consult_heading01 + .voiceContents{
		margin-top: 20px!important;
	}
	.voiceContents{
		position: relative;
	}
	.voiceContents .consult_voice{
		position: relative;
		background-color: #e5f5d8;
		padding: 15px 10px;
		margin-bottom: 18px;
		margin-left: 80px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		font-size: 14px;
		font-size: 1.4rem;
	}
	.voiceContents.type--L::before{
	position: absolute;
	display: block;
	width: 70px;
	height: 66px;
	left: 0;
	top: 0%;
	content: "";
	background-size: 70px auto;
	background-repeat: no-repeat;
	background-position: 0 0;
	}
	.voiceContents.type--R::before{
	position: absolute;
	display: block;
	width: 70px;
	height: 66px;
	right: 0;
	top: 0%;
	content: "";
	background-size: 70px auto;
	background-repeat: no-repeat;
	background-position: 0 0;
	}
	.voiceContents.type-female::before{
		background-image: url(/insurance/images/consultation_im20.jpg);
	}
	.voiceContents.type-family::before{
		background-image: url(/insurance/images/consultation_im21.jpg);
	}
	.voiceContents.type-couple::before{
		background-image: url(/insurance/images/consultation_im22.jpg);
	}
	.voiceContents.type-male::before{
		background-image: url(/insurance/images/consultation_im23.jpg);
	}
	.voiceContents.type-female02::before{
		background-image: url(/insurance/images/consultation_im24.jpg);
	}
	
	.voiceContents.type--L .consult_voice::before{
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	right: 100%;
	top: 25px;
	border-right: 8px solid #e5f5d8;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	content: "";
	}
	.voiceContents.type--R .consult_voice:before{
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 100%;
	top: 25px;
	border-left: 8px solid #e5f5d8;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	content: "";
	}
	.voiceContents.type--R .consult_voice{
		margin-right: 80px;
		margin-left: 0;
	}
	.voiceContents .consult_voice .type--personal{
		font-size: 11px;
		font-size: 1.1rem;
		margin-top: 5px;
		color: #75684c;
	}
	.voiceContents.type-female .consult_voice{
		background-color: #FFEFF2;
	}
	.voiceContents.type-family .consult_voice{
		background-color: #FFF3DB;
	}
	.voiceContents.type-couple .consult_voice{
		background-color: #DCF7F7;
	}
	.voiceContents.type-male .consult_voice{
		background-color: #D8F4FF;
	}
	.voiceContents.type-female02 .consult_voice{
		background-color: #E5F5D8;
	}
	.voiceContents.type-female .consult_voice::before{
		border-right: 8px solid #FFEFF2;
	}
	.voiceContents.type-family .consult_voice::before{
		border-left: 8px solid #FFF3DB;
	}
	.voiceContents.type-couple .consult_voice::before{
		border-right: 8px solid #DCF7F7;
	}
	.voiceContents.type-male .consult_voice::before{
		border-left: 8px solid #D8F4FF;
	}
	.voiceContents.type-female02 .consult_voice::before{
		border-right: 8px solid #E5F5D8;
	}

/* ----- COMPONENT ----- */
.noteList01{
display: inline-block;
position: relative;
padding-left: 1.2em;
	font-size: 11px;
	font-size: 1.1rem;
}
.noteList01 > .ast {
display: block;
position: absolute;
top: 0;
left: 0;
}
.noteList02 > li {
	display: inline-block;
	position: relative;
	padding-left: 1.2em;
	font-size: 14px;
	font-size: 1.4rem;
}
.noteList02 > li > .ast {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.txtRed{
color: #a5001e;
}
.consult_ctaBox {
margin-top: 12px;
padding: 10px 8px;
border: 2px solid #cb0029;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: #ffdbe2;
}
.consult_ctaItem {
text-align: center;
}
.consult_ctaItem + .consult_ctaItem {
margin-top: 13px;
padding-top: 13px;
border-top: 1px solid #a89095;
}
.consult_ctaLabel {
margin-bottom: 5px;
}
.consult_ctaLabel > span {
display: inline-block;
min-width: 10em;
padding: 4px 7px 2px;
-webkit-border-radius: 1em;
-moz-border-radius: 1em;
border-radius: 1em;
background: #fff;
font-size: 10px;
font-size: 1.0rem;
font-weight: bold;
color: #cb0029;
}
.consult_ctaBtnComment{
margin-top: 10px;
}
.consult_ctaBtn{
	margin: 0 auto;
}
.consult_ctaBtn a{
	display: inline-block;
	position: relative;
	width: 100%;
	padding: 18px 0 16px;
	color: #ffffff;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.2;
	background-color: #ea0006;
	border-bottom: solid 3px #ae0000;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	margin: 0;
}
.consult_ctaBtn > a::before {
position: absolute;
display: block;
width: 18px;
height: 18px;
right: 10px;
top: 50%;
margin-top: -9px;
background: url(/insurance/images/consultation_ic02.png) 0 0 no-repeat;
background-size: 18px 18px;
content: "";
}
.consult_ctaBtn > a:hover {
margin-top: 1px;
border-bottom-width: 2px;
}
.consult_ctaDesc {
font-size: 10px;
font-size: 1.0rem;
font-weight: bold;
color: #222;
}
.consult_ctaTel {
font-size: 30px;
font-size: 3.0rem;
font-weight: bold;
color: #cb0029;
line-height: 1.1;
}
.consult_ctaTel a {
position: relative;
display: inline-block;
color: inherit;
}
.consult_ctaTel a::before {
position: absolute;
display: block;
width: 19px;
height: 29px;
top: 50%;
left: -24px;
margin-top: -15px;
background: url(/insurance/images/consultation_ic03_sp.png) 0 0 no-repeat;
-webkit-background-size: 19px auto;
background-size: 19px auto;
content: "";
}
.consult_ctaTime {
font-size: 10px;
font-size: 1.0rem;
}
.consult_faq {
padding: 13px 0;
background: url(/insurance/images/consultation_ex01.gif) 0 100% repeat-x;
-webkit-background-size: 3px auto;
background-size: 3px auto;
}
.consult_Q {
padding: 2px 0 2px 24px;
background: url(/insurance/images/consultation_tx01_sp.png) 0 0.3em no-repeat;
-webkit-background-size: 15px auto;
background-size: 15px auto;
font-weight: bold;
}
.consult_A {
padding: 4px 0 4px 24px;
background: url(/insurance/images/consultation_tx02_sp.png) 0 0.3em no-repeat;
-webkit-background-size: 15px auto;
background-size: 15px auto;
font-size: 14px;
font-size: 1.4rem;
}
.consult_Q + .consult_A {
margin-top: 8px;
}
.consult_infomation {
margin-top: 50px;
padding: 10px 7px;
background: #ebebeb;
font-size: 14px;
font-size: 1.4rem;
}
.line01 {
	background: url(/insurance/images/consultation_bg1.png) repeat-x;
	background-position: 0 7px;
}
/*-------------------------------
	年末年始対応
-------------------------------*/
	.noticetxt_typeNewYear{
		border: 1px solid #222222;
		padding: 10px 10px 14px;
		margin-top: 10px;
		margin-bottom: 30px;
		font-size: 12px;
		font-size: 1.2rem;
		text-align: center;
	}
	.noticetxt_typeNewYear .title{
		margin-bottom: 0.5em;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: bold;
		color: #a5001e;
	}

}

body {
	font-family: 'Heebo', "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif ;
}
.text-type-note {
	padding-left: 1em;
	text-indent: -1em;
}

/* ----- consultation-mv ----- */
@media print, screen and (min-width: 1450px) {
	.consultation-mv {
		overflow-x: hidden;
	}
}
@media print, screen and (min-width: 751px) {
	.consultation-mv {
		width: 100%;
	}
	.consultation-mv > img {
		max-width: 2000px;
		width: 2000px;
		margin-left: calc(-1 * (2000px - (100vw - 17px)) / 2);
	}
}
@media print, screen and (max-width: 1017px) and (min-width: 751px) {
	.consultation-mv > img {
		width: 200vw;
		margin-left: -50vw;
	}
}

@media print, screen and (min-width: 751px) {
	.b152px_pc {
		bottom: 152px !important;
	}
	/* ----- consultation-content ----- */
	.consultation-content {
		color: #15244e;
	}
	.consultation-content .consultation-content__inner {
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
	}
	/* ----- consultation-heading2-v1 ----- */
	.consultation-content .consultation-heading2-v1 {
		margin-top: 90px;
		text-align: center;
	}
	/* ----- consultation-worries ----- */
	.consultation-content .consultation-worries {
		margin-top: 39px;
		text-align: center;
	}
	/* ----- consultation-heading2-v2 ----- */
	.consultation-content .consultation-heading2-v2_wrap {
		width: 100%;
		max-width: 1000px;
		margin-left: -50px;
		padding: 65px 50px 40px;
		background: url(/insurance/images/consultation_bg02_pc.png) no-repeat top 0 left 19px,url(/insurance/images/consultation_bg03_pc.png) no-repeat top 0 right 14px;
	}
	.consultation-content .consultation-heading2-v2 {
		text-align: center;
		font-size: 3.0rem;
		font-weight: bold;
	}
	/* ----- consultation-lead ----- */
	.consultation-content .consultation-lead {
		padding: 12px 18px 10px;
		border-radius: 18px;
		background-color: #f4f4f4;
		text-align: center;
		font-size: 2.4rem;
		font-weight: bold;
		line-height: 2.8rem;
	}
	/* ----- consultation-voices ----- */
	.consultation-content .consultation-voices_wrap {
		padding-top: 29px;
	}
	.consultation-content .consultation-voices_wrap .consultation-voices {
		position: relative;
		width: 730px;
		border-radius: 30px;
		background-color: #fce7df;
		box-sizing: border-box;
	}
	.consultation-content .consultation-voices_wrap .consultation-voices:nth-of-type(2n+1) {
		margin-left: auto;
		padding: 25px 200px 15px 30px;
	}
	.consultation-content .consultation-voices_wrap .consultation-voices:nth-of-type(2n) {
		margin-right: auto;
		padding: 25px 30px 15px 185px;
	}
	.consultation-content .consultation-voices_wrap .consultation-voices .consultation-voices_theme {
		position: absolute;
		top: -21px;
		display: inline-block;
		min-width: 200px;
		padding: 5px 20px;
		background-color: #ffff8a;
		border-radius: 40px;
		font-size: 2.0rem;
		font-weight: bold;
		box-sizing: border-box;
	}
	.consultation-content .consultation-voices_wrap .consultation-voices:nth-of-type(2n+1) .consultation-voices_theme {
		left: 30px;
	}
	.consultation-content .consultation-voices_wrap .consultation-voices:nth-of-type(2n) .consultation-voices_theme {
		left: 180px;
	}
	.consultation-content .consultation-voices_wrap .consultation-voices .consultation-voices_tx {
		font-size: 2.0rem;
		font-weight: bold;
	}
	.consultation-content .consultation-voices_wrap .consultation-voices .consultation-voices_person {
		margin-top: 8px;
		font-size: 1.6rem;
	}
	.consultation-content .consultation-voices_wrap .consultation-voices .consultation-voices_person-img {
		position: absolute;
		bottom: 0;
	}
	.consultation-content .consultation-voices_wrap .consultation-voices:nth-of-type(1) {
		margin-top: 34px;
	}
	.consultation-content .consultation-voices_wrap .consultation-voices:nth-of-type(1) .consultation-voices_person-img {
		right: 23px;
	}
	.consultation-content .consultation-voices_wrap .consultation-voices:nth-of-type(2) {
		margin-top: 60px;
		padding-bottom: 22px;
	}
	.consultation-content .consultation-voices_wrap .consultation-voices:nth-of-type(2) .consultation-voices_person-img {
		left: 37px;
	}
	.consultation-content .consultation-voices_wrap .consultation-voices:nth-of-type(3) {
		margin-top: 48px;
	}
	.consultation-content .consultation-voices_wrap .consultation-voices:nth-of-type(3) .consultation-voices_person-img {
		right: 6px;
	}
	/* ----- consultation-place ----- */
	.consultation-content .consultation-place_area__wrap {
		background: url(/insurance/images/consultation_bg07_pc.png);
	}
	.consultation-content .consultation-place_area {
		max-width: 1000px;
		width: 100%;
		margin: 78px auto 60px;
		padding: 0 0 54px;
		box-sizing: border-box;
	}
	/* ----- consultation-heading2-v3 ----- */
	.consultation-content .consultation-heading2-v3_wrap {
		width: 100%;
		max-width: 1000px;
		margin-left: -50px;
		padding: 65px 50px 26px;
		background: url(/insurance/images/consultation_bg04_pc.png) no-repeat top 0 left 19px,url(/insurance/images/consultation_bg05_pc.png) no-repeat top 0 right 14px;
	}
	.consultation-content .consultation-heading2-v3 {
		text-align: center;
		font-size: 3.0rem;
		font-weight: bold;
	}
	/* ----- consultation-place_fig ----- */
	.consultation-content .consultation-place_fig-wrap {
		display: flex;
		justify-content: space-between;
		padding: 0 40px;
	}
	.consultation-content .consultation-place_fig-wrap .consultation-place_fig:nth-of-type(2) {
		padding-left: 40px;
	}
	/* ----- consultation-place_notelist ----- */
	.consultation-content ul.consultation-place_notelist {
		margin-top: 35px;
	}
	.consultation-content ul.consultation-place_notelist > li {
		font-size: 1.6rem;
		line-height: 3.0rem;
	}
	/* ----- consultation-flow-layout ----- */
	.consultation-content .consultation-flow-layout {
		width: 100%;
		display: flex;
		justify-content: center;
		margin-top: 40px;
		padding-left: 33px;
		box-sizing: border-box;
	}
	.consultation-content .consultation-flow-layout .flow__item {
		position: relative;
	}
	.consultation-content .consultation-flow-layout .flow__item:nth-child(1) {
		width: 260px;
		margin-right: 47px;
	}
	.consultation-content .consultation-flow-layout .flow__item:nth-child(2) {
		width: 319px;
		margin-right: 30px;
	}
	.consultation-content .consultation-flow-layout .flow__item:nth-child(3) {
		width: 311px;
	}
	.consultation-content .consultation-flow-layout .flow__item:not(:last-child)::after {
		position: absolute;
		top: calc(50% + 8px);
		right: -22px;
		width: 30px;
		height: 30px;
		margin-top: -22px;
		border-top-right-radius: 4px;
		border-top: 5px solid #9ccfd2;
		border-right: 5px solid #9ccfd2;
		transform: rotateZ(45deg) skew(5deg, 5deg);
		content: '';
	}
	.consultation-content .consultation-flow-layout .flow__item .flow__body p.flow__title {
		display: flex;
		justify-content: center;
		align-items: center;
		font-weight: bold;
		font-size: 20px;
		font-size: 2.0rem;
	}
	.consultation-content .consultation-flow-layout .flow__item .flow__body p.flow__title .num {
		margin-right: 5px;
		font-size: 30px;
		font-size: 3.0rem;
	}
	.consultation-content .consultation-flow-layout .flow__item .flow__body .flow__text {
		text-align: center;
	}
	.consultation-content .consultation-flow-layout .flow__item .flow__image {
		margin-top: 10px;
		text-align: center;
	}
	/* ----- consultation-privacy ----- */
	.consultation-content .consultation-privacy {
		margin-top: 78px;
		padding: 23px;
		border-radius: 20px;
		background-color: #f4f4f4;
	}
	.consultation-content .consultation-privacy .consultation-privacy_text {
		font-size: 1.6rem;
	}
	.consultation-content .consultation-privacy .consultation-privacy_text + .consultation-privacy_text {
		margin-top: 20px;
	}
	.consultation-privacy_list {
		margin-top: 20px;
	}
	.consultation-privacy_list > li {
		padding-left: 1em;
		text-indent: -1em;
		font-size: 1.6rem;
	}
	.consultation-privacy_list > li + li {
		margin-top: 20px;
	}
	/* ----- consultation-service ----- */
	.consultation-service__wrap {
		background-color: #e1f1f1;
		border-radius: 30px;
		padding: 38px 40px 40px;
		margin: 0 auto 50px;
	}
	.consultation-heading2-v2_wrap + .consultation-service__wrap {
		margin-top: 0 !important;
	}
	.consultation-service__wrap .consultation-service_lead {
		font-size: 2.8rem;
		font-weight: bold;
		text-align: center;
	}
	.consultation-service__wrap .consultation-service_btn__wrap {
		display: flex;
		justify-content: center;
		align-items: baseline;
		gap: 40px 40px;
		margin-top: 20px;
	}
	.consultation-service__wrap .consultation-service_btn-laed {
		font-size: 2.2rem;
		text-align: center;
		position: relative;
		padding: 0 46px;
		display: inline-block;
	}
	.consultation-service__wrap .consultation-service_btn-laed::before,
	.consultation-service__wrap .consultation-service_btn-laed::after {
		content: '';
		position: absolute;
		bottom: 22px;
		width: 40px;
		height: 2px;
		background-color: #15244e;
	}
	.consultation-service__wrap .consultation-service_btn-laed::before {
		left: 0;
		transform: rotate(45deg);
	}
	.consultation-service__wrap .consultation-service_btn-laed::after {
		right: 0;
		transform: rotate(-45deg);
	}
	.consultation-service__wrap .consultation-service_btn {
		text-align: center;
		width: calc(100% - 20px);
	}
	.consultation-service__wrap .consultation-service_btn a {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 2.6rem;
		font-weight: bold;
		color: #15244e;
		border: 2px solid #15244e;
		border-radius: 30px;
		background-color: #fff;
		text-decoration: none;
		margin-top: 10px;
		padding: 23px 56px 23px 40px;
		transition: 0.3s all ease-out;
	}
	.consultation-service__wrap .consultation-service_btn a::before {
		position: absolute;
		content: "";
		top: 50%;
		right: 18px;
		width: 13px;
		height: 21px;
		margin-top: -12px;
		background: url("/insurance/images/consultation_ic08.png") no-repeat 0 0 /contain;
	}
	.consultation-service__wrap .consultation-service_btn a:hover {
		background-color: #ffff8a;
	}
	/* ----- consultation-floatbtn ----- */
	.consultation-floatbtn_area {
		height: 112px;
	}
	.consultation-floatbtn {
		position: fixed;
		bottom: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 112px;
		background-color: #fff;
		box-shadow: 4px 0px 20px rgba(0,0,0,.1);
		padding: 0 50px;
		box-sizing: border-box;
		z-index: 8;
	}
	.consultation-floatbtn > a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 920px;
		height: 70px;
		border: solid 2px #dc322c;
		border-radius: 10px;
		background: #dc322c url(/insurance/images/consultation_ic07.png) no-repeat top 50% right 21px;
		color: #fff;
		font-size: 2.6rem;
		font-weight: bold;
		text-decoration: none;
		box-sizing: border-box;
		transition: color .2s ease-out, background .2s linear;
	}
	.consultation-floatbtn > a:hover {
		background-color: #fff;
		background-image: url(/insurance/images/consultation_ic07_on.png);
		color: #dc322c;
	}
}

@media print, screen and (max-width: 750px) {
	.b98px_sp {
		bottom: 98px !important;
	}
	.pl0_Sp {
		padding-left: 0 !important;
	}
	/* ----- consultation-mv ----- */
	.consultation-mv > img {
		width: 100%;
	}
	/* ----- consultation-content ----- */
	.consultation-content {
		margin: 0 auto;
		padding: 0 10px;
		color: #15244e;
	}
	/* ----- consultation-heading2-v1 ----- */
	.consultation-content .consultation-heading2-v1 {
		margin-top: 41px;
		text-align: center;
	}
	/* ----- consultation-worries ----- */
	.consultation-content .consultation-worries {
		max-width: 330px;
		margin: 21px auto 0;
		padding: 0 13px 0 18px;
		text-align: center;
	}
	.consultation-content .consultation-worries .worries_img + .worries_img {
		margin-top: 16px;
	}
	.consultation-content .consultation-worries .worries_img:nth-of-type(2n+1){
		text-align: left;
	}
	.consultation-content .consultation-worries .worries_img:nth-of-type(2n){
		text-align: right;
	}
	/* ----- consultation-heading2-v2 ----- */
	.consultation-content .consultation-heading2-v2_wrap {
		margin-top: 45px;
		width: calc(100% + 20px);
		margin-left: -10px;
		padding: 24px 0px 26px;
		background: url(/insurance/images/consultation_bg02_sp.png) top 0 left 0 / 48px auto no-repeat ,url(/insurance/images/consultation_bg03_sp.png) top 2px right 0 / 61px auto no-repeat;
	}
	.consultation-content .consultation-heading2-v2 {
		text-align: center;
		font-size: 2.0rem;
		font-weight: bold;
		line-height: 2.5rem;
	}
	/* ----- consultation-lead ----- */
	.consultation-content .consultation-lead {
		padding: 5px 18px 4px;
		border-radius: 10px;
		background-color: #f4f4f4;
		text-align: center;
		font-size: 1.7rem;
		font-weight: bold;
		line-height: 1.25;
	}
	/* ----- consultation-voices ----- */
	.consultation-content .consultation-voices_wrap {
		padding-top: 19px;
	}
	.consultation-content .consultation-voices_wrap .consultation-voices {
		position: relative;
		border-radius: 15px;
		background-color: #fce7df;
		box-sizing: border-box;
	}
	.consultation-content .consultation-voices_wrap .consultation-voices:nth-of-type(2n+1) {
		margin-left: auto;
		padding: 17px 110px 12px 18px ;
	}
	.consultation-content .consultation-voices_wrap .consultation-voices:nth-of-type(2n) {
		margin-right: auto;
		padding:  17px 18px 16px 81px;
	}
	.consultation-content .consultation-voices_wrap .consultation-voices .consultation-voices_theme {
		position: absolute;
		top: -11px;
		display: inline-block;
		padding: 2px 18px;
		background-color: #ffff8a;
		border-radius: 40px;
		font-size: 1.3rem;
		font-weight: bold;
		text-align: center;
	}
	.consultation-content .consultation-voices_wrap .consultation-voices:nth-of-type(2n+1) .consultation-voices_theme {
		left: 18px;
	}
	.consultation-content .consultation-voices_wrap .consultation-voices:nth-of-type(2n) .consultation-voices_theme {
		left: 79px;
	}
	.consultation-content .consultation-voices_wrap .consultation-voices .consultation-voices_tx {
		font-size: 1.3rem;
		font-weight: bold;
		line-height: 1.6rem;
	}
	.consultation-content .consultation-voices_wrap .consultation-voices .consultation-voices_person {
		margin-top: 8px;
		font-size: 1.0rem;
	}
	.consultation-content .consultation-voices_wrap .consultation-voices .consultation-voices_person-img {
		position: absolute;
		bottom: 0;
	}
	.consultation-content .consultation-voices_wrap .consultation-voices:nth-of-type(1) {
		margin-top: 11px;
	}
	.consultation-content .consultation-voices_wrap .consultation-voices:nth-of-type(1) .consultation-voices_person-img {
		right: 13px;
	}
	.consultation-content .consultation-voices_wrap .consultation-voices:nth-of-type(2) {
		margin-top: 25px;
	}
	.consultation-content .consultation-voices_wrap .consultation-voices:nth-of-type(2) .consultation-voices_person-img {
		left: 13px;
	}
	.consultation-content .consultation-voices_wrap .consultation-voices:nth-of-type(3) {
		margin-top: 30px;
	}
	.consultation-content .consultation-voices_wrap .consultation-voices:nth-of-type(3) .consultation-voices_person-img {
		right: 1px;
	}
	/* ----- consultation-place ----- */
	.consultation-content .consultation-place_area {
		width: calc(100% + 20px);
		margin-left: -10px;
		margin-top: 57px;
		margin-bottom: 28px;
		padding: 0 10px 25px;
		box-sizing: border-box;
		background: url(/insurance/images/consultation_bg07_sp.png) 0 0 / 55px auto;
	}
	/* ----- consultation-heading2-v3 ----- */
	.consultation-content .consultation-heading2-v3_wrap {
		width: calc(100% + 20px);
		margin-left: -10px;
		padding: 35px 0px 25px;
		background: url(/insurance/images/consultation_bg04_sp.png) top 0 left 0 / 40px auto no-repeat ,url(/insurance/images/consultation_bg05_sp.png) top 0 right 0 / 58px auto no-repeat;
	}
	.consultation-content .consultation-heading2-v3 {
		text-align: center;
		font-size: 2.0rem;
		font-weight: bold;
		line-height: 2.5rem;
	}
	/* ----- consultation-place_fig ----- */
	.consultation-content .consultation-place_fig-wrap {
		text-align: center;
	}
	.consultation-content .consultation-place_fig-wrap .consultation-place_fig + .consultation-place_fig {
		margin-top: 15px;
	}
	/* ----- consultation-place_notelist ----- */
	.consultation-content ul.consultation-place_notelist {
		margin-top: 25px;
	}
	.consultation-content ul.consultation-place_notelist > li {
		font-size: 1.3rem;
		line-height: 1.5rem;
	}
	.consultation-content ul.consultation-place_notelist > li + li {
		margin-top: 5px;
	}
	/* ----- consultation-flow-layout ----- */
	.consultation-content .consultation-flow-layout {
		display: flex;
		justify-content: center;
		flex-flow: column wrap;
		max-width: 360px;
		margin: 30px auto 0;
		padding-left: 8px;
	}
	.consultation-content .consultation-flow-layout .flow__item {
		position: relative;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		flex-flow: row-reverse;
		width: auto;
		margin-bottom: 30px;
	}
	.consultation-content .consultation-flow-layout .flow__item:nth-of-type(2) {
		margin-bottom: 21px;
	}
	.consultation-content .consultation-flow-layout .flow__item:not(:last-of-type)::after {
		position: absolute;
		bottom: -22px;
		left: 51%;
		width: 16px;
		height: 16px;
		margin-left: -15px;
		border-top-right-radius: 2px;
		border-bottom: 3px solid #9ccfd2;
		border-right: 3px solid #9ccfd2;
		transform: rotateZ(45deg) skew(-3deg, -3deg);
		content: '';
	}
	.consultation-content .consultation-flow-layout .flow__item:nth-of-type(2)::after {
		bottom: -11px;
	}
	.consultation-content .consultation-flow-layout .flow__item:last-of-type {
		margin-bottom: 0;
	}
	.consultation-content .consultation-flow-layout .flow__item .flow__body p.flow__title {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		font-weight: bold;
		font-size: 14px;
		font-size: 1.4rem;
	}
	.consultation-content .consultation-flow-layout .flow__item .flow__body p.flow__title .num {
		margin-right: 5px;
		font-size: 21px;
		font-size: 2.1rem;
	}
	.consultation-content .consultation-flow-layout .flow__item .flow__body .flow__text {
		padding-left: 20px;
		font-size: 1.0rem;
	}
	.consultation-content .consultation-flow-layout .flow__item .flow__image {
		width: 62px;
		margin-right: 14px;
		text-align: center;
	}
	.consultation-content .consultation-flow-layout .flow__item .flow__image > img {
		width: auto;
		height: 53px;
	}
	/* ----- consultation-privacy ----- */
	.consultation-content .consultation-privacy {
		margin-top: 39px;
		padding: 15px 10px;
		border-radius: 10px;
		background-color: #f4f4f4;
	}
	.consultation-content .consultation-privacy .consultation-privacy_text {
		font-size: 1.3rem;
		line-height: 1.7rem;
	}
	.consultation-content .consultation-privacy .consultation-privacy_text + .consultation-privacy_text {
		margin-top: 10px;
	}
	.consultation-privacy_list {
		margin-top: 20px;
	}
	.consultation-privacy_list > li {
		padding-left: 1em;
		text-indent: -1em;
		font-size: 1.3rem;
		line-height: 1.7rem;
	}
	.consultation-privacy_list > li + li {
		margin-top: 20px;
	}
	/* ----- consultation-service ----- */
	.consultation-service__wrap {
		background-color: #e1f1f1;
		border-radius: 15px;
		padding: 20px;
		margin: 0 auto 34px;
	}
	.consultation-heading2-v2_wrap + .consultation-service__wrap {
		margin-top: 0 !important;
	}
	.consultation-service__wrap .consultation-service_lead {
		font-size: 1.8rem;
		line-height: 1.3;
		font-weight: bold;
		text-align: center;
	}
	.consultation-service__wrap .consultation-service_btn__wrap {
		margin-top: 15px;
	}
	.consultation-service__wrap .consultation-service_btn-laed {
		font-size: 1.6rem;
		line-height: 1.3;
		text-align: center;
		position: relative;
		padding: 0 28px;
		display: inline-block;
	}
	.consultation-service__wrap .consultation-service_btn-laed::before,
	.consultation-service__wrap .consultation-service_btn-laed::after {
		content: '';
		position: absolute;
		bottom: 11px;
		width: 23px;
		height: 1px;
		background-color: #15244e;
	}
	.consultation-service__wrap .consultation-service_btn-laed::before {
		left: 0;
		transform: rotate(45deg);
	}
	.consultation-service__wrap .consultation-service_btn-laed::after {
		right: 0;
		transform: rotate(-45deg);
	}
	.consultation-service__wrap .consultation-service_btn {
		text-align: center;
	}
	.consultation-service__wrap .consultation-service_btn + .consultation-service_btn {
		margin-top: 17px;
	}
	.consultation-service__wrap .consultation-service_btn a {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 1.6rem;
		font-weight: bold;
		color: #15244e;
		border: 2px solid #15244e;
		border-radius: 15px;
		background-color: #fff;
		text-decoration: none;
		margin-top: 10px;
		padding: 17px 36px 15px 27px;
	}
	.consultation-service__wrap .consultation-service_btn a::before {
		position: absolute;
		content: "";
		top: 50%;
		right: 14px;
		width: 10px;
		height: 16px;
		margin-top: -8px;
		background: url("/insurance/images/consultation_ic08.png") no-repeat 0 0 /contain;
	}
	/* ----- consultation-floatbtn ----- */
	.consultation-floatbtn_area {
		height: 70px;
	}
	.consultation-floatbtn {
		position: fixed;
		bottom: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		padding: 13px 10px;
		background-color: #fff;
		box-sizing: border-box;
		box-shadow: 4px 0px 20px rgba(0,0,0,.1);
		z-index: 8;
	}
	.consultation-floatbtn > a {
		display: flex;
		width: 100%;
		justify-content: center;
		align-items: center;
		padding: 9px 25px 9px 7px;
		border: solid 1px #dc322c;
		border-radius: 5px;
		background: #dc322c url(/insurance/images/consultation_ic07.png) top 50% right 7px / 18px auto no-repeat;
		color: #fff;
		font-size: 1.6rem;
		font-weight: bold;
		text-decoration: none;
		box-sizing: border-box;
		transition: color .2s ease-out, background .2s linear;
		line-height: 1.5;
	}
.consultation-tabButtonWrap {
	display: flex;
	gap: 15px;
	position: relative;
	margin: 30px auto 0;
	padding: 0 20px;
	box-sizing: border-box;
}
.consultation-tabButtonWrap::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #ccc;
}
.consultation-tabButton {
	width: calc(50% - 7.5px);
}
.consultation-tabButton a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	min-height: 50px;
	background-color: #fff;
	border-radius: 10px 10px 0 0;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	color: inherit;
	text-decoration: none;
}
.consultation-tabButton a.is-active {
	background-color: #dc322c;
	border-bottom: 1px solid #dc322c;
	color: #fff;
	pointer-events: none;
	cursor: pointer;
}
}

@media only print and (min-width: 751px) {
.isSp, .spOnly, .isTb{ display: none !important; }
#content #mainVisual {
height: 350px;
overflow: hidden;
}
}

/* ----- clearfix ----- */
#content .colLayout:before,
#content .colLayout:after,
#header:after,
.Head:after,
.Head .Logo:after,
.Head .bt:after,
.consult_ctaBox::after{
display: block;
clear: both;
content: "";
}