@charset "UTF-8";
/* ======================= VARIABLE ====== */
/* placeholder color */
/* ======================= IMPORT ====== */
/*=================

      common.scss

=======================*/
main {
  background: #fff;
}

.common_wrap {
  padding: 0 15px;
}

.common_inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

.error_page_wrap {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.error_page_content {
  padding: 20px;
}

@media only screen and (max-width: 640px) {
  .error_page_content {
    padding: 0;
  }
}

.error_page_content .logo_img {
  width: 220px;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 640px) {
  .error_page_content .logo_img {
    width: 200px;
  }
}

.error_page_content .logo_img img {
  width: 100%;
}

.error_page_content .error_page_title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 140px;
  color: #005bab;
  line-height: 1.2;
  margin: 0 0 20px;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .error_page_content .error_page_title {
    font-size: 100px;
  }
}

.error_page_content .error_page_sub_title {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #3A3A3A;
  line-height: 1.5;
  margin: 0 0 30px;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .error_page_content .error_page_sub_title {
    font-size: 22px;
  }
}

.error_page_content .error_page_text {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #3A3A3A;
  line-height: 2;
  margin: 0 0 50px;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .error_page_content .error_page_text {
    font-size: 14px;
  }
}

.error_page_content .back_btn {
  width: 100%;
  max-width: 420px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
  border-radius: 30px;
  margin: 0 auto;
  background-color: #005bab;
}

/* ======================= BASE ====== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  margin: 0;
  height: 100%;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/*font*/
.fg {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
}

.fm {
  font-family: "游明朝", YuMincho,"Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

.fzg_r {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 400;
}

.fzg_m {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
}

.fzg_b {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 700;
}

.fzg_bl {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 900;
}

.fzkg_l {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 300;
}

.fzkg_r {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
}

.fzkg_m {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
}

.fzkg_b {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
}

.fzgk_bl {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 900;
}

.fe_r {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fe_ri {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-style: italic;
}

.fe_m {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-style: normal;
}

.fe_mi {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-style: italic;
}

.fe_sb {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: normal;
}

.fe_sbi {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: italic;
}

.fe_b {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
}

.fe_bi {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: italic;
}

.fe_eb {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-style: normal;
}

.fe_ebi {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-style: italic;
}

.mb_0 {
  margin-bottom: 0;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_50 {
  margin-bottom: 50px;
}

.mt_0 {
  margin-top: 0;
}

.mt_10 {
  margin-top: 10px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_50 {
  margin-top: 50px;
}

.mt_80 {
  margin-top: 80px;
}

.mr_5 {
  margin-right: 5px;
}

.mr_20 {
  margin-right: 20px;
}

@media only screen and (max-width: 999px) {
  .sp_mb_10 {
    margin-bottom: 10px;
  }
}

.common_pc {
  display: block;
}

@media only screen and (max-width: 999px) {
  .common_pc {
    display: none;
  }
}

.common_sp {
  display: none;
}

@media only screen and (max-width: 999px) {
  .common_sp {
    display: block;
  }
}

@media only screen and (max-width: 840px) {
  .common_pc840 {
    display: none;
  }
}

.common_sp840 {
  display: none;
}

@media only screen and (max-width: 840px) {
  .common_sp840 {
    display: block;
  }
}

.common_pc640 {
  display: block;
}

.common_pc640.height_100 {
  height: 100%;
}

@media only screen and (max-width: 640px) {
  .common_pc640 {
    display: none;
  }
}

.common_sp640 {
  display: none;
}

@media only screen and (max-width: 640px) {
  .common_sp640 {
    display: block;
  }
}

.mb_0 {
  margin-bottom: 0;
}

body {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

footer {
  margin-top: auto;
}

body ul {
  list-style: none;
}

body a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*
@media only screen and (min-width:960px){
  body a:hover{
    opacity: 0.7;
  }
}

*/
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.bg {
  background: -webkit-gradient(linear, left top, right top, from(#EFF2F6), color-stop(50%, #EFF2F6), color-stop(50%, #F6F8FB), to(#F6F8FB));
  background: linear-gradient(90deg, #EFF2F6 0%, #EFF2F6 50%, #F6F8FB 50%, #F6F8FB 100%);
}
