@charset "utf-8";

html {
	font-size: 16px;
    font-family: PingFang SC Regular,Hiragino Sans GB,Microsoft YaHei,SimHei,Helvetica Neue,Arial,sans-serif,"Hiragino Kaku Gothic ProN";
}
@media screen and (min-width: 767px) {
	html {
		font-size: 18px;     
	}}
html * {
	box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}
hr{
    width: 90%;
    margin: 0 auto;
}
.BgGlay {
    background-color: #eee;
    padding: 1rem;
}
p {
    text-indent: 1rem;
}
.txtbold {
    font-weight: bold;
}
.txtorange {
    color: darkorange;
}
.txtred {
    color: darkred;
}
.txtCenter {
    text-align: center;
    text-indent: 0;
}

p.Footnote_Attention {
    text-indent: 0;
    font-size: 0.8rem;
    text-align: center;
    margin: 0.8rem auto 1rem;
    border: dotted 1px black;
    padding: 0.3rem;
    width: 90%;
}
@media screen and (min-width: 767px) {
    p.Footnote_Attention {
      width: 80%;  
    }}
@media screen and (max-width: 350px) {
    p.Footnote_Attention {
      width: 100%;  
    }}

/* pc，tab */
@media screen and (min-width: 960px) {
main, header {
	width: 100%;
	margin: 0 auto;
    background-color: white;
    } }
/* sp,tab,pc スクロール用 */ 
main {
	width: 100%;
	margin: 0 auto;
    background-color: white;
    } 
footer{
	width: 100%;
	margin: 0 auto;
    background-color: black;
    }  
header {
    background-color: rgba(255,255,255,0.9);
    /*bulletin用に暫時消すborder-bottom: #ddd solid 1px;*/
}
/*@media screen and (max-width: 767px) {
.container {
    margin:56px 0 0 0; 
}
     }
@media screen and (min-width: 767px) {
.container {
    margin:82px 0 0 0; 
}
     }*/ 
                       /*     header     */
/* pc用 */
@media screen and (min-width: 960px) {

    }
/* sp */ 
@media screen and (max-width: 767px) {
    .header_container { 
    }
    .header_container:after {
      display: block;
      clear: both;
      content: "";
}
#main_logo {  
    margin: 0.8rem 0;
    position: relative;
    left:39%;
    width: 90px;
    }}
/* tab */
@media screen and (min-width: 767px) { 
    .header_container {  
    }
    .header_container:after {
      display: block;
      clear: both;
      content: "";
}
#main_logo {
    max-width: 100px;
    margin: 1rem 1rem 1rem 2rem;
    position:relative;
    float: left;
    }
}
/* pc */
@media screen and (min-width: 960px) { 
    .header_container {
    }
    .header_container:after {
      display: block;
      clear: both;
      content: "";
}
#main_logo {
    width: 300px;
    margin: 1rem 1rem 1rem 4rem;
    position:relative;
    float: left;
    }
}
.header-logo img {
        height:30px ;     
    }
@media screen and (min-width: 550px) {
.header-logo img {
        height:36px ;     
    }
}
 /* lang-nav Dropdown Button */
    img.lngBtn{
        width: 26px;
    }
@media screen and (min-width: 550px) {
    img.lngBtn{
        width: 26px;
    }
}



/* Dropdown button on hover & focus*/
.dropdown button.dropbtn {
    color: #d00017;
     border: none ;
  cursor: pointer; 
    background-image:url(../img/lang_icon.svg);
    width:25px;
    height: 25px;
    background-size: contain;
    background-color: transparent;
    background-repeat: no-repeat;
}
@media screen and (min-width: 550px) {
.dropdown button.dropbtn {
        width: 30px;
        height: 30px;
    }
}
.dropbtn:hover, .dropbtn:focus {
	margin:0;
	border:none;
 	overflow:visible;
	cursor:pointer;
}
/* The container <div> - needed to position the dropdown content */
.dropdown { 
  position: absolute;
    top: 15px;
    right:20px;
    display: block;
}
@media screen and (min-width: 550px) {
 .dropdown   {
    top: 20px;
        right:30px;
    }
}
@media screen and (min-width: 960px) {
 .dropdown   {
    top: 20px;
        right:50px;
    }
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 150px;
  box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.2); 
    right: 10%;
  z-index: 50;
    margin: 0;
    padding: 0;
}
    
.dropdown-content ul {
     margin: 0;
    padding: 0;   
    }
.dropdown-content li {
  color: black;
  
  text-decoration: none;
  display: block;
         margin: 0;
    padding:0;  
}
/* Links inside the dropdown */
.dropdown-content li a {
  color: black;
  padding: 8px 0px 0px 8px; 
  text-decoration: none;
  display: block;
    text-align: center;
    font-size: 0.8rem;
    border-bottom:1px dotted #ddd;
}
    .dropdown-content li a:last-child {
  color: black;
  padding: 8px 0px 5px 8px; 
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content li a:hover,.dropdown-content li a:focus {background-color: #bbb}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

@media only screen and (max-width: 767px) {
/* globalnav用css */
nav.globalMenuSp {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    text-align: center;
    transform: translateX(-100%);
    transition: all 0.6s;
    width: 100%;
}
nav.globalMenuSp ul {
    background: rgba(0,0,0,0.8);
    margin: 0 auto;
    padding: 10px 0;
    width: 100%;
} 
nav.globalMenuSp ul li {
    font-size: 1em;
    list-style-type: none;
    padding: 0;
    margin: 8px auto;
    background-color: #fdfefc;
    width: 40%;    
}
/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
nav.globalMenuSp ul li a {
    display: block;
    color: #d00017;
    padding: 0.5em 0;
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateX(0%);
}
/* ハンバーガー用css */
.navToggle {
    display: block;
    position: absolute;    /* bodyに対しての絶対位置指定 */
    left: 13px;
    top: 1px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    background: transparent;
    z-index: 101;
    text-align: center;
}
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #d00017;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
.navToggle span:nth-child(1) {
    top: 9px;
}
.navToggle span:nth-child(2) {
    top: 18px;
}
 
.navToggle span:nth-child(3) {
    top: 27px;
}
 
.navToggle span:nth-child(4) {
    border: none;
    color: #d00017;
    font-size: 0.7rem;
    font-weight: bold;
    top: 34px;
}
/* tapした後用css */
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}}

@media screen and (min-width: 767px) { 
.navToggle span{ display: none}
ul li a {
    color: #d00017;
}}

@media screen and (min-width: 767px) {
    .global_nav {
        float: left;
        width: auto;
        position: relative;
        left: 5%;
        margin: 2.5% 0 0 0;
    }
    nav.globalMenuSp ul {
        padding-left: 0px;
    }
    nav.globalMenuSp ul li {
        float: left;
        width: auto;
        list-style: none;
    }
    nav.globalMenuSp ul li a {
    display: block;
    padding: 3px 10px;
    color: #d00017;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;   
    }}   
@media screen and (min-width: 960px) {
    .global_nav {
        float: left;
        width: auto;
        position: relative;
        left: 10%;
        margin: 2% 0 2% 2%;
    }} 
                     /*      main       */
main .content {
    width: 92%;
    margin: 1rem auto 1rem;
}

main a {
    text-decoration: underline;
    color:#006699;
    font-weight: 500;
}
/*  bulletin 速報    */
#bulletin {
    /*border-top: crimson solid 0.1em;
    overflow: hidden;*/  
  background-color: #313539;    
}
#bulletin p { 
    text-align: center;
    color: white;    
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0.6rem 1.1rem 0.6rem 0;  
    background-color: #313539;   
}
#bulletin p.blinking span.oblique {
    font-style: oblique
}
span.shadow-tomato{
    text-shadow: 1px 1px 2px tomato,-1px 1px 2px tomato,1px -1px 2px tomato,-1px -1px 2px tomato;
}
#bulletin p.blinking{
    animation: flash 0.4s linear 4; 
    animation-delay: 1s;
}
@keyframes flash {
  0%,100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}
#bulletin p.flowing{
  animation: flowing 10s linear 1;
  transform: translateX(100%);/*初期位置*/
}
@keyframes flowing {
  100% {
    transform: translateX(-100%);
  }
}
/* sp 280px以下 galaxy fold*/
@media screen and (max-width: 285px) {
    #bulletin p {
        font-size: 0.8rem;
        padding: 0.4rem 1.2rem 0.4rem 1rem;
    }
}
/* smartphone-s */
@media screen and (max-width: 359px) {
    #bulletin p {
       font-size: 0.8rem;  
    }  
}
/* 大きめsmartphone */
@media screen and (min-width: 410px) {
    #bulletin p {
        padding: 0.6rem 2rem;
    }  
}
/* tablet */
@media screen and (min-width: 767px) {
    #bulletin p {
        font-size: 0.8rem;
        padding: 0.4rem;
    }  
}
/* pc */
@media screen and (min-width: 960px) {
    #bulletin p {
        font-size: 0.9rem;
        padding: 0.5rem;
    }  
}

/* lead文 */
/* sp */
.intro h1 {
    text-align: center;
    margin: 1.3rem 20px;
    font-size: 2rem;
    line-height: 2.2rem;
}
.intro h1 span.h1-caption {
    font-size: 1.2rem;
    margin-top: 0px;
}

.intro p  {
    text-align: left;
    margin: 1rem 1.5rem 1.5rem 1.5rem;
}
/* sp 280px以下 galaxy fold*/
@media screen and (max-width: 285px) {
 .intro h1 {
    margin: 0.5rem 0px;
    font-size: 1.8rem;
    line-height: 2rem;
}
.intro h1 span.h1-caption {
    font-size: 1.2rem;
    margin-top: 0px;
}

.intro p  {
    text-align: left;
    margin: 0.5rem 1rem;
}   
}

/* pc */
@media screen and (min-width: 960px) {
    .intro h1 {
    text-align: center;
    margin: 1.5rem 20px 0;
    font-size: 2.4rem;
    line-height: 2.5rem;
}
.intro h1 span.h1-caption {
    font-size: 1.4rem;
    margin-top: 0px;
    line-height: 0rem;
}
.intro p  {
    text-align: left;
    margin: 2rem 10%;
    font-size: 1.1rem;
}}

.intro .top-img {
    width: 100%;
    background-image: url(../img/top_imgL.jpg);
    background-repeat: no-repeat;
    height: 230px;   
    background-size: cover;
    background-position: -38px 0px;
}
/* sp */
.intro .top-img {
    position: relative;
}
#intro-top .top-img .topimgTxt_top img{
    position: absolute;
    top:13%;
    right:5%;
    z-index: 1;
    width: 50%;
}
#intro-top .top-img .logobuttonF {
    display: flex; 
    position: absolute;
    top:30%;
    right:15%;
    flex-direction: column;
    align-items: center;
}
#intro-top .top-img .logobuttonF .Logo {
        width: 70%;
}
#intro-top .top-img .freelesson {
    width: 100%;
    margin-top: 0.7rem;
}
#intro-top .top-img .freelesson a{
    font-size:0.9rem;
    text-decoration: none;
    color: #d00017;
    border-color: #d00017;
    border-width: 3px;
    border-style: solid;
    background-color: white;
    padding: 5px 15px;
    border-radius: 15px;
    display: inline-block;
}
/* sp 350px以下*/
@media screen and (max-width: 350px) {
.intro .top-img {
       height: 220px;
    background-position: -32px 0px;
    background-size: 160%;
}

#intro-top .top-img .topimgTxt_top img{
    position: absolute;
    top:12%;
    right:4%;
    z-index: 1;
    width: 56%;
}
#intro-top .top-img .logobuttonF {
    top:28%;
    right:8%;
}
#intro-top .top-img .logobuttonF .Logo {
        width: 65%;
}
#intro-top .top-img .freelesson {
    width: 100%;
    margin-top: 0.4rem;
}
#intro-top .top-img .freelesson a{
    font-size:0.9rem;
    padding: 5px 15px;
    border-radius: 15px;
    
}
}
/* sp 280px以下 galaxy fold*/
@media screen and (max-width: 285px) {
.intro .top-img {
       height: 186px;
    background-position: -32px 0px;
    background-size: 160%;
}

#intro-top .top-img .topimgTxt_top img{
    position: absolute;
    top:11%;
    right:4%;
    z-index: 1;
    width: 56%;
}
#intro-top .top-img .logobuttonF {
    top:26%;
    right:8%;
}
#intro-top .top-img .freelesson {
    margin-top: 0.5rem;
}
#intro-top .top-img .freelesson a{
    font-size:0.8rem;
    padding: 5px 15px;
    border-radius: 15px;
    border-width: 2px;
}
}
/* 小型tablet */
@media screen and (min-width: 500px) {
.intro .top-img {
    height: 250px;   
    background-position:-20px 0%;
    background-size: 105%;
}
#intro-top .top-img .topimgTxt_top img{
    top:20%;
    right:5%;
    z-index: 5;
    width: 48%;
}
#intro-top .top-img .logobuttonF {
    top:43%;
    left:50%;
    flex-direction: row;
    align-items: center; 
    width: 50%;
}
#intro-top .top-img .logobuttonF .Logo{
    width: 30%;
    margin-right: 2rem;
}
#intro-top .top-img .logobuttonF .freelesson {
    width: 50%;
    }
#intro-top .top-img .freelesson{
    margin-bottom: 2rem;
} 
#intro-top .top-img .logobuttonF .freelesson a{
    font-size:1rem;
}   
}
/* tablet */
@media screen and (min-width: 700px) {
.intro .top-img {
    width: 100%;
    height: 330px;
    background-size: 105%;
    background-position:-20px 0px;
}    
#intro-top .top-img .topimgTxt_top img{
    top:20%;
    right:9%;
    width: 40%;
}
#intro-top .top-img .logobuttonF {
    top:42%;
    left:54%;
    width: 40%;
}
#intro-top .top-img .logobuttonF .Logo{
    width: 30%;
    margin-right: 2rem;
}
#intro-top .top-img .logobuttonF .freelesson {
    width: 50%;
}
#intro-top .top-img .freelesson{
    margin-bottom: 2rem;
} 
#intro-top .top-img .logobuttonF .freelesson a{
    font-size:1rem;
}}
/* pc */
@media screen and (min-width: 960px) {
.intro .top-img {
    height: 350px;
    width: 100%;
    background-size: 105%;
}
#intro-top .top-img .topimgTxt_top img{
    top:19%;
    right:14%;
    width: 35%;
}
#intro-top .top-img .logobuttonF {
    top:45%;
    left:56%;
    width: 35%;
}
#intro-top .top-img .logobuttonF .Logo{
    width: 28%;
    margin-right: 2rem;
}
#intro-top .top-img .freelesson{
    margin-bottom: 2.5rem;
} 
#intro-top .top-img .logobuttonF .freelesson a{
    font-size:1.1rem;
}}
@media screen and (min-width: 1200px) {
.intro .top-img {
    height: 400px;
    width: 100%;
    background-position:right 0%;
}
#intro-top .top-img .topimgTxt_top img{
    top:20%;
    right:16%;
    width: 30%;
}
#intro-top .top-img .logobuttonF {
        left:58%;
    width: 30%;
    }
#intro-top .top-img .logobuttonF .Logo{
    width: 25%;
    margin-right: 3rem;
}
#intro-top .top-img .freelesson{
    margin-bottom: 2.5rem;
}
#intro-top .top-img .logobuttonF .freelesson a{
    font-size:1.2rem;
}} 

/* 繁体字ロゴ用 */
/* sp */
.top-img .topimgLogoT img {
    position: absolute;
    top:35%;
    right:18%;
    z-index: 2;
    width: 20%;
} 
/* sp 350px以下*/
@media screen and (max-width: 349px) {
.top-img .topimgLogoT img {
    top:34%;
    right:10%;
    z-index: 2;
    width: 22%;
}
}
/* 小型tablet */
@media screen and (min-width: 500px) {
.top-img .topimgLogoT img {
    top:43%;
    right:23%;
    z-index: 6;
    width: 14%;
}
}
/* tablet */
@media screen and (min-width: 767px) {

.top-img .topimgLogoT img {
    position: absolute;
    top:40%;
    right:25%;
    z-index: 6;
    width: 12%;
}
}
/* pc */
@media screen and (min-width: 960px) {
.top-img .topimgLogoT img {
    position: absolute;
    top:42%;
    right:26%;
    z-index: 6;
    width: 10%;
}
}
@media screen and (min-width: 1200px) {
.top-img .topimgLogoT img {
    position: absolute;
    top:45%;
    right:27%;
    z-index: 6;
    width: 8%;
}
}
/* 以下、シーズンごとの変更用 */

/* 3,4月 */
/* sp 360px以上 */
.intro #top-img-index .topimgWrap34 {
    width: 100%;
    background-repeat: no-repeat;
    height: 200px;   
    background-size: cover;
    background-position: 85% 0px;
    background-color: #FEF8F8;}
.intro #top-img-index .topimgWrap34 {
    background-image: url(../img/top3-4sp.webp);
        position: relative;}
#intro-top #top-img-index .topimgWrap34 .topimg-sale img{
    position: absolute;
    top:12%;
    left:15%;
    z-index: 1;
    width: 53%;}
/* sp 350px以下 iphone SE*/
@media screen and (max-width: 350px) {
.intro #top-img-index .topimgWrap34 {
    background-image: url(../img/top3-4sp.webp);
    height: 180px;   
    background-size: cover;
    background-position: 0px 0px;}
#intro-top #top-img-index .topimgWrap34 .topimg-sale img{
    top:10%;
    left:10%;
    width: 60%;
}}
/* sp 280px以下 galaxy fold*/
@media screen and (max-width: 285px) {
.intro #top-img-index .topimgWrap34 {
    background-image: url(../img/top3-4sp.webp);
    height: 150px;   
    background-size: cover;
    background-position: 0px 0px;}
#intro-top #top-img-index .topimgWrap34 .topimg-sale img{
    top:12%;
    left:10%;
    width: 60%;
}}
/* 大型sp 410px以上*/
@media screen and (min-width: 450px) {
.intro #top-img-index .topimgWrap34 {
    height: 220px;   
    background-position: 0px 0px;}
.intro #top-img-index .topimgWrap34 {
    background-image: url(../img/top3-4spW.webp);
}
#intro-top #top-img-index .topimgWrap34 .topimg-sale img{
    top:8%;
    left:15%;
    width: 50%;
}}
/* 小型tablet */
@media screen and (min-width: 540px) {
.intro #top-img-index .topimgWrap34 {
    height: 280px;   
    background-position: 0px 0px;}
#intro-top #top-img-index .topimgWrap34 .topimg-sale img{
    top:16%;
    left:18%;
    width: 47%;
}}
@media screen and (min-width: 600px) {
.intro #top-img-index .topimgWrap34 {
    background-image: url(../img/top3-4spW.webp);
    height: 300px;
    background-position: 0px 0px;
    background-size: cover;}   
#intro-top #top-img-index .topimgWrap34 .topimg-sale img{
    top:12%;
    left:20%;
    width: 46%;
}}
/* tablet */
@media screen and (min-width: 700px) {
.intro #top-img-index .topimgWrap34 {
    background-image: url(../img/top3-4pc.webp);
    height: 300px;
    background-position: 60% 0px;
    background-size: cover;}   
#intro-top #top-img-index .topimgWrap34 .topimg-sale img{
    top:15%;
    left:20%;
    width: 40%;
}}
@media screen and (min-width: 800px) {
.intro #top-img-index .topimgWrap34 {
    background-image: url(../img/top3-4pc.webp);
    height: 300px;
    background-position: 80% 0px;
    background-size: cover;}   
#intro-top #top-img-index .topimgWrap34 .topimg-sale img{
    top:15%;
    left:23%;
    width: 36%;
}}
/* pc */
@media screen and (min-width: 900px) {
.intro #top-img-index .topimgWrap34 {
    background-image: url(../img/top3-4pc.webp);
    height: 300px;
    background-position:0px 0px;
    background-size: 100%;}   
#intro-top #top-img-index .topimgWrap34 .topimg-sale img{
    top:12%;
    left:25%;
    width: 34%;
}}
@media screen and (min-width: 1000px) {
.intro #top-img-index .topimgWrap34 {
    height: 350px;
    background-size: cover;
    background-position: 80% 0px;}   
#intro-top #top-img-index .topimgWrap34 .topimg-sale img{
    top:15%;
    left:26%;
    width: 33%;
    max-height: 300px;
}} 
@media screen and (min-width: 1200px) {
.intro #top-img-index .topimgWrap34 {
    height: 350px;
    background-size: cover;
    }   
#intro-top #top-img-index .topimgWrap34 .topimg-sale img{
    top:7%;
    left:30%;
    width: 30%;
    max-height: 300px;
}} 
/* 3,4月終了 */

/* 5,6月 */
/* sp 360px以上 */
.intro #top-img-index .topimgWrap56 {
    width: 100%;
    margin: 0;
    padding: 0;}
.intro #top-img-index .topimgWrap56 {
    background: none;   
}
#intro-top #top-img-index .topimgWrap56 .topimg-sale img{    
    top:0%;
    left:0%;
    width: 100%;}
/* sp 350px以下 */
@media screen and (max-width: 360px) {
.intro #top-img-index .topimgWrap56 {
    background: none;
    margin: 0;
    padding: 0;}
#intro-top #top-img-index .topimgWrap56 .topimg-sale img{
    top:0%;
    left:0%;
    width: 100%;
}
#intro-top #top-img-index .topimgWrap56 .topimg-logo img{
    pointer-events:none;
    display: none;
}}
/* 5,6月終了 */

/* 7,8月 */
/* sp 360px以上 */
.intro #top-img-index .topimgWrap78 {
    width: 100%;
    margin: 0;
    padding: 0;}
.intro #top-img-index .topimgWrap78 {
    /*background-image: url(../img/top7-8spw-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom right;*/
    background: none;   
}
#intro-top #top-img-index .topimgWrap78 .topimg-sale img{    
    top:0%;
    left:0%;
    width: 100%;}
/* sp 350px以下 */
@media screen and (max-width: 360px) {
.intro #top-img-index .topimgWrap78 {
    /*background-image: url(../img/top7-8sp-bg.webp);
    background-size: cover;
    background-position: bottom;  */
    background: none;
     
    margin: 0;
    padding: 0;}
#intro-top #top-img-index .topimgWrap78 .topimg-sale img{

    top:0%;
    left:0%;
    width: 100%;
}
#intro-top #top-img-index .topimgWrap78 .topimg-logo img{
    pointer-events:none;
    display: none;
}}
/* sp 300px以下 galaxy fold*/
@media screen and (max-width: 300px) {
.intro #top-img-index .topimgWrap78 {
    /*background-image: url(../img/top7-8sp-bg.webp);
    background-size: cover;
    background-position: bottom;  */
    background: none;
    height: 210px; 
    margin: 0;
    padding: 0;}
#intro-top #top-img-index .topimgWrap78 .topimg-sale img{   
    top:0%;
    left:0%;
    width: 100%;
}
#intro-top #top-img-index .topimgWrap78 .topimg-logo img{
    pointer-events:none;
    display: none;
}}
/* sp 250px以下*/
@media screen and (max-width: 250px) {
.intro #top-img-index .topimgWrap78 {
    /*background-image: url(../img/top7-8sp-bg.webp);
    background-size: cover;
    background-position: bottom;  */
    background: none;
    margin: 0;
    padding: 0;}
#intro-top #top-img-index .topimgWrap78 .topimg-sale img{
    top:0%;
    left:0%;
    width: 100%;
}
}
/* 7,8月終了 */

/* 9,10月 */
/* sp 360px以上 */
.intro #top-img-index .topimgWrap90 {
    width: 100%;
    margin: 0;
    padding: 0;}
.intro #top-img-index .topimgWrap90 {
    background: none;   
}
#intro-top #top-img-index .topimgWrap90 .topimg-sale img{    
    top:0%;
    left:0%;
    width: 100%;}
/* sp 350px以下 */
@media screen and (max-width: 360px) {
.intro #top-img-index .topimgWrap90 {
    background: none;
    margin: 0;
    padding: 0;}
#intro-top #top-img-index .topimgWrap90 .topimg-sale img{
    top:0%;
    left:0%;
    width: 100%;
}
#intro-top #top-img-index .topimgWrap90 .topimg-logo img{
    pointer-events:none;
    display: none;
}}
/* 9,10月終了 */

/* 11,12月 */
/* sp 360px以上 */
.intro #top-img-index .topimgWrap1112 {
    width: 100%;
    margin: 0;
    padding: 0;}
.intro #top-img-index .topimgWrap1112 {
    background: none;   
}
#intro-top #top-img-index .topimgWrap1112 .topimg-sale img{    
    top:0%;
    left:0%;
    width: 100%;}
/* sp 350px以下 */
@media screen and (max-width: 360px) {
.intro #top-img-index .topimgWrap1112 {
    background: none;
    margin: 0;
    padding: 0;}
#intro-top #top-img-index .topimgWrap1112 .topimg-sale img{
    top:0%;
    left:0%;
    width: 100%;
}
#intro-top #top-img-index .topimgWrap1112 .topimg-logo img{
    pointer-events:none;
    display: none;
}}
/* 11,12月終了 */
/* シーズンごとの変更用 終了*/

/* 1,2月 */
/* sp 360px以上 */
.intro #top-img-index .topimgWrap12 {
    width: 100%;
    margin: 0;
    padding: 0;}
.intro #top-img-index .topimgWrap12 {
    background: none;   
}
#intro-top #top-img-index .topimgWrap12 .topimg-sale img{    
    top:0%;
    left:0%;
    width: 100%;}
/* sp 350px以下 */
@media screen and (max-width: 360px) {
.intro #top-img-index .topimgWrap12 {
    background: none;
    margin: 0;
    padding: 0;}
#intro-top #top-img-index .topimgWrap12 .topimg-sale img{
    top:0%;
    left:0%;
    width: 100%;
}
#intro-top #top-img-index .topimgWrap12 .topimg-logo img{
    pointer-events:none;
    display: none;
}}
/* 1,2月終了 */
/* シーズンごとの変更用 終了*/



.leadTxt {
    background: url(../img/intro_bg.svg) no-repeat ;
    background-position: 100% 100%;
}
/* tablet */
@media screen and (min-width: 415px) {
.leadTxt {
    background: url(../img/intro_bg.svg) no-repeat ;
    background-position: 90% 50%;
    background-size: auto 80%;
}
} 
@media screen and (min-width: 960px) {
.leadTxt {
    background: url(../img/intro_bg.svg) no-repeat ;
    background-position: 95% 0%;
    background-size: auto 100%;
}
} 
h2.std_h2 {
    text-align: center;
    font-size: 1.5rem;
     padding: 10px 0;
     margin: 0;
     background-color: #eee;
}
h2.blk_h2 {
    color: #f1f1f1;
    text-align: center;
    font-size: 1.5rem;
     padding: 10px 0;
     margin: 0;
     background-color: #212529;
}
h2.bgwhite_bracket {
    text-align: center;
    font-size: 1.5rem;
    padding:10px 0;
}
.beige-box {
    background-color: #feffe7;
    margin: 0.8rem;
    padding: 0.8rem;
    border-radius: 10px;
}
.white-box {
    background-color: #fdfefc;
    margin: 0.8rem;
    padding: 0.8rem;
    border-radius: 10px;
    filter: drop-shadow(2px 2px 2px rgba(100,100,100,0.3));
}

.beige-box p{
    margin: 0;
}
            /*        五个优势       */ 
dl.five_merits dt{
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
    background-color: #ff9D97;
    margin: 0;
    padding:10px 0;  
}
#merits_content dl.five_merits .content dd .beige-box ul{
    margin: 0 0 0 1.5rem;
}
/* sp */
.meritsImg {
    width:108px;
    margin: 0 auto 1rem;
}
.meritsImg img{
    width:100%;
}
p.merit-summary {
    text-align: center;
    font-weight: 600;
    font-size: 1.2rem;
    margin: 0 0 1rem;
    line-height: 1.7rem;
}
@media screen and (min-width:550px){
   dl.five_merits dd {
    width: 80%;
    margin: 0 auto;
}}
@media screen and (min-width:960px){
   dl.five_merits dd {
    width: 70%;
    margin: 0 auto;
}}
           /*       报名流程        */ 
dl.process_contents {
    width: 90%;
    margin: 2rem auto;
}
@media screen and (min-width:550px){
   dl.process_contents {
    width: 70%;
    margin: 2rem auto;
}}
@media screen and (min-width:960px){
   dl.process_contents {
    width: 60%;
    margin: 2rem auto;
}}
dl.process_contents dt{
    text-align: center;
    font-size: 1.1rem;
    margin: 1rem 0;
}
.process_wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.processImg {
    width: 114PX;
    margin: 0 20px 0 10px;
}
.processImg img{
    width: 114PX; 
    
}
@media screen and (max-width:350px){
.processImg {
    width: 80PX;
    margin: 0 20px 0 10px;
}
.processImg img{
    width: 80PX; 
}
.processTxt {
}
.processTxt p{
    text-indent: 0;
    font-size:0.9rem;
    margin-bottom: 1rem;
}}
@media screen and (max-width:380px){
.processImg {
    width: 80PX;
    margin: 0 20px 0 10px;
}
.processImg img{
    width: 80PX; 
}
.processTxt {
}
.processTxt p{
    text-indent: 0;
    font-size:1rem;
    margin-bottom: 1rem;
}}
@media screen and (min-width:550px){
.processImg {
    margin: 0 30px 0 0;
}}
.processTxt p{
    text-indent: 0;
    margin-bottom: 1rem;
}
.processArrow {
    width: 100%;
    text-align: center;
}
.processArrow img {
    height: 30px;
    
}
         /*   display:block;
    margin: 0 auto;     学生反馈        */ 
#feedback h3 {
    text-align: center;
}
p.fbDate {
    margin-bottom: 0.5rem;
    text-align: center;
}

#feedback .white-box {
    background-color: #fdfefc;
    margin: 0.8rem;
    padding: 0.8rem;
    border-radius: 10px;
    filter: drop-shadow(0px 2px 2px rgba(100,100,100,0.3));
}
#feedback {
    margin: 0 0 0.8rem;
}
/* external css: flickity.css */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
} 
.gallery {
    margin: 1.2rem 0 2rem;
} 
.gallery-cell {
  width: 96%;  
  margin-right: 10px;
  counter-increment: gallery-cell;   
}
.gallery-cell .white-box {
    border-radius: 10px;
    padding: 0.5vrem;
    filter: drop-shadow(2px 2px 2px rgba(100,100,100,0.3));
    background-color: #fdfefc;    
}
.gallery-cell .white-box .comment{
 overflow-y:scroll;   
 height:310px;
}
.gallery-cell .white-box .comment p{
 font-size:0.9rem;   
}
/* ---- previous/next buttons ---- */
#feedback .flickity-prev-next-button {
  width: 33px;
  height: 33px;
}
#feedback .flickity-prev-next-button.previous { left: 5px; }
#feedback .flickity-prev-next-button.next { right: 5px; }
/* right to left */
#feedback .flickity-rtl .flickity-prev-next-button.previous {
  right: 5px;
}
#feedback .flickity-rtl .flickity-prev-next-button.next {
  left: 5px;
}
/* ---- flickity-button ---- */
#feedback .flickity-button {
  background: hsla(0, 0%, 70%, 0.3);
  border: none;
  color: #333;
}
#feedback .flickity-button:hover {
  background: hsla(0, 0%, 50%, 0.5);
  cursor: pointer;
}
#feedback .flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}
#feedback .flickity-button:active {
  opacity: 0.5;
}
#feedback .flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}
#feedback .flickity-button-icon {
  fill: currentColor;
}
#feedback .flickity-page-dots {
  bottom: -1rem;
}
@media screen and (min-width:550px){
#feedback .gallery-cell {
  width: 80%; 
}
.gallery-cell .white-box .comment{  
 height:250px;
}
#feedback .flickity-prev-next-button {
  width: 44px;
  height: 44px;
}
#feedback .flickity-prev-next-button.previous { left: 8%; }
#feedback .flickity-prev-next-button.next { right: 8%; }
/* right to left */
#feedback .flickity-rtl .flickity-prev-next-button.previous {
  right: 8%;
}
#feedback .flickity-rtl .flickity-prev-next-button.next {
  left: 8%;
}}
@media screen and (min-width:1024px){
#feedback .white-box {
    margin: 0.8rem;
    padding: 1rem;
}
#feedback .gallery-cell {
  width: 50%; 
}
#feedback .flickity-prev-next-button.previous { left: 23%; }
#feedback .flickity-prev-next-button.next { right: 23%; }
/* right to left */
#feedback .flickity-rtl .flickity-prev-next-button.previous {
  right: 23%;
}
#feedback .flickity-rtl .flickity-prev-next-button.next {
  left: 23%;
}}

         /*        联系我们       */ 
#contact{
    margin-bottom: 1rem;
}
#contact h3 {
    font-size: 1.2rem;
    text-align: center;
    margin: 1.1rem 0 1rem;
}
#contact p {
    text-align: center;
    margin: 0.5rem 0;
    text-indent: 0rem;
}
#contact .sns {   
    margin: 1.2rem 1.2rem 0; 
    padding: 1rem 0 0;
    border-top: dotted 1px;
}
#contact .sns p{   
    margin: 0; 
}
.center {
    text-align:center;
}
#lineFriend, .lineFriend {
    margin: 0.3rem 0;
    text-align:center;
}
#contact img#QQ {
    width: 132px;
    margin: 0.2rem 0 0;
}
#contact img#WX {
    width: 122px;
    margin: 0.2rem 0 0;
}
#contact img#LINE {
    width: 132px;
    margin: 0.2rem 0 0;
}
#contact img#WA {
    width: 122px;
    margin: 0.2rem 0 0;
}
#counseller {
    margin: 1.2rem 0;
}
#counseller h3 {
    font-size: 1.2rem;
    text-align: center;
    margin: 0.5rem 0 0.8rem;
}
#counseller img {
    width: 100px;
    margin-bottom: 0.5rem;
}
#counseller p {
    text-align: left;
    margin: 1rem 0.5rem 0.5rem 0.8rem;
}
     /* tab,pc */
@media screen and (min-width: 767px) {
    #counseller p {
    text-align: left;
    margin: 0 2rem;
}}
@media screen and (min-width: 960px) {
    #counseller p {
    text-align: center;
}}

                         /*      footer      */ 
     /* sp undr350px */
footer {
    background-color: black;
    color: #fdfefc;
    padding: 0.3rem 0 ; 
    margin-top: 1rem;
}
#sitemap {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 0 5px 5%;
  margin: 5px 0;
    }
     /* sp  */
@media screen and (min-width: 350px) {
footer {
    padding: 0.5rem 0 ; 
    margin-top: 1rem;
}
#sitemap {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 0 5px 7%;
  margin: 5px 0;
    }
}
@media screen and (min-width: 410px) {
footer {
    padding: 0.5rem 0 ; 
    margin-top: 1rem;
}
#sitemap {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 0 5px 7%;
  margin: 5px 0;
    }
}
     /* tab,pc */
@media screen and (min-width: 767px) {
footer {
    padding: 1rem 0 ;  
    margin-top: 1rem;
}
#sitemap {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0 10px 3rem;
  margin: 5px 0;
 } }

     /* sp undr350px */
.footerBox {
    margin: 5px 0 5px 3px;
    padding:5px 0 5px 5px;
    width:45%;
}
.footerBox dt{
    margin: 0 0 5px 0;
}
.footerBox dl dt a{
    color: #fdfefc;
    font-size: 0.9rem;
    font-weight: 500;
}
.footerBox ul a{
    color: #fdfefc;
    font-size: 0.9rem;
    font-weight: 200;
    text-decoration: underline;
}
.footerBox ul li{
    list-style: none;  
    padding-left: 0.2rem;
}
.footerBox dd {
    padding-left: 0.2rem;
}
.footerBox dd a{
    color: #fdfefc;
    font-size: 0.8rem;
    font-weight: 200;
    line-height: 1.1rem;
    text-decoration: none;
}
    /* sp  */
@media screen and (min-width: 350px) {
.footerBox dl dt a{
    color: #fdfefc;
    font-size: 1rem;
    font-weight: 400;
}
.footerBox ul li{
    list-style: none; 
    line-height: 1.8rem;
    padding-left: 0.2rem;
}
.footerBox dd {
    padding-left: 0.2rem;
}
.footerBox ul a, .footerBox dd a{
    color: #fdfefc;
    font-size: 0.9rem;
    font-weight: 200;
    line-height: 1.1rem;
}}
     /* tablet,pc  */
@media screen and (min-width: 767px) {
.footerBox {
    margin: 5px 5px 15px 5px;
    padding:5px 0 5px 15px;
    width:30%;
} 
.footerBox dl dt a{
    color: #fdfefc;
    font-size: 0.9rem;
    font-weight: 400;
}
.footerBox ul a, .footerBox dd a{
    font-size: 0.9rem;
    font-weight: 200;
}
.footerBox ul li{
    line-height: 1.8rem;
    padding-left: 0.5rem;
}
.footerBox dd {
    padding-left: 0.5rem;
}
.footerBox dd a{
    font-size: 0.9rem;
    font-weight: 200;
}}

footer hr {
    border-top: 0.8px dashed #7c7b7b;
    border-bottom: 0.8px dashed #fdfefc;
    width: 80%;
    margin: 0 auto 0.5rem;
}
/* 
.social_icon img {
    margin: 10px;
    width: 12%; 
    max-width: 50px;
}
.social_icon {
    display: flex;
    max-height: 70px;
    justify-content: center;
}
ソーシャルアイコンポップアップ
 {
  box-sizing: border-box;
  }
*/

.pop-box .social_icon {
    display: flex;
    max-height: 70px;
    justify-content: center;
    
}

.pop-box .social_icon img {
    margin: 10px;
}

.btn-open img {
    width: 50px;
}

/* ポップアップウインドウの設定 */
.pop-box .popup  {
  background-color: #efefef;
  box-shadow: 0 0 0 10px rgba(0, 0, 0, .8);
  display: none;
  position: fixed;
  top: 55%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 200px;
  height: 220px;
}
.pop-box .popup {
    height: 220px; 
}
.pop-box .popup3 {
    height: 250px;   
}
/* チェックボックスの初期設定 */
#popup-on1, #popup-on2, #popup-on3 {
  display: none;
}
/* チェックされたらポップアップウインドウを開く */
#popup-on1:checked + .popup, #popup-on2:checked + .popup, #popup-on3:checked + .popup{
  display: block;
}

/* 閉じるアイコン（右上） */
.pop-box .icon-close{
  background: #000;
  line-height: 1.8rem;
    vertical-align: top;
  color: #fff;
  font-size: 1.5rem;
  padding: 0 7px 2px;
  position: absolute;
  right: 0;
}

/* 開くボタン */
.pop-box .btn-open{
  cursor: pointer;
  margin: 0px auto;
  text-align: center;
}

/* ポップアップの内容 */
.pop-box .popup .popup-content, .pop-box .popup3 .popup-content{
text-align: center;
    margin: 1.6rem 0;
}
.pop-box .popup .popup-content .popup-QR img{
 width: 76%;  
}
.pop-box .popup3 .popup-content .popup-QR img#LINE{
width: 76%;
margin: 10px 0 0;
    }
footer a{
    color: #fdfefc;
    text-decoration: none;
}
footer p 
{
    text-align: center;
}
#office{
    text-align: center;
}
#office h3{
    font-size: 1.1rem;
}
#office dt {
    font-size: 0.9rem;
    padding-top: 0.2rem;
}
#office dd {
    font-size: 0.9rem;
    padding-bottom: 0.3rem;
}

/*teacher*/
/* sp */

/* sp */
#intro-teacher .top-img {
    width: 100%;
    background-image: url(../img/teacher_img-2x.jpg);
    background-repeat: no-repeat;
    height: 230px;   
    background-size: cover;
    background-position:left 23%;
}

#intro-teacher .top-img {
    position: relative;
}
#intro-teacher .top-img .topimgTxt_teacher img{
    position: absolute;
    top:26%;
    right:16%;
    z-index: 1;
    width: 37%;
    border-style: none;
}
/* sp 350px以下*/
@media screen and (max-width: 349px) {
    #intro-teacher .top-img {
    width: 100%;
    background-image: url(../img/teacher_img-2x.jpg);
    background-repeat: no-repeat;
    height: 220px;   
    background-size: auto 120%;
    background-position:left 23%;
}
#intro-teacher .top-img .topimgTxt_teacher img{
    position: absolute;
    top:26%;
    right:10%;
    z-index: 1;
    width: 41%;
    border-style: none;
}}
/* tablet */
@media screen and (min-width: 550px) {
#intro-teacher .top-img {
    background-image: url(../img/teacher_img-3x.jpg);
    height: 350px;  
    background-position:right 15%;
}    
#intro-teacher .top-img .topimgTxt_teacher img{
    position: absolute;
    top:30%;
    right:20%;
    z-index: 5;
    width: 30%; 
}}
/* pc */
@media screen and (min-width: 960px) {
#intro-teacher .top-img {
    background-image: url(../img/teacher_img-3x.jpg);
    height: 350px;
    width: 100%;
    background-position:left 18%;
}
#intro-teacher .top-img .topimgTxt_teacher img{
    position: absolute;
    top:30%;
    right:19%;
    z-index: 5;
    width: 25%;
}
    }
@media screen and (min-width: 1200px) {
#intro-teacher .top-img {
    background-image: url(../img/teacher_img-3x.jpg);
    height: 500px;
    width: 100%;
    background-position:right 19%;
}
    #intro-teacher .top-img .topimgTxt_teacher img{
    position: absolute;
    top:32%;
    right:17%;
    z-index: 5;
    width: 30%;
}
    }
#foreignTeacher hr, #ChineseTeacher hr{
    width: 90%;
    margin: 1rem auto 0.5rem;
}

.teacherBoxWrap{
    display:flex;
    flex-direction: column;
}
.teacherBox {
    width:95%;
    max-width: 280px;
    background-color: #ececec;
    margin: 0 auto 0.5rem;
    padding: 1rem;
    border-radius: 10px;
    filter: drop-shadow(2px 2px 2px rgba(100,100,100,0.3));
    
}
@media screen and (min-width: 767px) {
    .teacherBoxWrap{
    display:flex;
        flex-direction: row;
        justify-content: center;
}
.teacherBox {
    margin: 0 0.5rem 0.5rem;
}
}
.teacherBox img{
    max-width: 150px;
    width: 40%;
    border-radius: 50%;
    margin-bottom: 0.4rem;
}
.teacherBox p{
    text-indent: 0;
}
dl.teacher-profile {
    font-size: 0.9rem;
}
dl.teacher-profile dt.txtorange {
    margin-right: 0.2rem;
    font-weight: bold;
}
/* dl要素改行させるため下記取消
dl.teacher-profile .flex {
    display: flex;
}*/
.flexshrink0 {
    flex-shrink: 0;
}
.teacherBox .white-box-noshadow {
    background-color: #fdfefc;
    margin: 0.5rem 0;
    padding: 0.8rem;
    border-radius: 5px;
}
.teacherBox .white-box-noshadow p{
    font-size: 0.9rem;
}
.white-box-noshadow p .txtorange {
    margin-right: 0.2rem;
    font-weight: bold;
}

#Counseller img{
    max-width: 90px;
    width:25%;
    margin: 1rem auto;
}
#Counseller p{
    width: 90%;
    max-width: 500px;
    margin: 0.5rem auto 0;
}
#Counseller{
    margin-bottom: 1.5rem;
    margin-top: 1rem;
}
#intro-teacher h1, #intro-lesson h1,#intro-fee h1,#intro-faq h1, #intro-about h1{
    font-size: 1.8rem;
    margin: 0 0 0.5rem;
}
#intro-teacher .content {
    width: 92%;
    margin: 1rem auto 1rem;
}
@media screen and (min-width: 960px) {
#intro-teacher p, #intro-lesson p,#intro-fee p, #intro-about p  {
    text-align: left;
    margin: 1rem 18%;
    font-size: 1.1rem;
}}

/*lesson*/

/* sp */
#intro-lesson .top-img {
    width: 100%;
    background-image: url(../img/lesson_img-2x.jpg);
    background-repeat: no-repeat;
    height: 230px;   
    background-size: auto 150%;
    background-position:right 30%;
}

#intro-lesson .top-img {
    position: relative;
}
#intro-lesson .top-img .topimgTxt_lesson img{
    position: absolute;
    top:26%;
    right:16%;
    z-index: 1;
    width: 30%;
    background-color: rgba(255,255,255,0.5);
    padding:8px 10px;
    border-radius: 5px;
}
/* sp 350px以下*/
@media screen and (max-width: 349px) {
    #intro-lesson .top-img {
    width: 100%;
    background-image: url(../img/lesson_img-2x.jpg);
    background-repeat: no-repeat;
    height: 220px;   
    background-size: 120%;
    background-position:100% 40%;
}
#intro-lesson .top-img .topimgTxt_lesson img{
    position: absolute;
    top:26%;
    right:14%;
    z-index: 1;
    width: 30%;
    background-color: rgba(255,255,255,0.5);
    padding:8px 10px;
    border-radius: 5px;
}}
/* 小型tablet */
@media screen and (min-width: 411px) {
 #intro-lesson .top-img {
    background-image: url(../img/lesson_img-3x.jpg);
    height: 230px;  
    background-size: 105%;
    background-position:-20px -50px;
}      
}
/* tablet */
@media screen and (min-width: 550px) {
#intro-lesson .top-img {
    background-image: url(../img/lesson_img-3x.jpg);
    height: 350px;  
    background-size: cover;
    background-position:right 20%;
}    
#intro-lesson .top-img .topimgTxt_lesson img{
    position: absolute;
    top:25%;
    right:20%;
    z-index: 1;
    width: 25%; 
    border-radius: 8px;
}}
/* pc */
@media screen and (min-width: 960px) {
#intro-lesson .top-img {
    background-image: url(../img/lesson_img-3x.jpg);
    background-size: cover;
    height: 350px;
    width: 100%;
    background-position:right 25%;
}
#intro-lesson .top-img .topimgTxt_lesson img{
    position: absolute;
    top:30%;
    right:19%;
    z-index: 1;
    width: 20%;
    padding:10px 19px;
    border-radius: 8px;
}
    }
@media screen and (min-width: 1200px) {
#intro-lesson .top-img {
    background-image: url(../img/lesson_img-3x.jpg);
    background-size: cover;
    height: 500px;
    width: 100%;
    background-position:right 23%;
}
    #intro-lesson .top-img .topimgTxt_lesson img{
    position: absolute;
    top:33%;
    right:19%;
    z-index: 5;
    width: 20%;
    padding:10px 19px;
    border-radius: 8px;
} }

#lesson-page .BgGlay {
    background-color: #eee;
    padding: 0 1rem 1.5rem;
} 
.GraphLssonAmount table {
    width: 100%;
    border-collapse:collapse;
    table-layout: fixed;  
    margin: 0 auto;
}
.GraphLssonAmount table.table_level {
    width: 100%;
    border-collapse:collapse;
    table-layout: fixed;  
    margin: 0 auto;
    background-image: url(../img/level_graph_nTxt.svg);
    background-size:100% auto;
    background-position: bottom;
    background-repeat: no-repeat;
}
.GraphLssonAmount table.table_level td {
  text-align: center;
    color: white;
    padding: 120px 0 8px 0; 
    font-size: 0.9rem;
}
@media screen and (max-width: 350px) {
.GraphLssonAmount table.table_level td {
  text-align: center;
    color: white;
    padding: 90px 0 8px 0; 
    font-size: 0.9rem;
}}
@media screen and (min-width: 550px) {
#lesson-page .BgGlay {
    background-color: #eee;
    padding: 1rem 1rem 1.5rem;
} 
.GraphLssonAmount table {
    max-width: 400px;
}}

.GraphLssonAmount table.table_lesson tbody {
    background-color: white;
}
.GraphLssonAmount table.table_lesson tbody th {
  padding: 0.4rem 0;
  /*実線 1px 白 border: solid 2px white; */
  text-align: center;
    background-color: #555;
    color: white;
    font-size: 0.9rem;
}
.GraphLssonAmount table.table_lesson td {
  padding: 0.3rem 0;
  border-right: solid 1px white;
  text-align: center;
    background-color: #cdcdcd;  
}
.GraphLssonAmount table.table_lesson td:last-child {
  padding: 0.3rem 0;
  border-right: none;
  text-align: center;
    background-color: #cdcdcd;  
}
.levelDetail table {
    width: 100%;
    border-collapse:collapse;  
    margin: 1.5rem auto 0;
    background-color: white;
}
.levelDetail table td{
    border: solid 2px #666;
    /*実線 1px kuro */
    padding:0.4rem 0.2rem 0.3rem 0.5rem;
}
.levelDetail table th{
     border: solid 2px #666;
    padding: 0.3rem;
    white-space: nowrap;
    text-align: center;
}
@media screen and (min-width: 550px) {
.levelDetail table {
    max-width: 70%;
}}
@media screen and (min-width: 960px) {
.levelDetail table {
    max-width: 60%;
    }
.levelDetail table td{
        padding:0.7rem 0 0.7rem 1rem;
}}
.oneByone_merit {
    width: 92%;
    margin: 1rem auto;
    text-align: center;
}
.oneByone_merit img.pictureEffect{
    width: 65%;
    transform: rotate(-3deg);
    box-shadow: 1px 3px 4px 1px rgba(0,0,0,0.2);
    margin: 0.5rem 0 1.8rem;
}
@media screen and (min-width: 550px) {
    .oneByone_merit img.pictureEffect{
        max-width: 360px;
        margin: 1rem 0 2.5rem;
    }
    .oneByone_merit p{
        width: 60%;
        text-align: left;
        margin: 0.2rem auto 1rem;
}}
.oneByone_merit p{
    text-align: left;   
    margin: 0.2rem auto 1rem;
}
@media screen and (max-width: 350px) {
    .oneByone_merit p{
        text-align: left;   
        margin: 0 auto 0.2rem;
    }  
}
.merit-icon{
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.merit-icon img{
    width: 40px;
    margin:0.2rem 1rem 0.8rem;
}
.merit-icon img:nth-child(2){
    width: 40px;
    margin:0 1rem 1rem;
}
.merit-icon img:nth-child(3){
    width: 40px;
    margin:0.1rem 1rem 0.9rem;
}
@media screen and (max-width: 350px) {
    .merit-icon img{
    width: 40px;
    margin:0.2rem 0.8rem 0.6rem;
    }
    .merit-icon img:nth-child(2){
        width: 40px;
        margin:0 0.8rem 0.8rem;
    }
    .merit-icon img:nth-child(3){
        width: 40px;
        margin:0.1rem 0.8rem 0.7rem;
}    
}
.panel {
    width: 270px;
    margin: 2rem auto;
}
/* pc,tablet */
@media screen and (min-width: 767px) {
    .panel {
        width: 540px;
        margin: 2rem auto;
    }
}

.panel ul {
    display: flex;
    flex-wrap: wrap;
}
.panel ul li{
    list-style: none;
}
/*グラデーション実験
.panel ul li:nth-child(1) .panelBox{
    background: linear-gradient(65deg, rgba(6, 66, 255, 0.2), rgba(255, 72, 242, 0.4)) ,url(../img/crosswalk-feet-pair-68257-4k.jpg);
    background-repeat: no-repeat;
    background-size: cover;  
}
.panel ul li:nth-child(2) .panelBox{
    background: linear-gradient(135deg, rgba(255, 190, 44, 0.2), rgba(255, 44, 171, 0.5)) ,url(../img/students-1807505_4k.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.panel ul li:nth-child(3) .panelBox{
    background: linear-gradient(135deg, rgba(255, 222, 33, 0.3), rgba(255, 44, 71, 0.6)) ,url(../img/asian-2970211_4k.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.panel ul li:nth-child(4) .panelBox{
    background: linear-gradient(135deg, rgba(3, 3, 3, 0.4), rgba(22, 222, 222, 0.6)) ,url(../img/bussiness-886465_4k.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}*/
.panel ul li:nth-child(1) .panelBox{
    background: linear-gradient(45deg, rgba(3, 3, 3, 0.4), rgba(255, 72, 242, 0.3)) ,url(../img/crosswalk-feet-pair-68257-4k.jpg);
    background-repeat: no-repeat;
    background-size: cover;  
}
.panel ul li:nth-child(2) .panelBox{
    background: linear-gradient(135deg, rgba(6, 6, 6, 0.4), rgba(225, 144, 21, 0.2)) ,url(../img/happywoman-3759063.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.panel ul li:nth-child(3) .panelBox{
    background: linear-gradient(135deg, rgba(6, 6, 6, 0.4), rgba(55, 44, 71, 0.6)) ,url(../img/asian-2970211_4k.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.panel ul li:nth-child(4) .panelBox{
    background: linear-gradient(135deg, rgba(6, 6, 6, 0.6), rgba(22, 222, 222, 0.4)) ,url(../img/bussiness-886465_4k.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.panel ul li:nth-child(5) .panelBox{
    background: linear-gradient(135deg, rgba(6, 6, 6, 0.6), rgba(22, 222, 222, 0.4)) ,url(../img/students-1807505_4k.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.panel ul li:nth-child(6) .panelBox{
    background: linear-gradient(135deg, rgba(6, 6, 6, 0.4), rgba(55, 44, 71, 0.6)) ,url(../img/N2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.panel ul li:nth-child(7) .panelBox{
    background: linear-gradient(135deg, rgba(6, 6, 6, 0.4), rgba(225, 144, 21, 0.2)) ,url(../img/../img/interview-photo-ac.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.panel ul li:nth-child(8) .panelBox{
    background:  linear-gradient(45deg, rgba(3, 3, 3, 0.4), rgba(255, 72, 242, 0.3)) ,url(../img/ceremony-graduation-267885.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.panelBox {
    width: 135px;
    height: 118px;
}
.panel ul li a{
    color:white;
    text-decoration: none;
}
.panel ul li p{
    text-align: center;
    font-weight: 400;
    font-size: 1rem;
    padding:25px 0 15px; 
    text-indent: 0;
}
.panel ul li p.more{
    font-size: 0.8rem;
    padding:0.1rem 0; 
    border: solid 1px;
    margin: 0 30px;
}
.lessonDetailBox {
    width: 92%;
    margin: 1rem auto 2rem;
}
.lessonDetailBox h3{
    text-align: center;
    margin: 1rem auto 1.2rem;
    font-size: 1.2em;
}
.thumbnail {
    text-align: center
}
.lessonDetailBox img{
     max-width:150px;
    margin: 0 auto;
    padding: 0 0 1.2rem;
}
.lessonDetailBox h4{
    text-align: center;
    margin: 0 auto 0.3rem;
    font-size: 1.1em;
}
.lessonDetailBox h5{
    text-align: center;
}
.lessonDetailBox p{
    font-size: 1rem;
    margin: 1em 0.7em;

}
.lessonDetailBox ul{
    margin:0.5rem 0;
    font-size:1rem;
    padding:1rem 0.8rem 1rem 0.8rem;
    background-color: #FFE9E2;
    border-radius: 10px;
}
.lessonDetailBox ul li.checkmark001{
    margin:0 0 0 1rem; 
    list-style: none;
}
.checkmark001{
	padding-left:1.8rem;
	position:relative;
}
.checkmark001:before,
.checkmark001:after{
	content:"";
	display:block;
	position:absolute;
}
.checkmark001:before{
	width:16px;
	height:16px;
	background:#ffffff;
    	border:1px solid #000000;
	left:0;top:2px;
}
.checkmark001:after{
	border-left:2px solid #ff0000;
	border-bottom:2px solid #ff0000;
	width:18px;
	height:5px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	left:5px;
	top:3px;
}
.lessonDetailBox .beige-box p{
    width: 90%;
    text-indent: unset;
    margin: auto;
} 
.detail_desc table {
    width: 95%;
    border-collapse:collapse;  
    margin: 1rem auto 0;
    background-color: white;
}
.detail_desc table td{
    border: none;
    /*実線 1px kuro */
    padding:0.2rem 0.2rem 0.2rem 0.5rem;
}
.detail_desc table th{
    border: none;
    padding:0.2em 0.3rem;
    white-space: nowrap;
    text-align: right;
    vertical-align: text-top;
}
@media screen and (min-width: 550px) {
.detail_desc table {
    max-width: 75%;
}
.lessonDetailBox p{
    font-size: 1rem;
    width: 70%;
    margin: auto;
}
.lessonDetailBox ul{
    width: 70%;
    margin:1rem auto;
    padding:1rem 0;
    font-size:1rem;
    }
.lessonDetailBox ul li.checkmark001{
    margin:0 auto;
    width: 90%;
} 
.lessonDetailBox .beige-box {
    width: 70%;
    margin: 0.8rem auto;
    padding: 0.8rem 0.8rem 1rem 0.8rem;
    border-radius: 10px;
}
.lessonDetailBox .beige-box p{
    width: 90%;
    text-indent: unset;
} 
.lessonDetailBox h4{
    text-align: center;
    margin: 0 auto 0.3rem;
    font-size: 1em;
}
}
@media screen and (min-width: 767px) {
  .lessonDetailBox ul{
    width: 80%;
} 
    .detail_desc table {
    max-width: 75%;
}
.lessonDetailBox p{
    width: 60%;
}
.lessonDetailBox ul{
    width: 60%;
    }
.lessonDetailBox ul li.checkmark001{
    margin:0 auto;
    width: 85%;
} 
.lessonDetailBox .beige-box {
    width: 60%;
}
.lessonDetailBox .beige-box p{
    width: 90%;
    text-indent: unset;
} 
}
@media screen and (min-width: 960px) {
    .lessonDetailBox ul{
      padding:1.2rem 0 1rem 3.5rem;
    }
    .lessonDetailBox ul li.checkmark001{
    margin:0 0 0 1rem;
    padding: 0 0 0.3rem 1.8rem;
} 
}
/*fee*/

/* sp */
#intro-fee .top-img {
    width: 100%;
    background-image: url(../img/wallet-icon.svg),url(../img/money-icon.svg), url(../img/card-icon.svg), url(../img/mobilepay-icon.svg),url(../img/fee_img-2x.jpg);
    background-repeat: no-repeat;
    height: 230px;   
    background-size: 16% auto,10% auto,10% auto,12% auto,cover;
    background-position:25% 10%,40% 80%,60% 80%,80% 77%,left bottom;
}

#intro-fee .top-img {
    position: relative;
}
#intro-fee .top-img .topimgTxt_fee img{
    position: absolute;
    top:32%;
    right:10%;
    z-index: 1;
    width: 55%;
    border-style: none;
}
/* sp 350px以下*/
@media screen and (max-width: 349px) {
    #intro-fee .top-img {
     width: 100%;
    background-image: url(../img/wallet-icon.svg),url(../img/money-icon.svg), url(../img/card-icon.svg), url(../img/mobilepay-icon.svg),url(../img/fee_img-2x.jpg);
    background-repeat: no-repeat;
    height: 220px;   
    background-size: 20% auto,10% auto,10% auto,12% auto,auto 130%;
    background-position:29% 10%,43% 80%,64% 80%,85% 77%,left bottom;
}
#intro-fee .top-img .topimgTxt_fee img{
    position: absolute;
    top:35%;
    right:8%;
    z-index: 1;
    width: 58%;
    border-style: none;
}}
/* 小型tablet */
@media screen and (min-width: 540px) {
#intro-fee .top-img {
    width: 100%;
    background-image: url(../img/wallet-icon.svg),url(../img/money-icon.svg), url(../img/card-icon.svg), url(../img/mobilepay-icon.svg),url(../img/fee_img-3x.jpg);
    background-repeat: no-repeat;
    height: 230px;   
    background-size: 16% auto,10% auto,10% auto,12% auto, 120%;
    background-position:36% 10%,48% 88%,68% 88%,90% 85%,-30px 70%;
}
#intro-fee .top-img .topimgTxt_fee img{
    position: absolute;
    top:32%;
    right:10%;
    z-index: 1;
    width: 45%;
    border-style: none;
}
}
/* tablet */
@media screen and (min-width: 740px) {
#intro-fee .top-img {
    width: 100%;
    background-image: url(../img/wallet-icon.svg),url(../img/money-icon.svg), url(../img/card-icon.svg), url(../img/mobilepay-icon.svg),url(../img/fee_img-3x.jpg);
    height: 350px;  
    background-size: 12% auto,8% auto,8% auto,10% auto,cover;
    background-position:32% 15%,50% 80%,67% 80%,84% 77%,left 80%;
}    
#intro-fee .top-img .topimgTxt_fee img{
    position: absolute;
    top:35%;
    right:18%;
    z-index: 5;
    width: 36%; 
}}
/* pc */
@media screen and (min-width: 960px) {
#intro-fee .top-img {
    width: 100%;
    background-image: url(../img/wallet-icon.svg),url(../img/money-icon.svg), url(../img/card-icon.svg), url(../img/mobilepay-icon.svg),url(../img/fee_img-3x.jpg);
    height: 350px;  
    background-size: 12% auto,7% auto,7% auto,9% auto,cover;
    background-position:33% 6%,47% 80%,65% 80%,83% 77%,left 80%;
}    
#intro-fee .top-img .topimgTxt_fee img{
    position: absolute;
    top:28%;
    right:18%;
    z-index: 5;
    width: 36%; 
}}
@media screen and (min-width: 1200px) {
#intro-fee .top-img {
    width: 100%;
    background-image: url(../img/wallet-icon.svg),url(../img/money-icon.svg), url(../img/card-icon.svg), url(../img/mobilepay-icon.svg),url(../img/fee_img-3x.jpg);
    height: 500px;
    background-size: 10% auto,6% auto,6% auto,7% auto,cover;
    background-position:33% 6%,55% 80%,70% 80%,85% 77%,left 80%;
}
    #intro-fee .top-img .topimgTxt_fee img{
    position: absolute;
    top:32%;
    right:17%;
    z-index: 5;
    width: 30%;
}}

table.feeTble{
    padding: 0.5rem;
    border-collapse: collapse;
    margin: 0.4rem;
    width: 130px
}
@media screen and (min-width:740px){
  table.feeTble{
    margin: 0.5rem;
    width: 150px
}  
}

table.feeTble th,table.feeTble td{
    border: solid 5px;
    text-align: center;
    font-weight: bold;
}
table.feeTble th{
    padding: 0 0.5rem 0;
}
table.feeTble tr.Tdata td{
    background-color: white;
    /*数字２桁+月が開業されるため解除
    padding: 0.2rem 0.5rem;*/
}
.feeTble tr.Tprice td {
    font-weight: bold;
}
@media screen and (min-width:530px){
    #foreignTeacherFee ,#ChineseTeacherFee,#strat4intFee,#strat4examFee  {
    width: 100%;
        margin: 0.5rem auto 1rem;
    }}
@media screen and (min-width:740px){
    #foreignTeacherFee ,#ChineseTeacherFee ,#strat4intFee,#strat4examFee {
    width: 70%;
        margin: 0.5rem auto 1rem; 
    }}
@media screen and (min-width:960px){
    #foreignTeacherFee,#ChineseTeacherFee,#strat4intFee,#strat4examFee {
    width: 70%;
    margin: 0.5rem auto 1rem;
    }}
@media screen and (min-width:1250px){
    #foreignTeacherFee,#ChineseTeacherFee,#strat4intFee,#strat4examFee {
    width: 90%;
    margin: 1rem auto 2rem;
    }}

#foreignTeacherFee .flex,#ChineseTeacherFee .flex,#strat4intFee .flex,#strat4examFee .flex{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    justify-content:center;
    margin: 0 0 1rem;
}
@media screen and (min-width:530px){
    #foreignTeacherFee .flex,#ChineseTeacherFee .flex,#strat4intFee .flex,#strat4examFee .flex {
    width: 430px;
        margin: 0.5rem auto 1rem;
        justify-content:left;
    }}
@media screen and (min-width:740px){
    #foreignTeacherFee .flex,#ChineseTeacherFee .flex,#strat4intFee .flex,#strat4examFee .flex {
    width: 520px;
        margin: 0.5rem auto 1rem;
        justify-content:left;
    }}
@media screen and (min-width:960px){
    #foreignTeacherFee .flex,#ChineseTeacherFee .flex,#strat4intFee .flex,#strat4examFee .flex {
    width: 680px;
    margin: 0.5rem auto 1rem;
    justify-content:left; 
    }}
@media screen and (min-width:1250px){
    #foreignTeacherFee .flex,#ChineseTeacherFee .flex,#strat4intFee .flex,#strat4examFee .flex {
    width: 100%;
    margin: 1rem auto 2rem;
    justify-content:center;
    }}
#foreignTeacherFee table.feeTble{
    background-color: #E9DFF4;
    border: solid 8px #E9DFF4;
}

#foreignTeacherFee table.feeTble th,#foreignTeacherFee table.feeTble td{
    border-color: #E9DFF4;
    color: #1B1464;
    font-size: 0.8rem;
}

#strat4intFee table.feeTble{
    background-color: #D8EAA0;
    border: solid 8px #D8EAA0;
}
#strat4intFee table.feeTble th,#strat4intFee table.feeTble td{
    border-color: #D8EAA0;
    color: #42210B;
    font-size: 0.8rem;
}

#ChineseTeacherFee table.feeTble{
    background-color: #FFD892;
    border: solid 8px #FFD892;
}
#ChineseTeacherFee table.feeTble th,#ChineseTeacherFee table.feeTble td{
    border-color: #FFD892;
    color: #330000;
    font-size: 0.8rem;
}

#strat4examFee table.feeTble{
    background-color: #FFdddd;
    border: solid 8px #FFdddd;;
}
#strat4examFee table.feeTble th,#strat4examFee table.feeTble td{
    border-color: #FFdddd;;
    color: #330000;
    font-size: 0.8rem;
}
.txtgreen {
    color: #006837;
    font-size: 1rem;
    padding-right: 0.1rem
}
.txtpurple {
    color: #662D91;
    font-size: 1rem;
    padding-right: 0.1rem
}
.txtlightorange {
    color: #ff6600;
    font-size: 1rem;
    padding-right: 0.1rem
}
.txtlightred{
    color: #c93855;
    font-size: 1rem;
    padding-right: 0.1rem
}

.txtpadding {
    padding: 0 0.3rem 0 0.1rem;
}

/*about*/
#intro-about .top-img {
    width: 100%;
    background-color: #edc8b7;
    height: 230px;
    background-image: none;
}
/* sp */
#intro-about .top-img {
    position: relative;
}
#intro-about .top-img .topimgTxt_about img{
    position: absolute;
    top:20%;
    right:8%;
    z-index: 1;
    width: 36%;
}
#intro-about .top-img .topimgLogo img {
    position: absolute;
    top:20%;
    left:8%;
    z-index: 2;
    width: 40%;
}
#intro-about .top-img .topimgTxt_about2 img{
    position: absolute;
    top:63%;
    right:10%;
    z-index: 3;
    width: 30%;
}
/* sp 350px以下*/
@media screen and (max-width: 349px) {
#intro-about .top-img {
       height: 220px;
    width: 100%;
}
#intro-about .top-img .topimgTxt_about img{
    position: absolute;
    top:23%;
    right:8%;
    z-index: 1;
    width: 34%;
}
#intro-about .top-img .topimgLogo img {
    position: absolute;
    top:22%;
    left:8%;
    z-index: 2;
    width: 40%;
}
#intro-about .top-img .topimgTxt_about2 img{
    position: absolute;
    top:58%;
    right:10%;
    z-index: 3;
    width: 30%;
    }}
/* mobile-big */
@media screen and (min-width: 430px) {
 #intro-about .top-img {
    height: 260px; 
}    
#intro-about .top-img .topimgTxt_about img{
    position: absolute;
    top:20%;
    right:20%;
    z-index: 1;
    width: 25%;
}
#intro-about .top-img .topimgLogo img {
    position: absolute;
    top:18%;
    left:15%;
    z-index: 2;
    width: 30%;
}
#intro-about .top-img .topimgTxt_about2 img{
    position: absolute;
    top:60%;
    right:22%;
    z-index: 3;
    width: 23%;
}   
    
    
}
/* tablet */
@media screen and (min-width: 600px) {
#intro-about .top-img {
    height: 300px; 
}    
#intro-about .top-img .topimgTxt_about img{
    position: absolute;
    top:24%;
    right:20%;
    z-index: 1;
    width: 24%;
}
#intro-about .top-img .topimgLogo img {
    position: absolute;
    top:18%;
    left:15%;
    z-index: 2;
    width: 30%;
}
#intro-about .top-img .topimgTxt_about2 img{
    position: absolute;
    top:63%;
    right:22%;
    z-index: 3;
    width: 20%;
}
}
/* tablet big*/
@media screen and (min-width: 768px) {
#intro-about .top-img {
    height: 300px; 
}    
#intro-about .top-img .topimgTxt_about img{
    position: absolute;
    top:23%;
    right:24%;
    z-index: 1;
    width: 20%;
}
#intro-about .top-img .topimgLogo img {
    position: absolute;
    top:18%;
    left:18%;
    z-index: 2;
    width: 25%;
}
#intro-about .top-img .topimgTxt_about2 img{
    position: absolute;
    top:61%;
    right:25%;
    z-index: 3;
    width: 18%;
}
}
/* pc */
@media screen and (min-width: 960px) {
#intro-about .top-img {
    height: 350px; 
}    
#intro-about .top-img .topimgTxt_about img{
    position: absolute;
    top:24%;
    right:25%;
    z-index: 1;
    width: 20%;
}
#intro-about .top-img .topimgLogo img {
    position: absolute;
    top:18%;
    left:18%;
    z-index: 2;
    width: 24%;
}
#intro-about .top-img .topimgTxt_about2 img{
    position: absolute;
    top:64%;
    right:26%;
    z-index: 3;
    width: 16%;
}
    }
@media screen and (min-width: 1100px) {
#intro-about .top-img {
    height: 400px;
}
#intro-about .top-img .topimgTxt_about img{
    position: absolute;
    top:24%;
    right:27%;
    z-index: 1;
    width: 15%;
}
#intro-about .top-img .topimgLogo img {
    position: absolute;
    top:18%;
    left:27%;
    z-index: 2;
    width: 20%;
}
#intro-about .top-img .topimgTxt_about2 img{
    position: absolute;
    top:60%;
    right:27%;
    z-index: 3;
    width: 14%;
}
}
#corpOrg .content {
    width: 92%;
    margin: 1rem auto;
}
#corpOrg .content p  {
    margin: 0.5rem 1rem;
    padding:0;
    text-align: left;
    text-indent: 1rem;
}
#corpOrg .content h3  {
    text-align: center;
    margin: 1rem 0 0.5rem;
}
#corpOrg .content .corp-name {
    border: 2px dotted darkred;
    margin: 0 1rem 1rem;
}
#corpOrg .content .corp-name p{
    text-indent: 0;
}
@media screen and (min-width: 765px) {
#corpOrg .content p.txtCenter  {
    text-align: center;
}
#corpOrg .content .corp-name {
    width: 80%;
        margin: 0 auto 1rem;
        
}
#corpOrg .content .corp-name p{
    text-indent: 0;
    margin: 1rem; 
}
}
@media screen and (min-width: 960px) {
    #corpOrg .content{
        width: 60%;
    }
#corpOrg .content p  {
    margin: 1rem 0;
    font-size: 1rem;
    }
#corpOrg .content .corp-name {
    width: 80%;
        margin: 0 auto 1rem;
        
}
#corpOrg .content .corp-name p{
    text-indent: 0;
    margin: 1rem; 
}
#corpOrg .content p.txtCenter  {
    text-align: center;
}}

                     /*FAQのcss*/

/* sp 360around */
#intro-faq .top-img {
    width: 100%;
    background-image: url(../img/FAQ-2x.jpg);
    background-repeat: no-repeat;
    height: 220px;   
    background-size: cover;
    background-position: 20% top;
}
#intro-faq .top-img .topimgTxt_faq img{
    position: absolute;
    top:7%;
    right:5%;
    z-index: 1;
    width: 48%;
    border-style: none;
}
/* sp 320px以下*/
@media screen and (max-width: 320px) {
    #intro-faq .top-img {
    width: 100%;
    background-image: url(../img/FAQ-2x.jpg); 
    background-size: cover;
    background-position:25% top;
}
#intro-faq .top-img .topimgTxt_faq img{
    width: 48%;
    top:13%;
    right:4%;
}
}
/* wide phone */
@media screen and (min-width: 440px) {
#intro-faq .top-img {
    background-image: url(../img/FAQ-2x.jpg);
    height: 280px;  
    background-size: cover;
    background-position:30% top;
}
#intro-faq .top-img .topimgTxt_faq img{
    top:5%;
    right:2%;
    width: 50%;
}
}
/* tablet 1*/
@media screen and (min-width: 550px) {
#intro-faq .top-img {
    background-image: url(../img/FAQ-2x.jpg);
    height: 350px;  
    background-size: cover;
    background-position:right 5%;
}
#intro-faq .top-img .topimgTxt_faq img{
    top:12%;
    right:12%;
    width: 40%;
}
}
/* tablet 2*/
@media screen and (min-width: 680px) {
#intro-faq .top-img {
    background-image: url(../img/FAQ4x.jpg);
    height: 350px;  
    background-size: cover;
    background-position:right 5%;
}
#intro-faq .top-img .topimgTxt_faq img{
    top:12%;
    right:16%;
    width: 32%;
}
}
/* pc */
@media screen and (min-width: 960px) {
#intro-faq .top-img {
    background-image: url(../img/FAQ-light.jpg);
    background-size: cover;
    height: 350px;
    width: 100%;
    background-position:right 65%;
}
#intro-faq .top-img .topimgTxt_faq img{
    width: 25%;
    top:12%;
    right:22%;
}
}
@media screen and (min-width: 1200px) {
#intro-faq .top-img {
    background-image: url(../img/FAQ-light.jpg);
    background-size: cover;
    height: 450px;
    width: 100%;
    background-position:left 85%;
}
#intro-faq .top-img .topimgTxt_faq img{
    width: 23%;
    top:15%;
    right:25%;
}
}
.QnABox {
    width: 90%;
    margin: 1rem auto 1.5rem;    
}
#QandA-1 {
	width: 100%;
	 /*全体のフォントサイズ*/
}
#QandA-1 dt {
	/*background: #666688;「Q」タイトルの背景色変更 */
	/* color: #fff; 「Q」タイトルの文字色 */
	padding: 8px 8px 10px;
	border-radius: 2px;
    font-size:1rem;
	font-weight:bolder;
}
#QandA-1 dt:before {
	content: "Q.";
	margin-right: 8px;
    font-size:1rem;
}
#QandA-1 dd {
    color: #222;
	margin: 13px 12px 12px 32px;
	line-height: 140%;
	text-indent: -24px;
    font-size:1rem;
}
#QandA-1 dd:before {
	content: "A.";
	margin-right: 8px;
    font-size:1rem;
}
#QandA-1 .balloon1-left {
 	position: relative;
 	margin: 0 0.5rem 0.5rem 2rem;
	padding: 0rem 0.2rem 0rem 0.7rem;
 	color: #555;
	background: #C2E1F5;
    display: flex;
    align-items: center;
    border-radius: 10px;
}
#QandA-1 .balloon1-left:before{
	content: "";
	position: absolute;
	top: 50%;
	left: -24px;
 	margin-top: -10px;
	border: 10px solid transparent;
	border-right: 15px solid #C2E1F5;
}
/* pc */
@media screen and (min-width: 960px) {
#QandA-1 dt {  
	font-weight:normal;
    font-size:0.9rem;    }
#QandA-1 dd {
    margin: 20px 16px 20px 32px;
    font-size:0.9rem;    }
#QandA-1 .balloon1-left {
 	margin: 0 1rem 0.5rem 3rem;
	padding: 0rem 0.2rem 0rem 1rem;    }
}

                    /*全体のよくある質問のcss*/
.FAQlist{
    width: 92%;
    margin: 0.3rem auto 1rem;
}
@media screen and (min-width: 960px) {
.FAQlist{
    width: 80%;
    margin: 0.3rem auto 1rem;
}}
.st1, .st2, .st3{
    display: flex;
    margin:1rem 0;
}
.t1{
    display: flex;
    flex-direction: row-reverse;
}
img.avatar {
    width: 80px;
}
.st1 p, .st2 p, .st3 p{
    background-color: #FFE9E2;
    text-indent: 0;
}
.t1 p{
    background-color: #C2E1F5;
    text-indent: 0;
}
.balloon1-left {
 	position: relative;
 	margin: 0 1rem 0.5rem 0.5rem;
	padding: 0.5rem 0.2rem 0.5rem 0.5rem;
 	color: #555;
	background: #FFE9E2;
    display: flex;
    align-items: center;
}
.balloon1-left:before{
	content: "";
	position: absolute;
	top: 50%;
	left: -24px;
 	margin-top: -10px;
	border: 10px solid transparent;
	border-right: 15px solid #FFE9E2;
}
.balloon1-left p {
	margin: 0;
	padding: 0;   
}
.balloon1-right {
 	position: relative;
 	margin: 0 0.5rem 0.5rem 1rem;
	padding: 0.5rem 0.2rem 0.5rem 0.5rem;
 	color: #555;
	background: #C2E1F5;
    display: flex;
    align-items: center;
} 
.balloon1-right:before{
	content: "";
	position: absolute;
	top: 50%;
	right: -24px;
 	margin-top: -10px;
	border: 10px solid transparent;
	border-left: 15px solid #C2E1F5;
}
.balloon1-right p {
	margin: 0;
	padding: 0;
}
@media screen and (min-width: 550px) {
.balloon1-right {
    padding: 0.5rem 0.5rem 0.5rem 0.9rem;
}
.balloon1-left {
    padding: 0.5rem 0.5rem 0.5rem 0.9rem;    
}} 