@charset "utf-8";

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Common(PC.SP共通設定)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
* {
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
}

body {
  /* ゴシック体系のフォント指定 */
  font-family: 'Noto Sans JP', sans-serif;
  text-rendering: optimizeLegibility;
}

.serif {
  /* 明朝体系(セリフ体)のフォント指定 */
  font-family: 'Noto Sans JP', serif;
}

main {
  display: block;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  list-style: none;
  text-decoration: none;
}

a img {
  transition: all 0.2s ease-in-out;
}

a:hover img {
  opacity: 0.5;
}

ul,
ol {
  list-style: none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Goto Top (Topへ戻る) PC.SP共通設定
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#pageTop {
  display: block;
  padding: 10px 15px;
  position: fixed;
  right: 20px;
  bottom: 115px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  font-size: 16px;
  color: #fff;
  z-index: 10000;
}

/*/////////////////////////////////////////////////////////////////////
    for PC  パソコン画面用（768px以上）
/////////////////////////////////////////////////////////////////////*/
@media only screen and (min-width:768px) {
  body {
    min-width: 960px;
  }

  #wrapper {}

  .pc_none {
    display: none;
  }

  /*==================================================
    Header  for PC
==================================================*/
  header {
    background-color: #000;
  }

  .top_title {
    width: 960px;
    margin: 10px auto;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    vertical-align: middle;
  }

  .top_title .companyname {
    color: #fff;
    border: 1px #fff solid;
    padding: 10px 10px;
  }

  .top_title a {
    position: relative;
    display: block;
    font-size: 13px;
    letter-spacing: 3px;
    color: #fff;
    background: linear-gradient(90deg, rgba(140, 198, 63, 1) 0%, rgba(0, 169, 157, 1) 100%);
    padding: 1em 3em;
    border-radius: 4px;
  }

  .top_title a:hover {
    opacity: 0.6;
    transition: 0.5s;
  }

  .top_title h1 img {
    width: 180px;
    height: auto;
  }

  header .fv_box {
    width: 100%;
    height: 428px;
    background-image: url(../img/fv_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .fv_box .wrap {
    width: 100%;
    height: 430px;
  }

  .fv_box .inner {
    width: 900px;
    padding: 43px 0 0 0;
    margin: 0 auto;
  }

  .fv_box img {
    width: 426px;
  }

  .fv_box p {
    font-size: 16px;
    color: #fff;
    line-height: 2;
    margin: 2em 0 0 1em;
  }

  /*==================================================
    Main  for PC
==================================================*/
  /*==========見出し==========*/
  h2 {
    font-size: 14px;
    font-weight: bold;
    color: #4d4d4d;
    text-align: center;
    margin-bottom: 40px;
  }

  /*==========ボタン==========*/
  div.youkoubutton {
    margin: 0 auto;
    width: 460px;
    height: 60px;
  }

  main h2.title_obe {
    width: 960px;
    margin: 0 auto 30px;
    padding: 10px;
    font-size: 25px;
    line-height: 1.3;
    text-align: center;
    background-color: #000;
    color: #fff;
  }

  /*==================================================
    fvcaption for PC
==================================================*/
  #fvcaption {
    width: 960px;
    margin: 0 auto;
    font-size: 1em;
    line-height: 2em;
    text-align: center;
    padding: 35px 0;
  }

  #fvcaption p {
    margin-bottom: 50px;
  }

  /*==================================================
    About for PC
==================================================*/
  #about {
    padding: 25px 0;
    margin: 0 auto;
  }

  #about .wrap {
    width: 960px;
    margin: 0 auto;
  }

  .ttl_enwrap {
    margin: 35px auto;
    text-align: center;
    width: 960px;
    border: #000 solid 2px;
    padding: 15px 0;
    line-height: 1.2;
    background-color: #fff;
  }

  span.spanblue {
    font-weight: bold;
    color: #2E318E;
    font-size: 30px;
  }

  #about .wrap ul li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  #about .wrap ul li figure {
    position: relative;
    width: 480px;
    height: 300px;
  }

  #about .wrap ul li:nth-child(1) figure {
    position: relative;
  }

  #about .wrap ul li:nth-child(1) figure figcaption {
    position: absolute;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #fff;
    background-color: rgba(31, 109, 86, 0.6);
    padding: 0.3em 0 0.3em 0.5em;
    bottom: 0;
    left: 0;
  }

  #about .wrap ul li:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }

  #about ul li .right_box {
    width: 480px;
    height: 300px;
  }

  #about ul li .right_box h3 {
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    background-color: #2E318E;
    color: #fff;
    line-height: 1.8;
    padding: 5px 0;
    margin-bottom: 10px;
  }

  #about ul li .right_box p {
    font-size: 15px;
    line-height: 1.8;
    padding: 0;
  }

  #about .wrap ul li:nth-child(2) h3 {
    font-size: 16px;
    background-color: #2E318E;
    color: #fff;
    line-height: 1.8;
    padding: 5px 0;
  }

  #about .wrap ul li:nth-child(2) p {
    padding: 0.3em 0 0.3em 0;
    padding: 0;
    margin-top: 10px;
  }

  /*==================================================
    Main メリット  for PC
==================================================*/
  #merit {
    margin: 0 auto 30px;
    background-image: url(../img/meritbg.jpg);
    background-repeat: repeat;
    background-position: center;
    padding: 30px 0;
  }

  #merit .merit_in {
    width: 960px;
    margin: auto;
    padding: 35px 0 20px;
    background-color: #fff;
  }

  #merit h2 {
    width: 960px;
    margin: 0 auto 30px;
    padding: 10px;
    background-color: #b9b9b9;
    text-align: center;
    font-size: 32px;
    line-height: 1.3;
  }

  #merit ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 760px;
    margin: 0 auto 20px;
  }

  #merit ul li {
    width: 240px;
    margin-bottom: 20px;
  }

  #merit ul li img {
    width: 100%;
  }

  /*==================================================
    Main インタビュー  for PC
==================================================*/
  #interview {
    padding: 40px 0;
  }

  #interview .interview_box {
    width: 740px;
    margin: 0 auto 30px;
  }

  #interview ul {
    width: 740px;
    margin: auto;
    padding: 20px 0;
  }

  #interview ul li {
    display: flex;
    justify-content: space-between;
    width: 740px;
    margin: 0 auto;
    padding: 20px 0;
  }

  #interview ul .left_box {
    width: 200px;
    height: auto;
  }

  #interview ul .left_box .bio {
    width: 100%;
    height: auto;
    background-color: #2E318E;
  }

  #interview ul .left_box img {
    position: relative;
  }

  #interview ul .left_box .bio span {
    display: block;
    width: 100%;
    font-size: 18px;
    color: #fff;
    padding: 5px;
    margin: 0 auto;
    text-align: center;
  }

  #interview .interview_box ul .left_box .dept {
    width: 90%;
    font-size: 16px;
    border-bottom: 1px solid #fff;
  }

  #interview .interview_box ul .left_box .years {
    position: relative;
    width: 92px;
    height: auto;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    background-color: #fcee21;
    bottom: 50px;
    left: -20px;
  }

  #interview .interview_box ul .right_box {
    width: 540px;
    padding-left: 2em;
  }

  #interview ul .right_box h3 {
    font-size: 16px;
    color: #2E318E;
    line-height: 1.5;
    margin-bottom: 3px;
  }

  #interview ul .right_box p {
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
    margin-bottom: 1em;
  }

  #field_trip {
    background-color: #f3ffeb;
    padding: 40px 0 60px;
    text-align: center;
  }

  #field_trip .wrap {
    position: relative;
    max-width: 640px;
    width: 100%;
    height: 0;
    margin: 0 auto 40px;
    padding-top: 30%;
  }

  #field_trip .wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  #field_trip .txt_btn {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    padding: 1em 0;
  }

  /*==================================================
    Main 募集要項  for PC
==================================================*/
  div.recruitwrap {
    width: 960px;
    margin: 0 auto;
  }

  #recruit {
    margin: 0 auto 30px;
  }

  #recruit .step_naiyou {
    width: 930px;
    margin: auto;
    background-color: #fff;
  }

  #recruit .step_naiyou dl {
    display: flex;
    border-bottom: 1px dotted #bdbdbd;
  }

  #recruit .step_naiyou dl dt,
  #recruit .step_naiyou dl dd {}

  #recruit .step_naiyou dl dt {
    width: 180px;
    height: 32px;
    margin: 30px 30px 30px 0;
    background-color: #000;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.2em;
    line-height: 32px;
    color: #fff;
  }

  #recruit .step_naiyou dl dd {
    width: 660px;
    padding: 20px 0;
    font-size: 16px;
    line-height: 30px;
    color: #333;
  }

  #recruit .step_naiyou dl dd span {
    font-size: 25px;
    line-height: 50px;
  }

  /*お問い合わせ文字 start
    ------------------------------*/
  #recruit .step_naiyou em {
    font-size: 16px;
  }

  #recruit .step_naiyou a:link {
    color: #333;
  }

  #recruit span {
    color: #2E318D;
  }

  /*==================================================
    Main　応募フォーム  for PC
==================================================*/
  #oubo_form {}

  /*form start
    ------------------------------*/
  #formID {
    padding: 20px;
  }

  #formID table {
    width: 930px;
    margin: 0 auto 20px;
  }

  #formID tr {
    border-bottom: 1px dotted #ddd;
  }

  #formID td,
  #formID th {
    padding: 20px;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 18px;
    color: #000;
  }

  #formID th {
    width: 20%;
    background-color: #ddd;
    border-left: 5px solid #ccc;
    vertical-align: center;
    font-weight: normal;
    text-align: left;
  }

  #formID td {
    vertical-align: middle;
  }

  #formID table {
    font-size: 14px !important;
    line-height: 1.6;
  }

  #formID input,
  #formID textarea {
    width: 100%;
    margin: 0;
    padding: 5px;
    border: 1px solid #b5b5b5;
    vertical-align: middle;
    font-size: 20px;
  }

  #formID select {
    width: 100%;
    margin: 0;
    padding: 5px;
    background: url(../img/select_ya.png) right 10px center no-repeat #fff;
    font-size: 16px;
    /* セレクトボックスのデフォルトスタイルを無効にする */
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  #formID .select {
    width: 100%;
    border: 1px solid #ccc;
  }

  /*性別ほか labelタグ右側に余白*/
  #formID label {
    margin-right: 20px;
    vertical-align: middle;
  }

  #formID button {
    display: block;
    width: 460px;
    margin: 20px auto;
    border: none;
    background-color: #fff;
    cursor: pointer;
    color: #fff;
    background-color: transparent;
  }

  #formID button:hover {
    opacity: 0.5;
    transition: all 0.2s ease-in-out;
  }

  #formID .scroll_box {
    margin: 0 auto 30px;
    width: 700px;
    /* 横幅を200pxに指定 */
    height: 200px;
    /* 横幅を200pxに指定 */
    border: 1px solid #000;
    /* わかりやすくボーダーを引く */
    overflow-y: scroll;
    /* 縦方向にスクロール可能にする */
    padding: 10px;
    line-height: 1.3;
  }

  #formID .scroll_box span {
    color: #1159bc;
    font-weight: bold;
    font-family: "ヒラギノ角ゴ Pro W6";
    font-size: 18px;
  }

  #formID h2 {
    color: #1159bc;
    font-size: 26px;
    margin: 0 auto 15px;
    font-family: "ヒラギノ角ゴ Pro W6";
    text-align: center;
  }

  #formID h2 p {
    color: #1159bc;
    font-size: 14px;
    margin: 5px auto 0;
    text-align: center;
  }

  /*==================================================
    Footer  for PC
==================================================*/
  footer {
    width: 100%;
    background-color: #2E318E;
    padding: 16px;
  }

  footer p {
    font-size: 12px;
    text-align: center;
    color: #fff;
  }
}

/*/////////////////////////////////////////////////////////////////////
    for sp  スマホ画面用（767px以下）
/////////////////////////////////////////////////////////////////////*/
@media only screen and (max-width:767px) {
  body {
    width: 100%;
    font-size: 13px;
  }

  .sp_none {
    display: none !important;
  }

  span.spanblue {
    font-weight: bold;
    color: #2E318E;
    font-size: 20px;
  }

  div.youkoubutton {
    margin: 0 auto;
    width: 90%;
  }

  main h2.title_obe {
    width: 100%;
    margin: 0 auto 30px;
    padding: 10px;
    font-size: 21px;
    line-height: 1.3;
    text-align: center;
    background-color: #000;
    color: #fff;
  }

  /*==================================================
    Header  for SP
    ==================================================*/
  .top_title {
    width: 100%;
    margin: 0 auto;
    padding: 0 2%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #000;
    color: #fff;
  }

  .top_title h1 img {
    width: 180px;
    height: auto;
  }

  .top_title .companyname {
    color: #fff;
    font-size: 1em;
    line-height: 1.3;
  }

  header .fv_box {
    width: 100%;
    height: 340px;
    background-image: url(../img/fv_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .fv_box .wrap {
    width: 100%;
    height: 340px;
  }

  .fv_box .inner {
    width: 90%;
    padding: 3%;
    margin: 0 auto;
  }

  .fv_box img {
    width: 100%;
    max-width: 480px;
    height: auto;
    padding-top: 5%;
  }

  .fv_box p {
    font-size: 16px;
    color: #fff;
    line-height: 2;
    margin: 2em 0 0 0;
  }

  .fv_box a {
    position: relative;
    display: block;
    width: 300px;
    font-size: 13px;
    letter-spacing: 3px;
    color: #fff;
    background: linear-gradient(90deg, rgba(140, 198, 63, 1) 0%, rgba(0, 169, 157, 1) 100%);
    padding: 1em 3em;
    margin-top: 20px;
    border-radius: 4px;
    text-align: center;
  }

  .fv_box a:hover {
    opacity: 0.6;
    transition: 0.5s;
  }

  .fv_box a:after {
    position: absolute;
    display: inline-block;
    width: 15px;
    height: 15px;
    content: "";
    background-image: url(../img/btn_icon_img01.png);
    background-size: contain;
    background-position: center;
    top: calc(50% - 7.5px);
    right: 1em;
  }

  /*==================================================
    Main  for sp
    ==================================================*/
  /*==================================================
      fvcaption for sp
  ==================================================*/
  #fvcaption {
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.7;
    text-align: left;
    padding-top: 5%;
  }

  #fvcaption p {
    margin-bottom: 30px;
  }

  /*==========見出し==========*/
  .ttl_enwrap p {
    font-size: 16px;
    padding: 5%;
    color: #000;
    text-align: left;
    border: #000 solid 2px;
    margin-bottom: 5%;
  }

  h2 {
    font-size: 14px;
    color: #4d4d4d;
    text-align: center;
    margin-bottom: 40px;
  }

  /*==========ボタン==========*/
  .btn_rtas {
    position: relative;
    display: block;
    width: 100%;
    max-width: 460px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    background: linear-gradient(90deg, rgba(140, 198, 63, 1) 0%, rgba(0, 169, 157, 1) 100%);
    border-radius: 4px;
    text-align: center;
    padding: 1em 3em;
    margin: 0 auto;
  }

  .btn_rtas:after {
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
    background-image: url(../img/btn_icon_img01.png);
    background-size: contain;
    background-position: center;
    top: calc(50% - 10px);
    right: 1em;
  }

  .btn_rtas:hover {
    opacity: 0.6;
    transition: 0.5s;
  }

  /*==================================================
    About for sp
    ==================================================*/
  #about {
    padding: 40px 3%;
    margin: 0 auto;
  }

  #about .wrap {
    width: 100%;
    margin: 0 auto;
  }

  #about .wrap ul li {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 20px;
  }

  #about .wrap ul li figure {
    position: relative;
    width: 480px;
    height: 250px;
  }

  #about .wrap ul li:nth-child(1) figure {
    position: relative;
  }

  #about .wrap ul li:nth-child(1) figure figcaption {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #fff;
    background-color: rgba(31, 109, 86, 0.6);
    padding: 0.3em 0 0.3em 0.5em;
    bottom: 22px;
    left: 0;
  }

  #about ul li .right_box {
    width: 480px;
  }

  #about ul li .right_box h3 {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px #2E318E solid;
    padding: 0.3em 0 0.3em 0;
    line-height: 1.5;
    color: #2E318E;
  }

  #about ul li .right_box p {
    font-size: 15px;
    line-height: 1.8;
    padding: 1em 0 0 0;
  }

  /*==================================================
    Main メリット  for sp
    ==================================================*/
  #merit {
    width: 100%;
    margin: 0 auto 30px;
    padding: 0 3%;
  }

  #merit .merit_in {
    margin: auto;
    padding: 5% 3% 1%;
    background-image: url(../img/meritbg.jpg);
  }

  #merit h2 {
    margin: 0 auto 5%;
    padding: 10px;
    background-color: #b9b9b9;
    text-align: center;
    line-height: 1.3;
    font-size: 26px;
  }

  #merit ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #merit ul li {
    width: 48%;
    margin-bottom: 20px;
  }

  #merit ul li img {}

  /*==================================================
    Main インタビュー  for sp
    ==================================================*/
  #interview {
    padding: 10px 3%;
    margin-top: 8%;
  }

  #interview .interview_box {
    width: 100%;
    margin: 0 auto;
  }

  #interview ul {
    width: 100%;
    margin: auto;
    padding: 0;
  }

  #interview ul li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  #interview ul li:last-child figure {
    margin-bottom: 24px;
  }

  #interview ul .left_box {
    max-width: 200px;
    height: auto;
    margin: 5% auto;
  }

  #interview ul .left_box .bio {
    width: 100%;
    height: auto;
    background-color: #2E318E;
  }

  #interview ul .left_box img {
    position: relative;
  }

  #interview ul .left_box .bio span {
    display: block;
    width: 100%;
    font-size: 18px;
    color: #fff;
    padding: 5px;
    margin: 0 auto;
    text-align: center;
  }

  #interview .interview_box ul .left_box .dept {
    width: 90%;
    font-size: 16px;
    border-bottom: 1px solid #fff;
  }

  #interview .interview_box ul .left_box .years {
    position: relative;
    width: 92px;
    height: auto;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    background-color: #fcee21;
    bottom: 50px;
    left: -20px;
  }

  #interview .interview_box ul .right_box {
    width: 100%;
    max-width: 540px;
  }

  #interview ul .right_box h3 {
    font-size: 16px;
    color: #2E318E;
    line-height: 1.5;
    margin-bottom: 3px;
  }

  #interview ul .right_box p {
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
    margin-bottom: 1em;
  }

  #field_trip {
    background-color: #f3ffeb;
    padding: 40px 0 60px;
    text-align: center;
  }

  #field_trip .wrap {
    position: relative;
    max-width: 640px;
    width: 100%;
    height: 0;
    margin: 0 auto 40px;
    padding-top: 56%;
  }

  #field_trip .wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  #field_trip .txt_btn {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    padding: 1em 0;
  }

  /*--------------------------------------------------
    Main 募集要項  for sp
--------------------------------------------------*/
  #recruit {
    width: 95%;
    margin: 0 auto 5%;
  }

  #recruit .step_naiyou {
    width: 100%;
    margin: auto;
    padding: 0 10px;
  }

  #recruit .step_naiyou dl {
    border-bottom: 1px dotted #bdbdbd;
  }

  #recruit .step_naiyou dl dt {
    width: 100%;
    margin: 0;
    padding: 0 0 0 0.5em;
    background-color: #000;
    text-align: left;
    font-size: 18px;
    letter-spacing: 0.2em;
    line-height: 32px;
    color: #fff;
  }

  #recruit .step_naiyou dl dd {
    width: 100%;
    margin: 0;
    padding: 13px 0px 13px 0.2em;
    text-align: left;
    font-size: 16px;
    line-height: 19px;
    color: #333;
  }

  #recruit .step_naiyou dl dd span {
    font-size: 100%;
    line-height: 1.5em;
  }

  #recruit .step_naiyou .moji {
    font-size: 20px !important;
  }

  #recruit .step_naiyou em {
    display: block;
    font-style: normal;
    font-size: 13px;
  }

  #recruit span {
    color: #2E318D;
    font-weight: bold;
  }

  /*--------------------------------------------------
    Main　応募フォーム  for sp
--------------------------------------------------*/
  #oubo_form {
    width: 95%;
    margin: 0 auto 5%;
  }

  #formID table {
    width: 100%;
  }

  #formID td,
  #formID th {
    /*テーブルをSP版では縦並びにするため*/
    display: block;
  }

  #formID th {
    padding: 2% 0;
    /*border-left: 5px solid #74c32c;*/
    background-color: #bbb;
    font-size: 16px;
    line-height: 1.3;
    font-weight: normal;
  }

  #formID th {
    padding: 6px;
    vertical-align: middle;
    white-space: nowrap;
    color: #000;
  }

  #formID td {
    padding: 2% 0;
  }

  #formID input,
  #formID textarea {
    width: 100%;
    margin: 0;
    padding: 5px;
    border: 1px solid #b5b5b5;
    vertical-align: middle;
    font-size: 16px;
  }

  /*性別ほか labelタグ右側に余白*/
  #formID label {
    margin-right: 20px;
    vertical-align: middle;
  }

  #formID .select {
    border: 1px #b5b5b5 solid;
  }

  #formID select {
    width: 100%;
    margin: 0;
    padding: 5px;
    background: url(../img/select_ya.png) right 10px center no-repeat #fff;
    font-size: 13px;
    /* セレクトボックスのデフォルトスタイルを無効にする */
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  #formID button {
    display: block;
    width: 100%;
    margin: 20px auto;
    border: medium none;
    cursor: pointer;
    color: #fff;
    background-color: transparent;
  }

  #formID button:hover {
    opacity: 0.5;
    transition: all 0.2s ease-in-out;
  }

  #formID h2 {
    color: #1159bc;
    font-size: 20px;
    margin: 0 auto 3%;
    text-align: center;
    font-family: "ヒラギノ角ゴ Pro W6";
  }

  #formID h2 p {
    color: #1159bc;
    font-size: 10px;
    margin: 1% auto 0;
    text-align: center;
  }

  #formID .scroll_box {
    margin: 0 auto 5%;
    width: 100%;
    /* 横幅を200pxに指定 */
    height: 300px;
    /* 横幅を200pxに指定 */
    border: 1px solid #000;
    /* わかりやすくボーダーを引く */
    overflow-y: scroll;
    /* 縦方向にスクロール可能にする */
    padding: 3%;
    line-height: 1.3;
  }

  #formID .scroll_box span {
    color: #1159bc;
    font-family: "ヒラギノ角ゴ Pro W6";
    font-size: 16px;
  }

  /*==================================================
    Footer  for sp
    ==================================================*/
  footer {
    width: 100%;
    background-color: #2E318E;
    padding: 16px;
    margin-bottom: 3%;
  }

  footer p {
    font-size: 12px;
    text-align: center;
    color: #fff;
  }
}
