@charset "UTF-8";
/* ==========================================================================
   
   #8bc776
   #c6ddb0
   #deecdd
   
   #d6e9f6
   #deecdd
   
   #f3b74b
   #fefaef
   #f7f9fa
   #f1f1f2
   
   #3B5432
   
   ========================================================================== */
   
.bold-green {
    color: #3B5432;
    font-weight: 700;
}

.bold-red {
    color: #A6605D;
    font-weight: 700;
}

.mky_green_a {
    background-color: #deecdd;
}

.mky_green {
    background: linear-gradient(transparent 70%, #deecdd 70%);
}

#logo-wrap {
    display: none;
}

[data-header="fixed"][data-main-header*="wide"] #headerimg .headerimg-img::before {
    display: none;
}

.headerimg-desc {
    color: #555;
}

h1.headerimg-title {
    color: #444;
    font-size: 2em;
    padding: 1rem;
    margin-left: 10%;
    width: 90%;
    text-shadow: 8px 8px 16px #fff;
}

h1.headerimg-title::before {
    content: "";
    position: absolute;
    left: 10%;
    bottom: 4px;
    width: 90%;
    height: 3px;
    background: #78bd4a;
    border-radius: 999px;
}

[data-column="col1"][data-main="wide"] h2:not([class*="topic"]) {
  position: relative;
  padding: 0 0 2rem 0;
  text-align: center;
  overflow: unset;
  margin-top: 0;
}

[data-column="col1"][data-main="wide"] h2:not([class*="topic"]):before {
  position: absolute;
  bottom: 0px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #F3B74B;
}

h3:not([class*="topic"]) {
  border-bottom: 0px;
  padding: 0.5em;
  padding-left: 2rem;
  color: #494949;
  background: #fffaf4;
  border-left: solid 5px #ffaf58;
}

h4:not([class*="topic"]) {
  position: relative;
  border-left: 8px solid #eee;
  color: #333;
  padding: .5em 1em;
  overflow: unset;
}

h4:not([class*="topic"])::before {
  position: absolute;
  content: "";
  left: -8px;
  bottom: 0;
  width: 8px;
  height: 50%;
  background-color: #c6ddb0;
}

h5:not([class*="topic"]) {
  position: relative;
  line-height: 1.4;
  padding:0.25em 1em;
  display: inline-block;
  top:0;
}

h5:not([class*="topic"]):before, h5:not([class*="topic"]):after { 
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}

h5:not([class*="topic"]):before {
  border-top: dotted 1px #535aaa;
  border-left: dotted 1px #535aaa;
  border-bottom: dotted 1px #535aaa;
  left: 0;
  background: #fff;
}

h5:not([class*="topic"]):after {
  content: '';
  border-top: dotted 1px #535aaa;
  border-right: dotted 1px #535aaa;
  border-bottom: dotted 1px #535aaa;
  right: 0;
}

ul:not([id]):not([class]) li::before {
    background-color: #8bc776;
    border-radius: 16px;
}

ul:not([id]):not([class]) {
    margin: 0;
}

.graybg {
    font-weight: 500;
}

.alert:not(.noimage), .accept:not(.noimage), .attention:not(.noimage), .thint:not(.noimage) {
    line-height: 1.8;
}

@media (min-width: 1025px) {
    [data-header="fixed"]:not([data-headerimg-img="false"]) #header .container::after {
        display:none
    }

    [data-header="fixed"]:not([data-headerimg-img="false"]) .headerimg-inner {
        padding-top: 72px;
    }

    [data-headerimg-meta="false"] .headerimg-meta {
        display: inline-block;
        margin-right: auto;
        margin-left: 5%;
        width: 40%;
        padding: 1rem;
    }

    [data-headerimg-type="header"][data-headerimg-title="left"] .headerimg-inner {
        flex-direction: column;
    }

}

@media (max-width: 1024px) {
    [data-header="fixed"]:not([data-headerimg-img-sp="false"]):not([data-headerimg-title-sp="under"]) .headerimg-inner {
        padding-top: calc(1rem + var(--padding-overall));
    }
    
.headerimg-img img {
    opacity: 0.8;
    }
    
    h1.headerimg-title {
    margin: auto;
    width: 80%;
}
    h1.headerimg-title::before {
    margin: auto;
    width: 80%;
}
}

@media (max-width: 768px) {
    h1.headerimg-title {
        font-size: 2.1rem;
    }
}

@media (max-width: 425px) {
    [data-header="fixed"]:not([data-headerimg-img-sp="false"]):not([data-headerimg-title-sp="under"]) .headerimg-inner {
        padding-top: 0;
    }
}

@media (max-width: 375px) {
    [data-header="fixed"]:not([data-headerimg-img-sp="false"]):not([data-headerimg-title-sp="under"]) .headerimg-inner {
        font-size: 1.4em;
    }
}