@charset "utf-8";

@media screen {
  .contents h1,
  .contents h2,
  .contents h3,
  .contents h4,
  .contents h5,
  .contents h6 {
    line-height: 1.5;
  }

  .is-pc{
    display: none;
  }

  .hidden{
    display: none;
  }

  section .inner{
    margin: 0 auto;
    padding: 20px 4%;
  }

  .section-title{
    font-size: 24px;
    font-size: 8vw;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 0.25em 0.5em;
    color: #000;
    background: transparent;
    border-left: solid 8px #0099D9;
  }

  .sentence1{
    position: relative;
    height: 580px;
    height: 180vw;
  }

  .sentence1 .bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/mv.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    opacity: 0.7;
  }

  .sentence1 .top-inner{
    position: absolute;
    margin: auto;
    padding-top: 20px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .contents h1.page-title{
    margin-bottom: 10px;
    font-size: 48px;
    font-size: 13vw;
    line-height: 1.2;
    color: #0099D9;
    font-weight: bold;
    text-shadow: white 1px 1px 0px, white -1px 1px 0px,
    white 1px -1px 0px, white -1px -1px 0px;
  }


  .page-title-img{
    width: 90%;
    height: auto;
    margin-bottom: 10px;
  }

  .contents h1.page-title .page-title-minibox{
    position: relative;
    top: -5px;
    display: inline-block;
    background-color: #0099D9;
    border-radius: 4px;
    border: 2px solid white;
    margin-left: 20px;
    padding: 10px;
    font-size: 40%;
    line-height: 1;
    text-shadow: none;
    vertical-align: middle;
    color: #fff;
  }

  .page-title-sub{
    font-size: 90%;
  }

  .page-title-small{
    font-size: 40%;
    vertical-align: middle;
    position: relative;
    top: -15px;
    left: 0;
  }

  .top-info-block{
    background-color: rgba(240, 240, 240, 0.7);
    margin-bottom: 10px;
    max-width: 100%;
  }

  .top-info-block .info-col-p{
    display: inline-block;
    margin: 0;
    padding: 5px;
    line-height: 1.4;
    color: #0099D9;
    font-size: 16px;
    font-size: 4.5vw;
    font-weight: bold;
    text-shadow: white 1px 1px 0px, white -1px 1px 0px,
    white 1px -1px 0px, white -1px -1px 0px;
  }

  .top-info-block .info-col-h{
    display: inline-block;
    vertical-align: top;
    background-color: #0099D9;
    margin: 0;
    padding: 5px;
    line-height: 2.8;
    color: #fff;
    font-size: 16px;
    font-size: 4.5vw;
  }
  .top-attention-text{
    position: relative;
    top: -10px;
    left: 50px;
    background-color: rgba(240, 240, 240, 0.5);
    text-shadow: white 1px 1px 0px, white -1px 1px 0px,
    white 1px -1px 0px, white -1px -1px 0px;
    max-width: 180px;
    color: #f44336;
    font-size: 14px;
    font-weight: bold;
    text-indent: 1em;
  }

  .top-copy{
    margin-bottom: 12px;
    font-size: 16px;
    font-size: 4.5vw;
    color: #fff;
    font-weight: bold;
    text-shadow: black 1px 1px 0px, black -1px 1px 0px,
    black 1px -1px 0px, black -1px -1px 0px;
  }

  .top-copy .sub{
    font-size: 12px;
    font-size: 3vw;
    font-weight: normal;
  }

  .top-copy-block1{
    line-height: 1.3;
  }

  .top-copy-block2{
    line-height: 1.1;
    transform:rotate(-5deg);
  }

  .sentence1 .button-block{
    margin-top: 20px;
    text-align: center;
  }

  .btn-primary.btn-large{
    font-weight: bold;
    padding: 0 15px;
    border: 2px solid #fff;
    box-sizing: content-box;
    border-radius: 8px;
  }

  .btn-primary.btn-large{
    background-color: #ff9100;
  }
  .btn-primary.btn-large:hover{
    background-color: #ffc400;
  }

  .sentence1 .btn-primary.btn-large{
    padding: 0 18px;
  }

  .sentence2{
    background-color: #0099D9;
  }

  .sentence3{
    background-color: #FFFCF2;
  }

  .sentence3 .button-block{
    text-align: center;
  }

  .sentence4{
    border-top: 4px solid #46a864;
    background-color: #EFF7F0;
  }

  .sec4-head{
    margin-bottom: 10px;
  }

  .sec4-title{
    font-size: 24px;
    font-size: 8vw;
    line-height: 1.2;
    color: #46a864;
    font-weight: bold;
    text-shadow: white 2px 2px 0px, white -2px 2px 0px,
    white 2px -2px 0px, white -2px -2px 0px;
  }

  .sec4-sub-title{
    font-size: 15px;
    font-size: 5vw;
    font-weight: bold;
    color: #000;
  }

  .sec-form{
    background-color: #daecf5;
    border-top: 4px solid #0099D9;
  }

  .sec-form .section-p{
    font-size: 80%;
    color: #666;
  }

  .sec-form input {
    width: auto !important;
  }

  .sec-form input[type="number"] {
    text-align: left !important;
    width: 80px !important;
  }

  .sec-form label {
    font-size: 100%;
    color: #333;
  }

  .sec-form .mailform{
    background-color: #f0f0f0;
  }

  .sec-form .example{
    color: #888;
  }

  .sec-form .required{
      display: inline-block;
      background-color: #C00;
      padding: 2px 5px;
      font-size: 10px;
      color: #FFF;
      border-radius: 4px;
      box-shadow: none;
      background-image: none;
      background-color: #ee6e73;
      border: none;
      margin: 0 10px;
      text-shadow: none;
  }

  .sec-form #mailformpro dl{
    border-bottom: solid 1px #CCC;
    margin-bottom: 20px;
  }

  .sec-form .agree-wrap{
    background-color: #f0f0f0;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 10px;
  }

  .sec-form .agree{
    text-align: center;
    font-size: 13px;
  }

  [type="checkbox"]~.checkbox-span:not(.lever){
      position: relative;
      padding-left: 35px;
      cursor: pointer;
      display: inline-block;
      height: 25px;
      line-height: 25px;
      font-size: 1rem;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
  }

  [type="checkbox"]~.checkbox-span:not(.lever):before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 3px;
    -webkit-transition: .2s;
    transition: .2s;
    box-sizing: inherit;
  }

  [type="checkbox"]:checked~.checkbox-span:not(.lever):before {
      top: -4px;
      left: -5px;
      width: 12px;
      height: 22px;
      border-top: 2px solid transparent;
      border-left: 2px solid transparent;
      border-right: 2px solid #26a69a;
      border-bottom: 2px solid #26a69a;
      -webkit-transform: rotate(40deg);
      transform: rotate(40deg);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transform-origin: 100% 100%;
      transform-origin: 100% 100%;
  }

  .sec-form form#mailformpro label.mfp_checked {
      padding: 0;
      border: none;
      background-color: inherit;
      box-shadow: none;
  }

  .sec-form .personal-info{
    background-color: #eee;
    border: solid 1px #CCC;
    margin: 20px 5%;
    padding: 10px 5%;
  }

  .sec-form div#opt_in p{
    padding-left: 0;
    font-size: 0.8rem;
    color: #666;
  }

  .sec-form .mfp_element_text,
  .sec-form .mfp_element_number,
  .sec-form .mfp_element_select-one,
  .sec-form .mfp_element_email,
  .sec-form .mfp_element_tel,
  .sec-form .mfp_element_textarea,
  .sec-form .mfp_element_date,
  .sec-form .mfp_element_password{
    border-radius: 0;
    box-shadow: none;
    padding: 8px;
  }
  .sec-form .mfp_achroma,
  .sec-form .mfp_colored{
    background-color: inherit;
  }

  .sec-form form#mailformpro dl dt{
    padding: 15px 5% 5px;
    font-size: 16px;
  }
  .sec-form form#mailformpro dl dd{
    padding: 5px 5% 15px;
    overflow: hidden;
  }

  .sec-form #mailformpro .one-col-block{
    margin-bottom: 20px;
    text-align: center;
  }
  .sec-form #mailformpro .one-col-block .item-name{
    padding: 20px 20px 10px;
    text-align: center;
    font-size: 16px;
  }
  .sec-form #mailformpro .one-col-block .item-name .inner-text{
    display: block;
    padding-top: 5px;
  }
  .sec-form #mailformpro .one-col-block .item-sub{
    padding-bottom: 20px;
    text-align: center;
    font-size: 0.8rem;
    color: #666;
  }
  .sec-form #mailformpro .one-col-block .radio-list{
    width: 220px;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .sec-form #mailformpro .one-col-block .radio-item{
    display: inline-block;
  }

  .sec-form #mailformpro .hidden-radio,
  .sec-form #mailformpro .hidden-radio + span{
    visibility: hidden;
  }

  .sec-form #mailformpro .one-col-block .radio-item .mfp_err{
    position: relative;
    left: -50px;
  }

  .sec-form form#mailformpro dl dt.long-dt{
    width: 300px;
  }

  .sec-form .mfp_buttons{
    padding: 20px 0;
  }

  .sec-form .note{
    font-size: 0.8rem;
    color: #666;
  }

  .point-block{
    display: inline-block;
    margin-bottom: 20px;
    color: #fff;
  }

  .point-block .i{
    color: #F2942F;
    font-size: 120%;
  }

  .point-h{
    font-size: 20px;
    font-weight: bold;
  }

  .point-p{
    font-size: 12px;
  }

  .point-sub-block{
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #eee;
  }

  .point-sub-h{
    font-size: 14px;
    font-weight: bold;
  }

  .point-sub-p{
    font-size: 12px;
  }

  .map-block{
    margin: 10px auto;
    text-align: center;
  }
  .map-block img{
    max-width: 100%;
  }

  .sec3-in{
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
  }

  .sec3-1{
    background-image: url(../img/sec3-1-v3.png);
    height: 330px;
    width: 100%;
  }

  .sec3-2{
    background-image: url(../img/sec3-2.png);
    height: 300px;
    width: 100%;
  }

  .sec4-in{
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    width: 100%;
    border-top: 1px solid #333;
  }

  .sec4-1{
    background-image: url(../img/sec4-1-2.png);
    height: 100px;
  }

  .sec4-2{
    background-image: url(../img/sec4-2.png);
    height: 100px;
  }

  .sec4-3{
    background-image: url(../img/sec4-3.png);
    height: 110px;
  }

  .sec4-4{
    background-image: url(../img/sec4-4.png);
    height: 110px;
  }

  #mfp_overlay_inner h4{
    display: block;
    font-size: 100%;
    font-weight: bold;
    padding: 15px 15px;
  }

  table#mfp_confirm_table tr th,
  table#mfp_confirm_table tr td {
    font-size: 80%;
    line-height: 1.5;
    border-top: solid 1px #CCC;
    padding: 15px 15px;
  }

  .sec-inquiry-info{
    background-color: #444;
  }

  .sec-inquiry-info .inner{
    padding: 0px 4% 20px;
  }

  .sec-inquiry-info .goto-top{
    text-align: center;
  }

  .sec-inquiry-info div#opt_in p{
    padding-left: 0;
    font-size: 0.8rem;
    color: #ccc;
  }

  .sec-inquiry-info div#opt_in p a{
    color:#ccc;
    text-decoration:none;
  }

  .footer p{
    padding-top: 10px;
    text-align: center;
    color: #999;
    font-size: 0.8rem;
  }
}

@media screen and (min-width:330px){
/*　画面サイズが330pxからはここを読み込む　*/

  .sec3-1{
    height: 380px;
  }

  .sec3-2{
    height: 350px;
  }

}

@media screen and (min-width:480px){
/*　画面サイズが480pxからはここを読み込む　*/

  .is-sp{
    display: none;
  }

  section .inner{
    width: 80%;
  }

  .section-title{
    font-size:30px;
  }

  .sentence1{
    height: 720px;
  }

  .contents h1.page-title .page-title-minibox{
    top: -10px;
  }

  .contents h1.page-title{
    font-size: 58px;
  }

  .top-info-block .info-col-p{
    font-size: 20px;
  }

  .top-info-block .info-col-h{
    font-size: 20px;
  }

  .top-copy{
    font-size: 20px;
  }

  .top-copy .sub{
    font-size: 14px;
  }

  .sentence1 .button-block{
    margin-top: 40px;
  }

  .btn-primary.btn-large{
    padding: 0 26px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
  }

  .sec4-title{
    font-size:30px;
  }

  .sec4-sub-title{
    font-size:20px;
  }

  .sec-form .agree{
    font-size: 16px;
  }

}
@media screen and (min-width:768px){
/*　画面サイズが768pxから1024pxまではここを読み込む　*/

  .is-tablet{
    display: none;
  }

  section .inner{
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .page-title-img{
    width: 380px;
    height: auto;
  }

  .contents h1.page-title .page-title-minibox{
    top: -2px;
  }

  .sentence1 .bg{
    opacity: 0.8;
  }

  .sec-form .inner{
    width: 700px;
  }

  .sentence1{
    height: 500px;
  }

  .sentence1 .top-inner{
    padding-top: 30px;
  }

  .contents h1.page-title{
    font-size: 66px;
  }

  .page-title-small{
    top: 0;
    left: 0;
  }

  .top-copy-block1{
    position: absolute;
    top: 120px;
    left: 360px;
    right: auto;
    display: inline-block;
  }

  .top-copy-block1 .top-copy{
    font-size: 22px;
  }

  .top-copy-block2 .top-copy{
    font-size: 22px;
  }

  .top-info-block{
    max-width: 340px;
  }

  .top-attention-text{
    max-width: 290px;
  }

  .sentence1 .button-block{
    margin-top: 20px;
  }

  .sec4-title{
    margin: auto 20px;
  }

  .sec4-sub-title{
    margin: auto 20px;
  }

  .sec-form form#mailformpro dl dt{
    padding-top: 20px;
  }

  .sec-form form#mailformpro dl dd{
    padding-top: 10px;
  }

  .point-block{
    width: 45%;
    margin-left: 2%;
    margin-right: 2%;
  }

  .sec3-1{
    width: 45%;
    height: 510px;
  }

  .sec3-2{
    width: 50%;
    height: 510px;
  }

  .sec4-head{
    margin-bottom: 5px;
  }
  .sec4-in{
    margin: 5px 2%;
    width: 42%;
  }

  .sec4-1,
  .sec4-2{
    height: 140px;
  }

  .sec4-3,
  .sec4-4{
    height: 154px;
  }

}
@media screen and (min-width:1024px){
/*　画面サイズが1024pxからはここを読み込む　*/

  .is-pc{
    display: block;
  }

  section .inner{
    width: 1000px;
  }

  .btn-pdf-wrap{
    position: absolute;
    top: 20px;
    right: 40px;
  }

  .btn-pdf{
    font-weight: bold;
    padding: 0 10px;
    border: 2px solid #fff;
    box-sizing: content-box;
    border-radius: 4px;
  }

  .sentence1{
    height: 420px;
  }

  .page-title-img{
    width: 440px;
    height: 88px;
  }

  .top-copy-block2{
    position: absolute;
    top: 230px;
    left: 380px;
    transform: rotate(-10deg);
  }

  .sentence1 .button-block{
    text-align: left;
    margin-top: 20px;
  }

  .point-block{
    width: 30%;
    margin-left: 0.5%;
    margin-right: 0.5%;
  }

  .point-block.point-sub-block{
    width: 32%;
    vertical-align: top;
  }

  .point-sub-h{
    font-size: 12px;
    font-weight: bold;
  }

  .sec4-title{
    display: inline-block;
  }

  .sec4-sub-title{
    display: inline-block;
  }

}

/* 印刷時 */
@media print {
  .contents h1,h2,h3,h4,h5,h6 {
    line-height: 1.5;
    font-weight: bold;
  }
  .contents h1 {
    font-size: 25px;
  }
  .contents h2 {
    font-size: 20px;
  }
  .contents h3 {
    font-size: 19px;
  }
  .contents h4 {
    font-size: 18px;
  }
  .contents h5 {
    font-size: 17px;
  }
  .contents h6 {
    font-size: 16px;
  }
  .contents p {
    line-height: 1.5;
    font-size: 15px;
  }
  section{
    margin: 20px 0px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
  }
  .btn-pdf-wrap{
    display: none;
  }
  .page-title-minibox{
    margin-left: 10px;
  }
  .top-info-block{
    font-size: 18px;
  }
  .hidden,
  .page-title,
  .top-info-block,
  .mailform{
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
  }
  .top-copy-block1,
  .top-copy-block2{
    padding-top: 20px;
  }
  .hidden.no-border{
    border-bottom: none;
  }
  .sec-form form#mailformpro dl dt,
  .sec-form form#mailformpro dl dd{
    border-top: none;
  }
  .sec-form form#mailformpro dl dd{
    padding-top: 0;
  }
  .sec-form form#mailformpro dl dd input{
    height: 1rem;
  }
  .sec-form .unit-hito{
    display: none;
  }
  .footer p{
    font-size: 50%;
  }
  .button-block{
    display: none;
  }
  .sec-form{
    margin-top: 40px;
  }
  .sec-inquiry-info .goto-top{
    display: none;
  }
  .map-block{
    display: none;
  }
}
