/******************** style.cssを上書き ********************/
body {
  background: #ffeea2;
}
a {
  color: #1d3d5d;
}
#header {
  background: #ffd000;
  border-bottom: none;
}
body.home #content {
  padding-top: 0;
}
#header-sns {
  display: none;
}
.header__copy {
  color: #000;
}
#header #logo a {
  color: #000;
  font-family:
    "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#header #logo a:hover,
#header #logo a:active {
  text-decoration: none;
}
#gnav {
  background: #01141d;
  border: none;
}
#gnav li a {
  color: #fff;
  background: none;
  border: none;
}

.yellow {
  padding: 2px;
  background-color: #ffe566 !important;
  font-weight: bold;
  color: #000;
}
h2 {
  padding: 0;
  color: #001b29;
  border: none;
  font-size: 28px;
  text-shadow:
    2px 2px 0 #fff,
    2px -2px 0 #fff,
    -2px 2px 0 #fff,
    -2px -2px 0 #fff,
    0 0 7px #000;
  font-weight: bold;
}
h2:after {
  height: 8px;
  margin-top: 5px;
}

h2:after {
  content: "";
  display: block;
  width: 100%;
  background: url(images/bg_dotline.gif) repeat;
}
.emphasis {
  font-weight: bold;
}
form input[type="submit"] {
  background: #ff6670;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  /* display: block; */
  /* margin: auto; */
  /* max-width: 300px; */
}

#gnav li.current-menu-item a {
  border: none;
}
.wrap,
.one-column #content .wrap {
  width: 1160px;
  margin: auto;
}
.main-inner {
  margin-right: 0;
}
#content {
  padding: 0;
}
article.page {
  margin-bottom: 0;
  border: none;
}
article.page .post-header {
  padding: 0;
}

.footer-01,
.footer-02 {
  background: #254885;
  border-top: none;
}
.footer-01 ul {
  text-align: center;
}
.footer-01 ul li {
  padding: 0 10px;
}
#footer .wrap {
  padding: 50px 0;
}
#footer a {
  color: #fff;
}
.footer-02 .footer-copy {
  display: block;
  text-align: center;
  color: #fff;
}
.post-content {
  padding: 0;
}

/******************** 誹謗中傷lp専用 ********************/
.lp-hibou .breadcrumb {
  display: none;
}

/********************** LP **********************/
.lpContent {
  margin: 0 auto;
  background-color: #ffeea2;
}
.lpContent__wrapper a {
  color: #2e577e;
  text-decoration: underline;
}

/********** lpContent **********/
.lpContent__mainImg {
  width: 100%;
}

.packagePrice__main {
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.packagePrice__text {
  text-indent: -9999em;
}
.komikomiLists {
  background-color: #ffe364;
}
.komikomiLists {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between; /* Safari */
  justify-content: space-between;
  border-top: 1px solid #fff2b8;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.komikomiList {
  text-indent: -9999em;
}
.packagePriceList__area {
  margin: 0 auto;
}

/* reasons */
.reasons__title {
  text-indent: -9999em;
}
.reason__list {
  position: relative;
}
.reason__list:before {
  position: absolute;
  content: "";
  display: block;
}
.reason__title {
  text-indent: -9999em;
}
.reasons__text {
  text-align: right;
}
.reasons__textImg {
  display: inline-block;
}

/* service */
.services {
  background-color: #234684;
}
.serviceLists__area {
  position: relative;
}
.service {
  background-color: #3962ac;
}
.serviceLists {
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between; /* Safari */
  justify-content: space-between;
}
.serviceList {
  position: relative;
}
.serviceList img {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: 10px;
}

/* voice */
.text__voicelist .emphasis {
  display: inline-block;
  border-bottom: 2px solid #fe535b;
}
.voiceList__head {
  position: relative;
}
.voiceList__head img {
  position: absolute;
  left: 0;
  top: 0;
}

/********** cta **********/
.cta__wrapper a:hover {
  cursor: pointer;
}
/* main */
.ctaMain {
  background: url(images/bg_cta.png) repeat-x left top;
}
.ctaMain__wapper {
  margin: 0 auto;
}

.title_threeReasonList {
  text-indent: -9999em;
}
.title__threeReason {
  text-indent: -9999em;
}
.threeReasonList {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.threeReasonList:last-child {
  margin-bottom: 0;
}
.threeReasonList__area {
  position: relative;
}
.threeReasonList--01 .threeReasonList__area {
  border: 2px solid #ffd000;
}
.threeReasonList--02 .threeReasonList__area {
  border: 2px solid #9552c0;
}
.threeReasonList--03 .threeReasonList__area {
  border: 2px solid #c6c300;
}
.threeReasonList__area:before {
  content: "";
  display: block;
  position: absolute;
}
.threeReasonList--01 .threeReasonList__area:before {
  background: url(images/three_reason_num_01.png) no-repeat left top;
}
.threeReasonList--02 .threeReasonList__area:before {
  background: url(images/three_reason_num_02.png) no-repeat left top;
}
.threeReasonList--03 .threeReasonList__area:before {
  background: url(images/three_reason_num_03.png) no-repeat left top;
}

/* flow */
.flowLists {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.title__flowlist {
  position: relative;
  font-weight: bold;
  color: #ffa902;
}
.title__flowlist:before {
  position: absolute;
  content: "";
  display: block;
}

/* voice */
.title__voicelist {
  font-weight: bold;
}

/* item */
.itemList {
  background: #fff;
  border-radius: 3px;
}

/* faqs */
.faqs {
  background-color: #fff;
}
.title__faqs {
  text-indent: -9999em;
}
.faqsLists dt {
  font-weight: bold;
  color: #1e096b;
}
.faqsLists dt:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(images/fig_faq_q.png) no-repeat left top;
}
.faqsLists dd {
  color: #333;
  background: url(images/dashline_blue.png) repeat-x left bottom;
}
.faqsLists dd:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(images/fig_faq_a.png) no-repeat left top;
}
.faqs .faqs__link {
  display: inline-block;
  position: relative;
  font-weight: bold;
  color: #fff;
  background: #3962ac;
  border-radius: 3px;
}

/* form */
#ctaform {
  background: #3962ac;
}
.ctaform__label {
  font-weight: bold;
  color: #1e096b;
}

/********** fNav **********/
.fNav {
  background-color: #e8e8e8;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  display: none;
}
.title__fNav {
  text-align: center;
  font-weight: bold;
  color: #001b29;
  text-shadow:
    #fff 1px 1px 0px,
    #fff -1px 1px 0px,
    #fff 1px -1px 0px,
    #fff -1px -1px 0px;
}
.fNav__lists__wrapper {
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start; /* Safari */
  justify-content: flex-start;
}
.fNav__lists {
  color: #011a27;
}
.fNav__lists dt {
  line-height: 1.2;
  font-weight: bold;
}
.fNav__lists dd a {
  display: block;
  line-height: 1.2;
}
#footer .flow {
  padding: 0;
}

/* 投稿・固定・カテゴリー・LP共通 */
article.page .post-title,
.single .post-title,
.category .post-title {
  padding-top: 55px;
  font-weight: bold;
  color: #1e096b;
  text-shadow:
    2px 2px 0 #fff,
    2px -2px 0 #fff,
    -2px 2px 0 #fff,
    -2px -2px 0 #fff,
    0 0 7px #000;
}

/* 固定ページ */
.cat-content,
article.post,
article.page,
article.wp101,
article.seo101 {
  background: transparent;
}
.cat-content .post-content,
article.post .post-content,
article.page .post-content,
article.wp101 .post-content,
article.seo101 .post-content {
  margin-bottom: 50px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.post-content h2 {
  padding: 0;
  color: #1e096b;
  text-align: center;
  text-shadow:
    2px 2px 0 #fff,
    2px -2px 0 #fff,
    -2px 2px 0 #fff,
    -2px -2px 0 #fff,
    0 0 7px #000;
}
.post-content h3 {
  padding: 0;
  color: #1e096b;
  border: none;
}
.post-content h4 {
  position: relative;
  padding: 0 0 0 25px;
  color: #1e096b;
}
.post-content h4:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  background: #1e096b;
}
.post-content h5 {
  color: #1e096b;
}
.post-content ul li {
  position: relative;
  list-style: none;
}
.post-content ul li:after {
  display: block;
  content: "";
  position: absolute;
  left: -1em;
  top: 0.55em;
  width: 6px;
  height: 6px;
  background-color: #2e577e;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* カテゴリー */
.post-loop-wrap h2.post-title {
  background-color: transparent;
}
.post-loop-wrap .post-content {
  padding: 0 30px 42px 30px;
}
.more-link {
  color: #2e577e;
  border: 1px #2e577e solid;
  border-radius: 3px;
}
.more-link:hover,
.more-link:active {
  background-color: #2e577e;
}

@media screen and (min-width: 961px) {
  #header {
    padding: 17px 0;
    display: flex;
  }
  #header .wrap,
  #gnav .wrap {
    width: 1160px;
    display: flex;
    margin: auto;
    justify-content: space-between;
  }
  #header #logo {
    /* float: left; */
    padding-top: 3px;
    text-indent: -9999em;
    font-size: 25px;
    margin-right: auto;
  }
  #header #logo a {
    display: block;
    width: 480px;
    height: 47px;
    background: url(images/logo.png) no-repeat left top;
    background-size: auto 47px;
  }
  .header__copy {
    /* float: left; */
    width: 200px;
    font-size: 11px;
    margin-right: 20px;
  }
  .header__cta {
    /* float: right; */
    position: relative;
    /* width: 475px; */
    display: flex;
    gap: 20px;
  }
  .header__cta a {
    display: inline-block;
    width: 206px;
    height: 46px;
    background: url(images/header_cta_tel--hover.png) left top no-repeat;
  }
  .footer-01 ul li {
    display: inline-block;
    margin-right: 20px;
  }
  .breadcrumb {
    display: none;
  }
  .cta__footer {
    position: fixed;
    right: 0;
    bottom: 0;
    visibility: hidden;
    width: 321px;
    height: 120px;
    height: 120px;
    background: url(images/bg_cta_footer.png) no-repeat left top;
  }
  .cta__footer.show {
    visibility: visible;
    opacity: 1;
  }
  .cta__footer__tel {
    display: none;
  }
  .cta__footer__mail {
    position: absolute;
    right: 85px;
    bottom: 0;
    width: 220px;
    height: 64px;
    text-indent: -9999em;
    background: url(images/cta_footer_online.png) no-repeat left top;
  }
  .cta__footer__mail br {
    display: none;
  }
  .page-template-page-lp-hibou .pagetop {
    display: none;
  }

  .spOnly {
    display: none;
  }
  /* content */
  .lpContent__mainImg {
    overflow: hidden;
    position: relative;
    min-width: 1160px;
    width: 100%;
    height: 590px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #fff1b1;
  }
  .lpContent__mainImg p {
    position: relative;
    width: 1160px;
    height: 590px;
    margin: 0 auto;
    background: url(images/main.png) no-repeat center;
    z-index: 10;
  }
  .lpContent__mainImg span {
    position: absolute;
    left: 50px;
    top: 83px;
    display: block;
    width: 773px;
    height: 245px;
    background: url(images/main_copy.png) no-repeat center;
  }
  .ctaMain {
    padding: 25px 0 0 0;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  }
  .ctaMain--header {
    padding-top: 15px;
  }
  .ctaMain__wapper {
    height: 330px;
  }
  .ctaMain__wapper--notime {
    height: 180px;
  }
  .ctaMain__text {
    position: relative;
    margin: 0 auto 10px;
    text-align: center;
  }
  .ctaMain__text:before {
    position: absolute;
    left: 414px;
    top: -22px;
    content: "";
    display: inline-block;
    width: 77px;
    height: 77px;
    background: url(images/cta_batch_red.png) no-repeat left top;
  }
  .ctaMain--header .ctaMain__text:before {
    left: 420px;
    top: -15px;
    width: 77px;
    height: 77px;
    background: url(images/cta_batch_red.png) no-repeat left top;
    background-size: 66px;
  }
  .ctaMain__tel {
    display: block;
    width: 1176px;
    height: 156px;
    margin-left: -10px;
    background: url(images/cta_tel.png) no-repeat left top;
  }
  .ctaMain__online {
    display: block;
    width: 1176px;
    height: 108px;
    margin: -8px 0 12px -10px;
    background: url(images/cta_online.png) no-repeat left top;
  }
  .ctaMain__online:hover {
    transition: all 0.5s;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .cta__button {
    height: 78px;
  }
  .cta__button--main {
    width: 875px;
    height: 78px;
    background: url(images/cta_button--main.png) no-repeat left top;
  }
  .cta__button--main:hover {
    cursor: pointer;
    background: url(images/cta_button--main--hover.png) no-repeat left top;
  }

  /* packagePrice */
  .packagePrice {
    padding-bottom: 2px 0;
  }
  .packagePrice__main {
    padding: 30px 0 40px 0;
    border-radius: 10px;
  }
  .packagePrice__title {
    height: 160px;
    background: url(images/package_price_title.png) no-repeat left top;
  }
  .packagePrice__lead {
    margin: 0 0 0 70px;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -0.01em;
  }
  .packagePrice__lead span {
    font-size: 40px;
    color: #c6c300;
    letter-spacing: -0.1em;
  }
  .packagePrice__text {
    margin: 20px 0 15px 65px;
    height: 132px;
    background: url(images/text_package_price.png) no-repeat left top;
  }
  .komikomiLists {
    width: 1180px;
    margin: 0 0 29px -10px;
    padding: 3px 33px 0 30px;
  }
  .komikomiLists:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 0;
    border-top: 5px solid #c6a200;
    border-right: 5px solid #c6a200;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
  }
  .komikomiLists:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -10px;
    width: 0;
    height: 0;
    border-top: 5px solid #c6a200;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #c6a200;
  }
  .komikomiList {
    width: 159px;
    height: 145px;
  }

  .komikomiList--01 {
    background: url(images/package_komikomi_01.png) no-repeat left top;
  }
  .komikomiList--02 {
    background: url(images/package_komikomi_02.png) no-repeat left top;
  }
  .komikomiList--03 {
    background: url(images/package_komikomi_03.png) no-repeat left top;
  }
  .komikomiList--04 {
    background: url(images/package_komikomi_04.png) no-repeat left top;
  }
  .komikomiList--05 {
    background: url(images/package_komikomi_05.png) no-repeat left top;
  }
  .komikomiList--06 {
    background: url(images/package_komikomi_06.png) no-repeat left top;
  }
  .komikomiList--07 {
    background: url(images/package_komikomi_07.png) no-repeat left top;
  }
  .packagePriceLists {
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
    margin: 0 50px;
  }
  .packagePriceList {
    width: 520px;
    margin-bottom: 10px;
  }
  .packagePriceList:after {
    content: "";
    display: block;
    width: 520px;
    height: 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .packagePriceList__area {
    position: relative;
    width: 490px;
    height: 205px;
  }
  .packagePriceList--01 {
    background: url(images/package_price_list_01.png) no-repeat left top;
  }
  .packagePriceList--02 {
    background: url(images/package_price_list_02.png) no-repeat left top;
  }
  .packagePriceList--03 {
    background: url(images/package_price_list_03.png) no-repeat left top;
  }
  .packagePriceList--04 {
    background: url(images/package_price_list_04.png) no-repeat left top;
  }
  .packagePriceList--05 {
    background: url(images/package_price_list_05.png) no-repeat left top;
  }
  .packagePriceList--06 {
    background: url(images/package_price_list_06.png) no-repeat left top;
  }
  .packagePriceList--01:after {
    background-color: #ffd000;
  }
  .packagePriceList--02:after {
    background-color: #77a88d;
  }
  .packagePriceList--03:after {
    background-color: #577ac0;
  }
  .packagePriceList--04:after {
    background-color: #ffbb39;
  }
  .packagePriceList--05:after {
    background-color: #c6c300;
  }
  .packagePriceList--06:after {
    background-color: #9552c0;
  }
  .packagePriceList--01 .packagePriceList__area {
    background: url(images/package_price_list_fig_01.png) no-repeat right 8px
      #fff;
  }
  .packagePriceList--02 .packagePriceList__area {
    background: url(images/package_price_list_fig_02.png) no-repeat right 8px
      #fff;
  }
  .packagePriceList--03 .packagePriceList__area {
    background: url(images/package_price_list_fig_03.png) no-repeat right 8px
      #fff;
  }
  .packagePriceList--04 .packagePriceList__area {
    background: url(images/package_price_list_fig_04.png) no-repeat right 8px
      #fff;
  }
  .packagePriceList--05 .packagePriceList__area {
    background: url(images/package_price_list_fig_05.png) no-repeat right 8px
      #fff;
  }
  .packagePriceList--06 .packagePriceList__area {
    background: url(images/package_price_list_fig_06.png) no-repeat right 8px
      #fff;
  }
  .packagePriceList__title {
    height: 72px;
    text-indent: -9999em;
  }
  .packagePriceList__text {
    width: 330px;
    padding: 25px 0 0 20px;
    font-size: 20px;
    line-height: 1.4;
  }
  .packagePriceList__price {
    position: absolute;
    left: 20px;
    bottom: 8px;
  }

  /* reasons */
  .reasons__area {
    position: relative;
  }
  .reasons__title {
    height: 160px;
    background: url(images/title_reason.png) no-repeat left top;
  }
  .reason__list {
    margin-bottom: 10px;
    padding: 40px 0 25px 152px;
    background: url(images/bg_stripe_thick.png) repeat;
    border: 5px solid #fff;
  }
  .reason__list:before {
    left: 20px;
    top: -11px;
    width: 106px;
    height: 125px;
  }
  .reason__title {
    height: 50px;
  }
  .reason__text {
    margin-right: 15px;
    padding-top: 40px;
  }
  .reason__list--01:before {
    background: url(images/reason_num_01.png) no-repeat left top;
  }
  .reason__list--02:before {
    background: url(images/reason_num_02.png) no-repeat left top;
  }
  .reason__list--01 .reason__title {
    background: url(images/reason_title_01.png) no-repeat left top;
  }
  .reason__list--02 .reason__title {
    background: url(images/reason_title_02.png) no-repeat left top;
  }
  .reason__list--01 .reason__text {
    min-height: 237px;
    background: url(images/reason_img_01.png) no-repeat right top;
  }
  .reason__list--02 .reason__text {
    min-height: 190px;
    background: url(images/reason_img_02.png) no-repeat right top;
  }
  .reasons__text {
    height: 290px;
    padding: 48px 0 0 0;
    background: url(images/bg_reasons.png) no-repeat left top;
  }
  .reasons__img {
    position: absolute;
    left: 0;
    bottom: 0;
  }

  /*trouble*/
  .trouble {
    position: relative;
    height: 481px;
    padding-top: 66px;
    background: url(images/bg_trouble.png) repeat-x left top;
  }
  .trouble__title {
    height: 52px;
    text-indent: -9999em;
    background: url(images/title__trouble.png) no-repeat center top;
  }
  .main__trouble {
    position: absolute;
    left: 50%;
    top: 133px;
    width: 1160px;
    height: 458px;
    margin-left: -580px;
    background: url(images/main__trouble.png) no-repeat center top;
  }

  /*services*/
  .title__services {
    height: 160px;
    text-indent: -9999em;
    background: url(images/title_menu_list.png) no-repeat center top;
  }
  .service {
    padding: 110px 0 40px 0;
  }
  .serviceLists__area {
    padding: 40px 0 20px 0;
    border: 5px solid #fff;
    background-color: rgba(225, 225, 225, 0.13);
  }
  .title__serviceLists {
    position: absolute;
    left: 156px;
    top: -30px;
    width: 846px;
    height: 52px;
    text-indent: -9999em;
    background: url(images/title_service_lists.png) no-repeat left top;
  }
  .serviceList {
    width: 278px;
    min-height: 430px;
    color: #fff;
    background: url(images/line_dotted_white.png) repeat-y right top;
  }
  .serviceList:last-child {
    background: none;
  }
  .title__serviceList {
    margin-bottom: 18px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.2;
  }
  .serviceList__points {
    margin-bottom: 10px;
    padding: 0 10px;
    font-size: 18px;
    line-height: 1.25;
  }
  .serviceList__point {
    margin-bottom: 5px;
    padding-left: 25px;
    background: url(images/icon_check.png) no-repeat left 5px;
  }
  .serviceList .emphasis {
    font-size: 22px;
  }
  .serviceList p {
    padding: 0 10px;
    font-size: 18px;
    line-height: 1.25;
  }
  .serviceList img {
    display: inline-block;
    width: 252px;
    margin: 15px 0 0 10px;
  }

  /*threeReason*/
  .title__threeReason {
    height: 156px;
    background: url(images/title_three_reason.png) no-repeat center 2px;
  }
  .threeReasonList {
    margin-bottom: 20px;
    padding: 20px;
  }
  .threeReasonList__area {
    padding-top: 30px;
  }
  .threeReasonList--01 .threeReasonList__area {
  }
  .threeReasonList--02 .threeReasonList__area {
  }
  .threeReasonList--03 .threeReasonList__area {
  }
  .threeReasonList__area:before {
    left: -17px;
    top: -27px;
    width: 100px;
    height: 100px;
  }
  .threeReasonList--01 .threeReasonList__area:before {
    background: url(images/three_reason_num_01.png) no-repeat left top;
  }
  .threeReasonList--02 .threeReasonList__area:before {
    background: url(images/three_reason_num_02.png) no-repeat left top;
  }
  .threeReasonList--03 .threeReasonList__area:before {
    background: url(images/three_reason_num_03.png) no-repeat left top;
  }
  .text__threeReasonList {
    font-size: 18px;
    line-height: 1.3;
  }
  .title_threeReasonList {
    height: 58px;
    margin: 0 0 15px 115px;
    text-indent: -9999em;
  }
  .threeReasonList--01 .title_threeReasonList {
    background: url(images/three_reason_title_01.png) no-repeat left top;
  }
  .threeReasonList--02 .title_threeReasonList {
    background: url(images/three_reason_title_02.png) no-repeat left top;
  }
  .threeReasonList--03 .title_threeReasonList {
    height: 66px;
    background: url(images/three_reason_title_03.png) no-repeat left top;
  }
  .text__threeReasonList p {
    margin-bottom: 35px;
  }
  .text__threeReasonList .emphasis {
    font-size: 25px;
    line-height: 25px;
    display: inline-block;
    border-bottom: 2px solid #fe535b;
  }
  .threeReasonList--01 .text__threeReasonList {
    margin: 30px 45px 30px 80px;
    padding: 0 0 0 420px;
    background: url(images/three_reason_fig_01.png) no-repeat left top;
  }
  .threeReasonList--02 .text__threeReasonList {
    margin-right: 45px;
    padding: 10px 490px 65px 80px;
    background: url(images/three_reason_fig_02.png) no-repeat right top;
  }
  .threeReasonList--03 .text__threeReasonList {
    margin: 20px 45px 30px 80px;
    padding: 0 0 15px 420px;
    background: url(images/three_reason_fig_03.png) no-repeat left top;
  }

  /* flow */
  .title__flow {
    height: 177px;
    text-indent: -9999em;
    background: url(images/title_flow.png) no-repeat center 2px;
  }
  .flowLists {
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
  }
  .flowList {
    width: 290px;
    background: url(images/dashline_yellow.png) repeat-y right top;
  }
  .flowList:last-child {
    background: none;
  }
  .title__flowlist {
    min-height: 87px;
    margin: -3px 10px 0 15px;
    padding: 0 0 0 90px;
    font-size: 24px;
    line-height: 1.3;
  }
  .flowList--01 .title__flowlist {
    padding-top: 35px;
  }
  .flowList--02 .title__flowlist {
    padding-top: 20px;
  }
  .flowList--03 .title__flowlist {
    padding-top: 35px;
  }
  .flowList--04 .title__flowlist {
    padding-top: 20px;
  }
  .title__flowlist:before {
    left: 0;
    top: 0;
    content: "";
    display: block;
    width: 73px;
    height: 87px;
  }
  .flowList--01 .title__flowlist:before {
    background: url(images/flow_num_01.png) no-repeat left top;
  }
  .flowList--02 .title__flowlist:before {
    background: url(images/flow_num_02.png) no-repeat left top;
  }
  .flowList--03 .title__flowlist:before {
    background: url(images/flow_num_03.png) no-repeat left top;
  }
  .flowList--04 .title__flowlist:before {
    background: url(images/flow_num_04.png) no-repeat left top;
  }
  .text__flowlist {
    height: 255px;
    margin: 20px 15px 0 30px;
    font-size: 18px;
    line-height: 1.4;
  }
  .flowList--01 .text__flowlist {
    background: url(images/flow_fig_01.png) no-repeat center bottom;
  }
  .flowList--02 .text__flowlist {
    background: url(images/flow_fig_02.png) no-repeat center bottom;
  }
  .flowList--03 .text__flowlist {
    background: url(images/flow_fig_03.png) no-repeat center bottom;
  }
  .flowList--04 .text__flowlist {
    background: url(images/flow_fig_04.png) no-repeat center bottom;
  }

  /* voice */
  .title__voice {
    height: 156px;
    text-indent: -9999em;
    background: url(images/title_voice.png) no-repeat center 2px;
  }
  .voiceLists {
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
    margin: 0 50px 30px 50px;
    background: url(images/dashline_white_x.png) repeat-x left 50%;
  }
  .voiceList {
    width: 530px;
  }
  .voiceList:nth-child(odd) {
    padding-right: 30px;
    background: url(images/dashline_white_y.png) repeat-y right top;
  }
  .voiceList:nth-child(even) {
    padding-left: 30px;
  }
  .voiceList:nth-child(1) {
    padding-bottom: 30px;
  }
  .voiceList:nth-child(2) {
    padding-bottom: 30px;
  }
  .voiceList:nth-child(3) {
    padding-top: 30px;
  }
  .voiceList:nth-child(4) {
    padding-top: 30px;
  }
  .voiceList__head {
    min-height: 147px;
    margin-bottom: 40px;
    padding: 10px 0 0 155px;
  }
  .title__voicelist {
    width: 310px;
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 1.15;
  }
  .voiceList__head span {
    font-size: 18px;
  }
  .text__voicelist {
    font-size: 18px;
    line-height: 1.77;
  }
  .text__voicelist p {
    margin-bottom: 20px;
  }
  .text__voicelist p:last-child {
    margin-bottom: 0;
  }
  .text__voicelist .emphasis {
    font-size: 24px;
    line-height: 24px;
  }

  /* areas */
  .areas {
    padding: 85px 0 40px 0;
    color: #fff;
    background-color: #3962ac;
  }
  .title__areas {
    width: 961px;
    height: 77px;
    margin: -38px auto 0 auto;
    text-indent: -9999em;
    background: url(images/title_area.png) no-repeat center 2px;
  }
  .areas-area {
    position: relative;
    min-height: 990px;
    border: 5px solid #fff;
    background: url(images/fig_area.png) no-repeat 15px 200px;
  }
  .text__areas {
    margin-top: 30px;
    text-align: center;
    font-size: 32px;
    line-height: 1.375;
  }
  .text__areas .emphasis {
    font-size: 42px;
  }
  .title__area {
    height: 25px;
    margin-bottom: 5px;
    text-indent: -9999em;
  }
  .area {
    font-size: 14px;
    line-height: 1.35;
  }
  .area--01 {
    margin: 25px 0 0 595px;
    width: 530px;
  }
  .area--02 {
    margin: 20px 0 0 755px;
    width: 370px;
  }
  .area--03 {
    margin: 20px 0 0 805px;
    width: 320px;
  }
  .area--04 {
    margin: 20px 0 0 765px;
    width: 360px;
  }
  .area--01 .title__area {
    background: url(images/subtit_area_01.png) no-repeat left top;
  }
  .area--02 .title__area {
    background: url(images/subtit_area_02.png) no-repeat left top;
  }
  .area--03 .title__area {
    background: url(images/subtit_area_03.png) no-repeat left top;
  }
  .area--04 .title__area {
    background: url(images/subtit_area_04.png) no-repeat left top;
  }

  /* items */
  .items {
    padding: 40px 0 50px 0;
    background: url(images/bg_items.png) repeat;
  }
  .items_area {
    padding: 50px 13px 30px 13px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 5px;
  }
  .title__items {
    height: 56px;
    margin-bottom: 15px;
    text-indent: -9999em;
    background: url(images/title_items.png) no-repeat center 2px;
  }
  .text__items {
    font-size: 32px;
    color: #1e096b;
    text-align: center;
  }
  .text__items .emphasis {
    font-size: 42px;
  }
  .itemLists {
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
  }
  .itemList {
    width: 370px;
    margin-top: 15px;
    padding: 23px 20px 15px 20px;
  }
  .title__itemList {
    height: 42px;
    margin-bottom: 15px;
    text-indent: -9999em;
  }
  .itemList--01 .title__itemList {
    background: url(images/title_item_01.png) no-repeat left top;
  }
  .itemList--02 .title__itemList {
    background: url(images/title_item_02.png) no-repeat left top;
  }
  .itemList--03 .title__itemList {
    background: url(images/title_item_03.png) no-repeat left top;
  }
  .itemList--04 .title__itemList {
    background: url(images/title_item_04.png) no-repeat left top;
  }
  .itemList--05 .title__itemList {
    background: url(images/title_item_05.png) no-repeat left top;
  }
  .itemList--06 .title__itemList {
    background: url(images/title_item_06.png) no-repeat left top;
  }
  .text__item {
    margin-top: 5px;
    font-size: 18px;
    line-height: 1.3;
  }

  /* faqs */
  .faqs {
    padding: 45px 0 50px 0;
    text-align: right;
  }
  .title__faqs {
    height: 67px;
    text-align: left;
    background: url(images/title_faq.png) no-repeat center 2px;
  }
  .faqsLists {
    text-align: left;
  }
  .faqsLists dt {
    margin: 25px 0 10px 0;
    font-size: 28px;
  }
  .faqsLists dt:before {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
  .faqsLists dd {
    padding: 0 0 25px 30px;
    font-size: 18px;
    line-height: 1.4;
  }
  .faqsLists dd:before {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
  .faqs .faqs__link {
    margin-top: 30px;
    padding: 15px 40px 15px 15px;
    font-size: 20px;
  }
  .faqs .faqs__link img {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    display: inline-block;
    vertical-align: middle;
  }

  #ctaform {
    padding-bottom: 60px;
  }
  .ctaform__title {
    width: 100%;
    height: 159px;
    text-indent: -9999em;
    background: url(images/title_ctaform.png) no-repeat left top;
  }
  .ctaformList__area {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
  }
  .ctaformList {
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
    margin: 0 80px;
    color: #333;
    text-align: left;
    background: url(images/dashline_blue.png) repeat-x left bottom;
  }
  .ctaform__label {
    width: 250px;
    padding: 22px 0 18px 0;
    font-size: 18px;
  }
  .ctaform__text {
    width: 735px;
    padding: 20px 0;
  }
  .customor-type span {
    margin-right: 20px;
  }
  form .ctaform__text input[type="text"],
  form .ctaform__text input[type="email"],
  form .ctaform__text input[type="url"],
  form .ctaform__text input[type="tel"],
  form .ctaform__text input[type="number"],
  form .ctaform__text input[type="date"],
  form .ctaform__text textarea {
    width: 100%;
    background: rgba(76, 113, 160, 0.3);
    border: none;
  }
  .ctaformList__area p {
    margin-top: 50px;
  }
  .ctaformList__area input[type="submit"] {
    position: relative;
    width: 490px;
    border-radius: 5px;
    line-height: 50px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: none;
    transition: none;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-shadow: 0px 1px 0px #f56778;
  }
  .ctaformList__area input[type="submit"],
  .ctaformList__area input[type="submit"]:hover {
    border-bottom: 4px solid #cb5462;
    background-color: #f56778;
    background-image: -webkit-linear-gradient(top, #f997b0, #f56778);
    background-image: linear-gradient(to bottom, #f997b0, #f56778);
    box-shadow: inset 1px 1px 0 #fbc1d0;
  }
  .ctaformList__area input[type="submit"]::before,
  .ctaformList__area input[type="submit"]::after {
    bottom: -1px;
    left: -1px;
    width: 200px;
    height: 50px;
    border: 1px solid #ee8090;
    border-bottom: 1px solid #b84d5a;
    border-radius: 4px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: none;
    transition: none;
  }
  .ctaformList__area input[type="submit"]::before {
    height: 48px;
    bottom: -4px;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 1px 1px 0px #bfbfbf;
  }
  .ctaformList__area input[type="submit"]:hover {
    background: #f56778;
    background-image: -webkit-linear-gradient(top, #f56778, #f997b0);
    background-image: linear-gradient(to bottom, #f56778, #f997b0);
    color: #913944;
    text-shadow: 0px 1px 0px #f9a0ad;
    transition: all 0.5s;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }
  .ctaformList__area input[type="submit"]:active {
    bottom: -4px;
    margin-bottom: 4px;
    border: none;
    box-shadow:
      1px 1px 0 #fff,
      inset 0 1px 1px rgba(0, 0, 0, 0.3);
  }
  .ctaformList__area input[type="submit"]:active::before,
  .ctaformList__area input[type="submit"]:active::after {
    border: none;
    box-shadow: none;
  }
  .ctaformList__area input[type="submit"]:hover {
  }

  /* 固定ページ */
  article.page .post-header {
    width: 100%;
    min-height: 157px;
    background: url(images/bg_title_page.png) no-repeat left top;
  }
  article.page .post-title,
  .single .post-title,
  .category .post-title {
    text-align: center;
    font-size: 45px;
  }
  .cat-content .post-content,
  article.post .post-content,
  article.page .post-content,
  article.wp101 .post-content,
  article.seo101 .post-content {
    padding: 30px 80px;
  }
  .post-content h2 {
    font-size: 30px;
  }
  .post-content dl.aboutPageLists {
    margin-bottom: 90px;
  }
  .post-content dl.aboutPageLists dt {
    position: relative;
    padding-left: 30px;
    font-size: 20px;
  }
  .post-content dl.aboutPageLists dt:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #333;
  }
  .post-content dl.aboutPageLists dd {
    margin: 0 0 10px 0;
    padding: 0 0 15px 0;
    border: 0;
    background: url(images/dashline_blue.png) repeat-x left bottom;
  }
  .post-content dl.aboutPageLists dd ul {
    margin: 0;
  }
  .post-content dl.faqPageLists dt {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .faqsLists dt:before,
  .faqsLists dd:before {
    width: 35px;
    height: 35px;
    background-size: 35px auto;
  }
  .faqsLists dd:before {
    margin-left: 20px;
  }
  .post-content dl.faqPageLists dd {
    padding-left: 70px;
    padding-bottom: 20px;
    text-indent: -70px;
    font-size: 16px;
    border: 0;
  }

  /* Animation */
  .animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  @-webkit-keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
      -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9);
      transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
      opacity: 1;
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1);
    }
    80% {
      -webkit-transform: scale3d(0.97, 0.97, 0.97);
      transform: scale3d(0.97, 0.97, 0.97);
    }
    100% {
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  }
  @keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
      -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      -ms-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      -ms-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9);
      -ms-transform: scale3d(0.9, 0.9, 0.9);
      transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
      opacity: 1;
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      -ms-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1);
    }
    80% {
      -webkit-transform: scale3d(0.97, 0.97, 0.97);
      -ms-transform: scale3d(0.97, 0.97, 0.97);
      transform: scale3d(0.97, 0.97, 0.97);
    }
    100% {
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1);
      -ms-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  }
  .bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
  @-webkit-keyframes zoomInDown {
    0% {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
  @keyframes zoomInDown {
    0% {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
      -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
  .zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
  }
  @-webkit-keyframes fadeInDownBig {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  @keyframes fadeInDownBig {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      -ms-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
    }
  }
  .fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
  }
  .blinking {
    -webkit-animation: blink 0.4s ease-in-out infinite alternate;
    -moz-animation: blink 0.4s ease-in-out infinite alternate;
    animation: blink 0.4s ease-in-out infinite alternate;
    -webkit-animation-iteration-count: 5;
    -moz-animation-iteration-count: 5;
    animation-iteration-count: 5;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    animation-delay: 0.9s;
  }
  @-webkit-keyframes blink {
    0% {
      opacity: 0.4;
    }
    100% {
      opacity: 1;
    }
  }
  @-moz-keyframes blink {
    0% {
      opacity: 0.4;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes blink {
    0% {
      opacity: 0.4;
    }
    100% {
      opacity: 1;
    }
  }
}

@media screen and (max-width: 767px) {
  /* body { */
  /*   width: 400px; */
  /*   overflow: hidden; */
  /* } */
  .packagePriceLists .s_text {
    padding: 10px;
    font-size: 0.8em;
  }
  #toc_container {
    overflow: hidden !important;
    width: 100% !important;
  }
  .page .wrap {
    width: 100%;
  }

  #header {
    padding: 5px 10px !important;
  }
  #header .wrap {
    display: flex;
    align-items: center;
  }
  #header #logo {
    padding-top: calc(100vw * 0.015);
    text-indent: -9999em;
  }
  #header #logo a {
    display: block;
    width: 50vw;
    height: calc(50vw * 0.125);
    background: url(images/logo.png) no-repeat left top;
    background-size: auto calc(50vw * 0.125);
  }
  .header__cta {
    display: none;
  }
  .header__copy {
    /* float: right; */
    width: calc(45vw - 20px);
    margin: 3px 0;
    font-size: 8px;
  }
  #header-menu-tog a {
    color: #fff;
  }
  #gnav {
    display: none;
    margin: 0;
    padding: 0 10px;
    background: #e8e8e8;
  }
  #gnav ul li a {
    color: #2e577e;
    background: transparent;
    border-bottom: 1px solid #ddd;
  }
  #gnav ul li:last-child a {
    border: none;
  }
  #footer {
    padding-bottom: 12vh;
    background: #254885;
  }
  .one-column #content .wrap,
  .wrap {
    width: 100%;
    margin: 0;
  }
  .wrap,
  .ctaMain__wapper,
  .lpContent,
  .lpContent__main,
  .lpContent__bottom,
  .fNav {
    float: none;
    width: 100%;
  }
  .breadcrumb {
    display: none;
  }

  .cta__footer__area {
    display: flex;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: url(images/bg_bluegraydot.gif) repeat left top;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
  .cta__footer a {
    display: block;
    height: 60px;
    color: #fff;
    text-align: center;
    font-family:
      "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
      Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .cta__footer__tel {
    width: 75vw;
    padding: 7px 0;
    font-size: 24px;
    font-weight: bold;
    background: #0aa332;
    background-image: -webkit-linear-gradient(top, #0aa332, #007b20);
    background-image: linear-gradient(to bottom, #0aa332, #007b20);
    box-shadow: inset 1px 1px 0 #3dde67;
  }
  .cta__footer__tel span {
    display: block;
    margin-bottom: -5px;
    font-size: 12px;
    font-weight: normal;
  }
  .cta__footer__mail {
    width: 25vw;
    padding-top: 12px;
    font-size: 12px;
    background-color: #ff6670;
    background-image: -webkit-linear-gradient(top, #f997b0, #f56778);
    background-image: linear-gradient(to bottom, #f997b0, #f56778);
    box-shadow: inset 1px 1px 0 #fbc1d0;
  }

  .cta__footer__online {
    width: 74vw;
    display: block;
    height: calc((100vw - 10px) * 0.18);
    background: url(images/sp/cta_online_sp.png) no-repeat left top;
    background-size: 100% auto;
    margin: 8px auto 0;
  }
  .cta__footer__mail i {
    display: block;
    margin-bottom: 2px;
    font-size: 24px;
  }
  .page-template-page-lp-hibou .pagetop {
    bottom: 75px;
  }
  /* LP */
  .lp-hibou article.page {
    padding-bottom: 0;
  }
  .lpContent__main {
    margin: 0;
  }
  .lNav {
    display: none;
  }
  .lpContent__bottom {
    position: relative;
    padding: 20px 10px;
  }
  #footer .wrap {
    padding: 20px 30px;
  }
  /* content */
  .lpContent__component {
    padding-bottom: 20px;
  }
  .title__aboutCenter img,
  .lpContent__component h2 img,
  .flow h2 img {
    display: none;
  }
  .lpContent__component h2,
  .flow h2,
  .title__fNav {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .lpContent__mainImg p {
    height: calc(84.2vw);
    background: url(images/sp/main_sp.png) no-repeat center;
    background-size: 100% auto;
  }
  .ctaMain {
    padding: 5px;
    background: url(images/sp/bg_cta_sp.png) repeat-x left top;
    background-size: auto 100%;
  }
  .ctaMain.ctaMain--header {
    margin-top: -1px;
    padding-top: 0;
  }
  .ctaMain__wapper {
    position: relative;
    width: calc(100vw - 10px);
    height: calc((100vw - 10px) / 640 * 395);
    background: url(images/sp/bt_cta_main_sp.png) no-repeat left top;
    background-size: 100% auto;
  }
  .ctaMain__wapper--notime {
    height: calc((100vw - 10px) / 640 * 220);
  }
  .ctaMain__text {
    width: 100%;
    height: calc((100vw - 10px) / 624 * 77);
    background: url(images/sp/cta_text_sp.png) no-repeat left top;
    background-size: 100% auto;
  }
  .ctaMain__text img {
    display: none;
  }
  .ctaMain__tel {
    display: block;
    width: 100%;
    height: calc((100vw - 10px) * 0.285);
    background: url(images/sp/cta_tel_sp.png) no-repeat left top;
    background-size: 100% auto;
  }
  .ctaMain__online {
    display: block;
    width: 100%;
    height: calc((100vw - 10px) * 0.18);
    background: url(images/sp/cta_online_sp.png) no-repeat left top;
    background-size: 100% auto;
  }
  /* packagePrice */

  .title__packagePrice {
    height: calc(100vw / 262 * 72);
    background: url(images/sp/package_price_title_sp.png) no-repeat left top;
    background-size: 100% auto;
  }
  .title__packagePrice img {
    display: none;
  }
  .packagePrice__main {
    margin: 0 5px;
    padding: 15px 0;
    border-radius: 5px;
  }
  .packagePrice__lead {
    text-indent: -9999em;
    height: calc((100vw - 20px) / 581 * 36);
    margin: 0 10px 10px 10px;
    background: url(images/sp/packagePrice__lead_sp.png) no-repeat left top;
    background-size: 100% auto;
  }
  .packagePrice__text {
    width: 70vw;
    height: calc((70vw - 20px) / 454 * 145);
    margin: 0 10px;
    background: url(images/sp/text_package_price_sp.png) no-repeat left top;
    background-size: 100% auto;
  }
  .komikomiLists {
    width: 100vw;
    margin: 0 0 15px -5px;
    justify-content: flex-start;
  }
  .komikomiList {
    width: calc(100vw / 4);
    height: calc((100vw / 4) / 160 * 150);
  }
  .komikomiList--01 {
    background: url(images/sp/package_komikomi_01_sp.png) no-repeat left top;
    background-size: 100% auto;
  }
  .komikomiList--02 {
    background: url(images/sp/package_komikomi_02_sp.png) no-repeat left top;
    background-size: 100% auto;
  }
  .komikomiList--03 {
    background: url(images/sp/package_komikomi_03_sp.png) no-repeat left top;
    background-size: 100% auto;
  }
  .komikomiList--04 {
    background: url(images/sp/package_komikomi_04_sp.png) no-repeat left top;
    background-size: 100% auto;
  }
  .komikomiList--05 {
    background: url(images/sp/package_komikomi_05_sp.png) no-repeat left top;
    background-size: 100% auto;
  }
  .komikomiList--06 {
    background: url(images/sp/package_komikomi_06_sp.png) no-repeat left top;
    background-size: 100% auto;
  }
  .komikomiList--07 {
    background: url(images/sp/package_komikomi_07_sp.png) no-repeat left top;
    background-size: 100% auto;
  }

  .packagePriceList {
    margin: 5px;
    padding: 0 8px 8px 8px;
    border-radius: 5px;
    background-image: url(images/sp/bg_package_price_list_area.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .packagePriceList--01 {
    background-color: #ffd415;
  }
  .packagePriceList--02 {
    background-color: #82af96;
  }
  .packagePriceList--03 {
    background-color: #577ac0;
  }
  .packagePriceList--04 {
    background-color: #ffc149;
  }
  .packagePriceList--05 {
    background-color: #c6c300;
  }
  .packagePriceList--06 {
    background-color: #9552c0;
  }
  .packagePriceList__area {
    min-height: 85px;
    padding: 12px 15px 0 15px;
  }
  .packagePriceList--01 .packagePriceList__area {
    background: url(images/sp/package_price_list_fig_01_sp.png) right 10px
      no-repeat #fff;
    background-size: 35% auto;
  }
  .packagePriceList--02 .packagePriceList__area {
    background: url(images/sp/package_price_list_fig_02_sp.png) right 10px
      no-repeat #fff;
    background-size: 35% auto;
  }
  .packagePriceList--03 .packagePriceList__area {
    background: url(images/sp/package_price_list_fig_03_sp.png) right 10px
      no-repeat #fff;
    background-size: 35% auto;
  }
  .packagePriceList--04 .packagePriceList__area {
    background: url(images/sp/package_price_list_fig_04_sp.png) right 10px
      no-repeat #fff;
    background-size: 35% auto;
  }
  .packagePriceList--05 .packagePriceList__area {
    background: url(images/sp/package_price_list_fig_05_sp.png) right 10px
      no-repeat #fff;
    background-size: 35% auto;
  }
  .packagePriceList--06 .packagePriceList__area {
    background: url(images/sp/package_price_list_fig_06_sp.png) right 10px
      no-repeat #fff;
    background-size: 35% auto;
  }
  .packagePriceList__area p {
    width: 60vw;
    height: calc(60vw * 0.24);
  }
  .packagePriceList--01 p {
    background: url(images/sp/package_price_list_price_01_sp.png) no-repeat
      center top;
    background-size: 100% auto;
  }
  .packagePriceList--02 p {
    background: url(images/sp/package_price_list_price_02_sp.png) no-repeat
      center top;
    background-size: 100% auto;
  }
  .packagePriceList--03 p {
    background: url(images/sp/package_price_list_price_03_sp.png) no-repeat
      center top;
    background-size: 100% auto;
  }
  .packagePriceList--04 p {
    background: url(images/sp/package_price_list_price_04_sp.png) no-repeat
      center top;
    background-size: 100% auto;
  }
  .packagePriceList--05 p {
    background: url(images/sp/package_price_list_price_05_sp.png) no-repeat
      center top;
    background-size: 100% auto;
  }
  .packagePriceList--06 p {
    background: url(images/sp/package_price_list_price_06_sp.png) no-repeat
      center top;
    background-size: 100% auto;
  }
  .packagePriceList__area p.packagePriceList__text {
    height: calc(60vw * 0.29);
    font-size: 12px;
    line-height: 1.3;
    background: none;
  }
  .packagePriceList__title {
    height: 35px;
    text-indent: -9999em;
  }
  .packagePriceList--01 .packagePriceList__title {
    background: url(images/sp/title_package_price_list_01_sp.png) no-repeat
      center top;
    background-size: 100% auto;
  }
  .packagePriceList--02 .packagePriceList__title {
    background: url(images/sp/title_package_price_list_02_sp.png) no-repeat
      center top;
    background-size: 100% auto;
  }
  .packagePriceList--03 .packagePriceList__title {
    background: url(images/sp/title_package_price_list_03_sp.png) no-repeat
      center top;
    background-size: 100% auto;
  }
  .packagePriceList--04 .packagePriceList__title {
    background: url(images/sp/title_package_price_list_04_sp.png) no-repeat
      center top;
    background-size: 100% auto;
  }
  .packagePriceList--05 .packagePriceList__title {
    background: url(images/sp/title_package_price_list_05_sp.png) no-repeat
      center top;
    background-size: 100% auto;
  }
  .packagePriceList--06 .packagePriceList__title {
    background: url(images/sp/title_package_price_list_06_sp.png) no-repeat
      center top;
    background-size: 100% auto;
  }
  .packagePriceList__price {
    display: none;
  }

  /* reasons */
  .reasons__title {
    height: calc(100vw * 0.29);
    background: url(images/sp/title_reason_sp.png) no-repeat center top;
    background-size: 100% auto;
  }
  .reason__list {
    margin: 10px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 15px;
    border: 3px solid #fff;
    background: url(images/bg_stripe_thick.png) repeat;
  }
  .reason__list:before {
    left: 3px;
    top: -6px;
    width: calc((100vw - 20px) * 0.179);
    height: calc((100vw - 20px) * 0.179 * 1.19);
  }
  .reason__title {
    width: calc((100vw - 20px) * 0.7);
    height: calc((100vw - 20px) * 0.7 * 0.24);
    margin-left: calc((100vw - 20px) * 0.22);
    margin-bottom: 10px;
  }
  .reason__text {
    width: calc(100% - 15px);
    height: calc((100vw - 20px) * 0.9 * 0.196);
    margin-left: 15px;
  }
  .reason__text img {
    display: none;
  }
  .reason__list--01:before {
    background: url(images/reason_num_01.png) no-repeat left top;
    background-size: 100% auto;
  }
  .reason__list--02:before {
    background: url(images/reason_num_02.png) no-repeat left top;
    background-size: 100% auto;
  }
  .reason__list--01 .reason__title {
    background: url(images/sp/reason_title_01_sp.png) no-repeat left top;
    background-size: 100% auto;
  }
  .reason__list--02 .reason__title {
    background: url(images/sp/reason_title_02_sp.png) no-repeat left top;
    background-size: 100% auto;
  }
  .reason__list--01 .reason__text {
    background: url(images/sp/reason_text_01_sp.png) no-repeat center top;
    background-size: 100% auto;
  }
  .reason__list--02 .reason__text {
    background: url(images/sp/reason_text_02_sp.png) no-repeat center top;
    background-size: 100% auto;
  }
  .reasons__text {
    width: 100vw;
    height: calc(100vw * 0.52);
    padding-top: calc(100vw * 0.0625);
    padding-right: 10px;
    background: url(images/sp/bg_reasons_sp.png) no-repeat center top;
    background-size: 100% auto;
  }
  .reasons__img,
  .reasons__textImg img {
    display: none;
  }
  .reasons__textImg {
    width: calc(100vw * 0.63);
    height: calc(100vw * 0.63 * 0.65);
    background: url(images/sp/reason_text_sp.png) no-repeat center top;
    background-size: 100% auto;
  }

  /* trouble */
  .trouble {
    width: 100vw;
    height: calc(100vw * 1.38);
    background: url(images/sp/main_trouble_sp.png) no-repeat left top #234684;
    background-size: 100% auto;
  }
  .trouble__title {
    display: none;
  }

  /* services */
  .service {
    padding-bottom: 30px;
    border-bottom: 3px solid #fff;
  }
  .title__services {
    text-indent: -9999em;
  }
  .title__serviceLists {
    text-indent: -9999em;
  }
  .title__services {
    width: 100vw;
    height: calc(100vw * 0.91 * 0.194);
    background: url(images/sp/title_menu_list_sp.png) no-repeat center top
      #234684;
    background-size: 90% auto;
  }
  .title__serviceLists {
    width: 100vw;
    height: calc(100vw * 0.4);
    background: url(images/sp/title_service_lists_sp.png) no-repeat center top;
    background-size: 100% auto;
  }
  .serviceLists {
    margin: 15px 5px 0 5px;
    padding: 0 10px;
    background-color: rgba(225, 225, 225, 0.13);
    background-repeat: repeat-x;
    background-position: left 50%;
    background: url(images/sp/dotline_white_y_sp.png) repeat-y center top;
    background-size: 2px auto;
    border-radius: 5px;
  }
  .serviceList {
    width: calc((100vw - 30px) / 2);
    padding-bottom: calc((((100vw - 30px) / 2) - 10px) * 0.55 + 5px);
    color: #fff;
  }
  .serviceList:nth-child(1) {
    padding-right: 10px;
    padding-bottom: calc((((100vw - 30px) / 2) - 10px) * 0.55 + 20px);
    background: url(images/sp/dotline_white_x_sp.png) repeat-x center bottom;
    background-size: auto 2px;
  }
  .serviceList:nth-child(2) {
    padding-left: 10px;
    padding-bottom: calc((((100vw - 30px) / 2) - 10px) * 0.55 + 20px);
    background: url(images/sp/dotline_white_x_sp.png) repeat-x center bottom;
    background-size: auto 2px;
  }
  .serviceList:nth-child(3) {
    padding-top: 15px;
    padding-right: 10px;
  }
  .serviceList:nth-child(4) {
    padding-top: 15px;
    padding-left: 10px;
  }
  .title__serviceList {
    min-height: 2.5em;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
    text-align: center;
  }
  .serviceList__points {
    font-size: 12px;
    line-height: 1.25;
  }
  .serviceList__point {
    margin-bottom: 5px;
    padding-left: 20px;
    background: url(images/icon_check.png) no-repeat left 2px;
    background-size: auto 12px;
  }
  .serviceList .serviceList__text {
    display: none;
  }
  .serviceList img {
    width: calc(((100vw - 30px) / 2) - 10px);
  }
  .serviceList:nth-child(2) img,
  .serviceList:nth-child(4) img {
    left: 10px;
  }
  .serviceList:nth-child(3) img,
  .serviceList:nth-child(4) img {
    margin-bottom: 0;
  }

  /* threeReason */
  .threeReasonList__area {
    padding: 10px 0;
  }
  .threeReasonList__area:before {
    left: -15px;
    top: -20px;
  }
  .title__threeReason {
    width: 100vw;
    height: calc(100vw * 0.35);
    text-indent: -9999em;
    background: url(images/sp/title_three_reason_sp.png) no-repeat;
    background-size: 100% auto;
  }
  .title_threeReasonList {
    width: calc(100vw * 0.65);
    height: calc(100vw * 0.65 * 0.29);
    margin-left: calc(100vw * 0.13);
  }
  .threeReasonList--01 .title_threeReasonList {
    background: url(images/sp/three_reason_title_01_sp.png) no-repeat;
    background-size: 100% auto;
  }
  .threeReasonList--02 .title_threeReasonList {
    background: url(images/sp/three_reason_title_02_sp.png) no-repeat;
    background-size: 100% auto;
  }
  .threeReasonList--03 .title_threeReasonList {
    background: url(images/sp/three_reason_title_03_sp.png) no-repeat;
    background-size: 100% auto;
  }
  .threeReasonList__area:before {
    width: 40px;
    height: 40px;
  }
  .threeReasonList--01 .threeReasonList__area:before,
  .threeReasonList--02 .threeReasonList__area:before,
  .threeReasonList--03 .threeReasonList__area:before {
    background-size: 40px auto;
  }

  .threeReasonLists {
    margin: 0 10px;
  }
  .threeReasonList {
    margin-bottom: 10px;
    padding: 10px 5px;
  }
  .text__threeReasonList {
    display: none;
  }

  /* flow */
  .title__flow {
    width: 100vw;
    height: calc(100vw * 0.31875);
    text-indent: -9999em;
    background: url(images/sp/title_flow_sp.png) no-repeat;
    background-size: 100% auto;
  }
  .flowLists {
    margin: 0 10px;
    padding-bottom: 15px;
  }
  .flowList {
    padding-top: 15px;
  }
  .title__flowlist {
    margin: 0 5px 5px 0;
    padding-top: calc(100vw * 0.01);
    padding-left: calc(100vw * 0.13);
    font-size: 18px;
  }
  .title__flowlist:before {
    left: -2px;
    top: 0;
    width: calc(100vw * 0.1375);
    height: calc(100vw * 0.1375 * 0.83);
  }
  .flowList--01 .title__flowlist:before {
    background: url(images/sp/flow_num_01_sp.png) no-repeat;
    background-size: 100% auto;
  }
  .flowList--02 .title__flowlist:before {
    background: url(images/sp/flow_num_02_sp.png) no-repeat;
    background-size: 100% auto;
  }
  .flowList--03 .title__flowlist:before {
    background: url(images/sp/flow_num_03_sp.png) no-repeat;
    background-size: 100% auto;
  }
  .flowList--04 .title__flowlist:before {
    background: url(images/sp/flow_num_04_sp.png) no-repeat;
    background-size: 100% auto;
  }
  .text__flowlist {
    min-height: 7em;
    margin-right: 10px;
    padding-top: calc(100vw * 0.04);
    padding-right: calc(100vw * 0.37);
    padding-bottom: 15px;
    padding-left: 10px;
    font-size: 13px;
    line-height: 1.4;
  }
  .flowList--01 .text__flowlist {
    background: url(images/sp/flow_fig_01_sp.png) no-repeat right top;
    background-size: 20% auto;
  }
  .flowList--02 .text__flowlist {
    background: url(images/sp/flow_fig_02_sp.png) no-repeat right top;
    background-size: 35% auto;
  }
  .flowList--03 .text__flowlist {
    background: url(images/sp/flow_fig_03_sp.png) no-repeat right top;
    background-size: 35% auto;
  }
  .flowList--04 .text__flowlist {
    background: url(images/sp/flow_fig_04_sp.png) no-repeat right top;
    background-size: 35% auto;
  }

  /* voice */
  .title__voice {
    width: 100vw;
    height: calc(100vw * 0.334375);
    text-indent: -9999em;
    background: url(images/sp/title_voice_sp.png) no-repeat;
    background-size: 100% auto;
  }
  .voiceLists {
    margin: 0 15px;
  }
  .voiceList {
    margin-bottom: 15px;
    padding-bottom: 5px;
    background: url(images/sp/dashline_white.png) repeat-x left bottom;
    background-size: auto 2px;
  }
  .voiceList:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    background: none;
  }
  .text__voicelist {
    font-size: 12px;
    line-height: 1.5;
  }
  .voiceList__head {
    min-height: 86px;
    margin-bottom: 10px;
    padding: 0 0 0 85px;
  }
  .voiceList__head img {
    width: 75px;
  }
  .text__voicelist p {
    margin-bottom: 10px;
  }
  .text__voicelist p .emphasis {
    font-size: 15px;
    line-height: 15px;
  }
  .title__voicelist {
    margin-bottom: 2px;
    font-size: 16px;
    line-height: 1.5;
  }
  .voiceList__head p span {
    font-size: 12px;
  }

  /* area */
  .areas {
    display: none;
  }

  /* items */
  .items {
    padding: 25px 0 50px 0;
    background: url(images/sp/bg_areas_sp.png) repeat;
  }
  .title__items {
    width: calc(100vw * 0.53);
    height: calc(100vw * 0.53 * 0.173);
    margin: 0 auto;
    text-indent: -9999em;
    background: url(images/sp/title_items_sp.png) no-repeat center top;
    background-size: 100% auto;
  }
  .text__items {
    display: none;
  }
  .itemLists {
    margin: 20px 10px 0 10px;
    padding: 10px;
    background: rgba(225, 225, 225, 0.7);
    border-radius: 5px;
  }
  .itemList {
    margin-bottom: 5px;
    padding: 10px 20px 15px 20px;
  }
  .itemList img {
    display: none;
  }
  .text__item {
    font-size: 12px;
    line-height: 1.4;
  }
  .title__itemList {
    width: 100%;
    height: calc((100vw - 60px) * 0.104);
    margin-bottom: 10px;
    text-indent: -9999em;
  }
  .itemList--01 .title__itemList {
    background: url(images/sp/title_item_01_sp.png) no-repeat left top;
    background-size: 100% auto;
  }
  .itemList--02 .title__itemList {
    background: url(images/sp/title_item_02_sp.png) no-repeat left top;
    background-size: 100% auto;
  }
  .itemList--03 .title__itemList {
    background: url(images/sp/title_item_03_sp.png) no-repeat left top;
    background-size: 100% auto;
  }
  .itemList--04 .title__itemList {
    background: url(images/sp/title_item_04_sp.png) no-repeat left top;
    background-size: 100% auto;
  }
  .itemList--05 .title__itemList {
    background: url(images/sp/title_item_05_sp.png) no-repeat left top;
    background-size: 100% auto;
  }
  .itemList--06 .title__itemList {
    background: url(images/sp/title_item_06_sp.png) no-repeat left top;
    background-size: 100% auto;
  }

  /* faqs */
  .faqs {
    padding-top: 30px;
  }
  .title__faqs {
    width: calc(100vw * 0.536);
    height: calc(100vw * 0.536 * 0.19);
    margin: 0 auto;
    background: url(images/sp/title_faq_sp.png) no-repeat center 2px;
    background-size: 100% auto;
  }
  .faqsLists {
    margin: 0 10px;
  }
  .faqsLists dt {
    margin: 10px 0 10px 0;
    padding-left: 35px;
    text-indent: -35px;
    font-size: 15px;
    line-height: 1.4;
  }
  .faqsLists dt:before {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    background-size: 100% auto;
  }
  .faqsLists dd {
    padding: 0 0 15px 50px;
    text-indent: -35px;
    font-size: 13px;
    line-height: 1.4;
    background: url(images/sp/dashline_blue_sp.png) repeat-x left bottom;
    background-size: auto 2px;
  }
  .faqsLists dd:before {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    background-size: 100% auto;
  }
  .faqs .faqs__link {
    width: calc(100vw - 20px);
    margin: 10px 10px 30px 10px;
    padding: 10px 0;
    text-align: center;
  }

  /* form */
  #ctaform {
    padding-bottom: 50px;
  }
  .ctaformList:last-child {
    margin-bottom: 50px;
  }
  .ctaform__title {
    height: calc(100vw * 0.271875);
    text-indent: -9999em;
    background: url(images/sp/bg_ctaform_title.png) no-repeat left top;
    background-size: 100% auto;
  }
  .ctaformList__area {
    margin: 0 10px;
    padding: 10px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  }
  .ctaform__label {
    font-size: 14px;
  }
  .ctaform__text {
    margin-bottom: 10px;
    padding-bottom: 15px;
    font-size: 14px;
    background: url(images/sp/dashline_blue_sp.png) repeat-x left bottom;
    background-size: auto 2px;
  }
  .ctaform__text .customor-type span {
    margin-right: 20px;
  }
  .footer-01 ul li {
    display: block;
    margin-right: 0;
  }
  .footer-01 a {
    display: block;
    padding: 10px 0;
  }

  /********** 投稿ページ・固定ページ・カテゴリーページ **********/
  #side {
    display: none;
  }
  .post-header {
    width: 100%;
    height: calc(100vw / 640 * 188);
    margin: 0 0 10px 0;
    padding: 0 !important;
  }
  article.page .post-header,
  .cat-header {
    width: 100%;
    height: calc(100vw / 320 * 50);
    margin: 0 0 10px 0;
    padding: 0 !important;
    background: #fff1b1;
  }
  .cat-content,
  article.post,
  article.page,
  article.wp101,
  article.seo101 {
    border: none;
  }
  .post-title,
  article.page .post-title {
    padding-top: 15px;
    text-align: center;
    font-size: 22px;
  }
  article.page .post-title {
    background-color: #fff1b1;
  }
  .single .post-content {
    padding: 20px 10px !important;
    font-size: 15px;
    line-height: 1.6;
  }

  .post-content h2,
  .post-content h2:first-child,
  .single .post-content h2,
  .category .post-content h2 {
    margin: 0 0 10px 0;
    text-align: center;
    font-size: 22px;
  }
  .single .post-content h2:after,
  .category .post-content h2:after {
    height: 8px;
    margin-top: 5px;
  }
  .single .post-content h4,
  .category .post-content h4 {
    padding: 0 0 0 20px;
  }
  .single .post-content h4:after,
  .category .post-content h4:after {
    top: 2px;
    width: 10px;
    height: 20px;
  }
  .single .post-content ul,
  .category .post-content ul {
    margin: 15px;
  }
  .single .post-content table,
  .category .post-content table {
    width: 100%;
    white-space: normal;
  }
  .single .post-content th,
  .single .post-content td .category .post-content th .single .post-content td {
    border: none;
  }
  .single .post-content th,
  .category .post-content th {
    border-right: 1px solid #fff;
  }
  .single .post-content td,
  .category .post-content td {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .single .post-content th:last-child,
  .single .post-content td:last-child,
  .category .post-content th:last-child,
  .category .post-content td:last-child {
    border-right: none;
  }
  /* 固定ページ */
  .page form textarea {
    width: 100%;
  }
  .page form input[type="submit"],
  form button {
    display: inline-block;
    width: 100%;
    font-weight: bold;
    border-bottom: 4px solid #cb5462;
    background-color: #ff6670;
    background-image: -webkit-linear-gradient(top, #f997b0, #f56778);
    background-image: linear-gradient(to bottom, #f997b0, #f56778);
    box-shadow: inset 1px 1px 0 #fbc1d0;
    border-radius: 3px;
  }
  article.page {
    padding-bottom: 20px;
    background: #fff1b1;
  }
  .page .post-content {
    margin: 0 10px;
    padding: 20px !important;
    background: #fff;
    border-radius: 3px;
  }
  .post-content dl.faqPageLists dd {
    padding: 0 0 15px 50px;
    background: url(images/sp/dashline_blue_sp.png) repeat-x left bottom;
    background-size: auto 2px;
    border: none;
  }
  .aboutPage__text {
    font-size: 13px;
  }
  .post-content dl.aboutPageLists dd {
    padding: 0 0 20px 0;
    font-size: 13px;
    background: url(images/sp/dashline_blue_sp.png) repeat-x left bottom;
    background-size: auto 2px;
    border: none;
  }
  .post-content dl.aboutPageLists dd ul {
    margin: 0;
  }
}
