﻿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;
}

/* PC用改行 */
@media screen and (max-width: 649px) {
 .br-pc {
  display: none;
 }
}

/* SP用改行 */
@media screen and (min-width: 650px) {
 .br-sp {
  display: none;
 }
}

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

@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;
}

.mate_border {
 border: 1px solid #094f56;
}

h3 {
 position: relative;
 padding: 15px 0 15px 15px;
}

h3 > span:first-child:after {
 content: "";
 position: absolute;
 background-size: contain;
 vertical-align: middle;
 background-repeat: no-repeat;
 background-image: url("/wp-content/uploads/2021/10/arrow01.png");
 width: 20px;
 height: 20px;
 right: 15px;
 top: 40%;
}

.mate_contents {
 padding: 15px;
}

.mate_contents h4 {
 width: 100px;
 line-height: 25px;
 text-align: center;
 margin: 15px 0 5px;
}

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

.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 label.check-label {
 width: 100%;
}

ul.checklist li.check-item label.check-label 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 label.check-label dl:hover {
 opacity: 0.6;
}

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

ul.checklist li.check-item label.check-label 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;
 color: #094f56;
}

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

.documents-title {
 color: #094f56;
 height: 60px;
 margin-top: 5px !important;
 margin-bottom: 20px !important;
 line-height: 28px;
 align-items: center;
}

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

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

@media screen and (max-width: 650px) {
 .documents-title-1line {
  margin-bottom: 10px !important;
 }
}

.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,
.documents-title-1line p {
 margin-bottom: 0;
 width: calc(100% - 30px);
}

@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 {
  height: 90px;
 }
}

/* contactform7用 */
input[type="checkbox"] {
 width: 22px;
 height: 22px;
}

input[type="checkbox"] + .documents-title {
 display: block;
 position: relative;
 padding-left: 40px;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
}

input[type="checkbox"] + .documents-title:before {
 content: "";
 display: block;
 width: 22px;
 height: 22px;
 border: 2px solid #094f56;
 position: absolute;
 left: 0;
 top: 50%;
 transform: translateY(-50%);
 -webkit-transition: all 0.12s, border-color 0.08s;
 transition: all 0.12s, border-color 0.08s;
}

input[type="checkbox"]:checked + .documents-title:before {
 width: 10px;
 top: 25%;
 left: 5px;
 border-radius: 0;
 border-top-color: transparent;
 border-left-color: transparent;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}

input[type="checkbox"] + .documents-title-1line {
 display: block;
 position: relative;
 padding-left: 40px;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
}

input[type="checkbox"] + .documents-title-1line:before {
 content: "";
 display: block;
 width: 22px;
 height: 22px;
 border: 2px solid #094f56;
 position: absolute;
 left: 0;
 top: 26%;
 -webkit-transition: all 0.12s, border-color 0.08s;
 transition: all 0.12s, border-color 0.08s;
}

input[type="checkbox"]:checked + .documents-title-1line:before {
 width: 10px;
 top: 18%;
 left: 5px;
 border-radius: 0;
 border-top-color: transparent;
 border-left-color: transparent;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}

.sec_form {
 margin: 30px auto 45px !important;
}

.sec_form dt {
 font-weight: 400;
}

form {
 margin: 0 auto 120px !important;
}

form h3 {
 margin-bottom: 15px;
}

form h4 {
 margin-bottom: 15px !important;
}

form dt {
 margin-bottom: 15px !important;
}

@media screen and (max-width: 650px) {
 form dt {
  margin-bottom: 0 !important;
 }
}

form .form_items {
 margin: 0 auto 30px !important;
}

form .checkbox {
 display: -webkit-box;
 display: flex;
 -webkit-box-align: center;
 align-items: center;
 -webkit-box-pack: justify;
 -webkit-justify-content: space-between;
 -ms-flex-pack: justify;
 justify-content: space-between;
}

@media screen and (max-width: 650px) {
 form .checkbox {
  display: block;
 }
}

form .checkbox input[type="checkbox"] {
 display: none;
}

form .checkbox input[type="checkbox"]:checked + label {
 background: #012e57;
 border: 1px solid #012e57;
 color: #fff;
}

form .checkbox-label {
 display: block;
 text-align: center;
 cursor: pointer;
 border-radius: 2px;
 transition: 0.5s;
 border: 1px solid #000;
 line-height: 3.5em;
}

form .checkbox-label:hover {
 background-color: #0c449b;
 border: 1px solid #0c449b;
 color: #fff;
}

form .checkbox-item {
 width: 30%;
}

@media screen and (max-width: 650px) {
 form .checkbox-item {
  width: 80%;
  margin: 0 auto 25px !important;
 }
}

form textarea {
 width: 100%;
 display: block;
 height: 40px;
 resize: vertical;
 border: 1px solid #717171;
 border-radius: 2px;
 font-family: inherit;
 font-display: swap;
 padding: 10px;
}

form input:-ms-input-placeholder,
form input:-ms-input-placeholder,
form input::-moz-placeholder,
form input::-ms-input-placeholder,
form input::-ms-input-placeholder,
form input::-webkit-input-placeholder,
form input::placeholder {
 color: #c0c0c0;
}

form input[type="text"],
form input[type="email"],
form input[type="tel"] {
 display: inline-block;
 border: 1px solid #717171;
 border-radius: 2px;
 padding: 5px;
 line-height: 1.5em;
}

@media screen and (max-width: 650px) {
 form input[type="text"],
 form input[type="email"],
 form input[type="tel"] {
  line-height: 1.8em;
 }
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="tel"]:focus,
form textarea:focus,
form textarea:active {
 box-shadow: 0 0 1px #de8175;
 border: 1px solid #de8175 !important;
 background: #fffeed;
 outline-offset: -999px;
}

form .required span:after {
 content: "必須";
 color: #fff;
 background-color: #ac1a00;
 font-family: inherit;
 font-display: swap;
 font-weight: 700;
 font-size: 12px;
 padding: 0 5px 2px;
 margin-left: 5px;
}

.kakunin .wpcf7-list-item-label span {
 color: #fff;
 background-color: #ac1a00;
 font-family: inherit;
 font-display: swap;
 font-weight: 700;
 font-size: 12px;
 padding: 0 5px 2px;
 margin-left: 5px;
}

@media screen and (min-width: 0\0) and (min-resolution: 72dpi) {
 form #namearea label {
  display: block;
 }
}

form #namearea label:first-child {
 margin-right: 30px !important;
}

@media screen and (max-width: 650px) {
 form #namearea label:first-child {
  margin-bottom: 30px !important;
 }
}

form input {
 width: 590px;
}

@media screen and (max-width: 650px) {
 form input {
  width: 300px;
 }
}

form input.sh {
 width: 280px;
}

@media screen and (max-width: 650px) {
 form input.sh {
  width: 300px;
 }
}

form #caution {
 margin-top: 30px !important;
 font-weight: 100;
 color: #696969;
}

form #caution ul li {
 margin-bottom: 4px;
}

form #caution ul li a {
 display: inline;
 color: #696969;
 border-bottom: 1px solid #696969;
}

form div#form_submit {
 width: 280px;
 height: 70px;
 margin: 60px auto 0 !important;
}

form div#form_submit input[type="submit"],
form div#form_submit input[type="button"] {
 border-radius: 0;
 -webkit-appearance: none;
 -webkit-box-sizing: content-box;
 box-sizing: border-box;
 font-family: inherit;
 font-display: swap;
 font-size: 100%;
 font-weight: 700;
 border: none;
 width: 100%;
 height: 100%;
}

form div#form_submit input[type="submit"]::-webkit-search-decoration,
form div#form_submit input[type="button"]::-webkit-search-decoration {
 display: none;
}

form div#form_submit input[type="submit"]:focus,
form div#form_submit input[type="button"]:focus {
 outline-offset: -2px;
}

form div#form_submit input[type="submit"] {
 padding: 0;
 vertical-align: middle;
 line-height: 1;
 background: #59760b;
 border-radius: 10px;
 color: #ffffff;
 box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.49);
 -webkit-transition: box-shadow 0.3s, -webkit-transform 0.3s;
 transition: box-shadow 0.3s, -webkit-transform 0.3s;
 transition: box-shadow 0.3s, transform 0.3s;
 transition: box-shadow 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

form div#form_submit input[type="submit"]:hover {
 box-shadow: none;
 -webkit-transform: translateY(3px) translateX(3px);
 transform: translateY(3px) translateX(3px);
 box-shadow: none;
 cursor: pointer;
 background: #2f4003;
 color: rgba(255, 255, 255, 0.5);
}

form div#form_submit input[type="submit"]::-webkit-search-decoration {
 display: none;
}

form div#form_submit input[type="submit"]:focus {
 outline-offset: -2px;
}

/* contactform7用 */
.wpcf7-form-control-wrap .wpcf7-checkbox {
 display: block;
 height: 22px;
 margin-right: 8px;
}

.wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
 margin: 0;
 height: 22px;
}

.wpcf7-form-control-wrap .wpcf7-checkbox::before {
 margin: 0;
}

.documents-title-1line {
 align-items: center;
 justify-content: flex-start !important;
}

.documents-title-1line .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label,
.documents-title .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
 display: none;
}

.kakunin .wpcf7-list-item-label span {
 color: #fff;
 background-color: #ac1a00;
 font-family: inherit;
 font-display: swap;
 font-weight: 700;
 font-size: 12px;
 padding: 0 5px 2px;
 margin-left: 5px;
}

.sub_label {
 width: 100%;
 margin-bottom: 25px !important;
}

.sub_label .inline p {
 display: flex;
 justify-content: flex-start;
}

@media screen and (max-width: 650px) {
 .sub_label .inline p {
  display: block;
 }
}

.kakunin {
 margin-top: 60px;
 text-align: center;
 font-weight: 700;
}

.kakunin input {
 width: 30px;
 height: 24px;
 vertical-align: middle;
}

/* submitボタン下のエラーメッセージ非表示 */
.wpcf7-form.invalid .wpcf7-response-output {
 display: none;
}

/* submitボタン下の送信完了メッセージ非表示 */
.wpcf7-form.sent .wpcf7-response-output {
 display: none;
}

/* thanks */
.logo_area {
 line-height: 120px;
}

.top_logo a img {
 height: 50px;
 width: auto;
}

#thanks_wrap {
 margin-bottom: 150px !important;
}

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

#thanks_wrap h1 {
 margin: 30px auto 45px;
}

#thanks_wrap .thanks_p {
 margin-top: 30px;
}

.pdf_link {
 width: 320px;
 height: 70px;
 text-align: center;
 margin: 40px auto;
}

.pdf_link a {
 display: block;
 color: #fff;
 background-color: #337ab7;
 font-weight: bold;
 padding: 20px 60px;
}

.pdf_link a:hover {
 opacity: 0.7;
}

#thanks_caution {
 margin-bottom: 40px;
}

#thanks_caution p {
 margin-bottom: 0 !important;
}

.thanks_contact {
 width: 500px;
 border: solid 2px #094f56;
 padding: 40px;
 margin: 20px auto 10px;
}

@media screen and (max-width: 650px) {
 .thanks_contact {
  width: 95%;
  padding: 20px;
 }
}

.thanks_contact p a {
 color: #337ab7;
}
