* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
html {
 scroll-padding-top: 150px;
}
html, body {
  font-weight: 500;
  font-size: 100%;
  width: 100%;
  overflow-x: hidden;
  background-color: #fff;
  color: #333;
}

h1, h2, h3, h4, h5, h6, th {
  font-weight: normal;
}
a {
  outline: none;
  text-decoration: none;
  color: #333;
}
a:hover, a:active {
  text-decoration: none;
  color: #7aa03c;
}
a:hover img {
  opacity: 0.8;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  clear: both;
}
ul, ol {
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
em {
  font-style: normal;
}

/* Text colors */
.txt_white { color: #fff !important; }
.txt_black { color: #000!important; }
.txt_ore { color: #eca826; }
.txt_gr { color: #7aa03c; }
.txt_gr2 { color: #a8c37d; }
.txt_gray { color: #888888; }
.txt_brown { color: #957a36; }
.txt_bold { font-weight: bold; }
.txt_center { text-align: center; }
.txt_left { text-align: left !important; }
.txt_right { text-align: right; }
.tRed { color: #ff0000; }

/* Spacing helpers */

.mgt5 { margin-top: 5px; }
.mgt10 { margin-top: 10px; }
.mgt20 { margin-top: 20px; }

.mgb5 { margin-bottom: 5px; }
.mgb10 { margin-bottom: 10px; }
.mgb20 { margin-bottom: 20px; }

.pdt5 { padding-top: 5px; }
.pdt10 { padding-top: 10px; }
.pdt15 { padding-top: 15px; }
.pdt20 { padding-top: 20px; }

.pdb5 { padding-bottom: 5px; }
.pdb10 { padding-bottom: 10px; }
.pdb20 { padding-bottom: 20px; }


/* Background colors */
.bg_white { background: #fff; }
.bg_gray { background: #f3f3f3;}
.bg_ore { background: #faf6ec;}
.bg_gr { background: #a8c37c; }
.bg_black { background: rgba(0, 0, 0, 0.4); }

/* Containers */
.con1, .con2, .con3 {
  margin: 0 auto;
}
.con1 { width: 1200px; }
.con2 { width: 1000px; }
.con3 { width: 880px; }

.co_p { padding-top: 90px; padding-bottom: 90px;}
.co_p2 { padding-top: 60px; padding-bottom: 60px;}
.co_p3 { padding-top: 30px; padding-bottom: 30px;}
.co_t { padding-top: 90px;}
.co_t2 { padding-top: 60px;}
.co_t3 { padding-top: 30px;}
.co_b { padding-bottom: 90px;}
.co_b2 { padding-bottom: 60px;}
.co_b3 { padding-bottom: 30px;}

.re { position: relative; }
.re2 { position: relative; z-index:2; }
.re3 { position: relative; z-index:3; }

.rad{ border-radius: 15px;}
.grecaptcha-badge { visibility: hidden; }

.postconts .wp-block-spacer{ height: 80px!important;}

.fon1{
  font-family: "Alex Brush", cursive;
  font-weight: 400;
  font-style: normal;
}

.fon2{
  font-family: "メイリオ", Meiryo, sans-serif;
  font-style: normal;
}

.fon3{
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

hr { margin: 2em 0;}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  animation: fadeOut 0.5s ease-out forwards;
}

.loader {
  width: 50px;
  height: 50px;
  border: 5px solid #ccc;
  border-top: 5px solid #163a8c;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes fadeOut {
  0% { opacity: 1; }
  100% { opacity: 0; visibility: hidden; }
}


/*共通コンテンツスタイル*/

.singlebox h2,
.postconts h2{
  position: relative;
  padding: 10px 15px;
  background: #a9c37e;
  color: #ffffff;
  border-radius: 5px;
  text-align: left;
  margin-bottom: 25px;
}

.singlebox h2 strong,
.postconts h2 strong{
  font-weight: 700;
}

.singlebox h3,
.postconts h3{
  position: relative;
  padding: 8px 15px;
  margin-bottom: 20px;
  border-radius: 5px;
  border-left: 8px solid #c3b37f;
  border-right: 1px solid #c3b37f;
  border-top: 1px solid #c3b37f;
  border-bottom: 1px solid #c3b37f;
}

.singlebox h4,
.postconts h4{
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: dashed 1px #a9a9a9;
}

.singlebox h5,
.postconts h5{
  color: #957a36;
  position: relative;
  margin-bottom: 15px;
}

.singlebox ul.wp-block-list,
.postconts ul.wp-block-list{
  border: 1px solid #dddddd;
  background: #f6f9f2;
  border-radius: 5px;
  padding: 10px;
  margin: 15px 5px;
  box-sizing: border-box;
}

.singlebox ul.wp-block-list li,
.postconts ul.wp-block-list li{
  padding: 3px 0 3px 20px;
  font-weight: 500;
  position: relative;
}

.singlebox ul.wp-block-list li::before,
.postconts ul.wp-block-list li::before{
  content: '●';
  position: absolute;
  left: 5px;
  top: 3px;
  color: #7aa03c;
  font-size: 10px;
}

.singlebox ul.list1,
.postconts ul.list1{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}

.singlebox ul.list1 li,
.postconts ul.list1 li{
  width: 31%;
  margin: 0 1%;
  box-sizing: border-box;
}

.singlebox table,
.postconts table{
  margin: 15px 0;
  width: 100%;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-collapse: collapse;
  border-spacing: 0; 
}

.singlebox table th,
.postconts table th{
  background: #f0f0f0;
  font-weight: 500;
}

.singlebox table td,
.postconts table td{
  background: #ffffff;
}

.singlebox table th,
.singlebox table td,
.postconts table th,
.postconts table td{
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: none;
  border-left: none;
  padding: 15px 15px;
  vertical-align: top;
}

.singlebox table thead,
.postconts table thead{
  border-bottom: none;
}

.singlebox .table_left tr td:first-child,
.postconts .table_left tr td:first-child {
  font-weight: 500;
  background: #f2f2f2;
  width: 50%;
}

.table_simple table{
  border-right: 1px solid #dddddd;
}

.table_simple table th,
.table_simple table td{
  border-right: none;
  font-size: 1.1rem;
}

.singlebox .wp-block-button a
.postconts .wp-block-button a{
  border: 1px solid #7aa03c;
  color: #7aa03c;
  border-radius: 100px;
  font-weight: 500;
  text-align: center;
  padding: 10px 20px;
  -webkit-transition: all .5s ease;
	transition: all .5s ease;
  display: block;
}

.singlebox .wp-block-button,
.postconts .wp-block-button{
  min-width: 300px;
  display: inline-block;
}

.singlebox .wp-block-button a:hover,
.postconts .wp-block-button a:hover{
  color: #ffffff;
  background: #7aa03c;
}

.singlebox .wp-block-media-text,
.postconts .wp-block-media-text{
  padding-bottom: 40px;
}

.singlebox .wp-block-column .wp-block-image,
.postconts .wp-block-column .wp-block-image,
.singlebox .wp-block-media-text__media,
.postconts .wp-block-media-text__media {
  text-align: center;
  padding: 0 3%!important;
}

.singlebox .wp-block-media-text__content,
.postconts .wp-block-media-text__content{
  padding: 0 3%!important;
  align-self: start;
}

.singlebox .wp-block-column .wp-block-image img,
.postconts .wp-block-column .wp-block-image img,
.singlebox .wp-block-media-text__media img,
.postconts .wp-block-media-text__media img{
  border-radius: 10px;
}

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

.clm_falf{
  width: 45%;
}

.clm_triple{
  width: 30%;
}

.singlebox h2,
.postconts h2{
  margin-top: 70px;
}

.singlebox h2:first-of-type,
.postconts h2:first-of-type{
  margin-top: 0;
}

.singlebox h3,
.singlebox h4,
.singlebox h5,
.postconts h3,
.postconts h4,
.postconts h5{
  margin-top: 50px;
}


/* Media Queries */
@media screen and (max-width: 1300px) {
  .con1 { width: 95%; }
  .con2 { width: 90%; }
}
@media screen and (max-width: 1150px) {
  .co_p { padding-top: 60px; padding-bottom: 60px;}
  .co_t { padding-top: 60px;}
  .postconts .wp-block-spacer{ height: 60px!important;}
  
  .singlebox h2,
  .postconts h2{
    margin-top: 60px;
  }

  .singlebox h3,
  .singlebox h4,
  .singlebox h5,
  .postconts h3,
  .postconts h4,
  .postconts h5{
    margin-top: 40px;
  }
}
@media screen and (max-width: 999px) {
  .con3 { width: 90%; }
  .co_p { padding-top: 50px; padding-bottom: 50px;}
  .co_t { padding-top: 50px;}
  .co_b { padding-bottom: 50px;}
  .co_p2 { padding-top: 35px; padding-bottom: 35px;}
  .co_t2 { padding-top: 35px;}
  .co_b2 { padding-bottom: 35px;}
  .co_t3 { padding-top: 20px; }
  .co_b3 { padding-bottom: 20px;}
  .postconts .wp-block-spacer{ height: 50px!important;}
  
  .singlebox h2,
  .postconts h2{
  margin-top: 50px;
  }

  .singlebox h3,
  .singlebox h4,
  .singlebox h5,
  .postconts h3,
  .postconts h4,
  .postconts h5{
    margin-top: 30px;
  }
  
.flex_clm{
  display: block;
}

.clm_falf{
  width: 100%;
}

.clm_triple{
  width: 100%;
}

.singlebox table th,
.singlebox table td,
.postconts table th,
.postconts table td{
  padding: 10px 10px;
}

.singlebox .table_left tr td:first-child,
.postconts .table_left tr td:first-child {
  width: auto;
  background: #f2f2f2;
}

.table_simple table{
  border-right: 1px solid #dddddd;
}

.table_simple table th,
.table_simple table td{
  font-size: 1rem;
}
  
.singlebox .wp-block-button a,
.postconts .wp-block-button a{
  font-size: 1rem;
  padding: 10px 15px;
}

.singlebox .wp-block-button,
.postconts .wp-block-button{
  min-width: 100%;
  display: block;
}

.singlebox ul.list1 li,
.postconts ul.list1 li{
  width: 48%;
}
}
@media screen and (max-width: 600px) {
  
.singlebox .wp-block-column .wp-block-image,
.postconts .wp-block-column .wp-block-image,
.singlebox .wp-block-media-text__media,
.postconts .wp-block-media-text__media {
  padding: 0 1% 30px!important;
}

.singlebox .wp-block-media-text__content,
.postconts .wp-block-media-text__content{
  padding: 0 0 0!important;
}

.singlebox h2,
.postconts h2{
  padding: 8px 15px;
}

.singlebox h3,
.postconts h3{
  padding: 5px 15px;
  border-left: 5px solid #c3b37f;
}
  
.singlebox ul.list1,
.postconts ul.list1{
  display: block;
}

.singlebox ul.list1 li,
.postconts ul.list1 li{
  width: 100%;
  margin: 0 0%;
}
}