﻿@charset "UTF-8";

/* フォント指定 */
body {
  font-family:
    'Noto Sans JP',
    "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

/* ヘッダーロゴ部分 */
h1 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 20px;
}

h1 img {
  width: 350px;
}

/* ヘッダー右　spのみ表示 */
header h1 .sp_only {
  display: none;
}

/* グローバルナビ　pcのみ表示 */
/*
header nav {
  background-image: url(../images/header.png);
  background-size: cover;
}

header nav ul {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding: 25px 20px;
}

header nav li {
  color: #fff;
  font-size: 18px;
  padding-right: 60px;
}
*/
.pc_only {
    background-image: url(../images/header.png);
    background-size: cover;
}

.pc_only ul {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    padding: 25px 20px;
}

.pc_only li {
    color: #fff;
    font-size: 18px;
    padding-right: 60px;
}

/* トピックパス */
.topicpass {
  background-color: #E6E6E6;
}

.topicpass ul {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding: 25px 20px;
}

.topicpass li {
  font-size: 18px;
  padding-right: 30px;
}

.topicpass li+li {
  padding-left: 30px;
  border-left: 1px solid #333;
}

/* メイン　全体 */
main {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto 200px;
}

/* メインコンテンツ　見出し */
h2 {
  font-size: 36px;
  padding-top: 80px;
  text-align: center;
}

.text {
  max-width: 600px;
  width: 100%;
  padding: 50px 0 80px;
  line-height: 1.75;
  margin: 0 auto;
}

/* ボタン */
.btn_area {
  display: flex;
}

/* シンボルつきボタン */
.login_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  padding: 10px 0;
  max-width: 180px;
  width: 100%;
  font-size: 22px;
}

.login_icon p {
  margin-right: 20px;
}

.arrow-left {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 10px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
}

/* ログインボタン */
.login_icon_submit {
  background-color: #000;
  color: #fff;
  letter-spacing: 0.3em;
  max-width: 235px;
  height: 50px;
  font-size: 22px;
  margin: 0 auto;
  text-align: center;
}

/* ボタン位置調整用 */
.hidden {
  max-width: 180px;
  width: 100%;
}

/* フォーム部分 */
.login_form {
  text-align: left;
}

.form_wrap {
  font-size: 18px;
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid #E6E6E6;
  padding-top: 20px;
  padding-bottom: 20px;
}

.form_wrap:first-of-type {
  border-top: 1px solid #E6E6E6;
}

label, .form_wrap p {
  max-width: 200px;
  width: 100%;
}

.form_wrap span {
  font-size: 16px;
  color: #f00;
  width: 100px;
}

.label_inner {
  width: 60px;
  text-align: right;
  padding-right: 1em;
}

input {
  background-color: #F2F2F2;
  max-width: 325px;
  width: 100%;
  height: 50px;
  margin-right: 30px;
}

.form_wrap input{
  padding-left: 1rem;
}

/* フッター */
footer {
    background-color: #292e34;
    background-size: cover;
    background-position: center;
    padding: 30px 0 35px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

footer nav ul {
  display: flex;
  justify-content: center;
  padding: 0 20px 130px;
}

footer nav li {
  padding-right: 50px;
}

footer nav li:last-of-type {
  padding-right: 0;
}

/* フッターナビ　ボーダーエフェクト調整用 */
footer nav p{
  border-bottom: 1px solid rgba(0,0,0,0);
}

/* ボタン　共通ホバーエフェクト */
.login_icon:hover {
  background-color: #565656;
  transition: 0.2s;
  color: #fff;
}

.login_icon:hover .arrow-left {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.login_icon_submit:hover {
  background-color: #fff;
  transition: 0.2s;
  color: #000;
  border: 1px solid #000;
}

/* メニュー等　共通ホバーエフェクト */
.header_customer p:hover {
  transition: 0.2s;
  color: #9f9f9f;
}

.topicpass a:hover{
  transition: 0.2s;
  border-bottom: 1px solid #000;
}

header nav a:hover,
footer nav p:hover {
  transition: 0.2s;
  border-bottom: 1px solid #fff;
}

/* PC　クラス非表示 */
.sp_only, .under1100px_spacer1, .under1100px_spacer2, .under800px_spacer, .sp_background, .openbtn, #g-nav {
  display: none;
}

/* PC フォームのレイアウト調整（1100px以下） */
@media screen and (max-width: 1100px) {
  .under1100px_spacer1 {
    display: block;
    width: 100%;
  }

  .form_wrap {
    flex-wrap: wrap;
  }

  .under1100px_spacer2 {
    display: block;
    width: 300px;
  }

  .name_family {
    margin-bottom: 20px;
  }
}

/* PC フォームのレイアウト調整（800px以下） */
@media screen and (max-width: 800px) {
  .under800px_spacer {
    display: block;
    width: 100%;
  }

  .name_family {
    margin-top: 20px;
  }

  .label_inner {
    margin-left: 240px;
  }
}

/* spレイアウト（700px以下） */
@media screen and (max-width: 700px) {

  /* ヘッダー */
  header h1 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }

  header h1 img {
    width: 40%;
  }

  header h1 .sp_only {
    display: block;
    color: #565656;
  }
  /* ----------------ドロワーメニュー---------------- */
  .openbtn {
    display: block;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 9999;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }

  .openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #666;
    width: 45%;
  }

  .openbtn span:nth-of-type(1) {
    top: 15px;
  }

  .openbtn span:nth-of-type(2) {
    top: 23px;
  }

  .openbtn span:nth-of-type(3) {
    top: 31px;
  }

  .openbtn.active span {
    display: none
  }

  #g-nav.panelactive {
    display: block;
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #251E1C;
    animation-name: gnaviAnime;
    animation-duration: 0.2s;
    animation-fill-mode: forwards;
    opacity: 0;
  }

  #g-nav-list {
    display: none;
    position: fixed;
    z-index: 999;
    color: #fff;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  #g-nav.panelactive #g-nav-list {
    display: block;
  }

  @keyframes gnaviAnime {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  #g-nav-list p {
    padding: 30px 0;
    text-align: center;
  }

  #g-nav-list ul {
    margin: 0 5% 50px;
  }

  #g-nav-list ul:first-of-type li {
    border: 1px #fff solid;
  }

  #g-nav-list ul:first-of-type li a {
    padding: 20px;
  }

  #g-nav-list ul:first-of-type li:last-of-type {
    border-top: none;
  }

  #g-nav-list ul:last-of-type li {
    border-top: 1px #fff solid;
    border-bottom: 1px #fff solid;
  }

  #g-nav-list ul:last-of-type li a {
    padding: 30px 0 30px 30px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }

  #g-nav-list ul:last-of-type li:last-of-type {
    border-top: none;
  }

  #g-nav-list a {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    text-decoration: none;
  }

  #g-nav-list p:last-of-type {
    padding: 0;
  }

  .arrow-right {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
  }

  .round_btn {
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    /* 枠の調整 */
    border-radius: 50%;
    /* 丸みの度合い */
    background: #fff;
    /* ボタンの背景色 */
  }

  .round_btn::before, .round_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    /* 棒の幅（太さ） */
    height: 10px;
    /* 棒の高さ */
    background: #333;
    /* バツ印の色 */
  }

  .round_btn::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .round_btn::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  /* トピックパス */
  .topicpass ul {
    border-top: 5px solid #000;
    padding: 10px 20px;
  }

  main {
    margin-bottom: 100px;
  }

  /* メインコンテンツ　見出し */
  h2 {
    text-align: left;
    padding-bottom: 50px;
  }

  /* フォーム */
  .form_wrap,
  .form_wrap span,
  .label_inner {
    font-size: 20px;
  }

  .form_wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  input {
    max-width: none;
    margin-top: 20px;
    margin-right: 0;
  }

  .name_family {
    margin-top: 0;
    margin-bottom: 0;
  }

  .label_inner {
    margin-top: 20px;
    margin-left: 0;
    text-align: left;
  }

  .input_inner {
    margin-top: 0;
  }

  /* ボタン */
  .btn_area {
    display: block;
    text-align: center;
  }

  .login_icon {
    max-width: 235px;
    width: 100%;
    margin: 0 auto 50px;
  }

  /* フッター */
  footer nav ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: left;
    padding: 50px;
  }

  footer nav li {
    padding-right: 0;
    padding-bottom: 40px;
  }

  footer li:nth-of-type(odd) {
    width: 40%;
  }

  footer li:nth-of-type(even) {
    width: 50%;
  }

  footer li a {
    display: flex;
    align-items: center;
  }

  /* フッター　背景イラスト部分 */
    .sp_background {
        display: block;
        height: 100px;
        background-color: #292e34;
        background-size: cover;
        background-position: center;
    }

  /* フッター右あしらいの表示 */
  footer .sp_only {
    display: block;
    padding-left: 10px;
  }

  /* SP　クラスpc_onlyの非表示 */
  .pc_only {
    display: none;
  }
}

/* spレイアウト（500px以下） */
@media screen and (max-width: 500px) {
  header h1 .sp_only {
    font-size: 14px;
  }

  h2 {
    font-size: 28px;
  }

  .login_icon p, .login_icon_submit {
    font-size: 20px;
  }

  .text {
    padding: 30px 0;
  }

  footer {
    font-size: 14px;
  }

  footer nav ul {
    padding: 30px;
  }

  footer nav li:nth-of-type(odd) {
    padding-right: 10px;
  }
}

