@charset "utf-8";

/* ----------------------------------------------------
  Google font　日本語
---------------------------------------------------- */
.jp01{font-family: 'Noto Sans JP', sans-serif;} /* ゴシック */

/* ----------------------------------------------------
  英字
---------------------------------------------------- */
.en01{font-family: "Cal Sans", sans-serif;} /* 明朝 */

/* ----------------------------------------------------
  文字寄せ
---------------------------------------------------- */
/*　スマホ左寄せ　ほか中央
---------------------------------------------------- */
.ctr-text01{text-align: left;}
@media print, screen and (min-width: 768px) {.ctr-text01{text-align: center;}}

/*　スマホ中央　ほか左寄せ
---------------------------------------------------- */
.ctr-text02{text-align: center;}
@media print, screen and (min-width: 768px) {.ctr-text02{text-align: left;}}

/* ----------------------------------------------------
  背景色と文字色
---------------------------------------------------- */
/* 背景色
---------------------------------------------------- */
.bg_white{background: #fff;}
.bg_gray{background: #eee;}
.bg_yellow{background: #ffde24;}
.bg_green{background: #26b261;}
.bg_red{background: #e94931}
.bg_purple{background: #9900cc}

.pen {
  background: linear-gradient(transparent 0%, #ffde24 0%);
  font-weight: bold;
}

/* bg01
---------------------------------------------------- */
.bg_wall{background:url("../images/bg.jpg") !important}

.bg01{background: url("../images/bg01.png") no-repeat scroll 50% 0% / cover}
.bg02{background: url("../images/bg02.png") no-repeat scroll 50% 0% / cover}
.bg03{background: url("../images/bg03.png") no-repeat scroll 50% 0% / cover}

/* 文字色
---------------------------------------------------- */
.white{color:#fff}
.red{color:#FF0004;}
.purple{color: #9900cc;}
.yellow{color: #ffde24;}

/* ----------------------------------------------------
  テキストリンク
---------------------------------------------------- */
.text01 a:link,
.text01 a:visited,
.text01 a:hover,
.text01 a:active{
  text-decoration:underline;
  color: #26b261;
}

/* animation00
---------------------------------------------------- */
.popin-00 {
  opacity: 1;
  animation: yurayuraY 2.5s linear infinite;
}

@keyframes yurayuraY {
  0%   { transform: translateY(0); }
  25%  { transform: translateY(-8px); }
  50%  { transform: translateY(0); }
  75%  { transform: translateY(8px); }
  100% { transform: translateY(0); }
}

/* ----------------------------------------------------
  area_01
---------------------------------------------------- */
.area_01{
  position:relative;
}
@media print, screen and (min-width: 768px) {
.area_01{
  padding:230px 0 200px 0;
  text-align: center;
  }
}
@media print, screen and (min-width: 992px) {
.area_01{
  padding:300px 0 130px 0;
  }
}
@media print, screen and (min-width: 1200px) {
.area_01{
  padding:300px 0 130px 0;
  }
}
@media print, screen and (min-width: 1400px) {
.area_01{
  padding:400px 0 100px 0;
  }
}

.area_01 .area_01_img01{
  position: absolute;
  top: 5%;
  left: 25%;
  width: 45%;
  transition: all 0.4s ease;
}
@media print, screen and (min-width: 768px) {
.area_01 .area_01_img01{
  top: 5%;
  left: 0%;
  width: 30%;
  }
}
@media print, screen and (min-width: 992px) {
.area_01 .area_01_img01{
  top: 10%;
  left: 0%;
  width: 45%;
  }
}
@media print, screen and (min-width: 1200px) {
.area_01 .area_01_img01{
  top: 10%;
  left: 5%;
  width: 45%;
  }
}

@media only screen and (max-width: 767px) {
.area_01 .area_01_img02{
  position: absolute;
  bottom: 5%;
  right: 13%;
  width: 30%;
  transition: all 0.4s ease;
  }
}
@media print, screen and (min-width: 768px) {
.area_01 .area_01_img02{
  position: absolute;  
  right: 5%;
  width: 25%;
  bottom:5%;
  transition: all 0.4s ease;  
  }
}
@media print, screen and (min-width: 992px) {
.area_01 .area_01_img02{
  position: absolute;  
  top: 15%;
  right: 13%;
  width: 25%;
  transition: all 0.4s ease;  
  }
}

/* ----------------------------------------------------
  p01-box01
---------------------------------------------------- */
.p01-box01{
  padding:50% 0 35% 0;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
.p01-box01{
  padding:0;
  }
}
@media print, screen and (min-width: 1200px) {
.p01-box01{
  padding:0 0 3% 0;
  }
}
@media print, screen and (min-width: 1600px) {
.p01-box01{
  padding:0 0 7% 0;
  }
}

.p01-box01 h3{
  font-size: 28px;
  font-weight: 900 !important;
  margin-bottom: 20px !important;
}
@media print, screen and (min-width: 768px) {
.p01-box01 h3{
  font-size: 45px;
  }
}

.p01-box01 p{
  font-size: 22px !important;
  line-height: 32px !important;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
.p01-box01 p{
  font-size: 27px !important;
  line-height: 47px !important;
  margin-bottom: 45px;
  }
}

.p01-box01 .marker{
  width: 70%;
  font-size: 18px;
  padding:10px;
  background: #ffde24;
  text-align: center;
  }
@media print, screen and (min-width: 768px) {
.p01-box01 .marker{
  font-size: 35px;
  padding:10px 10px 15px 10px;
  }
}


/* ----------------------------------------------------
  フロー
---------------------------------------------------- */
.flow_arrow {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
.flow_arrow > li {
  list-style: none;
  width: 100%;
}
.flow_arrow > li dl {
  padding: 20px;
  font-size: 22px;
  margin: 0;
  position: relative;
  box-sizing: border-box;
  border-radius: 10px;
  background: #f2f2f2;
  text-align: center;
  border:2px solid #ccc;
}
.flow_arrow > li dl dt {
  margin: 0;
}
.flow_arrow > li dl dt span{
  position: absolute;
  top: 10px;
  left: 10px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffde24;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  border-radius: 50%;
}

@media print, screen and (min-width: 768px) {
.flow_arrow > li dl dt span{
  position: absolute;
  top: -25px;
  left: -25px;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffde24;
  color: #333;
  font-size: 26px;
  font-weight: bold;
  border-radius: 50%;
  }
}

.flow_arrow > li dl dt div{
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  padding-top: 20px;
  text-align: center;
}
.flow_arrow > li dl dd {
  margin-left: 0;
  line-height: 30px;
}
.flow_arrow > li:not(:last-child) dl::after {
  content: "";
  width: 14px;
  height: 14px;
  border-right: 4px solid #333;
  border-bottom: 4px solid #333;
  position: absolute;
  left: 50%;
  bottom: -35px;
  transform: translateX(-50%) rotate(45deg);
}
.flow_arrow > li dl::before{
  display: none;
}

/* タブレット以上
--------------------------------- */
@media screen and (min-width: 768px) {
.flow_arrow {
gap: 100px;
  }
.flow_arrow > li {
  width: calc((100% - (100px * 2)) / 3);
  }
.flow_arrow > li dl {
  font-size: 18px;
  padding: 20px;
  text-align: center;
  border-radius: 20px;
}  
.flow_arrow > li dl::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-top: 4px solid #333;
  border-right: 4px solid #333;
  position: absolute;
  top: 50%;
  left: -58px;
  transform: translateY(-50%) rotate(45deg);
  }
.flow_arrow > li:nth-child(3n+1) dl::before {
  display: none;
  }
.flow_arrow > li dl::after{
  display: none;
  }
.flow_arrow > li dl dt span{
  top: -25px;
  left: -25px;  
  position: absolute;
  font-size: 20px;
  border-radius: 50%;
  width: 50px;
  height:50px;  
  }
}


/* タブレット以上
--------------------------------- */
@media screen and (min-width: 992px) {
.flow_arrow {
gap: 100px;
  }
.flow_arrow > li {
  width: calc((100% - (100px * 2)) / 3);
  }
.flow_arrow > li dl {
  font-size: 30px;
  padding: 60px 20px;
  text-align: center;
  border-radius: 30px;
  border:0px;  
}  
.flow_arrow > li dl::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-top: 4px solid #333;
  border-right: 4px solid #333;
  position: absolute;
  top: 50%;
  left: -58px;
  transform: translateY(-50%) rotate(45deg);
  }
.flow_arrow > li:nth-child(3n+1) dl::before {
  display: none;
  }
.flow_arrow > li dl::after{
  display: none;
  }
.flow_arrow > li dl dt span{
  top: -40px;
  left: -40px;  
  position: absolute;
  font-size: 40px;
  border-radius: 50%;
  width: 100px;
  height: 100px;  
  }
}


/* animation01
---------------------------------------------------- */
.js-popin {opacity: 0;}

.popin-01.is-active {
  animation: animation 2s ease-out infinite;
  opacity: 1;
}
@keyframes animation {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.9);
  }
}

/* animation02
---------------------------------------------------- */
.popin-02 {
  opacity: 0;
  transform: scale(0);
  transform-origin: right bottom;
}

.popin-02.is-active {
  animation: growFromBottomRight 0.8s cubic-bezier(.2, 1, .2, 1) forwards;
}

@keyframes growFromBottomRight {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  60% {
    opacity: 1;
    transform: scale(1.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* animation03
---------------------------------------------------- */
.popin-03 {
  opacity: 0;
}

.popin-03.is-active {
  opacity: 1;
  animation: yurayuraY 2.5s linear infinite;
}

@keyframes yurayuraY {
  0%   { transform: translateY(0); }
  25%  { transform: translateY(-8px); }
  50%  { transform: translateY(0); }
  75%  { transform: translateY(8px); }
  100% { transform: translateY(0); }
}


/* area_02
---------------------------------------------------- */
.area_02{
  position:relative;
}

.area_02 .area_02_img01{
  position: absolute;
  top: 5%;
  right: 0%;
  width: 10%;
  transition: all 0.4s ease;  
}

@media print, screen and (min-width: 1600px) {
.area_02 .area_02_img01{
  position: absolute;
  top: 23%;
  right: -25%;
  width: 20%;
  }
}

/* area_03
---------------------------------------------------- */
.p01-box02{
  padding: 20px 0;
  }
.p01-box02 h3{
  font-size: 25px;
  margin-bottom: 20px;
  }

@media print, screen and (min-width: 768px) {
.area_03{
  position:relative;
  margin-bottom: 30px;
  }
.area_03 .area_03_img01{
  position: absolute;
  top: 10%;
  right: 8%;
  width: 40%;
  transition: all 0.4s ease;  
  }
.p01-box02{
  padding: 0;
  }
.p01-box02 h3{
  font-size: 30px;
  margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 992px) {
.area_03 .area_03_img01{
  top: 10%;
  right: 8%;
  width: 40%;
  }
.p01-box02{
  padding: 40px 0;
  }
.p01-box02 h3{
  font-size: 40px;
  margin-bottom: 30px;
  }
}

@media print, screen and (min-width: 1200px) {
.area_03 .area_03_img01{
  top: -15%;
  right: 8%;
  width: 35%;
  }
.p01-box02{
  padding: 0;
  }
}

@media print, screen and (min-width: 1400px) {
.area_03 .area_03_img01{
  top: -5%;
  right: 8%;
  width: 40%;
  }
.p01-box02{
  padding: 100px 0;
  }
}

@media print, screen and (min-width: 1600px) {
.area_03{
  margin-bottom: 0px;
  }  
.area_03 .area_03_img01{
  top: -5%;
  right: 8%;
  width: 40%;
  }
.p01-box02{
  padding: 170px 40px;
  }
}


/* area_04
---------------------------------------------------- */
a:hover .area_04{
  background:#9ed626;
  transform: translateY(-10px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.area_04{
  position:relative;
  background: #26b261;
  padding: 30px 30px 48% 30px;
  border-radius: 20px;
  margin-bottom: 50px;
  transition: 0.3s;
}
.area_04 .area_04_img01{
  position: absolute;
  right: 25%;
  bottom:-6%;
  width: 50%;
  transition: all 0.4s ease;  
}

@media print, screen and (min-width: 768px) {
.area_04{
  padding: 30px 30px 180px 30px;
  border-radius: 50px;
  margin: 0;
}
.area_04 p{
  font-size: 18px;
}
.area_04 .area_04_img01{
  right: 25%;
  bottom:-5%;
  width: 50%;  
  }
}

@media print, screen and (min-width: 992px) {
.area_04{
  padding: 40px 40px 250px 40px;
  border-radius: 100px;
}
.area_04 p{
  font-size: 20px;
}
.area_04 .area_04_img01{
  right: 25%;
  bottom:-5%;
  width: 50%;  
  }
}

@media print, screen and (min-width: 1200px) {
.area_04{
  padding: 40px 40px 280px 40px;
}
.area_04 p{
  font-size: 20px;
}
.area_04 .area_04_img01{
  right: 25%;
  bottom:-5%;
  width: 50%;  
  }
}

@media print, screen and (min-width: 1400px) {
.area_04{
  padding: 70px 90px 320px 90px;
  margin: 0 30px 0 0;
}
.area_04 p{
  font-size: 20px;
}
.area_04 .area_04_img01{
  right: 25%;
  bottom:-5%;
  width: 50%;  
  }
}

@media print, screen and (min-width: 1600px) {
.area_04{
  padding: 70px 110px 400px 110px;
  margin: 0 30px 0 0;
}
.area_04 p{
  font-size: 20px;
}
.area_04 .area_04_img01{
  right: 25%;
  bottom:-5%;
  width: 50%;  
  }
}

.fukidashi {
  font-size: 22px;
  width: 100%;
  background: #000;
  color: #fff;
  border-radius: 100px;
  text-align: center;
  padding: 20px 16px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
.fukidashi {
  font-size: 26px;
  width: 300px;
  margin-bottom: 30px;
  }
}

.fukidashi::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);  
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #000;
}


/* area_05
---------------------------------------------------- */
a:hover .area_05{
  background:#ff8472;
  transform: translateY(-10px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.area_05{
  position:relative;
  background: #e94931;
  padding: 30px 30px 48% 30px;
  border-radius: 20px;
  margin-bottom: 60px;
  transition: 0.3s;  
}
.area_05 .area_05_img01{
  position: absolute;
  right: 25%;
  bottom:-10%;
  width: 50%;
  transition: all 0.4s ease;  
}

@media print, screen and (min-width: 768px) {
.area_05{
  padding: 30px 30px 160px 30px;
  border-radius: 50px;
  margin: 50px 0 0 0;
  }
.area_05 .area_05_img01{
  right: 25%;
  bottom:-10%;
  width: 50%; 
  }
.area_05 p{
  font-size: 20px;
  }
}

@media print, screen and (min-width: 992px) {
.area_05{
  padding: 40px 40px 220px 40px;
  border-radius: 100px;
  margin: 80px 0 0 0;  
  }
.area_05 .area_05_img01{
  right: 25%;
  bottom:-10%;
  width: 50%;
  }
}

@media print, screen and (min-width: 1200px) {
.area_05{
  padding: 40px 40px 250px 40px;
  margin: 100px 0 0 0;
  }
.area_05 .area_05_img01{
  right: 25%;
  bottom:-10%;
  width: 50%;
  }
}

@media print, screen and (min-width: 1400px) {
.area_05{
  padding: 70px 90px 320px 90px;
  margin: 100px 0 0 30px;
  }
.area_05 .area_05_img01{
  right: 25%;
  bottom:-10%;
  width: 50%; 
  }
}

@media print, screen and (min-width: 1600px) {
.area_05{
  padding: 70px 110px 400px 110px;
  border-radius: 100px;
  margin: 100px 0 0 30px;
  }
.area_05 .area_05_img01{
  right: 25%;
  bottom:-8%;
  width: 50%;
  }
}


/* ----------------------------------------------------
  お知らせ
---------------------------------------------------- */
.bg_news{
  background:#ffde24;
  padding:20px 0;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 992px) {
.bg_news{
  border-radius:0 100px 100px 0;
  padding:85px 0 0 0;
  margin-bottom: 0;
  }
}

#information-area_01 {
  height: 350px;
  overflow: scroll;
  overflow-x: hidden;
  padding-right: 20px;
}
#information-area_01::-webkit-scrollbar{ 
   width: 10px;
   border-radius: 5px;  
}
#information-area_01::-webkit-scrollbar-thumb{ 
   background: #ffde24;
   border-radius: 5px;
}
#information-area_01::-webkit-scrollbar-track-piece:start{
   background: #eee;
   border-radius: 5px;   
}
#information-area_01::-webkit-scrollbar-track-piece:end{
   background: #eee;
   border-radius: 5px;   
}

.news_table_01 .new{
	color: #ffde24;
	font-weight: lighter;
	font-size: 13px;
	margin-left: 10px;
}
.news_table_01{
	width:98%;
	border-collapse: collapse;
	position: relative;
}
.news_table_01 th{
	padding:10px 0 3px 0;
	display: block;
	font-weight: normal;
	text-align: left;
	letter-spacing: 0.1em;
}
.news_table_01 td{
	padding:0 0 12px 0;
	display: block;
	text-align: left;
}

@media print, screen and (min-width: 768px) {
.news_table_01 th{
	width: 200px;
	padding:10px 0;
	vertical-align:top;
	display:table-cell;
	}
.news_table_01 td{
	padding:10px 0;
	vertical-align:top;
	display:table-cell;
	}
}

@media print, screen and (min-width: 1200px) {
.news_table_01 th{
	width: 220px;
	}
}

.news_table_01 a:link,
.news_table_01 a:visited{
  text-decoration:underline;
  color: #e94931;
  padding-left: 20px;
}
.news_table_01 a:hover,
.news_table_01 a:active{
  text-decoration:none;
  color: #a9220d;
}
.news_table_01 a i{margin-right: 5px;}


/* ----------------------------------------------------
  name
---------------------------------------------------- */
.name{text-align: right;}
.name span{
  display: inline-block;
  margin-left: 10px;
  font-size: 26px;
}


/* ----------------------------------------------------
  ボックス01
---------------------------------------------------- */
.hako_01{padding: 25px; background: #fff; border-radius: 20px;}
@media print, screen and (min-width: 768px) { .hako_01{ padding: 30px;}}
@media print, screen and (min-width: 992px) { .hako_01{ padding: 40px;}}

/* ----------------------------------------------------
  ボックス02
---------------------------------------------------- */
.hako_02{padding: 20px; border-radius: 20px;}
@media print, screen and (min-width: 768px) { .hako_02{ padding: 30px;}}
@media print, screen and (min-width: 992px) { .hako_02{ padding: 40px;}}
@media print, screen and (min-width: 1200px) { .hako_02{ padding: 60px;}}

/* ----------------------------------------------------
  ボックス03
---------------------------------------------------- */
.hako_03{padding: 15px; border-radius: 20px;}
@media print, screen and (min-width: 768px) { .hako_03{ padding: 30px;}}


/* ----------------------------------------------------
    見出し01
---------------------------------------------------- */
.midasi01{
	font-size: 18px;
	line-height: 28px;
  font-weight: 900;
	}
.midasi01 span{
	font-size: 30px;
}
@media print, screen and (min-width: 768px) {
.midasi01{
	font-size: 20px;
	line-height: 30px;
	}
.midasi01 span{
	font-size: 35px;
	letter-spacing: 3px;
	}
}
@media print, screen and (min-width: 1200px) {
.midasi01{
	font-size: 22px;
	line-height: 32px;
	}
.midasi01 span{
	font-size: 45px;
	}
}


/* ----------------------------------------------------
    見出し03
---------------------------------------------------- */
.midasi03{
	font-size: 23px;
	line-height: 33px;
	letter-spacing: 2px;
  font-weight: 600;  
	}
@media print, screen and (min-width: 768px) {
.midasi03{
	font-size: 26px;
	line-height: 36px;
	}
}
@media print, screen and (min-width: 992px) {
.midasi03{
	font-size: 28px;
	line-height: 38px;
	}
}
@media print, screen and (min-width: 1200px) {
.midasi03{
	font-size: 32px;
	line-height: 42px;
	}
}


/* ----------------------------------------------------
    見出し04
---------------------------------------------------- */
.midasi04{
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 2px;
  font-weight: 600;  
	}
@media print, screen and (min-width: 768px) {
.midasi04{
	font-size: 20px;
	line-height: 30px;
	}
}
@media print, screen and (min-width: 992px) {
.midasi04{
	font-size: 21px;
	line-height: 31px;
	}
}


/* ----------------------------------------------------
    見出し05
---------------------------------------------------- */
.midasi05{
	font-size: 16px;
  line-height: 26px;  
  padding:8px 15px;
	letter-spacing: 2px;  
  border-radius: 5px;
  color: #fff;
  background: #222;  
}
@media print, screen and (min-width: 992px) {
.midasi05{
	font-size: 18px;
  line-height: 28px;  
  padding:10px 17px;
  }
}
@media print, screen and (min-width: 1200px) {
.midasi05{
	font-size: 20px;
  line-height: 30px;   
  padding:13px 20px;
  }
}


/* ----------------------------------------------------
    見出し08
---------------------------------------------------- */
.midasi08{
	font-size: 18px;
  line-height:28px;
  border-left: 7px solid #222;
  padding:4px 0 6px 10px
	}
@media print, screen and (min-width: 768px) {
.midasi08{
	font-size: 20px;
  line-height: 35px;
  padding:4px 0 6px 10px
	}
}
@media print, screen and (min-width: 1200px) {
.midasi08{
	font-size: 22px;
  line-height: 42px;
  padding:4px 0 6px 13px
	}
}


/* ----------------------------------------------------
    見出し09
---------------------------------------------------- */
.midasi09{
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 10px;
	}
.midasi09 span{
	font-size: 30px;
}
@media print, screen and (min-width: 768px) {
.midasi09{
  font-size: 23px;
  line-height: 33px;
  margin-bottom: 20px;
	}
.midasi09 span{
	font-size: 40px;
  }
}
@media print, screen and (min-width: 1200px) {
.midasi09{
  font-size: 26px;
  line-height: 32px;
	}
.midasi09 span{
	font-size: 45px;
  }
}

/* 上につけるアイコン
--------------------------*/
.topno_icon {
  padding-top: 33px;
  position: relative;
  text-align: center;
}
.topno_icon::before {
  content: "\f005";
	font-family: "Font Awesome 5 Free";
  position: absolute;
  font-weight: 900;  
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 25px;
  color: #ffde24;
}
@media print, screen and (min-width: 768px) {
.topno_icon {padding-top: 43px;}  
.topno_icon::before {font-size: 30px;}
}


/* ----------------------------------------------------
    見出し13
---------------------------------------------------- */
.midasi13 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 2px;
  margin-bottom: 20px;  
  position: relative;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
.midasi13 {
    font-size: 23px;
    line-height: 33px;
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 992px) {
.midasi13 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1200px) {
.midasi13 {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 50px;
  }
}
.midasi13::after {
  content: '';
  position: absolute;
  transform: translateX(-50%);  
  left: 50%;
  bottom: -15px;
  width: 70px;
  height:4px;
  background-color: #ffde24;
}
@media print, screen and (min-width: 768px) {
.midasi13::after {
    bottom: -25px;
  }
}

/* ナンバー
--------------------------*/
.midasi13_number{
	font-size: 35px;
  line-height: 45px;
  text-align: center;
	}
@media print, screen and (min-width: 768px) {
.midasi13_number{
	font-size: 40px;
  line-height: 70px;
	}
}
@media print, screen and (min-width: 992px) {
.midasi13_number{
	font-size: 50px;
  line-height: 80px;
	}
}
@media print, screen and (min-width: 1200px) {
.midasi13_number{
	font-size: 70px;
  line-height: 90px;
	}
}


/* ----------------------------------------------------
  inline-block
---------------------------------------------------- */
/*  btn01_in 白
---------------------------------------------------- */
.btn01_in {
  display: block;
  width: 100%;
  padding: 20px 2px;
  text-align: center;
  letter-spacing: 2px;
  color: #222 !important;
  background: #fff;
  border: 0px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 100px;
}

@media print, screen and (min-width: 768px) {
.btn01_in {
  display: inline-block;
  width: 350px;
  padding: 30px 2px;
  }
}

.btn01_in:visited {
  color: #222 !important;
}
.btn01_in:hover,
.btn01_in:active {
  background: #eee;
  letter-spacing: 3px;
  color: #222 !important;
  text-decoration: none !important;
}
.btn01_in i {
  font-size: 16px;
  margin: 0 0 0 5px;
  color: #222;
}


/* ----------------------------------------------------
  block
---------------------------------------------------- */
/*  btn03　緑
---------------------------------------------------- */
.btn03{
  display: block;
  font-size: 20px;
  width: 100%;  
  color: #fff !important;
  background: #26b261;
  padding: 20px 2px;
  letter-spacing: 2px;
  border: 0;
  text-align: center;  
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 100px;
}

@media print, screen and (min-width: 768px) {
.btn03{
  font-size: 20px;
  padding: 30px 2px;
  }
}

.btn03:visited {
  color: #fff !important;
}
.btn03:hover,
.btn03:active {
  color: #fff !important;  
  background: #097d3a;
  letter-spacing: 3px;
  text-decoration: none !important;
}


/*  btn04　赤
---------------------------------------------------- */
.btn04{
  display: block;
  font-size: 20px;
  width: 100%;  
  color: #fff !important;
  background: #e94931;
  padding: 20px 2px;
  letter-spacing: 2px;
  border: 0;
  text-align: center;  
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 100px;
}

@media print, screen and (min-width: 768px) {
.btn04{
  font-size: 20px;
  padding: 30px 2px;
  }
}

.btn04:visited {
  color: #fff !important;
}
.btn04:hover,
.btn04:active {
  color: #fff !important;  
  background: #a92815;
  letter-spacing: 3px;
  text-decoration: none !important;
}


/* ----------------------------------------------------
  テーブル
---------------------------------------------------- */
table{border-spacing:0;border-collapse:separate;}

/* テーブル1
---------------------------------------------------- */
.table1{
  width:100%;
  border-top:0px;
  border-bottom:0px;
  border-collapse:collapse;  
}
.table1 th{
	width: 30%;
	padding:20px 0;
  border: solid #222;
  border-width: 1px 0;  
	vertical-align:middle;
	display:table-cell;
  font-weight: normal;
  background: transparent;
  text-align: center;
  word-break: break-word;
	}
@media print, screen and (min-width: 768px) {
.table1 th{
	width: 25%;
	}
}
.table1 td{
	padding:20px 0 20px 20px;
  border: solid #ccc;
  border-width: 1px 0;
	display:table-cell;
  background: transparent;
  word-break: break-word;
	}
@media only screen and (max-width: 767px) {
.table1 span{
	text-decoration:underline;
	color:#222;
	}
}


/* ----------------------------------------------------
  ★★★レイアウト（1:1）
---------------------------------------------------- */
.note_11 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  box-sizing: border-box;  
  align-items: center; /* 上下中央配置 */
  justify-items: center; /* 左右中央配置 */
}
@media screen and (min-width: 768px) {
  .note_11 {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
  .note_11 {
    gap: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .note_11 {
    gap: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .note_11 {
    gap: 80px;
  }
}

.note_11:last-child { margin-bottom: 0;}
.note_11_box {box-sizing: border-box;}


/* ----------------------------------------------------
  レイアウト（1:3）
---------------------------------------------------- */
.note_13 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  box-sizing: border-box;
  align-items: center; /* 上下中央配置 */
  justify-items: center; /* 左右中央配置 */
}
@media screen and (min-width: 768px) {
  .note_13 {
    grid-template-columns: 1fr 3fr;
    gap: 30px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 992px) {
  .note_13 {
    grid-template-columns: 1fr 3fr;
    gap: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .note_13 {
    grid-template-columns: 1fr 3fr;
    gap: 80px;    
  }
}

.note_13:last-child { margin-bottom: 0;}
.note_13_box {box-sizing: border-box;}


/* ----------------------------------------------------
  レイアウト（2:3）
---------------------------------------------------- */
.note_23 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  box-sizing: border-box;
  align-items: center; /* 上下中央配置 */
  justify-items: center; /* 左右中央配置 */
}
@media screen and (min-width: 768px) {
  .note_23 {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media screen and (min-width: 992px) {
  .note_23 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .note_23 {
    grid-template-columns: 2fr 3fr;
  }
}

.note_23:last-child { margin-bottom: 0;}
.note_23_box {box-sizing: border-box;}


/* ----------------------------------------------------
  レイアウト（1:3）
---------------------------------------------------- */
.note_31 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  box-sizing: border-box;
  align-items: center; /* 上下中央配置 */
  justify-items: center; /* 左右中央配置 */
}
@media screen and (min-width: 768px) {
  .note_31 {
    grid-template-columns: 3fr 1fr;
    gap: 30px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 992px) {
  .note_31 {
    grid-template-columns: 3fr 1fr;
    gap: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .note_31 {
    grid-template-columns: 3fr 1fr;
    gap: 80px;    
  }
}

.note_31:last-child { margin-bottom: 0;}
.note_31_box {box-sizing: border-box;}


/* ----------------------------------------------------
  ★★★レイアウト（3:2）
---------------------------------------------------- */
.note_32 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  box-sizing: border-box;
  align-items: center; /* 上下中央配置 */
  justify-items: center; /* 左右中央配置 */  
}
@media screen and (min-width: 768px) {
  .note_32 {
    gap: 40px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
  .note_32 {
    gap: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .note_32 {
    grid-template-columns: 3fr 2fr;
  }
}

.note_32:last-child { margin-bottom: 0;}

.note_32_box {box-sizing: border-box;}


/* ----------------------------------------------------
  ★★★レイアウト（4:3）
---------------------------------------------------- */
.note_43 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  box-sizing: border-box;
  align-items: center; /* 上下中央配置 */
  justify-items: center; /* 左右中央配置 */
  margin-bottom: 20px;  
}
@media screen and (min-width: 768px) {
  .note_43 {
    grid-template-columns: 4fr 3fr;
    gap: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 992px) {
  .note_43 {
    grid-template-columns: 4fr 3fr;
    gap: 60px;
    margin-bottom: 60px;    
  }
}
@media screen and (min-width: 1200px) {
  .note_43 {
    grid-template-columns: 4fr 3fr; 
    gap: 80px;
    margin-bottom: 80px;    
  }
}

.note_43:last-child { margin-bottom: 0;}
.note_43_box {box-sizing: border-box;}

/* ----------------------------------------------------
  ★★★レイアウト（1:1）　全てボックス
---------------------------------------------------- */
.zone_11 {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px 0;
  align-items: center; /* 上下中央配置 */
  justify-items: center; /* 左右中央配置 */ 
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .zone_11 {
    gap: 40px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 992px) {
  .zone_11 {
    gap: 50px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 80px;
  }
}

/* 子要素
----------------------------- */
.zone_11_box {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  display: flex;          /* 横方向に並べる */
  flex-direction: column; /* 縦に並べる */
  gap: 10px;              /* h4とpの間の隙間 */
}
@media print, screen and (min-width: 768px) {
  .zone_11_box {
    padding: 40px;
    }
}

/* ----------------------------------------------------
    タブ切り替え（静）
---------------------------------------------------- */
.tab_shell_scroll {
  width: 100%;
  margin: 0 auto;
}

.tab_tabs_scroll {
  font-size: 0;
  white-space: nowrap;
  overflow: hidden; /* 横スクロールをなくす */
  text-align: left;
  padding-bottom: 0;
  margin-bottom: 5px;
  display: flex;
  flex-wrap: wrap; /* タブを複数行に折り返し */
  gap: 8px; /* タブ間のスペース */
}
@media print, screen and (min-width: 768px) {
.tab_tabs_scroll {
  margin-bottom: 0;
  }
}


.tab_shell_scroll input[type="radio"] {display: none;}

.tab_tabs_scroll label {
  display: block;
  font-size: 16px;
  padding: 10px 14px;
  cursor: pointer;
  border-radius: 10px;
  vertical-align: top;
  background-color: #222;
  color: #fff;
  transition: background-color 0.3s ease, color 0.3s ease;
  min-width: 100px; /* タブの最小幅 */
  text-align: center;
  gap: 15px; /* タブ間のスペース */
}

@media screen and (min-width: 768px) {
.tab_tabs_scroll label {
  font-size: 20px;
  border-radius: 10px 10px 0 0;    
  padding: 15px 25px 15px 25px;
  min-width: 120px;
  }
}

.tab_tabs_scroll label i {
  margin-left: 5px;
  font-size: 18px;
}

#tab1:checked ~ .tab_tabs_scroll label.tab_tabs_01,
#tab2:checked ~ .tab_tabs_scroll label.tab_tabs_02,
#tab3:checked ~ .tab_tabs_scroll label.tab_tabs_03 {
  background-color: #fff;
  color: #222;
  font-weight: bold;
}

.tab_zone_cluster {
  width: 100%;
  padding: 0;
  display: none;
}

#tab1:checked ~ .tab_zone_scroll #tab_zone_01 {display: block;}
#tab2:checked ~ .tab_zone_scroll #tab_zone_02 {display: block;}
#tab3:checked ~ .tab_zone_scroll #tab_zone_03 {display: block;}

.tab_zone_scroll {
  background: #fff;
  margin-top: 0;  
  padding: 15px 15px 0 15px;
  border-radius:10px;
}
@media print, screen and (min-width: 768px) {
.tab_zone_scroll {
  padding: 30px 40px 15px 40px;
  border-radius:0 10px 10px 10px;  
  }
}
@media print, screen and (min-width: 992px) {
.tab_zone_scroll {
  padding: 50px 60px 20px 60px;
  }
}

/* タブエリア内　記事ごとの余白
---------------------------------------------------- */
.tab_zone .border_box{margin-bottom: 20px;}
@media print, screen and (min-width: 768px) {.tab_zone .border_box{margin-bottom: 30px;}}