body{
	color:#333;
  font-family:
    "Noto Sans JP",
    "Yu Gothic",
    "YuGothic",
    "游ゴシック",
    "メイリオ",
    Meiryo,
    sans-serif;
font-size:16px;font: size 1.2em;rem;line-height:1.8;
}
article{
    padding-bottom: 20px;
}

section{
    margin: 30px auto 30px;
}
section img,#main img{
    width: 100%;
}

#main_title {
    margin: 30px 0 20px;
}
#main_title span{
    color: #f12535;
    background: #fff4f5;
    border-radius: 8px;
    font-weight: bold;
    padding: 8px 15px;
}
#main_title h1{
    font-size: 1.9em;
    font-weight: bold;
}

h4.title01 {
    border-bottom: solid 4px #d1d5db; 
    position: relative;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 25px;
    padding-bottom: 5px;
}
h4.title01:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 4px #f12535;
    bottom: -4px;
    width: 23%;
}

h4.title02 {
    border-bottom: solid 4px #d1d5db; 
    position: relative;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 25px;
    padding-bottom: 5px;
}
h4.title02:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 4px #f12535;
    bottom: -4px;
    width: 16%;
}
h4.title03 {
    border-bottom: solid 4px #d1d5db ; 
    position: relative;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 25px;
    padding-bottom: 5px;
}
h4.title03:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 4px #f12535;
    bottom: -4px;
    width: 20%;
}
h4.title04 {
    border-bottom: solid 4px #d1d5db ; 
    position: relative;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 25px;
    padding-bottom: 5px;
}
h4.title04:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 4px #f12535;
    bottom: -4px;
    width: 23%;
}

h4.title05 {
    border-bottom: solid 4px #d1d5db ; 
    position: relative;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 25px;
    padding-bottom: 5px;
}
h4.title05:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 4px #f12535;
    bottom: -4px;
    width: 33%;
}


#attention{
	padding:15px;
	border:3px solid #0052a6;
	color:#0052a6;
	font-weight:bold;
	text-align:center;
}
.contents {
    font-size: 1.0em;
}
.contents span{
    background-color: #ffd6d8;
    padding: 2px 0;
}
.list{
    overflow: hidden;
    margin-top: 15px;
}
.list_left{
    width: 2%;
    float: left;
    color: #f12535;
    font-size: 1.6em;
    padding: 0 15px 0 0;  
}
.list_right{
    width: 94%;
    float: right;
}

.list_main{
    font-weight: bold;
    font-size: 1.2em;
    padding: 5px 0;
}
.list2{
    overflow: hidden;
    margin-top: 15px;
    font-size: 1.0em;
}


#teacher{
    overflow: hidden;
}
#teacher_left{
    width: 30%;
    float: left;
}
#teacher_right{
    width: 68%;
    float: right;
}
.teacher_in{
    padding: 10px;
}
.teacher_name{
    font-weight: bold;
    font-size: 0.9em;
    margin-bottom: 10px;
}
.teacher_name span{
    font-size: 1.2em;
}
.teacher_detail{
    font-size: 0.8em;
}
#contact_com{
    font-weight: bold;
    font-size: 1.1em;
}
#contact_com span{
    font-size: 80%;
}

.overview {
    background: #f8f8f8;
    padding: 25px 30px;

}
.overview table{
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%; /* table幅を100%に指定 */
    border: none;
    margin: 0 auto;
    font-size: 1.0em;
}
.overview table th,
.overview table td {
    display: block; /* セルをブロック要素に指定 */
    width: 100%; /* セルを親要素いっぱいの幅に指定 */
    border: none;
    padding: 5px;
    vertical-align: top;
    text-align: left;
    box-sizing: border-box;
}
.overview table th {
    font-weight: 700;
}

.program {
  width: 100%;
  border-collapse: collapse;
}

.program tr {
  display: block;
  margin-bottom: 10px;
}

.program th,
.program td {
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.program th {
  color: #f12535;
  background: #fff1f3;
  padding: 7px;
  text-align: center;
  font-weight: bold;
}

.program td {
  padding: 15px;
  border-top: none;
}
.program td span{
    font-weight: bold;
    font-size: 18px;
}

.br-sp {
    display: none;
}

    /*シェアボタン*/
    .share-container {
      text-align: center;
    }
    .share-text {
      color: #7b838a; /* 画像に近いグレー */
      font-size: 14px;
      font-weight: bold;
      margin: 15px 0 0;
    }
    .share-buttons {
      display: flex;
      justify-content: center;
      gap: 20px;
    }
    .share-btn {
      color: #909498; /* アイコンのグレー */
      font-size: 32px; /* アイコンのサイズ */
      text-decoration: none;
      transition: opacity 0.2s ease-in-out;
    }
    .share-btn:hover {
      opacity: 0.6;
    }


@media screen and (max-width: 640px) {
    .br-sp {
        display: block;
    }
    h2{
        font-size: 1.3em;
    }
    section{
        width: 96%;
    }
    #main_title h1{
        font-size: 1.3em;
    }
    h3{
        font-size: 1.2em;
    }
    h4.title01,h4.title02,h4.title03,h4.title04 {
        font-size: 1.3em;
    }
    #teacher_left {
        width: 50%;
    }
    #teacher_right{
        width: 100%;
    }
    #teacher_name{
        font-size: 0.8em;
        padding-top: 10px;
    }
    #teacher_name span{
        font-size: 1.0em;
    }
    .list_main{
        font-size: 1.2em;
    }
    .list_right{
        width: 86%;
    }
    .last td:last-child {
        width: 100%;
    }
    #teacher_name{
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 10px;
}
    #teacher_name span{
        font-size: 1.3em;
    }
    .program {
        width: 100%;
    }
    .program th,
    .program td {
        border-bottom: none;
        display: block;
    }
    table.program {
        border-spacing: 0 15px;
    }
    a.btn {
        display: block;
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
        width: 200px;
        margin: 0 auto 30px;
        padding: 1rem 2rem;
        font-weight: bold;
        border: 2px solid #f12535;
        background: #f12535;
        color: #fff;
        border-radius: 100vh;
        transition: 0.5s;
        font-size: 1.2em;
    }
}

@media screen and (min-width: 768px) {
    .overview table th,
    .overview table td {
        display: table-cell; /* デフォルト値に指定 */
        border-bottom: 1px solid #e2e2e2;
        color: #000;
    }
    .overview table th {
        color: #000;
    }
    .overview table tr th:first-child {
        width: 150px; /* thの固定幅 */
    }
}


.clearfix::after {
  content: " ";
  display: block;
  clear: both;
}


.l_header {
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    z-index: 100;
    /* position: fixed; */
    top: 0;
    /* -webkit-box-pack: justify; */
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 100px;
    /* height: 5rem; */
    background-color: #fff;
}
  .l_header .logo {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-preferred-size:17.5%;
    flex-basis:17.5%;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    padding:0 10px 0 25px;
    padding:0 1rem 0 2.5rem
  }
  .l_header .logo img {
    width:100%
  }
.c_heading-level1 {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    position:relative;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    min-width:1200px;
    height:335px;
    height:33.5rem;
    margin-bottom:10px;
    margin-bottom:1rem;
    overflow:hidden;
    background-color:#f12535
  }
  .c_heading-level1::before {
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:0;
    height:0;
    border-width:335px 160px 0 0;
    border-width:33.5rem 16rem 0 0;
    border-style:solid;
    border-color:#222 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    content:""
  }
  .c_heading-level1::after {
    display:block;
    position:absolute;
    right:0;
    bottom:0;
    width:0;
    height:0;
    border-width:0 0 335px 160px;
    border-width:0 0 33.5rem 16rem;
    border-style:solid;
    border-color:rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f66b76 rgba(0, 0, 0, 0);
    content:""
  }
  .c_heading-level1-box {
    position:relative;
    width:1200px;
    margin:0 auto;
    padding:0 0 0 21%
  }
  .c_heading-level1-box .title {
    margin-left:40px;
    margin-left:4rem;
    color:#fff;
    font-size:35px;
    font-size:2.0rem;
    font-weight:bold
  }
  .c_heading-level1-box .title::before {
    display:block;
    position:absolute;
    top:50%;
    left:16%;
    width:1px;
    height:120%;
    -webkit-transform:rotate(25deg) translateY(-55%);
    transform:rotate(25deg) translateY(-55%);
    background-color:#fff;
    content:""
  }
  .c_heading-level1-box .title.is_s {
    margin-left:-30px;
    margin-left:-3rem
  }
  .c_heading-level1-box .text {
    margin-top:40px;
    margin-top:4rem;
    color:#fff;
    font-size:28px;
    font-size:2.5rem;
    font-weight:bold
  }
  .c_heading-level1.is_s {
    height:132px;
    height:8.5rem
  }
  .c_heading-level1.is_s .c_heading-level1-box .title {
    margin-left:0
  }
  .c_heading-level1.is_s .c_heading-level1-box .title::before {
    height:90%
  }
  .c_heading-level1.is_s .c_heading-level1-box .title.is_s {
    margin-left:-30px;
    margin-left:-3rem
  }

  .content-wrap{
    padding: 0 0 50px;
  }

.content-box{
  width: 1100px;
  margin: 0 auto;
}

#form-left{
    width: 680px;
    float: left;
    overflow: hidden;
}

.dl-title{
  color: #333;
  font-size: 28px;
  margin-bottom: 28px;
  font-weight: bold;
}

.form-left-img2{
  text-align: center;
}
.form-left-img2 img{
  width: 50%;
  box-shadow: rgba(51, 51, 51, 0.1) 8px 8px 5px -3px;
  border: 1px solid #d1d1d1;
}
.form-left-img img{
  width: 98%;
  box-shadow: rgba(51, 51, 51, 0.1) 8px 8px 5px -3px;
  border: 1px solid #d1d1d1;
}
#form-content{
  margin: 25px 0;
}
#form-content h2{
  font-size: 1.5rem;
  padding-bottom: 20px;
}
#form-list{
    background: #f5f5f5;
    padding: 15px;
  padding: 20px 23px;
  border-radius: 8px;
}
#form-list h4{
  font-size: 1.2em;
  padding-bottom: 10px;
  color: #dd3d3d;
}
#form-list ul {
  list-style: none;
  line-height: 1.8;
  font-size: 0.9em;
}
#form-list ul li i{
    color: #dd3d3d;
    padding-right: 5px;
}

#form-right{
  float: right;
  width: 400px;
  background: #f8f8f8;
  position: sticky;
  top: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  border: 1px solid #e0e0e0;
}

#fugapage{
  overflow: hidden;
  height: auto;
}
#form-contact{
  margin: 60px 0 20px;
}
#form-contact h3{
  font-size: 1.5rem;
}
#form-contact h3{
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#form-contact h3::before {
  display: block;
  width: 18px;
  width: 1.8rem;
  height: 3px;
  margin-right: 15px;
  margin-right: 1.5rem;
  background-color: #f12535;
  content: "";
}
#form-contact .form-contact-txt{
  padding: 20px 0 0;
}
#form-contact .form-contact-txt p{
  padding: 10px 0
}
#form-contact .form-contact-txt img{
  width:50%;
}
form.form p {
  margin: 3px 5px 5px 0 !important;
}
.form-contact-button{
  appearance: none;
  display: inline-block;
  position: relative;
  width: 400px;
  width: 14rem;
  margin: 0 10px;
  margin: 0 0.5rem;
  padding: 20px;
  padding: 1.3rem;
  border: none;
  border-radius: 8px;
  outline: none;
  background-color: #222;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #222;
}
.form-contact-button:hover{
  opacity: 0.7;
}
.form-dl-button{
    appearance: none;
    display: inline-block;
    position: relative;
    width: 400px;
    width: 14rem;
    margin: 0 10px;
    margin: 0 0.5rem;
    padding: 20px;
    padding: 1.3rem;
    border: none;
    border-radius: 8px;
    outline: none;
    background-color: #fff;
    color: #f12535;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #f12535;
}
.form-dl-button:hover{
  border: 1px solid #f12535;
  color: #fff;
  background: #f12535;
}

@media screen and (max-width: 670px) {
  .l_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-width: 0;
    height: 6rem;
}
  .l_header .logo {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: 45%;
    padding: 0 .5rem 0 1.5rem;
}
.l_header .logo img {
  width: 100%;
}
  .c_heading-level1.is_s {
    min-height: 9.5rem;
}
.c_heading-level1 {
  width: 100%;
  min-width: 0;
  height: auto;
  min-height: 20rem;
  margin-bottom: 3.5rem;
  padding: 0;
  line-height: 1.4;
}
.c_heading-level1::before {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-width: 20rem 9.5rem 0 0;
}
.c_heading-level1::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-width: 335px 160px 0 0;
  border-width: 33.5rem 16rem 0 0;
  border-style: solid;
  border-color: #222 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  content: "";
}
.c_heading-level1::after {
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  border-width: 0 0 20rem 9.5rem;
}
.c_heading-level1-box {
  width: 100%;
  padding: 0 0 0 2.0rem;
}
.c_heading-level1.is_s .c_heading-level1-box .title {
  margin-left: 3.0rem;
}
.content-box{
  width: 96%;
  margin: 0 auto;
}
.c_heading-level1-box .title {
  position: relative;
  margin-left: 4.5rem;
  padding: 1.2rem 0;
  font-size: 1.4rem;
}
.c_heading-level1-box .title::before {
  top: 0;
  left: -1.5rem;
  width: 1px;
  height: 110%;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  background-color: #fff;
}
.c_heading-level1.is_s .c_heading-level1-box .title::before {
  top: 10%;
  height: 80%;
}
.dl-title {
  font-size: 1.2rem;
  margin-bottom: 15px;
  font-weight: bold;
}
#form-left,#form-right{
  width: 100%;
}
#form-right{
  margin-top: 20px;
}
.form-contact-button,.form-dl-button{
  width: 60%;
  margin: 10px auto;
  display: block;
}
#form-list{
  margin-bottom: 15px;
}
#form-contact .form-contact-txt img{
  width:80%;
  margin: 0 auto;
}
}