@charset "UTF-8";
/*-----------------------------*/
/*サイト CSS*/
/*-----------------------------*/
@import "https://necolas.github.io/normalize.css/7.0.0/normalize.css";
@import "https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&subset=japanese";
@import "https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600,700,900&display=swap";
@import "https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c";
html.enable-javascript .hide-enable-js {
  display: none !important; }
html:not(.enable-javascript) * {
  display: none !important; }
html:not(.enable-javascript) body,
html:not(.enable-javascript) noscript,
html:not(.enable-javascript) .hide-disable-js {
  display: block !important; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
  word-wrap: anywhere;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt"; }

html {
  height: 100%;
  font-size: 10px; }

body {
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  color: #333;
  line-height: 2rem;
  background-color: #fff; }

div,
ul,
li {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  line-height: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

li {
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

a {
  text-decoration: none;
  color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  a:hover {
    opacity: 0.6; }

i {
  font-style: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

img {
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ccc; }

p {
  line-height: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  p:first-of-type {
    margin-top: 0; }
  p:last-of-type {
    margin-bottom: 0; }

#env {
  position: fixed;
  z-index: 999999;
  width: 100px;
  margin-left: -50px;
  padding: 0.3rem;
  background: red;
  left: 50%;
  top: 0px;
  color: #fff;
  text-align: center;
  font-size: 1rem; }
  #env:hover {
    opacity: 0; }
  #env.local {
    background: purple; }

.sp {
  display: none; }

.inner {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: auto; }

.text_l {
  text-align: left; }

.text_r {
  text-align: right; }

.text_c {
  text-align: center; }

.fl_l {
  float: left; }

.fl_r {
  float: right; }

.mt_0 {
  margin-top: 0px !important; }

.mb_0 {
  margin-bottom: 0px !important; }

.mt_5 {
  margin-top: 5px !important; }

.mb_5 {
  margin-bottom: 5px !important; }

.mt_10 {
  margin-top: 10px !important; }

.mb_10 {
  margin-bottom: 10px !important; }

.mt_15 {
  margin-top: 15px !important; }

.mb_15 {
  margin-bottom: 15px !important; }

.mt_20 {
  margin-top: 20px !important; }

.mb_20 {
  margin-bottom: 20px !important; }

.mt_25 {
  margin-top: 25px !important; }

.mb_25 {
  margin-bottom: 25px !important; }

.mt_30 {
  margin-top: 30px !important; }

.mb_30 {
  margin-bottom: 30px !important; }

.mt_35 {
  margin-top: 35px !important; }

.mb_35 {
  margin-bottom: 35px !important; }

.mt_40 {
  margin-top: 40px !important; }

.mb_40 {
  margin-bottom: 40px !important; }

.mt_45 {
  margin-top: 45px !important; }

.mb_45 {
  margin-bottom: 45px !important; }

.mt_50 {
  margin-top: 50px !important; }

.mb_50 {
  margin-bottom: 50px !important; }

.mt_55 {
  margin-top: 55px !important; }

.mb_55 {
  margin-bottom: 55px !important; }

.mt_60 {
  margin-top: 60px !important; }

.mb_60 {
  margin-bottom: 60px !important; }

.mt_65 {
  margin-top: 65px !important; }

.mb_65 {
  margin-bottom: 65px !important; }

.mt_70 {
  margin-top: 70px !important; }

.mb_70 {
  margin-bottom: 70px !important; }

.mt_75 {
  margin-top: 75px !important; }

.mb_75 {
  margin-bottom: 75px !important; }

.mt_80 {
  margin-top: 80px !important; }

.mb_80 {
  margin-bottom: 80px !important; }

.mt_85 {
  margin-top: 85px !important; }

.mb_85 {
  margin-bottom: 85px !important; }

.mt_90 {
  margin-top: 90px !important; }

.mb_90 {
  margin-bottom: 90px !important; }

.mt_95 {
  margin-top: 95px !important; }

.mb_95 {
  margin-bottom: 95px !important; }

.mt_100 {
  margin-top: 100px !important; }

.mb_100 {
  margin-bottom: 100px !important; }

.img img {
  width: 100%; }

.tn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  width: 100%; }
  .tn img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%; }

.btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px auto; }

.btn_text {
  padding-left: 15px;
  background: url(../images/common/icon_arrow01_black_right.svg) no-repeat center left/14px auto; }
  .btn_text:hover {
    opacity: 0.6; }

.btn_link {
  padding: 10px 20px 10px 40px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 50px;
  background: #1c54c6 url(../images/common/icon_arrow_right_white.svg) no-repeat center left 15px/14px auto; }
  .btn_link.orange {
    background: #ff7c00 url(../images/common/icon_arrow_right_white.svg) no-repeat center left 15px/14px auto; }

.btn_back {
  padding: 10px 15px;
  border: 1px solid #666;
  background: #fff;
  color: #333; }
  .btn_back span {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    background: url(../images/common/icon_pageback_bk.svg) no-repeat center left/16px auto; }

.btn_pdf span {
  display: inline-block;
  padding-left: 25px;
  background: url(../images/common/icon_pdf.png) no-repeat center left/18px auto; }

.sec {
  margin-bottom: 70px; }

.sec_sub {
  margin: 50px 0; }

.sec_side {
  width: 250px; }

.ttl_main {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
  margin-bottom: 50px;
  border-bottom: 1px solid #18335b; }
  .ttl_main .ttl {
    font-size: 3.2rem;
    font-weight: 500;
    color: #18335b; }

.ttl_side {
  padding: 20px;
  background: #1c54c6;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold; }
  .ttl_side a {
    color: #fff; }

.ttl_sec {
  position: relative;
  padding: 12px 12px 12px 50px;
  margin-bottom: 20px;
  font-size: 2.4rem;
  line-height: 1;
  background: #1c54c6;
  color: #fff;
  border-radius: 4px; }
  .ttl_sec::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 14px;
    aspect-ratio: 1 / 1;
    width: 25px;
    background: url(../images/common/icon_logo_white.svg) no-repeat center/contain; }

.tn_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.5%; }
  .tn_links > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31%;
            flex: 0 0 31%;
    margin-bottom: 4%; }
    .tn_links > li > * {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      width: 100%;
      height: 100%;
      border-radius: 10px;
      overflow: hidden; }
    .tn_links > li > a:hover {
      opacity: 1;
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
              box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
      .tn_links > li > a:hover .name {
        background: #1c54c6; }
  .tn_links .tn {
    aspect-ratio: 4 / 3;
    overflow: hidden; }
    .tn_links .tn img {
      -o-object-fit: contain;
         object-fit: contain; }
  .tn_links .name {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.2;
    background: #18335b;
    color: #fff;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
  .tn_links.movie .tn {
    aspect-ratio: 16 / 9; }
    .tn_links.movie .tn img {
      -o-object-fit: cover;
         object-fit: cover; }

.partner_links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4%; }
.partner_links li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  margin-bottom: 4%; }
.partner_links a {
  display: block; }
  .partner_links a img {
    width: 100%; }

.news_list li {
  padding: 10px 0;
  border-bottom: 1px dotted #ccc; }
.news_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.news_list .date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 7em;
          flex: 0 0 7em;
  margin: 0; }
.news_list .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0; }

table.profile {
  border: none;
  width: 100%; }
  table.profile tr {
    border-bottom: 1px solid #ccc; }
    table.profile tr:first-of-type {
      border-top: 1px solid #ccc; }
  table.profile th, table.profile td {
    padding: 15px; }
  table.profile th {
    width: 20%; }
  table.profile td {
    line-height: 1.6; }

.contents_links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2%; }
.contents_links li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
  margin-bottom: 2%; }
.contents_links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 20px 30px 20px 20px;
  border: 3px solid #1c54c6;
  color: #1c54c6;
  background: #fff url(../images/common/icon_arrow_right_blue.svg) no-repeat center right 15px/16px auto;
  font-size: 1.8rem;
  font-weight: bold; }
  .contents_links a:hover {
    opacity: 1;
    color: #fff;
    background: #1c54c6 url(../images/common/icon_arrow_right_white.svg) no-repeat center right 15px/16px auto; }

.mv {
  margin-bottom: 30px; }
  .mv img {
    width: 100%; }

dl.officers_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0; }
  dl.officers_list > dt, dl.officers_list > dd {
    padding: 15px 10px;
    margin: 0;
    border-bottom: 1px solid #ccc; }
    dl.officers_list > dt.on, dl.officers_list > dd.on {
      border-bottom: none; }
  dl.officers_list > dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%; }
  dl.officers_list > dd {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    text-decoration: underline;
    cursor: pointer; }
  dl.officers_list .post {
    font-weight: normal;
    font-size: 1.6rem; }
  dl.officers_list .officers_career {
    display: none;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc; }
    dl.officers_list .officers_career .ttl {
      margin-bottom: 10px;
      padding: 5px 10px;
      background: #1c54c6;
      color: #fff;
      font-size: 1.3rem; }
dl.career_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0; }
  dl.career_list > dt, dl.career_list > dd {
    padding: 0 10px;
    margin: 0 0 10px 0; }
  dl.career_list > dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%; }
  dl.career_list > dd {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%; }
dl.history_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0; }
  dl.history_list > dt, dl.history_list > dd {
    padding: 15px 0;
    margin: 0;
    border-bottom: 1px dotted #ccc; }
  dl.history_list > dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%; }
  dl.history_list > dd {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%; }
dl.access_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0; }
  dl.access_list > dt, dl.access_list > dd {
    padding: 15px;
    margin: 0;
    border-bottom: 1px dotted #ccc; }
    dl.access_list > dt:last-of-type, dl.access_list > dd:last-of-type {
      border: none; }
  dl.access_list > dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%; }
    dl.access_list > dt span {
      display: block;
      padding: 5px;
      background: #1c54c6;
      color: #fff;
      text-align: center; }
  dl.access_list > dd {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%; }
    dl.access_list > dd.map {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; }
dl.privacy_list > dt {
  padding: 0;
  margin: 0 0 5px 0;
  font-weight: bold; }
dl.privacy_list > dd {
  padding: 0;
  margin: 0 0 30px 0; }

iframe.map {
  aspect-ratio: 4 / 3;
  width: 100%; }

.business_details_list ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4%; }
.business_details_list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22%;
          flex: 0 0 22%; }
  .business_details_list li .ttl {
    padding: 10px;
    text-align: center;
    background: #285c9e;
    color: #fff;
    border-radius: 6px;
    font-size: 1.4rem;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    .business_details_list li .ttl.tgl {
      cursor: pointer; }
      .business_details_list li .ttl.tgl.on, .business_details_list li .ttl.tgl:hover {
        background: #0084b1; }
.business_details_list .detail_img {
  display: none;
  width: 100%;
  margin-top: 15px; }
  .business_details_list .detail_img img {
    max-width: 100%; }

.product_category_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5%; }
  .product_category_links li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    margin-bottom: 2%; }
  .product_category_links a {
    display: block;
    padding: 5px;
    background: url(../images/common/icon_arrow_next.svg) no-repeat center right 10px/5px auto;
    font-weight: 500;
    border-bottom: 1px solid #ccc; }
    .product_category_links a:hover {
      opacity: 1;
      color: #fff;
      background: #18335b url(../images/common/icon_arrow_next_white.svg) no-repeat center right 10px/5px auto; }

.product_links li {
  margin-bottom: 8%; }
.product_links .name {
  margin-bottom: 15px;
  padding: 10px;
  background: #1c54c6;
  color: #fff;
  font-size: 1.6rem; }
.product_links .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.product_links .tn {
  width: 30%;
  aspect-ratio: 4 / 3; }
  .product_links .tn img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 100%; }
.product_links .txt {
  width: 65%;
  margin: 0;
  line-height: 1.2; }
.product_links .btn {
  text-align: center;
  margin-top: 15px; }
  .product_links .btn span {
    display: inline-block;
    padding: 10px 20px;
    background: #1c54c6;
    color: #fff;
    border-radius: 50px; }

.anker_links {
  margin-bottom: 50px; }
  .anker_links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2%; }
  .anker_links li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%; }
  .anker_links .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    padding: 10px;
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.2;
    font-weight: bold;
    border: 3px solid #1c54c6;
    color: #1c54c6;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    .anker_links .btn:hover {
      opacity: 1;
      background: #1c54c6;
      color: #fff; }

.catalog_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4%; }
  .catalog_list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    margin-bottom: 4%; }

.sitemap_links > li {
  margin-bottom: 15px; }
  .sitemap_links > li > a {
    font-weight: bold; }
  .sitemap_links > li ul {
    margin-top: 2px;
    margin-left: 20px; }
    .sitemap_links > li ul li {
      margin-bottom: 2px; }
.sitemap_links a span {
  display: inline-block;
  padding-left: 10px;
  background: url(../images/common/icon_arrow_next.svg) no-repeat center left/4px auto; }

.img_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2%; }
  .img_list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
    margin-bottom: 2%; }
  .img_list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    aspect-ratio: 1 / 1;
    width: 100%;
    border-radius: 6px;
    overflow: hidden; }
    .img_list a img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column; }
  @media only screen and (min-width: 680px) {
    body.has_side article {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      body.has_side article > .inner {
        width: 700px;
        margin: 0; } }

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  background: #fff;
  padding-top: constant(safe-area-inset-top);
  padding-top: env(safe-area-inset-top); }
  header .logo {
    height: 50px; }
    header .logo img {
      width: auto;
      height: 100%; }
  header .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px; }
  header .lang_link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  header .lang_link li a {
    padding: 0 10px;
    border-right: 1px solid #333; }
  header .lang_link li:last-of-type a {
    border: none; }
  header .lang_link a {
    display: block;
    font-size: 1.2rem;
    line-height: 1.2; }

.g_navi {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  background: #1c54c6;
  position: relative; }
  .g_navi a {
    color: #fff; }
  .g_navi .ttl {
    color: #fff;
    font-weight: bold; }
  .g_navi > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1000px;
    margin: auto; }
    .g_navi > ul > li {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding: 5px 0;
      height: 40px; }
      .g_navi > ul > li:first-of-type > a {
        border-left: 1px solid rgba(255, 255, 255, 0.5); }
      .g_navi > ul > li > a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
        width: 100%;
        height: 100%;
        font-weight: bold;
        border-right: 1px solid rgba(255, 255, 255, 0.5); }
        .g_navi > ul > li > a:hover {
          opacity: 1; }
      @media only screen and (min-width: 680px) {
        .g_navi > ul > li.on, .g_navi > ul > li:hover {
          background: #007ada;
          opacity: 1; }
          .g_navi > ul > li.on > .box, .g_navi > ul > li:hover > .box {
            visibility: visible;
            opacity: 1;
            pointer-events: unset; } }
      .g_navi > ul > li > .box {
        width: 100%;
        background: #007ada; }
        .g_navi > ul > li > .box > ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          gap: 5%;
          width: 100%;
          max-width: 1000px;
          margin: auto;
          padding: 20px; }
          .g_navi > ul > li > .box > ul > li {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 auto;
                    flex: 0 0 auto; }
            .g_navi > ul > li > .box > ul > li a {
              display: inline-block;
              padding-left: 15px;
              background: url(../images/common/icon_arrow_next_white.svg) no-repeat center left/5px auto; }
            .g_navi > ul > li > .box > ul > li > ul > li {
              margin-bottom: 5px; }
              .g_navi > ul > li > .box > ul > li > ul > li:last-of-type {
                margin-bottom: 0; }
      @media only screen and (min-width: 680px) {
        .g_navi > ul > li > .box {
          position: absolute;
          z-index: 50;
          top: 40px;
          left: 0;
          visibility: hidden;
          pointer-events: none;
          opacity: 0;
          -webkit-transition: 0.2s;
          transition: 0.2s; } }

.side_menu li.on a {
  background: #eaeaea url(../images/common/icon_arrow_next.svg) no-repeat center right 10px/5px auto; }
.side_menu li a {
  display: block;
  padding: 20px 15px;
  background: url(../images/common/icon_arrow_next.svg) no-repeat center right 10px/5px auto;
  border-bottom: 1px solid #ccc; }
  .side_menu li a:hover {
    opacity: 1;
    background: #eaeaea url(../images/common/icon_arrow_next.svg) no-repeat center right 10px/5px auto; }
.side_menu .ttl_group {
  position: relative;
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  padding: 20px 15px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .side_menu .ttl_group::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -2.75px;
    display: block;
    aspect-ratio: 9 / 5;
    width: 10px;
    background: url(../images/common/icon_arrow_down.svg) no-repeat center/contain;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
  .side_menu .ttl_group:hover {
    opacity: 1;
    background: #eaeaea; }
  .side_menu .ttl_group.on::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .side_menu .ttl_group + ul {
    display: none; }
    .side_menu .ttl_group + ul a {
      padding: 20px 15px 20px 30px; }
.side_menu .btn_catalog {
  display: block;
  margin: 20px auto 0;
  width: 220px;
  height: 54px;
  background: url(../images/common/btn_pdf_bg.png) no-repeat center/contain; }
  .side_menu .btn_catalog img {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    width: 100%; }
  .side_menu .btn_catalog:hover {
    opacity: 1; }
    .side_menu .btn_catalog:hover img {
      opacity: 0; }

footer {
  margin-top: 70px;
  background: #1c54c6; }
  footer p, footer a {
    color: #fff; }
  footer .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px; }
  footer .profile {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%; }
    footer .profile .logo {
      width: 130px;
      margin-bottom: 10px; }
      footer .profile .logo img {
        width: 100%; }
    footer .profile p {
      line-height: 1.4; }
  footer .ft_navi {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%; }
    footer .ft_navi ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    footer .ft_navi > ul > li {
      padding: 0 15px;
      border-right: 1px solid rgba(255, 255, 255, 0.5); }
      footer .ft_navi > ul > li:last-of-type {
        border: none; }
      footer .ft_navi > ul > li > a {
        display: block;
        margin-bottom: 10px;
        font-weight: bold;
        font-size: 1.6rem; }
      footer .ft_navi > ul > li ul {
        margin: 0 0 10px 0; }
    footer .ft_navi li {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      footer .ft_navi li > ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column; }
      footer .ft_navi li a {
        font-size: 1.3rem;
        line-height: 1;
        padding-left: 10px;
        background: url(../images/common/icon_arrow_next_white.svg) no-repeat center left/4px auto; }
      footer .ft_navi li .ttl {
        font-size: 1.3rem;
        font-weight: bold; }
  footer .ft_links {
    padding: 10px;
    background: #194bb0; }
    footer .ft_links ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    footer .ft_links li {
      margin-right: 20px; }
      footer .ft_links li:last-of-type {
        margin: 0; }
    footer .ft_links a {
      font-size: 1.3rem;
      line-height: 1;
      padding-left: 10px;
      background: url(../images/common/icon_arrow_next_white.svg) no-repeat center left/4px auto; }
  footer .copyright {
    padding: 10px;
    font-size: 1rem;
    text-align: center;
    background: #0f2e6d;
    color: #fff; }

main {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto; }

article {
  max-width: 1000px;
  width: 100%;
  margin: auto; }

.breadcrumbs {
  width: 100%; }
  .breadcrumbs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1000px;
    margin: auto; }
  .breadcrumbs li {
    color: #333;
    font-size: 1rem;
    font-weight: 200; }
    .breadcrumbs li::after {
      content: "＞";
      display: inline-block;
      margin: 0 7px; }
    .breadcrumbs li:last-of-type::after {
      display: none; }
    .breadcrumbs li a {
      color: #333; }
  .breadcrumbs .home a {
    padding-left: 15px;
    background: url(../images/common/icon_home.svg) no-repeat center left/12px auto; }

#pagetop {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 30px; }
  #pagetop .pagetop {
    width: 50px;
    height: 50px;
    opacity: 0.5;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
    #pagetop .pagetop:hover {
      -webkit-transition: 0.5s;
      transition: 0.5s;
      opacity: 0.8; }

body.home .mv_slide {
  margin-bottom: 50px; }
  body.home .mv_slide img {
    width: 100%; }
  body.home .mv_slide li {
    aspect-ratio: 5 / 2; }
    body.home .mv_slide li img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }
body.home .intro .ttl {
  width: 300px;
  margin: 0 auto 20px; }
  body.home .intro .ttl img {
    width: 100%; }
body.home .intro .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  body.home .intro .wrap .img {
    width: 40%; }
  body.home .intro .wrap .txt {
    width: 55%; }
body.news.detail .content {
  line-height: 1.8; }
body.news.detail .img_list {
  margin-top: 30px; }
body.products.detail .content {
  line-height: 1.8; }
  body.products.detail .content :is(h1, h2, h3, h4, h5, h6) {
    margin: 15px 0;
    padding: 10px; }
  body.products.detail .content table {
    width: 100%; }
body.products.detail .sec_outline .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
body.products.detail .sec_outline .content {
  width: 60%; }
body.products.detail .sec_outline .img {
  width: 35%; }
body.NotFound404 .intro p {
  text-align: center; }

/*----------------------------*/
/*PC用 CSS*/
/*----------------------------*/
/*----------------------------*/
/*SP用 CSS*/
/*----------------------------*/
@media only screen and (max-width: 680px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; }

  .inner {
    width: 100%; }

  .env {
    display: none; }

  #pagetop {
    right: 10px;
    bottom: 10px; }

  .table_wrap {
    position: relative;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch; }
    .table_wrap:hover .scroll {
      display: none; }
    .table_wrap .scroll {
      position: absolute;
      top: 3px;
      left: 20px;
      width: 16px;
      height: 16px;
      background: #fff url(../images/common/icon_arrow_left_orange.svg) no-repeat center center/cover;
      border-radius: 20px;
      -webkit-animation: scroll_arrow 2s infinite;
              animation: scroll_arrow 2s infinite; }
    .table_wrap table {
      width: auto;
      min-width: 100%; }
    .table_wrap th,
    .table_wrap td {
      width: auto;
      word-break: keep-all;
      white-space: nowrap; }

  @-webkit-keyframes scroll_arrow {
    0% {
      left: 20px;
      opacity: 0; }
    10% {
      left: 20px;
      opacity: 1; }
    90% {
      left: 0px;
      opacity: 1; }
    100% {
      left: 0px;
      opacity: 0; } }

  @keyframes scroll_arrow {
    0% {
      left: 20px;
      opacity: 0; }
    10% {
      left: 20px;
      opacity: 1; }
    90% {
      left: 0px;
      opacity: 1; }
    100% {
      left: 0px;
      opacity: 0; } }
  .ttl_main {
    padding: 30px 15px;
    margin-bottom: 30px; }
    .ttl_main .ttl {
      font-size: 2.6rem; }

  .sec {
    margin-bottom: 50px; }

  .sec_side {
    display: none; }

  .tn_links {
    gap: 4%; }
    .tn_links > li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 48%;
              flex: 0 0 48%; }

  .contents_links ul {
    gap: 4%; }
  .contents_links li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    margin-bottom: 4%; }

  dl.officers_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
    dl.officers_list > dt, dl.officers_list > dd {
      width: 100%; }
    dl.officers_list > dt {
      padding: 10px 10px 0px 10px;
      border: none; }
  dl.career_list > dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%; }
  dl.career_list > dd {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%; }
  dl.history_list > dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%; }
  dl.history_list > dd {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%; }
  dl.access_list > dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%; }
  dl.access_list > dd {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%; }

  iframe.map {
    aspect-ratio: 1 / 1;
    width: 100%; }

  .business_details_list ul {
    margin-bottom: -4%;
    gap: 4%; }
  .business_details_list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    margin-bottom: 4%; }

  .product_category_links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
    .product_category_links li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      margin-bottom: 2%; }

  .product_links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
    .product_links li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      margin-bottom: 10%; }
    .product_links .wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .product_links .tn {
      width: 80%; }
    .product_links .txt {
      width: 100%;
      margin-top: 15px; }

  .anker_links ul {
    margin-bottom: -2%; }
  .anker_links li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
    margin-bottom: 2%; }

  .catalog_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
    .catalog_list li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      margin-bottom: 5%; }

  header .logo {
    height: 30px; }
  header .wrap {
    margin-right: 50px; }

  .breadcrumbs {
    width: 100%;
    margin-top: 0px;
    overflow: scroll;
    background: #fff; }
    .breadcrumbs::-webkit-scrollbar {
      display: none !important; }
    .breadcrumbs ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: auto;
      margin: auto; }
    .breadcrumbs li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    .breadcrumbs .home {
      padding-left: 5px; }

  #menu_bg {
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    width: 120%;
    height: 120%;
    background: rgba(0, 0, 0, 0.8); }

  .btn_menu {
    position: fixed;
    z-index: 200;
    top: 0px;
    right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50px;
    aspect-ratio: 1 / 1;
    padding: 7px 7px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer; }
    .btn_menu span {
      display: block;
      width: 25px;
      height: 3px;
      margin: 2px auto;
      border-radius: 10px;
      background: #1c54c6;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
    .btn_menu.open {
      background: #1c54c6; }
      .btn_menu.open span {
        background: #fff; }
      .btn_menu.open .top {
        -webkit-transform: rotate(-45deg) translateY(5px) translateX(-5px);
                transform: rotate(-45deg) translateY(5px) translateX(-5px); }
      .btn_menu.open .middle {
        opacity: 0; }
      .btn_menu.open .bottom {
        -webkit-transform: rotate(45deg) translateY(-5px) translateX(-5px);
                transform: rotate(45deg) translateY(-5px) translateX(-5px); }
    .btn_menu p {
      position: absolute;
      bottom: -10px;
      width: 100%;
      font-size: 0.8rem;
      color: #1c54c6; }

  .g_navi {
    display: none;
    position: fixed;
    left: 0;
    top: 50px;
    width: 100%;
    height: calc(100% - 50px);
    overflow: scroll; }
    .g_navi > ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      padding: 15px; }
      .g_navi > ul > li {
        padding: 0;
        border-bottom: 1px dotted rgba(255, 255, 255, 0.5); }
        .g_navi > ul > li > .ttl,
        .g_navi > ul > li > a {
          display: block;
          padding: 10px;
          text-align: left;
          border: none !important; }
        .g_navi > ul > li > .box {
          display: none;
          margin-bottom: 10px;
          border-radius: 4px; }
          .g_navi > ul > li > .box > ul {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-flow: column;
                    flex-flow: column; }
            .g_navi > ul > li > .box > ul > li {
              -webkit-box-flex: 1;
                  -ms-flex: 1;
                      flex: 1;
              margin-bottom: 15px; }
              .g_navi > ul > li > .box > ul > li:last-of-type {
                margin-bottom: 0; }

  footer .wrap {
    display: block; }
  footer .profile {
    margin-bottom: 20px; }
  footer .ft_navi > ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4%;
    border-top: 1px dotted rgba(255, 255, 255, 0.5); }
    footer .ft_navi > ul > li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 48%;
              flex: 0 0 48%;
      padding: 15px 0;
      border-right: none;
      border-bottom: 1px dotted rgba(255, 255, 255, 0.5); }
      footer .ft_navi > ul > li > a {
        margin-bottom: 15px; }
      footer .ft_navi > ul > li > ul > li {
        margin-bottom: 10px; }
        footer .ft_navi > ul > li > ul > li:last-of-type {
          margin-bottom: 0; }
  footer .ft_links ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
  footer .ft_links li {
    margin-bottom: 10px; }
    footer .ft_links li:last-of-type {
      margin-bottom: 0; }

  article {
    width: calc(100% - 30px); }

  body.home .mv_slide li {
    aspect-ratio: 4 / 3; }
  body.home .intro .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
    body.home .intro .wrap .img {
      width: 100%;
      margin-bottom: 15px; }
    body.home .intro .wrap .txt {
      width: 100%; }
  body.products .sec_outline .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
    body.products .sec_outline .wrap .content {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      width: 100%; }
    body.products .sec_outline .wrap .img {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      width: 100%;
      margin-bottom: 15px; }
  body.contact .intro .tel img {
    width: 100%; }
  body.contact .contents_links ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
  body.contact .contents_links li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
  body.news article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
    body.news article > .inner {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
  body.news .sec_side {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: block;
    width: 100%;
    margin-top: 20px; }
  body.news .side_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  body.news .side_menu li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; } }
/*-----------------------------*/
/*フォーム PC用 CSS*/
/*-----------------------------*/
.grecaptcha-badge {
  visibility: hidden;
  pointer-events: none; }

input[type="password"],
input[type="date"],
input[type="time"],
input[type="text"],
textarea {
  padding: 1em;
  font-size: 1.6rem;
  border-radius: 5px;
  border: 1px solid #ccc;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="time"]:focus,
  input[type="text"]:focus,
  textarea:focus {
    background-color: #ccffe4;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5) inset;
            box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5) inset;
    -webkit-transition: 0.5s;
    transition: 0.5s; }

input[type="password"].w100,
input[type="date"].w100,
input[type="time"].w100,
input[type="text"].w100,
textarea.w100 {
  width: 100px; }
input[type="password"].w150,
input[type="date"].w150,
input[type="time"].w150,
input[type="text"].w150,
textarea.w150 {
  width: 150px; }
input[type="password"].w200,
input[type="date"].w200,
input[type="time"].w200,
input[type="text"].w200,
textarea.w200 {
  width: 200px; }
input[type="password"].w250,
input[type="date"].w250,
input[type="time"].w250,
input[type="text"].w250,
textarea.w250 {
  width: 250px; }
input[type="password"].w300,
input[type="date"].w300,
input[type="time"].w300,
input[type="text"].w300,
textarea.w300 {
  width: 300px; }
input[type="password"].w350,
input[type="date"].w350,
input[type="time"].w350,
input[type="text"].w350,
textarea.w350 {
  width: 350px; }
input[type="password"].w400,
input[type="date"].w400,
input[type="time"].w400,
input[type="text"].w400,
textarea.w400 {
  width: 400px; }
input[type="password"].w450,
input[type="date"].w450,
input[type="time"].w450,
input[type="text"].w450,
textarea.w450 {
  width: 450px; }
input[type="password"].w500,
input[type="date"].w500,
input[type="time"].w500,
input[type="text"].w500,
textarea.w500 {
  width: 500px; }
input[type="password"].w550,
input[type="date"].w550,
input[type="time"].w550,
input[type="text"].w550,
textarea.w550 {
  width: 550px; }
input[type="password"].w600,
input[type="date"].w600,
input[type="time"].w600,
input[type="text"].w600,
textarea.w600 {
  width: 600px; }
input[type="password"].w650,
input[type="date"].w650,
input[type="time"].w650,
input[type="text"].w650,
textarea.w650 {
  width: 650px; }
input[type="password"].w700,
input[type="date"].w700,
input[type="time"].w700,
input[type="text"].w700,
textarea.w700 {
  width: 700px; }
input[type="password"].w100p,
input[type="date"].w100p,
input[type="time"].w100p,
input[type="text"].w100p,
textarea.w100p {
  width: 100%; }

textarea {
  width: 85%;
  height: 300px; }

.input_name_box input {
  width: 10em; }

label.checkbox, label.radio {
  position: relative;
  display: inline-block;
  padding: 3px;
  margin: 5px 20px 5px 0; }
  label.checkbox:hover, label.radio:hover {
    border-radius: 4px;
    background: #aef4f9; }
  label.checkbox.on_focus, label.radio.on_focus {
    outline: 1px dotted #333; }
  label.checkbox input, label.radio input {
    position: absolute;
    opacity: 0; }
  label.checkbox span, label.radio span {
    position: relative;
    top: -2px; }
  label.checkbox.on::before, label.radio.on::before {
    background-position: 0px -18px; }
  label.checkbox::before, label.radio::before {
    content: "";
    position: relative;
    display: inline-block;
    margin-right: 2px;
    width: 18px;
    height: 18px;
    background-image: url(../images/form/radiobox.svg);
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: top; }
label.checkbox::before {
  background-image: url(../images/form/checkbox.svg); }

.radio_row label {
  display: block !important;
  margin: 0 0 10px 0 !important; }

select {
  padding: 1rem;
  font-size: 1.6rem;
  border: 1px solid #ccc;
  border-radius: 4px; }

.switch {
  position: relative;
  top: 0.8em;
  display: inline-block; }
  .switch input[type="radio"],
  .switch input[type="checkbox"] {
    display: none !important; }
    .switch input[type="radio"] + label,
    .switch input[type="checkbox"] + label {
      float: left;
      display: block;
      width: auto;
      margin: 0;
      padding: 0.5em;
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      border-left: 1px solid #ccc;
      border-right: none;
      color: #999;
      background-color: #eaeaea;
      -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3) inset;
      box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3) inset; }
      .switch input[type="radio"] + label:first-of-type,
      .switch input[type="checkbox"] + label:first-of-type {
        border-radius: 6px 0px 0px 6px; }
      .switch input[type="radio"] + label:last-of-type,
      .switch input[type="checkbox"] + label:last-of-type {
        border-radius: 0px 6px 6px 0px;
        border-right: 1px solid #ccc; }
      .switch input[type="radio"] + label::before,
      .switch input[type="checkbox"] + label::before {
        display: none; }
      .switch input[type="radio"] + label span,
      .switch input[type="checkbox"] + label span {
        top: 1px; }
    .switch input[type="radio"]:checked + label,
    .switch input[type="checkbox"]:checked + label {
      color: #fff;
      background-color: #cc0000;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .switch input[type="radio"]:checked + label::before,
      .switch input[type="checkbox"]:checked + label::before {
        display: none; }

button {
  position: relative;
  display: inline-block;
  margin: auto 20px;
  padding: 10px;
  width: 300px;
  height: 60px;
  font-size: 2rem;
  font-weight: bold;
  font-family: "Noto Sans Japanese";
  border-radius: 30px;
  border: none;
  cursor: pointer; }
  button::after {
    width: 30px;
    height: 30px;
    position: absolute; }
  button:hover {
    opacity: 0.6; }
  button.submit {
    background-color: #cc0000;
    color: #fff; }
    button.submit::after {
      content: url(../images/common/icon_arrow_right_white.svg);
      right: 15px; }
  button.back {
    background-color: #666;
    color: #fff; }
    button.back::after {
      content: url(../images/common/icon_arrow_left_white.svg);
      left: 15px; }
  button.link {
    background-color: #6699cc;
    color: #fff; }
    button.link::after {
      content: url(../images/common/icon_arrow_right_white.svg);
      right: 15px; }

.ime_auto {
  ime-mode: auto; }
.ime_active {
  ime-mode: active; }
.ime_inactive {
  ime-mode: inactive; }
.ime_disabled {
  ime-mode: disabled; }

form .address + dd > dl,
form > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  form .address + dd > dl > dt,
  form > dl > dt {
    position: relative;
    width: 30%;
    padding-top: 20px;
    margin: 0 0 30px 0;
    color: #006699;
    font-weight: bold;
    font-size: 1.6rem; }
    form .address + dd > dl > dt + dd,
    form > dl > dt + dd {
      margin: 0 0 30px 0;
      padding-top: 15px;
      width: 70%; }
      form .address + dd > dl > dt + dd > dl dt,
      form > dl > dt + dd > dl dt {
        width: 15%;
        color: #333;
        font-weight: bold;
        font-size: 1.4rem;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        form .address + dd > dl > dt + dd > dl dt:first-of-type,
        form > dl > dt + dd > dl dt:first-of-type {
          padding-top: 0px; }
          form .address + dd > dl > dt + dd > dl dt:first-of-type + dd,
          form > dl > dt + dd > dl dt:first-of-type + dd {
            padding-top: 0px; }
        form .address + dd > dl > dt + dd > dl dt + dd,
        form > dl > dt + dd > dl dt + dd {
          width: 85%;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box; }
    form .address + dd > dl > dt.required::after,
    form > dl > dt.required::after {
      content: "必須";
      position: absolute;
      right: 30px;
      top: 15px;
      display: block;
      padding: 3px 5px;
      background: #cc0000;
      color: #fff;
      font-size: 1.2rem; }
  form .address + dd > dl dd label:first-of-type,
  form > dl dd label:first-of-type {
    margin-left: 10px; }
  form .address + dd > dl dd aside,
  form > dl dd aside {
    display: inline-block;
    font-size: 1.2rem; }
form .zip input {
  width: 6em !important; }
form.confirm dl dt + dd p {
  font-size: 1.6rem; }
form .address + dd > dl {
  margin-top: 10px; }
  form .address + dd > dl dt {
    width: 20%;
    color: #333;
    font-size: 1.4rem; }
    form .address + dd > dl dt + dd {
      width: 80%; }

.file_up_box {
  width: 100%;
  margin-bottom: 20px; }
  .file_up_box:last-of-type {
    margin-bottom: 0; }
  .file_up_box img {
    max-width: 100%; }
  .file_up_box label > span {
    display: inline-block;
    margin-right: 10px; }

.form .step {
  margin-bottom: 30px; }
  .form .step ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    overflow: hidden; }
    .form .step ul li {
      position: relative;
      width: 33.3%;
      padding: 15px;
      background-color: #cccccc;
      color: #666666;
      font-size: 2rem;
      font-weight: bold;
      text-align: center; }
      .form .step ul li::after {
        content: "";
        position: absolute;
        z-index: -1;
        right: -20px;
        top: 50%;
        display: inline-block;
        width: 50px;
        height: 50px;
        margin-top: -27px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        border-right: 4px solid #fff;
        border-bottom: 4px solid #fff;
        background-color: #cccccc; }
      .form .step ul li:last-child::after {
        display: none; }
      .form .step ul li.on {
        background-color: #ff6600;
        color: #fff; }
        .form .step ul li.on::after {
          background-color: #ff6600; }
      .form .step ul li:nth-of-type(1) {
        z-index: 3; }
      .form .step ul li:nth-of-type(2) {
        z-index: 2; }
      .form .step ul li:nth-of-type(3) {
        z-index: 1; }
      .form .step ul li > span {
        position: relative;
        z-index: 10; }
.form .privacy_wrap h3 {
  font-size: 2rem; }
.form .privacy_wrap .privacy {
  height: 200px;
  padding: 20px;
  overflow: auto;
  border: 1px solid #ccc; }
  .form .privacy_wrap .privacy > .number {
    counter-increment: number; }
    .form .privacy_wrap .privacy > .number > h4::before {
      content: counter(number,decimal) ". ";
      position: relative;
      top: 0;
      display: inline-block;
      width: auto;
      height: auto;
      margin-right: 0.3rem;
      color: #333;
      background: none; }
  .form .privacy_wrap .privacy .list_number {
    counter-reset: list_number; }
    .form .privacy_wrap .privacy .list_number > li {
      counter-increment: list_number; }
      .form .privacy_wrap .privacy .list_number > li::before {
        content: "（" counter(list_number,decimal) "）"; }
  .form .privacy_wrap .privacy .list_conf {
    counter-reset: list_conf; }
    .form .privacy_wrap .privacy .list_conf > li {
      counter-increment: list_conf;
      margin-left: 1em;
      text-indent: -1em; }
      .form .privacy_wrap .privacy .list_conf > li::before {
        content: "＊" counter(list_conf,decimal) " "; }
  .form .privacy_wrap .privacy .list {
    margin-left: 2em; }
    .form .privacy_wrap .privacy .list > li {
      list-style-type: decimal; }
  .form .privacy_wrap .privacy ul li .list {
    margin-left: 4em; }
.form .privacy_wrap .privacy_check {
  margin-top: 20px;
  padding: 20px 0;
  text-align: center;
  background-color: #eaeaea;
  border-radius: 8px; }
  .form .privacy_wrap .privacy_check label {
    position: relative;
    top: -7px;
    margin-top: 7px; }
    .form .privacy_wrap .privacy_check label span {
      color: #cc0000;
      display: inline-block;
      font-size: 1.4rem;
      font-weight: bold; }
      .form .privacy_wrap .privacy_check label span::after {
        content: "必須";
        display: inline-block;
        padding: 3px 5px;
        margin-left: 10px;
        background: #cc0000;
        color: #fff;
        font-size: 1.2rem; }
.form .comp_message {
  text-align: center; }

@media only screen and (max-width: 680px) {
  input {
    margin-bottom: 5px;
    width: 100%; }

  input[type="text"].w100,
  textarea.w100 {
    width: 100%; }
  input[type="text"].w150,
  textarea.w150 {
    width: 100%; }
  input[type="text"].w200,
  textarea.w200 {
    width: 100%; }
  input[type="text"].w250,
  textarea.w250 {
    width: 100%; }
  input[type="text"].w300,
  textarea.w300 {
    width: 100%; }
  input[type="text"].w350,
  textarea.w350 {
    width: 100%; }
  input[type="text"].w400,
  textarea.w400 {
    width: 100%; }
  input[type="text"].w450,
  textarea.w450 {
    width: 100%; }
  input[type="text"].w500,
  textarea.w500 {
    width: 100%; }
  input[type="text"].w550,
  textarea.w550 {
    width: 100%; }
  input[type="text"].w600,
  textarea.w600 {
    width: 100%; }
  input[type="text"].w650,
  textarea.w650 {
    width: 100%; }
  input[type="text"].w700,
  textarea.w700 {
    width: 100%; }
  input[type="text"].w100p,
  textarea.w100p {
    width: 100%; }

  textarea {
    width: 100%; }

  .input_name_box input {
    width: 40%; }

  input[type="checkbox"] + label,
  input[type="radio"] + label {
    margin-bottom: 5px; }

  form dl > dt {
    padding: 0;
    margin-bottom: 10px;
    width: 100%; }
    form dl > dt.required::after {
      position: relative;
      right: 0;
      top: 0px;
      width: 3em;
      display: inline-block;
      margin-left: 10px;
      text-align: center; }
    form dl > dt + dd {
      width: 100%;
      margin-bottom: 40px; }
      form dl > dt + dd > dl {
        width: 100%; }
        form dl > dt + dd > dl > dt {
          width: 100%; }
          form dl > dt + dd > dl > dt + dd {
            width: 100%; }
  form dl dt {
    width: 100% !important; }
  form dl dd {
    width: 100%; }
    form dl dd label:first-of-type {
      margin-left: 0; }
  form .address + dd > dl dt {
    margin-bottom: 0px; }
  form .zip {
    padding-top: 10px !important; }
    form .zip input {
      width: 6em !important; }

  .form .step ul {
    display: block; }
    .form .step ul li {
      width: auto;
      margin-bottom: 2px; }
      .form .step ul li:first-child {
        border-radius: 4px 4px 0 0; }
      .form .step ul li:last-child {
        border-radius: 0 0 4px 4px; }
      .form .step ul li::after {
        display: none; }
  .form .remarks textarea {
    width: 90%; }
  .form .privacy_wrap .privacy_check {
    padding: 20px; }
    .form .privacy_wrap .privacy_check label {
      top: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: auto;
      text-align: center; }
      .form .privacy_wrap .privacy_check label input {
        width: 16px; }
      .form .privacy_wrap .privacy_check label span::after {
        display: block;
        margin: auto;
        width: 3em;
        text-align: center; }
  .form .btn_wrap button {
    width: auto;
    height: 40px;
    min-width: 270px;
    margin: 0 auto 10px auto;
    font-size: 1.6rem;
    line-height: 2rem;
    border-radius: 20px;
    font-family: "Noto Sans JP"; }
    .form .btn_wrap button::after {
      width: 20px;
      height: 20px;
      position: absolute; }
    .form .btn_wrap button.submit::after {
      right: 10px; }
    .form .btn_wrap button.back::after {
      left: 10px; }
    .form .btn_wrap button.link::after {
      right: 10px; } }

/*# sourceMappingURL=style.css.map */