@charset "UTF-8";
/* CSS Document */
html {
    font-size: 62.5%;
    }
body{
	font-size: 1.6rem;
    line-height:1.6em;
	font-family: Inter, Noto Sans JP -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	color:#3E3A39;
	width: 100%;
	position: relative;
	overflow-x: hidden!important;
    margin: 0;
}
nav{
	font-family: english-grotesque, sans-serif;
	font-weight: 300;
	font-style: normal;
}
main{
	min-height:600px;
	
}
.img_shadow{
	box-shadow: 6px 10px 5px -8px rgba(0, 0, 0, 0.3) ;
}
.c__f{
	clear:both;
	overflow: hidden;
}
@media (min-width: 960px) {
    .pc {
        display:block;
    }
    .sp {
        display:none;
    }
}
@media (max-width: 960px) {
    .pc {
        display:none;
    }
    .sp {
        display:block;
    }
}

.img_full{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

/*-----------------共通--------------------*/

.marker {
    background: linear-gradient(transparent 80%, #fff 0%);
	position: relative;
}
.marker_yel {
    background: linear-gradient(transparent 80%, #F4D847 0%);
	position: relative;
}
.txt_red{
	color:#EC221F;
}
.txt_center{
	text-align:center;
	margin: 0 auto;
}
.txt_small{
	font-size:1.5rem;
}
.txt_list {
	padding:15px;
}
.txt_list li{
	list-style:disc;
	margin-left: 30px;
}
@media (min-width: 768px) {
    .spbr{
        display: none;
    }
    .pcbr{
        display: block;
    }
}
@media (max-width: 767px) {
    .spbr{
        display: block;
    }
    .pcbr{
        display: none;
    }
}
.pdgb10{
    padding-bottom: 10px;
}
.pdgb30{
    padding-bottom: 30px;
}
.pdgtb30{
    padding: 30px 0;
}
.pdgtb50{
    padding: 50px 0;
}
.pdgb50{
    padding-bottom: 50px;
}
@media (min-width: 960px) {
	.col_ctt{
		display:flex;
		flex-wrap: nowrap;
		position: relative;
	}
	.mag_ctrl{
		margin: 0 -40px;
	}
    .col2to1_box{
        width: 50%;
        box-sizing: border-box;
        padding:  40px;
        position: relative;
    }
    .col3to1_box{
        width:33.333333%;
        padding:  15px;
        box-sizing: border-box;
        position: relative;
    }
    .col4to1_box{
        width:25%;
        padding:  0 15px;
        box-sizing: border-box;
        position: relative;
    }
	.col_rev2-1{
		order:2;
	}
	.col_rev1-2{
		order:1;
	}
}
@media (max-width: 959px) {
	.col_ctt{
		display:block;
		position: relative;
	}
	.mag_ctrl{
		margin: 0 -20px;
	}
    .col2to1_box{
        width: 100%;
        box-sizing: border-box;
        padding:  20px;
        position: relative;
    }
    .col3to1_box{
        width:100%;
        overflow: hidden;
        padding:  5px 0;
        box-sizing: border-box;
        position: relative;
    }
    .col4to1_box{
        width:100%;
        overflow: hidden;
        padding:  5px 0;
        box-sizing: border-box;
        position: relative;
    }
	.col_rev2-1{
		order:1;
	}
	.col_rev1-2{
		order:2;
	}
}

@media (min-width: 960px) {
    .container1120{
        width: 100%;
        max-width: 1120px;
        margin: 0 auto;
		padding: 40px 20px;
        position: relative;
		box-sizing: border-box;
    }
	.txt_ttl{
		width:100%;
		font-size: 2.8rem;
		line-height: 1.3em;;
		position: relative;
		font-weight: 700;
	}
	.ctt_ttl{
		font-size: 4rem;
		line-height: 1.3em;
		color: #ff5888;
		margin: 40px auto;
		padding-bottom: 20px;
		position: relative;
		font-weight: 700;
		text-align: center;
		letter-spacing: 2px;
	}
	.ctt_ttl_blk{
		font-size: 4rem;
		line-height: 1.3em;
		color: #3e3a39;
		margin: 40px auto;
		padding-bottom: 20px;
		position: relative;
		font-weight: 700;
		text-align: center;
		letter-spacing: 2px;
	}
	.ctt_ttl_blk_l{
		font-size: 4rem;
		line-height: 1.3em;
		color: #3e3a39;
		margin: 40px auto;
		padding-bottom: 20px;
		position: relative;
		font-weight: 700;
		text-align: left;
		letter-spacing: 2px;
	}
	.ctt_ttl_blk_l::after{
		content: '';
		width:100px;
		height: 4px;
		background: #3e3a39;
		display: inline-block;
		position: absolute;
		bottom: 0;
		left: 0;
	}
}
@media (max-width: 959px) {
	.container1120{
        width: 100%;
        margin: 0 auto;
		padding: 10px;
		box-sizing: border-box;
        position: relative;
		
    }
	.txt_ttl{
		width:100%;
		font-size: 2.5rem;
		line-height: 1.3em;;
		position: relative;
		font-weight: 700;
	}
	.ctt_ttl{
		font-size: 3rem;
		line-height: 1.3em;
		color: #ff5888;
		margin: 40px auto;
		padding-bottom: 20px;
		position: relative;
		font-weight: 700;
		text-align: center;
		letter-spacing: 2px;
	}
	.ctt_ttl_blk{
		font-size: 3rem;
		line-height: 1.3em;
		color: #3e3a39;
		margin: 40px auto;
		padding-bottom: 20px;
		position: relative;
		font-weight: 700;
		text-align: center;
		letter-spacing: 2px;
	}
	.ctt_ttl_blk_l{
		font-size: 3rem;
		line-height: 1.3em;
		color: #3e3a39;
		margin: 40px auto;
		padding-bottom: 20px;
		position: relative;
		font-weight: 700;
		text-align: center;
		letter-spacing: 2px;
	}
	.ctt_ttl_blk_l::after{
		content: '';
		width:100px;
		height: 4px;
		background: #3e3a39;
		display: inline-block;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}
}
.ctt_ttl::after{
	content: '';
	width:100px;
	height: 4px;
	background: #ff5888;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.ctt_ttl_blk::after{
	content: '';
	width:100px;
	height: 4px;
	background: #3e3a39;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.table_ctt_ttl{
	padding: 20px 0 10px 0;
	color:#ff5888;
	font-weight: 700;
}
.table_ctt {
	width: 100%;
	max-width: 480px;
	text-align: center;
	border-collapse:  collapse; 
	color: #ff5888;
	background: #fff;
	table-layout: fixed;
}
.table_ctt > tbody > tr > th {
	font-weight: 700;
	padding: 10px;
	border: solid 1px #ff5888;
	display: table-cell;
	box-sizing: border-box;
}
.table_ctt > tbody > tr > td {
	width: 50%;
	padding: 10px;
	border: solid 1px #ff5888;
	vertical-align: top;
	display: table-cell;
	box-sizing: border-box;
}
.table_ctt ul li{
	list-style: disc!important;
	text-align: left;
	margin-left: 12px;
	padding-bottom: 3px;
	font-size: 1.4rem;
	line-height: 1.3em;
}
.table_ctt ul li:last-child{
	padding-bottom: 0;
}
/* ドット斜め */
.bg_skew_dot{
  background-color: #ffdada;
  background-image:
    radial-gradient( rgba(255,255,255,0.48) 20%, transparent 20%),
    radial-gradient(rgba(255,255,255,0.48) 20%, transparent 20%);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
}
.table_hosyu_cate{
	width:30%!important;
}
.table_hosyu{
	width: 35%!important;
}
/* 右斜め */
.bg_skew_border{
    background-color: #ffdada;
    background-image:
   repeating-linear-gradient(-45deg,
   #ffeded, #ffeded 2px,
   transparent 0, transparent 10px);
}

/*-------------------共通ボタン-------------------*/

.next_link{
	max-width: 280px;
	height: 50px;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
	cursor: pointer;
	border-radius: 25px;
	border: 1px solid #5CA0DA;
	background: #FFF;
	color: #5CA0DA;
	text-align: center;
	font-family: var(--sds-typography-heading-font-family);
	font-size: var(--sds-typography-body-size-medium);
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 16px */
		box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	padding: 0 30px;
}
.next_link:hover{
	font-weight: 700;
	background: #5CA0DA;
	color: #fff;
}
.box_btn > a {
	max-width: 258px;
	height: 50px;
	border-radius: 25px;
	padding: 15px 40px;
	position: relative;
	background:  #F4D847;
	font-size:1.6rem;
	line-height:1em;
	font-weight:700;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	transition:0.3s all;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media (min-width: 960px) {
	.box_btn > a:hover {
		color: #fff;
		background-color:#000;
	}
}

.box_btn2 > a {
	height: 50px;
	border-radius: 25px;
	padding: 15px 50px 15px 20px;
	position: relative;
	color: #33B59B!important;
	border:2px solid #33B59B;
	background:  #fff;
	font-size:1.6rem;
	line-height:1em;
	font-weight:700;
	box-sizing: border-box;
	display: inline-block;
	transition:0.3s all;
}
.box_btn2 > a::after {
	content: url("../images/arrow_grn.svg");
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	transition:0.3s all;
}
@media (min-width: 960px) {
	.box_btn2 > a:hover::after {
		content: url("../images/arrow_grn.svg");
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translateY(-50%);
	}
}

.box_btn3 > a {
	height: 50px;
	border-radius: 25px;
	padding: 15px 50px 15px 20px;
	position: relative;
	color: #fff!important;
	border:2px solid #000;
	background:  #000;
	font-size:1.6rem;
	line-height:1em;
	font-weight:700;
	box-sizing: border-box;
	display: inline-block;
	transition:0.3s all;
}
.box_btn3 > a::after {
	content: url("../images/arrow_grn.svg");
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	transition:0.3s all;
}
@media (min-width: 960px) {
	.box_btn3 > a:hover::after {
		content: url("../images/arrow_grn.svg");
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translateY(-50%);
	}
}


/*-----------------about--------------------*/
#about_head{
	text-align: center;
	font-family: Inter;
	font-size: 2rem;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 20px */
	letter-spacing: 2px;
	position: relative;
	display: inline-block;
}
#about_head::after{
	content: '';
	width: 100%;
	height: 5px;
	flex-shrink: 0;
	background: #F4D847;
	position: absolute;
	bottom: -10px;
	left: 0;
}

@media (min-width: 960px) {
	.about_container{
		max-width:1200px;
		width: 100%;
		padding: 25px;
		box-sizing: border-box;
		display: flex;
		flex-wrap: nowrap;
		margin: 0 auto;
	}
	#about_ttl_ctt{
		width:41.666666666666667%;
		padding: 0 25px;
		box-sizing: border-box;
	}
	#about_ttl{
		display: inline;
		font-family: Inter;
		font-size: 2.3rem;
		font-style: normal;
		font-weight: 600;
		line-height: 2em; /* 50px */
		letter-spacing: 2px;
		text-decoration: underline;
		text-decoration-color: #D9D9D9;
		text-underline-offset: 15px;
	}
	#about_ctt{
		width:58.333333333333333%;
		padding: 0 25px;
		box-sizing: border-box;
	}
	#about_ctt > p{
		font-family: Inter;
		font-size: 1.7rem;
		font-style: normal;
		font-weight: 600;
		line-height: 2em; /* 34px */
		padding-bottom: 35px;
	}
}
@media (max-width: 959px) {
	.about_container{
		width: 100%;
		padding: 30px;
		box-sizing: border-box;
		margin: 0 auto;
	}
	#about_ttl_ctt{
		padding-bottom: 25px;
		box-sizing: border-box;
	}
	#about_ttl{
		display: inline;
		font-family: Inter;
		font-size: 2.3rem;
		font-style: normal;
		font-weight: 600;
		line-height: 2em; /* 50px */
		letter-spacing: 2px;
		text-decoration: underline;
		text-decoration-color: #D9D9D9;
		text-underline-offset: 10px;
	}
	#about_ctt{
		box-sizing: border-box;
	}
	#about_ctt > p{
		font-family: Inter;
		font-size: 1.7rem;
		font-style: normal;
		font-weight: 600;
		line-height: 2em; /* 34px */
		padding-bottom: 25px;
	}
}
#about_ctt > img{
	max-width: 445px;
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
@media (min-width: 960px) {
	#trouble_ctt{
		max-width: 950px;
		padding: 25px;
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
		border-radius: 15px;
		border: 2px solid #F4D847;
		margin: 50px auto;
	}
}
@media (max-width: 959px) {
	#trouble_ctt{
		width: calc(100% - 50px);
		padding: 15px;
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
		border-radius: 15px;
		border: 2px solid #F4D847;
		margin: 50px 25px;
	}
}
#trouble_ctt > #ttl{
	width: 100%;
	font-family: Inter;
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.5em; /* 24px */
	padding: 25px 25px 0 25px;
}
.trouble_bg_stripe{
	background-image: linear-gradient(-45deg, #fff 10%, #FFF2AD 10%, #FFF2AD 50%, #fff 50%, #fff 60%, #FFF2AD 60%, #FFF2AD);
	background-size: 8px 8px;
}
@media (min-width: 960px) {
	#trouble_ctt_l{
		width: 55%;
		padding: 25px;
		box-sizing: border-box;
	}
	#trouble_ctt_r{
		width: 45%;
		padding: 25px;
		box-sizing: border-box;
	}
}
@media (max-width: 959px) {
	#trouble_ctt_l{
		width: 100%;
		padding: 25px;
		box-sizing: border-box;
	}
	#trouble_ctt_r{
		width: 100%;
		padding: 25px;
		box-sizing: border-box;
	}
}
#trouble_ctt_r > img{
	max-width: 404px;
	width:100%;
	height: auto;
}

#trouble_ctt_l > p{
	color: #000;
font-family: Inter;
font-size: 1.7rem;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 34px */
}
#trouble_ctt_l > ol{
	margin-left:20px;
	padding: 0;
}
#trouble_ctt_l > ol >  li{
	margin-bottom:5px;
	font-family: Inter;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.5em; /* 32px */
	list-style: inherit!important;
}
#trouble_ctt_l > ol >  li > span{
	background-color: #fff;
	padding: 0 4px;
	display: inline-block;
	position: relative;
}



/*-----------------support--------------------*/

.support_bg{
	width: 100%;
	height: auto;
	position: relative;
	padding: 50px 0;
	text-align: center;
}
.grid_bg {
  background-color: #edf6ff;
  background-image: repeating-linear-gradient(45deg, #d4ddf580, #d4ddf580 1px, transparent 1px, transparent 21px), repeating-linear-gradient(-45deg, #d4ddf580, #d4ddf580 1px, transparent 1px, transparent 21px);
}
.grid_bg_yel {
  background-color: #FFF2AD;
  background-image: repeating-linear-gradient(45deg, #d4ddf580, #d4ddf580 1px, transparent 1px, transparent 21px), repeating-linear-gradient(-45deg, #d4ddf580, #d4ddf580 1px, transparent 1px, transparent 21px);
}
@media (min-width: 960px) {
	#support_copy{
		position: absolute;
		left: 10px;
		top:-8px;
		color: #FFF;
		font-family: Inter;
		font-size: 9rem;
		font-style: normal;
		font-weight: 600;
		line-height: 100%; /* 90px */
	}
	#support_head{
		text-align: center;
		font-family: Inter;
		font-size: 3rem;
		font-style: normal;
		font-weight: 600;
		line-height: 100%; /* 32px */
		letter-spacing: 2px;
		position: relative;
		display: inline-block;
		margin: 25px auto;
	}
}
@media (max-width: 959px) {
	#support_copy{
		position: absolute;
		left: 10px;
		top:-10px;
		color: #FFF;
		font-family: Inter;
		font-size: 7rem;
		font-style: normal;
		font-weight: 600;
		line-height: 1em; /* 90px */
	}
	#support_head{
		text-align: center;
		font-family: Inter;
		font-size: 2.4rem;
		font-style: normal;
		font-weight: 600;
		line-height: 100%; /* 32px */
		letter-spacing: 2px;
		position: relative;
		display: inline-block;
		margin: 25px auto;
	}
}
#support_head::after{
	content: '';
	width: 100%;
	height: 5px;
	flex-shrink: 0;
	background: #F4D847;
	position: absolute;
	bottom: -10px;
	left: 0;
}
@media (min-width: 960px) {
	.support_ctt{
		max-width:1200px;
		width: 100%;
		height: 100%;
		padding: 25px;
		display: flex;
		align-items: flex-start;
		flex-wrap: nowrap;
		position: relative;
		margin: 0 auto;
		box-sizing: border-box;
	}
	.support_ctt_ttl{
		width:25%;
		padding: 25px;
		box-sizing: border-box;
		position: sticky;
		top: 30px;
		left: 0;
		text-align: left;
	}
	.support_ctt_main{
		width:75%;
		padding: 25px;
		box-sizing: border-box;
		position: relative;
	}
}
@media (max-width: 959px) {
	.support_ctt{
		width: 100%;
		padding: 25px;
		display: block;
		position: relative;
		box-sizing: border-box;
	}
	.support_ctt_ttl{
		width:100%;
		box-sizing: border-box;
		position: relative;
		text-align: left;
	}
	.support_ctt_main{
		width:100%;
		box-sizing: border-box;
		position: relative;
	}
}
.support_ctt_ttl > p{
	padding-bottom:15px;
}
.support_ctt_ttl > h3{
	font-family: Inter;
	font-size: 2.3rem;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 25px */
}
@media (min-width: 960px) {
	.support_ctt_main > li{
		padding-bottom: 30px;
		display: flex;
		flex-wrap: nowrap;
	}
	.support_ctt_main > li:last-child{
		padding-bottom: 0;
	}
	.support_ctt_main > li > .text{
		width: 60%;
		padding: 0 25px;
		text-align: left;
	}
}
@media (max-width: 959px) {
	.support_ctt_main > li{
		padding-bottom: 25px;
		display: block;
	}
	.support_ctt_main > li > .text{
		width: 100%;
		padding-top: 25px;
		text-align: left;
		box-sizing: border-box;
	}
}
.support_ctt_main > li > .text > dl{
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	margin-bottom: 20px;
}
.support_ctt_main > li > .text > dl > dt{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	color: #5CA0DA;
	border: solid 1px #5CA0DA;
	font-family: Inter;
	font-size: 1.7rem;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 17px */
	padding: 2px 5px;
}
.support_ctt_main > li > .text > dl > dd{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	color: #fff;
	border: solid 1px #5CA0DA;
	font-family: Inter;
	font-size: 1.7rem;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 17px */
	background: #5CA0DA;
	padding: 5px 10px;
}
@media (max-width: 959px) {
	.support_ctt_main > li > .text > dl > dt{
		font-size: 1.4rem!important;
	}
	.support_ctt_main > li > .text > dl > dd{
		font-size: 1.4rem!important;
	}
}
.support_ctt_main > li > .text > .txt_inner > h4{
	color: #5CA0DA;
	font-family: Inter;
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 24px */
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: dotted 1px #808080;
}
.support_ctt_main > li > .text > .txt_inner > p{
	color: #000;
	font-family: Inter;
	font-size: 1.7rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2em;
	padding-bottom: 15px;
}
@media (min-width: 960px) {
	.support_ctt_main > li > .img{
		width: 40%;
		position: relative;
		z-index: 1;
	}
}
@media (max-width: 959px) {
	.support_ctt_main > li > .img{
		width: 100%;
		max-width: 360px;
		height: auto;
		margin: 0 auto;
		position: relative;
		z-index: 1;
	}
}
.support_ctt_main > li > .img > img{
	border-radius:15px;
	overflow: hidden;
	width: 100%;
	height: auto;
	object-fit: cover;
	aspect-ratio: 4 / 3;
}
.support_ctt_main > li > .img::before{
	content: '';
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	position:absolute;
	right: -5px;
	top: -5px;
	border-radius: 15px;
	background: #FFF2AD;
	z-index: -1;
}
@media (min-width: 960px) {
	.support_ctt_main > li > .img2{
		width: 40%;
		position: relative;
		z-index: 1;
	}
}
@media (max-width: 959px) {
	.support_ctt_main > li > .img2{
		width: 100%;
		max-width: 360px;
		height: auto;
		margin: 0 auto;
		position: relative;
		z-index: 1;
	}
}
.support_ctt_main > li > .img2 > img{
	border-radius:15px;
	overflow: hidden;
	width: 100%;
	height: auto;
	object-fit: cover;
	aspect-ratio: 4 / 3;
}
.support_ctt_main > li > .img2::before{
	content: '';
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	position:absolute;
	right: -5px;
	top: -5px;
	border-radius: 15px;
	background: #fff;
	z-index: -1;
}

@media (min-width: 960px) {
	.support_caution{
		font-family: Inter;
		font-size: 1.4rem;
		font-style: normal;
		font-weight: 400;
		line-height: 150%; /* 21px */
		border-radius: 15px;
		border: 1px solid #808080;
		padding: 10px;
	}
	.tanmatsu_ctt{
		display: flex; 
		width: 100%; 
	}
}
@media (max-width: 959px) {
	.support_caution{
		font-family: Inter;
		font-size: 1.4rem;
		font-style: normal;
		font-weight: 400;
		line-height: 150%; /* 21px */
		border-radius: 15px;
		border: 1px solid #808080;
		padding: 10px;
		margin-bottom: 25px;
	}
	.tanmatsu_ctt{
		display: flex; 
		width: 100%; 
		padding-bottom: 25px;
	}
}
.tanmatsu_ctt > img{
	width: 130px; max-width: 33%;
}
/*-----------------CASE--------------------*/
#case_container{
	position:relative;
	padding: 100px 0;
}
#case_head{
	text-align: center;
	position: relative;
	margin: 0  auto 25px auto;
}

@media (min-width: 960px) {
	#case_head > #copy{
		position: relative;
		color: #EDF6FF;
		font-family: Inter;
		font-size: 9rem;
		font-style: normal;
		font-weight: 600;
		text-align: center;
		display: block;
		line-height: 1em;
	}
	#case_head > h3{
		font-family: Inter;
		font-size: 3rem;
		font-style: normal;
		font-weight: 600;
		line-height: 1.5em;
		letter-spacing: 2px;
		position: relative;
		display: inline-block;
		margin: 0 0 25px 0;
	}
}
@media (max-width: 959px) {
	#case_head > #copy{
		position: relative;
		color: #EDF6FF;
		font-family: Inter;
		font-size: 7rem;
		font-style: normal;
		font-weight: 600;
		text-align: center;
		padding-bottom: 10px;
	}
	#case_head > h3{
		font-family: Inter;
		font-size: 2.4rem;
		font-style: normal;
		font-weight: 600;
		line-height: 1.5em;
		letter-spacing: 2px;
		position: relative;
		display: inline-block;
	}
}
#case_head > h3::after{
	content: '';
	width: 100%;
	max-width:200px;
	height: 5px;
	flex-shrink: 0;
	background: #F4D847;
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform:translateX(-50%);
}
@media (min-width: 960px) {
	#case_head > p{
	text-align: center;
	font-family: Inter;
	font-size: 1.7rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2em;
		padding-bottom: 25px;
	}
	#case_head > ul{
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		justify-content: center;
		max-width: 750px;
		margin: 0 auto;
	}
	#case_head > ul > li{
		width:calc(25% - 20px);
		border: solid 1px #5CA0DA;
		padding: 5px 40px 5px 5px;
		color: #5CA0DA;
		font-family: Inter;
		font-size: 1.7rem;
		font-style: normal;
		font-weight: 600;
		line-height: 1.3em;
		margin: 10px;
		border-radius: 5px;
		position: relative;
		box-sizing: border-box;
	}
}
@media (max-width: 959px) {
	#case_head > p{
		text-align: center;
		font-family: Inter;
		font-size: 1.7rem;
		font-style: normal;
		font-weight: 400;
		line-height: 2em;
		padding: 0 25px 25px 25px;
	}
	#case_head > ul{
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		justify-content: center;
		max-width: 750px;
		margin: 0 auto;
		padding: 0 25px;
	}
	#case_head > ul > li{
		width:calc(50% - 10px);
		border: solid 1px #5CA0DA;
		padding: 5px 40px 5px 5px;
		color: #5CA0DA;
		font-family: Inter;
		font-size: 1.7rem;
		font-style: normal;
		font-weight: 600;
		line-height: 1.3em;
		margin: 5px;
		border-radius: 5px;
		position: relative;
		box-sizing: border-box;
	}
}
#case_head > ul > li::after{
	content:'';
	width: 15px;
	height: 8px;
	border-bottom: solid 2px #5CA0DA;
	border-left: solid 2px #5CA0DA;
	transform: rotate(-45deg) translateY(-50%);
	position: absolute;
	top: calc(50% - 4px);
	right: 10px;
		
}

@media (min-width: 960px) {
	.case_ctt{
		max-width:1200px;
		width: 100%;
		height: 100%;
		padding: 25px;
		flex-wrap: nowrap;
		position: relative;
		margin: 0 auto;
		box-sizing: border-box;
	}
	.case_ctt_main{
		padding: 25px;
		box-sizing: border-box;
		position: relative;
	}
}
@media (max-width: 959px) {
	.case_ctt{
		width: 100%;
		padding: 25px;
		display: block;
		position: relative;
		box-sizing: border-box;
	}
	.case_ctt_main{
		width:100%;
		padding: 25px 0;
		box-sizing: border-box;
		position: relative;
	}
}
.case_list_ctt{
	max-width: 950px;
	padding-bottom: 50px;
	margin: 0 auto;
	position: relative;
}
.case_list_ttl{
	color: #5CA0DA;
	font-family: Inter;
	font-size: 2rem;
	font-style: normal;
	font-weight: 600;
	line-height: 2em;
}

@media (min-width: 960px) {
	.case_list_ctt > .inner{
		width: 100%;
		display:flex;
		flex-wrap: nowrap;
		position: relative;
		padding: 25px;
		box-sizing: border-box;
		z-index: 1;
	}
	.case_list_ctt > .inner::before{
		content: '';
		width: calc(100% - 50px);
		height: calc(100% + 50px);
		border-radius: 15px;
		border: 1px solid #F4D847;
		background: #FFF2AD;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.case_list_ctt > .inner > .ltxt{
		width:60%;
		padding: 25px;
		box-sizing: border-box;
	}
	.case_list_ctt > .inner > .ltxt > .ttl{
		font-family: Inter;
		font-size: 2.4rem;
		font-style: normal;
		font-weight: 600;
		line-height: 1.5em;
		padding-bottom: 25px;
	}
	.case_list_ctt > .inner > .ltxt > .txt{
		font-family: Inter;
		font-size: 1.7rem;
		font-style: normal;
		font-weight: 400;
		line-height: 2em;
	}
	.case_list_ctt > .inner > .rimg{
		width:40%;
		padding: 25px 0 25px 25px;
		box-sizing: border-box;
		aspect-raito: 4 / 3;
	}
}
@media (max-width: 959px) {
	.case_list_ctt > .inner{
		width: 100%;
		display:flex;
		flex-wrap: wrap;
		position: relative;
		padding: 25px;
		box-sizing: border-box;
		z-index: 1;
	}
	.case_list_ctt > .inner::before{
		content: '';
		width: 100%;
		height: calc(100% + 50px);
		border-radius: 15px;
		border: 1px solid #F4D847;
		background: #FFF2AD;
		position: absolute;
		top: 50px;
		left: 0;
		z-index: -1;
	}
	.case_list_ctt > .inner > .ltxt{
		width:100%;
		box-sizing: border-box;
		order: 2;
		padding-top: 25px;
	}
	.case_list_ctt > .inner > .ltxt > .ttl{
		font-family: Inter;
		font-size: 22px;
		font-style: normal;
		font-weight: 600;
		line-height: 150%; /* 33px */
		padding-bottom: 10px;
	}
	.case_list_ctt > .inner > .ltxt > .txt{
		font-family: Inter;
		font-size: 1.7rem;
		font-style: normal;
		font-weight: 400;
		line-height: 2em;
		padding-bottom: 25px;
	}
	.case_list_ctt > .inner > .rimg{
		width:100%;
		box-sizing: border-box;
		aspect-raito: 16 / 9;
		order: 1;
	}
}

.case_list_ctt > .inner > .rimg > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 15px;
	overflow: hidden;
}

@media (min-width: 960px) {
	.case_list_ctt > .answer{
		width: calc(100% - 150px);
		display:flex;
		flex-wrap: nowrap;
		position: relative;
		align-items: center;
		left: 50px;
		border-radius: 15px;
		border: 1px solid #5CA0DA;
		background: #FFF;
		box-sizing: border-box;
		z-index: 2;
		background-image: linear-gradient(90deg, #e4e4e480 1px, transparent 1px), linear-gradient(#e4e4e480 1px, transparent 1px);
		background-position: 10px 10px;
		background-size: 11px 11px;
	}
	.case_list_ctt > .answer > .icon{
		width: 104px;
		height: 104px;
		background: #5CA0DA;
		border-radius: 52px;
		margin:  25px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #FFF;
		text-align: center;
		font-family: Inter;
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 130%; /* 20.8px */
	}
	.case_list_ctt > .answer > .txt{
		width: calc(100% - 129px);
		color: #000;
		font-family: Inter;
		font-size: 1.7rem;
		font-style: normal;
		font-weight: 600;
		line-height: 2em;
		padding: 25px 25px 25px 0;
		box-sizing: border-box;
	}
}
@media (max-width: 959px) {
	.case_list_ctt > .answer{
		width: calc(100% - 30px);
		position: relative;
		align-items: center;
		left: 15px;
		border-radius: 15px;
		border: 1px solid #5CA0DA;
		background: #FFF;
		box-sizing: border-box;
		z-index: 2;
		background-image: linear-gradient(90deg, #e4e4e480 1px, transparent 1px), linear-gradient(#e4e4e480 1px, transparent 1px);
		background-position: 10px 10px;
		background-size: 11px 11px;
	}
	.case_list_ctt > .answer > .icon{
		width: 80px;
		height: 80px;
		background: #5CA0DA;
		border-radius: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #FFF;
		text-align: center;
		font-family: Inter;
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 130%; /* 20.8px */
		margin: 0 auto;
		position: absolute;
		top: -40px;
		left: 50%;
		transform: translateX(-50%);
	}
	.case_list_ctt > .answer > .txt{
		width: 100%;
		font-family: Inter;
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 2em;
		padding: 50px 15px 15px 15px;
		box-sizing: border-box;
	}
}
/*-----------------QA--------------------*/

.qa_bg{
	width: 100%;
	height: auto;
	position: relative;
	padding: 50px 0;
	text-align: center;
	overflow: hidden;
}
.qacopy{
	color: #FFF;
	font-family: Inter;
	font-size: 9rem;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 90px */
}

@media (min-width: 960px) {
	.qa_ctt_ttl > h3{
		font-family: Inter;
		font-size: 3rem;
		font-style: normal;
		font-weight: 600;
		line-height: 1.5em;
		letter-spacing: 2px;
		position: relative;
		display: inline-block;
	}
	.qa_ctt_ttl > h3::after{
		content: '';
		width: 100%;
		max-width:200px;
		height: 5px;
		flex-shrink: 0;
		background: #F4D847;
		position: absolute;
		bottom: -10px;
		left: 0;
	}
	.qa_ctt{
		max-width:1200px;
		width: 100%;
		height: 100%;
		padding: 25px;
		display: flex;
		align-items: flex-start;
		flex-wrap: nowrap;
		position: relative;
		margin: 0 auto;
		box-sizing: border-box;
	}
	.qa_ctt_ttl{
		width:25%;
		padding: 25px;
		box-sizing: border-box;
		position: sticky;
		top: 30px;
		left: 0;
		text-align: left;
	}
	.qa_ctt_main{
		width:75%;
		padding: 25px;
		box-sizing: border-box;
		position: relative;
	}
}
@media (max-width: 959px) {
	.qa_ctt_ttl > h3{
		text-align: center;
		font-family: Inter;
		font-size: 2.4rem;
		font-style: normal;
		font-weight: 600;
		line-height: 1.5em;
		letter-spacing: 2px;
		position: relative;
		display: inline-block;
	}
	.qa_ctt_ttl > h3::after{
		content: '';
		width: 100%;
		max-width:200px;
		height: 5px;
		flex-shrink: 0;
		background: #F4D847;
		position: absolute;
		bottom: -10px;
		left: 50%;
		transform:translateX(-50%);
	}
	.qa_ctt{
		width: 100%;
		padding: 25px;
		display: block;
		position: relative;
		box-sizing: border-box;
	}
	.qa_ctt_ttl{
		width:100%;
		padding-top: 25px;
		box-sizing: border-box;
		position: relative;
		text-align: center;
	}
	.qa_ctt_main{
		width:100%;
		padding: 25px 0;
		box-sizing: border-box;
		position: relative;
	}
}


@media (min-width: 960px) {
	.qa_box{
		max-width: 100%;
		min-height: 60px;
		margin-bottom: 20px;
		border: none;
		box-sizing: border-box;
		position: relative;
		text-align: left!important;
		border-bottom: dotted 2px #D9D9D9;
	}
}
@media (max-width: 959px) {
	.qa_box{
		max-width: 100%;
		min-height: 60px;
		margin-bottom: 10px;
		border: none;
		box-sizing: border-box;
		position: relative;
		text-align: left!important;
		border-bottom: dotted 2px #D9D9D9;
	}
}

@media (min-width: 960px) {
	.qa_box summary {
		min-height: 60px;
		display: flex;
		align-items: center;
		position: relative;
		cursor: pointer;
		text-align: left;
		font-family: Inter;
		font-size: 2.4rem;
		font-style: normal;
		font-weight: 600;
		line-height: 1.5em;
		padding-bottom: 20px;
		padding-right:40px;
	}
	.qa_box summary::before {
		color: #000;
		background: #F4D847;
		width: 60px;
		height: 60px;
		border-radius: 30px;
		content: "Q";
		font-size: 2rem;
		font-weight: 700;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-right:20px;
		box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	}
}
@media (max-width: 959px) {
	.qa_box summary {
		display: flex;
		align-items: center;
		min-height: 60px;
		position: relative;
		padding: 10px 40px 10px 70px;
		cursor: pointer;
		font-weight: 600;
		line-height: 1.5em;
		text-align: left;
	}
	.qa_box summary::before {
		color: #000;
		background: #F4D847;
		width: 60px;
		height: 60px;
		border-radius: 30px;
		content: "Q";
		font-size: 2rem;
		font-weight: 700;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 10px 10px 0;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	}
}

@media (min-width: 960px) {
	.qa_box summary::after {
		transform: translateY(-50%) rotate(45deg);
		width: 7px;
		height: 7px;
		margin-left: 10px;
		border-bottom: 3px solid #333333b3;
		border-right: 3px solid #333333b3;
		content: '';
		transition: transform .5s;
		position: absolute;
		right: 20px;
		top: calc(50% - 15px);
	}
}
@media (max-width: 959px) {
	.qa_box summary::after {
		transform: translateY(-50%) rotate(45deg);
		width: 7px;
		height: 7px;
		margin-left: 10px;
		border-bottom: 3px solid #333333b3;
		border-right: 3px solid #333333b3;
		content: '';
		transition: transform .5s;
		position: absolute;
		right: 20px;
		top: 50%;
	}
}
.qa_box[open] summary::after {
	transform: rotate(225deg);
}

@media (min-width: 960px) {
	.qa_box p {
		position: relative;
		opacity: 0;
		margin: 0;
		padding: 0 20px 20px 70px!important;
		color: #333;
		transition: transform .5s, opacity .5s;
		min-height: 60px;
	}
}
@media (max-width: 959px) {
	.qa_box p {
		position: relative;
		opacity: 0;
		margin: 0;
		padding: 10px 20px 20px 80px!important;
		color: #333;
		transition: transform .5s, opacity .5s;
		clear: both;
		overflow: hidden;
		display: flex;
		align-items: center;
		min-height: 60px;
	}
}
.qa_box[open] p {
	transform: none;
	opacity: 1;
	line-height: 1.5em;
}

@media (min-width: 960px) {
	.qa_box p::before {
		color: #fff;
		background: #5CA0DA;
		width: 60px;
		height: 60px;
		border-radius: 30px;
		content: "A";
		font-size: 2rem;
		font-weight: 700;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 10px 10px 0;
		position: absolute;
		left: 0;
		top: 0;
		box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	}
}
@media (max-width: 959px) {
	.qa_box p::before {
		color: #fff;
		background: #5CA0DA;
		width: 60px;
		height: 60px;
		border-radius: 30px;
		content: "A";
		font-size: 2rem;
		font-weight: 700;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 10px 10px 0;
		position: absolute;
		left: 0;
		top: 10px;
		box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	}
}
details summary {
list-style: none;
}
details summary::-webkit-details-marker {
display: none;
}
etails summary {
cursor: pointer;
}


.qalist li {
  opacity: 1;
  height:auto;
  transition: all .4s ease 0s;
  overfllow:hidden;
}
.qalist li.is-hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  padding:0;
}
.more {
	display: flex;
	align-content: center;
	justify-content: center;
  margin-top: 20px;
}

/*-------------------footer-------------------*/
footer{
	position: relative;
}
@media (min-width: 960px) {
    #footer_ctt{
        width: 100%;
        position:relative;
		box-sizing: border-box;
		clear: both;
		overflow: hidden;
        text-align: center;
    }
}
@media (max-width: 959px) {
    #footer_ctt{
        width: 100%;
        position:relative;
		text-align: center;
		box-sizing: border-box;
    }
}
.footer_logo{
	margin:0 auto;
	padding: 50px 0;
}
.footer_logo img{
	max-width: 230px;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.footer_logo a{
	transition: ease .3s all;
}
.footer_logo a:hover{
	opacity: .7;
}
.footer_logo > p{
	text-align: center;
	font-family: Inter;
	font-size: 2.1rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.5em; 
}
.footer_menu > ul{
	width: 100%;
	display:flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	border-top: solid 1px #D9D9D9;
	position: relative;
}

.footer_menu > ul > li{
	padding: 20px;
}
.footer_menu > ul > li > a{
	font-size: 1.4rem;;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 14px */}
.fcopy{
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 14px */
}

@media (max-width: 959px) {
	.footer_menu > ul{
		padding: 30px 0;
		flex-wrap: wrap!important;
	}
	.footer_menu > ul > li{
		width: 100%;
		padding: 5px;
		box-sizing: border-box;
		text-align: center;
	}
	.fcopy{
		padding-top: 30px!important;
		color: #D9D9D9;
	}
}
/*---------------------------company-----------------------------*/

.company_name {
	font-size:1.4rem;
	font-weight:700;
	letter-spacing: 1px;
}
.company_else {
	font-size:1.4rem;
	position: relative;
	letter-spacing: 1px;
}
.company_map a  {
	position: relative;
	top:7px;
	margin-left:20px;
}
@media (min-width: 960px) {
	.company_ctt{
		width: 100%;
		max-width: 800px;
		min-height: 50vh;
		margin: 0 auto;
		position: relative;
	}
    .company_info > dl{
        width:100%;
        position: relative;
        display: flex;
        margin-bottom: 20px;
		padding-bottom: 20px;
        border-bottom: solid 1px #B7B7B7;
    }
    .company_info > dl > dt{
        width: 90px;
        position: relative;
        font-size:1.3rem;
        line-height: 1.5em;
    }
    .company_info > dl > dd{
        width: calc(100% - 90px);
        position: relative;
        padding-left:  30px;
        line-height: 1.5em;
    }
}
@media (max-width: 959px) {
	.company_ctt{
		width: 100%;
		max-width: 800px;
		margin: 0 auto;
		position: relative;
		padding: 30px;
		box-sizing: border-box;
	}
    .company_info > dl{
        width:100%;
        position: relative;
        display: flex;
        margin-bottom: 20px;
		padding-bottom: 20px;
        border-bottom: solid 1px #B7B7B7;
    }
    .company_info > dl > dt{
        width:100px;
        position: relative;
        font-size:1.3rem;
        line-height: 1.5em;
    }
    .company_info > dl > dd{
        width: calc(100% - 100px);
        position: relative;
		padding-left: 20px;
        line-height: 1.5em;
    }
}

#add > p{
	font-size: 1.3rem;}

#add > span{
	border:solid 1px #151515;
	color: #151515;
	padding: 2px 5px;margin-left: 5px;
	font-size: 1.1rem;
	line-height: 1em;
	border-radius: 15px;
	display: inline-block;
}


/*---------------------------procedure-----------------------------*/
.ctctlink_box{
    width: 80%;
	max-width: 500px;
	border-radius: 15px;
	border: 2px solid #EC221F;
	padding: 15px 25px;
	color: #EC221F;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.3em;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
    box-sizing: border-box;
}
@media (max-width: 959px) {
	.ctctlink_box{
	bottom: 35px;
	}
}
.ctctlink_box > a{
	text-decoration:underline!important;
	color: #EC221F!important;
}
.procedure_ctt > ul{
	display:flex;
	flex-wrap: wrap;
	margin: 25px 0;
}
.procedure_ctt > ul > li{
	width: 50%;
	position: relative;
	padding: 25px;
	box-sizing: border-box;
	border-radius: 15px;
	border: 2px solid #F4D847;
}
@media (max-width: 959px) {
	.procedure_ctt > ul > li{
		width: 100%;
	}
}
.procedure_ctt2 > ul{
	display:flex;
	flex-wrap: wrap;
	margin: 25px 0;
	border-radius: 15px;
	border: 2px solid #F4D847;
}
.procedure_ctt2 > ul > li{
	width: 50%;
	position: relative;
	padding: 25px;
	box-sizing: border-box;
}
@media (min-width: 960px) {
	.procedure_ctt2 > ul > li:last-child{
		border-left: solid 2px #F4D847;
	}
}
@media (max-width: 959px) {
	.procedure_ctt2 > ul > li:last-child{
		border-top: solid 2px #F4D847;
	}
	.procedure_ctt2 > ul > li{
		width: 100%;
	}
	
}
.procedure_ctt_ttl{
	color: #000;
	font-family: Inter;
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 24px */
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: dotted 1px #808080;
}
.procedure_ctt_txt{
	color: #000;
	font-family: Inter;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 32px */
	padding-bottom: 10px;
}
.procedure_ctt_tel{
	color: #5CA0DA;
	font-family: Inter;
	font-size: 4rem;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 40px */
	display: flex;
	align-items: center;
}
.procedure_ctt_tel::before{
	content: '➿';
	padding-right: 10px;
}
@media (max-width: 959px) {
	.procedure_ctt_tel{
		font-size: 2.6rem;
	}
	.procedure_ctt_tel::before{
		content: '➿';
		padding-right: 5px;
		font-size: 1.5rem;
	}
}

.procedure_ctt_open{
	padding-top: 10px;
}
.procedure_ctt_open > dl{
	display:flex;
}
.procedure_ctt_open > dl > dt{
	color: #000;
	font-family: Inter;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 24px */
	width: 80px;
}
.procedure_ctt_open > dl > dd{
	color: #000;
	font-family: Inter;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 24px */
}
@media (max-width: 959px) {
	.procedure_ctt_open > dl > dt{
	font-size: 1.4rem;
	}
	.procedure_ctt_open > dl > dd{
	font-size: 1.4rem;
	}
	
}
/*--------------legal-notice--------------*/

.legal_table > table {
	width: 100%;
	background-color: transparent;
	border-spacing: 0;
	border-collapse: collapse;
    margin-top: 10px;
	text-align: left;
}

@media (min-width: 768px) {
.legal_table > table tr th{
		width: 30%!important;
		padding: 20px;
		border-bottom: 1px solid #FFF2AD;
		vertical-align: middle;
		font-family: Inter;
		font-size: 1.6rem;
		font-style: normal;
		font-weight: 600;
		line-height: 150%; /* 24px */
	}
	
.legal_table > table tr td {
		padding: 20px;
		border-bottom: 1px dotted #808080;
		vertical-align: middle;
		
	}
}
@media (max-width: 767px) {
.legal_table > table tr th{
		max-width: 50%;
		padding: 10px 10px 0 10px;
		vertical-align: middle;
		font-family: Inter;
		font-size: 1.6rem;
		font-style: normal;
		font-weight: 600;
		line-height: 150%;
		box-sizing: border-box;
	}
	
.legal_table > table tr td {
		max-width: 100%;
		padding: 5px 10px 10px 10px;
		vertical-align: middle;
		display: block;
		box-sizing: border-box;
		border-bottom: 1px dotted #808080;
	}
}


@media (min-width: 768px) {
	.fix_table tr th, .fix_table tr td{
		display:table-cell!important;
	}
}
@media (max-width: 767px) {
	.fix_table tr th, .fix_table tr td{
		display:block;
		min-width: auto!important;
	}
}
.fix_table th{
	color: #333;
}

thead  th{
	 background-color: #808080!important;
	color: #fff!important;
}

/*-------------------下層ページcss-------------------*/
.nottl{
    position: relative;
    height: 100px;
}
.base_header_ctt{
    width: 100%;
    height: 350px;
    overflow: hidden !important;
    position: relative;
    margin-top: 70px;
}

@media (min-width: 960px) {
    .base_header_ttl{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        color: #000;
        font-size: 3rem;
        font-weight: 700;
    }

}
@media (max-width: 959px) {
    .base_header_ttl{
		width: 100%;
		text-align: center;
		padding: 0 30px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        color: #000;
        font-size: 2.4rem;
        font-weight: 700;
    }
}

.base_header_ttl::after{
		content: '';
		width: 100%;
		max-width:200px;
		height: 5px;
		flex-shrink: 0;
		background: #F4D847;
		position: absolute;
		bottom: -20px;
		left: 50%;
	transform: translateX(-50%);
}
@media (min-width: 960px) {
    .container950{
        width: 100%;
        max-width: 950px;
        margin: 0 auto;
		padding: 25px;
		box-sizing: border-box;
        position: relative;
    }
}
@media (max-width: 959px) {
    .container950{
        width: 100%;
        margin: 0 auto;
		padding: 25px;
		box-sizing: border-box;
        position: relative;
    }
}
.container950_ttl{
    width:100%;
	font-family: Inter;
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 24px */
	background: #EDF6FF;
	padding: 25px;
	box-sizing: border-box;
	border-radius: 15px;
}
.container950_inner{
	padding:25px;
	margin: 0 auto;
	display: block;
}
.container950_inner > .ttl{
	font-family: Inter;
	font-size: 2.2rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.5em;
	padding-bottom: 15px;
}

.container950_inner > .txt{
	font-family: Inter;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 2em;
	padding-bottom: 15px;
}