@charset "utf-8";
/* CSS Document */
/* 目次 
* リセット
* 共通（レイアウト・テキスト・見出し・ボタン・ヘッダー・フッター・ぱんくず・その他)
* TOP
* 下層共通 ※変更不可
* サイトマップ
* 
* お問い合わせ #contact
*/
/*=================== モバイルファースト ==================*/
/**************************************************
* 共通（レイアウト・テキスト・見出し・ボタン・ヘッダー・フッター・ぱんくず・その他)
***************************************************/
/*------------------------------
レイアウト ※変更不可
------------------------------*/
.sp {
  display: block;
}
.tb {
  display: none;
}
.pc {
  display: none;
}
#container {
  margin: 0;
  padding: 0;
}
/*フッター位置調整*/
.wrapper {
  min-height: calc(100vh - 500px);
  padding: 54px 0 0;
}
/*wrap共通*/
.wrap, .wrap-l, .wrap-m, .wrap-s {
  margin: 0 auto;
}
.wrap {
  padding-bottom: 30px;
}
.wrap-l {
  width: 100%;
}
.wrap-m {
  max-width: 1200px;
  width: 92%;
}
.wrap-s {
  max-width: 800px;
  width: 88%;
}
.flex-box {
  display: flex;
  flex-wrap: wrap;
}
/*------------------------------
テキスト ※変更不可
------------------------------*/
p, a, li, th, td, dt, dd {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.7;
  color: #1a1a1a;
}
.lead {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.lead .lead-s {
  font-size: 12px;
  font-size: 1.2rem;
}
.text-s {
  font-size: 12px;
  font-size: 1.2rem
}
.note {
  font-size: 13px;
  font-size: 1.3rem
}
/*------------------------------
見出し h1-h6 ※変更不可
------------------------------*/
h1, h2, h3, h4, h5, h6 {
  line-height: 1.7;
}
h1 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: normal;
}
h2 {
  font-size: 24px;
  font-size: 2.4rem;
 line-height: 1.1;
}
#top .con09 h2 {
  margin-bottom: 24px;
}
h3 {
  font-size: 22px;
  font-size: 2.2rem;
}
h4 {
  font-size: 20px;
  font-size: 2.0rem;
}
h5 {
  font-size: 18px;
  font-size: 1.8rem;
}
h6 {
  font-size: 16px;
  font-size: 1.6rem;
}

/*------------------------------
ボタン ※変更不可
------------------------------*/
/* 共通 */
.btn-box {
  text-align: center;
  margin-top: 20px;
}
.btn-box .btn {
  position: relative;
  display: flex;
  width: 78%;
  /* padding: 0 20px 0 0; */
  color: #95664D;
  font-weight: bold;
  max-width: 437px;
  height: 63px;
  border-radius: 42px;
  background: #fff;
  border: 3px solid #95664D;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
  align-items: center;
  justify-content: center;
  margin: auto;
}
.btn-box .arrow::after {
  position: absolute;
  line-height: 1;
  right: 1.5rem;
  content: '';
  top: 41%;
  width: 11px;
  height: 11px;
  border-top: 2px solid #95664D;
  border-right: 2px solid #95664D;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-box .btn:hover {
  opacity: 0.8;
}
.btn-box .btn:hover::after {
  right: 1rem;
  transition: 0.5s;
}
/* 戻るボタン */
.btn-box.back {
  padding: 0 0 50px
}

/*------------------------------
table共通 ※変更不可
------------------------------*/
table {
  margin: 30px auto 40px;
  width: 100%;
}
tbody {
  height: 60px;
}
tbody th {
  display: list-item;
  list-style-type: none;
  padding: 3%;
  background: #FAF5ED;
  border: 1px solid #ffffff;;
  margin-top: -1px;
  text-align: left;
}
tbody td {
  display: list-item;
  border: none;
  list-style-type: none;
  padding: 3%;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}

/*------------------------------
SPヘッダー、Gナビ共通 ※変更不可
------------------------------*/
#contents{
  position: relative;
  z-index: 0;
}
#header-sp,
.spnavi,
.spmenu-btn{
  display: block;
}
/* ヘッダー */
#header-sp{
  width: 100%;
  height: 54px;
  background: #FFF;
  border-bottom: 4px solid #DDBB99;
  position: fixed;
  top: 0;
  z-index: 999;
}
#header-sp .sph{
  display: block;
}
#header-sp .logo.img-box {
  display :block;
  width: 38%;
  max-width: 128px;
  margin: 5px 10px;
}
#header-sp .head-contactbox {
  margin: 5px 70px 5px 0;
  width: 90px;
}
#header-sp .head-contactbox .flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height:auto; 
}
#header-sp .head-contactbox .flex li{
  width: 47%;
  height: auto;
}
#header-sp .head-contactbox li .img-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#header-sp .head-contactbox .tel .img-box {
  margin: 5px 8px;
}
#header-sp .head-contactbox .contact .img-box {
  margin: 8px 2px;
}

/* ハンバーガーメニュー */
.spmenu-btn{
  width: 60px;
  height: 50px;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: left;
  background: #C48C1F;
  font-size: 12px;
  font-size: 1.2rem;
  color: #FFF;
}
.spmenu-btn button{
  background: none;
  border: none;
}
.spmenu-btn button, select{
  text-transform: none;
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 38px;
  height: 30px;
}
.menu-trigger span {
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
}
.spmenu-btn p{
  font-size: 13px;
  font-size: 1.3rem;
	line-height: 1.5;
}
.menu-trigger span:nth-of-type(1) {
  top: 2px;
}
.menu-trigger span:nth-of-type(2) {
  top: 13px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 2px;
}
.menu-trigger.active span:nth-of-type(1) {
  top: -7px;
}
.menu-trigger.active span:nth-of-type(2) {
  top: 13px;
}
.menu-trigger.active span:nth-of-type(3) {
  bottom: -7px;
}

/* ハンバーガーメニュー アニメーション*/
.menu-trigger span:nth-of-type(1) {
  -webkit-animation: menu-bar01 .75s forwards;
  animation: menu-bar01 .75s forwards;
}
@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(20px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(20px) rotate(45deg);
  }
  50% {
    transform: translateY(20px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.menu-trigger span:nth-of-type(2) {
  transition: all .25s .25s;
  opacity: 1;
}
.menu-trigger span:nth-of-type(3) {
  -webkit-animation: menu-bar02 .75s forwards;
  animation: menu-bar02 .75s forwards;
}
@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-20px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-20px) rotate(-45deg);
  }
  50% {
    transform: translateY(-20px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 .75s forwards;
  animation: active-menu-bar01 .75s forwards;
}
@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(20px) rotate(45deg);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(20px) rotate(0);
  }
  100% {
    transform: translateY(20px) rotate(45deg);
  }
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 .75s forwards;
  animation: active-menu-bar03 .75s forwards;
}
@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-20px) rotate(-45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-20px) rotate(0);
  }
  100% {
    transform: translateY(-20px) rotate(-45deg);
  }
}

/* スライドメニュー */
.spnavi {
  position: fixed;
  width: 260px;
  height: 100%;
  top: 0;
  padding: 15px;
  box-sizing: border-box;
  z-index: 9999;
  background: #C48C1F;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */
}
.spnavi-content li.spnavi-submenu{
  position: relative;
  margin-bottom: 15px;
  padding: 8px 10px;
  border-radius: 4px;
  background: #FFF;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #042666;
}
.spnavi-content li.spnavi-submenu a{
  font-size: 14px;
  font-size: 1.4rem;
  color: #221815;
  display: block;
}
.spnavi-content li.spnavi-submenu.spnavi-submenu-closed span:after,
.spnavi-content li.spnavi-submenu.spnavi-submenu-open span:after{
  content: "";
  vertical-align: middle;
  position: absolute;
  top: 13px;
  right: -3px;
  width: 6px;
  height: 6px;
  margin: auto;
}
.spnavi-content li.spnavi-submenu.spnavi-submenu-closed span:after{
  border-bottom: 1px solid #042666;
  border-right: 1px solid #042666;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 1em;
}
.spnavi-content li.spnavi-submenu.spnavi-submenu-open span:after{
  border-top: 1px solid #042666;
  border-left: 1px solid #042666;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 1em;
}
.spnavi li.spnavi-link{
  margin-bottom: 5px;
}
.spnavi li.spnavi-link:first-child{
  margin-top: 10px;
}
.spnavi li.spnavi-link a {
  display: block;
  background: #F8FBFD;
  padding: 10px 15px;
  border-radius: 4px;
  color: #042666;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
.spnavi.spnavi-right {
  right: 0;
}
.spnavi-content {
  visibility: hidden;
}
/* Menu Movement */
.spnavi-right {
  -webkit-transform: translate3d(260px, 0, 0);
  -ms-transform: translate3d(260px, 0, 0);
  transform: translate3d(260px, 0, 0);
}
.spnavi-open-right #contents,
.spnavi-open-right #header-sp,
.spnavi-open-right #footer,
.spnavi-open-right .push {
  -webkit-transform: translate3d(-260px, 0, 0);
  -ms-transform: translate3d(-260px, 0, 0);
  transform: translate3d(-260px, 0, 0);
}
.spnavi-open-right .spnavi {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.spnavi-open-right .spnavi-content {
  visibility: visible;
}

/* Menu Transitions */
#contents,
#header-sp,
#footer,
.spnavi,
.push {
  transition: transform 0.3s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
.spnavi-content {
  transition: visibility 0.3s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Submenu Appearance */
.spnavi-content .spnavi-submenu {
  /* Submenu Buttons */
  /* Submenu Icon */
}
.spnavi-content .spnavi-submenu ul {
  transition: max-height 0.2s ease-in-out, visibility 0.3s ease-in-out;
}
.spnavi-content .spnavi-submenu ul .spnavi-link {
  transition: opacity 0.3s  ease-in-out;
}
.spnavi-content .spnavi-submenu button {
  width: 100%;
  padding: 15px 30px;
  text-align: left;
  background: transparent;
  border: 0;
}
.spnavi-content .spnavi-submenu button:hover {
  color: #FFF;
}
.spnavi-content .spnavi-submenu > a,
.spnavi-content .spnavi-submenu > button {
  position: relative;
}
.spnavi-content .spnavi-submenu > a::after,

/* Submenu Movement */
.spnavi-content .spnavi-submenu-closed ul {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
}
.spnavi-content .spnavi-submenu-closed .spnavi-link {
  opacity: 0;
}
.spnavi-content .spnavi-submenu-open {
  /* Submenu Icon */
}
.spnavi-content .spnavi-submenu-open ul {
  max-height: 1000px;
  visibility: visible;
}
.spnavi-content .spnavi-submenu-open .spnavi-link {
  opacity: 1;
}
.spnavi-content .spnavi-submenu-open a::after,
.spnavi-content .spnavi-submenu-open button::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

/*------------------------------
pagetopボタン ※変更不可
------------------------------*/
#page-top {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #95664D;
  opacity: 0.8;
  border-radius: 50%;
}
#page-top a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  text-decoration: none;
}
#page-top a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  background-image: url(../images/common/arrow-w.svg);
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  background-size: 25px;
  transform: rotate(-90deg);
}
#page-top a:hover {
  background: #1A1A1A;
  opacity: 0.8;
  border-radius: 50%;
}
/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  bottom: 50px;
  z-index: 10;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateX(100px);
}
/*　左の動き　*/
#page-top.LeftMove {
  animation: LeftAnime 0.5s forwards;
}
@keyframes LeftAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/*　右の動き　*/
#page-top.RightMove {
  animation: RightAnime 0.5s forwards;
}
@keyframes RightAnime {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 1;
    transform: translateX(100px);
  }
}

@media screen and (max-width: 320px) {
  #header-sp .logo.img-box {
    margin: 5px 5px;
  }
}

/*------------------------------
フッター ※変更不可
------------------------------*/
/* foot-contactbox */
.f-contactbox {
  width: 100%;
  padding: 0 0 60px 0;
  background-color: #F4F1EB;
}
.f-contactbox p.lead {
  margin: 0 auto 20px auto;
  text-align: center;
}
.f-contactbox > p {
  text-align: center;
  margin-bottom: 2em;
}
.f-contactbox .line {
  background-color: #FDD02F;
  padding: 20px 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  vertical-align: middle;
  align-items: center;
}
.f-contactbox .cv-list {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.f-contactbox .cv-list > li:hover {
  opacity: 0.8;
}
.f-contactbox .cv-list p.phone,
.f-contactbox .cv-list p.mail {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  text-align: left;
}
.f-contactbox .cv-list p.phone::before,
.f-contactbox .cv-list p.mail::before {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
}
.f-contactbox .cv-list p.phone::before {
  content: '';
  background: url("../images/common/tel-ico-ft.svg") no-repeat 0 0;
  background-size: 15px;
  margin-bottom: -2px;
}
.f-contactbox .cv-list p.mail::before {
  content: '';
  background: url("../images/common/mail-ico-ft.svg") no-repeat 0 0;
  background-size: 20px;
  margin-bottom: -5px;
}
.f-contactbox .telbox {
  margin-bottom: 25px;
}
.f-contactbox .cv-btn {
  width: 100%;
  max-width: 360px;
  height: 110px;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 6px;
  opacity: 1;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3% 20px;
}
.f-contactbox .cv-btn.tel {
  border: 3px solid #95664D;
  background: #fff;
  padding: 1% 20px 3% 20px;
}
.f-contactbox .cv-btn.mail {
  background: #95664D;
  color: #fff;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  white-space: nowrap;
}
.f-contactbox .cv-btn.tel img {
  max-width: 230px;
  width: 100%;
}
/* f-nav */
#footer .wrap-m {
  padding: 50px 0 0 0;
}
#footer.f-nav {
  background: #EEE2CB;
  width: 100%;
  /* padding: 50px 0 0; */
}
#footer.f-nav .logo.img-box {
  max-width: 120px;
  width: 100%;
  margin: 0 auto 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer.f-nav ul li {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 20px;
  line-height: 1;
}
#footer.f-nav ul li a {
  display: block;
  /* width: calc(100% - 1em); */
  line-height: 1;
  color: #221815;
  font-size: 14px;
  font-size: 1.4rem;
}
#footer.f-nav ul li.company {
  display: block;
  width: 30%;
  padding: 5px 0;
  border: 2px solid #C48C1F;
  border-radius: 2px;
  text-align: center;
  color: #221815;
}
/* copyright */
#footer .copyright {
  border-top: 1px solid #4D4D4D;
  color: #221815;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  padding: 10px;
}
#footer .copyright a {
  display: block;
  color: #221815;
}

@media screen and (max-width: 320px) {
#footer .copyright a {
  font-size: 13px;
  font-size: 1.3rem;
}
}

/*------------------------------
ぱんくず ※変更不可
------------------------------*/
.breadcrumbs-wrap.wrap-m {
  width: 100%;
}
#breadcrumbs {
  padding: 10px 10px;
}
#breadcrumbs li {
  display: inline;
  color: #ffffff;
  font-size: 12px;
  font-size: 1.2rem;
}
#breadcrumbs li a {
  color: #ffffff;
  font-size: 12px;
  font-size: 1.2rem;
}
#breadcrumbs li a:hover, #breadcrumbs li a:active, .common-bg #breadcrumbs li a:hover, .common-bg #breadcrumbs li a:active  {
  color: #E16939;
  transition: all .3s;
}
#breadcrumbs a {
  display: inline-block;
  position: relative;
  padding-right: 1.5em;
}
#breadcrumbs a:after {
  content: "";
  vertical-align: middle;
  position: absolute;
  top: calc(50% - 4px);
  right: -6px;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 1em;
}
.common-bg #breadcrumbs li,
.common-bg #breadcrumbs li a {
  color: #000000;
}
.common-bg #breadcrumbs a:after {
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
}

/*=================== 共通 /ヘッダー/フッター 320用 ==================*/
@media screen and (max-width: 320px) {
  .wrap-m, .wrap-s {
    width: 96%;
  }
  /*------------------------------
  テキスト ※変更不可
  ------------------------------*/
  p, a, li, th, td, dt, dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .lead {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .lead .lead-s {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .text-s {
    font-size: 10px;
    font-size: 1.0rem
  }
  /*------------------------------
  ボタン  ※変更不可
  ------------------------------*/
  .f-contactbox .cv-btn {
    padding: 3% 12px;
  }
  .f-contactbox .cv-btn.mail {
    font-size: 18px;
    font-size: 1.8rem;
  }
  /*------------------------------
  ヘッダー、Gナビ共通 ※変更不可
  ------------------------------*/
  #header .logo .img-box {
    max-width: 95px;
  }
} /*=================== 共通 /ヘッダー/フッター 320用 閉じ ==================*/
/**************************************************
* TOP
***************************************************/
/*------------------------------
kv
------------------------------*/
#top .kv {
  width: 100%;
  height: auto;
  margin: 0 auto ;
  position: relative;
}
#top .kv .kv-slider div img{
  display: block;
  width: 95%;
  margin: 4% auto 0;
}
/*------------------------------
共通
------------------------------*/
#top .intro {
  background-color: #FDD02F;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
  color: #221815;
  padding: 10px;
  margin: 0 10px 20px 10px;
  border-radius: 6px;
}
/*------------------------------
con共通
------------------------------*/
#top .con02,
#top .con04,
#top .con05,
#top .con06,
#top .con07,
#top .con09 {
  padding: 50px 0;
}

#top .con03 h2,
#top .con04 h2,
#top .con05 h2,
#top .con06 h2,
#top .con07 h2,
#top .con08 h2,
#top .con09 h2 {
  margin-bottom: 50px;
  text-align: center;
}

#top .con03 h2::after,
#top .con04 h2::after,
#top .con05 h2::after,
#top .con06 h2::after,
#top .con07 h2::after,
#top .con08 h2::after,
#top .con09 h2::after {
  content: '';
  position: relative;
  top: 25px;
  display: block;
  width: 60px;
  height: 6px;
  margin: 0 auto 0;
  background-color: #FCCF43;
}

/*ブロックとbtn-boxとの余白＊一括指定*/
#top .con01 ul, #top .con02 ul, #top .con04 ul, #top .con05 ul {
  margin-bottom: 3em;
}

/*吹き出しアイコン*/
.bubble {
  position: relative;
  margin-top: 60px;
}
.bubble::before {
  content: '';
  display: inline-block;
  background: url("../images/top/bubble.svg") no-repeat 0 0;
  width: 130px;
  height: 69.5px;
  position: absolute;
  top: -77px;
  left: 50%;
  transform: translateX(-50%);
  background-size: 100%;
  z-index: 2;
}
/*------------------------------
con01
------------------------------*/
#top .con01 {
  position: relative;
  padding: 30px 0 50px;  
}

#top .con01 p.lead {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 30px;
}
#top .con01 .center.img-box {
  max-width: 450px;
  width: 65%;
  margin: 0 auto 0  auto;
  z-index: 2;
  position: relative;
}
#top .con01 .right.img-box,
#top .con01 .left.img-box {
  max-width: 300px;
  width: 30%;
  position: relative;
  z-index: 1;
  opacity: 0.5;
}
#top .con01 .right.img-box {
  margin: -60% -10% 0 auto;
}
#top .con01 .right::after,
#top .con01 .left::after {
  content: '';
  display: inline-block;
  max-width: 200px;
  width: 100%;
  max-height: 200px;
  height: 100%;
  background-image:  url(../images/top/bg-dot-beige.svg);
  background-size: cover;
  position: absolute;
  z-index: 1;
}
#top .con01 .right::after {
  top: 50%;
  left: 35%;
}
#top .con01 .left::after {
  top: -55%;
  left: -35%;
}
#top .con01 .left.img-box {
  margin: 20% 0 5% -5%;
}
#top .con01 .right.img-box img,
#top .con01 .left.img-box img {
  position: relative;
  z-index: 2;
}

/*------------------------------
con02
------------------------------*/
#top .con02 {
  background: linear-gradient(180deg, #F4F1EB 0%, #F4F1EB 55%, #F7F7F7 55%, #F7F7F7 100%);
}
#top .con02 .wrap-m {
  background-color: #FFFFFF;
  padding-top: 50px;
  position: relative;
  z-index: 3;
}

#top .con02 .lead {
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
}
#top .con02 .lead span {
  font-size: 18px;
  font-size: 1.8rem;
}
#top .con02 .lead span:before {
  content: "＼";
  margin-right: 1rem;
}
#top .con02 .lead span:after {
  content: "／";
  margin-left: 1rem;
}
#top .con02 .flex-box {
  padding-bottom: 40px;
}
#top .con02 .img-box {
  width: calc(100% / 2 - 20px);
  margin: 0 auto 20px auto;
}

/*------------------------------
con03
------------------------------*/
#top .con03 {
  position: relative;
  background-color: #F7F7F7;
  padding: 0 0 50px;
}
#top .con03::before {
  content: '';
  background-image: url(../images/top/merit-bg01.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left -4%;
  position: absolute;
  top: 0;
  max-width: 700px;
  width: 100%;
  height: 240px;
  z-index: 0;
}
#top .con03 .wrap-s {
  position: relative;
}
#top .con03 h2 {
  text-align: left;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#top .con03 h2::before {
  content: '';
  display: block;
  background-image: url(../images/top/bg-dot-gray.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -65%;
  left: -20%;
  width: 150px;
  height: 150px;
  z-index: -1;
}
#top .con03 h2,
#top .con03 p.lead,
#top .con03 .flex-box {
  position: relative;
  z-index: 2;
}
#top .con03 .flex-box {
  width: 90%;
  margin: 0 0 0 auto;
}

#top .con03 .flex-box {
  padding-bottom: 70px;
}
#top .con03 .merit-bg02::before {
  content: '';
  background-image: url(../images/top/merit-bg02-sp.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right 40%;
  position: absolute;
  left: 0;
  bottom: 12%;
  max-width: 700px;
  width: 93%;
  height: 35%;
  z-index: 0;
  opacity: 0.5;
}
#top .con03 .merit_item {
  width: calc(100% / 2 - 10px);
  margin-right: 20px;
}
#top .con03 .merit_item:nth-child(even) {
  margin-right: 0px;
}
#top .con03 .merit_item .text-box {
  display: flex;
  flex-direction: column;
  text-align: center;
}
#top .con03 .merit_item .text-box p {
  font-weight: bold;
}

#top .con03 .merit_item .img-box {
  max-width: 300px;
    width: 100%;
    margin: 0 auto 0;
}

@media screen and (max-width: 320px) {
  #top .con03 .merit-bg02::before {
    background-position: top right 0%;
    bottom: 15%;
    max-height: 230px;
  }
}

/*------------------------------
con4
------------------------------*/
#top .con04 {
  background-color: #F7F7F7;
  position: relative;
}
#top .con04::before {
  content: '';
  display: block;
  background-image: url(../images/top/support-bg01.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left 60%;
  position: absolute;
  top: 0%;
  left: 0%;
  max-width: 700px;
  width: 100%;
  height: 165px;
  z-index: 0;
}
#top .con04 .wrap-m {
  position: relative;
  z-index: 1;
}
#top .con04 .img-box {
  width: calc(100% / 2 - 10px);
  margin-right: 20px;
}
#top .con04 .img-box:nth-child(even) {
  margin-right: 0px;
}
#top .con04 .img-box:last-child {
  margin: auto;
}

/*------------------------------
con5
------------------------------*/
#top .con05 {
  background-color: #F4F1EB;
}
#top .con05 .flex-box {
  z-index: 2;
  position: relative;
}
#top .con05 .flex-box .text-box {
  margin-bottom: 40px;
  position: relative;
}
#top .con05 .flex-box .text-box::before,
#top .con05 .flex-box .img-box::before,
#top .con05 .flex-box .img-box::after {
  content: '';
  background-image:  url(../images/top/bg-dot-beige.svg);
  background-size: cover;
  position: absolute;
  display: inline-block;
  max-width: 200px;
  width: 100%;
  max-height: 200px;
  height: 100%;
  z-index: -1;
}
#top .con05 .flex-box .text-box::before {
  top: -100px;
  left: -100px;
}
#top .con05 .flex-box .img-box {
  position: relative;
}
#top .con05 .flex-box .img-box::before {
  top: -100px;
  right: -100px;
}
#top .con05 .flex-box .img-box::after {
  max-width: 150px;
  max-height: 150px;
  left: -70px;
  bottom: -70px;
}
@media screen and (max-width: 320px) {
  #top .con05 .sp {
    display: none;
  }
}
/*------------------------------
con6
------------------------------*/
#top .con06 {
  background-color: #F7F7F7;
}
#top .con06 h2 {
  position: relative;
  z-index: 2;
}

#top .con06 .text-box {
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
#top .con06 .text-box .ttl {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
#top .con06 .text-box::before,
#top .con06  .img-box:nth-child(2):before {
  content: '';
  background-image:  url(../images/top/bg-dot-gray.svg);
  background-size: cover;
  position: absolute;
  display: inline-block;
  max-width: 200px;
  width: 100%;
  max-height: 200px;
  height: 100%;
  z-index: -1;
}
#top .con06 .text-box::before {
  left: -100px;
  bottom: -50px;
}
#top .con06 .annotation p {
  font-size: 11px;
  font-size: 1.1rem;
  color: #666666;
}
#top .con06 .img-box {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
#top .con06 .img-box::before {
  top: -75px;
  right: -110px;
}

@media screen and (max-width: 320px) {
  #top .con06 .sp {
    display: none;
  }
}
/*------------------------------
con7
------------------------------*/
#top .con07 p.lead {
  text-align: center;
  margin-bottom: 70px;
}

#top .con07 .sub-ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
  color: #95664D;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 2px solid #EEE2CB;
  position: relative;
}
#top .con07 .sub-ttl.border::after{
  content: "";
  display: block;
  border-bottom: solid 2px  #AC8874;
  width: 100px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
#top .con07 p.sub.lead {
  margin-bottom: 20px;
}
#top .con07 .model {
  margin-bottom: 50px;
}
#top .con07 .model .model-item {
  width: calc(100% / 2 - 10px);
  margin-right: 20px;
  margin-bottom: 20px;
}
#top .con07 .model .model-item:nth-child(even) {
  margin-right: 0;
}
#top .con07 .model .model-item .ttl,
#top .con07 .model .model-item2 .ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  border-radius: 6px 6px 0 0;
  color: #FFFFFF;
}
#top .con07 .model .model-item .num,
#top .con07 .model .model-item2 .num {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  border-radius: 0 0 6px 6px;
  padding: 15px 3%;
}
#top .con07 .model .model-item .ttl {
  background-color: #B3B3B3;
}
#top .con07 .model .model-item .num {
  color: #221815;
  background-color: #F7F7F7;
}
#top .con07 .model .model-item2 {
  width: 100%;
}
#top .con07 .model .model-item2 .ttl {
  background-color: #95664D;
}
#top .con07 .model .model-item2 .num {
  font-size: 26px;
  font-size: 2.6rem;
  color: #95664D;
  background-color: #F4F1EB;
}
#top .con07 .simulation {
  margin-bottom: 50px;
}
#top .con07 .table {
  overflow-x: scroll;
  width: 100%;
}
#top .con07 .table01 {
  margin: 0 auto 10px;
}
/* テーブル */
/* フォントサイズ */
#top .con07 .table01 th,
#top .con07 .table01 td {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0%;
}
/* 単位 */
#top .con07 .table01 .unit th,
#top .con07 .table01 .unit td {
  background-color: #C1BCBC !important;
  color: #ffffff;
  font-weight: bold;
  padding: 1% 1% 0% 1%;
  border-bottom: none;
  border-right: none;
  border-left: solid 1px #ffffff;

  border-bottom: solid 2px #AC8874;
}
.con07 .table01 .unit td:last-child {
  border-right: solid 2px #C1BCBC !important;
}
#top .con07 .table01 .unit th {
  visibility: hidden;
  border-top: none;
  border-left: none;
}
#top .con07 .table01 th {
  display: table-cell;
  padding: 0%;
  text-align: center;
}
#top .con07 .table01 td {
  display: table-cell;
  text-align: center;
}
#top .con07 .table01 tr:nth-child(2n) {
  border: solid 2px #AC8874;
  }
#top .con07 .table01 tr:nth-child(2n) th {
  color: #ffffff;
  font-weight: bold;
  background-color: #AC8874;
  border-top: solid 2px #AC8874;
  border-bottom: solid 2px #AC8874;
}
#top .con07 .table01 tr:nth-child(2n) td {
  color: #95664D;
  font-weight: bold;
  background-color: #F4F1EB;
}
#top .con07 .table01 tr:nth-child(3) th {
  color: #ffffff;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  background-color: #C1BCBC;
  border-left: solid 2px #C1BCBC;
  border-bottom: solid 2px #AC8874;
}
#top .con07 .table01 tr:nth-child(3) td {
  color: #221815;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
  background-color: #F7F7F7;
}

/* セル幅 */
#top .con07 .table01 th {
  width: 22%;
  height: 50px;
}
#top .con07 .table01 .unit th {
  height: auto;
  border-bottom: none;
  border-right: none;
}
#top .con07 .table01 td {
  width: 25%;
}
#top .con07 .annotation {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 25px;
}
#top .con07 .details {
  width: 100%;
  background-color: #F7F7F7;
}
#top .con07 .details .ttl {
  font-weight: bold;
  border-bottom: solid 1px #333333;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#top .con07 .details ul li {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#top .con07 .details ul li .name {
  overflow: hidden;
}
#top .con07 .simulation .details {
  padding: 20px;
}
#top .con07 .cost.sub-ttl {
  margin-bottom: 40px;
}
#top .con07 .initial-cost {
  background-color: #F7F7F7;
  text-align: center;
  margin-bottom: 20px;
}
#top .con07 .initial-cost .example {
  width: 100%;
  padding-bottom: 20px;
}
#top .con07 .initial-cost .ttl {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #ffffff;
  background-color: #AC8874;
  padding: 5px 0;
  border-radius: 4px;
  margin-bottom: 20px;
}
#top .con07 .initial-cost .example .text-box {
  background-color: #FFFFFF;
  border-radius: 4px;
  padding: 20px 0;
  margin: 20px 20px 0;
}
#top .con07 .initial-cost .flex-box {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: auto;
}
#top .con07 .initial-cost .flex-box.price p {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #95664D;
}
#top .con07 .initial-cost .flex-box.collect p {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color:  #333333;
}
#top .con07 .initial-cost .flex-box.collect p.days {
  font-size: 20px;
  font-size: 2.2rem;
}


#top .con07 .initial-cost .details {
  padding: 0 20px 10px;
  margin-bottom: 0;
}
#top .con07 .initial-cost .details ul li span {
  margin-right: 10px;
  color: #AC8874;
}
#top .con07 .initial-cost + .annotation {
  margin-bottom: 0;
}

@media screen and (max-width: 320px) {
  #top .con07 table {
    width: 375px;
  }
  #top .con07 .sub-ttl {
    font-size: 17px;
    font-size: 1.7rem;
  }
  #top .con07 .flex-box .num {
    font-size: 20px;
    font-size: 2rem;
  }
  #top .con07 .model .model-item .num {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 15px 1%;
  }
  #top .con07 .initial-cost .flex-box {
    width: 90%;
  }
  #top .con07 .initial-cost .example .text-box {
    margin: 0px 10px 0;
  }
  #top .con07 .initial-cost .details {
    padding: 0 10px 10px;
  }

  #top .con07 .details {
    padding: 20px 10px;
  }
  #top .con07 .initial-cost .details ul li span {
    margin-right: 5px;
  }
}

/*------------------------------
con8
------------------------------*/
#top .con08 {
  padding-bottom: 50px;
  background: linear-gradient(180deg, #F4F1EB 0%, #F4F1EB 55%, #F7F7F7 55%, #F7F7F7 100%);
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 20%, #F4F1EB 20%, #F4F1EB 100%);
}
#top .con08 .banner-item {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
#top .con08 .banner-item:last-child {
  margin-bottom: 0;
}
#top .con08 .banner-item .text-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#top .con08 .banner-item .text-box .ttl {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  padding: 32px 21px 0 21px;
  border-radius: 24px 0px;
  display: inline-block;
}
#top .con08 .banner-item .text-box .sub-ttl {
  color: #fff;
  padding: 0 21px;
}
#top .con08 .banner-item .arrow-right-circle {
  max-width: 40px;
  margin: 10px 0 0 21px;
}
#top .con08 .banner-item .img-box {
  position: relative;
  z-index: 0;
  filter: brightness(0.7);
}
@media screen and (max-width: 320px) {
  #top .con08 .banner-item .text-box .ttl {
    padding: 20px 21px 0 21px;
  }
}

/*------------------------------
con9
------------------------------*/


/*=================== TOP 320用 ==================*/
@media screen and (max-width: 320px) {
  #top .con02 .menu-list .menu-ttl {
    margin-bottom: 8px;
    margin-top: 8px;
  }
  #top .con02 .menu-list .arrow-cir {
    max-width: 38px;
  }
  #top .con02 .menu-list .menu-ttl-sub {
    padding: 2px 12px;
  }
} /*=================== TOP 320用 閉じ ==================*/

/**************************************************
* informationList共通（TOP・category）
***************************************************/
.informationList li {
  border-bottom: 1px solid #D9D9D9;
}
.informationList li:first-child {
  border-top: 1px solid #D9D9D9;
}

.informationList .date {
  margin-left: 14px;
}
.informationList .cont {
  margin-left: 14px;
  line-height: 3;
}
.informationList .date,#information .date {
  font-family: 'Verdana', sans-serif;
  color: #95664D;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 3;
  margin-bottom: -16px;
  line-height: 3;
}


/**************************************************
* 下層共通 ※変更不可
***************************************************/
/* 見出し */
.common-bg .page-title h2 {
  color: #FFFFFF;
  text-align: left;
  padding-right: 3%;
  /* height: 150px; */
  /* padding-top: 42px; */
  z-index: 3;
  font-size: 20px;
  font-size: 2.0rem;
  /* display: block; */
  /* width: 100%; */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.common-bg .page-title h2::after {
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  line-height: 2;
  margin-left: 3px;
  margin-top: 10px;
  position: relative;
}
.page h3.h3-ttl {
  font-size: 22px;
  font-size: 2.2rem;
  text-align: left;
  margin-bottom: 10px;
  line-height: 1.2;
}

@media screen and (max-width: 320px) {
.page h3.h3-ttl {
  font-size: 20px;
  font-size: 2.0rem;
}
}

.page h4.h4-ttl {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: left;
  padding-bottom: 4px;
  margin-bottom: 20px;
  line-height: 1.2;
}

/* アイコンボーダーつきh3 */
.page h3.h3-ttl.bdr {
  border-bottom: 1px solid #95664D;
  padding-bottom: 4px;
  margin-bottom: 20px;
}
.page h3.h3-ttl.bdr .icon {
  line-height: 1.0;
}
.page h3.h3-ttl.bdr .icon img {
  width: auto;
  margin-right: 0;
  vertical-align: bottom;
  margin-bottom: -6px;
  max-width: 40px;
  margin-right: 4px;
}
.page h4.h4-ttl.radius {
  background-color: #F2EEE6;
  padding: 10px 10px 10px 20px;
  border-radius: 2em;
}
.page .center {
  text-align: center;
}


/**************************************************
* 共通（レイアウト・テキスト・見出し・ボタン・ヘッダー・フッター・ぱんくず・その他)
***************************************************/
.page-wrap .page-wrap-box {
  position: relative;
  background-color: transparent;
  padding: 40px 4% ;
}
.page .bg-dotted-right-top {
  background-image: url(../images/common/bg-dotted.png);
  background-repeat: no-repeat;
  position: relative;
  background-position-y: -80px;
  background-position-x: 160%;
  background-size: 60%, 100% 100%;
  z-index: 0;
  margin-top: -80px;
}
.page .bg-dotted-left-bottom {
  background-image: url(../images/common/bg-dotted.png);
  background-repeat: no-repeat;
  position: relative;
  background-size: 50%, 100% 100%;
  background-position-y: center;
  background-position-x: -80px;
  z-index: 0;
}

/*下層タイプ背景*/
.common-bg .bg-wrap {
  height: 150px;
  margin-bottom: 80px;
}
.common-bg .page-title .bg-type {
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 3;
  position: relative;
  width: 93%;
  background-position: center;
  /*top: 40px;*/
  height: 150px;
}
.common-bg .page-title .bg-type::before {
  content: '';
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  /* ↓暗いオーバーレイを半透明で配置 */
  background-color: rgba(0, 0, 0, 0.4);
  /* ↓全体を覆うように配置 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

/*下層タイプB背景*/
.common-bg .page-title .bg-type.B {
  background-image: url(../images/common/bg-typeB.png) ;
  background-repeat: repeat;
  background-size: 1.4%;
}
.common-bg .page-title .bg-type.B::before {
  background-color: transparent;
}
/*------------------------------
table下層共通 ※変更不可
------------------------------*/
.page table.type-01 tbody th {
  padding: 3%;
  background: #F2EEE6;
  border: 1px solid #ffffff;
}
.page table.type-01 tbody td {
  padding: 3%;
  background: #FAF8F5;
  border: 1px solid #ffffff;
}
.page table.type-01 ul li {
  text-indent: -14px;
  margin-left: 14px;
}

/* 下層セクション */
.page section {
  margin-bottom: 16px;
}
.page section:last-child {
  margin-bottom: 0;
}
/* 下層段落 */
.page section p {
  margin-bottom: 16px;
}
.page section p:last-child {
  margin-bottom: 0;
}

/* 下層リード文 */
.page .lead {
  text-align: center;
  margin: 40px auto;
}
.page .frame-text {
  display: inline-block;
  margin: 10px 0 30px;
  color: #E16939;
  border: solid 2px #E16939;
  padding: 8px 0;
}
.common-bg.wrapper {
    z-index: -100;
    position: relative;
}
/* ページネーション */
.page-numbers {
  display: flex;
  margin: 6px auto;
  justify-content: center;
  flex-wrap: wrap;
  width: 96%;
}
.page-numbers li {
  align-self: center;
  padding: 0 5px;
  margin: 4px 0;
}
.page-numbers  a.page-numbers,
.page-numbers .current {
  padding: 5px 10px;
  border: 1px solid #95664d;
  border-radius: 4px;
  background: #95664d;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.3;
  width: 95%;
}
.page-numbers > li.page-numbers:hover,
.page-numbers > li.prev.page-numbers:hover,
.page-numbers > li.next.page-numbers:hover {
  opacity: 0.7;
}
.page-numbers .current {
  background-color: #fff;
  color: #95664d;
}
.page-numbers  a.page-numbers.next,
.page-numbers  a.page-numbers.prev {
  border: none;
  background: #fff;
  color: #95664d;
  font-size: 14px;
  font-size: 1.4rem;
}

/*pagenav*/
.pagenav {
  margin: 48px 0 60px;
  width: 100%;
  text-align: center;
}
.pagenav span.next {
  margin-right: 48px;
}

/**************************************************
* よくある質問
***************************************************/
/*アコーディオン*/
.acobox .acolist dt {
  display: block;
  padding: 15px 25px 10px 5px;
  border-top: 1px solid #ababab;
/*  border-bottom: 1px solid #ababab;*/
  margin-bottom: -1px !important;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #000000;
}
.acobox .acolist dd {
  display :none;
  padding: 15px 5px;
  background: #fff;
 font-weight: bold;
}
.acobox dl.acolist{
  border-bottom: 1px solid #ababab;
  background-color: #FAF5ED;
}
/* ∨Λ */
.aco_icon:after{
  content: "";
  vertical-align: middle;
  position: absolute;
  top: 45%;
  right: -5px;
  width: 10px;
  height: 10px;
  margin: auto;
  border-bottom: 2px solid #E16939;
  border-right: 2px solid #E16939;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 1em;
}
.aco_icon.active:after{
  content: "";
  vertical-align: middle;
  position: absolute;
  top: 45%;
  right: -5px;
  width: 10px;
  height: 10px;
  margin: auto;
  border-bottom: none;
  border-right: none;
  border-top: 2px solid #E16939;
  border-left: 2px solid #E16939;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 1em;
}

/**************************************************
* お問い合わせ・資料請求　
***************************************************/
/* 必須アイコン */
.formTable dl dt .icon {
  position: absolute;
  margin-top: -10px;
  padding: 4px 8px 6px;
  top: 50%;
  right: 25px;
  line-height: 1;
  color: #ffffff;
  border-radius: 2px;
}
.formTable dl dt .icon.required {
  background-color: #FDD02F;
}
.formTable dl dd .caution {
  margin-top: 15px;
  line-height: 1.6;
}
.formTable dl dd .yubinLink {
  color: #e72a2a;
  text-decoration: underline;
}

/* form */
.formTable {
  margin: 30px 0 30px;
}
.formTable dl {
  display: table;
  width: 100% !important;
  border-bottom: 1px solid #D9D9D9;
}
.formTable dl:nth-of-type(1) {
  border-top: 1px solid #D9D9D9;
}
.formTable dl dt {
  position: relative;
  display: table-cell;
  padding: 4% 6.2% 4% 2%;
  width: 25% !important;
  line-height: 1.6;
  vertical-align: middle;
  background-color:#F4F1EB;
  /* color: #333333; */
}
.formTable dl dd {
  display: table-cell;
  padding: 3% 2.4%;
  vertical-align: middle;
  background: #fff;
}
.formTable dl dd .mwform-radio-field {
  display: inline-block;
  margin-right: 25px;
  margin-left: 0 !important;
}
.formTable dl dd .mwform-checkbox-fieldf {
  margin-right: 25px;
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 10px;
}
.mwform-checkbox-field label, .mwform-radio-field label {
  font-weight: normal;
  margin-bottom: 0;
}

.formTable dl dd .mwform-radio-field:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}
.formTable dl dd .mwform-radio-field label .mwform-radio-field-text {
  position: relative;
  display: inline-block;
  padding-left: 5px;
  cursor: pointer;
}

.formTable dl dd .mwform-radio-field label input:checked + .mwform-radio-field-text::after {
  background-color: #99cb6c;
}

.formTable dl dd input[type="text"],
.formTable dl dd input[type="email"] {
  width: 440px !important;
}

.formTable dl dd input[type="text"].age {
  margin-right: 7px;
  width: 60px !important;
}

.formTable dl dd input[type="text"].postalcode {
  margin-left: 5px;
  width: 200px !important;
}

.formTable dl dd input[type="text"]:focus::-webkit-input-placeholder { color: white; } /* Chrome・Safari・Opera用(※Edgeにも使える) */
.formTable dl dd input[type="text"]:focus:-moz-placeholder { color: white; }  /* Firefox18以前用 */
.formTable dl dd input[type="text"]:focus::-moz-placeholder { color: white; } /* Firefox19以上用 */
.formTable dl dd input[type="text"]:focus::placeholder { color: white; } /* CSS標準(予定)の記述 */

.formTable dl dd input[type="email"]:focus::-webkit-input-placeholder { color: white; } /* Chrome・Safari・Opera用(※Edgeにも使える) */
.formTable dl dd input[type="email"]:focus:-moz-placeholder { color: white; }  /* Firefox18以前用 */
.formTable dl dd input[type="email"]:focus::-moz-placeholder { color: white; } /* Firefox19以上用 */
.formTable dl dd input[type="email"]:focus::placeholder { color: white; } /* CSS標準(予定)の記述 */

.formTable dl dd textarea, .formTable dl dd select, .formTable dl dd input[type="text"], .formTable dl dd input[type="email"] {
  padding: 5px 15px;
  outline: none;
  border: 1px solid #cccccc;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

.formTable dl dd select {
  height: 38px;
}

.formTable dl dd textarea {
  width: 100% !important;
  height: 150px !important;
}

/* textinBox */
.formTable dl dd .textinBox {
  margin-top: 15px;
}

.formTable dl dd .textinBox:nth-of-type(1) {
  margin-top: 0;
}

.formTable dl dd .textinBox .fieldName {
  margin-bottom: 2px;
}

/* dateBox */
.formTable dl dd .dateBox {
  margin-bottom: 15px;
}

.formTable dl dd .dateBox .month {
  display: inline-block;
}

.formTable dl dd .dateBox .date {
  display: inline-block;
  margin-left: 10px;
}

form .policy {
  text-align: center;
}
form .policy a {
  border-bottom: 1px solid #333;
}

/* 送信ボタン */
.submitBtn {
  margin-top: 50px;
  text-align: center;
}

.submitBtn input[type="submit"] {
  padding: 15px 10px 17px 10px;
  width: 36% !important;
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
  border: none;
  color: #ffffff;
  background: #333333;
  border-radius: 30px;
  transition: .3s;
}

.submitBtn input[type="submit"]:hover {
  opacity: .7;
}
.wpcf7-not-valid-tip {
  margin-top: 10px;
}
span.wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
}
.wpcf7 form.sent .wpcf7-response-output {
  display: none;
}

/*　ーーーーーーーーーーーーーーーーー
/*  フォームプラグイン用CSS
ーーーーーーーーーーーーーーーーー */
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}
/* iOSでのデフォルトスタイルをリセットここまで */

#submit.btn-box {
  width: 100%;
  text-align: center;
}
.mw_wp_form.mw_wp_form_input .submitBtn {
  padding: 15px 10px 17px 10px;
  width: 36% ;
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
  border: none;
  color: #ffffff;
  background: #95664D;
  border-radius: 30px;
  transition: .3s;
  margin: 30px auto 0;
}
.submitBtn:hover {
  opacity: .7;
}
.mw_wp_form.mw_wp_form_input #submit{
clear: both;
overflow: hidden;
position: relative; 
margin-bottom: 100px;
}

.mw_wp_form.mw_wp_form_input #submit.Btn_db  {
display: none;
width:100%;
margin:0 auto;

}
.mw_wp_form_confirm.mw_wp_form_preview #submit.Btn_db{
display: block;
}
.mw_wp_form_confirm.mw_wp_form_preview #submit .back,
.mw_wp_form_confirm.mw_wp_form_preview #submit .done_btn{
width: 15%;
    position: relative;
    left: 30%;
    float: left;
    margin-left: 30px;
}
.mw_wp_form_confirm.mw_wp_form_preview #submit .back{
  background: #a9a9a9;
}
.mw_wp_form_confirm.mw_wp_form_preview .disp_none{
  display: none;
}
.mw_wp_form .error {
  margin-top: 8px;
}
.mw_wp_form .policy {
  text-align: center;
}
.mw_wp_form  .policy a {
  border-bottom: 1px solid #333;
}

/*　ーーーーーーーーーーーーーーーーー
確認画面でのフォームのサイズ縮小
ーーーーーーーーーーーーーーーーー　*/

main.confirm h2.ttl-2{
 padding: 30px 0 10px;
 text-decoration: underline;
}
main.confirm .formTable dl dt{
  padding:10px 6.2% 10px 2%;
}
main.confirm .formTable dl dd{
  padding:10px 2.4%;
}
/*　ーメディアクエリなしここまでーーーーーーーーーー　*/

/*----------------------------------
Tab
----------------------------------*/
@media screen and (max-width:959px){

/* form */
.formTable {
  margin: 20px 0 20px;
}

.formTable dl dt {
  display: block;
  padding: 3% 20% 3% 3%;
  width: 100% !important;
}

.formTable dl dt .icon {
  margin-top: -12px;
  right: 12px;
}

.formTable dl dd {
  display: block;
  padding: 5% 3%;
  width: 100% !important;
}

.formTable dl dd .mwform-radio-field {
  display: block;
  margin-right: 0;
  margin-left: 0 !important;
  margin-bottom: 5%;
}

.formTable dl dd .mwform-radio-field label .mwform-radio-field-text::before {
  width: 16px;
  height: 16px;
  top: 6px;
}

.formTable dl dd .mwform-radio-field label .mwform-radio-field-text::after {
  width: 10px;
  height: 10px;
  top: 9px;
  left: 4px;
}

.formTable dl dd textarea, .formTable dl dd select, .formTable dl dd input[type="text"], .formTable dl dd input[type="email"] {
  width: 100% !important;
}

.formTable dl dd input[type="text"] {
  width: 100% !important;
}

.submitBtn {
  margin-top: 30px;
}

.submitBtn input[type="submit"] {
  padding: 12px 10px 14px 10px;
  width: 80% !important;
}
    
/*select 年齢 幅調整*/
.formTable dl:nth-child(n+3) dd> select{
        width: 40%!important;
    }
/*select 希望日時 幅調整*/
.formTable dl dd> .dateBox > div > select{
        width: 70%!important;
    }
.formTable dl dd> .timeBox > select{
        width: 50%!important;
    }
    
/*　ーーーーーーーーーーーーーーーーー
確認画面でのフォームのサイズ縮小
ーーーーーーーーーーーーーーーーー　*/
.mw_wp_form_confirm.mw_wp_form_preview #submit .back, .mw_wp_form_confirm.mw_wp_form_preview #submit .done_btn{
width: 20%;
    left: 25%;
    margin-left: 25px;
}
.mw_wp_form.mw_wp_form_input #submit {
    margin-bottom: 50px;
}
}
/*　ー以下480pxまでーーーーーーーーーーーーーーーーー　*/
@media screen and (max-width: 480px) {
  .mw_wp_form.mw_wp_form_input .submitBtn {
    padding: 12px 10px 14px 10px;
    width: 80%;
  }
/*　ーーーーーーーーーーーーーーーーー
確認画面でのフォームのサイズ縮小
ーーーーーーーーーーーーーーーーー　*/
.mw_wp_form_confirm.mw_wp_form_preview #submit .back, .mw_wp_form_confirm.mw_wp_form_preview #submit .done_btn{
  width: 40%;
  left: 0%;
	margin-left:25px;
}
}

/*　ーーーーーーーーーーーーーーーーー
サンクスページ　資料ダウンロード
ーーーーーーーーーーーーーーーーー　*/
#thanks-request .dl-link {
  margin: 30px auto 0 auto;
  padding: 20px 0;
}
#thanks-request .dl-link a {
  color: #C48C1F;
  background: #fff;
  border: 2px solid #C48C1F;
  border-radius: 8px;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 20px 10px;
}
#thanks-request .dl-link a:hover {
  color: #fff;
  background: #C48C1F;
  border: 2px solid #C48C1F;
  transition: .3s;
}
@media screen and (max-width: 320px) {
  #thanks-request .dl-link a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/**************************************************
* お知らせ一覧
***************************************************/
.common-bg .page-title .bg-type.information h2::after {
  content: "INFORMATION";
}

/**************************************************
* お知らせ詳細
***************************************************/
#information.wrapper {
    /* padding-bottom: 40px; */
}
#information ul.informationList {
  margin: 80px auto 40px;
}

#information .page-wrap .page-wrap-box {
    /* position: relative; */
    /* top: 0; */
    /* background-color: #ffffff; */
}

/* タイトル */
#information h2.ttl {
  text-align: center;
}

/*記事内見出し一覧*/
.single #information h2 {
  font-size: 20px;
  font-size: 2.0rem;
}
.single #information h3 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 8px;
}
.single #information h4 {
  font-size: 17px;
  font-size: 1.7rem;
  margin-bottom: 8px;
}
.single #information h5 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 8px;
}
.single #information h6 {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 8px;
}
.single #information .date {
  margin:16px 0 32px;
}

#information .wrap_blog img {
    max-width: 100%;
    width: auto;
    height: auto;
}

#information .wrap_blog pre,
#information .wrap_blog span,
#information .wrap_blog a,
#information .wrap_blog p{
    word-break: break-all;
    overflow-wrap: break-word;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
  margin-bottom: 16px;
}

@media screen and (max-width: 320px) {
#information .wrap_blog pre,
#information .wrap_blog span,
#information .wrap_blog a,
#information .wrap_blog p{
    font-size: 14px;
    font-size: 1.4rem;
}
#information .wrap_blog {
  font-size: 14px;
  font-size: 1.4rem;
}

}

#information .wrap_blog {
  word-break: break-all;
  overflow-wrap: break-word;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 32px;
}

#information .wrap_blog .aligncenter{
    display: block;
    margin: 0 auto;
}
#information .wrap_blog .alignright{
    display: block;
    margin-left: auto;
}
#information .wrap_blog iframe {
    max-width: 100%;
}

/**************************************************
* お問い合わせ #contact
***************************************************/
.common-bg .page-title .bg-type.contact h2::after {
  content: "CONTACT";
}

#contact .wpcf7 {
  margin: 40px auto;
}
/*------------------------------
フォーム 共通 ※変更不可
------------------------------*/

input, textarea, select {
  font-size: 1em;
}
/*inputフォーカス時の影やborderを消す 必須*/
form input:focus, form textarea:focus, form button[type="submit"]:focus {
  outline: 0;
  border: 2px solid #57b2e2;
}


form input.inputTxt01 {
  width: 100%;
}
form input, form select, form textarea {
  margin: 0 auto;
  padding: 4px;
  border: 1px solid #DCDCDC;
  border-radius: 4px;
  line-height: 1.5;
}


/**************************************************
*  #training
***************************************************/
/*#training背景*/
.common-bg .page-title .bg-type.training {
  background-image: url(../images/training/bg-training.png) ;
}
.common-bg .page-title .bg-type.training h2::after {
  content: "SUPPORT";
}

/*開業の流れ*/
#training .con01 .flow-temp {
  margin-top: 40px;
}
#training .con01 .flow-temp > li {
  padding: 30px;
}
#training .con01 .flow-temp li:first-child {
  border-top: 1px solid #95664D;
  position: relative;
}
#training .con01 .flow-temp > li:not(:last-child) {
  border-bottom: 1px solid #95664D;
  position: relative;
}
#training .con01 .flow-temp > li:not(:last-child)::before,
#training .con01 .flow-temp > li:not(:last-child)::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#training .con01 .flow-temp > li:not(:last-child)::before {
  border-width: 22px;
  border-top-color: #95664D;
}
#training .con01 .flow-temp > li:not(:last-child)::after {
  border-width: 21px;
  border-top-color: #fff;
}
#training .con01 .flow-temp > li dl {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: block;
}
#training .con01 .flow-temp > li dl dt {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 600;
  color: rgb(107,144,219);
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-right: 1vw;
  text-align: center;
}
#training .con01 .flow-temp > li dl .icon {
  padding: 14px 10px;
  display: block;
  border-radius: 4px;
  width: fit-content;
}
#training .con01 .flow-temp .img-box img {
  width: auto;
  max-width: 120px;
  margin-bottom: 24px;
}
#training .con01 .flow-temp ul li:before {
  content: "●";
  color: #95664D;
  padding-right: 4px;
  font-size: 12px;
  font-size: 1.2rem;
  vertical-align: middle;
}
#training .con01 .flow-temp ul li:before {
  content: "●";
  color: #95664D;
  padding-right: 4px;
  font-size: 12px;
  font-size: 1.2rem;
  vertical-align: middle;
}
#training .con01 .flow-temp dl dd li:first-child {
  border-top: unset;
}

/**************************************************
*  開業の流れ #flow 
***************************************************/
/*#flow 背景*/
.common-bg .page-title .bg-type.flow {
  background-image: url(../images/flow/bg-flow.png) ;
}
.common-bg .page-title .bg-type.flow h2::after {
  content: "FLOW";
}

/* */
#flow .timeline .item {
  display: flex;
  flex-wrap: nowrap;
  padding: 24px;
  margin: 30px 0 0 0;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 7px #dddddd;
  position: relative;
}
#flow .timeline .item:after{
  content: ' ';
  display: block;
  width: 6px;
  height: calc(100% + 40px);
  line-height: 0;
  background: #FDD02F;
  position: absolute;
  left: 41px;
  z-index: -1;
}
#flow .timeline .item.last:after{
  display: none;
}
#flow .timeline .text-box .title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 320px) {
#flow .timeline .text-box .title {
  font-size: 16px;
  font-size: 1.6rem;
}
}

#flow .timeline img {
  width: auto;
}
#flow .timeline .number img {
  max-width: 40px;
  padding-bottom: 8px;
}
#flow .timeline .icon img {
  max-width: 40px;
}
#flow .timeline .item .img-box {
padding-right: 8px;
}
#flow .half-circle {
background-image: url(../images/training/half-circle-bg.png) ;
background-repeat: no-repeat;
background-size: 240px;
background-position-x: center;
background-position-y: -80px;
padding-bottom: 4em;
}
#flow .half-circle p {
text-align: center;
font-weight: 900;
font-size: 24px;
font-size: 2.4rem;
line-height: 1.2;
}
#flow .half-circle p .small {
font-weight: 900;
font-size: 14px;
font-size: 1.4rem;
}
/**************************************************
*  ずっといえの特長「介護」 #features
***************************************************/
/*#features 背景*/
.common-bg .page-title .bg-type.features {
  background-image: url(../images/features/bg-features.png) ;
}
.common-bg .page-title .bg-type.features h2::after {
  content: "ADVANTAGE";
}

#features .con01 {
  margin-top: 40px;
}
#features .con01 .text-box {
  background-color: #FFFFFF;
  border: 1px solid #F2EEE6;
  padding: 2em;
  margin-bottom: 24px;
}

#features h5.h5-ttl {
  border-bottom: 1px solid #F2EEE6;
  padding-bottom: 6px;
  margin-bottom: 12px;
  font-size: 18px;
  font-size: 1.8rem;
}
#features .detail-box {
  background-color: #FFFFFF;
  border: 1px solid #F2EEE6;
  padding: 24px;
  margin-bottom: 24px;
  width: 100%;
}

@media screen and (max-width: 320px) {
#features .detail-box {
  padding: 20px;
  margin-bottom: 12px;
}
#features .detail-box .img-box img {
  max-width: 60px;
}
}

#features .detail-box .img-box {
  margin: 0 auto 16px;
}
#features .detail-box .img-box img {
  max-width: 80px;
}
#features .detail-box .text-box {
  width: 100%;
}

/**************************************************
*  ずっといえが考える「介護」 #vision
***************************************************/
/*#vision 背景*/
.common-bg .page-title .bg-type.vision {
  background-image: url(../images/vision/bg-vision.png) ;
  background-position-x: 74%;
}
.common-bg .page-title .bg-type.vision h2::after {
  content: "VISION";
}
.page#vision h3.h3-ttl {
  font-size: 20px;
  font-size: 2.0rem;
  width: fit-content;
  margin-bottom: 0;
}
#vision .con01 .text-box p {
  font-size: 21px;
  font-size: 2.1rem;
}


@media screen and (max-width: 320px) {
#vision .con01 .text-box p {
  font-size: 18px;
  font-size: 1.8rem;
}
}

#vision .con01 .text-box {
  border-top: 1px solid #95664D;
  border-bottom: 1px solid #95664D;
  padding: 3em;
  margin: 20px auto 40px;
  width: fit-content;
}
#vision .con01 .img-box {
  margin-bottom: 32px;
}
#vision .con01 .flex-box.row-reverse {
  margin-top: 40px;
}
#vision .con02 .h4-ttl {
  padding: 2rem 0 0 2rem;
}
#vision .con02 .text-box {
  padding: 0 2rem 0 2rem;
}

/**************************************************
*  定期巡回・随時対応サービスとは #service
***************************************************/
/*#service 背景*/
.common-bg .page-title .bg-type.service {
  background-image: url(../images/service/bg-service.png) ;
}
.common-bg .page-title .bg-type.service h2::after {
  content: "ABOUT";
}
#service .con01 .img-box {
  max-width: 622px;
  margin: 40px auto;
}
#service .con01 .center {
  margin-bottom: 54px;
}
#service .con02 p:last-child{
  margin-bottom: 16px;
}

/**************************************************
*  よくある質問 #faq
***************************************************/
/*#faq 背景*/
.common-bg .page-title .bg-type.faq {
  background-image: url(../images/faq/bg-faq.png) ;
}
.common-bg .page-title .bg-type.faq h2::after {
  content: "FAQ";
}
#faq .faq-box{
  width: 100%;
  margin: auto;
  border-top: 1px solid #CECECE;
}
#faq .faq-box dl {
  border-bottom: 1px solid #CECECE;
  margin-bottom: 2rem;
}
#faq .faq-box dt {
  display: flex;
  padding-bottom: 1rem;
  margin: 3rem auto 0;
  width: 100%;
  line-height: 1;
  font-weight: bold;
}
#faq .faq-box dt::before {
  content: "Q";
  padding: 2px 8px 0 4px;
  display: inline-table;
  color: #95664D;
  height: 40px;
    font-size: 20px;
    font-size: 2.0rem;
}
#faq .faq-box dt span {
  line-height: 1.8;
    display: block;
}
#faq .faq-box dd {
  margin-bottom: 3rem;
  /*background-color: #fff;*/
  margin-left: 25px;
}

/**************************************************
*  #offices
***************************************************/
#offices .block{
   border-bottom: solid 1px #D9D9D9;
    margin-bottom: 40px;
    padding-bottom: 40px;
  margin-top: 40px;
}
#offices .block:last-child{
   border-bottom: none;
}
#offices .ttl {
        font-size: 22px;
        font-size: 2.2rem;
    margin-bottom: 20px;
    font-weight: bold;
}
#offices .access {
    width: 100%;
}
#offices .text-box {
    padding-top: 20px;
}
#offices .text-box a {
    text-decoration: underline;
}
#offices .office {
    margin-bottom: 20px;
}
#offices table {
        margin: 0 auto 20px;
}
.common-bg .page-title .bg-type.offices h2::after {
    content: "OFFICE";
}


.bg-color{
	background: #95664D;
	padding: 7px 25px;
    border-radius: 8px;
    color: #F4F1EB;
    display: inline-block;
    margin: 3em 0 0;
	margin-top:40px;
	font-size: 18px;
    font-size: 1.8rem;
}
 



/**************************************************
* 議事録 議事録 .minutes(トップ・下層共通)  #minutes(下層only)
***************************************************/
/*------------------------------
トップと下層共通
------------------------------*/
#minutes .minutes{
    padding-bottom: 40px;
}
#minutes .minutes-inner{
    margin: 0 auto;
    border-radius: 20px;
    padding: 1em 1em;
    border: 1px solid #95664D;
    max-width: 620px;
}
#minutes .minutes-ttl{
    text-align: center;
}
#minutes .minutes-ttl a{
    font-size: 1.4rem;
        text-decoration: underline;
    text-decoration-color:  #95664D;
}
#minutes .minutes-list{
    margin-bottom: 1em;
    }
#minutes .minutes-list__item{
    font-size: 1.4rem;
    background: #fff;
    padding: 4px 14px;
    margin-top: 2em;
    border-radius: 8px;
}
#minutes .minutes-list__item-link{
    text-decoration: underline;
    text-decoration-color:  #95664D;
    color: #95664D;
    font-size: 1.4rem;
}
#minutes .minutes-list__item-icon{
    color: #95664D;
    font-size: 18px;
}
.common-bg .page-title .bg-type.minutes h2::after {
    content: "MINUTES";
}
/**************************************************
* プライバシーポリシー #privacy
***************************************************/
.common-bg .page-title .bg-type.privacy h2::after {
  content: "SITE POLICY";
}

/**************************************************
* サイトマップ #sitemap
***************************************************/
.common-bg .page-title .bg-type.sitemap h2::after {
  content: "SITE MAP";
}
#sitemap ul.sitemap-list {
  margin: 40px auto 0;
  padding: 0 2%;
}
#sitemap .sitemap-list li{
  margin-bottom: 20px;
}
#sitemap .sitemap-list li a:hover{
  color: #E16939;
    transition: .3s;
}
#sitemap .sitemap-list li:last-child{
  margin-bottom: 0;
}
/**************************************************
*  404 #notfound
***************************************************/
/*#notfound 背景*/
.common-bg .page-title .bg-type.notfound h2::after {
  content: "NOT FOUND";
}
