@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

b{
  font-weight: 700;
}

blockquote, q {
  quotes: none;
}

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

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

html {
  overflow: auto;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size : 100%;
  font-feature-settings: "pkna" 1;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  color: #000;
  background-color: #FFF9F6;
  line-height: 1.8;
}

body.is-open {
  overflow: hidden;
}

strong {
  font-weight: 700;
}

* {
  box-sizing: border-box;
  outline: none;
}

.main {
  display: block;
}

a {
  text-decoration: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

input[type="text"],
input[type="submit"],
input[type="tel"],
input[type="email"],
textarea,
select {
  -webkit-appearance: none;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

.sp {
  display: block;
}

@media (min-width: 769px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}

@media (min-width: 769px) {
  .pc {
    display: block;
  }
}

.bold {
  font-family: "丸フォーク M", sans-serif;
}

@media (min-width: 769px) {
  .container {
    min-width: 1000px;
  }
}

.contents {
  overflow: hidden;
}

.inner {
  padding: 0 4%;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .inner {
    max-width: 1230px;
    padding: 0 15px;
  }
}

@media (min-width: 769px) {
  .inner-s {
    max-width: 908px;
  }
}

@media (min-width: 769px) {
  .inner-m {
    max-width: 998px;
  }
}

[data-ruby] {
  position: relative;
}

[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -13px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 11px;
}

@media (min-width: 769px) {
  [data-ruby]::before {
    top: -14px;
    font-size: 13px;
  }
}

.contactBtn {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  font-size: medium;
  color: #fff;
  border-radius: 3px;
  font-weight: 700;
}


.contactBtn p {
  line-height: 1.46;
  position: relative;
  margin: auto;
}


.contactBtn span {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 0 0;
}

.contactBtn-orange {
  background-color: #F86B32;
  box-shadow: 0 4px 0 #be4918;
}

.contactBtn-green {
  background-color: #009D4B;
  box-shadow: 0 4px 0 #317c42;
}

.contactBtn-diagnosis, .contactBtn-contact {
  background-image: url(../img/common/ico_btn_diagnosis.png);
  background-position: center left 10px;
  background-size: 30px;
  background-repeat: no-repeat;
}

.contactBtn-contact {
  background-image: url(../img/common/ico_btn_contact.png);
}

@media (min-width: 769px) {
  .contactBtn {
    height: 117px;
    font-size: 18px;
    border-radius: 6px;
    -webkit-transition: .2s ease all;
    transition: .2s ease all;
    position: relative;
    top: 0;
  }
  .contactBtn p {
    line-height: 1.46;
  }
  .contactBtn span {
    font-size: 150%;
  }
  .contactBtn-orange {
    box-shadow: 0 8px 0 #be4918;
  }
  .contactBtn-green {
    background-color: #009D4B;
    box-shadow: 0 8px 0 #317c42;
  }
  .contactBtn-diagnosis, .contactBtn-contact {
    background-position: center left 18px;
    background-size: 60px;
  }
  .contactBtn:hover {
    top: 8px;
    box-shadow: none;
  }
}

.btn {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  max-width: 100%;
  height: 40px;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, right top, from(#F94500), to(#F76D37));
  background-image: linear-gradient(to right, #F94500, #F76D37);
  margin: 0 auto;
  font-weight: 700;
  text-align: center;
  color: #fff;
  font-size: 12px;
  border: none;
}

.btn a{
  color: #fff !important;
  text-decoration: none !important;
}

.btn-arrow {
  background-image: url(../img/common/ico_arrow-btn.png), -webkit-gradient(linear, left top, right top, from(#F94500), to(#F76D37));
  background-image: url(../img/common/ico_arrow-btn.png), linear-gradient(to right, #F94500, #F76D37);
  background-position: center right 20px,center;
  background-repeat: no-repeat;
  background-size: 10px,auto;
}


@media (min-width: 769px) {
  .btn {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    height: 40px;
    border-radius: 48px;
    font-size: 1.3rem;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
    cursor: pointer;
  }
  .btn-arrow {
    background-position: center right 25px,center;
    background-size: 19px,auto;
  }
  .btn:hover {
    opacity: .7;
  }
}

.flex {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
          align-items: flex-start;
  width: 100%;
}

.flex-center {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: start;
          align-items: flex-start;
  width: 100%;
}

.flex-sb-c {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
}

.flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}

.common-title {
  font-size: 20px;
  color: #55433b;
  font-weight: 700;
  padding: 0 0 5px;
  margin: 0 0 30px;
  position: relative;
  line-height: 1.5;
}

.common-title:before {
  content: '';
  width: 100%;
  height: 3px;
  box-shadow: inset 180px 0 0 0 #55433b;
  background-color: #d6c7be;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
}

@media (min-width: 769px) {
  .common-title {
    font-size: 24px;
    padding: 0 0 9px;
    margin: 0 0 56px;
  }
  .common-title:before {
    box-shadow: inset 218px 0 0 0 #55433b;
    bottom: -5px;
  }
}


.related-articles dt{
  margin: 4em 0 1em 0;
}
.related-articles dd{
  margin-left:1em;
}

.common-subTitle {
  padding: 12px 10px 12px 20px;
  margin: 0 0 15px;
  color: #55433b;
  font-weight: 700;
  font-size: 16px;
  background: #f9f0eb;
  position: relative;
  line-height: 1.5;
}

.common-subTitle:before {
  content: '';
  width: 5px;
  height: 26px;
  background-color: #55433b;
  display: block;
  position: absolute;
  top: calc(50% - 13px);
  left: 0;
}

@media (min-width: 769px) {
  .common-subTitle {
    padding: 17px 10px 17px 26px;
    margin: 0 0 18px;
    font-size: 20px;
  }
}

.underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(52%, rgba(255, 255, 255, 0)), color-stop(52%, #f2c5b3), to(#f2c5b3));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 52%, #f2c5b3 52%, #f2c5b3);
  padding: 0 0 1px;
}

.download {
  background: url(../img/common/ico_download.svg) no-repeat center right/13px;
  padding-right: 17px;
}
/* ボタン内にリンクアイコンがあるとき、白にする*/
.btn .download{
  filter: brightness(2.0);
}

.btn .exit{
  filter: brightness(2.0);
}


.exit {
  background: url(../img/common/ico_exit.svg) no-repeat center right/13px;
  padding-right: 17px;
}

.download.exit{
  background: url(../img/common/ico_download_exit.svg) no-repeat center right/13px;
  padding-right: 17px;
}

@media (min-width: 769px) {
  .download {
    background: url(../img/common/ico_download.svg) no-repeat center right / 1em;
    padding: 2px 1.25em 2px 0;
  }
  .exit {
    background: url(../img/common/ico_exit.svg) no-repeat center right / 1em;
    padding: 2px 1.25em 2px 0;
  }
  .download.exit{
    background: url(../img/common/ico_download_exit.svg) no-repeat center right / 2em;
    padding: 2px 2.25em 2px 0;}
}

.align-right {
  text-align: right !important;
}

.align-center {
  text-align: center !important;
}

.align-left {
  text-align: left !important;
}

.align-top {
  vertical-align: top !important;
}

.header {
  width: 100%;
  /*height: 59px;*/
  position: -webkit-sticky;
  position: sticky;
  background-color: #FFF9F6;
  top: 0;
  z-index: 100;
}

.header__heading {
  display: none;
}

.header__inner {
  padding: 8px 3% 8px 4%;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}

.header__logo {
  width: 207px;
}

.header__logo img {
  max-width: 100%;
}

@media (min-width: 769px) {
  .header__logo img{
    max-width: unset;}
}

.header__info {
  display: none;
}

.header__navBtn {
  width: 45px;
  height: 45px;
  background-color: #e95415;
  border-radius: 50%;
  padding: 16px 0 0;
}

.header__navBtn span {
  display: block;
  width: 15px;
  height: 2px;
  margin: 0 auto 3px;
  border-radius: 5px;
  background: #fff;
}

.header__navBtn span:nth-of-type(3) {
  margin-bottom: 0;
}

.header_icon img{
  width:1.5em;
  margin:0 0 0.25em 0.5em;
}


@media (min-width: 769px) {
  .header {
    height: auto;
    position: relative;
  }
  .header__heading {
    display: block;
    background: #55433b;
  }
  .header__heading__inner {
    width: 100%;
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
    height: 45px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
  }
  .header__heading__title {
    color: #fff;
    font-size:0.88em;
  }
  .header__heading__title input{
    float: right;
  }

  .header__inner {
    max-width: 1230px;
    padding: 16px 15px 0;
    margin: 0 auto;
  }
  .header__logo {
    width: 300px;
  }
  .header__info {
    display: block;
    width: 740px;
  }
  .header__info__list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
/*    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
*/
    width: 100%;
  }
  .header__info__list li{
    margin: auto;
  }
  .header__info__item {
    font-weight: 700;
    text-align: right;
    position: relative;
    line-height: 1.2;
  }
.header__info__item strong{
    font-size:80%
  }
  .header__info__item01 {
    top: 3px;
  }
  .header__info__item em {
    color: #e95415;
    font-size: 30px;
  }
  .header__info__item span {
    font-size: 26px;
    letter-spacing: -.5px;
    display: inline-block;
    background: url(../img/common/ico_tel.png) no-repeat center left 11px/26px;
    width: 210px;
  }

  .header__info__item small a{
    background-color: #54433b;
    padding: 4px 0.5em;
    border: 1px solid #54433b;
    border-radius: 1em;
    color: #fff9f6;
}

  .header__info__item small a:hover{
    color:#54433b;
    background-color:#fff9f6;
  }
  .header__navBtn {
    display: none;
  }
}

@media (min-width: 769px) and (max-width: 1100px) {
  .header__info {
    width: 230px;
  }
  .header__info__item:nth-of-type(1), .header__info__item:nth-of-type(2), .header__info__item:nth-of-type(3) {
    display: none;
  }
  .header__info__item small{
    font-size:0.88em;
  }
}

.sp-nav {
  position: fixed;
  top: 0;
  left: 100%;
  right: 0;
  bottom: 0;
  overflow: scroll;
  background: #ff6936;
  z-index: 200;
}

.sp-nav.is-open {
  left: 0;
}

.sp-nav__inner {
  padding: 20px 8%;
  position: relative;
}

.sp-nav__btnClose {
  position: absolute;
  top: 23px;
  right: 7%;
  width: 22px;
  z-index: 10;
}

.sp-nav__logo {
  text-align: center;
  padding: 0 0 16px;
}

.sp-nav__logo img {
  width: 73px;
}

.sp-nav__list {
  color: #fff;
}

.sp-nav__list a {
  color: #fff;
}

.sp-nav__list > li {
  font-size: 18px;
  border-bottom: 1px solid #fef9f6;
  padding: 5px 0;
  font-weight: 700;
}

.sp-nav__accordion {
  background: url(../img/common/ico_toggle_open.png) no-repeat top 13px right/18px;
}

.sp-nav__accordion.is-active {
  background: url(../img/common/ico_toggle_close.png) no-repeat top 13px right/18px;
}

.sp-nav__accordion div {
  display: none;
}

.sp-nav__accordion__child {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
          align-items: flex-start;
  padding: 10px 0 6px;
  margin: 3px 0 0;
  border-top: 1px solid #fef9f6;
}

.sp-nav__accordion__child li {
  width: 100%;
  font-size: 16px;
  background: url(../img/common/nav_circle.png) no-repeat top 12px left/7px;
  padding: 0 0 0 17px;
  line-height: 1.5;
}

.nav-pc {
  display: none;
}

@media (min-width: 769px) {
  .nav-pc {
    display: block;
    padding: 0 15px;
    margin: 8px 0 1rem;
    position: relative;
    z-index: 5;
  }
  .nav-pc__list {
    background: #e77443;
    max-width: 1200px;
    height: 69px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
    border-radius: 6px;
    padding: 0 57px;
    margin: 0 auto;
    position: relative;
  }
  .nav-pc__item {
    font-weight: 700;
    font-size: 1em;
    color: #fff;
  }
  .nav-pc__item img {
    vertical-align: middle;
  }
  .nav-pc__item a {
    color: #fff;
  }
  .nav-pc__item-hasMenu {
    cursor: pointer;
  }
  .nav-pc__item-hasMenu span {
    position: relative;
  }
  .nav-pc__item-hasMenu span:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12px 0 12px;
    border-color: #e77443 transparent transparent transparent;
    position: absolute;
    top: 39px;
    left: calc(50% - 12px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transition-delay: .5s;
            transition-delay: .5s;
  }
  .nav-pc__item-hasMenu span:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 28px;
    left: calc(50% - 5px);
  }
  .nav-pc__item-hasMenu:hover span:before {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .nav-pc__item-hasMenu:hover .nav-pc__menu {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .nav-pc__menu {
    width: 100%;
    position: absolute;
    top: 93px;
    left: 0;
    background: #fff;
    border-radius: 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transition-delay: .5s;
            transition-delay: .5s;
  }
  .nav-pc__menu__inner {
    padding: 47px 56px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
            align-items: flex-start;
  }
  .nav-pc__menu__img {
    width: 29%;
  }
  .nav-pc__menu__img img {
    width: 100%;
    border-radius: 15px;
  }
  .nav-pc__menu__list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
            align-items: flex-start;
    width: 66%;
    position: relative;
    top: -10px;
  }
  .nav-pc__menu__item {
    width: 30%;
    border-bottom: 1px solid #d6c7be;
    margin: 0 4% 0 0;
    background: url(../img/common/ico_arrow_list.png) no-repeat top 18px left/auto;
    font-size: 1em;
  }
  .nav-pc__menu__item:nth-of-type(3n) {
    margin-right: 0;
  }
  .nav-pc__menu__item a {
    padding: 10px 0 10px 24px;
    display: block;
    color: #55433b;
  }
}

@media (min-width: 769px) and (max-width: 1150px) {
  .nav-pc__menu__item {
    width: 31%;
    margin: 0 2% 0 0 !important;
  }
  .nav-pc__menu__item:nth-of-type(3n) {
    margin-right: 0 !important;
  }
}

.footer__navWrap {
  background-color: #ddd;
  padding: 40px 8% 11px;
}

.footer__nav.footer__nav_bnr {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top:4em;
}

.footer__nav.footer__nav_bnr a {
  width: 30%;
  padding: 1%;
  min-width: 270px;
}

@media print{
  .footer__navWrap {
    display: none;
  }
}

.footer__nav {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
          align-items: flex-start;
}

.footer__nav__list {
  font-weight: 700;
  width: 50%;
  margin: 0 0 10px;
}

.footer__nav__list-wide {
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
          align-items: flex-start;
}

.footer__nav__list-wide li {
  width: 50%;
}

.footer__nav__list-wide li:nth-of-type(1), .footer__nav__list-wide li:nth-of-type(2) {
  margin: 0 0 10px;
}

.footer__nav__list > li {
  background: url(../img/common/nav_circle-brown.png) no-repeat top 5px left/10px;
  padding: 0 0 0 12px;
}

.footer__nav__list a {
  color: #55433b;
}

.footer__nav__list__child {
  font-weight: normal;
  margin: 10px 0 0 -14px;
}

.footer__nav__list__child li {
  line-height: 1;
  padding-bottom: 0.75em;
}

.footer__nav__list__child li span{
  font-size: 0.9rem;
}

.footer__info {
  padding: 29px 0 110px;
  background: #55433b;
  color: #fff;
  letter-spacing: -.5px;
  font-size: 0.9rem;
}

.footer__info__inner {
  padding: 0 8%;
  position: relative;
}

.footer__info__table {
  margin: -17px 0 15px;
  table-layout: fixed;
  line-height: 1.5;
  letter-spacing: 1px;
}

.footer__info__table th {
  width: 58px;
  text-align: left;
}

.footer__info__table td {
  position: relative;
  padding: 0 0 0 10px;
}

.footer__info__table td:before {
  content: ':';
  position: absolute;
  top: 0;
  left: 0;
}

.footer__info p {
  margin: 0 0 22px;
  line-height: 1.8;
}

.footer__info p strong {
  font-weight: 700;
}

.footer__info p.copyright {
  text-align: center;
  font-size: 12px;
  margin: 0;
}

@media (min-width: 769px) {
  .footer__navWrap {
    padding: 68px 15px 61px;
  }
  .footer__nav {
    max-width: 1180px;
    margin: 0 auto;
    -webkit-box-pack: center;
            justify-content: center;
  }
  .footer__nav__list {
    width: auto;
    margin: 0 32px;
    display: block;
  }
  .footer__nav__list-wide {
    display: block;
  }
  .footer__nav__list-wide li {
    width: 100%;
    margin: 0 0 4px;
  }
  .footer__nav__list-wide li:nth-of-type(1), .footer__nav__list-wide li:nth-of-type(2) {
    margin: 0 0 4px;
  }
  .footer__nav__list > li {
    background: url(../img/common/nav_circle-brown.png) no-repeat top 7px left/10px;
    padding: 0 0 0 17px;
  }
  .footer__nav__list__child {
    margin: 0;
  }
  .footer__info {
    padding: 50px 0 40px;
    letter-spacing: 0;
  }
  .footer__info__inner {
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
            align-items: flex-start;
  }
  .footer__info__l, .footer__info__r {
    width: 48%;
  }
  .footer__info__table {
    margin: -13px 0 15px;
    line-height: 1.5;
  }
  .footer__info__table th {
    width: 64px;
    text-align: left;
  }
  .footer__info__table td {
    padding: 0 0 0 10px;
  }
  .footer__info__table td:before {
    top: 0;
    left: 0;
  }
  .footer__info p {
    margin: 0 0 15px;
    line-height: 1.8;
  }
  .footer__info p.copyright {
    width: 100%;
    text-align: right;
  }
}

@media (min-width: 769px) and (max-width: 1150px) {
  .footer__nav__list {
    margin: 0 15px;
  }
}

.footer__toTop {
  position: absolute;
  top: -53px;
  right: 10px;
}

.footer__toTop img {
  width: 50px;
}

@media (min-width: 769px) {
  .footer__toTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    top: auto;
    z-index: 100;
  }
  .footer__toTop img {
    width: 60px;
    -webkit-transition: .2s;
    transition: .2s;
    opacity: 0.5;
  }
  .footer__toTop img:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
}

/*
@media (min-width: 1400px) {
  .footer__toTop {
    right: -50px;
  }
}*/

.footer_icon img{
  width:2.5em;
  margin-right:1em;
}

/* 印刷では非表示 */
@media print{
  .footer__toTop{
    display: none;
  }
}


.sp-fixedBanner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 65px;
  background-color: #f2d6c8;
  text-align: center;
  z-index: 5;
  opacity: 1;
  visibility: visible;
  -webkit-transition: .2s;
  transition: .2s;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
          align-items: flex-start;
  overflow: hidden;
}

.sp-fixedBanner.hide {
  opacity: 0;
  visibility: hidden;
}

.sp-fixedBanner__item {
  width: 50%;
  border: 2px solid #f2d6c8;
}

.sp-fixedBanner__item-bgWhite {
  background: #fff;
  border-left: none;
  border-bottom: none;
}

.sp-fixedBanner__item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 7px 0;
}

.sp-fixedBanner__desc {
  font-weight: 700;
  font-size: 12px;
  color: #55433b;
  margin: 0 0 -2px;
}

.sp-fixedBanner__tel {
  font-size: 16px;
  color: #55433b;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 12px;
  letter-spacing: -.5px;
}

.sp-fixedBanner__tel span {
  display: inline-block;
  padding: 3px 0 3px 35px;
  background: url(../img/common/ico_tel.png) no-repeat top 0 left 6px/22px;
}

.sp-fixedBanner__diagnosis {
  font-size: 18px;
  color: #55433b;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 12px;
}

.sp-fixedBanner__diagnosis span {
  display: inline-block;
  padding: 0;
  color: #e95415;
}

@media (min-width: 769px) {
  .sp-fixedBanner {
    display: none;
  }
}

@media print{
  .sp-fixedBanner{
    display: none;
  }
}

.breadcrumbsWrap {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: -36px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
          align-items: center;
  min-height: 70px;
}

.breadcrumbs {
  max-width: 100%;
  padding: 7px 20px 9px;
  background: #55433b;
  border-radius: 30px;
  line-height: 1.3;
}

.breadcrumbs span {
  color: #fff;
  font-size: 12px;
  margin: 0 15px;
  position: relative;
  line-height: 1.4;
}

.breadcrumbs span:after {
  content: '';
  width: 5px;
  height: 8px;
  background: url(../img/common/ico_arrow_breadcrumbs.png) no-repeat;
  position: absolute;
  top: 5px;
  right: -20px;
}

.breadcrumbs span:nth-of-type(1) {
  margin-left: 0;
}

.breadcrumbs span:nth-last-of-type(1) {
  margin-right: 0;
}

.breadcrumbs span:nth-last-of-type(1):after {
  content: none;
}

.breadcrumbs a {
  color: #fff;
}

@media (min-width: 769px) {
  .breadcrumbs {
    padding: 11px 25px;
  }
  .breadcrumbs span {
    font-size: 0.88em;
  }
  .breadcrumbs span:after {
    top: 6px;
  }
  .breadcrumbs a:hover {
    text-decoration: underline;
  }
}

.common-kv {
  width: 92%;
  height: 260px;
  margin: 0 4% 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  border-radius: 10px;
}

.common-kv__inner {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}

.common-kv__title {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  position: relative;
}

@media (min-width: 769px) {
  .common-kv {
    width: auto;
    max-width: 1400px;
    height: 320px;
    margin: 0 auto 45px;
    background-size: auto;
    border-radius: 20px;
  }
  .common-kv__title {
    font-size: 36px;
    top: 10px;
  }
}

.common-desc {
  padding: 0 0 80px;
}

.common-desc p {
  line-height: 1.8;
}

.common-desc p a {
  color: #e95415;
  text-decoration: underline;
}

.common-desc p a:hover {
  text-decoration: none;
}

.common-desc p small {
  font-size: 12px;
}

.common-desc__link {
  color: #e95415;
  background: url(../img/common/ico_arrow_circle-orange.png) no-repeat center left/auto;
  padding: 0 0 0 20px;
  font-weight: 700;
}

.common-desc__link span {
  text-decoration: underline;
}

@media (min-width: 769px) {
  .common-desc {
    padding: 0 0 105px;
  }
  .common-desc p {
    font-size: 1em;
  }
  .common-desc p small {
    font-size: 0.9em;
  }
  .common-desc__link:hover span {
    text-decoration: none;
  }
}

.common-contact {
  background-color: #f0f0f0;
}

.common-contact__inner {
  position: relative;
  padding: 22px 4% 22px 17%;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
          align-items: flex-start;
}

.common-contact__img {
  position: absolute;
  width: 43px;
  left: 4%;
  top: -10px;
}

.common-contact__info {
  width: 180px;
  font-weight: 700;
}

.common-contact__info__caption {
  background: #e95415;
  text-align: center;
  color: #fff;
  padding: 0;
  margin: 0 0 5px;
}

.common-contact__info__text {
  line-height: 1.3;
  color: #55433b;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 400;
}

.common-contact__info__text span {
  font-weight: 500;
  display: block;
  margin-top:0.5em;
}
.common-contact__info__text .pop{
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  margin-right:4px;
  padding: 0.5em;
  background-color: #55433b;
  border-radius: 1em;
  text-align: center;
  float: left;
}
.common-contact__info__text .dial{
  padding: 5px;
  font-weight: 800;
  float: left;
  font-size: 14px;
  margin-bottom: 0em;
}
.common-contact__info__text span a{
  padding: 4px;
  vertical-align: middle;
  color: #55433b;
  background-color: #fff;
  border-radius: 4px;
  margin: 0 4px;
  box-shadow: 2px 2px #ccc;
  font-size: 13px;
}
.common-contact__info__text span a:hover {
margin: 2px 2px 0 6px;
box-shadow: none;
}
.common-contact__info__text span a:after{
content:url(../img/tel/tel_apo.png);
vertical-align: middle;
margin-left:2px;
}


.common-contact__info__number {
  font-size: 16px;
  background: url(../img/common/ico_tel.png) no-repeat top 3px left calc(50% - 71px)/18px;
  color: #55433b;
  padding: 0;
  text-align: center;
  clear: both;
}

.common-contact__list {
  width: calc(100% - 190px);
}

.common-contact__item:first-child {
  margin: 0 0 10px;
}

.common-contact__item .contactBtn {
  height: 35px;
}

@media (max-width: 370px) {
  .common-contact__info {
    width: 100%;
    margin: 0 0 15px;
  }
  .common-contact__list {
    width: 100%;
  }
}

@media (min-width: 769px) {
  .common-contact {
    height: 240px;
  }
  .common-contact__inner {
    padding: 26px 15px 0 177px;
    max-width: 908px;
  }
  .common-contact__img {
    width: 129px;
    left: 28px;
    top: -109px;
  }
  .common-contact__info {
    width: 400px;
  }
  .common-contact__info__caption {
    padding: 5px 0;
    margin: 0 0 8px;
  }
  .common-contact__info__text {
    text-align: center;
    letter-spacing: -.5px;
  }
  .common-contact__info__text .pop{
    float: none;
    font-size:14px;
  }
  .common-contact__info__text .dial{
    float: none;
  }
  .common-contact__info__text span {
    display: inline-block;
    margin-left: 5px;
  }
  .common-contact__info__number {
    font-size: 36px;
    background: url(../img/common/ico_tel.png) no-repeat top 10px left 44px/44px;
    padding: 0 0 0 30px;
    margin: -4px 0 -10px;
    text-align: center;
    clear:none;
  }
  .common-contact__list {
    width: 280px;
  }
  .common-contact__item:first-child {
    margin: 0 0 21px;
  }
  .common-contact__item .contactBtn {
    height: 80px;
  }
  .common-contact__item .contactBtn span {
    font-size: 110%;
  }
}
@media print{
  .common-contact{
    display: none;
  }
}

/*
.common-sns {
  margin: 0 0 30px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
}

.common-sns > div {
  margin: 0 10px 0 0;
}

@media (min-width: 769px) {
  .common-sns {
    margin: 0 0 57px;
  }
}

@media print{
  .common-sns{
    display: none;
  }
}


.sns-btn {
  display: inline-block;
  width: auto;
  height: 20px;
  line-height: 20px;
  color: #fff!important;
  background-color: #55433b;
  font-size: 10px;
  padding: 0 5px 0 22px;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center left 5px;
  border-radius: 4px;
  cursor: pointer;
}

.sns-btn-mail {
  background-image: url(../img/common/ico_sns_mail.png);
}

.sns-btn-print {
  background-image: url(../img/common/ico_sns_print.png);
}

*/

.top-commonTitle {
  text-align: center;
  line-height: 1.4;
  color: #55433b;
  font-size: 18px;
  padding: 0;
  margin: 0 auto;
  font-weight: 700;
}

.top-commonTitle span {
  display: inline-block;
  position: relative;
}

.top-commonTitle span:before, .top-commonTitle span:after {
  content: '';
  width: 10px;
  height: 50px;
  background-image: url(../img/top/title_bg_left.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: -24px;
}

.top-commonTitle span:after {
  background-image: url(../img/top/title_bg_right.png);
  left: auto;
  right: -24px;
}

.top-commonTitle-small span:before, .top-commonTitle-small span:after {
  top: -5px;
  height: 35px;
  background-image: url(../img/top/title_bg_left-small.png);
}

.top-commonTitle-small span:after {
  background-image: url(../img/top/title_bg_right-small.png);
}

.top-commonTitle-wh span:before, .top-commonTitle-wh span:after {
  background-image: url(../img/top/title_bg_left-wh-small.png);
}

.top-commonTitle-wh span:after {
  background-image: url(../img/top/title_bg_right-wh-small.png);
}

@media (min-width: 769px) {
  .top-commonTitle {
    line-height: 1.8;
    font-size: 36px;
  }
  .top-commonTitle span:before, .top-commonTitle span:after {
    top: -2px;
    width: 21px;
    height: 71px;
    left: -50px;
    background-image: url(../img/top/title_bg_left-pc.png);
  }
  .top-commonTitle span:after {
    left: auto;
    right: -50px;
    background-image: url(../img/top/title_bg_right-pc.png);
  }
  .top-commonTitle-wh span:before, .top-commonTitle-wh span:after {
    background-image: url(../img/top/title_bg_left-wh.png);
  }
  .top-commonTitle-wh span:after {
    background-image: url(../img/top/title_bg_right-wh.png);
  }
}

.top-kv__inner {
  padding: 0 4%;
}

.top-kv__img {
  margin: 0 0 15px;
}

.top-kv__text {
  padding: 0 4%;
  margin: 0 0 12px;
  line-height: 1.8;
  font-weight: 700;
}

.top-kv__btnList {
  padding: 0 8%;
}

.top-kv__btnItem:first-child {
  margin: 0 0 16px;
}

.top-kv__btnItem .contactBtn p {
  left: 20px;
}

@media (min-width: 769px) {
  .top-kv {
    max-width: 1500px;
    height: 740px;
    margin: 0 auto;
    background: url(../img/top/kv_bg-pc.jpg) no-repeat top center;
  }
  .top-kv__inner {
    width: 763px;
    padding: 119px 0 0;
    margin: 0 0 0 3%;
  }
  .top-kv__img {
    margin: 0 0 30px;
  }
  .top-kv__img img {
    width: 766px;
    max-width: inherit;
  }
  .top-kv__text {
    padding: 0;
    margin: 0 0 32px;
    line-height: 1.8;
    font-size: 19px;
    letter-spacing: -0.8px;
  }
  .top-kv__btnList {
    padding: 0;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
            align-items: flex-start;
  }
  .top-kv__btnItem {
    width: 48.5%;
  }
  .top-kv__btnItem:first-child {
    margin: 0;
  }
  .top-kv__btnItem .contactBtn p {
    left: 34px;
    letter-spacing: -1px;
  }
}

.top-value {
  padding: 47px 0 50px;
  position: relative;
}

.top-value:before {
  content: 'Policy';
  font-size: 80px;
  position: absolute;
  top: 105px;
  right: calc(50% - 133px);
  color: #F8F2EF;
  line-height: 1;
  opacity: 1;
  z-index: -1;
  font-weight: 700;
}

.top-value__inner {
  padding: 0 8%;
}

.top-value__desc {
  text-align: center;
  font-weight: 700;
  margin: 25px 0 25px;
  line-height: 1.5;
}

.top-value__kv {
  margin: 0 0 27px;
}

.top-value__textWrap {
  margin: 0 0 10px;
}

.top-value__textWrap p {
  font-size: 15px;
  line-height: 1.52;
  margin: 0 0 25px;
}

.top-value__textWrap p:nth-last-of-type(1) {
  margin: 0;
}

.top-value__img {
  text-align: center;
}

.top-value__img img {
  width: 91%;
}

@media (min-width: 769px) {
  .top-value {
    padding: 82px 0 85px;
  }
  .top-value:before {
    font-size: 170px;
    top: 262px;
    right: calc(50% - 620px);
    z-index: 1;
  }
  .top-value__inner {
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
  }
  .top-value__desc {
    font-size: 1.1rem;
    text-align: center;
    font-weight: 700;
    margin: 25px 0 52px;
    line-height: 1.5;
  }
  .top-value__detail {
    margin: 0;
  }
  .top-value__kv {
    width: 576px;
    margin: 0;
  }
  .top-value__textWrap {
    background-color: #fef9f6;
    padding: 51px 0 33px 49px;
    margin: -303px 0 0 471px;
    border-radius: 6px;
    position: relative;
  }
  .top-value__textWrap p {
    font-size: 1.06em;
    line-height: 1.8;
    margin: 0 0 28px;
    position: relative;
    z-index: 2;
  }
  .top-value__img img {
    width: auto;
    position: relative;
  }
}

.top-policy {
  background: url(../img/top/policy_bg.png) no-repeat center center/cover;
  padding: 34px 0 0;
}

.top-policy__inner {
  padding: 0 4%;
}

.top-policy__block {
  border-radius: 3px;
  box-shadow: 0 0.5px 5px 0 rgba(153, 153, 153, 0.3);
  background-color: #fff;
  padding: 30px 30px 20px;
  margin: 42px 0 -7px;
  position: relative;
}

.top-policy__block__img {
  position: absolute;
  width: 51px;
  top: -65px;
  right: 5px;
}

.top-policy__block p {
  font-size: 12px;
  line-height: 1.7;
  margin: 0 0 13px;
}

.top-policy__list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
          align-items: flex-start;
}

.top-policy__item {
  width: 50%;
  height: 75px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  line-height: 1.3;
}

.top-policy__item:nth-of-type(1) {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.top-policy__item:nth-of-type(2) {
  border-bottom: 1px solid #ccc;
}

.top-policy__item:nth-of-type(3) {
  border-right: 1px solid #ccc;
}

.top-policy__btn {
  width: 315px;
  height: 71px;
  border-radius: 35px;
  line-height: 1.3;
  font-size: 14px;
  position: relative;
  top: 35px;
  z-index: 2;
}

@media (min-width: 769px) {
  .top-policy {
    background: url(../img/top/policy_bg-pc.png) no-repeat center center/cover;
    padding: 79px 0 0;
  }
  .top-policy__block {
    width: 100%;
    max-width: 1090px;
    border-radius: 6px;
    box-shadow: 0 1px 10px 0 rgba(153, 153, 153, 0.3);
    padding: 50px 68px 47px;
    margin: 75px auto -7px;
  }
  .top-policy__block__img {
    width: 110px;
    top: -30px;
    right: 80px;
  }
  .top-policy__block p {
    font-size: 1.1rem;
    width: 90%;
    max-width: 790px;
    line-height: 1.8;
    margin: 0 0 40px;
  }
  .top-policy__list {
    padding: 0;
  }
  .top-policy__item {
    width: 25%;
    height: 120px;
    font-size: 24px;
    line-height: 1.5;
    border-right: 1px solid #ccc;
    border-bottom: none !important;
  }
  .top-policy__item:last-child {
    border-right: none;
  }
  .top-policy__btn {
    width: 576px;
    height: 143px;
    border-radius: 71px;
    line-height: 1.3;
    font-size: 24px;
    top: 78px;
  }
}

@media (min-width: 769px) and (max-width: 1150px) {
  .top-policy__block__img {
    right: 20px;
  }
}

.top-service {
  padding: 90px 0 54px;
  background-image: linear-gradient(to bottom, transparent, transparent 0, transparent 130px, #f1e1da 130px, #f1e1da 400px, transparent 400px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
}

.top-service:before {
  content: 'Service';
  font-size: 80px;
  position: absolute;
  top: 44px;
  right: calc(50% - 167px);
  color: #F8F2EF;
  line-height: 1;
  opacity: 1;
  z-index: -1;
  font-weight: 700;
}

.top-service__inner {
  padding: 0 4%;
}

.top-service__desc {
  text-align: center;
  color: #55433b;
  margin: 38px 0 21px;
  font-weight: 700;
  line-height: 1.8;
}

.top-service__list {
  margin: 0 0 20px;
}

.top-service__item {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 1.5px 9px 0 rgba(233, 84, 21, 0.1);
  padding: 10px 30px 25px;
  margin: 0 0 28px;
  position: relative;
}

.top-service__item:nth-of-type(1) .top-service__item__img img {
  width: 114px;
}

.top-service__item:nth-of-type(2) .top-service__item__img img {
  width: 190px;
}

.top-service__item:nth-of-type(3) {
  margin: 0;
}

.top-service__item:nth-of-type(3) .top-service__item__img img {
  width: 125px;
}

.top-service__item__num {
  position: absolute;
  top: -10px;
  left: 14px;
  width: 33px;
}

.top-service__item__title {
  color: #e95415;
  font-size: 24px;
  text-align: center;
  line-height: 1.3;
  font-weight: 700;
}

.top-service__item__title span {
  font-size: 15px;
}

.top-service__item__img {
  height: 135px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.top-service__item__subTitle {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
  text-align: center;
  margin: 0 0 8px;
}

.top-service__item p {
  font-size: 12px;
  line-height: 1.8;
}

.top-service__btn {
  width: 255px;
  height: 48px;
  border-radius: 25px;
  font-size: 14px;
}

@media (min-width: 769px) {
  .top-service {
    padding: 153px 0 64px;
    background-image: linear-gradient(to bottom, transparent, transparent 0, transparent 304px, #f1e1da 304px, #f1e1da 877px, transparent 877px);
    background-position: center;
    background-size: auto;
  }
  .top-service:before {
    font-size: 200px;
    top: 81px;
    right: calc(50% - 326px);
  }
  .top-service__inner {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1230px;
  }
  .top-service__desc {
    font-size: 20px;
    margin: 153px 0 55px;
    line-height: 1.8;
  }
  .top-service__list {
    margin: 0 0 64px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
            align-items: stretch;
  }
  .top-service__item {
    width: 31%;
    border-radius: 10px;
    box-shadow: 0 3px 18px 0 rgba(233, 84, 21, 0.1);
    padding: 24px 38px 46px;
    margin: 0;
  }
  .top-service__item:nth-of-type(1) .top-service__item__img img {
    width: 192px;
  }
  .top-service__item:nth-of-type(2) .top-service__item__img img {
    width: 287px;
  }
  .top-service__item:nth-of-type(3) .top-service__item__img img {
    width: 189px;
  }
  .top-service__item__num {
    top: -13px;
    left: 43px;
    width: 58px;
  }
  .top-service__item__title {
    font-size: 30px;
  }
  .top-service__item__title span {
    font-size: 1.3rem;
  }
  .top-service__item__img {
    height: 232px;
  }
  .top-service__item__subTitle {
    font-size: 1.3rem;
    text-align: left;
    line-height: 1.25;
    margin: 0 0 18px;
  }
  .top-service__item p {
    font-size: 1em;
    line-height: 1.8;
  }
  .top-service__btn {
    width: 358px;
    height: 96px;
    border-radius: 48px;
    font-size: 1.3rem;
  }
}

@media (min-width: 769px) and (max-width: 1150px) {
  .top-service .top-service__item__title {
    font-size: 24px;
  }
}

.top-case {
  padding: 0 0 88px;
}

.top-case__kv {
  width: 96%;
  height: 150px;
  border-radius: 5px;
  background: url(../img/top/case_bg.png) no-repeat center center/cover;
  padding: 32px 0 0;
  margin: 0 auto -26px;
}

.top-case__kv .top-commonTitle {
  color: #fff;
}

.top-case__desc {
  line-height: 1.4;
  color: #fff;
  font-size: 12px;
  text-align: center;
  font-weight: 700;
  margin: 17px 0 0;
}

.top-case__inner {
  padding: 0 4%;
}

.top-case__list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
          align-items: flex-start;
}

.top-case__item {
  width: 48%;
  margin: 0 0 35px;
}

.top-case__item a {
  display: block;
  color: #000;
}

.top-case__thumb {
  width: 100%;
  height: 0;
  padding: 53% 0 0;
  margin: 0 0 3px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 3px;
  position: relative;
}

.top-case__num {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 10px;
  color: #fff;
  background: #e68c67;
  position: absolute;
  left: -12px;
  bottom: -12px;
}

.top-case__title {
  font-size: 12px;
  font-weight: 700;
  padding: 0 0 0 15px;
  margin: 0 0 5px;
}

.top-case__text {
  font-size: 12px;
  line-height: 1.5;
}

.top-case__btn {
  width: 255px;
  height: 48px;
  border-radius: 25px;
  font-size: 14px;
}

@media (min-width: 769px) {
  .top-case {
    padding: 0 0 66px;
  }
  .top-case__kv {
    width: auto;
    max-width: inherit;
    height: 360px;
    border-radius: 0;
    background: url(../img/top/case_bg-pc.png) no-repeat center center/auto;
    padding: 102px 0 0;
    margin: 0 auto -90px;
  }
  .top-case__desc {
    line-height: 1.4;
    font-size: 1.3rem;
    margin: 29px 0 0;
  }
  .top-case__inner {
    max-width: 1260px;
    padding: 0 30px;
    margin: 0 auto;
  }
  .top-case__list {
    -webkit-box-pack: start;
            justify-content: flex-start;
    margin: 0 0 8px;
  }
  .top-case__item {
    width: 22%;
    margin: 0 4% 37px 0;
  }
  .top-case__item:nth-of-type(4n) {
    margin-right: 0;
  }
  .top-case__item a:hover .top-case__num {
    background-color: #e95415;
  }
  .top-case__thumb {
    padding: 53% 0 0;
    margin: 0 0 3px;
    border-radius: 6px;
  }
  .top-case__num {
    width: 50px;
    height: 50px;
    font-size: 18px;
    left: -25px;
    bottom: -21px;
    -webkit-transition: .2s;
    transition: .2s;
  }
  .top-case__title {
    font-size: 1.1rem;
    padding: 0 0 0 30px;
    margin: 0 0 5px;
  }
  .top-case__text {
    font-size: 0.9em;
    line-height: 1.8;
    margin-left:30px;
  }
  .top-case__btn {
    width: 358px;
    height: 96px;
    border-radius: 48px;
    font-size: 1.3rem;
  }
}

.top-contact {
  background: #FED7C9;
  padding: 28px 0 40px;
}

.top-contact__inner {
  padding: 0 8%;
  position: relative;
}

.top-contact__inner:before {
  content: '';
  width: 63px;
  height: 162px;
  background: url(../img/top/contact_img.png) no-repeat 0 0/100%;
  position: absolute;
  top: -51px;
  left: 11.1%;
}

.top-contact__text {
  color: #55433b;
  font-size: 12px;
  line-height: 1.73;
  position: relative;
  min-height: 95px;
  padding: 0 0 0 80px;
  margin: 0 0 27px;
  letter-spacing: -1px;
  font-weight: 700;
}

p.top-contact__title{
  text-align:center;
  font-size:150%;
  font-weight:bold;
  vertical-align: middle;
}
p.top-contact__title span.pop{
  color: #fff;
  font-weight: 500;
  font-size:14px;
  padding: 0.5em;
  background-color: #55433b;
  border-radius: 1em;
  text-align: center;
  vertical-align:text-top;
}

.top-contact__desc {
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  color: #55433b;
  margin: 0 0 3px;
}
.top-contact__desc span{
  font-size:90%;
  font-weight:500;
}
.top-contact__desc span a{
    padding: 4px;
    vertical-align: middle;
    color: #55433b;
    background-color: #F4E8E1;
    border-radius: 4px;
    border: 1px solid #ccc;
    margin: 0 4px;
    box-shadow: 2px 2px gray;
}
.top-contact__desc span a:hover {
  margin: 2px 2px 0 6px;
  box-shadow: none;
}
.top-contact__desc span a:after{
  content:url(../img/tel/tel_apo.png);
  vertical-align: middle;
  margin-left:2px;
}

.top-contact__tel {
  font-size: 30px;
  color: #55433b;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 12px;
  text-align: center;
}

.top-contact__tel span {
  display: inline-block;
  padding: 3px 0 3px 35px;
  background: url(../img/common/ico_tel.png) no-repeat top 5px left/30px;
}

.top-contact__list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
          align-items: flex-start;
}

.top-contact__item {
  width: 48%;
}

.top-contact__item .contactBtn {
  height: 50px;
  border-radius: 5px;
}

.top-contact__item .contactBtn span {
  font-size: 14px;
}

@media (min-width: 769px) {
  .top-contact {
    padding: 61px 0 63px;
  }
  .top-contact__inner {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
            align-items: flex-start;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1200px;
  }
  .top-contact__inner:before {
    width: 127px;
    height: 325px;
    top: -32px;
    left: 3px;
  }
  .top-contact__text {
    width: 48%;
    font-size: 19px;
    line-height: 1.6;
    min-height: auto;
    padding: 0 0 0 142px;
    margin: 0;
    letter-spacing: 0;
  }
  .top-contact__info {
    width: 49.5%;
    margin: -10px 0 0;
  }
  .top-contact__desc {
    font-size: 1.1rem;
    margin: 0 0 1px;
  }
  .top-contact__tel {
    font-size: 39px;
    margin: 0 0 17px;
  }
  .top-contact__tel span {
    padding: 3px 0 3px 52px;
    background: url(../img/common/ico_tel.png) no-repeat top 5px left 10px/45px;
    width: 340px;
  }
  .top-contact__item {
    width: 48.5%;
  }
  .top-contact__item .contactBtn {
    height: 80px;
    border-radius: 10px;
  }
  .top-contact__item .contactBtn span {
    font-size: 110%;
  }
}

.top-plan {
  padding: 65px 0 67px;
  position: relative;
}

.top-plan:before {
  content: 'Plan';
  font-size: 100px;
  position: absolute;
  top: 26px;
  right: calc(50% - 102px);
  color: #F8F2EF;
  line-height: 1;
  opacity: 1;
  z-index: -1;
  font-weight: 700;
}

.top-plan__inner {
  padding: 0 4%;
}

.top-plan__desc {
  color: #55433b;
  font-weight: 700;
  text-align: center;
  margin: 5px 0 12px;
}

.top-plan__list {
  margin: 0 0 32px;
}

.top-plan__item {
  width: 255px;
  height: 358px;
  background: url(../img/top/plan_item_bg.png) no-repeat top center/100%;
  padding: 62px 27px 0;
  margin: 0 auto 24px;
  position: relative;
}

.top-plan__item:last-child {
  margin-bottom: 0;
}

.top-plan__item__caption {
  position: absolute;
  top: 24px;
  left: -15px;
  width: 60px;
}

.top-plan__item__title {
  font-size: 18px;
  text-align: center;
  margin: 0 0 -2px;
  font-weight: 700;
}

.top-plan__item__text {
  line-height: 1.8;
  margin: 0 0 15px;
}

.top-plan__item__btn {
  width: 165px;
}

.top-plan__point {
  font-size: 12px;
  text-align: center;
  color: #55433b;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: -0.5px;
}

@media (min-width: 769px) {
  .top-plan {
    padding: 80px 0 72px;
  }
  .top-plan:before {
    font-size: 200px;
    top: 29px;
    right: calc(50% - 210px);
  }
  .top-plan__inner {
    max-width: 1120px;
    padding: 0 15px;
    margin: 0 auto;
  }
  .top-plan__desc {
    font-size: 1.3rem;
    margin: 12px 0 62px;
  }
  .top-plan__list {
    margin: 0 0 36px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
            align-items: flex-start;
  }
  .top-plan__item {
    width: 312px;
    height: 440px;
    padding: 88px 45px 0;
    margin: 0;
  }
  .top-plan__item__caption {
    top: 25px;
    left: -13px;
    width: 90px;
  }
  .top-plan__item__title {
    font-size: 24px;
    margin: 0 0 17px;
  }
  .top-plan__item__text {
    font-size: 0.9em;
    line-height: 1.8;
    margin: 0;
  }
  .top-plan__item__btn {
    width: 180px;
    height: 60px;
    position: absolute;
    bottom: 52px;
    left: calc(50% - 90px);
  }
  .top-plan__point {
    font-size: 1.3rem;
    line-height: 1.8;
  }
}

.top-information {
  background: url(../img/top/information_bg.png) no-repeat center center/cover;
  padding: 34px 0 0;
}

.top-information__inner {
  padding: 0 4%;
}

.top-information__list {
  margin: 46px 0 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
          align-items: flex-start;
}

.top-information__item {
  width: 49%;
  height: 120px;
  border-radius: 3px;
  box-shadow: 0 1.5px 9px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  text-align: center;
  position: relative;
  padding: 33px 0 0;
  margin: 0 0 28px;
}

.top-information__ico {
  width: 50px;
  position: absolute;
  top: -15px;
  left: calc(50% - 25px);
}

.top-information__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  color: #55433b;
}

.top-information__text {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  height: 64px;
  text-align: center;
}

.top-information__text p {
  font-size: 10px;
  line-height: 1.5;
  color: #55433b;
}

@media (min-width: 769px) {
  .top-information {
    background: url(../img/top/information_bg-pc.png) no-repeat center center/cover;
    padding: 75px 0 26px;
  }
  .top-information__inner {
    max-width: 1120px;
    padding: 0 15px;
    margin: 0 auto;
  }
  .top-information__list {
    margin: 58px 0 0;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
            align-items: flex-start;
  }
  .top-information__item {
    width: 31%;
    height: 201px;
    border-radius: 6px;
    box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
    padding: 74px 0 0;
    margin: 0 0 56px;
  }
  .top-information__ico {
    width: 100px;
    top: -30px;
    left: calc(50% - 50px);
  }
  .top-information__title {
    font-size: 24px;
    margin: 0 0 22px;
  }
  .top-information__text {
    height: auto;
  }
  .top-information__text p {
    font-size: 1em;
    line-height: 1.5;
  }
}

.top-news__title {
  width: 100%;
  height: 70px;
  background: #55433b;
  color: #fff;
  text-align: center;
  padding: 22px 0 0;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
}

.top-news__title span {
  font-size: 10px;
}

.top-news__block {
  background: #F3875F;
}

.top-news__list {
  padding: 18px 4% 0;
}

.top-news__item {
  margin: 0 0 22px;
}

.top-news__item:last-child {
  margin: 0;
}

.top-news__item a {
  color: #fff;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
          align-items: flex-start;
}

.top-news__thumb {
  width: 39%;
  height: 0;
  padding: 22% 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 3px;
}

.top-news__info {
  width: 57%;
}

.top-news__head {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  margin: -4px 0 6px;
  font-weight: 700;
}

.top-news__time {
  font-size: 12px;
}

.top-news__cat {
  font-size: 10px;
  color: #fff497;
}

.top-news__text {
  font-size: 12px;
  line-height: 1.5;
}

.top-news__link {
  position: relative;
  top: 20px;
  z-index: 2;
}

.top-news__link__list {
  width: 284px;
  height: 40px;
  margin: 0 auto;
  background: #55433b;
  border-radius: 20px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
}

.top-news__link__list:before {
  content: '';
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 10px;
  left: 50%;
}

.top-news__link__item {
  width: 50%;
  text-align: center;
  font-weight: 700;
}

.top-news__link__item a {
  color: #fff;
}

@media (min-width: 769px) {
  .top-news__inner {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
            align-items: flex-start;
    height: 400px;
  }
  .top-news__title {
    width: 360px;
    height: 100%;
    padding: 177px 0 0;
    font-size: 24px;
    line-height: 1.2;
  }
  .top-news__title span {
    font-size: 16px;
  }
  .top-news__block {
    width: calc(100% - 360px);
    height: 400px;
    padding: 40px 0 0 40px;
    position: relative;
  }
  .top-news__list {
    padding: 0 40px 0 0;
    overflow-x: scroll;
    white-space: nowrap;
    height: 100%;
  }
  .top-news__item {
    display: inline-block;
    width: 220px;
    margin: 0 11px 0 0;
  }
  .top-news__item a {
    color: #fff;
    display: block;
  }
  .top-news__thumb {
    height: 115px;
    width: 220px;
    margin: 0 0 23px;
    border-radius: 6px;
  }
  .top-news__info {
    width: 100%;
  }
  .top-news__head {
    margin: 0 0 11px;
  }
  .top-news__time {
    font-size: 1em;
  }
  .top-news__cat {
    font-size: 1em;
  }
  .top-news__text {
    font-size: 1em;
    line-height: 1.8;
    white-space: normal;
    height: 6em;
    overflow: hidden;
  }
  .top-news__link {
    position: absolute;
    top: auto;
    bottom: -30px;
    right: 10%;
  }
  .top-news__link__list {
    width: 416px;
    height: 60px;
    border-radius: 30px;
  }
  .top-news__link__list:before {
    height: 30px;
    top: 15px;
  }
  .top-news__link__item {
    font-size: 1em;
  }
  .top-news__link__item a:hover {
    text-decoration: underline;
  }
}

.top-voice {
  padding: 78px 0 70px;
  position: relative;
}

.top-voice:before {
  content: '';
  width: 33%;
  height: 241px;
  position: absolute;
  top: 128px;
  right: 0;
  background: #e68c67;
  opacity: .15;
}

.top-voice__inner {
  padding: 0 8%;
}

.top-voice__title {
  font-size: 20px;
  line-height: 1.45;
  color: #55433b;
  font-weight: 700;
  letter-spacing: -.5px;
  margin: 0 0 16px;
}

.top-voice__title span {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(61%, rgba(230, 140, 103, 0.4)), to(rgba(230, 140, 103, 0.4)));
  background: linear-gradient(transparent 0%, transparent 60%, rgba(230, 140, 103, 0.4) 61%, rgba(230, 140, 103, 0.4) 100%);
}

.top-voice__title em {
  letter-spacing: -10px;
}

.top-voice__img {
  margin: 0 0 30px;
  text-align: center;
  position: relative;
}

.top-voice__img-pc {
  display: none;
}

.top-voice__img img {
  width: 95%;
}

.top-voice p {
  margin: 0 0 23px;
  line-height: 1.8;
}

.top-voice p:nth-last-of-type(1) {
  margin: 0;
}

@media (min-width: 769px) {
  .top-voice {
    padding: 100px 0 120px;
  }
  .top-voice:before {
    width: 40%;
    height: 482px;
    top: 88px;
  }
  .top-voice__inner {
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
            align-items: flex-start;
  }
  .top-voice__info {
    width: 49%;
  }
  .top-voice__title {
    font-size: 32px;
    line-height: 1.5;
    letter-spacing: 0;
    margin: 0 0 52px;
  }
  .top-voice__title span {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(60%, rgba(230, 140, 103, 0.4)), color-stop(90%, rgba(230, 140, 103, 0.4)), color-stop(90%, transparent), to(transparent));
    background: linear-gradient(transparent 0%, transparent 60%, rgba(230, 140, 103, 0.4) 60%, rgba(230, 140, 103, 0.4) 90%, transparent 90%, transparent);
  }
  .top-voice__title em {
    letter-spacing: -10px;
  }
  .top-voice__img {
    margin: 0;
  }
  .top-voice__img-sp {
    display: none;
  }
  .top-voice__img-pc {
    display: block;
    width: 50%;
    padding: 91px 0 0;
  }
  .top-voice__img img {
    width: 100%;
  }
  .top-voice p {
    margin: 0 0 30px;
    line-height: 1.8;
    font-size: 1em;
  }
}

.top-tel {
  background-color: #f0f0f0;
  height: 140px;
}

.top-tel__inner {
  position: relative;
  padding: 22px 4% 0 20%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
          align-items: flex-start;
}

.top-tel__img {
  position: absolute;
  width: 43px;
  left: 8%;
  bottom: 3px;
}

.top-tel__info {
  width: 180px;
  font-weight: 700;
}

.top-tel__info__text {
  font-size: 12px;
  line-height: 1.3;
}

.top-tel__info__number {
  font-size: 12px;
}

.top-tel__info__number span {
  font-size: 15px;
}

.top-tel__point {
  width: calc(100% - 180px);
  height: 60px;
  background-color: #e95415;
  border-radius: 10px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.top-tel__point p {
  color: #fff;
  font-size: 10px;
  text-align: center;
  line-height: 1.3;
}

.top-tel__point p span {
  display: block;
  font-size: 15px;
  font-weight: 700;
}

@media (min-width: 769px) {
  .top-tel {
    height: 200px;
  }
  .top-tel__inner {
    width: 640px;
    padding: 35px 0 0;
    margin: 0 auto;
  }
  .top-tel__img {
    width: 85px;
    left: -114px;
    bottom: 2px;
  }
  .top-tel__info {
    width: 370px;
  }
  .top-tel__info__text {
    font-size: 24px;
    line-height: 1.5;
    margin: 0 0 -4px;
  }
  .top-tel__info__number {
    font-size: 24px;
  }
  .top-tel__info__number span {
    font-size: 30px;
  }
  .top-tel__point {
    width: 264px;
    height: 121px;
    border-radius: 20px;
  }
  .top-tel__point p {
    font-size: 20px;
    line-height: 1.3;
  }
  .top-tel__point p span {
    font-size: 30px;
  }
}



/* #region company */
.common-kv-company, .common-kv-shonan {
  background-image: url(../img/company/kv.webp);
}

.common-kv-yokohama{
  background-image: url(../img/company/kv-yokohama.webp);
}


@media (min-width: 769px) {
  .company {
    padding: 0 0 140px;
  }
}

.company-block {
  margin: 0 0 60px;
}

@media (min-width: 769px) {
  .company-block {
    margin: 0 0 115px;
  }
}

.company-desc {
  font-weight: 700;
  border-bottom: 1px solid #d6c7be;
  padding: 0 0 7px;
  margin: 0 0 20px;
}

@media (min-width: 769px) {
  .company-desc {
    font-size: 1.3rem;
    padding: 0 0 5px;
    margin: 0 0 23px;
  }
}

.company-message p {
  margin: 0 0 28px;
}

.company-message a{
  color:#e95415;
}

@media (min-width: 769px) {
  .company-message p {
    font-size: 1em;
    margin: 0 0 27px;
  }
}

.company-ceo__img {
  width: 100%;
  text-align: center;
  margin: 0 0 15px;
}

.company-ceo__detail p {
  margin: 0 0 20px;
}

.company-ceo__title {
  font-size: 14px;
  color: #55433b;
  margin: 10px 0 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.5px;
}

.company-ceo__title span {
  font-size: 24px;
  display: block;
  letter-spacing: 1.5px;
}

@media (min-width: 769px) {
  .company-ceo__img {
    width: 312px;
    margin: 0;
  }
  .company-ceo__detail {
    width: 524px;
    padding: 8px 0 0;
  }
  .company-ceo__detail p {
    font-size: 1em;
    margin: 0 0 27px;
  }
  .company-ceo__title {
    font-size: 1.3rem;
    letter-spacing: 2px;
    margin: 8px 0 30px;
  }
  .company-ceo__title span {
    font-size: 30px;
  }
}

.company-philosophy p {
  margin: 0 0 20px;
}

.company-table-history tr:nth-of-type(2n - 1) {
  background-color: #f4e8e1;
}

.company-table-history th {
  border-right: 1px solid #d6c7be;
  border-bottom: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  width:7em;
}

.company-table-history th.thr {
  border-left: 1px solid #d6c7be;
  border-bottom:none;
  border-right: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
}

.company-table-history td {
  border-bottom: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

@media (min-width: 769px) {
  .company-table-history th {
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 32px;
    width:205px;
  }
  .company-table-history th.thr {
    padding-top: 17px;
    padding-bottom: 17px;
    padding-right: 32px;
  }
  .company-table-history td {
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 46px;
    padding-right: 46px;
  }
  .company-table-history thead th{
    background-color:#55433b;
    color:#fff;
  }
  .company-table-history thead td{
    background-color:#55433b;
    color:#fff;
  }

}



.company-table-achievement th {
  width: 40%;
}

.company-table-achievement th span {
  font-size: 12px;
}

@media (min-width: 769px) {
  .company-table-achievement th {
    width: 270px;
  }
  .company-table-achievement th span {
    display: inline-block;
    font-size:1em;
  }
}

@media (min-width: 769px) {
  .company-philosophy p {
    font-size: 1em;
  }
}

.company-stuff__item {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
          align-items: flex-start;
  margin: 0 0 40px;
}

.company-stuff__img {
  width: 40%;
}

.company-stuff__info {
  width: 57%;
}

.company-stuff__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 5px;
}

.company-stuff__subTitle {
  font-size: 12px;
  line-height: 1.46;
  margin: 0 0 10px;
}

.company-stuff__like {
  margin: 0;
  font-size:0.88em;
}

.company-stuff__text {
  width: 100%;
  margin: 15px 0 0;
  line-height: 1.5;
}

@media (min-width: 769px) {
  .company-stuff {
    margin-bottom: 50px;
  }
  .company-stuff__list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: flex-start;
    -webkit-box-align: start;
            align-items: flex-start;
  }
  .company-stuff__item {
    width: 30%;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
            align-items: flex-start;
    margin: 0 5% 65px 0;
  }
  .company-stuff__item:nth-of-type(3n) {
    margin-right: 0;
  }
  .company-stuff__img {
    width: 100%;
    margin: 0 0 32px;
  }
  .company-stuff__info {
    width: 100%;
  }
  .company-stuff__title {
    font-size: 1.3rem;
  }
  .company-stuff__subTitle {
    font-size: 1em;
    margin: 0 0 7px;
    height: 55px;
  }
  .company-stuff__like {
    margin: 0 0 10px;
    font-size:1em;
  }
  .company-stuff__text {
    margin: 0;
  }
}

@media (min-width: 769px) {
  .company-access {
    margin-bottom: 0;
  }
}

.company-office .common-table td a {
  display: block;
}

.company-office__img {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
          align-items: flex-start;
  margin: 0 0 20px;
}

.company-office__img img {
  display: block;
  width: 48%;
}

.company-office__img img img {
  width: 100%;
}

.company-office__map {
  margin: 20px 0;
}

.company-office__map iframe {
  width: 100%;
  height: 250px;
}

.company-office__map__link {
  text-align: right;
  margin: 10px 0 0;
}

.company-office__map__link span {
  display: inline-block;
  width: 200px;
  height: 40px;
  line-height: 37px;
}

.company-office__map__link span a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  border: 1px solid #d6c7be;
  border-radius: 20px;
  color: #55433b;
  font-weight: 700;
  background: url(../img/common/ico_arrow.png) no-repeat center right 10px/auto;
}

.company-office__text {
  margin: 0 0 30px;
}

.company-office__directions {
  margin: 20px 0 30px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
          align-items: flex-start;
}

.company-office__directions__item {
  width: 48%;
  margin: 0 4% 30px 0;
}

.company-office__directions__item:nth-of-type(2n) {
  margin-right: 0;
}

.company-office__directions__img {
  position: relative;
  margin: 0 0 10px;
}

.company-office__directions__img img {
  width: 100%;
}

.company-office__directions__num {
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  color: #fff;
  font-weight: 700;
  background: #e77443;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  left: -10px;
}

.company-office__directions__text {
  font-size: 12px;
}

@media (min-width: 769px) {
  .company-office .common-table td a {
    display: inline-block;
    margin-left: 35px;
  }
  .company-office__img {
    margin: 0 0 18px;
  }
  .company-office__img img {
    width: 47.3%;
  }
  .company-office__map {
    margin: 38px 0 16px;
  }
  .company-office__map iframe {
    height: 362px;
  }
  .company-office__map__link {
    margin: 16px 0 0;
  }
  .company-office__map__link span a {
    -webkit-transition: .2s;
    transition: .2s;
  }
  .company-office__map__link span a:hover {
    background: url(../img/common/ico_arrow_white.png) no-repeat center right 10px/auto #55433b;
    color: #fff;
  }
  .company-office__directions {
    margin: 36px 0 40px;
  }
  .company-office__directions__item {
    width: 23%;
    margin: 0 2.666% 44px 0;
  }
  .company-office__directions__item:nth-of-type(2n) {
    margin-right: 2.666%;
  }
  .company-office__directions__item:nth-of-type(4n) {
    margin-right: 0;
  }
  .company-office__directions__img {
    margin: 0 0 10px;
  }
  .company-office__directions__num {
    width: 30px;
    height: 30px;
    top: -15px;
    left: -15px;
    font-size: 0.9em;
  }
  .company-office__directions__text {
    font-size: 1em;
  }
}

/* 書籍プレゼントページ */
.common-kv-present {
  background-image: url(../img/present/kv.webp);
}

/* #endregion */



.common-kv-plan {
  background-image: url(../img/plan/kv.png);
}

@media (min-width: 769px) {
  .plan {
    padding: 0 0 80px;
  }
}

.plan-point {
  padding: 0 0 80px;
}

.plan-point__list {
  margin: 0 0 30px;
}

.plan-point__item {
  position: relative;
  border-radius: 5px;
  box-shadow: 0 0 7px 0 rgba(230, 140, 103, 0.28);
  background-color: #fff;
  height: 220px;
  padding: 21px 0 0;
  margin: 0 0 15px;
}

.plan-point__item > img {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 70px;
}

.plan-point__item__img {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  height: 100px;
}

.plan-point__item__text {
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #55433b;
}

.plan-point__item__text a{
  background-color: #f9f0eb;
  border-radius: 8px;
  padding: 8px;
  display: block;
  width: max-content;
  color: #54433b;
  border: 1px solid #54433b;
  float: right;
  margin: 8px;
}

.plan-point__btn {
  width: 255px;
  height: 48px;
  border-radius: 25px;
  font-size: 14px;
}

@media (min-width: 769px) {
  .plan-point {
    padding: 0 0 120px;
  }
  .plan-point__list {
    margin: 0 0 52px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
            align-items: flex-start;
  }
  .plan-point__item {
    width: 31.5%;
    border-radius: 10px;
    height: 290px;
    padding: 25px 5px 0;
    margin: 0;
  }
  .plan-point__item > img {
    top: 16px;
    left: 14px;
    width: 84px;
  }
  .plan-point__item__img {
    height: 140px;
  }
  .plan-point__item__text {
    font-size: 1.1rem;
  }
  .plan-point__item__text a{
    margin:8px auto;
    float: none;
  }
  .plan-point__item__text a:hover{
    color: #fff;
    background-color: #e77443;
  }

  .plan-point__btn {
    width: 400px;
    height: 80px;
    border-radius: 40px;
    font-size: 1.3rem;
  }
}

.plan-service__nav {
  margin: 0 0 50px;
}

.plan-service__nav__item {
  margin: 0 0 15px;
}

.plan-service__nav__item a {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  color: #000;
  background-color: #f4e8e1;
  background-image: url(../img/common/ico_arrow_circle-brown.png);
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size: 18px;
  border-radius: 5px;
  box-shadow: 0 5px 0 0 #d6c7be;
}

.plan-service__nav__text {
  text-align: center;
  line-height: 1.5;
}

.plan-service__nav__text strong {
  font-weight: 700;
  display: block;
}

@media (min-width: 769px) {
  .plan-service__nav {
    margin: 0 0 108px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
            align-items: flex-start;
  }
  .plan-service__nav__item {
    width: 31.5%;
    margin: 0 2.75% 18px 0;
  }
  .plan-service__nav__item:nth-of-type(3n) {
    margin-right: 0;
  }
  .plan-service__nav__item a {
    height: 78px;
    background-position: center right 18px;
    background-size: 23px;
    position: relative;
    border-radius: 10px;
    top: 0;
    -webkit-transition: .2s;
    transition: .2s;
  }
  .plan-service__nav__item a:hover {
    top: 5px;
    box-shadow: none;
  }
}

.plan-service__title {
  padding: 15px 10px 15px 20px;
  margin: 0 0 20px;
  color: #55433b;
  font-size: 14px;
  background: #f9f0eb;
  position: relative;
  line-height: 1.3;
}

.plan-service__title strong {
  font-weight: 700;
  display: block;
  font-size: 16px;
  margin: 0 0 10px;
}

.plan-service__title:before {
  content: '';
  width: 4px;
  height: 62px;
  background-color: #55433b;
  display: block;
  position: absolute;
  top: calc(50% - 31px);
  left: 0;
}

@media (min-width: 769px) {
  .plan-service__title {
    padding: 30px 0 30px 30px;
    margin: 0 0 40px;
    font-size: 1.1rem;
    line-height: 1.3;
  }
  .plan-service__title strong {
    font-size: 1.3em;
    margin: 0 0 13px;
  }
}

.plan-service__block {
  padding: 0 0 80px;
}

@media (min-width: 769px) {
  .plan-service__block {
    padding: 0 0 118px;
  }
}

.plan-service__detail {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 7px 0 rgba(230, 140, 103, 0.28);
  background-color: #fff;
  margin: 0 0 20px;
}

.plan-service__heading {
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
  height: auto;
  border-radius: 20px 20px 0 0;
  padding: 1em;
  margin-bottom: 1em;
  font-weight: 700;
  border-radius: 10px 10px 0 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
}

.plan-service__heading-blue {
  background-color: #54aad8;
}

.plan-service__heading-lightgreen {
  background-color: #aed24f;
}

.plan-service__heading-orange {
  background-color: #e77443;
}

.plan-service__heading-green {
  background-color: #5fc6a8;
}

.plan-service__heading-yellow {
  background-color: #e2c150;
}

.plan-service__heading-pink {
  background-color: #ee9aab;
}

.plan-service__body {
  padding: 0 5% 20px;
}

.plan-service__price {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  height: 65px;
  border-bottom: 1px solid #d6c7be;
  margin: 0 0 20px;
}

.plan-service__price p {
  color: #e68c67;
  font-size: 36px;
  font-weight: 700;
  position: relative;
}

.plan-service__price p span {
  color: #000;
  font-size: 14px;
  position: relative;
  top: -2px;
  margin-right: 10px;
}

.plan-service__table {
  table-layout: fixed;
  width: 100%;
  line-height: 1.5;
}

.plan-service__table th {
  font-weight: 700;
  display: block;
  width: 100%;
  text-align: left;
  margin: 0 0 3px;
}

.plan-service__table td {
  display: block;
  width: 100%;
  margin: 0 0 20px;
}

.plan-service__table__list li {
  position: relative;
  padding: 0 0 0 16px;
  line-height: 1.8;
}

.plan-service__table__list li:before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 769px) {
  .plan-service__detailWrap {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
            align-items: stretch;
    margin: 0 0 32px;
  }
  .plan-service__detailWrap-center {
    -webkit-box-pack: center;
            justify-content: center;
  }
  .plan-service__detail {
    width: 48%;
    border-radius: 20px;
    margin: 0;
  }
  .plan-service__heading {
    font-size: 2em;
    height: auto;
    border-radius: 20px 20px 0 0;
    padding: 1em;
    margin-bottom: 1em;
  }
  .plan-service__heading img {
    margin-top: 0;
}
  .plan-service__body {
    padding: 0 8% 50px;
  }
  .plan-service__price {
    height: 122px;
    margin: 0 0 41px;
  }
  .plan-service__price p {
    font-size: 60px;
    top: 10px;
  }
  .plan-service__price p span {
    font-size: 1.3rem;
    top: -2px;
    margin-right: 10px;
  }
  .plan-service__table {
    line-height: 1.8;
  }
  .plan-service__table th {
    display: table-cell;
    width: 114px;
    margin: 0;
    padding: 0 0 20px;
  }
  .plan-service__table td {
    display: table-cell;
    padding: 0 0 20px;
  }
  .plan-service__table__list li {
    padding: 0 0 0 16px;
  }
  .plan-service__attention li {
    padding: 0 0 0 14px;
    line-height: 1.8;
    font-size: 1em;
  }
  .plan-service__attention li:before {
    top: 0;
    left: 0;
  }
}

.plan-service__attention li {
  position: relative;
  padding: 0 0 0 14px;
  line-height: 1.5;
  font-size: 12px;
}

.plan-service__attention li:before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 769px) {
  .plan-service__attention-small {
    max-width: 48%;
    margin: 0 auto;
  }
  .plan-service__attention li {
    padding: 0 0 0 14px;
    line-height: 1.8;
    font-size: 1em;
  }
  .plan-service__attention li:before {
    top: 0;
    left: 0;
  }
}

.common-kv-receiving{
  background-image: url(../img/receiving/kv.png);
}
.common-kv-article {
  background-image: url(../img/article/kv.png);
}
.common-kv-blog {
  background-image: url(../img/blog/kv.png);
}
.common-kv-interview {
  background-image: url(../img/interview/kv.png);
}
.common-kv-manual {
  background-image: url(../img/manual/kv.png);
}

.article {
  padding: 0 0 80px;
}

@media (min-width: 769px) {
  .article {
    padding: 0 0 240px;
  }
}

.article-desc {
  width: 100%;
  margin: 0 0 40px;
}

.article-desc p {
  margin: 0 0 20px;
  line-height: 1.8;
}

@media (min-width: 769px) {
  .article-desc {
    margin: 0 0 81px;
  }
  .article-desc p {
    text-align: center;
    margin: 0 0 27px;
  }
}

/*--------------------------------------------------
 * category
--------------------------------------------------*/
.article-category,
.article-single {
  width: 100%;
  margin: 0 0 80px;
}

@media (min-width: 769px) {
  .article-category,
  .article-single {
    width: 65.4%;
    margin: 0;
  }
}

.article-list {
  margin: 0 0 30px;
}

.article-list__item {
  margin: 0 0 20px;
}

.article-list__item a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background-color: #fff;
  color: #000;
}

.article-list__thumb {
  border-radius: 6px 6px 0 0;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 61%;
  position: relative;
}

.article-list__thumb img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.article-list__body {
  padding: 15px 5%;
  position: relative;
}

.article-list__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 10px;
}

.article-list__text {
  line-height: 1.7;
  margin: 0 0 15px;
}

.article-list__time {
  font-size: 12px;
  color: #706c6b;
  text-align: right;
  display: block;
}

@media (min-width: 769px) {
  .article-list {
    margin: 0 0 28px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
            align-items: stretch;
  }
  .article-list__item {
    width: 48.3%;
    margin: 0 0 29px;
  }
  .article-list__item:hover .article-list__thumb img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .article-list__item:hover .article-list__title {
    color: #e95415;
  }
  .article-list__thumb img {
    -webkit-transition: .5s;
    transition: .5s;
  }
  .article-list__body {
    padding: 16px 8% 45px;
    height: 207px;
  }
  .article-list__body__receive {
    padding: 16px 8% 45px;
    height: 240px;
  }
  .article-list__title {
    font-size: 1.3rem;
    margin: 0 0 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .article-list__text {
    font-size: 0.9rem;
    margin: 0;
  }
  .article-list__time {
    font-size: 0,8rem;
    bottom: 20px;
    right: 36px;
  }
}

.nav-links {
  text-align: center;
}

.page-numbers,
.wp-pagenavi .page {
  display: inline-block;
  margin: 0 4px;
  width: 30px;
  height: 30px;
  line-height: 28px;
  border-radius: 50%;
  background-color: #f4e8e1;
  text-align: center;
  font-size: 16px;
  color: #55433b;
  font-weight: 700;
}

.page-numbers.current,
.wp-pagenavi span {
  display: inline-block;
  margin: 0 4px;
  width: 30px;
  height: 30px;
  line-height: 28px;
  border-radius: 50%;
  background-color: #f4e8e1;
  text-align: center;
  font-size: 16px;
  color: #55433b;
  font-weight: 700;
  background-color: #55433b;
  color: #fff;
  pointer-events: none;

}

.page-numbers.prev {
  font-size: 16px;
  width: 70px;
  border-radius: 20px;
  background-image: url(../img/common/ico_arrow-left.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center left 10px;
  padding-left: 20px;
  padding-left: 20px;
  background-color: #f4e8e1;
  font-weight: 700;
}
.previouspostslink {
  margin: 0 4px;
  font-size: 16px;
  width: 70px;
  border-radius: 20px;
  background-image: url(../img/common/ico_arrow-left.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center left 10px;
  padding: 2px 20px 2px 30px;
  background-color: #f4e8e1;
  font-weight: 700;
}

.page-numbers.next,
.nextpostslink {
  margin: 0 4px;
  font-size: 16px;
  width: 70px;
  border-radius: 20px;
  background-image: url(../img/common/ico_arrow.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center right 10px;
  padding-right: 20px;
  background-color: #f4e8e1;
  font-weight: 700;
  padding: 2px 30px 2px 20px;
  background-color: #f4e8e1;
  font-weight: 700;
}

@media (min-width: 769px) {
  .page-numbers {
    margin: 0 3px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.3rem;
    -webkit-transition: .2s;
    transition: .2s;
  }
  .page-numbers:hover {
    background-color: #55433b;
    color: #fff;
  }
  .page-numbers.prev {
    width: 90px;
    background-position: center left 15px;
  }
  .page-numbers.prev:hover {
    background-image: url(../img/common/ico_arrow_white-left.png);
  }
  .page-numbers.next {
    width: 90px;
    background-position: center right 15px;
  }
  .page-numbers.next:hover {
    background-image: url(../img/common/ico_arrow_white.png);
  }
}


/* ページ送り */
.nav.pagination{
  text-align: center;
}
.nextpostslink ,.previouspostslink{
  color:#54433b;
}
.nextpostslink:hover{
  color:white;
  background-color: #e68c67;
  background-image: url(https://www.sagami-nenkin.com/wp-content/themes/sagami/assets/img/common/ico_arrow-hover.png);
}
.previouspostslink:hover{
  color:white;
  background-color: #e68c67;
  background-image: url(https://www.sagami-nenkin.com/wp-content/themes/sagami/assets/img/common/ico_arrow-left-hover.png);
}

span.extend {
  background-color: transparent;
  color: #54433b;
}

.wp-pagenavi .page:hover{
  color:white;
  background-color: #e68c67;
}


/*--------------------------------------------------
 * single
--------------------------------------------------*/
.single-title {
  border-left: 4px solid #55433b;
  padding: 3px 0 3px 15px;
  margin: 0 0 20px;
  font-size: 24px;
  line-height: 1.26;
  font-weight: 700;
  color: #55433b;
}

@media (min-width: 769px) {
  .single-title {
    padding: 5px 0 5px 30px;
    margin: 0 0 44px;
    font-size: 36px;
  }
}

.single-thumb {
  margin: 0 0 20px;
  text-align: center;
  position: relative;
}

.single-thumb img {
  border-radius: 10px;
  width: 100%;
}

@media (min-width: 769px) {
  .single-thumb {
    margin: 0 0 1rem;

  }
  .single-thumb img {
    border-radius: 20px;
  }
}

.single-menu,
.no_bullets {
  width: 100%;
  border-radius: 10px;
  background-color: #f4e8e1;
  padding: 5% 5%;
  margin: 0 0 20px;
}

.single-menu__accordion dt {
  font-size: 18px;
  color: #55433b;
  font-weight: 700;
  margin: 0 0 0;
  padding: 0 0 0 15px;
  position: relative;
  cursor: pointer;
}
.no_bullets .toc_title {
  font-size: 22px;
  color: #55433b;
  font-weight: 700;
  margin: 0 0 0;
  padding: 0 0 0 24px;
  position: relative;
  cursor: pointer;
}

.single-menu__accordion dt:before{
  content: '●';
  font-size: 12px;
  position: absolute;
  top: 6px;
  left: 0;
}

.no_bullets .toc_title:before {
  content: '●';
  font-size: 16px;
  position: absolute;
  top: 6px;
  left: 0;
}
.single-menu__accordion dt span,
.no_bullets .toc_title span{
  color: #e95415;
  font-size: 12px;
  position: relative;
  top: -2px;
  left: 10px;
}

.single-menu__accordion dd,
.no_bullets .toc_list {
  font-size: 16px;
  border-top: 1px solid #55433b;
  padding: 26px 0 0;
  margin: 10px 0 0;
}

.single-menu__list li,
.no_bullets .toc_list li {
  line-height: 1.5;
  margin: 0 0 5px;
  font-weight: 700;
}

.single-menu__list li a,
.no_bullets .toc_list li a {
  color: #55433b;
  text-decoration: underline;
}

.single-menu__list li a:hover,
.no_bullets .toc_list li a:hover {
  text-decoration: none;
}

.single-menu__list__child,
.no_bullets .toc_list li ul {
  padding: 1% 0 0 9%;
}

.single-menu__list__child li,
.no_bullets .toc_list li ul li {
  font-weight: normal;
}

.toc_brackets+a{
  margin-left:22px;
}

@media (min-width: 769px) {
  .single-menu,
  .no_bullets {
    border-radius: 20px;
    padding: 45px 7%;
    margin: 0 0 118px;
  }

  .single-menu__accordion dt {
    font-size: 24px;
    padding: 0 0 0 20px;
  }
  .single-menu__accordion dt:before {
    font-size: 1.5rem;
    top: 9px;
    left: -2px;
  }
  .single-menu__accordion dt span {
    font-size: 1.4rem;
    top: -3px;
    left: 5px;
  }
  .single-menu__accordion dd {
    padding: 26px 0 0;
    margin: 3px 0 0;
  }
  .single-menu__list li {
    font-size: 1.1rem;
    margin: 0 0 7px;
  }
  .single-menu__list__child {
    padding: 6px 0 0 40px;
  }
}

.single-content h2 {
  clear: both;
  font-size: 20px;
  color: #55433b;
  font-weight: 700;
  padding: 0 0 5px;
  margin: 60px 0 20px;
  position: relative;
  line-height: 1.5;
}

.single-content h2:before {
  content: '';
  width: 100%;
  height: 3px;
  box-shadow: inset 180px 0 0 0 #55433b;
  background-color: #d6c7be;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
}

@media (min-width: 769px) {
  .single-content h2 {
    font-size: 24px;
    margin: 110px 0 32px;
  }
  .single-content h2:before {
    box-shadow: inset 218px 0 0 0 #55433b;
    bottom: -5px;
  }
}

.single-content h3 {
  clear: both;
  padding: 10px 10px 10px 20px;
  margin: 40px 0 10px;
  color: #55433b;
  font-weight: 700;
  font-size: 16px;
  background: #f9f0eb;
  position: relative;
  line-height: 1.5;
}

.single-content h3:before {
  content: '';
  width: 5px;
  height: 26px;
  background-color: #55433b;
  display: block;
  position: absolute;
  top: calc(50% - 13px);
  left: 0;
}

@media (min-width: 769px) {
  .single-content h3 {
    padding: 15px 10px 15px 26px;
    margin: 88px 0 28px;
    font-size: 20px;
  }
}

.single-content figure {
  margin: 20px 0 0;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

.single-content figure img {
  display: inline-block;
  margin: 0;
  width: auto;
  border-radius: 10px;
}

.single-content figure figcaption {
  line-height: 1.5;
  margin: 5px 0 0;
  text-align: left;
}

@media (min-width: 769px) {
  .single-content figure {
    margin: 42px auto 0;
    max-width: 673px;
  }
  .single-content figure figcaption {
    margin: 11px 0 0;
    font-size: 1.1rem;
  }
}

.single-content p {
  line-height: 1.8;
  margin: 0 0 20px;
}

@media (min-width: 769px) {
  .single-content p {
    margin: 0 0 30px;
  }
}

.single-content a {
  color: #e95415;
  text-decoration: underline;
}

.single-content a:hover {
  text-decoration: none;
}

.sidebar {
  width: 100%;
}

@media (min-width: 769px) {
  .sidebar {
    width: 30.6%;
    margin: 0;
  }
}

.keywordBar .header__heading__title {
  float: right;
}

.sidebar .keywordBar{
  width:100%;
  float: none;
  margin-bottom:1.2em;
  margin-top:4em;
}

.keywordBar input {
  border-radius: 17px;
  border: solid 1px #ccc;
  background-color: #fff;
  background-image: url(../img/common/ico_search.png);
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size: auto;
  color: #000;
  padding: 0px 12px;
}

@media (min-width: 769px) {
    .keywordBar input{
  display: block;
  }
}


.sidebar__keywordBar input::-webkit-input-placeholder {
  color: #999;
}

.sidebar__keywordBar input::-moz-placeholder {
  color: #999;
}

.sidebar__keywordBar input:-ms-input-placeholder {
  color: #999;
}

.sidebar__keywordBar input::-ms-input-placeholder {
  color: #999;
}

.sidebar__keywordBar input::placeholder {
  color: #999;
}

.sidebar__cat {
  border-radius: 6px;
  background-color: #f4e8e1;
  padding: 15px 8%;
  margin: 0 0 20px;
  clear: both;
  font-size: 95%;
}

.sidebar__cat__title {
  font-weight: 700;
  color: #55433b;
  margin: 0 0 3px;
}

.sidebar__cat__list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
          align-items: flex-start;
}

.sidebar__cat__list li {
  width: 50%;
  position: relative;
  margin: 0 0 5px;
  padding: 0 0 0 15px;
}

.sidebar__cat__list_one li{
  width:100%;
}

.sidebar__cat__list li:before {
  content: '●';
  position: absolute;
  top: 4px;
  left: 0;
  color: #55433b;
  font-size: 10px;
}

.sidebar__cat__list li a {
  color: #55433b;
}

@media (min-width: 769px) {
  .sidebar__cat {
    margin: 0 0 27px;
  }
  .sidebar__cat__title {
    margin: 0 0 11px;
  }
  .sidebar__cat__list li {
    margin: 0 0 7px;
    padding: 0 0 0 15px;
  }
  .sidebar__cat__list li:before {
    top: 6px;
    left: 0;
  }
  .sidebar__cat__list li a:hover {
    text-decoration: underline;
  }
}

.sidebar__article {
  margin: 0 0 30px;
}

.sidebar__article__caption {
  font-weight: 700;
  margin: 0 0 -8px;
}

.sidebar__article__item {
  border-bottom: 1px solid #ccc;
}

.sidebar__article__item a {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
          align-items: flex-start;
  padding: 12px 0;
  color: #000;
}

.sidebar__article__thumb {
  overflow: hidden;
  width: 30%;
  height: 0;
  padding-top: 18%;
  position: relative;
}

.sidebar__article__thumb img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 6px;
}

.sidebar__article__info {
  width: 65%;
}

.sidebar__article__title {
  line-height: 1.56;
  margin: 0 0 7px;
  font-weight: normal;
}

.sidebar__article__time {
  display: block;
  color: #706c6b;
  font-size: small;
}

@media (min-width: 769px) {
  .sidebar__article {
    margin: 0 0 30px;
  }
  .sidebar__article__item a {
    padding: 20px 0 16px;
  }
  .sidebar__article__item a:hover .sidebar__article__title {
    color: #e95415;
  }
  .sidebar__article__thumb {
    width: 30%;
    padding-top: 18%;
  }
  .sidebar__article__info {
    width: 65%;
  }
  .sidebar__article__title {
    margin: 0 0 10px;
    font-size: 90%;
    height: 2rem;
  }
  .sidebar__article__time {
    font-size: 0.8em;
    text-align: right;
  }
}

@media print{
  .sidebar{
    display:none;
  }
}

.common-kv-service {
  background-image: url(../img/service/kv.png);
}

.service {
  padding: 0 0 80px;
}

@media (min-width: 769px) {
  .service {
    padding: 0 0 180px;
  }
}

.service-desc {
  margin: 0 0 60px;
}

.service-desc p {
  line-height: 1.8;
}

.service-desc p small {
  font-size: 12px;
}

@media (min-width: 769px) {
  .service-desc {
    margin: 0 0 113px;
  }
  .service-desc p {
    font-size: 1.1rem;
  }
  .service-desc p small {
    font-size: 1rem;
  }
}

.service-nav {
  padding: 0 0 60px;
}

.service-nav__item {
  width: 100%;
  margin: 0 0 40px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
          align-items: stretch;
}

.service-nav__item:last-child {
  margin-bottom: 0;
}

.service-nav__item > div:nth-of-type(1) {
  width: 100%;
  margin: 0 0 15px;
}

.service-nav__thumb {
  margin: 0 0 10px;
}

.service-nav__thumb img {
  border-radius: 7px;
  width: 100%;
}

.service-nav__title {
  color: #55433b;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 10px;
}

.service-nav__text {
  line-height: 1.8;
}

.service-nav__btn {
  width: 100%;
  align-self: flex-end;
  text-align: right;
}

.service-nav__btn span {
  position: relative;
  left: -6px;
}

.service-nav__btn a {
  display: inline-block;
  width: 140px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #d6c7be;
  border-radius: 20px;
  color: #55433b;
  font-weight: 700;
  background: url(../img/common/ico_arrow.png) no-repeat center right 16px/auto;
}

@media (min-width: 769px) {
  .service-nav {
    padding: 0 0 66px;
  }
  .service-nav__list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
            align-items: stretch;
  }
  .service-nav__item {
    width: 30.7%;
    margin: 0 3.95% 50px 0;
  }
  .service-nav__item:nth-of-type(3n) {
    margin-right: 0;
  }
  .service-nav__item:last-child {
    margin-bottom: 50px;
  }
  .service-nav__item > div:nth-of-type(1) {
    margin: 0 0 27px;
  }
  .service-nav__thumb {
    margin: 0 0 10px;
  }
  .service-nav__thumb img {
    border-radius: 15px;
  }
  .service-nav__title {
    font-size: 20px;
    margin: 0 0 12px;
  }
  .service-nav__btn a {
    -webkit-transition: .2s;
    transition: .2s;
  }
  .service-nav__btn a:hover {
    background: url(../img/common/ico_arrow_white.png) no-repeat center right 16px/auto #55433b;
    color: #fff;
  }
}

.service-point {
  padding: 0 0 80px;
}

@media (min-width: 769px) {
  .service-point {
    padding: 0 0 114px;
  }
}

.service-point__list {
  display: none;
  margin: 0 0 26px;
}

.service-point__item {
  position: relative;
  background-color: #d6c7be;
  border-radius: 15px;
  width: 19%;
  height: 125px;
  margin: 0 0 16px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  cursor: pointer;
}

.service-point__item:before {
  content: '';
  width: 100%;
  height: 120px;
  background-color: #f4e8e1;
  border-radius: 15px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .2s;
  transition: .2s;

}

.service-point__item:after {
  content: '';
  opacity: 0;
  width: 96%;
  height: 113px;
  background-color: #fff;
  border-radius: 12px;
  position: absolute;
  top: 4px;
  left: 2%;
  -webkit-transition: .2s;
  transition: .2s;
}

.service-point__item.thumbnail-current:before, .service-point__item:hover:before {
  opacity: 0;
}

.service-point__item.thumbnail-current:after, .service-point__item:hover:after {
  content: '';
  opacity: 1;
}

.service-point__item p {
  line-height: 1.6;
  position: relative;
  z-index: 5;
  text-align: center;
  letter-spacing: -.8px;
}

.service-point__number {
  width: 33px;
  height: 33px;
  text-align: center;
  line-height: 33px;
  font-size: 1.3rem;
  background: #55433b;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  position: absolute;
  top: -8px;
  left: -8px;
  z-index: 10;
}

@media (min-width: 769px) {
  .service-point__list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
            align-items: flex-start;
  }
}

.service-point__slider {
  padding: 0 5%;
}

.service-point__block {
  background: #fff;
  border-radius: 10px;
  padding: 20px 20px 30px;
  margin: 0 10px;
  box-shadow: 0 0 5px 0 rgba(190, 190, 190, 0.28);
}

.service-point__block__title {
  font-size: 18px;
  border-bottom: 3px solid #d6c7be;
  line-height: 1.5;
  color: #55433b;
  font-weight: 700;
  position: relative;
  padding: 0 0 5px 30px;
  margin: 0 0 20px;
}

.service-point__block__title:before {
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 16px;
  background: #55433b;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  position: absolute;
  top: 1px;
  left: 0;
}

.service-point__block__title01:before {
  content: '1';
}

.service-point__block__title02:before {
  content: '2';
}

.service-point__block__title03:before {
  content: '3';
}

.service-point__block__title04:before {
  content: '4';
}

.service-point__block__title05:before {
  content: '5';
}

.service-point__block__title06:before {
  content: '6';
}

.service-point__block__title07:before {
  content: '7';
}

.service-point__block__title08:before {
  content: '8';
}

.service-point__block__title09:before {
  content: '9';
}

.service-point__block__title10:before {
  content: '10';
}

.service-point__block__img {
  width: 100%;
  margin: 0 0 10px;
}

.service-point__block__img img {
  width: 100%;
  border-radius: 7px;
}

.service-point__block__info {
  width: 100%;
}

.service-point__block__info p {
  line-height: 1.8;
  margin: 0 0 20px;
}

.service-point__block__btn {
  width: 255px;
  height: 48px;
  border-radius: 25px;
  font-size: 14px;
}

@media (min-width: 769px) {
  .service-point__slider {
    padding: 0;
  }
  .service-point__block {
    border-radius: 20px;
    padding: 57px 80px 72px;
    margin: 20px 25px;
    box-shadow: 0 0 20px 0 rgba(190, 190, 190, 0.28);
  }
  .service-point__block__title {
    font-size: 24px;
    padding: 0 0 10px 43px;
    margin: 0 0 30px;
  }
  .service-point__block__title:before {
    width: 33px;
    height: 33px;
    line-height: 33px;
    font-size: 24px;
    top: 0;
    left: 0;
  }
  .service-point__block__img {
    width: 47.5%;
    margin: 0 0 10px;
  }
  .service-point__block__img img {
    border-radius: 15px;
  }
  .service-point__block__info {
    width: 48%;
  }
  .service-point__block__info p {
    margin: 0 0 30px;
  }
  .service-point__block__btn {
    margin-top: 53px;
    width: 264px;
    height: 61px;
    border-radius: 30px;
    font-size: 1.3rem;
  }
}

.service-flow__table {
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
          align-items: stretch;
  border-bottom: 1px solid #d6c7be;
  position: relative;
}

.service-flow__table:before {
  content: '';
  width: 40px;
  height: 40px;
  background: url(../img/common/ico_arrow_circle-brown.png) no-repeat 0 0/100%;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);
}

.service-flow__table:nth-last-of-type(1) {
  border: none;
}

.service-flow__table:nth-last-of-type(1):before {
  content: none;
}

.service-flow__table dt {
  background-color: #f4e8e1;
  width: 18%;
  padding: 50px 0;
}

.service-flow__table dt.service-flow__table__first {
  padding-top: 36px;
}

.service-flow__table dd {
  width: 82%;
  padding: 50px 0 50px 4%;
}

.service-flow__table dd.service-flow__table__first {
  padding-top: 10px;
}

.service-flow__step {
  color: #55433b;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  position: relative;
  top: -20px;
  text-align: center;
}

.service-flow__step span {
  font-size: 14px;
  font-weight: normal;
  display: block;
  /* letter-spacing: 1px; */
  position: relative;
  left: -2px;
}

.service-flow__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 15px;
  color: #55433b;
}

.service-flow__subTitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 10px;
  color: #55433b;
}

.service-flow__textWrap {
  width: 100%;
}

.service-flow__text {
  line-height: 1.8;
  margin: 0 0 20px;
}

.service-flow__text small {
  font-size: 12px;
}

.service-flow__text a {
  color: #e77646;
  text-decoration: underline;
  font-weight: 700;
}

.service-flow__text a:hover {
  text-decoration: none;
}

.service-flow__img {
  width: 100%;
}

.service-flow__img img {
  text-align: center;
  border-radius: 7px;
}

.service-flow__contact {
  background: #f0f0f0;
  padding: 30px 5%;
}

.service-flow__contact__info {
  width: 100%;
  text-align: center;
  font-weight: 700;
  margin: 0 0 20px;
  line-height: 1.5;
}

.service-flow__contact__caption {
  font-size: 14px;
}

.service-flow__contact__number {
  font-size: 30px;
}

.service-flow__contact__list {
  width: 100%;
}

.service-flow__contact__item {
  margin: 0 0 20px;
}

.service-flow__contact__item:last-child {
  margin-bottom: 0;
}

.service-flow__contact__item > p {
  text-align: center;
  font-size: 11px;
  line-height: 1.5;
  margin: 0 0 5px;
  font-weight: 700;
}

.service-flow__contact__item .contactBtn {
  height: 50px;
}

.service-flow__btn {
  margin-top: 30px;
  width: 255px;
  height: 48px;
  border-radius: 25px;
  font-size: 14px;
}

@media (min-width: 769px) {
  .service-flow__table:before {
    width: 50px;
    height: 50px;
    bottom: -25px;
    left: calc(50% - 25px);
  }
  .service-flow__table dt {
    width: 160px;
    padding: 80px 0 0;
  }
  .service-flow__table dt.service-flow__table__first {
    padding-top: 32px;
  }
  .service-flow__table dd {
    width: calc(100% - 160px);
    padding: 80px 0 92px 48px;
  }
  .service-flow__table dd.service-flow__table__first {
    padding-top: 10px;
  }
  .service-flow__step {
    font-size: 48px;
    top: -20px;
  }
  .service-flow__step-first {
    top: -5px;
  }
  .service-flow__step span {
    font-size: 18px;
    left: -2px;
  }
  .service-flow__title {
    font-size: 20px;
    margin: 0 0 22px;
  }
  .service-flow__textWrap {
    width: calc(100% - 367px);
  }
  .service-flow__text {
    margin: 0 0 30px;
  }
  .service-flow__text small {
    font-size: 0.9em;
  }
  .service-flow__img {
    width: 312px;
  }
  .service-flow__img img {
    border-radius: 15px;
  }
  .service-flow__contact {
    padding: 50px 4% 50px 5%;
    margin: 56px 0 0;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
            align-items: flex-start;
  }
  .service-flow__contact__info {
    width: 280px;
    margin: 8px 0 0;
  }
  .service-flow__contact__caption {
    font-size: 1.1rem;
  }
  .service-flow__contact__number {
    font-size: 30px;
  }
  .service-flow__contact__text a{
    color:orangered;
  }
  .service-flow__contact__text a:hover{
    color:orange;
  }
  .service-flow__contact__list {
    width: 66%;
    max-width: calc(100% - 290px);
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
            align-items: flex-start;
  }
  .service-flow__contact__item {
    width: 49%;
    margin: 0;
  }
  .service-flow__contact__item > p {
    font-size: 1rem;
    line-height: 1.7;
    margin: 0 0 10px;
    letter-spacing: -1px;
  }
  .service-flow__contact__item .contactBtn {
    height: 80px;
    border-radius: 10px;
  }
  .service-flow__contact__item .contactBtn span {
    font-size: 1.3rem;
  }
  .service-flow__btn {
    margin-top: 40px;
    width: 264px;
    height: 61px;
    border-radius: 30px;
    font-size: 1.3rem;
  }
}
/* ~~~~~~~~~~~~~~~~~
    2.11　派手ボタン補正
~~~~~~~~~~~~~~~~~~~ */

a.contactBtn{
  color:white;
  text-decoration: none;
}

.contactBtn p{
  margin:auto;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-disabled {
  opacity: .3;
}

.slick-arrow {
  cursor: pointer;
  width: 35px;
  height: 35px;
  background: url(../img/common/ico_arrow_slider.png) no-repeat 0 0/100%;
  position: absolute;
  top: calc(50% - 18px);
  right: 5px;
  z-index: 10;
}

.slick-arrow.prev {
  right: auto;
  left: 5px;
  background-image: url(../img/common/ico_arrow_slider-left.png);
}

@media (min-width: 769px) {
  .slick-arrow {
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
    right: 0;
  }
  .slick-arrow.prev {
    left: 0;
  }
}

.common-kv-privacy {
  background-image: url(../img/privacy/kv.png);
}

.privacy {
  padding: 0 0 80px;
}

@media (min-width: 769px) {
  .privacy {
    padding: 0 0 152px;
  }
}

.privacy-block p {
  line-height: 1.8;
  margin: 0 0 30px;
}

.privacy-about {
  margin: 0 0 60px;
}

@media (min-width: 769px) {
  .privacy-about {
    margin: 0 0 87px;
  }
}

.privacy-caption {
  font-weight: 700;
  margin: 0 0 8px;
}

@media (min-width: 769px) {
  .privacy-caption {
    font-size: 1.1rem;
    margin: 46px 0 16px;
  }
}

.privacy-list {
  margin: 0 0 20px;
}

.privacy-list li {
  position: relative;
  padding: 0 0 0 16px;
  line-height: 1.8;
}

.privacy-list li:before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 769px) {
  .privacy-list {
    margin: -13px 0 46px;
  }

}

.common-kv-qa {
  background-image: url(../img/qa/kv.png);
}

.qa {
  padding: 0 0 20px;
}

@media (min-width: 769px) {
  .qa {
    padding: 0 0 96px;
  }
}

.qa-nav {
  margin-top: 30px;
}

.qa-nav__item {
  width: 240px;
  height: 60px;
  margin: 0 auto 15px;
  font-weight: 700;
}

.qa-nav__item a {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  color: #000;
  background-color: #f4e8e1;
  background-image: url(../img/common/ico_arrow_circle-brown.png);
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size: 18px;
  border-radius: 5px;
  box-shadow: 0 5px 0 0 #d6c7be;
  position: relative;
  top: 0;
}

@media (min-width: 769px) {
  .qa-nav {
    margin-top: 60px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
  }
  .qa-nav__item {
    margin: 0 10px 12px;
  }
  .qa-nav__item a {
    background-position: center right 18px;
    background-size: 23px;
    -webkit-transition: .2s;
    transition: .2s;
  }
  .qa-nav__item a span {
    font-size: 1em;
  }
  .qa-nav__item a:hover {
    box-shadow: none;
    top: 5px;
  }
}

.qa-list {
  margin: 0 0 60px;
}

.qa-list li {
  padding: 15px 0 8px;
  line-height: 1.5;
  position: relative;
  border-bottom: 1px solid #d6c7be;
}

.qa-list li a {
  text-decoration: underline;
  color: #55433b;
}

.qa-list li.qa-ico {
  padding-left: 50px;
}

.qa-list li.qa-ico:before {
  width: 40px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 16px;
  left: 0;
  border-radius: 4px;
  display: block;
}

.qa-list li.qa-ico-new:before {
  content: '新着';
  background-color: #e68c67;
}

.qa-list li.qa-ico-update:before {
  content: '更新';
  background-color: #706c6b;
}

@media (min-width: 769px) {
  .qa-list {
    margin: 0 0 111px;
  }
  .qa-list li {
    font-size: 1em;
    padding: 22px 0 12px;
  }
  .qa-list li a:hover {
    color: #e95415;
    text-decoration: none;
  }
  .qa-list li.qa-ico {
    padding-left: 84px;
  }
  .qa-list li.qa-ico:before {
    width: 60px;
    height: 24px;
    line-height: 22px;
    top: 22px;
  }
}

.common-kv-office {
  background-image: url(../img/office/kv.png);
}

.common-kv-officeDetail {
  background-image: url(../img/office/kv-detail.png);
}

.office {
  padding: 0 0 80px;
}

.office .common-table {
  margin-top: -10px;
}

@media (min-width: 769px) {
  .office {
    padding: 0 0 219px;
  }
  .office .common-table {
    margin-top: -20px;
  }
}

.office-detail {
  margin: 0 0 60px;
}

@media (min-width: 769px) {
  .office-detail {
    margin: 0 0  116px;
  }
}

.office-tab__nav {
  margin-bottom: -3px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
          align-items: flex-start;
}

.office-tab__nav li {
  font-weight: 700;
  background-color: #f6f1ee;
  border: 3px solid #f6f1ee;
  border-radius: 7px;
  text-align: center;
  height: 40px;
  line-height: 35px;
  width: 23.5%;
  margin: 0 2% 10px 0;
}

@media (max-width: 370px) {
  .office-tab__nav li {
    font-size: 12px;
  }
}

.office-tab__nav li:nth-of-type(4n) {
  margin-right: 0;
}

.office-tab__nav li:hover, .office-tab__nav li.current {
  background-color: #fff;
  border-color: #d6c7be;
  position: relative;
  z-index: 5;
}

.office-tab__block {
  border: 3px solid #d6c7be;
  background-color: #fff;
  padding: 20px 4%;
  position: relative;
}

.office-tab__list {
  display: none;
}

.office-tab__list.show {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
          align-items: flex-start;
}

.office-tab__list li {
  width: 33.33%;
  padding: 0 0 0 16px;
  font-weight: 700;
  line-height: 1.8;
  background: url(../img/common/ico_arrow_list.png) no-repeat center left/12px;
}

.office-tab__list li a {
  color: #55433b;
}

.office-tab__list li a:hover {
  color: #e95415;
  text-decoration: underline;
}

@media (min-width: 769px) {
  .office-tab__nav {
    overflow: inherit;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
            align-items: flex-start;
  }
  .office-tab__nav li {
    display: block;
    border-radius: 15px 15px 0 0;
    height: 50px;
    line-height: 50px;
    width: 12%;
    margin: 0;
    font-size: 1em;
  }
  .office-tab__nav li:hover, .office-tab__nav li.current {
    border-bottom-color: #fff;
    position: relative;
    z-index: 5;
    cursor: pointer;
  }
  .office-tab__nav li:hover:before, .office-tab__nav li:hover:after, .office-tab__nav li.current:before, .office-tab__nav li.current:after {
    content: '';
    width: 3px;
    height: 3px;
    position: absolute;
    bottom: -3px;
    left: -3px;
    background-color: #d6c7be;
    z-index: 5;
  }
  .office-tab__nav li:hover:after, .office-tab__nav li.current:after {
    left: auto;
    right: -3px;
  }
  .office-tab__block {
    padding: 40px 10px 40px 30px;
  }
  .office-tab__list li {
    font-size: 1.1rem;
    width: auto;
    padding: 0 0 0 18px;
    margin: 0 30px 0 0;
    background: url(../img/common/ico_arrow_list.png) no-repeat center left/14px;
  }
}

.office-search__map {
  margin: 0 0 110px;
}

.office-search__map p {
  margin: -20px 0 48px;
  font-size: 1.1rem;
}

.office-search__jp {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
          align-items: flex-start;
  padding: 0 34px 0 70px;
}

.office-search__jp .map {
  display: block;
  width: 8.1%;
  height: 36px;
  line-height: 34px;
  text-align: center;
  background-color: #e95415;
  border-radius: 4px;
  font-size: 1.1rem;
  margin: 0 0 2px;
  color: #fff;
  position: relative;
}

.office-search__jp .map:hover {
  text-decoration: underline;
}

.office-search__jp .map.none {
  pointer-events: none;
  background-color: inherit;
}

.office-search__jp .map.blue {
  background-color: #5e8098;
}

.office-search__jp .map.green {
  background-color: #689969;
}

.office-search__jp .map.ligntgreen {
  background-color: #95a35c;
}

.office-search__jp .map.yellow {
  background-color: #baa763;
}

.office-search__jp .map.orange {
  background-color: #c0915f;
}

.office-search__jp .map.pink {
  background-color: #cd947f;
}

.office-search__jp .map.purple {
  background-color: #b67a88;
}

.office-search__jp .map.hokkaido {
  top: -10px;
}

.office-search__jp .map.shikoku {
  bottom: -10px;
  left: -10px;
}

.office-search__jp .map.kyusyu01 {
  bottom: -10px;
  left: -10px;
}

.office-search__jp .map.kyusyu02 {
  bottom: -10px;
  left: -20px;
}

.office-search__jp .map.okinawa {
  bottom: -20px;
  left: -30px;
}

.office-list__tabWrap {
  margin: 0 0 60px;
}

.office-list__desc {
  margin: 0 0 30px;
}

.office-list__block {
  margin: 0 0 80px;
}

.office-list__block:nth-last-of-type(1) {
  margin: 0;
}

.office-list__title {
  background-color: #f4e8e1;
  border-radius: 15px;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  height: 30px;
  line-height: 30px;
  margin: 0 0 40px;
}

.office-list__item {
  margin: 0 0 40px;
}

.office-list__subTitle {
  font-weight: 700;
  border-bottom: 1px solid #d6c7be;
  padding: 0 0 5px;
  margin: 0 0 10px;
}

.office-list__info {
  margin: 0 0 15px;
}

.office-list__info li {
  line-height: 1.8;
}

.office-list__btn {
  text-align: right;
}

.office-list__btn a {
  display: inline-block;
  width: 180px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #d6c7be;
  border-radius: 20px;
  color: #55433b;
  font-weight: 700;
  background: url(../img/common/ico_arrow.png) no-repeat center right 16px/auto;
}

.office-list__btn a span {
  position: relative;
  left: -6px;
}

@media (min-width: 769px) {
  .office-list__tabWrap {
    margin: 0 0 110px;
  }
  .office-list__desc {
    margin: -19px 0 37px;
    font-size: 1.1rem;
  }
  .office-list__block {
    margin: 0 0 70px;
  }
  .office-list__block:nth-last-of-type(1) {
    margin: 0;
  }
  .office-list__title {
    border-radius: 20px;
    font-size: 1.3rem;
    height: 40px;
    line-height: 40px;
    margin: 0 0 40px;
  }
  .office-list__list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
            align-items: stretch;
  }
  .office-list__item {
    width: 47%;
    margin: 0 0 45px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
            align-items: flex-start;
  }
  .office-list__item > div {
    width: 100%;
    font-size:90%;
  }
  .office-list__subTitle {
    font-size: 1.1rem;
    padding: 0 0 3px;
    margin: 0 0 15px;
  }
  .office-list__info {
    font-size: 1em;
    margin: 0 0 18px;
  }
  .office-list__info li {
    line-height: 1.8;
  }
  .office-list__btn {
    width: 100%;
    align-self: flex-end;
  }
  .office-list__btn a {
    -webkit-transition: .2s;
    transition: .2s;
  }
  .office-list__btn a:hover {
    background: url(../img/common/ico_arrow_white.png) no-repeat center right 16px/auto #55433b;
    color: #fff;
  }
}

.common-kv-404 {
  background-image: url(../img/404/kv.png);
  margin-bottom: 50px;
}

@media (min-width: 769px) {
  .common-kv-404 {
    margin-bottom: 100px;
  }
}

.page404 {
  padding: 0 0 80px;
}

.page404__block {
  padding: 40px 5%;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 0 7px 0 rgba(230, 140, 103, 0.28);
  background-color: #fff;
}

.page404__block p {
  line-height: 1.8;
  margin: 0 0 40px;
}

.page404__title {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  margin: 0 0 20px;
}

.page404__link {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin: 0 auto;
  width: 257px;
  height: 51px;
  border-radius: 25.1px;
  background-color: #706c6b;
  color: #fff;
  text-align: center;
  font-weight: 700;
  -webkit-transition: .2s;
  transition: .2s;
}

.page404__link:hover {
  background-color: #999;
}

.page404__link span {
  background: url(../img/common/ico_home.png) no-repeat center left/auto;
  font-size: 18px;
  padding-left: 20px;
}

@media (min-width: 769px) {
  .page404 {
    padding: 0 0 189px;
  }
  .page404__block {
    border-radius: 20px;
    padding: 114px 0 126px;
  }
  .page404__block p {
    text-align: center;
    font-size: 1.1rem;
    margin: 0 0 70px;
  }
  .page404__title {
    font-size: 1.3rem;
    margin: 0 0 31px;
  }
}

.common-kv-contact {
  background-image: url(../img/contact/kv.png);
  margin-bottom: 50px;
}

@media (min-width: 769px) {
  .common-kv-contact {
    margin-bottom: 100px;
  }
}

.contact {
  padding: 0 0 80px;
}

@media (min-width: 769px) {
  .contact {
    padding: 0 0 180px;
  }
}

.common-kv-speed {
  background-image: url(../img/speed/kv.png);
  margin-bottom: 50px;
}

@media (min-width: 769px) {
  .common-kv-speed {
    margin-bottom: 100px;
  }
}

.speed {
  padding: 0 0 80px;
}

@media (min-width: 769px) {
  .speed {
    padding: 0 0 180px;
  }
}

.form__table {
  table-layout: fixed;
  width: 100%;
  margin: 0 0 30px;
}

.form__table th {
  display: block;
  text-align: left;
  padding: 15px 0 5px;
  font-weight: 700;
  vertical-align: middle;
}

.form__table th span {
  display: block;
  float: right;
  width: 50px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background-color: #e68c67;
  border-radius: 4px;
  margin: 3px 0 0;
}

.form__table td {
  display: block;
  border-bottom: 1px solid #d6c7be;
  padding: 0 0 15px;
  vertical-align: middle;
  position: relative;
}

.form__table td input[type="text"],
.form__table td input[type="email"],
.form__table td input[type="tel"],
.form__table td input[type="date"],
.form__table td select,
.form__table td textarea {
  display: block;
  width: 100%;
  border: 2px solid #d6c7be;
  padding: 10px 10px;
  background-color: #fff;
  border-radius: 5px;
}

.form__table td input[type="text"]::-webkit-input-placeholder, .form__table td input[type="email"]::-webkit-input-placeholder, .form__table td input[type="tel"]::-webkit-input-placeholder, .form__table td input[type="date"]::-webkit-input-placeholder, .form__table td select::-webkit-input-placeholder, .form__table td textarea::-webkit-input-placeholder {
  color: #ccc;
}

.form__table td input[type="text"]::-moz-placeholder, .form__table td input[type="email"]::-moz-placeholder, .form__table td input[type="tel"]::-moz-placeholder, .form__table td input[type="date"]::-moz-placeholder, .form__table td select::-moz-placeholder, .form__table td textarea::-moz-placeholder {
  color: #ccc;
}

.form__table td input[type="text"]:-ms-input-placeholder, .form__table td input[type="email"]:-ms-input-placeholder, .form__table td input[type="tel"]:-ms-input-placeholder, .form__table td input[type="date"]:-ms-input-placeholder, .form__table td select:-ms-input-placeholder, .form__table td textarea:-ms-input-placeholder {
  color: #ccc;
}

.form__table td input[type="text"]::-ms-input-placeholder, .form__table td input[type="email"]::-ms-input-placeholder, .form__table td input[type="tel"]::-ms-input-placeholder, .form__table td input[type="date"]::-ms-input-placeholder, .form__table td select::-ms-input-placeholder, .form__table td textarea::-ms-input-placeholder {
  color: #ccc;
}

.form__table td input[type="text"]::placeholder,
.form__table td input[type="email"]::placeholder,
.form__table td input[type="tel"]::placeholder,
.form__table td input[type="date"]::placeholder,
.form__table td select::placeholder,
.form__table td textarea::placeholder {
  color: #ccc;
}

.form__table td input[type="radio"] {
  position: relative;
  top: 1px;
  margin-right: 4px;
}

.form__table td label {
  margin-right: 10px;
}

.form__table td select {
  height: 44px;
  padding: 0 10px;
}

.form__table td select.select-year {
  width: 40%;
}

.form__table td select.select-month {
  width: 15%;
}

.form__table td select.select-day {
  width: 15%;
}

.form__table td textarea {
  height: 150px;
}

.form__table td .tooltip {
  position: absolute;
  top: calc(50% - 23px);
  right: 3px;
}

@media (min-width: 769px) {
  .form__table {
    margin: -27px 0 48px;
  }
  .form__table th {
    display: table-cell;
    padding: 30px 26px 30px 0;
    width: 311px;
    font-size: 1em;
    border-bottom: 1px solid #d6c7be;
  }
  .form__table th span {
    width: 60px;
    height: 24px;
    line-height: 24px;
    font-size: 0.9em;
    margin: 3px 0 0;
  }
  .form__table td {
    display: table-cell;
    padding: 30px 0;
    font-size: 1em;
  }
  .form__table td input[type="text"],
  .form__table td input[type="email"],
  .form__table td input[type="tel"],
  .form__table td input[type="date"],
  .form__table td select,
  .form__table td textarea {
    border: 3px solid #d6c7be;
    padding: 15px 20px;
    border-radius: 10px;
  }
  .form__table td textarea {
    height: 240px;
  }
  .form__table td input[type="radio"] {
    top: -2px;
    margin-right: 6px;
  }
  .form__table td label {
    margin-right: 15px;
  }
  .form__table td select {
    height: 60px;
    padding: 0 20px;
  }
}

.form__table-speed th span {
  margin: 3px 46px 0 0;
}

.form__table-speed td {
  padding: 0 40px 15px 0;
}

@media (min-width: 769px) {
  .form__table-speed td {
    padding: 30px 45px 30px 0;
  }
}

.form__privacy {
  margin: 0 0 30px;
  text-align: center;
}

.form__privacy input {
  width: 15px;
  height: 15px;
  position: relative;
  top: 4px;
}

.form__privacy a {
  color: #e95415;
  text-decoration: underline;
}

.form__privacy a:hover {
  text-decoration: none;
}

@media (min-width: 769px) {
  .form__privacy {
    font-size: 1em;
    margin: 0 0 35px;
  }
  .form__privacy input {
    width: 20px;
    height: 20px;
    top: 5px;
  }
}

.form__btnWrap {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: start;
          align-items: flex-start;
}

.form__btn {
  width: 255px;
  height: 48px;
  border-radius: 25px;
  font-size: 14px;
  margin: 0 0 20px;
}

.form__btn-back {
  background-color: #706c6b;
  background-image: none;
}

.form__btn-confirm {
  margin: 0 24px 20px;
}

@media (min-width: 769px) {
  .form__btnWrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }
  .form__btn {
    width: 400px;
    height: 80px;
    border-radius: 40px;
    font-size: 1.3rem;
  }
  .form__btn-confirm {
    width: 311px;
    margin: 0 24px;
  }
}

.form-thanks {
  padding: 40px 5%;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 0 7px 0 rgba(230, 140, 103, 0.28);
  background-color: #fff;
}

.form-thanks p {
  line-height: 1.8;
  margin: 0 0 20px;
}

.form-thanks p a {
  text-decoration: underline;
  color: #e95415;
}

.form-thanks p a:hover {
  text-decoration: none;
}

.form-thanks__link {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin: 48px auto 0;
  width: 257px;
  height: 51px;
  border-radius: 25.1px;
  background-color: #706c6b;
  color: #fff;
  text-align: center;
  font-weight: 700;
  -webkit-transition: .2s;
  transition: .2s;
}

.form-thanks__link:hover {
  background-color: #999;
}

.form-thanks__link span {
  background: url(../img/common/ico_home.png) no-repeat center left/auto;
  font-size: 18px;
  padding-left: 20px;
}

@media (min-width: 769px) {
  .form-thanks {
    border-radius: 20px;
    padding: 55px 5% 93px;
  }
  .form-thanks p {
    font-size: 1.1rem;
    margin: 0 0 23px;
  }
}

.tooltip dt {
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: url(../img/common/ico_question.png) no-repeat 0 0/100%;
}

.tooltip dd {
  display: none;
  position: absolute;
  border-radius: 5px;
  background-color: #716d6b;
  padding: 15px;
  color: #fff;
  z-index: 5;
  font-size: 12px;
  line-height: 1.39;
  width: 280px;
  bottom: 40px;
  right: 0;
}

.tooltip dd.show {
  display: block;
}

.tooltip dd:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7.5px 0 7.5px;
  border-color: #716d6b transparent transparent transparent;
  position: absolute;
  bottom: -7px;
  right: 7px;
}

@media (min-width: 769px) {
  .tooltip dd {
    border-radius: 10px;
    padding: 20px;
    font-size: 1em;
    line-height: 1.39;
    width: 340px;
    bottom: 42px;
    right: calc(50% - 170px);
  }
  .tooltip dd:before {
    border-width: 10px 10px 0 10px;
    bottom: -8px;
    right: calc(50% - 10px);
  }
  .tooltip dd.change {
    right: 0;
  }
  .tooltip dd.change:before {
    right: 6px;
  }
}

.common-kv-tel {
  background-image: url(../img/tel/kv.png);
  margin-bottom: 50px;
}

@media (min-width: 769px) {
  .common-kv-tel {
    margin-bottom: 100px;
  }
}

.tel {
  padding: 0 0 80px;
}

@media (min-width: 769px) {
  .tel {
    padding: 0 0 180px;
  }
}

.tel-block {
  padding: 40px 5%;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 0 7px 0 rgba(230, 140, 103, 0.28);
  background-color: #fff;
  text-align: center;
}

.tel-block__link {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin: 48px auto 0;
  width: 257px;
  height: 51px;
  border-radius: 25.1px;
  background-color: #706c6b;
  color: #fff;
  text-align: center;
  font-weight: 700;
  -webkit-transition: .2s;
  transition: .2s;
}

.tel-block__link:hover {
  background-color: #999;
}

.tel-block__link span {
  background: url(../img/common/ico_home.png) no-repeat center left/auto;
  font-size: 18px;
  padding-left: 20px;
}

@media (min-width: 769px) {
  .tel-block {
    border-radius: 20px;
    padding: 61px 5% 93px;
  }
}

.common-kv-app {
  background-image: url(../img/app/kv.png);
}

.common-kv-docment-list{
    background: url(../img/app/kv_doc.webp) no-repeat top center;
  }


.app {
  padding: 0 0 100px;
}

@media (min-width: 769px) {
  .app {
    padding: 0 0 200px;
  }
}

.app-info {
  margin: 0 0 60px;
}

.app-info > p {
  line-height: 1.8;
  margin: 0 0 20px;
}

.app-info__title {
  font-weight: 700;
  border-bottom: 1px solid #d6c7be;
  padding: 0 0 5px;
  margin: 0 0 10px;
}

.app-info__list {
  line-height: 1.8;
  counter-reset: item;
  list-style-type: none;
  margin: 0 0 30px;
}

.app-info__list li {
  padding: 0 0 0 23px;
  position: relative;
}

.app-info__list li:before {
  counter-increment: item;
  content: counter(item) "";
  border: 1px solid #000;
  border-radius: 50%;
  display: block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  position: absolute;
  top: 3px;
  left: 0;
}

@media (min-width: 769px) {
  .app-info {
    margin: 0 0 120px;
    font-size: 1em;
  }
  .app-info > p {
    line-height: 1.8;
    margin: 0 0 30px;
  }
  .app-info__title {
    padding: 0 0 10px;
    margin: 0 0 10px;
  }
  .app-info__list {
    margin: 0 0 70px;
  }
  .app-info__list li {
    padding: 0 0 0 24px;
    position: relative;
  }
  .app-info__list li:before {
    width: 17px;
    height: 17px;
    line-height: 17px;
    top: 6px;
    left: 0;
  }
}

.app-tool {
  border: 2px solid #d6c7be;
  border-radius: 10px;
  background-color: #fff;
  padding: 20px 4%;
}

.app-tool__list li {
  margin: 0 0 20px;
}

.app-tool__list li p {
  line-height: 1.8;
  font-weight: 700;
  margin: 0 0 5px;
}

.app-tool__list li select {
  display: block;
  height: 44px;
  border: 2px solid #d6c7be;
  padding: 0 10px;
  background-color: #fff;
  border-radius: 5px;
}

.app-tool__list li select.select-year {
  width: 40%;
}

.app-tool__list li select.select-month {
  width: 15%;
}

.app-tool__list li select.select-day {
  width: 15%;
}

.app-tool__check {
  margin: 0 0 30px;
}

.app-tool__btn {
  width: 255px;
  height: 48px;
  border-radius: 25px;
  font-size: 14px;
  margin: 0 auto;
}

.app-tool__output {
  border-radius: 10px;
  background-color: #f4e8e1;
  padding: 20px 4%;
  margin: 30px 0 0;
}

.app-tool__output__title {
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  margin: 0 0 10px;
  color: #55433b;
}

.app-tool__output__date {
  text-align: center;
  margin: 0 0 20px;
  font-weight: 700;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 18px;
}

.app-tool__output__date div {
  border: 2px solid #d6c7be;
  padding: 5px 10px;
  margin-right: 10px;
  background-color: #fff;
  display: inline-block;
  width: 75%;
  text-align: left;
  border-radius: 5px;
  line-height: 1.5;
  font-size: 14px;
}

@media (min-width: 769px) {
  .app-tool {
    border: 3px solid #d6c7be;
    border-radius: 20px;
    padding: 33px 5% 50px;
    font-size: 1.1rem;
  }
  .app-tool__list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
            align-items: flex-start;
    margin: 0 0 21px;
  }
  .app-tool__list li {
    margin: 0;
    width: 48%;
  }
  .app-tool__list li p {
    margin: 0 0 5px;
  }
  .app-tool__list li select {
    border: 3px solid #d6c7be;
    height: 50px;
    padding: 0 10px;
    border-radius: 10px;
  }
  .app-tool__check {
    margin: 0 0 34px;
  }
  .app-tool__btn {
    width: 258px;
    height: 62px;
    border-radius: 36px;
    font-size: 1.3rem;
  }
  .app-tool__output {
    border-radius: 15px;
    padding: 27px 0;
    margin: 33px 0 0;
  }
  .app-tool__output__title {
    font-size: 24px;
    margin: 0 0 14px;
  }
  .app-tool__output__date {
    font-size: 24px;
  }
  .app-tool__output__date div {
    border: 3px solid #d6c7be;
    padding: 15px 20px;
    margin-right: 10px;
    width: 472px;
    border-radius: 10px;
    font-size: 1.1rem;
  }
}

.app-link {
  margin: 0 0 60px;
}

.app-link__list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
          align-items: flex-start;
}

.app-link__list li {
  width: 49%;
  margin: 0 0 15px;
}

.app-link__list li a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #55433b;
  border-radius: 20px;
  color: #55433b!important;
  font-weight: 700;
  background: url(../img/common/ico_arrow.png) no-repeat center right 8px/auto;
}

@media (min-width: 769px) {
  .app-link {
    margin: 0 0 90px;
  }
  .app-link__list li {
    width: 32%;
    margin: 0 0 30px;
    font-size: 1em;
  }
  .app-link__list li a {
    height: 60px;
    line-height: 58px;
    border-radius: 30px;
    background: url(../img/common/ico_arrow.png) no-repeat center right 24px/auto;
    -webkit-transition: .3s;
    transition: .3s;
    text-decoration: none!important;
  }
  .app-link__list li a:hover {
    color: #fff!important;
    border-color: #e95415!important;
    background: url(../img/common/ico_arrow_white.png) no-repeat center right 24px/auto #e95415;
  }
}

.app-list {
  margin: 0 0 60px;
}

@media (min-width: 769px) {
  .app-list {
    margin: 0 0 120px;
  }
}

.app-table dt {
  font-size: 16px;
  background: #55433b;
  color: #fff;
  padding: 7px 15px;
  font-weight: 700;
}

.app-table__list li {
  text-align: left;
  position: relative;
  padding: 15px 15px 15px 32px;
  color: #55433b;
  border-bottom: 1px solid #d6c7be;
  background-color: #f4e8e1;
  line-height: 1.5;
}

.app-table__list li:before {
  content: '●';
  font-size: 10px;
  position: absolute;
  top: 18px;
  left: 15px;
}

.app-table__list li:nth-of-type(2n) {
  background-color: inherit;
}

.app-table__list li a {
  color: #55433b;
  text-decoration: underline;
}

.app-table__list li > div {
  margin: 7px 0 0;
  color: #555;
  font-size: 12px;
}

.app-table__list li > div a {
  color: #e95415;
}

@media (min-width: 769px) {
  .app-table {
    font-size: 1em;
  }
  .app-table dt {
    padding: 13px 15px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
            align-items: flex-start;
  }
  .app-table dt > div {
    width: 50%;
  }
  .app-table__list li {
    padding: 20px 15px 20px 37px;
    overflow: hidden;
  }
  .app-table__list li a:hover {
    text-decoration: none;
    color: #e95415;
  }
  .app-table__list li:before {
    font-size: 10px;
    top: 25px;
    left: 15px;
  }
  .app-table__list li > div {
    float: right;
    width: 50%;
    margin: 0;
    color: #55433b;
    font-size: 1em;
  }
}

.error{
	color: red;
}
.mwform-checkbox-field-text{
	display: none;
}

.common-kv-pswreport{
  background-image: url(../img/pswreport/kv.png);
}

.wp-embedded-content {
	min-width: 60%;
	max-width: 100%;
	min-height: 124px;
  margin:0 auto;
  display: block;
}

@media screen and (max-width: 800px) {
  .wp-embedded-content {
    min-width: 100%;
  }
}

blockquote.wp-embedded-content {
  display: none;
}
iframe.wp-embedded-content {
  position: relative !important;
}

.appb_faq_category .iframe.wp-embedded-content{
  margin-bottom:-4em;
}

/* チェックボックスと重なるとき */
.CheckboxList iframe {
    margin-top: 4em;
}

/* 記事リンクが重なるとき */
blockquote + p + blockquote + p {
  margin-top: -5em!important;
}