@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100&display=swap");
/*
font-family: 'Noto Sans JP', sans-serif;
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

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

ins {
  background-color: #ff9;
  color: #333;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #333;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

ul li {
  list-style: none; }

.body img {
  max-width: 100%;
  height: auto;
}

/* --------------------------------------------------------------------------------------------- module */
.clearfix {
  display: block; }
  .clearfix:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0.1em; }

.aover:hover {
  opacity: 0.7; }

.sp-br {
  display: none; }
  @media screen and (max-width: 480px) {
    .sp-br {
      display: inherit; } }

.pc-sp {
  display: inherit; }
  @media screen and (max-width: 480px) {
    .pc-sp {
      display: none; } }

.itemhide {
  display: none !important; }

body {
  background-color: #F8F8FA;
  padding: 140px 0 0;
  width: 100%;
  font-family: 'メイリオ','Meiryo','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Osaka','ＭＳ Ｐゴシック',Arial,sans-serif; }
  @media screen and (max-width: 999px) {
    body {
      padding: 70px 0 0; } }

/* --------------------------------------------------------------------------------------------- header */
header {
  position: fixed;
  left: 0;
  top: 0;
  background-color: #ffffff;
  width: 100%;
  height: 140px;
  z-index: 100; }
  @media screen and (max-width: 999px) {
    header {
      height: 70px; } }
  header .top {
    margin: 0 auto;
    width: 100%;
    height: 69px;
    max-width: 1000px;
    width: calc(100% - 20px);
    margin: auto; }
    @media screen and (max-width: 999px) {
      header .top {
        display: flex;
        justify-content: space-between; } }
    header .top .logo {
      padding: 11px 2px 0; }
      @media screen and (max-width: 999px) {
        header .top .logo img {
          width: 120px;
          height: auto; } }
    header .top .sp-items {
      display: none; }
      @media screen and (max-width: 999px) {
        header .top .sp-items {
          display: flex;
          align-items: center;
          gap: 20px;
          text-align: center; }
          header .top .sp-items a {
            text-decoration: none;
            color: #E92A3C;
            font-size: 10px; }
            header .top .sp-items a.open span {
              display: none; }
            header .top .sp-items a.open::after {
              content: url(../img/sp_close.svg);
              display: block; }
          header .top .sp-items .sp-items-contact a.open::after {
            width: 60px; }
          header .top .sp-items .sp-items-menu a.open::after {
            width: 30px; }
          header .top .sp-items img {
            display: block;
            margin: auto;
            width: 30px;
            height: auto;
            margin-bottom: 5px; }
          header .top .sp-items .sp-items-menu　img {
            margin-bottom: 10px; } }
  header .gmenu {
    border-top: 1px solid #FBD6D5; }
    @media screen and (max-width: 999px) {
      header .gmenu {
        display: none;
        background: #F8F8FA;
        width: 100vw;
        height: 100vh;
        border: none;
        padding-top: 15px; } }
    header .gmenu_sp {
      display: none; }
      @media screen and (max-width: 999px) {
        header .gmenu_sp {
          display: inherit; } }
    header .gmenu header .gmenu ul {
      margin: 0 auto;
      width: calc(100% - 40px); }
    header .gmenu ul {
      border-left: 1px solid #FBD6D5;
      margin: 0 auto;
      width: 100%;
      display: flex;
      max-width: 1000px;
      width: calc(100% - 20px);
      margin: auto; }
      @media screen and (max-width: 999px) {
        header .gmenu ul {
          overflow: scroll;
          margin: 0 auto;
          width: 100%;
          padding: 0 20px 20px 30px;
          display: inherit;
          border-left: none;
          height: calc(100vh - 70px);
          box-sizing: border-box; } }
      header .gmenu ul li {
        border-right: 1px solid #FBD6D5; }
        @media screen and (max-width: 999px) {
          header .gmenu ul li {
            float: none;
            border-right: none;
            border-bottom: solid 1px #FBD6D5;
            display: flex;
            align-items: center;
            height: 60px; }
            header .gmenu ul li::after {
              content: "";
              width: 15px;
              height: 15px;
              display: block;
              border-top: 1px solid #F27875;
              border-right: 1px solid #F27875;
              transform: rotate(45deg);
              margin-right: 10px; } }
    header .gmenu a {
      display: block;
      padding: 18px 0 0;
      width: 199px;
      height: 52px;
      text-align: center;
      font-weight: bold;
      text-decoration: none;
      color: #000000;
      font-size: 14px; }
      @media screen and (max-width: 999px) {
        header .gmenu a {
          width: 100%;
          text-align: left;
          position: relative; } }
      header .gmenu a span {
        display: block;
        color: #F27875;
        font-size: 8px;
        font-weight: normal;
        margin-top: 5px; }
  header .contact {
    position: absolute;
    right: 0;
    top: 0; }
    @media screen and (max-width: 999px) {
      header .contact {
        display: none; } }
    header .contact a {
      display: block;
      padding: 0 0 0;
      text-align: center;
      line-height: 0; }
  header .access {
    position: absolute;
    right: 70px;
    top: 0; }

/* --------------------------------------------------------------------------------------------- contents */
#contents {
  max-width: 1000px;
  width: calc(100% - 20px);
  margin: auto; }
  #contents .bg_white {
    background-color: #ffffff;
    width: 100vw;
    margin: 0 calc(50% - 50vw); }
  #contents section {
    padding: 45px 0; }
  #contents a {
    color: #F27875; }
    @media screen and (max-width: 480px) {
      #contents a img {
        width: 100%;
        height: auto; } }
  #contents .faq {
    margin: 0 auto;
    text-align: center;
    max-width: 1000px;
    width: calc(100% - 20px);
    margin: auto; }
    #contents .faq .q {
      background: url(../img/icon_q.png) no-repeat center 0;
      margin: 0 0 65px;
      padding: 120px 0 0; }
      #contents .faq .q h3 {
        margin: 0 0 30px;
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 38px;
        line-height: 1.4; }
        @media screen and (max-width: 480px) {
          #contents .faq .q h3 {
            font-size: 24px; } }
    #contents .faq .a {
      background: url(../img/icon_a.png) no-repeat center 0;
      margin: 0 0 15px;
      padding: 100px 0 0; }
      #contents .faq .a .lead {
        background: #FBD6D6;
        color: #EB524F;
        font-size: 24px;
        border-radius: 100px;
        padding: 20px;
        font-weight: bold;
        box-shadow: 1px 1px 0px 1px #cccccc;
        line-height: 1.3; }
        @media screen and (max-width: 480px) {
          #contents .faq .a .lead {
            font-size: 18px; } }
      #contents .faq .a .img img {
        max-width: 1000px;
        width: 100%;
        height: auto; }
    #contents .faq .point {
      display: flex;
      justify-content: center;
      margin: 50px 0;
      flex-wrap: wrap;
      gap: 35px; }
      @media screen and (max-width: 480px) {
        #contents .faq .point {
          display: inherit; } }
      #contents .faq .point dl {
        width: 300px;
        height: 300px;
        background: url(../img/title1_bg.png) top center;
        background-size: cover;
        border-radius: 100%;
        display: flex;
        flex-direction: column;
        justify-content: start;
        padding-top: 40px;
        box-sizing: border-box; }
        @media screen and (max-width: 480px) {
          #contents .faq .point dl {
            width: 280px;
            height: 280px;
            margin: 20px auto;
            font-size: 16px; } }
        @media screen and (max-width: 480px) {
          #contents .faq .point dl + dl {
            margin-top: 20px; } }
        #contents .faq .point dl dd {
          padding: 25px 55px 0;
          color: #ffffff;
          font-size: 18px;
          font-weight: bold;
          line-height: 1.6; }
    #contents .faq .strong {
      box-sizing: border-box;
      background-color: #ffffff;
      border: 3px solid #FBD6D5;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      padding: 40px 25px;
      text-align: left;
      color: #EA524D;
      line-height: 1.6;
      display: flex;
      justify-content: center;
      width: 100%;
      gap: 30px; }
      @media screen and (max-width: 480px) {
        #contents .faq .strong {
          flex-wrap: wrap; } }
      #contents .faq .strong ul li {
        display: inline-block;
        margin: 0 0 7px;
        max-width: 370px; }
        @media screen and (max-width: 480px) {
          #contents .faq .strong ul li {
            width: auto;
            margin-left: 1em;
            text-indent: -1em; } }
    #contents .faq .open_contact img {
      max-width: 928px;
      width: 100%;
      height: auto; }
  #contents .flow {
    max-width: 1000px;
    width: calc(100% - 20px);
    margin: auto;
    margin: 0 auto; }
    #contents .flow > div {
      margin: 0 0 10px; }
      #contents .flow > div + div {
        background: url(../img/icon_triangle-bottom.png) no-repeat center 0;
        padding: 30px 0 0; }
    #contents .flow dl {
      display: table;
      -webkit-box-shadow: 1px 1px 0 0 #CCCCCC;
      -moz-box-shadow: 1px 1px 0 0 #CCCCCC;
      box-shadow: 1px 1px 0 0 #CCCCCC;
      width: 100%; }
      @media screen and (max-width: 480px) {
        #contents .flow dl {
          display: inherit; } }
      #contents .flow dl dt, #contents .flow dl dd {
        display: table-cell;
        vertical-align: middle;
        line-height: 1.6; }
        @media screen and (max-width: 480px) {
          #contents .flow dl dt, #contents .flow dl dd {
            display: inherit; } }
      #contents .flow dl dt {
        background-color: #F27875;
        width: 250px;
        font-size: 24px;
        color: #ffffff;
        text-align: center; }
        @media screen and (max-width: 480px) {
          #contents .flow dl dt {
            width: 100%;
            font-size: 18px; } }
        #contents .flow dl dt small {
          display: block;
          font-size: 16px; }
      #contents .flow dl dd {
        background-color: #F8F8FA;
        padding: 20px 25px;
        font-size: 18px; }
        @media screen and (max-width: 480px) {
          #contents .flow dl dd {
            padding: 15px;
            font-size: 16px; } }
  #contents .table table {
    margin: 0 0 30px;
    width: 100%; }
    #contents .table table td {
      box-sizing: border-box;
      background-color: #ffffff;
      border-bottom: 4px solid #F8F8FA;
      padding: 0 30px;
      width: 498px;
      height: 54px;
      vertical-align: middle;
      color: #EA524D;
      line-height: 1.3; }
      #contents .table table td + td {
        border-left: 4px solid #F8F8FA; }
      #contents .table table td.nbsp {
        background: transparent; }
  #contents .foot_banner {
    margin: 0 auto;
    padding: 30px 0;
    text-align: center;
    max-width: 1000px;
    width: calc(100% - 20px); }
    @media screen and (max-width: 999px) {
      #contents .foot_banner img {
        width: 100%;
        height: auto;
        margin: 5px auto; } }
    #contents .foot_banner h3 {
      margin: 0 0 45px; }
  #contents .title1 {
    background: url(../img/title1_bg.png) no-repeat right 0 #E92A3C;
    text-align: center;
    width: 100vw;
    margin: 0 calc(50% - 50vw); }
    #contents .title1 h1, #contents .title1 .title {
      margin: 0 auto;
      max-width: 1000px;
      width: calc(100% - 20px);
      display: flex;
      align-items: center;
      justify-content: center;
      height: 200px; }
    #contents .title1 h1 span, #contents .title1 .title span {
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 34px;
      color: #ffffff;
      letter-spacing: 0.2em;
      line-height: 1.5; }
      @media screen and (max-width: 480px) {
        #contents .title1 h1 span, #contents .title1 .title span {
          font-size: 24px; } }
    #contents .title1 div {
      background-color: #C62034; }
      #contents .title1 div p {
        box-sizing: border-box;
        margin: 0 auto;
        padding: 17px 0 0;
        width: 100%;
        height: 50px; }
  #contents .title2 {
    border-bottom: 5px solid #FBD6D5;
    margin: 0 0 40px;
    text-align: center; }
    #contents .title2 h1, #contents .title2 h2 {
      margin: 0 auto;
      width: 100%;
      font-size: 26px;
      font-weight: normal; }
    #contents .title2 h1 span, #contents .title2 h2 span {
      display: inline-block;
      border-bottom: 5px solid #EA524F;
      margin: 0 0 -5px;
      padding: 15px 35px; }
  #contents .title3 {
    border-top: 1px solid #FBD6D5;
    border-bottom: 1px solid #FBD6D5;
    margin: 0 0 10px;
    padding: 12px;
    font-size: 24px;
    color: #EA524E;
    text-align: center; }
    @media screen and (max-width: 480px) {
      #contents .title3 {
        font-size: 20px;
        line-height: 1.2; } }
  #contents .title4 {
    background-color: #C62034;
    height: 80px;
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    width: 100vw;
    margin: 0 calc(50% - 50vw); }
    @media screen and (max-width: 480px) {
      #contents .title4 {
        height: 80px;
        line-height: 80px; } }
    #contents .title4 h1, #contents .title4 p {
      margin: 0 auto;
      padding: 27px 0 0;
      width: 100%;
      font-weight: normal; }
      @media screen and (max-width: 480px) {
        #contents .title4 h1, #contents .title4 p {
          padding: 0; } }
  #contents .home_main {
    background: url(../../img/home_main_bg.png) no-repeat right 0 #E92A3C;
    height: 440px;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    display: flex;
    justify-content: center;
    align-items: center; }
    #contents .home_main h1 {
      max-width: 1000px;
      width: calc(100% - 20px);
      margin: auto;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      line-height: 2;
      letter-spacing: 0.2em; }
      #contents .home_main h1 .home_main_img {
        margin-bottom: 30px; }
      #contents .home_main h1 .home_main_lead {
        font-family: 'Noto Sans JP', sans-serif;
        color: #ffffff;
        font-size: 34px;
        border-bottom: 1px solid #ffffff;
        margin-bottom: 10px; }
        @media screen and (max-width: 480px) {
          #contents .home_main h1 .home_main_lead {
            font-size: 24px; } }
      #contents .home_main h1 .home_main_text {
        color: #ffffff;
        font-size: 20px; }
        @media screen and (max-width: 480px) {
          #contents .home_main h1 .home_main_text {
            font-size: 16px; } }
  #contents .home_menu {
    margin: 0 auto 30px;
    padding: 30px 0 0;
    width: 100%; }
    #contents .home_menu ul {
      display: flex;
      flex-wrap: wrap; }
      #contents .home_menu ul li {
        width: calc(100% / 4);
        background: #e92a3c;
        background: linear-gradient(90deg, #e92a3c 0%, #e4273c 50%, #c52135 100%); }
        @media screen and (max-width: 480px) {
          #contents .home_menu ul li {
            width: calc(100% / 2); } }
        #contents .home_menu ul li img {
          display: block;
          width: 100%;
          height: auto; }
        #contents .home_menu ul li a {
          color: #ffffff;
          text-decoration: none; }
          #contents .home_menu ul li a p {
            text-align: center;
            font-size: 18px;
            padding: 20px 0;
            font-family: 'Noto Sans JP', sans-serif;
            font-weight: 900; }
            @media screen and (max-width: 480px) {
              #contents .home_menu ul li a p {
                font-size: 16px;
                padding: 15px 0; } }
            #contents .home_menu ul li a p span {
              display: block;
              font-size: 14px;
              margin-bottom: 15px; }
              @media screen and (max-width: 480px) {
                #contents .home_menu ul li a p span {
                  font-size: 10px;
                  margin-bottom: 5px; } }
  #contents .home_news {
    position: relative;
    margin: 0 auto 60px;
    width: 100%; }
    #contents .home_news h2 {
      margin: 0 0 30px; }
    #contents .home_news .list {
      position: absolute;
      right: 0;
      top: 0;
      border-top: 1px solid #EA524F;
      border-bottom: 1px solid #EA524F; }
      #contents .home_news .list a {
        background: url(../img/icon_list.gif) no-repeat 7px center;
        display: block;
        padding: 6px 17px 6px 33px;
        font-size: 14px;
        color: #F27874;
        text-decoration: none; }
    #contents .home_news .carousel {
      position: relative; }
      #contents .home_news .carousel ul li {
        background-color: #ffffff;
        height: 140px; }
        #contents .home_news .carousel ul li a {
          display: block;
          border-top: 1px solid #EA524F;
          padding: 15px;
          text-decoration: none;
          line-height: 1.6; }
          #contents .home_news .carousel ul li a span.date {
            display: block;
            font-size: 12px; }
          #contents .home_news .carousel ul li a span.txt {
            display: table-cell;
            height: 85px;
            vertical-align: middle;
            font-size: 14px; }
      #contents .home_news .carousel .bx-prev, #contents .home_news .carousel .bx-next {
        position: absolute;
        top: 50px;
        display: block;
        width: 20px;
        height: 40px;
        text-indent: -9999px; }
      #contents .home_news .carousel .bx-prev:hover, #contents .home_news .carousel .bx-next:hover {
        opacity: 0.7; }
      #contents .home_news .carousel .bx-prev {
        background-image: url(../img/icon_menu-left.gif);
        left: 0; }
      #contents .home_news .carousel .bx-next {
        background-image: url(../img/icon_menu-right.gif);
        right: 0; }
  #contents .home_banner {
    margin: 0 auto 40px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 18px; }
    @media screen and (max-width: 480px) {
      #contents .home_banner {
        display: inherit; } }
    #contents .home_banner ul {
      width: 100%;
      max-width: 418px;
      display: flex;
      flex-wrap: wrap;
      gap: 18px; }
      @media screen and (max-width: 480px) {
        #contents .home_banner ul {
          max-width: 100%;
          gap: 10px;
          margin-bottom: 10px; } }
      #contents .home_banner ul li {
        background-color: #ffffff;
        line-height: 0; }
        @media screen and (max-width: 480px) {
          #contents .home_banner ul li {
            float: none;
            margin: 0; } }
        #contents .home_banner ul li.home_banner_item_harf {
          width: calc((100% - 18px) / 2); }
          @media screen and (max-width: 480px) {
            #contents .home_banner ul li.home_banner_item_harf {
              width: calc((100% - 10px) / 2); } }
        #contents .home_banner ul li img {
          display: block;
          width: 100%;
          height: auto; }
    #contents .home_banner p {
      max-width: 490px; }
      #contents .home_banner p img {
        display: block;
        width: 100%;
        height: auto; }
  #contents .home_social {
    margin: 0 auto;
    padding: 0 0 70px;
    width: 100%; }
    #contents .home_social .facebook {
      float: left;
      width: 490px; }
    #contents .home_social .twitter {
      float: right;
      width: 490px; }
  #contents .home_access {
    background: #ffffff;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 60px 0; }
    @media screen and (max-width: 480px) {
      #contents .home_access {
        padding: 40px 0; } }
    #contents .home_access .home_access_inner {
      max-width: 1000px;
      width: calc(100% - 20px);
      margin: auto;
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      gap: 20px; }
      @media screen and (max-width: 480px) {
        #contents .home_access .home_access_inner {
          flex-direction: column; } }
    #contents .home_access .home_access_item {
      width: calc((100% - 20px)/2); }
      @media screen and (max-width: 480px) {
        #contents .home_access .home_access_item {
          width: 100%; } }
      #contents .home_access .home_access_item p {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 1.5; }
        #contents .home_access .home_access_item p b {
          font-size: 16px;
          font-weight: bold; }
        #contents .home_access .home_access_item p img {
          width: 215px;
          height: auto; }
      #contents .home_access .home_access_item iframe {
        width: 100%;
        height: 300px; }
        @media screen and (max-width: 480px) {
          #contents .home_access .home_access_item iframe {
            width: 100%; } }

/* ----------------------------------------------------------------------------------- faq */
/* ----------------------------------------------------------------------------------- flow */
/* ----------------------------------------------------------------------------------- table */
/* ----------------------------------------------------------------------------------- foot_banner */
/* ----------------------------------------------------------------------------------- title */
/* ----------------------------------------------------------------------------------- home_main */
/* ----------------------------------------------------------------------------------- home_menu */
/* ----------------------------------------------------------------------------------- home_news */
/* ----------------------------------------------------------------------------------- home_banner */
/* ----------------------------------------------------------------------------------- home_banner */
/* --------------------------------------------------------------------------------------------- contact */
#contact {
  display: none;
  position: absolute;
  left: 0;
  top: 140px;
  background-color: #F8F8FA;
  width: 100%;
  z-index: 1;
  line-height: 1.6;
  font-size: 14px;
  font-weight: bold; }
  @media screen and (max-width: 999px) {
    #contact {
      top: 70px; } }
  #contact .inner {
    margin: 0 auto;
    padding: 50px 0 100px;
    width: 100%; }
  #contact h3 {
    margin: 0 0 20px;
    text-align: center;
    font-size: 24px; }
  #contact p.txt {
    margin: 0 auto 30px auto;
    text-align: center;
    max-width: 1000px;
    width: 90%; }
    @media screen and (max-width: 480px) {
      #contact p.txt {
        text-align: left; } }
  #contact .require {
    display: inline-block;
    background-color: #EA524F;
    padding: 1px 8px;
    color: #ffffff;
    font-size: 10px;
    font-weight: normal; }
  #contact .error {
    display: block;
    margin: 7px 0 0;
    color: #EA524E;
    font-weight: normal;
    font-size: 12px; }
  #contact select, #contact textarea, #contact input[type="text"] {
    font-family: 'メイリオ','Meiryo','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Osaka','ＭＳ Ｐゴシック',Arial,sans-serif;
    box-sizing: border-box;
    padding: 15px 20px;
    width: 460px;
    border: 1px solid #CCCCCC;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 14px; }
    @media screen and (max-width: 480px) {
      #contact select, #contact textarea, #contact input[type="text"] {
        width: 100%; } }
  #contact select {
    background: url(../img/icon_triangle-bottom_b.png) no-repeat 420px center #ffffff;
    -webkit-appearance: button;
    -moz-appearance: none;
    appearance: button;
    font-weight: bold; }
    #contact select select::-ms-expand {
      display: none; }
  #contact textarea {
    max-width: 720px;
    width: 100%;
    height: 200px;
    line-height: 1.8; }
    @media screen and (max-width: 480px) {
      #contact textarea {
        width: 100%; } }
  #contact input[type="text"].size_l {
    max-width: 720px;
    width: 100%; }
    @media screen and (max-width: 480px) {
      #contact input[type="text"].size_l {
        width: 100%; } }
  #contact table {
    margin: 0 auto 20px; }
    @media screen and (max-width: 480px) {
      #contact table {
        width: 90%; } }
    #contact table th, #contact table td {
      padding: 10px;
      vertical-align: middle; }
      @media screen and (max-width: 480px) {
        #contact table th, #contact table td {
          width: 100%;
          text-align: left;
          display: block;
          padding: 0; } }
    #contact table th {
      width: 110px;
      text-align: right; }
      @media screen and (max-width: 480px) {
        #contact table th {
          width: 100%;
          text-align: left;
          display: block;
          padding: 10px 0 5px 0; } }
      #contact table th.vat {
        padding: 20px 10px 10px;
        vertical-align: top; }
        @media screen and (max-width: 480px) {
          #contact table th.vat {
            padding: 10px 0 5px 0; } }
  #contact .agree {
    margin: 45px auto; }
    #contact .agree > div {
      background-color: #ffffff;
      border: 1px solid #FBD6D5;
      padding: 27px 0;
      max-width: 664px;
      width: 90%;
      text-align: center;
      margin: auto; }
    #contact .agree label {
      position: relative;
      display: inline-block;
      padding: 0 0 0 15px; }
      #contact .agree label .image {
        background: url(../img/checkbox.gif) no-repeat 0 0;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 20px;
        height: 20px; }
      #contact .agree label input:checked + .image {
        background-position: 0 -20px; }
    #contact .agree input {
      opacity: 0; }
    #contact .agree .require {
      margin: 0 15px; }
    #contact .agree a {
      color: #333333; }
  #contact nav {
    position: relative; }
    #contact nav .back {
      position: absolute;
      left: 140px;
      top: 0; }
    #contact nav input {
      margin: auto;
      display: block; }
      @media screen and (max-width: 480px) {
        #contact nav input {
          width: 90%; } }
      @media screen and (max-width: 480px) {
        #contact nav input img {
          width: 100%;
          height: auto; } }
  #contact .confirm {
    display: none; }
    #contact .confirm table {
      margin: 0 0 50px; }
      #contact .confirm table th {
        padding: 15px 10px;
        vertical-align: top; }
      #contact .confirm table td {
        padding: 15px 0px 10px 30px;
        vertical-align: top;
        font-weight: normal; }
  #contact .complete {
    display: none;
    text-align: center; }
    #contact .complete dl dt {
      padding: 60px 0 90px;
      font-size: 24px;
      font-weight: bold; }

/* --------------------------------------------------------------------------------------------- footer */
footer {
  background-color: #F8F8FA;
  width: 100vw;
  margin: 0 calc(50% - 50vw); }
  footer a {
    text-decoration: none; }
    footer a:hover {
      text-decoration: underline; }
  footer .pagetop {
    position: fixed;
    right: 20px;
    bottom: -45px; }
  footer .top {
    background-color: #F27875;
    padding: 25px 0;
    font-size: 14px;
    text-align: center;
    color: #ffffff; }
    footer .top > div {
      margin: 0 auto;
      width: 100%; }
      @media screen and (max-width: 480px) {
        footer .top > div {
          display: flex;
          flex-wrap: wrap;
          gap: 15px 0; } }
    footer .top a {
      color: #ffffff; }
      @media screen and (max-width: 480px) {
        footer .top a {
          width: calc(100% / 2); } }
    footer .top a + a::before {
      content: "｜";
      margin: 0 5px; }
      @media screen and (max-width: 480px) {
        footer .top a + a::before {
          content: none; } }
  footer .bottom {
    max-width: 1000px;
    width: calc(100% - 20px);
    margin: auto;
    margin: 0 auto;
    padding: 30px 0;
    width: 100%;
    font-size: 12px;
    display: flex;
    justify-content: center;
    gap: 20px 180px;
    flex-wrap: wrap; }
    @media screen and (max-width: 480px) {
      footer .bottom {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0; } }
    footer .bottom a {
      color: #000000; }
    @media screen and (max-width: 480px) {
      footer .bottom .menu {
        display: flex;
        flex-wrap: wrap;
        gap: 10px 0;
        justify-content: center;
        margin-bottom: 20px; } }
    footer .bottom .menu a {
      width: calc((100% / 2));
      text-align: center; }
    footer .bottom .menu a + a::before {
      content: "｜";
      margin: 0 5px; }
      @media screen and (max-width: 480px) {
        footer .bottom .menu a + a::before {
          content: none; } }
    @media screen and (max-width: 480px) {
      footer .bottom .copyright {
        float: none;
        text-align: center; } }
