@charset "UTF-8";
/* CSS Document */
.main_bg {
  background: url("../images/bg2_en.jpg"), linear-gradient(180deg, #00a29a 0%, #00a29a 56.1%, #FFF 44.9%, #FFF 100%);
  background-size: auto 700px, cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.main1 {
  width: 395px;
  margin: 0px 0px 227px 0px;
}
.main2 {
  margin: 0px 0px 35px 0px;
}
.main3 {
  margin: 0px 0px 0px 0px;
}
.btn_box {
  background-color: #deedeb;
  padding: 20px 20px 20px 25px;
  margin: 30px 0px 0px 0px;
}
.banner {
  width: 240px;
  margin: 15px auto;
}

.right {
  width: 780px;
  margin: 222px 0px 0px 0px;
}


.btn1 {
  position: relative;
  font-size: 20px;
  margin: 0px 8px;
font-weight: 500;
}
.btn1 > a:link, .btn1 > a:visited, .btn1 > a:active {
  width: 270px;
  height: 30px;
  padding: 30px 35px 30px 35px;
  border-radius: 10px;
  margin: 0px 15px 0px 0px;
  text-decoration: none;
  display: block;
  background: #f3981c;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  color: #fff;
  vertical-align: middle;
}
.btn1:after {
  content: '';
  width: 6px;
  height: 6px;
  border-bottom: 3px solid rgba(250, 205, 147, 1);
  border-right: 3px solid rgba(250, 205, 147, 1);
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  top: 40px;
  right: 50px;
}
.btn1 > a:hover {
  display: block;
  opacity: 0.8;
  webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
h2 {
  margin: 30px 0px 15px 0px;
  padding: 0px 0px 0px 0px;
  color: #00a29a;
  font-size: 32px;
  font-weight: 500;
}
.date dl {
line-height: 150%;
  width: 780px;
  height: 200px;
  clear: both;
  overflow-y: scroll;
  margin: 0px 0px 0px 0px;
}
.date dt {
  padding: 5px 0px 5px 0px;
  width: 80px;
  color: #00a29a;
  /* 左寄せ */
  float: left;
  /* float解除 */
  clear: both;
}
.date dd {
  padding: 4px 0px 5px 0px;
  width: 630px;
  /* dtの幅分の設定 */
  margin-left: 100px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.consent {
  font-weight: bold;
  width: 1050px;
  margin: 40px auto 40px auto;
  padding: 15px;
  color: #f3981c;
  background-color: #feecd6;
  text-align: center;
  font-feature-settings: "palt";
}

.program {
  margin: 20px 0px;
padding: 15px 35px;
  border-bottom: 1px rgba(127,127,127,1.00) dotted;

}
.pro_box {
  display: flex;
  justify-content: space-between;
}
.pro_r {
  width: 300px;
  line-height: 150%;
  text-align: justify;
  text-justify: inter-ideograph;
  font-weight: bold;
  margin: 10px 0px 0px 0px;
}
.pro_l {
  text-align: center;
}
.pro_bt > a:link, .pro_bt > a:visited, .pro_bt > a:active {
  border: 5px solid rgba(0, 115, 190, 1.00);
  width: 330px;
  height: 43px;
  font-weight: bold;
  padding: 23px 0px 0px 30px;
  margin: 2px 0px 8px 0px;
  font-size: 17px;
  color: rgba(0, 0, 0, 1.00);
  text-decoration: none;
  background-color: rgba(255, 255, 255, 1.00);
  display: block;
  line-height: 120%;
  background-image: url(../images/book.png);
  background-size: 15%;
  background-repeat: no-repeat;
  background-position: center right;
  text-align: left;
}
.pro_bt > a:hover {
  display: block;
  opacity: 0.5;
  webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn_box1 {
  background-color:#FFECE6;
  padding: 20px 0px 20px 0px;
  margin: 20px 0px 0px 0px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 160%;
  color: #FF3B3E;
}
.tel{
color: red;
  margin: 10px 0px 0px 0px;
  font-weight: 800;
  text-align: center;
  border-radius: 9999px;
  background-color: #FFF;
  display: inline-block;
  padding: 10px 40px;
  letter-spacing: 1px;

}



