@charset "UTF-8";
area {
  border: none;
  outline: none; }

.sub_key {
  background-image: url("../images/common/sub_key_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 170px; }
  @media screen and (min-width: 768px) {
    .sub_key {
      height: 310px; } }

#sub_key {
  background-image: url("../images/common/sub_key_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 170px; }
  @media screen and (min-width: 768px) {
    #sub_key {
      width: 100%;
      min-width: 1100px;
      height: 310px; } }
  #sub_key h2 {
    text-align: center;
    color: #fff;
    font-size: 1.5em;
    padding-top: 70px; }
    @media screen and (min-width: 768px) {
      #sub_key h2 {
        font-size: 29px;
        padding-top: 140px; } }
    #sub_key h2 span {
      font-size: 0.6em;
      display: block; }
      @media screen and (min-width: 768px) {
        #sub_key h2 span {
          font-size: 12px;
          margin-bottom: 10px; } }
  #sub_key h2:after {
    content: "　";
    display: block;
    height: 1px;
    width: 45px;
    margin: 0 auto;
    border-bottom: 2px solid #fff; }
    @media screen and (min-width: 768px) {
      #sub_key h2:after {
        margin-top: 15px; } }

.greetings img {
  width: 100%;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .greetings img {
      width: 662px; } }

.company01 img {
  width: 96%;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .company01 img {
      width: 802px; } }

.company02 {
  width: 100% !important;
  background-color: #eeeae9;
  padding: 2em 0;
  margin-bottom: 2em; }
  @media screen and (min-width: 768px) {
    .company02 {
      padding: 70px 0; } }
  .company02 img {
    width: 96%;
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      .company02 img {
        width: 801px; } }

.flow img {
  width: 100%;
  margin: 0 auto; }

.privacy img {
  width: 100%;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .privacy img {
      width: 1068px; } }

.sitemap img {
  width: 100%;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .sitemap img {
      width: 1100px; } }

.preparation {
  margin-top: 20px !important; }

#sub_contents {
  width: 96%;
  padding-bottom: 100px;
  margin: -73px auto 0 auto; }
  @media screen and (min-width: 768px) {
    #sub_contents {
      min-width: 1100px;
      width: 1100px;
      padding-bottom: 200px;
      margin: -151px auto 0 auto;
      padding: 0 0px 90px 0px; } }

#product {
  width: 96%;
  margin: 0 auto;
  padding: 2em; }
  @media screen and (min-width: 768px) {
    #product {
      min-width: 850px;
      width: 850px;
      padding: 100px 0; } }
  #product .f_contact {
    border: 1px solid #d7000f;
    padding: 0.5em;
    margin-top: 1em; }
    @media screen and (min-width: 768px) {
      #product .f_contact {
        width: 850px;
        padding: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; } }
    #product .f_contact .text {
      text-align: center;
      margin-bottom: 1em; }
      @media screen and (min-width: 768px) {
        #product .f_contact .text {
          width: 45%;
          text-align: left;
          margin-bottom: 0em; } }
      #product .f_contact .text span {
        color: #d7000f;
        font-size: 14px;
        display: block;
        margin-bottom: 10px;
        font-weight: bold; }
        @media screen and (min-width: 768px) {
          #product .f_contact .text span {
            font-size: 22px;
            margin-bottom: 13px; } }
      #product .f_contact .text a {
        font-size: 23px;
        display: block;
        line-height: 0.5;
        font-weight: bold; }
        @media screen and (min-width: 768px) {
          #product .f_contact .text a {
            font-size: 40px; } }
      #product .f_contact .text a::before {
        content: "　";
        background-image: url("../images/icon_tel.png");
        background-repeat: no-repeat;
        height: 29px;
        margin-right: 5px;
        background-size: contain;
        vertical-align: sub; }
      #product .f_contact .text small {
        display: block;
        font-size: 12px;
        margin-left: 35px; }
        @media screen and (min-width: 768px) {
          #product .f_contact .text small {
            font-size: 19px;
            margin-left: 47px; } }
    @media screen and (min-width: 768px) {
      #product .f_contact .btn {
        width: 55%;
        text-align: left; } }
