@charset "UTF-8";
@import url("https://use.typekit.net/jdu7lxm.css");
header {
  position: sticky;
  top: 0;
  left: 0;
  background: #fff;
}
header h1 {
  position: relative;
}
header h1 .logo_blue {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
header nav a {
  color: #161616;
}
header nav a.header_contact {
  color: #fff;
}

.main_img {
  margin: 50px auto 180px;
}
@media screen and (max-width: 845px) {
  .main_img {
    margin: 20px auto 40px;
  }
}

.tabarea {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 845px) {
  .tabarea {
    display: block;
    margin-bottom: 50px;
  }
}
.tabarea .tab_list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column;
  width: 25%;
  position: sticky;
  top: 150px;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 845px) {
  .tabarea .tab_list {
    width: 100vw;
    margin-left: -2.5vw;
    flex-direction: row;
    margin-bottom: 4.73vw;
    position: static;
  }
}
.tabarea .tab_list li {
  border-top: 1px solid #bebebe;
  padding: 16px 0;
}
.tabarea .tab_list li:last-child {
  border-bottom: 1px solid #bebebe;
}
@media screen and (max-width: 845px) {
  .tabarea .tab_list li {
    display: flex;
    flex-direction: column;
    padding: 0 1.183vw;
    border-top: none;
    width: 25%;
    box-sizing: border-box;
    border-right: 1px solid #bebebe;
  }
  .tabarea .tab_list li:last-child {
    border: none !important;
  }
}
.tabarea .tab_list li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom-right-radius: 45px;
  border-top-right-radius: 45px;
  font-size: clamp(0px, 1.52vw, 20px);
  font-weight: bold;
  line-height: 1.45;
  padding: 25px 20px;
  box-sizing: border-box;
  flex-grow: 1;
  transition: 0.5s;
}
.tabarea .tab_list li a::after {
  content: "";
  display: block;
  margin-left: auto;
  font-size: 0.6em;
  height: 6.5px;
  width: 11px;
  background: url("/wpcms/wp-content/themes/relohotel/image/common/arrow_black.svg") no-repeat;
  background-size: contain;
  transform: rotate(-90deg);
  transition: 0.5s;
  position: relative;
  right: 0;
}
.tabarea .tab_list li a:hover::after {
  right: -5px;
}
.tabarea .tab_list li a img {
  display: block;
  width: 25px;
  margin-right: 16px;
}
.tabarea .tab_list li a img.active {
  display: none;
}
@media screen and (max-width: 845px) {
  .tabarea .tab_list li a img {
    width: 20px;
    margin-bottom: 5px !important;
  }
}
.tabarea .tab_list li a.active {
  background: linear-gradient(90deg, #2288e1, #0058a6);
  color: #fff;
}
.tabarea .tab_list li a.active img.off {
  display: none;
}
.tabarea .tab_list li a.active img.active {
  display: block;
}
.tabarea .tab_list li a.active::after {
  background: url("/wpcms/wp-content/themes/relohotel/image/common/arrow_white.svg") no-repeat;
  background-size: contain;
  right: -5px;
}
@media screen and (max-width: 845px) {
  .tabarea .tab_list li a {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0;
    flex-direction: column;
    text-align: center;
    font-size: 3.5vw;
    line-height: 1.4;
    padding: 1.77vw;
  }
  .tabarea .tab_list li a span {
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
  }
  .tabarea .tab_list li a::after {
    margin: 10px auto 0;
  }
}
@media screen and (max-width: 845px) and (max-width: 845px) {
  .tabarea .tab_list li a::after {
    margin: 0 auto;
    margin-top: 5px;
    content: "";
    transform: rotate(0);
    width: 5.5px;
    height: 3.25px;
  }
}
@media screen and (max-width: 845px) {
  .tabarea .tab_list li a img {
    margin: 0 auto;
  }
}
.tabarea .tab_content {
  margin-left: 0;
  width: 70%;
  box-sizing: border-box;
}
@media screen and (max-width: 845px) {
  .tabarea .tab_content {
    width: 100%;
  }
}
.tabarea .tab_content .tab_inner {
  display: none;
  opacity: 0;
  transition: 0.5s;
}
.tabarea .tab_content .tab_inner.active {
  display: block;
  animation: fadeInAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
.tabarea .tab_content .tab_inner .cont {
  background: #fff;
  border-radius: 6px;
  padding: 50px 5%;
}
.tabarea .tab_content .tab_inner .cont + .cont {
  margin-top: 20px;
}
.tabarea .tab_content .tab_inner .cont .inner01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tabarea .tab_content .tab_inner .cont .inner01 h4 {
  font-family: "shippori-mincho", sans-serif;
  font-size: 2.6rem;
  flex-shrink: 1;
  text-align: left;
  line-height: 1.4;
  width: 30%;
}
.tabarea .tab_content .tab_inner .cont .inner01 h4 img {
  max-width: 178.5px;
  margin-top: 15px;
}
.tabarea .tab_content .tab_inner .cont .inner01 p {
  font-size: 1.6rem;
  line-height: 2.5625;
  width: 65%;
  flex-shrink: 0;
}
@media screen and (max-width: 845px) {
  .tabarea .tab_content .tab_inner .cont .inner01 {
    display: block;
  }
  .tabarea .tab_content .tab_inner .cont .inner01 h4 {
    width: 100%;
  }
  .tabarea .tab_content .tab_inner .cont .inner01 h4 img {
    margin: 10px auto;
    margin-left: 0;
  }
  .tabarea .tab_content .tab_inner .cont .inner01 p {
    width: 100%;
  }
}
.tabarea .tab_content .tab_inner .cont .inner02 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-top: 1px solid rgba(190, 190, 190, 0.3);
  margin-top: 50px;
  padding-top: 50px;
  position: relative;
}
.tabarea .tab_content .tab_inner .cont .inner02::before {
  content: "";
  display: block;
  position: absolute;
  top: -1.5px;
  left: 0;
  height: 2px;
  background: #005bac;
  width: 30%;
}
.tabarea .tab_content .tab_inner .cont .inner02 h5 {
  font-size: 2rem;
  font-family: "shippori-mincho", sans-serif;
}
.tabarea .tab_content .tab_inner .cont .inner02 ul {
  width: 65%;
}
.tabarea .tab_content .tab_inner .cont .inner02 ul li {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  font-size: 1.5rem;
  line-height: 2.4;
}
.tabarea .tab_content .tab_inner .cont .inner02 ul li::before {
  content: "";
  display: block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background: url(../image/top/worries/maru.png) no-repeat;
  background-size: contain;
  margin-right: 0.5em;
  flex-shrink: 1;
}
@media screen and (max-width: 845px) {
  .tabarea .tab_content .tab_inner .cont .inner02 {
    display: block;
    width: 100%;
    margin-top: 30px;
    padding-top: 30px;
  }
  .tabarea .tab_content .tab_inner .cont .inner02 h5 {
    margin-bottom: 15px;
  }
  .tabarea .tab_content .tab_inner .cont .inner02 ul {
    width: 100%;
  }
}
.tabarea .tab_content .tab_inner .cont.achievement_cont .ttlBox {
  margin-bottom: 40px;
  padding-bottom: 40px;
  position: relative;
  border-bottom: 1px solid rgba(190, 190, 190, 0.3);
}
@media screen and (max-width: 845px) {
  .tabarea .tab_content .tab_inner .cont.achievement_cont .ttlBox {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.tabarea .tab_content .tab_inner .cont.achievement_cont .ttlBox::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1.5px;
  left: 0;
  height: 2px;
  background: #005bac;
  width: 35%;
}
.tabarea .tab_content .tab_inner .cont.achievement_cont .ttlBox .ttl {
  font-family: "shippori-mincho", sans-serif;
  text-align: left;
  font-size: 2.6rem;
  line-height: 1.57;
}
.tabarea .tab_content .tab_inner .cont.achievement_cont .ttlBox .date {
  display: block;
  margin-top: 10px;
  font-size: 1.6rem;
}
.tabarea .tab_content .tab_inner .cont.achievement_cont .img {
  display: block;
  margin-bottom: 50px;
}
@media screen and (max-width: 845px) {
  .tabarea .tab_content .tab_inner .cont.achievement_cont .img {
    margin-bottom: 20px;
  }
}
.tabarea .tab_content .tab_inner .cont.achievement_cont .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
}
.tabarea .tab_content .tab_inner .cont.achievement_cont .flex .txtBox {
  width: 48%;
}
.tabarea .tab_content .tab_inner .cont.achievement_cont .flex .txtBox .spec {
  font-family: "shippori-mincho", sans-serif;
  text-align: left;
  font-size: 2rem;
  margin-bottom: 20px;
  line-height: 2;
  flex-wrap: wrap;
}
.tabarea .tab_content .tab_inner .cont.achievement_cont .flex .txtBox .spec dl {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.tabarea .tab_content .tab_inner .cont.achievement_cont .flex .txtBox .spec dl dt {
  flex-shrink: 0;
}
.tabarea .tab_content .tab_inner .cont.achievement_cont .flex .txtBox p {
  font-size: 1.5rem;
  line-height: 2.4;
}
.tabarea .tab_content .tab_inner .cont.achievement_cont .flex .graph {
  width: 48%;
}
.tabarea .tab_content .tab_inner .cont.achievement_cont .flex .graph img {
  max-width: none;
  width: 100%;
  display: block;
}
@media screen and (max-width: 845px) {
  .tabarea .tab_content .tab_inner .cont.achievement_cont .flex {
    display: block;
  }
  .tabarea .tab_content .tab_inner .cont.achievement_cont .flex .txtBox {
    width: 100%;
    margin-bottom: 20px;
  }
  .tabarea .tab_content .tab_inner .cont.achievement_cont .flex .graph {
    width: 100%;
  }
}
.tabarea .tab_content .tab_inner .cont.achievement_cont .topics {
  display: flex;
  align-items: center;
  padding: 20px;
  border: 4px solid #e2e2e2;
  border-radius: 6px;
}
@media screen and (max-width: 845px) {
  .tabarea .tab_content .tab_inner .cont.achievement_cont .topics {
    display: block;
    padding: 10px;
  }
}
.tabarea .tab_content .tab_inner .cont.achievement_cont .topics h4 {
  font-size: 1.8rem;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  margin-right: 20px;
  text-align: left;
}
@media screen and (max-width: 845px) {
  .tabarea .tab_content .tab_inner .cont.achievement_cont .topics h4 {
    margin-bottom: 10px;
  }
}
.tabarea .tab_content .tab_inner .cont.achievement_cont .topics ul li {
  font-size: 1.5rem;
  line-height: 2.1;
  font-weight: bold;
  display: flex;
  align-items: baseline;
}
.tabarea .tab_content .tab_inner .cont.achievement_cont .topics ul li::before {
  content: "";
  display: block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background: url(../image/top/worries/maru.png) no-repeat;
  background-size: contain;
  margin-right: 0.5em;
  flex-shrink: 1;
}

main {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media screen and (max-width: 845px) {
  main {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
main #ttlBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 35px;
}
main #ttlBox::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  border-bottom: 1px solid #005bac;
  opacity: 0.1;
  width: 100%;
}
@media screen and (max-width: 845px) {
  main #ttlBox {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
main #ttlBox h2 {
  position: relative;
  text-align: left;
}
main #ttlBox h2 span {
  font-size: 1.9rem;
  font-family: "shippori-mincho", sans-serif;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 60px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}
main #ttlBox h2 span::before {
  content: "";
  width: 7px;
  height: 7px;
  background: #005bac;
  border-radius: 50%;
  margin-right: 20px;
}
@media screen and (max-width: 845px) {
  main #ttlBox h2 span {
    padding-left: 10px;
  }
}
main #ttlBox h2 img {
  max-width: 688.5px;
}
main #ttlBox h2 img.document_ttlimg {
  max-width: none;
  width: 98%;
}
@media screen and (max-width: 845px) {
  main #ttlBox h2 {
    margin-bottom: 20px;
  }
  main #ttlBox h2 img {
    width: 100%;
  }
}
main #ttlBox .pan {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  flex-shrink: 0;
}
main #ttlBox .pan li {
  font-size: 1.2rem;
}
main #ttlBox .pan li a {
  text-decoration: underline;
  color: #005bac;
  font-weight: bold;
}
main #ttlBox .pan li + li::before {
  content: ">";
  display: inline-block;
  margin: 0 5px;
}

#service #service_intro {
  max-width: 950px;
  margin: 0 auto;
  width: 95%;
}
#service #service_intro .zu {
  max-width: 763.5px;
  margin: 0 auto;
}
#service #service_intro p {
  font-size: 1.6rem;
  line-height: 2.5625;
  margin: 50px auto;
}
#service #service_intro a {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-size: 1.9rem;
}
#service #service_list {
  margin-top: 140px;
}
#service #service_list .ja_ttl {
  text-align: center;
  position: relative;
}
#service #service_list .en_ttl {
  max-width: 320px;
  margin: 25px auto 0;
  margin-top: 35px;
}
@media screen and (max-width: 845px) {
  #service #service_list .en_ttl {
    width: 56vw;
    margin-top: 17px;
  }
}
#service #service_list .en_ttl::after {
  content: "";
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #008ab7;
  display: block;
  margin: 50px auto;
}

#company .en_ttl {
  margin-top: 35px;
  margin-bottom: 70px;
  position: relative;
}
#company .en_ttl img {
  max-width: 455px;
  width: 100%;
}
@media screen and (max-width: 845px) {
  #company .en_ttl {
    width: 70vw;
    margin-top: 17px;
    margin-bottom: 30px;
  }
}
#company .en_ttl::before {
  content: "";
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #008ab7;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  margin: auto;
}
#company article {
  max-width: 950px;
  margin: 0 auto 90px;
  width: 80%;
}
@media screen and (max-width: 845px) {
  #company article {
    margin-bottom: 45px;
  }
}
#company #message {
  margin-bottom: 180px;
}
@media screen and (max-width: 845px) {
  #company #message {
    margin-bottom: 60px;
  }
}
#company #message .inner p {
  font-size: 1.6rem;
  line-height: 2.5625;
  display: block;
}
#company #message .inner .syomei {
  margin-top: 3em;
  font-family: "shippori-mincho", sans-serif;
  display: flex;
  align-items: center;
}
#company #message .inner .syomei .img {
  max-width: 204.5px;
  margin-right: 60px;
}
#company #message .inner .syomei .name {
  display: block;
  max-width: 284.5px;
  width: 90%;
}
@media screen and (max-width: 845px) {
  #company #message .inner .syomei {
    display: block;
  }
  #company #message .inner .syomei .img {
    margin: 20px auto;
  }
  #company #message .inner .syomei p {
    text-align: center;
  }
  #company #message .inner .syomei .name {
    display: block;
    margin: 0px auto 0;
  }
}
#company #about_company table {
  table-layout: fixed;
  width: 100%;
  font-size: 1.7rem;
  line-height: 2.5;
}
@media screen and (max-width: 845px) {
  #company #about_company table {
    display: block;
  }
}
#company #about_company table .col1 {
  width: 24%;
}
#company #about_company table .col2 {
  width: 36%;
}
#company #about_company table .col3 {
  width: 40%;
}
@media screen and (max-width: 845px) {
  #company #about_company table colgroup {
    display: none;
  }
}
#company #about_company table tr th {
  font-family: "shippori-mincho", sans-serif;
  text-align: left;
  width: 15%;
  padding: 40px 25px;
  box-sizing: border-box;
  border-top: 2px solid #005bac;
  vertical-align: top;
}
@media screen and (max-width: 845px) {
  #company #about_company table tr th {
    display: block;
    width: 100%;
    padding: 10px;
  }
}
#company #about_company table tr td {
  width: 40%;
  box-sizing: border-box;
  padding: 40px 25px;
  border-top: 1px solid rgba(190, 190, 190, 0.6);
  vertical-align: top;
  line-height: 2.5;
  font-size: 1.6rem;
}
@media screen and (max-width: 845px) {
  #company #about_company table tr td {
    display: block;
    width: 100%;
    padding: 10px;
  }
  #company #about_company table tr td + td {
    border-top: none;
    padding-top: 0;
  }
}
#company #about_company table tr td span {
  display: block;
}
#company #about_company table tr td span + span {
  margin-top: 1em;
}
#company #about_company table tr td ul {
  margin-left: 1em;
}
#company #about_company table tr td ul li {
  list-style: disc;
  line-height: 1.875;
}
#company #about_company table tr td ul li.exp {
  list-style: none;
}
#company #about_company table tr:last-child th {
  border-bottom: 2px solid #005bac;
}
#company #about_company table tr:last-child td {
  border-bottom: 1px solid rgba(190, 190, 190, 0.6);
}
@media screen and (max-width: 845px) {
  #company #about_company table tr:last-child td {
    border-bottom: none;
  }
  #company #about_company table tr:last-child td + td {
    border-bottom: 1px solid rgba(190, 190, 190, 0.6);
  }
}
#company #stuff {
  max-width: none;
  width: 100%;
  margin-top: 180px;
}
@media screen and (max-width: 845px) {
  #company #stuff {
    margin-top: 95px;
  }
}
#company #stuff h3 {
  max-width: 950px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
#company #stuff .stuff_slider {
  position: relative;
}
#company #stuff .stuff_slider li {
  margin: 0 20px;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  max-width: 386.6666666667px;
}
@media screen and (max-width: 845px) {
  #company #stuff .stuff_slider li {
    max-width: none;
    margin: 0;
  }
}
#company #stuff .stuff_slider li .slide_inner {
  box-sizing: border-box;
  background: #fff;
  padding: 20px;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}
@media screen and (max-width: 845px) {
  #company #stuff .stuff_slider li .slide_inner {
    margin: 0 10px;
  }
}
#company #stuff .stuff_slider li .slide_inner .img {
  margin-bottom: 22px;
}
#company #stuff .stuff_slider li .slide_inner .img img {
  max-width: none;
  width: 100%;
}
#company #stuff .stuff_slider li .slide_inner span {
  display: block;
}
#company #stuff .stuff_slider li .slide_inner span.post {
  font-size: 1.2rem;
  font-family: "shippori-mincho", sans-serif;
}
#company #stuff .stuff_slider li .slide_inner span.name {
  font-family: "shippori-mincho", sans-serif;
  font-size: 1.7rem;
  margin-top: 10px;
  margin-bottom: 10px;
}
#company #stuff .stuff_slider li .slide_inner span.en_name {
  max-width: 125px;
}
#company #stuff .stuff_slider li .slide_inner p {
  font-size: 1.5rem;
  line-height: 1.7333;
  margin-top: 20px;
  display: block;
  word-break: break-all;
  width: 100%;
}
#company #stuff .stuff_slider .prev-arrow {
  position: absolute;
  top: 0;
  left: calc((100vw - 1280px) / 2 - 10px);
  bottom: 0;
  margin: auto;
  width: 58px;
  z-index: 1;
}
@media screen and (max-width: 1290px) {
  #company #stuff .stuff_slider .prev-arrow {
    left: 10px;
  }
}
#company #stuff .stuff_slider .next-arrow {
  position: absolute;
  top: 0;
  right: calc((100vw - 1280px) / 2 - 10px);
  bottom: 0;
  margin: auto;
  width: 58px;
  transform: scale(-1, 1);
  z-index: 1;
}
@media screen and (max-width: 1290px) {
  #company #stuff .stuff_slider .next-arrow {
    right: 10px;
  }
}

#achievement .main_img {
  position: relative;
}
@media screen and (max-width: 845px) {
  #achievement .main_img {
    aspect-ratio: 283/241;
  }
  #achievement .main_img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
#achievement .main_img h3 {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  max-width: 697.5px;
  width: 90%;
}
@media screen and (max-width: 845px) {
  #achievement .tabarea .tab_list li {
    width: 33.3333333333%;
  }
  #achievement .tabarea .tab_list li a {
    font-size: 2.5vw;
  }
}

#contact .form {
  padding-left: 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 845px) {
  #contact .form {
    padding: 0;
  }
}
#contact .form p.caution {
  font-size: 1.5rem;
  color: #f8742e;
}
#contact .form h3 {
  font-family: "shippori-mincho", sans-serif;
  font-size: 2.3rem;
  text-align: left;
  font-weight: 500;
  margin-bottom: 30px;
  padding-bottom: 30px;
  margin-top: 90px;
  position: relative;
  border-bottom: 1px solid rgba(190, 190, 190, 0.6);
}
#contact .form h3::before {
  content: "";
  width: 30%;
  position: absolute;
  bottom: -1.5px;
  height: 2px;
  display: block;
  left: 0;
  background: #005bac;
}
@media screen and (max-width: 845px) {
  #contact .form h3 {
    margin-top: 45px;
  }
}
#contact .form dl {
  display: flex;
  align-content: flex-start;
  justify-content: space-between;
  margin: 25px auto;
}
@media screen and (max-width: 845px) {
  #contact .form dl {
    display: block;
  }
}
#contact .form dl.border {
  border-top: 1px solid rgba(190, 190, 190, 0.6);
  padding-top: 30px;
}
#contact .form dl dt {
  width: 30%;
  font-size: 1.7rem;
}
#contact .form dl dt.required::after {
  content: "※";
  color: #f8742e;
  display: inline-block;
  margin-left: 0.5em;
  font-weight: bold;
}
@media screen and (max-width: 845px) {
  #contact .form dl dt {
    width: 100%;
    margin-bottom: 10px;
  }
}
#contact .form dl dd {
  width: 68%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 845px) {
  #contact .form dl dd {
    width: 100%;
  }
}
#contact .form dl dd .wpcf7-form-control-wrap {
  width: 100%;
}
#contact .form dl dd.telBox .wpcf7-form-control-wrap, #contact .form dl dd.addBox .wpcf7-form-control-wrap {
  width: auto;
}
#contact .form dl dd .hyphen {
  margin: 0 0.5em;
}
#contact .form dl dd input {
  border: 1px solid #e4e4e4;
  font-size: 1.7rem;
  box-sizing: border-box;
  display: block;
  width: 100%;
  background: #fff;
}
#contact .form dl dd input[type=text] {
  padding: 10px;
}
#contact .form dl dd input.post_code {
  width: 6rem;
}
#contact .form dl dd input.tel {
  width: 6rem;
}
#contact .form dl dd textarea {
  width: 100%;
  border: 1px solid #e4e4e4;
  background: #fff;
}
#contact .form dl dd.checkBox_area, #contact .form dl dd .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#contact .form dl dd.checkBox_area .wpcf7-list-item, #contact .form dl dd .wpcf7-checkbox .wpcf7-list-item {
  display: flex;
  align-items: baseline;
  font-size: 1.5rem;
  margin-right: 1em;
  margin-left: 0;
  line-height: 2.1;
  width: 48%;
}
#contact .form dl dd.checkBox_area .wpcf7-list-item:nth-child(n+3), #contact .form dl dd .wpcf7-checkbox .wpcf7-list-item:nth-child(n+3) {
  margin-top: 10px;
}
#contact .form dl dd.checkBox_area .wpcf7-list-item label, #contact .form dl dd .wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 845px) {
  #contact .form dl dd.checkBox_area .wpcf7-list-item, #contact .form dl dd .wpcf7-checkbox .wpcf7-list-item {
    width: 100%;
    margin-right: 0;
  }
}
#contact .form dl dd.checkBox_area input, #contact .form dl dd .wpcf7-checkbox input {
  display: inline-block;
  width: auto;
  margin-right: 0.5em;
}
#contact .form dl dd.privacyBox {
  display: block;
}
#contact .form dl dd.privacyBox label {
  font-size: 1.5rem;
}
#contact .form dl dd.privacyBox input {
  display: inline-block;
  width: auto;
  margin-right: 0.5em;
}
#contact .form dl dd.privacyBox p {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 15px;
}
#contact .form dl dd.privacyBox p a {
  text-decoration: underline;
}
#contact .form .submitBox {
  border-top: 1px solid rgba(190, 190, 190, 0.6);
  padding-top: 30px;
}
#contact .form .submitBox input[type=submit] {
  border: none;
  background: #f87833;
  display: block;
  margin: 40px auto 0;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  padding: 20px;
  width: 90%;
  max-width: 285px;
  box-sizing: border-box;
  font-weight: bold;
}
#contact .form .submitBox input[type=button] {
  border: none;
  background: #ccc;
  display: block;
  margin: 40px auto 0;
  color: #000;
  font-size: 1.5rem;
  text-align: center;
  padding: 20px;
  width: 90%;
  max-width: 285px;
  box-sizing: border-box;
  font-weight: bold;
  margin-top: 10px;
}

#privacy h2 {
  text-align: left;
  font-family: "shippori-mincho", sans-serif;
  margin-bottom: 30px;
  font-size: 3rem;
  margin-top: 50px;
}
#privacy .right_txt {
  text-align: right;
  font-size: 1.4rem;
  line-height: 1.7;
}
#privacy .intro {
  margin: 50px auto;
  font-size: 1.8rem;
  line-height: 1.7;
}
#privacy dl {
  line-height: 1.8;
  font-size: 1.7rem;
}
#privacy dl dt {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 700;
  font-size: 2rem;
}
#privacy dl dd h3 {
  text-align: left;
  font-size: 1.8rem;
}
#privacy dl dd ul li {
  margin-top: 20px;
}
#privacy dl dd ul li ol li {
  list-style: decimal;
  margin-left: 4em;
  margin-top: 0 !important;
}
#privacy dl dd a {
  text-decoration: underline;
}

#newslist .news_cont {
  display: block;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 91, 172, 0.1);
}
#newslist .news_cont h3 {
  text-align: left;
}

#single_column {
  display: block;
  margin-top: 90px;
}
#single_column .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 845px) {
  #single_column .flex {
    display: block;
  }
}
#single_column .flex .content {
  display: block;
  width: 70%;
  /*コラム用スタイル*/
}
@media screen and (max-width: 845px) {
  #single_column .flex .content {
    width: 100%;
  }
}
#single_column .flex .content .date {
  color: #005bac;
  font-size: 1.3rem;
  font-family: "shippori-mincho", sans-serif;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
#single_column .flex .content .column_ttl {
  font-size: 2.8rem;
  text-align: left;
  font-weight: 700;
}
#single_column .flex .content .tag_list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 15px auto 40px;
}
#single_column .flex .content .tag_list li {
  margin-right: 10px;
}
#single_column .flex .content .tag_list li a {
  display: block;
  border: 1px solid #005bac;
  border-radius: 3px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  background: #005bac;
  padding: 0.25em 0.5em;
}
#single_column .flex .content .thumbnail img {
  width: 100%;
}
#single_column .flex .content .editor_cont > * {
  margin: 30px auto;
}
#single_column .flex .content .editor_cont p {
  font-size: 1.6rem;
  line-height: 2.6875;
}
#single_column .flex .content .editor_cont p .line {
  display: inline;
  background: linear-gradient(transparent 60%, #f2cf39 0%);
}
#single_column .flex .content .editor_cont p .line.line_blue {
  background: linear-gradient(transparent 60%, #c8e5ff 0%);
}
#single_column .flex .content .editor_cont h2 {
  text-align: left;
  border-top: 1px solid #bcbcbc;
  border-bottom: 1px solid #bcbcbc;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 0;
  margin: 50px auto 40px;
}
#single_column .flex .content .editor_cont h2::before {
  content: "";
  width: 5px;
  margin-right: 0.5em;
  background: #005bac;
  display: block;
  height: 24px;
}
#single_column .flex .content .editor_cont h3 {
  text-align: left;
  font-size: 2.4rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
}
#single_column .flex .content .editor_cont h3::before {
  content: "";
  width: 5px;
  margin-right: 0.5em;
  background: #005bac;
  display: block;
  height: 24px;
}
#single_column .flex .content .editor_cont ul {
  display: block;
  box-sizing: border-box;
  border: 1px solid #bcbcbc;
  padding: 10px 20px;
  margin: 30px auto;
}
#single_column .flex .content .editor_cont ul li {
  list-style: square;
  margin-left: 1em;
  font-size: 1.4rem;
  line-height: 2.785;
  padding-left: 1em;
}
#single_column .flex .content .editor_cont ul li::marker {
  color: #005bac;
}
#single_column .flex .content .editor_cont ol {
  display: block;
  box-sizing: border-box;
  border: 1px solid #bcbcbc;
  padding: 10px 20px;
  margin: 30px auto;
}
#single_column .flex .content .editor_cont ol li {
  padding-left: 1em;
  margin-left: 1em;
  font-size: 1.4rem;
  line-height: 2.785;
}
#single_column .flex .content .editor_cont ol li::marker {
  color: #005bac;
}
#single_column .flex .content .editor_cont figure {
  margin: 50px auto;
}
#single_column .flex .content .editor_cont figure.wp-block-table {
  overflow: scroll;
}
#single_column .flex .content .editor_cont figure img {
  width: 100%;
  display: block;
}
#single_column .flex .content .editor_cont figure figcaption {
  color: #bcbcbc;
  font-size: 1.4rem;
  margin-top: 10px;
  display: block;
}
#single_column .flex .content .editor_cont figure table {
  font-size: 1.4rem;
  min-width: 500px;
  background: #fff;
}
#single_column .flex .content .editor_cont figure table tr td {
  padding: 20px;
  box-sizing: border-box;
}
#single_column .flex .content .editor_cont figure table tr td:first-child {
  background: #e2e8ee;
}
#single_column .flex .content .editor_cont .checkBox {
  border: 3px solid #005bac;
  background: #fff;
  border-radius: 12px;
  box-sizing: border-box;
  padding: 30px;
}
#single_column .flex .content .editor_cont .checkBox h3 {
  border-bottom: 1px solid #bcbcbc;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 1.7rem;
  margin-top: 0;
}
#single_column .flex .content .editor_cont .checkBox h3::before {
  display: none;
}
#single_column .flex .content .editor_cont .checkBox p {
  font-size: 1.5rem;
  line-height: 2.2;
}
#single_column .flex .content .editor_cont .listBox {
  border: 3px solid #005bac;
  background: #fff;
  border-radius: 12px;
  box-sizing: border-box;
  padding: 30px;
}
#single_column .flex .content .editor_cont .listBox h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.7rem;
  color: #005bac;
}
#single_column .flex .content .editor_cont .listBox h3::before {
  display: none;
}
#single_column .flex .content .editor_cont .listBox h3:nth-child(n+2) {
  margin-top: 25px;
}
#single_column .flex .content .editor_cont .listBox p {
  font-size: 1.5rem;
  line-height: 2.2;
}
#single_column .flex .content .editor_cont .faq {
  margin-top: 40px;
}
#single_column .flex .content .editor_cont .faq dt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 10px;
}
#single_column .flex .content .editor_cont .faq dt::before {
  content: "";
  border-top: 1px solid #bcbcbc;
  width: 50px;
  margin-right: 35px;
  display: block;
  flex-shrink: 0;
}
#single_column .flex .content .editor_cont .faq dd {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 845px) {
  #single_column .flex .content .editor_cont .faq dd {
    display: block;
  }
}
#single_column .flex .content .editor_cont .faq dd .name {
  text-align: right;
  color: #005bac;
  font-size: 1.3rem;
  line-height: 1.53;
  width: 50px;
  font-weight: 700;
  flex-shrink: 0;
  padding-right: 35px;
  margin-top: 0.5em;
}
#single_column .flex .content .editor_cont .faq dd .name span {
  display: block;
}
@media screen and (max-width: 845px) {
  #single_column .flex .content .editor_cont .faq dd .name {
    width: 100%;
    padding: 0;
    text-align: left;
  }
  #single_column .flex .content .editor_cont .faq dd .name span {
    display: inline-block;
  }
  #single_column .flex .content .editor_cont .faq dd .name span::before {
    content: "：";
  }
}
#single_column .flex .content .editor_cont .faq dd p {
  font-size: 1.5rem;
  line-height: 2.2;
}
#single_column .flex .content .moreBtnArea {
  position: relative;
  border-bottom: 2px solid #515151;
  margin: 60px auto 40px;
}
#single_column .flex .content .moreBtnArea h2 {
  display: flex;
  align-items: center;
  color: #005bac;
}
#single_column .flex .content .moreBtnArea h2::before {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #515151;
  margin-right: 1.5rem;
}
#single_column .flex .content .moreBtnArea h2::after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #515151;
  margin-left: 1.5rem;
}
#single_column .flex .content .moreBtnArea h2 img {
  width: 80%;
  max-width: 370px;
}
#single_column .flex .content .moreBtnArea a {
  background: #f76c24;
  display: block;
  border-radius: 99999px;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  max-width: 566.5px;
  font-size: 2.1rem;
  text-shadow: 1.414px 1.414px 0px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: bold;
  margin: 38px auto;
  box-shadow: 0px 6px 0px 0px #bf4e14;
  width: 80%;
}
@media screen and (max-width: 845px) {
  #single_column .flex .content .moreBtnArea a {
    width: 95%;
    margin: 20px auto;
    padding: 10px;
  }
}
#single_column .flex .content .moreBtnArea .img {
  position: absolute;
  bottom: -20%;
  left: 4%;
  width: 6%;
  max-width: 54px;
}
#single_column .flex .content .writer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #bcbcbc;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 30px;
  margin-top: 70px;
}
@media screen and (max-width: 845px) {
  #single_column .flex .content .writer {
    display: block;
    padding: 20px;
  }
}
#single_column .flex .content .writer .writer_img {
  display: block;
  overflow: hidden;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  width: 126px;
  border-radius: 100%;
  margin-right: 20px;
}
#single_column .flex .content .writer .writer_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 845px) {
  #single_column .flex .content .writer .writer_img {
    margin: 0 auto 20px;
  }
}
#single_column .flex .content .writer .name {
  font-size: 1.7rem;
  font-weight: bold;
}
#single_column .flex .content .writer p {
  font-size: 1.5rem;
  line-height: 2.2;
}
#single_column .flex .content .writer .writer_link {
  display: block;
  margin-left: auto;
  margin-right: 0;
  margin-top: 0.5em;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: underline;
}
#single_column .flex .content nav {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
#single_column .flex .sidebar {
  width: 25%;
}
@media screen and (max-width: 845px) {
  #single_column .flex .sidebar {
    width: 100%;
    margin-top: 30px;
  }
}
#single_column .flex .sidebar .sidebar_banner_1 {
  margin-bottom: 30px;
}
#single_column .flex .sidebar .sidebar_banner_2 {
  margin-top: 30px;
}
#single_column .flex .sidebar form {
  border: 1px solid #000000;
  border-radius: 6px;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 845px) {
  #single_column .flex .sidebar form {
    margin-bottom: 30px;
  }
}
#single_column .flex .sidebar form input[type=search] {
  border: none;
  background: none;
  width: 100%;
  padding: 10px;
}
#single_column .flex .sidebar form button {
  flex-shrink: 0;
  margin-left: 10px;
  margin-right: 10px;
  width: 20px;
  border: none;
  background: none;
}
#single_column .flex .sidebar .categorylist {
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}
#single_column .flex .sidebar .categorylist h3 {
  background: #005bac;
  padding: 20px;
  box-sizing: border-box;
}
#single_column .flex .sidebar .categorylist h3 img {
  max-width: 108.5px;
}
#single_column .flex .sidebar .categorylist ul {
  padding: 20px;
  box-sizing: border-box;
}
#single_column .flex .sidebar .categorylist ul.child-category {
  padding: 0;
}
#single_column .flex .sidebar .categorylist ul li a {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2;
}
#single_column .flex .sidebar .categorylist ul li.category_child a {
  display: flex;
  align-items: center;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 2.23;
}
#single_column .flex .sidebar .categorylist ul li.category_child a::before {
  content: "";
  width: 10px;
  display: inline-block;
  border-top: 1px solid #bcbcbc;
  margin-right: 5px;
  flex-shrink: 0;
}
#single_column .flex .sidebar .new_post_list {
  margin-top: 60px;
}
@media screen and (max-width: 845px) {
  #single_column .flex .sidebar .new_post_list {
    margin-top: 30px;
  }
}
#single_column .flex .sidebar .new_post_list h3 {
  display: flex;
  align-items: center;
  font-size: 2rem;
  text-align: left;
}
#single_column .flex .sidebar .new_post_list h3::before {
  content: "";
  width: 5px;
  height: 24px;
  background: #005bac;
  display: block;
  margin-right: 10px;
}
#single_column .flex .sidebar .new_post_list ul {
  border-top: 1px solid #bcbcbc;
  margin-top: 10px;
}
#single_column .flex .sidebar .new_post_list ul li {
  margin-top: 20px;
}
#single_column .flex .sidebar .new_post_list ul li a {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
#single_column .flex .sidebar .new_post_list ul li a img {
  width: 35%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
#single_column .flex .sidebar .new_post_list ul li a .txt {
  width: 62%;
}
#single_column .flex .sidebar .new_post_list ul li a .txt .date {
  color: #005bac;
  font-size: 1.3rem;
  font-family: "shippori-mincho", sans-serif;
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
}
#single_column .flex .sidebar .new_post_list ul li a .txt p {
  font-size: 1.3rem;
}

#single_post {
  display: block;
  margin-top: 90px;
}
#single_post .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 845px) {
  #single_post .flex {
    display: block;
  }
}
#single_post .flex .content {
  display: block;
  width: 70%;
  /*コラム用スタイル*/
}
@media screen and (max-width: 845px) {
  #single_post .flex .content {
    width: 100%;
  }
}
#single_post .flex .content .date {
  color: #005bac;
  font-size: 1.3rem;
  font-family: "shippori-mincho", sans-serif;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
#single_post .flex .content .column_ttl {
  font-size: 2.8rem;
  text-align: left;
  font-weight: 700;
}
#single_post .flex .content .tag_list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 15px auto 40px;
}
#single_post .flex .content .tag_list li {
  margin-right: 10px;
}
#single_post .flex .content .tag_list li a {
  display: block;
  border: 1px solid #005bac;
  border-radius: 3px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  background: #005bac;
  padding: 0.25em 0.5em;
}
#single_post .flex .content .tag_list li.category_child a {
  background: none;
  color: #005bac;
}
#single_post .flex .content .thumbnail img {
  width: 100%;
}
#single_post .flex .content .editor_cont > * {
  margin: 30px auto;
}
#single_post .flex .content .editor_cont p {
  font-size: 1.6rem;
  line-height: 2.6875;
}
#single_post .flex .content .editor_cont p:first-child {
  font-weight: 600;
}
#single_post .flex .content .editor_cont p .line {
  display: inline;
  background: linear-gradient(transparent 60%, #f2cf39 0%);
}
#single_post .flex .content .editor_cont p .line.line_blue {
  background: linear-gradient(transparent 60%, #c8e5ff 0%);
}
#single_post .flex .content .editor_cont h2 {
  text-align: left;
  border-top: 1px solid #bcbcbc;
  border-bottom: 1px solid #bcbcbc;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 0;
  margin: 50px auto 40px;
}
#single_post .flex .content .editor_cont h2::before {
  content: "";
  width: 5px;
  margin-right: 0.5em;
  background: #005bac;
  display: block;
  height: 24px;
}
#single_post .flex .content .editor_cont h3 {
  text-align: left;
  font-size: 2.4rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
}
#single_post .flex .content .editor_cont h3::before {
  content: "";
  width: 5px;
  margin-right: 0.5em;
  background: #005bac;
  display: block;
  height: 24px;
}
#single_post .flex .content .editor_cont ul {
  display: block;
  box-sizing: border-box;
  border: 1px solid #bcbcbc;
  padding: 10px 20px;
  margin: 30px auto;
}
#single_post .flex .content .editor_cont ul li {
  list-style: square;
  margin-left: 1em;
  font-size: 1.4rem;
  line-height: 2.785;
  padding-left: 1em;
}
#single_post .flex .content .editor_cont ul li::marker {
  color: #005bac;
}
#single_post .flex .content .editor_cont ol {
  display: block;
  box-sizing: border-box;
  border: 1px solid #bcbcbc;
  padding: 10px 20px;
  margin: 30px auto;
}
#single_post .flex .content .editor_cont ol li {
  padding-left: 1em;
  margin-left: 1em;
  font-size: 1.4rem;
  line-height: 2.785;
}
#single_post .flex .content .editor_cont ol li::marker {
  color: #005bac;
}
#single_post .flex .content .editor_cont figure {
  margin: 50px auto;
}
#single_post .flex .content .editor_cont figure.wp-block-table {
  overflow: scroll;
}
#single_post .flex .content .editor_cont figure img {
  width: 100%;
  display: block;
}
#single_post .flex .content .editor_cont figure figcaption {
  color: #bcbcbc;
  font-size: 1.4rem;
  margin-top: 10px;
  display: block;
}
#single_post .flex .content .editor_cont figure table {
  font-size: 1.4rem;
  min-width: 500px;
  background: #fff;
}
#single_post .flex .content .editor_cont figure table tr td {
  padding: 20px;
  box-sizing: border-box;
}
#single_post .flex .content .editor_cont figure table tr td:first-child {
  background: #e2e8ee;
}
#single_post .flex .content .editor_cont .checkBox {
  border: 3px solid #005bac;
  background: #fff;
  border-radius: 12px;
  box-sizing: border-box;
  padding: 30px;
}
#single_post .flex .content .editor_cont .checkBox h3 {
  border-bottom: 1px solid #bcbcbc;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 1.7rem;
  margin-top: 0;
}
#single_post .flex .content .editor_cont .checkBox h3::before {
  display: none;
}
#single_post .flex .content .editor_cont .checkBox p {
  font-size: 1.5rem;
  line-height: 2.2;
}
#single_post .flex .content .editor_cont .listBox {
  border: 3px solid #005bac;
  background: #fff;
  border-radius: 12px;
  box-sizing: border-box;
  padding: 30px;
}
#single_post .flex .content .editor_cont .listBox h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.7rem;
  color: #005bac;
}
#single_post .flex .content .editor_cont .listBox h3::before {
  display: none;
}
#single_post .flex .content .editor_cont .listBox h3:nth-child(n+2) {
  margin-top: 25px;
}
#single_post .flex .content .editor_cont .listBox p {
  font-size: 1.5rem;
  line-height: 2.2;
}
#single_post .flex .content .editor_cont .faq {
  margin-top: 40px;
}
#single_post .flex .content .editor_cont .faq dt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 10px;
}
#single_post .flex .content .editor_cont .faq dt::before {
  content: "";
  border-top: 1px solid #bcbcbc;
  width: 50px;
  margin-right: 35px;
  display: block;
  flex-shrink: 0;
}
#single_post .flex .content .editor_cont .faq dd {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 845px) {
  #single_post .flex .content .editor_cont .faq dd {
    display: block;
  }
}
#single_post .flex .content .editor_cont .faq dd .name {
  text-align: right;
  color: #005bac;
  font-size: 1.3rem;
  line-height: 1.53;
  width: 50px;
  font-weight: 700;
  flex-shrink: 0;
  padding-right: 35px;
  margin-top: 0.5em;
}
#single_post .flex .content .editor_cont .faq dd .name span {
  display: block;
}
@media screen and (max-width: 845px) {
  #single_post .flex .content .editor_cont .faq dd .name {
    width: 100%;
    padding: 0;
    text-align: left;
  }
  #single_post .flex .content .editor_cont .faq dd .name span {
    display: inline-block;
  }
  #single_post .flex .content .editor_cont .faq dd .name span::before {
    content: "：";
  }
}
#single_post .flex .content .editor_cont .faq dd p {
  font-size: 1.5rem;
  line-height: 2.2;
}
#single_post .flex .content .moreBtnArea {
  position: relative;
  border-bottom: 2px solid #515151;
  margin: 60px auto 40px;
}
#single_post .flex .content .moreBtnArea h2 {
  display: flex;
  align-items: center;
  color: #005bac;
}
#single_post .flex .content .moreBtnArea h2::before {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #515151;
  margin-right: 1.5rem;
}
#single_post .flex .content .moreBtnArea h2::after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #515151;
  margin-left: 1.5rem;
}
#single_post .flex .content .moreBtnArea h2 img {
  width: 80%;
  max-width: 370px;
}
#single_post .flex .content .moreBtnArea a {
  background: #f76c24;
  display: block;
  border-radius: 99999px;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  max-width: 566.5px;
  font-size: 2.1rem;
  text-shadow: 1.414px 1.414px 0px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: bold;
  margin: 38px auto;
  box-shadow: 0px 6px 0px 0px #bf4e14;
  width: 80%;
}
@media screen and (max-width: 845px) {
  #single_post .flex .content .moreBtnArea a {
    width: 95%;
    margin: 20px auto;
    padding: 10px;
  }
}
#single_post .flex .content .moreBtnArea .img {
  position: absolute;
  bottom: -20%;
  left: 4%;
  width: 6%;
  max-width: 54px;
}
#single_post .flex .content .writer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #bcbcbc;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 30px;
  margin-top: 70px;
}
@media screen and (max-width: 845px) {
  #single_post .flex .content .writer {
    display: block;
    padding: 20px;
  }
}
#single_post .flex .content .writer .writer_img {
  display: block;
  overflow: hidden;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  width: 126px;
  border-radius: 100%;
  margin-right: 20px;
}
#single_post .flex .content .writer .writer_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 845px) {
  #single_post .flex .content .writer .writer_img {
    margin: 0 auto 20px;
  }
}
#single_post .flex .content .writer .name {
  font-size: 1.7rem;
  font-weight: bold;
}
#single_post .flex .content .writer p {
  font-size: 1.5rem;
  line-height: 2.2;
}
#single_post .flex .content nav {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
#single_post .flex .sidebar {
  width: 25%;
}
@media screen and (max-width: 845px) {
  #single_post .flex .sidebar {
    width: 100%;
    margin-top: 30px;
  }
}
#single_post .flex .sidebar form {
  border: 1px solid #000000;
  border-radius: 6px;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 845px) {
  #single_post .flex .sidebar form {
    margin-bottom: 30px;
  }
}
#single_post .flex .sidebar form input[type=search] {
  border: none;
  background: none;
  width: 100%;
  padding: 10px;
}
#single_post .flex .sidebar form button {
  flex-shrink: 0;
  margin-left: 10px;
  margin-right: 10px;
  width: 20px;
  border: none;
  background: none;
}
#single_post .flex .sidebar .categorylist {
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}
#single_post .flex .sidebar .categorylist h3 {
  background: #005bac;
  padding: 20px;
  box-sizing: border-box;
}
#single_post .flex .sidebar .categorylist h3 img {
  max-width: 108.5px;
}
#single_post .flex .sidebar .categorylist ul {
  padding: 20px;
  box-sizing: border-box;
}
#single_post .flex .sidebar .categorylist ul.child-category {
  padding: 0;
}
#single_post .flex .sidebar .categorylist ul li a {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.4375;
}
#single_post .flex .sidebar .categorylist ul li.category_child a {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2.23;
}
#single_post .flex .sidebar .categorylist ul li.category_child a::before {
  content: "";
  width: 10px;
  display: inline-block;
  border-top: 1px solid #bcbcbc;
  margin-right: 5px;
  flex-shrink: 0;
}
#single_post .flex .sidebar .new_post_list h3 {
  display: flex;
  align-items: center;
  font-size: 2rem;
  text-align: left;
}
#single_post .flex .sidebar .new_post_list h3::before {
  content: "";
  width: 5px;
  height: 24px;
  background: #005bac;
  display: block;
  margin-right: 10px;
}
#single_post .flex .sidebar .new_post_list ul {
  border-top: 1px solid #bcbcbc;
  margin-top: 10px;
}
#single_post .flex .sidebar .new_post_list ul li {
  margin-top: 20px;
}
#single_post .flex .sidebar .new_post_list ul li a {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
#single_post .flex .sidebar .new_post_list ul li a img {
  width: 35%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
#single_post .flex .sidebar .new_post_list ul li a .txt {
  width: 62%;
}
#single_post .flex .sidebar .new_post_list ul li a .txt .date {
  color: #005bac;
  font-size: 1.3rem;
  font-family: "shippori-mincho", sans-serif;
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
}
#single_post .flex .sidebar .new_post_list ul li a .txt p {
  font-size: 1.3rem;
}

#category_list {
  margin-bottom: 90px;
  margin-top: 50px;
}
@media screen and (max-width: 845px) {
  #category_list {
    margin: 30px auto;
  }
}
#category_list ul {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
@media screen and (max-width: 845px) {
  #category_list ul {
    flex-wrap: wrap;
  }
}
#category_list ul li {
  border: 1px solid #005bac;
  border-radius: 9999px;
  max-width: 137px;
  width: 22%;
  margin-right: 10px;
  overflow: hidden;
}
#category_list ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 845px) {
  #category_list ul li {
    width: 45%;
    margin: 5px 1% !important;
  }
}
#category_list ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #005bac;
  font-size: 1.5rem;
  padding: 0.5em;
  box-sizing: border-box;
  height: 100%;
}
#category_list ul li.active a {
  background: #005bac;
  color: #fff;
}

#column_archives .search-title {
  margin: 40px auto;
}
#column_archives .re_columnList {
  text-align: center;
  display: block;
  margin: 40px auto 0;
  width: -moz-fit-content;
  width: fit-content;
}
#column_archives .column_archives_list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
#column_archives .column_archives_list::after {
  content: "";
  display: block;
  width: 30%;
}
#column_archives .column_archives_list li {
  width: 30%;
}
@media screen and (max-width: 845px) {
  #column_archives .column_archives_list li {
    width: 48%;
  }
}
#column_archives .column_archives_list li a {
  display: block;
}
#column_archives .column_archives_list li a:hover {
  opacity: 0.7;
  transition: 0.5s;
}
#column_archives .column_archives_list li a:hover h2 {
  text-decoration: underline;
}
#column_archives .column_archives_list li .thum {
  position: relative;
  aspect-ratio: 745/525;
}
#column_archives .column_archives_list li .thum .cat {
  position: absolute;
  top: 10px;
  left: 10px;
}
#column_archives .column_archives_list li .thum .cat span {
  font-size: 1.2rem;
  display: block;
  line-height: 1;
  background: #005bac;
  color: #fff;
  padding: 0.5em;
  border-radius: 6px;
  min-width: 85px;
  text-align: center;
}
#column_archives .column_archives_list li .thum .cat span + span {
  margin-top: 5px;
}
#column_archives .column_archives_list li .thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#column_archives .column_archives_list li .date {
  font-size: 1.3rem;
  font-family: "shippori-mincho", sans-serif;
  color: #005bac;
  margin: 15px 0;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 845px) {
  #column_archives .column_archives_list li .date {
    margin: 0.5em 0;
  }
}
#column_archives .column_archives_list li h2 {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 15px 0;
}
@media screen and (max-width: 845px) {
  #column_archives .column_archives_list li h2 {
    margin: 0.5em 0;
  }
}
#column_archives .column_archives_list li:nth-child(n+4) {
  margin-top: 5%;
}
@media screen and (max-width: 845px) {
  #column_archives .column_archives_list li:nth-child(n+3) {
    margin-top: 4%;
  }
}
#column_archives.page-document .column_archives_list li .thum img {
  -o-object-fit: contain;
     object-fit: contain;
}
#column_archives .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
}
#column_archives .pagination > * {
  border: 1px solid #005bac;
  margin: 0 0.5em;
  flex-shrink: 0;
  padding: 0.5em;
  box-sizing: border-box;
  line-height: 1;
  font-size: 1.3rem;
}
#column_archives .pagination .next, #column_archives .pagination .prev {
  border: none;
  padding: 0;
}
#column_archives .pagination .current {
  background: #005bac;
  color: #fff;
  font-weight: bold;
}/*# sourceMappingURL=child.css.map */