@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@900&display=swap');


/*--「（編集不可）ここから」～「ここまで」の箇所は編集しないでください--*/




/*--------　（編集不可）ここから　--------------------------------*/
html { font-size: 125%; }

body {
	margin: 0 auto;
	width: 100%;
	min-width: 320px;
	color: #2f1b13;
	font-family: "Work Sans", Arial, sans-serif;
	font-size: .8rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: .05em;
	position: relative;
}

@media (min-width: 993px) {
	.tb, .sptb, .sp { display: none!important; }
}

@media (max-width: 992px) and (min-width: 769px) {
	.pc, .sp { display: none!important; }
}

@media (max-width: 768px) {
	.pc, .pctb, .tb { display: none!important; }
}

/*リセット*/
*,*:before,*:after { box-sizing: border-box; }
img { width: 100%; }
p { text-align: justify; }
ul { list-style: none; }
a,a:hover {
	color: inherit;
	text-decoration: none;
}
a:focus { outline-style: none; }


/*文字スタイル共通*/
.sml_ss { font-size: .7em; }
.sml_s { font-size: .8em; }
.sml_m { font-size: .9em; }
.stg { font-weight: 800; }
.red { color: #d31016; }
.obi_br { background: #2f1b13; color: #fff; padding:.1em .25rem; }
.text130 { font-size: 130%;}
.text150 { font-size: 150%;}

/*ボタン共通設定*/
.btn {
	color: #fff;
	text-align: center;
	position: relative;
	background-color: #1C1F87;
}
.btn:after {
	content: "";
	width: 10px;
	height: 10px;
	border-top: 3.5px solid;
	border-right: 3.5px solid; 
	transform: rotate(45deg);
	position: absolute;
	right: 5%;
	top: 50%;
	bottom: 50%;
	margin-top: -5px;
}
.btn:hover {
	opacity: .6;
}
.btn a {
	display: block;
}

.btn_red {
	color: #fff;
	text-align: center;
	position: relative;
	background-color: #d31016;
}
.btn_red:after {
	content: "";
	width: 10px;
	height: 10px;
	border-top: 3.5px solid;
	border-right: 3.5px solid; 
	transform: rotate(45deg);
	position: absolute;
	right: 5%;
	top: 50%;
	bottom: 50%;
	margin-top: -5px;
}
.btn_red:hover {
	opacity: .6;
}
.btn_red a {
	display: block;
}

/*電話番号共通設定*/
.tel {
	color: #d31016;
	font-weight: 800;
	letter-spacing: 0;
}
.tel:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background: url(https://www.cacgr.co.jp/common/images/icon_freecall_bl.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 1.5em;
	height: 1em;
}
.tel span {
	margin-right: .3em;
	
}

/*li横の矢印（".l_mark"と".arow_*"をセットで使用）*/
.l_mark {
	position: relative;
	padding-left: 1.2em;
}
.l_mark:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: .6em;
	position: absolute;
	left: 0;
}
/*下向き*/
.l_mark.arw_b:before {
	border-width: .4em;
	border-top-color: inherit;
	border-top-width: .45em;
	top: .6em;
}
/*右向き*/
.l_mark.arw_r:before {
	border-width: .3em;
	border-left-color: inherit;
	border-left-width: .55em;
	top: .4em;
}


/*liを順番に表示*/
li.animation_item {
	display: block;
	list-style: none;
	margin-top: 1.5rem;
	opacity: 0;
	transform: translateY(1rem);
    transition: .5s;
}
li.animation_item.fadein {
	transform: translateY(0);
    opacity: 1;
}
/*--------　ここまで（編集不可）　--------------------------------*/



/*--------　ヘッダー　----------------*/

header {
	width: 100%;

	padding: .5rem 1% .25rem;
	background: #fff;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999;
	box-shadow: 0px 0px 9px #aaa;
	transition: .8s;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #1C1F87;
}
.site-header.hide {
	transform: translateY(-100%);
}


/*ヘッダー左側*/
header .logo {
	width: 30%;
	min-width: 320px;
	float: left;
	color: #1C1F87;
}
/*ロゴ*/
.logo img,
.logo p {
	display: inline-block;
	vertical-align: middle;
}
.logo img {
	width: 60px;
	margin-right: .25rem;
}
.logo p {
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.9;
	letter-spacing: 0;
}
.logo p span {
	margin-right: 0.2em;
	/* [disabled]letter-spacing: -7px; */
	font-size: 130%;
}


/*ヘッダー右側*/
.h_right {
	width: 55%;
	min-width: 660px;
	float: right;
	padding-right: 80px;
	font-size: .7rem;
	text-align: right;
}

/*電話番号*/
header .h_tel {
	margin-bottom: .5rem;
}
header .tel,
header .tel_time,
header .tel_time span {
	display: inline-block;
	vertical-align: middle;
}
header .tel {
	font-size: 1.1rem;
	margin-right: .5rem;
}
header .tel_time span.obi_br {
	margin-right: .5em;
}
header .tel_time span.jikan {
	line-height: 1.3;
}

/*グローバルナビ*/
.gnav ul {
	padding-right: 1em;
	display: flex;
	justify-content: space-between;
}


/*問い合わせボタン*/
.gnav li.h_toi.btn {
	width: 80px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 1px;
	padding-left: 0;

	font-size: .625rem;
	letter-spacing: .1px;
	border: 2px solid #1C1F87;
}
.gnav li.h_toi.btn:after {
	display: none;
}
.gnav li.h_toi.btn a {
	padding: .55rem 0 .5rem;
}
.gnav li.h_toi.btn img {
	width: 55%;
	margin-bottom: .1rem;
}




/*--------　フッター　----------------*/

footer .top {
	background: #1C1F87;
	color: #fff;
	padding: 1rem 2%;
	position: relative;
}

/*ロゴ　→　headerと同じ*/

/*フッター内リンク*/
footer .top .subnav {
	position: absolute;
	right: calc(70px + 4%);
	bottom: 1em;
}
footer .top .subnav li {
	display: inline-block;
	margin: 0 1em;
	font-size: .7rem;
}

/*コピーライト*/
footer .copy {
	padding: .2rem 2%;
	font-size: .7rem;
	text-align: center;
	background-color: #A1D8FE;
}

/*ページトップ*/
#pagetop {
	position: fixed;
	right: 3%;
	bottom: 2.25rem;
	z-index: 1000;
	width: 70px;
	height: 70px;
	border: 5px solid #1C1F87;
	border-radius: 10px;
	background: #fff;
	text-align: center;
	font-size: .9em;
	font-weight: 900;
	letter-spacing: 0.1rem;
}
#pagetop a {
	display: block;
	padding-top: 2.25em;
	position: relative;
}
#pagetop a:before {
	content: "";
	width: 20px;
	height: 20px;
	border-top: 5px solid;
	border-right: 5px solid; 
	transform: rotate(-45deg);
	position: absolute;
	top: 1.15em;
	right: 50%;
	left: 50%;
	margin-left: -10px;
}



/*--------　本文：共通　ここから（編集不可）　--------------------------------*/
#container {
	padding-top: 3.8rem;
	min-height: 80vh;
}
.content {
	width: 100%;
	min-width: 883px;
	margin-bottom: 5rem;
	margin-right: auto;
	margin-left: auto;
}
.bk_color {
	padding-top: 3rem;
	padding-bottom: 3rem;
	background-color: #A1D8FE;
}
.in_cont {
	width: 80%;
	min-width: 883px;
	margin-right: auto;
	margin-left: auto;
}
h2 {
	font-family: "Noto Serif JP","Serif";
	text-align: center;
	font-size: 1.4rem;
	font-weight: 900;
	position: relative;
	margin-bottom: 2em;
}
h2:after {
	content: "";
	width: 100px;
	border-top: 3px solid #1C1F87;
	position: absolute;
	bottom: -.65em;
	right: 50%;
	left: 50%;
	margin-left: -50px;
}
h3 {
	font-size: 1.1rem;
	font-weight: 700;
	margin-bottom: .5em;
}
.summary {
	text-align: center;
}
/*--------　ここまで（編集不可）　--------------------------------*/




/*--------　本文：トップページ　----------------*/

/*メインビジュアル*/
#mv {
	padding-top: 0;
	margin-bottom: 0em;
}
#mv h1 {
	text-align: center;
	padding-top: 1rem;
	background-color: #C0B6EA;
}
#mv h1 img {
	width: 90%;
	max-width: 1400px; 
}

/*メインビジュアル下の文言*/
#mv .summary {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: .75rem;
}

/*対象範囲*/
.taisyo-hani {
	background-color: #f8f8ff;
	margin: 0 auto;
	padding: 5% 10%;
}
.taisyo-hani h2 {
	font-family: none;
}
.taisyo-hani p {
	margin-bottom: 20px;
}
.syoku-rei {
	background-color: #FFFFFF;
    padding: 3%;
    margin-bottom: 15px;
}
.taisyo-hani .syoku-rei p{
	margin-bottom: 0;
}

p.syokurei-last {
	width: 97%;
	text-align: right;
}
ul.syoku-rei_flex {
	display: flex;
	flex-wrap: wrap;
}
.syoku-rei_flex li {
	width: calc(50% - 10px);
}

/*特別加入とは*/
#tokka {
	width: 60%;
}
#tokka .all_border {
	border: 4px solid #A1D8FE;
	border-radius: 30px;
	padding: 2rem 7%;
}
#tokka p {
	line-height: 2.25;
}
#tokka p span {
	display: inline;
	border-bottom: 2.25px dotted #c7c7c7;
	padding-bottom: .25em;
}
#tokka img {
	margin-top: 2rem;
}

/*給付内容*/
#kyufu .in_cont li {
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
	width: 47%;
	padding: .75rem 2%;
	margin: .5rem 1%;
}
#kyufu .in_cont li img,
#kyufu .in_cont li.naiyo01 p,
#kyufu .in_cont li.naiyo02 p,
#kyufu .in_cont li div {
	display: inline-block;
	vertical-align: top;
}
#kyufu .in_cont li img {
	width: 30%;
	border: 3px solid #c7c7c7;
}
#kyufu .in_cont li.naiyo01 p,
#kyufu .in_cont li.naiyo02 p,
#kyufu .in_cont li div {
	width: 66%;
	margin-left: 2%;
	font-size: .75rem;
}
#kyufu .in_cont li.naiyo01 p,
#kyufu .in_cont li.naiyo02 p {
	min-height: 160px;
}
#kyufu .in_cont li.naiyo03 p,
#kyufu .in_cont li.naiyo04 p {
	min-height: 130px;
}
#kyufu .in_cont li table {
	width: 100%;
	margin-bottom: .5rem;
}
#kyufu .in_cont li th,
#kyufu .in_cont li td {
	border: 1px solid #A1D8FE;
	text-align: center;
	padding: .05rem 1%;
	font-size: .7rem;
}
#kyufu .in_cont li th {
	background: #2f1b13;
	color: #fff;
}

/*費用*/
#hiyou .in_cont {
	width: 70%;
}
#hiyou p {
	margin-bottom: 2rem;
}
#hiyou .scroll_table {
	overflow: auto;
	white-space: nowrap;
	clear: both;
}
#hiyou table {
	width: 100%;
}
#hiyou table.joken th {
	color: #fff;
	width: 50%;
	border: 4px solid;
	padding: .75rem 1%;
	background-color: #1C1F87;
}

#hiyou .yen {
	float: right;
}
#hiyou table.hiyou_hyo {
	margin-bottom: .5rem;
}
#hiyou table.hiyou_hyo tbody {
	border: 4px solid #1C1F87;
}
#hiyou table.hiyou_hyo th,
#hiyou table.hiyou_hyo td {
	width: 20%;
	padding: .5em 1%;
	text-align: center;
	border: 1px solid #1C1F87;
	vertical-align: middle;
}
#hiyou table.hiyou_hyo th {
	border-bottom-width: 4px;
}
#hiyou table.hiyou_hyo td {
	font-size: .75rem;
}
#hiyou table.hiyou_hyo .nichigaku {
	color: #fff;
	border-bottom-color: #fff;
	font-weight: 700;
	background-color: #1C1F87;
}
#hiyou table.hiyou_hyo .santei {
	border-right-width: 4px;
	background-color: #A1D8FE;
}
#hiyou table.hiyou_hyo .hokenryo {
	border-right-style: dashed;
}
#hiyou table.hiyou_hyo .tesuryo {
	border-left-style: dashed;
	border-right-width: 4px;
	border-right-style: double;
}
#hiyou table.hiyou_hyo .gokei {
	font-weight: 700;
	color: #d31016;
}
#hiyou ul li {
	padding-left: .9rem;
	position: relative;
}
#hiyou ul li:after {
	content: "※";
	position: absolute;
	left: 0;
	top: 0;
}

/*手続きの流れ*/
#nagare p {
	margin-bottom: 1rem;
}
#nagare .flow {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5.5rem;
	padding: 1rem 3% 5rem;
	background: #fff;
	border: 4px solid #A1D8FE;
	border-radius: 20px;
	position: relative;
}
#nagare ol li {
	display: block;
	margin-top: 1.5rem;
}

#nagare ol li:first-child {
	margin-top: .75rem;
}
#nagare ol li:nth-child(3),		/*meとyouがそれぞれ連続する時、間のmargin狭く*/
#nagare ol li:nth-child(5) {	/*li追加した時は番号変更*/
	margin-top: .5rem;
}
#nagare ol li img {
	width: 400px;
}
#nagare ol li.you {
	text-align: left;
}
#nagare ol li.me {
	text-align: right;
}
#nagare ol li.sis,
#nagare ol li.end,
#nagare ol li.arrow {
	text-align: center;
}
#nagare ol li.sis {
	position: relative;
}
#nagare ol li.sis:before,
#nagare ol li.sis:after {
	content: "";
	width: 60px;
	height: 2px;
	background: #2f1b13;
	position: absolute;
	top: 50%;
	bottom: 50%;
	margin-top: -1px;
}
#nagare ol li.sis:before{
	left: 100px;
}
#nagare ol li.sis:after {
	right: 100px;
}
#nagare ol li.arrow {
	position: relative;
}
#nagare ol li.arrow span {
	width: 0;
	height: 0;
	display: inline-block;
	border-style: solid;
	border-width: 28px 28px 0 28px;
	border-color: #2f1b13 transparent transparent transparent;
	margin-left: -28px;
	position: absolute;
	top: .5rem;
	right: 50%;
	left: 50%;
}
#nagare ol li.end {
	position: absolute;
	bottom: -45px;
	left: 50%;
	right: 50%;
	margin-left: -242.5px;
}
#nagare ol li.end img {
	width: 485px;
}

/*加入後*/
#nagare .kanyu_after {
	width: 100%;
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
	background: #fff;
	padding: 2rem 4% .5rem;
	position: relative;
}
#nagare .kanyu_after h3 {
	width: 300px;
	padding: .25rem 1%;
	border-radius: 30px;
	text-align: center;
	background: #1c1f87;
	color: #fff;
	position: absolute;	
	top: -1rem;
	left: 50%;
	right: 50%;
	margin-left: -150px;
}
#nagare .kanyu_after ul {
}
#nagare .kanyu_after li {
	padding-left: 1rem;
	margin-bottom: 1rem;
	position: relative;
}
#nagare .kanyu_after li:before {
	content: "※";
	position: absolute;
	left: 0;
}

/*お問い合わせ・お申込み*/
#moushikomi .btn {
	width: 350px;
	font-size: .9rem;
	margin: 2rem auto;
}
#moushikomi .btn_red a {
	padding: .75rem 2%;
}
#moushikomi .btn_red span {
	padding-left: .2rem;
}
#moushikomi .btn_red {
	width: 350px;


	font-size: .9rem;
	margin: 2rem auto;
}
#moushikomi .btn a {
	padding: .75rem 2%;
}
#moushikomi .btn span {
	padding-left: .2rem;
}
/*電話番号*/
#main_tel p {
	text-align: center;
	margin-top: .25rem;
}
#main_tel .tel {
	font-size: 1.5rem;
	letter-spacing: .05em;
}
		#moushikomi .btn {
			width: 280px;
			font-size: 1em;

		}

@media (max-width: 768px) {

		#moushikomi .btn_red {
			width: 280px;
			font-size: 1em;
		}
	}

/*202112追加*/

#reason {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 3em;
	margin-top: 0;
 }

.balloon1 {
	position: relative;
	display: inline-block;
	min-width: 130px;
	font-size: 130%;
	max-width: 100%;
	color: #FFF;
	border-radius: 35px;
	background-color: #0000CC;
	margin-top: 3em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	padding-top: 7px;
	padding-right: 30px;
	padding-bottom: 7px;
	padding-left: 30px;
	font-weight: 700;
}
.balloon1:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 20%;
	margin-left: -15px;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0000CC;
}
.balloon1 p {
  margin: 0;
  padding: 0;
}

/*211224追加*/
#reason .flexbox {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
#reason .flexbox li {
	font-weight: 700;
	font-size: 18px;
	padding-bottom: 8px;
}
#reason .flexbox .flex-item01 {
	width: calc(100% - 150px - 5px);
	margin-right: 5px;
	position: relative;
}
#reason .flexbox .flex-item01.dot::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom-width: 5px;
	border-bottom-style: dotted;
	border-bottom-color: #F00;
	width: 100%;
}
#reason .flexbox .flex-item02 {
	width: 90px;
	text-align: center;
}
#reason .flexbox .flex-item02 .triangle-right {
	display: inline-block;
	border-top-width: 7px;
	border-right-width: 0;
	border-bottom-width: 7px;
	border-left-width: 17px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: #2f1b13;
}
#reason .flexbox .flex-item03 {
	width: 60px;
	text-align: center;
}
#reason .flexbox .flex-item03 .free {
	font-weight: 700;
	color: #FFF;
	background-color: #F00;
	border-radius: 50%;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	float: right;
}

 @media (max-width: 768px) {
    #reason {
        width: 550px;
    }
    .balloon1 {
        text-align: center;
    }
	#reason .flexbox .flex-item01 {
		width: calc(100% - 85px - 5px);
	}
	#reason .flexbox .flex-item02 {
		width: 30px;
	}
	#reason .flexbox .flex-item02 .triangle-right {
		border-left-width: 10px;
	}
	#reason .flexbox .flex-item03 {
		width: 55px;
	}
	#reason .flexbox .flex-item03 .free {
		font-size: 15px;
	}
}

@media (max-width: 576px) {
    #reason {
        width: 90%;
    }
	.balloon1 {
		display: block;
		width: 300px;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 30px;
	}
	#reason .flexbox .flex-item01 {
		font-size: 16px;
	}
	
}
}