@charset "utf-8"; /* ==========================================
 共通
============================================*/
* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

/* フォント定義 */
:root {
    /*--font-default: 'Hiragino Kaku Gothic Pro', 'meiryo', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;*/
    /*--font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
    --font-serif: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    --font-gothic: "Noto Sans JP";
    --font-size: 17px;
    --line-height: 1.6;
}

.font-default {
    font-family: var(--font-default);
}

.font-serif {
    font-family: var(--font-serif);
}

.font-gothic {
    font-family: var(--font-gothic);
}

body {
        font-size: var( --font-size);
        line-height: var( --line-height);
        color: #333;
        background-color: #fff;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        background-size: 50px 50px;
}

@media (min-width: 992px) {
    body {
    }
}

/* カラー定義 */
:root {
    --gold: #d7a750;
    --beige: #f6f4f2;
    --orange: #fc6f57;
    --red: #ff0000;
    --winered: #920200;
    --yellow: #ffff5e;
    --black: #000;
    --white: #fff;
    --link: #0000ee;
}

.text-red {
    color: var(--red)!important;
}

.text-winered {
    color: var(--winered)!important;
}

.text-gold {
    color: var(--gold)!important;
    background-image: linear-gradient( 0deg , #B67B03 0.1em, #DAAF08 0.2em, #FEE9A0 0.3em, #DAAF08 0.4em, #B67B03 0.5em);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255,255,255,0);
}

.yda_container{
max-width: 960px;
margin: 0 auto;
background-color: #f7f5eb8c;
}

.fw-b {
    font-weight: 900;
}

.fc-r {
  color: #ff0000;
}



h1{
margin-top: 40px;
font-family: "JetBrains Mono", monospace;
font-optical-sizing: auto;
font-style: normal;
font-weight: 600;
font-size: 240%;
}

.page-table {
max-width: 760px;
width: 92%;
min-height: 260px;
margin: 0 auto;
}

.page-table .row{

}

.page-table .col-sm-3{
    color: #fff;
    text-align: center;
    background-color: #fb501c;
    border-bottom: 1px solid #eea3a3; 
    border-left: 1px solid #eea3a3;  
}

.b-top
{border-top: 1px solid #eea3a3; }


.page-table .col-sm-9{
    margin: 0;
    background-color: #fff;
    padding: 10px 0 10px 9px;
     border-bottom: 1px solid #eea3a3; 
    border-left: 1px solid #eea3a3;  
    border-right: 1px solid #eea3a3;  
 
}

.page-table .col-sm-3,
.page-table .col-sm-9{
min-height: 45px;
}

/*==========================================
contents
============================================*/

.course_content {
font-size: 17px;
}

.course_content ul li{
list-style: none;
font-size: 20px;
font-weight: 700;
}

.irt{
color: #fece00!important;
}

.head-red{
  font-weight: bold;
  font-size: 120%;
  background: #fb501c;
  color: #fffbfb;
}


.border-box p {
    margin: initial;
    margin: 0.8em 0;
}


.text-link a{
    color: #0000ee;
    font-weight: bold;
    /* text-decoration: underline; */
}

.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

.underline {
    text-decoration:underline;
}

.red {
    color: #d50014;
}

.blue {
    color: #0056ff;
}

.mdl-line {text-decoration: line-through;}


.mediaup .col a:hover{
opacity: 0.5;
}


/*==========================================
 フォーム
============================================*/

.form {
    border: solid 6px rgb(27 61 31 / 41%);
    border-radius: 10px;
    padding: 4%;
    text-align: center;
    margin-bottom: 40px;
}

.form input[type=email] {
    border: solid 2px #aaa;
    padding: 20px;
    margin-bottom: 20px;
    width: 100%;
    font-size: 2.0rem;
}

.form .button {
text-align: center;
border: none;
padding: 0;
border-radius: 5px;
 color: #f7f7f7;
}

.parents{
position: relative;
display: block;
height: 150px; 
right: 10px;
}

.btn-box{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-48%, -48%);
  margin: 0;
  color: #fff;
  background-color: #00db00;
  box-shadow: 0 3px 5px 0 #094;
/*  text-shadow: 0 0px 3px #10af7f, 0 0px 5px #1dc57f, 0 0 7px #138613;*/
 /*  background: linear-gradient(to bottom, #106d3e 25%, #076944 75%);*/
}

.btn {
  position: relative;
  display: block;
  width: 460px;
  height: 120px;
  line-height: 78px;
  font-size: 24px;
  line-height: 3.5em;
  text-decoration: none;
  border: 2px solid #22adad;
  color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
}

.btn:hover {
  color: #fbfbfb;
}

.btn:after {
  position: absolute;
  content: "";
  width: 120%;
  height: 100%;
  top: 0;
  left: -635px;
  -webkit-transform: skewX(56deg);
  transform: skewX(56deg);
  background-color:#22adad;
  z-index: -1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.btn:before {
  position: absolute;
  content: "";
  width: 120%;
  height: 100%;
  top: 0;
  left: 635px;
  -webkit-transform: skewX(69deg);
  transform: skewX(69deg);
  background-color: #22adad;
  z-index: -1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.btn:hover:after {
  left: -250px;
}

.btn:hover:before {
  left: 99px;
}

.lh-150{
position: absolute;
right: 22%;
line-height: 1.3em;
margin-top: 5px;
font-weight: 600;
}

.btn-arrow {
position: relative;
left: 46%;
top:10px;
}

.btn span::after {
    position: absolute;
    top: 50%;
    right: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #f7f7f7;
    transform: translate(0, -50%);
    transition: all .2s ease;
}

.fs-tel{
font-size: 120%;
}

.fs-25{
  font-size: 140%;
}


@media (max-width:550px) {

  .btn {
  position: relative;
  display: block;
  width: 300px;
  height: 120px;
  line-height: 78px;
  font-size: 130%;
  }

.lh-150{
right: 16%;
margin-top: 7px;
}

.btn-arrow {
position: relative;
left: 48%;
top:10px;
font-size: 80%;
}


.form input[type="email"] {
font-size: 1.0rem;
}

.btn:after {
  transform: skewX(62deg);
}

.btn:before {
transform: skewX(62deg);
}

.fs-tel{
font-size: 80%;
}

}

/*==========================================
 フッター
============================================*/

.main{
    position: relative;
    z-index: 1;

}


#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  overflow-y: auto;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
}
#page-top a {
  text-decoration: none;
  color: #fff;
  background: #07552a;
  width: 64px;
  padding: 14px 5px;
  text-align: center;
  display: block;
  border-radius: 90px;
  opacity: 0.9;
  transition: all .3s ease;
}
#page-top a:hover {
  text-decoration: none;
  opacity: .5;
}

.list-group-item{
  margin-bottom: 1px;
  padding-bottom: 0;
  color: #fff;
background-color: #484848;
 border:none;
}

.c-footer-menu  .list-group-item{
  font-size: 80%;
  margin-right: 5px;
}

footer{
position: relative;
z-index:2;
}

.c-footer {
    padding: 15px;
    color: #f8f9fa!important;
    font-size: 16px;
    text-align: center;
    background-color: #484848;
    display: grid;
    grid-gap: 5px;
}

.c-footer-menu {
    display: grid;
    grid-gap: 0.5em;
}

.c-footer-menu a {
    color: inherit;
    text-decoration: none;
    padding: 0.2em;
    transition: 0.3s;
}

.c-footer-menu  .list-group-item{
  font-size: 80%;
  margin-right: 5px;
}

.c-footer-menu a:hover {
    color: var(--bs-dark);
}

.border-box {
    margin-bottom: 5%;
    padding: 0 1%;
    border: 2px solid var(--bs-dark);
    background-color: var(--bs-white);
}

.border-box :not(p) {
  margin-bottom: 2em;
}

/*==========================================
media
============================================*/


@media (min-width: 992px) {
    .text-link {
        /* padding-right: 50%; */
        text-align: right;
        font-size: 1.4rem;
}

.img-box {
    display: flex;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
}

.img-box img {
    max-width: 50%;
}
1
.pc-br { display:inline; }
.sp-br { display:none; }

}

@media (max-width: 992px) {

    .border-box :not(p) {
  margin-bottom: 2em;
}

  .pc-br { display:none; }
  .sp-br { display:inline; }

.text-link {
    /* padding-left: 2%; */
    text-align: right;
    font-size: 1.1rem;
}
}

@media (max-width: 780px) {

.course_content ul {
    padding-left: 0.2rem;
}

h1{
  font-size: 150%;
}

.course_content,
.page-table {
font-size:19px;
}

.fs-25{
 font-size: 110%;
}

}

