* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}
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: #005391;
}
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_red { color: #ed4a41; }
.txt_bl { color: #2fb2d0; }
.txt_bl2 { color: #005391; }
.txt_yel { color: #e9d325; }
.txt_gray { color: #f5f3f0; }
.txt_bold { font-weight: bold; }
.txt_center { text-align: center; }
.txt_left { text-align: left !important; }
.txt_right { text-align: right; }

/* 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: #f5f3f0;}
.bg_red { background: #e75150;}
.bg_bl { background: #eaf7fa; }
.bg_bl2 { background: #e5edf4; }
.bg_black { background: rgba(0, 0, 0, 0.4); }

/* Containers */
.con1, .con2, .con3 {
  margin: 0 auto;
}
.con1 { width: 95%; }
.con2 { width: 1200px; }
.con3 { width: 830px; }

.co_p { padding-top: 80px; padding-bottom: 80px;}
.co_p2 { padding-top: 50px; padding-bottom: 50px;}
.co_p3 { padding-top: 30px; padding-bottom: 30px;}
.co_t { padding-top: 80px;}
.co_t2 { padding-top: 50px;}
.co_t3 { padding-top: 30px;}
.co_b { padding-bottom: 80px;}
.co_b2 { padding-bottom: 50px;}
.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;}

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

/*Lifestage色分け*/

.stage1 h3 span{ background: #2fb2d0;}
.stage2 h3 span{ background: #1073a6;}
.stage3 h3 span{ background: #005391;}
.stage4 h3 span{ background: #00225f;}
.stage5 h3 span{ background: #f59e99;}

.ck_list li,
.stage1 .ck_list li{ background: url(images/ck1.png) no-repeat left 6px;}
.stage2 .ck_list li{ background: url(images/ck2.png) no-repeat left 6px;}
.stage3 .ck_list li{ background: url(images/ck3.png) no-repeat left 6px;}
.stage4 .ck_list li{ background: url(images/ck4.png) no-repeat left 6px;}
.stage5 .ck_list li{ background: url(images/ck5.png) no-repeat left 6px;}

.week1 .tb_ttl{ background: #2fccab;}
.week2 .tb_ttl{ background: #2fc7b1;}
.week3 .tb_ttl{ background: #2fc1ba;}
.week4 .tb_ttl{ background: #2fb8c7;}
.week5 .tb_ttl{ background: #2fb2d0;}
.week6 .tb_ttl{ background: #3799bb;}
.week7 .tb_ttl{ background: #3c88ad;}
.week8 .tb_ttl{ background: #42779f;}
.week9 .tb_ttl{ background: #49618c;}
.week10 .tb_ttl{ background: #375281;}

.week1 .dot_list li::before{ color: #2fccab;}
.week2 .dot_list li::before{ color: #2fc7b1;}
.week3 .dot_list li::before{ color: #2fc1ba;}
.week4 .dot_list li::before{ color: #2fb8c7;}
.week5 .dot_list li::before{ color: #2fb2d0;}
.week6 .dot_list li::before{ color: #3799bb;}
.week7 .dot_list li::before{ color: #3c88ad;}
.week8 .dot_list li::before{ color: #42779f;}
.week9 .dot_list li::before{ color: #49618c;}
.week10 .dot_list li::before{ color: #375281;}


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

.postconts h2{
  position: relative;
  text-align: center;
  padding-bottom: 15px;
}

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

.postconts h2::after{
  content: '';
  width: 80px;
  height: 6px;
  background: #005391;
  border-radius: 5px;
  display: block;
  margin: 15px auto 35px;
}

.singlebox .postconts h2{
  text-align: left;
}

.singlebox .postconts h2::after{
  display: none;
}

.postconts h3{
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
}

.postconts h3::before{
  content: '';
  width: 22px;
  height: 22px;
  background: #2fb2d0;
  border-radius: 50%;
  border: 6px solid #c0e8f1;
  position: absolute;
  left: 0;
  top: 10px;
}

.postconts h4{
  padding: 5px 15px;
  border-radius: 5px;
  background: #f0f0f0;
  margin-bottom: 15px;
}

.postconts h5{
  border-bottom: 1px solid #dddddd;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 15px;
}

.postconts h5::before{
  content: '';
  background: #2fb2d0;
  height: 1px;
  width: 100px;
  position: absolute;
  left: 0;
  bottom: -1;
  z-index: 1;
}

.postconts ul.wp-block-list{
  padding-left: 10px;
  border-left: 1px solid #dddddd;
}

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

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

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

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

.postconts table td{
  background: #ffffff;
}

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

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

.postconts .table_left tr td:first-child {
  font-weight: 500;
  background: #f0f0f0;
  width: 30%;
}

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

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

.postconts .wp-block-button a{
  border: 1px solid #005391;
  color: #005391;
  display: block;
  border-radius: 5px;
  font-size: 1.1rem;
  font-weight: 500;
  text-align: center;
  padding: 15px 20px;
  background: #ffffff;
	transition: all .5s ease;
}

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

.postconts .wp-block-button a:hover{
  color: #ffffff;
  background: #005391;
}

.postconts .wp-block-column .wp-block-image{
  text-align: center;
}

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

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

.clm_falf{
  width: 48%;
}

.clm_triple{
  width: 30%;
}

.postconts h2{
  margin-top: 80px;
}

.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;}
  
  .postconts h2{
    margin-top: 60px;
  }

  .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;}
  .postconts h2{
  margin-top: 50px;
  }

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

.clm_falf{
  width: 100%;
}

.clm_triple{
  width: 100%;
}
  
.postconts h2::after{
  width: 70px;
  height: 5px;
  margin: 10px auto 30px;
}

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

.postconts .table_left tr td:first-child {
  width: auto;
}

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

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

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