@media screen and (max-width: 769px) {
  /*----------------------------------------
    .form
  ----------------------------------------*/
  #form-header, .form {
    background: #000;
  }
  #form-header form, .form form {
    margin: 0 auto;
    padding: 2rem;
    background: #d00;
    background: url(../images/form-background.jpg) center top repeat-y;
    background-size: 150%;
    /* background: rgba(0, 0, 0, 0.4); */
  }
  #form-header h4, .form h4 {
    margin-bottom: .5em;
    padding: 0.8em;
    font-size: 15px;
    font-size: 4.5vw;
    color: #fff;
    text-align: center;
    background: #810000;
    border-radius: 1rem;
  }
  #form-header .caution, .form .caution {
    margin-bottom: 1rem;
    filter: 
  drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.8))
  drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.7))
  drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.6));
  }
  #form-header .caution p, .form .caution p {
    margin-bottom: 0.5em !important;
    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: .5em;
    font-size: 11px;
    font-size: 2.9vw;
    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: .5em 2%;
    width: 100%;
    font-size: 18px;
    font-size: 4.8vw;
    text-shadow: 1px 1px 0px #000;
    background-color: #ef2617;
    background: #ef2617;
    background: linear-gradient(to right, #ef2617 0%, #fcc605 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 );
    display: inline-block;
    border-radius: .5rem;
  }
  #form-header input[type=email], .form input[type=email], #form-header input[type=text], .form input[type=text] {
    margin: 0 auto 2%;
    padding: .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: .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;
  }
    .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;
    filter: 
  drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.8))
  drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.7))
  drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.6));
  }
  .btn {
    margin: 0 auto 2rem;
    padding: 1em 5%;
    width: 100%;
    font-size: 16px;
    font-size: 4.8vw;
    font-weight: bold;
    text-decoration: none;
    line-height: 140%;
    display: block;
    text-align: center;
    border-radius: 2rem;
    transition: all  .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: .1em;
  }
  .btn2 .free {
    padding: .5em;
    font-size: 30px;
    font-size: 8vw;
    font-weight: bold;
    letter-spacing: .05em;
    cursor: pointer;
    background: #fff;
    border-radius: 10px;
    display: inline-block;
  }
  .btn-gold {
    color: #272f6b;
    background-color: #fddf9c;
    background: #fddf9c;
    background: linear-gradient(to bottom, #fddf9c 0%, #d29e3e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
    box-shadow: 0 1rem 0 #272f6b;
    border: .5rem solid #272f6b;
  }
  .btn-gold a {
    color: #272f6b;
  }
  .btn-gold .free {
    color: #fff;
    background: #272f6b;
  }
  .btn-green {
    color: #fff;
    background-color: #1ca800;
    background: #1ca800;
    background: linear-gradient(to bottom, #1ca800 0%, #0b8e14 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
    box-shadow: 0 1rem 0 #176802;
  }
  .btn-green a {
    color: #fff;
  }
  .btn-green .free {
    color: #1ca800;
  }
  .btn-red {
    color: #fff;
    background-color: #ff3333;
    background: #f33;
    background: linear-gradient(to bottom, #f33 0%, #c62c2c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
    box-shadow: 0 1rem 0 #7f1c1c;
  }
  .btn-red a {
    color: #fff;
  }
  .btn-red .free {
    color: #f33;
  }
  .btn-blue {
    color: #fff;
    background-color: blue;
    background: #00f;
    background: linear-gradient(to bottom, #00f 0%, #0000ce 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
    box-shadow: 0 1rem 0 #000070;
  }
  .btn-blue a {
    color: #fff;
  }
  .btn-blue .free {
    color: #00f;
  }
  .btn-orange {
    color: #fff;
    background-color: #ffaf4b;
    background: #ffaf4b;
    background: linear-gradient(to bottom, #ffaf4b 0%, #ff920a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
    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: .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: 1.3333333333vw;
    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: 1.3333333333vw;
    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: 1.3333333333vw;
    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: .5em;
    padding-left: 1.3333333333vw;
    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: .2em 0 .2em .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 5%;
    background: url(../images/form-background.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #form-header h3, .form h3 {
    margin-bottom: 3%;
  }
  #form-header .caution p, .form .caution p {
    margin-bottom: .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 2%;
    text-align: center;
  }
  #form-header .timer p, .form .timer p {
    margin-bottom: 1em;
    font-size: 25px;
    font-size: 2.5rem;
    color: #fff;
    font-weight: bold;
    line-height: 200%;
  }
  #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: .5em;
    padding: 1%;
    width: 100%;
    font-size: 35px;
    font-size: 3.5rem;
    text-shadow: 1px 1px 0px #000;
    font-weight: bold;
    background-color: #ef2617;
    background: #ef2617;
    background: linear-gradient(to right, #ef2617 0%, #fcc605 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 );
    display: inline-block;
    border-radius: 1rem;
  }
  #form-header form, .form form {
    padding: 5% 5% 3%;
    text-align: center;
    background: rgb(157 0 0);
    box-shadow: 0 0 10px #000;
    border-radius: 1rem;
    margin: 0 auto;
    width: 70%;
  }
  #form-header form{
    padding: 3% 5%;
  }
}

@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=email], .form input[type=email] {
    margin: 0 auto 4%;
    padding: .5em 1em;
    width: 100%;
    font-size: 25px;
    font-size: 2.5rem;
    color: #272f6b;
    line-height: 160%;
    border: 3px solid #272f6b;
    background: #fff;
  }
  #form-header input[type=text], .form input[type=text] {
    margin: 0 auto 4%;
    padding: .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: .6em 3% !important;
  }
  #form-header .form-input-round, .form .form-input-round {
    border-radius: 20px;
  }
  #form-header h4, .form h4 {
    margin-bottom: .5em;
    padding: .5em;
    font-size: 25px;
    font-size: 2.5rem;
    color: #fff;
    background: #000;
    border-radius: 1rem;
  }
  #form-header .form-step, .form .form-step {
    margin-bottom: 3%;
  }
  #form-header {
    padding: 2% 0;
    /* background: #000; */
  }
  .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: 1.5rem;
    color: #fff;
    text-align: left;
    line-height: 1.4;
  }
  .btn {
    margin: 0 auto 2%;
    padding: .3em 1em .5em;
    width: 100%;
    max-width: 600px;
    font-size: 3.1rem;
    font-weight: bold;
    line-height: 110%;
    text-decoration: none;
    display: block;
    border-radius: 2rem;
    transition: all  .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: .1em;
  }
  .btn2 .free {
    padding: .3em 6.5%;
    font-size: 70px;
    font-size: 7rem;
    font-weight: bold;
    letter-spacing: .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: #fddf9c;
    background: #fddf9c;
    background: linear-gradient(to bottom, #fddf9c 0%, #d29e3e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
    box-shadow: 0 1rem 0 #272f6b;
    border: .5rem solid #272f6b;
  }
  .btn-gold a {
    color: #272f6b;
  }
  .btn-gold .free {
    color: #fff;
    background: #272f6b;
  }
  .btn-green {
    color: #fff;
    background-color: #1ca800;
    background: #1ca800;
    background: linear-gradient(to bottom, #1ca800 0%, #0b8e14 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
    box-shadow: 0 1rem 0 #176802;
  }
  .btn-green a {
    color: #fff;
  }
  .btn-green .free {
    color: #1ca800;
  }
  .btn-red {
    color: #fff;
    background-color: #ff3333;
    background: #f33;
    background: linear-gradient(to bottom, #f33 0%, #c62c2c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
    box-shadow: 0 1rem 0 #7f1c1c;
  }
  .btn-red a {
    color: #fff;
  }
  .btn-red .free {
    color: #f33;
  }
  .btn-blue {
    color: #fff;
    background-color: blue;
    background: #00f;
    background: linear-gradient(to bottom, #00f 0%, #0000ce 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
    box-shadow: 0 1rem 0 #000070;
  }
  .btn-blue a {
    color: #fff;
  }
  .btn-blue .free {
    color: #00f;
  }
  .btn-orange {
    color: #fff;
    background-color: #ffaf4b;
    background: #ffaf4b;
    background: linear-gradient(to bottom, #ffaf4b 0%, #ff920a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
    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: .3em .3em;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    background: #900;
  }
  /*----------------------------------------
    ylppc
  ----------------------------------------*/
  .company-info {
    padding: 2em 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: .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: .5em;
    padding: .2em 0 .2em .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: .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: .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: .5em;
    padding: .2em 0 .2em .5em;
    font-size: 13px;
    font-size: 1.3rem;
    border-left: 3px solid #0065be;
  }
  #company-info-detail .detail_txt p {
    margin-bottom: .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: .2em 0 .2em .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: .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;
  }
}
