@charset "UTF-8";

/* body
-------------------------- */
html {
	width: 100%;
	margin: 0 auto;
}
body {
	width: 100%;
	background: #ecf0f2;
	color: #333;
	font-family:"ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ","Helvetica Neue",
    Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans", sans-serif;
	font-weight: 300;
	font-size: calc(1vw + 5.2px);/* 12_18px */
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 1280px) {
	body {font-size: 18px;}
}
* {
	box-sizing: border-box;
}
/* responsive
-------------------------- */
.spSet {display: none !important;}
.pcSet {display: block !important;}
a[href^="tel:"] {pointer-events: none;}
/* base
-------------------------- */
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #1260b3;
}
a, a img {
	transition: .3s ease-in-out;
	border: none;
	outline: none;
    border-style: none;
}
a img:hover {
	filter: brightness(110%) opacity(75%);
}
.btn_offer a,
.btn_request a {
	position: relative;
	display: block;
}
.btn_offer a:hover,
.btn_request a:hover {
	filter: opacity(75%);
}
.btn_offer a:after,
.btn_request a:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: .3s ease-in-out;
}
img {
	width: 100%;
	height: auto;
    border-style: none;
}
.cf {
	zoom: 1;
}
.cf:before, .cf:after {
	content: '';
	display: table;
}
.cf:after {
	clear: both;
}
.clear {
	clear: both;
	display: block;
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.inner {
	position: relative;
	width: 100%;
	max-width: 1280px;
	margin: auto;
	padding: 0 40px;
}
main {
	z-index: 1;
	text-align: left;
}
section {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
sup {
	font-size: 65%;
	position: relative;
	top: .05em;
}
sub {
	font-size: 65%;
	position: relative;
	top: -.25em;
}
/* header
-------------------------- */
header {
	width: 100%;
    /*height: 10.6666em;*/
	/*border-bottom: 1px solid #003399;*/
	z-index: 10;
	background: #fff;
}

.header {
	margin: 0 auto 0;
	background-color:#fff;
    display: flex;
	justify-content: space-between;
    align-items: flex-end;
    align-items: center;
    
	width: 100%;
    max-width: 1280px;
	padding: 0 40px 20px 40px;
}

.head_logo{
    margin-right: auto;
    width: 120px;
    padding-top: 15px;
}

.headtel{
    padding-right: 20px;
}
.headtel img{
	width: 338px;
}

.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;
}

.headbtn img	{
	margin: 2px;
	width: 110px;
	margin-top: 20px;
}

.headtel p	{
	font-size: 10px;
    font-weight: bold;
    margin-left: 7px;
    margin-top: 5px;	
}


/* footer
-------------------------- */
footer {
	text-align: left;
	font-size: calc(.3333vw + 7.7333px);/* 10_12px */
	line-height: 1.8;
	margin: 3em 0 2.5em;
}
@media screen and (min-width: 1280px) {
	footer, .note {font-size: 12px;}
}
.note {
	font-size: calc(.3333vw + 7.7333px);/* 10_12px */
	line-height: 1.4;
	margin: .5em 0;
}
footer #branch {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 2em 0;
	margin: 2em 0;
}
footer #foot_number {
	text-align: right;
	margin: 0 0 1em;
}
footer #foot_branch {
	width: 33em;
	float: left;
}
footer ul {
	float: left;
	line-height: 1.2;
}
footer ul li {
	float: left;
	border-right: 1px solid #333;
	margin: .25em .5em .25em 0;
	padding: 0 .5em 0 0;
}
footer ul li:last-child {
	border-right: none;
}
footer #copy {
	float: right;
}
/*
-------------------------- */
.outlineSet {
	padding: .58em .58em 1.6em;
	margin: 2em 0 1em;
}
#anchor02{
	margin: 0 auto 3em;
}

#anchor02 p{
	font-size: calc(2vw + .4px);/* 14_26px */
	text-align: center;
}
@media screen and (min-width: 1280px) {
	#anchor02 p {font-size: 26px;}
}
#anchor02 .outlineSet {
	background: #00b1ad;
}
.outline {
	width: 100%;
	position: relative;
}
h3 {
	background: #fff;
}
ul.commonSet {
	padding: 1.6em 0 0;
}
ul.commonSet li {
	width: 26.75%;/* 321/1200 */
	margin: 0 auto;
	float: left;
}
ul.commonSet li:nth-child(1) {
	margin: 0 1.3333% 0 21.9166%;/* 263/1200 */
	background: #fff;
	border-radius: 3em;
}
ul.commonSet li:nth-child(2) {
	margin: 0 21.9166% 0 1.3333%;
	background: #fff;
	border-radius: 3em;
}
ul.commonSet li img {
	margin: 0 auto;
}
ul.commonSet li a img {
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,.5));
	width: 100%;
}
.acd_trigger {
	width: 100%;
	color: #fff;
	font-size: calc(3vw - 2.4px);/* 18_36px */
	font-weight: 600;
	line-height: 1.4;
	cursor: pointer;
	position: relative;
	display: flex;
	justify-content: flex-start;
	/*margin: 4px 0 0;*/
	transition: .3s ease-in-out;
}
@media screen and (min-width: 1280px) {
	.acd_trigger {font-size: 32px;}
}
.acd_trigger:hover {
	filter: brightness(115%);
}
#anchor02 .acd_trigger {
	background: #00b1ad;
	border-bottom: 4px solid #fff;
}
.acd_trigger:before {
	content: '＋';
	width: 1em;
	height: 1em;
	text-align: center;
	position: absolute;
	top: .75em;
	right: 1em;
}
.acd_trigger.close:before {
	content: 'ー';
	width: 1em;
	height: 1em;
	text-align: center;
	position: absolute;
	top: .75em;
	right: 1em;
}
.acd_trigger dt {
	width: 12%;
	font-size: 83%;
	padding: .5em;
	text-align: center;
}
#anchor02 .acd_trigger dt {
	background: #13876a;
}
.acd_trigger dt span {
	font-size: 160%;
	font-family: "Helvetica Neue" , Helvetica;
	padding-left: .25em;
}
.acd_trigger dd {
	width: 88%;
	padding: .75em 2.25em .5em 1em;
	letter-spacing: .025em;
}
.detail {
	display: none;
	width: 100%;
	background: #fff;
	padding: 2em 2.75em;
	margin: 0;
}
#insurance2_3 .detail {
	padding: 2em 2.75em .5em;
}

h4 {
	font-size: calc(2.6666vw - 2.1333px);/* 16_32px */
	font-weight: 600;
	text-align: center;
	margin: 0 0 .5em;
}
@media screen and (min-width: 1280px) {
	h4 {font-size: 32px;}
}
.noteSet {
	font-size: calc(.6666vw + 5.4666px);/* 10_14px */
	line-height: 1.4;
	display: flex;
	justify-content: flex-start;
	margin-top: 1em;
}
@media screen and (min-width: 1280px) {
	.noteSet {font-size: 14px;}
}

.ind_supp ul{
	margin: 0 auto;
}
.ind_supp li {
	display: block;
	padding: .5em 0 0 8em;
	word-wrap: break-word;
}

@media screen and (max-width: 980px){
	.ind_supp li {
	display: block;
	padding: .5em 1em 0;
	word-wrap: break-word;
}
	
}
.ind_supp:not(:first-child) {
	margin-left: 3em;
}
#anchor02 .ind_supp:not(:first-child) {
	margin-top: 1.25em;
}
#anchor06 .ind_supp:not(:first-child) {
	margin-top: 1.25em;
}
.ind_decimal li {
	display: block;
	padding: .5em 0 0 2.5em;
	text-indent: -2.5em;
	word-wrap: break-word;
}

.ind_decimal li.last_txt {
	padding: .5em 0 0 1em;
	text-indent: -1em;
}

.img_2_1_01,
.img_2_2_01,
.img_2_2_02,
.img_2_3_01,
.img_2_3_02 {
	margin: 2em auto 0;
}

.img_2_1_01 {
	max-width: 660px;
}

.img_2_2_02_glaph{
	max-width: 850px;
}
.btnBtm {
	background: #fff;
	padding: 0 0 2em;
}
#anchor04 {
	margin: 3em 0 0;
}
#anchor04 h3 {
	background: #c7e8fa;
	padding: 2em 0 0;
}
#anchor04 .detail {
	background: #c7e8fa;
}
#anchor04 .detail {
	display: block;
}
#anchor04 img {
	margin: 0 auto;
}
#anchor05 {
	margin: 0 auto 2.5em;
}
#anchor05 h3 {
	background: #004ea2;
}
#anchor05 h3 img {
	margin: 0 auto;
	width: 50%;
	max-width: 560px;
}
#anchor05 .detail.pcSet {
	background: #ecf0f2;
	display: flex !important;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 0 .5em;
}
#anchor05 .detail.spSet {
	display: none !important;
}
#anchor05 .detail img {
	width: 49.1666%;
	margin: 1.25em 0 0;
}
.contactSet .detail {
	display: block;
	padding: 1.5em 2.75em;
	/*margin: 2.5em auto 0;*/
	margin: 0 auto 2.5em;
}
.contactSet ul {
	width: 56.1666%;/* 674/1200 */
	min-width: 380px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contactSet li {
	width: 47.9228%;/* 323/674 */
}
.contactSet li:nth-child(3) {
	width: 100%;
	margin: 1.5em auto 0;
}
.contactSet li:last-child {
	width: 100%;
	margin: 1.5em auto 0;
}
.contactSet .keiyakusya_pc{
	margin: 1em .5em .5em!important;
	width:100%
}
.contactSet .keiyakusya_sp{
	margin: 0em auto .5em!important;
}


/* style
-------------------------- */
.f_red {color: #ed3553;}
.f_bold {font-weight: bold;}
.ind_1em {
	padding-left: 1em;
	text-indent: -1em;
}

/*20220202追記_プラチナバナー*/
.sp_only{
	display:none;
}
.pc_only.platinum-banner  img {
	margin: 3em auto 3em;
	width: 100%;
	max-width: 970px;
}
.pc_only.platinum-banner2  img {
	margin: 2em auto 3em;
	width: 100%;
	max-width: 980px;
}
.bnr-careservice  img {
	margin: 2em auto 3em;
	width: 100%;
	max-width: 980px;
}

/*20220406追記*/
#anchor02 p.p_detail {
	font-size: calc(1.4vw + .8px);
}
@media screen and (min-width: 1280px) {
	#anchor02 p.p_detail {
		font-size: 18px;
	}
}
#anchor02 p.p_glaph_titlle {
	font-size: calc(1.8vw + .4px);
	font-weight: bold;
	margin: 1em auto;
}
#anchor02 img.pcSet.img_2_2_02_glaph {
		margin: auto;
}


/*20230605追記*/

.column	{
	margin-top: 60px;
	background: #fff;
}
.column h3	{
	background: #033399;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 15px 10px 10px;
}
.column-inner	{
    padding: 2em 2.75em;
}
.column h4	{
	color: #033399;
    font-size: 26px;
    font-weight: bold;
	text-align: left;
	margin-top: 2rem;
}
.column img	{
	width: 80%;
}


/*202507追記*/
#anchor02 .iryo_fv {
    width:100%;
    background: url("/NonSitecore/_/media/landingpage/brpg/matome2/iryo/img/iryo_bg.png") left top repeat;
    border-top:7px solid #00b0ac;
}

#anchor02 .iryo_fv div {
    max-width:1138px;
    margin:0 auto;
}

#anchor02 .cta {
    width:100%;
    background:#fff;
    padding:30px 0;
}

#anchor02 .cta a {
    display: block;
    max-width:321px;
    margin:0 auto;
}

#anchor02 .iryo_fv p {
    font-size:14px;
    padding:10px 0 40px 0;
    color:#6d6d6d;
    letter-spacing: -.3px;
    text-align: center;
    width:650px;
    margin: auto;
}

@media screen and (max-width: 1280px) {
#anchor02 .iryo_fv p {
    width:92%;
    margin: 0 auto;
    max-width:650px;
}
}


/*Tab*/
.tab_area { border-top:7px solid #00b0ac; }

.tab-container {
    max-width:1140px;
    width: 100%;
    margin:0 auto;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tab {
    display: block;
    cursor: pointer;
    width:280px;
    border:3px solid #b6b6b6;
    border-bottom: none;
    box-sizing: border-box;
    background: #fff;
    border-radius: 15px 15px 0px 0px;
    padding:10px 0;
    text-align: center;
    font-size:18px;
    color:#6d6d6d;
    line-height: 1.4;
}

.tab_area .tab {
    border-top: none;
    border-radius: 0px 0px 15px 15px;
    margin-bottom:40px;
    border-bottom:3px solid #b6b6b6;
}

.tab span {
    font-size: 28px;
    font-weight:bold;
}

.tab.teiki:hover {
    background-color: #f08200;
    color:#fff;
    border:3px solid #f08200;
}

.tab.shushin:hover {
    background-color: #3c6e87;
    color:#fff;
    border:3px solid #3c6e87;
}

.tab.iryo.active,
.tab.iryo:hover {
    background-color: #00b0ac;
    color:#fff;
    border:3px solid #00b0ac;
}

.tab.gan:hover {
    background-color: #00a1e9;
    color:#fff;
    border:3px solid #00a1e9;
}

.tab_area .tab.shushin:hover,
.tab_area .tab.teiki:hover,
.tab_area .tab.gan:hover {
    border-top: none;
}

@media screen and (max-width: 1140px) {
.tab {
    width:24%;
    border-bottom: none;
    font-size:1.579vw;
}

.tab span {
    font-size: 2.456vw;
}    
}



