@charset "utf-8";

/* ------------------------------------------

Style Name: style.css
Since:      2007-09-01
Modified:   2014-10-14
Version:    1.0
Auther:     algoRhythm graphics

------------------------------------------*/
/*@media all and (min-width: 1100px) {*/

/* ------------------------------------------

browser style clear

------------------------------------------*/

* {
margin: 0;
padding: 0;
/*background: transparent;*/
}

html {
width: 100%;
height: 100%;
overflow-y: scroll;
text-size-adjust:100%;
}

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

img{
vertical-align: top;
}

a img{
border: none;
}

a:hover,
a:hover img {
opacity:0.60;
/*filter:alpha( opacity=70 );
-ms-filter: alpha( opacity=70 );
-webkit-filter: alpha( opacity=70 );
-moz-filter: alpha( opacity=70 );
-o-filter: alpha( opacity=70 );*/

transition: opacity .20s ease-in-out;
/*-ms-transition: opacity .20s ease-in-out;
-webkit-transition: opacity .20s ease-in-out;
-moz-transition: opacity .20s ease-in-out;
-o-transition: opacity .20s ease-in-out;*/
}

a{
color: #727171;
text-decoration: none;
}

a:link{
/*color: #727171;*/
}

a:visited{
color: #727171;
}

a:hover{
/*text-decoration: underline;*/
}

a:active{
}
a.line {
	text-decoration: underline;
}

body {
background-color: #fff;
font-family: "M PLUS Rounded 1c", sans-serif;
color: #000;
font-size: 16px;
font-weight: 300;
line-height: 1.5;
/*-webkit-font-smoothing: antialiased;*/
/*letter-spacing: 0.1em;*/
}

h1,h2,h3,h4,h5,h6 {
font-size: 100%;
font-weight: normal;
margin: 0;
padding: 0;
clear: both;
}

p {
margin: 0 0 1em 0;
}

.english {
	font-family: "century gothic"; 
}


.bold{
	font-weight: 500;
}
.large{
	font-size: 1.8em;
}
.center{
	text-align: center;
}
.right{
	text-align: right;
}

.flex {
	display: flex;
}

.f-small {
	font-size: 0.85rem;
}

.f-large {
	font-size: 1.15rem;
}

.mb5{
	margin-bottom:5px !important;
}

.mb10{
	margin-bottom:10px !important;
}

.mb13{
	margin-bottom:13px !important;
}

.mb20{
	margin-bottom:20px !important;
}

.mb30{
	margin-bottom:30px !important;
}

.mb40{
	margin-bottom:40px !important;
}

.mb38{
	margin-bottom:38px !important;
}

.mb50{
	margin-bottom:50px !important;
}

.mb60{
	margin-bottom:60px !important;
}

.mb70{
	margin-bottom:70px !important;
}

.mb80{
	margin-bottom:80px !important;
}

.mb100{
	margin-bottom:100px !important;
}

.mt15{
	padding-top:15px !important;
}

.mt30{
	padding-top:30px !important;
}
.nomb {
	margin-bottom:0px !important;
}

.nomt {
	margin-top:0px !important;
}

.font-rounded {
	font-family: "M PLUS Rounded 1c", sans-serif;
}

.font-regular {
	font-family: "M PLUS 1p", sans-serif;
}

.clear {
    clear: both;    
}

img {
	width: 100%;
	height: auto;
}


/*============================
#container
============================*/

body {
	width: 100%;
	position: relative;
}

section.wide {
	width: 100%;
	margin: 0 auto;
}

section {
	width: min(100% - 2rem, 1000px);
	margin: 0 auto;
}

.narrow {
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
}



@media all and (max-width: 800px) {
	section {
		width: min(96%, 1000px);
		margin: 0 auto;
	}
	.narrow {
		width: 96%;
	}

}
@media all and (max-width: 480px) {
	.wrap {
		width: min(100% - 1rem, 480px);
		margin: 0 auto;
	}
}

/*============================
common
============================*/

.pink {
	background: #fb7090;
}
.blue {
	background: #0062b5;
}
.green {
	background: #009faa;
}
.pink_text {
	color: #fb7090;
}
.blue_text {
	color: #0062b5;
}
.green_text {
	color: #009faa;
}
.red_text {
	color: #ff0000;	
}

.pink_border {
	border: 3px solid #fb7090;
	box-sizing: border-box;
}

.blue_border {
	border: 3px solid #0062b5;
	box-sizing: border-box;
}

.bordered {
	border-radius: 2.5rem;
	padding: 3rem;
	/*padding-top: 2.2rem;
	padding-bottom: 2rem;*/
	box-sizing: border-box;
	background: white;
}

h2 {
	text-align: center;
	font-size: clamp(2.5rem, 0.93rem + 6.52vw, 4.6rem);
	font-weight: 700;
}

h3 {
	width: 100%;
    color: white;
    padding: 0.5rem 0.8rem;
    text-align: center;
    font-size: clamp(1.3rem, 0.552rem + 3.11vw, 2.3rem);
    font-weight: 700;
    border-radius: 2.2rem;
    background: #fb7090;
    margin-bottom: 1.3rem;
    box-sizing: border-box;
}

h4 {
	font-size: clamp(1.2rem, 1.05rem + 0.62vw, 1.4rem);
	font-weight: 500;
	margin-bottom: 0.6rem;
}


a.bt {
	width: 100%;
	max-width: 430px;
	color: white;
	padding: 0.5rem 0.8rem;
	text-align: center;
	font-size: clamp(0.9rem, -0.147rem + 4.35vw, 2.3rem);
	font-weight: 700;
	border-radius: 2.2rem;
	box-sizing: border-box;
}

.SEonly {
		display: none !important;
	}
.SPonly {
display: none !important;
}

.TBonly {
display: none !important;
}

.PConly {
display: block;
}

.bg_color {
	background: #fbeee2;
}

.v_align_m {
	vertical-align: middle;
}


@media all and (max-width: 899px) {
	.close_btn {
		display: block;
	}
}
@media all and (max-width: 850px) {	
	.bordered {
		border-radius: 2rem;
	}
}

@media all and (max-width: 680px) {	
	.bordered {
		padding: 1rem;
	}
}
@media all and (max-width: 480px) {	
	.bordered {
		padding: 0.75rem;
		border-radius: 1.5rem;
	}
	h3 {
		width: 100%;
	    padding: 0.35rem 0.5rem;
	    border-radius: 1.5rem;
	    line-height: 1.3;
	}
}


/*============================
header
============================*/

header {
width: min(100% - 2rem, 1000px);
margin: 0 auto;
background: white;
padding: 1.5rem 0;
position: relative;
} 

header img {
	width: 100%;
	max-width: clamp(25%, 5vw + 20%, 220px);
	height: auto;
}


@media all and (max-width: 480px) {
	header {
		padding: 1rem 0;
	} 
}



/*============================
nav
============================*/
nav {

}


@media all and (max-width: 900px) {
}



/*============================
タイトル
============================*/
.page_title {
	text-align: center;
	background: url("../images/img_page_title_bg.webp");
	height: 322px;
	height: clamp(11.25rem, 4.615rem + 27.57vw, 20.125rem);
	color: white;
	position: relative;
	margin-bottom: 1.5rem;
}

.page_title h1 {
	width: 80%;
	max-width: 696px;
	position: absolute;
	top: -7%;
	left: 0;
	right: 0;
	margin: 0 auto;
}


@media all and (max-width: 600px) {
	.page_title h1 {
		width: 85%;
	}
}

@media all and (max-width: 560px) {

}
@media all and (max-width: 500px) {

}
@media all and (max-width: 480px) {
	.page_title h1 {
		width: 90%;
	}
}
@media all and (max-width: 420px) {
	.page_title h1 {
		width: 95%;
	}
}


/*============================
こんな悩み、ありませんか？
============================*/

.worries .flex {
	justify-content: space-between;
	width: 90%;
    margin: 0 auto;
    margin-top: 2rem;
}

.worries .flex a {
	max-width: 48%;
}

.worries_copy img {
	width: 78.5%;
	max-width: 706px;
	padding: 3rem 0 0.5rem 0;
}

@media all and (max-width: 730px) {

}

@media all and (max-width: 480px) {
	.worries .flex {
		width: 98%;
		margin-top: 1rem;
	}
	.worries_copy {
		margin-top: 1.5rem;
	}
	.worries_copy img {
		padding: 0 0 0.5rem 0;
	}
}


/*スライドショー*/
.slick_slide {
	margin: 2.5rem 0;
	max-height: 230px;
	display: flex;
}

.slick_slide img {
	width: 100%;
	max-width: 230px;
	height: auto;
}

.slick-slide {
    height: auto !important;
}


@media all and (max-width: 999px) {
	.slick_slide img {
		width: 95%;
		height: auto;
	}

}

@media all and (max-width: 480px) {
	.slick_slide {
		margin: 1.5rem 0;
	}
}


/*============================
実は、こんなに充実
============================*/
.jujitsu {
	padding-top: 2rem;
	color: #231815;
	margin-bottom: 2.5rem;
}
@media all and (max-width: 480px) {
	.jujitsu {
		margin-bottom: 1rem;
	}
}


/*============================
公的保険の内容
============================*/
.koteki_naiyo .flex {
	justify-content: space-between;
	flex-wrap: wrap;
}
.koteki_naiyo .flex>div {
	width: 47.5%;
	margin-bottom: 1rem;
}

.f_in_chara {
	/*opacity: 0;*/
}


/*ページ内リンクの位置調節*/
.anchor {
  margin-top: -55px; /* 固定ナビの高さ分のネガティブマージン */
  padding-top: 55px; /* 打ち消し用のパディング */
}

@media all and (max-width: 480px) {
	.koteki_naiyo .flex {
		display: block;
	}
	.koteki_naiyo .flex>div {
		width: 100%;
		margin-bottom: 1rem;
	}
}



/*============================
その他の公的保険
============================*/
.sonota_koteki_title {
	margin: 5.5rem auto;
}
@media all and (max-width: 680px) {
	.sonota_koteki_title {
		margin: 3.5rem auto;
	}
}

@media all and (max-width: 480px) {
	.sonota_koteki_title {
		margin: 2rem auto;
	}
}

/*============================
見直しのツボ1
============================*/
.minaoshi {
	margin-top: 5.5rem;
}

.hitsuyou_graph img {
	width: 100%;	
}

.hitsuyou_graph {
	position: relative;
	width: 100%;
	max-width: 798px;
	aspect-ratio: 798 / 886;
	margin: 0 auto;
}

.hitsuyou_graph .youiku,
.hitsuyou_graph .graph,
.hitsuyou_graph .izoku {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	overflow: hidden;
}

.hitsuyou_graph .bar_img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	transform-origin: bottom;
}

.hitsuyou_graph .izoku_img {
	opacity: 0;
}


.hitsuyou_graph .youiku_img {
	width: 100%;
	height: auto;
	margin-top: 3%;
	transform-origin: center;
}

@media (max-width: 940px){
	.minaoshi1 .jougen_copy {
	    margin: 2rem 0;
	}
	.minaoshi1 .jougen_copy .img {
	    margin-top: 0;
	}	
}

@media all and (max-width: 680px) {
	.minaoshi {
		margin-top: 3.5rem;
	}
}

@media (max-width: 570px){
	.minaoshi1 .jougen_copy .off {
		display: none;
	}
	.jougen_copy .text {
	    position: relative;
	    right: 0;
	}
}

@media (max-width: 480px){
	.minaoshi1 .hitsuyou.flex {
	    width: 100%;
	}
	.minaoshi1 .jougen_copy {
	    margin: 0.5rem 0 1rem 0;
	}
	.minaoshi {
		margin-top: 2rem;
	}
}


/*============================
保険と共済の違いって?
============================*/
.chigai{
	margin-top: 4.5rem;
} 
@media all and (max-width: 680px) {
	.chigai{
		margin-top: 2.5rem;
	} 
}
@media (max-width: 480px){
	.chigai{
		margin-top: 1.5rem;
	} 
}

/*============================
県民共済の活用法
============================*/
.kastuyou {
	margin-top: 3rem;
}

.kastuyou_1_graph {
	position: relative;
	width: 100%;
	max-width: 775px;
	aspect-ratio: 775 / 479;
	margin: 0 auto;
}

.kastuyou_1_graph .bar_blue_box,
.kastuyou_1_graph .bar_orange_box,
.kastuyou_1_graph .graph {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	overflow: hidden;
}

.kastuyou_1_graph .bar_blue_box {
	top: 50.2%;
}

.kastuyou_1_graph .graph {
	z-index: 1;
}

.kastuyou_1_graph .bar_blue {
	width: 100%;
	height: auto;
	transform-origin: bottom;
}

.kastuyou_1_graph .bar_orange {
	width: 100%;
	height: auto;
	transform-origin: bottom;
}

.kastuyou_2 .img {
	width: 100%;
	max-width: 667px;
	margin-top: 2rem;
}

.kastuyou_3 .kastuyou_1_intro img {
	max-width: 360px;
}

.kastuyou_3 .kastuyou_1_graph {
	position: relative;
	width: 100%;
	max-width: 780px;
	aspect-ratio: 39 / 30;
	margin: 0 auto;
}

.kastuyou_3 .kastuyou_1_graph .bar_blue_box {
	top: 41%;
}

@media all and (max-width: 700px) {
	.kastuyou h3 {
	    margin-top: 3rem;
    }
    .kastuyou .wave {
	    margin-bottom: 2rem;
	}
}
@media all and (max-width: 680px) {
	.kastuyou {
		margin-top: 2.2rem;
	} 
}

@media all and (max-width: 550px) {
	.kastuyou h3 {
	    margin-top: 2rem;
    }
    .kastuyou .wave {
	    margin-bottom: 0;
	}
}
@media all and (max-width: 480px) {
	.kastuyou_1_intro.flex,
	.kastuyou_2_intro.flex,
	.kastuyou_3_intro.flex{
		display: block;
	}
	.kastuyou_1_intro,
	.kastuyou_2_intro,
	.kastuyou_3_intro{
		font-size: 1rem;
	}
	.kastuyou {
		margin-top: 1.5rem;
	}
}

/*============================
福岡県民共済がオススメの理由
============================*/
.osusume {
	position: relative;
}

.osusume .point {
	width: 23%;
	max-width: 209px;
	position: absolute;
	top: -1%;
	left: -3%;
}

/*============================
動画
============================*/
.douga  {
	background: #ffe57d;
	padding-bottom: 1.5rem;
	margin: 3rem 0;
}

.douga .flex {
	width: 90%;
	max-width: 900px;
	justify-content: space-between;
	margin: 0 auto;
}

.douga_text {
	text-align: center;
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
}

.douga_text img {
	width: 100%;
	max-width: 854px;
}

.douga .flex iframe {
	width: 32.6%;
	max-width: 290px;
	height: auto;
	aspect-ratio: 16 / 9;
}

.douga .right {
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
	margin-top: 1.5rem;
}

.douga .right img {
	width: 100%;
	max-width: 270px;
}

@media all and (max-width: 599px) {
	.douga .flex {
		display: block;
	}
	.douga .flex iframe {
		display: block;
		width: 100%;
		max-width: 100%;
		margin-bottom: 1rem;
	}
}

@media all and (max-width: 480px) {
	.douga .right {
	    text-align: center;
	}
	.douga .right img {
	    width: 100%;
	    max-width: 170px;
	}
}

/*============================
プラン
============================*/

.plan {
	color: #4d4948;
	max-width: 900px;
}

.plan a.btn {
	display: block;
	max-width: 700px;
	margin: 0 auto;
}


/*.plan h2 {
	font-size: clamp(2.8rem, 1.903rem + 3.73vw, 4rem);
	font-weight: 500;
	padding-top: 2rem;
	line-height: 1.2;
}

.plan h3,
.plan_title h3 {
	font-weight: 700;
	font-size: clamp(4rem, -0.639rem + 19.28vw, 9rem);
    background: none;
    padding: 0;
    line-height: 1;
}

.plan_title h3 {
	margin-top: 0;
}

.plan h3 span,
.plan_title h3 span {
    vertical-align: middle;
}

.plan h3 span.small,
.plan_title h3 span.small {
	font-weight: 700;
	font-size: clamp(2.8rem, 1.155rem + 6.83vw, 5rem);
    vertical-align: middle;
}

.plan h4 {
	text-align: center;
	font-size: clamp(1.3rem, 0.403rem + 3.73vw, 2.5rem);
	font-weight: 700;
	margin-bottom: 1rem;
}

.plan ul.flex,
.plan4000 ul.flex:nth-of-type(2) {
	border: 3px solid #cfe1f3;
	padding: 3rem 1.5rem 1.8rem 1.5rem;
	line-height: 1;
	margin-bottom: 1rem;
}

.plan ul.flex:nth-of-type(2) {
	margin-bottom: 0.6rem;
	padding: 3rem 1.5rem;
}

.plan ul.flex li:first-child {
	font-size: clamp(1.3rem, 0.403rem + 3.73vw, 2.5rem);
	font-weight: 700;
	margin-top: 1.15%;
	margin-right: 2.5rem;
	width: 4em;
	white-space: nowrap;
}

.plan ul.flex li:last-child {
	font-size: clamp(1.3rem, -0.345rem + 6.83vw, 3.5rem);
	font-weight: 700;
}

.plan ul.flex li span {
	display: block;
	font-size: 1rem;
	margin-top: 0.5rem;
}

.plan p.small {
	display: block;
	font-size: 1rem;
	text-align: right;
}

.plan2000 .two ul.flex li:last-child {
	font-size: clamp(1.3rem, 0.403rem + 3.73vw, 2.5rem);
    font-weight: 700;
}
.plan2000 .two ul.flex li {
	margin-top: 0;
}
.plan2000 .two ul.flex:nth-of-type(2) li:last-child {
    letter-spacing: -0.2rem;
}
.plan .two ul.flex:nth-of-type(2) li:last-child span {
    letter-spacing: 0;
}
.plan2000 .two ul.flex {
    padding: 2rem 1.5rem 0.8rem 1.5rem;
}

.plan ul.flex {
	border: 3px solid #cfe1f3;
	padding: 3rem 1.5rem 1.8rem 1.5rem;
	line-height: 1;
	margin-bottom: 1rem;
}

@media all and (max-width: 910px) {
	.tabContent h3 .small {
	    display: block;
	    margin-top: 1rem;
	}
}
@media all and (max-width: 750px) {
	.plus a.btn:before {
	  width: 30px;
	  height: 30px;
	}
	.plus a.btn:after {
	    width: 12px;
	    height: 12px;
	    border-top: 4px solid #0062b5;
	    border-right: 4px solid #0062b5;
	    right: 1.8rem;
	}
}

@media all and (max-width: 600px) {
	.plan h2 {
	    padding-top: 1rem;
	}
}

@media all and (max-width: 480px) {
	.plan h2 {
	    padding-top: 0.3rem;
	}
	.plan a.btn:before {
		width: 30px;
		height: 30px;
	}
	.plan a.btn:after {
	    width: 12px;
	    height: 12px;
	    border-top: 5px solid #0062b5;
	    border-right: 5px solid #0062b5;
	    right: 1.8rem;
	}
	.plan2000 .two ul.flex:nth-of-type(2) li:last-child {
	    letter-spacing: 0;
	}
}*/

/*tab*/
.tabMenu {
	display: flex;
	list-style: none;
	justify-content: space-between;
	width: 90%;
	max-width: 802px;
	margin: 0 auto;
}

.tabMenu li {
	color: white;
	cursor: pointer;
	width: 50%;
	max-width: 394px;
	border-bottom: 0;
	position: relative;
	z-index: 10;
}

.tabMenu li:hover {
	opacity:0.60;
}

.plan4000 .tabMenu li.one {
	background: url(../images/img_plan01.webp) repeat-y center top;
	font-size: 1.7rem;
	line-height: 1.2;
}

.plan4000 .tabMenu li.one .flex {
	justify-content: space-between;
	width: 80%;
	margin: 0 auto;
	align-items: center;
}

.plan4000 .tabMenu li.one .flex div {
	align-items: center;
	text-self: center;
	
}

.tabMenu li.active {
	opacity: 1;
	transition: all 0.5s ease-in-out;
	/*position: relative;
	z-index: 10;*/
}

.tabMenu li.active:hover {
	cursor: default;
}

.plan2000 .tabMenu li.one.active,
.plan2000 .tabMenu li.two.active {
	transition: all 0.5s ease-in-out;
}

.tabContent {
	height: 0;
	/*display: none;*/
	opacity: 0;
	border-radius: 1.3rem;
	visibility: hidden;
}

.tabContent.active {
	height: auto;
	/*display: block;*/
	opacity: 1;
	transition: opacity 0.8s ease-in-out;
	padding: 35px;
	background: white;
	border: #0062b5 3px solid;
	position: relative;
	z-index: 5;
	visibility: visible;
}
@media all and (max-width: 805px) {
	.tabMenu .name.flex {
		display: block;
		font-size: 1.2rem;
	}
	.tabMenu .name.flex br {
		display: none;
	}
	.tabContent.active .flex li.green_text,
	.tabContent.active .flex li.blue_text {
		margin-bottom: 0.8rem;
	}
	.plan4000 .tabMenu li.one {
    	background: url(../images/img_plan02.webp) repeat-y center center;
    }
}
@media all and (max-width: 800px) {
    .tabContent.active {
        padding:  1rem 4%;
    }
    .tabMenu li {
		width: 48%;
	}
}

@media all and (max-width: 550px) {
    .plan ul.flex,
    .plan ul.flex:nth-of-type(2),
    .plan2000 .two ul.flex,
    .plan2000 .two ul.flex {
		padding: 1.5rem;
    }
    .tabMenu li {
		/*width: 42%;*/
	}
}

@media all and (max-width: 480px) {
    .tabContent .flex {
		display: block;
    }
    .tabMenu li {
		/*width: 41%;*/
	}
	.tabContent.one h2 span {
		display: block;
	}
	.tabMenu .name.flex {
		display: block;
		font-size: 1.05rem;
	}
}

/*アコーディオン*/
.accordion-container {
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
}

.accordion-list:not(:first-child) {
  margin-top: 10px;
}

.accordion-title,
.open-above {
  cursor: pointer;
}

.accordion-title {
  font-size: 1.5rem;
  position: relative;
  border-radius: 1.2rem 1.2rem 0 0;
  border: 2px solid #0062b5;
  background: #ffe57d;
  font-weight: 600;
}

.accordion-title:before {
  position: absolute;
  content: '';
  top: 50%;
  right: 5%;
  height: 3px;
  width: 15px;
  background: #0062b5;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
  z-index: 5;
}
.accordion-title:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 5%;
  height: 3px;
  width: 15px;
  background: #0062b5;
  transition: all .3s ease-in-out;
  z-index: 5;
}

.accordion-title.open:before {
  transform: rotate(180deg);
}
.accordion-title.open:after {
  opacity: 0;
}

.accordion-title.open {
  border-bottom: 0;
}

.accordion-text {
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  display: none;
  padding: 20px 40px;
  font-size: 1.35rem;
  background: white;
  border: 2px solid #0062b5;
  border-top: 0;
  position: relative;
}

.accordion-text p:before {
	content: "A.";
	width: 40px;
	display: inline-block;
	position: absolute;
	top: 20px;
	left: 40px;
}

.accordion-text p {
	width: 100%;
	display: inline-block;
padding-left: 2rem;
box-sizing: border-box;
}

.accordion-title span {
	display: inline-block;
	width: 100%;
	padding: 20px 5rem 20px 48px;
	box-sizing: border-box;
	background: url(../images/img_accordion01.webp) no-repeat;
  background-position: center right calc(5% - 4px);
  background-size: 26px;
  
  position: relative;
}
.accordion-title span:before {
	content: "Q.";
	/*width: 20px;
	height: 20px; */
	margin-right: 10px;
	display: inline-block;
	position: absolute;
	top: 20px;
	left: 20px;
	
}



@media all and (max-width: 950px) {
	.accordion-container {
	  width: 90%;
	  margin: 0 auto;
	}
}

@media (max-width: 800px) {
    .accordion-container {
        width: 96%;
    }
}


@media all and (max-width: 480px) {
	.accordion-text {
		font-size: 1rem;
	}
	.accordion-title {
    font-size: 1.15rem;
    }
}

/*============================
基本コースにプラスして、さらに大きな安心を
============================*/

.plus .flex {
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
}
.plus .flex .tokuyaku {
	width: 48.7%;
	border: 2px solid #0062b5;
}

.plus a.btn {
	display: block;
	max-width: 370px;
	margin: 0 0.6rem;
	margin-bottom: 0.6rem;
}

.plus .flex .tokuyaku:not(.tokuyaku:last-child){
    margin-bottom: 1rem;
}

@media all and (max-width: 550px) {
	.tokuyaku_wrap {
		padding: 0.5rem;
	}
	.plus .flex {
		display: block;
	}
	.plus .flex .tokuyaku {
		width: 100%;
		margin-bottom:1rem;
	}
	.plus a.btn {
		max-width: 100%;
	}
}
@media all and (max-width: 480px) {
	.tokuyaku p:nth-of-type(1) {
		text-align: left;
		margin-top: 0.3rem;
	}
	.tokuyaku p:nth-of-type(1) br {
		display: none;
	}

}

/*============================
お申し込み
============================*/

.application a.btn {
	display: block;
    width: 100%;
	max-width: 747px;
	margin: 0 auto;
}

/*============================
共済とは?
============================*/
.about_contents p {
	text-align: center;
	margin-bottom: 4rem;
}

/*============================
footer
============================*/
footer {
	background: #CFE1F3;
	text-align: center;
}
footer .logo {
	width: 40%;
	max-width: 300px;
	margin: 0 auto;
	padding-top: 2rem;
}

footer .flex {
	justify-content: center;
	text-align: left;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

footer .bar {
	color: white;
	font-size: clamp(0.65rem, 0.538rem + 0.47vw, 0.8rem)
	/*padding: 0.8rem 0;*/
}

footer .bar div {
	padding: 0.8rem 0;
}

/*============================
ページ下部fixed
============================*/
.fixed {
	position: fixed;
	bottom: 0;
	background: white;
	padding: 1rem 0;
	width: 100%;
	z-index: 100;
	letter-spacing: -0.04rem;
}

.fixed>.flex {
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
	justify-content: space-between;
	align-items: flex-end;
}

.fixed .btn_box {
	width: 31%;
}

.fixed .btn_box .copy {
	flex-basis: 100%;
	margin-bottom: 3px;
	font-size: clamp(0.7rem, 0.476rem + 0.93vw, 1rem);
	letter-spacing: -0.08rem;
}

.fixed .btn_box .copy.flex {
	justify-content: center;
	align-items: center;
}

.fixed .btn_box .copy .img {
	width: auto;
	height: 60px;
	margin-left: 12px;
}

.fixed .btn_box .copy .img img {
	width: auto;
	height: 60px;
}

.fixed .btn_box a {
	flex-basis: 100%;
}

.fixed a.btn,
.fixed a.btn img {
    display: block;
    width: 100%;
	height: auto;
}

/*.fixed .btn_box:first-child a.btn img {
	aspect-ratio: 629 / 282;
}

.fixed .btn_box:nth-child(2) a.btn img {
	aspect-ratio: 629 / 273;
}

.fixed .btn_box:last-child a.btn img {
	aspect-ratio: 629 / 290;
}*/

@media all and (max-width: 580px) {
	.fixed .btn_box .copy .img {
	    height: 40px;
	}
	.fixed .btn_box .copy .img img {
		width: auto;
		height:40px;
	}
}

@media all and (max-width: 480px) {
	.fixed>.flex {
		width: 96%;
	}
	.fixed .btn_box {
		/*width: 100%;
		margin-bottom: 0.5rem;*/
	}
	.fixed .btn_box:last-child {
		margin-bottom: 0;
	}
	.fixed .btn_box .copy {
		/*display: none;*/
		
	}
		.fixed .btn_box .copy .img {
	    height: 30px;
	    margin-left: 7px;
	}
	.fixed .btn_box .copy .img img {
		width: auto;
		height:30px;
	}
}




/*============================
モーダル
============================*/

/*モーダルを開くボタン*/
.modal-open:hover{
	cursor: pointer;
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,50%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
    z-index: 9999999999;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  width: 90%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 3px;
  right: 3px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #0062b0;
  cursor: pointer;

}
/*モーダル内のコンテンツの指定*/
.modal-content{
  background: #fff;
  text-align: left;
  padding: 30px;
  border-radius: 0.5rem;
}

.modal-content .modal_title{
  margin-bottom: 1rem;
  text-decoration: underline;
}

.modal-content a{
  font-size: 1.5rem;
  font-weight: bold;
  color: #0062b0;
  margin-bottom: 1rem;
}

.modal-content .modal_text div{
  font-size: 0.8rem;
  margin-top: 1rem;
}


/*============================
アニメ関連
============================*/
/* 全体 */
.scrollAnim.ready {
  /*opacity: 0;
  transition: all .8s ease-in;*/
  
}
.scrollAnim.ready.active {
}





/*フェイドイン*/
.scrollFadeIn.ready {
  opacity: 0;
  transition: all .8s ease-in;
}
.scrollFadeIn.ready.active {
  opacity: 1;
}

/*フェイドアウト*/
.scrollFadeOut.ready {
  opacity: 1;
  transition: all 1.2s ease-in;
}
.scrollFadeOut.ready.active {
  opacity: 0;
}

/*サイズ横に伸びる*/
.scrollScaleX_ex.ready {
  transform: scale(0, 1);
  transition: all 1.2s ease-in;
}
.scrollScaleX_ex.ready.active {
  transform: scale(1, 1);
}

/*サイズ横に縮む*/
.scrollScaleX_sh.ready {
  transform: scale(1, 1);
  transition: all 1.2s ease-in;
}
.scrollScaleX_sh.ready.active {
  transform: scale(0, 1);
}

/*サイズ縦に伸びる*/
.scrollScaleY_ex.ready {
  transform: scale(1, 0);
  transition: all 1.2s ease-in;
  transform-origin: bottom;
}
.scrollScaleY_ex.ready.active {
  transform: scale(1, 1);
}

/*サイズ縦に縮む*/
.scrollScaleY_sh.ready {
  transform: scale(1, 1);
  transition: all 1.2s ease-in;
}
.scrollScaleY_sh.ready.active {
  transform: scale(1, 0);
}

/*テスト用*/



/* スライド（Slide） */
.scrollSlide.ready {
  transform: translateX(80px);
}
.scrollSlide.ready.active {
  transform: translateX(0);
}

/* スケール（Scale） */
.scrollScale.ready {
  transform: scale(0.8);
}
.scrollScale.ready.active {
  transform: scale(1);
}

/* 回転（Rotate） */
.scrollRotate.ready {
  transform: rotate(0deg);
}
.scrollRotate.ready.active {
  transform: rotate(360deg);
}

/* フリップ（Flip） */
.scrollFlip.ready {
  transform: rotateX(-180deg);
}
.scrollFlip.ready.active {
  transform: rotateX(0deg);
}


/* ///スタイル調整/// */
div.scrollAnim {
  width: 300px;
  height: 300px;
  /*margin: 40px;*/
  display: grid;
  place-items: center;
}
.border  {
  width: 300px;
  height: 300px;
  border: 1px solid black;
  position: relative;
  overflow: hidden;
}
.scrollScaleY_ex {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform-origin: bottom;
}



.fade {
  background-color: #F0BAD1;
}
.slide {
  background-color: #FFBBC5;
}
.scale {
  background-color: #FFC1AE;
}
.rotate {
  background-color: #FFCD93;
}
.flip {
  background-color: #FFE17B;
}

/* 座標カウンター */
.counter {
  width: auto;
  height: auto;
  padding: 10px;
  background-color: #DFDFDF;
  text-align: center;
  position: fixed;
  top: 0;
  right: 0;
}
.counter h2 {
   font-size: 14px;
}
.counter p {
  font-size: 20px;
  font-weight: bold;
}

/*============================
clearfix
============================*/
.clearfix:after {
 content:".";
 height:0px;
 clear:both;
 display: block;
 visibility:hidden;
 overflow:hidden;
font-size:0.1em;
line-height:0;
 /*
 font-size: 0.1em;
 line-height: 0;
 */
}

.clearfix {
	zoom : 1; 
}

.clearfix {
 display: inline-block;
}

/* Hide from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display:block;}
/* End hide from IE-mac */

/*}*/






/*ハンバーガーメニュー*/

.hmbgr_loc {
}


/* ヘッダーのロゴ部分 */
.header__title {
  width: 80px;
}

.header_main_nav_hamberger .logo {
	width: 23.81rem;
}

/* ヘッダーのナビ部分 */

  .header__nav {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    background: white;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
  }

  .nav__items {
    width: 100%;
    /*display: flex;
    align-items: center;*/
    height: initial;
    justify-content: space-between;
    margin-top: 4rem;
  }
  
    .nav__items li {
    margin-bottom: 1.5rem;
    border-bottom: 1px solid grey;
    font-size: 1.25rem;
  }



.nav_hamberger_img {
	width: 64.9rem;
	position: fixed;
	top: 0;
	left: 0;
}

.nav_hamberger_img img {
	width: 100%;
}

.header_main_nav_hamberger {
	transition: all .3s ease-in-out;
}
.nav_hamberger_menu {
    /* position: relative; */
    /* left: 75rem; */
    padding-top: 5rem;
    width: 20rem;
    /* height: 100%; */
    /* overflow-y: scroll; */
    /* overflow-y: auto; */
    /* scrollbar-width: none; */
    -ms-overflow-style: none;
    margin: 0 auto;
    /* text-align: center; */
}

.nav_hamberger_menu::-webkit-scrollbar {
	display:none;
}

.nav_hamberger_menu .header_main_nav_color_items {
	margin-bottom: 10rem;
}


/* ナビのリンク */

.nav-items__item:last-child a {
  margin-bottom: 0;
}

/* ハンバーガーメニュー */

.header__hamburger {
    width: 100%;
    max-width: 4rem;
    height: 100%;
    position: absolute;
    right: 1rem;
    top: 0;
}
.header__hamburger:hover {
    cursor: pointer;
}

.hamburger {
    background-color: grey;
    border-color: transparent;
    z-index: 9999;
    position: fixed;
    top: 1.5rem;
    right: 3%;
    height: auto;
    padding: 1rem;
}


/* ハンバーガーメニューの線 */
.hamburger span {
  width: 100%;
  height: 0.22rem;
  background-color: #fff;
  position: relative;
  transition: ease .4s;
  display: block;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 0.4rem 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}


/* ハンバーガーメニュークリック後のスタイル */

.header__nav.active{
	transform: translateX(0);
	  visibility: visible;
	  opacity: 1;
	  z-index: 9999;
	  opacity: 0.95;
}

.hamburger.active span {
	background-color: white;
}

.hamburger.active span:nth-child(1) {
  top: 0.6rem;
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;

}

.hamburger.active span:nth-child(3) {
  top: -0.65rem;
  transform: rotate(-45deg);
}
@media screen and (max-width: 880px) {
	.hamburger {
	    top: 1.2rem;
	    right: 3%;
	}
}
@media screen and (max-width: 760px) {
	.hamburger {
	    top: 1rem;
	    right: 3%;
	}
}
@media screen and (max-width: 600px) {
	.hamburger {
	    top: 1.1%;
	    right: 3%;
	}
}

@media screen and (max-width: 480px) {
	.header_main_nav_out_of,
	.header_bar_nav,
	.bar_red {
		display: none;
	}
	.nav_hamberger_menu .header_main_nav_color_items {
	    width: 100%;
	}
	.nav_hamberger_menu {
	    left: 0;
	    width: 100%;
	    height: 100%;
	}
	.header_main_nav_hamberger.flex{
		display: block;
	}
	.nav-items__item a {
	margin-bottom: 0;
	}
	.nav_hamberger_img {
	    width: 50%;
	}
	.head_bar,
	.header_main_nav,
	.nav_hamberger_img {
	  display: none;
	}
	
	.header_main .logo img,
	.header_bar_nav,
	.header_main .logo {
	width: 100%;
	}
	.header_main.flex {
	width: 46.5%;
	}
	.header_bar {
		height: 0.8rem;
	}	
    .header__hamburger:before,
    .header__hamburger.active:before {
        width: 4.6rem;
        height: 4.6rem;
        /*top: 1.3rem;
        left: -0.75rem;*/
        top: 1.5rem;
        left: -0.65rem;
        filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.18));
    }
    .hamburger {
	    padding: 1rem;
	    top: 1.1%;
	    right: 3%;
	}
    .header__hamburger {
        width: 3rem;
        width: 100%;
    max-width: 4rem;
        height: auto;
        /*position: fixed;
        right: 1rem;
        top: 1.2rem;*/
    }
	.hamburger span:nth-child(2) {
	    margin: 0.5rem 0;
	}
	.hamburger span {
    	height: 0.19rem;
    }
    .hamburger.active span:nth-child(1) {
	  top: 0.65rem;
	  transform: rotate(45deg);
	}
	.hamburger.active span:nth-child(3) {
	  top: -0.75rem;
	  transform: rotate(-45deg);
	}
	.header {
	    height: 2.5rem;
	    top: 0;
    }
    .nav_hamberger_menu {
	    width: 83%;
	    margin: 0 auto;
	    padding-top: 3rem;
    }
    .header_main_nav_hamberger .logo {
	    width: 56%;
	}
	.header_main_nav_hamberger_items li span {
	    font-size: 1.6rem;
    }
    .header_main_nav_hamberger_child {
	    font-size: 1.4rem;
	}
	.header_main_nav_hamberger .header_main_nav_color_items li:nth-child(3) {
		display: none;
	}
	.header_main_nav_hamberger .header_main_nav_color_items li:nth-child(2) {
        border: 0;
            border-left: 1px solid #DD8400;
    }
	.header_main_nav_hamberger .header_main_nav_color_items li:first-child,
	.header_main_nav_hamberger .header_main_nav_color_items li:last-child {
        display: block;
        width: 50%;
    }
    .header_main_nav_hamberger .header_main_nav_color_items li:first-child a,
    .header_main_nav_hamberger .header_main_nav_color_items li:last-child a {
        border-radius: 2.5rem 0 0 2.5rem;
        /*line-height: 5rem;*/
        text-align: left;
        background: #F79400;
        font-size: 1.6rem;
        border: 0;
    }
    .header_main_nav_hamberger .header_main_nav_color_items li:first-child a {
        line-height: 1.05;
        padding-top: 0.95rem;
    }
    .header_main_nav_hamberger .header_main_nav_color_items li:last-child a {
        border-radius: 0 2.5rem 2.5rem 0;
    }
    .header_main_nav_hamberger .header_main_nav_color_items li:last-child a {
	    padding-left: 5.8rem;
	}
	
	/*button.header__hamburger {
		padding-block: 1px !important;
	    padding-inline: 6px !important;
	    border-width: 2px !important;
	}*/
}





/*.pc_only {
	display: block !important;
}
.sp_only {
	display: none !important;
}*/

@media all and (max-width: 480px) {
	/*.pc_only {
		display: none !important;
	}
	.sp_only {
		display: block !important;
	}*/
}

