@media (max-width: 768px) {
  .fs-l-header__contents {
    width: 100%;
  }
}

.train_header .notice {
  width: 100%;
  height: 30px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background: #3a5984;
}

.train_header .notice span {
  color: #fff;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin: 0;
  text-decoration: underline;
}

.train_header .login-false-true {
  display: none;
}

.train_header .login-false-false {
  display: block;
}

.train_header .login-true {
  display: block;
}

.train_header .login-false {
  display: none;
}

.train_header .mega_menu {
  height: 310px;
  width: 100%;
  transition: 0.5s;
  position: absolute;
  top: 169px;
  left: 0;
  z-index: 7;
  background: #fff;
  opacity: 0;
  visibility: hidden;
}

.train_header .mega_menu.menu_3 {
  height: 530px;
}

.train_header .mega_menu.on {
  display: block;
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}

.train_header .mega_menu ul {
  width: 1000px;
  margin: 30px auto 50px;
  display: flex;
  justify-content: space-between;
  align-items: start;
}

@media (max-width: 768px) {
  .train_header .mega_menu ul {
    width: 100%;
  }
}

.train_header .mega_menu ul li {
  width: 150px;
}

@media (max-width: 768px) {
  .train_header .mega_menu ul li {
    width: 100%;
  }
}

.train_header .mega_menu ul li p {
  font-size: 12px;
  letter-spacing: 0.04em;
  margin-top: 10px;
  line-height: 20px;
}

.train_header .mega_menu .p_wrap {
  width: 1000px;
  margin: 0px auto 0;
  position: relative;
}

@media (max-width: 768px) {
  .train_header .mega_menu .p_wrap {
    width: 100%;
  }
}

.train_header .mega_menu .p_wrap a {
  font-size: 14px;
  color: #222;
  letter-spacing: 0.06em;
  display: table;
  position: relative;
}

.train_header .mega_menu .p_wrap a img {
  position: absolute;
  right: -35px;
  top: -10px;
}

.train_header li.mu4 {
  margin: 0 0 0 -15px;
}

.train_header .train_header .header__innar__l ul li:hover > .mega_Ssize {
  visibility: visible;
  opacity: 1;
  transition: all 1s;
}

.train_header .mega_Ssize {
  position: absolute;
  left: 0;
  top: 30px;
  padding: 10px 20px 50px;
  background: #fff;
  z-index: 1;
  width: 240px;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}

.train_header .mega_Ssize.on {
  visibility: visible;
  opacity: 1;
  transition: all 1s;
}

.train_header .mega_Ssize a {
  display: block;
  color: #222222;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.04em;
  font-weight: 400;
  margin: 0;
}

.train_header .top {
  overflow: visible;
}

.train_header .header__innar {
  height: 140px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  border-bottom: 1px solid #dedede;
  margin: 0 auto 60px;
}

.train_header .header__innar.top {
  margin: 0 auto 0px;
}

@media (max-width: 900px) {
  .train_header .header__innar {
    height: 60px;
  }
}

@media (max-width: 900px) {
  .train_header .header__innar__l {
    width: 100%;
  }
}

.train_header .header__innar__l ul {
  width: 820px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0 0 0;
}

@media (max-width: 900px) {
  .train_header .header__innar__l ul {
    display: none;
  }
}

.train_header .header__innar__l ul li {
  position: relative;
}

.train_header .header__innar__l ul li:after {
  content: '';
  background-image: url(../images/common/menu_arrow.svg);
  width: 8px;
  height: 5px;
  display: block;
  position: absolute;
  right: -18px;
  top: 9px;
}

.train_header .header__innar__l ul li:nth-child(2):after {
  display: none;
}

.train_header .header__innar__l ul li > a {
  color: #222222;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.04em;
  font-weight: 400;
  margin: 0;
}

.train_header .header__innar__l p a {
  color: #222222;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.04em;
  font-weight: 400;
  margin: 0;
}



@media (max-width: 900px) {
  .train_header .header__innar__r {
    display: none;
  }
}

.train_header .header__innar__r ul {
  width: 300px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 25px 0;
}

.train_header .header__innar__r ul li:nth-child(1) {
  width: 250px;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.train_header .header__innar__r ul li:nth-child(2) {
  width: 200px;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.train_header .header__innar__r ul li:nth-child(3) {
  width: 70px;
  justify-content: space-between;
  display: flex;
  align-items: center;
}

.train_header .header__innar__r ul li > a {
  color: #222222;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.04em;
  font-weight: 400;
  margin: 0;
}

.train_header .header__innar__r ul li > a.ml5 {
  margin: 0 15px 0 0;
}

.train_header .header__innar__r ul li img {
  height: 16px;
}

.train_header .header__innar__r .tel_wrap {
  text-align: right;
}

.train_header .header__innar__r .tel_wrap .p1 {
  color: #222222;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.04em;
  font-weight: 400;
  margin: 0;
}

.train_header .header__innar__r .tel_wrap .p2 {
  color: #222222;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.04em;
  font-weight: 600;
  margin: 0;
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  margin: 5px 0 5px 0;
}

.train_header .header__innar__r .tel_wrap .p2 img {
  margin: 0 15px 0 0;
}

.train_header .header__innar__r .tel_wrap .p3 {
  color: #222222;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0.04em;
  font-weight: 400;
  margin: 0;
}

.train_header h1 {
  color: #222222;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0.04em;
  font-weight: 400;
  margin: 0;
}

.train_header h1 img {
  margin: 15px 0 0 0;
  display: block;
  width: 175px;
}

@media (max-width: 900px) {
  .train_header h1 img {
    height: 40px;
    margin: 0 auto;
    width: 160px;
  }
}

.train_header h1 a {
  color: #222;
  display: block;
}

@media (max-width: 900px) {
  .train_header h1 span {
    display: none;
  }
}

.dl_top {
  width: 1000px;
  margin: 50px auto 50px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 900px) {
  .dl_top {
    width: 100%;
  }
}

.dl_top dt a {
  color: #222222;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.05em;
  font-weight: 400;
  margin: 0 auto 10px;
  font-family: 'Roboto', sans-serif;
}

.dl_top a {
  display: block;
  color: #222222;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.04em;
  font-weight: 400;
  margin: 0;
}

.dl_bottom {
  width: 1000px;
  margin: auto;
  display: flex;
}

@media (max-width: 900px) {
  .dl_bottom {
    width: 100%;
  }
}

.dl_bottom dt a {
  color: #222222;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.05em;
  font-weight: 400;
  margin: 0 auto 10px;
  font-family: 'Roboto', sans-serif;
}

.dl_bottom a {
  display: block;
  color: #222222;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.04em;
  font-weight: 400;
  margin: 0;
}

.train_footer {
  width: 100%;
  margin: 60px 0 0 0;
  position: relative;
  min-width: 1280px;
}

@media (max-width: 900px) {
  .train_footer {
    min-width: 100%;
    background: #f2f7fa;
    padding: 40px 0 0;
    margin: 0 auto 70px;
  }
}

@media (max-width: 900px) {
  .train_footer h2 {
    color: #222222;
    font-size: 20px;
    line-height: 33px;
    letter-spacing: 0.04em;
    font-weight: 500;
    margin: 0;
    text-align: center;
    margin: 0 0 40px;
  }
  .train_footer h2 span {
    color: #53a0d1;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.04em;
    font-weight: 500;
    margin: 0;
    text-align: center;
  }
}

@media (max-width: 900px) and (max-width: 900px) {
  .train_footer h2 span {
    display: block;
    margin: 0 0 10px;
    font-family: 'Roboto', sans-serif;
  }
}

.train_footer .footer__innar {
  display: flex;
  height: 710px;
}

@media (max-width: 900px) {
  .train_footer .footer__innar {
    height: auto;
    display: block;
  }
}

.train_footer .footer__innar__l {
  background: #eaf0f7;
  padding: 90px 0 80px;
  width: 66.40625%;
  position: relative;
}

@media (max-width: 900px) {
  .train_footer .footer__innar__l {
    width: 100%;
    background: none;
    padding: 0px 0 0px;
  }
}

.train_footer .footer__innar__l .foot_logo {
  position: absolute;
  bottom: 80px;
  left: 97px;
}

.train_footer .footer__innar__l .f_box__wrap {
  width: 690px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  left: 16px;
  position: relative;
}

@media (max-width: 900px) {
  .train_footer .footer__innar__l .f_box__wrap {
    width: 100%;
    display: block;
    left: 0;
  }
}

.train_footer .footer__innar__l .f_box dl.fb1 {
  height: 280px;
}

@media (max-width: 900px) {
  .train_footer .footer__innar__l .f_box dl.fb1 {
    height: auto;
  }
}

.train_footer .footer__innar__l .f_box dl dt {
  margin: 0 0 9px;
}

.train_footer .footer__innar__l .f_box dl dt a span {
  color: #222;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin: 0;
  font-family: 'Roboto', sans-serif;
}

.train_footer .footer__innar__l .f_box dl dd a {
  color: #222;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin: 0;
  display: block;
}

@media (max-width: 900px) {
  .train_footer .footer__innar__l .f_box dl dt {
    margin: 0;
  }
  .train_footer .footer__innar__l .f_box dl dt a {
    width: 100%;
    height: 55px;
    color: #222;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.06em;
    font-weight: 500;
    margin: 0 0;
    display: flex;
    align-items: center;
    padding: 0 0 0 20px;
    position: relative;
    border-bottom: 1px solid #cbddf5;
  }
  .train_footer .footer__innar__l .f_box dl dt a span {
    color: #222;
  }
  .train_footer .footer__innar__l .f_box dl dt a.on {
    border-bottom: 0;
  }
  .train_footer .footer__innar__l .f_box dl dt a.on:after {
    background: url(../images/common/remove-24px.svg);
  }
  .train_footer .footer__innar__l .f_box dl dt a:after {
    content: '';
    background: url(../images/common/add-24px.svg);
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
  }
  .train_footer .footer__innar__l .f_box dl dd {
    display: none;
  }
  .train_footer .footer__innar__l .f_box dl dd a {
    width: 100%;
    height: 50px;
    color: #222;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.06em;
    font-weight: 400;
    margin: 0 0;
    display: flex;
    align-items: center;
    padding: 0 0 0 20px;
    position: relative;
    border-bottom: 1px solid #efe7e7;
    background: #fff;
  }
  .train_footer .footer__innar__l .f_box dl dd a span {
    color: #222;
  }
  .train_footer .footer__innar__l .f_box dl dd a:last-child {
    border-bottom: 0;
  }
  .train_footer .footer__innar__l .f_box dl dd a:after {
    content: '';
    background: url(../images/common/arrow_menu_sp2.svg);
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
  }
}

.train_footer .footer__innar__l .copy {
  font-family: 'Roboto', sans-serif;
  writing-mode: vertical-lr;
  font-size: 10px;
  font-weight: 100;
  color: #B3B3B3;
  letter-spacing: 0.06em;
  position: absolute;
  bottom: 100px;
  left: 46px;
  transform: rotate(180deg);
}

@media (max-width: 900px) {
  .train_footer .footer__innar__l .copy {
    display: none;
  }
}

.train_footer .footer__innar__r {
  background: #4474b7;
  padding: 145px 0 80px;
  width: 33.59375%;
}

@media (max-width: 900px) {
  .train_footer .footer__innar__r {
    width: 100%;
    padding: 80px 0 0px;
  }
  .train_footer .footer__innar__r .fi_top {
    padding: 0px 0 80px;
  }
  .train_footer .footer__innar__r .fi_bottom {
    padding: 40px 0 20px;
    background: #f2f7fa;
  }
  .train_footer .footer__innar__r .fi_bottom .f_logo {
    width: 210px;
    display: block;
    margin: 0 auto 50px;
  }
  .train_footer .footer__innar__r .fi_bottom .copy {
    font-family: 'Roboto', sans-serif;
    color: #B3B3B3;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 0.06em;
    font-weight: 100;
    margin: 0 0 15px 0;
    text-align: center;
  }
}

.train_footer .footer__innar__r .r_box {
  text-align: center;
  margin: 0 auto 38px;
}

.train_footer .footer__innar__r .p1 {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.06em;
  font-weight: 300;
  margin: 0;
  text-align: center;
}

.train_footer .footer__innar__r .p2 {
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-size: 44px;
  line-height: 54px;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin: 0 0 15px 0;
  text-align: center;
}

.train_footer .footer__innar__r .p2 img {
  height: 30px;
  margin-right: 10px;
}

@media (max-width: 900px) {
.train_footer .footer__innar__r .p2 {
  font-size: 33px;
  line-height: 43px;
}
.train_footer .footer__innar__r .p2 img {
  height: 25px;
}
}

.train_footer .footer__innar__r .p3 {
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin: 6px 0 0 0;
  text-align: center;
}

.train_footer .footer__innar .btn {
  width: 270px;
  height: 60px;
  margin: 10px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #222;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin: 0 auto 10px;
  background: #fff;
  border-radius: 5px;
}

.train_footer .sns {
  margin: 50px auto 0;
}

@media (max-width: 900px) {
  .train_footer .sns {
    margin: 0px auto 40px;
  }
}

.train_footer .sns p {
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.02em;
  font-weight: 500;
  margin: 0 0 20px 0;
  text-align: center;
}

@media (max-width: 900px) {
.train_footer .sns p {
  font-family: 'Roboto', sans-serif;
  color: #2462AA;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.02em;
  font-weight: 500;
  margin: 0 0 20px 0;
  text-align: center;
}
}

.train_footer .sns ul {
  text-align: center;
}

.train_footer .sns ul li {
  display: inline-block;
  margin: 0 3px;
}

.fs-c-breadcrumb {
  padding: 0 0 0 70px;
}

@media (max-width: 768px) {
  .fs-c-breadcrumb {
    padding: 0 0 0 20px;
    margin: 0 0 20px;
  }
}

.fs-c-breadcrumb a {
  color: #53a0d1;
  font-size: 10px;
}

.fs-c-breadcrumb li {
  color: 10px;
  color: #222;
}

.sp_nav_menu {
  width: 100%;
  height: 70.5px;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 5;
  border-top: 2px solid #f2f7fa;
  display: none;
}

@media (max-width: 900px) {
  .sp_nav_menu {
    display: block;
  }
}

.sp_nav_menu ul {
  display: flex;
  font-size: 0;
  height: 100%;
}

.sp_nav_menu ul li {
  width: 20%;
  height: 100%;
}

.sp_nav_menu ul li a {
  width: 100%;
  height: 100%;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #f2f7fa;
  border-right: 1px solid #f2f7fa;
}

.sp_nav_menu ul li:first-child a {
  border-left: 0;
}

.sp_nav_menu ul li:last-child a {
  border-right: 0;
}

.sp_nav_menu ul li img {
  height: 40px;
}

.sp_nav_wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  background: #fff;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 70.5px;
  transform: translate3d(-100%, 0px, 0px);
  transition: all 0.3s;
}

.sp_nav_wrap.active {
  transform: translate3d(0, 0px, 0px);
  transition: all 0.5s;
}

.sp_nav_wrap .sp_menu_btn {
  width: 100%;
  height: 55px;
  color: #222;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin: 0 0;
  display: flex;
  align-items: center;
  padding: 0 0 0 20px;
  position: relative;
  border-bottom: 1px solid #cccccc;
}

.sp_nav_wrap .sp_menu_btn:after {
  content: '';
  background: url(../images/common/menu_arrow_sp.svg);
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.sp_nav_wrap__innar dt a {
  width: 100%;
  height: 55px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin: 0 0;
  display: flex;
  align-items: center;
  padding: 0 0 0 20px;
  position: relative;
  border-bottom: 1px solid #cccccc;
}

.sp_nav_wrap__innar dt a.on {
  border-bottom: 0;
}

.sp_nav_wrap__innar dt a.on:after {
  background: url(../images/common/remove-24px.svg);
}

.sp_nav_wrap__innar dt a:after {
  content: '';
  background: url(../images/common/add-24px.svg);
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.sp_nav_wrap__innar dd {
  display: none;
}

.sp_nav_wrap__innar dd a {
  width: 100%;
  height: 50px;
  color: #333;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin: 0 0;
  display: flex;
  align-items: center;
  padding: 0 0 0 20px;
  position: relative;
  border-bottom: 1px solid #cbddf5;
  background: #f2f7fa;
}

.sp_nav_wrap__innar dd a:last-child {
  border-bottom: 0;
}

.sp_nav_wrap__innar dd a:after {
  content: '';
  background: url(../images/common/arrow_menu_sp2.svg);
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.fs-l-footer {
  position: relative;
  border-top: none;
  background-color: #fff;
  color: #3c3c3c;
  margin-top: 80px;
}

/* 230509 追記 */

.for-pc { display:block; }
.for-sp { display:none; }

@media only screen and (max-width : 767px){
 .for-pc { display:none; }
 .for-sp { display:block; }
}

