@charset "UTF-8";
/* CSS Document */

.index h2 {
  text-align: center;
  font-size: 30px;
  line-height: 1.4;
  margin: 20px 0 20px;
}
@media screen and (max-width: 430px) {
  .index h2 {
    font-size: 24px;
  }
}
.index h2 + p {
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
}
ul.point {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
  margin-bottom: 60px;
}
ul.point li {
  width: 30%;
  background-color: #fdebd1;
  padding: 10px;
  position: relative;
}
ul.point li span {
  display: block;
  background-color: #ec6c00;
  width: 86%;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 24px;
  border-radius: 48px;
  color: #fff;
  position: absolute;
  top: -24px;
  left: 7%;
}
ul.point li div img {
  width: 100%;
  height: auto;
}
ul.point li p {
  text-align: center;
  font-size: 22px;
  line-height: 1.3;
  margin: 20px 0 10px;
}
@media screen and (max-width: 768px) {
  ul.point li p br {
    display: none;
  }
}
@media screen and (max-width: 430px) {
  ul.point li {
    width: 100%;
    margin-bottom: 50px;
  }
  ul.point li:last-of-type {
    margin-bottom: 0;
  }
}
.regular {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 30px;
}
.regular a {
  display: block;
  width: 47%;
  background-color: #fdebd1;
  box-shadow: 6px 6px #ec6c00;
  margin-bottom: 3%;
}
.regular a div img {
  width: 100%;
  height: auto;
}
.regular a h3 {
  text-align: center;
  font-size: 22px;
  color: #ec6c00;
  margin: 7px 0 0; 
}
.regular a p {
  padding: 10px 10px;
  font-size: 15.5px;
}
.regular a:hover p {
  color: #000;
}
.regular a:nth-of-type(2) {
  background-color: #deedf9;
  box-shadow: 6px 6px #036eb7;
}
.regular a:nth-of-type(2) h3 {
  color: #036eb7;
}
.regular a:nth-of-type(3) {
  background-color: #fad9d0;
  box-shadow: 6px 6px #e95550;
}
.regular a:nth-of-type(3) h3 {
  color: #e95550;
}
.regular a:nth-of-type(4) {
  background-color: #d4e9d7;
  box-shadow: 6px 6px #0dac67;
}
.regular a:nth-of-type(4) h3 {
  color: #0dac67;
}
@media screen and (max-width: 430px) {
  .regular {
    margin-bottom: 20px;
  }
  .regular a {
    width: 100%;
  }
}
.proglam_btn {
  text-align: center;
}
.proglam_btn a {
  display: block;
  font-size: 23px;
  transition : .3s;
}
.aichannel_list {
  margin: 0 auto 20px;
  padding: 10px 0;
  text-align: center;
  background-color: #ec6c00;
  width: 90%;
  max-width: 440px;
  line-height: 1.2;
  color: #fff;
  border: 1px solid #ec6c00;
  border-radius: 46px;
}
.aichannel_list:hover {
  background-color: #fff;
  color: #ec6c00;
}
.program_link {
  border: 2.5px solid #ec6c00;
  color: #ec6c00;
  padding: 9px 0;
}
.program_link:hover {
  background-color: #ec6c00;
  color: #fff;
}
