@charset "UTF-8";
body {
  background-color: #0EAAF2;
  font-family: "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", verdana, sans-serif;
  font-weight: 500;
  font-size: 16px;
  height: 100%;
  color: #222;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch; }

p {
  line-height: 160%;
  margin-top: 5px;
  margin-bottom: 5px; }

a {
  color: #222;
  word-wrap: break-word;
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in; }
  a:hover, a:focus {
    color: #222;
    opacity: 0.8;
    outline: 0;
    text-decoration: none;
    cursor: pointer; }
  a:before, a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in; }
  a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=0.8);
    -ms-filter: "alpha( opacity=0.8 )"; }

/*------------------------------------- */
/* bootstrap 拡張 */
/*------------------------------------- */
.container {
  padding-right: 6px !important;
  padding-left: 6px !important; }

/*------------------------------------- */
/* ヘッダー */
/*------------------------------------- */
.header {
  width: 100%;
  /*background:#FFF;*/
  position: relative; }

.logo {
  width: 350px;
  margin: 10px 0;
  position: absolute; }

@media screen and (max-width: 1200px) {
  .logo {
    width: 300px;
    left: 2%; } }
@media screen and (max-width: 992px) {
  .logo {
    position: relative;
    left: 50%;
    margin-bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%); } }
@media screen and (max-width: 500px) {
  .logo {
    width: 230px;
    margin: 0 0 3px; } }
/*------------------------------------- */
/*　メイン */
/*------------------------------------- */
.main {
  padding: 10px 30px 30px;
  background-image: url("../img/bg01.png");
  background-size: 49% auto;
  background-repeat: no-repeat;
  background-position: left 50% top 130px; }

@media screen and (max-width: 1300px) {
  .main {
    background-size: 80% auto; } }
@media screen and (max-width: 800px) {
  .main {
    background-size: 100% auto; } }
@media screen and (max-width: 768px) {
  .main {
    padding: 5px 30px;
    margin-bottom: 4em; } }
@media screen and (max-width: 440px) {
  .main {
    padding: 0 30px;
    margin-bottom: 4em; } }
.waku01 {
  background: #FFF;
  padding: 20px 80px;
  border-radius: 20px;
  width: 64%;
  margin: 150px auto 0 auto;
  position: relative; }

@media screen and (max-width: 1200px) {
  .waku01 {
    width: 75%; } }
@media screen and (max-width: 992px) {
  .waku01 {
    width: 100%; } }
@media screen and (max-width: 768px) {
  .waku01 {
    padding: 20px 20px; } }
@media screen and (max-width: 540px) {
  .waku01 {
    padding: 10px 8px;
    margin: 110px auto 0 auto; } }
.waku02 {
  background: #FFF;
  padding: 20px 30px;
  border-radius: 20px;
  width: 70%;
  margin: 150px auto 0 auto;
  position: relative; }

@media screen and (max-width: 1200px) {
  .waku02 {
    width: 100%; } }
@media screen and (max-width: 768px) {
  .waku02 {
    padding: 20px 20px; } }
@media screen and (max-width: 540px) {
  .waku02 {
    padding: 4px 10px;
    margin: 80px auto 0 auto; } }
.waku03 {
  background: #FFF;
  padding: 30px 80px;
  border-radius: 20px;
  width: 90%;
  margin: 50px auto 50px auto; }

@media screen and (max-width: 992px) {
  .waku03 {
    width: 100%; } }
@media screen and (max-width: 768px) {
  .waku03 {
    padding: 20px 20px; } }
.text01 {
  background: #FFF000;
  color: #F35600;
  border-radius: 50px;
  padding: 5px 0 3px 0;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  width: 300px;
  margin: 0 auto; }

@media screen and (max-width: 768px) {
  .text01 {
    width: 100%; } }
@media screen and (max-width: 540px) {
  .text01 {
    font-size: 20px; } }
.text02 {
  font-size: 21px;
  line-height: 140%;
  font-weight: bold;
  text-align: center;
  width: 100%;
  margin-top: 0;
  vertical-align: middle;
  display: inline-block; }

@media screen and (max-width: 768px) {
  .text02 {
    font-size: 18px; } }
@media screen and (max-width: 540px) {
  .text02 {
    font-size: 11.6px; } }
.imgtitle01 {
  width: 60%;
  margin: 0 auto; }

@media screen and (max-width: 992px) {
  .imgtitle01 {
    width: 80%; } }
@media screen and (max-width: 768px) {
  .imgtitle01 {
    width: 100%; } }
.illust01 {
  position: absolute;
  width: 150px;
  z-index: 100;
  top: -145px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%); }

@media screen and (max-width: 768px) {
  .illust01 {
    width: 100px;
    top: -105px; } }
@media screen and (max-width: 520px) {
  .illust01 {
    width: 80px;
    top: -81px; } }
@media screen and (max-width: 410px) {
  .illust01 {
    width: 70px;
    top: -72px; } }
.illust02 {
  position: absolute;
  width: 130px;
  top: -110px;
  left: 23%;
  transform: translateX(-23%);
  -webkit-transform: translateX(-23%);
  -ms-transform: translateX(-23%); }

@media screen and (max-width: 768px) {
  .illust02 {
    left: 12%;
    transform: translateX(-12%);
    -webkit-transform: translateX(-12%);
    -ms-transform: translateX(-12%); } }
@media screen and (max-width: 580px) {
  .illust02 {
    left: 0%;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    top: -86px; } }
@media screen and (max-width: 410px) {
  .illust02 {
    width: 110px;
    /*   top: -108px;*/
    top: -86px; } }
.illust02-text {
  position: absolute;
  top: -100px;
  left: 26%;
  transform: translateX(-26%);
  -webkit-transform: translateX(-26%);
  -ms-transform: translateX(-26%);
  font-weight: bold; }

@media screen and (max-width: 768px) {
  .illust02-text {
    top: -100px;
    left: 17.5%;
    transform: translateX(-18%);
    -webkit-transform: translateX(-18%);
    -ms-transform: translateX(-18%); } }
@media screen and (max-width: 580px) {
  .illust02-text {
    top: -78px;
    left: 9%;
    transform: translateX(-9%);
    -webkit-transform: translateX(-9%);
    -ms-transform: translateX(-9%); } }
@media screen and (max-width: 450px) {
  .illust02-text {
    top: -77px;
    left: 13%;
    transform: translateX(-14%);
    -webkit-transform: translateX(-14%);
    -ms-transform: translateX(-14%); } }
@media screen and (max-width: 410px) {
  .illust02-text {
    top: -82px;
    left: 11%; } }
@media screen and (max-width: 350px) {
  .illust02-text {
    top: -82px;
    left: 10%; } }
.illust02-text-2 {
  position: absolute;
  top: -98px;
  left: 25%;
  transform: translateX(-25%);
  -webkit-transform: translateX(-25%);
  -ms-transform: translateX(-25%);
  font-weight: bold; }

@media screen and (max-width: 768px) {
  .illust02-text-2 {
    left: 16%;
    top: -98px;
    transform: translateX(-16%);
    -webkit-transform: translateX(-16%);
    -ms-transform: translateX(-16%); } }
@media screen and (max-width: 580px) {
  .illust02-text-2 {
    left: 7%;
    top: -78px;
    transform: translateX(-6%);
    -webkit-transform: translateX(-6%);
    -ms-transform: translateX(-6%); } }
.illust02-l {
  position: absolute;
  width: 220px;
  top: -110px;
  left: 2%;
  transform: translateX(-2%);
  -webkit-transform: translateX(-2%);
  -ms-transform: translateX(-2%); }

@media screen and (max-width: 768px) {
  .illust02-l {
    left: -2%;
    transform: translateX(-2%);
    -webkit-transform: translateX(-2%);
    -ms-transform: translateX(-2%); } }
@media screen and (max-width: 580px) {
  .illust02-l {
    width: 200px;
    left: -3%;
    transform: translateX(-3%);
    -webkit-transform: translateX(-3%);
    -ms-transform: translateX(-3%); } }
@media screen and (max-width: 530px) {
  .illust02-l {
    width: 180px; } }
@media screen and (max-width: 460px) {
  .illust02-l {
    width: 150px;
    top: -108px; } }
.illust02-l-text {
  position: absolute;
  top: -105px;
  left: 7%;
  transform: translateX(-7%);
  -webkit-transform: translateX(-7%);
  -ms-transform: translateX(-7%);
  font-weight: bold;
  text-align: center; }

@media screen and (max-width: 768px) {
  .illust02-l-text {
    left: 4%; } }
@media screen and (max-width: 580px) {
  .illust02-l-text {
    top: -99px;
    left: 2%;
    font-size: 14px;
    line-height: 120%; } }
@media screen and (max-width: 460px) {
  .illust02-l-text {
    top: -100px;
    left: 3%;
    font-size: 12px; } }
.icon-q {
  width: 64px; }

@media screen and (max-width: 768px) {
  .icon-q {
    width: 40px; } }
@media screen and (max-width: 540px) {
  .icon-q {
    width: 30px; } }
/*------------------------------------- */
/*フォームのパーツ
/*------------------------------------- */
.textlines01 {
  border: 3px solid #FF9C0F;
  border-radius: 10px;
  padding: 20px 10px 20px;
  background-color: #F7F7F7;
  width: 100%;
  outline: none; }

/*------------------------------------- */
/*ボタン
/*------------------------------------- */
.btn01 {
  background: #FF9C0F;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  padding: 14px 10px 14px;
  border-radius: 100vh;
  width: 250px;
  border: none !important;
  outline: none !important;
  box-shadow: 0 5px 0 #E66700;
  position: relative;
  display: block;
  margin: 0 auto; }

@media screen and (max-width: 768px) {
  .btn01 {
    width: 60%; } }
@media screen and (max-width: 460px) {
  .btn01 {
    font-size: 16px;
    padding: 12px 5px 12px;
    width: 55%; } }
.btn01:hover {
  opacity: 0.8; }

.btn01-g {
  /*background:#999;
  color:#FFF;
  text-align: center;
  font-weight:bold;
  font-size:18px;
  padding:14px 10px 14px;
  border-radius: 100vh;
  width:150px;
  border:none !important;
  outline:none !important;	
  box-shadow: 0 5px 0 #333;
  position: relative;*/
  background: #fff;
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  padding: 14px 0 0;
  border-radius: 100vh;
  width: 150px;
  border: none !important;
  outline: none !important;
  position: relative; }

@media screen and (max-width: 460px) {
  .btn01-g {
    font-size: 16px;
    padding: 12px 5px 12px;
    width: 40%; } }
.btn01-g:hover {
  opacity: 0.8; }

.fa-position-right {
  position: absolute;
  top: calc(50% - .5em);
  right: 1rem; }

.fa-position-left {
  position: absolute;
  top: calc(50% - .5em);
  left: 1rem; }

.btn02 {
  width: 150px;
  border: none; }

/*------------------------------------- */
/*ページネーション
/*------------------------------------- */
ul.form01 {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 20px; }

@media screen and (max-width: 540px) {
  ul.form01 {
    margin-bottom: 20px; } }
.inline li {
  padding: 0px;
  margin: 0px;
  color: #c5c5c5;
  font-size: 12px; }

.inline {
  text-align: center; }

.inline li {
  display: inline; }

.select {
  color: #FF9C0F !important; }

/*------------------------------------- */
/*フッター
/*------------------------------------- */
.footer {
  padding: 0 0 20px;
  text-align: center; }
  .footer p {
    color: #FFF; }

@media screen and (max-width: 570px) {
  .footer {
    padding: 0 0 30px; } }
/*------------------------------------- */
/* スマホ・ipad調整 */
/*------------------------------------- */
html, body {
  overflow-x: hidden; }

/* スマホで非表示
-------------------------------------------------- */
@media screen and (max-width: 780px) {
  .spnone {
    display: none !important; } }
@media screen and (max-width: 570px) {
  .spnone02 {
    display: none !important; } }
@media screen and (max-width: 400px) {
  .spnone03 {
    display: none !important; } }
@media screen and (max-width: 500px) {
  .spnone04 {
    display: none !important; } }
/* スマホだけで表示
-------------------------------------------------- */
@media screen and (min-width: 781px) {
  .sponly {
    display: none !important; } }
@media screen and (min-width: 800px) {
  .sponly01 {
    display: none !important; } }
@media screen and (min-width: 570px) {
  .sponly02 {
    display: none !important; } }
@media screen and (min-width: 450px) {
  .sponly03 {
    display: none !important; } }
@media screen and (min-width: 500px) {
  .sponly04 {
    display: none !important; } }
/* ipadで非表示
-------------------------------------------------- */
@media screen and (max-width: 768px) {
  .ipadnone {
    display: none !important; } }
/* ipadだけで表示
-------------------------------------------------- */
@media screen and (min-width: 769px) {
  .ipadonly {
    display: none !important; } }
@media screen and (min-width: 768px) {
  .ipadonly02 {
    display: none !important; } }
/* Pagetop
-------------------------------------------------- */
#page_top {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 30px;
  bottom: 50px;
  background: #B60B1E;
  border-radius: 50%;
  z-index: 10000; }
  #page_top a {
    position: relative;
    display: block;
    width: 60px;
    height: 50px;
    text-decoration: none; }
    #page_top a::before {
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      content: '\f062';
      font-size: 40px;
      color: #fff;
      position: absolute;
      width: 40px;
      height: 50px;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto;
      text-align: center; }

@media screen and (max-width: 570px) {
  #page_top {
    bottom: 120px; } }
