@charset "utf-8";



/*=========================================================================================================
  Mobile
===========================================================================================================*/
@media only screen and (max-width: 767px) {

  img {
    max-width: 100%;
  }

  ul,ol {
    padding: 0;
    margin: 0;
  }
/*------------------------
  main
-------------------------- */
/******* main_section *********/
  main > section {
    padding: 15vw 0;
  }

  main section .section_title_wrap {
    margin: 0 0 3rem;
  }

  main section .section_title_wrap h2 {
    font-size: 5.4vw;
    text-align: center;
  }

  main section .section_title_wrap h2 span {
    border-bottom: 1px solid;
    display: inline-block;
    padding: 0.2em .5em;
  }

  main section .section_text {
    font-size: 4vw;
  }

  #contact_tel .section_text p {
    font-size: 5vw;
    text-align: center;
  }

  #contact_tel .section_box a {
    background: #80ddff;
    border-radius: 2vw;
    color: #fff;
    display: block;
    font-size: 6vw;
    margin: 10vw auto 0;
    padding: .6em;
    text-align: center;
    width: 70vw;
  }

  #form .form_wrap {
    margin: 0 auto;
    width: 100%;
  }

  #form #mailform > dl {
    margin: 0 auto;
    width: 90%;
  }

  #form .form_wrap > dl > dt {
    color: #0abded;
    font-size: 4vw;
    font-weight: 300;
    height: 10vw;
    line-height: 10vw;
    width: 100%;
  }

  #form .form_wrap > dl > dd {
    height: 14vw;
    padding: 2.5vw 0;
    width: 100%;
  }

  #form .form_wrap > dl > dd:last-of-type {
    height: auto;
  }

  #form .form_wrap input,
  #form .form_wrap select {
    color: rgba(0, 0, 0, .5);
    display: block;
    font-size: 3vw;
    height: 9vw;
    margin: 0 auto;
    width: 80%;
  }

  #form .form_wrap textarea {
    color: rgba(0, 0, 0, .5);
    display: block;
    font-size: 3vw;
    height: 30vw;
    margin: 0 auto;
    width: 80%;
  }

  #form .form_wrap > dl > dd:nth-of-type(5) {
    height: auto;
  }

  #form .form_wrap > dl > dd:not(:last-of-type) {
    border-bottom: 1px solid #0abded;
  }

  #form .form_set dl {
    display: flex;
    flex-wrap: wrap;
  }

  #form .form_set dl dt {
    font-size: 3.5vw;
    font-weight: 300;
    height: 14vw;
    line-height: 14vw;
    width: 20%;
  }

  #form .form_set dl dd {
    height: 14vw;
    padding: 2.5vw 0;
    width: 80%;
  }

  #form .form_set dl dd:first-of-type {
    display: flex;
  }

  #form .form_set dl dd:first-of-type input {
    width: 40%;
  }

  #form .form_wrap button {
    background: #009ece;
    border: none;
    border-radius: 1vw;
    color: #fff;
    display: block;
    font-size: 4vw;
    margin: 10vw auto;
    padding: .5em 1.5em;
  }
}


/*=========================================================================================================
  PC
===========================================================================================================*/
@media only screen and (min-width: 768px) {
/*------------------------
  main
-------------------------- */
/***** main_section ******/
  main section .section_title_wrap {
    margin: 0 0 3rem;
  }

  main section .section_title_wrap h2 {
    font-size: 3rem;
    text-align: center;
  }

  main section .section_title_wrap h2 span {
    display: inline-block;
    padding: 0.2em 1.5em;
  }

  main section .section_title_wrap h2 span:first-of-type {
    border-bottom: 1px solid;
  }

  main section .section_text p {
    font-size: 1.8rem;
    line-height: 2em;
    text-align: center;
  }

/***** contact_tel ******/
  #contact_tel .section_box {
    border: 1px solid #80ddff;
    margin: 70px auto;
    padding: 1rem;
    text-align: center;
    width: 630px;
  }

  #contact_tel .box_text span {
    color: #80ddff;
    display: block;
    font-family: Ftr-Bk;
    font-size: 4.7rem;
    margin: .5em 0;
    padding: 0 0 0 1em;
    position: relative;
  }

  #contact_tel .box_text span:before {
    background: url(../images/contact/sec01-contact_tel_01.svg) center center/contain no-repeat;
    content: "";
    height: 1em;
    left: 2em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1em;
  }

/********* form *********/
  #form .form_wrap {
    margin: 100px auto;
    width: 600px;
  }

  #form .form_wrap > dl > dt {
    color: #0abded;
    height: 45px;
    line-height: 45px;
    width: 26%;
  }

  #form .form_wrap > dl > dt span {
    background: #02b7ff;
  }

  #form .form_wrap > dl > dd {
    height: 45px;
    width: 74%;
  }

  #form .form_wrap > dl >dt:nth-of-type(5),
  #form .form_wrap > dl >dd:nth-of-type(5) {
    height: 250px;
  }

  #form .form_wrap input,
  #form .form_wrap textarea {
    margin: .5em 0;
    width: 85%;
  }

  #form .form_wrap textarea {
    height: 4em;
  }

  #form .form_set dd:first-of-type input,
  #form select {
    width: 30%;
  }

  #form .form_wrap input,
  #form .form_wrap select,
  #form .form_wrap textarea {
    background: #fffcca;
    border: none;
    border-radius: 5px;
    font-size: 1.2rem;
    padding: .5em 1em;
  }

  #form .form_wrap > dl > dt:not(:last-of-type),
  #form .form_wrap > dl > dd:not(:last-of-type) {
    border-bottom: 1px solid #c0f3ff;
  }

  #form .form_wrap button {
    background: #009ece;
    border: none;
    border-radius: .5em;
    color: #fff;
    display: block;
    font-size: 1.4rem;
    margin: 50px auto;
    padding: .5em 1.5em;
    transition: .2s;
  }

  #form .form_wrap button:hover {
    background: #0abded;
  }


}
