@media screen and (max-width: 769px) {
  /*----------------------------------------
    .form
  ----------------------------------------*/
  #form-header, .form {
    background: url(../images/back-form.jpg) no-repeat center top;
    background-size: cover;
  }
  #form-header form, .form form {
    margin: 0 auto;
    padding: 2rem 2rem 2rem;
    background: #d00;
  }
  #form-header .caution p, .form .caution p {
    font-size: 12px;
    font-size: 3.2vw;
    color: #fff;
    line-height: 100%;
    text-align: center;
  }
  #form-header .caution p small, .form .caution p small {
    font-size: 10px;
    font-size: 2.7vw;
    display: inline-block;
  }
  #form-header .timer, .form .timer {
    margin: 0 auto 3%;
    text-align: center;
  }
  #form-header .timer p, .form .timer p {
    margin-bottom: 0.5em;
    font-size: 13px;
    font-size: 3.5vw;
    color: #fff;
    font-weight: bold;
    line-height: 200%;
  }
  #form-header .timer em, .form .timer em {
    font-size: 23px;
    font-size: 6.1vw;
    font-weight: bold;
  }
  #form-header .timer span, .form .timer span {
    padding: 0.5em 2%;
    width: 100%;
    font-size: 18px;
    font-size: 4.8vw;
    text-shadow: 1px 1px 0px #000;
    background-color: rgb(239, 38, 23);
    background: linear-gradient(to right, rgb(239, 38, 23) 0%, rgb(252, 198, 5) 100%);
    display: inline-block;
    border-radius: 0.5rem;
  }
  #form-header input[type=text], #form-header input[type=email], .form input[type=text], .form input[type=email] {
    margin: 0 auto 2%;
    padding: 0.4em 3%;
    width: 100%;
    font-size: 18px;
    font-size: 4.8vw;
    color: #272f6b;
    line-height: 160%;
    border: 3px solid #272f6b;
    background: #fff;
  }
  #form-header .form-input-l, .form .form-input-l {
    padding: 0.8em 3% !important;
  }
  #form-header .form-input-round, .form .form-input-round {
    border-radius: 1rem;
  }
  #form-header .form-step, .form .form-step {
    margin-bottom: 2rem;
  }
  #form-header h2 {
    margin-bottom: 1rem;
  }
  #form-header h3 {
    margin-bottom: 0.5em;
    padding: 0.3em 1em;
    font-size: 13px;
    font-size: 3.5vw;
    color: #fff;
    text-align: center;
    background: #000;
    border-radius: 1rem;
  }
  #form-header h4 {
    margin-bottom: 1em;
    font-size: 13px;
    font-size: 3.5vw;
    color: #fff;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  .form h3, .form h4 {
    margin-bottom: 1rem;
  }
  .form h5 {
    margin-bottom: 0.5em;
    padding: 0.3em 1em;
    font-size: 13px;
    font-size: 3.5vw;
    color: #fff;
    text-align: center;
    background: #000;
    border-radius: 1rem;
  }
  .form h6 {
    margin-bottom: 1em;
    font-size: 13px;
    font-size: 3.5vw;
    color: #fff;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  .checkbox-container {
    margin-bottom: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }
  .checkbox-container input[type=checkbox] {
    border: 1px solid #aaaaaa;
    vertical-align: -8px;
    -webkit-appearance: none;
    position: relative;
    margin-right: 5px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    width: 26px;
    height: 26px;
    /*Other Browser*/
    background: #e2e2e2;
    /*For Old WebKit*/
    /*For Modern Browser*/
    background: linear-gradient(to bottom, #ffffff 0%, #e2e2e2 100%);
  }
  .checkbox-container input[type=checkbox]:checked {
    /*Other Browser*/
    background: #99cc00;
    /*For Old WebKit*/
    /*For Modern Browser*/
    background: linear-gradient(to bottom, #99cc00 0%, #87b400 100%);
    border: 1px solid #336600;
  }
  .checkbox-container input[type=checkbox]:checked:before {
    position: absolute;
    left: 1px;
    top: 16px;
    display: block;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    content: "";
    width: 10px;
    height: 4px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center;
  }
  .checkbox-container input[type=checkbox]:checked:after {
    display: block;
    position: absolute;
    left: 9px;
    top: 16px;
    content: "";
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    width: 16px;
    height: 4px;
    background: #ffffff;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center;
  }
  .checkbox-container label {
    font-size: 12px;
    font-size: 3.2vw;
    color: #fff;
    text-align: left;
    line-height: 1.4;
  }
  .btn {
    margin: 0 auto;
    padding: 1em 5%;
    width: 100%;
    font-size: 22px;
    font-size: 5.9vw;
    font-weight: bold;
    text-decoration: none;
    line-height: 130%;
    letter-spacing: -0.05em;
    display: block;
    text-align: center;
    border-radius: 2rem;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .btn span {
    font-weight: bold;
  }
  .btn a {
    font-weight: bold;
    text-decoration: none;
  }
  .btn2 {
    font-size: 14px;
    font-size: 3.7vw;
    line-height: 170%;
    letter-spacing: 0.1em;
  }
  .btn2 .free {
    padding: 0.5em;
    font-size: 30px;
    font-size: 8vw;
    font-weight: bold;
    letter-spacing: 0.05em;
    cursor: pointer;
    background: #fff;
    border-radius: 10px;
    display: inline-block;
  }
  .btn-gold {
    color: #272f6b;
    background-color: rgb(253, 223, 156);
    background: linear-gradient(to right, rgb(253, 223, 156) 0%, rgb(210, 158, 62) 100%);
    box-shadow: 0 1rem 0 #272f6b;
    border: 0.5rem solid #272f6b;
  }
  .btn-gold a {
    color: #272f6b;
  }
  .btn-gold .free {
    color: #fff;
    background: #272f6b;
  }
  .btn-green {
    color: #fff;
    text-shadow: 0 0px 3px #0f830d, 0 0px 5px #0f830d, 0 0 7px #0f830d;
    background-color: rgb(28, 168, 0);
    background: linear-gradient(to bottom, #0fff0d 25%, #04af14 75%);
    box-shadow: 0 1rem 0 #045b0c;
    border: 1px solid #37e70b;
    position: relative;
    overflow: hidden;
  }
  .btn-green a {
    color: #fff;
  }
  .btn-green .free {
    color: #1ca800;
  }
  @keyframes shiny-btn4 {
    0% {
      -webkit-transform: scale(0) rotate(45deg);
      opacity: 0;
    }
    80% {
      -webkit-transform: scale(0) rotate(45deg);
      opacity: 0.5;
    }
    81% {
      -webkit-transform: scale(4) rotate(45deg);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(50) rotate(45deg);
      opacity: 0;
    }
  }
  .btn-green::after {
    position: absolute;
    content: "";
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn4 3s ease-in-out infinite;
  }
  .btn-red {
    color: #fff;
    background-color: rgb(255, 51, 51);
    background: linear-gradient(to right, rgb(255, 51, 51) 0%, rgb(198, 44, 44) 100%);
    box-shadow: 0 1rem 0 #7f1c1c;
  }
  .btn-red a {
    color: #fff;
  }
  .btn-red .free {
    color: #f33;
  }
  .btn-blue {
    color: #fff;
    background-color: rgb(0, 0, 255);
    background: linear-gradient(to right, rgb(0, 0, 255) 0%, rgb(0, 0, 206) 100%);
    box-shadow: 0 1rem 0 #000070;
  }
  .btn-blue a {
    color: #fff;
  }
  .btn-blue .free {
    color: #00f;
  }
  .btn-orange {
    color: #fff;
    background-color: rgb(255, 175, 75);
    background: linear-gradient(to right, rgb(255, 175, 75) 0%, rgb(255, 146, 10) 100%);
    box-shadow: 0 1rem 0 #bf6007;
  }
  .btn-orange a {
    color: #fff;
  }
  .btn-orange .free {
    color: #ffaf4b;
  }
  .hover {
    box-shadow: none;
    transform: translate3d(0, 10px, 0);
  }
  .btn-mov {
    animation: bounce 2.6s ease infinite;
    transform-origin: 50% 50%;
  }
  @keyframes bounce {
    0% {
      transform: translateY(0);
    }
    7.69231% {
      transform: translateY(0);
    }
    15.38462% {
      transform: translateY(0);
    }
    30.76923% {
      transform: translateY(-15px);
    }
    38.46154% {
      transform: translateY(0);
    }
    46.15385% {
      transform: translateY(-15px);
    }
    61.53846% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(0);
    }
  }
  /*----------------------------------------
    ylppc
  ----------------------------------------*/
  .company-info {
    padding: 5% 5% 0;
    background: #3e1500;
  }
  .company-info p {
    margin-bottom: 0 !important;
    color: #fff;
  }
  .company-info a {
    color: #3e1500;
  }
  .company-info .company-info-logo {
    margin: 0 auto;
    width: 50%;
  }
  .company-info .company-info-time {
    width: 100%;
    font-size: 3px;
    font-size: 0.8vw;
    text-align: center;
  }
  .company-info .company-info-tel {
    width: 100%;
    font-size: 5px;
    font-size: 1.3vw;
    text-align: center;
  }
  .company-info .company-info-tel i {
    margin-right: 5px;
  }
  .company-info .company-info-contact {
    width: 100%;
  }
  .company-info .company-info-contact a {
    width: 100%;
    padding: 3px;
    font-size: 12px;
    font-size: 3.2vw;
    text-align: center;
    display: inline-block;
    background: #fff;
    border-radius: 10px;
    text-decoration: none;
    transition: 0.5s;
    border: 1px solid #3e1500;
  }
  .company-info .company-info-contact a:hover {
    color: #fff;
    background: #3e1500;
    border: 1px solid #fff;
  }
  #company-info-detail .attention {
    margin-bottom: 2em !important;
    padding: 5%;
    width: 100%;
    background: #fff;
    border: 1px dotted #333;
  }
  #company-info-detail .attention h3 {
    margin-bottom: 1em !important;
    padding-left: get_vw(5);
    font-size: 13px;
    font-size: 3.5vw;
    border-left: 3px solid #0065be;
  }
  #company-info-detail .attention ul {
    margin-bottom: 3em;
  }
  #company-info-detail .attention li {
    margin-bottom: 1em !important;
    font-size: 8px;
    font-size: 2.1vw;
  }
  #company-info-detail .attention p {
    margin-bottom: 3%;
    font-size: 8px;
    font-size: 2.1vw;
  }
  #company-info-detail .detail {
    width: 100%;
    font-size: 8px;
    font-size: 2.1vw;
  }
  #company-info-detail .detail table {
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    background: #fff;
  }
  #company-info-detail .detail th {
    padding: get_vw(5);
    width: 20%;
    color: #FFF;
    vertical-align: middle;
    background: #666;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
  }
  #company-info-detail .detail td {
    padding: get_vw(5);
    width: 40%;
    vertical-align: middle;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
  }
  #company-info-detail .detail .kind {
    color: #fff;
    text-align: center;
    font-weight: bold;
    background: #666;
  }
  #company-info-detail .detail .kind_mail {
    color: #FFF;
    text-align: center;
    font-weight: bold;
    background: #920000;
  }
  #company-info-detail .detail td {
    text-align: center;
  }
  #company-info-detail .detail_txt {
    padding: 5%;
  }
  #company-info-detail .detail_txt .inner {
    margin-bottom: 3em;
  }
  #company-info-detail .detail_txt h3 {
    margin-bottom: 0.5em;
    padding-left: get_vw(5);
    font-size: 11px;
    font-size: 2.9vw;
    border-left: 3px solid #0065be;
  }
  #company-info-detail .detail_txt p {
    font-size: 8px;
    font-size: 2.1vw;
    line-height: 160%;
  }
  #caution-spam {
    padding: 3rem;
    background: #000;
  }
  #caution-spam .inner {
    margin-bottom: 3rem;
  }
  #caution-spam .inner h3 {
    margin-bottom: 1em;
    padding: 0.2em 0 0.2em 0.5em;
    font-size: 15px;
    font-size: 4vw;
    color: #fff;
    font-weight: 900;
    border-left: 10px solid #fff;
  }
  #caution-spam .inner p {
    font-size: 12px;
    font-size: 3.2vw;
    color: #fff;
  }
  #caution-spam .inner a {
    color: #fff;
  }
}
@media screen and (min-width: 769px) {
  #form-header, .form {
    padding: 5% 0;
    background: url(../images/back-form.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #form-header .inner, .form .inner {
    margin: 0 auto;
  }
  #form-header h3, .form h3 {
    margin-bottom: 3%;
  }
  #form-header .caution p, .form .caution p {
    margin-bottom: 0.1rem !important;
    text-align: center;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 100%;
    color: #fff;
  }
  #form-header .caution p small, .form .caution p small {
    font-size: 15px;
    font-size: 1.5rem;
  }
  #form-header .timer, .form .timer {
    margin: 0 auto;
    width: 70%;
    text-align: center;
  }
  #form-header .timer p, .form .timer p {
    margin-bottom: 0.5em;
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
    line-height: 130%;
  }
  #form-header .timer em, .form .timer em {
    font-size: 50px;
    font-size: 5rem;
    font-weight: bold;
  }
  #form-header .timer span, .form .timer span {
    margin-bottom: 0.5em;
    padding: 1%;
    width: 100%;
    font-size: 35px;
    font-size: 3.5rem;
    text-shadow: 1px 1px 0px #000;
    font-weight: bold;
    line-height: 120%;
    background-color: rgb(239, 38, 23);
    background: linear-gradient(to right, rgb(239, 38, 23) 0%, rgb(252, 198, 5) 100%);
    display: inline-block;
    border-radius: 1rem;
  }
  #form-header form, .form form {
    margin: 0 auto;
    padding: 5% 5% 3%;
    width: 70%;
    text-align: center;
    background: #f00;
    box-shadow: 0 0 10px #000;
    border-radius: 1rem;
  }
  /*----------------------------------------
    ylppc
  ----------------------------------------*/
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  #form-header form, .form form {
    width: 90%;
  }
}
@media screen and (min-width: 769px) {
  #form-header input[type=text], #form-header input[type=email], .form input[type=text], .form input[type=email] {
    margin: 0 auto 2%;
    padding: 0.5em 1em;
    width: 100%;
    font-size: 25px;
    font-size: 2.5rem;
    color: #272f6b;
    line-height: 160%;
    border: 3px solid #272f6b;
    background: #fff;
  }
  #form-header .form-input-l, .form .form-input-l {
    padding: 0.6em 3% !important;
  }
  #form-header .form-input-round, .form .form-input-round {
    border-radius: 20px;
  }
  #form-header .form-step, .form .form-step {
    margin-bottom: 3%;
  }
  #form-header h2 {
    margin-bottom: 3%;
  }
  #form-header h3 {
    margin-bottom: 0.5em;
    padding: 0.5em;
    font-size: 25px;
    font-size: 2.5rem;
    color: #fff;
    background: #000;
    border-radius: 1rem;
  }
  #form-header h5 {
    margin-bottom: 1em;
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.3em;
  }
  .form h3, .form h4 {
    margin-bottom: 3%;
  }
  .form h5 {
    margin-bottom: 0.5em;
    padding: 0.5em;
    font-size: 25px;
    font-size: 2.5rem;
    color: #fff;
    background: #000;
    border-radius: 1rem;
  }
  .form h6 {
    margin-bottom: 1em;
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.3em;
  }
  .checkbox-container {
    margin-bottom: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }
  .checkbox-container input[type=checkbox] {
    border: 1px solid #aaaaaa;
    vertical-align: -8px;
    -webkit-appearance: none;
    position: relative;
    margin-right: 5px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    width: 26px;
    height: 26px;
    /*Other Browser*/
    background: #e2e2e2;
    /*For Old WebKit*/
    /*For Modern Browser*/
    background: linear-gradient(to bottom, #ffffff 0%, #e2e2e2 100%);
  }
  .checkbox-container input[type=checkbox]:checked {
    /*Other Browser*/
    background: #99cc00;
    /*For Old WebKit*/
    /*For Modern Browser*/
    background: linear-gradient(to bottom, #99cc00 0%, #87b400 100%);
    border: 1px solid #336600;
  }
  .checkbox-container input[type=checkbox]:checked:before {
    position: absolute;
    left: 1px;
    top: 16px;
    display: block;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    content: "";
    width: 10px;
    height: 4px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center;
  }
  .checkbox-container input[type=checkbox]:checked:after {
    display: block;
    position: absolute;
    left: 9px;
    top: 16px;
    content: "";
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    width: 16px;
    height: 4px;
    background: #ffffff;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center;
  }
  .checkbox-container label {
    font-size: 15px;
    font-size: 1.5rem;
    color: #fff;
    text-align: left;
    line-height: 1.4;
  }
  .btn {
    margin: 0 auto 2%;
    padding: 0.5em 1em 0.5em;
    width: 100%;
    max-width: 600px;
    font-size: 38px;
    font-size: 3.8rem;
    font-weight: bold;
    line-height: 110%;
    text-decoration: none;
    display: block;
    letter-spacing: -0.05em;
    border-radius: 2rem;
    transition: all 0.3s ease;
    cursor: pointer !important;
    position: relative;
  }
  .btn small {
    font-size: 30px;
    font-size: 3rem;
  }
  .btn span {
    font-weight: bold;
    cursor: pointer;
  }
  .btn:hover {
    box-shadow: none;
    transform: translate3d(0, 10px, 0);
    cursor: pointer;
  }
  .btn a {
    text-decoration: none;
    font-weight: bold;
  }
  .btn2 {
    padding: 3% 3% 3% 5%;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 150%;
    letter-spacing: 0.1em;
  }
  .btn2 .free {
    padding: 0.3em 6.5%;
    font-size: 70px;
    font-size: 7rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    cursor: pointer;
    background: #fff;
    border-radius: 10px;
    display: inline-block;
  }
  .btn2:before {
    top: 37%;
  }
  .btn2:after {
    top: 45%;
  }
  .btn-gold {
    color: #272f6b;
    background-color: rgb(253, 223, 156);
    background: linear-gradient(to right, rgb(253, 223, 156) 0%, rgb(210, 158, 62) 100%);
    box-shadow: 0 1rem 0 #272f6b;
    border: 0.5rem solid #272f6b;
  }
  .btn-gold a {
    color: #272f6b;
  }
  .btn-gold .free {
    color: #fff;
    background: #272f6b;
  }
  .btn-green {
    position: relative;
    max-width: 800px !important;
    color: #fff;
    text-shadow: 0 0px 3px #0f830d, 0 0px 5px #0f830d, 0 0 7px #0f830d;
    background-color: rgb(28, 168, 0);
    background: linear-gradient(to bottom, #0fff0d 25%, #04af14 75%);
    border: 1px solid #37e70b;
    box-shadow: 0 1rem 0 #045b0c;
    overflow: hidden;
  }
  .btn-green a {
    color: #fff;
  }
  .btn-green .free {
    color: #1ca800;
  }
  @keyframes shiny-btn4 {
    0% {
      -webkit-transform: scale(0) rotate(45deg);
      opacity: 0;
    }
    80% {
      -webkit-transform: scale(0) rotate(45deg);
      opacity: 0.5;
    }
    81% {
      -webkit-transform: scale(4) rotate(45deg);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(50) rotate(45deg);
      opacity: 0;
    }
  }
  .btn-green::after {
    position: absolute;
    content: "";
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn4 3s ease-in-out infinite;
  }
  .btn-red {
    color: #fff;
    background-color: rgb(255, 51, 51);
    background: linear-gradient(to right, rgb(255, 51, 51) 0%, rgb(198, 44, 44) 100%);
    box-shadow: 0 1rem 0 #7f1c1c;
  }
  .btn-red a {
    color: #fff;
  }
  .btn-red .free {
    color: #f33;
  }
  .btn-blue {
    color: #fff;
    background-color: rgb(0, 0, 255);
    background: linear-gradient(to right, rgb(0, 0, 255) 0%, rgb(0, 0, 206) 100%);
    box-shadow: 0 1rem 0 #000070;
  }
  .btn-blue a {
    color: #fff;
  }
  .btn-blue .free {
    color: #00f;
  }
  .btn-orange {
    color: #fff;
    background-color: rgb(255, 175, 75);
    background: linear-gradient(to right, rgb(255, 175, 75) 0%, rgb(255, 146, 10) 100%);
    box-shadow: 0 1rem 0 #bf6007;
  }
  .btn-orange a {
    color: #fff;
  }
  .btn-orange .free {
    color: #ffaf4b;
  }
  .btn-mov {
    animation: bounce 2.6s ease infinite;
    transform-origin: 50% 50%;
  }
  .btn-mov:hover {
    animation: none;
  }
  @keyframes bounce {
    0% {
      transform: translateY(0);
    }
    7.69231% {
      transform: translateY(0);
    }
    15.38462% {
      transform: translateY(0);
    }
    30.76923% {
      transform: translateY(-15px);
    }
    38.46154% {
      transform: translateY(0);
    }
    46.15385% {
      transform: translateY(-15px);
    }
    61.53846% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(0);
    }
  }
  .voice .caution {
    padding: 0.3em 0.3em;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    background: #900;
  }
  .company-info {
    padding: 2em 0 0.5em;
    background: #3e1500;
  }
  .company-info .inner {
    margin: 0 auto;
    padding: 0 3%;
    min-width: 760px;
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .company-info p {
    margin-bottom: 0 !important;
    color: #fff;
  }
  .company-info .company-info-logo {
    margin-bottom: 0 !important;
    width: 20%;
  }
  .company-info .company-info-time {
    margin-bottom: 0 !important;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .company-info .company-info-tel {
    margin-bottom: 0 !important;
    font-size: 26px;
    font-size: 2.6rem;
  }
  .company-info .company-info-tel i {
    margin-right: 5px;
  }
  .company-info .company-info-contact {
    margin-bottom: 0 !important;
  }
  .company-info .company-info-contact a {
    padding: 5px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #3e1500;
    display: inline-block;
    background: #fff;
    border-radius: 10px;
    text-decoration: none;
    transition: 0.5s;
    border: 1px solid #3e1500;
  }
  .company-info .company-info-contact a:hover {
    color: #fff;
    background: #3e1500;
    border: 1px solid #fff;
  }
  #company-info-detail {
    padding: 2em 2%;
    display: flex;
    justify-content: space-between;
  }
  #company-info-detail .attention {
    padding: 2em 2%;
    width: 30%;
    background: #fff;
    border: 1px dotted #333;
  }
  #company-info-detail .attention h3 {
    margin-bottom: 0.5em;
    padding: 0.2em 0 0.2em 0.5em;
    font-size: 13px;
    font-size: 1.3rem;
    border-left: 3px solid #0065be;
  }
  #company-info-detail .attention ul {
    margin-bottom: 3em;
  }
  #company-info-detail .attention li {
    margin-bottom: 0.5em;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: normal;
  }
  #company-info-detail .attention p {
    margin-bottom: 1em;
    font-size: 11px;
    font-size: 1.1rem;
  }
  #company-info-detail .detail {
    width: 43%;
  }
  #company-info-detail .detail table {
    font-size: 13px;
    font-size: 1.3rem;
    background: #fff;
  }
  #company-info-detail .detail th {
    width: 20%;
    color: #fff;
    vertical-align: middle;
    background: #666;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
  }
  #company-info-detail .detail td {
    padding: 2.5em;
    width: 40%;
    vertical-align: middle;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
  }
  #company-info-detail .detail .kind {
    color: #fff;
    text-align: center;
    font-weight: bold;
    background: #666;
  }
  #company-info-detail .detail .kind_mail {
    color: #fff;
    text-align: center;
    font-weight: bold;
    background: #920000;
  }
  #company-info-detail .detail td {
    margin-bottom: 0.5em;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
  }
  #company-info-detail .detail_txt {
    width: 26%;
  }
  #company-info-detail .detail_txt .inner {
    margin-bottom: 3em;
  }
  #company-info-detail .detail_txt h3 {
    margin-bottom: 0.5em;
    padding: 0.2em 0 0.2em 0.5em;
    font-size: 13px;
    font-size: 1.3rem;
    border-left: 3px solid #0065be;
  }
  #company-info-detail .detail_txt p {
    margin-bottom: 0.5em;
    font-size: 12px;
    font-size: 1.2rem;
  }
  #caution-spam {
    margin: 0 auto;
    padding: 5%;
    width: 95%;
    background: #000;
  }
  #caution-spam .inner {
    margin-bottom: 3%;
  }
  #caution-spam .inner h3 {
    margin-bottom: 1em;
    padding: 0.2em 0 0.2em 0.5em;
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    font-weight: 900;
    border-left: 10px solid #fff;
  }
  #caution-spam .inner ul {
    margin-bottom: 3em;
  }
  #caution-spam .inner li {
    margin-bottom: 0.5em;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: normal;
  }
  #caution-spam .inner p {
    font-size: 15px;
    font-size: 1.5rem;
    color: #fff;
  }
  #caution-spam .inner a {
    color: #fff;
  }
}
