a {
 cursor: pointer !important;
}

a:hover {
 cursor: pointer !important;
 opacity: 0.5;
 -webkit-transition: all 0.3s ease;
 -moz-transition: all 0.3s ease;
 -o-transition: all 0.3s ease;
 transition: all 0.3s ease;
}

sup {
 vertical-align: middle;
}

.top {
 background-color: #094f56;
}

@media screen and (max-width: 650px) {
 .top {
  height: 140px !important;
  margin-bottom: 60px !important;
 }
}

.top h1 {
 text-align: center;
 padding-top: 80px !important;
}

@media screen and (max-width: 650px) {
 .top h1 {
  padding-top: 40px !important;
 }
}

.top h1 span {
 background-color: transparent !important;
 width: 100% !important;
 letter-spacing: 0.08em !important;
}

@media screen and (max-width: 650px) {
 .entry-content {
  margin-top: -60px !important;
 }
}

.sec {
 margin-bottom: 90px !important;
}

.sec .txt {
 margin: 15px auto 0;
}

.green_button {
 width: 30vw;
 max-width: 250px;
 line-height: 50px;
 margin: 0 auto;
 border: 2px solid #094f56 !important;
 transition-duration: 0.3s;
}

.green_button:before {
 content: "";
 display: inline-block;
 background-size: contain;
 vertical-align: middle;
 background-repeat: no-repeat;
 background-image: url("/wp-content/uploads/2022/08/arrow02_green.png");
 width: 20px;
 height: 20px;
 margin-top: -7px;
 margin-right: 10px;
 margin-left: -10px;
}

.green_button:hover {
 box-shadow: 0px 0px 0px 1px #094f56;
 transition-duration: 0.3s;
}

.page_jump {
 display: flex;
 justify-content: space-between;
 align-items: center;
 margin: 40px 0 30px;
}

.page_jump .page_jump_btn {
 color: #094f56;
 margin-bottom: 0;
}

#cosme_material,
#food_material {
 margin-bottom: 100px;
}

.list {
 margin-bottom: 5px;
}

li.list {
 list-style-type: disc;
}

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

.grid {
 display: grid;
 grid-template-columns: repeat(4, 1fr);
 column-gap: 4%;
 row-gap: 80px;
}

@media screen and (max-width: 900px) {
 .grid {
  grid-template-columns: repeat(3, 1fr);
 }
}

@media screen and (max-width: 650px) {
 .grid {
  grid-template-columns: repeat(2, 1fr);
  column-gap: 6%;
  row-gap: 60px;
 }
}

ul.checklist {
 height: auto;
}

ul.checklist li.check-item dl {
 cursor: pointer;
 display: flex;
 flex-direction: column;
 height: 100%;
}

ul.checklist li.check-item dl > a {
 display: flex;
 flex-direction: column;
 flex-grow: 1;
}

ul.checklist li.check-item dl:hover {
 opacity: 0.6;
}

ul.checklist li.check-item dl dt {
 margin-bottom: 15px;
 position: relative;
 aspect-ratio: 185 / 260;
 width: 100%;
 height: auto;
 text-align: center;
}

ul.checklist li.check-item dl dt img {
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translateY(-50%) translateX(-50%);
 border: 1px solid #ececec;
}

.small_tmb {
 aspect-ratio: 1 / 1 !important;
 height: auto !important;
}

.category {
 padding: 30px !important;
}

.category-label {
 background-color: #d7dfe0;
 padding: 4px;
 margin-right: 4px;
}

.documents-title {
 color: #094f56;
 margin-top: 5px !important;
 line-height: 28px;
}

.documents-title-1line {
 color: #094f56;
 height: 40px;
 line-height: 28px;
}

.documents-title .flex {
 height: 60px;
 display: flex;
 align-items: center;
 margin-bottom: 20px;
}

@media screen and (max-width: 650px) {
 .documents-title .flex {
  margin-top: 0;
 }
}

.documents-title p {
 margin-bottom: 0;
}

@media screen and (max-width: 650px) {
 .documents-title p {
  line-height: 1.4;
 }
}

.documents-txt {
 flex-grow: 1;
}

@media screen and (max-width: 650px) {
 .documents-txt {
  margin-top: 10px !important;
 }
}

.documents-btn {
 background-color: #094f56;
 width: 100%;
 margin: 15px auto 0 !important;
 padding: 5px 0;
 line-height: 2.5em;
}

.documents-btn a {
 color: #fff !important;
 display: inline-block;
 width: 100%;
}
