/**
 * seatouch.css
 * createdAt: 2021.05.28
 * revisedAt: 2021.10.29
 * revisedAt: 2022.08.22
 * revisedAt: 2022.12.20
 * revisedAt: 2023.01.31
 * revisedAt: 2023.05.12
 * revisedAt: 2023.07.13
 * revisedAt: 2023.12.01
 * revisedAt: 2024.01.29
 * revisedAt: 2024.09.24
 * revisedAt: 2024.10.25
 */

/*========================================

  common

========================================*/
body {
	min-width: 300px	!important;
}

ul{
    list-style:none;
}
/*  */
img.sp{
	display: none;
}
@media screen and (max-width: 639px) {
img.pc{
	display: none;
}
img.sp{
	display: block;
}
}

/*========================================

  main_visual

========================================*/
.main_visual{
	margin-bottom:20px;
	position:relative;
}
.main_visual > h2 img{
	vertical-align:bottom;
}
@media screen and (max-width: 639px) {
.main_visual > h2 img{
	width:100%;
}
}
@media screen and (max-width: 414px) {
.main_visual{
	margin-bottom:25px;
}
}
.main_visual .catch_block{
	width:380px;
	color:#fff;
	position:absolute;
	bottom: 20px;
	left: 80px;
	box-sizing:border-box;
}
@media screen and (max-width: 639px) {
.main_visual .catch_block{
	width:50%;
	left: 4%;
}
}
@media screen and (max-width: 414px) {
.main_visual .catch_block{
	width:55%;
	bottom: 10px;
	left: 4%;
}
}
.main_visual .catch_block > h3{
	line-height:1;
	font-size:24px;
}
@media screen and (max-width: 639px) {
.main_visual .catch_block > h3{
	font-size:14px;
}
}
@media screen and (max-width: 414px) {
.main_visual .catch_block > h3{
	font-size:10px;
}
}
.main_visual .catch_block > h4{
	letter-spacing:0.03em;
	font-size:65px;
}
@media screen and (max-width: 639px) {
.main_visual .catch_block > h4{
	font-size:35px;
}
}
@media screen and (max-width: 414px) {
.main_visual .catch_block > h4{
	font-size:23px;
}
}
.main_visual .catch_block > p{
	margin-left:35px;
}
@media screen and (max-width: 639px) {
.main_visual .catch_block > p{
	margin-left:15px;
}
.main_visual .catch_block > p img{
	width:33%;
}
}
@media screen and (max-width: 414px) {
.main_visual .catch_block > p img{
	width:30%;
}
}

/*========================================

  navigation

========================================*/
.navigation ul{
	margin-bottom:55px;
	justify-content: center;
	display:flex;
}
@media screen and (max-width: 639px) {
.navigation ul{
	margin-bottom:15px;
	justify-content: space-between;
	flex-wrap: wrap;
}
}
.navigation ul li{
	width:190px;
}
@media screen and (max-width: 639px) {
.navigation ul li{
	width:50%;
	margin-bottom:15px;
}
}
.navigation ul li a{
	margin:0 15px;
	padding-bottom:10px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#12259B;
	border-bottom:4px #12259B solid;
	display:block;
	word-break: keep-all;
}
@media screen and (max-width: 639px) {
.navigation ul li a{
	margin:0 2%;
	word-break: normal;
}
}
@media screen and (max-width: 320px) {
.navigation ul li a{
	font-size:10px;
}
}
/*========================================

  simple_block

========================================*/
.simple_block{
	width:880px;
	margin:0 auto 50px;
	align-items:center;
	display:flex;
}
@media screen and (max-width: 639px) {
.simple_block{
	width:auto;
	display:block;
}
}
.simple_block > section:first-of-type{
	width:49%;
}
@media screen and (max-width: 639px) {
.simple_block > section:first-of-type{
	width:auto;
	margin-bottom:20px;
}
}
.simple_block > section > h2{
	margin-bottom:20px;
	font-size:24px;
}
.simple_block > section > p{
	line-height:1.7;
	font-size:17px;
}
@media screen and (max-width: 639px) {
.simple_block > section > p br{
	display:none;
}
}
.simple_block > section:last-of-type{
	text-align:center;
	flex:1;
}
.simple_block > section:last-of-type > h3{
	display:block;
}
.simple_block > section:last-of-type > h3 img{
	width:214px;
	vertical-align:bottom;
}
@media screen and (max-width: 414px) {
.simple_block > section:last-of-type > h3 img{
	width:130px;
}
}
@media screen and (max-width: 414px) {
.simple_block > section:last-of-type > h3 a:hover{
	opacity:1 !important;
}
}
.simple_block > section .intro{
	margin-bottom:-15px;
	justify-content: space-between;
	display:flex;
	position:relative;
	top:-10px;
}
@media screen and (max-width: 639px) {
.simple_block > section .intro{
	justify-content:center;
}
}
.simple_block > section .intro span:first-child{
	margin-right:15px;
}
.simple_block > section .intro img{
	width:214px;
}
@media screen and (max-width: 414px) {
.simple_block > section .intro img{
	width:130px;
}
}
@media screen and (max-width: 414px) {
.simple_block a:hover{
	opacity:1 !important;
}
}
/* youtube */
.youtube iframe {
	display: block;
	width: 715px;
	margin:0 auto 120px;
	border:none;
}
@media screen and (max-width: 639px) {
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin: 0 auto 50px auto;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
}

/*========================================

  registration

========================================*/
.registration{
	width:1190px;
	margin:0 auto 90px;
	padding:35px;
	border-radius:40px;
	box-sizing:border-box;
	background:#d8f0ff;
}
@media screen and (max-width: 639px) {
.registration{
	width:auto;
}
}
@media screen and (max-width: 414px) {
.registration{
	padding:30px 20px 20px;
}
}
.title{
	margin-bottom:20px;
	font-size:36px;
	letter-spacing: 0.05em;
	color:#14259B;
	text-align:center;
	align-items:flex-end;
	justify-content:center;
	display:flex;
}
@media screen and (max-width: 639px) {
.title{
	font-size:25px;
	align-items:center;
}
}
.title img{
	margin-right:20px;
}
@media screen and (max-width: 639px) {
.title img{
	width:50px;
	margin-right:10px;
}
}
.title > b{
	align-items:center;
	display:flex;
}
.title .ttl_bld{
	font-size:50px;
}
@media screen and (max-width: 639px) {
.title .ttl_bld{
	font-size:30px;
}
}
.title .new{
	background-color: red;
    border: 1px solid red;
    color: white;
	margin: 0 22px;
    padding: 8px 15px 7px 15px;
    font-size: 20pt;
    display: inline-block;
    vertical-align: top;
}
@media screen and (max-width: 639px) {
.title .new{
	font-size:16px;
}
}
.subtitle{
	margin-bottom:40px;
	font-size:24px;
	letter-spacing: 0.01em;
	font-weight: 500;
	text-align:center;
	align-items:flex-end;
	justify-content:center;
	display:flex;
}
@media screen and (max-width: 639px) {
.subtitle{
	font-size:16px;
	align-items:center;
}
}
/* flow */
.flow{
	margin-bottom:25px;
	padding:50px 40px;
	border-radius:10px;
	background:#fff;
}
@media screen and (max-width: 414px) {
.flow{
	padding:30px 20px;
}
}
.flow .expin{
	margin-bottom:20px;
}
.flow > h3{
	margin-bottom:80px;
	font-size:24px;
}
@media screen and (max-width: 639px) {
.flow > h3{
	margin-bottom:40px;
	font-size:19px;
}
}
.flow .flow_block{
	justify-content:space-between;
	display:flex;
}
@media screen and (max-width: 639px) {
.flow .flow_block{
	display:block;
}
}
.flow .flow_block li{
	position:relative;
}
@media screen and (max-width: 639px) {
.flow .flow_block li{
	margin-bottom:160px;
}
.flow .flow_block li:last-child{
	margin-bottom:0px;
}
}
@media screen and (max-width: 414px) {
.flow .flow_block li{
	margin-bottom:110px;
}
}
.flow .flow_block li:after{
	width:118px;
	height:92px;
	content:"";
	position:absolute;
	top:55px;
	right:-120px;
	background:url(../img/img_reg_arw.png) no-repeat right top;
}
@media screen and (max-width: 639px) {
.flow .flow_block li:after{
	background:url(../img/img_reg_arw.png) no-repeat right top;
	top:110%;
	right:35%;
	transform:rotate(90deg) scale(0.8,0.8);
}
}
@media screen and (max-width: 414px) {
.flow .flow_block li:after{
	top:102%;
	right:30%;
	transform:rotate(90deg) scale(0.5,0.5);
}
}
.flow .flow_block li:last-child:after{
	width:auto;
	height:auto;
	background:none;
}
.flow .flow_block li > h4{
	margin-bottom:40px;
	text-align:center;
}
@media screen and (max-width: 639px) {
.flow .flow_block li > h4{
	margin-bottom:20px;
}
}
@media screen and (max-width: 414px) {
.flow .flow_block li > h4 img{
	max-width:100%;
}
}
.flow .flow_block li > h4.mb{
	margin-bottom:50px;
}
@media screen and (max-width: 639px) {
.flow .flow_block li > h4.mb{
	margin-bottom:20px;
}
}
.flow .flow_block li > h4 span{
	font-size:10px;
	text-align:right;
	display:block;
}
.flow .flow_block2{
    justify-content: space-around;
    width: 1000px;
	display:flex;
}
@media screen and (max-width: 639px) {
.flow .flow_block2{
	display:block;
	width:auto;
}
}
.flow .flow_block2 li{
	position:relative;
}
@media screen and (max-width: 639px) {
.flow .flow_block2 li{
	margin-bottom:160px;
}
.flow .flow_block2 li:last-child{
	margin-bottom:0px;
}
}
@media screen and (max-width: 414px) {
.flow .flow_block2 li{
	margin-bottom:110px;
}
}
.flow .flow_block2 li:after{
	width:118px;
	height:92px;
	content:"";
	position:absolute;
    top: 75px;
    right: -180px;
	background:url(../img/img_reg_arw.png) no-repeat right top;
}
@media screen and (max-width: 639px) {
.flow .flow_block2 li:after{
	background:url(../img/img_reg_arw.png) no-repeat right top;
	top:110%;
	right:23%;
	transform:rotate(90deg) scale(0.8,0.8);
}
}
@media screen and (max-width: 414px) {
.flow .flow_block2 li:after{
	top:102%;
	right:30%;
	transform:rotate(90deg) scale(0.5,0.5);
}
}
.flow .flow_block2 li:last-child:after{
	width:auto;
	height:auto;
	background:none;
}
.flow .flow_block2 li > h4{
	margin-bottom:40px;
	text-align:center;
}
@media screen and (max-width: 639px) {
.flow .flow_block2 li > h4{
	margin-bottom:20px;
}
}
@media screen and (max-width: 414px) {
.flow .flow_block2 li > h4 img{
	max-width:100%;
}
}
.flow .flow_block2 li > h4.mb{
	margin-bottom:50px;
}
@media screen and (max-width: 639px) {
.flow .flow_block2 li > h4.mb{
	margin-bottom:20px;
}
}
.flow .flow_block2 li > h4 span{
	font-size:10px;
	text-align:right;
	display:block;
}
@media screen and (max-width: 639px) {
.flow .flow_block2 img{
	width:250px;
}
}
.flow .flow_list{
	text-align:center;
}
.flow .flow_list dt{
	margin-bottom:20px;
	font-size:33px;
	font-weight:bold;
	color:#14259B;
}
.flow .flow_list dt span{
	font-size:16px;
	display:block;
}
.opt_icn{
	background-color: #be3f3f;
    border: 1px solid #be3f3f;
    color: white;
    margin: 0 22px;
    padding: 5px 20px 2px 20px;
    font-size: 15.5px;
    display: inline-block;
    vertical-align: top;
    border-radius: 4px 4px 4px 4px;
}
@media screen and (max-width: 639px) {
.opt_icn{
	font-size:16px;
}
}
/* reg_block */
.reg_block{
	margin-bottom:25px;
	padding:20px 40px;
	border-radius:10px;
	background:#fff;
	justify-content:space-between;
	align-items:center;
	display:flex;
}
@media screen and (max-width: 639px) {
.reg_block{
	display:block;
}
}
@media screen and (max-width: 414px) {
.reg_block{
	padding:20px;
}
}
.reg_block:last-of-type{
	margin-bottom:0px;
}
.reg_block li:first-child{
	flex:1;
}
@media screen and (max-width: 639px) {
.reg_block li:first-child{
	margin-bottom:20px;
}
}
.reg_block li:last-child{
	width:382px;
	text-align:center;
}
@media screen and (max-width: 639px) {
.reg_block li:last-child{
	width:auto;
}
}

.reg_block li:last-child img{
	max-width:100%;
	vertical-align:bottom;
}
.reg_block li > h3{
	margin-bottom:10px;
	font-size:24px;
}
@media screen and (max-width: 639px) {
.reg_block li > h3{
	font-size:19px;
}
}
@media screen and (max-width: 414px) {
.reg_block li > p br{
	display:none;
}
}
.reg_block .new{
	background-color: #be3f3f;
	border: 1px solid #be3f3f;
	color: white;
	padding: 3px 8px;
	font-size: 11px;
	font-weight: bold;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
}
/* reg_block */
.reg_block2{
	margin-bottom:25px;
	padding:20px 40px;
	border-radius:10px;
	background:#fff;
	justify-content:space-between;
	align-items:center;
	display:flex;
}
@media screen and (max-width: 639px) {
.reg_block2{
	display:block;
}
}
@media screen and (max-width: 414px) {
.reg_block2{
	padding:20px;
}
}
.reg_block2:last-of-type{
	margin-bottom:0px;
}
.reg_block2 li:first-child{
	flex:1;
}
@media screen and (max-width: 639px) {
.reg_block2 li:first-child{
	margin-bottom:20px;
}
}
.reg_block2 li:last-child{
	text-align:center;
	width: 300px;
}
@media screen and (max-width: 639px) {
.reg_block2 li:last-child{
	width:auto;
}
}

.reg_block2 li:last-child img{
	max-width:100%;
	vertical-align:bottom;
}
.reg_block2 li > h3{
	margin-bottom:10px;
	font-size:24px;
}
@media screen and (max-width: 639px) {
.reg_block2 li > h3{
	font-size:19px;
}
}
@media screen and (max-width: 414px) {
.reg_block2 li > p br{
	display:none;
}
}
.reg_block2 .new{
	background-color: #be3f3f;
	border: 1px solid #be3f3f;
	color: white;
	padding: 3px 8px;
	font-size: 11px;
	font-weight: bold;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
}
/* reg_fnc */
.reg_fnc{
	margin-bottom:25px;
	padding:40px;
	border-radius:10px;
	background:#fff;
}
@media screen and (max-width: 639px) {
.reg_fnc{
	padding:20px;
}
}
.reg_fnc > h3{
	margin-bottom:10px;
	font-size:24px;
}
@media screen and (max-width: 639px) {
.reg_fnc > h3{
	font-size:20px;
}
}
@media screen and (max-width: 414px) {
.reg_fnc > p br{
	display:none;
}
}

/*========================================

  leading

========================================*/

/* leading_block */
.leading_block{
	width:1190px;
	margin:0 auto 25px;
	padding:60px 60px;
	border-radius:20px;
	color:#fff;
	box-sizing:border-box;
	background:#14259B;
	justify-content:space-between;
	align-items:center;
	display:flex;
}
@media screen and (max-width: 639px) {
.leading_block{
	width:auto;
	padding:40px 40px;
	display:block;
}
}
@media screen and (max-width: 414px) {
.leading_block{
	padding:20px;
}
}
.leading_block:last-of-type{
	margin-bottom:90px;
}
.leading_block li:first-child{
	align-items:center;
	display: flex;
}
@media screen and (max-width: 639px) {
.leading_block li:first-child{
	margin-bottom:40px;
}
}
.leading_block li:first-child div span{
	width: 70px;
	height: 70px;
	line-height: 70px;
	margin-right:40px;
	padding: 5px;
	color: #14259B;
	font-weight: bold;
	font-size: 35px;
	text-align: center;
	border-radius: 50%;
	background:#fff;
	display: inline-block;
}
@media screen and (max-width: 639px) {
.leading_block li:first-child div span{
	width: 60px;
	height: 60px;
	line-height: 60px;
	margin-right:30px;
}
}
@media screen and (max-width: 414px) {
.leading_block li:first-child div span{
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 25px;
	margin-right:20px;
}
}
.leading_block li:last-child{
	width:300px;
	text-align:center;
}
@media screen and (max-width: 639px) {
.leading_block li:last-child{
	width:auto;
}
}
.leading_block li:last-child img{
	max-width:100%;
	vertical-align:bottom;
}
.leading_block li div> h3{
	margin-bottom:5px;
	font-size:30px;
}
@media screen and (max-width: 639px) {
.leading_block li div > h3{
	font-size:25px;
}
}
@media screen and (max-width: 414px) {
.leading_block li div > h3{
	font-size:20px;
}
}
.leading_block li div > p{
	font-size:17px;
}
@media screen and (max-width: 414px) {
.leading_block li div > p br{
	display:none;
}
}

/*========================================

  cost

========================================*/
.cost{
	width:1190px;
	margin:0 auto 60px;
	padding:45px;
	border-radius:40px;
	box-sizing:border-box;
	background:#d8f0ff;
}
@media screen and (max-width: 639px) {
.cost{
	width:auto;
	margin:0 auto 70px;
}
}
@media screen and (max-width: 414px) {
.cost{
	padding:30px 20px 20px;
}
}
.cost .cost_block{
	padding:30px 40px;
	text-align:center;
	border-radius:10px;
	background:#fff;
}
@media screen and (max-width: 414px) {
.cost .cost_block{
	padding:20px 20px;
}
}

.cost .cost_block > h3{
	margin-bottom:15px;
	font-size:43px;
	font-weight:normal;
	position:relative;
}
.cost .cost_block > h3 span{
	font-size:25px;
}

.cost .cost_block > h3:before{
	width:110px;
	height:3px;
	content:"";
	position:absolute;
	bottom:0;
	left:50%;
	background:#14259B;
}
.cost .cost_block > h3:after{
	width:110px;
	height:3px;
	content:"";
	position:absolute;
	bottom:0;
	right:50%;
	background:#14259B;
}
.cost .cost_block .price{
	line-height:1;
	font-size:57px;
}
@media screen and (max-width: 414px) {
.cost .cost_block .price{
	font-size:35px;
}
}
.cost .cost_block .price span{
	font-size:98px;
}
@media screen and (max-width: 414px) {
.cost .cost_block .price span{
	font-size:70px;
}
}
.cost .cost_block .price b{
	font-size:18px;
	margin-top:-50px;
	vertical-align:middle;
	display:inline-block;
}
.cost .cost_block .note{
	margin-bottom:10px;
	font-size:25px;
}
@media screen and (max-width: 414px) {
.cost .cost_block .note{
	font-size:20px;
}
}
.cost .cost_block .note2{
	font-size:18px;
}
@media screen and (max-width: 414px) {
.cost .cost_block .note2{
	font-size:14px;
}
}
.cost .cost_block .note2 span:first-of-type{
	margin-right:20px;
}
@media screen and (max-width: 639px) {
.cost .cost_block .note2 span{
	display:block;
}
}

/*========================================

  sean

========================================*/
.sean{
	width:1190px;
	margin:0 auto;
	padding:0 65px 0;
	box-sizing:border-box;
	border-bottom:4px #14259B solid;
}
@media screen and (max-width: 639px) {
.sean{
	width:auto;
}
}
@media screen and (max-width: 639px) {
.sean{
	padding:0 0px 60px;
}
}
.sean > h2{
	margin-bottom:95px;
	font-size:47px;
	color:#14259B;
	text-align:center;
}
@media screen and (max-width: 639px) {
.sean > h2{
	margin-bottom:75px;
	font-size:35px;
}
}
@media screen and (max-width: 414px) {
.sean > h2{
	margin-bottom:55px;
	font-size:25px;
}
}
/* sean_block_lt */
.sean .sean_block_lt{
	margin-bottom:180px;
	flex-direction: row-reverse;
	align-items:center;
	display:flex;
}
@media screen and (max-width: 639px) {
.sean .sean_block_lt{
	margin-bottom:80px;
	display:block;
}
}
.sean .sean_block_lt li:first-child{
	flex:1;
}
@media screen and (max-width: 639px) {
.sean .sean_block_lt li:first-child{
	margin-bottom:20px;
}
}
.sean .sean_block_lt li:first-child > h3{
	margin-bottom:20px;
	font-size:24px;
}
@media screen and (max-width: 414px) {
.sean .sean_block_lt li:first-child > h3{
	font-size:18px;
}
}
.sean .sean_block_lt li:last-child{
	width:420px;
	margin-right:120px;
	text-align:center;
}
@media screen and (max-width: 639px) {
.sean .sean_block_lt li:last-child{
	width:auto;
	margin-right:0px;
}
.sean .sean_block_lt li:last-child img{
	max-width:100%;
}
}
@media screen and (max-width: 414px) {
.sean .sean_block_lt li .sp-none{
	display:none;
}
}

/* sean_block_rt */
.sean .sean_block_rt{
	margin-bottom:180px;
	align-items:center;
	display:flex;
}
@media screen and (max-width: 639px) {
.sean .sean_block_rt{
	margin-bottom:80px;
	display:block;
}
}
.sean .sean_block_rt li:first-child{
	flex:1;
}
@media screen and (max-width: 639px) {
.sean .sean_block_rt li:first-child{
	margin-bottom:20px;
}
}
.sean .sean_block_rt li:first-child > h3{
	margin-bottom:20px;
	font-size:24px;
}
@media screen and (max-width: 414px) {
.sean .sean_block_rt li:first-child > h3{
	font-size:18px;
}
}
.sean .sean_block_rt li:last-child{
	width:420px;
	margin-left:35px;
	text-align:center;
}
@media screen and (max-width: 639px) {
.sean .sean_block_rt li:last-child{
	width:auto;
	margin-left:0px;
}
.sean .sean_block_rt li:last-child img{
	max-width:100%;
}
}
@media screen and (max-width: 414px) {
.sean .sean_block_rt li .sp-none{
	display:none;
}
}

/*========================================

  contact

========================================*/
.contact{
	width:1190px;
	margin:50px 0px 0px 0px;
	text-align:center;
}
@media screen and (max-width: 639px) {
.contact{
	width:auto;
	margin:80px auto;
}
}
@media screen and (max-width: 414px) {
.contact{
	margin:40px auto;
}
}
.contact .btn_contact a{
	width:670px;
	margin:0 auto 135px;
	padding:20px 0;
	font-size:26px;
	color:#fff;
	border-radius:50px;
	background:#14259B;
	display:block;
}
@media screen and (max-width: 639px) {
.contact .btn_contact a{
	width:auto;
	margin:0 auto 80px;
}
}
@media screen and (max-width: 414px) {
.contact .btn_contact a{
	margin:0 auto 50px;
	font-size:20px;
}
}
.title2{
	margin-bottom:25px;
	font-size:36px;
	color:#14259B;
	text-align:center;
}
.title2.faqmb{
	margin-bottom:50px;
}
.title2 .pc-none{
	display: none;
}
@media screen and (max-width: 414px) {
.title2{
	font-size:25px;
}
}
@media screen and (max-width: 414px) {
.title2.faqmb{
	margin-bottom:25px;
}
.title2 .pc-none{
	display: block;
}
}
.contact .webinar_txt{
	margin-bottom:10px;
	font-size:22px;
	text-justify: inter-ideograph;
}
.contact .apply_txt{
	margin-bottom:50px;
	font-size:22px;
}
.contact .webinar_txt .pc-none{
	display: none;
}
@media screen and (max-width: 414px) {
.contact .apply_txt{
	margin-bottom:30px;
	font-size:15px;
}
.contact .webinar_txt{
	margin-bottom:30px;
	font-size:15px;
}
.contact .webinar_txt .pc-none{
	display: block;
}
}
.contact .apply_block{
	text-align:left;
	justify-content: center;
	display:flex;
}
@media screen and (max-width: 414px) {
.contact .apply_block{
	display:block;
}
}
.contact .apply_block li:first-child{
	margin-right:80px;
}
@media screen and (max-width: 414px) {
.contact .apply_block li:first-child{
	margin-bottom:15px;
	margin-right:0px;
	text-align:center;
}
}
.contact .apply_block li:last-child > h4{
	font-size:24px;
	font-weight:bold;
}
.contact .apply_block li:last-child > p{
	font-size:20px;
}
/*========================================

  faq

========================================*/
.faq{
	width:1190px;
	margin:100px auto;
}
@media screen and (max-width: 639px) {
.faq{
	width:auto;
}
}
/* faq_list */
.faq .faq_list{
	margin-bottom:30px;
	padding:15px 30px;
	border-radius:30px;
	border:2px #14259B solid;
}
@media screen and (max-width: 639px) {
.faq .faq_list{
	padding:15px 20px;
}
}
@media screen and (max-width: 414px) {
.faq .faq_list{
	padding:15px 15px 15px 15px;
}
}
.faq .faq_list:last-of-type{
	margin-bottom:50px;
}
/* first-child */
.faq .faq_list li:first-child{
	cursor:pointer;
	display:block;
	background:url(../img/img_minus.png) no-repeat right 10px center;
	background-size:21px auto;

}
@media screen and (max-width:414px){
.faq .faq_list li:first-child{
	background:url(../img/img_minus.png) no-repeat right 5px center;
	background-size:15px auto;
}
}
.faq .faq_list li.up:first-child{
	background:url(../img/img_plus.png) no-repeat right 10px center;
	background-size:21px auto;

}
@media screen and (max-width:414px){
.faq .faq_list li.up:first-child{
	background:url(../img/img_plus.png) no-repeat right 5px center;
	background-size:15px auto;
}
}
/* faq_q */
.faq_q{
	margin-right:60px;
	align-items: center;
	display:flex;
}
@media screen and (max-width:414px){
.faq_q{
	margin-right:30px;
}
}
.faq_q dt{
	width:60px;
	text-align:center;
}
@media screen and (max-width:414px){
.faq_q dt{
	width:40px;
}
}
.faq_q dt img{
	width:100%;
	vertical-align:bottom;
}

.faq_q dd{
	line-height:1.5;
	padding:15px 0 15px 20px;
	color:#14259B;
	font-size:23px;
	font-weight:bold;
	flex:1;
}
@media screen and (max-width:414px){
.faq_q dd{
	padding:10px 0 10px 10px;
	font-size:16px;
}
}

/* last-child */
.faq .faq_list li:last-child{
	margin-top:15px;
	padding:20px 0 10px 0;
	font-size:21px;
	display:none;
	border-top:2px #14259B solid;
	word-break: break-all;
}
@media screen and (max-width:414px){
.faq .faq_list li:last-child{
	font-size:14px;
}
}
/*----------------------------------------
  .pdt-download
----------------------------------------*/
.pdt-download {
  margin: 50px 0 0;
  padding: 30px 50px 40px 50px;
  background-color: #d8f0ff;
}
.pdt-download h3 {
  font-size: 106.3%;
  line-height: 1.2;
  text-align: center;
}
.pdt-download .pdt-download-btn {
  margin: 30px 0 0;
  font-size: 16px;
  text-align: center;
}
.pdt-download .pdt-download-btn a {
	display: inline-block;
	padding: 9px 20px 13px 20px;
	width: 410px;
	height: 48px;
	background-color: #14259B;
	color: #ffffff;
}
.pdt-download .pdt-download-btn i {
  font-size: 30px;
  margin-left: 30px;
}
.icon-ic_download3:before {
    content: '\e80d';
}
@media screen and (max-width:414px){
.pdt-download .pdt-download-btn a {
	width: auto;
}
}

.tagNEW {
    background-color: #be3f3f;
    border: 1px solid #be3f3f;
    color: white;
	padding: 3px 8px;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    vertical-align: middle
}

/* pickup
---------------------------------------------------------------*/
.pickup_felica{
	margin-bottom:50px;
}
.pickup_felica > h2{
	margin-top:20px;
	margin-bottom:20px;
	font-size:47px;
	color:#14259B;
	text-align:center;
}
@media screen and (max-width: 639px) {
.pickup_felica > h2{
	margin-bottom:75px;
	font-size:35px;
}
}
@media screen and (max-width: 414px) {
.pickup_felica > h2{
	margin-bottom:55px;
	font-size:25px;
}
}
/* pickup_block */
.pickup_felica .pickup_block{
	list-style:none;
	flex-wrap: wrap;
	display:flex;
}
.pickup_felica .pickup_block li{
	width:31%;
	margin-right:3.5%;
	margin-bottom:3.5%;
	border:1px #bfbfbf solid;
	box-sizing:border-box;
	position:relative;
}
.pickup_felica .pickup_block li:nth-child(3),
.pickup_felica .pickup_block li:nth-child(6){
	margin-right:0%;
}
@media screen and (max-width: 639px) {
.pickup_felica .pickup_block li{
	width:48%;
	margin-right:4%;
}
.pickup_felica .pickup_block li:nth-child(even){
	margin-right:0%;
}
.pickup_felica .pickup_block li:nth-child(3){
	margin-right:4%;
}
}
.pickup_felica .pickup_block li a{
	display:block;
}

/* pickup_list */
.pickup_felica .pickup_list{
	padding-bottom:50px;
	color:#000;
}
.pickup_felica .pickup_list dt{
	margin-bottom:25px;
	position:relative;
}
@media screen and (max-width: 414px) {
.pickup_felica .pickup_list dt{
	margin-bottom:15px;
}
}
.pickup_felica .pickup_list dt span{
	padding:3px 20px;
	background:#fff;
	position:absolute;
	left:0;
	bottom:0;
}
@media screen and (max-width: 414px) {
.pickup_felica .pickup_list dt span{
	padding:1px 10px;
	font-size:12px;
}
}
.pickup_felica .pickup_list dt img{
	width:100%;
	vertical-align:bottom;
}
.pickup_felica .pickup_list dd{
	margin-bottom:5px;
	padding:0 25px;
}
@media screen and (max-width: 414px) {
.pickup_felica .pickup_list dd{
	padding:0 10px;
	font-size:12px;
}
}
.pickup_felica .pickup_list dd.ttl{
	font-size:17px;
	font-weight:bold;
	padding-left: 3em;
    text-indent: -1.3em;
}
@media screen and (max-width: 414px) {
.pickup_felica .pickup_list dd.ttl{
	line-height:1.2;
	font-size:13px;
}
}
@media screen and (max-width: 375px) {
.pickup_felica .pickup_list dd.ttl{
	font-size:12px;
}
}
.pickup_felica .btn_btm{
    width:100%;
    margin-top:auto;
    padding:0;
    align-items:center;
    justify-content: space-between;
    display:flex;
    position:absolute;
    left:0;
    bottom:15px;
}
@media screen and (max-width: 639px) {
    .pickup_felica .btn_btm{
        font-size:13px;
    }
}
@media screen and (max-width: 414px) {
    .pickup_felica .btn_btm{
        display:block;
        bottom:0;
    }
}
.pickup_felica .btn_btm span:first-child{
    padding-left: 25px;
}
@media screen and (max-width: 414px) {
    .pickup_felica .btn_btm span:first-child{
        margin-bottom: 5px;
        padding-left: 10px;
        display: block;
    }
}
.pickup_felica .btn_btm span:last-child{
    width:45%;
    padding: 5px 0;
    text-align:center;
}
@media screen and (max-width: 639px) {
    .pickup_felica .btn_btm span:last-child{
        width:auto;
        margin:0 10px;
        display:block;
    }
}
.pickup_felica .btn_btm span.cust{
    background:#604c9a;
}
.pickup_felica .btn_btm span.biz{
    background:#006eb8;
}


.pickup_felica .btn_btm2{
    width:100%;
    margin-top:auto;
    padding:0;
    align-items:center;
    justify-content: space-between;
    display:flex;
    position:absolute;
    left:0;
    bottom:15px;
	text-indent: -0.5em;
}
@media screen and (max-width: 639px) {
    .pickup_felica .btn_btm2{
        font-size:13px;
    }
}
@media screen and (max-width: 414px) {
    .pickup_felica .btn_btm2{
        display:block;
        bottom:0;
    }
}
.pickup_felica .btn_btm2 span:first-child{
    padding-left: 25px;
}
@media screen and (max-width: 414px) {
    .pickup_felica .btn_btm2 span:first-child{
        margin-bottom: 5px;
        padding-left: 10px;
        display: block;
    }
}
.pickup_felica .btn_btm2 span:last-child{
    width:45%;
    padding: 5px 0;
    text-align:center;
}
@media screen and (max-width: 639px) {
    .pickup_felica .btn_btm2 span:last-child{
        width:25%;
        margin:0 10px;
        display:block;
    }
}
.pickup_felica .btn_btm2 span.cust{
    background:#604c9a;
}
.pickup_felica .btn_btm2 span.biz{
    background:#006eb8;
}

.title3{
	margin-bottom:20px;
	font-size:47px;
	color:#14259B;
	text-align:center;
}
@media screen and (max-width: 639px) {
.title3{
	margin-bottom:75px;
	font-size:35px;
}
}
@media screen and (max-width: 414px) {
.title3{
	margin-bottom:55px;
	font-size:25px;
}
}

/* intexam_block */
.pickup_felica .intexam_block{
	list-style:none;
	flex-wrap: wrap;
	display:flex;
}
.pickup_felica .intexam_block li{
	width:24.7%;
	margin-right:0.4%;
	margin-bottom:3.5%;
	box-sizing:border-box;
	position:relative;
}
.pickup_felica .intexam_block li:nth-child(4),
.pickup_felica .intexam_block li:nth-child(8){
	margin-right:0%;
}
@media screen and (max-width: 639px) {
.pickup_felica .intexam_block{
	list-style:none;
	flex-wrap: wrap;
	display: block;
}

.pickup_felica .intexam_block li{
	width: auto;
}
.pickup_felica .intexam_block li:nth-child(even){
	margin-right:0%;
}
.pickup_felica .intexam_block li:nth-child(4){
	margin-right:4%;
}
}
.pickup_felica .intexam_block li a{
	display:block;
}

/* intexam_list */
.pickup_felica .intexam_list{
	padding-bottom:50px;
	color:#000;
}
.pickup_felica .intexam_list dt{
	position:relative;
	margin-bottom: 8px;
}
@media screen and (max-width: 414px) {
.pickup_felica .intexam_list dt{
	margin-bottom:15px;
}
}
.pickup_felica .intexam_list dt span{
	padding:3px 20px;
	background:#fff;
	position:absolute;
	left:0;
	bottom:0;
}
@media screen and (max-width: 414px) {
.pickup_felica .intexam_list dt span{
	padding:1px 10px;
	font-size:12px;
}
}
.pickup_felica .intexam_list dt img{
	width:100%;
	vertical-align:bottom;
}
.pickup_felica .intexam_list dd{
	margin-bottom:15px;
}
@media screen and (max-width: 414px) {
.pickup_felica .intexam_list dd{
	padding:0 10px;
	font-size:12px;
}
}
.pickup_felica .intexam_list dd.ttl{
	margin-bottom: 10px;
	font-size:17px;
	font-weight:bold;
	text-indent: -0.5em;
    padding-left: 0.1em;
}
@media screen and (max-width: 414px) {
.pickup_felica .intexam_list dd.ttl{
	line-height:1.2;
	font-size:13px;
}
}
@media screen and (max-width: 375px) {
.pickup_felica .intexam_list dd.ttl{
	font-size:12px;
}
}
/*----------------------------------------
  .srv-download
----------------------------------------*/
.srv-download {
  margin: 45px 0 90px;
  padding: 0 0 25px 60px;
  background-color: #d8f0ff;
  justify-content:space-between;
  align-items:center;
  display:flex;
}
@media screen and (max-width: 639px) {
.srv-download{
	display:block;
	padding:20px;
}
}
@media screen and (max-width: 414px) {
.srv-download{
	padding:20px;
}
}
.srv-download:last-of-type{
	margin-bottom:0px;
}
.srv-download li:first-child{
	flex:1;
}
@media screen and (max-width: 639px) {
.srv-download li:first-child{
	margin-bottom:20px;
}
}
.srv-download li:last-child{
  padding: 0 100px;
}
@media screen and (max-width: 639px) {
.srv-download li:last-child{
	padding: 35px;
	width:auto;
}
}
@media screen and (max-width: 639px) {
.srv-download li:last-child img{
	max-width:100%;
	vertical-align:center;
}
}
.srv-download li > h3{
	margin-bottom:10px;
	font-size:24px;
}
@media screen and (max-width: 639px) {
.srv-download li > h3{
	font-size:19px;
}
}
@media screen and (max-width: 414px) {
.srv-download li > p br{
	display:none;
}
}
@media screen and (max-width: 639px) {
.srv-download h3 {
  font-size: 106.3%;
  line-height: 1.2;
  text-align: center;
}
}
.srv-download .srv-download-btn {
  margin: 30px 0 0;
  font-size: 16px;
  text-align: center;
}
.srv-download .srv-download-btn a {
	display: inline-block;
	padding: 9px 20px 13px 20px;
	width: 410px;
	height: 48px;
	background-color: #14259B;
	color: #ffffff;
}
@media screen and (max-width: 639px) {
.srv-download .srv-download-btn a {
	display: inline-block;
	padding: 9px 20px 13px 20px;
	width: auto;
	height: 48px;
	background-color: #14259B;
	color: #ffffff;
}
}
.srv-download .srv-download-btn i {
  font-size: 30px;
  margin-left: 30px;
}
.icon-ic_download3:before {
    content: '\e80d';
}
@media screen and (max-width:414px){
.srv-download .srv-download-btn a {
	width: auto;
}
}
/*========================================

  floating-banner

========================================*/
#banner {
	opacity: 0; 
	visibility: hidden;
	transition: opacity 0.5s ease-in-out;
}
@media screen and (max-width: 639px) {
	#banner {
		transition: opacity 0s ease-in-out;
	}
}
#banner.show {
	opacity: 1;
	visibility: visible;
}
.floating-banner {
	width: 500px;
	position: fixed;
	bottom: 0;
	right: 0;
	background: #fff;
	border: 1px solid #14259B;
	z-index: 1000; /* 必要に応じてz-indexを調整 */

}
@media screen and (max-width: 639px) {
	.floating-banner {
		width: auto;
		position: sticky;
		top: 0;
		right: 0;
		bottom: 0;
		transform: inherit;
		background: #14259B;
		border: 1px solid #707070;
		justify-content: space-between;
		align-items: center;
		display: flex;
	}
	.floating-banner a:hover{
		opacity: 1;
	}
}
.floating-banner > a h2{
	padding: 15px 50px;
	color: #fff;
	font-size: clamp(16px, 2vw, 27px);
	font-weight: bold;
	background: #14259B;
	align-items: center;
	display: flex;
	box-sizing: border-box;
}
@media screen and (max-width: 639px) {
	.floating-banner > h2{
		background: #14259B;
	}
	.floating-banner > a h2{
		padding: 5px 15px;
		font-weight: bold;
	}
}
.floating-banner > a h2 img{
	width: 40px;
	margin-right: 15px;
}
.floating-banner .img_floating{
	padding: 25px 25px 30px 25px;
	background: #fff;
}
@media screen and (max-width: 639px) {
	.floating-banner .img_floating{
		display: none;
	}
}
#close-banner{
	position: absolute;
	top: -20px;
	right: 0;	
	cursor: pointer;
	transition: all 0.3s ease;
}
#close-banner span{
	display: none;
}
@media screen and (max-width: 639px) {
	#close-banner span{
		display: block;
	}
}
@media screen and (max-width: 639px) {
	#close-banner{
		height: 100%;
		padding: 5px 15px;
		color: #fff;
		font-weight: bold;
		border-top: none;
		border-left: 1px solid #707070;
		text-align: center;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		font-size: 16px;
		box-sizing: border-box;
		background: #14259B;
		position: static;		
	}
}
#close-banner:hover{
	opacity: 0.7;
}
#close-banner img{
	width:35px;
	margin-right: 10px;
}
@media screen and (max-width: 639px) {
	#close-banner img{
		width: 28px;
		margin: 0 0 3px 0;
	}
}