#school{
    margin-top:3rem;
}
.s-img {
    width:100%;
}
#s-img1 {
    width:100%;
}
.heading06 {
    position: relative;
    margin-bottom:0.5em;
    padding-left: 1rem;
    padding-top:2rem;
    padding-bottom:1rem;
    font-size: 1.4rem;
    border-bottom: 1px solid rgb(193,39,45);
}
.heading06::after {
    content: attr(data-en);
    float:right;
    padding-right:1.5rem;
    color: rgba(193,39,45,0.2);
    font-size: 1.5rem;
    text-transform: uppercase;
    z-index: 1;
  }
.h3-p {
    margin:1rem;
}
h3 {
    font-size:1.3rem;
    padding-top: 1rem;
}
h4 {
    text-align:left;
    margin-top:1rem;
    margin-bottom:0.5rem;
}
h5 {
    margin-top:1rem;
    margin-bottom:0.2rem;
    padding-left: 1rem;
}
.s-heading1 {
    position: relative;
    padding-top: 0.8rem;
    padding-left:0.5rem;
    overflow: hidden;
}
.s-heading1__txt {
    display: inline-block;
    padding-left: 1rem;
    border-left: 4px solid rgb(193,39,45);
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.6364;
}
.p2 {
    text-indent: -1em;
    padding:0 1rem;
}
/*タブ切り替え全体のスタイル*/
.tabs {
    margin-top: 1rem;
    padding-bottom: 40px;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    width: 96%;
    margin: 0 auto;}
  
  /*タブのスタイル*/
  .tab_item {
    -webkit-appearance: none;
    width: calc(100%/3);
    height: 50px;
    border-bottom: 0.2rem solid rgb(193,39,45);
    background-color: #d9d9d9;
    line-height: 50px;
    font-size: 16px;
    color: #565656;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
  }
  .tab_item:hover {
    opacity: 0.75;
  }
  /*ラジオボタンを全て消す*/
  input[name="tab_item"] {
    display: none;
  }
  
  /*タブ切り替えの中身のスタイル*/
  .tab_content {
    display: none;
    padding: 0.5rem 0.5rem 0;
    clear: both;
    overflow: hidden;
  }
  
  
  /*選択されているタブのコンテンツのみを表示*/
  #all:checked ~ #all_content,
  #programming:checked ~ #programming_content,
  #design:checked ~ #design_content {
    display: block;
  }
  
  /*選択されているタブのスタイルを変える*/
  .tabs input:checked + .tab_item {
    -webkit-appearance: none;
    background-color: rgb(193,39,45);
    color: #fff;
  }

/* 入会までの流れ */
.joinlist {
    background-color:rgb(193, 39, 45);
    margin:1rem;
    padding:1rem;
}
#join li {
    position: relative;
    padding:1rem;
    margin:2.5rem auto;
    text-align: center;
    background : rgb(255,255,255);
    list-style: none;
    width:96%;
    overflow-wrap: break-word;
}
#join h3 {
    font-size:1.2rem;
}
.join-h4 {
    font-weight: bold;
    text-align: center;
    margin:0.5rem 0;
}
#join .joinlist li h4 span{
    position: absolute;
    display: block;
    top: -2rem;
    left: 1.5rem;
    width: 4rem;
    font-size: 0.9rem;
    text-align: center;
    line-height: 4rem;
    color:black;
    font-family: 'Poppins', sans-serif;
    border-radius: 3rem;
    background: #ffd900;
}
#contact-a {
    color:red;
    font-weight:bold;
    text-decoration:underline;
}
/* Googlemap */
#area {
    padding-top:2rem;
}
.map{
	display: flex;
	flex-wrap:wrap;
    padding:0 0.5rem;
}
.map li {
	width: calc(100%/2);/*←画像を横に２つ並べる場合*/
	padding:0 1rem 1rem 1rem;/*←画像の左右に5pxの余白を入れる場合*/
    text-align: center;
}
iframe {
    border:0;
    width:100%;
}
.map p {
    text-align:left;
}
/* 持ち物 */
#object p {
    padding:1rem 1.5rem;
    text-align:justify;
}

@media screen and (max-width: 600px) {
h4 {
    margin:0.8rem 0 0.5rem 0.5rem;
}
.map{
	display: block;
    padding:0 0.5rem;
}
.map li {
	width: 100%;
    padding:0.5rem 0.5rem 0 0.5rem;
}
iframe {
    width:100%;
    padding: 0 1rem;
}
.map p {
    margin-left:1rem;
}
}

@media screen and (max-width: 450px) {
    #join .joinlist li h4 span{
        left: 0.3rem;
        width: 3.5rem;
        font-size: 0.8rem;
        line-height: 3.5rem;
        color:black;
    }
    .h3-p {
        font-size:0.9rem;
    }
}