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

body{
	font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, -apple-system, BlinkMacSystemFont, Roboto,  sans-serif !important;
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	letter-spacing: 1px;
	color: #000;
    background-image: none;
}
a{ color: #000;}
a:hover{ color: #DF1E79;}
*:focus-visible { outline: none;}
/*==========================
MV
==========================*/
.mv{
	position: relative;
	color: #fff;
	background-size: cover;
	background-position: center;
}
.mv_tit{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.mv_tit::before,
.mv_tit::after{
	content: '';
	display: inline-block;
	position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.mv_tit::before{
	background-size: contain;
}
.mv_tit::after{
	height: 3px;
	background-color: #fff;
}
#mv{ background-image: url("./img/mv.jpg");}
#mv .mv_tit::before{ background-image: url("./img/mv_en.png");}

@media(min-width:768px){
	#mv{ height: 400px;}
	.mv .logo{
		width: 140px;
		margin-top: 15px;
	}
	.mv_tit{
		font-size: 1.2rem;
		top: 200px;
	}
	.mv_tit::before{
		width: 643px;
		height: 40px;
		top: -60px;
	}
	.mv_tit::after{
		width: 170px;
		bottom: -20px;
	}
}
@media(max-width:767px){
	#mv{ height: 240px;}
	.mv .logo{ width: 100px;}
	.mv_tit{
		font-size: 1rem;
		bottom: 30px;
	}
	.mv_tit::before{
		width: 322px;
		height: 20px;
		top: -30px;
	}
	.mv_tit::after{
		width: 120px;
		bottom: -10px;
	}
}
#navbar_wrap .navbar{
  margin-bottom: 0;
}
.navbar.navbar-expand-md{
  border: none;
}
.navbar.navbar-expand-md a{
  line-height: 1.5;
  text-decoration: none;
}
.sns img{
  margin: 0;
}
/*==========================
main
==========================*/
#main{
  margin-top: 0;
  padding-top: 0;
}
.breadcrumb{
  background-color: transparent;
}
.month{
    background-color: #000;
    color: #fff;
}
@media (max-width:575px){
    .month{
        margin-bottom: 55px;
    }
}
.stepbody h4{
    min-width: 146px;
    color: #000;
}
.step{
    background-color: #e6e6e6;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.step:not(:last-child)::after{
    border-color: #ed1e79 transparent transparent transparent
}
@media (max-width:767px){
    .step{
        border-bottom-left-radius: 0;
    }
}
thead{
    background-color: #e6e6e6;
}
.online_page h3{
    position: relative;
    color: #000;
}
.online_page h3::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -11px;
    width: 5.5em;
    height: 5px;
    background-color: #000;
}
.step .stepmark{
    background-color: #000;
}
.stepbody .detail{
    border-color: #000;
}
.stepbody .detail h5{
    color: #000;
}
.qftable02 td,.qftable02 th{
    border-left: 0;
    border-right: 0;
}
/*==========================
FOOTER
==========================*/
footer{
    background-image: none;
    position: static;
    font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, -apple-system, BlinkMacSystemFont, Roboto, sans-serif !important;
}
.site-footer{
	background-color: #000;
	padding: 20px 0;
}
.ft_sns{
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
}
.ft_sns li{ width: 32px;}
.ft_sns li:not(:last-child){ margin-right: 10px;}
.ft_official{
	/* border: #fff 1px solid; */
	padding: 6px;
}
#supported a{
	display: flex;
	align-items: flex-end;
	color: #fff;
	text-decoration: none;
}
#supported span{
	font-size: .9rem;
	margin-right: 5px;
}
#copyright{
	color: #fff;
	text-align: center;
	display: block;
	/* margin-top: 40px; */
}
.ft_sns{
  margin-bottom: 1rem;;
}
@media(min-width:768px){
	.ft_link{
		display: flex;
		align-items: center;
	}
	.ft_official{ margin-left: 20px;}
		#supported a{ justify-content: flex-end;}
		#copyright{ font-size: .9rem;}
}
@media(max-width:767px){
	.ft_sns{ justify-content: center;}
	.ft_official{
		max-width: 284px;
		display: block;
		margin: 30px auto 15px;
	}
	#supported a{ justify-content: center;}
	#copyright{ font-size: .6rem;}
}
#footer a:not(:hover){
  text-decoration: none;
}
#footer a{
  font-size: 1rem;
}
#footer .container::after{
  display: none;
}
/*pagetop
==========================*/
#page_top{
  background-color: #ccc;
  display: block;
  width: 50px;
  height: 45px;
  text-decoration: none;
	right: 10px;
	z-index: 10;
}
#page_top .arrow{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
	display: block;
	width: 22px;
	height: 12px;
	text-align: center;
}
#page_top .arrow::after{
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#page_top .arrow::after{ top: 0;}
#page_top:hover{ background-color: #DF1E79;}
#page_top:hover .arrow::after{
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
}
