@charset 'UTF-8';

@media screen and (max-width: 768px){
.br-sp {display: none;}
}  

.mdc-app-link {
     margin: 2em auto;
     background-color: #183a87;
     border-bottom: 5px solid #0f1e41; 
     color: #fff;
     padding:2em;
     text-align: center;
     width: 80%;
     border-radius: 30px;
  }
  
  .mdc-app-link02 {
     margin: 2em auto;
     background-color: #008b8b;
     border-bottom: 5px solid #0f1e41; 
     color: #fff;
     padding:2em;
     text-align: center;
     width: 80%;
     border-radius: 30px;
  }
  
  .mdc-app-link a {
    color: #fff;
    text-decoration: underline;
  }
  .mdc-app-link02 a {
    color: #fff;
    text-decoration: underline;
  }


#mdc-app-box {
   margin: 0;
   border: 2px solid #183a87;
   padding: 1em;
   border-radius: 10px;
}

#mdc-app-box  p {
   margin: 2em;
}



#mdc-app-box02 {
   margin: 0;
   border: 2px solid #008b8b;;
   padding: 1em;
   border-radius: 10px;
}

#mdc-app-box02  p {
   margin: 2em;
}



.mdc-key {
font-weight: bold;
color: #183a87;
}
.mdc-recommend {
font-weight: bold;
color: #cc0000;
font-size: 80%;
}



#mdc-app-box {
   margin: 5em 0 0;
   border: 2px solid #183a87;
   padding: 1em;
   border-radius: 10px;
}

#mdc-app-box  p {
   margin: 1.5em 0.5em;
}

a.mdc-btn-app {
 display: inline-block;
 padding: 1em 2em;
  margin: 0 10px;
  border: 2px solid #183a87;
  border-radius: 0;
  background: #008b8b;
  color: #ffffff;
  text-decoration: none;
}

a.mdc-btn-app:hover {
  background-color: orange;
}

a.mdc-btn-app-bgn {
 display: inline-block;
 padding: 1em 2em;
  margin: 0 10px;
  border: 2px solid #183a87;
  border-radius: 0;
  color: #183a87f;
  text-decoration: none;
}





.mdc-menu {
    margin: 3em 0 1em;
    position: relative;
    padding: .3em 0 .2em 1em;
    border-bottom: 4px solid #183a87;
    font-size: 170%;
    letter-spacing: 0.1em;
}

.mdc-menu::before {
    position: absolute;
    top: 0;
    left: .3em;
    transform: rotate(55deg);
    height: 11px;
    width: 12px;
    background: #2589d0;
    content: '';
}

.mdc-menu::after {
    position: absolute;
    transform: rotate(15deg);
    top: .6em;
    left: 0;
    height: 8px;
    width: 8px;
    background: #2589d0;
    content: '';
}




.programnum {
    margin-top: 1em;
    display: flex;
    justify-content: start;
    align-items: center;
    position: relative;
    padding: .5em .7em;
    overflow: hidden;
    border: 2px solid #2589d0;
    border-radius: 5px;
    color: #333333;
    font-size: 120%;
}

.programnum:before {
    position: absolute;
    top: -50%;
    left: -30px;
    z-index: -1;
    transform: rotate(25deg);
    width: 100px;
    height: 200%;
    background-color: #2589d0;
    content: '';
}

.programnumber {
    margin-right: 2em;
    color: #fff;
    font-size: 1.1em
}








h2.mdc-program {
  position: relative;
  padding: 1em;
  margin: 4.5em 0 0;
  border: 4px solid #53bfe6;
  font-size: 28px; /* c-textLv2の指定 */
  font-weight: 700;/* c-textLv2の指定 */
  line-height: 1.5;/* c-textLv2の指定 */
}
h2.mdc-program:before {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  content: '';
  border: 2px dotted #53bfe6;
}


h3.mdc-app {
     margin: 0;
     background-color: #183a87;
     border-bottom: 5px solid #0f1e41; 
     color: #fff;
     padding: 1.5em;
     font-size: 150%;
     letter-spacing: 0.1rem;
     text-align: center;
     line-height: 110%;
     border-radius: 30px;
  }
  h3.mdc-app02 {
     margin: 0;
     background-color: #008b8b;;
     border-bottom: 5px solid #0f1e41; 
     color: #fff;
     padding: 1.5em;
     font-size: 150%;
     letter-spacing: 0.1rem;
     text-align: center;
     line-height: 110%;
     border-radius: 30px;
  }

  h5.mdc-title-app {
  border-bottom: solid 3px #cecece;
  position: relative;
  margin: 3em 0 0.5em;
  font-size: 120%;
}

  h5.mdc-title-app:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #183a87;
  bottom: -3px;
  width: 20%;
}

.star-level {
font-size: 75%;
color: #1a2e76;
background: linear-gradient(transparent 50%, #fffab7 50%);
} 

.bg-line{
background: linear-gradient(transparent 50%, #d5ebfa 50%);
} 

.button--care-r {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    margin:.2em auto 0;
    padding: .1em;
    border: 1px solid #ee4217;
    border-radius: 25px;
    background-color: #fff;
    color: #ee4217;
    font-size: 90%;
}

.button--care-b {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    margin:.2em auto 0;
    padding: .1em;
    border: 1px solid #ee4217;
    border-radius: 25px;
    background-color: #fff;
    color: #123c9c;
    font-size: 90%;
}




/*▼メニュー*/
.mdc-nav {
  background: #fff;
  padding: 0;
  margin: 0;
  border-radius: 4px;
}

.mdc-nav-list {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mdc-nav-link {
  display: block;
  margin: 0 2px;
  padding: 15px 20px;
  color: #183a87;
  text-decoration: none;
  border-bottom: #183a87 2px solid;
}

.mdc-nav-link:hover {
  background-color: #f8f9fa;
  color: #183a87;
  border-bottom: #183a87 4px solid;
  text-decoration: none;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .mdc-nav-list {
    flex-direction: column;
  }
  
  .mdc-nav-link {
    text-align: center;
  }
}






/*▼タブ*/
/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #ffffff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  width: 100%;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/3);
  height: 50px;
  border-bottom: 3px solid #2589d0;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  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: 40px 40px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#c01:checked ~ #c01_content,
#c02:checked ~ #c02_content,
#c03:checked ~ #c03_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #2589d0;
  color: #ffffff;
  }
  
  
  .tab_content_description table {
  border-collapse:  collapse;
  } 
  
   .tab_content_description th,td {
    border: solid 1px #2589d0;
    padding: 10px;
}
  
 /*▲タブ*/ 
  
  
  
 /*▼流れ*/ 
   .howto-box-all {
   text-align: center;
}

  .howto-box {
   margin: 2em auto;
   border: 3px solid #cccccc;
   padding:2em;
   border-radius: 10px;
   text-align: center;
   line-height: 200%;
   width: 80%;
   background-color: #fcfcfc;
}

.howto-box p{
font-size: 110%;
font-weight: bold;
}
  
  .yaji-down {
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  color: #2589d0;
  line-height: 1;
  width: 1.5em;
  height: 1.5em;
  border: 0.2em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}
 /*▲流れ*/ 






.listqa {
}

.listqa li {
    padding: .8em;
}

.listqa li:not(:last-child) {
    border-bottom: 1px dashed #2589d0;
}

.listqa li::marker {
    color: #2589d0;
    font-size: 1.1em;
}



/* お問い合わせボタン */
a.linkbutton {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin:0.5em 0;
    padding: .9em 2em;
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 25%), 0 2px 3px -2px rgb(0 0 0 / 15%);
    background-color: #2589d0;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
    text-decoration: none;
}

a.linkbutton::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
}

a.linkbutton:hover {
    background-color: #1579c0;
}


/*申し込みフォーム */

#application-container {
  margin-top: 2em;
  display: flex;
  justify-content: center; /* コンテナ内のアイテムを中央揃えに */
  gap: 15px; /* ボタン間のスペース */
  
  @media (max-width: 768px) {
    flex-direction: column;
  }
  
}

a.linkbutton02 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin:0.5em 0;
    padding: .9em 2em;
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 25%), 0 2px 3px -2px rgb(0 0 0 / 15%);
    background-color: #ee4217;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
    text-decoration: none;
}

a.linkbutton02::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 20px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
}

a.linkbutton02:hover {
    background-color: #093389;
}






ul.mdc-item {
   margin: 0;
}

ul.mdc-item li {
   list-style-type: disc;
   margin-left: 3em;
}

ul.mdc-howto {
   margin: 0;
}
ul.mdc-howto li {
   list-style-type: decimal;
   margin-left: 3em;
}


.mdc-slide-frame {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  width: 100%;
}
.mdc-slide-item{
font-size: 17px;
font-weight: 400;
line-height: 2;
width: 100%;
flex: 1.5;
}
.mdc-slide-item02{
 flex: 75px;
 margin-left: 1em;
}
.iframe-wrapper {
  position:relative;
 /* padding-top:33%;*/
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mdc-photo {
    float: right;
    margin-top: 32px;
}
.mdc-photo img {
    margin-left: 5px;
}
@media screen and (max-width: 767px) {
.mdc-slide-frame {
    display: block;
  }
.mdc-slide-item {
    width: 100%;
  }
.mdc-slide-item02 {
    width: 100%;
    margin-left: 0;
  }
  .mdc-slide-item02 img {
    width: 100%;
  }
  .iframe-wrapper {
 /* padding-top:75%;*/
 padding-top:5%;
}

.mdc-photo {
    float: none;
    
}
.mdc-photo img {
    margin-left: 0px;
    width: 100%
}

}





.mdc-g-slide{
  position:relative;
  padding-top:75%;
}

.mdc-iframe-tags{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  
}