@charset "UTF-8";
@import url(/wp-content/themes/xeory_ext_gaiheki/lib/css/_css/normalize.css);
@import url(/wp-content/themes/xeory_ext_gaiheki/lib/css/_css/common_parts.css);
@import url(/wp-content/themes/xeory_ext_gaiheki/lib/css/_css/common.css);
.kc1 {
  color: #f27213;
}

.fwb {
  font-weight: bold;
}

.bg1, #sec2, .bg_zone {
  background-image: url(/wp-content/themes/xeory_ext_gaiheki/lib/css/images/_img/bg1.jpg);
}

.line {
  color: #c00;
  background-color: #ffff00;
  font-weight: bold;
}

.red {
  color: #c00;
}


/* parts --------------*/

#mv .simpleform, .hiragino, .pic_slider_zone strong {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}

#body-wrap {
  overflow-x: hidden;
}

.obi1 {
  background-image: url(/wp-content/themes/xeory_ext_gaiheki/lib/css/images/_img/obi1_bg.jpg);
}

.lts_1 {
  letter-spacing: -1px;
}

@keyframes blink {
  0% {
    box-shadow: 0 0 0 3px #c00;
  }
  /*50% {
		box-shadow: 0 0 0 3px $red;
	}
	51% {
		box-shadow: 0 0 0 3px transparent;
	}*/
  100% {
    box-shadow: 0 0 0 3px transparent;
  }
}

@-webkit-keyframes blink {
  0% {
    box-shadow: 0 0 0 3px #c00;
  }
  /*50% {
		box-shadow: 0 0 0 3px $red;
	}
	51% {
		box-shadow: 0 0 0 3px transparent;
	}*/
  100% {
    box-shadow: 0 0 0 3px transparent;
  }
}

.arrow, .arrow_txt {
  text-align: center;
}

@media screen and (max-width: 640px) {
  .arrow, .arrow_txt {
    margin: 3% 0;
  }
  .arrow:after, .arrow_txt:after {
    content: "";
    display: block;
    padding-top: 10%;
    margin-top: -4.5%;
    background-size: contain;
    background-position: center;
    background-image: url(/wp-content/themes/xeory_ext_gaiheki/lib/css/images/_img/arrow.png);
    background-repeat: no-repeat;
  }
}

@media screen and (min-width: 641px) {
  .arrow:after, .arrow_txt:after {
    content: url(/wp-content/themes/xeory_ext_gaiheki/lib/css/images/_img/arrow.png);
    display: block;
  }
}

.arrow_txt img {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 640px) {
  .arrow_txt {
    padding: 0 5%;
  }
}

@media screen and (min-width: 641px) {
  .arrow_txt {
    margin-top: 20px;
    padding-bottom: 10px;
  }
  .arrow_txt:after {
    margin-top: -30px;
  }
}

.arrow {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 641px) {
  .arrow1, .arrow3, .arrow2 {
    margin-bottom: -25px;
  }
  .arrow3 {
    margin-bottom: -35px;
  }
  .arrow4, .arrow5 {
    margin: 10px 0;
  }
}

@media screen and (max-width: 640px) {
  .arrow2 {
    margin: -3% 0;
  }
  .arrow5 {
    margin-bottom: -4%;
  }
}


/* heading -----------------------*/

.h2a {
  text-align: center;
  background-image: url(/wp-content/themes/xeory_ext_gaiheki/lib/css/images/_img/h2a_bg.jpg);
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 641px) {
  .half_box {
    overflow: hidden;
  }
  .half_box>* {
    width: 50%;
    float: left;
  }
}


/* ----------------------------------------- */

@media screen and (min-width: 641px) {
  .simpleform {
    padding-top: 55px;
    padding-left: 23px;
    background-image: url(/wp-content/themes/xeory_ext_gaiheki/lib/css/images/_img/form_bg.png);
    background-repeat: no-repeat;
    background-position: center 15px;
  }
  .simpleform .title {
    margin-bottom: 22px;
  }
  .simpleform .banner {
    margin-left: 24px;
    margin-bottom: 6px;
    font-size: 13px;
  }
  .simpleform .banner-text {
    margin-left: 14px;
  }
  .simpleform .brd {
    margin-bottom: 3px;
  }
  .submitForm .brd a.thanks {
    padding: 9px;
  }
  #top_form h2 img {
    width: 90%;
    margin-left: 14px;
  }
}

.simpleform li {
  background-repeat: no-repeat;
  min-height: 35px;
  padding-left: 45px;
  margin-bottom: 16px;
}

.simpleform li .choose input, .simpleform li .choose select {
  animation: blink 0.5s linear 0s infinite alternate;
}


.simpleform .icon {
  float: left;
  margin-right: 12px;
}

.simpleform select, .simpleform input {
  font-size:16px;
  padding: 0.3em 0.8em;
  height: 35px;
  line-height: 1;
  width: 342px;
  max-width: 100%;
  border-radius: .3em;
}

.simpleform select {
  border: 1px solid #ccc;
  background-image: linear-gradient(#fff, #eaeaea);
}

.simpleform input {
  font-size:16px;
  border-style: solid;
  border-width: 1px 0 0;
  border-color: #ccc;
}

.simpleform .atten {
  font-size: 1.1rem;
  padding-left: 1em;
  margin-top: 0.5em;
}

.simpleform .banner {
  display: flex;
  align-items: center;
}
.simpleform .banner-img {
  width: 30%;
}
.simpleform .banner-text {
  display: inline-block;
}
.simpleform .banner-text span {
  font-size: 1.5em;
  vertical-align: baseline;
}

.simpleform .submit1 {
  width: 100%;
  text-align: center;
  display: inline-block;
}
.simpleform ul {
  width: 100%;
}
.submitForm {
  width: 100%;
}

#top_form .submit1 {
  width: 95%;
  text-align: center;
  display: inline-block;
  margin: 0 2.5%;
}
#top_form ul {
  width: 95%;
}
#top_form ul li {
    background-repeat: no-repeat;
    min-height: 35px;
    padding-left: 42px;
    margin-bottom: 10px;
}
#top_form  {
  width: 95%;
}
#top_form .submitForm {
  width: 95%;
}
#top_form .submitForm img {
  width: 100%;
}


@media screen and (max-width: 640px) {
  .simpleform {
    background-size: 100% auto;
    background-image: url(/wp-content/themes/xeory_ext_gaiheki/lib/css/images/_img/sp/mv_form_bg.jpg);
  }
  #sec21:after {
      content: '';
      display: block;
      padding-top: 5%;
      background-size: 100%;
      background-position: bottom;
      background-repeat: no-repeat;
      background-image: url(/wp-content/themes/xeory_ext_gaiheki/lib/css/images/_img/sp/mv_form_bottom.jpg);
  }
  .submitForm:after {
      content: '';
      display: block;
      padding-top: 5%;
      background-size: 100%;
      background-position: bottom;
      background-repeat: no-repeat;
      background-image: url(/wp-content/themes/xeory_ext_gaiheki/lib/css/images/_img/sp/mv_form_bottom.jpg);
  }
  #sec20 .submitForm:after {
      content: '';
      display: none;
      padding-top: 5%;
      background-size: 100%;
      background-position: bottom;
      background-repeat: no-repeat;
      background-image: none;
  }
  #sec21 {
    padding: 10px 0 0;
    background-color: transparent!important;
    margin: 10px 0 20px;

  }

  #sec21 .inner {
    padding: 0;
    width: 95%
  }
  .simpleform .submit1 {
    padding: 0 2%;
  }
  .simpleform .title {
    margin-bottom: 1%;
  }
  .simpleform ul {
    padding: 0 4%;
  }
  .simpleform li {
    background-position: left 2vw;
    padding-left: 9%;
    background-size: 7%;
    margin-bottom: 2.5%;
  }
  .simpleform select, .simpleform input {
    padding: 0.8em;
    font-size:16px;
    height: auto;
  }
  .simpleform select {
    border: 2px solid #004ea2;
    background-image: linear-gradient(#fff9b7, #d8d290);
    height: 45px;
    padding: 0.4em 0.8em;
  }
  .simpleform input {
    border: 2px solid #ccc;
    font-size:16px;
  }
  .simpleform .banner {
    padding-left: 7%;
    margin-bottom: 3%;
    font-size: 18px;
  }
  .simpleform .banner-text {
    margin-left: 5%;
  }
  .simpleform .banner-text span {
    font-size: 1.5em;
    vertical-align: baseline;
  }
  .sell_catch_button .sp {
    width: 97%!important;
  }
  .simpleform select, .simpleform input {
    height: 40px;
  }
}

@media screen and (max-width: 510px) {
  .simpleform .banner {
    font-size: 14px;
  }
}

@media screen and (max-width: 390px) {
  .simpleform .banner {
    font-size: 11px;
  }
}

@media screen and (max-width: 330px) {
  .simpleform .banner {
    font-size: 9px;
  }
}

@media screen and (min-width: 641px) {
  #mv {
    background-position: center top;
    background-image: url(/wp-content/themes/xeory_ext_gaiheki/lib/css/images/_img/mv_bg.jpg);
  }
  #mv .div1 {
    padding-top: 17px;
  }
  #mv .div2 {
    margin-top: 17px;
  }
  #mv .inner {
    position: relative;
    height: 720px;
    overflow: hidden;
  }
  #mv .simpleform {
    height: 100%;
    width: 433px;
  }
}

.form_atten .div1 {
  padding: .3em 2.5em;
  border: 1px solid #bcbcbc;
  border-radius: .5em;
}

.form_atten .atten_list {
  margin-top: .5em;
  font-size: 1.3rem;
}

.form_atten .atten_list li {
  overflow: hidden;
}

.form_atten .atten_list .num {
  display: block;
  float: left;
  width: 2em;
}

.form_atten .atten_list .txt {
  display: block;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .form_atten {
    padding: 5%;
  }
  form .form_atten .div1 {
    padding: .7em .9em;
  }
}

@media screen and (min-width: 641px) {
  .form_atten {
    padding: 25px 0;
  }
}

#sec2 figcaption {
  background-color: #fff;
  padding: 1em 3em;
  border-radius: 0 0 0.5em 0.5em;
}
#sec2 figcaption .bold {
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  #sec2 {
    background-image: none;
  }
  #sec2 figcaption {
    padding: 1.5em;
  }
}

@-webkit-keyframes pic_slider {
  from {
    left: 0;
  }
  to {
    left: -50%;
  }
}

@keyframes pic_slider {
  from {
    left: 0;
  }
  to {
    left: -50%;
  }
}

.pic_slider_zone {
  padding-top: 16px;
  background-image: url(/wp-content/themes/xeory_ext_gaiheki/lib/css/images/_img/bg4.jpg);
  border-top: 4px solid #faebbf;
  border-bottom: 4px solid #faebbf;
}

.pic_slider_zone strong {
  display: block;
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.1;
  color: #fff;
  font-weight: bold;
}

.pic_slider_zone .pic_slider {
  width: calc(1360px * 2);
}

.pic_slider_zone .pic_slider .waku {
  position: relative;
  height: 126px;
  width: 200%;
  background-image: url(/wp-content/themes/xeory_ext_gaiheki/lib/css/images/_img/pic_slider.png);
  animation: pic_slider 30s linear 0s infinite normal;
}

@media screen and (max-width: 640px) {
  .pic_slider_zone .pic_slider {
    padding-bottom: 2%;
    width: 1360px;
    margin-top: 2%;
  }
  .pic_slider_zone .pic_slider .waku {
    height: 17vw;
    background-size: 25% auto;
  }
}

#sec3 figure .medal {
  float: left;
}

#sec3 figure figcaption {
  color: #2b0e06;
}

#sec3 figure .p2 {
  margin-top: 0.8em;
  text-align: justify;
}

#sec3 figure .p3 {
  text-align: right;
  font-size: 1.2rem;
}

@media screen and (max-width: 640px) {
  #sec3 {
    padding: 3% 5%;
  }
  #sec3 figure .medal {
    width: 23%;
    margin-right: 2%;
    margin-bottom: 3%;
  }
  #sec3 figure .medal:after {
    content: normal;
  }
  #sec3 figure .p1 {
    width: 71%;
    float: left;
  }
  #sec3 figure .p2 {
    clear: left;
  }
}

@media screen and (min-width: 641px) {
  #sec3 {
    padding: 30px 0 15px;
  }
  #sec3 figure .medal {
    margin-right: 40px;
  }
  #sec3 figure figcaption {
    overflow: hidden;
  }
}

#sec4 {
  background-image: url(/wp-content/themes/xeory_ext_gaiheki/lib/css/images/_img/bg2.jpg);
}

#sec4 figure .img {
  text-align: center;
  margin-top: 3rem;
}

#sec4 figure figcaption {
  font-weight: bold;
  margin-top: 1em;
}

@media screen and (max-width: 640px) {
  #sec4 {
    background-size: 80px;
  }
  #sec4 figure {
    padding: 0 5%;
  }
  #sec4 .arrow_txt {
    padding-top: 2%;
    background-color: #fff;
  }
}

@media screen and (min-width: 641px) {
  #sec4 figure p {
    padding: 0 45px 0 55px;
  }
}

#sec5 {
  background-image: url(/wp-content/themes/xeory_ext_gaiheki/lib/css/images/_img/bg3.jpg);
  text-align: center;
}

#sec5 .timing_list {
  display: inline-block;
  font-size: 0;
}

#sec5 .timing_list li {
  float: left;
}

@media screen and (max-width: 640px) {
  #sec5 {
    background-size: 60px;
    padding: 5%;
  }
  #sec5 .h2i {
    margin-bottom: 5%;
  }
  #sec5 .timing_list li {
    padding: 0 1.5%;
    width: 50%;
    margin-bottom: 3%;
  }
}

@media screen and (min-width: 641px) {
  #sec5 {
    border-top: 5px solid #503104;
    padding: 25px 0 35px;
  }
  #sec5 .timing_list li {
    padding: 0 8px;
  }
}

#sec6 {
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 640px) {
  #sec6 {
    background-image: url(/wp-content/themes/xeory_ext_gaiheki/lib/css/images/_img/sp/bg1.jpg);
    background-repeat: repeat;
    border-top: 5px solid #503104;
  }
  #sec6 .movie {
    margin-left: auto;
    margin-right: auto;
    width: 66%;
    margin-bottom: 5%;
  }
  #sec6 .movie iframe {
    height: 39vw;
  }
  #sec6 .btn_zone {
    padding: 5% 7%;
    background-color: #503104;
  }
}

@media screen and (min-width: 641px) {
  #sec6 {
    background-image: url(/wp-content/themes/xeory_ext_gaiheki/lib/css/images/_img/sec6_bg.jpg);
    border-bottom: 5px solid #503104;
  }
  #sec6 .movie {
    width: 533px;
  }
  #sec6 .btn_zone {
    padding-top: 185px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 640px) {
  .bg_zone {
    background-image: none;
  }
}

@media screen and (min-width: 641px) {
  .bg_zone {
    padding-top: 40px;
    padding-bottom: 90px;
  }
}

#sec7 {
  background-color: #fff;
}

@media screen and (max-width: 640px) {
  #sec7 .h2i {
    margin: 0 -5%;
  }
  #sec7 .mitsumori_list li:after {
    background-position: top;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    content: '';
    padding-top: 10%;
    background-image: url(/wp-content/themes/xeory_ext_gaiheki/lib/css/images/_img/sp/mitsumori_li_bottom.jpg);
  }
  #sec7 .mitsumori_list .txt {
    padding: 0 8%;
    background-size: 100%;
    background-image: url(/wp-content/themes/xeory_ext_gaiheki/lib/css/images/_img/sp/mitsumori_li_bg.jpg);
  }
}

@media screen and (min-width: 641px) {
  #sec7 {
    border-radius: 1rem;
    overflow: hidden;
  }
  #sec7 .mitsumori_list {
    padding-bottom: 20px;
  }
  #sec7 .mitsumori_list li {
    position: relative;
  }
  #sec7 .mitsumori_list .txt {
    text-align: justify;
    position: absolute;
    width: 54%;
    right: 0;
    padding-right: 50px;
    top: 162px;
  }
}

#sec8 .mini_sec {
  background-color: #fff;
}

#sec8 .checkpoint_list li .line {
  color: #f00;
}

#sec8 .checkpoint_list .title {
  font-weight: bold;
  font-size: 2.2rem;
  color: #fff;
}

@media screen and (max-width: 640px) {
  #sec8 .checkpoint_list {
    padding: 0 2%;
  }
  #sec8 .checkpoint_list .title {
    font-weight: normal;
    height: 15vw;
    font-size: 5vw;
    padding-top: 3.2%;
    padding-left: 16%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(/wp-content/themes/xeory_ext_gaiheki/lib/css/images/_img/sp/checkpoint_list_title_bg.jpg);
  }
  #sec8 .checkpoint_list .title .compact {
    display: block;
    width: 120%;
    font-size: .9em;
    -webkit-transform: scaleX(0.75);
    transform: scaleX(0.75);
    -webkit-transform-origin: left;
    transform-origin: left;
    padding-top: 0.5%;
  }
  #sec8 .checkpoint_list .title .compact2 {
    -webkit-transform: scaleX(0.85);
    transform: scaleX(0.85);
  }
  #sec8 .checkpoint_list .txt {
    padding: 0 1em 1em;
  }
}

@media screen and (min-width: 641px) {
  #sec8 .checkpoint_list {
    padding-bottom: 20px;
  }
  #sec8 .checkpoint_list li+li {
    margin-top: 20px;
  }
  #sec8 .checkpoint_list .title {
    position: relative;
    z-index: 1;
    padding-top: 10px;
    padding-left: 85px;
    height: 54px;
    background-repeat: no-repeat;
    background-image: url(/wp-content/themes/xeory_ext_gaiheki/lib/css/images/_img/checkpoint_list_title_bg.png);
    background-position: center top;
  }
  #sec8 .checkpoint_list .txt {
    margin-top: -0.5em;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5em 2em 1em;
    border: 2px solid #3577bd;
    border-top: none;
  }
}

@media screen and (max-width: 640px) {
  #sec9 .h3i {
    margin-bottom: 3%;
  }
  #sec9 .flow_list {
    padding: 0 3%;
  }
  #sec9 .flow_list figcaption {
    background-image: url(/wp-content/themes/xeory_ext_gaiheki/lib/css/images/_img/sp/flow_list_bg1.jpg);
    background-size: 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
    padding-left: 13%;
    padding-bottom: 1.5em;
  }
  #sec9 .flow_list2 figcaption {
    background-image: url(/wp-content/themes/xeory_ext_gaiheki/lib/css/images/_img/sp/flow_list_bg2.jpg);
  }
  #sec9 .flow_list2 figcaption.sp_last {
    background-image: none;
  }
}

@media screen and (min-width: 641px) {
  #sec9 .line {
    background-color: transparent;
  }
  #sec9 .mini_sec {
    background-color: #fff;
  }
  #sec9 .mini_sec2 .h3i {
    margin-top: -30px;
    position: relative;
    z-index: 1;
  }
  #sec9 .mini_sec2 .flow_list {
    padding-bottom: 20px;
  }
  #sec9 .flow_list {
    padding: 20px 20px 0;
  }
  #sec9 .flow_list figure {
    position: relative;
  }
  #sec9 .flow_list figcaption {
    position: absolute;
    left: 100px;
    top: 75px;
    width: 345px;
  }
  #sec9 .flow_list figcaption p {
    text-align: justify;
    line-height: 1.5;
  }
}

.btn_area {
  text-align: center;
}

.btn_area .btn {
  display: inline-block;
}

@media screen and (max-width: 640px) {
  .btn_area {
    background-image: url(/wp-content/themes/xeory_ext_gaiheki/lib/css/images/_img/sp/btn_area_bg.jpg);
    background-size: 100%;
    background-position: top;
    padding: 55% 8% 11%;
  }
}

@media screen and (min-width: 641px) {
  .btn_area {
    padding-top: 295px;
    position: relative;
    margin-top: 10px;
    height: 496px;
    background-image: url(/wp-content/themes/xeory_ext_gaiheki/lib/css/images/_img/btn_area_bg.png);
  }
  .btn_area.btn_area2 {
    margin-bottom: 55px;
  }
}

@media screen and (min-width: 641px) {
  #sec12 {
    margin: 20px 0;
  }
}

#sec13 {
  background-color: #fff;
}

#sec13 .h2i {
  text-align: center;

}
.form_atten .div1 {
    padding: .3em 2.5em;
    border: 2px solid #ce0606;
    border-radius: .3em;
    background-color: #FFF9E2;
    color: #ce0606;
}
#sec1 .inner .div1 .date_txt {
    width: 744px;
    margin: 0 auto;
    border: 2px solid #ce0606;
    color: #ce0606;
    border-radius: 5px;
    padding: 8px;
    position: relative;
    top: -10px;
    background-color: #FFF9E2;
}

 .date_txt {
    margin: 0 auto;
    border: 2px solid #ce0606;
    color: #ce0606;
    border-radius: 5px;
    padding: 8px;
    position: relative;
    top: -10px;
    background-color: #FFF9E2;
    font-weight: normal;
}
.date_txt em {
  font-weight: bold;
  font-style: normal;
}
.form_atten {
    padding: 25px 0 10px;
}
.form_atten .div1 {
    padding: .3em 2.5em;
    border: none;
    border-radius: .3em;
    background-color: transparent;
    color: #ce0606;
}
.div1 .fwb {
  font-weight: normal;
}
.simpleform .atten {
    font-size: 1.1rem;
    padding-left: 1em;
    margin-top: 0.2em;
}
@media screen and (max-width: 640px) {
  #sec13 .merit_list .txt {
    background-size: 100%;
    padding: 0 5% 1em;
    background-image: url(/wp-content/themes/xeory_ext_gaiheki/lib/css/images/_img/sp/merit_li_bg.jpg);
  }
  #top_form .submitForm {
    width: 100%;
}
#top_form {
    width: 100%;
}
.simpleform .atten {
    text-align: center;
}
.simpleform .atten-sup {
    text-align: left;
}
#underform .sell_catch_button {
  width: 90%;
}
#top_form ul {
    width: 100%;
}

}

@media screen and (min-width: 641px) {
  #sec13 {
    padding-top: 20px;
    margin-bottom: 35px;
  }
  #sec13 .h2i {
    margin-bottom: 15px;
  }
  #sec13 .merit_list {
    padding-bottom: 15px;
  }
  #sec13 .merit_list li+li {
    margin-top: 20px;
  }
  #sec13 .merit_list .line {
    background-blend-mode: darken;
  }
  #sec13 .merit_list figure {
    position: relative;
  }
  #sec13 .merit_list .img img {
    position: relative;
    left: -20px;
  }
  #sec13 .merit_list .txt {
    position: absolute;
    left: 490px;
    top: 255px;
    width: 300px;
  }
  #sec13 .merit_list .txt p {
    line-height: 1.5;
  }
  #sec13 .merit_list .txt p+p {
    margin-top: .5em;
  }
  #sec13 .merit_list .li3 .txt {
    top: auto;
    bottom: 35px;
    left: 70px;
    right: 70px;
    width: auto;
  }
}

@media screen and (max-width: 640px) {
  #sec14 .div3 .txt {
    background-size: 100%;
    background-image: url(/wp-content/themes/xeory_ext_gaiheki/lib/css/images/_img/sp/sec14_txt_bg.jpg);
    padding: 0 5%;
  }
}

@media screen and (min-width: 641px) {
  #sec14 .div3 {
    position: relative;
  }
  #sec14 .div3 .txt {
    position: absolute;
    top: 290px;
    left: 30px;
    right: 30px;
  }
}

#sec15 .pattern_list {
  background-image: url(/wp-content/themes/xeory_ext_gaiheki/lib/css/images/_img/pattern_list_bg.jpg);
}

@media screen and (max-width: 640px) {
  #sec15 .h2a {
    margin: 0 -6%;
  }
  #sec15 .pattern_list {
    padding: 2%;
  }
  #sec15 .pattern_list li+li {
    margin-top: 2%;
  }
  #sec15 .pattern_list figure {
    position: relative;
  }
  #sec15 .pattern_list .txt {
    position: absolute;
    padding-top: 16%;
    padding-right: 3%;
    padding-left: 37%;
    font-size: 3.2vw;
    left: 0;
    top: 0;
    width: 100%;
  }
}

@media screen and (min-width: 641px) {
  #sec15 .pattern_list {
    padding-top: 25px;
    padding-left: 50px;
    padding-bottom: 55px;
  }
  #sec15 .pattern_list li+li {
    margin-top: 20px;
  }
  #sec15 .pattern_list figure {
    position: relative;
  }
  #sec15 .pattern_list .txt {
    position: absolute;
    top: 100px;
    left: 240px;
    width: 470px;
  }
}

#sec16+.arrow {
  background-color: #f8f4e6;
  margin-bottom: 0;
  padding-bottom: 2%;
}

#sec16 .system_list figure {
  position: relative;
}

@media screen and (max-width: 640px) {
  #sec16 .system_list .txt {
    position: absolute;
    top: 0;
    left: 7%;
    right: 7%;
    margin-top: 15%;
    font-size: 3.1vw;
  }
  #sec16 .system_list .li1 .txt {
    padding-right: 20%;
  }
}

@media screen and (min-width: 641px) {
  #sec16 .system_list {
    background-color: #fff;
    padding-bottom: 50px;
  }
  #sec16 .system_list figure {
    position: relative;
  }
  #sec16 .system_list .txt {
    position: absolute;
    top: 120px;
  }
  #sec16 .system_list .li1 .txt {
    left: 85px;
    width: 520px;
  }
  #sec16 .system_list .li2 .txt {
    left: 53%;
    width: 300px;
  }
}

@media screen and (max-width: 640px) {
  #sec17 .pic_slider_zone2 {
    padding: 0;
  }
  #sec17 .pic_slider_zone2 .pic_slider {
    padding-bottom: 1%;
    margin-top: 1%;
  }
}

@media screen and (min-width: 641px) {
  #sec17 {
    margin-bottom: 20px;
  }
  #sec17 .pic_slider_zone2 {
    overflow: hidden;
    padding: 0;
    height: auto;
  }
}

#sec18 .movie .waku iframe {
  width: 100%;
}

@media screen and (max-width: 640px) {
  #sec18 .movie .waku iframe {
    height: 44vw;
  }
}

#sec18 .movie {
  border: 8px solid #004ea2;
  border-radius: 14px;
  padding: 6px;
  margin-bottom: 20px;
}

#sec18 figure {
  overflow: hidden;
}

#sec18 figure .img {
  float: left;
  margin-right: 20px;
}

#sec18 figure .img .pic {
  border-radius: 50%;
  overflow: hidden;
}

#sec18 figure .name {
  margin-top: .5em;
  text-align: center;
  color: #004ea2;
  font-weight: bold;
}

#sec18 figure .name span {
  display: block;
}

#sec18 figure .txt {
  overflow: hidden;
}

#sec18 figure .p1 {
  font-size: 2rem;
  color: #004ea2;
  font-weight: bold;
}

#sec18 figure .p1:after {
  content: '';
  display: block;
  height: 4px;
  background-image: url(/wp-content/themes/xeory_ext_gaiheki/lib/css/images/_img/bg5.jpg);
  margin-top: .4em;
}

#sec18 figure .p2 {
  margin-top: 1em;
}

@media screen and (max-width: 640px) {
  #sec18 {
    padding: 8%;
    background-color: #e4fdff;
  }
  #sec18 .movie {
    border-radius: 5px;
    border-width: 4px;
    padding: 3px;
  }
  #sec18 figure .pic {
    padding: 0;
    display: inline-block;
    width: 25%;
    vertical-align: middle;
    margin-right: 1%;
  }
  #sec18 figure .img {
    float: none;
    margin-right: 0;
    margin-bottom: 2%;
  }
  #sec18 figure .name {
    display: inline-block !important;
    vertical-align: middle;
    font-size: 1.2em;
  }
  #sec18 figure .name span {
    display: inline-block;
  }
  #sec18 figure .s2:before {
    content: '/';
  }
  #sec18 figure .p1:after {
    height: 2px;
  }
}

@media screen and (min-width: 641px) {
  #sec18 {
    border-radius: 1rem;
    padding: 40px 50px;
    background-color: #fff;
  }
  #sec18 figure .pic {
    border: 4px solid #f27213;
    padding: 3px;
  }
  #sec18 figure .s2 {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 640px) {
  #sec19 figure {
    position: relative;
  }
  #sec19 figure .txt {
    position: absolute;
    top: 0;
    margin-top: 38%;
    left: 11%;
    right: 11%;
  }
  #sec19 figure .txt p {
    font-size: 3.2vw;
  }
  #sec19 figure .txt p .block {
    display: block;
    padding-right: 40%;
  }
}

@media screen and (min-width: 641px) {
  #sec19 figure {
    position: relative;
  }
  #sec19 figure .txt {
    position: absolute;
    top: 145px;
    left: 58px;
    line-height: 1.9em;
    width: 550px;
  }
  #sec19 figure .txt p strong {
    font-size: 2rem;
    vertical-align: baseline;
  }
}

@media screen and (min-width: 641px) {
  #sec20 .simpleform {
    background-color: #fff;
    background-image: url(/wp-content/themes/xeory_ext_gaiheki/lib/css/images/_img/sec20_bg.jpg);
    background-position: top;
    padding-left: 90px;
    padding-right: 90px;
    height: 800px;
  }
  #sec20 .simpleform .h3i {
    margin-bottom: 15px;
  }
  #sec20 .simpleform li {
    background-position: left 7px;
    padding-left: 50px;
    margin-bottom: 10px;
  }
  #sec20 .simpleform input, #sec20 .simpleform select {
    font-size:16px;
    height: 50px;
    width: 608px;
  }
  #sec20 .simpleform .submitForm {
    margin-top: 15px;
  }
  #sec20 form {
    font-weight: bold;
  }
}

#sec21 {
  background-color: #fff;
}

@media screen and (min-width: 641px) {
  #sec21 {
    padding: 0 0 15px;
    margin-top: 30px;
  }
  #sec21 .div1 {
    border: none;
    padding: 0;
  }
  #sec21 .atten_list {
    margin-top: 1em;
  }
  #sec20 .simpleform {
    background-color: #fff;
    background-image: url(/wp-content/themes/xeory_ext_gaiheki/lib/css/images/_img/sec20_bg.jpg);
    background-position: top;
    background-size: 100% 100%;
    padding-left: 90px;
    padding-right: 90px;
    height: 980px;
  }
  #sec21 {
    background-color: #f8f8f8;
  }
  #sec21 .div1 {
    padding: .3em 2.5em;
    border: 2px solid #ce0606;
    border-radius: .5em;
    background-color: #FFF9E2;
    color: #ce0606;
  }
  #sec21 .div1 {
    padding: .3em 0.5em;
    border: 2px solid #ce0606;
    border-radius: .5em;
    background-color: #FFF9E2;
    color: #ce0606;
  }
}

@keyframes tenmetsu {
  0% {
    opacity: 0;
  }
  /*49% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}*/
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes tenmetsu {
  0% {
    opacity: 0;
  }
  /*49% {
		opacity: 0;
	}
		50% {
		opacity: 1;
	}*/
  100% {
    opacity: 1;
  }
}

#sec22 .div1 {
  border-radius: 1em;
  overflow: hidden;
}

#sec22 .div1 .h2i {
  text-align: center;
  background-color: #f27213;
}

#sec22 .div1 .waku {
  background-color: #fcfaed;
}

#sec22 .div1 figure {
  float: right;
}

#sec22 .div1 figure .figc {
  animation: tenmetsu 0.5s linear 0s infinite alternate;
}

#sec22 .div2 p {
  color: #492d05;
}

@media screen and (max-width: 640px) {
  #sec22 {
    border-radius: 4vw;
    overflow: hidden;
    background-color: #fcfaed;
    margin-left: auto;
    margin-right: auto;
    width: 94%;
  }
  #sec22 .div1 .waku {
    padding: 3% 4%;
  }
  #sec22 .div1 figure {
    float: right;
    width: 20%;
  }
  #sec22 .div1 figure .figc {
    margin-top: 2%;
  }
  #sec22 .div1 .txt .p1 {
    width: 70%;
    float: left;
  }
  #sec22 .div1 .txt .p2 {
    clear: both;
    margin-bottom: 2%;
  }
  #sec22 .div1 .txt .p2 br {
    display: none;
  }
  #sec22 .div1 .tel {
    margin-bottom: 5%;
  }
  #sec22 .div2 {
    padding: 0 5% 1em;
    font-size: 1rem;
  }

}

@media screen and (min-width: 641px) {
  #sec22 {
    padding: 0 30px 15px;
    background-color: #fff;
    border-radius: 0 0 1em 1em;
  }
  #sec22 .div1 .waku {
    padding: 20px 30px 20px 20px;
  }
  #sec22 .div1 figure {
    float: right;
  }
  #sec22 .div1 figure .figc {
    margin-top: 10px;
  }
  #sec22 .div1 .txt .p2 {
    margin-top: 1em;
  }
  #sec22 .div1 .tel {
    margin-top: 20px;
    margin-bottom: 15px;
  }
  #sec22 .div1 .mail {
    position: relative;
  }
  #sec22 .div1 .mail .btn {
    position: absolute;
    right: 0;
    top: 0;
  }
  #sec22 .div2 {
    margin-top: .5em;
  }
  #side .submitForm .sell_catch_button {
    padding: 5px 0;
    font-size: 100%;
  }
}

#side #text-19 {
  background-color: transparent;
}

#side #text-27 {
  border: 5px solid #fff;
}

#side #text-27 .side-widget-inner {
  border: 6px solid #c4e59f;
  border-radius: 10px;
  padding-bottom: 1em;
}

#side #text-27 .side-title {
  border-radius: 0;
  padding-bottom: 1px;
}

#side #text-27 table {
  width: 100%;
}

#side #text-27 td {
  padding: 20px 12px 0;
  font-size: 1.4rem;
}

#side #text-27 td.bg {
  background-image: url(/wp-content/themes/xeory_ext_gaiheki/lib/css/images/_img/side_table_bg.jpg);
  padding-top: 110px;
  padding-bottom: 10px;
}

#side #text-27 td .atten {
  font-size: 1.2rem;
}

#side .reviews {
  padding: 20px;
}

#side .reviews a {
  color: inherit;
  padding-top: .5em;
  text-decoration: none;
  line-height: 1.4;
  display: block;
}

#side .reviews article {
  position: relative;
}

#side .reviews article figure {
  height: 190px;
  overflow: hidden;
}

#side .reviews article+article {
  margin-top: 20px;
}

#side .reviews .bottom {
  position: absolute;
  left: 0;
  width: 100%;
  top: 160px;
  padding-top: 3px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: #6bbd10;
  height: 30px;
}

#side img {
  max-width: 100%;
}

#side .side-widget+.side-widget {
  margin-top: 20px;
}

#side .cv_button h2 img {
  max-width: none;
}

#side .simpleform {
  background-image: none;
  padding: 10px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #faebbf;
}

#side .simpleform .submitForm {
  text-align: center;
}

#side .simpleform .icon {
  display: none;
}

#side .simpleform li {
  padding-left: 0;
  padding: 0;
  margin-bottom: 10px;
  position: relative;
}

#side .simpleform li:before {
  position: absolute;
  content: '';
  width: 35px;
  left: 1px;
  top: 1px;
  height: 38px;
  background-repeat: no-repeat;
  display: inline-block;
  border-radius: 2px 0 0 2px;
}

#side .simpleform select, #side .simpleform input {
  font-weight: bold;
  padding-left: 38px;
  width: 100%;
  height: 40px;
  text-indent: 0;
}

#side .simpleform .submit_chaice {
  display: inline-block;
  margin-top: 2px;
}

#side .simpleform .li1:before {
  background-image: url(/wp-content/themes/xeory_ext_gaiheki/lib/css/images/_img/side_li1.png);
}

#side .simpleform .li2:before {
  background-image: url(/wp-content/themes/xeory_ext_gaiheki/lib/css/images/_img/side_li2.png);
}

#side .simpleform .li3:before {
  background-image: url(/wp-content/themes/xeory_ext_gaiheki/lib/css/images/_img/side_li3.png);
}

#side .simpleform .li4:before {
  background-image: url(/wp-content/themes/xeory_ext_gaiheki/lib/css/images/_img/side_li4.png);
}

#side .simpleform .li5:before {
  background-image: url(/wp-content/themes/xeory_ext_gaiheki/lib/css/images/_img/side_li5.jpg);
  left: 0;
}

#side .simpleform .li6:before {
  background-image: url(/wp-content/themes/xeory_ext_gaiheki/lib/css/images/_img/side_li6.jpg);
  left: 0;
}

#side .simpleform .form_atten {
  font-size: 1.2rem;
  padding: 0;
  margin-top: 1em;
  line-height: 1.4;
}

#side .simpleform .form_atten .div1 {
  background-color: #fff;
  border: 1px solid #f27213;
  padding: .5em .8em;
}

#side .simpleform .form_atten .fwb .kc1 {
  display: block;
  margin-top: .5em;
}

#side .simpleform .form_atten .atten_list {
  margin-top: 1em;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.4;
}

#side .simpleform .form_atten li {
  margin-bottom: 0;
}

#side .simpleform .form_atten .txt {
  overflow: visible;
}

#side .cv_button {
  border-radius: 10px;
  padding-bottom: 10px;
  background-color: #503104;
}

#side .textwidget {
  position: relative;
}

#side .side_mail_btn {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 23px;
  text-align: center;
}

#side .side-title {
  color: #fff;
  text-align: center;
  background-image: url(../images/_img/side_title_bg.jpg);
  font-size: 2rem;
  padding: .7em 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  border-radius: 1rem 1rem 0 0;
}

#side .side-widget {
  background-color: #fff;
  border-radius: 1rem;
}

#side #nav_menu-2 ul, #side .wpp-list {
  padding: 10px 20px;
}

#side #nav_menu-2 ul li, #side .wpp-list li {
  overflow: hidden;
  padding: 10px 0;
  background-position: right;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/xeory_ext_gaiheki/lib/css/images/_img/side_li_arrow.jpg);
}

#side #nav_menu-2 ul li+li, #side .wpp-list li+li {
  border-top: 1px solid #ccc;
}

#side #nav_menu-2 ul a, #side .wpp-list a {
  display: block;
  overflow: hidden;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.4rem;
  color: #000;
}

#side #nav_menu-2 ul a:first-child, #side .wpp-list a:first-child {
  width: 65px;
  height: auto;
  float: left;
  margin-right: 7px;
}

#side #nav_menu-2 ul a:first-child+a, #side .wpp-list a:first-child+a {
  padding-right: 40px;
}

#side #nav_menu-2 ul .post-stats, #side .wpp-list .post-stats {
  font-size: 1.4rem;
  float: right;
  display: block;
  width: 198px;
  color: #777;
}

#side #nav_menu-2 ul li a {
  float: none !important;
  width: auto !important;
  padding-right: 40px;
}

#side #nav_menu-2 ul li a:before {
  content: url(/wp-content/themes/xeory_ext_gaiheki/lib/css/images/_img/nav_menu_li1.jpg);
  display: block;
  float: left;
  margin-right: 7px;
}

#side #nav_menu-2 ul li+li:nth-child(2) a:before {
  content: url(/wp-content/themes/xeory_ext_gaiheki/lib/css/images/_img/nav_menu_li2.jpg);
}

#side .simpleform select {
  text-indent: 30px;
}

.side-widget ul li {
  padding: 0!important;
}
.simpleform .li1:before {
    background-image: url(/wp-content/themes/xeory_ext_gaiheki/lib/css/images/_img/side_li1.png);
}
.simpleform .li2:before {
    background-image: url(/wp-content/themes/xeory_ext_gaiheki/lib/css/images/_img/side_li2.png);
}
.simpleform .li3:before {
    background-image: url(/wp-content/themes/xeory_ext_gaiheki/lib/css/images/_img/side_li3.png);
}
.simpleform .li4:before {
    background-image: url(/wp-content/themes/xeory_ext_gaiheki/lib/css/images/_img/side_li4.png);
}
.simpleform .li5:before {
    background-image: url(/wp-content/themes/xeory_ext_gaiheki/lib/css/images/_img/side_li5.jpg);
}
.simpleform .li6:before {
    background-image: url(/wp-content/themes/xeory_ext_gaiheki/lib/css/images/_img/side_li6.jpg);
}

@media screen and (min-width: 641px) {
  .simpleform ul li:before {
    height: 34px;
  }
}

#side .simpleform .form_atten .div1 {
  background-color: #fff9e2;
}
#side .simpleform .form_atten .fwb .kc1 {
    display: block;
    margin-top: .5em;
    color: #ce0606;
    font-weight: bold;
}

.simpleform li:before {
    position: absolute;
    content: '';
    width: 35px;
    left: 5px;
    top: 1px;
    height: 38px;
    background-repeat: no-repeat;
    display: inline-block;
    border-radius: 2px 0 0 2px;
}
#top_form ul li {
    padding-left: 0;
    padding: 0;
    margin-bottom: 6px;
    position: relative;
}
.simpleform select, .simpleform input {
  text-indent: 9%;

}
.simpleform select, .simpleform input {
  width: 98%;
  margin: 0 auto;
  display: block;
}

#sec20 .simpleform li:before {
    position: absolute;
    content: '';
    width: 35px;
    left: 5px;
    top: 1px;
    height: 38px;
    background-repeat: no-repeat;
    display: inline-block;
    border-radius: 2px 0 0 2px;
}
#underform ul li {
    padding-left: 0;
    padding: 0;
    margin-bottom: 10px;
    position: relative;
}
#sec20 .simpleform select, #sec20 .simpleform input {
  height: 40px;
  text-indent: 0;
  padding-left: 48px;
}
#sec20 .simpleform select {text-indent: 6%;}
#sec20 .simpleform select, #sec20 .simpleform input {
  width: 98%;
  margin: 0 auto;
  display: block;
}

.simpleform .title {
  margin-bottom: 7px;
}

#sec20 .simpleform li {
    background-position: left 7px;
    padding-left: 0px;
    margin-bottom: 10px;
}

#side .simpleform .form_atten .div1 {
    background-color: transparent;
    border: none;
}

#top_form .sell_catch_button {
  margin-top: -5px;
}
.simpleform .atten {
    margin-top: 0;
}

#side .submitForm {
  margin-top: -10px;
  padding: 0;
}

#side .submitForm img {
  padding: 0;
}


@media screen and (max-width: 640px) {
  #top_form h2 img {
      width: 100%;
      margin-left: 0;
  }
  #underform .sell_catch_button {
    width: 90%;
    margin: 0 auto;
}
.sell_catch_button .sp {
    width: 100%!important;
}
#sec1 .inner .div1 .date_txt {
    width: 100%;
  }
}
.submitted-link{
  pointer-events: none;
}

.grecaptcha-badge { visibility: hidden; }

/*# sourceMappingURL=index.css.map */





  /***********************************　ポップアップ　　************************************/

  
  /* モーダルCSSここから */
  .modalArea {
    visibility: hidden; /* displayではなくvisibility */
    opacity : 0;
    position: fixed;
    z-index: 10; /* サイトによってここの数値は調整 */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .4s;
  }
  
  .modalBg {
    width: 100%;
    height: 100%;
    background-color: rgba(30,30,30,0.9);
  }
  
  .modalWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    width: 70%;
    max-width: 500px;
    padding: 10px 30px;
    background-color: #fff;
  }
  
  .closeModal {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    cursor: pointer;
  }
  
  .is-show { /* モーダル表示用クラス */
    visibility: visible;
    opacity : 1;
  }
  /* モーダルCSSここまで */
  

  
  
  
    /***********************************　ポップアップ　　************************************/
  
  
    .purupuru2 {
      animation: purupuru2 0.1s infinite;
  }
  @keyframes purupuru2 {
      0% {
          transform: scale(1, 1);
      }
      50% {
          transform: scale(0.98, 0.95)
      }
  }
  




    /***********************************　インサイトコンパス様 index-4.html　　************************************/
.div3 {
  width: 90%;
  margin: 20px auto 0 auto;
}

.div3 .txt {
  padding: 0 5px;
  background: #fff;
  border-left: 4px solid #f9ed37;
  border-right: 4px solid #f9ed37;
}
  /***********************************　インサイトコンパス様 index-4.html　　************************************/
  
