@charset "UTF-8";
/***  media ***/
/***  color ***/
/*** font ***/
@font-face {
  font-family: "LucidaGrande";
  font-style: normal;
  font-weight: normal;
  src: url('../font/LucidaGrande.eot');
  src: url('../font/LucidaGrande.eot?#iefix') format('embedded-opentype'), url('../font/LucidaGrande.woff') format('woff'), url('../font/LucidaGrande.ttf') format('truetype');
}
/*------------------------------------------------------------------------------
    CSS reset
------------------------------------------------------------------------------*/
html {
  color: #232f3e;
  line-height: 1;
  font-size: 15px;
  font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
body {
  margin: 0;
  color: #232f3e;
  font-size: 15px;
  font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
p {
  line-height: 1.75;
  margin: 0 0 1em;
  padding: 0;
}
p:last-child {
  margin-bottom: 0;
}
a {
  color: #232f3e;
  text-decoration: none;
}
a:link,
a:visited {
  color: #232f3e;
  text-decoration: none;
}
input,
textarea,
select {
  font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
}
table {
  border-collapse: collapse;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 15px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.outerBlock {
  overflow: hidden;
}
.innerBlock {
  margin: 0 auto;
  padding: 0 7.5%;
  position: relative;
  max-width: 1300px;
}
#wrapper {
  position: relative;
  padding: 0;
}
.pc {
  display: block !important;
}
.pcIb {
  display: inline-block !important;
}
.sp {
  display: none !important;
}
.spIb {
  display: none !important;
}
@media screen and (min-width: 769px) {
  a {
    transition: 0.3s ease-in-out;
  }
  a:hover {
    opacity: 0.7;
  }
}
/*------------------------------------------------------------------------------
    CSS reset
------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .outerBlock {
    min-width: 375px;
  }
  .innerBlock {
    padding: 0 15px;
    width: auto;
  }
  #wrapper {
    min-width: 375px;
    position: relative;
    overflow: hidden;
  }
  img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  input[type="submit"] {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  .pc {
    display: none !important;
  }
  .pcIb {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .spIb {
    display: inline-block !important;
  }
}
@media screen and (max-width: 768px) {
  body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  body.fixed #header {
    left: auto;
    right: 78%;
  }
  body.fixed #header .logo {
    display: none;
  }
  body.fixed #header .linkBox {
    right: 0;
    overflow-y: scroll;
  }
}
/*------------------------------------------------------------------------------
    header
------------------------------------------------------------------------------*/
#header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  padding: 0 20px;
  position: fixed;
  width: calc(100% - 80px);
  top: 40px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9999;
  border-radius: 8px;
  transition: 0.3s ease-in-out;
}
#header.fixed {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 769px) {
  #header {
    max-width: 1300px;
  }
  #header:hover {
    background: #ffffff;
  }
}
#header .logo {
  margin: 0 15px 0 0;
}
#header .logo a {
  display: block;
}
#header .logo a img {
  width: 132px;
  height: 52px;
}
#header .linkBox {
  display: flex;
  align-items: center;
  font-size: 14px;
}
#header .linkBox .list {
  display: flex;
  align-items: center;
}
#header .linkBox .list > li a {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  #header .linkBox .list > li {
    padding: 35px 15px;
  }
  #header .linkBox .list > li.hasNav:hover:before {
    height: 270px;
    pointer-events: all;
  }
  #header .linkBox .list > li.hasNav:hover .subNav {
    opacity: 1;
    pointer-events: all;
  }
  #header .linkBox .list > li.hasNav:before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    position: absolute;
    top: 79px;
    left: 0;
    transition: 0.3s ease-in-out;
    border-radius: 0 0 5px 5px;
    z-index: 1;
    pointer-events: none;
  }
  #header .linkBox .list > li.hasNav.nonStyle:before {
    display: none !important;
  }
  #header .linkBox .list > li .subNav {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: absolute;
    top: 84px;
    left: 0;
    padding: 50px 80px;
    opacity: 0;
    transition: 0.3s ease-in-out;
    z-index: 999;
    pointer-events: none;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
  }
  #header .linkBox .list > li .subNav:before {
    content: '';
    display: block;
    background: #8bcb47;
    width: calc(100% - 80px);
    height: 4px;
    border-radius: 2px;
    position: absolute;
    top: -4px;
    left: 0;
    right: 0;
    margin: auto;
  }
  #header .linkBox .list > li .subNav li {
    flex-basis: 31.333%;
    margin-right: 3%;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 35px;
  }
  #header .linkBox .list > li .subNav li:nth-child(3n) {
    margin-right: 0;
  }
  #header .linkBox .list > li .subNav li a {
    display: block;
    padding: 0 25px 20px;
  }
}
#header .linkBox .lang {
  margin: 0 20px 0 40px;
}
#header .linkBox .lang a {
  display: inline-block;
  font-weight: 500;
}
#header .linkBox .lang a.active {
  color: #cccccc;
}
#header .linkBox .contactLink {
  display: block;
  background-color: #8bcb47;
  color: #ffffff;
  text-align: center;
  padding: 10px 5px;
  width: 120px;
  position: relative;
}
#header .linkBox .underList {
  display: none;
}
@media screen and (max-width: 768px) {
  #header {
    height: 45px;
    width: calc(100% - 30px);
    top: 15px;
    padding: 9px 10px;
    border-radius: 2.5px;
  }
  #header .logo a {
    display: block;
  }
  #header .logo a img {
    width: auto;
    height: 36px;
  }
  #header .linkBox {
    display: block;
    background: #ffffff;
    width: 67%;
    height: 100%;
    padding: 16px 16px 60px;
    position: fixed;
    top: 0;
    right: -67%;
    transition: 0.3s ease-in-out;
  }
  #header .linkBox .logo {
    margin: 0 0 16px;
    text-align: center;
  }
  #header .linkBox .list {
    display: block;
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  }
  #header .linkBox .list li {
    border-top: 1px solid rgba(51, 51, 51, 0.2);
    position: relative;
  }
  #header .linkBox .list li.hasNav.isOpen:after {
    transform: rotate(180deg);
  }
  #header .linkBox .list li.hasNav:before,
  #header .linkBox .list li.hasNav:after {
    content: '';
    display: block;
    position: absolute;
  }
  #header .linkBox .list li.hasNav:before {
    width: 40px;
    height: 50px;
    top: 0;
    right: 0;
  }
  #header .linkBox .list li.hasNav:after {
    background: url(../img/common/ico-arrow02.svg) center no-repeat;
    background-size: 100%;
    width: 9.5px;
    height: 6px;
    top: 23px;
    right: 15px;
    transition: 0.3s ease-in-out;
  }
  #header .linkBox .list li.hasNav.nonStyle:after {
    display: none;
  }
  #header .linkBox .list li.hasNav img {
    width: 12px;
  }
  #header .linkBox .list li a {
    display: flex;
    align-items: center;
    min-height: 50px;
    margin-right: 40px;
    padding: 10px 16px;
  }
  #header .linkBox .list li .subNav {
    display: none;
  }
  #header .linkBox .list li .subNav li a {
    margin-right: 0;
    min-height: 40px;
    padding: 10px 30px;
    font-weight: normal;
  }
  #header .linkBox .lang {
    margin: 40px 0 0;
    text-align: center;
  }
  #header .linkBox .contactLink {
    margin: 20px auto;
  }
  #header .linkBox .underList {
    display: block;
    padding-top: 20px;
  }
  #header .linkBox .underList li a {
    display: block;
    font-size: 13px;
    padding: 15px 0px 0px 16px;
  }
  #header .linkBox .underList li a.fbIcon {
    background-image: url(../img/common/icon_fb.png);
    background-repeat: no-repeat;
    background-size: 18px;
    padding: 10px 0px 5px 45px;
    letter-spacing: 1px;
    background-position: 15px 7px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  #header {
    top: 20px;
  }
  #header .linkBox {
    font-size: 13px;
  }
  #header .linkBox .list {
    display: flex;
    align-items: center;
  }
  #header .linkBox .list > li {
    padding: 35px 5px;
  }
  #header .linkBox .list > li a {
    font-weight: 500;
  }
  #header .linkBox .lang {
    margin: 0 5px;
  }
}
#menuBtn {
  display: none;
}
@media screen and (max-width: 768px) {
  #menuBtn {
    display: block;
    width: 50px;
    height: 45px;
    position: absolute;
    top: 0;
    right: 0;
  }
  #menuBtn span {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 25px;
    height: 2px;
    background-color: #232f3e;
  }
  #menuBtn span:nth-of-type(1) {
    top: 13px;
  }
  #menuBtn span:nth-of-type(2) {
    top: 0;
    bottom: 0;
  }
  #menuBtn span:nth-of-type(3) {
    bottom: 12px;
  }
  #menuBtn.isOpen span:nth-of-type(1) {
    transform: translateY(9px) rotate(-45deg);
  }
  #menuBtn.isOpen span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    animation: active-menu-bar02 0.8s forwards;
  }
  #menuBtn.isOpen span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
  }
}
/*------------------------------------------------------------------------------
    breadcrumb
------------------------------------------------------------------------------*/
#bread {
  background: #f5f5f5;
  padding: 20px 0;
  margin-bottom: 40px;
}
#bread .list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#bread .list li {
  font-size: 12px;
  line-height: 1.7;
  margin: 2px 0;
}
#bread .list li + li {
  margin-left: 40px;
  position: relative;
}
#bread .list li + li:before {
  content: '';
  display: block;
  background: url(../img/common/ico-arrow01.svg) center no-repeat;
  background-size: 100%;
  width: 7px;
  height: 13px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -24px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #bread {
    padding: 16px 0;
    margin: 10px 0 20px;
  }
  #bread .list li {
    font-size: 11px;
  }
  #bread .list li img {
    width: auto;
    height: 16.5px;
  }
  #bread .list li + li {
    margin-left: 37px;
  }
  #bread .list li + li:before {
    width: 6.5px;
    height: 12px;
    left: -24px;
  }
  #bread .list li .spdetail {
    display: none;
  }
}
/*------------------------------------------------------------------------------
    footer
------------------------------------------------------------------------------*/
#footer {
  background: #1a1a1a;
}
#footer .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1a1a1a;
  padding: 35px 0 5px;
}
#footer .logo img {
  width: 120px;
  height: auto;
}
#footer .otherBox {
  background: #1a1a1a;
  margin: 0 auto;
  padding: 25px 50px 20px;
}
#footer .otherBox .linkBox {
  display: flex;
  justify-content: space-between;
  margin: 0 0 25px;
}
#footer .otherBox .linkBox .listWrap {
  padding: 0 20px;
}
#footer .otherBox .linkBox .listWrap a {
  letter-spacing: 0.05em;
  color: #ffffff;
}
#footer .otherBox .linkBox .listWrap .ttl {
  margin: 0 0 10px;
  font-weight: 500;
}
#footer .otherBox .linkBox .listWrap .list li + li {
  margin-top: 15px;
}
#footer .otherBox .linkBox .listWrap .list li a {
  padding: 0 0 0 15px;
  font-size: 12px;
  position: relative;
}
#footer .otherBox .linkBox .listWrap .list li a:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -2px;
}
#footer .otherBox .linkBox02 {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
#footer .otherBox .linkBox02 .ttl {
  padding: 0 20px;
}
#footer .otherBox .linkBox02 .ttl a {
  color: #ffffff;
}
#footer .otherBox .snsBox {
  margin: 10px 0 30px;
  text-align: center;
}
#footer .otherBox .snsBox a {
  display: inline-block;
}
#footer .otherBox .otherLink {
  display: flex;
  justify-content: center;
  margin: 0 0 10px;
  flex-wrap: wrap;
}
#footer .otherBox .otherLink li {
  letter-spacing: 0.05em;
  font-size: 12px;
  margin-bottom: 15px;
  padding-right: 10px;
  line-height: 1;
}
#footer .otherBox .otherLink li + li {
  border-left: 0.5px solid #fff;
  padding-left: 10px;
}
#footer .otherBox .otherLink li a {
  color: #ffffff;
}
#footer .otherBox .copyright {
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: 10px;
  color: #ffffff;
  padding-bottom: 10px;
}
#footer .innerWhite {
  background-color: #fff;
  padding: 24px 0 0;
}
#footer .innerWhite .logo_list {
  display: flex;
  justify-content: center;
  gap: 80px;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  #footer .innerWhite .logo_list {
    display: block;
    padding: 0 10px;
  }
}
#footer .innerWhite .logo_list_item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#footer .innerWhite .logo_list_img {
  width: 64px;
  height: 64px;
  margin-right: 20px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
}
#footer .innerWhite .logo_list_img img {
  height: 100%;
  width: auto;
}
#footer .innerWhite .logo_list_txt {
  max-width: 320px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #footer .innerWhite .logo_list_txt {
    width: auto;
  }
}
#footer .innerWhite .copyright {
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: 10px;
  padding-bottom: 10px;
}
@media (min-width: 769px) and (max-width: 1024px) {
  #footer .logo {
    flex-basis: 200px;
    padding-left: 0px;
  }
  #footer .logo img {
    width: 130px;
    height: auto;
  }
  #footer .otherBox {
    padding-left: 20px;
    font-size: 0.9em;
  }
  #footer .otherBox .linkBox .listWrap .list li a {
    padding: 0 0 0 15px;
    font-size: 10px;
  }
  #footer .otherBox .otherLink li {
    letter-spacing: 0em !important;
    font-size: 10px !important;
  }
}
@media screen and (max-width: 768px) {
  #footer {
    background: none;
  }
  #footer .innerBlock {
    padding: 0;
  }
  #footer .logo {
    display: block;
    text-align: center;
    padding: 35px 0 15px;
    padding-left: 0;
  }
  #footer .logo img {
    width: 120px;
    height: auto;
  }
  #footer .otherBox {
    padding: 0;
    padding-bottom: 10px;
  }
  #footer .otherBox .snsBox,
  #footer .otherBox .otherLink {
    flex-wrap: wrap;
    margin: 25px 25px 30px;
  }
  #footer .otherBox .linkBox {
    flex-wrap: wrap;
    margin: 0 25px;
  }
  #footer .otherBox .linkBox .listWrap {
    margin: 15px 0;
  }
  #footer .otherBox .linkBox img {
    width: 12px;
  }
  #footer .otherBox .linkBox02 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 15px;
  }
  #footer .otherBox .linkBox02 img {
    width: 12px;
  }
  #footer .otherBox .linkBox02 .ttl02 {
    margin-bottom: 0;
  }
}
/*------------------------------------------------------------------------------
    common
------------------------------------------------------------------------------*/
#innerMv {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 520px;
  background-size: cover;
  background-position: center;
}
#innerMv h1 {
  color: #ffffff;
  font-size: 52px;
  font-weight: 500;
  text-shadow: 2.298px 1.928px 0px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 768px) {
  #innerMv {
    height: 300px;
  }
  #innerMv h1 {
    font-size: 30px;
  }
}
/*** ttl ***/
#contents {
  padding: 0 0 60px;
}
#contents .incnt {
  padding: 30px 0;
}
#contents .incnt .cntTtl {
  margin: 30px 0 30px;
  text-align: center;
  letter-spacing: 0.05em;
  font-family: "LucidaGrande";
  font-size: 52px;
  font-weight: bold;
}
#contents .incnt .cntTtl span {
  display: block;
  letter-spacing: 0;
  font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 18px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #contents .incnt {
    padding: 30px 0;
  }
  #contents .incnt .cntTtl {
    margin: 20px 0;
    text-align: center;
    letter-spacing: 0.05em;
    font-family: "LucidaGrande";
    font-size: 2.3em;
    font-weight: bold;
  }
  #contents .incnt .cntTtl span {
    display: block;
    letter-spacing: 0;
    font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 0.4em;
    font-weight: normal;
    padding: 10px 0px 0px;
  }
}
/*** btn **/
.btnArea {
  display: flex;
  justify-content: center;
}
.btnArea .moreBtn {
  flex-basis: 320px;
  margin: 0 12px;
}
@media screen and (max-width: 768px) {
  .btnArea {
    display: block;
  }
  .btnArea .moreBtn {
    margin: 0 auto;
  }
  .btnArea .moreBtn + .moreBtn {
    margin-top: 20px;
  }
}
.moreBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #8bcb47;
  height: 60px;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-size: 18px;
  font-weight: bold;
  border: 2px solid #8bcb47;
  border-radius: 30px;
  position: relative;
}
.moreBtn:before {
  content: '';
  display: block;
  background: #ffffff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  transition: 0.15s ease-in-out;
  transform-origin: center;
  border-radius: 30px;
}
@media screen and (min-width: 769px) {
  .moreBtn:hover {
    opacity: 1;
    color: #ffffff;
  }
  .moreBtn:hover:before {
    width: 0;
    height: 0;
  }
}
.moreBtn span {
  display: block;
  z-index: 2;
}
.moreBtn span:before,
.moreBtn span:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.moreBtn span:before {
  background: #8bcb47;
  width: 24px;
  height: 24px;
  right: 18px;
  border-radius: 50%;
}
.moreBtn span:after {
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-radius: 1px;
  right: 28px;
}
@media screen and (max-width: 768px) {
  .moreBtn {
    font-size: 16px;
    max-width: 240px;
    margin: auto;
  }
  .moreBtn span:before {
    width: 18px;
    height: 18px;
    right: 10px;
  }
  .moreBtn span:after {
    width: 7px;
    height: 7px;
    right: 17px;
  }
}
/*** block ***/
.jsAnime {
  transition: 0.5s ease-in-out;
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .jsAnime.delay1 {
    transition-delay: 0.3s;
  }
  .jsAnime.delay2 {
    transition-delay: 0.6s;
  }
}
.jsAnime.active {
  opacity: 1;
}
.jsAnime.fadeBtm {
  transform: translateY(30px);
}
.jsAnime.fadeBtm.active {
  transform: translateY(0);
}
.jsAnime.fadeLft {
  transform: translateX(-50px);
}
.jsAnime.fadeLft.active {
  transform: translateX(0);
}
.jsAnime.fadeRht {
  transform: translateX(50px);
}
.jsAnime.fadeRht.active {
  transform: translateX(0);
}
#contents .cntWrap {
  padding: 62px 30px;
  border-radius: 20px;
  margin: 4px 0 0;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  #contents .cntWrap {
    padding: 16px;
    border-radius: 5px;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.16);
  }
}
.pcImg {
  display: block;
}
.spImg {
  display: none;
}
@media screen and (max-width: 768px) {
  .pcImg {
    display: none;
  }
  .spImg {
    display: block;
  }
}
/** グロックエディタ用のスタイル **/
#contents {
  /*** origin ***/
}
#contents.detailPage .section .info ~ a,
#contents.detailPage .section .info ~ * a {
  color: #8bcb47;
  text-decoration: underline;
}
#contents.detailPage .section .info ~ .btnArea a.moreBtn {
  color: #232f3e;
  text-decoration: none;
}
#contents.detailPage .section .info ~ .btnArea a.moreBtn:hover {
  color: #fff;
  opacity: 1;
}
#contents.detailPage .section .info ~ h1 {
  margin: 45px 0 10px;
  padding: 10px 0 10px 15px;
  letter-spacing: 0.05em;
  font-size: 2.1rem;
  font-weight: bold;
  border-left: 6px solid #8bcb47;
  background-color: #e8f5da;
}
#contents.detailPage .section .info ~ h2 {
  margin: 40px 0 10px;
  padding: 8px 0 8px 15px;
  letter-spacing: 0.05em;
  font-size: 1.9rem;
  font-weight: bold;
  border-left: 4px solid #8bcb47;
}
#contents.detailPage .section .info ~ h3 {
  margin: 35px 0 10px;
  padding: 8px;
  letter-spacing: 0.05em;
  font-size: 1.7rem;
  font-weight: bold;
  background-color: #e8f5da;
  border-radius: 5px;
}
#contents.detailPage .section .info ~ h4 {
  margin: 30px 0 10px;
  padding: 8px 0;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  font-weight: bold;
  border-top: 3px solid #c5e5a3;
  border-bottom: 3px solid #c5e5a3;
}
#contents.detailPage .section .info ~ h5 {
  margin: 25px 0 5px;
  padding: 6px 0;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  font-weight: bold;
  border-bottom: 2px solid #c5e5a3;
}
#contents.detailPage .section .info ~ h6 {
  margin: 20px 0 5px;
  padding: 5px 0;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
  font-weight: bold;
  border-bottom: 2px dotted #8bcb47;
}
#contents.detailPage .section .info ~ ol,
#contents.detailPage .section .info ~ * ol {
  list-style-type: decimal;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
}
#contents.detailPage .section .info ~ ol li,
#contents.detailPage .section .info ~ * ol li {
  margin: 1em 0 1em 1.5em;
  padding-left: 0;
}
#contents.detailPage .section .info ~ ol li::marker,
#contents.detailPage .section .info ~ * ol li::marker {
  font-weight: bold;
  color: #8bcb47;
}
#contents.detailPage .section .info ~ ul,
#contents.detailPage .section .info ~ * ul {
  list-style: disc;
}
#contents.detailPage .section .info ~ ul li,
#contents.detailPage .section .info ~ * ul li {
  margin: 1em 0 1em 1.5em;
  padding-left: 0;
}
#contents.detailPage .section .info ~ ul li::marker,
#contents.detailPage .section .info ~ * ul li::marker {
  font-weight: bold;
  color: #8bcb47;
}
