@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:#fff;
	width: 100%;
	position: relative;
    margin: 0;
	background: linear-gradient(0deg, #192E75 0%, #001043 100%);
}
body.active {
    overflow: hidden;
}
*{
	box-sizing:border-box;
}
nav{
	font-family: english-grotesque, sans-serif;
	font-weight: 300;
	font-style: normal;
}
main{
	min-height:600px;
}
a > img{
	transition:all .3s ease;
}
a:hover > img{
	opacity: 0.7;
}
.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;
}
.txt_w{
	color:#fff;
}
/*-----------------共通--------------------*/

.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;
}
.col_ctt{
	display:flex;
	flex-wrap: wrap;
	position: relative;
}
@media (min-width: 960px) {
	.col_ctt_uline{
		width: calc(100% - 80px);
		height: 1px;
		background: #fff;
		margin: 40px;
	}
}
@media (max-width: 959px) {
	.col_ctt_uline{
		width: calc(100% - 40px);
		height: 1px;
		background: #fff;
		margin: 20px;
	}
}
.flex_stretch{
	display: flex;
	flex-wrap: wrap;
	align-items:stretch;
}
@media (min-width: 960px) {
	.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) {
	.mag_ctrl{
		margin: 0 -20px;
	}
    .col2to1_box{
        width: 100%;
        box-sizing: border-box;
        padding:  20px;
        position: relative;
    }
    .col3to1_box{
        width:100%;
        padding:  5px 0;
        box-sizing: border-box;
        position: relative;
    }
    .col4to1_box{
        width:100%;
        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 #00BDAE;
	background: #FFF;
	color: #00BDAE;
	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: #00BDAE;
	color: #fff;
}
.box_btn{
	display:inline-block;
}
.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);
}
.btn_box{
	width: 100%;
	max-width: 450px;
	display:flex;
	flex-wrap: wrap;
}
@media (min-width: 960px) {
	.riyou_btn{
		width:50%;
		padding: 10px 5px;
		box-sizing: border-box;
		display: inline-block;
	}
}
@media (max-width: 959px) {
	.riyou_btn{
		width:100%;
		padding: 10px 5px;
		box-sizing: border-box;
	}
}
.riyou_btn > a {
	max-width: 258px;
	height: 50px;
	border-radius: 25px;
	padding: 10px;
	position: relative;
	color: #fff!important;
	background:  #E81B7D;
	border: solid 1px #E81B7D;
	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;
}
@media (min-width: 960px) {
	.box_btn > a:hover {
		color: #fff;
		background-color:#000;
	}
	.riyou_btn > a:hover {
		color: #E81B7D!important;
		background-color:#fff;
	}
	
}

.riyou_btn > a > .arrow{
	position: absolute;
	width: 10px;
	height: 10px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	margin-left: 10px;
	transition: all .3s ease;
	right: 20px;
}
.riyou_btn > a > .arrow::after{
	content: '';
	position: absolute;
	top: 4px;
	right: -1px;
	width: 12px;
	height: 1px;
	background: #fff;
	transform: rotate(-45deg);
	transition: all .3s ease;
}
.riyou_btn > a:hover > .arrow{
	position: absolute;
	width: 10px;
	height: 10px;
	border-top: solid 1px #E81B7D;
	border-right: solid 1px #E81B7D;
	margin-left: 10px;
	right: 20px;
}
.riyou_btn > a:hover > .arrow::after{
	content: '';
	position: absolute;
	top: 4px;
	right: -1px;
	width: 12px;
	height: 1px;
	background: #E81B7D;
	transform: rotate(-45deg);
}
.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%);
	}
}


/*-----------------support--------------------*/
.support_container{
	position: relative;
	padding: 8px;
	box-sizing: border-box;
}
@media (min-width: 960px) {
	.support_ttl_ctt{
		padding: 100px 0 20px 0;
		color: #FFF;
		text-align: center;
		font-family: Inter;
		font-size: 30px;
		font-style: normal;
		font-weight: 700;
		line-height: 200%; /* 60px */
		letter-spacing: -0.33px;
	}
	.support_txt_ctt{
		max-width: 800px;
		color: #FFF;
		text-align: center;
		font-family: "Helvetica Neue";
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: 200%; /* 36px */
		letter-spacing: 0.9px;
		padding:  20px 20px 100px 20px;
		margin: 0 auto;
	}
}
@media (max-width: 959px) {
	.support_ttl_ctt{
		padding: 50px 0 20px 0;
		color: #FFF;
		text-align: center;
		font-family: Inter;
		font-size: 3rem;
		font-style: normal;
		font-weight: 600;
		line-height: 120%; /* 45px */
		letter-spacing: 2px;
	}
	.support_txt_ctt{
		color: #FFF;
		text-align: center;
		font-family: "Helvetica Neue";
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: 200%; /* 36px */
		letter-spacing: 0.9px;
		padding:  20px 20px 100px 20px;
	}
}
@media (min-width: 960px) {
	.support_ctt{
		width: 100%;
		position: relative;
		z-index: 1;
	}
}
@media (max-width: 959px) {
	.support_ctt{
		width: 100%;
		background:#fff;
		border-radius: 60px;
		padding: 23px;
		box-sizing: border-box;
		margin-top: 8px;
		position: relative;
		z-index: 1;
	}
}
.support_ctt > .no{
	width: 56px;
	height: 56px;
	background: #00BDAE;
	border-radius: 28px;
	color: #FFF;
	text-align: center;
	font-family: Inter;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 22px */
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0 auto 30px auto;
}
@media (min-width: 960px) {
	.support_ctt > .ttl{
		color: #00BDAE;
		text-align: center;
		font-family: Inter;
		font-size: 32px;
		font-style: normal;
		font-weight: 600;
		line-height: 100%; /* 32px */
		display: block;
		padding-bottom: 30px;
	}
	.support_ctt > .txt{
		color: #000;
		text-align: center;
		font-family: Inter;
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		line-height: 150%; /* 27px */
		padding-bottom: 30px;
	}
}
@media (max-width: 959px) {
	.support_ctt > .ttl{
		color: #00BDAE;
		text-align: center;
		font-family: Inter;
		font-size: 3rem;
		font-style: normal;
		font-weight: 600;
		line-height: 130%; /* 32px */
		display: block;
		padding-bottom: 30px;
	}
	.support_ctt > .txt{
		color: #000;
		text-align: center;
		font-family: Inter;
		font-size: 1.6rem;
		font-style: normal;
		font-weight: 600;
		line-height: 150%; /* 27px */
		padding-bottom: 30px;
	}
}
.support_ctt > .point{
	margin: 0 auto;
	max-width: 570px;
}
.support_ctt p{
	padding-bottom:30px;
}
.support_ctt .source{
color: #000;
font-family: Inter;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 18px */
}
.support_ctt_img{
	border-radius: 20px;
	border: 1px solid #FAFAFA;
	background: #FAFAFA;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.10);
	overflow: hidden;
	margin-bottom: 15px;
}
.language_ttl{
	padding: 20px 0;
	color: #000;
	font-family: Inter;
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	line-height: 200%; /* 34px */
}
.language_box{
	width:100%;
	height: auto;
	display: block;
	clear: both;
	overflow: hidden;
}
.language_box > div{
	box-sizing: border-box;
	padding-right: 5px;
	color: #000;
	font-family: Inter;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 26px */
}
.language_box > img{
	max-width: 180px;
	width: 45%;
	float: right;
	padding: 0 0 5px 5px;
}
.taiou_box{
	width: 100%;
	padding: 20px;
	border-radius: 20px;
	background: #FFF;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.10);
	position: relative;
}
.taiou_ttl_box{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.taiou_no{
	width: 50px;
	color: #00BDAE;
	font-family: Inter;
	font-size: 64px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 64px */
}
@media (min-width: 960px) {
	.taiou_ttl{
		width: calc(100% - 50px);
		color: #000;
		font-family: Inter;
		font-size: 24px;
		font-style: normal;
		font-weight: 600;
		line-height: 130%; /* 36px */
	}
}
@media (max-width: 959px) {
	.taiou_ttl{
		width: calc(100% - 50px);
		color: #000;
		font-family: Inter;
		font-size: 2rem;
		font-style: normal;
		font-weight: 600;
		line-height: 130%; /* 36px */
	}
}
.taiou_box > .img{
	width: 200px;
	height: 200px;
	border-radius: 100px;
	margin-bottom: 10px;
	overflow: hidden;
	margin: 0 auto 20px auto;
}
.taiou_box > .txt{
	color: #000;
	font-family: Inter;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 200%; /* 30px */
	padding: 20px 0 10px 0;
	border-top: solid 1px #C9C9C9;
}
.taiou_box > .caution{
	color: #000;
	font-family: Inter;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 19.5px */
	margin-bottom: 10px;
}
.taiou_box > .caution > li{
	position:relative;
	padding-left: 20px;
}
.taiou_box > .caution > li::before{
	content: '※';
	position: absolute;
	left: 0;
	top: 2px;
}
.taiou_box > .point{
	margin:0 auto;
	text-align: center;
}
.taiou_box > .point > li{
	display: inline-block;
	background: #FFF2AD;
	margin-bottom: 5px;
	padding: 0 10px;
	color: #000;
	text-align: center;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 200%; /* 32px */
}
.bg_gray{
	background: #FAFAFA;
}


.hojokin_box{
	width: 100%;
	padding: 20px;
	border-radius: 20px;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.10);
	position: relative;
}
.hojokin_ttl{
	color: #000;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 200%; /* 40px */
}
.hojokin_box > .txt{
	color: #EC221F;
	font-family: Inter;
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 25.5px */
	margin-bottom: 10px;
}
.hojokin_box > .img{
	width: 200px;
	height: 200px;
	border-radius: 100px;
	margin-bottom: 10px;
	overflow: hidden;
	margin: 0 auto 20px auto;
}
/*-------------------footer-------------------*/
footer{
	position: relative;
}

.footer_menu{
	display:flex;
	flex-wrap:wrap;
	align-items: center;
	justify-content: space-between;
	position: relative;
	padding: 20px;
}
.footer_menu > a{
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 14px */
	color: #fff!important;
}

.fcopy{
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 14px */
	text-align: right;
	display: flex;
	justify-content: flex-end;
	color: #fff;
}

@media (max-width: 959px) {
	.footer_menu{
		padding: 30px 0;
		flex-wrap: wrap!important;
		justify-content: center;
	}
	.footer_menu > a{
		width: 100%;
		padding: 5px;
		box-sizing: border-box;
		text-align: center;
	}
	.fcopy{
		padding-top: 30px!important;
	}
}
/*---------------------------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;
}
.company_info{
	border: solid 1px #D9D9D9;
	border-radius: 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;
		padding: 20px;
        border-bottom: solid 1px #D9D9D9;
    }
    .company_info > dl:last-child{
        width:100%;
        position: relative;
        display: flex;
		padding: 20px;
        border-bottom: none;
    }
    .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:  30px;
        line-height: 1.5em;
    }
}
@media (max-width: 959px) {
	.company_ctt{
		width: 100%;
		max-width: 800px;
		margin: 0 auto;
		position: relative;
		padding: 20px;
		box-sizing: border-box;
	}
    .company_info > dl{
        width:100%;
        position: relative;
        display: flex;
		padding: 20px;
        border-bottom: solid 1px #D9D9D9;
    }
	.company_info > dl:last-child{
        border-bottom: none;
	}
    .company_info > dl > dt{
        width:80px;
        position: relative;
        font-size:1.3rem;
        line-height: 1.5em;
    }
    .company_info > dl > dd{
        width: calc(100% - 80px);
        position: relative;
		padding-left: 20px;
        line-height: 1.5em;
    }
}
.gmap_btn{
	padding-top:10px;
}
.gmap_btn > a{
	width: 132px;
	height: 36px;
	flex-shrink: 0;
	border-radius: 18px;
	background: #FFF;
	color: #192E75!important;
	border: solid 1px #fff;
	font-family: "Noto Sans JP";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 1em;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s ease;
}
.gmap_btn > a:hover{
	width: 132px;
	height: 36px;
	flex-shrink: 0;
	border-radius: 18px;
	background: #192E75;
	color: #fff!important;
	border: solid 1px #fff;
	font-family: "Noto Sans JP";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 1em;
	display: flex;
	align-items: center;
	justify-content: center;
}
#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-----------------------------*/
.source{
color: #000;
font-family: Inter;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 18px */
}
@media (min-width: 960px) {
    .procedure_container{
        width: 100%;
        max-width: 950px;
        margin: 0 auto;
		padding: 25px;
		box-sizing: border-box;
        position: relative;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
    }
}
@media (max-width: 959px) {
    .procedure_container{
        width: 100%;
        margin: 0 auto;
		padding: 25px 0;
		box-sizing: border-box;
        position: relative;
		display: flex;
		flex-wrap: wrap;
    }
}
.procedure_box{
	background:#fff;
	border-radius: 60px;
	padding: 23px;
	box-sizing: border-box;
	margin: 8px;
	position: relative;
	z-index: 1;
}
.procedure_box > .ttl{
	color: #000;
	text-align: center;
	font-family: Inter;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 32px */
	padding-bottom: 20px;
}
.procedure_box > .no{
	width: 56px;
	height: 56px;
	background: #00BDAE;
	border-radius: 28px;
	color: #FFF;
	text-align: center;
	font-family: Inter;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 22px */
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0 auto 30px auto;
}
.procedure_col2_box{
	width: calc(50% - 16px);
}
@media (max-width: 959px) {
	.procedure_col2_box{
		width: calc(100% - 16px);
	}
	.procedure_box > .ttl{
		color: #000;
		text-align: center;
		font-family: Inter;
		font-size: 2.4rem;
		font-style: normal;
		font-weight: 600;
		line-height: 120%; /* 32px */
		padding-bottom: 20px;
	}
}
.ctctlink_box{
    width: 80%;
	max-width: 700px;
	padding: 15px 25px;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.5em;
	margin: 0 auto;
	text-align: center;
    box-sizing: border-box;
}
@media (max-width: 959px) {
	.ctctlink_box{
		width: 80%;
		max-width: 700px;
		padding: 15px 0;
		font-family: Inter;
		font-size: 1.5rem;
		font-style: normal;
		font-weight: 600;
		line-height: 1.5em;
		margin: 0 auto;
		text-align: center;
		box-sizing: border-box;
	}
}
.ctctlink_box > a{
	text-decoration:underline!important;
}
.procedure_ctt > ul{
	display:flex;
	flex-wrap: wrap;
	margin: 25px 0;
	text-align: left;
}
.procedure_ctt > ul > li{
	width: 50%;
	position: relative;
	padding: 25px;
	box-sizing: border-box;
	border-radius: 15px;
}
@media (max-width: 959px) {
	.procedure_ctt > ul > li{
		width: 100%;
	}
}
.procedure_ctt2 > ul{
	display:flex;
	flex-wrap: wrap;
	margin: 25px 0;
	border-radius: 15px;
	text-align: left;
}
.procedure_ctt2 > ul > li{
	width: 50%;
	position: relative;
	padding: 25px;
	box-sizing: border-box;
}
@media (max-width: 959px) {
	.procedure_ctt2 > ul > li{
		width: 100%;
	}
}
.procedure_ctt3 > ul{
	display:flex;
	flex-wrap: wrap;
	margin: 25px 0;
	border-radius: 15px;
	text-align: left;
}
.procedure_ctt3 > ul > li{
	width: 100%;
	position: relative;
	padding: 25px;
	box-sizing: border-box;
}
@media (max-width: 959px) {
	.procedure_ctt3 > ul > li{
		width: 100%;
	}
}
.procedure_ctt2 > ul > li{
	width: 50%;
	position: relative;
	padding: 25px;
	box-sizing: border-box;
}
@media (max-width: 959px) {
	.procedure_ctt2 > ul > li{
		width: 100%;
		padding: 25px 0;
	}
	
}
.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: #00BDAE;
	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;
}
@media (min-width: 960px) {
	.base_cate_name{
		color: #FFF;
		text-align: center;
		font-family: Inter;
		font-size: 70px;
		font-style: normal;
		font-weight: 700;
		line-height: 200%; /* 140px */
		letter-spacing: 1.4px;
		padding:20px 0;
	}
}
@media (max-width: 959px) {
	.base_cate_name{
		color: #FFF;
		text-align: center;
		font-family: Inter;
		font-size: 5rem;
		font-style: normal;
		font-weight: 700;
		line-height: 200%; /* 140px */
		letter-spacing: 1.4px;
		padding:20px 0;
	}
}
.base_header_ctt{
    width: 100%;
    overflow: hidden !important;
    position: relative;
    margin: 144px 0 70px 0;
}
.base_logo{
	max-width: 200px;
	padding-bottom: 15px;
}
.base_ttl{
	color: #FFF;
	font-family: Inter;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 45px */
	letter-spacing: -0.33px;
	padding-bottom: 15px;
}
.base_txt{
	color: #FFF;
	font-family: "Helvetica Neue";
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 200%; /* 36px */
	letter-spacing: 0.9px;
}
@media (min-width: 960px) {
    .base_header_ttl{
        position: relative;
        color: #000;
        font-size: 3rem;
        font-weight: 700;
		text-align: center;
		padding: 20px 0;
    }

}
@media (max-width: 959px) {
    .base_header_ttl{
		width: 100%;
		text-align: center;
        color: #000;
        font-size: 2.4rem;
        font-weight: 700;
    }
}
.base_ctt{
	width: calc(100% - 16px)!important;
	background:#fff;
	border-radius: 60px;
	padding: 23px;
	box-sizing: border-box;
	margin: 8px;
	position: relative;
	z-index: 1;
}
.base_ctt > h3{
	color: #000;
	text-align: center;
	font-family: Inter;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 32px */
}
@media (max-width: 959px) {
	.base_ctt > h3{
		color: #000;
		text-align: center;
		font-family: Inter;
		font-size: 2.4rem;
		font-style: normal;
		font-weight: 600;
		line-height: 100%; /* 32px */
	}
}
.base_container{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}
@media (min-width: 960px) {
    .container950{
        width: 100%;
        max-width: 950px;
        margin: 0 auto;
		box-sizing: border-box;
        position: relative;
    }
}
@media (max-width: 959px) {
    .container950{
        width: 100%;
        margin: 0 auto;
		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;
}
.base_ctt > .ttl{
	font-family: Inter;
	font-size: 2.2rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.5em;
	padding-bottom: 15px;
}

.base_ctt > .txt{
	color: #000;
	text-align: center;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 32px */
}