@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&display=swap");
.lg {
  display: block !important
}

.md {
  display: none !important
}

.announce{
  width:100%; max-width:770px;
  margin: 0px auto 10px; padding:5px;
  font-size:15px; text-align:left; line-height:1.2;
  border:1px solid #bbb;
  border-radius:5px;
  background-color:#fee; box-sizing: border-box;
}
h3{
  font-size:15px;
}


.btn-area {
  position: relative;
  text-align: center
}

.btn1- {
  overflow: hidden;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 20px 5px 20px;
  width: 100%;
  max-width: 120px;
  height: 37px;
  background: #d9d9d9;
  border-radius: 30px;
  border: 1px solid #d9d9d9;
  outline: none;
  line-height: 1;
  letter-spacing: -.1em;
  color: #222;
  font-weight: normal;
  font-style: normal;
  font-size: .925em;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  -webkit-transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out
}

.btn1- span {
  border-bottom: 1px solid #222;
  -webkit-transition: border 0.3s linear;
  transition: border 0.3s linear
}

.btn1-.ico-mail {
  max-width: 180px;
  padding: 5px 20px 5px 50px;
  background: #ff878d;
  border: 1px solid #ff878d;
  color: #fff;
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out
}

.btn1-.ico-mail span {
  border-bottom: none
}

.btn1-.ico-mail:hover {
  background: #ff6e75
}

.btn1-.ico-mail::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -8px;
  width: 19px;
  height: 15px;
  background: url(./img/ico_mail.png) no-repeat;
  background-size: 100%
}

.btn1-.ico-question {
  max-width: 180px;
  padding: 5px 20px 5px 30px;
  background: #7eccd6;
  border: 1px solid #7eccd6;
  color: #fff;
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out
}

.btn1-.ico-question span {
  border-bottom: none
}

.btn1-.ico-question:hover {
  background: #57bdcb
}

.btn1-.ico-question::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -11px;
  width: 21px;
  height: 21px;
  background: url(./img/ico_question.png) no-repeat;
  background-size: 100%
}

.btn1-.ico-arrow {
  max-width: 270px;
  height: 50px;
  padding: 5px 50px 5px 20px;
  background: #ff878d;
  border: 1px solid #ff878d;
  color: #fff;
  font-size: 1.125em;
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out
}

.btn1-.ico-arrow span {
  border-bottom: none
}

.btn1-.ico-arrow:hover {
  background: #ff6e75
}

.btn1-.ico-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  margin-top: -7px;
  width: 19px;
  height: 14px;
  background: url(./img/ico_arrow.png) no-repeat
}

.btn1-.ico-arrow-2 {
  max-width: 200px;
  height: 45px;
  padding: 5px 20px 5px 20px;
  background: #6ab1de;
  border: none;
  color: #fff;
  font-size: 1.125em;
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out
}

.btn1-.ico-arrow-2 span {
  border-bottom: none
}

.btn1-.ico-arrow-2::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  margin-top: -6px;
  width: 7px;
  height: 13px;
  background: url(./img/ico_arr.png) no-repeat
}

.btn1-.ico-arrow-2:hover {
  opacity: 1;
  background: #409bd5
}

.btn1-.ico-pdf {
  max-width: 270px;
  height: 50px;
  padding: 5px 50px 5px 20px;
  background: #7eccd6;
  border: 1px solid #7eccd6;
  color: #fff;
  font-size: 1.125em;
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out
}

.btn1-.ico-pdf span {
  border-bottom: none
}

.btn1-.ico-pdf:hover {
  background: #57bdcb
}

.btn1-.ico-pdf::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  margin-top: -8px;
  width: 32px;
  height: 16px;
  background: url(./img/ico_pdf.png) no-repeat
}

.btn1-.btn-search-1 {
  max-width: 160px;
  height: 35px;
  padding: 5px 20px 5px 20px;
  background: #6ab1de;
  border: none;
  color: #fff;
  font-size: .925em;
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out
}

.btn1-.btn-search-1 span {
  border-bottom: none
}

.btn1-.btn-search-1:hover {
  opacity: 1;
  background: #409bd5
}

.btn1-.btn-search-2 {
  max-width: 130px;
  height: 35px;
  padding: 5px 20px 5px 20px;
  background: #ff878d;
  border: none;
  color: #fff;
  font-size: .925em;
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out
}

.btn1-.btn-search-2 span {
  border-bottom: none
}

.btn1-.btn-search-2:hover {
  opacity: 1;
  background: #ff6e75
}

.btn1-.btn-profile {
  max-width: 120px;
  height: 40px;
  padding: 5px 20px 5px 20px;
  background: #ff878d;
  border: none;
  color: #fff;
  font-size: .925em;
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out
}

.btn1-.btn-profile span {
  border-bottom: none
}

.btn1-.btn-profile:hover {
  opacity: 1;
  background: #ff6e75
}

.btn1-.btn-delete {
  max-width: 120px;
  height: 40px;
  padding: 5px 20px 5px 20px;
  background: #fff;
  border: 1px solid #ff878d;
  color: #ff878d;
  font-size: .925em;
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out
}

.btn1-.btn-delete span {
  border-bottom: none
}

.btn1-.btn-delete:hover {
  opacity: 1;
  color: #fff;
  background: #ff878d
}

.btn1-.btn-edit {
  max-width: 120px;
  height: 40px;
  padding: 5px 20px 5px 20px;
  background: #6ab1de;
  border: none;
  color: #fff;
  font-size: .925em;
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out
}

.btn1-.btn-edit span {
  border-bottom: none
}

.btn1-.btn-edit:hover {
  opacity: 1;
  background: #409bd5
}

.btn1-.btn-edit:hover.active {
  color: #fff;
  background: #409bd5
}

.btn1-.btn-edit.active {
  background: #fff;
  border: 1px solid #6ab1de;
  color: #6ab1de
}

.btn1-.btn-favorite {
  max-width: 300px;
  height: 50px;
  padding: 5px 20px 5px 50px;
  background: #ffa300;
  border: 1px solid #ffa300;
  color: #fff;
  font-size: 1.25em;
  letter-spacing: .5px;
  -webkit-transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out
}

.btn1-.btn-favorite span {
  border-bottom: none
}

.btn1-.btn-favorite::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50px;
  display: block;
  margin-top: -11px;
  width: 26px;
  height: 23px;
  background: url(./img/ico_favorite.png) no-repeat;
  background-size: 100%
}

.btn1-.btn-favorite:hover {
  opacity: 1;
  color: #ffa300;
  background: #fff
}

.btn1-.btn-favorite:hover::after {
  background: url(./img/ico_favorite_on.png) no-repeat;
  background-size: 100%
}

.btn1-.btn-introduction {
  max-width: 300px;
  height: 50px;
  padding: 5px 20px 5px 65px;
  background: #86c1f9;
  border: 1px solid #86c1f9;
  color: #fff;
  font-size: 1.25em;
  letter-spacing: .5px;
  -webkit-transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out
}

.btn1-.btn-introduction span {
  border-bottom: none
}

.btn1-.btn-introduction::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50px;
  display: block;
  margin-top: -16px;
  width: 21px;
  height: 32px;
  background: url(./img/ico_introduction.png) no-repeat;
  background-size: 100%
}

.btn1-.btn-introduction:hover {
  opacity: 1;
  color: #86c1f9;
  background: #fff
}

.btn1-.btn-introduction:hover::after {
  background: url(./img/ico_introduction_on.png) no-repeat;
  background-size: 100%
}

.btn1-.cl-g {
  -webkit-transition: border 0.4s ease-in-out, background-color 0.4s ease-in-out;
  transition: border 0.4s ease-in-out, background-color 0.4s ease-in-out
}

.btn1-.cl-g:hover {
  background: #222;
  border-color: #222;
  color: #fff
}

.btn1-:hover span {
  border-bottom-color: transparent
}

.btn1- .arr {
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out
}

.btn1- .arr i {
  position: absolute;
  display: block;
  width: 8px;
  height: 14px;
  right: 50%;
  top: 50%;
  margin: -7px -4px 0 0;
  -webkit-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out
}

.btn1- .arr i:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  -webkit-transform: translate(-50%, -50%) scale(1.14286, 1) rotate(45deg);
  transform: translate(-50%, -50%) scale(1.14286, 1) rotate(45deg);
  margin-left: -2px;
  border-top: 2px solid #f59cc3;
  border-right: 2px solid #f59cc3
}

.btn1-.btn-size-s {
  padding: 5px 40px 5px 6px;
  height: 42px;
  max-width: 180px;
  font-size: 1.125em
}

.btn1-.btn-size-s .arr {
  right: 16px;
  margin-top: -10px;
  width: 20px;
  height: 20px
}

.btn1-.btn-size-s .arr i {
  position: absolute;
  display: block;
  width: 6px;
  height: 12px;
  margin: -6px -3px 0 0
}

.btn1-.btn-size-s .arr i:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  margin-left: -1px;
  border-top: 2px solid #f59cc3;
  border-right: 2px solid #f59cc3
}

.btn1-.btn-size-s2 {
  max-width: 200px;
  font-size: 1.125em
}

.btn1-.btn-size-m {
  max-width: 330px
}

.btn1-.btn-size-l {
  max-width: 100%
}

.btn1-.hide {
  display: none
}

.btn2- {
  overflow: hidden;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 24px 5px 60px;
  height: 54px;
  border-radius: 30px;
  border: 1px solid transparent;
  outline: none;
  line-height: 1;
  color: #5c4837;
  font-weight: 700;
  font-style: normal;
  font-size: 1.313em;
  letter-spacing: -0.1em;
  text-decoration: underline;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out
}

.btn2- .arr {
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  background: #5c4837;
  border-radius: 50%
}

.btn2- .arr i {
  position: absolute;
  display: block;
  width: 6px;
  height: 14px;
  left: 50%;
  top: 50%;
  margin: -7px 0 0 -4px
}

.btn2- .arr i:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  -webkit-transform: translate(-50%, -50%) scale(.85714, 1) rotate(45deg);
  transform: translate(-50%, -50%) scale(.85714, 1) rotate(45deg);
  margin-left: 2px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff
}

.btn2-.btn-size-s {
  padding: 5px 40px 5px 6px;
  height: 42px;
  max-width: 180px;
  font-size: 1.125em
}

.btn2-.btn-size-s .arr {
  right: 16px;
  margin-top: -10px;
  width: 20px;
  height: 20px
}

.btn2-.btn-size-s .arr i {
  position: absolute;
  display: block;
  width: 6px;
  height: 12px;
  margin: -6px -3px 0 0
}

.btn2-.btn-size-s .arr i:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  margin-left: -1px;
  border-top: 2px solid #f59cc3;
  border-right: 2px solid #f59cc3
}

.btn2-.type-border {
  border-color: #5c4837;
  text-decoration: none
}

.input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.input-wrap .pd-l {
  padding-left: 5px
}

.slt-opt {
  padding: 0 18px 0 12px;
  width: 65px;
  height: 35px;
  background: #fff url(./img/ico_arr_slt.png) no-repeat right 10px center;
  background-size: 14px auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #8f929a;
  border-radius: 4px;
  vertical-align: top
}

.slt-opt option {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif
}

.slt-opt.width-s- {
  min-width: 80px
}

.slt-opt.width-s2- {
  min-width: 110px
}

.slt-opt.width-s3- {
  min-width: 140px
}

.slt-opt.width-100- {
  min-width: none;
  width: 100%
}




/* ------------------------------- 追加 ------------------------------- */

input::placeholder {
  color: blue;
  font-size: 0.7em;
}

.note{
  color:red;
}


#Err_Message{
  color:red;
  font-size:14px;
  line-height:1.2;
}


/*----------------------------------------- password */
#fieldPassword {
  border: 1px solid #5f5d5b;
  max-width: calc(100% - 96px);
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#textPassword {
  border: none;
  max-width: calc(100% - 30px);
  width: 100%;
  height: 95%;
  padding: 0 10px;
  font-size: 1.125em;
  box-sizing: border-box;
  color: #222;
}
#btn_eye{
  width:25px;
  height: 50px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image:url(./img/eye_close.png);
  background-color:none;
  cursor:pointer;
}
.eye_open{
  background-image:url(./img/eye_open.png) !important;
}





@media print, screen and (max-width: 1024px) {
  .btn1-.ico-question {
    padding: 5px 20px 5px 50px
  }
}

@media print, screen and (max-width: 767px) {
  .lg {
    display: none !important
  }
  .md {
    display: block !important
  }
  .btn1- {
    height: 45px;
    font-size: 1.25em
  }
  .btn1-.btn-size-m {
    max-width: 290px
  }
}

html {
  -webkit-text-size-adjust: 100%
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, img, small, strong, b, i, dl, dt, dd, ol, ul, li, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, footer, header, section, audio, video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent
}

article, aside, footer, header, menu, nav, section {
  display: block
}

ul, ol {
  list-style: none
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent
}

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

input, select, textarea {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  vertical-align: middle;
  border-radius: 0;
  cursor:pointer;
}

a {
  text-decoration: none;
  color: inherit
}

a:visited {
  text-decoration: none
}

li img {
  vertical-align: middle
}

a:active {
  text-decoration: none
}

em {
  font-style: normal
}

input[type=text], textarea {
  -webkit-appearance: none
}

input[type=checkbox], input[type=radio], select {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

input[type=checkbox] {
  margin: 0;
  padding: 0;
  border: 0
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0
}

.blind, legend {
  display: block;
  overflow: hidden;
  position: absolute;
  top: -1000em;
  left: 0
}

.cp-blind, caption {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 0;
  line-height: 0
}

address {
  font-style: normal
}

img {
  max-width: 100%;
  vertical-align: top
}

html, body, * {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif
}

button {
  cursor: pointer;
  background: transparent
}

body {
  background: #fff;
  color: #222;
  font-size: 16px
}

@font-face {
  font-family: 'Notera';
  src: url(./Notera_PersonalUseOnly.ttf)
}

#login {
  background: #666
}

.wrapper {
  overflow: hidden
}

.inner-static {
  position: relative;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.inner-static::after {
  content: '';
  display: table;
  clear: both
}

#login-header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%
}

#login-header .inner-static {
  max-width: 1920px
}

#h-logo {
  float: left;
  margin: 36px 0 0 60px
}

#h-logo a {
  overflow: hidden;
  display: block;
  padding-left: 76px;
  min-height: 54px;
  background: url(./img/h_logo.png) no-repeat 0 center;
  font-size: 16px
}

#h-logo a .en, #h-logo a .ja {
  display: block;
  color: #222;
  line-height: 1
}

#h-logo a .en {
  margin-top: 6px;
  font-family: 'Playfair Display', serif;
  font-size: 1.5em
}

#h-logo a .en .point {
  font-family: inherit;
  color: #ff878d
}

#h-logo a .ja {
  margin-top: 4px;
  color: #222;
  font-size: 0.813em
}

.login-spot {
  position: relative;
  height: 830px;
  background: url(./img/login_bg1.jpg) no-repeat center 0/cover
}

.login-spot .inner-static {
  max-width: 1440px;
  height: 100%
}

.login-spot .inner-static .spot-tit {
  position: absolute;
  left: 0;
  bottom: 200px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-size: 16px
}

.login-spot .inner-static .spot-tit strong {
  font-weight: 400;
  font-family: 'Notera';
  color: #ff878d;
  font-size: 8.75em;
  line-height: 0.75
}

.form-login {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 425px;
  height: 100%
}

.form-login .wrap-login-input {
  padding: 40px 50px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.form-login .wrap-login-input .input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px
}

.form-login .wrap-login-input .input-wrap:first-of-type {
  margin-top: 0
}

.form-login .wrap-login-input .input-wrap label {
  width: 96px;
  color: #222;
  font-size: 1em
}

.form-login .wrap-login-input .input-wrap .input-txt {
  max-width: calc(100% - 96px)
}

.form-login .wrap-login-input .btn-box {
  margin-top: 25px
}

.form-login .wrap-login-input .lst-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
  font-size: 0.875em;
  color: #222
}

.form-login .wrap-login-input .lst-link>li a {
  border-bottom: 1px solid #222;
  -webkit-transition: border 0.2s linear;
  transition: border 0.2s linear
}

.form-login .wrap-login-input .lst-link>li a:hover {
  border-bottom-color: #fff
}

.form-login .input-txt {
  padding: 0 10px;
  width: 100%;
  height: 50px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #5f5d5b;
  font-size: 1.125em;
  vertical-align: top;
  color: #222;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: background 0.35s linear;
  transition: background 0.35s linear
}

.form-login .input-txt::-webkit-input-placeholder {
  color: #666
}

.form-login .input-txt:-ms-input-placeholder {
  color: #666
}

.form-login .input-txt::-ms-input-placeholder {
  color: #666
}

.form-login .input-txt::placeholder {
  color: #666
}

.form-login .input-txt.active, .form-login .input-txt:focus {
  background: #f7f5ed
}

.form-login .btn-login {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0 60px;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  border: none;
  background: #ff878d url(./img/arr_r.png) no-repeat right 40px center;
  background-size: 20px auto;
  color: #fff;
  font-weight: 700;
  font-size: 1.313em;
  text-align: center;
  -webkit-transition: background 0.35s ease;
  transition: background 0.35s ease
}

.form-login .btn-login:hover {
  background-color: #ff6e75
}

.ico-scroll {
  overflow: hidden;
  position: absolute;
  right: 40px;
  bottom: 0;
  width: 16px;
  height: 124px
}

.ico-scroll .tx {
  position: absolute;
  right: 16px;
  bottom: 65px;
  color: #222;
  font-family: 'Playfair Display', serif;
  font-size: 0.688em;
  letter-spacing: 0.05em;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.ico-scroll::after {
  content: '';
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: 6px;
  display: block;
  width: 1px;
  height: 60px;
  background: #222
}

#sclact {
  position: absolute;
  z-index: 200;
  left: 6px;
  top: 20px;
  background: #fff;
  width: 1px;
  height: 20px;
  color: #fff;
  opacity: 1
}

.login-intro .inner-static {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-width: 100%
}

.login-intro .inner-static::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 50%;
  height: 100%;
  background: url(./img/login_bg2.jpg) no-repeat 30% 0/cover
}

.login-intro .inner-static .cnt {
  padding: 60px 90px 75px;
  width: 50%;
  background: #f7f7f7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.login-intro .inner-static .cnt .tit {
  margin-bottom: 26px;
  text-align: center
}

.login-intro .inner-static .cnt .tit strong, .login-intro .inner-static .cnt .tit span {
  display: block;
  color: #222;
  line-height: 1.25
}

.login-intro .inner-static .cnt .tit strong {
  margin-bottom: 14px;
  font-size: 1.75em
}

.login-intro .inner-static .cnt .tit span {
  font-family: 'Yu Mincho';
  font-size: 0.938em;
  letter-spacing: 0.1em
}

.login-intro .inner-static .cnt .bx {
  padding: 40px 60px;
  background: #fff;
  color: #222;
  font-size: 0.938em;
  line-height: 2
}

#login-footer {
  position: relative;
  text-align: center
}

#login-footer .f-link {
  position: absolute;
  right: 90px;
  top: 50%;
  margin-top: -10px;
  color: #fff;
  font-size: 0.875em;
  border-bottom: 1px solid #fff;
  line-height: 20px;
  -webkit-transition: border 0.35s ease;
  transition: border 0.35s ease
}

#login-footer .f-link:hover {
  border-bottom-color: transparent
}

#login-footer #btn-pagetop {
  position: fixed;
  right: 20px;
  bottom: 80px;
  display: block;
  width: 50px;
  height: 50px;
  background: #a6d0eb url(./img/ico_pagetop.png) no-repeat center;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease
}

#login-footer #btn-pagetop:hover {
  background-color: #6ab1df
}

#login-footer #btn-pagetop.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1
}

#copyright {
  padding: 21px 100px;
  font-family: 'Yu Gothic';
  color: #fff;
  font-size: 0.75em;
  line-height: 1.5
}

#copyright strong {
  font-weight: 400
}

@media print, screen and (max-width: 1440px) {
  .form-login {
    margin-right: 20px
  }
  .login-intro .inner-static .cnt {
    padding: 30px 45px 35px
  }
  .login-intro .inner-static .cnt .tit strong {
    font-size: 1.5em
  }
  .login-intro .inner-static .cnt .bx {
    padding: 20px 30px;
    font-size: 0.875em
  }
  #login-footer .f-link {
    right: 45px
  }
  #login-footer #btn-pagetop {
    right: 10px;
    bottom: 70px
  }
}

@media print, screen and (max-width: 1024px) {
  #h-logo {
    margin: 18px 0 0 30px
  }
  #h-logo a {
    padding-left: 64px
  }
  .login-spot .inner-static .spot-tit {
    left: 20px;
    bottom: 100px
  }
  .login-spot .inner-static .spot-tit strong {
    font-size: 6.75em
  }
  .login-intro .inner-static {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
  .login-intro .inner-static::before {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: 400px
  }
  .login-intro .inner-static .cnt {
    padding: 30px 45px 35px;
    width: 100%
  }
  .login-intro .inner-static .cnt .tit strong {
    font-size: 1.5em
  }
  .login-intro .inner-static .cnt .bx {
    padding: 20px 30px;
    font-size: 0.875em
  }
  .bx {
    font-size: 0.875em
  }
}

@media print, screen and (max-width: 768px) {
  #h-logo {
    margin: 10px 0 0 10px
  }
  #h-logo a .en {
    margin-top: 8px;
    font-size: 1.25em
  }
  #h-logo a .ja {
    font-size: 0.75em
  }
  .login-spot {
    height: 600px
  }
  .login-spot .inner-static .spot-tit {
    display: none
  }
  .form-login {
    float: none;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto
  }
  .form-login .wrap-login-input {
    padding: 30px;
    margin:0px -10px;
  }
  .ico-scroll {
    display: none
  }
  .login-intro .inner-static .cnt .tit {
    margin-bottom: 18px
  }
  .login-intro .inner-static .cnt .tit strong {
    margin-bottom: 10px;
    font-size: 1.25em
  }
  .login-intro .inner-static .cnt .tit span {
    font-size: 0.875em
  }
  .login-intro .inner-static .cnt .bx {
    font-size: 0.875em;
    line-height: 1.8
  }
  .bx {
    font-size: 0.875em;
    line-height: 1.8
  }
  #login-footer .f-link {
    top: 10px;
    right: 20px;
    margin-top: 0
  }
  #login-footer #btn-pagetop {
    bottom: 90px
  }
  #copyright {
    padding: 42px 20px 20px
  }
}

@media print, screen and (max-width: 425px) {
  h3{
    font-size:14px;
  }
  .pc{
    display:none;
  }
  .form-login {
    float: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 20px;
    max-width: calc(100% - 40px)
  }
  .form-login .wrap-login-input {
    padding: 20px;
    margin-bottom:20px;
  }
  .form-login .wrap-login-input .lst-link {
    margin-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .login-intro .inner-static .cnt {
    padding: 30px 20px 40px
  }
  .login-intro .inner-static .cnt .tit {
    margin-bottom: 14px
  }
  .login-intro .inner-static .cnt .tit strong {
    margin-bottom: 6px;
    font-size: 1.125em
  }
  .login-intro .inner-static .cnt .tit span {
    font-size: 0.75em
  }
  .login-intro .inner-static .cnt .bx {
    padding: 20px;
    font-size: 0.75em
  }
  .bx {
    font-size: 0.75em
  }
}
