@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/css/yakuhanjp.min.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

a:not([class]) {
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

img,
picture {
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
  cursor: pointer;
}

b,
strong {
  font-weight: bolder;
}

textarea {
  resize: vertical;
}

:root {
  --font_base: 16px/1.7 "Zen Kaku Gothic New", "Zen Old Mincho", "YakuHanJP", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
}

:root {
  --default-black: #333;
  --default-white: #fff;
  --default-blue: #009CEF;
  --base-gray-default: #F4F6F8;
  --base-gray-dark:#6C6C6C;
}

a[href^=https],
a[href^="mailto:"] {
  word-break: break-all;
}

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

a {
  color: var(--default-blue);
  text-decoration: none;
  transition: all 0.5s;
}

@media all and (min-width: 768px) {
  .spOnly {
    display: none !important;
  }
}

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

.float_R {
  float: right;
}

.float_L {
  float: left;
}

@media all and (min-width: 768px) {
  .float_R_Pc {
    float: right;
  }
}

@media all and (min-width: 768px) {
  .float_L_Pc {
    float: left;
  }
}

#header {
  position: relative;
  width: 260px;
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #header {
    display: none;
    width: 100%;
    background-color: #F4EDD3;
    padding: 25px 26px;
  }
}

@media screen and (max-width: 767px) {
  #header.trigger_open {
    position: relative;
    display: block;
    min-height: 100vh;
    background-color: #F4EDD3;
  }
  #header.trigger_open:before {
    display: block;
    content: "";
    position: absolute;
    width: 200px;
    height: 250px;
    background: url(../common/back_menu01.png) no-repeat;
    background-size: cover;
    background-position-x: -70px;
    background-position-y: -20px;
    top: 0;
    left: 0;
  }
}

#header_wrap {
  position: sticky;
  top: 20px;
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  #header_wrap {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 0px;
  }
}

.l-header {
  display: flex;
  flex-direction: column;
  border-bottom: solid 1px var(--base-gray-light);
}
@media all and (min-width: 768px) {
  .l-header {
    display: flex;
    justify-content: space-between;
  }
}
.l-header .logo_sub {
  display: flex;
  padding: 18px 0;
  border-bottom: 2px solid #E5E5E5;
}
@media screen and (max-width: 767px) {
  .l-header .logo_sub {
    display: none;
  }
}
.l-header .logo_sub a {
  width: 49%;
}
.l-header .logo_sub a.fudai {
  width: 46%;
  margin-right: 5%;
}
.l-header .logo_main {
  margin-top: 10px;
}
.l-header .logo_main a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  display: block;
  width: 220px;
  height: 120px;
  background: url(../common/logo.svg) no-repeat;
  margin: auto;
}

.header_menu {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #E5E5E5;
}
@media screen and (max-width: 767px) {
  .header_menu {
    margin-top: 16.5px;
    border-bottom: 0px;
    padding-bottom: 26.5px;
  }
}
@media screen and (max-width: 767px) {
  .header_menu li {
    text-align: center;
  }
}
.header_menu a {
  position: relative;
  display: block;
  color: #000;
  font-size: 17px;
  padding: 18px 10px 18px 26px;
  line-height: normal;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .header_menu a {
    display: block;
    width: 100%;
    border-top: 3px solid #EBDFB2;
    padding: 20px 0;
    font-size: 1.125rem;
    line-height: normal;
  }
}
.header_menu a:before {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-right: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 14px solid #CAA82B;
  top: 26px;
  left: 6px;
}
@media screen and (max-width: 767px) {
  .header_menu a:before {
    display: none;
  }
}
.header_menu a span {
  display: inline-block;
  font-size: 12px;
}
.header_menu a:hover {
  background: #F4EDD4;
}
@media screen and (max-width: 767px) {
  .header_menu li:last-child a {
    border-bottom: 3px solid #EBDFB2;
  }
}

@media screen and (max-width: 767px) {
  .header_menu_sub ul {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .header_menu_sub ul li {
    border-right: 1px solid #000;
  }
}
.header_menu_sub a {
  display: block;
  font-size: 0.875rem;
  color: #000;
  padding: 12px 0px 12px 32px;
  border-bottom: #E5E5E5 dotted 2px;
}
@media screen and (max-width: 767px) {
  .header_menu_sub a {
    display: block;
    width: 100%;
    padding: 0 4px;
    margin: 0 14px;
    border-bottom: 0px;
    text-decoration: underline;
  }
}
.header_menu_sub li:first-child a {
  background: url(../common/ico_menu01.svg) no-repeat;
  background-size: 17px 17px;
  background-position-x: 10px;
  background-position-y: 15px;
}
@media screen and (max-width: 767px) {
  .header_menu_sub li:first-child a {
    background: none;
    padding-left: 0px;
  }
}
.header_menu_sub li:nth-child(2) a {
  background: url(../common/ico_menu02.svg) no-repeat;
  background-size: 17px 17px;
  background-position-x: 10px;
  background-position-y: 15px;
}
@media screen and (max-width: 767px) {
  .header_menu_sub li:nth-child(2) a {
    background: none;
  }
}
@media screen and (max-width: 767px) {
  .header_menu_sub li:nth-child(3) {
    border-right: 0px;
  }
}
.header_menu_sub li:nth-child(3) a {
  background: url(../common/ico_menu03.svg) no-repeat;
  background-size: 17px 17px;
  background-position-x: 10px;
  background-position-y: 15px;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .header_menu_sub li:nth-child(3) a {
    background: none;
    padding-right: 0px;
  }
}

@media screen and (max-width: 767px) {
  .header_home {
    padding-bottom: 20px;
  }
}
.header_home a {
  display: flex;
  width: 100%;
  margin-top: 30px;
  align-items: center;
  justify-content: center;
  height: 37px;
  border: 1px solid #B28C00;
  font-size: 0.875rem;
  color: #000;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .header_home a {
    width: 216px;
    background-color: #F8F4E3;
    height: 50px;
    margin: 41.5px auto 0;
  }
}
.header_home a span {
  position: relative;
  padding-left: 10px;
}
.header_home a span:before {
  position: absolute;
  display: block;
  content: "";
  width: 18.7px;
  height: 16.7px;
  background: url(../common/ico_menu04.svg) no-repeat;
  background-size: contain;
  top: 50%;
  margin-top: -8px;
  left: 0;
  margin-left: -18px;
}
.header_home a:hover {
  background: #F4EDD4;
}

.l-header .l-header_logo {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  width: 110px;
  height: 33px;
  background: url(../common/uk_logo.svg) no-repeat left top;
  background-size: contain;
}
@media all and (min-width: 768px) {
  .l-header .l-header_logo {
    width: 180px;
    height: 60px;
  }
}
.l-header .l-header_logo a {
  display: block;
  width: 100%;
}
@media all and (min-width: 768px) {
  .l-header .l-header_logo a {
    height: 60px;
  }
}

#Top .l-header .l-header_logo a {
  pointer-events: none;
}

#header_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #header_sp {
    display: block;
    height: 73px;
  }
  #header_sp .header_sp_wrap {
    display: flex;
    background: #fff;
    height: 100%;
    padding-top: 5px;
  }
  #header_sp .logo_sub {
    padding: 10px 5px;
    width: 97px;
    line-height: 0;
  }
  #header_sp .logo_sub a {
    display: block;
    margin-bottom: 5px;
  }
  #header_sp .logo_sub a:last-child {
    margin-bottom: 0px;
  }
  #header_sp .logo_sub a.fudai {
    margin-left: 2px;
  }
  #header_sp .sitetitle_sp {
    text-align: center;
    line-height: 24px;
    width: 160px;
    min-width: 160px;
  }
  #header_sp .sitetitle_sp a {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
    display: block;
    width: 170px;
    height: 63px;
    background: url(../common/logo_sp.svg) no-repeat;
    margin: auto;
  }
}

.menu_trigger {
  position: fixed;
  width: 60px;
  height: 60px;
  padding-top: 15px;
  top: 0;
  right: 0;
  z-index: 1000;
  border: 1px solid #E3DBBF;
  background-color: #F4EDD4;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
.menu_trigger span {
  display: block;
  width: 35px;
  height: 1px;
  margin: 0 auto;
  margin-top: 7px;
  background-color: #000;
}
.menu_trigger p {
  font-size: 10px;
  text-align: center;
}

.menu_trigger_close {
  display: none;
}
@media screen and (max-width: 767px) {
  .menu_trigger_close {
    display: block;
    position: absolute;
    float: right;
    width: 35px;
    height: 35px;
    top: 15px;
    right: 0;
  }
  .menu_trigger_close span {
    display: block;
    position: absolute;
    width: 35px;
    height: 1px;
    background-color: #000;
    transform: rotate(45deg);
    top: 0;
    left: 0;
  }
  .menu_trigger_close span:last-child {
    transform: rotate(-45deg);
  }
}

footer {
  background-color: #565757;
}

@media screen and (max-width: 767px) {
  .l-footer {
    width: 100%;
    margin: auto;
  }
}
@media all and (min-width: 768px) {
  .l-footer {
    padding: 10px 50px 20px;
  }
}
.l-footer small {
  font-size: 0.6875rem;
}
.l-footer .foter_top {
  margin: 0 auto;
  padding-bottom: 22px;
  border-bottom: 1px solid #838484;
}
@media screen and (max-width: 767px) {
  .l-footer .foter_top {
    padding: 1px 20px 35px;
  }
}
.l-footer .foter_top .footer_menu {
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .l-footer .foter_top .footer_menu {
    padding-bottom: 50px;
  }
}
.l-footer .foter_top .footer_menu ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .l-footer .foter_top .footer_menu ul {
    display: block;
  }
}
.l-footer .foter_top .footer_menu ul li {
  margin-top: 18px;
  padding-left: 75px;
}
@media screen and (max-width: 767px) {
  .l-footer .foter_top .footer_menu ul li {
    margin-top: 28px;
    padding-left: 0px;
  }
}
.l-footer .foter_top .footer_menu ul li a {
  position: relative;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .l-footer .foter_top .footer_menu ul li a {
    padding-left: 32px;
  }
  .l-footer .foter_top .footer_menu ul li a:before {
    display: block;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-right: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 14px solid #CAA82B;
    top: 10px;
  }
}
.l-footer .foter_top .footer_menu ul li:first-child {
  padding-left: 0px;
}
.l-footer .foter_top .footer_menu_sub ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .l-footer .foter_top .footer_menu_sub ul {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.l-footer .foter_top .footer_menu_sub ul li a {
  position: relative;
  color: #adaeae;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  padding: 0 23px;
  border-right: 1px solid #adaeae;
}
@media screen and (max-width: 767px) {
  .l-footer .foter_top .footer_menu_sub ul li a {
    display: block;
    width: 100%;
    padding: 0 24px;
    border-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .foter_top .footer_menu_sub ul li:first-child a {
    border-left: 0px;
    padding-left: 0px;
  }
}
.l-footer .foter_top .footer_menu_sub ul li:last-child a {
  border-right: 0px;
}
@media screen and (max-width: 767px) {
  .l-footer .foter_top .footer_menu_sub ul li:last-child a {
    border-right: 0px;
    padding-right: 0px;
  }
}
.l-footer .footer_bottom {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer .footer_bottom {
    padding-bottom: 22px;
  }
}
.l-footer .footer_bottom .logo_main {
  margin-top: 10px;
}
.l-footer .footer_bottom .logo_main a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  display: block;
  width: 220px;
  height: 120px;
  background: url(../common/logo_footer.svg) no-repeat;
  margin: auto;
}
.l-footer .footer_bottom small {
  color: #fff;
  font-size: 10px;
  margin-top: -5px;
  display: block;
}

#pagetop {
  position: fixed;
  right: 20px;
  bottom: 0;
  z-index: 999;
  display: none;
}
#pagetop a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  display: block;
  width: 39px;
  height: 132px;
  background: url(../common/pagetop.svg) no-repeat;
}
body {
  font: var(--font_base);
  color: var(--default-black);
  background: #fff;
}

html, body {
  height: 100%;
}

body > footer {
  top: 100vh;
}

@media all and (min-width: 768px) {
  body {
    min-width: 1020px;
  }
}

@media screen and (max-width: 767px) {
  .mainCont-inner {
    width: 100%;
  }
}
@media all and (min-width: 768px) {
  .mainCont-inner.form {
    width: 950px;
  }
}

.c-title {
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 1.625rem;
    margin-bottom: 15px;
  }
}
@media all and (min-width: 768px) {
  .c-title {
    font-size: 2.1875rem;
    margin-bottom: 20px;
  }
}

.text_center,
.text_center_Pc,
.text_center_Sp {
  text-align: center;
}

.c-btn,
.c-btn a {
  text-decoration: none;
  cursor: pointer;
}

.c-btn_primary {
  display: block;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mb10 {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .mt10_Sp {
    margin-top: 10px;
  }
  .mt15_Sp {
    margin-top: 15px;
  }
  .mt20_Sp {
    margin-top: 20px;
  }
  .mt30_Sp {
    margin-top: 30px;
  }
  .mt40_Sp {
    margin-top: 40px;
  }
  .mt50_Sp {
    margin-top: 50px;
  }
}
@media all and (min-width: 768px) {
  .mt10_Pc {
    margin-top: 10px;
  }
  .mt15_Pc {
    margin-top: 15px;
  }
  .mt20_Pc {
    margin-top: 20px;
  }
  .mt30_Pc {
    margin-top: 30px;
  }
  .mt40_Pc {
    margin-top: 40px;
  }
  .mt50_Pc {
    margin-top: 50px;
  }
}
.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .mb10_Sp {
    margin-bottom: 10px;
  }
  .mb15_Sp {
    margin-bottom: 15px;
  }
  .mb20_Sp {
    margin-bottom: 20px;
  }
  .mb30_Sp {
    margin-bottom: 30px;
  }
  .mb40_Sp {
    margin-bottom: 40px;
  }
  .mb50_Sp {
    margin-bottom: 50px;
  }
}
@media all and (min-width: 768px) {
  .mb10_Pc {
    margin-bottom: 10px;
  }
  .mb15_Pc {
    margin-bottom: 15px;
  }
  .mb20_Pc {
    margin-bottom: 20px;
  }
  .mb30_Pc {
    margin-bottom: 30px;
  }
  .mb40_Pc {
    margin-bottom: 40px;
  }
  .mb50_Pc {
    margin-bottom: 50px;
  }
}
.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

@media screen and (max-width: 767px) {
  .mr10_Sp {
    margin-right: 10px;
  }
  .mr15_Sp {
    margin-right: 15px;
  }
  .mr20_Sp {
    margin-right: 20px;
  }
  .mr30_Sp {
    margin-right: 30px;
  }
  .mr40_Sp {
    margin-right: 40px;
  }
  .mr50_Sp {
    margin-right: 50px;
  }
}
@media all and (min-width: 768px) {
  .mr10_Pc {
    margin-right: 10px;
  }
  .mr15_Pc {
    margin-right: 15px;
  }
  .mr20_Pc {
    margin-right: 20px;
  }
  .mr30_Pc {
    margin-right: 30px;
  }
  .mr40_Pc {
    margin-right: 40px;
  }
  .mr50_Pc {
    margin-right: 50px;
  }
}
.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

@media screen and (max-width: 767px) {
  .ml10_Sp {
    margin-left: 10px;
  }
  .ml15_Sp {
    margin-left: 15px;
  }
  .ml20_Sp {
    margin-left: 20px;
  }
  .ml30_Sp {
    margin-left: 30px;
  }
  .ml40_Sp {
    margin-left: 40px;
  }
  .ml50_Sp {
    margin-left: 50px;
  }
}
@media all and (min-width: 768px) {
  .ml10_Pc {
    margin-left: 10px;
  }
  .ml15_Pc {
    margin-left: 15px;
  }
  .ml20_Pc {
    margin-left: 20px;
  }
  .ml30_Pc {
    margin-left: 30px;
  }
  .ml40_Pc {
    margin-left: 40px;
  }
  .ml50_Pc {
    margin-left: 50px;
  }
}
.w50 {
  width: 50px;
}

.w80 {
  width: 80px;
}

.w100 {
  width: 100px;
}

.w120 {
  width: 120px;
}

.w150 {
  width: 150px;
}

.w160 {
  width: 160px;
}

.w180 {
  width: 180px;
}

.w200 {
  width: 200px;
}

.w220 {
  width: 220px;
}

.w250 {
  width: 250px !important;
}

.w300 {
  width: 300px;
}

.w350 {
  width: 350px;
}

.w30per {
  width: 30%;
}

.w50per {
  width: 50%;
}

.w60per {
  width: 60%;
}

.w70per {
  width: 70%;
}

.w80per {
  width: 80%;
}

.w100per {
  width: 100%;
}

@media all and (min-width: 768px) {
  .w50_Pc {
    width: 50px;
  }
  .w80_Pc {
    width: 80px;
  }
  .w100_Pc {
    width: 100px;
  }
  .w120_Pc {
    width: 120px;
  }
  .w150_Pc {
    width: 150px;
  }
  .w160_Pc {
    width: 160px;
  }
  .w180_Pc {
    width: 180px;
  }
  .w200_Pc {
    width: 200px;
  }
  .w220_Pc {
    width: 220px;
  }
  .w250_Pc {
    width: 250px;
  }
  .w300_Pc {
    width: 300px;
  }
  .w350_Pc {
    width: 350px;
  }
  .w400_Pc {
    width: 400px;
  }
  .w430_Pc {
    width: 430px;
  }
  .w450_Pc {
    width: 450px;
  }
  .w500_Pc {
    width: 500px;
  }
  .w850_Pc {
    width: 850px;
  }
  .w900_Pc {
    width: 900px;
  }
  .w30per_Pc {
    width: 30%;
  }
  .w50per_Pc {
    width: 50%;
  }
  .w60per_Pc {
    width: 60%;
  }
  .w70per_Pc {
    width: 70%;
  }
  .w80per_Pc {
    width: 80%;
  }
  .w100per_Pc {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .w50_Sp {
    width: 50px;
  }
  .w80_Sp {
    width: 80px;
  }
  .w100_Sp {
    width: 100px;
  }
  .w120_Sp {
    width: 120px;
  }
  .w150_Sp {
    width: 150px;
  }
  .w160_Sp {
    width: 160px;
  }
  .w180_Sp {
    width: 180px;
  }
  .w200_Sp {
    width: 200px;
  }
  .w220_Sp {
    width: 220px;
  }
  .w250_Sp {
    width: 250px;
  }
  .w300_Sp {
    width: 300px;
  }
  .w350_Sp {
    width: 350px;
  }
  .w400_Sp {
    width: 400px;
  }
  .w450_Sp {
    width: 450px;
  }
  .w500_Sp {
    width: 500px;
  }
  .w30per_Sp {
    width: 30%;
  }
  .w50per_Sp {
    width: 50%;
  }
  .w60per_Sp {
    width: 60%;
  }
  .w70per_Sp {
    width: 70%;
  }
  .w80per_Sp {
    width: 80%;
  }
  .w100per_Sp {
    width: 100%;
  }
}
.color_red_default {
  color: var(--default-red);
}

.color_brown_default {
  color: var(--default-brown);
}

.foS10 {
  font-size: 0.625rem;
  line-height: 1.4;
}

.foS11 {
  font-size: 0.6875rem;
  line-height: 1.4;
}

.foS12 {
  font-size: 0.75rem;
  line-height: 1.4;
}

.foS13 {
  font-size: 0.8125rem;
  line-height: 1.6;
}

.foS14 {
  font-size: 0.875rem;
  line-height: 1.6;
}

.foS15 {
  font-size: 0.9375rem;
}

.foM16 {
  font-size: 1rem;
}

.foL17 {
  font-size: 1.0625rem;
}

.foL18 {
  font-size: 1.125rem;
}

.foL19 {
  font-size: 1.1875rem;
  line-height: 1.6;
}

.foL20 {
  font-size: 1.25rem;
  line-height: 1.6;
}

.foL21 {
  font-size: 1.3125rem;
  line-height: 1.6;
}

.foL22 {
  font-size: 1.375rem;
  line-height: 1.5;
}

.foL24 {
  font-size: 1.5rem;
  line-height: 1.5;
}

.foL26 {
  font-size: 1.625rem;
  line-height: 1.5;
}

.foL28 {
  font-size: 1.75rem;
  line-height: 1.5;
}

.foL30 {
  font-size: 1.875rem;
  line-height: 1.5;
}

.foL32 {
  font-size: 2rem;
  line-height: 1.4;
}

.foL34 {
  font-size: 2.125rem;
  line-height: 1.4;
}

.foL36 {
  font-size: 2.25rem;
  line-height: 1.4;
}

.foL38 {
  font-size: 2.375rem;
  line-height: 1.4;
}

.foL40 {
  font-size: 2.5rem;
  line-height: 1.4;
}

.foL44 {
  font-size: 2.75rem;
  line-height: 1.4;
}

.foL48 {
  font-size: 3rem;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .foS10_Sp {
    font-size: 0.625rem;
    line-height: 1.4;
  }
  .foS11_Sp {
    font-size: 0.6875rem;
    line-height: 1.4;
  }
  .foS12_Sp {
    font-size: 0.75rem;
    line-height: 1.4;
  }
  .foS13_Sp {
    font-size: 0.8125rem;
    line-height: 1.4;
  }
  .foS14_Sp {
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .foS15_Sp {
    font-size: 0.9375rem;
  }
  .foM16_Sp {
    font-size: 1rem;
  }
  .foL17_Sp {
    font-size: 1.0625rem;
  }
  .foL18_Sp {
    font-size: 1.125rem;
  }
  .foL19_Sp {
    font-size: 1.1875rem;
    line-height: 1.6;
  }
  .foL20_Sp {
    font-size: 1.25rem;
    line-height: 1.6;
  }
  .foL21_Sp {
    font-size: 1.3125rem;
    line-height: 1.6;
  }
  .foL22_Sp {
    font-size: 1.375rem;
    line-height: 1.5;
  }
  .foL24_Sp {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .foL26_Sp {
    font-size: 1.625rem;
    line-height: 1.5;
  }
  .foL28_Sp {
    font-size: 1.75rem;
    line-height: 1.5;
  }
  .foL30_Sp {
    font-size: 1.875rem;
    line-height: 1.5;
  }
  .foL32_Sp {
    font-size: 2rem;
    line-height: 1.4;
  }
  .foL34_Sp {
    font-size: 2.125rem;
    line-height: 1.4;
  }
  .foL36_Sp {
    font-size: 2.25rem;
    line-height: 1.4;
  }
  .foL38_Sp {
    font-size: 2.375rem;
    line-height: 1.4;
  }
  .foL40_Sp {
    font-size: 2.5rem;
    line-height: 1.4;
  }
  .foL44_Sp {
    font-size: 2.75rem;
    line-height: 1.4;
  }
  .foL48_Sp {
    font-size: 3rem;
    line-height: 1.4;
  }
}
@media all and (min-width: 768px) {
  .foS10_Pc {
    font-size: 0.625rem;
    line-height: 1.4;
  }
  .foS11_Pc {
    font-size: 0.6875rem;
    line-height: 1.4;
  }
  .foS12_Pc {
    font-size: 0.75rem;
    line-height: 1.4;
  }
  .foS13_Pc {
    font-size: 0.8125rem;
    line-height: 1.4;
  }
  .foS14_Pc {
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .foS15_Pc {
    font-size: 0.9375rem;
  }
  .foM16_Pc {
    font-size: 1rem;
  }
  .foL17_Pc {
    font-size: 1.0625rem;
  }
  .foL18_Pc {
    font-size: 1.125rem;
  }
  .foL19_Pc {
    font-size: 1.1875rem;
    line-height: 1.6;
  }
  .foL20_Pc {
    font-size: 1.25rem;
    line-height: 1.6;
  }
  .foL21_Pc {
    font-size: 1.3125rem;
    line-height: 1.6;
  }
  .foL22_Pc {
    font-size: 1.375rem;
    line-height: 1.5;
  }
  .foL24_Pc {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .foL26_Pc {
    font-size: 1.625rem;
    line-height: 1.5;
  }
  .foL28_Pc {
    font-size: 1.75rem;
    line-height: 1.5;
  }
  .foL30_Pc {
    font-size: 1.875rem;
    line-height: 1.5;
  }
  .foL32_Pc {
    font-size: 2rem;
    line-height: 1.4;
  }
  .foL34_Pc {
    font-size: 2.125rem;
    line-height: 1.4;
  }
  .foL36_Pc {
    font-size: 2.25rem;
    line-height: 1.4;
  }
  .foL38_Pc {
    font-size: 2.375rem;
    line-height: 1.4;
  }
  .foL40_Pc {
    font-size: 2.5rem;
    line-height: 1.4;
  }
  .foL44_Pc {
    font-size: 2.75rem;
    line-height: 1.4;
  }
  .foL48_Pc {
    font-size: 3rem;
    line-height: 1.4;
  }
}
.asterisk-16 {
  padding-left: 1rem;
}

.asterisk-16::before {
  content: "※";
  margin-left: -1rem;
}

.asterisk-15 {
  padding-left: 0.9375rem;
}

.asterisk-15::before {
  content: "※";
  margin-left: -0.9375rem;
}

.asterisk-14 {
  padding-left: 0.875rem;
}

.asterisk-14::before {
  content: "※";
  margin-left: -0.875rem;
}

#Top h2.h2_top {
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
}
#Top .layout_top {
  flex: 1;
  display: flex;
}
@media screen and (max-width: 767px) {
  #Top .layout_top {
    display: block;
    overflow: auto;
  }
}
#Top .mainCont {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  width: calc(100% - 260px);
}
@media screen and (max-width: 767px) {
  #Top .mainCont {
    display: block;
    width: 100%;
  }
}
#Top .mainCont .mainCont-inner .image_top {
  width: 100%;
  margin: 0 auto;
  max-width: 1334px;
}
#Top .mainCont .mainCont-inner #NewsArea {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 30px;
  padding-left: 100px;
}
@media screen and (min-width:768px) and (max-width: 1324px) {
  #Top .mainCont .mainCont-inner #NewsArea {
    padding: 0 20px 0 141px;
  }
}
@media screen and (max-width: 767px) {
  #Top .mainCont .mainCont-inner #NewsArea {
    padding: 0 10px 28px 10px;
    margin: 0 auto 10px;
  }
}
#Top .mainCont .mainCont-inner #NewsArea:before {
  content: "News";
  display: block;
  position: absolute;
  font-size: 111px;
  font-family: "EB Garamond", serif;
  writing-mode: vertical-lr;
  line-height: 80px;
  color: #CAA82B;
  opacity: 0.2;
  top: 11px;
  left: 0px;
}
@media screen and (min-width:768px) and (max-width: 1324px) {
  #Top .mainCont .mainCont-inner #NewsArea:before {
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  #Top .mainCont .mainCont-inner #NewsArea:before {
    font-size: 52px;
    writing-mode: horizontal-tb;
    top: -24px;
    left: auto;
    right: 10px;
  }
}
#Top .mainCont .mainCont-inner #NewsArea .news_head {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  padding-bottom: 14px;
  border-bottom: 1px solid #CAA82A;
}
@media screen and (max-width: 767px) {
  #Top .mainCont .mainCont-inner #NewsArea .news_head {
    padding-bottom: 0px;
  }
}
#Top .mainCont .mainCont-inner #NewsArea .news_head h2 {
  color: #000;
}
@media screen and (max-width: 767px) {
  #Top .mainCont .mainCont-inner #NewsArea .news_head h2 {
    font-size: 1.25rem;
  }
}
#Top .mainCont .mainCont-inner #NewsArea .news_body {
  min-height: 200px;
}
#Top .mainCont .mainCont-inner #NewsArea .news_body .news_list {
  border-bottom: 1px solid #E5E4E0;
}
#Top .mainCont .mainCont-inner #NewsArea .news_body .news_list a {
  display: block;
  padding: 20px 10px;
  transition: 0.3s;
}
#Top .mainCont .mainCont-inner #NewsArea .news_body .news_list a:hover {
  background-color: #F4EDD4;
}
#Top .mainCont .mainCont-inner #NewsArea .news_body .news_list:last-child {
  border-bottom: none;
}
#Top .mainCont .mainCont-inner #NewsArea .news_body .news_list span, #Top .mainCont .mainCont-inner #NewsArea .news_body .news_list p {
  color: #333333;
  margin-right: 7px;
}
#Top .mainCont .mainCont-inner #NewsArea .news_body .news_list p {
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  #Top .mainCont .mainCont-inner #NewsArea .news_body .news_list p {
    font-size: 0.937rem;
  }
}
#Top .mainCont .mainCont-inner #NewsArea .news_body .news_list .date {
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #Top .mainCont .mainCont-inner #NewsArea .news_body .news_list .date {
    color: #B1B1B1;
  }
}
#Top .mainCont .mainCont-inner #NewsArea .news_body .news_list .cate {
  font-size: 12px;
  background-color: #F0F0F0;
  padding: 1px 8px 2px;
}
#Top .mainCont .mainCont-inner #NewsArea .news_body .news_list .new {
  font-size: 14px;
  color: #FF0000;
}
#Top .mainCont .mainCont-inner #NewsArea .news_body .news_list span:nth-child(2) {
  position: relative;
  margin-left: 18px;
}
@media screen and (max-width: 767px) {
  #Top .mainCont .mainCont-inner #NewsArea .news_body .news_list span:nth-child(2) {
    margin-left: 13px;
  }
}
#Top .mainCont .mainCont-inner #NewsArea .news_body .news_list span:nth-child(2):before {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #707070;
  top: 0;
  left: -18px;
}
@media screen and (max-width: 767px) {
  #Top .mainCont .mainCont-inner #NewsArea .news_body .news_list span:nth-child(2):before {
    left: -13px;
  }
}
#Top .mainCont .mainCont-inner #NewsArea .news_link {
  position: relative;
  display: flex;
  width: 170px;
  align-items: center;
  justify-content: center;
  padding-right: 6px;
  background-color: #C4A019;
  color: #fff;
  font-size: 13px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #Top .mainCont .mainCont-inner #NewsArea .news_link {
    width: 100%;
    padding: 17px 6px 17px 0px;
    margin-top: 10px;
  }
}
#Top .mainCont .mainCont-inner #NewsArea .news_link::before {
  position: absolute;
  display: block;
  content: "";
  width: 25.5px;
  height: 5.7px;
  background: url(../common/link_arrow02.svg) no-repeat;
  background-size: contain;
  top: 50%;
  margin-top: -2.5px;
  right: 8.2px;
}
#Top .mainCont .mainCont-inner #NewsArea .news_link:hover {
  background-color: #D8B227;
}
#Top .mainCont .mainCont-inner #LinkArea {
  background-color: #F2F2F2;
  padding: 40px 40px 50px;
}
@media screen and (min-width:768px) and (max-width: 1324px) {
  #Top .mainCont .mainCont-inner #LinkArea {
    padding: 40px 20px 50px;
  }
}
@media screen and (max-width: 767px) {
  #Top .mainCont .mainCont-inner #LinkArea {
    padding: 40px 10px 50px;
  }
}
#Top .mainCont .mainCont-inner #LinkArea .top_link_kemisuto {
  line-height: 0;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
#Top .mainCont .mainCont-inner #LinkArea .top_link_kemisuto a img {
  transition: 0.3s;
}
#Top .mainCont .mainCont-inner #LinkArea .top_link_kemisuto a:hover img {
  transform: translateY(4px);
}
#Top .mainCont .mainCont-inner #LinkArea .attention {
  max-width: 1000px;
  width: 100%;
  margin: 14px auto 0;
  padding-left: 66px;
  background: url(../common/ico_attention.svg) no-repeat 20px 0px/32px 32px;
}
@media screen and (max-width: 767px) {
  #Top .mainCont .mainCont-inner #LinkArea .attention {
    font-size: 0.875rem;
    background: url(../common/ico_attention.svg) no-repeat 0px 0px/32px 32px;
    padding-left: 44px;
  }
}
#Top .mainCont .mainCont-inner #LinkArea .attention a {
  color: #333333;
}
@media screen and (max-width: 767px) {
  #Top .mainCont .mainCont-inner #LinkArea .attention a {
    font-weight: bold;
  }
}
#Top .mainCont .mainCont-inner #LinkArea .link_wrap01 {
  max-width: 1000px;
  width: 100%;
  margin: 40px auto 0;
  display: flex;
}
@media screen and (max-width: 767px) {
  #Top .mainCont .mainCont-inner #LinkArea .link_wrap01 {
    display: block;
  }
}
#Top .mainCont .mainCont-inner #LinkArea .link_wrap01 .linkimg {
  margin-right: 36px;
}
@media screen and (max-width: 767px) {
  #Top .mainCont .mainCont-inner #LinkArea .link_wrap01 .linkimg {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
#Top .mainCont .mainCont-inner #LinkArea .link_wrap01 .linkimg:nth-child(3n) {
  margin-right: 0px;
}
#Top .mainCont .mainCont-inner #LinkArea .link_wrap01 .linkimg a {
  position: relative;
  display: block;
  background-color: #fff;
  padding-bottom: 40px;
  border: 1px solid #DBDBDB;
  transition: 0.3s;
}
#Top .mainCont .mainCont-inner #LinkArea .link_wrap01 .linkimg a:before {
  position: absolute;
  display: block;
  content: "";
  width: 24px;
  height: 7px;
  background: url(../common/link_arrow01.svg) no-repeat;
  background-size: contain;
  bottom: 19px;
  right: 12px;
}
#Top .mainCont .mainCont-inner #LinkArea .link_wrap01 .linkimg a:hover {
  transform: translateY(4px);
}
#Top .mainCont .mainCont-inner #LinkArea .link_wrap01 .linkimg a span {
  display: block;
  border-top: 5px solid #C4A019;
  color: #000;
  font-size: 18px;
  padding-top: 15px;
  padding-left: 28px;
  font-weight: 500;
}
#Top .mainCont .mainCont-inner #LinkArea .link_wrap02 {
  max-width: 1000px;
  width: 100%;
  margin: 40px auto 0;
  display: flex;
}
@media screen and (max-width: 767px) {
  #Top .mainCont .mainCont-inner #LinkArea .link_wrap02 {
    margin-top: 18px;
  }
}
#Top .mainCont .mainCont-inner #LinkArea .link_wrap02 .linkbtn {
  width: 50%;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  #Top .mainCont .mainCont-inner #LinkArea .link_wrap02 .linkbtn {
    margin-right: 10px;
  }
}
#Top .mainCont .mainCont-inner #LinkArea .link_wrap02 .linkbtn a {
  position: relative;
  display: block;
  color: #000000;
  font-size: 18px;
  padding: 37px 0 37px 28px;
  background-color: #fff;
  border: 1px solid #C4A019;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #Top .mainCont .mainCont-inner #LinkArea .link_wrap02 .linkbtn a {
    padding: 54px 0 14px;
    font-size: 0.9375rem;
    display: flex;
    justify-content: center;
  }
}
#Top .mainCont .mainCont-inner #LinkArea .link_wrap02 .linkbtn a:hover {
  background-color: #F4EDD4;
}
#Top .mainCont .mainCont-inner #LinkArea .link_wrap02 .linkbtn a:after {
  position: absolute;
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  background: url(../common/link_arrow03.svg) no-repeat;
  background-size: contain;
  top: 50%;
  margin-top: -20px;
  right: 18px;
}
@media screen and (max-width: 767px) {
  #Top .mainCont .mainCont-inner #LinkArea .link_wrap02 .linkbtn a:after {
    width: 23px;
    height: 23px;
    top: 100%;
    margin-top: -36px;
    right: 7px;
  }
}
#Top .mainCont .mainCont-inner #LinkArea .link_wrap02 .linkbtn a span {
  position: relative;
  padding-left: 38px;
}
@media screen and (max-width: 767px) {
  #Top .mainCont .mainCont-inner #LinkArea .link_wrap02 .linkbtn a span {
    padding-left: 0;
  }
}
#Top .mainCont .mainCont-inner #LinkArea .link_wrap02 .linkbtn:nth-child(2n) {
  margin-right: 0px;
}
@media screen and (max-width: 767px) {
  #Top .mainCont .mainCont-inner #LinkArea .link_wrap02 .linkbtn:nth-child(1) a span {
    padding-right: 13px;
  }
}
#Top .mainCont .mainCont-inner #LinkArea .link_wrap02 .linkbtn:nth-child(1) a span:before {
  position: absolute;
  display: block;
  content: "";
  width: 27.7px;
  height: 29px;
  background: url(../images/link_top02.svg) no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  #Top .mainCont .mainCont-inner #LinkArea .link_wrap02 .linkbtn:nth-child(1) a span:before {
    width: 24.4px;
    height: 25.7px;
    top: -34px;
    left: 50%;
    margin-left: -12.2px;
  }
}
#Top .mainCont .mainCont-inner #LinkArea .link_wrap02 .linkbtn:nth-child(2) a span:before {
  position: absolute;
  display: block;
  content: "";
  width: 27px;
  height: 27px;
  background: url(../images/link_top03.svg) no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  #Top .mainCont .mainCont-inner #LinkArea .link_wrap02 .linkbtn:nth-child(2) a span:before {
    width: 27.2px;
    height: 27.2px;
    top: -34px;
    left: 50%;
    margin-left: -13.5px;
  }
}
#Top .mainCont .mainCont-inner #ContactArea {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: 36px auto 0;
}
@media screen and (min-width:768px) and (max-width: 1324px) {
  #Top .mainCont .mainCont-inner #ContactArea {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  #Top .mainCont .mainCont-inner #ContactArea {
    padding: 0 10px;
  }
}
#Top .mainCont .mainCont-inner #ContactArea:before {
  content: "お問い合わせ";
  display: block;
  position: absolute;
  font-size: 24px;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  writing-mode: vertical-lr;
  letter-spacing: 5px;
  color: #000;
  top: 0;
  right: 60px;
}
@media screen and (min-width:768px) and (max-width: 1324px) {
  #Top .mainCont .mainCont-inner #ContactArea:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #Top .mainCont .mainCont-inner #ContactArea:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #Top .mainCont .mainCont-inner #ContactArea .contact_head {
    color: #000;
    border-bottom: 2px solid #F4EDD4;
  }
}
#Top .mainCont .mainCont-inner #ContactArea .contact_wrap {
  position: relative;
}
#Top .mainCont .mainCont-inner #ContactArea .contact_wrap:before {
  content: "Contact";
  display: block;
  position: absolute;
  font-size: 100px;
  font-family: "EB Garamond", serif;
  writing-mode: vertical-lr;
  line-height: 58px;
  color: #CAA82B;
  opacity: 0.2;
  top: -5px;
  right: 0;
}
@media screen and (min-width:768px) and (max-width: 1324px) {
  #Top .mainCont .mainCont-inner #ContactArea .contact_wrap:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #Top .mainCont .mainCont-inner #ContactArea .contact_wrap:before {
    writing-mode: horizontal-tb;
    font-size: 55px;
    top: -52px;
    right: 0;
  }
}
#Top .mainCont .mainCont-inner #ContactArea .contact_wrap:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 130px;
  background-color: #CAA82B;
  opacity: 0.2;
  bottom: 0;
  right: 40px;
}
@media screen and (min-width:768px) and (max-width: 1324px) {
  #Top .mainCont .mainCont-inner #ContactArea .contact_wrap:after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #Top .mainCont .mainCont-inner #ContactArea .contact_wrap:after {
    display: none;
  }
}
#Top .mainCont .mainCont-inner #ContactArea .contact_head .title {
  width: 100%;
  overflow: auto;
  color: #000;
}
#Top .mainCont .mainCont-inner #ContactArea .contact_head .title h2 {
  float: left;
  font-size: 28px;
  font-weight: bold;
  padding-right: 11px;
  border-right: 2px solid #C4A019;
}
@media screen and (max-width: 767px) {
  #Top .mainCont .mainCont-inner #ContactArea .contact_head .title h2 {
    font-size: 1.125rem;
    border-right: 0px;
    padding-right: 0px;
    padding-top: 9px;
  }
}
#Top .mainCont .mainCont-inner #ContactArea .contact_head .title p {
  padding-left: 196px;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  #Top .mainCont .mainCont-inner #ContactArea .contact_head .title p {
    position: relative;
    float: left;
    padding-left: 15px;
    padding-top: 9px;
    font-size: 0.875rem;
  }
  #Top .mainCont .mainCont-inner #ContactArea .contact_head .title p:before {
    content: "";
    display: block;
    position: absolute;
    width: 11px;
    height: 4px;
    background-color: #C4A019;
    top: 20px;
    left: 0;
  }
}
#Top .mainCont .mainCont-inner #ContactArea .contact_head .address {
  margin: 20px 0;
  font-size: 18px;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  #Top .mainCont .mainCont-inner #ContactArea .contact_head .address {
    font-size: 1rem;
    line-height: 25px;
    margin-bottom: 26px;
  }
}
#Top .mainCont .mainCont-inner #ContactArea .contact_head .address strong {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  #Top .mainCont .mainCont-inner #ContactArea .contact_head .address strong {
    font-size: 1.125rem;
  }
}
#Top .mainCont .mainCont-inner #ContactArea .contact_head .address u a {
  color: #333333;
  font-weight: bold;
}
#Top .mainCont .mainCont-inner #ContactArea .contact_map {
  margin-bottom: 33px;
}
@media screen and (max-width: 767px) {
  #Top .mainCont .mainCont-inner #ContactArea .contact_map {
    margin-bottom: 43px;
  }
}
@media screen and (min-width:768px) and (max-width: 1324px) {
  #Top .mainCont .mainCont-inner #ContactArea .contact_map iframe {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #Top .mainCont .mainCont-inner #ContactArea .contact_map iframe {
    width: 100%;
  }
}

.back_home {
  width: 400px;
  border: 1px solid #898989;
  margin: 50px auto 66px;
}
@media screen and (max-width: 767px) {
  .back_home {
    width: 95%;
    margin: 50px auto 60px;
  }
}
.back_home a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 1rem;
  color: #000;
  transition: 0.3s;
}
.back_home a:hover {
  background: #F4EDD4;
}
.back_home a span {
  position: relative;
  padding: 15px 35px 15px 58px;
}
.back_home a span::before {
  display: block;
  content: "";
  position: absolute;
  width: 34px;
  height: 7px;
  background: url(../common/link_arrow05.svg) no-repeat;
  background-size: contain;
  top: 50%;
  margin-top: -3.5px;
  left: 0;
}

#Contents {
  width: 1000px;
  margin: 0px auto;
  padding: 50px 76px 40px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #Contents {
    width: auto;
    margin: 0 10px;
    padding: 30px 15px 50px;
  }
}

#pageNav ul {
  display: flex;
  width: 1000px;
  padding: 17px 0 26px 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #pageNav ul {
    width: 100%;
    padding: 11px 0 15px 10px;
  }
}
#pageNav ul li {
  font-size: 0.75rem;
  padding-right: 26px;
}
#pageNav ul li a {
  position: relative;
  color: #000;
}
#pageNav ul li a:after {
  position: absolute;
  content: "／";
  display: inline;
  margin-left: 8px;
}

#titleArea {
  position: relative;
  background-color: #FBF2D2;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #titleArea {
    display: block;
    border-bottom: 3px solid #fff;
  }
}
#titleArea:before {
  display: block;
  content: "";
  position: absolute;
  width: 390px;
  height: 100%;
  background: url(../common/back_menu01.png) no-repeat;
  background-size: cover;
  background-size: 100%;
  background-position-x: -30px;
  background-position-y: 80%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  #titleArea:before {
    width: 50%;
    background-position-x: -80px;
  }
}
#titleArea::after {
  display: block;
  content: "";
  position: absolute;
  width: 384px;
  height: 100%;
  background: url(../common/back_menu02.png) no-repeat;
  background-size: cover;
  background-size: 100%;
  background-position-x: 50px;
  background-position-y: 80%;
  top: 0;
  right: 0;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  #titleArea::after {
    width: 50%;
  }
}
#titleArea h1 {
  position: relative;
  font-size: 2.5rem;
  line-height: 1.4;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  text-align: center;
  padding: 75px 15px 60px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #titleArea h1 {
    font-size: 1.625rem;
    padding: 35px 25px 52px;
    text-align: left;
  }
}
#titleArea h1:before {
  display: block;
  content: "";
  position: absolute;
  width: 80px;
  height: 3px;
  background-color: #C4A019;
  bottom: 50px;
  left: 50%;
  margin-left: -40px;
}
@media screen and (max-width: 767px) {
  #titleArea h1:before {
    left: 30px;
    margin-left: 0px;
    bottom: 40px;
  }
}

.under {
  background-color: #F2F2F2;
}

#News .news_body {
  min-height: 200px;
}
#News .news_body .news_list {
  position: relative;
  border-bottom: 1px solid #E5E4E0;
}
#News .news_body .news_list:last-child {
  border-bottom: none;
}
#News .news_body .news_list:before {
  display: block;
  content: "";
  position: absolute;
  width: 34px;
  height: 7px;
  background: url(../common/link_arrow01.svg) no-repeat;
  background-size: contain;
  top: 50%;
  margin-top: -3.5px;
  right: 3px;
}
@media screen and (max-width: 767px) {
  #News .news_body .news_list:first-child {
    margin-top: 0px;
  }
}
#News .news_body .news_list a {
  display: block;
  padding: 20px 10px;
  transition: 0.3s;
}
#News .news_body .news_list a:hover {
  background-color: #F4EDD4;
}
#News .news_body .news_list span, #News .news_body .news_list p {
  color: #333333;
  margin-right: 7px;
}
#News .news_body .news_list p {
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  #News .news_body .news_list p {
    font-size: 0.937rem;
    padding-right: 30px;
  }
}
#News .news_body .news_list .date {
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #News .news_body .news_list .date {
    color: #B1B1B1;
  }
}
#News .news_body .news_list .cate {
  font-size: 12px;
  background-color: #F0F0F0;
  padding: 1px 8px 2px;
}
@media screen and (max-width: 767px) {
  #News .news_body .news_list .cate {
    display: inline-block;
  }
}
#News .news_body .news_list .new {
  font-size: 14px;
  color: #FF0000;
}
#News .news_body .news_list span:nth-child(2) {
  position: relative;
  margin-left: 18px;
}
@media screen and (max-width: 767px) {
  #News .news_body .news_list span:nth-child(2) {
    margin-left: 13px;
  }
}
#News .news_body .news_list span:nth-child(2):before {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #707070;
  top: 0;
  left: -18px;
}
@media screen and (max-width: 767px) {
  #News .news_body .news_list span:nth-child(2):before {
    left: -13px;
  }
}

#titleNews {
  padding-bottom: 20px;
}
#titleNews .day span {
  background: #eee;
  border-radius: 30px;
  padding: 5px 15px;
  font-size: 0.9em;
}
#titleNews h1 {
  font-size: 2rem;
  margin-bottom: 20px;
  margin-top: 10px;
  color: #413408;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  #titleNews h1 {
    font-size: 1.625rem;
  }
}

.news_paging {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 10px 0 0px;
  background-color: #FFF;
}
.news_paging p {
  width: 25%;
}
.news_paging p a {
  padding: 15px 0;
  text-align: center;
  color: #333;
  display: block;
  text-decoration: none;
  transition: 0.3s;
  border: 1px solid #C4A019;
  border-right: 0;
  box-sizing: border-box;
}
.news_paging p a:hover {
  background-color: #C4A019;
  color: #fff;
}
.news_paging p:nth-of-type(4) a {
  border-right: 1px solid #C4A019;
}
.news_paging p:hover {
  background-color: #C4A019;
  color: #fff;
}
.news_paging p .pageing_active {
  background-color: #C4A019;
  color: #fff;
}

.news_count_txt {
  font-size: 0.875rem;
  margin-top: 30px;
}

.passward_wrap input.passward {
  padding: 7px 10px;
  box-sizing: border-box;
  border: 1px solid #C4A019;
}
@media screen and (max-width: 767px) {
  .passward_wrap input.passward {
    display: block;
    width: 100%;
  }
}
.passward_wrap input.button {
  padding: 6px 20px;
  border: 2px solid #C4A019;
  background-color: #C4A019;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .passward_wrap input.button {
    margin-top: 15px;
  }
}

/* 会報『けみすと』専用CSS */
/*文字間*/
.ls003 {
  letter-spacing: 0.03em;
}

/*テンプレートダウンロードボタン*/
.AnnualTmpBtnArea {
  width: 100%;
  background-color: #f2f2f2;
  padding: 15px 0px 15px 0px;
}

.AnnualTmpBtn {
  position: relative;
  width: 520px;
  border-radius: 3px;
  background-color: #C4A019;
  color: #fff;
  font-size: 20px;
  transition: 0.3s;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .AnnualTmpBtn {
    width: 95%;
    font-size: 14px;
  }
}
.AnnualTmpBtn::after {
  position: absolute;
  content: "";
  background-color: #333333;
  bottom: 0px;
  width: 100%;
  height: 2px;
}

.AnnualTmpBtn a {
  position: relative;
  padding: 20px 0px 20px 30px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff !important;
  text-decoration: none !important;
  transition: all 0.4s;
}

.AnnualTmpBtn a::before {
  position: absolute;
  display: block;
  content: "";
  width: 28px;
  height: 25px;
  background: url(../common/ico_download.svg) no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}

.AnnualTmpBtn:hover {
  background-color: #D8B227;
}

/*会報バックナンバー　表*/
.AnnualTable thead {
  background: #f2f2f2;
  height: 70px;
}

.AnnualTable thead th {
  font-weight: 400 !important;
  border: 1px solid #D3D3D3 !important;
}

.AnnualTable tr td {
  border: 1px solid #D3D3D3 !important;
}

.Backnumber {
  width: 60%;
}

td.BacknumberDate {
  padding-left: 20px !important;
}

@media screen and (max-width: 767px) {
  td.BacknumberDate {
    padding-left: 10px !important;
  }
}
@media screen and (max-width: 767px) {
  .Backnumber {
    width: 62%;
  }
}
@media screen and (max-width: 767px) {
  .AnnualTable td {
    text-align: center;
  }
}
/*会報バックナンバーボタン*/
.BacknumberBtn {
  position: relative;
  border: #C4A019 1px;
  background-color: #F4EDD4;
  transition: 0.3s;
  margin: auto;
  padding: 12px 35px 12px 50px;
}

@media screen and (max-width: 767px) {
  .BacknumberBtn {
    font-size: 14px;
    padding: 16px 32px 16px 35px;
  }
}
.BacknumberBtn a {
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  color: #333 !important;
  text-decoration: none !important;
  text-align: left;
  transition: all 0.4s;
}

.BacknumberBtn::before {
  position: absolute;
  display: block;
  content: "";
  width: 20px;
  height: 22px;
  background: url(../common/ico_pdf.svg) no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}

@media screen and (max-width: 767px) {
  .BacknumberBtn::before {
    width: 16px;
    height: 18px;
    left: 10px;
  }
}
.BacknumberBtn::after {
  position: absolute;
  display: block;
  content: "";
  width: 25px;
  height: 25px;
  background: url(../common/link_arrow06.svg) no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

@media screen and (max-width: 767px) {
  .BacknumberBtn::after {
    width: 23px;
    height: 23px;
    right: 9px;
  }
}
.BacknumberBtn:hover {
  background-color: #E2DDCD;
}

input[type=email],
input[type=tel],
input[type=text],
input[type=url],
dd textarea {
  width: 100%;
  max-width: 100%;
  padding: 12px 15px;
  border: 1px solid var(--default-gray);
  background: var(--base-gray-default);
}

::-moz-placeholder {
  color: var(--default-gray);
}

::placeholder {
  color: var(--default-gray);
}

.form .intro {
  letter-spacing: 0.06em;
}

@media all and (min-width: 768px) {
  .form-Item input[type=text].w250_Pc {
    width: 250px;
  }
}

.form-Item label.block,
.form-Item .label_confirm {
  display: block;
  margin-bottom: 5px;
  color: var(--base-gray-dark);
  font-size: 0.875rem;
}

.form_explanation {
  margin-top: 3px;
  font-size: 0.875rem;
  color: var(--default-gray-brown);
}

.privacyArea {
  margin: 25px auto;
  padding: 10px 20px;
  border: solid 4px var(--base-gray-light);
  letter-spacing: 0.04em;
}
@media all and (min-width: 768px) {
  .privacyArea {
    margin: 25px auto;
  }
}

.privacyArea dl {
  padding: 8px 6px;
  text-align: center;
  background: var(--base-gray-default);
}
@media all and (min-width: 768px) {
  .privacyArea dl {
    padding: 15px 10px 5px;
  }
}

.privacyArea a {
  text-decoration: underline;
}

.form-Item {
  padding: 25px 0;
}
@media all and (min-width: 768px) {
  .form-Item {
    display: grid;
    grid-template-columns: 240px 1fr;
    align-items: start;
  }
}

.form-Item + .form-Item {
  border-top: 1px solid var(--default-gray-light);
}

.form-Item dt {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-weight: 500;
  color: #000;
  line-height: 1.3;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .form-Item dt {
    font-size: 1.125rem;
    margin-bottom: 15px;
  }
}
@media all and (min-width: 768px) {
  .form-Item dt {
    margin-top: 15px;
    padding-right: 10px;
  }
}

.form-Item dd {
  letter-spacing: 0.04em;
}

.label_checkbox input[type=checkbox] {
  display: none;
}

.label_checkbox label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  cursor: pointer;
}

.label_checkbox label::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: #fff;
  border: 1px solid var(--default-gray);
}

.label_checkbox input[type=checkbox]:checked + label::after {
  position: absolute;
  content: "";
  top: 7px;
  left: 3px;
  width: 20px;
  height: 6px;
  border-left: 3px solid #333;
  border-bottom: 3px solid #333;
  transform: rotate(-45deg);
}

.label_checkbox input[type=checkbox]:checked + label::before {
  background: var(--base-pink-default);
  border: solid 1px #FF2E2E;
}

/* 必須&任意マーク */
.form-Item .ico {
  text-align: center;
  font-size: 0.6875rem;
  display: inline-block;
  color: #fff;
  line-height: 1;
  line-height: 1;
  padding: 6px 6px;
  vertical-align: middle;
  text-decoration: none;
  white-space: nowrap;
}
.form-Item .ico.required {
  background-color: var(--default-red);
}
.form-Item .ico.optional {
  color: #333;
  background-color: var(--default-gray-light);
}

.form-Item ul.radio_area {
  margin-left: -25px;
  margin-top: 10px;
}

li.radio {
  list-style: none;
}

.radio {
  position: relative;
  margin: 0 0 0.7rem;
  padding-left: 18px;
}
@media screen and (max-width: 767px) {
  .radio:last-child {
    margin-bottom: 0;
  }
}

.radio input[type=radio] {
  position: absolute;
  opacity: 0;
}

.radio input[type=radio] + .radio-label:before {
  content: "";
  background: var(--base-gray-default);
  border-radius: 100%;
  border: 1px solid var(--default-gray-light);
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: 0.2em;
  margin-right: 0.5em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}

.radio input[type=radio]:checked + .radio-label:before {
  background-color: var(--default-blue);
  box-shadow: inset 0 0 0 4px var(--base-gray-default);
}

.radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: var(--default-blue);
}

.radio input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px var(--base-gray-default);
  border-color: var(--default-gray-light);
  background: var(--default-gray-light);
}

.radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}

/* PCのみ横並びの場合 */
@media all and (min-width: 768px) {
  .radio_area_short {
    display: flex;
  }
}

.select_area {
  position: relative;
  display: inline-block;
  border: 1px solid var(--default-gray);
  vertical-align: middle;
  background: var(--base-gray-default);
}
@media screen and (max-width: 767px) {
  .select_area {
    width: 100%;
  }
}
.select_area::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 20px;
  right: 16px;
  width: 0;
  height: 0;
  border-width: 9px 6px 0 6px;
  border-style: solid;
  border-color: var(--default-gray) transparent transparent transparent;
  pointer-events: none;
}

.select_area select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 11px 15px;
  padding-right: 2.5em;
  border: none;
  outline: 0;
  background: var(--base-gray-default);
  text-indent: 0.01px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .select_area select {
    width: 100%;
  }
}

.ajax_err p {
  position: relative;
  margin-top: 8px;
  padding: 8px 15px 8px;
  display: inline-block;
  color: var(--default-red-dark);
  line-height: 1.6;
  font-size: fo(14);
  border-radius: 5px;
  border: solid 1px var(--default-red-dark);
  background: var(--base-pink-default);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
@media all and (min-width: 768px) {
  .ajax_err p {
    margin-top: 10px;
    padding: 10px 40px 10px;
    font-size: 0.9375rem;
  }
}

.ajax_err p:before {
  content: "";
  position: absolute;
  top: -11px;
  left: 50px;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-bottom: 10px solid var(--default-red-dark);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.ajax_err p:after {
  content: "";
  position: absolute;
  top: -9px;
  left: 50px;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-bottom: 10px solid var(--base-pink-default);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.ajax_err p.arw_center:before {
  left: 50%;
  transform: translateX(50%);
}

.ajax_err p.arw_center:after {
  left: 50%;
  transform: translateX(50%);
}

.l-form-btnArea {
  margin: 20px auto 50px;
}

.l-form-actbtn {
  padding: 0;
}
@media all and (min-width: 768px) {
  .l-form-actbtn {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
  }
}
.l-form-actbtn li {
  list-style: none;
}

@media screen and (max-width: 767px) {
  .l-form-actbtn li + li {
    margin-top: 15px;
  }
}
@media all and (min-width: 768px) {
  .l-form-actbtn li + li {
    margin-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .btn_form {
    width: 100%;
  }
}

.btn_form a {
  display: block;
  padding: 20px;
  text-align: center;
  color: #fff;
  border-radius: 40px;
}
@media all and (min-width: 768px) {
  .btn_form a {
    width: 420px;
  }
}
.btn_form a:hover {
  text-decoration: none;
  background: var(--default-blue);
}

.btn_form.send {
  background: var(--default-black);
  border-radius: 40px;
}
.btn_form.back {
  background: var(--default-gray);
  border-radius: 40px;
}

@media all and (min-width: 768px) {
  .form-address {
    display: flex;
  }
}

#Ready-text {
  margin: 15px auto;
  font-size: 1.25rem;
  text-align: center;
  font-weight: 500;
}

.form-Contents.conlayout {
  margin-top: 20px;
}
@media all and (min-width: 768px) {
  .form-Contents.conlayout .form-Item dt {
    margin-top: 0 !important;
  }
}

/*!
utility > utility
------------------------------
*/
/*===========================~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Informakerの装飾パーツ
*===========================~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.edit_area,
.cke_editable {
  line-height: 1.8;
  /*================================================
  ページサマリー
  ================================================*/
  /*================================================
  ソーシャルボタン
  ================================================*/
  /*================================================
  絵文字
  ================================================*/
  /*================================================
  見出し
  ================================================*/
  /*================================================
  小見出し
  ================================================*/
  /*================================================
  上付き、下付き文字
  ================================================*/
  /*================================================
  リスト(数字)
  ================================================*/
  /*================================================
  区切り線
  ================================================*/
  /*================================================
  リスト(点)
  ================================================*/
  /*================================================
  リスト(チェック)
  ================================================*/
  /*-----------------------------------------------------------文字サイズ*/
  /*================================================
  リンクボタン
  ================================================*/
  /*================================================
  画像
  ================================================*/
  /*================================================
  テキスト入り画像
  ================================================*/
  /*================================================
  囲い
  ================================================*/
  /*================================================
  table
  ================================================*/
  /*================================================
  アンカーリンク
  ================================================*/
  /*================================================
  Google Map
  ================================================*/
}
.edit_area .pagesummary,
.cke_editable .pagesummary {
  margin: 0 0 40px 0;
  border: 1px dotted #C4A019;
  border-radius: 5px;
}
.edit_area .pagesummary span.tit,
.cke_editable .pagesummary span.tit {
  display: inline-block;
  font-size: 0.8rem;
  position: relative;
  background-color: #eee;
  padding: 10px 15px;
  min-width: 100px;
  text-align: center;
  color: #777;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .edit_area .pagesummary span.tit,
  .cke_editable .pagesummary span.tit {
    min-width: 150px;
    font-size: 0.875rem;
  }
}
.edit_area .pagesummary ul,
.cke_editable .pagesummary ul {
  position: relative;
  margin-left: 0px;
  padding-inline-start: 0;
  list-style: none;
  padding: 10px 30px 20px;
}
.edit_area .pagesummary ul li,
.cke_editable .pagesummary ul li {
  display: inline-block;
  padding-left: 0;
}
.edit_area .pagesummary ul li::before,
.cke_editable .pagesummary ul li::before {
  content: none;
}
.edit_area .pagesummary ul li a,
.cke_editable .pagesummary ul li a {
  display: inline-block;
  text-decoration: none;
  color: #C4A019;
  font-size: 0.875rem;
  transition: 0.2s;
  border-bottom: none;
  position: relative;
  margin-right: 35px;
}
.edit_area .pagesummary ul li a::after,
.cke_editable .pagesummary ul li a::after {
  content: "/";
  position: absolute;
  right: -25px;
  color: #C4A019;
}
.edit_area .pagesummary ul li a:hover,
.cke_editable .pagesummary ul li a:hover {
  color: #977b13;
  transition: all 0.4s;
}
@media all and (min-width: 768px) {
  .edit_area .pagesummary ul li a,
  .cke_editable .pagesummary ul li a {
    font-size: 1rem;
  }
}
.edit_area .pagesummary ul li:last-child a,
.cke_editable .pagesummary ul li:last-child a {
  margin-right: 0;
}
.edit_area .pagesummary ul li:last-child a::after,
.cke_editable .pagesummary ul li:last-child a::after {
  content: none;
}
.edit_area .detail_news_social,
.cke_editable .detail_news_social {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
}
.edit_area .detail_news_social ul,
.cke_editable .detail_news_social ul {
  display: flex;
  justify-content: center;
}
.edit_area .detail_news_social ul li,
.cke_editable .detail_news_social ul li {
  margin-left: 10px;
  list-style-type: none;
  padding-left: 0;
}
.edit_area .detail_news_social ul li::before,
.cke_editable .detail_news_social ul li::before {
  content: none;
}
.edit_area .detail_news_social ul li a,
.cke_editable .detail_news_social ul li a {
  vertical-align: bottom;
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 100px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition: 0.1s ease;
}
.edit_area .detail_news_social ul li a.fb,
.cke_editable .detail_news_social ul li a.fb {
  background: #1a63ac url(../common/logo_fb.png) no-repeat center;
  background-size: auto 18px;
}
.edit_area .detail_news_social ul li a.tw,
.cke_editable .detail_news_social ul li a.tw {
  background: #000 url(../common/logo_x.png) no-repeat center;
  background-size: auto 15px;
}
.edit_area .detail_news_social ul li a.line,
.cke_editable .detail_news_social ul li a.line {
  background: #00b900 url(../common/logo_line.png) no-repeat center;
  background-size: auto 20px;
}
.edit_area img.ico_20,
.cke_editable img.ico_20 {
  width: 30px !important;
  height: 30px !important;
  padding: 0 4px !important;
  vertical-align: middle !important;
  margin-bottom: 3px !important;
}
.edit_area h2.h2_title01,
.cke_editable h2.h2_title01 {
  font-weight: normal;
  font-size: 2.125rem;
  border-radius: 5px 0 0 0;
  position: relative;
  margin-bottom: 25px;
  color: #333333;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.05em;
  border-bottom: 4px solid #DBDBDB;
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .edit_area h2.h2_title01,
  .cke_editable h2.h2_title01 {
    font-size: 1.75rem;
  }
}
.edit_area h2.h2_title01::before,
.cke_editable h2.h2_title01::before {
  content: "";
  display: block;
  position: absolute;
  width: 150px;
  height: 4px;
  background-color: #C4A019;
  bottom: -4px;
  left: 0;
}
.edit_area h3.h3_title01,
.cke_editable h3.h3_title01 {
  font-size: 1.25rem;
  line-height: 1.5;
  color: #C4A019;
  font-weight: normal;
  margin-bottom: 18px;
  position: relative;
  padding-left: 35px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .edit_area h3.h3_title01,
  .cke_editable h3.h3_title01 {
    font-size: 1rem;
  }
}
.edit_area h3.h3_title01::before,
.cke_editable h3.h3_title01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 1px;
  background: #C4A019;
  bottom: 0;
  margin: auto;
}
.edit_area sub,
.cke_editable sub {
  font-size: 75.5%;
  vertical-align: bottom;
}
.edit_area sup,
.cke_editable sup {
  font-size: 75.5%;
  vertical-align: top;
}
.edit_area ol,
.edit_area ol.list_num01,
.cke_editable ol,
.cke_editable ol.list_num01 {
  position: relative;
  counter-reset: item;
  list-style: none;
  padding: 0;
  margin-left: 0 !important;
}
.edit_area ol > li,
.edit_area ol.list_num01 > li,
.cke_editable ol > li,
.cke_editable ol.list_num01 > li {
  position: relative;
  padding: 3px 0 4px 30px;
  margin-bottom: 10px;
  list-style: none !important;
}
.edit_area ol > li:before,
.edit_area ol.list_num01 > li:before,
.cke_editable ol > li:before,
.cke_editable ol.list_num01 > li:before {
  counter-increment: item;
  content: counter(item);
  display: block;
  position: absolute;
  top: 5px;
  left: 0px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 100%;
  background: #C4A019;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 0.75rem;
}
.edit_area ol.list_num01 > li:before,
.cke_editable ol.list_num01 > li:before {
  background: #C4A019;
}
.edit_area .div_hr01,
.cke_editable .div_hr01 {
  border-top: 2px dotted #d7d7d7;
}
.edit_area ul,
.cke_editable ul {
  position: relative;
}
.edit_area ul > li,
.cke_editable ul > li {
  list-style-type: none;
  margin-bottom: 5px;
  padding-left: 28px;
  position: relative;
}
.edit_area ul > li::before,
.cke_editable ul > li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 6px;
  box-sizing: border-box;
  display: inline-block;
  background: #C4A019;
  height: 8px;
  width: 8px;
  border-radius: 50%;
}
.edit_area ul.list_check,
.cke_editable ul.list_check {
  list-style: none;
  padding: 0;
  position: relative;
  margin-left: 0 !important;
}
.edit_area ul.list_check > li,
.cke_editable ul.list_check > li {
  position: relative;
  margin-bottom: 10px;
  list-style: none !important;
}
.edit_area ul.list_check > li::before,
.cke_editable ul.list_check > li::before {
  box-sizing: border-box;
  position: absolute;
  content: "";
  display: block;
  top: 5px;
  left: 6px;
  height: 15px;
  width: 8px;
  transform: rotate(45deg);
  border-bottom: solid 4px #C4A019;
  border-right: solid 4px #C4A019;
  /*打ち消し*/
  border-radius: 0;
  background: none;
}
.edit_area span.op_large,
.edit_area span.op_mideamu,
.edit_area span.op_small,
.cke_editable span.op_large,
.cke_editable span.op_mideamu,
.cke_editable span.op_small {
  text-decoration: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
}
.edit_area span.op_large,
.cke_editable span.op_large {
  font-size: 1.125rem;
}
.edit_area span.op_mideamu,
.cke_editable span.op_mideamu {
  font-size: 1rem;
}
.edit_area span.op_small,
.cke_editable span.op_small {
  font-size: 0.875rem;
}
.edit_area .link_btn,
.cke_editable .link_btn {
  border: 2px solid #AA8A10;
  background: #C4A019;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  padding: 15px 60px 15px 30px;
  border-radius: 4px;
  position: relative;
  margin: 5px 0;
  cursor: pointer;
  transition: all 0.4s;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .edit_area .link_btn,
  .cke_editable .link_btn {
    font-size: 0.875rem;
    padding: 15px 45px 15px 20px;
  }
}
.edit_area .link_btn:hover,
.cke_editable .link_btn:hover {
  background: #a18316;
  color: #fff;
  transition: all 0.4s;
}
.edit_area .link_btn::after,
.cke_editable .link_btn::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 5px;
  background-image: url(../common/ico_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .edit_area .link_btn::after,
  .cke_editable .link_btn::after {
    right: 13px;
    width: 25px;
  }
}
.edit_area .link_btn.link_btn-secondary,
.cke_editable .link_btn.link_btn-secondary { /*赤色変更*/
  background: rgb(205, 0, 14);
  color: #fff;
  border: 2px solid rgb(178, 0, 12);
}
.edit_area .link_btn.link_btn-secondary:hover,
.cke_editable .link_btn.link_btn-secondary:hover {
  background: rgb(145, 0, 10);
}
.edit_area .link_btn.link_btn-dark,
.cke_editable .link_btn.link_btn-dark {
  background: #9c9c9c;
  color: #fff;
  border: 2px solid #9c9c9c;
}
.edit_area .link_btn.link_btn-dark:hover,
.cke_editable .link_btn.link_btn-dark:hover {
  background: #666666;
}
.edit_area .link_btn.link_btn-large,
.cke_editable .link_btn.link_btn-large {
  display: block;
  padding: 30px 40px 30px 20px;
  border-radius: 5px;
  text-align: center;
}
.edit_area .link_btn.link_btn-large::after,
.cke_editable .link_btn.link_btn-large::after {
  background-image: url(../common/ico_arrow.svg);
}
.edit_area .link_btn.link_btn-small,
.cke_editable .link_btn.link_btn-small {
  box-sizing: border-box;
  border: 0;
  padding: 18px 50px 18px 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .edit_area .link_btn.link_btn-small,
  .cke_editable .link_btn.link_btn-small {
    padding: 18px 40px 18px 30px;
  }
}
.edit_area .link_btn.link_btn-small::after,
.cke_editable .link_btn.link_btn-small::after {
  width: 14px;
  height: 14px;
  background-image: url(../common/ico_arrow.svg);
}
.edit_area img,
.cke_editable img {
  max-width: 100%;
  vertical-align: bottom;
}
.edit_area .newsImg03 ul,
.edit_area .newsImg02 ul,
.edit_area .newsImg01 ul,
.cke_editable .newsImg03 ul,
.cke_editable .newsImg02 ul,
.cke_editable .newsImg01 ul {
  margin-left: 0 !important;
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.edit_area .newsImg03 ul li,
.edit_area .newsImg02 ul li,
.edit_area .newsImg01 ul li,
.cke_editable .newsImg03 ul li,
.cke_editable .newsImg02 ul li,
.cke_editable .newsImg01 ul li {
  list-style: none !important;
  text-align: center;
  font-size: var(--font-size-12);
  color: #C4A019;
  position: inherit !important;
  padding-left: 0;
}
.edit_area .newsImg03 ul li::before,
.edit_area .newsImg02 ul li::before,
.edit_area .newsImg01 ul li::before,
.cke_editable .newsImg03 ul li::before,
.cke_editable .newsImg02 ul li::before,
.cke_editable .newsImg01 ul li::before {
  content: none !important;
}
.edit_area .newsImg03 ul li img,
.edit_area .newsImg02 ul li img,
.edit_area .newsImg01 ul li img,
.cke_editable .newsImg03 ul li img,
.cke_editable .newsImg02 ul li img,
.cke_editable .newsImg01 ul li img {
  width: 100%;
  height: auto !important;
}
.edit_area .newsImg03 li,
.cke_editable .newsImg03 li {
  width: 32%;
}
.edit_area .newsImg02 li,
.cke_editable .newsImg02 li {
  width: 49%;
}
.edit_area .newsImg01 li,
.cke_editable .newsImg01 li {
  width: 100%;
}
.edit_area .lay-grid,
.cke_editable .lay-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
.edit_area .lay-grid > .col-1, .edit_area .lay-grid > .col-2, .edit_area .lay-grid > .col-3, .edit_area .lay-grid > .col-4, .edit_area .lay-grid > .col-5, .edit_area .lay-grid > .col-6, .edit_area .lay-grid > .col-7, .edit_area .lay-grid > .col-8, .edit_area .lay-grid > .col-9, .edit_area .lay-grid > .col-10, .edit_area .lay-grid > .col-11, .edit_area .lay-grid > .col-12,
.cke_editable .lay-grid > .col-1,
.cke_editable .lay-grid > .col-2,
.cke_editable .lay-grid > .col-3,
.cke_editable .lay-grid > .col-4,
.cke_editable .lay-grid > .col-5,
.cke_editable .lay-grid > .col-6,
.cke_editable .lay-grid > .col-7,
.cke_editable .lay-grid > .col-8,
.cke_editable .lay-grid > .col-9,
.cke_editable .lay-grid > .col-10,
.cke_editable .lay-grid > .col-11,
.cke_editable .lay-grid > .col-12 {
  border-radius: 4px;
  box-sizing: border-box;
  margin: 0;
  padding: 0px 0px 5px;
}
@media all and (min-width: 768px) {
  .edit_area .lay-grid > .col-1, .edit_area .lay-grid > .col-2, .edit_area .lay-grid > .col-3, .edit_area .lay-grid > .col-4, .edit_area .lay-grid > .col-5, .edit_area .lay-grid > .col-6, .edit_area .lay-grid > .col-7, .edit_area .lay-grid > .col-8, .edit_area .lay-grid > .col-9, .edit_area .lay-grid > .col-10, .edit_area .lay-grid > .col-11, .edit_area .lay-grid > .col-12,
  .cke_editable .lay-grid > .col-1,
  .cke_editable .lay-grid > .col-2,
  .cke_editable .lay-grid > .col-3,
  .cke_editable .lay-grid > .col-4,
  .cke_editable .lay-grid > .col-5,
  .cke_editable .lay-grid > .col-6,
  .cke_editable .lay-grid > .col-7,
  .cke_editable .lay-grid > .col-8,
  .cke_editable .lay-grid > .col-9,
  .cke_editable .lay-grid > .col-10,
  .cke_editable .lay-grid > .col-11,
  .cke_editable .lay-grid > .col-12 {
    padding: 5px 0;
  }
}
.edit_area .lay-grid > .col-1 img, .edit_area .lay-grid > .col-2 img, .edit_area .lay-grid > .col-3 img, .edit_area .lay-grid > .col-4 img, .edit_area .lay-grid > .col-5 img, .edit_area .lay-grid > .col-6 img, .edit_area .lay-grid > .col-7 img, .edit_area .lay-grid > .col-8 img, .edit_area .lay-grid > .col-9 img, .edit_area .lay-grid > .col-10 img, .edit_area .lay-grid > .col-11 img, .edit_area .lay-grid > .col-12 img,
.cke_editable .lay-grid > .col-1 img,
.cke_editable .lay-grid > .col-2 img,
.cke_editable .lay-grid > .col-3 img,
.cke_editable .lay-grid > .col-4 img,
.cke_editable .lay-grid > .col-5 img,
.cke_editable .lay-grid > .col-6 img,
.cke_editable .lay-grid > .col-7 img,
.cke_editable .lay-grid > .col-8 img,
.cke_editable .lay-grid > .col-9 img,
.cke_editable .lay-grid > .col-10 img,
.cke_editable .lay-grid > .col-11 img,
.cke_editable .lay-grid > .col-12 img {
  height: auto !important;
  vertical-align: bottom;
}
.edit_area .lay-grid > div.col-1, .edit_area .lay-grid > div.col-2, .edit_area .lay-grid > div.col-3, .edit_area .lay-grid > div.col-4, .edit_area .lay-grid > div.col-5, .edit_area .lay-grid > div.col-6, .edit_area .lay-grid > div.col-7, .edit_area .lay-grid > div.col-8, .edit_area .lay-grid > div.col-9, .edit_area .lay-grid > div.col-10, .edit_area .lay-grid > div.col-11, .edit_area .lay-grid > div.col-12,
.cke_editable .lay-grid > div.col-1,
.cke_editable .lay-grid > div.col-2,
.cke_editable .lay-grid > div.col-3,
.cke_editable .lay-grid > div.col-4,
.cke_editable .lay-grid > div.col-5,
.cke_editable .lay-grid > div.col-6,
.cke_editable .lay-grid > div.col-7,
.cke_editable .lay-grid > div.col-8,
.cke_editable .lay-grid > div.col-9,
.cke_editable .lay-grid > div.col-10,
.cke_editable .lay-grid > div.col-11,
.cke_editable .lay-grid > div.col-12 {
  padding: 5px 0;
}
@media all and (min-width: 768px) {
  .edit_area .lay-grid > div.col-1, .edit_area .lay-grid > div.col-2, .edit_area .lay-grid > div.col-3, .edit_area .lay-grid > div.col-4, .edit_area .lay-grid > div.col-5, .edit_area .lay-grid > div.col-6, .edit_area .lay-grid > div.col-7, .edit_area .lay-grid > div.col-8, .edit_area .lay-grid > div.col-9, .edit_area .lay-grid > div.col-10, .edit_area .lay-grid > div.col-11, .edit_area .lay-grid > div.col-12,
  .cke_editable .lay-grid > div.col-1,
  .cke_editable .lay-grid > div.col-2,
  .cke_editable .lay-grid > div.col-3,
  .cke_editable .lay-grid > div.col-4,
  .cke_editable .lay-grid > div.col-5,
  .cke_editable .lay-grid > div.col-6,
  .cke_editable .lay-grid > div.col-7,
  .cke_editable .lay-grid > div.col-8,
  .cke_editable .lay-grid > div.col-9,
  .cke_editable .lay-grid > div.col-10,
  .cke_editable .lay-grid > div.col-11,
  .cke_editable .lay-grid > div.col-12 {
    padding: 5px 0;
  }
}
.edit_area .lay-grid > .col-1,
.cke_editable .lay-grid > .col-1 {
  width: calc(8.3333333333% - 5px);
}
.edit_area .lay-grid > .col-2,
.cke_editable .lay-grid > .col-2 {
  width: calc(16.6666666667% - 5px);
}
.edit_area .lay-grid > .col-3,
.cke_editable .lay-grid > .col-3 {
  width: calc(25% - 5px);
}
.edit_area .lay-grid > .col-4,
.cke_editable .lay-grid > .col-4 {
  width: calc(33.3333333333% - 5px);
}
.edit_area .lay-grid > .col-5,
.cke_editable .lay-grid > .col-5 {
  width: calc(41.6666666667% - 5px);
}
.edit_area .lay-grid > .col-6,
.cke_editable .lay-grid > .col-6 {
  width: calc(50% - 5px);
}
.edit_area .lay-grid > .col-7,
.cke_editable .lay-grid > .col-7 {
  width: calc(58.3333333333% - 5px);
}
.edit_area .lay-grid > .col-8,
.cke_editable .lay-grid > .col-8 {
  width: calc(66.6666666667% - 5px);
}
.edit_area .lay-grid > .col-9,
.cke_editable .lay-grid > .col-9 {
  width: calc(75% - 5px);
}
.edit_area .lay-grid > .col-10,
.cke_editable .lay-grid > .col-10 {
  width: calc(83.3333333333% - 5px);
}
.edit_area .lay-grid > .col-11,
.cke_editable .lay-grid > .col-11 {
  width: calc(91.6666666667% - 5px);
}
.edit_area .lay-grid > .col-12,
.cke_editable .lay-grid > .col-12 {
  width: calc(100% - 5px);
}
@media screen and (min-width:768px) and (max-width: 1019px) {
  .edit_area .lay-grid > .col-12,
  .cke_editable .lay-grid > .col-12 {
    width: calc(100% - 0px);
  }
}
@media all and (min-width: 768px) {
  .edit_area .lay-grid > .col-lg-1, .edit_area .lay-grid > .col-lg-2, .edit_area .lay-grid > .col-lg-3, .edit_area .lay-grid > .col-lg-4, .edit_area .lay-grid > .col-lg-5, .edit_area .lay-grid > .col-lg-6, .edit_area .lay-grid > .col-lg-7, .edit_area .lay-grid > .col-lg-8, .edit_area .lay-grid > .col-lg-9, .edit_area .lay-grid > .col-lg-10, .edit_area .lay-grid > .col-lg-11, .edit_area .lay-grid > .col-lg-12,
  .cke_editable .lay-grid > .col-lg-1,
  .cke_editable .lay-grid > .col-lg-2,
  .cke_editable .lay-grid > .col-lg-3,
  .cke_editable .lay-grid > .col-lg-4,
  .cke_editable .lay-grid > .col-lg-5,
  .cke_editable .lay-grid > .col-lg-6,
  .cke_editable .lay-grid > .col-lg-7,
  .cke_editable .lay-grid > .col-lg-8,
  .cke_editable .lay-grid > .col-lg-9,
  .cke_editable .lay-grid > .col-lg-10,
  .cke_editable .lay-grid > .col-lg-11,
  .cke_editable .lay-grid > .col-lg-12 {
    box-sizing: border-box;
  }
  .edit_area .lay-grid > .col-lg-1,
  .cke_editable .lay-grid > .col-lg-1 {
    width: calc(8.3333333333% - 10px);
  }
  .edit_area .lay-grid > .col-lg-2,
  .cke_editable .lay-grid > .col-lg-2 {
    width: calc(16.6666666667% - 10px);
  }
  .edit_area .lay-grid > .col-lg-3,
  .cke_editable .lay-grid > .col-lg-3 {
    width: calc(25% - 10px);
  }
  .edit_area .lay-grid > .col-lg-4,
  .cke_editable .lay-grid > .col-lg-4 {
    width: calc(33.3333333333% - 10px);
  }
  .edit_area .lay-grid > .col-lg-5,
  .cke_editable .lay-grid > .col-lg-5 {
    width: calc(41.6666666667% - 10px);
  }
  .edit_area .lay-grid > .col-lg-6,
  .cke_editable .lay-grid > .col-lg-6 {
    width: calc(50% - 10px);
  }
  .edit_area .lay-grid > .col-lg-7,
  .cke_editable .lay-grid > .col-lg-7 {
    width: calc(58.3333333333% - 10px);
  }
  .edit_area .lay-grid > .col-lg-8,
  .cke_editable .lay-grid > .col-lg-8 {
    width: calc(66.6666666667% - 10px);
  }
  .edit_area .lay-grid > .col-lg-9,
  .cke_editable .lay-grid > .col-lg-9 {
    width: calc(75% - 10px);
  }
  .edit_area .lay-grid > .col-lg-10,
  .cke_editable .lay-grid > .col-lg-10 {
    width: calc(83.3333333333% - 10px);
  }
  .edit_area .lay-grid > .col-lg-11,
  .cke_editable .lay-grid > .col-lg-11 {
    width: calc(91.6666666667% - 10px);
  }
  .edit_area .lay-grid > .col-lg-12,
  .cke_editable .lay-grid > .col-lg-12 {
    width: calc(100% - 10px);
  }
  .edit_area .lay-grid .card-box__item--lg-last,
  .cke_editable .lay-grid .card-box__item--lg-last {
    order: 1;
  }
}
.edit_area .card-box figcaption,
.cke_editable .card-box figcaption {
  font-size: var(--font-size-12);
  color: #C4A019;
}
.edit_area .div_info01,
.cke_editable .div_info01 {
  background: #f7f0da;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 5px;
}
.edit_area .div_info02,
.cke_editable .div_info02 {
  border: 2px solid #C4A019;
  box-sizing: border-box;
  padding: 16px;
  background-color: #fff;
  border-radius: 5px;
}
.edit_area table,
.cke_editable table {
  width: 100%;
  border-collapse: collapse;
}
.edit_area table tr th,
.cke_editable table tr th {
  background: #F2F2F2;
  padding: 10px;
  border: 1px solid #9c9c9c;
  font-size: 0.875rem;
  font-weight: bold;
}
.edit_area table tr td,
.cke_editable table tr td {
  padding: 10px;
  border: 1px solid #9c9c9c;
  background: #fff;
  font-size: 0.875rem;
}
.edit_area a,
.cke_editable a {
  color: #C4A019;
  text-decoration: underline;
  transition: all 0.4s;
}
.edit_area a:hover,
.cke_editable a:hover {
  color: var(--color_yellow_dark);
  transition: all 0.4s;
}
.edit_area .g-map,
.cke_editable .g-map {
  width: 100% !important;
  height: 300px;
}

/* ------------------------------管理画面専用の記述(点線出したり) */
.cke_editable {
  max-width: var(--width-content);
  margin: 0 auto;
}
.cke_editable .lay-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cke_editable .lay-grid > .col-1, .cke_editable .lay-grid > .col-2, .cke_editable .lay-grid > .col-3, .cke_editable .lay-grid > .col-4, .cke_editable .lay-grid > .col-5, .cke_editable .lay-grid > .col-6, .cke_editable .lay-grid > .col-7, .cke_editable .lay-grid > .col-8, .cke_editable .lay-grid > .col-9, .cke_editable .lay-grid > .col-10, .cke_editable .lay-grid > .col-11, .cke_editable .lay-grid > .col-12 {
  padding: 5px 0;
  border-radius: 4px;
  box-sizing: border-box;
  border: dashed 1px #dedacd;
  border-radius: 4px;
}
.cke_editable .lay-grid > .col-1 img, .cke_editable .lay-grid > .col-2 img, .cke_editable .lay-grid > .col-3 img, .cke_editable .lay-grid > .col-4 img, .cke_editable .lay-grid > .col-5 img, .cke_editable .lay-grid > .col-6 img, .cke_editable .lay-grid > .col-7 img, .cke_editable .lay-grid > .col-8 img, .cke_editable .lay-grid > .col-9 img, .cke_editable .lay-grid > .col-10 img, .cke_editable .lay-grid > .col-11 img, .cke_editable .lay-grid > .col-12 img {
  width: 100% !important;
  height: auto !important;
  vertical-align: bottom;
}
@media all and (min-width: 768px) {
  .cke_editable .lay-grid > div.col-1, .cke_editable .lay-grid > div.col-2, .cke_editable .lay-grid > div.col-3, .cke_editable .lay-grid > div.col-4, .cke_editable .lay-grid > div.col-5, .cke_editable .lay-grid > div.col-6, .cke_editable .lay-grid > div.col-7, .cke_editable .lay-grid > div.col-8, .cke_editable .lay-grid > div.col-9, .cke_editable .lay-grid > div.col-10, .cke_editable .lay-grid > div.col-11, .cke_editable .lay-grid > div.col-12 {
    padding: 5px 0;
  }
}
.cke_editable .lay-grid > .col-1 {
  width: calc(8.3333333333% - 5px);
}
.cke_editable .lay-grid > .col-2 {
  width: calc(16.6666666667% - 5px);
}
.cke_editable .lay-grid > .col-3 {
  width: calc(25% - 5px);
}
.cke_editable .lay-grid > .col-4 {
  width: calc(33.3333333333% - 5px);
}
.cke_editable .lay-grid > .col-5 {
  width: calc(41.6666666667% - 5px);
}
.cke_editable .lay-grid > .col-6 {
  width: calc(50% - 5px);
}
.cke_editable .lay-grid > .col-7 {
  width: calc(58.3333333333% - 5px);
}
.cke_editable .lay-grid > .col-8 {
  width: calc(66.6666666667% - 5px);
}
.cke_editable .lay-grid > .col-9 {
  width: calc(75% - 5px);
}
.cke_editable .lay-grid > .col-10 {
  width: calc(83.3333333333% - 5px);
}
.cke_editable .lay-grid > .col-11 {
  width: calc(91.6666666667% - 5px);
}
.cke_editable .lay-grid > .col-12 {
  width: calc(100% - 5px);
}
@media all and (min-width: 768px) {
  .cke_editable .lay-grid > .col-lg-1, .cke_editable .lay-grid > .col-lg-2, .cke_editable .lay-grid > .col-lg-3, .cke_editable .lay-grid > .col-lg-4, .cke_editable .lay-grid > .col-lg-5, .cke_editable .lay-grid > .col-lg-6, .cke_editable .lay-grid > .col-lg-7, .cke_editable .lay-grid > .col-lg-8, .cke_editable .lay-grid > .col-lg-9, .cke_editable .lay-grid > .col-lg-10, .cke_editable .lay-grid > .col-lg-11, .cke_editable .lay-grid > .col-lg-12 {
    box-sizing: border-box;
    border: dashed 1px #dedacd;
    border-radius: 4px;
  }
  .cke_editable .lay-grid > .col-lg-1 {
    width: calc(8.3333333333% - 5px);
  }
  .cke_editable .lay-grid > .col-lg-2 {
    width: calc(16.6666666667% - 5px);
  }
  .cke_editable .lay-grid > .col-lg-3 {
    width: calc(25% - 5px);
  }
  .cke_editable .lay-grid > .col-lg-4 {
    width: calc(33.3333333333% - 5px);
  }
  .cke_editable .lay-grid > .col-lg-5 {
    width: calc(41.6666666667% - 5px);
  }
  .cke_editable .lay-grid > .col-lg-6 {
    width: calc(50% - 5px);
  }
  .cke_editable .lay-grid > .col-lg-7 {
    width: calc(58.3333333333% - 5px);
  }
  .cke_editable .lay-grid > .col-lg-8 {
    width: calc(66.6666666667% - 5px);
  }
  .cke_editable .lay-grid > .col-lg-9 {
    width: calc(75% - 5px);
  }
  .cke_editable .lay-grid > .col-lg-10 {
    width: calc(83.3333333333% - 5px);
  }
  .cke_editable .lay-grid > .col-lg-11 {
    width: calc(91.6666666667% - 5px);
  }
  .cke_editable .lay-grid > .col-lg-12 {
    width: calc(100% - 5px);
  }
  .cke_editable .lay-grid .card-box__item--lg-last {
    order: 1;
  }
}
.cke_editable .card-box figcaption {
  font-size: var(--font-size-12);
  color: #C4A019;
  text-align: center;
}
.cke_editable .ckeditor_divline {
  width: 100%;
  height: auto;
  padding-top: 2.17%;
  background: url(../common/ckeditor_divline.gif) no-repeat;
  background-size: contain;
}

/*ソーシャルボタン領域*/
.Social {
  display: flex;
  justify-content: right;
  margin-left: 0 !important;
  gap: 10px;
  margin-bottom: 20px;
}

.Social > div {
  margin: 0px !important;
  list-style: none !important;
  padding: 0 !important;
  display: block !important;
  width: auto !important;
}

.Social > div:first-child {
  margin-left: 0 !important;
}

.Social > div::before {
  display: none;
}

.Social > div a {
  vertical-align: bottom;
  display: inline-block;
  width: 34px;
  height: 34px;
  background: #1a63ac url("../common/logo_fb01.png") no-repeat center;
  background-size: auto 18px;
  border-radius: 100px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition: 0.1s ease;
}

.Social > div.tw {
  margin-right: 0 !important;
}

.Social > div a.tw {
  background: #000 url("../common/logo_tw01.png") no-repeat center;
  background-size: auto 15px;
}

.Social > div a.line {
  background: #00b900 url("../common/logo_line02.png") no-repeat center;
  background-size: auto 20px;
  display: block;
}

.Social > div:hover a {
  transform: scale(1.1);
}

/*ソーシャルボタン領域END*/