@media screen and (max-width:769px) {
  /*ログイン画面のヘッダー*/
  .header .navbox nav.login {
    top: 96px;
    background: #F1F1F1;
  }
  .header .navbox nav.login .nav-ul a {
    color: #4E4E4E;
  }
  .header .navbox nav.login .nav-ul a:hover {
    background: #E2E2E2;
  }
  .header .navbox nav.login .nav-ul .nav-li {
    margin-left: 0;
    width: 100%;
    border-bottom: 1px solid rgba(181, 181, 181, .4);
  }
}


/*--mv----------------------------------------*/

.mv {
  height: calc(100vh - 94px);
  /* background: url("../img/shc-login/mv.jpg") no-repeat center; */
  background-size: cover;
}

.mv .vegas-content{
    height: 100%;
}

.mv .container-m {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}


/*---mv-copy---*/

.mv-copy {
  max-width: 540px;
  color: #FFFFFF;
  flex-wrap: wrap;
  margin-top: -1em;
}

.mv-copy .ttl {
  margin-bottom: 1em;
  letter-spacing: 0.02em;
  font-weight: bold;
  font-size: 4.8rem;
}

.mv-copy .copytext {
  width: 86%;
  line-height: 2.4;
}


/*---mv-login---*/

.mv-login {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  right: -6.5%;
  height: 100%;
  background: rgba(255, 255, 255, .6);
  width: 625px;
}

.mv-login .box {
  max-width: 450px;
  width: 92%;
  margin: 0 auto;
}

.mv-login .box .ttl {
  margin-bottom: 0.5em;
}

.mv-login .box .ttl-sub {
  margin-bottom: 0.5em;
}

.mv-login input {
  background: #FFFFFF;
  border: none;
  box-sizing: border-box;
  border-radius: 3px;
  color: #303030;
  display: block;
  width: 100%;
  padding: 1em;
  font-size: 1.7rem;
  /* margin-bottom: 1.5em; */
}

.mv-login button {
  position: relative;
  display: block;
  padding: 0.8em;
  width: 100%;
  color: #ffffff;
  background: #E60020;
  border: none;
  box-sizing: border-box;
  font-weight: 500;
  border-radius: 100px;
  cursor: pointer;
  transition: .2s;
}

.mv-login button:hover {
  background: #FF1515;
}

.mv-login .ttl-new {
  text-align: center;
  width: 100%;
  position: relative;
  margin-top: 2em;
}

.mv-login .ttl-new::before, .mv-login .ttl-new::after {
  content: '';
  display: block;
  width: 27%;
  border-bottom: 2px dotted #303030;
  position: absolute;
  top: 15px;
}

.mv-login .ttl-new::before {
  left: 0;
}

.mv-login .ttl-new::after {
  right: 0;
}

.mv-login .btn-new {
  position: relative;
  display: block;
  padding: 1em;
  width: 100%;
  color: #343797;
  background: #F0F0F7;
  text-align: center;
  font-weight: 500;
  border-radius: 100px;
  margin-top: 0.5em;
}

.mv-login .btn-new:hover {
  color: #FFFFFF;
  background: #343797;
}

.mv-login .btn-new:after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("../img/shc-login/arrow_login_blue2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 1.25em;
  top: 1.15em;
  transition: .2s;
}

.mv-login .btn-new:hover:after {
  background-image: url("../img/shc-login/arrow_login_wh2.svg");
  right: 1em;
}

.mv-login .btn-new-gray {
  position: relative;
  display: block;
  padding: 1em;
  width: 100%;
  color: #303030;
  background: lightgray;
  text-align: center;
  font-weight: 500;
  border-radius: 100px;
  margin-top: 0.5em;
}

.mv-login .btn-new-gray:after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("../img/shc-login/arrow_login_wh2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 1.25em;
  top: 1.15em;
  transition: .2s;
}

.mv-login .btn-new-gray:hover:after {
  background-image: url("../img/shc-login/arrow_login_wh2.svg");
  right: 1em;
}

.right-arrow {
  text-align: right;
  color: #303030;
  display: block;
  margin-top: 1em;
  font-weight: 500;
  position: relative;
  padding-right: 1.8em;
}

.right-arrow:hover {
  color: #E60020;
}

.right-arrow.blue:hover {
  color: #343797;
}

.right-arrow:after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../img/shc-login/arrow_login_red.svg");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 0.2em;
  top: 0.08em;
}

.right-arrow.blue:after {
  background-image: url("../img/shc-login/arrow_login_blue.svg");
}

@media screen and (max-width:1200px) {
  .mv-copy {
    max-width: calc(100% - 400px);
  }
  /*---mv-login---*/
  .mv-login {
    right: -4.5%;
    width: 450px;
  }
  .mv-login .box {
    max-width: 84%;
    margin: 0 auto;
  }
}

@media screen and (max-width:960px) {
  .mv {
    height: auto;
    padding: 4em 0;
  }
  .mv .container-m {
    display: flex;
    flex-direction: column;
  }
  .mv-copy {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 2em;
    margin-top: 2em;
  }
  .mv-copy .ttl {
    margin-bottom: 0.8em;
    text-align: center;
    font-size: 4.8rem;
  }
  .mv-copy .copytext {
    width: 90%;
    max-width: 640px;
    margin: 0 auto;
    line-height: 2.4;
  }
  /*---mv-login---*/
  .mv-login {
    position: relative;
    right: 0%;
    height: auto;
    width: 100%;
    padding: 2.5em 0;
    max-width: 540px;
  }
}

@media screen and (max-width:769px) {
  .mv-copy .ttl {
    font-size: 4rem;
  }
}

@media screen and (max-width:480px) {
  .mv {
    padding: 2.5em 0;
  }
  .mv-copy .ttl {
    font-size: 3.6rem;
  }
  .mv-login {
    padding: 1.5em 0;
  }
  .mv-copy .copytext {
    width: 96%;
    max-width: 640px;
    line-height: 2;
  }
  .mv-login .box {
    max-width: 90%;
  }
  .right-arrow {
    font-size: 1.35rem;
  }
  .mv-login input {
    width: 100%;
    padding: 0.8em;
    font-size: 1.6rem;
    margin-bottom: 1em;
  }
  .right-arrow:after {
    width: 12px;
    height: 12px;
    top: 0.09em;
  }
}

@media screen and (max-width:320px) {
  .mv-copy .ttl {
    font-size: 3.25rem;
  }
  .mv-copy .copytext {
    font-size: 1.4rem;
  }
}


/*--section-login----------------------------------------*/

.section-login {
  padding: 5em 0;
  position: relative;
}

@media screen and (max-width:480px) {
  .section-login {
    padding: 3.6em 0;
  }
}


/*--about----------------------------------------*/

.about:after {
  content: '';
  display: inline-block;
  width: 36px;
  height: 36px;
  background-image: url("../img/shc-login/sankaku.svg");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  bottom: -54px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 2;
}

.about .ttl {
  font-size: 3.4rem;
  letter-spacing: 0.01em;
  margin-bottom: 1em;
}

@media screen and (max-width:480px) {
  .about .ttl {
    font-size: 2.8rem;
    margin-bottom: 0.88em;
  }
  .about:after {
    width: 32px;
    height: 32px;
    bottom: -48px;
  }
}


/*--merit----------------------------------------*/

.merit {
  background: #F1F1F1;
  padding-bottom: 6em;
}

.merit .merit-contents {
  max-width: 640px;
  padding: 2em;
  background: #FFFFFF;
  position: relative;
  height: 100%;
}

.merit .merit-contents .merit-ttl .ttl .num {
  font-weight: bold;
  font-size: 180%;
  position: absolute;
  right: -0.25em;
  top: -0.5em;
}

.merit .merit-contents .merit-ttl .ttl {
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 2px solid #E60020;
}

.merit figure {
  max-width: 640px;
}

@media screen and (max-width:769px) {
  .merit .merit-contents {
    max-width: 100%;
  }
  .merit figure {
    margin-bottom: 4em;
    max-width: 100%;
  }
}

@media screen and (max-width:480px) {
  .merit .merit-contents {
    padding: 1.8em 1.25em;
  }
  .merit .merit-contents .merit-ttl .ttl .num {
    right: 0.15em;
    top: -0.58em;
  }
}


/*--faq----------------------------------------*/

.faq {
  position: relative;
}

.faq .ttl {
  width: 280px;
  height: 280px;
  background: #E60020;
  color: #FFFFFF;
  border-radius: 200px;
  position: absolute;
  top: -2em;
  left: 18%;
}

.faq .faq-contents {
  display: flex;
  justify-content: flex-end;
}

.faq .faq-contents .box {
  max-width: 840px;
  width: calc(98% - 280px);
}

dl.faq {
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #303030;
}

dl.faq dt {
  position: relative;
  color: #303030;
  width: 100%;
  padding: 15px 0;
  padding-bottom: 28px;
  transition: .3s;
  font-weight: 600;
  letter-spacing: 0.05em;
  border-top: 1px solid #303030;
}

dl.faq dt span.q_txt {
  font-size: 2.35rem;
  font-weight: 400;
  position: relative;
  margin-left: -10px;
  top: 5px;
}

dl.faq dt span.qmark {
  font-size: 2.85rem;
  font-weight: 500;
  padding: 0 1em;
  position: relative;
  top: 5px;
}

dl.faq dt:hover {
  cursor: pointer;
}

dl.faq dd {
  display: none;
  color: #303030;
  border-top: 1px solid #303030;
  padding: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 60px;
  position: relative;
  font-weight: 600;
  letter-spacing: 0.05em;
  width: 100%;
  margin-left: 0px;
  background: #F1F1F1;
}

dl.faq dd span.amark {
  font-size: 2.85rem;
  font-weight: 500;
  padding: 0 1em;
  position: absolute;
  top: 17px;
  color: #E60020;
}

dl.faq dd p {
  display: block;
  font-weight: 400;
  position: relative;
  width: calc(100% - 80px);
  margin-left: 80px;
  line-height: 1.8;
}

.accordion_icon {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 1em;
  top: 1.75em;
}

.accordion_icon, .accordion_icon span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.accordion_icon span {
  position: absolute;
  left: 6px;
  width: 50%;
  height: 2px;
  background-color: #E60020;
  border-radius: 4px;
  -ms-border-radius: 4px;
}

.accordion_icon span:nth-of-type(1) {
  top: 5px;
  transform: rotate(0deg);
}

.accordion_icon span:nth-of-type(2) {
  top: 5px;
  transform: rotate(90deg);
}

.accordion_icon.active span:nth-of-type(1) {
  display: none;
}

.accordion_icon.active span:nth-of-type(2) {
  top: 5px;
  transform: rotate(180deg);
}

@media screen and (max-width:1450px) {
  .faq .ttl {
    left: 10%;
  }
}

@media screen and (max-width:1240px) {
  .faq .ttl {
    width: 220px;
    height: 220px;
    margin: 0 auto;
    left: 5%;
  }
  .faq .faq-contents .box {
    width: calc(95% - 220px);
  }
}

@media screen and (max-width:769px) {
  .faq {
    padding-top: 0;
  }
  .faq .ttl {
    position: relative;
    top: -20px;
    width: 220px;
    height: 220px;
    margin: 0 auto;
    left: 0;
  }
  .faq .faq-contents .box {
    width: 100%;
  }
  dl.faq dt span.q_txt {
    font-size: 1.7rem;
    width: calc(100% - 100px);
    margin-left: 50px;
    display: block;
  }
  dl.faq dt span.qmark {
    font-size: 1.7rem;
    top: 1.05em;
    position: absolute;
  }
  dl.faq dd {
    padding: 12px;
    padding-left: 0;
    padding-right: 20px;
  }
  dl.faq dd span.amark {
    font-size: 1.7rem;
    top: 0.8em;
  }
  dl.faq dd span.a_text {
    font-size: 1.6rem;
    width: calc(100% - 50px);
    margin-left: 50px;
    line-height: 1.6;
  }
  dl.faq dd p {
    font-family: 'Noto Sans JP', sans-serif;
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
    position: relative;
    width: calc(100% - 55px);
    margin-left: 55px;
    margin-top: 0.8em;
    line-height: 1.6;
    padding-bottom: 0.8em;
  }
  .accordion_icon {
    right: 0.8em;
    top: 2em;
    width: 36px;
  }
}

@media screen and (max-width:640px) {
  .faq .ttl {
    width: 160px;
    height: 160px;
    font-size: 1.6rem;
  }
  .accordion_icon {
    right: 0.25em;
    top: 1.54em;
  }
}

@media screen and (max-width:480px) {
  dl.faq dt span.qmark {
    top: 1.3em;
  }
  dl.faq dd span.amark {
    top: 1.2em;
  }
  dl.faq dt span.q_txt {
    font-size: 1.7rem;
    line-height: 1.5;
  }
  .accordion_icon {
    right: 0;
    top: 1.8em;
  }
}


/*---contact---------------------------------*/

.section-awning.contact {
  background: url("../images/contact-bg.png"), #F6F5F4;
  background-repeat: repeat-x;
  background-position: bottom;
  padding-bottom: 9.35em;
  padding-top: 6em;
}

.section-awning.contact .ttl {
  margin-bottom: 1.5em;
}

.section-awning.contact .btn {
  color: #FFFFFF;
  padding: 1em 2.25em;
  display: inline-block;
  text-decoration: none;
  letter-spacing: 0.08em;
  transition: .3s;
}

.section-awning.contact .btn:hover {
  background: #1E78D2;
}

@media screen and (max-width: 480px) {
  .section-awning.contact .btn {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 320px) {
  .section-awning.contact .btn {
    letter-spacing: 0em;
    font-size: 1.55rem;
    padding: 1em 1.8em;
  }
}


/*----footer----*/

.footer.login .nav {
  background: #F1F1F1;
}

.footer.login .nav-ul li a {
  color: #717070;
}

@media screen and (max-width:769px) {
  .footer.login .nav-ul li {
    border-bottom: 1px solid #D9D9D9;
  }
}

/*----更新履歴の日付区切り----*/
.first-column {
	margin-right: 50px;
	display: inline-block;
}

/*----その他の質問のリンク----*/
.other_q_a {
	display: inline-block;
	color: #303030;
	text-decoration: underline;
}
#other_link_dt {
	cursor: default;
}
#other_link_dt:hover {
	cursor: default;
}

/* .message {
	margin-bottom: 20px;
} */
