﻿@charset "UTF-8";
/*-----------------------------------------------------
							　　　　　目次
■汎用スタイル(別)
・SP (xs)
・PC (md)

-----------------------------------------------------*/

/* ===========================================
	common
=========================================== */
body{
  font-family: "Noto Sans JP", sans-serif;
}
.text-center{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.taparea {
  position: relative;
}
.taparea:after {
  display: block;
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  top: -12px;
  left: -12px;
  border-radius: 50%;
}

/* ===========================================
	password eye
=========================================== */
/* Reset */
input[type='password']::-ms-reveal {
  display: none;
}

.password_wrap{
  position: relative;
}
.password_toggle{
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}
/* position adjustment */
.password_toggle.fa-eye{
  right: 13px;
  width: 18px;
  hight: 16px;
}

.password_toggle.fa-eye-slash{
  width: 20px;
  hight: 16px;
}

/* ===========================================
	logo
=========================================== */
.l-logo_wrap{
  width: 210px;
  margin: 60px auto 40px;
}
.l-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-logo a img {
  width: 100%;
  transition: 0.3s all;
}
.l-logo a img:hover {
  opacity: 0.7;
}
.l-logo__sgh {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #949BBE;
}


/* ===========================================
	link
=========================================== */
.c-link {
  color: #3b499f;
}
.c-link:hover {
  text-decoration: underline;
}
.c-link--underline {
  text-decoration: underline;
  color: #3b499f;
}
.c-link--underline:hover {
  text-decoration: none;
}

.c-link--question {
  position: relative;
  display: inline-block;
  padding-left: 25px;
}
.c-link--question:hover {
  text-decoration: underline;
}
.c-link--question::before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 19px;
  height: 19px;
  content: '';
  background: url(../img/ico_question.svg) no-repeat left center;
  background-size: 19px;
}

.txt_link_right{
	position: relative;
	display: inline-block;
	padding: 0 16px 0 0;
	color: #192259;
	vertical-align: middle;
	text-decoration: none;
	font-size: 1.6rem;
  font-weight: bold;
}
.txt_link_right:hover {
  text-decoration: underline;
}
.txt_link_right::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.txt_link_right::after{
	right: 0;
  top: 2px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #192259;
	border-right: 2px solid #192259;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* ===========================================
	button
=========================================== */
/* common */
.btn_common{
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  /* padding: 10px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  cursor: pointer;
  border: none;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 4px;
}
/* hover */
.btn_common:hover{
  opacity: .7;
  -webkit-transition: all 0.4s ease;
  transition: all 0.3s ease;
}

/* common btn Emphasis */
.btnEm{
  width: 80%;
  margin: 0 auto 3px;
  color: #f4931f;
  border: 2px solid #f4931f;
  background: #fff;
  -webkit-box-shadow: 0 3px 0 #C7960D;
          box-shadow: 0 3px 0 #C7960D;
}
/* hover */
.btnEm:hover{
  opacity: .8;
  color: #fff;
  background: #f4931f;
  -webkit-box-shadow: 0 3px 0 #977109;
          box-shadow: 0 3px 0 #977109;
}

/* common btn Back Cancel */
.btnBack{
  width: 80%;
  margin: 0 auto 3px;
  color: #666666;
  border: 2px solid #9a9a95;
  background: #fff;
  -webkit-box-shadow: 0 3px 0 #61645E;
          box-shadow: 0 3px 0 #61645E;
}
/* hover */
.btnBack:hover{
  opacity: .8;
  color: #fff;
  background: #9a9a95;
  -webkit-box-shadow: 0 3px 0 #61645E;
          box-shadow: 0 3px 0 #61645E;
}

/* kojin */
.kojin_block .btnA{
  width: 80%;
  margin: 0 auto 10px;
  color: #fff;
  background: #1893c9;
  border: 2px solid #1893c9;
  -webkit-box-shadow: 0 3px 0 #166487;
          box-shadow: 0 3px 0 #166487;
}
.kojin_block .btnB{
  width: 80%;
  margin: 0 auto 8px;
  color: #1893C9;
  border: 2px solid #1893C9;
  background: #fff;
  -webkit-box-shadow: 0 2px 0 #166487;
          box-shadow: 0 2px 0 #166487;
}
/* hover */
.kojin_block .btnB:hover{
  opacity: .8;
  color: #fff;
  background: #1893C9;
}

/* hojin */
.hojin_block .btnA{
  width: 80%;
  margin: 0 auto 10px;
  color: #fff;
  background: #3B479F;
  border: 2px solid #3B479F;
  -webkit-box-shadow: 0 3px 0 #0B1353;
          box-shadow: 0 3px 0 #0B1353;
}
.hojin_block .btnB{
  width: 80%;
  margin: 0 auto 8px;
  color: #3B479F;
  border: 2px solid #3B479F;
  background: #fff;
  -webkit-box-shadow: 0 2px 0 #0B1353;
          box-shadow: 0 2px 0 #0B1353;
}
/* hover */
.hojin_block .btnB:hover{
  opacity: .8;
  color: #fff;
  background: #3B479F;
}


/* ===========================================
	footer
=========================================== */

/* sns icon */
.icon_sns{
  width: 30px;
  margin-bottom: 15px;
}
.sns_block{
  text-align: center;
}

/* certificate */
.certificate_block{
  width: 90%;
  margin: 0 auto;
	display: -ms-flexbox;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
  -ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.certificate_block img{
  width: 140px;
  margin: 10px 20px 0;
}
p.certificate_txt{
  font-size: 1.2rem;
  line-height: 1.4;
  padding: 0px 0px 0px 15px;
  margin-right: auto;
  margin-left: auto;
}

/* ===========================================
	login
=========================================== */
.notice_box{
  padding: 15px 20px;
  margin-bottom: 20px;
  background-color: #eee;
  -moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}
.attention_box{
  padding: 15px 20px;
  margin-bottom: 20px;
  background-color: #FFFDD9;
  color: #c60000;
  -moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}
.box_block{
  margin: 0 auto;
  background-color: #fff;
  -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
  margin-bottom: 15px;
}
/* .sub_block_top{
  -moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-ms-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
  padding-bottom: 5px;
} */
div.box_block:has(+ div.sub_block_btm){
  -moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-ms-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
  margin-bottom: 5px;
}
.box_block.sub_block_btm{
  margin-top: 4px;
  padding-top: 20px;
  -moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-ms-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}
span.tab_small{
  font-size: smaller;
}


/* login_yahoo */
.login_yahoo{
  position: relative;
  display: inline-block;
  padding-left: 38px;
}
.login_yahoo::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 33px;
  height: 19px;
  content: '';
  background: url(../img/ico_yahoo.png) no-repeat left center;
  background-size: 33px;
}

/* ===========================================
	title
=========================================== */
.title_page{
  color: #3B479F;
}
.title_notice{
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 8px;
}
/* ===========================================
	txt
=========================================== */
.c-txt--s {
  font-size: 1.4rem;
  line-height: 1.6;
}
.c-txt--ss {
  font-size: 1.2rem;
  line-height: 1.4;
}


/* ===========================================
	SP
=========================================== */
@media only screen and (max-width: 768px) {

  .box_block{
    width: 94%;
    padding: 30px 5% 20px;
  }
  .box_block.sub_block_btm{
    margin-top: 4px;
    margin-bottom: 16px;
  }
  .l-logo_wrap{
    margin: 40px auto 40px;
  }
  .sns_block{
    margin-bottom: 20px;
  }

  /* font-size */
  .title_page{
    font-size: 2.0rem;
    margin: 5px 0 20px;
  }
  .txt_link_right{
    font-size: 1.4rem;
  }

  /* certificate */
  .certificate_block{
    width: 94%;
  }
  .certificate_block img{
    width: 130px;
    margin: 10px 10px 0 5px;
  }
  p.certificate_txt{
    font-size: 1.2rem;
    line-height: 1.4;
    padding: 0px 0px 0px 20px;
  }

/* kojin */
.kojin_block .btnA,
.kojin_block .btnB,
.hojin_block .btnA,
.hojin_block .btnB,
.btnEm,
.btnBack{
  width: 90%;
  height: 44px;
  margin: 0 auto 10px;
}

}


/* ===========================================
	PC
=========================================== */
@media print, screen and (min-width: 769px) {

  /* button size */
  .btnSize_s{
    height: 40px;
    font-size: 1.6rem;
  }
  .btnSize_m{
    height: 54px;
  }
  .btnSize_flex{
    padding: 10px;
  }

  .box_block{
    padding: 50px 10% 20px;
  }
  .hojin_block .c-column__item02:first-of-type .box_block{
    padding-bottom: 34px !important;
  }

  /* font-size */
  .title_page{
    font-size: 2.8rem;
    margin: 20px 0 30px;
  }

  .c-column>div.c-column__item02{
    width: 42%;
  }
  .c-column>div.c-column__item02:first-of-type{
    width: 58%;
  }
  .c-column>div.c-column__item02:first-of-type .box_block{
    margin-right: 24px;
  }

}
