@charset "UTF-8";
/* メディアクエリー用 */
/* webfont設定 */
/* CLEARFIX */
/* 100vhフィット(主にiOSにて) */
/* ホバー時 */
/* 蛍光マーカーを引いたような線 */
/* 中央配置 */
/* 画像をモノクロにする */
/* ANIMATION
--------------------------------------*/
/* カバー画像をスクロール共にフェードさせる */
/* 点滅アニメーション */
/* ふわっとするアニメーション */
/* 画像をホバーすると大きくなる */
/* SVGアニメーション(文字を書いてるような感じ) */
/* ローディング用アニメーション */
/* 線を引くアニメーション */
/* 画像を徐々に出すアニメーション */
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*フォント
---------------------------------------------*/
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* 
---------------------------------------------*/
html, body {
  font-family: "A1 Gothic R", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.08em;
  width: 100%;
  color: #000000;
}

@media screen and (min-width: 751px) {
  html, body {
    font-size: 12px;
  }
}

@media screen and (max-width: 750px) {
  html, body {
    font-size: 12px;
  }
}

html {
  visibility: hidden;
}

html.wf-active {
  visibility: visible;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

a {
  color: #000000;
  text-decoration: none;
  display: block;
}

@media screen and (min-width: 751px) {
  .pc_none {
    display: none !important;
  }
}

@media screen and (max-width: 750px) {
  .pc_none {
    display: block;
  }
}

@media screen and (min-width: 751px) {
  .sp_none {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .sp_none {
    display: none !important;
  }
}

.toppan {
  font-family: "Toppan Bunkyu MdMin EB", serif;
  font-style: normal;
}

.eloq {
  font-family: "eloquent-jf-pro", serif;
  font-weight: 400;
  font-style: normal;
}

.shuei {
  font-family: "Shuei KakuGo Gin L", sans-serif;
  font-style: normal;
}

.sofia {
  font-family: "sofia-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* wrapper
--------------------------------------*/
.fw10 {
  font-weight: 100;
}

.fw50 {
  font-family: "A1 Gothic M";
}

.fw60 {
  font-family: "A1 Gothic B";
}

.fs10 {
  font-size: 10px;
}

.fs11 {
  font-size: 11px;
}

.fs12 {
  font-size: 12px;
}

.fs13 {
  font-size: 13px;
}

.fs14 {
  font-size: 14px;
}

@media screen and (min-width: 751px) {
  .fs14 {
    font-size: 16px;
  }
}

.fs15 {
  font-size: 15px;
}

.fs16 {
  font-size: 16px;
}

.fs17 {
  font-size: 17px;
}

.fs18 {
  font-size: 18px;
}

.fs21 {
  font-size: 21px;
}

@media screen and (min-width: 751px) {
  .fs21 {
    font-size: 30px;
  }
}

.fs25 {
  font-size: 25px;
}

@media screen and (min-width: 751px) {
  .fs25 {
    font-size: 29px;
  }
}

.fs34 {
  font-size: 34px;
}

@media screen and (max-width: 750px) {
  .fs34 {
    font-size: 29px;
  }
}

.fs38 {
  font-size: 38px;
}

.fs81 {
  font-size: 81px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt74 {
  padding-top: 74px;
}

.pt80 {
  padding-top: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pt110 {
  padding-top: 110px;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt26 {
  margin-top: 26px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt44 {
  margin-top: 44px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt74 {
  margin-top: 74px !important;
}

@media screen and (min-width: 751px) {
  .mt74 {
    margin-top: 143px !important;
  }
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt124 {
  margin-top: 124px !important;
}

.mt130 {
  margin-top: 130px !important;
}

.mt140 {
  margin-top: 140px !important;
}

.mt200 {
  margin-top: 200px !important;
}

.mt315 {
  margin-top: 315px !important;
}

.mr10 {
  margin-right: 10px;
}

.mr27 {
  margin-right: 27px;
}

.mr45 {
  margin-right: 45px;
}

.mr50 {
  margin-right: 50px;
}

.mw120 {
  max-width: 1200px;
  margin: 0 auto;
}

.w34 {
  width: 34%;
}

.w40 {
  width: 40%;
}

@media screen and (min-width: 751px) {
  .w42 {
    width: 42%;
  }
}

.w62 {
  width: 62%;
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w81 {
  width: 81%;
}

.w86 {
  width: 86%;
}

.w89 {
  width: 89%;
}

.w95 {
  width: 95%;
}

.w100 {
  width: 100%;
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bg_green {
  background-color: #75AAA2;
}

.bg_blue {
  background-color: #B6CCF5;
}

.bg_pink {
  background-color: #FCCDDB;
}

a[href=""] {
  pointer-events: none;
}

/* page_main
--------------------------------------*/
#page_top {
  position: fixed;
  right: 0%;
  bottom: 3%;
  width: 13%;
  z-index: 999;
}

@media screen and (min-width: 751px) {
  #page_top {
    width: 5%;
    bottom: 5%;
  }
}

#page_main #main {
  width: 100%;
  height: 750px;
  background-color: #F2F2DF;
  background-image: url(../images/main_back.png);
  background-position: center;
  background-size: 375px;
  background-repeat: repeat;
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 751px) {
  #page_main #main {
    height: 100vh;
    background-size: 700px;
  }
}

#page_main #main .swiper-container_r {
  width: 172px;
  height: 140px;
  position: absolute;
  left: 7%;
}

#page_main #main .swiper-container_l {
  width: 172px;
  height: 140px;
  position: absolute;
  right: 7%;
}

#page_main #main .swiper-container_pr {
  margin-top: 2%;
}

#page_main #main .swiper-container_pl {
  margin-top: 106%;
}

#page_main #main .swiper-container_r .swiper-wrapper, #page_main #main .swiper-container_l .swiper-wrapper, #page_main #main .swiper-container_pr .swiper-wrapper, #page_main #main .swiper-container_pl .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

@media screen and (max-width: 750px) {
  #page_main #main ul li {
    margin-right: 20px;
  }
}

#page_main #main ul li div.q_box {
  width: 148px;
  height: 100px;
  padding: 22px 12px;
  position: relative;
  display: inline-block;
  background: #fff;
  color: #000;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 34px;
}

@media screen and (min-width: 751px) {
  #page_main #main ul li div.q_box {
    width: 172px;
    height: 102px;
    padding: 26px 16px;
  }
}

#page_main #main ul li div.q_box:hover a {
  color: #707070;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#page_main #main ul li div.q_box::before {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 17%;
  border: 6px solid transparent;
  border-top: 13px solid #fff;
  z-index: 2;
}

#page_main #main ul li div.q_box::after {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 17%;
  border: 6px solid transparent;
  border-top: 13px solid #000;
  z-index: 1;
}

#page_main #main ul li div.q_box span {
  position: absolute;
  top: -26%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 751px) {
  #page_main #main ul li div.q_box span {
    font-size: 23px;
    top: -24%;
  }
}

#page_main #main h1.main_img {
  width: 85%;
  z-index: 999;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 751px) {
  #page_main #main h1.main_img {
    width: 52%;
    top: 45%;
  }
}

#page_main #main h2.title {
  width: 23%;
  position: absolute;
  top: 69%;
  right: 5%;
}

@media screen and (min-width: 751px) {
  #page_main #main h2.title {
    width: 20%;
    top: auto;
    bottom: 13%;
    left: 6%;
    z-index: 999;
  }
}

#page_main p.read {
  margin: 0 auto;
  text-align: center;
  line-height: 2.4em;
  width: 74%;
  padding-top: 100px;
}

@media screen and (min-width: 751px) {
  #page_main p.read {
    width: 337px;
  }
}

#page_main ul.menu_icon {
  text-align: center;
  margin: 0 auto;
}

@media screen and (min-width: 751px) {
  #page_main ul.menu_icon {
    width: 540px;
  }
}

#page_main ul.menu_icon.flexbox {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#page_main ul.menu_icon li {
  width: 77px;
  letter-spacing: 0em;
}

@media screen and (min-width: 751px) {
  #page_main ul.menu_icon li {
    width: 100px;
  }
}

#page_main ul.menu_icon li:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#page_main ul.menu_icon li span {
  display: block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media screen and (min-width: 751px) {
  #page_main .main_index {
    width: 1120px;
    margin: 40px auto 0;
  }
}

#page_main .main_index .index_box {
  position: relative;
  padding-top: 80px;
}

@media screen and (min-width: 751px) {
  #page_main .main_index .index_box {
    width: 29.5%;
    margin-right: 50px;
  }
}

#page_main .main_index .index_box:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#page_main .main_index .index_box .index_in {
  width: 100%;
  position: absolute;
  bottom: -38px;
}

#page_main .main_index .index_box .index_in span.index_txt {
  width: 100%;
  padding: 20px 20px 15px;
  display: block;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

#page_main .main_index .index_box .index_in span.index_txt span.index_numbox {
  width: 88px;
  height: 50px;
  position: absolute;
  top: -51px;
  left: -1px;
}

#page_main .main_index .index_box .index_in span.index_txt span.index_num {
  position: absolute;
  top: 1px;
  left: 17px;
}

#page_main .main_index .index_box .index_in span.index_txt .bg_green {
  border: 1px solid;
  border-color: #000 #000 #75AAA2 #000;
}

#page_main .main_index .index_box .index_in span.index_txt .bg_blue {
  border: 1px solid;
  border-color: #000 #000 #B6CCF5 #000;
}

#page_main .main_index .index_box .index_in span.index_txt .bg_pink {
  border: 1px solid;
  border-color: #000 #000 #FCCDDB #000;
}

#page_main .main_index .index_box .index_in span.index_txt span.index_check {
  display: block;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  text-align: center;
  width: 87px;
  height: 21px;
  line-height: 21px;
  border-radius: 10px;
  position: absolute;
  bottom: 15px;
  right: 15px;
}

#page_main .main_index .index_box .index_img {
  padding: 10px;
}

@media screen and (min-width: 751px) {
  #page_main .main_index .index_box:nth-child(1) {
    margin-left: 45px;
  }
}

@media screen and (min-width: 751px) {
  #page_main .main_index .index_box:nth-child(2) {
    margin-right: 45px;
  }
}

@media screen and (min-width: 751px) {
  #page_main .main_index .index_box:nth-child(5) {
    margin-right: 0;
  }
}

@media screen and (min-width: 751px) {
  #page_main .main_index .index_box:nth-child(8) {
    margin-right: 0;
  }
}

#page_main .main_index #q4 .index_img, #page_main .main_index #q10 .index_img {
  padding: 0px;
}

#page_main .main_index #q10 span.index_numbox {
  width: 110px;
}

.main_footer .leeep {
  padding-bottom: 135px;
  background-color: #F4F4F4;
}

@media screen and (min-width: 751px) {
  .main_footer .leeep {
    padding-bottom: 74px;
  }
}

.main_footer .leeep .leeep_box {
  margin: 0 auto;
}

@media screen and (min-width: 751px) {
  .main_footer .leeep .leeep_box {
    width: 70%;
  }
}

.main_footer .leeep span {
  display: block;
}

.main_footer .leeep a {
  display: inline-block;
  text-decoration: underline;
}

.main_footer .leeep a:hover {
  opacity: 0.5;
}

.main_footer .leeep p {
  margin-bottom: 31px;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .main_footer .leeep p {
    margin-bottom: 45px;
  }
}

.main_footer .voice {
  margin: 0 auto;
  text-align: center;
  padding: 50px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 3em;
  border: 1px dashed #000;
}

@media screen and (min-width: 751px) {
  .main_footer .voice {
    width: 800px;
    padding: 50px 170px;
  }
}

.main_footer .voice p.voice_txt_title {
  border-bottom: 1px solid #000;
  display: inline-block;
  margin-bottom: 25px;
}

@media screen and (min-width: 751px) {
  .main_footer .voice p.voice_txt_title {
    font-size: 18px;
  }
}

.main_footer .voice .voice_btn {
  border: 1px solid #000;
  border-radius: 30px;
  height: 58px;
  line-height: 58px;
  font-weight: 600;
  margin: 0 auto;
}

.main_footer .voice .voice_btn:hover {
  background-color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main_footer .voice .voice_btn a:hover {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main_footer .archive {
  background-color: #F4F4F4;
  padding: 70px 0px;
  border-top: 1px solid #cccccc;
}

.main_footer .archive p.archive_title {
  text-align: center;
}

@media screen and (min-width: 751px) {
  .main_footer .archive p.archive_title {
    font-size: 20px;
  }
}

.main_footer .archive .archive_img {
  margin: 0 auto;
}

@media screen and (min-width: 751px) {
  .main_footer .archive .archive_img {
    width: 600px;
  }
}

.main_footer .archive .archive_img:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 751px) {
  #pal_footer {
    min-width: 1060px;
  }
}

#pal_footer .info {
  padding: 80px 10% 50px;
  text-align: center;
  line-height: 130%;
}

#pal_footer .info p {
  font-size: 18px;
  border-bottom: dotted 1px;
  display: inline;
  padding-bottom: 5px;
}

#pal_footer .info .bnr {
  margin: 0 auto 60px;
}

@media screen and (min-width: 751px) {
  #pal_footer .info .bnr {
    max-width: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#pal_footer .info .bnr li {
  margin-top: 30px;
  font-size: 14px;
}

@media screen and (min-width: 751px) {
  #pal_footer .info .bnr li {
    width: 48%;
    font-size: 14px;
  }
}

#pal_footer .info .bnr li img {
  margin-bottom: 5px;
}

#pal_footer .info ul#footer_snsArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}

#pal_footer .info ul#footer_snsArea li {
  width: 30px;
  height: auto;
  margin-right: 22px;
}

#pal_footer .info ul#footer_snsArea li a img {
  width: 100%;
  display: block;
  height: auto;
}

#pal_footer .info .palcloset {
  width: 150px;
  margin: 0 auto 10px;
  padding: 5px;
  display: block;
}

#pal_footer .info .palcloset img {
  width: 100%;
}

#pal_footer .info small {
  font-size: 10px;
  color: #000;
}

/* page共通
--------------------------------------*/
.page {
  overflow: hidden;
}

.page h3.pagebox_title {
  position: relative;
}

@media screen and (max-width: 750px) {
  .page h3.pagebox_title {
    margin: 40px auto 0;
  }
}

@media screen and (max-width: 750px) {
  .page h3.pagebox_title {
    margin: 0 auto;
  }
}

.page h3.pagebox_title .pagebox_titlein {
  position: absolute;
  top: -8px;
  right: 0;
}

@media screen and (max-width: 750px) {
  .page h3.pagebox_title .pagebox_titlein {
    width: 100%;
  }
}

.page h3.pagebox_title .pagebox_titlein span.pagebox_title_txt {
  display: block;
  border: 1px solid #000;
  padding: 15px 20px;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

@media screen and (min-width: 751px) {
  .page h3.pagebox_title .pagebox_titlein span.pagebox_title_txt {
    font-size: 19px;
    padding: 15px 25px 15px 0px;
  }
}

.page h3.pagebox_title .pagebox_titlein span.pagebox_title_txt span.pagebox_title_num {
  width: 24%;
  height: 63px;
  line-height: 61px;
  text-align: right;
  display: block;
  border: 1px solid;
  position: absolute;
  left: calc(-24% - 1px);
  top: -1px;
}

@media screen and (min-width: 751px) {
  .page h3.pagebox_title .pagebox_titlein span.pagebox_title_txt span.pagebox_title_num {
    font-size: 47px;
    width: 80px;
    height: 80px;
    line-height: 76px;
    left: calc(-80px - 1px);
  }
}

@media screen and (max-width: 750px) {
  .page h3.pagebox_title .pagebox_title_img {
    padding: 10px;
  }
}

.page .profile_box {
  margin: 0 auto;
  position: relative;
  background-color: #DDDDDD;
  border: 1px solid #000;
  letter-spacing: 0.01em;
}

@media screen and (min-width: 751px) {
  .page .profile_box {
    width: 100%;
  }
}

.page .profile_box span.prof_deco {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.page .profile_box span.prof_deco img {
  width: auto !important;
  height: 100% !important;
}

.page .profile_box .prof_in {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  position: relative;
}

.page .profile_box .prof_in .prof_img {
  width: calc(40% - 1px);
  padding: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page .profile_box .prof_in .prof_txt {
  width: 60%;
}

.page .profile_box .prof_in .prof_txt .prof_name {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}

@media screen and (min-width: 751px) {
  .page .profile_box .prof_in .prof_txt .prof_name {
    padding: 7px 10px;
  }
}

.page .profile_box .prof_in .prof_txt .prof_name span {
  display: block;
}

.page .profile_box .prof_in .prof_txt .prof_position {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  line-height: 1.3em;
}

@media screen and (min-width: 751px) {
  .page .profile_box .prof_in .prof_txt .prof_position {
    padding: 7px 10px;
  }
}

.page .profile_box .prof_in .prof_txt .prof_position span {
  display: block;
}

.page .profile_box .prof_in .prof_txt .prof_position span.db_in {
  display: inline;
}

.page .profile_box .prof_in .prof_txt .prof_sns {
  border-left: 1px solid #000;
  padding: 15px 0;
}

.page .profile_box .prof_in .prof_txt .prof_sns a {
  width: 77%;
  height: 22px;
  line-height: 21px;
  background-color: #000;
  border-radius: 14px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}

.page .profile_box .prof_in .prof_txt .prof_sns a:hover {
  background-color: #EFEDED;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 751px) {
  .page .page_in_main {
    width: 830px;
    margin: 0 auto;
  }
}

.page .page_in_main .ans_txtL {
  margin: 0 auto;
  line-height: 2.4em;
}

@media screen and (min-width: 751px) {
  .page .page_in_main .ans_txtL .pt15 {
    padding-top: 0px;
  }
}

.page .page_in_main .ans_txtL h4 {
  position: relative;
  line-height: 1em;
}

.page .page_in_main .ans_txtL h4 span.h4_num {
  position: absolute;
  top: 40%;
  left: -16%;
  z-index: -1;
}

@media screen and (min-width: 751px) {
  .page .page_in_main .ans_txtL span.fs38 {
    font-size: 55px;
  }
}

.page .page_in_main .ans_txtR {
  margin: 0 auto;
  line-height: 2.4em;
}

.page .page_in_main .ans_txtR h4 {
  text-align: right;
  position: relative;
  line-height: 1em;
}

.page .page_in_main .ans_txtR h4 span.h4_num {
  position: absolute;
  top: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -17%;
  z-index: -1;
}

@media screen and (min-width: 751px) {
  .page section {
    width: 830px;
    margin: 0 auto;
  }
}

.page section .ans_txtL {
  margin: 0 auto;
  line-height: 2.4em;
}

.page section .ans_txtL h4 {
  position: relative;
  line-height: 1em;
}

.page section .ans_txtL h4 span.h4_num {
  position: absolute;
  top: 40%;
  left: -16%;
  z-index: -1;
}

@media screen and (min-width: 751px) {
  .page section .ans_txtL h4 span.h4_num {
    left: -6%;
  }
}

.page section .ans_txtR {
  margin: 0 auto;
  line-height: 2.4em;
}

.page section .ans_txtR h4 {
  text-align: right;
  position: relative;
  line-height: 1em;
}

.page section .ans_txtR h4 span.h4_num {
  position: absolute;
  top: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -12%;
  z-index: -1;
}

@media screen and (min-width: 751px) {
  .page section .ans_txtR h4 span.h4_num {
    text-align: left;
    right: -7%;
  }
}

.page section .ans_txtC {
  margin: 0 auto;
  text-align: center;
}

.page section .ans_txtC h4 {
  position: relative;
  line-height: 1em;
}

.page section .ans_txtC h4 span.h4_num {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -17%;
  z-index: -1;
}

.page section .purple {
  color: #CEBAF4;
}

.page section .r_green {
  color: #DAED72;
}

.page section .r_blue {
  color: #A4ECEF;
}

.page section ul.credit li.creditin {
  padding-bottom: 10px;
  font-family: "Shuei KakuGo Gin L";
}

.page section ul.credit li.creditin a {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page section ul.credit li.creditin a:hover span.credit_check {
  color: #000;
  background-color: #DDDDDD;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page section ul.credit li.creditin span.credit_check {
  display: block;
  width: 64px;
  height: 18px;
  line-height: 17px;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 13px;
  font-family: "sofia-pro", sans-serif;
  letter-spacing: 0.02em;
}

.page section ul.credit li.creditin span.credit_soon {
  font-family: "sofia-pro", sans-serif;
  letter-spacing: 0.02em;
  width: 86px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 13px;
  text-align: center;
  line-height: 13px;
}

.page section ul.credit li.creditin span.credit_txt {
  display: block;
  width: calc(100% - 90px);
}

.page section .credit_tab {
  margin: 0 auto;
}

.page section .credit_tab .tabMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.page section .credit_tab .tabMenu li {
  width: 24%;
  padding: 2px;
  background: #fff;
  border: 1px solid;
  border-color: #000 #000 #fff #000;
  border-radius: 6px 6px 0 0;
  text-align: center;
  cursor: pointer;
  margin-right: 2px;
}

.page section .credit_tab .tabMenu li.active {
  background: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  z-index: 1;
}

.page section .credit_tab .tabMenu li.active p {
  position: relative;
  z-index: 1;
}

.page section .credit_tab .tabMenu li.active p::after {
  content: "";
  display: block;
  width: 50px;
  height: 10px;
  background-color: #F2CC76;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.page section .credit_tab .tabContent {
  display: none;
  padding: 20px;
  border: 1px solid #000;
  margin-top: -1.5px;
  position: relative;
  z-index: 0;
}

.page section .credit_tab .tabContent.active {
  display: block;
  background-color: #fff;
}

.page section .moreitem_btn {
  height: 63px;
  line-height: 63px;
  text-align: center;
  border: 1px solid #000;
  margin: 0 auto;
}

@media screen and (min-width: 751px) {
  .page section .moreitem_btn {
    font-size: 14px;
    width: 47%;
    height: 70px;
    line-height: 70px;
  }
}

.page section .moreitem_btn:hover a {
  background-color: #000;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

video {
  display: block;
  width: 100%;
}

/* page共通_footer
--------------------------------------*/
#page_footer {
  background-color: #EFEDED;
  padding: 104px 0;
}

@media screen and (min-width: 751px) {
  #page_footer {
    margin-top: 150px !important;
  }
}

#page_footer p {
  text-align: center;
}

@media screen and (min-width: 751px) {
  #page_footer p {
    font-size: 20px;
  }
}

@media screen and (min-width: 751px) {
  #page_footer ul.footer_q {
    width: 910px;
    margin: 0 auto;
  }
}

#page_footer ul.footer_q a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#page_footer ul.footer_q li div.footer_qbox_g, #page_footer ul.footer_q li div.footer_qbox_b, #page_footer ul.footer_q li div.footer_qbox_p {
  width: 104px;
  height: auto;
  padding: 22px 13px 12px;
  position: relative;
  display: inline-block;
  color: #000;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 34px;
}

@media screen and (min-width: 751px) {
  #page_footer ul.footer_q li div.footer_qbox_g, #page_footer ul.footer_q li div.footer_qbox_b, #page_footer ul.footer_q li div.footer_qbox_p {
    font-size: 14px;
    width: 172px;
    height: 103px;
  }
}

#page_footer ul.footer_q li div.footer_qbox_g::before, #page_footer ul.footer_q li div.footer_qbox_b::before, #page_footer ul.footer_q li div.footer_qbox_p::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 17%;
  border: 4px solid transparent;
  border-top: 13px solid #fff;
  z-index: 2;
}

#page_footer ul.footer_q li div.footer_qbox_g::after, #page_footer ul.footer_q li div.footer_qbox_b::after, #page_footer ul.footer_q li div.footer_qbox_p::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 17%;
  border: 4px solid transparent;
  border-top: 13px solid #000;
  z-index: 1;
}

#page_footer ul.footer_q li div.footer_qbox_g span, #page_footer ul.footer_q li div.footer_qbox_b span, #page_footer ul.footer_q li div.footer_qbox_p span {
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 751px) {
  #page_footer ul.footer_q li div.footer_qbox_g span, #page_footer ul.footer_q li div.footer_qbox_b span, #page_footer ul.footer_q li div.footer_qbox_p span {
    position: absolute;
    top: -29px;
  }
}

#page_footer ul.footer_q li div.footer_qbox_g {
  background-color: #75AAA2;
}

#page_footer ul.footer_q li div.footer_qbox_g::before {
  content: "";
  border-top: 13px solid #75AAA2;
}

#page_footer ul.footer_q li div.footer_qbox_b {
  background-color: #B6CCF5;
}

#page_footer ul.footer_q li div.footer_qbox_b::before {
  content: "";
  border-top: 13px solid #B6CCF5;
}

#page_footer ul.footer_q li div.footer_qbox_p {
  background-color: #FCCDDB;
}

#page_footer ul.footer_q li div.footer_qbox_p::before {
  content: "";
  border-top: 13px solid #FCCDDB;
}

@media screen and (min-width: 751px) {
  #page_footer ul.footer_q li:nth-child(3), #page_footer ul.footer_q li:nth-child(6) {
    margin-right: 10px;
  }
}

#page_footer .footer_back {
  height: 58px;
  line-height: 58px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  margin: 0 auto;
}

@media screen and (min-width: 751px) {
  #page_footer .footer_back {
    font-size: 14px;
    width: 365px;
    margin: 0 auto;
  }
}

#page_footer .footer_back:hover a {
  background-color: #000;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 751px) {
  #page_footer .mt100 {
    margin-top: 90px !important;
  }
}

/* page_01
--------------------------------------*/
@media screen and (min-width: 751px) {
  #page_01 .page_in_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 40px;
  }
}

@media screen and (min-width: 751px) {
  #page_01 .main_right {
    width: 43%;
  }
}

@media screen and (min-width: 751px) {
  #page_01 .main_right .ans_txtR {
    width: 100%;
  }
}

@media screen and (min-width: 751px) {
  #page_01 .main_right .ans_txtR h4 {
    text-align: left;
  }
}

@media screen and (min-width: 751px) {
  #page_01 h3.page_01_title {
    width: 47%;
  }
}

@media screen and (min-width: 751px) {
  #page_01 h3.page_01_title .pagebox_titlein {
    width: 108%;
    right: -16%;
    top: -40px;
  }
}

@media screen and (min-width: 751px) {
  #page_01 section {
    overflow: hidden;
  }
}

@media screen and (max-width: 750px) {
  #page_01 .main_right {
    margin: 0 auto;
  }
}

@media screen and (min-width: 751px) {
  #page_01 .ans_txtL {
    width: 100%;
  }
}

#page_01 .ans_txtL span {
  line-height: 1em;
}

#page_01 p.recipe_title {
  text-align: center;
}

#page_01 .recipe_slide {
  position: relative;
}

@media screen and (max-width: 750px) {
  #page_01 .recipe_slide {
    padding: 0px 13%;
  }
}

#page_01 .recipe_slide .swiper_slide3_1, #page_01 .recipe_slide .swiper_slode3_2 {
  position: relative;
}

#page_01 .recipe_slide .swiper-controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#page_01 .recipe_slide .swiper-pagination-bullet {
  background-color: #707070;
}

#page_01 .recipe_slide .swiper-pagination3_1, #page_01 .recipe_slide .swiper_pagination3_2 {
  margin-right: auto;
}

#page_01 .recipe_slide .swiper-horizontal > .swiper-pagination-bullets,
#page_01 .recipe_slide .swiper-pagination-bullets.swiper-pagination-horizontal,
#page_01 .recipe_slide .swiper-pagination-custom,
#page_01 .recipe_slide .swiper-pagination-fraction {
  position: absolute;
  left: 45%;
  bottom: -35px;
}

#page_01 .recipe_slide .swiper_slide3 {
  overflow: visible;
}

#page_01 .recipe_slide .swiper-slide {
  width: 83%;
}

@media screen and (min-width: 751px) {
  #page_01 .recipe_slide .swiper-slide {
    width: 35%;
    margin: 5px;
  }
}

#page_01 .recipe_slide .swiper-button-prev,
#page_01 .recipe_slide .swiper-button-next {
  height: 12px;
  width: 12px;
  cursor: pointer;
}

#page_01 .recipe_slide .swiper-button-prev:after,
#page_01 .recipe_slide .swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 12px;
  margin: auto;
  width: 12px;
}

#page_01 .recipe_slide .swiper-button-prev {
  left: 25%;
  bottom: -35px;
  top: auto;
}

#page_01 .recipe_slide .swiper-button-next {
  right: 30%;
  bottom: -35px;
  top: auto;
}

#page_01 .recipe_slide .swiper-button-prev:after {
  background-image: url(../images/page01/arrow_prev.png);
}

#page_01 .recipe_slide .swiper-button-next:after {
  background-image: url(../images/page01/arrow_next.png);
}

#page_01 .recipe_slide .swiper-slide img {
  height: auto;
  width: 100%;
}

#page_01 .recipe_box {
  padding: 25px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}

#page_01 .recipe_box span.recipe_time {
  display: block;
  text-align: center;
  width: 62px;
  height: 64px;
  line-height: 23px;
  background-color: #000;
  color: #fff;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: -5px;
  right: 8px;
}

#page_01 .recipe_box span.recipe_time span.recipe_num {
  display: block;
}

#page_01 .recipe_box .hg40 {
  height: 40px;
}

#page_01 .recipe_box .hg60 {
  height: 60px;
}

#page_01 .recipe_box .recipe_btn a {
  width: 100%;
  font-size: 11px;
  height: 30px;
  line-height: 30px;
  border-radius: 50px;
  background-color: #75AAA2;
  color: #fff;
  text-align: center;
}

#page_01 .recipe_box .recipe_btn a:nth-child(1) {
  margin-bottom: 10px;
}

#page_01 .recipe_box .recipe_btn a:hover {
  background-color: #a2cdc6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#page_01 .recipe_box .mt26 {
  margin-top: 30px !important;
}

/* page_02
--------------------------------------*/
@media screen and (min-width: 751px) {
  #page_02 .page_in_main {
    margin: 90px auto 0px;
  }
}

@media screen and (min-width: 751px) {
  #page_02 h3.pagebox_title {
    width: 100%;
  }
}

@media screen and (min-width: 751px) {
  #page_02 h3.page_02_title .pagebox_titlein {
    z-index: 999;
    top: -40px;
    left: -4%;
    right: auto;
  }
}

@media screen and (min-width: 751px) {
  #page_02 section {
    width: 915px;
  }
}

@media screen and (min-width: 751px) {
  #page_02 section .flexbox {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 751px) {
  #page_02 section .flexbox:nth-child(3), #page_02 section .flexbox:nth-child(4) {
    margin-top: -100px;
  }
}

#page_02 .q02_ans {
  text-align: center;
}

#page_02 .q02_ans h4 {
  line-height: 1em;
}

@media screen and (min-width: 751px) {
  #page_02 .q02_ans h4 {
    margin-top: 120px !important;
  }
}

@media screen and (min-width: 751px) {
  #page_02 .q02_ans h4 span {
    font-size: 57px;
  }
}

@media screen and (min-width: 751px) {
  #page_02 .q02_itembox {
    width: 44%;
    margin-top: 150px !important;
  }
}

@media screen and (min-width: 751px) {
  #page_02 .q02_itembox:nth-child(1) {
    margin-top: 75px !important;
  }
}

@media screen and (min-width: 751px) {
  #page_02 .q02_itembox:nth-child(2) {
    margin-top: 264px !important;
  }
}

#page_02 .q02_itembox a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#page_02 .q02_itembox .item_noteL, #page_02 .q02_itembox .item_noteR {
  position: relative;
}

#page_02 .q02_itembox .note {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, #ffff), color-stop(50%, #ffff)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(97%, rgba(0, 0, 0, 0)), color-stop(97%, #A5B5F4), to(#A5B5F4));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #ffff 50%, #ffff 50%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 97%, #A5B5F4 97%, #A5B5F4 100%);
  background-size: 2px 100%, 100% 2.8em;
  line-height: 2.8em;
}

@media screen and (max-width: 750px) {
  #page_02 .q02_itembox .note {
    padding-bottom: 5px;
  }
}

#page_02 .q02_itembox .note p {
  position: relative;
  z-index: 999;
}

#page_02 .q02_itembox .note p.note_link {
  font-style: italic;
  letter-spacing: 0.02em;
}

#page_02 .q02_itembox .note p.note_link a {
  color: #43B2ED;
  display: inline-block;
  text-decoration: underline;
}

#page_02 .q02_itembox .note p.note_link span {
  font-style: normal;
}

#page_02 .q02_itembox .note p.ta_r {
  text-align: right;
}

#page_02 .q02_itembox .note p.ta_l {
  text-align: left;
}

#page_02 .q02_itembox .item_noteL {
  margin: 0 0 0 auto;
}

@media screen and (min-width: 751px) {
  #page_02 .q02_itembox .item_noteL {
    width: 84%;
  }
}

#page_02 .q02_itembox .item_noteL span.note_num {
  position: absolute;
  top: -61px;
  left: -16%;
  z-index: 0;
}

@media screen and (min-width: 751px) {
  #page_02 .q02_itembox .item_noteL span.note_num {
    left: -18%;
  }
}

#page_02 .q02_itembox .item_noteL p {
  padding-right: 11%;
}

@media screen and (min-width: 751px) {
  #page_02 .q02_itembox .item_noteL p {
    padding-right: 13%;
  }
}

#page_02 .q02_itembox .item_noteR {
  margin: 0 auto 0 0;
}

@media screen and (min-width: 751px) {
  #page_02 .q02_itembox .item_noteR {
    width: 84%;
    margin: 0 0 0 auto;
  }
}

#page_02 .q02_itembox .item_noteR span.note_num {
  position: absolute;
  top: -71px;
  right: -13%;
  z-index: 0;
}

@media screen and (min-width: 751px) {
  #page_02 .q02_itembox .item_noteR span.note_num {
    right: 0%;
  }
}

#page_02 .q02_itembox .item_noteR p {
  padding-Left: 11%;
}

@media screen and (min-width: 751px) {
  #page_02 .q02_itembox .item_noteR p {
    padding-left: 13%;
  }
}

#page_02 .q02_itembox .q02_img1, #page_02 .q02_itembox .q02_img2, #page_02 .q02_itembox .q02_img3, #page_02 .q02_itembox .q02_img4, #page_02 .q02_itembox .q02_img5, #page_02 .q02_itembox .q02_img6, #page_02 .q02_itembox .q02_img7 {
  margin: 0 auto;
}

@media screen and (min-width: 751px) {
  #page_02 .q02_itembox .q02_img1, #page_02 .q02_itembox .q02_img3, #page_02 .q02_itembox .q02_img5, #page_02 .q02_itembox .q02_img7 {
    margin: 0 auto 0 0;
    width: 84%;
  }
}

@media screen and (min-width: 751px) {
  #page_02 .q02_itembox .q02_img2, #page_02 .q02_itembox .q02_img4, #page_02 .q02_itembox .q02_img6 {
    margin: 0 auto 0 7%;
    width: 84%;
  }
}

#page_02 .q02_itembox .credit {
  margin: 0 auto;
}

/* page_03
--------------------------------------*/
@media screen and (min-width: 751px) {
  #page_03 .page_in_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 40px;
  }
}

@media screen and (min-width: 751px) {
  #page_03 .page_in_main .main_right {
    width: 43%;
  }
}

@media screen and (min-width: 751px) {
  #page_03 .page_in_main .main_right .ans_txtR {
    width: 100%;
  }
}

@media screen and (min-width: 751px) {
  #page_03 .page_in_main .main_right .ans_txtR h4 {
    text-align: left;
  }
}

@media screen and (min-width: 751px) {
  #page_03 .page_in_main h3.page_03_title {
    width: 47%;
  }
}

@media screen and (min-width: 751px) {
  #page_03 .page_in_main h3.page_03_title .pagebox_titlein {
    width: 130%;
    left: -15%;
    top: -8px;
  }
}

@media screen and (min-width: 751px) {
  #page_03 section {
    width: 709px;
  }
}

#page_03 p.a09_sche {
  margin: 0 auto;
}

@media screen and (min-width: 751px) {
  #page_03 p.a09_sche {
    margin: 140px auto 0 !important;
  }
}

#page_03 .a09_schedulebox {
  background-color: #F0F0F0;
}

#page_03 .a09_schedulebox .sche_line {
  background-size: 1px 6px;
  background-image: linear-gradient(to bottom, #707070 4px, transparent 4px);
  background-repeat: repeat-y;
  margin-left: 20%;
}

#page_03 .a09_schedulebox .sche_line ul {
  margin-left: -25%;
  padding-bottom: 20px;
}

#page_03 .a09_schedulebox .sche_line ul li {
  padding-bottom: 5px;
}

#page_03 .a09_schedulebox .sche_line ul li p.sche_time {
  width: 20%;
  text-align: right;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#page_03 .a09_schedulebox .sche_line ul li p.sche_txt {
  width: 80%;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 751px) {
  #page_03 .a09_schedulebox .sche_line ul li p.sche_txt {
    padding-right: 20%;
  }
}

#page_03 .a09_schedulebox .sche_line ul li p.sche_txt span.sche_com {
  background-color: #fff;
  display: block;
  border: 1px solid #000;
  padding: 10px;
  margin: 15px 0 20px;
  position: relative;
}

#page_03 .a09_schedulebox .sche_line ul li p.sche_txt span.sche_com::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 5%;
  border: 7px solid transparent;
  border-bottom: 13px solid #fff;
  z-index: 2;
}

#page_03 .a09_schedulebox .sche_line ul li p.sche_txt span.sche_com::after {
  content: "";
  position: absolute;
  top: -20px;
  left: 5%;
  border: 7px solid transparent;
  border-bottom: 13px solid #000;
  z-index: 1;
}

#page_03 .a09_schedulebox .sche_line ul li p.sche_txt span.sche_com.img_com {
  margin-top: 4px;
}

#page_03 .a09_schedulebox .sche_line ul li p.sche_txt span.sche_img {
  display: block;
  padding-top: 8px;
  width: calc(81% + 20px);
}

#page_03 .a09_schedulebox .sche_line ul div.sche_txt {
  width: 80%;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#page_03 .a09_schedulebox .sche_line ul div.sche_txt div.sche_img {
  padding-top: 8px;
  width: calc(81% + 20px);
}

@media screen and (min-width: 751px) {
  #page_03 .a09_schedulebox .sche_line ul div.sche_txt div.sche_img {
    width: calc(61% + 20px);
  }
}

@media screen and (min-width: 751px) {
  #page_03 .recommend_service {
    margin-top: 180px !important;
  }
}

#page_03 .recommend_service p.reco_title {
  text-align: center;
  margin: 0 auto;
}

#page_03 .recommend_service ul.app_list {
  width: 92%;
  margin: 0 0 0 auto;
}

@media screen and (min-width: 751px) {
  #page_03 .recommend_service ul.app_list {
    width: 82%;
    margin: 0 auto;
  }
}

#page_03 .recommend_service ul.app_list p.list_title {
  color: #307067;
  border-bottom: 1px solid #307067;
  padding-bottom: 5px;
}

#page_03 .recommend_service ul.app_list li {
  width: 90%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#page_03 .recommend_service ul.app_list li .app_img {
  width: 30%;
}

@media screen and (min-width: 751px) {
  #page_03 .recommend_service ul.app_list li .app_img {
    width: 25%;
  }
}

#page_03 .recommend_service ul.app_list li p.app_txt {
  width: 65%;
}

#page_03 .recommend_service ul.app_list li p.app_txt span {
  display: block;
  padding-bottom: 5px;
}

#page_03 .recommend_service ul.other_list {
  width: 92%;
  margin: 0 0 0 auto;
}

#page_03 .recommend_service ul.other_list p.list_title {
  color: #307067;
  border-bottom: 1px solid #307067;
  padding-bottom: 5px;
}

#page_03 .recommend_service ul.other_list li {
  width: 90%;
  padding: 0 10px;
}

#page_03 .recommend_service ul.other_list li p.other_txt {
  width: 100%;
}

#page_03 .recommend_service ul.other_list li p.other_txt span {
  display: block;
  padding-bottom: 5px;
}

/* page_04
--------------------------------------*/
@media screen and (min-width: 751px) {
  #page_04 .page_in_main {
    margin: 90px auto 0px;
  }
}

@media screen and (min-width: 751px) {
  #page_04 h3.pagebox_title {
    width: 100%;
  }
}

@media screen and (min-width: 751px) {
  #page_04 h3.page_04_title .pagebox_titlein {
    z-index: 999;
    top: -40px;
    left: -4%;
    right: auto;
  }
}

@media screen and (min-width: 751px) {
  #page_04 section .ans_txtL, #page_04 section .ans_txtR {
    width: 88%;
    margin-top: 140px !important;
  }
}

@media screen and (min-width: 751px) {
  #page_04 section .flexbox {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 751px) {
  #page_04 section .q04_flex {
    margin-top: 50px;
  }
}

@media screen and (max-width: 750px) {
  #page_04 section .q04_img1, #page_04 section .q04_img2, #page_04 section .q04_img3 {
    margin-top: -46px;
    z-index: -1;
    position: relative;
  }
}

@media screen and (min-width: 751px) {
  #page_04 section .q04_img1, #page_04 section .q04_img2, #page_04 section .q04_img3 {
    width: 56%;
  }
}

@media screen and (min-width: 751px) {
  #page_04 section .q04_img2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (min-width: 751px) {
  #page_04 section .q04_img_right, #page_04 section .q04_img2_right {
    width: 37%;
  }
}

@media screen and (min-width: 751px) {
  #page_04 section .q04_img2_right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

#page_04 section .q04_cre {
  margin: 0 auto;
}

@media screen and (min-width: 751px) {
  #page_04 section .q04_cre {
    width: 100%;
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 751px) {
  #page_04 section .credit_tab {
    width: 100%;
    margin-top: 0 !important;
  }
}

/* page_05
--------------------------------------*/
@media screen and (min-width: 751px) {
  #page_05 .page_in_main {
    margin: 90px auto 0px;
  }
}

@media screen and (min-width: 751px) {
  #page_05 h3.pagebox_title {
    width: 100%;
  }
}

@media screen and (min-width: 751px) {
  #page_05 h3.page_05_title .pagebox_titlein {
    z-index: 999;
    top: -40px;
    left: -4%;
    right: auto;
  }
}

@media screen and (min-width: 751px) {
  #page_05 section {
    width: 830px;
  }
}

@media screen and (min-width: 751px) {
  #page_05 section .ans_txtL {
    width: 88%;
    margin-top: 140px !important;
  }
}

@media screen and (min-width: 751px) {
  #page_05 section .ans_txtR {
    width: 88%;
    margin-top: 180px !important;
  }
}

@media screen and (min-width: 751px) {
  #page_05 section .q05_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#page_05 section .q05_img1 {
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 751px) {
  #page_05 section .q05_img1 {
    width: 53%;
    margin-top: 50px !important;
    padding-bottom: 40px;
    overflow: hidden;
  }
}

#page_05 section .q05_img1 .swiper_slide1_1 {
  overflow: visible;
  margin: 0 auto;
}

#page_05 section .q05_img1 .swiper-controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#page_05 section .q05_img1 .swiper-pagination1_1 {
  margin-right: auto;
}

#page_05 section .q05_img1 .swiper-pagination-bullet {
  background-color: #000;
}

#page_05 section .q05_img1 .swiper-horizontal > .swiper-pagination-bullets,
#page_05 section .q05_img1 .swiper-pagination-bullets.swiper-pagination-horizontal,
#page_05 section .q05_img1 .swiper-pagination-custom,
#page_05 section .q05_img1 .swiper-pagination-fraction {
  position: absolute;
  bottom: -30px;
  left: 45%;
}

@media screen and (min-width: 751px) {
  #page_05 section .q05_img1 .swiper-horizontal > .swiper-pagination-bullets,
  #page_05 section .q05_img1 .swiper-pagination-bullets.swiper-pagination-horizontal,
  #page_05 section .q05_img1 .swiper-pagination-custom,
  #page_05 section .q05_img1 .swiper-pagination-fraction {
    bottom: 0px;
  }
}

#page_05 section .q05_img2 {
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 751px) {
  #page_05 section .q05_img2 {
    width: 53%;
    margin-top: 50px !important;
    padding-bottom: 40px;
    overflow: hidden;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

#page_05 section .q05_img2 .swiper_slide1_2 {
  overflow: visible;
  margin: 0 auto;
}

#page_05 section .q05_img2 .swiper-controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#page_05 section .q05_img2 .swiper-pagination1_2 {
  margin-right: auto;
}

#page_05 section .q05_img2 .swiper-pagination-bullet {
  background-color: #000;
}

#page_05 section .q05_img2 .swiper-horizontal > .swiper-pagination-bullets,
#page_05 section .q05_img2 .swiper-pagination-bullets.swiper-pagination-horizontal,
#page_05 section .q05_img2 .swiper-pagination-custom,
#page_05 section .q05_img2 .swiper-pagination-fraction {
  position: absolute;
  bottom: -30px;
  left: 45%;
}

@media screen and (min-width: 751px) {
  #page_05 section .q05_img2 .swiper-horizontal > .swiper-pagination-bullets,
  #page_05 section .q05_img2 .swiper-pagination-bullets.swiper-pagination-horizontal,
  #page_05 section .q05_img2 .swiper-pagination-custom,
  #page_05 section .q05_img2 .swiper-pagination-fraction {
    bottom: 0px;
  }
}

@media screen and (min-width: 751px) {
  #page_05 section .q05_img_right, #page_05 section .q05_img2_right {
    width: 37%;
  }
}

@media screen and (min-width: 751px) {
  #page_05 section .q05_img2_right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

#page_05 section .q05_cre {
  margin: 0 auto;
}

@media screen and (min-width: 751px) {
  #page_05 section .q05_cre {
    width: 100%;
  }
}

/* page_06
--------------------------------------*/
@media screen and (min-width: 751px) {
  #page_06 .page_in_main {
    margin: 90px auto 0px;
  }
}

@media screen and (min-width: 751px) {
  #page_06 h3.pagebox_title {
    width: 100%;
  }
}

@media screen and (min-width: 751px) {
  #page_06 h3.page_06_title .pagebox_titlein {
    z-index: 999;
    top: -40px;
    left: -4%;
    right: auto;
  }
}

@media screen and (min-width: 751px) {
  #page_06 section {
    width: 830px;
  }
}

@media screen and (min-width: 751px) {
  #page_06 section .ans_txtL {
    width: 88%;
    margin-top: 140px !important;
  }
}

@media screen and (min-width: 751px) {
  #page_06 section .ans_txtR {
    width: 88%;
    margin-top: 140px !important;
  }
}

@media screen and (min-width: 751px) {
  #page_06 section .flexbox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#page_06 section .q06_img1, #page_06 section .q06_img7 {
  margin: 5px auto 0;
}

@media screen and (min-width: 751px) {
  #page_06 section .q06_img1, #page_06 section .q06_img7 {
    width: 54%;
    margin-right: 6%;
  }
}

@media screen and (min-width: 751px) {
  #page_06 section .q06_img_right, #page_06 section .q06_img_right_ {
    width: 40%;
  }
}

@media screen and (min-width: 751px) {
  #page_06 section .q06_img_right .q06_img2, #page_06 section .q06_img_right .q06_img5, #page_06 section .q06_img_right .q06_img8, #page_06 section .q06_img_right_ .q06_img2, #page_06 section .q06_img_right_ .q06_img5, #page_06 section .q06_img_right_ .q06_img8 {
    padding: 0px 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 0 !important;
  }
}

#page_06 section .q06_img2, #page_06 section .q06_img5, #page_06 section .q06_img8 {
  position: relative;
}

#page_06 section .q06_img2 span.line, #page_06 section .q06_img5 span.line, #page_06 section .q06_img8 span.line {
  display: block;
  width: 1px;
  height: 82px;
  background-color: #707070;
  position: absolute;
  top: -41px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#page_06 section .q06_img3, #page_06 section .q06_img4, #page_06 section .q06_img7 {
  margin: 0 auto;
}

@media screen and (min-width: 751px) {
  #page_06 section .q06_img3, #page_06 section .q06_img6, #page_06 section .q06_img9 {
    width: 47%;
    margin-right: 6%;
    margin-top: 0 !important;
  }
}

#page_06 section .q06_img4 {
  margin: 5px auto 0;
}

@media screen and (min-width: 751px) {
  #page_06 section .q06_img4 {
    width: 54%;
    margin-left: 6%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (min-width: 751px) {
  #page_06 section .q06_cre_right, #page_06 section .q06_cre_right_ {
    width: 37%;
  }
}

@media screen and (min-width: 751px) {
  #page_06 section .q06_cre_right_ {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (min-width: 751px) {
  #page_06 section .credit_tab {
    width: 100%;
  }
}

@media screen and (min-width: 751px) {
  #page_06 section .profile_box {
    width: 99%;
  }
}

@media screen and (min-width: 751px) {
  #page_06 section .q06_flex115 {
    margin-top: 115px;
  }
}

@media screen and (min-width: 751px) {
  #page_06 section .q06_flex42 {
    margin-top: 42px;
  }
}

/* page_07
--------------------------------------*/
@media screen and (min-width: 751px) {
  #page_07 .page_in_main {
    margin: 90px auto 0px;
  }
}

@media screen and (min-width: 751px) {
  #page_07 h3.pagebox_title {
    width: 100%;
  }
}

@media screen and (min-width: 751px) {
  #page_07 h3.page_07_title .pagebox_titlein {
    z-index: 999;
    top: -40px;
    left: -4%;
    right: auto;
  }
}

@media screen and (min-width: 751px) {
  #page_07 h3.page_07_title .pagebox_titlein span.pagebox_title_txt {
    border-color: #000 #000 #000 #B6CCF5;
  }
}

#page_07 h3.page_07_title .pagebox_titlein span.pagebox_title_txt span.pagebox_title_num {
  border-color: #000 #B6CCF5 #000 #000;
}

@media screen and (min-width: 751px) {
  #page_07 h3.page_07_title .pagebox_titlein span.pagebox_title_txt span.pagebox_title_num {
    width: 102px;
    text-align: center;
    border-color: #000 #000 #000 #000;
    z-index: -1;
    left: calc(-102px - 1px);
  }
}

@media screen and (min-width: 751px) {
  #page_07 section .ans_txtL {
    width: 88%;
    margin-top: 140px !important;
  }
}

@media screen and (min-width: 751px) {
  #page_07 section .ans_txtR {
    width: 88%;
    margin-top: 140px !important;
    text-align: right;
  }
}

@media screen and (min-width: 751px) {
  #page_07 section .flexbox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

#page_07 section ul.credit {
  margin: 0 auto;
}

@media screen and (min-width: 751px) {
  #page_07 section ul.credit {
    width: 100%;
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 751px) {
  #page_07 section .q07_flex {
    margin-top: 130px;
  }
}

@media screen and (min-width: 751px) {
  #page_07 section .q07_img1, #page_07 section .q07_img5, #page_07 section .q07_img9 {
    width: 52%;
    margin: 50px auto 0 auto !important;
  }
}

#page_07 section .q07_img2 {
  margin: 140px 0 0 auto;
}

@media screen and (min-width: 751px) {
  #page_07 section .q07_img2 {
    width: 39%;
    margin: 155px 18% 0 auto;
  }
}

@media screen and (min-width: 751px) {
  #page_07 section .q07_img3 {
    width: 32%;
    margin: 40px auto 0 22% !important;
  }
}

@media screen and (min-width: 751px) {
  #page_07 section .q07_img4, #page_07 section .q07_img8, #page_07 section .q07_img12 {
    width: 47%;
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 751px) {
  #page_07 section .q07_img_right {
    width: 39%;
  }
}

@media screen and (max-width: 750px) {
  #page_07 section .q07_img4, #page_07 section .q07_img8, #page_07 section .q07_img12 {
    margin: 0 auto;
  }
}

#page_07 section .q07_img6 {
  margin: 116px 0 0 auto;
}

@media screen and (min-width: 751px) {
  #page_07 section .q07_img6 {
    width: 39%;
    margin: 155px 18% 0 auto;
  }
}

#page_07 section .q07_img7 {
  margin: 15px 0 0 auto;
}

@media screen and (min-width: 751px) {
  #page_07 section .q07_img7 {
    width: 32%;
    margin: 20px 18% 0 auto !important;
  }
}

#page_07 section .q07_img10 {
  margin: 116px 0 0 auto;
}

@media screen and (min-width: 751px) {
  #page_07 section .q07_img10 {
    width: 39%;
    margin: 155px 18% 0 auto;
  }
}

#page_07 section .q07_img11 {
  margin: -50px auto 0 20px;
  position: relative;
  z-index: -1;
}

@media screen and (min-width: 751px) {
  #page_07 section .q07_img11 {
    width: 32%;
    margin: -50px auto 0 33% !important;
  }
}

/* page_08
--------------------------------------*/
@media screen and (min-width: 751px) {
  #page_08 .page_in_main {
    margin: 90px auto 0px;
  }
}

@media screen and (min-width: 751px) {
  #page_08 h3.pagebox_title {
    width: 100%;
  }
}

@media screen and (min-width: 751px) {
  #page_08 h3.page_08_title .pagebox_titlein {
    z-index: 999;
    top: -40px;
    left: -4%;
    right: auto;
  }
}

@media screen and (min-width: 751px) {
  #page_08 section {
    width: 100%;
  }
}

@media screen and (min-width: 751px) {
  #page_08 section .q08_w {
    width: 830px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 751px) {
  #page_08 section .ans_txtL {
    width: 88%;
    margin-top: 140px !important;
  }
}

@media screen and (min-width: 751px) {
  #page_08 section .ans_txtR {
    width: 88%;
    margin-top: 140px !important;
  }
}

@media screen and (min-width: 751px) {
  #page_08 section .q08_flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 60px;
  }
}

@media screen and (min-width: 751px) {
  #page_08 section .q08_flex_to {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 751px) {
  #page_08 section .q08_img1, #page_08 section .q08_img2, #page_08 section .q08_img3 {
    width: 47%;
    margin-right: 6%;
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 751px) {
  #page_08 section .credit_tab, #page_08 section .q08_cre {
    width: 39%;
    margin: 0 !important;
  }
}

#page_08 section .topics_box {
  margin: 0 auto;
  border: 8px solid;
  padding: 30px 40px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 751px) {
  #page_08 section .topics_box {
    width: 76%;
    padding: 48px;
  }
}

@media screen and (min-width: 751px) {
  #page_08 section .topics_box .topics_img {
    width: 46%;
    margin-top: 0 !important;
    padding-right: 5%;
  }
}

@media screen and (min-width: 751px) {
  #page_08 section .topics_box .topics_txt {
    width: 49%;
  }
}

#page_08 section .topics_box .topics_title {
  text-align: center;
}

#page_08 section .topics_box .topics_title span {
  display: block;
  width: 39px;
  height: 39px;
  line-height: 39px;
  border: 1px solid #000;
  border-radius: 50%;
  margin: 0 auto;
}

#page_08 section .topics_btn {
  height: 27px;
  line-height: 27px;
  border-radius: 14px;
  text-align: center;
  border: 1px solid #000;
  margin: 0 auto;
}

#page_08 section .topics_box01 {
  border-color: #CEBAF4;
}

#page_08 section .topics_box01 .topics_btn {
  background-color: #CEBAF4;
}

#page_08 section .topics_box01 .topics_btn:hover {
  border: 1px solid #CEBAF4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#page_08 section .topics_box01 .topics_btn:hover a {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#page_08 section .topics_box02 {
  border-color: #DAED72;
}

#page_08 section .topics_box02 .topics_btn {
  background-color: #DAED72;
}

#page_08 section .topics_box02 .topics_btn:hover {
  border: 1px solid #DAED72;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#page_08 section .topics_box02 .topics_btn:hover a {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#page_08 section .topics_box03 {
  border-color: #A4ECEF;
}

#page_08 section .topics_box03 .topics_btn {
  background-color: #A4ECEF;
}

@media screen and (min-width: 751px) {
  #page_08 section .topics_box03 .topics_btn:hover {
    border: 1px solid #A4ECEF;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #page_08 section .topics_box03 .topics_btn:hover a {
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

#page_08 section .q08_cre {
  margin: 0 auto;
}

@media screen and (min-width: 751px) {
  #page_08 section .topics_box04 {
    width: 830px;
    margin: 0 auto;
  }
}

#page_08 section .topick_back {
  background-color: #EBF2FD;
  padding: 140px 0 165px;
}

#page_08 section .topics_box_border {
  margin: 0 auto;
  padding: 8px;
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 751px) {
  #page_08 section .topics_box_border {
    padding: 10px;
  }
}

#page_08 section .topics_box_border::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(../images/topic_back.png);
  background-repeat: repeat;
  background-size: 320px;
}

@media screen and (min-width: 751px) {
  #page_08 section .topics_box_border::before {
    background-size: 350px;
  }
}

#page_08 section .topics_box_border .box_border_in {
  background-color: #EBF2FD;
  padding: 30px 40px 40px;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 751px) {
  #page_08 section .topics_box_border .box_border_in {
    padding: 48px;
  }
}

@media screen and (min-width: 751px) {
  #page_08 section .topics_box_border .box_border_in .topics_img {
    width: 46%;
    margin-top: 0 !important;
    padding-right: 8%;
  }
}

@media screen and (min-width: 751px) {
  #page_08 section .topics_box_border .box_border_in .topics_txt {
    width: 46%;
  }
}

#page_08 section .topics_box_border .topics_title {
  text-align: center;
}

#page_08 section .topics_box_border .topics_title span {
  display: block;
  width: 39px;
  height: 39px;
  line-height: 39px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  margin: 0 auto;
}

#page_08 section .topics_box_border .topics_btn {
  height: 27px;
  line-height: 27px;
  border-radius: 14px;
  text-align: center;
  border: 1px solid #B6CCF5;
  background-color: #B6CCF5;
  margin: 0 auto;
}

@media screen and (min-width: 751px) {
  #page_08 section .topics_box_border .topics_btn {
    height: 34px;
    line-height: 34px;
    border-radius: 17px;
  }
}

#page_08 section .topics_box_border .topics_btn:hover {
  border: 1px solid #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#page_08 section .topics_box_border .topics_btn a {
  color: #fff;
}

#page_08 section .topics_box_border .topics_btn a:hover {
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 751px) {
  #page_08 #page_footer {
    margin-top: 0 !important;
  }
}

/* page_09
--------------------------------------*/
@media screen and (min-width: 751px) {
  #page_09 .page_in_main {
    margin: 90px auto 0px;
  }
}

@media screen and (min-width: 751px) {
  #page_09 h3.pagebox_title {
    width: 100%;
  }
}

@media screen and (min-width: 751px) {
  #page_09 h3.page_09_title .pagebox_titlein {
    z-index: 999;
    top: -40px;
    left: -4%;
    right: auto;
  }
}

@media screen and (min-width: 751px) {
  #page_09 section {
    width: 915px;
  }
}

@media screen and (min-width: 751px) {
  #page_09 section .flexbox {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 751px) {
  #page_09 section .flexbox:nth-child(3), #page_09 section .flexbox:nth-child(4) {
    margin-top: -100px;
  }
}

#page_09 .q09_ans {
  text-align: center;
}

#page_09 .q09_ans h4 {
  line-height: 1em;
}

@media screen and (min-width: 751px) {
  #page_09 .q09_ans h4 {
    margin-top: 120px !important;
  }
}

@media screen and (min-width: 751px) {
  #page_09 .q09_itembox {
    width: 44%;
    margin-top: 150px !important;
  }
}

@media screen and (min-width: 751px) {
  #page_09 .q09_itembox:nth-child(1) {
    margin-top: 145px !important;
  }
}

@media screen and (min-width: 751px) {
  #page_09 .q09_itembox:nth-child(2) {
    margin-top: 264px !important;
  }
}

#page_09 .q09_itembox .item_noteL, #page_09 .q09_itembox .item_noteR {
  position: relative;
}

#page_09 .q09_itembox .note {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, #ffff), color-stop(50%, #ffff)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(97%, rgba(0, 0, 0, 0)), color-stop(97%, #A5B5F4), to(#A5B5F4));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #ffff 50%, #ffff 50%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 97%, #A5B5F4 97%, #A5B5F4 100%);
  background-size: 2px 100%, 100% 2.8em;
  line-height: 2.8em;
}

@media screen and (max-width: 750px) {
  #page_09 .q09_itembox .note {
    padding-bottom: 5px;
  }
}

#page_09 .q09_itembox .note p {
  position: relative;
  z-index: 999;
}

#page_09 .q09_itembox .note a {
  color: #43B2ED;
}

#page_09 .q09_itembox .note a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#page_09 .q09_itembox .item_noteL {
  margin: 0 0 0 auto;
}

#page_09 .q09_itembox .item_noteL span.note_num {
  position: absolute;
  top: -42px;
  left: -16%;
  z-index: 0;
}

@media screen and (min-width: 751px) {
  #page_09 .q09_itembox .item_noteL span.note_num {
    left: -12%;
  }
}

#page_09 .q09_itembox .item_noteL p {
  padding-right: 11%;
}

@media screen and (min-width: 751px) {
  #page_09 .q09_itembox .item_noteL p {
    padding-right: 13%;
  }
}

#page_09 .q09_itembox .item_noteR {
  margin: 0 auto 0 0;
}

#page_09 .q09_itembox .item_noteR span.note_num {
  position: absolute;
  top: -41px;
  right: -13%;
  z-index: 0;
}

@media screen and (min-width: 751px) {
  #page_09 .q09_itembox .item_noteR span.note_num {
    right: -12%;
  }
}

#page_09 .q09_itembox .item_noteR p {
  padding-Left: 11%;
}

@media screen and (min-width: 751px) {
  #page_09 .q09_itembox .item_noteR p {
    padding-left: 13%;
  }
}

#page_09 .q09_itembox p.note_link a {
  text-decoration: underline;
  font-style: italic;
  letter-spacing: 0.02em;
}

#page_09 .q09_itembox .q09_img1, #page_09 .q09_itembox .q09_img2, #page_09 .q09_itembox .q09_img5 {
  margin: -15px 0 0 auto;
  position: relative;
}

#page_09 .q09_itembox .q09_img3 {
  margin: -15px 10% 0 auto;
  position: relative;
}

#page_09 .q09_itembox .q09_img4 {
  margin: -15px 24% 0 auto;
  position: relative;
}

#page_09 .q09_itembox .credit {
  margin: 0 auto;
}

/* page_10
--------------------------------------*/
@media screen and (min-width: 751px) {
  #page_10 .page_in_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 40px;
  }
}

@media screen and (min-width: 751px) {
  #page_10 .page_in_main .main_right {
    width: 43%;
  }
}

@media screen and (max-width: 750px) {
  #page_10 .page_in_main .main_right .ans_txtC {
    margin: 0 auto;
  }
}

@media screen and (min-width: 751px) {
  #page_10 .page_in_main .main_right .ans_txtR {
    width: 100%;
  }
}

@media screen and (min-width: 751px) {
  #page_10 .page_in_main .main_right .ans_txtR h4 {
    text-align: left;
  }
}

@media screen and (min-width: 751px) {
  #page_10 .page_in_main h3.page_10_title {
    width: 50%;
  }
}

@media screen and (min-width: 751px) {
  #page_10 .page_in_main h3.page_10_title .pagebox_titlein {
    width: 108%;
    right: -16%;
    top: -40px;
  }
}

@media screen and (max-width: 750px) {
  #page_10 .page_in_main h3.pagebox_title .pagebox_title_img {
    padding: 20px 0px 0px;
  }
}

@media screen and (min-width: 751px) {
  #page_10 .hair_index {
    margin-top: 140px !important;
  }
}

#page_10 .hair_index a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#page_10 .hair_index .hair_index_box {
  text-align: center;
}

@media screen and (min-width: 751px) {
  #page_10 .hair_index .hair_index_box {
    width: 25%;
  }
}

@media screen and (min-width: 751px) {
  #page_10 .hair_index .hair_index_box:nth-child(1) {
    margin-right: 87px;
  }
}

#page_10 .hair_index .hair_index_box .hair_img {
  border: 1px solid #000;
  border-radius: 50%;
  padding: 3px;
}

#page_10 .hair_index .hair_index_box span.hair_num {
  display: block;
  line-height: 1em;
}

@media screen and (min-width: 751px) {
  #page_10 .hair_index .hair_index_box span.hair_num {
    font-size: 37px;
  }
}

#page_10 .hair_index .hair_index_box p.hair_name {
  padding: 6px 0;
}

@media screen and (min-width: 751px) {
  #page_10 .hair_index .hair_index_box p.hair_name {
    font-size: 15px;
  }
}

#page_10 .hair_index .hair_index_box span.arrow {
  border: 7px solid transparent;
  border-top: 9px solid #000;
  display: inline-block;
}

#page_10 .hair_inner {
  border-radius: 40px 40px 0 0;
  padding: 77px 0 100px;
}

#page_10 .hair_inner .hair_ex {
  text-align: center;
  margin: 0 auto;
}

@media screen and (min-width: 751px) {
  #page_10 .hair_inner .hair_ex {
    width: 34%;
  }
}

#page_10 .hair_inner .hair_ex .hair_ex_img {
  border: 1px solid #000;
  border-radius: 50%;
  padding: 8px;
  position: relative;
  margin: 0 auto;
}

#page_10 .hair_inner .hair_ex .stage_cardImage {
  position: relative;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

#page_10 .hair_inner .hair_ex .stage_cardImage::before {
  content: "";
  display: block;
  padding-top: 129.3%;
}

#page_10 .hair_inner .hair_ex .stage_cardImage div {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#page_10 .hair_inner .hair_ex .stage_cardImage {
  -webkit-animation: animation-cardImage 5s linear infinite alternate forwards running;
          animation: animation-cardImage 5s linear infinite alternate forwards running;
}

@-webkit-keyframes animation-cardImage {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  45% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  55% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
}

@keyframes animation-cardImage {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  45% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  55% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
}

#page_10 .hair_inner .hair_ex .stage_cardImage_back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

#page_10 .hair_inner .hair_ex span {
  display: block;
  line-height: 1em;
}

#page_10 .hair_inner .hair_ex p.hair_ex_txt {
  text-align: left;
  line-height: 2em;
}

@media screen and (min-width: 751px) {
  #page_10 .hair_inner .hair_ex p.hair_ex_txt {
    margin-top: 30px !important;
  }
}

@media screen and (min-width: 751px) {
  #page_10 .hair_inner .q10_slide {
    width: 52%;
    overflow: hidden;
    margin: 0 auto;
  }
}

#page_10 .hair_inner .ex_process {
  margin: 0 auto;
  position: relative;
}

#page_10 .hair_inner .ex_process .ex_box .ex_img {
  margin: 0 auto;
}

#page_10 .hair_inner .ex_process .ex_box .slide_txt {
  background-color: #56A88F;
  border-radius: 20px;
  color: #fff;
  padding: 25px 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: -10px;
}

#page_10 .hair_inner .ex_process .ex_box .slide_txt span {
  border-bottom: 1px solid #fff;
}

#page_10 .hair_inner .ex_process .swiper-button-prev,
#page_10 .hair_inner .ex_process .swiper-button-next {
  height: 60px;
  width: 60px;
  cursor: pointer;
}

#page_10 .hair_inner .ex_process .swiper-button-prev:after,
#page_10 .hair_inner .ex_process .swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 60px;
  margin: auto;
  width: 60px;
}

#page_10 .hair_inner .ex_process .swiper-button-prev {
  left: -15%;
  top: 30%;
}

#page_10 .hair_inner .ex_process .swiper-button-next {
  right: -15%;
  top: 30%;
}

#page_10 .hair_inner .ex_process .swiper-button-prev:after {
  background-image: url(../images/page10/arrow_prev.png);
}

#page_10 .hair_inner .ex_process .swiper-button-next:after {
  background-image: url(../images/page10/arrow_next.png);
}

#page_10 .hair_inner .ex_process .swiper-slide img {
  height: auto;
  width: 100%;
}

#page_10 .hair_inner .moreitem_btn {
  background-color: #fff;
}

@media screen and (min-width: 751px) {
  #page_10 .hair_inner .flexbox_slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 751px) {
  #page_10 .hair_inner .swiper_fade {
    width: 52%;
  }
}

@media screen and (min-width: 751px) {
  #page_10 .hair_inner .hair_mama {
    width: 42%;
  }
}

@media screen and (min-width: 751px) {
  #page_10 .hair_inner .hair_mama .tc {
    text-align: center;
  }
}

#page_10 .hair_arrange {
  margin: 0 auto;
}

#page_10 .hair_arrange p.arrange_title {
  text-align: center;
}

#page_10 .hair_item {
  margin: 0 auto;
}

@media screen and (min-width: 751px) {
  #page_10 .hair_item {
    width: 50%;
  }
}

#page_10 .hair_item p.item_title {
  text-align: center;
}

#page_10 .hair_inner01 {
  background-color: #F4FAC4;
  padding: 77px 0 140px;
}

#page_10 .hair_inner02 {
  background-color: #C4FAEB;
  margin-top: -40px;
}
/*# sourceMappingURL=style.css.map */