@charset "UTF-8";

/* 
Theme Name: Genova Template
File: content.css
Theme Author: Genova Design
Author URL: https://genova.co.jp/
Template: genova_tpl
Description: This file is reserved for under pages (not top-page) and other elements
Version: 1.2

*/
/*-----------------------------------------------------------
■ 1 Under page
-----------------------------------------------------------*/
body {
  font-size: 16px;
  line-height: 32px;
}

.home {
  font-size: 16px;
}

/*--------------------------------------
	general
--------------------------------------*/
#content {
  min-height: 600px;
  padding: 63px 0 208px;
  overflow: hidden;
}

.home #content {
  padding: 0;
}

/*--------------------------------------
	title holder
--------------------------------------*/
.title-holder {
  width: 100%;
  height: 180px;
  background: url(../img/layerBn.png) center center no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  position: relative;
  text-align: center;
  z-index: 5;
}

.title-holder .title-holder__inner {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 0;
}

.title-holder .title-holder__inner .tit-wrap {
  text-align: center;
  background: rgba(255, 255, 255, 0.4);
  color: #244e88;
  display: inline-block;
  flex: 1;
  min-width: 450px;
  padding: 1.625em 1em;
}

.title-holder .title-holder__inner .tit-wrap h2 {
  border-bottom: solid 1px #244e88;
  font-size: 1.875em;
  line-height: 1.6em;
  margin-bottom: 10px;
  letter-spacing: normal;
  font-weight: 400;
}

.title-holder .title-holder__inner .tit-wrap p {
  font-size: 1.125em;
  line-height: 1.6em;
  letter-spacing: normal;
  font-weight: 900;
}

/*.title-holder .container h1, .title-holder .container h2 {
  text-align: center;
  font-size: 28px;
  letter-spacing: 2px;
  line-height: 1.2;
  background: url("../img/h1_bg2.jpg") repeat-x;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: bold;
  padding: 7px 25px;
  display: inline-block;
  background-size: auto 100%;
}*/
.title-holder .container h1,
.title-holder .container h2 {
  text-align: center;
  font-size: 36px;
  letter-spacing: 2px;
  line-height: 1.2;
  padding: 0;
  display: block;
  color: #fff;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 30px;
  }

  .title-holder {
    height: auto;
    margin-top: 84px;
    position: relative;
  }

  .title-holder::before {
    content: "";
    position: absolute;
    bottom: 100%;
    height: 100px;
    width: 100%;
    background: url(../img/headBg.jpg) repeat;
    z-index: -1;
  }

  .title-holder .container h1,
  .title-holder .container h2 {
    font-size: 26px;
  }
}

/*--------------------------------------
	bread
--------------------------------------*/
#bread {
  width: 100%;
  line-height: 1.3;
  background: #fbf9f1;
  box-shadow: 0px 6px 10px -5px rgba(172, 173, 172, 0.85);
  -moz-box-shadow: 0px 6px 5px -5px rgba(172, 173, 172, 0.85);
  -webkit-box-shadow: 0px 6px 5px -5px rgba(172, 173, 172, 0.85);
  margin-bottom: 40px;
}

#bread ul {
  margin: 0 auto;
  max-width: 1060px;
  padding: 10px 30px;
}

#bread li {
  display: inline;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #4c2f1f;
}

#bread li.pnkzHome a {
  position: relative;
}

#bread li.pnkzHome a::before {
  content: "\f015";
  font-family: "Font Awesome 7 Free";
  display: inline-block;
  font-size: 100%;
  color: #4c2f1f;
  font-weight: 900;
}

#bread li.pnkzHome a:hover {
  opacity: 0.7;
}

#bread li+li::before {
  content: ">";
  padding-right: 0.3em;
}

#bread li a {
  vertical-align: baseline;
  text-decoration: underline;
}

#bread li a:hover {
  text-decoration: none;
}

/*--------------------------------------
	titles
--------------------------------------*/
/* h2 */
h2.elementor-heading-title {
  color: #506988;
  box-sizing: border-box;
  font-size: 1.5em;
  line-height: 40px;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}

h2.elementor-heading-title:before {
  content: "";
  width: 100%;
  height: 40px;
  border: solid 1px #506988;
  position: absolute;
  top: 0;
  left: 0;
}

h2.elementor-heading-title:after {
  content: "";
  width: calc(100% - 20px);
  height: 52px;
  border: solid 1px #506988;
  display: block;
  position: absolute;
  top: -6px;
  left: 10px;
}

h2.elementor-heading-title span {
  font-size: 0.67em;
  padding-left: 4em;
}

/* h3 */
h3.elementor-heading-title {
  border-bottom: dashed 1px #506988;
  color: #506988;
  font-size: 1.5em;
  line-height: 1.6em;
  text-indent: 0.4em;
  margin-bottom: 30px;
}

/* h4 */
h4.elementor-heading-title {
  position: relative;
  font-size: 24px;
  letter-spacing: 0.15em;
  line-height: 1.6 !important;
  color: #6D6660;
  font-weight: bold;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  padding-left: 43px;
}

h4.elementor-heading-title:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  background: #FF9E00;
  top: 13px;
  left: 0;
}

/* h5 */
h5.elementor-heading-title {
  padding: 8px 10px 8px 0;
  margin-bottom: 10px;
  color: #FF9E00;
  font-weight: bold;
  font-family: dnp-shuei-mgothic-std, sans-serif;
}

h5.elementor-heading-title {
  font-size: 18px;
  letter-spacing: 0.15em;
  line-height: 1.6 !important;
}

.row-slide .slider-fade2 {
  width: 70%;
  position: relative;
}

.row-slide .thumbnail {
  position: absolute;
  right: 0;
  top: 0;
  width: 29%;
}

.row-slide .thumbnail .slick-slide {
  position: relative;
  width: 42% !important;
  margin: 0 0 0 2%;
  background-color: #fff;
  display: inline-block;
  float: inherit !important;
}

.row-slide .thumbnail img {
  border: 4px solid #e0e0e0;
}

.row-slide .slick-slide img {
  width: 100% !important;
  height: auto;
}

.row-slide .thumbnail .slick-slide img {
  opacity: 0.5;
  transition: all 0.3s ease;
  cursor: pointer;
}

.row-slide .thumbnail .slick-slide.slick-current img {
  opacity: 1;
}

.row-slide {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}

.row-slide .slider-fade2 h3 {
  position: absolute;
  bottom: 35px;
  left: 22px;
  padding: 3px 15px;
  display: inline-block;
  z-index: 1;
  color: #000;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

/*--------------------------------------
	list_photo
--------------------------------------*/
.list_photo .elementor-row>div {
  width: 30%;
  margin-right: 5%;
}

.list_photo .elementor-row>div:last-of-type {
  margin-right: 0;
}

.list_photo .elementor-row {
  justify-content: flex-start;
}

.list_photo .elementor-row>div dl dt {
  font-size: 20px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: bold;
  color: #6D6660;
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
}

.list_photo .elementor-row>div dl dt:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 9px;
  height: 100%;
  background: #FF9E00;
}

.list_photo .elementor-row .elementor-image {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .list_photo .elementor-row>div {
    width: 100%;
    margin: 0 auto 30px;
  }

  .list_photo .elementor-row {
    flex-direction: column;
  }

  .row-slide .slider-fade2 {
    width: 100%;
  }

  .row-slide .thumbnail {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
  }

  .row-slide .thumbnail .slick-slide {
    width: 23% !important;
    margin: 0 1%;
  }

  .row-slide .thumbnail .slick-track {
    width: 100% !important;
  }

  .row-slide .slider-fade2 h3 {
    position: relative;
    bottom: 0;
    left: 0;
    padding: 0;
    margin: 15px 0 20px;
    width: 100%;
    display: block;
    text-align: center;
    background-color: transparent;
    font-size: 20px;
  }
}

/*--------------------------------------
	btn
--------------------------------------*/
.btn a {
  position: relative;
  display: block;
  width: 236px;
  max-width: 100%;
  padding: 10px 10px 10px 10px;
  margin: 0 auto;
  border-radius: 6px;
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  border: 2px solid #FF9E00;
  color: #FF9E00;
  font-size: 18px;
  font-weight: bold;
  font-family: dnp-shuei-mgothic-std, sans-serif;
}

.btn a::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  height: 10px;
  display: block;
  width: 8px;
  height: 10px;
  background-size: 100%;
  background: transparent;
}

.btn a:hover {
  color: #fff;
  background: #FF9E00;
}

.btn a:hover:after {
  background: url(../img/arrow_on.png) no-repeat;
}

.btn_style1 a {
  position: relative;
  display: block;
  width: 328px;
  max-width: 100%;
  padding: 14px 10px 14px 20px;
  border-radius: 6px;
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 3px;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  background: #7E6E53;
  color: #fff;
  margin: 0;
}

.btn_style1 a::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  height: 10px;
  display: block;
  width: 7px;
  height: 9px;
  background: url(../img/arrow_on.png) no-repeat;
}

.btn_style1 a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .btn a {
    font-size: 16px;
    letter-spacing: 0.1em;
    padding: 13px 10px 10px 10px;
  }

  h2.elementor-heading-title {
    color: #506988;
    font-size: 16px;
    line-height: 1.6em;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    padding-bottom: 6px;
  }

  h2.elementor-heading-title.sm {
    font-size: 15px;
  }

  h2.elementor-heading-title:before {
    height: 89%;
    top: 0.3em;
  }

  h2.elementor-heading-title:after {
    width: 96%;
    left: 2%;
    height: 108%;
    top: 0;
  }

  h2.elementor-heading-title span {
    font-size: 70%;
    /* font-size: .67em; */
    padding-left: 8px;
  }

  h3.elementor-heading-title {
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 30px;
  }

  h4.elementor-heading-title {
    font-size: 18px;
    padding-left: 25px;
  }

  h4.elementor-heading-title:before {
    top: 7px;
  }

  h5.elementor-heading-title {
    font-size: 16px;
  }
}

html {
  color: #000;
  background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

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

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

body {
  width: 100%;
  min-height: 100vh;
  color: #4c2f1f;
  display: flex;
  flex-direction: column;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  background: url(../img/bg.png) repeat;
}

main {
  min-height: 100%;
  flex: 1;
  flex: none\9;
  padding-bottom: 100px;
}

main,
footer {
  display: block;
}

a {
  color: #464646;
  font-weight: 500;
  text-decoration: none;
}

.wrap {
  width: 1000px;
  margin: 0 auto;
}

.bxShdwB {
  box-shadow: 0px 6px 10px -5px rgba(172, 173, 172, 0.85) !important;
  -moz-box-shadow: 0px 6px 5px -5px rgba(172, 173, 172, 0.85) !important;
  -webkit-box-shadow: 0px 6px 5px -5px rgba(172, 173, 172, 0.85) !important;
}

#header,
#footer {
  background: url(../img/headBg.jpg) repeat;
}

/*  headSection  */
header {
  position: relative;
  z-index: 10;
}

.wrap h1 {
  font-size: small;
}

.headContact a {
  color: #fff;
  background: #506988;
  border: solid 1px #909eb2;
  box-shadow: 0 0 0 5px #506988;
  display: block;
  float: right;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  margin: 15px 0 20px;
  padding: 0.4em 1em;
  text-decoration: none;
  transition: all 300ms 0s ease;
}

.headContact .headMail:before {
  content: "\f003";
  font-family: "Font Awesome 7 Free";
  font-size: 1.6em;
  padding-right: 0.6em;
}

.headContact .headTel:before {
  content: "\f095";
  font-family: "Font Awesome 7 Free";
  font-size: 1.6em;
  padding-right: 0.6em;
}

.headContact a:hover {
  filter: brightness(1.2);
}

.headContact a+a {
  margin-right: 24px;
}

/*  footer  */
#footer {
  box-shadow: 0 -6px 5px -3px rgba(172, 173, 172, 0.4);
}

.footer {
  overflow: hidden;
}

.footerLeft {
  width: 425px;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  float: left;
  font-size: 0.9em;
  padding-top: 1.25em;
  margin-bottom: 40px;
}

.footerLeft img {
  width: 280px;
  height: 77px;
}

.footerLeft address {
  font-weight: 500;
}

.footerLeft table {
  width: 425px;
  border: solid 2px #4c2f1f;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
}

.footerLeft table tr:nth-of-type(2)>td,
.clinicTable+table tr:nth-of-type(2)>td {
  padding: 0.6em;
}

.footerLeft table th,
.clinicTable+table th {
  background: #aa967e;
  border: solid 2px #4c2f1f;
  color: #fff;
  font-size: 0.875em;
  padding: 0.6em;
  text-align: center;
}

.footerLeft table td,
.clinicTable+table td {
  background: #fcf9ea;
  border: solid 2px #4c2f1f;
  color: #4c2f1f;
  font-size: 0.7em;
  text-align: center;
  line-height: 1.6em;
}

.footerLeft table td:first-of-type,
.clinicTable+table td:first-of-type {
  padding-left: 0.6em;
  text-align: left;
}

.footerRight {
  float: right;
  padding-top: 1.25em;
}

.footerRight a {
  display: block;
  text-align: right;
  text-decoration: underline;
}

.footerBottom {
  width: 870px;
  clear: both;
  margin: 0 auto 60px;
}

.footerBottom ul {
  display: flex;
  justify-content: space-between;
}

.footerBottom li a img:hover {
  filter: brightness(1.05);
}

.footerBottom li {
  box-sizing: border-box;
}

.footBtn {
  width: 200px;
  background: #506988;
  border: solid 1px #909eb2;
  box-shadow: 0 0 0 5px #506988;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: block;
  float: right;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  line-height: 24px;
  margin-top: 5px;
  padding: 0 0.4em;
  text-align: center;
  text-decoration: none;
  transition: all 300ms 0s ease;
}

.footBtn i {
  padding: 0.2em 0.4em;
  box-sizing: content-box;
}

.footBtn p {
  display: block;
  float: right;
  margin-top: 4px;
}

.footBtn:hover {
  filter: brightness(1.1);
}

.footBtn span {
  font-size: 1.4em;
  letter-spacing: 0.1em;
}

.footerBottom img {
  width: 210px;
  height: 67px;
  vertical-align: bottom;
}

.endLine {
  margin-bottom: 1em;
  overflow: hidden;
}

.endLine ul {
  display: block;
  float: left;
}

.endLine li a {
  position: relative;
}

.endLine li a::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #4c2f1f;
  position: absolute;
  bottom: 0;
  left: 0;
  -ms-transform: scaleX(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.endLine li a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.endLine ul li {
  display: inline;
}

.endLine ul li+li {
  margin-left: 2.6em;
}

.endLine small {
  float: right;
  font-weight: 900;
}

/*-----------------------------------------------------------
■ 2 Blocks
-----------------------------------------------------------*/
/*--------------------------------------
	google calendar
--------------------------------------*/
.google-calendar {
  position: relative;
  height: 0;
  padding-top: 500px;
  overflow: hidden;
}

.google-calendar iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .google-calendar {
    padding-top: 400px;
  }
}

/*--------------------------------------
	map
--------------------------------------*/
.map {
  position: relative;
  width: 100%;
  padding-top: 300px;
}

.map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  border: none;
}

/*--------------------------------------
	treatment 診療科目
--------------------------------------*/
.treatment-block {
  padding: 55px;
  font-size: 16px;
  letter-spacing: 1.6px;
  color: #535353;
  background: #F0F5EF;
}

.treatment-block h2 {
  font-family: "秀英角ゴシック銀 B", "Shuei KakuGo Gin B";
  font-weight: bold;
  font-size: 33px;
  letter-spacing: 3.96px;
  color: #FF9E00;
}

.treatment-block .elementor-button {
  position: relative;
  width: 100%;
  font-family: "秀英角ゴシック銀 B", "Shuei KakuGo Gin B";
  font-weight: bold;
  text-align: left;
  line-height: 1;
  color: #FFFFFF;
  background: #FF9E00;
}

.treatment-block .elementor-button.elementor-size-sm {
  max-width: 250px;
  padding: 18px 25px;
  font-size: 18px;
  letter-spacing: 2px;
}

.treatment-block .elementor-button.elementor-size-md {
  max-width: 350px;
  padding: 20px 30px;
  font-size: 20px;
  letter-spacing: 2.4px;
}

.treatment-block .elementor-button.elementor-size-lg {
  max-width: 450px;
  padding: 22px 30px;
  font-size: 22px;
  letter-spacing: 3.5px;
}

.treatment-block .elementor-button::after {
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 4.5px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 7px;
  border-color: transparent transparent transparent #ffffff;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .treatment-block {
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  .treatment-block {
    padding: 30px 15px;
  }

  .treatment-block .elementor-button-wrapper {
    text-align: center;
  }
}

/*--------------------------------------
	timetable
--------------------------------------*/
table.timetable {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.timetable th,
.timetable td {
  padding: 4px 0 5px;
  vertical-align: middle;
  text-align: center;
  font-size: 15px;
  line-height: 1;
}

.timetable thead th {
  padding: 0 0 10px;
  border-bottom: 1px solid #EBE9E7;
  font-weight: normal;
}

.timetable thead th:first-child {
  width: 20%;
  text-align: left;
  font-size: 15px;
  letter-spacing: 0.15em;
}

.timetable tbody tr td:first-child {
  padding-top: 17px;
  text-align: left;
  word-break: keep-all;
  white-space: nowrap;
  letter-spacing: 0.1em;
}

.timetable tbody tr:last-child td,
.timetable tbody tr:last-child th {
  padding-bottom: 25px;
  border-bottom: 1px solid #CBCAC9;
}

@media screen and (max-width: 767px) {
  .timetable thead th:first-child {
    width: 28%;
  }

  .timetable tbody th {
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 480px) {

  .timetable th,
  .timetable td {
    font-size: 70%;
    letter-spacing: 0;
  }

  .timetable thead th:first-child {
    width: 32%;
    font-size: 16px;
  }
}

/*--------------------------------------
	image wrap
--------------------------------------*/
.image-wrap__left img {
  float: left;
  margin: 0 15px 15px 0;
}

.image-wrap__right img {
  float: right;
  margin: 0 0 15px 15px;
}

@media (max-width: 768px) {

  .image-wrap__left img,
  .image-wrap__right img {
    display: block;
    float: none;
    width: auto;
    margin: 0 auto;
  }
}

/*--------------------------------------
	border box
--------------------------------------*/
.frame-box {
  padding: 40px;
  border: 3px solid #9f9f9f;
}

.frame-box h3 {
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: 0.15em;
  color: #686868;
}

.frame-box h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 50%;
  background: #2a81f3;
}

/*--------------------------------------
	Q&A
--------------------------------------*/
.qa .qa__block+.qa__block {
  margin-top: 40px;
}

.qa__block dt,
.qa__block dd {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}

.qa__block .qa__num {
  display: table-cell;
  padding-right: 20px;
  vertical-align: top;
}

.qa__block dt .qa__num span,
.qa__block dd .qa__num span {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 22px;
  text-align: center;
  letter-spacing: 0;
  line-height: 40px;
  color: #fff;
  background: #FF9E00;
}

.qa__block dd .qa__num span {
  color: #FF9E00;
  background: #eff9e5;
}

.qa__block .qa__text {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

.qa_list dt .qa__text {
  font-size: 18px;
}

/*--------------------------------------
	num list
--------------------------------------*/
.num-list {
  counter-reset: li;
}

.num-list .elementor-icon-list-items li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
}

.num-list .elementor-icon-list-items li:last-child {
  margin-bottom: 0;
}

.num-list .elementor-icon-list-items li::before {
  content: counter(li, decimal);
  counter-increment: li;
  position: absolute;
  left: 0;
  top: 4px;
  display: block;
  width: 24px;
  height: 24px;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  color: #fff;
  background: #FF9E00;
}

/*--------------------------------------
	check list
--------------------------------------*/
#main .check-list .elementor-icon-list-items li {
  position: relative;
  padding: 2px 0 2px 30px;
}

#main .check-list .elementor-icon-list-items li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  display: block;
  height: 19px;
  width: 19px;
  border: 2px solid #FF9E00;
}

#main .check-list .elementor-icon-list-items li::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 11px;
  display: block;
  width: 5px;
  height: 11px;
  border: solid #FF9E00;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*--------------------------------------
	anchor link list
--------------------------------------*/
.anchor-links {
  padding: 25px 35px;
  background: #F0F5EF;
  list-style: none;
}

.anchor-links .elementor-icon-list-items li {
  position: relative;
  display: inline-block;
  width: auto;
  padding-left: 16px;
  margin: 5px 30px 5px 0;
  line-height: 1.6;
}

.anchor-links .elementor-icon-list-items li a {
  text-decoration: underline;
}

.anchor-links .elementor-icon-list-items li a:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  -webkit-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
  border-right: 2px solid #FF9E00;
  border-bottom: 2px solid #FF9E00;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}

.anchor-links .elementor-icon-list-items li a:hover:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 4px;
}

.anchor-links .elementor-icon-list-items li a:hover {
  text-decoration: none;
  color: #FF9E00;
}

@media screen and (max-width: 767px) {
  .anchor-links .elementor-icon-list-items li {
    display: block;
    width: 100%;
    margin: 5px 0;
  }
}

/*--------------------------------------
	post box
--------------------------------------*/
.post-box {
  margin: 30px auto 0 auto;
}

.post-box__header {
  position: relative;
  padding: 0 0 28px;
}

.post-box__header h2 {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.15em;
  color: #FFF;
  margin-bottom: 20px;
  font-size: 27px;
}

.post-box__header h2 span {
  color: #fff;
  font-size: 10px;
}

.post-box__summary-link {
  font-size: 18px;
  font-weight: bold;
  background: #fff;
  border-radius: 5px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 18px;
  text-decoration: underline;
  color: #473019;
  width: 153px;
  display: block;
  margin: auto;
  text-align: center;
  padding: 10px 0;
}

.post-box__summary-link:hover {
  text-decoration: none;
  opacity: 0.8;
}

.post-box dl {
  padding: 15px 0 20px;
  background-size: 20px 1px;
}

.post-box dl dt {
  line-height: 1;
  margin-bottom: 10px;
  font-size: 13px;
  color: #72706E;
}

.post-box dl dt .new-label {
  display: inline-block;
  padding: 3px;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-left: 15px;
  color: #fff;
  text-transform: uppercase;
  background: #FF9E00;
  vertical-align: bottom;
}

.post-box dl dd a:hover {
  text-decoration: underline;
}

/*--------------------------------------
two columns table
--------------------------------------*/
.two-columns-table th,
.two-columns-table td {
  border-bottom: 1px solid #FF9E00;
  vertical-align: top;
  line-height: 1.6;
}

.two-columns-table tr:first-child th,
.two-columns-table tr:first-child td {
  border-top: 1px solid #FF9E00;
}

.two-columns-table th {
  width: 30%;
  padding: 13px 0px 10px 14px;
}

.two-columns-table td {
  padding: 13px 14px 10px;
}

/*-----------------------------------------------------------
■ 2 Blog
-----------------------------------------------------------*/
/*--------------------------------------
	post
--------------------------------------*/
#posts {
  float: left;
  width: 65%;
}

#blogDetail,
#blogList {
  min-height: 850px;
  margin-top: 40px;
  margin-bottom: 103px;
}

#blogList .post {
  font-size: 16px;
  padding-bottom: 0;
  line-height: 2;
}

.posts__list {
  margin-bottom: 100px;
}

.posts__list>li {
  position: relative;
  padding-bottom: 20px;
}

.posts__list>li+li {
  padding-top: 20px;
  border-top: solid 1px #506988;
}

.posts__list>li .post {
  display: flex;
  gap: 20px;
  position: relative;
}

.posts__list>li .post:hover {
  opacity: 0.8;
}

.posts__list>li .post__link {
  position: absolute;
  z-index: 2;
  inset: 0;
}

.posts__list>li .post__image {
  width: 315px;
  height: 210px;
}

.posts__list>li .post__image a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.posts__list>li .post__image a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.posts__list>li .post__desc {
  width: calc(100% - 315px - 20px);
}

.posts__list>li h3 {
  color: #7a7b7c;
  line-height: 1.6em;
  font-size: 1.2em;
  padding: 0.625em 0;
}

.posts__list>li h3:hover {
  color: #219dd6;
}

.posts__list>li .aInfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.posts__list>li .aInfo .post__category a {
  color: #fff;
  background: #464646;
  display: inline-block;
  float: left;
  font-size: 0.75em;
  padding: 0.4em 0.6em;
}

.posts__list>li .aInfo time {
  color: #acadac;
  font-size: 0.75em;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  #posts {
    float: none;
    width: 100%;
  }

  .post-box__header h2 {
    text-align: left;
    padding-top: 0;
    margin-bottom: 0;
    font-size: 21px;
  }

  .post-box__header h2 span {
    letter-spacing: 2px;
  }

  .post-box__summary-link {
    width: 52%;
    margin: 0;
    padding: 5px 0 4px;
    font-size: 13px;
    align-self: center;
  }
}

@media screen and (max-width: 480px) {
  .posts__list li {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  #blogDetail .post__header h2 {
    font-size: 22px;
    line-height: 1.4;
  }

  #blogDetail .post__content h3 {
    padding: 26px 5px 26px 20px;
    margin: 35px 0 30px;
    font-size: 20px;
    line-height: 1.4;
  }

  #blogDetail .post__content h4 {
    font-size: 19px;
  }
}

/*--------------------------------------
	blog detail
--------------------------------------*/
#blogDetail .post {
  padding-bottom: 35px;
  font-size: 14px;
  line-height: 1.7;
  color: #0F0E0E;
}

#blogDetail .post__header {
  padding: 0px;
  margin-bottom: 40px;
}

#blogDetail .post__header h2 {
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.33em;
  padding: 1em 0;
  color: #464646;
}

#blogDetail .post__header .post__meta {
  display: flex;
  align-items: center;
  gap: 30px;
}

#blogDetail .post__header .post__meta .post__category a {
  color: #fff;
  background: #464646;
  font-size: 12px;
  padding: 5px 8px 7px;
}

#blogDetail .post__header .snsblock {
  margin-bottom: 40px;
  overflow: hidden;
}

#blogDetail .post__header .snsblock div {
  float: right;
}

@media screen and (max-width: 767px) {

  #blogDetail .post__header .post__category,
  #blogDetail .post__header .post__meta .post__date {
    float: none;
  }
}

/*--------------------------------------
	post date
--------------------------------------*/
.post .post__date,
.posts__list .post__date {
  font-size: 0.75em;
  font-weight: 400;
  letter-spacing: normal;
  color: #464646;
}

.post .post__date span,
.posts__list .post__date span {
  margin-left: 10px;
}

.post .post__date span::before,
.posts__list .post__date span::before {
  margin-right: 5px;
  font-size: 9px;
}

.post .post__date span a,
.posts__list .post__date span a {
  vertical-align: baseline;
  color: #FF9E00;
}

.post .post__date span a:hover,
.posts__list .post__date span a:hover {
  text-decoration: underline;
}

.post__content {
  overflow: hidden;
  letter-spacing: 0;
  line-height: 2.3;
}

.post__content p {
  color: #555;
}

.post__content p+p {
  margin-top: 40px;
}

.post__content p.aligncenter {
  display: block;
  margin: 0 auto;
}

.post__content h2 {
  background: #e2f1f8;
  border-radius: 10px;
  color: #000;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.5;
  margin: 40px 0;
  padding: 1.25em;
}

.post__content h3 {
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  color: #000;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 40px;
  margin: 40px 0;
}

.post__content .blogDesc>h4 {
  color: #000;
  font-size: 1em;
  font-weight: 500;
  margin: 40px 0;
}

.post__content ul {
  list-style-type: disc;
  list-style-position: inside;
}

.post__content ol {
  list-style-type: decimal;
  list-style-position: inside;
  line-height: 1.8;
}

.post__content p .aligncenter {
  display: block;
  margin: 0 auto;
}

.post__content .alignright {
  display: block;
  float: right;
  margin: 40px 0 40px 40px;
}

.post__content .alignleft {
  display: block;
  float: left;
  margin: 40px 40px 40px 0;
}

.post__content img {
  max-width: 100%;
  height: auto;
  margin: 40px 0;
}

.post__content table th,
.post__content table td {
  padding: 0.5em 0;
}

.post__content table td,
.post__content table th {
  border: solid 1px #fff;
}

.post__content table {
  margin-top: 40px;
}

.post__content blockquote {
  background: #f5f5f5;
  border: solid 1px #aaa;
  color: #777;
  padding: 2.4em 1.8em 2.4em 4.8em;
  position: relative;
}

.post__content blockquote:before {
  content: "\f10d";
  color: #555;
  font-family: "Font Awesome 7 Free";
  font-size: 2.6em;
  position: absolute;
  top: 0.6em;
  left: 0.6em;
}

.post__content blockquote p {
  margin: 0;
}

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

.post__content .blogInner p a {
  color: deepskyblue;
  text-decoration: underline;
}

.post__content a {
  color: #0000ee;
  text-decoration: underline;
}

.post__content h5 {
  font-size: 1.2em;
}

div#blogDetail .post__content img {
  width: auto;
  height: auto;
  max-width: 100%;
}

/*--------------------------------------
	bloginfo box
--------------------------------------*/
.blog-info-box {
  display: table;
  width: 100%;
  margin-top: 60px;
  background: #EBE9E7;
}

.blog-info-box .blog-info-box__name {
  display: table-cell;
  width: 50%;
  padding: 29px 30px;
  border-right: 1px solid #BFBEBD;
  vertical-align: middle;
}

.blog-info-box .blog-info-box__name .icon-blog {
  position: relative;
  display: block;
  padding-left: 25px;
  font-size: 16px;
  line-height: 1.6;
  color: #373431;
}

.blog-info-box .blog-info-box__name .icon-blog::before {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  margin-top: -8px;
  font-size: 15px;
  color: #FF9E00;
}

.blog-info-box .blog-info-box__share {
  display: table-cell;
  width: 50%;
  padding: 30px 10px;
  vertical-align: middle;
  text-align: center;
}

.blog-info-box .blog-info-box__share li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}

.blog-info-box .blog-info-box__share li a {
  display: block;
  overflow: hidden;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 0;
  line-height: 1;
}

.blog-info-box .blog-info-box__share li a::before {
  color: #fff;
}

.blog-info-box .blog-info-box__share .icon-facebook {
  background: #4967A3;
}

.blog-info-box .blog-info-box__share .icon-facebook:hover {
  background: #587cc1;
}

.blog-info-box .blog-info-box__share .icon-facebook::before {
  margin-top: 12px;
  font-size: 26px;
}

.blog-info-box .blog-info-box__share .icon-line {
  background: #18BC01;
}

.blog-info-box .blog-info-box__share .icon-line:hover {
  background: #1cde00;
}

.blog-info-box .blog-info-box__share .icon-line::before {
  font-size: 29px;
  margin-top: 11px;
}

.blog-info-box .blog-info-box__share .icon-twitter {
  background: #11BBEF;
}

.blog-info-box .blog-info-box__share .icon-twitter:hover {
  background: #13C7FE;
}

.blog-info-box .blog-info-box__share .icon-twitter::before {
  margin-top: 14px;
  font-size: 24px;
}

.blog-info-box .blog-info-box__share .icon-google {
  background: #E05C4F;
}

.blog-info-box .blog-info-box__share .icon-google:hover {
  background: #fb7468;
}

.blog-info-box .blog-info-box__share .icon-google::before {
  margin-top: 15px;
  font-size: 20px;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .blog-info-box .blog-info-box__share li {
    margin: 0 3px;
  }

  .blog-info-box .blog-info-box__share li a {
    width: 40px;
    height: 40px;
  }

  .blog-info-box .blog-info-box__share .icon-facebook::before {
    margin-top: 9px;
    font-size: 22px;
  }

  .blog-info-box .blog-info-box__share .icon-line::before {
    margin-top: 8px;
    font-size: 25px;
  }

  .blog-info-box .blog-info-box__share .icon-twitter::before {
    margin-top: 11px;
    font-size: 20px;
  }

  .blog-info-box .blog-info-box__share .icon-google::before {
    margin-top: 12px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .blog-info-box {
    display: block;
  }

  .blog-info-box .blog-info-box__name {
    display: block;
    width: 100%;
    padding: 20px;
    border-right: none;
    border-bottom: 1px solid #BFBEBD;
    text-align: center;
  }

  .blog-info-box .blog-info-box__name .icon-blog {
    display: inline-block;
    text-align: left;
  }

  .blog-info-box .blog-info-box__share {
    display: block;
    width: 100%;
    padding: 20px 10px;
  }
}

/*--------------------------------------
	navigation
--------------------------------------*/
.navigation {
  margin-top: 52px;
  overflow: hidden;
}

.navigation::after {
  content: "";
  display: table;
  clear: both;
}

.navigation .prev {
  float: left;
  width: 100px;
}

.navigation .next {
  float: right;
  width: 100px;
}

.navigation a {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 0.1em;
  color: #373431;
  background: #BFBEBD;
}

.navigation a:hover {
  background: #FF9E00;
}

.navigation .prev a span {
  padding-left: 8px;
}

.navigation .next a span {
  padding-right: 8px;
}

.navigation .prev a span::before {
  position: absolute;
  left: 8px;
  top: 50%;
  display: block;
  margin-top: -5px;
  font-size: 10px;
}

.navigation .next a span::before {
  position: absolute;
  right: 8px;
  top: 50%;
  display: block;
  margin-top: -5px;
  font-size: 10px;
}

.navigation ul {
  display: -webkit-flex;
  display: flex;
  max-width: 200px;
  margin: 0 auto;
}

.navigation li {
  display: -webkit-flex;
  display: flex;
  margin: 0 1px 0 2px;
  width: 30px;
}

@media screen and (max-width: 767px) {
  .navigation {
    margin-top: 35px;
  }

  .navigation ul {
    padding-top: 20px;
    clear: both;
  }
}

/*--------------------------------------
	pagination
--------------------------------------*/
.pagination {
  position: relative;
  padding-top: 52px;
  border-top: 1px solid #72706E;
  overflow: hidden;
}

.pagination ul {
  text-align: center;
}

.pagination ul li {
  display: inline-block;
  width: 30px;
  font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
}

.pagination ul li a,
.pagination ul li span.dots {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0;
  font-weight: 400;
  color: #373431;
  background: #BFBEBD;
}

.pagination ul li span.dots {
  background: none;
}

.pagination ul li a:hover {
  background: #FF9E00;
}

.pagination ul li span.current {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0;
  font-weight: 400;
  color: #373431;
  background: #FF9E00;
}

.pagination ul li .prev {
  position: absolute;
  left: 0;
  top: 52px;
  display: block;
  width: 100px;
  padding-left: 8px;
}

.pagination ul li .next {
  position: absolute;
  right: 0;
  top: 52px;
  display: block;
  width: 100px;
  padding-right: 8px;
  font-weight: bold;
}

.pagination ul li .prev span::before {
  position: absolute;
  left: 8px;
  top: 50%;
  display: block;
  margin-top: -5px;
  font-size: 10px;
}

.pagination ul li .next span::before {
  position: absolute;
  right: 8px;
  top: 50%;
  display: block;
  margin-top: -5px;
  font-size: 10px;
}

/*-----------------------------------------------------------
■ 2 Side
-----------------------------------------------------------*/
/*--------------------------------------
	general
--------------------------------------*/
/*  sidebar  */
.sideContents {
  font-weight: 500;
}

.sideContents+.sideContents {
  margin-top: 40px;
}

.sideIcons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.sideSearch {
  width: 235px;
  height: 32px;
  border: none;
  border-radius: 16px;
  box-shadow: 4px 4px 3px #bababa inset, 4px 4px 3px #bababa;
  -moz-box-shadow: 4px 4px 3px #bababa inset, 4px 4px 3px #bababa;
  -webkit-box-shadow: 4px 4px 3px #bababa inset, 4px 4px 3px #bababa;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  margin-top: 1em;
}

.sideContents h3 {
  height: 83px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #506988;
  font-size: 1em;
  padding: 1em 1.4em;
  line-height: 1.6em;
}

.sideContents h3 a {
  letter-spacing: normal;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.sideContents h3 span {
  color: #777;
  font-size: 0.875em;
  padding-left: 0.5em;
}

.sideContents h3:first-of-type {
  background: url(../img/sideHead1.png) no-repeat;
}

.sideContents h3:nth-of-type(2) {
  background: url(../img/sideHead2.png) no-repeat;
}

.sideContents h3:nth-of-type(3) {
  background: url(../img/sideHead3.png) no-repeat;
}

.sideIcons li {
  width: 110px;
  height: 120px;
  border: solid 6px #ece4d9;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-shadow: 6px 6px 0 #e0c5a8 inset, 6px 6px 0 #e0c5a8;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-top: 1.2em;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  letter-spacing: normal;
}

.sideIcons li p {
  font-size: 0.8em;
}

.sideIcons li p:before {
  content: "\f04b";
  color: #339fd1;
  font-family: "Font Awesome 7 Free";
  padding-right: 0.5em;
  font-weight: 900;
}

.sideIcons li img {
  padding-left: 6px;
  padding-top: 10px;
  vertical-align: middle;
}

.sideIcons li:hover {
  border: solid 6px #c9c2b9;
  box-shadow: 6px 6px 0 #b59f88 inset, 6px 6px 0 #b59f88;
  filter: brightness(1.05);
}

.sideIcons li:hover img {
  opacity: 1;
}

.sideIcons li a:hover img {
  opacity: 1 !important;
}

.sideContents>p {
  position: relative;
}

.sideContents>p:after {
  content: "\f002";
  color: #aa967e;
  font-family: "Font Awesome 7 Free";
  font-size: 1.5em;
  position: absolute;
  right: 20px;
  top: 20px;
}

.sideAmenu li {
  background: url(../img/caretB.png) 0.4em 1em no-repeat;
  padding: 0.6em 0;
  text-indent: 1.8em;
  transition: all 300ms 0s ease;
}

.sideAmenu li:hover {
  background: url(../img/caretB.png) 0.8em 1em no-repeat;
  text-indent: 2em;
}

.sideAmenu li a {
  display: block;
}

.sideAmenu li+li {
  border-top: dashed 1px #aa967e;
}

.sideRank {
  margin: 20px 0;
  overflow: hidden;
  padding: 0 0.4em;
}

.sideContents .wpp-list li:first-of-type:after {
  content: "1";
  width: 25px;
  height: 25px;
  background: #edd17d;
  color: #fff;
  display: inline-block;
  line-height: 25px;
  position: absolute;
  top: 20px;
  left: 0.4em;
  z-index: 5;
}

.sideContents .wpp-list li:nth-of-type(2):after {
  content: "2";
  width: 25px;
  height: 25px;
  background: #7a7b7c;
  color: #fff;
  display: inline-block;
  line-height: 25px;
  position: absolute;
  top: 20px;
  left: 0.4em;
  z-index: 5;
}

.sideContents .wpp-list li:nth-of-type(3):after {
  content: "3";
  width: 25px;
  height: 25px;
  background: #c48484;
  color: #fff;
  display: inline-block;
  line-height: 25px;
  position: absolute;
  top: 20px;
  left: 0.4em;
  z-index: 5;
}

.sideContents .wpp-list li:nth-of-type(4):after {
  content: "4";
  z-index: 5;
}

.sideContents .wpp-list li:nth-of-type(5):after {
  content: "5";
  z-index: 5;
}

.sideContents .wpp-list li:nth-of-type(4):after,
.sideContents .wpp-list li:nth-of-type(5):after {
  width: 25px;
  height: 25px;
  background: #506988;
  color: #fff;
  display: inline-block;
  line-height: 25px;
  position: absolute;
  top: 20px;
  left: 0.4em;
}

.sideRImg {
  position: relative;
}

.sideRImg,
.sideRImg img {
  width: 108px;
  height: auto;
  float: left;
}

.sideRDesc {
  width: 116px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  float: right;
}

.sideRDesc p {
  font-size: 0.5em;
}

.sideRDesc p span {
  background: #464646;
  color: #fff;
  padding: 0.2em 0.4em;
}

.sideRDesc h4 {
  font-size: 0.687em;
  padding: 0.8em 0;
}

.sideContents:nth-of-type(4) ul li+li {
  border-top: dashed 1px #2b8291;
}

span.sideTag a {
  background: #464646;
  color: #fff;
  font-size: 0.75em;
  padding: 0.4em 0.6em;
}

span.sideTag a:nth-of-type(n+2) {
  display: none;
}

span.sideTag {
  color: rgba(0, 0, 0, 0);
}

.sideRDesc time {
  display: block;
  font-size: 0.75em;
  padding: 1em 0;
}

.sideRDesc h4 {
  font-size: 1em;
}

.sideRank h4 {
  clear: both;
  padding-top: 0.6em;
  text-align: left;
}

.sideContents .wpp-list li:hover {
  background: rgba(182, 202, 233, 0.4);
}

.sideContents .wpp-list li {
  transition: all 400ms 0s ease;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .blogside {
    float: right;
    width: 30%;
  }

  .blogside h2 {
    font-size: 14px;
    letter-spacing: 0;
  }

  .blogside h2 span {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .blogside {
    float: none;
    width: 100%;
    padding: 46px 0 0;
    border-top: 1px solid #5D5555;
    margin-top: 35px;
  }
}

/*--------------------------------------
	search box
--------------------------------------*/
.blogside .search-box {
  margin-bottom: 40px;
}

.search-box label {
  display: none;
}

.search-box #searchform {
  position: relative;
}

.search-box #s {
  width: 100%;
  height: 32px;
  border: none;
  border-radius: 16px;
  -moz-box-shadow: 4px 4px 3px #bababa inset, 4px 4px 3px #bababa;
  -webkit-box-shadow: 4px 4px 3px #bababa inset, 4px 4px 3px #bababa;
  box-shadow: 4px 4px 3px #bababa inset, 4px 4px 3px #bababa;
  box-sizing: border-box;
  outline: none;
  margin-top: 1em;
  padding-left: 0.6em;
}

.search-box .icon-search::before {
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -3px;
  color: #4c2f1f;
  content: "\f002";
  font-family: "Font Awesome 7 Free" !important;
  font-weight: 900 !important;
  font-size: 1.6em;
  opacity: 0.6;
}

.search-box #searchsubmit {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 32px;
  height: 32px;
  border: none;
  margin-top: -8px;
  font-size: 0;
  background: none;
  cursor: pointer;
}

/*--------------------------------------
	category box
--------------------------------------*/
.blogside .category-box {
  margin-bottom: 50px;
}

.blogside .category-box ul li a {
  font-size: 1em;
  letter-spacing: 0.1em;
  line-height: 1.6em;
  color: #4c2f1f;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*--------------------------------------
	recent box
--------------------------------------*/
.recent-box {
  margin-bottom: 50px;
}

.recent-box li {
  padding-bottom: 13px;
  border-bottom: 1px solid #BFBEBD;
  margin-bottom: 22px;
  font-size: 13px;
  line-height: 1.3;
}

.recent-box li:last-child {
  margin-bottom: 0;
}

.recent-box li .recent-box__thumbnail {
  position: relative;
  float: right;
  width: 48px;
  height: 48px;
  margin-left: 12px;
  overflow: hidden;
}

.recent-box li .recent-box__thumbnail a {
  display: block;
  width: 48px;
  height: 48px;
  line-height: 1;
}

.recent-box li .recent-box__thumbnail a span {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.recent-box li .recent-box__thumbnail a:hover {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.recent-box li h3 a {
  color: #373431;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.recent-box li h3 a:hover {
  color: #FF9E00;
}

.recent-box__date {
  margin-top: 5px;
  font-size: 10px;
  color: #72706E;
}

.recent-box li .recent-box__date {
  margin-top: 15px;
}

/*--------------------------------------
	tag box
--------------------------------------*/
.blogside .tag-box {
  margin-bottom: 40px;
}

.blogside .tag-box h2 {
  margin-bottom: 12px;
}

.blogside .tag-box .tagcloud a {
  display: inline-block;
  padding: 7px 10px;
  border: 1px solid #72706E;
  margin-bottom: 9px;
  border-radius: 3px;
  font-size: 14px !important;
  letter-spacing: 0;
  line-height: 1;
  color: #373431;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blogside .tag-box .tagcloud a:hover {
  color: #fff;
  background: #72706E;
}

/*--------------------------------------
	archive box
--------------------------------------*/
.archive-box {
  font-size: 14px;
  line-height: 1.4;
}

.archive-box>ul>li {
  margin-top: 20px;
}

.archive-box>ul>li:first-child {
  margin: 0;
}

.archive-box ul li p {
  position: relative;
  display: inline-block;
  padding-left: 22px;
  margin: 0;
  cursor: pointer;
}

.archive-box ul li p:visited {
  color: #373431;
}

.archive-box ul li p:hover {
  font-weight: bold;
  color: #FF9E00;
}

.archive-box ul li p.acv_open {
  font-weight: bold;
  color: #FF9E00;
}

.archive-box ul li p::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #FF9E00;
  border-bottom: 1px solid #FF9E00;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.archive-box ul li p.acv_open::before {
  top: 1px;
  left: 2px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.archive-box ul li a {
  color: #373431;
}

.archive-box ul li a:link {
  text-decoration: underline;
}

.archive-box ul li a:visited {
  color: #373431;
}

.archive-box ul li a:hover {
  color: #FF9E00;
  font-weight: bold;
}

.archive-box ul li a:active {
  color: #FF9E00;
}

.archive-box ul li ul {
  margin-left: 44px;
}

.archive-box ul li li {
  margin-top: 10px;
}

.archive-box ul li ul.hide {
  display: none;
}

/*-----------------------------------------------------------
 ■ 4 Special under pages
-----------------------------------------------------------*/
/*--------------------------------------
	sitemap
--------------------------------------*/
.sitemap>ul {
  margin: 0 auto;
  background: none;
}

.sitemap>ul>li {
  position: relative;
  border-bottom: 1px dashed #ccc;
  margin: 0;
  line-height: 1.4;
}

.sitemap>ul>li:first-child {
  border-top: 1px dashed #ccc;
}

.sitemap>ul>li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 25px;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FF9E00;
}

.sitemap>ul>li a {
  position: relative;
  display: block;
  padding: 19px 40px 15px 20px;
  background: none;
}

.sitemap>ul>li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  margin-top: -5px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sitemap>ul>li a:hover {
  color: #FF9E00;
}

/*-----------------------------------------------------------
 ■ 5 Contact
-----------------------------------------------------------*/
.wrap_contact {
  max-width: 800px;
  margin: 0 auto;
}

.inquiryForm_message {
  text-align: center;
}

.greetBox .note-txt {
  text-align: center;
  color: #4c2f1f;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: normal;
}

.btn-privacy {
  text-align: center;
  margin-top: 0 !important;
}

.btn-privacy a {
  background: #fff;
  border: solid 1px #aaa;
  border-radius: 5px;
  display: inline-block;
  margin: 8px 0;
  padding: 8px 51px;
  text-align: center;
  color: #464646;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

/* step list */
.step_list {
  width: 86%;
  display: flex;
  justify-content: space-between;
  margin: 40px auto 0;
}

.step_list li {
  width: 160px;
  color: #a1605e;
  font-size: 0.9em;
  font-weight: 500;
  letter-spacing: normal;
  position: relative;
  text-align: center;
  line-height: 1.6em;
}

.step_list li.current {
  color: #40c2d8;
}

.step_list li.current p {
  color: #40c2d8;
}

.step_list li.current span {
  color: #40c2d8;
}

.step_list li.current span:before,
.step_list li.current span:after {
  border: solid 1px #40c2d8;
}

.step_list li p {
  color: #a1605e;
}

.step_list li span {
  margin: 0 auto 25px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  color: #a1605e;
}

.step_list li span::before,
.step_list li span::after {
  content: "";
  width: 100%;
  height: 100%;
  border: solid 1px #a1605e;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: rotate(45deg);
}

.step_list li span::after {
  top: 6px;
}

.inquiryForm_message .step_catch {
  margin-bottom: 44px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #373431;
  display: none;
}

.inquiryFormTable {
  padding-top: 22px;
  font-size: 16px;
}

.inquiryFormTable dl {
  display: table;
  width: 100%;
  border-top: dotted 2px #aaa;
}

.inquiryFormTable dl.first {
  border-top: none;
}

.inquiryFormTable dt,
.inquiryFormTable dd {
  display: table-cell;
  padding: 20px 0;
  vertical-align: top;
  text-align: left;
}

.inquiryFormTable dt {
  position: relative;
  width: 38%;
  letter-spacing: normal;
  border-right: none;
  font-weight: normal;
  color: #4c2f1f;
  text-align: center;
  vertical-align: middle;
}

.inquiryFormTable dt p {
  font-weight: normal;
  color: #4c2f1f;
}

.inquiryFormTable dd {
  position: relative;
  padding-right: 40px;
}

.inquiryFormTable .wpcf7-list-item {
  display: block;
  width: 100%;
  margin: 0 0 13px;
}

.wpcf7-list-item-label {
  position: relative;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
  display: none;
}

.wpcf7-form-control-wrap {
  display: block;
}

.inquiryFormTable input,
.inquiryFormTable textarea,
.inquiryFormTable select {
  display: block;
  width: 100%;
  padding: 7px 10px 8px;
  border-radius: 5px;
  color: #000;
  background: #f0f0f0;
  border: solid 1px #acadac;
}

.inquiryFormTable textarea {
  resize: vertical;
}

.inquiryFormTable select {
  position: relative;
  background: #ECECEC url(/wp-content/themes/genova_tpl/img/icons/ico_select.svg) no-repeat 96% center;
  background-size: 12px 10px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.inquiryFormTable select::-ms-expand {
  display: none;
}

.inquiryFormTable input:focus,
.inquiryFormTable textarea:focus,
.inquiryFormTable select:focus {
  box-shadow: 0 0 3px 1px #000;
}

/* checkbox and radio*/
.inquiryFormTable input[type=checkbox],
.inquiryFormTable input[type=radio] {
  -moz-opacity: 0;
  opacity: 0;
  /*-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;*/
  position: absolute;
}

.inquiryFormTable input[type=radio]+span::before,
.inquiryFormTable input[type=checkbox]+span::before {
  display: inline-block;
  margin-bottom: 2px;
  margin-right: 10px;
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  speak: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.inquiryFormTable input[type=checkbox]+span::before {
  content: "\ea53";
  border-radius: 2px;
  display: none;
}

.inquiryFormTable input[type=checkbox]:checked+span::before {
  content: "\ea52";
  color: #354fa8;
}

.inquiryFormTable input[type=checkbox]:focus+span::before {
  box-shadow: 0px 0px 2px 2px #80cbc4;
}

.inquiryFormTable input[type=radio]+span::before {
  content: "\ea56";
  border-radius: 50%;
}

.inquiryFormTable input[type=radio]:checked+span::before {
  content: "\ea54";
  color: #354fa8;
}

.inquiryFormTable input[type=radio]:focus+span::before {
  box-shadow: 0px 0px 2px 2px #80cbc4;
}

/* checkbox and radio confimation screen */
.confirm_table input[type=url],
.confirm_table input[type=email],
.confirm_table input[type=text],
.confirm_table input[type=tel],
.confirm_table input[type=date],
.confirm_table textarea {
  display: none;
}

.confirm_table .verify_icon {
  display: none !important;
}

.confirm_table .comment {
  display: none !important;
}

.confirm_table .your-email_confirm {
  display: none;
}

.confirm_table dd {
  vertical-align: middle;
}

.inquiryFormTable .wpcf7-checkbox>span:first-child,
.inquiryFormTable .wpcf7-radio>span {
  padding-top: 10px;
}

.inquiryFormTable .wpcf7-radio {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.inquiryFormTable .wpcf7-radio>.wpcf7-list-item {
  width: auto;
  margin-right: 20px;
}

.inquiryFormTable .wpcf7-radio>.wpcf7-list-item:last-child {
  margin-right: 0;
}

.failed .verified_table.inquiryFormTable input.wpcf7-validates-as-required,
.invalid .verified_table.inquiryFormTable input.wpcf7-validates-as-required {
  border: 1px solid #FF9E00;
  background: #fff;
  box-shadow: 0 0 5px rgba(111, 186, 44, 0.5);
}

.inquiryFormTable input.wpcf7-not-valid {
  border: 1px solid #D93636 !important;
  background: #FDD2D2 !important;
}

.inquiryFormTable .comment {
  display: block;
  margin-top: 0.4em;
  font-size: 13px;
  letter-spacing: 0;
  color: #63696A;
}

/* required and optional */
.inquiryFormTable .required {
  position: absolute;
  top: 36px;
  right: 28px;
  display: inline-block;
  padding-left: 0;
  width: 46px;
  height: 22px;
  border-radius: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  color: #fff;
  background: #D93636;
}

.inquiryFormTable .optional {
  position: absolute;
  top: 36px;
  right: 28px;
  display: inline-block;
  width: 46px;
  height: 22px;
  padding-left: 0;
  border-radius: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  color: #fff;
  background: #63696A;
}

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

.inquiryFormTable .btBox input[type=submit] {
  display: block;
  width: 324px;
  padding: 15px 15px;
  border: none;
  margin: 0 auto;
  border-radius: 5px;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: #fff;
  background-color: rgb(80, 105, 136);
  cursor: pointer;
  outline: 0px;
  -webkit-appearance: none;
}

.inquiryFormTable .btBox input[type=submit].disabled {
  padding: 15px 15px;
  opacity: 1 !important;
  color: #fff;
  background: #506988;
  border-radius: 5px;
  border: 2px solid #000;
  pointer-events: none;
  cursor: default;
}

.inquiryFormTable .btBox input[type=submit].abled {
  padding: 15px 15px;
}

.inquiryFormTable .wpcf7-back {
  float: left;
  width: 48.5% !important;
  padding: 15px 15px;
  margin: 0 auto;
  border-radius: 0 !important;
  outline: 0px;
  text-align: left;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: #fff;
  background: #72706E url(/wp-content/themes/genova_tpl/img/icons/ico_arrow02.png) no-repeat 92% center !important;
  background-size: 6px 10px;
  cursor: pointer;
  -webkit-appearance: none;
}

.inquiryFormTable .wpcf7-submit {
  float: right;
  width: 48.5% !important;
  text-align: left;
}

.inquiryFormTable .btBox input[type=submit]:hover,
.inquiryFormTable .btBox input[type=button]:hover {
  opacity: 0.8;
}

span.verify_icon {
  position: absolute;
  top: 13px;
  right: -42px;
  display: none;
  width: 25px;
  height: 25px;
}

.verified_table .wpcf7-validates-as-required:not(.wpcf7-not-valid)+.verify_icon {
  display: block;
}

.verified_table .wpcf7-validates-as-required:not(.wpcf7-not-valid)+.verify_icon::before {
  vertical-align: top;
  font-size: 25px;
  color: #FF9E00;
}

.inquiryFormTable .wpcf7-not-valid-tip {
  color: #DE5050;
  font-weight: normal;
  display: block;
  font-size: 12px;
}

.file_btn {
  position: relative;
  display: block;
  width: 123px;
  height: 30px;
  margin-top: 13px;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  background: #807B7B;
  cursor: pointer;
}

.file_btn .wpcf7-form-control-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30px;
  margin: 0;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

div.wpcf7 input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30px;
  padding: 0;
  border: 0;
}

.failed .confirm_table input[type=text],
.failed .confirm_table input[type=tel],
.failed .confirm_table input[type=email],
.failed .confirm_table input[type=date],
.failed .confirm_table textarea,
.failed .confirm_table select,
.failed .confirm_table input[type=checkbox] {
  display: none;
}

.failed .confirm_table .required,
.failed .confirm_table .optional {
  display: none;
}

.failed .confirm_table .wpcf7-list-item-label {
  display: none;
}

.failed .confirm_table span.comment {
  display: none;
}

.failed .confirm_table .wpcf7-form-control-wrap.your-email_confirm {
  display: none;
}

.result_txt {
  display: block;
  word-break: break-all;
  white-space: pre-wrap;
}

.failed .confirm_table .wpcf7-list-item {
  padding-left: 0;
}

.failed .confirm_table dt,
.failed .confirm_table dd {
  padding: 12px 0 10px;
}

.wpcf7-mail-sent-ok,
div.wpcf7 .ajax-loader,
div.wpcf7-validation-errors {
  display: none !important;
}

@media screen and (max-width: 1060px) {
  .inquiryFormTable dt {
    width: 35%;
  }
}

@media screen and (max-width: 767px) {
  #bread {
    margin-bottom: 10px;
  }

  .step_list {
    width: 100%;
    margin: 35px auto 30px;
  }

  .step_list li p {
    letter-spacing: normal;
  }

  .greetBox .note-txt {
    font-size: 11px;
  }

  .btn-privacy a {
    padding: 3px 12px;
    font-size: 11px;
  }

  .inquiryFormTable input,
  .inquiryFormTable textarea,
  .inquiryFormTable select {
    background: #fff;
  }

  .inquiryFormTable dl {
    display: block;
  }

  .inquiryFormTable dt,
  .inquiryFormTable dd {
    display: block;
    width: 100%;
    padding: 15px 0;
  }

  .inquiryFormTable dd {
    padding: 10px 0 30px;
  }

  .inquiryFormTable .required,
  .inquiryFormTable .optional {
    position: static;
    display: inline-block;
    margin-left: 20px;
    margin-top: -2px;
    vertical-align: middle;
  }

  .inquiryFormTable .btBox {
    margin: 20px 0 0;
  }

  .inquiryFormTable .btBox input[type=submit],
  .inquiryFormTable .wpcf7-back {
    text-align: center;
    float: none;
    width: 100% !important;
    padding: 15px 15px;
    font-size: 20px;
    background-position: 96% center !important;
  }

  .inquiryFormTable .btBox input[type=submit].disabled,
  .inquiryFormTable .btBox input[type=submit].abled {
    padding: 15px 15px;
    border: none;
    border-radius: 0;
  }

  .inquiryFormTable .wpcf7-back {
    margin-bottom: 15px;
  }

  .file_btn {
    margin-top: 0;
  }

  .failed .confirm_table dt,
  .failed .confirm_table dd {
    padding: 5px 0;
  }
}

@media screen and (max-width: 480px) {
  .inquiryForm_message .step_catch {
    font-size: 12px;
    letter-spacing: 0;
  }

  .inquiryFormTable .btBox input[type=submit],
  .inquiryFormTable .wpcf7-back {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}

/* -------------------------------------
map
------------------------------------- */
.map {
  position: relative;
  width: 100%;
  padding-top: 444px;
}

.map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  border: none;
}

.map_box {
  background: #f5f3ee;
  padding: 21px 0 20px;
}

.map_box ul {
  max-width: 666px;
  margin: 0 auto;
}

.map_box ul li {
  float: left;
  color: #545149;
  font-size: 15px;
  letter-spacing: 0.29em;
}

.map_box ul li:last-child {
  float: right;
  font-weight: bold;
  letter-spacing: 0.14em;
}

.map_box ul li a {
  color: #52c3ec;
  text-decoration: underline;
  vertical-align: top;
}

.map_box ul li a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .map_box ul li {
    float: none !important;
  }
}

@media screen and (max-width: 480px) {
  .map_box ul li {
    font-size: 12px;
    letter-spacing: 0;
  }

  .contact_section .txt {
    font-size: 15px;
    letter-spacing: 0;
  }

  .map {
    padding-top: 250px;
  }
}

/* -------------------------------------
table.timetable
------------------------------------- */
table.timetable {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  margin-bottom: 7px !important;
}

.timetable th,
.timetable td {
  text-align: center;
  vertical-align: middle;
  line-height: 1;
  padding: 7px 0 15px;
  font-size: 15px;
  color: #22201E;
}

.timetable thead th {
  font-weight: normal;
  padding: 11px 0 7px;
  width: 11%;
  color: #6D6660;
  background: #FFEBCB;
}

.timetable.green thead th {
  background: #F0FECF;
}

.timetable thead th:first-child {
  width: 30%;
  text-align: left;
  border-radius: 0px 0 0 0;
  letter-spacing: 0.15em;
  padding-left: 10px;
  color: #6D6660;
}

.timetable thead th:last-child {
  width: 16%;
  white-space: nowrap;
}

.timetable tbody th {
  word-break: keep-all;
  white-space: nowrap;
  text-align: left;
}

.timetable tbody tr:first-child th,
.timetable tbody tr:first-child td {
  padding: 25px 0 10px 0;
}

.table_style {
  font-size: 15px;
  line-height: 1.74;
  letter-spacing: 0.09em;
  color: #696969;
}

table.timetable.child {
  background: #EDFCEA;
  border-bottom: 0;
}

.timetable.child thead th:first-child {
  background: #3AB34B;
  color: #fff;
  font-size: 18px;
}

.timetable.child thead th:first-child {
  padding-left: 10px;
}

.timetable.child tbody tr:first-child th,
.timetable.child tbody tr th {
  padding-left: 10px !important;
}

.timetable.child thead th {
  background: #3AB34B;
  color: #fff;
  width: 20%;
}

.timetable.child thead th:last-child {
  border-radius: 0;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .timetable thead th:first-child {
    padding-left: 5px;
    width: 28%;
  }

  .timetable thead th {
    padding: 12px 0 11px;
  }

  .timetable tbody tr:first-child th,
  .timetable tbody tr:first-child td {
    padding: 17px 0 9px;
  }

  .timetable th,
  .timetable td {
    font-size: 13px !important;
    letter-spacing: 0 !important;
    padding: 8px 0 17px;
  }

  .table_style {
    font-size: 13px;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 767px) {
  .timetable thead th:first-child {
    width: 31%;
  }

  .timetable tbody th {
    letter-spacing: 0.05em;
  }

  .timetable thead th:first-child {
    padding-left: 10px;
    font-size: 14px;
  }

  .timetable thead th {
    width: 7%;
  }

  .timetable thead th:last-child {
    width: 11%;
  }

  .timetable tbody th {
    padding-left: 0px !important;
    font-size: 14px;
  }

  .timetable th,
  .timetable td {
    font-size: 14px;
  }

  .under_title_h2 h2:before {
    left: 20px;
  }

  .under_title_h2 h2 {
    padding: 19px 0 21px 63px !important;
    line-height: 30px !important;
  }

  .timetable.child thead th {
    width: 6%;
  }

  .btn_style1 a {
    width: 260px;
    font-size: 13px;
  }
}

@media screen and (max-width: 480px) {

  .timetable th,
  .timetable td {
    font-size: 15px !important;
    letter-spacing: 0;
  }

  .timetable thead th:first-child {
    width: 32%;
    font-size: 14px !important;
    letter-spacing: 0.01em;
  }

  .timetable tbody th {
    padding-left: 0px !important;
    letter-spacing: 0;
  }
}

/* -------------------------------------
num_list
------------------------------------- */
.num_list {
  counter-reset: li;
}

.num_list>li {
  margin-bottom: 15px;
  padding-left: 35px;
  position: relative;
}

.num_list>li:last-child {
  margin-bottom: 0;
}

.num_list>li:before {
  background: #3AB34B;
  color: #fff;
  content: counter(li, decimal);
  counter-increment: li;
  display: block;
  font-size: 16px;
  width: 24px;
  height: 24px;
  left: 0;
  line-height: 26px;
  position: absolute;
  text-align: center;
  top: 4px;
  letter-spacing: 0;
}

/*--------------------------------------
column2_table
--------------------------------------*/
.column2_table th,
.column2_table td {
  line-height: 1.6;
  vertical-align: top;
  border-bottom: 1px solid #3AB34B;
}

.column2_table th {
  width: 30%;
  padding: 13px 0px 10px 14px;
  box-sizing: border-box;
}

.column2_table td {
  padding: 13px 14px 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #bce6f9;
}

/*--------------------------------------
style_table
--------------------------------------*/
.style_table th,
.style_table td {
  line-height: 1.8;
  padding: 15px 5px 10px 10px;
  word-break: break-all;
}

.style_table thead th {
  background: #3AB34B;
  color: #000000;
}

.style_table tbody th {
  width: 30%;
  color: #6D6660;
  border-bottom: 1px solid #FF9E00;
}

.style_table.style4 tbody th {
  width: 14%;
}

.style_table tbody td {
  text-align: left;
  border-bottom: 1px solid #CBCAC9;
  font-family: "Meiryo", "メイリオ", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

.style_table.sty2 tbody th {
  border: 1px solid #CBCAC9;
  background: #FFF6D4;
}

.page-id-304 .style_table tbody th {
  width: 50%;
}

.style_table.sty2 {
  font-family: "Meiryo", "メイリオ", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

.style_table.sty2 thead th {
  background: #FEEA9A;
  color: #22201E;
  border: 1px solid #CBCAC9;
  padding: 15px 20px 10px 20px;
  text-align: center;
}

.style_table.sty2 td {
  background: #fff;
  color: #22201E;
  border: 1px solid #CBCAC9;
}

.style_table.sty2 th:first-child {
  width: auto;
  min-width: 85px;
}

.style_table td ul li {
  position: relative;
}

.style_table td ul li:before {
  content: "・";
}

.style_top.sty2.style_table thead th {
  background: #E8F0FF;
  font-size: 18px;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: bold;
  text-align: center;
}

.style_top.sty2.style_table td span {
  min-width: 30px;
  display: inline-block;
  text-align: center;
}

.style_top.sty2.style_table td:first-child {
  font-weight: bold;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
}

.style_table.sty2.style_top thead th,
.style_table.sty2.style_top thead td {
  color: #22201E;
  border: 1px solid #E8F0FF;
}

.table_note {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
}

.table_note li {
  margin-right: 20px;
}

.table_note li:last-of-type {
  margin-right: 0;
}

.blue1 {
  color: #00B0D0;
}

.blue2 {
  color: #2470FF;
}

.sty2.style_table.style3 thead th {
  background: #A7C5FD;
  font-weight: bold;
  text-align: center;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
}

.style3.sty2.style_table tbody th,
.style3.sty2.style_table tbody td:first-child {
  font-weight: bold;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
}

.sty2.style_table.style3 td {
  border: 1px solid #A7C5FD;
}

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

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

.table_left.style_table.sty2 td {
  text-align: left;
}

.w50 thead th {
  width: 50%;
}

@media screen and (max-width: 767px) {

  .style_table th,
  .style_table td {
    font-size: 14px;
    letter-spacing: 0;
  }

  .table_scroll {
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .table_scroll table {
    width: 1000px;
  }

  .table_note {
    flex-direction: column;
  }
}

@media screen and (max-width: 480px) {

  .style_table th,
  .style_table td {
    font-size: 13px;
    letter-spacing: 0;
  }

  .page-id-304 .style_table tbody th {
    width: 60%;
  }
}

/*--------------------------------------
circle_list
--------------------------------------*/
.circle_list li {
  position: relative;
  padding: 2px 0 2px 23px;
}

.circle_list li:before {
  content: "";
  position: absolute;
  background: #FF9E00;
  top: 9px;
  left: 0;
  height: 15px;
  width: 15px;
  border-radius: 50%;
}

.circle_list2 li {
  position: relative;
  padding: 2px 0 2px 23px;
}

.circle_list2 li:before {
  content: "";
  position: absolute;
  background: #FF9E00;
  top: 12px;
  left: 0;
  height: 15px;
  width: 15px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  box-sizing: border-box;
}

.check_list li {
  position: relative;
  padding: 2px 0 2px 30px;
}

.check_list li:before {
  content: "";
  display: block;
  border: 2px solid #E8C9C4;
  height: 19px;
  width: 19px;
  position: absolute;
  left: 0;
  top: 8px;
  box-sizing: border-box;
}

.check_list li:after {
  content: "";
  display: block;
  width: 5px;
  height: 11px;
  border: solid #E8C9C4;
  border-width: 0 2px 2px 0;
  position: absolute;
  left: 7px;
  top: 11px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  box-sizing: border-box;
}

.column2_list li {
  display: inline-block;
  width: 48.5%;
  box-sizing: border-box;
  padding-right: 10px;
  vertical-align: top;
}

.column3_list li {
  display: inline-block;
  width: 31.5%;
  box-sizing: border-box;
  padding-right: 10px;
  vertical-align: top;
}

.column_list li {
  display: inline-block;
  width: auto;
  box-sizing: border-box;
  padding-right: 30px;
  vertical-align: top;
}

@media screen and (max-width: 767px) {

  .column2_list li,
  .column3_list li,
  .column_list li {
    display: block;
    width: 100%;
    padding-right: 0;
  }

  .circle_list2 li:before {
    top: 9px;
  }

  .circle_list li:before {
    top: 9px;
  }
}

/*--------------------------------------
context_area
--------------------------------------*/
.context_area .img_box img {
  float: right;
  width: 30% !important;
  margin: 0 0 0 20px;
  display: block;
}

.context_area.img_l .img_box img {
  float: left;
  margin: 0 20px 20px 0;
}

.context_area .auto_img img {
  width: auto !important;
  display: block;
}

.text_box {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .context_area .img_box img {
    float: none !important;
    width: 100% !important;
    margin: 0 auto 20px !important;
  }

  .context_area .auto_img img {
    width: auto !important;
  }

  .context_area.img_l .text_area {
    float: none;
    width: 100%;
  }
}

/*--------------------------------------
txt_color
--------------------------------------*/
.txt_color {
  color: #FF8A47;
}

.txt_link {
  color: #2F6BBC !important;
  text-decoration: underline !important;
  font-weight: bold;
  vertical-align: top;
}

.txt_link:hover {
  text-decoration: none !important;
}

.catch_title {
  font-size: 22px;
  color: #FFAEA2;
  line-height: 1.6;
  letter-spacing: 0.15em;
  text-align: center;
}

/*--------------------------------------
*flowList
--------------------------------------*/
.flowList {
  position: relative;
  z-index: 0;
  margin: 60px auto;
}

.flowList:after {
  content: "";
  position: absolute;
  left: -1000px;
  right: -1000px;
  bottom: -40px;
  top: -40px;
  background: #EBE9E7;
  z-index: -1;
}

.flowList>li {
  position: relative;
  margin-bottom: 30px;
  padding: 30px;
  background: #fff;
}

.flowList>li:last-child {
  margin-bottom: 0;
}

.flowList>li:after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border-right: 0 solid transparent;
  border-bottom: 21px solid #FF9E00;
  position: absolute;
  left: 50%;
  bottom: -11px;
  margin-left: -11px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  box-sizing: border-box;
  border-left: 21px solid transparent;
}

.flowList>li:last-child:after {
  display: none;
}

.flowList .flow_title {
  font-size: 20px;
  line-height: 1.4;
  position: relative;
  margin-bottom: 15px;
  color: #22201E;
  overflow: hidden;
  padding-bottom: 8px;
  font-weight: bold;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
}

.flowList .flow_title span {
  vertical-align: top;
  background: #FF9E00;
  color: #fff;
  display: inline-block;
  width: 33px;
  height: 33px;
  text-align: center;
  line-height: 32px;
  font-size: 22px;
  margin-right: 10px;
  letter-spacing: 0;
  margin-top: 0;
  border-radius: 50%;
}

.flowList.style2:after {
  display: none;
}

.flowList.style2 li {
  background: #F0F5EF;
  margin-bottom: 40px;
}

.flowList.style2 .flow_title span {
  background: #2470FF;
}

.flowList.style2>li:after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  -webkit-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
  border-right: 2px solid #FF9E00;
  border-bottom: 2px solid #FF9E00;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  box-sizing: border-box;
  border-left: 0;
  bottom: -22px;
}

.flowList.style2>li:last-child:after {
  display: none;
}

.flowList.style2 .flow_title {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .flowList .img_box {
    position: relative;
    top: initial;
    right: initial;
    padding-left: 0;
    text-align: center;
    margin-bottom: 15px;
  }

  .flowList>li {
    padding: 30px 20px;
  }
}

/*--------------------------------------
bg_box
--------------------------------------*/
.bg_box {
  background: #FCF4DF;
  padding: 35px;
  border-radius: 15px;
  overflow: hidden;
}

.bg_box01 {
  background: #f0faff;
  padding: 35px;
}

.frame_j h4 {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}

.frame_j h4:before {
  content: "";
  position: absolute;
  background: #fff;
  top: 9px;
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  border: 3px solid #E9CD9E;
}

.frame_k {
  background: #EDF3DF;
}

.frame_k h4 {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}

.frame_k h4:before {
  content: "";
  position: absolute;
  background: #fff;
  top: 9px;
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  border: 3px solid #C2DC81;
}

.frame_l {
  background: none;
  border: 3px solid #CBCAC9;
}

.frame_l h4 {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}

.frame_l h4:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 9px;
  height: 50%;
  background: #A3C258;
}

.frame_l h4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  display: block;
  width: 9px;
  height: calc(50% - 2px);
  background: #FF9E00;
}

.box_styleA h4,
.box_styleA h3 {
  position: relative;
  padding-left: 22px;
}

.box_styleA h4:before,
.box_styleA h3:before {
  background: #B3B3B3;
  width: 15px;
  height: 15px;
  border-radius: 0;
  top: 11px;
  content: "";
  position: absolute;
  left: 0;
}

.box_styleA .circle_list li:before {
  background: #2470FF;
  border-radius: 0;
  width: 11px;
  height: 11px;
  top: 15px;
}

.box_styleA dl dt {
  margin-right: 20px;
  min-width: 56px;
}

.border_box {
  border: 2px solid #2470FF;
  padding: 40px;
}

.border_box h4 {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #E8F0FF;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
}

.border_box.border02 h4 {
  text-align: left;
  position: relative;
  padding-left: 22px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.border_box.border02 h4:before {
  content: "";
  position: absolute;
  background: #FF9E00;
  top: 6px;
  left: 0;
  height: 15px;
  width: 15px;
}

.bg_top {
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.18);
  border-top: 3px solid #3AB34B;
}

.bg_shadow {
  box-shadow: 3px 3px 0 0 #3AB34B;
}

.box_title {
  font-size: 27px;
  line-height: 1.4;
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
  letter-spacing: 0.1em;
  color: #222222;
  padding-bottom: 10px;
}

.box_list>li {
  margin-top: 40px;
}

.box_list>li:first-child {
  margin: 0;
}

.bus_box {
  text-align: center;
}

.bus_box a {
  display: inline-block;
}

.bus_box img {
  max-width: 544px !important;
  margin: 0 auto;
  display: block;
  width: 100% !important;
}

.elementor-text-editor p {
  margin-bottom: 0px !important;
}

.non-dot h4 {
  padding-left: 0;
}

.non-dot h4:before {
  display: none;
}

@media screen and (max-width: 767px) {

  .bg_box,
  .bg_box01,
  .bg_box02,
  .border_box {
    padding: 20px;
  }

  .box_styleA .circle_list li:before {
    top: 12px;
  }

  .box_styleA h4:before,
  .box_styleA h3:before {
    top: 7px;
  }

  .circle_list li {
    padding-left: 18px;
  }

  .frame_j h4 {
    font-size: 20px;
  }

  .frame_k h4 {
    font-size: 20px;
  }

  .frame_l h4 {
    font-size: 20px;
  }
}

/*--------------------------------------
style_box
--------------------------------------*/
.style_box {
  border: 10px solid #f5c645;
}

.style_box .style_title {
  text-align: center;
  font-size: 24px;
  line-height: 1.4;
  padding: 20px 20px 24px;
  margin: 0 !important;
  border-bottom: 4px solid #f5c645;
  color: #524b39;
}

.style_box .inner {
  padding: 30px 40px;
}

.style_box .inner .title {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 10px !important;
  padding-left: 20px;
  position: relative;
}

.style_box .inner .title:before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: #f5c645;
  position: absolute;
  left: 0;
  top: 14px;
}

@media screen and (max-width: 767px) {
  .style_box .inner {
    padding: 25px;
  }
}

/*--------------------------------------
before after
--------------------------------------*/
.before_after li {
  float: left;
  width: 46%;
  position: relative;
  text-align: center;
}

.before_after li:first-child:after {
  display: block;
  content: "";
  border-left: 15px solid #ea9041;
  border-bottom: 20px solid transparent;
  border-top: 20px solid transparent;
  position: absolute;
  bottom: 50%;
  right: -11%;
  margin-bottom: -20px;
}

.before_after li:last-child {
  float: right;
}

@media screen and (max-width: 767px) {
  .before_after li {
    float: none;
    width: 100%;
  }

  .before_after li:first-child:after {
    border-left: 20px solid transparent;
    border-top: 15px solid #ea9041;
    border-right: 20px solid transparent;
    border-bottom: none;
    bottom: -34px;
    right: 50%;
    margin-bottom: 0;
    margin-right: -20px;
  }

  .before_after li:last-child {
    float: none;
    margin-top: 50px;
  }
}

/*--------------------------------------
* anchorlinks
--------------------------------------*/
.anchorlinks {
  background: #FFF9E9;
  padding: 25px 25px;
  list-style: none;
}

.anchorlinks li {
  position: relative;
  width: auto;
  display: inline-block;
  margin: 5px 10px 5px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.6;
  min-width: 18%;
}

.anchorlinks li>a,
.anchorlinks li>span {
  color: #333333;
  font-size: 17px;
  padding: 8px 30px;
  display: block;
}

.anchorlinks li>a:before {
  content: "";
  position: absolute;
  top: 17px;
  left: 12px;
  display: block;
  width: 8px;
  height: 8px;
  -webkit-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
  border-right: 0 solid transparent;
  border-bottom: 8px solid #FF9E00;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
  border-left: 8px solid transparent;
}

.anchorlinks li>a:hover:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.anchorlinks li a:hover {
  color: #FF9E00;
  text-decoration: underline;
}

.anchorlinks.style02 li>a,
.anchorlinks.style02 li>span {
  background: #fff;
  padding: 8px 30px;
  display: block;
  border-radius: 20px;
  text-decoration: none;
}

.anchorlinks.style02 li>a:before {
  right: 12px;
  left: auto;
  top: 17px;
}

@media screen and (max-width: 767px) {
  .anchorlinks li {
    width: 100%;
    display: block;
    margin: 10px 0;
  }
}

/*--------------------------------------
* qa
--------------------------------------*/
.qa_list dt,
.qa_list dd {
  margin-bottom: 20px;
  display: flex;
  width: 100%;
}

.qa_list {
  padding-bottom: 30px;
}

.qa_list dd:after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border-right: 0 solid transparent;
  border-bottom: 21px solid #F8E9CC;
  position: absolute;
  left: 50%;
  bottom: 47px;
  margin-left: -11px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  box-sizing: border-box;
  border-left: 21px solid transparent;
  transition: none;
  z-index: -1;
}

.qa_list.active dd:after {
  transform: rotate(-135deg);
}

.qa_list dt {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  line-height: 1.8;
  font-size: 23px;
  color: #FF9E00;
  font-weight: bold;
  border-left: 4px solid #FF9E00;
}

.qa_list dd {
  border-left: 4px solid #7E6E53;
  height: 39px;
  overflow: hidden;
  padding-bottom: 20px;
}

.qa_list .num {
  display: table-cell;
  padding-right: 45px;
  vertical-align: top;
  width: 21px;
}

.toggle.active dd {
  height: auto;
  overflow: visible;
}

.qa_list dt .num span {
  display: block;
  font-size: 31px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  color: #FF9E00;
  letter-spacing: 0;
}

.qa_list dd .num span {
  display: block;
  font-size: 31px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  color: #7E6E53;
  letter-spacing: 0;
  font-weight: bold;
}

.qa_list .txt {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

.qa_list dt .txt {
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #5bcbff;
}

/*--------------------------------------
POSTS
--------------------------------------*/
#posts {
  float: left;
  width: calc(100% - 260px);
}

#blogDetail,
#blogList {
  margin-top: 40px;
  margin-bottom: 0;
  min-height: 850px;
  font-family: "Noto Sans JP", serif;
}

/*ã€€blogListã€€*/
#blogList .post {
  font-size: 16px;
  line-height: 2;
}

.posts_list li {
  float: left;
  width: 45%;
  margin-left: 10%;
  margin-bottom: 75px;
  position: relative;
}

.posts_list li:nth-child(2n+1) {
  margin-left: 0;
  clear: both;
}

.posts_list li .category {
  position: relative;
  left: 0;
  top: 0;
  margin: 0;
  line-height: 1;
  z-index: 10;
  margin-bottom: 10px;
}

.post .category a,
.posts_list .category a {
  font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
  display: inline-block;
  min-width: 107px;
  height: 25px;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  color: #fff;
  line-height: 23px;
  box-sizing: border-box;
  text-transform: uppercase;
}

.post .category a:before,
.posts_list .category a:before {
  font-size: 10px;
  margin-right: 7px;
  vertical-align: baseline;
}

.post .category a.blog,
.posts_list .category a.blog {
  background: #3AB34B;
}

.post .category a.blog:hover,
.posts_list .category a.blog:hover {
  background: #8cc856;
}

.post .category a.news,
.posts_list .category a.news {
  background: #3AB34B;
}

.post .category a.news:hover,
.posts_list .category a.news:hover {
  background: #3AB34B;
}

.posts_list li .post-image {
  position: relative;
  overflow: hidden;
  padding-top: 57%;
  margin-bottom: 20px;
}

.posts_list li .post-image .images {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.posts_list li .post-image a {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}

.posts_list li .post-image a:hover {
  opacity: 0.8;
}

.posts_list li .post-image a span {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.posts_list li .post-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.posts_list h3 {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 35px;
  letter-spacing: 0;
  font-weight: bold;
}

.posts_list h3 a:hover {
  color: #3AB34B;
}

.posts_list .excerpt {
  color: #72706E;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 16px;
  letter-spacing: 0;
}

/*ã€€blogDetailã€€*/
#blogDetail .post {
  color: #0F0E0E;
  font-size: 1em;
  line-height: 1.7;
  background: #fff;
  margin-bottom: 40px;
  padding: 40px;
  box-sizing: border-box;
  box-shadow: 0px 6px 10px -5px rgba(172, 173, 172, 0.85);
  -moz-box-shadow: 0px 6px 5px -5px rgba(172, 173, 172, 0.85);
  -webkit-box-shadow: 0px 6px 5px -5px rgba(172, 173, 172, 0.85);
}

#blogDetail .post-header {
  padding: 0px;
  margin-bottom: 25px;
}

#blogDetail .post-header h2 {
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

#blogDetail .post-header .post-meta {
  margin-bottom: 45px;
}

#blogDetail .post-header .post-meta li.date {
  margin-top: 22px;
}

.post .date,
.posts_list .date {
  color: #3AB34B;
  font-size: 10px;
  letter-spacing: 0;
}

.post .date span,
.posts_list .date span {
  margin-left: 10px;
}

.post .date span:before,
.posts_list .date span:before {
  font-size: 9px;
  margin-right: 5px;
}

.post .date span a,
.posts_list .date span a {
  color: #3AB34B;
  vertical-align: baseline;
}

.post .date span a:hover,
.posts_list .date span a:hover {
  text-decoration: underline;
}

.post-content {
  overflow: hidden;
  line-height: 2.3;
  letter-spacing: 0;
}

div#blogDetail .post-content img {
  width: 100%;
  height: auto;
  max-width: 100%;
  padding: 30px 0;
  box-sizing: border-box;
}

#blogDetail .post-content h2 {
  font-size: 22px;
  letter-spacing: 0;
  background: #e8e8e8;
  padding: 30px 10px 30px 28px;
  line-height: 1.5;
  border-top: 5px solid #f5c6b6;
  margin: 40px 0 30px;
}

#blogDetail .post-content h3 {
  font-size: 20px;
  letter-spacing: 0;
  border-bottom: 5px solid #f5c6b6;
  padding: 10px 0 12px 0;
  line-height: 1.5;
  margin: 30px 0 25px 0;
}

.bloginfo_box {
  display: table;
  width: 100%;
  background: #EBE9E7;
  margin-top: 60px;
}

.bloginfo_box .blog_name {
  display: table-cell;
  width: 50%;
  border-right: 1px solid #BFBEBD;
  box-sizing: border-box;
  padding: 29px 30px;
  vertical-align: middle;
}

.bloginfo_box .blog_name .icon-blog {
  display: block;
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  color: #373431;
  line-height: 1.6;
}

.bloginfo_box .blog_name .icon-blog:before {
  display: block;
  font-size: 15px;
  color: #3AB34B;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
}

.bloginfo_box .share_btn {
  display: table-cell;
  width: 50%;
  padding: 30px 10px;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}

.bloginfo_box .share_btn li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}

.bloginfo_box .share_btn li a {
  display: block;
  overflow: hidden;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 0;
  line-height: 1;
}

.bloginfo_box .share_btn li a:before {
  color: #fff;
}

.bloginfo_box .share_btn .icon-facebook {
  background: #4967A3;
}

.bloginfo_box .share_btn .icon-facebook:hover {
  background: #587cc1;
}

.bloginfo_box .share_btn .icon-facebook:before {
  font-size: 26px;
  margin-top: 12px;
}

.bloginfo_box .share_btn .icon-line {
  background: #18BC01;
}

.bloginfo_box .share_btn .icon-line:hover {
  background: #1cde00;
}

.bloginfo_box .share_btn .icon-line:before {
  font-size: 29px;
  margin-top: 11px;
}

.bloginfo_box .share_btn .icon-twitter {
  background: #11BBEF;
}

.bloginfo_box .share_btn .icon-twitter:hover {
  background: #13C7FE;
}

.bloginfo_box .share_btn .icon-twitter:before {
  font-size: 24px;
  margin-top: 14px;
}

.bloginfo_box .share_btn .icon-google {
  background: #E05C4F;
}

.bloginfo_box .share_btn .icon-google:hover {
  background: #fb7468;
}

.bloginfo_box .share_btn .icon-google:before {
  font-size: 20px;
  margin-top: 15px;
}

/* navigation */
.navigation {
  overflow: hidden;
  margin-top: 52px;
}

.navigation:after {
  content: "";
  display: table;
  clear: both;
}

.navigation .prev {
  float: left;
  width: 100px;
}

.navigation .next {
  float: right;
  width: 100px;
}

.navigation a {
  font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
  display: block;
  width: 100%;
  height: 40px;
  font-size: 14px;
  background: #BFBEBD;
  color: #373431;
  line-height: 40px;
  letter-spacing: 0.1em;
  border-radius: 5px;
  position: relative;
  text-align: center;
  box-sizing: border-box;
}

.navigation a:hover {
  background: #3AB34B;
}

.navigation .prev a span {
  padding-left: 8px;
}

.navigation .next a span {
  padding-right: 8px;
}

.navigation .prev a span:before {
  display: block;
  position: absolute;
  left: 8px;
  top: 50%;
  margin-top: -5px;
  font-size: 10px;
}

.navigation .next a span:before {
  display: block;
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -5px;
  font-size: 10px;
}

.navigation ul {
  display: flex;
  max-width: 200px;
  margin: 0 auto;
}

.navigation li {
  display: flex;
  margin: 0 1px 0 2px;
  width: 30px;
}

/* pagination */
.pagination {
  overflow: hidden;
  position: relative;
  padding-top: 52px;
  border-top: 1px solid #72706E;
}

.pagination ul {
  text-align: center;
}

.pagination ul li {
  display: inline-block;
  width: 30px;
  font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
}

.pagination ul li a,
.pagination ul li span.dots {
  display: block;
  width: 100%;
  height: 40px;
  font-size: 16px;
  background: #BFBEBD;
  color: #373431;
  line-height: 40px;
  letter-spacing: 0;
  font-weight: 400;
  border-radius: 5px;
  position: relative;
  text-align: center;
  box-sizing: border-box;
}

.pagination ul li span.dots {
  background: none;
}

.pagination ul li a:hover {
  background: #3AB34B;
}

.pagination ul li span.current {
  display: block;
  width: 100%;
  height: 40px;
  font-size: 16px;
  background: #3AB34B;
  color: #373431;
  line-height: 40px;
  letter-spacing: 0;
  font-weight: 400;
  border-radius: 5px;
  position: relative;
  text-align: center;
  box-sizing: border-box;
}

.pagination ul li .prev {
  display: block;
  width: 100px;
  position: absolute;
  left: 0;
  top: 52px;
  padding-left: 8px;
  box-sizing: border-box;
}

.pagination ul li .next {
  display: block;
  width: 100px;
  position: absolute;
  right: 0;
  top: 52px;
  padding-right: 8px;
  box-sizing: border-box;
  font-weight: bold;
}

.pagination ul li .prev span:before {
  display: block;
  position: absolute;
  left: 8px;
  top: 50%;
  margin-top: -5px;
  font-size: 10px;
}

.pagination ul li .next span:before {
  display: block;
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -5px;
  font-size: 10px;
}

@media screen and (max-width: 1000px) {
  .posts_list li {
    width: 48%;
    margin-left: 4%;
  }

  .posts_list li:nth-child(2n+1) {
    margin-left: 0;
  }

  .posts_list h3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .bloginfo_box .share_btn li {
    margin: 0 3px;
  }

  .bloginfo_box .share_btn li a {
    width: 40px;
    height: 40px;
  }

  .bloginfo_box .share_btn .icon-facebook:before {
    font-size: 22px;
    margin-top: 9px;
  }

  .bloginfo_box .share_btn .icon-line:before {
    font-size: 25px;
    margin-top: 8px;
  }

  .bloginfo_box .share_btn .icon-twitter:before {
    font-size: 20px;
    margin-top: 11px;
  }

  .bloginfo_box .share_btn .icon-google:before {
    font-size: 16px;
    margin-top: 12px;
  }

  .posts_list h3 {
    font-size: 13px;
  }

  .recentBox li h3 a {
    font-size: 11px;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 767px) {
  .qa_list dd {
    height: 35px;
  }

  #posts {
    float: none;
    width: 100%;
  }

  .posts_list li {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }

  #blogDetail .post-header {
    margin-bottom: 20px;
  }

  #blogDetail .post-header h2 {
    font-size: 22px;
  }

  #blogDetail .post-header li.category,
  #blogDetail .post-header .post-meta li.date {
    float: none;
  }

  div#blogDetail .post-content img {
    padding: 25px 0;
  }

  .bloginfo_box {
    display: block;
  }

  .bloginfo_box .blog_name {
    display: block;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #BFBEBD;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
  }

  .bloginfo_box .blog_name .icon-blog {
    display: inline-block;
    text-align: left;
  }

  .bloginfo_box .share_btn {
    display: block;
    width: 100%;
    padding: 20px 10px;
    box-sizing: border-box;
  }

  .navigation {
    margin-top: 35px;
  }

  .navigation ul {
    clear: both;
    padding-top: 20px;
  }

  .pagination {
    padding-top: 95px;
  }

  .pagination ul li .prev,
  .pagination ul li .next {
    top: 30px;
    width: 48%;
  }
}

@media screen and (max-width: 480px) {
  #blogDetail .post-header h2 {
    font-size: 16px;
    line-height: 1.4;
  }

  div#blogDetail .post-content img {
    padding: 15px 0;
  }

  #blogDetail .post-content h2 {
    font-size: 20px;
    padding: 26px 5px 26px 20px;
    line-height: 1.4;
    margin: 35px 0 30px;
  }

  #blogDetail .post-content h3 {
    font-size: 19px;
  }

  .posts_list h3 {
    font-size: 14px;
  }
}

/*--------------------------------------
BLOGSIDE
--------------------------------------*/
.blogside {
  float: right;
  width: 240px;
}

.blogside h2.widgettitle {
  display: none;
}

.blogside h2 {
  /* font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004"; */
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-bottom: 9px;
  margin-bottom: 24px;
  color: #FF9E00;
  border-bottom: 2px solid #FF9E00;
}

.blogside h2 span {
  font-size: 14px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #FF9E00;
  display: inline-block;
  margin-left: 14px;
  margin-bottom: 0px;
}

.blogside .searchBox {
  margin-bottom: 40px;
}

.blogside .searchBox label {
  display: none;
}

.blogside .searchBox #searchform {
  position: relative;
}

.blogside .searchBox #s {
  background: #EBE9E7;
  border: none;
  height: 55px;
  width: 100%;
  padding: 0 40px 0 14px;
  box-sizing: border-box;
  color: #72706E;
  font-size: 13px;
}

.blogside .searchBox .icon-search:before {
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -8px;
  color: #3AB34B;
}

.blogside .searchBox #searchsubmit {
  background: none;
  border: none;
  position: absolute;
  right: 16px;
  width: 15px;
  height: 15px;
  top: 50%;
  margin-top: -8px;
  font-size: 0;
  cursor: pointer;
}

.blogside .categoryBox {
  margin-bottom: 50px;
}

.blogside .categoryBox ul li {
  border-bottom: 1px solid #b8c2c1;
  padding-bottom: 16px;
  margin-bottom: 18px;
  color: #000;
}

.blogside .categoryBox ul li:last-child {
  margin-bottom: 0;
}

.blogside .categoryBox ul li a {
  font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  color: #373431;
}

.blogside .categoryBox ul li a span {
  display: block;
  font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004";
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1;
  color: #373431;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.blogside .categoryBox ul li a:hover,
.blogside .categoryBox ul li a:hover span {
  color: #3AB34B;
}

.recentBox {
  margin-bottom: 50px;
}

.recentBox li {
  font-size: 13px;
  border-bottom: 1px solid #BFBEBD;
  padding-bottom: 13px;
  margin-bottom: 22px;
  line-height: 1.3;
}

.recentBox li:last-child {
  margin-bottom: 0;
}

.recentBox li .recent_thumbnail {
  float: right;
  width: 48px;
  height: 48px;
  margin-left: 12px;
  position: relative;
  overflow: hidden;
}

.recentBox li .recent_thumbnail a {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}

.recentBox li .recent_thumbnail a span {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.recentBox li .recent_thumbnail img {
  width: 100%;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.recentBox li .recent_thumbnail img:hover {
  opacity: 1;
}

.recentBox li .recent_thumbnail a:after,
.recentBox li .recent_thumbnail a:before,
.recentBox li .recent_thumbnail a span:after,
.recentBox li .recent_thumbnail a span:before {
  background: #3AB34B;
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.recentBox li .recent_thumbnail a:after {
  width: 0px;
  height: 1px;
  left: 0;
  top: 0;
}

.recentBox li .recent_thumbnail a:before {
  width: 0px;
  height: 1px;
  bottom: 0;
  right: 0;
}

.recentBox li .recent_thumbnail a span:after {
  width: 1px;
  height: 0px;
  bottom: 0;
  left: 0;
}

.recentBox li .recent_thumbnail a span:before {
  width: 1px;
  height: 0px;
  right: 0;
  top: 0;
}

.recentBox li .recent_thumbnail a:hover:after,
.recentBox li .recent_thumbnail a:hover:before {
  width: 100%;
  width: calc(100% + 1px);
}

.recentBox li .recent_thumbnail a:hover span:after,
.recentBox li .recent_thumbnail a:hover span:before {
  height: 100%;
  height: calc(100% + 1px);
}

.recentBox li h3 a {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  color: #373431;
}

.recentBox li h3 a:hover {
  color: #3AB34B;
}

.recent_date {
  font-size: 10px;
  margin-top: 5px;
  color: #72706E;
}

.recentBox li .recent_date {
  margin-top: 15px;
}

.blogside .tagBox {
  margin-bottom: 40px;
}

.blogside .tagBox h2 {
  margin-bottom: 12px;
}

.blogside .tagBox .tagcloud a {
  display: inline-block;
  padding: 7px 10px;
  color: #373431;
  font-size: 14px !important;
  line-height: 1;
  border: 1px solid #72706E;
  border-radius: 3px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  margin-bottom: 9px;
  letter-spacing: 0;
}

.blogside .tagBox .tagcloud a:hover {
  color: #fff;
  background: #72706E;
}

.archiveBox {
  font-size: 14px;
  line-height: 1.4;
}

.archiveBox>ul>li {
  margin-top: 20px;
}

.archiveBox>ul>li:first-child {
  margin: 0;
}

.archiveBox ul li p {
  position: relative;
  margin: 0;
  padding-left: 22px;
  cursor: pointer;
  display: inline-block;
}

.archiveBox ul li p:visited {
  color: #373431;
}

.archiveBox ul li p:hover {
  font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
  color: #3AB34B;
}

.archiveBox ul li p.acv_open {
  font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
  color: #3AB34B;
}

.archiveBox ul li p:before {
  display: block;
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 8px;
  height: 8px;
  border-right: 1px solid #3AB34B;
  border-bottom: 1px solid #3AB34B;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}

.archiveBox ul li p.acv_open:before {
  top: 1px;
  left: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.archiveBox ul li a {
  color: #373431;
}

.archiveBox ul li a:link {
  /*color: #FFAEA2;*/
  text-decoration: underline;
}

.archiveBox ul li a:visited {
  color: #373431;
}

.archiveBox ul li a:hover {
  font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
  color: #3AB34B;
}

.archiveBox ul li a:active {
  color: #3AB34B;
}

.archiveBox ul li ul {
  margin-left: 44px;
}

.archiveBox ul li li {
  margin-top: 10px;
}

.archiveBox ul li ul.hide {
  display: none;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .blogside {
    float: right;
    width: 30%;
  }

  .blogside h2 {
    font-size: 14px;
    letter-spacing: 0;
  }

  .blogside h2 span {
    font-size: 12px;
  }

  #mainimage .main_catch {
    width: 50.8%;
    left: 7%;
  }
}

@media screen and (max-width: 767px) {
  .blogside {
    float: none;
    width: 100%;
    border-top: 1px solid #5D5555;
    padding: 46px 0 0;
    box-sizing: border-box;
    margin-top: 35px;
    display: none;
  }
}

/* =====================================
■  新着情報
===================================== */
.category #newsList,
.single #newsDetail {
  background: #fff;
  padding: 60px 0 80px;
  min-height: 600px;
}

.news_section .elementor-widget:not(:last-child) {
  margin-bottom: 0 !important;
}

.elementor-widget:not(:last-child) {
  margin-bottom: 0 !important;
}

.news_section .h2Wrap h2 {
  display: none;
}

.titleBg h2 {
  font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
  font-size: 24px;
  text-align: left;
  background: #cadb75;
  color: #fff;
  letter-spacing: 0.38em;
  line-height: 1.2 !important;
  padding: 24px 20px 25px 32px !important;
  border-bottom: 2px solid #fff;
  margin-bottom: 0 !important;
  border-radius: 10px 10px 0 0;
  position: relative;
}

.titleBg h2:after {
  position: absolute;
  content: "";
  background: #fff;
  width: 1px;
  height: 77px;
  right: 108px;
  top: 0;
}

#newsList,
#newsDetail {
  min-height: auto;
  max-width: 1040px;
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  background: #fff;
  min-height: 870px;
  margin-top: 45px;
  border-bottom: 1px solid #707070;
}

.page-id-43 #newsList,
.page-id-43 #newsDetail {
  min-height: auto;
  margin: 0 auto;
}

.page-id-43 #newsList {
  max-width: none;
  padding: 0;
  overflow-y: scroll;
  height: 262px;
  background: #f9f7f3;
  border-bottom: none;
}

.elementor-element.elementor-element-3939ae2f.titleBg.mb01.elementor-widget.elementor-widget-heading {
  margin-bottom: 0 !important;
  position: relative;
}

.news_more {
  position: absolute !important;
  content: "";
  top: 29px;
  right: 27px;
  z-index: 1;
}

.news_more a {
  text-decoration: underline !important;
  color: #fff !important;
  font-size: 14px !important;
  letter-spacing: 0.15em;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
}

.news_more a:hover {
  text-decoration: none !important;
}

.news_section .tar a {
  display: none;
}

/*--------------------------------------
新着情報一覧
--------------------------------------*/
#newsList dl {
  padding: 18px 26px 18px;
  box-sizing: border-box;
  border-bottom: 1px solid #cbc8bf;
}

#newsList dl dt {
  color: #b4c949;
  line-height: 1.6;
  letter-spacing: 0.2em;
  font-size: 13px;
  margin-bottom: 0px;
  font-weight: bold;
}

#newsList dl dd {
  line-height: 1.6;
}

#newsList dl dd a {
  color: #525252;
  letter-spacing: 0.15em;
  font-size: 14px;
}

#newsList dl dd a:hover {
  text-decoration: underline;
}

#newsList dl dt .newsLabel {
  display: inline-block;
  width: 38px;
  height: 19px;
  line-height: 20px;
  background: #77c9e6;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0;
  padding: 0;
  text-indent: 0;
  text-align: center;
  box-sizing: border-box;
  margin: -3px 0 0 14px;
  vertical-align: middle;
  font-weight: normal;
}

.news_link {
  position: absolute;
  top: -44px;
  right: 46px;
}

@media screen and (max-width: 1300px) {
  .page-id-43 #newsList {
    height: 276px;
  }
}

@media screen and (max-width: 1000px) {
  #newsList dl dd a {
    letter-spacing: 0;
  }

  .page-id-43 #newsList {
    height: 249px;
  }

  .titleBg h2 {
    padding: 24px 20px 25px 20px !important;
    letter-spacing: 0.2em;
  }

  #newsList dl {
    padding: 18px 20px 18px;
  }
}

@media screen and (max-width: 767px) {

  #newsList,
  #newsDetail {
    max-width: 580px;
  }

  .page-id-43 #newsList {
    height: 300px;
  }

  #newsList dl:after {
    max-width: none;
  }

  .newsList dl dd a {
    letter-spacing: 0;
  }
}

@media screen and (max-width: 480px) {
  .titleBg h2 {
    padding: 24px 10px 25px 10px !important;
    letter-spacing: 0.2em;
  }

  #newsList dl {
    padding: 18px 10px 18px;
  }

  #newsList dl dt {
    letter-spacing: 0.05em;
    font-size: 12px;
  }

  #newsList dl dd a {
    letter-spacing: 0;
    font-size: 13px;
  }

  .titleBg h2:after {
    right: 71px;
  }

  .news_more {
    right: 14px;
    top: 32px;
  }

  .news_more a {
    font-size: 13px !important;
    letter-spacing: 0.05em;
  }
}

/*--------------------------------------
詳細記事
--------------------------------------*/
#newsDetail h3 {
  font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
  font-size: 24px;
  color: #574f4f;
  letter-spacing: 0.18em;
  line-height: 1.4;
  position: relative;
  padding-left: 30px !important;
  margin-bottom: 20px;
}

#newsDetail h3:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 14px solid #6f87a3;
  border-left: 14px solid transparent;
  position: absolute;
  left: 2px;
  top: 10px;
}

#newsDetail h3:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 14px solid #96a8bf;
  border-right: 14px solid transparent;
  position: absolute;
  left: 2px;
  top: 10px;
}

/* =====================================
■サイトマップ
===================================== */
#sitemap_list {
  margin: 0 auto !important;
  background: none !important;
}

#sitemap_list li,
.sitemap_list li {
  border-bottom: 1px dashed #ccc;
  line-height: 1.4 !important;
  position: relative;
  margin: 0 !important;
}

.sitemap_list li:first-child {
  border-top: 1px dashed #ccc;
}

#sitemap_list li:before,
.sitemap_list li:before {
  position: absolute;
  content: "";
  display: block;
  background: #37bcec;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0;
  top: 25px;
}

#sitemap_list li a,
.sitemap_list li a {
  display: block;
  padding: 19px 40px 15px 20px !important;
  position: relative;
  box-sizing: border-box;
  background: none !important;
}

#sitemap_list li a:after,
.sitemap_list li a:after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -5px;
}

#sitemap_list li a:hover,
.sitemap_list li a:hover {
  color: #37bcec;
}

@media screen and (max-width: 767px) {
  .col-item {
    padding: 10px 10px 20px;
  }
}

/* chat
------------------------------------------------------ */
.chat {
  display: grid;
  position: fixed;
  left: 5%;
  bottom: 40px;
  grid-template-columns: 70px max-content;
  z-index: 10;
}

@media (min-width: 768px) {
  .chat {
    grid-template-columns: 135px max-content;
  }
}

.chat::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 0 19px 19px 0;
  z-index: -1;
}

.chat__head {
  position: relative;
}

.chat__video {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 135%;
  height: 153%;
  object-fit: cover;
  border: 6px solid #506988;
  border-radius: 50%;
  z-index: 1;
  box-sizing: content-box;
}

@media (min-width: 768px) {
  .chat__video {
    left: 72%;
    width: 90%;
    height: 148%;
    border: 8px solid #506988;
  }
}

.chat__body {
  padding: 10px 25px 10px 25px;
  background-color: #506988;
  border-radius: 0 19px 19px 0;
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.16);
}

@media (min-width: 768px) {
  .chat__body {
    padding: 10px 35px 10px 35px;
    box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.16);
  }
}

@media (min-width: 768px) {
  .chat__body::before {
    width: 7px;
    height: 27px;
  }
}

.chat__text {
  position: relative;
  margin-bottom: 5px;
  padding: 2px 10px 2px 0;
  background-color: #FFFFFF;
  border-radius: 0 16px 16px 0;
  color: #506988;
  font-size: 9px;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 768px) {
  .chat__text {
    font-size: 15px;
  }
}

.chat__text::before {
  content: "";
  position: absolute;
  top: 0;
  left: -24px;
  width: 25px;
  height: 100%;
  background-color: #FFFFFF;
}

.chat__textBottom {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .chat__textBottom {
    font-size: 22px;
  }
}

.chat__textBottom span {
  letter-spacing: -0.15em;
}

#allGoTop {
  border-bottom: solid 4px #aa967e;
  box-shadow: 0 0 1px transparent;
  cursor: pointer;
  display: block;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  padding: 1em 1em 0.4em;
  position: fixed;
  right: 5%;
  top: 85%;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  vertical-align: middle;
  z-index: 99;
}

#allGoTop:before {
  border-color: transparent transparent #aa967e transparent;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  position: absolute;
  content: "";
  pointer-events: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  left: calc(50% - 10px);
  top: 0;
  z-index: -1;
}

#allGoTop:hover:before {
  border-color: transparent transparent #cdb69a transparent;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

#allGoTop:hover {
  border-bottom: solid 4px #cdb69a;
  padding-bottom: 0.2em;
}

#posts.bgSearch {
  background: #fff;
  padding: 40px;
}

#posts.bgSearch .posts__list {
  margin-bottom: 0;
}

#posts.bgSearch .posts__list>li h3 {
  font-size: 1em;
}

#posts.bgSearch .posts__list>li h3 a {
  position: relative;
  color: #506988;
  letter-spacing: normal;
}

#posts.bgSearch .posts__list>li h3 a::before {
  content: "\f101";
  font-family: "Font Awesome 7 Free";
  padding-right: 0.4em;
  font-weight: 900;
}

#posts .contactBox {
  width: 740px;
  display: flex;
  justify-content: space-around;
  margin: 40px 0;
}

#posts .contactBox a {
  font-family: "æ¸¸æ˜Žæœ", YuMincho, "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ ProN W3", "Hiragino Mincho ProN", "HGæ˜ŽæœE", "ï¼­ï¼³ ï¼°æ˜Žæœ", serif;
}

#posts .contactBox>div>a {
  width: 332px;
  height: 60px;
  box-sizing: border-box;
}

#posts .greetBox .mainTel {
  display: none;
  pointer-events: none;
}

#posts .mainContact {
  box-sizing: border-box;
  text-align: center;
}

#posts .mainContact a {
  background: #506988;
  border: solid 1px #909eb2;
  box-shadow: 0 0 0 10px #506988;
  color: #fff;
  display: inline-block;
  font-size: 1em;
  letter-spacing: 0.1em;
  padding: 1em;
  text-decoration: none;
  transition: all 300ms 0s ease;
  line-height: 1.6em;
}

#posts .mainContact a:before {
  content: "\f003";
  font-family: fontawesome;
  font-size: 1.6em;
  padding-right: 0.6em;
  position: relative;
  top: 2px;
}

#posts .mainTel {
  box-sizing: border-box;
  position: relative;
  text-align: center;
}

#posts .mainTel a {
  background: #009482;
  border: solid 1px #a5bca1;
  box-shadow: 0 0 0 10px #009482;
  color: #fff;
  display: inline-block;
  font-size: 1em;
  letter-spacing: 0.1em;
  line-height: 1.3em;
  padding: 0.6em 1em 0.5em;
  pointer-events: none;
  text-decoration: none;
  text-indent: 2em;
  transition: all 300ms 0s ease;
}

#posts .mainTel a:before {
  content: "\f095";
  font-family: fontawesome;
  font-size: 1.6em;
  position: absolute;
  left: 0;
  top: 0.8em;
}

#posts .mainContact a:hover,
#posts .mainTel a:hover {
  border-width: 2px;
  filter: brightness(1.1);
}

.recoArticle {
  background: #fff;
  margin-bottom: 40px;
  padding: 20px 40px;
  box-sizing: border-box;
}

.recoArticle h3 {
  background: url(../img/headDec.png) center center no-repeat;
  color: #946668;
  font-family: "æ¸¸æ˜Žæœ", YuMincho, "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ ProN W3", "Hiragino Mincho ProN", "HGæ˜ŽæœE", "ï¼­ï¼³ ï¼°æ˜Žæœ", serif;
  font-size: 1.125em;
  font-weight: 500;
  text-align: center;
}

.recoArticle ul {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.recoArticle ul li,
.recoC {
  width: 149px;
}

.recoC {
  position: relative;
}

.recoC span {
  background: #464646;
  color: #fff;
  font-size: 0.56em;
  padding: 0.1em 0.3em;
  line-height: 1.6em;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.recoC img {
  width: 100%;
  max-width: 149px;
  min-height: 100px;
  margin-bottom: 12px;
}

.recoC time {
  display: block;
  font-size: 0.75em;
  margin-bottom: 12px;
}

.recoC h4 {
  color: #464646;
  font-size: 0.75em;
  line-height: 20px;
  text-align: justify;
}

.searchInner>h3 {
  color: #506988;
  border-bottom: dotted 1px #506988;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 2em;
  margin-bottom: 40px;
  text-align: left;
}

.page-404 #content {
  padding-top: 0;
  padding-bottom: 0;
}

.otherPage.bxShdwB {
  background: #fbf9f1;
  margin-bottom: 60px;
  padding: 40px 20px;
  box-shadow: 0px 6px 10px -5px rgba(172, 173, 172, 0.85) !important;
  -moz-box-shadow: 0px 6px 5px -5px rgba(172, 173, 172, 0.85) !important;
  -webkit-box-shadow: 0px 6px 5px -5px rgba(172, 173, 172, 0.85) !important;
}

.pageChild #content {
  padding-top: 0;
  padding-bottom: 0;
}

.pageChild .otherPage {
  margin-bottom: 60px;
  box-shadow: 0px 6px 10px -5px rgba(172, 173, 172, 0.85) !important;
  -moz-box-shadow: 0px 6px 5px -5px rgba(172, 173, 172, 0.85) !important;
  -webkit-box-shadow: 0px 6px 5px -5px rgba(172, 173, 172, 0.85) !important;
}

@media screen and (min-width: 768px) and (max-width: 1500px) {
  .footerBottom {
    margin-bottom: 150px;
  }

  .chat {
    scale: 0.85;
    bottom: 70px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .chat {
    bottom: 57px;
    scale: 0.7;
    left: -50px;
  }

  .endLine ul li+li {
    margin-left: 1.6em;
  }

  .wrap {
    width: 100%;
    padding: 0 30px;
  }

  .footerLeft {
    margin: 0 auto;
    float: unset;
  }

  .footerRight {
    text-align: center;
    float: unset;
  }

  .footerRight a {
    text-align: center;
  }

  .footerBottom {
    margin-top: 20px;
    margin-bottom: 110px;
    width: 100%;
  }

  .footerBottom ul {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 420px;
    margin: 0 auto;
    gap: 20px;
  }

  .footerBottom ul li {
    width: 200px;
  }

  #posts {
    float: unset;
    width: 100%;
  }

  .blogside {
    float: unset;
    width: 100%;
  }

  #posts .contactBox {
    width: 100%;
  }

  #posts .contactBox {
    justify-content: center;
    gap: 40px;
  }

  #posts .contactBox>div>a {
    width: 310px;
  }

  .sideIcons {
    max-width: 500px;
    margin: 0 auto;
    justify-content: center;
    gap: 0px 18px;
  }

  .sideContents h3 {
    width: fit-content;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .wrap {
    width: 100%;
    padding: 0 10px;
  }

  .chat {
      
  }

  .title-holder .title-holder__inner .tit-wrap {
    min-width: unset;
  }

  main {
    padding-bottom: 40px;
  }

  .footer h4 {
    margin-top: 15px;
    font-size: 12px;
    margin-bottom: 10px;
    text-align: center;
    color: #555;
  }

  .footerLeft {
    width: 100%;
    padding-top: 0;
    margin-bottom: 20px;
  }

  .footerLeft picture {
    text-align: center;
  }

  .footerLeft address {
    color: #555;
    font-size: 12px;
    padding: 10px 0 10px;
  }

  .footerLeft p {
    color: #555;
    font-size: 12px;
    margin-top: 10px;
  }

  .footerLeft table {
    width: 100%;
  }

  .footerRight {
    float: unset;
  }

  .footerRight iframe {
    width: 100%;
    height: 250px;
  }

  .footerRight a {
    font-size: 12px;
    text-align: center;
  }

  .ftBanner {
    display: flex !important;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
  }

  .footerBottom {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .footerBottom ul {
    flex-direction: column;
  }

  .footerBottom ul li:first-child {
    margin-bottom: 20px;
  }

  .footerBottom ul li:first-child .footBtn {
    font-size: 1em;
  }

  .footerBottom ul li:nth-child(2) .footBtn {
    background: #009482;
    border: solid 2px #a5bca1;
    box-shadow: 0 0 0 5px #009482;
  }

  .footerBottom ul li:nth-child(3),
  .footerBottom ul li:nth-child(4) {
    display: none;
  }

  .footerBottom ul li a {
    display: flex;
    width: 100%;
    height: 50px;
  }

  .footBtn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    line-height: 1.6em;
    margin-top: 0;
  }

  .footBtn br {
    display: none;
  }

  .footBtn i {
    font-size: 160%;
  }

  .endLine {
    text-align: center;
  }

  .endLine ul {
    display: none;
  }

  .endLine small {
    float: unset;
    text-align: center;
    font-size: 10px;
  }

  #allGoTop {
    display: none !important;
  }

  #goTop {
    display: block;
    background: #aa967e;
    padding: 20px 0;
    text-align: center;
    font-size: 12px;
  }

  #goTop img {
    width: 16px;
    margin-bottom: 8px;
  }

  #blogList .post {
    flex-direction: column;
  }

  .posts__list {
    margin-bottom: 80px;
  }

  .posts__list li {
    box-shadow: 4px 4px 3px rgba(172, 173, 172, 0.4);
    -moz-box-shadow: 4px 4px 3px rgba(172, 173, 172, 0.4);
    -webkit-box-shadow: 4px 4px 3px rgba(172, 173, 172, 0.4);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 20px 15px;
  }

  .posts__list li .post {
    position: static;
  }

  .posts__list li .aInfo {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 20px;
    right: 20px;
  }

  .posts__list>li .aInfo time {
    color: #464646;
  }

  .posts__list>li+li {
    padding-top: 50px;
    margin-top: 20px;
    border-top: unset;
  }

  .posts__list>li .post__desc {
    width: 100%;
  }

  .posts__list>li .post__image {
    width: 100%;
  }

  .posts__list>li h3 {
    font-size: 14px;
    padding: 0;
  }

  .post__excerpt {
    font-size: 12px;
    display: none;
  }

  .title-holder .title-holder__inner .tit-wrap h2 {
    font-size: 20px;
  }

  .otherPage.bxShdwB {
    padding: 0;
  }

  .pageChild .otherPage {
    padding: 0;
    margin-bottom: 20px;
  }

  .recoArticle {
    background: transparent;
    margin-bottom: 40px;
    padding: 0;
    box-shadow: unset;
    box-sizing: border-box;
  }

  .recoArticle h3 {
    background: #506988;
    color: #fff;
    padding: 8px 0;
    width: auto;
    font-size: 16px;
    text-indent: unset;
    margin: 0 -10px;
  }

  .recoArticle ul {
    flex-wrap: wrap;
    gap: 10px;
  }

  .recoArticle ul li {
    width: calc(50% - 5px);
    background: #fff;
    box-shadow: 4px 4px 3px rgba(172, 173, 172, 0.4);
    -moz-box-shadow: 4px 4px 3px rgba(172, 173, 172, 0.4);
    -webkit-box-shadow: 4px 4px 3px rgba(172, 173, 172, 0.4);
  }

  .recoArticle ul li>a {
    display: inline-block;
    width: 100%;
    height: 100%;
  }

  .recoArticle .recoC {
    width: 100%;
  }

  .recoArticle .recoC span {
    font-size: 0.86em;
  }

  .recoArticle .recoC img {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 173/115;
    height: auto;
  }

  .recoArticle .recoC time {
    margin-bottom: 8px;
    line-height: 1.6em;
    padding: 0 10px;
  }

  .recoArticle .recoC h4 {
    padding: 0 10px 5px;
  }

  .recoArticle .topReadMore {
    width: 90%;
    display: block;
    font-size: 1em;
    color: #fff;
    background: #aa967e;
    padding: 0.875em 1.75em;
    border-radius: 2em;
    margin: 30px auto 3em;
  }

  .recoArticle .topReadMore span {
    font-size: 0.75em;
    padding: 0 2em;
  }

  .recoArticle .topReadMore:after {
    clear: right;
    content: " ＞＞";
    display: inline-block;
    padding-left: 1em;
  }

  #blogDetail .post {
    padding: 20px 15px;
  }

  #blogDetail .post__header .snsblock {
    zoom: 0.8;
  }

  .addtoany_share_save_container {
    zoom: 0.8;
  }

  #blogDetail {
    margin-top: 100px;
  }

  #blogList {
    margin-top: 20px;
    min-height: unset;
  }

  #blogList .contactBox>div>a,
  #blogDetail .contactBox>div>a {
    height: 50px;
  }

  #blogList .contactBox,
  #blogDetail .contactBox {
    flex-direction: column;
    width: 100%;
    padding: 0 13px;
  }

  #blogList .contactBox .hide-sp,
  #blogDetail .contactBox .hide-sp {
    display: none;
  }

  #blogList .contactBox br,
  #blogDetail .contactBox br {
    display: none;
  }

  #blogList .mainTel a,
  #blogDetail .mainTel a {
    text-indent: unset;
    padding: 1em;
    pointer-events: auto;
  }

  #blogList .mainTel a::before,
  #blogDetail .mainTel a::before {
    position: static;
    padding-right: 0.6em;
  }

  #blogList .mainContact,
  #blogDetail .mainContact {
    margin-bottom: 30px;
  }

  #blogList .contactBox>div>a,
  #blogDetail .contactBox>div>a {
    width: 100%;
  }

  .post__content img {
    margin: 20px 0;
  }

  .post__content p+p {
    margin-top: 20px;
  }

  .pageChild .contactBox>div>a {
    height: 50px !important;
  }

  .pageChild .contactBox {
    flex-direction: column;
    width: 100% !important;
    padding: 0 13px;
  }

  .pageChild .mainTel a {
    text-indent: unset;
    padding: 1em;
    pointer-events: auto !important;
  }

  .pageChild .mainTel a::before {
    position: static;
    padding-right: 0.6em;
  }

  .pageChild .mainContact {
    margin-bottom: 30px;
  }

  .pageChild .contactBox>div>a {
    width: 100% !important;
  }

  .page-404 #content {
    padding-bottom: 0;
  }
}

.buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes hvr-buzz-out {
  100% {
    transform: translateX(-1px) rotate(0);
  }

  90% {
    transform: translateX(1px) rotate(0);
  }

  80% {
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    transform: translateX(-2px) rotate(-1deg);
  }

  50% {
    transform: translateX(2px) rotate(1deg);
  }

  40% {
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    transform: translateX(-3px) rotate(-2deg);
  }

  10% {
    transform: translateX(3px) rotate(2deg);
  }
}

@keyframes hvr-buzz-out {
  100% {
    transform: translateX(-1px) rotate(0);
  }

  90% {
    transform: translateX(1px) rotate(0);
  }

  80% {
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    transform: translateX(-2px) rotate(-1deg);
  }

  50% {
    transform: translateX(2px) rotate(1deg);
  }

  40% {
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    transform: translateX(-3px) rotate(-2deg);
  }

  10% {
    transform: translateX(3px) rotate(2deg);
  }
}

.nomama .mamahack-fb {
  display: none;
}