@charset "utf-8";
.red{
  color: crimson;
  font-weight: bold;
}
.ape{
  font-weight: bold;
}
.ape2{
  color: #2589d0;
  font-weight: bold;
}
.righty{
  text-align: right;
  margin-top: 7px;
}
.fclink a:link,.fclink a:visited{
color:#0761ac;
font-weight: bold;
text-decoration: underline;
}
.fclink a:hover{
  text-decoration: none;
  background-color: red;
  color: #fff;
}
h1{
  visibility: hidden;
  margin: 0;
  padding: 0;
  font-size: 10px !important ;
}

#sub_container{
width: 80%;
max-width: 1200px;
margin: 0 auto 15rem;
}
.tbl #sub_container{
width: 100%;
max-width:unset;
margin: 0;
}
.smp #sub_container{
width: 100%;
max-width: unset;
margin:1rem 0 ;
}

.contents,.contents2,.contents3{
  width: 100%;
  margin: 0 ;
  padding:3% 5% ;
  background-color: #eff2f5;
  border-radius: 5px;
  box-shadow: 2px 2px 4px gray;
}
.tbl .contents,.tbl .contents2,.tbl .contents3{
  width: 100%;
  margin: 1rem 0;
  }
  .smp .contents,.smp .contents2,.smp .contents3{
  width: 95%;
  margin: 1rem auto ;
  }

.contents table{
  border: 1px solid #000;
  width: 100%;
}
.contents td{
  border: 1px solid #000;
}

.contents td{
  padding: 1%;
}

.contents td.days{
  width: 18%;
  text-align: center;
}

.contents ul,.contents2 ul,.contents3 ul,.contents2 ol {
  list-style-type: none; /* デフォルトのマーカー（黒ポチ）を消す */
  padding-left: 20px; /* 左の余白を調整 */
}
.smp .contents ul,.smp .contents2 ul,.smp .contents3 ul ,.smp .contents2 ol{
  padding-left: 0; /* 左の余白を調整 */
}
.contents2 ol {
  counter-reset: my-counter;
}
.contents li::before,.contents2 li::before,.contents3 li::before,.contents2 li.apri::before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px; /* 星の大きさ */
}
.contents2 li::before {
  content: '●'; /* ここに●マーク（文字）を入れる */
}
.contents2 li.apri::before {
 content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #333;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  width: 22px;
  color: #ffffff;
  font-size: 85%;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.contents3 li::before {
  content:unset;
}

.contents li {
  position: relative; /* 疑似要素の位置基準にする */
  padding-left: 0; /* マークの分、テキストを右にずらす */
  margin-bottom: 5px;
}
.contents2 li {
  position: relative; /* 疑似要素の位置基準にする */
  padding-left: 25px; /* マークの分、テキストを右にずらす */
  margin-bottom: 5px;
}
.contents3 li {
  position: relative; /* 疑似要素の位置基準にする */
  padding-left:0; /* マークの分、テキストを右にずらす */
  margin-bottom: 5px;
}

.contents dl,.contents3 dl {
  overflow: hidden;
}
.contents dt,.contents3 dt {
  clear: both;
  float: left;
  margin-bottom: 15px;
  width: 100px;
  text-align: right;
  font-weight: bold;
}
.contents dt,.contents3 dt {
  margin-bottom: 15px;
  width: 90px;
  text-align:left;
}
.contents dd,.contents3 dd {
  float: left;
  margin: 0;
}
.smp .contents dd,.smp .contents3 dd {
  width: 220px;
  margin-bottom: 15px;
}
.fusion-animated {
  display: none !important;
  visibility:unset !important;
}

#box {
  width: 100%;
  padding: 30px 25px;
  border: 3px solid #3b3736;
  border-radius: 7px; 
  box-sizing: border-box;
  margin: 9rem 0 5rem;
  background-color: #fff;
}
.tbl #box {
  width: 100%;
  padding: 10px 15px;
  border: 3px solid #3b3736;
  border-radius: 7px; 
  box-sizing: border-box;
  margin: 1rem 0 ;
  background-color: #fff;
}
.smp #box {
  width: 95%;
  padding: 1%;
  border: 2px solid #3b3736;
  border-radius: 7px; 
  box-sizing: border-box;
  margin:1rem auto;
  background-color: #fff;
}

#box li {
  text-decoration: underline;
  margin-top: 2px;
  margin-left: 50px;
  font-size: 1.5rem;
}
.smp #box li {
  margin-left: 25px;
  font-size: 1rem;
}
.heading-17 {
    display: flex;
    justify-content: start;
    align-items: center;
    position: relative;
    padding: .5em 1em;
    overflow: hidden;
    border: 2px solid #2589d0;
    border-radius: 5px;
    color: #333333;
    margin-top: 8rem;
}
.tbl .heading-17 {
    margin: 0;
    width: 100%;
}
.smp .heading-17 {
    margin: 0rem auto;
    width: 95%;
}

.heading-17:before {
    position: absolute;
    top: -50%;
    left: -30px;
    z-index: 1;
    transform: rotate(25deg);
    width: 100px;
    height: 200%;
    background-color: #2589d0;
    content: '';
}

.heading-17 span {
    margin-right: 3em;
    color: #fff;
    font-size: 1.1em;
    z-index:3;
}
.button-4 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 270px;
    margin:0 auto;
    padding: .9em 2em;
    border: none;
    border-bottom: solid 5px #0059a0;
    border-radius: 5px;
    background-color: #2589d0;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
    transition: .5s ease;
}

.button-4::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
}

.button-4:hover {
    transform: translateY(3px);
    border-bottom-width: 2px;
    cursor : pointer;
}

#main.smp{
  width: 100%;
  max-width: unset;
  display: block;
  padding: 0 !important ;
}
#wrapper{
	margin: 0 !important;
	padding: 0 !important;
	max-width:unset;
	width: 100% !important;
}
.fusion-body #wrapper.wrapper_blank {
  display: block !important;
 }

.tbfixed #fixed-header {
  top: -480px;  
  font-size: 1.5rem;
  height: 140px;
  line-height:3;
}

.smpfixed #fixed-header {
  top: -480px;  
  font-size: 1rem;
  height: 80px;
  line-height:2;
}

#fixed-header {
  position: fixed;
  top: -80px;  
  width: 100%;
  height: 80px;
  z-index: 15;
  line-height: 6;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  background: rgb(77, 112, 209);
  box-sizing: border-box;
  transition: .5s; /* アニメーションタイミング */
}
#fixed-header.is-show {
  top: 0;
}
.tbpfixed #fixed-header.is-show {
  top: 0px;
  padding-top: 140px;
}
.smpfixed #fixed-header.is-show {
  top: 0px;
  padding-top: 8px;
}
.tbfixed #fixed-header a:link,.tbfixed #fixed-header a:visited{
  margin: 0 10px;
 }
.smpfixed #fixed-header a:link,.smpfixed #fixed-header a:visited{
  margin: 0;
  display: inline-block;
 }

#fixed-header a:link,#fixed-header a:visited{
  color: #fff;
  margin: 0 1rem;
}
.regi{
  font-size: 12px;
  padding-top: 10px;
}

.line{
  line-height: 1.5;
}
.standout-button {
  display: block; /* ブロック要素指定 */
  width: 240px; /* 横幅を240pxに */
  box-sizing: border-box; /* 要素の幅と高さの計算にパディングとボーダーを含める */
  text-align: center; /* テキストを中央配置に */
  margin:  0; /* 上下のマージンを20px、左右のマージンを自動で中央揃えに */
  padding: 1rem 1rem; /* パディングを1remに */
  background-color: #4CAF50; /* 背景色を緑色に */
  color: white !important; /* テキスト色を白に強制指定 */
  font-weight: bold; /* テキストを太字に */
  border: none; /* 境界線なし */
  border-radius: 5px; /* 角の丸みを5pxに設定 */
  border-bottom: 7px solid #388E3C; /* ボタンの下側に影を作る */
  transition: all 0.1s ease; /* ボタンの影の変化にアニメーションを設定 */
}

.standout-button:hover {
  background-color: #4CAF50; /* 同じ緑色 */
  transform: translateY(4px); /* ボタンを下に少し動かす */
  border-bottom: 7px solid transparent; /* border-bottomを透明にする */
}