@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  background: #FFF;
  color: #222222;
  font-family: "Noto Sans JP", "segoe UI", 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 2.0rem;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

li {
  list-style-type: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before {
  content: '';
  content: none;
}

q:after,
q:before {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #CCC;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

html {
  font-size: 10px;
  height: 100%;
}

img {
  border: 0;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

article,
section {
  padding: 0;
  margin: 0 auto;
}

/* link */
a {
  color: #1111cc;
  transition: 0.1s;
  text-decoration: underline;
}

a:visited {
  color: #660099;
}

.lndic:hover,
a:hover {
  text-decoration: none;
}

a:active {
  outline: 0;
}

.lndic {
  cursor: pointer;
}

/* 文字装飾 */
.em_border {
  font-weight: bold;
  background: linear-gradient(transparent 80%, #f9f7ea 80%);
}

.em_highlight {
  background: linear-gradient(transparent 80%, #bae2a2 80%);
  font-weight: bold;
}

.em_red {
  font-weight: bold;
  color: #a81d1d;
}

/* 文字サイズ */
.fontSize_fixed {
  position: fixed;
  bottom: 0;
  right: 2px;
  background: #EFEFEF;
  box-shadow: 0 0 0 1px #CCC;
  border-radius: 8px 8px 0 0;
  padding: 4px;
  z-index: 999;
  transition: 0.3s all;
}

.fontSize_fixed:hover {
  transform: translateY(-2px);
}

#fontSize {
  font-size: 20px;
  display: flex;
}

.fontSizeTitle {
  font-size: 20px;
}

.large,
.middle,
.small {
  text-align: center;
  margin: 5px 2px;
  padding: 5px;
  color: #1111cc;
  cursor: pointer;
}

.large:hover,
.middle:hover,
.small:hover {
  opacity: 0.8;
}

@media (max-width: 800px) {
  .fontSize_fixed {
    right: 0;
    padding: 2px;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0;
  }
  .fontSize_fixed:hover {
    transform: translateY(0px);
  }
  .fontSizeTitle,
  .large,
  .middle,
  .small {
    margin: 1px 12px;
    padding: 2px;
    cursor: pointer;
  }
  .fontSizeTitle {
    margin-left: 0;
    margin-right: auto;
  }
}

/* fullscreen menu */
.hamburger {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  padding: 12px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.hamburger__icon {
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
}

.hamburger__icon,
.hamburger__icon:after,
.hamburger__icon:before {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #222;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.hamburger__icon:after,
.hamburger__icon:before {
  position: absolute;
  content: "";
}

.hamburger__icon:before {
  top: -7px;
}

.hamburger__icon:after {
  top: 7px;
}

.hamburger.active .hamburger__icon {
  background-color: transparent;
}

.hamburger.active .hamburger__icon:after,
.hamburger.active .hamburger__icon:before {
  background-color: #222;
}

.hamburger.active .hamburger__icon:before {
  -moz-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -webkit-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}

.hamburger.active .hamburger__icon:after {
  -moz-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -webkit-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}

.fat-nav {
  top: 0;
  left: 0;
  z-index: 9999;
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: #FFF;
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.fat-nav__wrapper {
  width: 100%;
  height: 100%;
}

.fat-nav.active {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.fat-nav li {
  list-style-type: none;
  text-align: center;
  padding: 10px;
  font-size: 18px;
}

.fat-nav li,
.fat-nav li span,
.fat-nav li a {
  color: #1111cc;
  text-decoration: none;
}

.menu_flex {
  margin: auto;
  display: flex;
  padding-top: 50px;
}

.menu_flex .menu {
  flex: 1;
  margin: 15px;
  padding: 5px;
  position: relative;
}

.menu_flex .title {
  color: #333;
  border-bottom: 2px solid #333;
  font-size: 20px;
}

@media (max-width: 800px) {
  .menu_flex {
    display: block;
  }
}

/* mainimage */
.mainimage {
  width: 100%;
  background-size: cover;
  clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 6% 80%, 0% 100%);
  margin: 0 auto -100px;
}

.mainimage .inner {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1080px;
}

.mainimage .inner .bg_img_effect {
  animation: scale-effect 1s cubic-bezier(0.4, 0.6, 0.5, 1) both;
}

.mainimage .inner svg {
  z-index: 5;
  width: 640px;
  height: 480px;
}

.mainimage::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url("../images/liquor.jpg") no-repeat top center;
  background-size: cover;
}

.svg-title-text {
  display: block;
  text-align: center;
  stroke: #333;
  fill: #333;
  font-size: 50px;
  stroke-dasharray: 150% 150%;
  stroke-width: 0.5px;
  animation: stroke-anim 2.2s linear;
}

@media (max-width: 1080px) {
  .mainimage {
    margin: 0 auto;
  }
  .mainimage .inner {
    width: 640px;
  }
  .svg-title-text {
    font-size: 35px;
  }
}

@media (max-width: 800px) {
  .mainimage .inner svg {
    width: 480px;
    height: 400px;
  }
}

@media (max-width: 640px) {
  .mainimage {
    text-align: center;
  }
  .mainimage .inner {
    display: block;
    width: 320px;
  }
  .mainimage .inner svg {
    z-index: 5;
    width: 100%;
  }
  .bg_img_effect {
    z-index: 1;
    margin-bottom: -30px;
  }
}

@media (max-width: 480px) {
  .mainimage {
    margin: 0 auto;
  }
  .mainimage .inner {
    margin: auto;
    display: block;
    max-width: 100%;
  }
  .mainimage .inner svg {
    box-sizing: border-box;
    z-index: 5;
    padding: 10px;
    width: 100%;
    height: 350px;
  }
  .svg-title-text {
    font-size: 35px;
  }
}

@keyframes scale-effect {
  0% {
    transform: scaleX(0.4);
  }
  100% {
    transform: scaleX(1);
  }
}

@keyframes stroke-anim {
  0% {
    stroke-dashoffset: 150%;
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #333;
  }
}

/*contents*/
main {
  margin: 0 auto;
  overflow: visible;
  box-sizing: border-box;
}

#contents {
  margin: 0 auto;
  text-align: left;
}

.column {
  width: 1080px;
  margin: 0 auto;
}

.column h1 {
  font-size: 40px;
  text-align: center;
  color: #055e60;
  background: #FFF;
  border-top: 6px solid #055e60;
  border-bottom: 6px solid #055e60;
}

.column p {
  box-sizing: border-box;
  font-size: 20px;
  font-size: 2.0rem;
  padding: 10px;
  margin: 0 auto;
  word-break: break-all;
}

.box_review {
  margin: 134px auto;
}

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

.box_review .item {
  width: 50%;
}

.box_review .other_wrap h2 {
  font-size: 40px;
  font-size: 4.0rem;
  margin: 20px auto;
  border-bottom: 4px solid #055e60;
}

.box_review .other_wrap h3 {
  font-size: 25px;
  font-size: 2.5rem;
  margin: 20px auto;
  border-left: 4px solid #055e60;
  padding-left: 10px;
}

.box_review .other_wrap h4 {
  font-size: 20px;
  font-size: 2.0rem;
  margin: 20px auto;
}

.box_review .other_txt {
  margin: 30px auto;
}

.box_review .ranking .purpose {
  display: inline-block;
  background: #f9f7ea;
  padding: 5px;
  margin: 15px 10px 15px 0;
  border-radius: 4px;
}

.box_review .ranking .purpose_item {
  padding: 5px;
  margin: 15px 10px 15px 0;
  border-bottom: 2px solid #f9f7ea;
}

@media (max-width: 480px) {
  .box_review .ranking .purpose {
    display: block;
  }
  .box_review .ranking .purpose_item {
    display: block;
    padding: 2px;
    margin: 2px 0px 2px 0px;
  }
}

.box_review .ranking .btn_buy span {
  display: block;
  margin: 8px auto;
  padding: 0.5em 1em;
  text-align: center;
  cursor: pointer;
  color: #FFF;
  background: #6f0e0e;
  border-bottom: solid 2px #be3939;
  border-radius: 4px;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
}

.box_review .ranking .btn_buy span:hover {
  border: solid 1px #6f0e0e;
  color: #6f0e0e;
  background: #FFF;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  transition: .4s all;
}

.box_review .ranking a {
  margin: 8px auto;
  padding: 0.4em 1em;
  text-align: center;
  text-decoration: none;
  color: #011717;
  border: dashed 1px #011717;
  border-radius: 3px;
  transition: .4s all;
  text-decoration: none;
  display: block;
  color: #055e60;
}

.box_review .ranking a:hover {
  background: #055e60;
  border: none;
  color: #FFF;
}

.box_review .gridbox {
  display: grid;
  gap: 10px;
  grid-template-columns: 2fr 1fr;
  margin: 20px auto;
  padding: 10px 0;
  border-top: 4px solid #055e60;
}

@media (max-width: 1080px) {
  .box_review .gridbox {
    display: block;
  }
}

.box_review .box_spec {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media (max-width: 640px) {
  .box_review .box_spec {
    display: block;
  }
}

.box_review .pointbox {
  flex: 1;
  margin: 1%;
  padding: 7px;
  text-align: center;
  background: #f9f7ea;
}

.box_review .pointbox .point_title {
  display: block;
  border-bottom: 2px solid #e8e0af;
  padding: 4px 0;
}

.box_review .pointbox .point_item {
  display: block;
  padding: 4px 0;
}

.box_review .pointbox .fa-star {
  color: #574307;
}

.article_toc {
  margin-top: -100px;
  background: #FFF;
}

.ranking_lead,
.ranking_close {
  text-align: center;
}

p.ranking_close {
  margin: 30px auto;
  padding: 30px 0;
}

.title_note {
  font-size: 25px;
  font-size: 2.5rem;
  padding: 15px 0;
  text-align: center;
  border-top: 2px dashed #055e60;
}

/* review */
.review-img {
  overflow: hidden;
  position: relative;
}

.review-img__img {
  display: block;
  opacity: 0;
  position: relative;
  transition: all 0.5s 0.3s ease;
  z-index: 0;
}

.review-img.addEffect img {
  opacity: 1;
}

.review-img::before {
  background: #055e60;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transform: translateX(-100%);
  transition: all 0.8s 0s;
  width: 100%;
  z-index: 1;
}

.review-img.addEffect::before {
  transform: translateX(100%);
}

.review-text {
  padding: 0 55px 5px;
}

.review-text__title {
  color: #055e60;
  display: block;
  font-size: 40px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.review-text__title:before {
  background: #055e60;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transform: translateX(-100%);
  transition: all 0.8s 0.3s;
  width: 100%;
  z-index: 1;
}

.review-text__title__inner {
  display: block;
  opacity: 0;
  transition: all 0.8s 0.5s;
}

.review-text__text {
  left: -50px;
  opacity: 0;
  position: relative;
  transition: all 0.5s 0.5s;
}

.review-text.addEffect .review-text__title:before {
  transform: translateX(100%);
}

.review-text.addEffect .review-text__title__inner {
  opacity: 1;
}

.review-text.addEffect .review-text__text {
  left: 0;
  opacity: 1;
}

@media (max-width: 768px) {
  .box_review {
    margin: 60px auto;
  }
  .box_review .flex {
    display: block;
  }
  .box_review .item {
    width: 100%;
    box-sizing: border-box;
  }
  .review-text {
    padding: 10px;
  }
  .review-text__title {
    display: block;
    font-size: 40px;
    z-index: 0;
  }
  .review-text__title__inner {
    display: block;
  }
  .review-text__text {
    left: 0;
  }
}

.box_toc {
  background: #f9f7ea;
  padding: 15px 0;
  margin: 2em auto;
}

@media (max-width: 1080px) {
  .column {
    width: 90%;
  }
}

@media (max-width: 600px) {
  .column {
    width: 96%;
  }
  .column h1 {
    font-size: 30px;
  }
  .column p {
    padding: 5px;
  }
}

/* コメント用BOX */
.box_merit,
.box_buy,
.box_result {
  box-sizing: border-box;
  background: #f9f7ea;
  clip-path: polygon(3% 0, 80% 0%, 100% 0, 100% 90%, 97% 100%, 20% 100%, 0 100%, 0 10%);
  margin: 0 auto;
  padding: 15px;
}

.box_merit h2,
.box_buy h2,
.box_result h2 {
  font-size: 30px;
  margin: 15px auto;
  padding-left: 30px;
  position: relative;
}

.box_merit h2::before,
.box_buy h2::before,
.box_result h2::before {
  font-family: "Font Awesome 5 Free";
  content: "\f024";
  position: absolute;
  bottom: 10px;
  left: 5px;
  color: #055e60;
  font-size: 15px;
}

.box_merit .btn_buy span,
.box_buy .btn_buy span,
.box_result .btn_buy span {
  cursor: pointer;
  text-align: center;
  position: relative;
  display: block;
  padding: 10px 20px;
  margin: 30px auto;
  text-decoration: none;
  color: #FFF;
  background: #055e60;
  border-radius: 6px;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  font-weight: bold;
  border: solid 2px #054d4f;
}

.box_merit .btn_buy:hover,
.box_buy .btn_buy:hover,
.box_result .btn_buy:hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.box_merit {
  box-sizing: border-box;
  background: #FFF;
  clip-path: none;
  margin: 0 auto;
  padding: 15px;
}

/* 口コミ用BOX */
.box_buzz {
  box-sizing: border-box;
  background: #f9f7ea;
  margin: 0 auto;
  padding: 5px;
}

.box_buzz h2 {
  text-align: center;
  padding: 20px 0;
  margin: 0 auto 20px;
  font-size: 30px;
}

.box_buzz .box_buzz_content {
  border: 2px solid #055e60;
  padding: 15px;
  margin: 2em auto 3em;
  border-radius: 6px;
  box-sizing: border-box;
}

.box_buzz h3 {
  box-sizing: border-box;
  text-align: center;
  margin: -50px auto 0;
  width: 200px;
  background: #055e60;
  color: #FFF;
  clip-path: polygon(8% 0, 100% 0%, 92% 100%, 0% 100%);
  overflow: hidden;
  font-weight: normal;
  font-size: 20px;
  padding: 15px;
}

.box_buzz h3 span {
  font-size: 16px;
  padding-left: 10px;
}

.box_buzz .btn_buy {
  cursor: pointer;
  margin: 30px auto;
  display: block;
  text-align: center;
  width: 250px;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #055e60;
  border: solid 2px #055e60;
  border-radius: 3px;
  transition: 0.4s;
}

.box_buzz .btn_buy:hover {
  background: #055e60;
  color: #FFF;
}

@media (max-width: 480px) {
  .box_buzz .btn_buy {
    width: 100%;
    box-sizing: border-box;
  }
}

/* related_posts */
.related {
  box-sizing: border-box;
  padding: 20px;
  background: url(../images/related_bg.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.related h2 {
  text-align: center;
  color: #FFF;
  padding: 12px;
  font-weight: normal;
  font-size: 24px;
  font-size: 2.4rem;
  margin: 10px auto;
}

.related section {
  width: 95%;
  margin: 1em auto;
}

.related .box_related {
  display: grid;
  gap: 10px;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.related .related_item_wrapper {
  display: block;
  position: relative;
  margin: 2px auto;
  padding: 2px 0;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14);
  box-sizing: border-box;
}

.related .img_wrap {
  overflow: hidden;
}

.related .related_item_content {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 89px;
  height: 91px;
  overflow: hidden;
}

.related .related_item {
  display: inline-block;
  position: absolute;
  padding: 7px 0;
  left: -23px;
  top: 22px;
  width: 160px;
  text-align: center;
  font-size: 18px;
  line-height: 16px;
  background: #055e60;
  color: #fff;
  letter-spacing: 0.05em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.related .related_item:after,
.related .related_item:before {
  position: absolute;
  content: "";
  border-top: 4px solid #f9f7ea;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  bottom: -4px;
}

.related .related_item:before {
  left: 14px;
}

.related .related_item:after {
  right: 18px;
}

.related a {
  color: #FFF;
  text-decoration: none;
  transition-duration: 0.3s;
}

.related .items:hover {
  transform: translateX(2px);
  transition-duration: 0.3s;
}

.related a img:hover {
  opacity: 1;
  transform: scale(1.1);
  transition-duration: 0.3s;
}

.related .name_item {
  font-size: 20px;
  border-bottom: 4px solid #FFF;
  font-weight: normal;
  padding: 5px;
}

.related .cost_item {
  font-size: 18px;
  padding: 5px;
}

.related .cost_item span {
  font-size: 25px;
}

.related .link {
  padding: 5px;
  font-size: 18px;
  position: relative;
}

.related .link::after {
  font-family: "Font Awesome 5 Free";
  content: "\f35a";
  font-size: 15px;
  padding-left: 10px;
}

@media screen and (max-width: 960px) {
  .related section {
    width: 98%;
  }
  .related .box_related {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 640px) {
  .related .box_related {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 480px) {
  .related {
    padding: 10px;
  }
  .related .box_related {
    display: block;
  }
  .related .related_item_wrapper {
    margin: 30px auto;
  }
}

/* header */
header {
  margin: 0 auto 30px;
}

/* footer */
footer {
  margin: 0 auto;
  background: url("../images/bg.png") repeat 50% 50%;
}

footer .copyright {
  font-size: 15px;
  text-align: center;
  padding: 50px 0;
}

@media (max-width: 640px) {
  footer .copyright {
    padding: 50px 0 100px;
  }
}

/* localnavi */
.localnavi {
  margin: 0 auto;
  padding: 20px;
  background: #FFF url("../images/bg.png") repeat 50% 50%;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  box-sizing: border-box;
  width: 100%;
}

.localnavi .localnavi_wrap {
  padding: 10px;
}

.localnavi .localnavi_wrap ul li {
  text-align: left;
}

.localnavi .localnavi_wrap .title {
  border-bottom: 2px solid #055e60;
  padding: 5px;
  margin-bottom: 10px;
}

.localnavi .localnavi_wrap .icon {
  padding: 8px 0 8px 25px;
  position: relative;
}

.localnavi .localnavi_wrap .icon::before {
  font-family: "Font Awesome 5 Free";
  content: "\f35a";
  font-size: 15px;
  padding-right: 10px;
  position: absolute;
  top: 10px;
  left: 0;
}

.localnavi .localnavi_wrap .icon:hover {
  transform: translateX(2px);
  transition: 0.6s all;
}

.localnavi .localnavi_wrap a,
.localnavi .localnavi_wrap span {
  text-decoration: none;
  color: #1111cc;
}

.localnavi .localnavi_wrap .menu {
  padding: 10px;
}

@media (max-width: 480px) {
  .localnavi {
    display: block;
    padding: 5px;
  }
}

/* treeview icon */
.expandable {
  color: #1111cc;
  font-size: 20px;
  font-size: 2.0rem;
  padding: 10px 0;
}

.expandable:hover {
  transform: translateX(2px);
  transition: 0.6s all;
}

.collapsable {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background: rgba(214, 214, 214, 0.5);
  padding-left: 5px;
}

.collapsable .collapsable {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.filetree li a,
.filetree li span {
  display: block;
  cursor: pointer;
}

.filetree li ul {
  padding-left: 15px;
}

.filetree li ul li ul {
  padding-left: 7px;
}

.fa-caret-square-down {
  padding-right: 5px;
}

/* toc.min.js */
#toc {
  padding: 0.5em;
  margin: 2em auto;
  box-sizing: border-box;
  border: 5px solid #055e60;
  width: 640px;
}

@media screen and (max-width: 960px) {
  #toc {
    width: 100%;
  }
}

#toc::before {
  content: "Index";
  color: #333;
}

#toc ol {
  padding-left: 0;
}

#toc li {
  margin: 5px 0;
  font-size: 18px;
  font-size: 1.8rem;
}

#toc ol {
  counter-reset: contentNum;
}

#toc ol li {
  list-style: none;
}

#toc ol li + li {
  margin-top: 2px;
}

#toc ol li a {
  position: relative;
  display: block;
  padding: 0 0 0 1.3em;
}

#toc ol li a::after,
#toc ol li a::before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 20px;
  height: 1em;
  text-align: center;
}

#toc ol li a::before {
  margin-top: 0;
  color: #222222;
}

#toc ol li.toc-h2 a::before {
  content: counter(contentNum) ".";
  counter-increment: contentNum;
}

#toc ol li.toc-h3 {
  padding-left: 1em;
}

#toc ol li.toc-h3 a {
  padding-left: 2.3em;
}

#toc ol li.toc-h2 {
  counter-reset: subContNum;
}

#toc ol li.toc-h3 a::before,
#toc ol li.toc-h4 a::before {
  white-space: nowrap;
}

#toc ol li.toc-h3 a::before {
  counter-increment: subContNum;
  content: counter(contentNum) "-" counter(subContNum) ".";
}

#toc ol li.toc-h4 {
  padding-left: 2em;
}

#toc ol li.toc-h4 a {
  padding: 0 0 0 3.2em;
}

#toc ol li.toc-h3 {
  counter-reset: section;
}

#toc ol li.toc-h4 a::before {
  counter-increment: section;
  content: counter(contentNum) "-" counter(subContNum) "-" counter(section) ".";
}

@media screen and (max-width: 600px) {
  #toc {
    padding: 0.5em;
    margin: 0.5em auto 1em;
  }
  #toc ol li.toc-h3 {
    padding-left: 0.6em;
  }
  #toc ol li.toc-h4 {
    padding-left: 1em;
  }
}

/*# sourceMappingURL=style.css.map */
