@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css?family=Overpass:300,400,600,700,800");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/css/yakuhanjp.min.css");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  vertical-align: baseline;
  font-size: 100%;
  outline: 0;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  background: transparent;
  vertical-align: baseline;
  font-size: 100%;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  cursor: help;

  border-bottom: 1px dotted;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;

  border-top: 1px solid #ccc;
}

input, select {
  vertical-align: middle;
}

/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
body {
  font-family: YakuHanJP, "Helvetica", "游ゴシック", YuGothic, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  word-break: break-all;
}

.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button, input, select, textarea {
  min-height: 1.5em;
  background-color: transparent;
}

input[type="submit"], input[type="reset"] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^="tel"] {
  display: inline-block;
  color: inherit;
}

ol, ul {
  list-style: none;
}

section.c-toppanel .p-members .p-members__list .topcommunication .topcommunication_inner .p-topcommunication__list-textarea .p-topcommunication__list-header span.p-topcommunication__list-date, section.c-toppanel .p-members .p-members__list .topnews .p-topnews__list-header span.p-topnews__list-date, section.c-toppanel .p-members .p-members__list .toplibrary .p-topnews__list-header span.p-topnews__list-date {
  font-weight: bold;
  font-family: "Overpass", YakuHanJP, "Helvetica", "游ゴシック", YuGothic, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, sans-serif;
  letter-spacing: .035em;
}

.layout-inline-wrap {
  font-size: 0;
  letter-spacing: -.4em;
  text-align: center;
}

.layout-inline {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}

section.c-toppanel .p-members .p-members__list .topcommunication .topcommunication_inner .p-topcommunication__list-textarea .p-topcommunication__list-header span.p-topcommunication__list-date, section.c-toppanel .p-members .p-members__list .topnews .p-topnews__list-header span.p-topnews__list-date, section.c-toppanel .p-members .p-members__list .toplibrary .p-topnews__list-header span.p-topnews__list-date {
  font-weight: bold;
  font-family: "Overpass", YakuHanJP, "Helvetica", "游ゴシック", YuGothic, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, sans-serif;
  letter-spacing: .035em;
}

button, textarea, input, select {
  font-size: 16px;
  font-family: YakuHanJP, "Hiragino Kaku Gothic ProN", "Helvetica", "游ゴシック", YuGothic, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Arial, sans-serif;
}

@media screen and (max-width: 768px) {
  button, textarea, input, select {
    font-size: 13px;
  }
}

@media screen and (min-width: 769px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
  .is-pc-inline {
    display: inline-block;
  }
  .is-sp-inline {
    display: none;
  }
  body {
    min-width: 1030px;
  }
}

@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .is-pc-inline {
    display: none;
  }
  .is-sp-inline {
    display: inline-block;
  }
  body {
    min-width: 320px;
  }
}

img {
  display: block;
  max-width: 100%;
}

.u-hover-list-arrow {
  -webkit-transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s;
  transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s;
}

.u-hover-list-arrow:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
          transform: translateX(-5px);
  -webkit-transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s;
  transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s;
}

.u-hover-list-arrow:hover {
  color: #0047bb !important;
  -webkit-transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s;
  transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s;
}

.u-hover-list-arrow:hover:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s;
  transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s;
}

.u-hover-alpha {
  -webkit-transition: opacity .5s cubic-bezier(.215, .61, .355, 1) 0s;
  transition: opacity .5s cubic-bezier(.215, .61, .355, 1) 0s;
}

.u-hover-alpha:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  opacity: .6;
  -webkit-transition: opacity .5s cubic-bezier(.215, .61, .355, 1) 0s;
  transition: opacity .5s cubic-bezier(.215, .61, .355, 1) 0s;
}

.u-hover-color {
  -webkit-transition: color .5s cubic-bezier(.215, .61, .355, 1) 0s;
  transition: color .5s cubic-bezier(.215, .61, .355, 1) 0s;
}

.u-hover-color:hover {
  color: #0047bb !important;
  -webkit-transition: color .5s cubic-bezier(.215, .61, .355, 1) 0s;
  transition: color .5s cubic-bezier(.215, .61, .355, 1) 0s;
}

.u-hover-zoom {
  overflow: hidden;
}

.u-hover-zoom .u-hover-zoom-item {
  -webkit-transition: -webkit-transform .7s cubic-bezier(.215, .61, .355, 1) 0s;
  transition: -webkit-transform .7s cubic-bezier(.215, .61, .355, 1) 0s;
  transition: transform .7s cubic-bezier(.215, .61, .355, 1) 0s;
  transition: transform .7s cubic-bezier(.215, .61, .355, 1) 0s, -webkit-transform .7s cubic-bezier(.215, .61, .355, 1) 0s;
}

.u-hover-zoom:hover .u-hover-zoom-item {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform .7s cubic-bezier(.215, .61, .355, 1) 0s;
  transition: -webkit-transform .7s cubic-bezier(.215, .61, .355, 1) 0s;
  transition: transform .7s cubic-bezier(.215, .61, .355, 1) 0s;
  transition: transform .7s cubic-bezier(.215, .61, .355, 1) 0s, -webkit-transform .7s cubic-bezier(.215, .61, .355, 1) 0s;
}

.u-hover-btn-blue {
  background: #0047bb;
  color: #fff;
  -webkit-transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s;
  transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s;
}

.u-hover-btn-blue:after {
  background-image: url(/contents/2/SASFC/assets/img/login/common/icon_arrow_right_w.svg);
}

.u-hover-btn-blue:hover {
  background-color: #c5c5c5 !important;
  color: #0047bb !important;
  text-decoration: none !important;
  -webkit-transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s;
  transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s;
}

.u-hover-btn-blue:hover:after {
  background-image: url(/contents/2/SASFC/assets/img/login/common/icon_arrow_right_bl.svg) !important;
}

.u-hover-btn-gray {
  background: #c5c5c5;
  color: #0047bb;
  -webkit-transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s;
  transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s;
}

.u-hover-btn-gray:after {
  background-image: url(/contents/2/SASFC/assets/img/login/common/icon_arrow_right_bl.svg);
  -webkit-transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s;
  transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s;
}

.u-hover-btn-gray:hover {
  background-color: #0047bb !important;
  color: #c5c5c5 !important;
  text-decoration: none !important;
  -webkit-transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s;
  transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s;
}

.u-hover-btn-gray:hover:after {
  background-image: url(/contents/2/SASFC/assets/img/login/common/icon_arrow_right_w.svg) !important;
  -webkit-transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s;
  transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s;
}

.u-hover-btn-twitter {
  background: #00acee;
  -webkit-transition: background .5s cubic-bezier(.215, .61, .355, 1) 0s;
  transition: background .5s cubic-bezier(.215, .61, .355, 1) 0s;
}

.u-hover-btn-twitter:hover {
  background-color: #00a1e0 !important;
  -webkit-transition: background .5s cubic-bezier(.215, .61, .355, 1) 0s;
  transition: background .5s cubic-bezier(.215, .61, .355, 1) 0s;
}

.u-hover-btn-facebook {
  background: #1f6aba;
  -webkit-transition: background .5s cubic-bezier(.215, .61, .355, 1) 0s;
  transition: background .5s cubic-bezier(.215, .61, .355, 1) 0s;
}

.u-hover-btn-facebook:hover {
  background-color: #1c5da3 !important;
  -webkit-transition: background .5s cubic-bezier(.215, .61, .355, 1) 0s;
  transition: background .5s cubic-bezier(.215, .61, .355, 1) 0s;
}

.u-hover-footer-link-color {
  -webkit-transition: background .5s cubic-bezier(.215, .61, .355, 1) 0s;
  transition: background .5s cubic-bezier(.215, .61, .355, 1) 0s;
}

.u-hover-footer-link-color:hover {
  color: #e2e2e2 !important;
  -webkit-transition: background .5s cubic-bezier(.215, .61, .355, 1) 0s;
  transition: background .5s cubic-bezier(.215, .61, .355, 1) 0s;
}

.news_content .article a, .member .band_text a, .member .caption a, p a {
  color: #0047bb;
  text-decoration: none;
}

.news_content .article a:hover, .member .band_text a:hover, .member .caption a:hover, p a:hover {
  text-decoration: underline !important;
}

.wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.wrapper.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.header {
  position: relative;
  z-index: 3;
  min-width: 1030px;
}

.header--in {
  border-bottom: 1px solid #ddd;
}

.header .hd_inner {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 35px 0 30px;
}

.header .hd_inner .hd-l {
  display: table-cell;
  position: relative;
  z-index: 1;
  padding-left: 20px;
  vertical-align: bottom;
}

.header .hd_inner .hd-l .hd_logo a {
  display: block;
}

.header .hd_inner .hd-l .hd_logo img {
  width: 380px;
  height: 63px;
}

.header .hd_inner .hd-r {
  position: absolute;
  right: 12px;
  bottom: 0;
  width: 100%;
}

.header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList {
  position: relative;
  width: 100%;
  font-size: 0;
  letter-spacing: -.4em;
  text-align: right;
}

.header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li {
  display: inline-block;
  padding-right: 8px;
  padding-left: 8px;
  vertical-align: bottom;
  cursor: pointer;
}

.header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li:hover p {
  color: #3368b8;
}

.header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li:hover p:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li:hover.m_search .icon_search img.on {
  display: block;
}

.header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li:hover.m_search .icon_search img.off {
  display: none;
}

.header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li p {
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
  font-weight: 700;
  font-size: 16px;
  font-family: "Overpass", YakuHanJP, "Helvetica", "游ゴシック", YuGothic, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, sans-serif;
  letter-spacing: .035em;
}

.header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li p:after {
  content: "";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 12;
  width: 100%;
  height: 3px;
  background: #3368b8;
}

.header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li .menu_detail {
  display: none;
  position: absolute;
  top: 78px;
  left: 0;
  z-index: 1;
  width: 100%;
  padding-bottom: 35px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 1.84px .16px rgba(226, 226, 226, .4);
          box-shadow: 0px 2px 1.84px .16px rgba(226, 226, 226, .4);

  border-top: 1px solid #ddd;
}

.header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li .menu_detail .menu__second-level {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: left;
}

.header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li .menu_detail .menu__second-level li {
  display: inline-block;
  position: relative;
  width: 49%;
  margin-left: 2%;
  padding: 25px 0 20px;
  vertical-align: top;
  font-weight: 700;
  font-size: 20px;
  font-family: "Overpass", YakuHanJP, "Helvetica", "游ゴシック", YuGothic, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, sans-serif;
  letter-spacing: normal;
  letter-spacing: .035em;

  border-bottom: solid 1px #e1e1e1;
}

.header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li .menu_detail .menu__second-level li:nth-child(2n) {
  margin-left: 0;
}

.header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li .menu_detail .menu__second-level li::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  background: url(/contents/2/SASFC/assets/img/login/common/icon_arrow_right_gr.svg) top center no-repeat;
  background-size: contain;
}

.header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li .menu_detail .menu__second-level li:hover {
  color: #3368b8;
}

.header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li .menu_detail .menu__second-level li:hover::before {
  background: url(/contents/2/SASFC/assets/img/login/common/icon_arrow_right_bl.svg) top center no-repeat;
  background-size: contain;
}

.header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li .menu_detail .menu__second-level li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li .menu_detail .menu__second-level .font_jp {
  font-weight: bold;
  font-size: 16px;
  font-family: "游ゴシック",YuGothic,"Helvetica","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: .1em;
}

.header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li .menu_detail .menu__second-level .menu_wide {
  width: 100%;
  margin-left: 0;
}

.header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li.m_search .icon_search {
  position: relative;
  top: 5px;
}

.header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li.m_search .icon_search:after {
  display: none;
}

.header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li.m_search .icon_search img {
  width: 28px;
  height: 28px;
}

.header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li.m_search .icon_search img.on {
  display: none;
}

.header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li.m_search .icon_search img.off {
  display: block;
}

.header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li.m_search .formArea {
  padding: 40px 0 100px;
  letter-spacing: -.4em;
  text-align: center;
}

.header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li.m_search .formArea select, .header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li.m_search .formArea textarea, .header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li.m_search .formArea input {
  outline: none;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li.m_search .formArea :placeholder-shown, .header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li.m_search .formArea ::-webkit-input-placeholder {
  color: #000;
}

.header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li.m_search .formArea select::-ms-expand {
  display: none;
}

.header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li.m_search .formArea .form_category {
  display: inline-block;
  position: relative;
  vertical-align: top;
  letter-spacing: normal;
  cursor: pointer;
}

.header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li.m_search .formArea .form_category .form_category__label {
  display: block;
  position: relative;
  background: #f0f0f0;
  border-radius: 5px;
}

.header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li.m_search .formArea .form_category .form_category__label::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: url(/contents/2/SASFC/assets/img/login/common/icon_arrow_down_bl.svg) center center no-repeat;
  background-size: 25px;
}

.header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li.m_search .formArea .form_category select {
  position: relative;
  width: 280px;
  height: 50px;
  padding-left: 18px;
  border: none;
  color: #000;
  font-size: 16px;
  cursor: pointer;
}

.header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li.m_search .formArea .form_txt {
  display: inline-block;
  margin: 0 20px;
  vertical-align: top;
  letter-spacing: normal;
}

.header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li.m_search .formArea .form_txt input {
  width: 460px;
  height: 50px;
  padding-left: 16px;
  background: #f0f0f0;
  border: none;
  border-radius: 5px;
  color: #000;
  font-size: 16px;
}

.header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li.m_search .formArea .form_search {
  display: inline-block;
  position: relative;
  vertical-align: top;
  letter-spacing: normal;
}

.header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li.m_search .formArea .form_search input {
  width: 180px;
  height: 50px;
  background-color: #0047bb;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  font-family: "游ゴシック",YuGothic,"Helvetica","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: .085em;
}

.header .hd_inner .hd-r .hd_link {
  position: absolute;
  top: -16px;
  right: 5px;
}

.header .hd_inner .hd-r .hd_link .external_linkList {
  letter-spacing: -.4em;
  text-align: right;
}

.header .hd_inner .hd-r .hd_link .external_linkList li {
  display: inline-block;
  position: relative;
  margin-right: 20px;
  padding-left: 20px;
  vertical-align: top;
  font-weight: bold;
  font-size: 11px;
  font-family: "Overpass", YakuHanJP, "Helvetica", "游ゴシック", YuGothic, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, sans-serif;
  letter-spacing: normal;
}

.header .hd_inner .hd-r .hd_link .external_linkList li:last-child {
  margin-right: 0;
}

.header .hd_inner .hd-r .hd_link .external_linkList li a {
  color: #000;
  text-decoration: none;
}

.header .hd_inner .hd-r .hd_link .external_linkList li span {
  margin: 0 5px;
  font-size: 10px;
}

.header .hd_inner .hd-r .hd_link .external_linkList .font_jp {
  font-weight: bold;
  font-size: 12px;
  font-family: "游ゴシック",YuGothic,"Helvetica","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: .1em;
}

.header .hd_inner .hd-r .hd_link .external_linkList .icon_tw a::before {
  content: "";
  position: absolute;
  top: -6px;
  left: -4px;
  width: 20px;
  height: 20px;
  background: url(/contents/2/SASFC/assets/img/login/common/icon_twitter_b.svg) center center no-repeat;
  background-size: contain;
}

.header .hd_inner .hd-r .hd_link .external_linkList .icon_tw a:hover::before {
  background: url(/contents/2/SASFC/assets/img/login/common/icon_twitter_bl.svg) center center no-repeat;
  background-size: contain;
}

.header .hd_inner .hd-r .hd_link .external_linkList .icon_fb a::before {
  content: "";
  position: absolute;
  top: -7px;
  left: -5px;
  width: 22px;
  height: 22px;
  background: url(/contents/2/SASFC/assets/img/login/common/icon_facebook_b.svg) center center no-repeat;
  background-size: contain;
}

.header .hd_inner .hd-r .hd_link .external_linkList .icon_fb a:hover::before {
  background: url(/contents/2/SASFC/assets/img/login/common/icon_facebook_bl.svg) center center no-repeat;
  background-size: contain;
}

.header .hd_inner .hd-r .hd_link .external_linkList .icon_yt::before {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  left: -7px;
  width: 25px;
  height: 25px;
  background: url(/contents/2/SASFC/assets/img/login/common/icon_youtube_bk.svg) center center no-repeat;
  background-size: contain;
}

.header .hd_inner .hd-r .hd_link .external_linkList .icon_yt::after {
  content: "";
  position: absolute;
  top: 0;
  right: 60px;
  width: 1px;
  height: 10px;
  background-color: #000;
}

.header .hd_inner .hd-r .hd_link .external_linkList .icon_yt a:nth-child(2) {
  margin-left: 10px;
}

.header .hd_inner .hd-r .hd_link .external_linkList .icon_yt:hover::before {
  background: url(/contents/2/SASFC/assets/img/login/common/icon_youtube_bl.svg) center center no-repeat;
  background-size: contain;
}

article {
  width: 100%;
  min-width: 1030px;
  margin: 0 auto 200px;
  padding: 0 20px;
}

@media all and (min-width: 1040px) {
  article {
    max-width: 1400px;
  }
}

/* パンくずリスト・サブタイトル */
.top {
  margin: 20px auto 0;
}

.top .breadcrumb {
  margin: 0 0 60px 0;
  font-size: 0;
  letter-spacing: -.4em;
}

.top .breadcrumb li {
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-size: 12px;
  letter-spacing: normal;
}

.top .breadcrumb li + li {
  margin-left: 30px;
}

.top .breadcrumb li::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -25px;
  width: 18px;
  height: 18px;
  background: url(/contents/2/SASFC/assets/img/login/common/icon_arrow_right_gr.svg) center center no-repeat;
  background-size: contain;
}

.top .breadcrumb li:first-child::before {
  display: none;
}

.top .breadcrumb li a {
  color: #000;
  text-decoration: none;
}

.top .breadcrumb li span {
  padding: 0 4px;
}

.top_title {
  position: relative;
  margin-bottom: 66px;
  padding-bottom: 35px;
  font-size: 42px;
  font-family: "Overpass", YakuHanJP, "Helvetica", "游ゴシック", YuGothic, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, sans-serif;
  text-align: center;
}

.top_title::before {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 62px;
  height: 5px;
  background: #000;
}

.top_logo {
  width: 430px;
  margin: 0 auto 66px;
}

/* パンくずリスト・サブタイトル */
.footer {
  position: relative;
  min-width: 1030px;
  margin: 0 auto;
}

.footer .ft_inner .ft_top .external_linkList {
  min-width: 1030px;
  background: #454545;
  letter-spacing: -.4em;
  text-align: center;
}

.footer .ft_inner .ft_top .external_linkList li {
  display: inline-block;
  position: relative;
  width: 20%;
  height: 160px;
  padding: 33px 0 33px;
  vertical-align: top;
  color: #fff;
  letter-spacing: normal;
  -webkit-transition: .3s;
  transition: .3s;
}

.footer .ft_inner .ft_top .external_linkList li:last-child:before {
  display: none;
}

.footer .ft_inner .ft_top .external_linkList li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #515151;
}

.footer .ft_inner .ft_top .external_linkList li .heading {
  margin-bottom: 5px;
  margin-bottom: 5px;
  font-size: 15px;
  font-family: "Overpass", YakuHanJP, "Helvetica", "游ゴシック", YuGothic, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, sans-serif;
  letter-spacing: .035em;
}

.footer .ft_inner .ft_top .external_linkList li .icon {
  display: inline-block;
  width: 64px;
  height: 64px;
  margin: 0 auto 7px;
}

.footer .ft_inner .ft_top .external_linkList li .icon img {
  width: 100%;
  height: 100%;
}

.footer .ft_inner .ft_top .external_linkList li .icon.icon_yt {
  width: 68px;
  height: 68px;
  margin: 0 auto 3px;
}

.footer .ft_inner .ft_top .external_linkList li .name {
  font-weight: 300;
  font-size: 13px;
  font-family: "Overpass", YakuHanJP, "Helvetica", "游ゴシック", YuGothic, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, sans-serif;
  letter-spacing: .01em;
}

.footer .ft_inner .ft_top .external_linkList li .name img {
  display: inline-block;
}

.footer .ft_inner .ft_top .external_linkList li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer .ft_inner .ft_top .external_linkList li a:hover > li {
  background: #000;
}

.footer .ft_inner .ft_top .external_linkList .normalLink:hover {
  background: #383838;
}

.footer .ft_inner .ft_btm {
  position: relative;
  padding: 65px 0 40px;
  background: url(/contents/2/SASFC/assets/img/login/common/footer_pc_bg_ph.jpg) top center no-repeat;
  background-size: cover;
}

.footer .ft_inner .ft_btm .ft_logo {
  position: relative;
  width: 260px;
  margin: 0 auto 50px;
}

.footer .ft_inner .ft_btm .ft_logo img {
  width: 260px;
  height: 43px;
}

.footer .ft_inner .ft_btm .ft_menu {
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 35px;
  letter-spacing: .035em;
  text-align: center;
}

.footer .ft_inner .ft_btm .ft_menu:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 228px;
  height: 1px;
  margin: auto;
  background: #44413e;
}

.footer .ft_inner .ft_btm .ft_menu li {
  display: inline-block;
  position: relative;
  margin: 0 13px;
  vertical-align: top;
  color: #fff;
  font-size: 15px;
  font-family: "Overpass", YakuHanJP, "Helvetica", "游ゴシック", YuGothic, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, sans-serif;
  letter-spacing: normal;
  letter-spacing: .035em;
  text-align: center;
}

.footer .ft_inner .ft_btm .ft_menu li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer .ft_inner .ft_btm .siteInfo {
  position: relative;
  margin-bottom: 60px;
  letter-spacing: -.4em;
  text-align: center;
}

.footer .ft_inner .ft_btm .siteInfo li {
  display: inline-block;
  position: relative;
  margin: 0 25px;
  padding-right: 13px;
  vertical-align: top;
  font-weight: 500;
  font-size: 13px;
  line-height: 1em;
  letter-spacing: normal;
  text-align: center;
}

.footer .ft_inner .ft_btm .siteInfo li:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -3px;
  width: 16px;
  height: 16px;
  margin-top: -7px;
  background: url(/contents/2/SASFC/assets/img/login/common/icon_arrow_right_w.svg) top center no-repeat;
  background-size: contain;
}

.footer .ft_inner .ft_btm .siteInfo li a {
  color: #fff;
  text-decoration: none;
}

.footer .ft_inner .ft_btm .siteInfo li.is-ie:before {
  margin-top: -10px;
}

.footer .ft_inner .ft_btm .caution {
  position: relative;
  margin-bottom: 20px;
  color: #b2b2b2;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.8em;
  text-align: center;
}

.footer .ft_inner .ft_btm .copy {
  position: relative;
  color: #b2b2b2;
  font-weight: 500;
  font-size: 10px;
  text-align: center;
}

.footer .ft_inner .ft_btm .copy a {
  color: #b2b2b2;
  text-decoration: underline;
}

.line {
  margin: 0;
}

.line--dots {
  background: url(/contents/2/SASFC/assets/img/login/common/dot_line_ptn.svg) center center repeat-x;
  border: none;
}

.btn__pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  -webkit-transform: translateY(150px);
      -ms-transform: translateY(150px);
          transform: translateY(150px);
  cursor: pointer;
  -webkit-transition: -webkit-transform .7s cubic-bezier(.215, .61, .355, 1) 0s;
  transition: -webkit-transform .7s cubic-bezier(.215, .61, .355, 1) 0s;
  transition: transform .7s cubic-bezier(.215, .61, .355, 1) 0s;
  transition: transform .7s cubic-bezier(.215, .61, .355, 1) 0s, -webkit-transform .7s cubic-bezier(.215, .61, .355, 1) 0s;
}

.btn__pagetop.active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform .7s cubic-bezier(.215, .61, .355, 1) 0s;
  transition: -webkit-transform .7s cubic-bezier(.215, .61, .355, 1) 0s;
  transition: transform .7s cubic-bezier(.215, .61, .355, 1) 0s;
  transition: transform .7s cubic-bezier(.215, .61, .355, 1) 0s, -webkit-transform .7s cubic-bezier(.215, .61, .355, 1) 0s;
}

.btn__pagetop.is-bottom {
  position: absolute;
  top: -125px;
  bottom: auto;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.btn__pagetop .btn__pagetop-area {
  padding: 9px;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 2px 0px #e2e2e2;
          box-shadow: 2px 2px 2px 0px #e2e2e2;
  -webkit-transition: background .3s cubic-bezier(.215, .61, .355, 1) 0s;
  transition: background .3s cubic-bezier(.215, .61, .355, 1) 0s;
}

.btn__pagetop .btn__pagetop-area img {
  width: 36px;
}

.btn__pagetop .btn__pagetop-text {
  padding-top: 9px;
  font-weight: bold;
  font-size: 12px;
  line-height: 1em;
  font-family: "Overpass", YakuHanJP, "Helvetica", "游ゴシック", YuGothic, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, sans-serif;
  letter-spacing: -.01em;
  text-align: center;
  text-shadow: #999 0px 0px 1px;
}

.btn__pagetop:hover .btn__pagetop-area {
  background: #c5c5c5;
  -webkit-transition: background .3s cubic-bezier(.215, .61, .355, 1) 0s;
  transition: background .3s cubic-bezier(.215, .61, .355, 1) 0s;
}

@media screen and (max-width: 768px) {
  .wrapper {
    padding-top: 80px;
  }
  .lock {
    overflow: hidden;
  }
  .header {
    width: 100%;
  }
  .header--in {
    border-bottom: none;
  }
  article {
    width: 100%;
    min-width: 0;
    margin-bottom: 120px;
    padding: 0;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 100%;
    background: #fff;
  }
  .header .hd_inner {
    position: relative;
    max-width: 100%;
    min-width: 100%;
    padding: 0;
    background: #fff;
  }
  .header .hd_inner .hd-l {
    display: block;
    padding: 24px 0 24px;
    padding-left: 0;
    vertical-align: bottom;
    text-align: center;

    border-bottom: solid 1px #e2e2e2;
  }
  .header .hd_inner .hd-l .nav_btn {
    position: absolute;
    top: 50%;
    left: 30px;
    z-index: 2;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 24px;
    height: 30px;
  }
  .header .hd_inner .hd-l .nav_btn:before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 24px;
    height: 3px;
    background-color: #000;
    transition: all .5s ease;

    -webkit-transition: all .5s ease;
  }
  .header .hd_inner .hd-l .nav_btn:after {
    content: "";
    display: block;
    position: absolute;
    top: 21px;
    left: 0;
    width: 24px;
    height: 3px;
    background-color: #000;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }
  .header .hd_inner .hd-l .nav_btn span {
    display: block;
    position: absolute;
    top: 13px;
    left: 0;
    width: 24px;
    height: 3px;
    background-color: #000;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }
  .header .hd_inner .hd-l .nav_btn.open:before {
    -webkit-transform: rotate(-45deg) translate(-31%, 125%);
        -ms-transform: rotate(-45deg) translate(-31%, 125%);
            transform: rotate(-45deg) translate(-31%, 125%);
  }
  .header .hd_inner .hd-l .nav_btn.open:after {
    -webkit-transform: rotate(45deg) translate(-31%, -125%);
        -ms-transform: rotate(45deg) translate(-31%, -125%);
            transform: rotate(45deg) translate(-31%, -125%);
  }
  .header .hd_inner .hd-l .nav_btn.open span {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;

    filter: alpha(opacity=0);
  }
  .header .hd_inner .hd-l .hd_logo {
    display: inline-block;
    position: relative;
  }
  .header .hd_inner .hd-l .hd_logo img {
    width: 190px;
    height: auto;
    margin: 0 auto;
  }
  .header .hd_inner .hd-r {
    display: none;
    position: fixed;
    top: 0;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    padding-top: 85px;
    overflow: auto;
    background: #fff;

    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  .header .hd_inner .hd-r .hd_menu {
    width: 85%;
    margin: 0 auto;
  }
  .header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList {
    position: relative;
    width: 100%;
    padding-top: 15px;
    letter-spacing: normal;
    text-align: left;
  }
  .header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li {
    display: block;
    width: 46%;
    margin-right: 0;
    padding: 20px 0;
    vertical-align: bottom;
    letter-spacing: normal;
  }
  .header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li:hover p {
    color: #000;
  }
  .header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li:hover p:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  .header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li.active p {
    color: #3368b8;
  }
  .header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li.active p:before {
    background: url(/contents/2/SASFC/assets/img/login/common/icon_arrow_right_bl.svg) top center no-repeat;
    background-size: contain;
  }
  .header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li.active p:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  .header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li.active .menu_detail {
    display: block;
    top: 22px;
    letter-spacing: -.4em;
    text-align: left;
  }
  .header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li.active .menu_detail.detail_open ul li {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li.active .menu_detail.detail_open ul li:nth-child(1) {
    -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
  }
  .header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li.active .menu_detail.detail_open ul li:nth-child(2) {
    -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) .04s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) .04s;
  }
  .header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li.active .menu_detail.detail_open ul li:nth-child(3) {
    -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) .08s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) .08s;
  }
  .header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li.active .menu_detail.detail_open ul li:nth-child(4) {
    -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) .12s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) .12s;
  }
  .header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li.active .menu_detail.detail_open ul li:nth-child(5) {
    -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) .16s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) .16s;
  }
  .header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li.active .menu_detail.detail_open ul li:nth-child(6) {
    -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) .2s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) .2s;
  }
  .header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li.active .menu_detail.detail_open ul li:nth-child(7) {
    -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) .24s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) .24s;
  }
  .header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li.active .menu_detail.detail_open ul li:nth-child(8) {
    -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) .28s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) .28s;
  }
  .header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li.active .menu_detail.detail_open ul li:nth-child(9) {
    -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) .32s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) .32s;
  }
  .header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li.active .menu_detail.detail_open ul li:nth-child(10) {
    -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) .36s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) .36s;
  }
  .header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li.active .menu_detail.detail_open ul li:nth-child(11) {
    -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) .4s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) .4s;
  }
  .header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li.active .menu_detail.detail_open ul li:nth-child(12) {
    -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) .44s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) .44s;
  }
  .header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li p {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 700;
    font-size: 15px;
    font-family: "Overpass", YakuHanJP, "Helvetica", "游ゴシック", YuGothic, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, sans-serif;
    cursor: pointer;
  }
  .header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li p:before {
    content: "";
    position: absolute;
    top: -1px;
    right: 0%;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    width: 18px;
    height: 18px;
    background: url(/contents/2/SASFC/assets/img/login/common/icon_arrow_right_gr.svg) top center no-repeat;
    background-size: contain;
  }
  .header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li p:after {
    content: "";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 12;
    width: 100%;
    height: 3px;
    background: #3368b8;
  }
  .header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li .menu_detail {
    position: absolute;
    top: 22px;
    left: 50%;
    z-index: 1;
    width: 60%;
    height: 100%;
    padding-bottom: 0;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: .3s;
    transition: .3s;

    border-top: none;
  }
  .header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li .menu_detail .menu__second-level {
    width: 100%;
    margin: 0 0 0 auto;
    padding: 0 15px 0 0;
  }
  .header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li .menu_detail .menu__second-level li {
    display: inline-block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    position: relative;
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
    width: 100%;
    margin: 0;
    padding: 12px 0;
    border: none;
    vertical-align: top;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.3em;
    font-family: "Overpass", YakuHanJP, "Helvetica", "游ゴシック", YuGothic, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, sans-serif;
    letter-spacing: normal;
    -webkit-transition: all .4s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .4s cubic-bezier(.215, .61, .355, 1) 0s;
  }
  .header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li .menu_detail .menu__second-level li:before {
    display: none;
  }
  .header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li .menu_detail .menu__second-level li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li .menu_detail .menu__second-level .font_jp {
    font-weight: bold;
    font-size: 13px;
    font-family: "游ゴシック",YuGothic,"Helvetica","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
    letter-spacing: .1em;
  }
  .header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li .menu_detail .menu__second-level .menu_wide {
    width: 100%;
    margin: 0;
  }
  .header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li.m_search {
    position: relative;
    width: 100%;
    margin: 30px auto 0;
    padding: 20px 0 25px;
    letter-spacing: -.4em;
    text-align: left;

    border-bottom: solid 1px #e2e2e2;
    border-top: solid 1px #e2e2e2;
  }
  .header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li.m_search .icon_search {
    display: inline-block;
    position: relative;
    top: 5px;
    width: 32px;
    vertical-align: middle;
    letter-spacing: normal;
  }
  .header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li.m_search .icon_search:before {
    display: none;
  }
  .header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li.m_search .txt_search {
    display: inline-block;
    margin-top: 10px;
    margin-left: 10px;
    vertical-align: middle;
    letter-spacing: normal;
  }
  .header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li.m_search .txt_search:before {
    display: none;
  }
  .header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li.m_search .menu_detail {
    display: block;
    position: relative;
    top: 7px;
    left: 0;
    width: 100%;
    padding-bottom: 0;
  }
  .header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li.m_search .menu_detail .formArea {
    padding: 15px 0;
    letter-spacing: -.4em;
    text-align: center;
  }
  .header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li.m_search .menu_detail .formArea select, .header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li.m_search .menu_detail .formArea textarea, .header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li.m_search .menu_detail .formArea input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li.m_search .menu_detail .formArea ::-webkit-input-placeholder {
    color: #000;
  }
  .header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li.m_search .menu_detail .formArea .form_category {
    display: block;
    position: relative;
    margin-bottom: 15px;
    vertical-align: top;
    letter-spacing: normal;
    cursor: pointer;
  }
  .header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li.m_search .menu_detail .formArea .form_category .form_category__label::before {
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background-size: 20px;
  }
  .header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li.m_search .menu_detail .formArea .form_category select {
    width: 100%;
    height: 50px;
    margin-bottom: 0;
    padding-left: 18px;
    border: none;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    font-family: "游ゴシック",YuGothic,"Helvetica","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
    cursor: pointer;
  }
  .header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li.m_search .menu_detail .formArea .form_txt {
    display: block;
    margin: 0 auto 15px;
    vertical-align: top;
    letter-spacing: normal;
  }
  .header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li.m_search .menu_detail .formArea .form_txt input {
    width: 100%;
    height: 50px;
    margin-bottom: 0;
    padding-left: 18px;
    background: #f0f0f0;
    border: none;
    border-radius: 5px;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    font-family: "游ゴシック",YuGothic,"Helvetica","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  }
  .header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li.m_search .menu_detail .formArea .form_search {
    display: block;
    vertical-align: top;
    letter-spacing: normal;
  }
  .header .hd_inner .hd-r .hd_menu .menu_main .hd_menuList > li.m_search .menu_detail .formArea .form_search input {
    width: 100%;
    height: 50px;
    background: #0047bb;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    font-family: "游ゴシック",YuGothic,"Helvetica","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  }
  .header .hd_inner .hd-r .hd_link {
    position: relative;
    top: 0;
    right: 0;
    width: 85%;
    margin: 0 auto;
    padding: 30px 0 15px;
  }
  .header .hd_inner .hd-r .hd_link .external_linkList {
    letter-spacing: -.4em;
    text-align: left;
  }
  .header .hd_inner .hd-r .hd_link .external_linkList li {
    display: inline-block;
    position: relative;
    margin-right: 30px;
    margin-bottom: 25px;
    padding-left: 25px;
    vertical-align: top;
    font-weight: bold;
    font-size: 14px;
    font-family: "Overpass", YakuHanJP, "Helvetica", "游ゴシック", YuGothic, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, sans-serif;
    letter-spacing: normal;
  }
  .header .hd_inner .hd-r .hd_link .external_linkList li:last-child {
    margin-right: 0;
  }
  .header .hd_inner .hd-r .hd_link .external_linkList li a {
    color: #000;
    text-decoration: none;
  }
  .header .hd_inner .hd-r .hd_link .external_linkList li span {
    margin: 0 10px;
    font-size: 10px;
  }
  .header .hd_inner .hd-r .hd_link .external_linkList .font_jp {
    font-weight: bold;
    font-size: 1px;
    font-family: "游ゴシック",YuGothic,"Helvetica","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
    letter-spacing: .1em;
  }
  .header .hd_inner .hd-r .hd_link .external_linkList .icon_tw:before {
    top: -11px;
    left: -10px;
    width: 32px;
    height: 32px;
  }
  .header .hd_inner .hd-r .hd_link .external_linkList .icon_fb::before {
    top: -10px;
    left: -8px;
    width: 30px;
    height: 30px;
  }
  .header .hd_inner .hd-r .hd_link .external_linkList .icon_yt::before {
    top: -9px;
    left: -9px;
    width: 30px;
    height: 30px;
  }
  .header .hd_inner .hd-r .hd_link .external_linkList .icon_yt::after {
    top: 0px;
    right: 88px;
    width: 1px;
  }
  .header .hd_inner .hd-r .hd_link .external_linkList .icon_yt a:nth-child(2) {
    margin-left: 20px;
  }
  .footer {
    min-width: 100%;
  }
  .footer .ft_inner .ft_top .external_linkList {
    min-width: 100%;
    text-align: left;
  }
  .footer .ft_inner .ft_top .external_linkList li {
    width: 50%;
    height: auto;
    padding: 17px 3% 22px;
    overflow: hidden;
    color: #fff;
  }
  .footer .ft_inner .ft_top .external_linkList li:last-child:after {
    display: none;
  }
  .footer .ft_inner .ft_top .external_linkList li:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #515151;
  }
  .footer .ft_inner .ft_top .external_linkList li .heading {
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 13px;
    font-family: "Overpass", YakuHanJP, "Helvetica", "游ゴシック", YuGothic, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, sans-serif;
  }
  .footer .ft_inner .ft_top .external_linkList li .icon {
    display: block;
    position: absolute;
    right: 3px;
    bottom: 3px;
    width: 32px;
    height: 32px;
    margin: 0;
  }
  .footer .ft_inner .ft_top .external_linkList li .icon.icon_yt {
    width: 34px;
    height: 34px;
    margin: 0;
  }
  .footer .ft_inner .ft_top .external_linkList li .icon.icon_sasplus {
    right: 13px;
    bottom: 5px;
    width: 60px;
    height: 60px;
    margin: 0;
  }
  .footer .ft_inner .ft_top .external_linkList li .name {
    font-size: 12px;
  }
  .footer .ft_inner .ft_top .external_linkList li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .footer .ft_inner .ft_top .external_linkList .item_wide {
    width: 100%;
  }
  .footer .ft_inner .ft_btm {
    position: relative;
    padding: 40px 0;
    background: url(/contents/2/SASFC/assets/img/login/common/footer_sp_bg_ph.jpg) bottom center no-repeat;
    background-size: cover;
  }
  .footer .ft_inner .ft_btm .ft_logo {
    position: relative;
    width: 58.6%;
    margin: 0 auto 35px;
  }
  .footer .ft_inner .ft_btm .ft_menu {
    width: 86%;
    margin: 0 auto 35px;
    padding-bottom: 0;
    text-align: center;
  }
  .footer .ft_inner .ft_btm .ft_menu:before {
    display: none;
  }
  .footer .ft_inner .ft_btm .ft_menu li {
    display: block;
    margin: 0 auto;
    padding: 15px 0 12px;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: .035em;
    text-align: left;
  }
  .footer .ft_inner .ft_btm .ft_menu li:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #44413e;
  }
  .footer .ft_inner .ft_btm .siteInfo {
    width: 86%;
    margin: 0 auto 60px;
    text-align: left;
  }
  .footer .ft_inner .ft_btm .siteInfo li {
    display: inline-block;
    position: relative;
    margin: 0 30px 30px 0;
    padding-right: 13px;
    vertical-align: top;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: normal;
    text-align: left;
  }
  .footer .ft_inner .ft_btm .siteInfo li:last-child {
    margin-bottom: 0;
  }
  .footer .ft_inner .ft_btm .siteInfo li:before {
    right: -6px;
  }
  .footer .ft_inner .ft_btm .caution {
    position: relative;
    width: 86%;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 11px;
    line-height: 1.7em;
    text-align: left;
  }
  .footer .ft_inner .ft_btm .copy {
    position: relative;
    width: 86%;
    margin: 0 auto;
    color: #b2b2b2;
    font-weight: 500;
    font-size: 10px;
    line-height: 1.5em;
    text-align: center;
  }
  .footer .ft_inner .ft_btm .copy a:hover {
    color: #b2b2b2 !important;
  }
}

.l-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 980px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-block {
  width: 446px;
}

section.c-toppanel {
  display: inline-block;
  position: relative;
  width: 420px;
  margin-bottom: 77px;
  background: #fff;
}

section.c-toppanel:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ee3226;
}

section.c-toppanel.is-pc-inline {
  display: inline-block;
}

section.c-toppanel.is-sp-inline {
  display: none;
}

section.c-toppanel h2.c-toppanel__title {
  position: relative;
  padding: 35px 0 29px;
  font-size: 20px;
}

section.c-toppanel h2.c-toppanel__title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #e2e2e2;
}

section.c-toppanel .c-btn {
  display: table;
  margin: 30px auto 0;
  text-align: center;
}

section.c-toppanel .c-btn a {
  display: inline-block;
  padding: 18px 80px 12px;
}

section.c-toppanel .cap_admission {
  padding-top: 30px;
  font-weight: bold;
  font-size: 13px;
  line-height: 2.4em;
}

section.c-toppanel .cap_admission.bold {
  font-size: 15.5px;
}

section.c-toppanel .anno_admission {
  padding-top: 5px;
  font-weight: 500;
  font-size: 13px;
}

section.c-toppanel .p-privilege .p-privilege__list {
  margin-bottom: 20px;
}

section.c-toppanel .p-privilege .p-privilege__list:last-child {
  margin-bottom: 0;
}

section.c-toppanel .p-privilege .p-privilege__list li {
  position: relative;
}

section.c-toppanel .p-privilege .p-privilege__list li.add_image {
  padding: 25px 0 34px;
}

section.c-toppanel .p-privilege .p-privilege__list li.add_image:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
}

section.c-toppanel .p-privilege .p-privilege__list li.add_image:first-child {
  padding-top: 35px;
}

section.c-toppanel .p-privilege .p-privilege__list li.no_image {
  padding: 7px 0;
}

section.c-toppanel .p-privilege .p-privilege__list li.no_image:before {
  display: none;
}

section.c-toppanel .p-privilege .p-privilege__list li .name {
  font-weight: bold;
  font-size: 15px;
}

section.c-toppanel .p-privilege .p-privilege__list li .name span {
  font-size: 12px;
}

section.c-toppanel .p-privilege .p-privilege__list li .name i {
  display: inline-block;
  width: 20px;
  margin-right: 3px;
  vertical-align: top;
}

section.c-toppanel .p-privilege .p-privilege__list li .name img {
  width: 20px;
  height: 18px;
}

section.c-toppanel .p-privilege .p-privilege__list li .img {
  margin-top: 15px;
}

section.c-toppanel .p-privilege .p-privilege__list li .img.img01 {
  width: 130px;
}

section.c-toppanel .p-privilege .p-privilege__list li .img.img02 {
  width: 280px;
}

section.c-toppanel .p-privilege .p-privilege__list li .img.img03 {
  width: 170px;
}

section.c-toppanel .p-privilege .p-privilege__list li .img.img04 {
  width: 260px;
}

section.c-toppanel .p-loginform {
  padding-top: 40px;
}

section.c-toppanel .p-loginform .loginform_inner .loginform_box {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  overflow: hidden;
  background: #f2f2f2;
  border-radius: 8px;
}

section.c-toppanel .p-loginform .loginform_inner .loginform_box.is-linked h3 {
  background-color: #ee3324;
}

section.c-toppanel .p-loginform .loginform_inner .loginform_box:not(:first-of-type) {
  margin-top: 20px;
}

section.c-toppanel .p-loginform .loginform_inner .loginform_box h3 {
  position: relative;
  padding: 15px 40px 16px 20px;
  padding-right: 36px;
  background-color: #9f9f9f;
  color: #fff;
  font-size: 17.5px;
  cursor: pointer;
}

section.c-toppanel .p-loginform .loginform_inner .loginform_box h3::before {
  content: "";
  position: absolute;
  top: 0;
  right: 13px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 22px;
  height: 100%;
  background: url(../img/common/icon_arrow_up_w.svg) no-repeat center center;
  background-size: contain;

  pointer-events: none;
}

section.c-toppanel .p-loginform .loginform_inner .loginform_box h3.is-open::before {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

section.c-toppanel .p-loginform .loginform_inner .formArea {
  display: none;
  position: relative;
  margin-bottom: 15px;
  padding: 35px;
}

section.c-toppanel .p-loginform .loginform_inner .formArea select, section.c-toppanel .p-loginform .loginform_inner .formArea textarea, section.c-toppanel .p-loginform .loginform_inner .formArea input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

section.c-toppanel .p-loginform .loginform_inner .formArea ::-webkit-input-placeholder {
  color: #000;
}

section.c-toppanel .p-loginform .loginform_inner .formArea .form_number {
  margin-bottom: 30px;
  letter-spacing: -.4em;
  text-align: left;
}

section.c-toppanel .p-loginform .loginform_inner .formArea .form_number .txt {
  display: inline-block;
  width: 90px;
  padding-top: 18px;
  vertical-align: top;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: normal;
  letter-spacing: .025em;
}

section.c-toppanel .p-loginform .loginform_inner .formArea .form_number .inputArea {
  display: inline-block;
  width: 260px;
  vertical-align: top;
  letter-spacing: normal;
}

section.c-toppanel .p-loginform .loginform_inner .formArea .form_number .inputArea input {
  width: 260px;
  height: 50px;
  padding-left: 14px;
  background: #fff;
  border: none;
  border-radius: 5px;
  color: #000;
  font-size: 17px;
}

section.c-toppanel .p-loginform .loginform_inner .formArea .form_number .inputArea .anno {
  margin-top: 12px;
  padding-left: 21px;
  font-weight: bold;
  font-size: 12px;
}

section.c-toppanel .p-loginform .loginform_inner .formArea .form_pass {
  margin-bottom: 28px;
  letter-spacing: -.4em;
  text-align: left;
}

section.c-toppanel .p-loginform .loginform_inner .formArea .form_pass .txt {
  display: inline-block;
  width: 90px;
  padding-top: 18px;
  vertical-align: top;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: normal;
  letter-spacing: -.045em;
}

section.c-toppanel .p-loginform .loginform_inner .formArea .form_pass .inputArea {
  display: inline-block;
  width: 260px;
  vertical-align: top;
  letter-spacing: normal;
}

section.c-toppanel .p-loginform .loginform_inner .formArea .form_pass .inputArea input {
  width: 260px;
  height: 50px;
  padding-left: 14px;
  background: #fff;
  border: none;
  border-radius: 5px;
  color: #000;
  font-size: 17px;
}

section.c-toppanel .p-loginform .loginform_inner .formArea .form_pass .inputArea .anno {
  margin-top: 13px;
  padding-left: 21px;
  font-weight: bold;
  font-size: 12px;
}

section.c-toppanel .p-loginform .loginform_inner .formArea .form_search {
  display: table;
  position: relative;
  width: 260px;
  margin: 0 auto;
}

section.c-toppanel .p-loginform .loginform_inner .formArea .form_search:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background-image: url(/contents/2/SASFC/assets/img/login/common/icon_arrow_right_w.svg);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;

  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

section.c-toppanel .p-loginform .loginform_inner .formArea .form_search:hover:after {
  background-image: url(/contents/2/SASFC/assets/img/login/common/icon_arrow_right_bl.svg);
}

section.c-toppanel .p-loginform .loginform_inner .formArea .form_search input {
  width: 100%;
  padding: 18px 0;
  border: none;
  border-radius: 6px;
  -webkit-box-shadow: 0px 2px 2px 0px #e2e2e2;
          box-shadow: 0px 2px 2px 0px #e2e2e2;
  font-weight: bold;
  font-size: 18px;
  line-height: 1em;
  text-align: center;
}

section.c-toppanel .p-loginform .loginform_inner .formArea font {
  line-height: 1.2;
}

section.c-toppanel .p-loginform .helpList li {
  display: table;
  position: relative;
  margin: 0 auto 20px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.1em;
  text-align: center;
}

section.c-toppanel .p-loginform .helpList li:before {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  bottom: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  background: url("../img/common/icon_arrow_right_bl.svg") top center no-repeat;
  background-size: contain;
}

section.c-toppanel .p-loginform .helpList li:hover a {
  text-decoration: underline;
}

section.c-toppanel .p-loginform .helpList li a {
  color: #000;
  text-decoration: none;
}

section.c-toppanel .p-members {
  padding-bottom: 220px;
}

section.c-toppanel .p-members .p-members__list li {
  position: relative;
  padding: 30px 0 35px;
}

section.c-toppanel .p-members .p-members__list li:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
}

section.c-toppanel .p-members .p-members__list li:last-child:before {
  display: none;
}

section.c-toppanel .p-members .p-members__list li h3 {
  position: relative;
  margin-bottom: 22px;
  padding: 3px 0 3px 40px;
  color: #3368b8;
  font-weight: bold;
  font-size: 19px;
  line-height: 1.6em;
}

section.c-toppanel .p-members .p-members__list li h3 .u-icon-nav--news {
  position: absolute;
  top: 3px;
  left: 0;
  width: 30px;
  height: 30px;
  background: url("../img/login/icon_news.svg") center center no-repeat;
  background-size: contain;
}

section.c-toppanel .p-members .p-members__list li h3 .u-icon-nav--staff {
  position: absolute;
  top: 4px;
  left: 2px;
  width: 30px;
  height: 30px;
  background: url("../img/login/icon_staff.svg") center center no-repeat;
  background-size: contain;
}

section.c-toppanel .p-members .p-members__list li h3 .u-icon-nav--library {
  position: absolute;
  top: 4px;
  left: 2px;
  width: 30px;
  height: 30px;
  background: url("../img/login/icon_library.svg") center center no-repeat;
  background-size: contain;
}

section.c-toppanel .p-members .p-members__list li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section.c-toppanel .p-members .p-members__list .topcommunication .topcommunication_inner {
  position: relative;
}

section.c-toppanel .p-members .p-members__list .topcommunication .topcommunication_inner .p-topcommunication__list-thumb {
  display: inline-block;
  width: 90px;
  overflow: hidden;
  backface-visibility: hidden;
  vertical-align: top;
  letter-spacing: normal;

  -webkit-backface-visibility: hidden;
}

section.c-toppanel .p-members .p-members__list .topcommunication .topcommunication_inner .p-topcommunication__list-thumb figure {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 75%;
}

section.c-toppanel .p-members .p-members__list .topcommunication .topcommunication_inner .p-topcommunication__list-thumb figure .u-hover-zoom-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section.c-toppanel .p-members .p-members__list .topcommunication .topcommunication_inner .p-topcommunication__list-textarea {
  display: inline-block;
  width: 300px;
  margin-left: 20px;
  vertical-align: top;
  letter-spacing: normal;
}

section.c-toppanel .p-members .p-members__list .topcommunication .topcommunication_inner .p-topcommunication__list-textarea .p-topcommunication__list-header {
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: -.01em;
}

section.c-toppanel .p-members .p-members__list .topcommunication .topcommunication_inner .p-topcommunication__list-textarea .p-topcommunication__list-header i {
  position: relative;
  top: 3px;
  width: 30px;
  margin-right: 12px;
  margin-left: 3px;
}

section.c-toppanel .p-members .p-members__list .topcommunication .topcommunication_inner .p-topcommunication__list-textarea .p-topcommunication__list-bottom {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: -.01em;
}

section.c-toppanel .p-members .p-members__list .topnews {
  position: relative;
}

section.c-toppanel .p-members .p-members__list .topnews .p-topnews__list-header {
  font-size: 14px;
  line-height: 1.6em;
  letter-spacing: -.01em;
}

section.c-toppanel .p-members .p-members__list .topnews .p-topnews__list-header i {
  position: relative;
  top: 3px;
  width: 30px;
  margin-right: 12px;
  margin-left: 3px;
}

section.c-toppanel .p-members .p-members__list .topnews .p-topnews__list-bottom {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: -.01em;
}

section.c-toppanel .p-members .p-members__list .toplibrary {
  position: relative;
}

section.c-toppanel .p-members .p-members__list .toplibrary .p-topnews__list-header {
  font-size: 14px;
  line-height: 1.7em;
  letter-spacing: -.01em;
}

section.c-toppanel .p-members .p-members__list .toplibrary .p-topnews__list-header i {
  position: relative;
  top: 3px;
  width: 30px;
  margin-right: 12px;
  margin-left: 3px;
}

section.c-toppanel .p-members .p-members__list .toplibrary .p-topnews__list-bottom {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: -.01em;
}

section.c-toppanel .p-members .p-members__list .toplibrary .lib_contents {
  margin-top: 30px;
  letter-spacing: -.4em;
  text-align: left;
}

section.c-toppanel .p-members .p-members__list .toplibrary .lib_contents .img {
  display: inline-block;
  width: 120px;
  vertical-align: top;
  letter-spacing: normal;
}

section.c-toppanel .p-members .p-members__list .toplibrary .lib_contents .txt {
  display: inline-block;
  width: 260px;
  margin-left: 35px;
  vertical-align: top;
  color: #000;
  font-size: 13px;
  letter-spacing: normal;
}

section.c-toppanel .p-members .p-members__list .toplibrary .lib_contents .txt ul p {
  position: relative;
  margin-bottom: 14px;
  padding-bottom: 14px;
  line-height: 1.4em;
}

section.c-toppanel .p-members .p-members__list .toplibrary .lib_contents .txt ul p:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 12px;
  height: 1px;
  background: #000;
}

section.c-toppanel .p-members .p-members__list .toplibrary .lib_contents .txt ul li {
  margin-bottom: 10px;
  padding: 0;
  line-height: 1.4em;
}

section.c-toppanel .p-members .p-members__list .toplibrary .lib_contents .txt ul li::before {
  content: none;
}

section.c-toppanel .p-members .p-members__list .toplibrary .lib_contents .txt ul li:last-child {
  margin-bottom: 0;
}

section.inquiry {
  position: relative;
  width: 1030px;
  margin: 0 auto;
  background: #f3f3f3;
}

section.inquiry .inquiry_inner {
  padding: 60px 45px 60px 72px;
}

section.inquiry .inquiry_inner .ttl_inquiry {
  margin-bottom: 60px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

section.inquiry .inquiry_inner .inquiry_contents {
  letter-spacing: -.4em;
  text-align: left;
}

section.inquiry .inquiry_inner .inquiry_contents .contents_l {
  display: inline-block;
  width: 467px;
  vertical-align: top;
  letter-spacing: normal;
}

section.inquiry .inquiry_inner .inquiry_contents .contents_l .c-btn--faq {
  width: 390px;
  margin-bottom: 36px;
}

section.inquiry .inquiry_inner .inquiry_contents .contents_l .link {
  display: table;
  position: relative;
  margin-bottom: 35px;
  padding-right: 25px;
  font-weight: bold;
  font-size: 18px;
}

section.inquiry .inquiry_inner .inquiry_contents .contents_l .link:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 18px;
  background: url("../img/common/icon_arrow_right_bl.svg");
  background-size: contain;
}

section.inquiry .inquiry_inner .inquiry_contents .contents_l .link a {
  color: #000;
  text-decoration: none !important;
}

section.inquiry .inquiry_inner .inquiry_contents .contents_l .inquiryList {
  font-size: 14px;
}

section.inquiry .inquiry_inner .inquiry_contents .contents_l .inquiryList .cap {
  margin-bottom: 5px;
}

section.inquiry .inquiry_inner .inquiry_contents .contents_l .inquiryList dl {
  margin-bottom: 3px;
  letter-spacing: -.4em;
  text-align: left;
}

section.inquiry .inquiry_inner .inquiry_contents .contents_l .inquiryList dl:last-child {
  margin-bottom: 0;
}

section.inquiry .inquiry_inner .inquiry_contents .contents_l .inquiryList dl dt {
  display: inline-block;
  position: relative;
  width: 80px;
  vertical-align: top;
  line-height: 2em;
  letter-spacing: normal;
}

section.inquiry .inquiry_inner .inquiry_contents .contents_l .inquiryList dl dt:before {
  content: "：";
  position: absolute;
  top: 0;
  right: 15px;
}

section.inquiry .inquiry_inner .inquiry_contents .contents_l .inquiryList dl dd {
  display: inline-block;
  width: 335px;
  vertical-align: top;
  line-height: 2em;
  letter-spacing: normal;
}

section.inquiry .inquiry_inner .inquiry_contents .contents_r {
  display: inline-block;
  width: 441px;
  vertical-align: top;
  letter-spacing: normal;
}

section.inquiry .inquiry_inner .inquiry_contents .contents_r .annoList {
  font-weight: 500;
  font-size: 12px;
}

section.inquiry .inquiry_inner .inquiry_contents .contents_r .annoList li {
  padding-left: 1em;
  line-height: 2em;
  text-indent: -1em;
}

@media screen and (max-width: 768px) {
  .l-grid {
    display: block;
    width: 84%;
  }
  .l-block {
    width: 100%;
  }
  .top {
    min-width: 0;
    margin-top: 40px;
  }
  .top_title {
    margin-bottom: 80px;
    margin-left: 8%;
    padding-bottom: 15px;
    font-size: 20px;
    font-family: "Overpass", YakuHanJP, "Helvetica", "游ゴシック", YuGothic, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, sans-serif;
    letter-spacing: .035em;
    text-align: left;
  }
  .top_title::before {
    bottom: 0;
    left: 3%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 20px;
    height: 3px;
    background: #000;
  }
  .top_logo {
    width: 240px;
    margin: 0 auto 60px;
  }
  section.c-toppanel {
    width: 100%;
    margin-bottom: 60px;
    padding: 0;
  }
  section.c-toppanel:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000;
  }
  section.c-toppanel.is-pc-inline {
    display: none;
  }
  section.c-toppanel.is-sp-inline {
    display: block;
  }
  section.c-toppanel h2.c-toppanel__title {
    position: relative;
    padding: 15px 0;
    color: #ee3226;
    font-size: 18px;
  }
  section.c-toppanel h2.c-toppanel__title:before {
    display: none;
  }
  section.c-toppanel .c-btn {
    display: block;
    margin: 20px auto 0;
    text-align: center;
  }
  section.c-toppanel .c-btn a {
    display: inline-block;
    padding: 18px 0 12px;
  }
  section.c-toppanel .cap_admission {
    padding-top: 0px;
    font-weight: 500;
    font-size: 13px;
    line-height: 2em;
  }
  section.c-toppanel .cap_admission.bold {
    font-weight: bold;
    font-size: 15px;
  }
  section.c-toppanel .anno_admission {
    padding-top: 10px;
    font-weight: 500;
    font-size: 13px;
  }
  section.c-toppanel .p-privilege .p-privilege__list {
    margin-bottom: 20px;
  }
  section.c-toppanel .p-privilege .p-privilege__list:last-child {
    margin-bottom: 0;
  }
  section.c-toppanel .p-privilege .p-privilege__list li {
    position: relative;
  }
  section.c-toppanel .p-privilege .p-privilege__list li.add_image {
    padding: 35px 0 36px;
  }
  section.c-toppanel .p-privilege .p-privilege__list li.add_image:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e5e5e5;
  }
  section.c-toppanel .p-privilege .p-privilege__list li.add_image:first-child {
    padding-top: 18px;
  }
  section.c-toppanel .p-privilege .p-privilege__list li.no_image {
    padding: 6px 0;
  }
  section.c-toppanel .p-privilege .p-privilege__list li.no_image:before {
    display: none;
  }
  section.c-toppanel .p-privilege .p-privilege__list li .name {
    font-weight: bold;
    font-size: 14px;
  }
  section.c-toppanel .p-privilege .p-privilege__list li .name i {
    display: inline-block;
    width: 18px;
    vertical-align: top;
  }
  section.c-toppanel .p-privilege .p-privilege__list li .img {
    margin-top: 10px;
  }
  section.c-toppanel .p-privilege .p-privilege__list li .img.img01 {
    width: 52.4%;
  }
  section.c-toppanel .p-privilege .p-privilege__list li .img.img02 {
    width: 100%;
  }
  section.c-toppanel .p-privilege .p-privilege__list li .img.img03 {
    width: 60%;
  }
  section.c-toppanel .p-privilege .p-privilege__list li .img.img04 {
    width: 71.4%;
  }
  section.c-toppanel .p-loginform {
    padding-top: 0;
  }
  section.c-toppanel .p-loginform .loginform_inner .loginform_box {
    border-radius: 3px;
  }
  section.c-toppanel .p-loginform .loginform_inner .loginform_box h3 {
    padding: 12px 20px 13px 11px;
    font-size: 14px;
  }
  section.c-toppanel .p-loginform .loginform_inner .loginform_box h3::before {
    right: 11px;
    width: 15px;
  }
  section.c-toppanel .p-loginform .loginform_inner .formArea {
    position: relative;
    margin-bottom: 30px;
    padding: 0 16%;
    background: none;
    border-radius: 0;
  }
  section.c-toppanel .p-loginform .loginform_inner .formArea select, section.c-toppanel .p-loginform .loginform_inner .formArea textarea, section.c-toppanel .p-loginform .loginform_inner .formArea input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  section.c-toppanel .p-loginform .loginform_inner .formArea ::-webkit-input-placeholder {
    color: #000;
  }
  section.c-toppanel .p-loginform .loginform_inner .formArea .form_number {
    margin-bottom: 15px;
  }
  section.c-toppanel .p-loginform .loginform_inner .formArea .form_number .txt {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding-top: 18px;
    font-weight: bold;
    font-size: 14px;
  }
  section.c-toppanel .p-loginform .loginform_inner .formArea .form_number .inputArea {
    display: block;
    width: 100%;
  }
  section.c-toppanel .p-loginform .loginform_inner .formArea .form_number .inputArea input {
    width: 100%;
    height: 50px;
    padding-left: 14px;
    border: none;
    border-radius: 5px;
    color: #000;
    font-size: 14px;
  }
  section.c-toppanel .p-loginform .loginform_inner .formArea .form_number .inputArea .anno {
    margin-top: 10px;
    padding-left: 0;
    font-weight: bold;
    font-size: 12px;
  }
  section.c-toppanel .p-loginform .loginform_inner .formArea .form_pass {
    margin-bottom: 25px;
  }
  section.c-toppanel .p-loginform .loginform_inner .formArea .form_pass .txt {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding-top: 18px;
    font-weight: bold;
    font-size: 14px;
  }
  section.c-toppanel .p-loginform .loginform_inner .formArea .form_pass .inputArea {
    display: block;
    width: 100%;
  }
  section.c-toppanel .p-loginform .loginform_inner .formArea .form_pass .inputArea input {
    width: 100%;
    height: 50px;
    padding-left: 14px;
    border: none;
    border-radius: 5px;
    color: #000;
    font-size: 14px;
  }
  section.c-toppanel .p-loginform .loginform_inner .formArea .form_pass .inputArea .anno {
    margin-top: 10px;
    padding-left: 0;
    font-weight: bold;
    font-size: 12px;
  }
  section.c-toppanel .p-loginform .loginform_inner .formArea .form_search {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  section.c-toppanel .p-loginform .loginform_inner .formArea .form_search:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    background-image: url(/contents/2/SASFC/assets/img/login/common/icon_arrow_right_w.svg);
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  section.c-toppanel .p-loginform .loginform_inner .formArea .form_search:hover:after {
    background-image: url(/contents/2/SASFC/assets/img/login/common/icon_arrow_right_bl.svg);
  }
  section.c-toppanel .p-loginform .loginform_inner .formArea .form_search input {
    width: 100%;
    padding: 18px 0;
    border: none;
    border-radius: 6px;
    -webkit-box-shadow: 0px 2px 2px 0px #e2e2e2;
            box-shadow: 0px 2px 2px 0px #e2e2e2;
    font-weight: bold;
    font-size: 18px;
    line-height: 1em;
    text-align: center;
  }
  section.c-toppanel .p-loginform .loginform_inner .formArea font {
    font-size: 14px;
  }
  section.c-toppanel .p-loginform .helpList li {
    display: table;
    position: relative;
    margin: 0 auto 20px;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.1em;
    text-align: center;
  }
  section.c-toppanel .p-loginform .helpList li:before {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    bottom: 0;
    width: 20px;
    height: 20px;
    margin: auto;
    background: url("../img/common/icon_arrow_right_bl.svg") top center no-repeat;
    background-size: contain;
  }
  section.c-toppanel .p-loginform .helpList li:hover a {
    text-decoration: underline;
  }
  section.c-toppanel .p-loginform .helpList li a {
    color: #000;
    text-decoration: none;
  }
  section.c-toppanel .p-members {
    padding-bottom: 0;
  }
  section.c-toppanel .p-members .p-members__list li {
    position: relative;
    padding: 10px 0 20px;
  }
  section.c-toppanel .p-members .p-members__list li:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e5e5e5;
  }
  section.c-toppanel .p-members .p-members__list li:last-child:before {
    display: none;
  }
  section.c-toppanel .p-members .p-members__list li h3 {
    position: relative;
    margin-bottom: 15px;
    padding: 3px 0 3px 38px;
    color: #3368b8;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.6em;
  }
  section.c-toppanel .p-members .p-members__list li h3 .u-icon-nav--news {
    position: absolute;
    top: 3px;
    left: 2px;
    width: 28px;
    height: 28px;
    background: url("../img/login/icon_news.svg") center center no-repeat;
    background-size: contain;
  }
  section.c-toppanel .p-members .p-members__list li h3 .u-icon-nav--staff {
    position: absolute;
    top: 4px;
    left: 2px;
    width: 28px;
    height: 28px;
    background: url("../img/login/icon_staff.svg") center center no-repeat;
    background-size: contain;
  }
  section.c-toppanel .p-members .p-members__list li h3 .u-icon-nav--library {
    position: absolute;
    top: 4px;
    left: 2px;
    width: 28px;
    height: 28px;
    background: url("../img/login/icon_library.svg") center center no-repeat;
    background-size: contain;
  }
  section.c-toppanel .p-members .p-members__list li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  section.c-toppanel .p-members .p-members__list .topcommunication .topcommunication_inner {
    position: relative;
  }
  section.c-toppanel .p-members .p-members__list .topcommunication .topcommunication_inner .p-topcommunication__list-thumb {
    width: 37%;
    height: auto;
  }
  section.c-toppanel .p-members .p-members__list .topcommunication .topcommunication_inner .p-topcommunication__list-textarea {
    width: 59%;
    margin-left: 1%;
  }
  section.c-toppanel .p-members .p-members__list .topcommunication .topcommunication_inner .p-topcommunication__list-textarea .p-topcommunication__list-header {
    font-size: 13px;
  }
  section.c-toppanel .p-members .p-members__list .topcommunication .topcommunication_inner .p-topcommunication__list-textarea .p-topcommunication__list-bottom {
    font-size: 14px;
  }
  section.c-toppanel .p-members .p-members__list .topnews {
    position: relative;
  }
  section.c-toppanel .p-members .p-members__list .topnews .p-topnews__list-header {
    font-size: 13px;
  }
  section.c-toppanel .p-members .p-members__list .topnews .p-topnews__list-bottom {
    font-size: 14px;
  }
  section.c-toppanel .p-members .p-members__list .toplibrary {
    position: relative;
  }
  section.c-toppanel .p-members .p-members__list .toplibrary .p-topnews__list-header {
    font-size: 13px;
  }
  section.c-toppanel .p-members .p-members__list .toplibrary .p-topnews__list-bottom {
    font-size: 14px;
  }
  section.c-toppanel .p-members .p-members__list .toplibrary .lib_contents {
    margin-top: 15px;
  }
  section.c-toppanel .p-members .p-members__list .toplibrary .lib_contents .img {
    width: 120px;
    margin: 0 auto 20px;
  }
  section.c-toppanel .p-members .p-members__list .toplibrary .lib_contents .txt {
    display: block;
    width: 100%;
    margin: 0 auto;
    vertical-align: top;
    color: #000;
    font-size: 13px;
    letter-spacing: normal;
  }
  section.c-toppanel .p-members .p-members__list .toplibrary .lib_contents .txt dl dt {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 10px;
    line-height: 1.4em;
  }
  section.c-toppanel .p-members .p-members__list .toplibrary .lib_contents .txt dl dt:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 12px;
    height: 1px;
    background: #000;
  }
  section.c-toppanel .p-members .p-members__list .toplibrary .lib_contents .txt dl dd {
    margin-bottom: 8px;
    line-height: 1.4em;
  }
  section.c-toppanel .p-members .p-members__list .toplibrary .lib_contents .txt dl dd:last-child {
    margin-bottom: 0;
  }
  section.inquiry {
    width: 94%;
    background: #f3f3f3;
  }
  section.inquiry .inquiry_inner {
    padding: 30px 3%;
  }
  section.inquiry .inquiry_inner .ttl_inquiry {
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
  }
  section.inquiry .inquiry_inner .inquiry_contents .contents_l {
    display: block;
    width: 100%;
    margin-bottom: 25px;
  }
  section.inquiry .inquiry_inner .inquiry_contents .contents_l .c-btn--faq {
    width: 100%;
    margin-bottom: 18px;
  }
  section.inquiry .inquiry_inner .inquiry_contents .contents_l .link {
    display: table;
    position: relative;
    margin-bottom: 25px;
    padding-right: 20px;
    font-weight: bold;
    font-size: 15px;
  }
  section.inquiry .inquiry_inner .inquiry_contents .contents_l .link:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 16px;
    background: url("../img/common/icon_arrow_right_bl.svg");
    background-size: contain;
  }
  section.inquiry .inquiry_inner .inquiry_contents .contents_l .link a {
    color: #000;
    text-decoration: none !important;
  }
  section.inquiry .inquiry_inner .inquiry_contents .contents_l .inquiryList {
    font-size: 14px;
  }
  section.inquiry .inquiry_inner .inquiry_contents .contents_l .inquiryList .cap {
    margin-bottom: 5px;
  }
  section.inquiry .inquiry_inner .inquiry_contents .contents_l .inquiryList dl {
    display: table;
    letter-spacing: -.4em;
    text-align: left;
  }
  section.inquiry .inquiry_inner .inquiry_contents .contents_l .inquiryList dl dt {
    display: table-cell;
    position: relative;
    width: 58px;
    vertical-align: top;
    line-height: 1.8em;
    letter-spacing: normal;
  }
  section.inquiry .inquiry_inner .inquiry_contents .contents_l .inquiryList dl dt:before {
    content: "：";
    position: absolute;
    top: 0;
    right: 5px;
  }
  section.inquiry .inquiry_inner .inquiry_contents .contents_l .inquiryList dl dd {
    display: table-cell;
    width: auto;
    vertical-align: top;
    line-height: 1.8em;
    letter-spacing: normal;
  }
  section.inquiry .inquiry_inner .inquiry_contents .contents_r {
    display: block;
    width: 100%;
  }
  section.inquiry .inquiry_inner .inquiry_contents .contents_r .annoList {
    font-size: 12px;
  }
  section.inquiry .inquiry_inner .inquiry_contents .contents_r .annoList li {
    padding-left: 1em;
    line-height: 1.8em;
    text-indent: -1em;
  }
}
