﻿section {
overflow-x: hidden;
}
.main-wrapper {
position: relative;
width: 100%;
overflow: hidden;
}
@media (max-width: 768px) {

nav.navbar {
position: fixed;
top: 0;
}

}
.main-wrapper .fv-text-container {
padding-top: 10vh;
}
.setsu_box {
position: absolute;
bottom: 100px;
left: 120px;
width: 160px;
padding: 10px 2px;
border-radius: 10px;
background-color: rgba(255, 255, 255, 0.8);
}
.setsu_box_zawa {
position: absolute;
bottom: 84px;
left: 8%;
width: 160px;
padding: 6px 2px;
border-radius: 10px;
background-color: rgba(255, 255, 255, 0.8);
}
#add_margin {
  margin-top: 100px;
}
.setsu_box::after {
content: "";
display: block;
position: absolute;
bottom: -15px;
left: 30px;
width: 0;
height: 0;
border-bottom: 15px solid transparent;
border-left: 20px solid rgba(255, 255, 255, 0.8);
}
.setsu_box_zawa::after {
content: "";
display: block;
position: absolute;
bottom: -10px;
left: 64px;
width: 0;
height: 0;
border-top: 10px solid rgba(255, 255, 255, 0.8);
border-left: 10px solid transparent;
border-right: 10px solid transparent;
}
.setsu_text {
font-size: 12px;
text-align: center;
font-weight: 700;
color: #0f4c81;
}
.setsu_link {
display: block;
width: 120px;
margin: 8px auto 2px;
padding: 5px 0;
text-align: center;
text-decoration: none;
background-color: #fff;
font-weight: 700;
font-size: 14px;
-webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out;
transition: color .15s ease-in-out,background-color .15s ease-in-out;
}
.l_kansai {
color: #228b22;
border: 2px solid #228b22;
}
.l_kansai:hover {
text-decoration: none;
background: #228b22;
color: #ffffff;
}
.l_kanto {
color: #ff8c00;
border: 2px solid #ff8c00;
}
.l_kanto:hover {
text-decoration: none;
background: #ff8c00;
color: #ffffff;
}
.l_zawa {
color: #4169e1;
border: 2px solid #4169e1;
}
.l_zawa:hover {
text-decoration: none;
background: #4169e1;
color: #ffffff;
}
@media (min-width: 360px) {
  .setsu_box {
  	left: 160px;
  	width: 184px;
  }
  .setsu_box_zawa {
    width: 184px;
  }
  .setsu_text {
  	font-size: 14px;
  }
  .setsu_box::after {
  	left: 20px;
  }
}
@media (min-width: 450px) {
  .setsu_box {
  	left: 180px;
  	width: 200px;
  }
  .setsu_box_zawa {
    width: 200px;
  }
  .setsu_text {
  	font-size: 15px;
  }
  .setsu_box::after {
  	left: 16px;
    border-left: 25px solid rgba(255, 255, 255, 0.8);
  }
  .setsu_link {
    padding: 8px 0;
    width: 140px;
  }
}
@media (min-width: 450px) {
  .setsu_box {
  	left: 190px;
  }
}
@media (max-width: 992px) {
  .btn-apply {
    width: 240px;
  }
}
@media (min-width: 769px) {
  .setsu_box {
  	left: 280px;
  	bottom: 140px;
  	width: 240px;
    padding: 20px 2px;
  }
  .setsu_box_zawa {
    width: 240px;
    left: 360px;
    bottom: 50px;
  }
  .setsu_box_zawa::after {
  bottom: 25px;
  left: -12px;
  border-right: 12px solid rgba(255, 255, 255, 0.8);
  border-top: 20px solid transparent;
  border-left: 0 solid transparent;
  }
  .setsu_text {
  	font-size: 16px;
  }
  .setsu_link {
  	width: 180px;
    padding: 10px 0;
  	font-size: 16px;
  }
}
.about_img {
display: block;
width: 100%;
}
.about-program-content::before {
content: "";
display: block;
width: 8px;
height: 100%;
position: absolute;
top: 0;
left: -47px;
background: #0f4c81;
}

.section-title-wrapper .section-title {
font-size: 90px;
}
@media screen and (max-width:992px) {

.section-title-wrapper .section-title {
font-size: 60px;
}
.section-title-wrapper {
height: 64px;
}

}
@media screen and (max-width:768px) {

.about-program-content::before {
width: 6px;
left: -41px;
}
.section-title-wrapper .section-title {
font-size: 41px;
}

}
@media screen and (max-width:450px) {

.section-title-wrapper .section-title {
font-size: 30px;
}
.section-title-wrapper {
height: 52px;
}

}

/*コロナ*/

#corona {
padding: 10px 5%;
background: #eeeeff;
}
#corona_box {
padding: 10px;
border: solid 4px #0f4c81;
background: #ffffff;
font-size: 16px;
}
#corona_title {
padding: 5px 0;
color: #c03220;
font-size: 24px;
font-weight: bold;
text-decoration: underline;
}
s {
  display: inline-block;
  margin-right: 4px;
  font-size: 14px;
  text-decoration: line-through;
}
.new_date {
  background: linear-gradient(transparent 80%,#c9db43 85%);
}