@charset "utf-8";
/*----------------------------------------------------------

3回トライアルレッスン　※トライアル改訂版　20220705

----------------------------------------------------------*/
header #header_top .contact .btn_orange02{
  background: #005BAC;
  border-color: #005BAC;
}
header #header_top .contact .btn_orange02:hover {
  text-decoration: none;
  background: #fff;
  color: #005BAC;
}
.m_trial main div{
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 1150px;
  margin: 50px auto 0;
}
.m_trial main div img:nth-of-type(1) {
  position: absolute;
  left: 15px;
  top: -40px;
}
.m_trial main ul{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1080px;
  margin: 30px auto 20px;
}
.m_trial main ul li{
  width: 33.3%;
}
.m_trial main ul li:nth-of-type(1),
.m_trial main ul li:nth-of-type(2){
  width: 50%;
}
.m_trial main ul li img{
  width: 100%;
}

.m_trial #contents {
  padding-top: 0 !important;
}

.m_trial #contents .tit{
  color: #005BAC;
  text-align: center;
  font-weight: bold;
  font-size: 64px;
  line-height: 1.2;  
  position: relative;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}


.m_trial #contents .tit span{
  font-size: 40px;
}

.m_trial #contents .tit::after,
#m_trial_korean main h2::after{
  content: "";
  width: 124px;
  height: 124px;
  background: url("/multi/lpi/m_trial/img/three_trial/period.png") no-repeat;
  position: absolute;
  top: 30px;
  right: 30px;
}


.m_trial #contents .lang{
  text-align: center;
  color: #E50057;
  font-size: 22px;
  max-width: 1080px;
  width: 100%;
  margin: 20px auto;
  font-weight: bold;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 10px 0;
}
.m_trial #contents .read{
  max-width: 1080px;
  width: 100%;
  margin: 0 auto 30px;
  font-size: 16px;
}
.m_trial #contents .lineup{
  background: url("/multi/lpi/m_trial/img/three_trial/lineup_bg.jpg") no-repeat top 10px right;
  width: 100%;
  max-width: 1080px;
  margin: auto;
  background-size: 55%;
}
.m_trial #contents .lineup h3{
  max-width: 1080px;
  margin: 0 auto;
  width: 100%;
  background: linear-gradient(to right, #003B83, #0069AA);
  text-align: center;
  color: #FFF67F;
  font-weight: bold;
  font-size: 36px;
  padding: 5px 0;
}
.m_trial #contents .lineup h3 img{
  vertical-align: middle;
  margin: 0 2px;
}
.m_trial #contents .lineup h3 span{
  margin: 0 20px;
}
.m_trial #contents .lineup > figure{
  margin: 40px 0 40px 30px;
}

.m_trial #contents .lineup > p {
  padding: 0 0 40px 30px;
  width: 55%;
  font-size: 16px;
}

.m_trial #contents .point h4 {
  background: linear-gradient(to right, #003B83, #0069AA);
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  padding: 2px 10px;
  width: 95%;
  margin: 0 auto;
  padding: 10px;
}
.m_trial #contents .point ul{
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.m_trial #contents .point ul li{
  position: relative;
  border: 4px solid #A4B7D4;
  border-radius: 20px;
  margin: 25px 10px;
  width: 25%;
  /*outline: 8px solid rgb(255, 255, 255);
  outline-offset: -12px;*/
}
.m_trial #contents .point ul li div{
  position: relative;
  border: 8px solid #fff;
  border-radius: 20px;
  padding: 30px 20px 20px 20px;
  text-align: center;
  line-height: 1.6;
}


.m_trial #contents .point ul li:nth-of-type(1) {
  background-color: #E0E9F4;
}
.m_trial #contents .point ul li:nth-of-type(2) {
  background-color: #DEEEF0;
}
.m_trial #contents .point ul li:nth-of-type(3) {
  background-color: #FAF0E1;
}
.m_trial #contents .point ul li:nth-of-type(4) {
  background-color: #F8E7EB;
}
.m_trial #contents .point ul li figure{
  position: absolute;
  top: -25px;
  left: -25px;
}

.m_trial #contents .point ul li p{
  padding-top: 15px;
  margin-top: 20px;
  font-size: 17px;
}

.m_trial #contents .point ul li:nth-of-type(1) p{
  border-top: 3px dotted #C0D1E8;
}

.m_trial #contents .point ul li:nth-of-type(2) p{
  border-top: 3px dotted #BADCE0;
}

.m_trial #contents .point ul li:nth-of-type(3) p{
  border-top: 3px dotted #F4E0C2;
}

.m_trial #contents .point ul li:nth-of-type(4) p{
  border-top: 3px dotted #F0CDD4;
}
.m_trial #contents .point ul li div span{
  font-size: 10px;
}
/*pointをテキストで入れる場合
.m_trial #contents .point ul li div{
  position: absolute;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 15px 5px;
  width: 70px;
  height: 70px;
  line-height: 1;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  background: #5787c6;
  border-radius: 50%;
  box-sizing: border-box;
  font-size: 20px;
}*/
.m_trial #contents .overview{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.m_trial #contents .overview .lleftArea{
  width: 58%;
  margin-left: 35px;
}
.m_trial #contents .overview .lleftArea h4{
  color: #003B83;
  font-size: 30px;
  font-weight: bold;
  margin: 20px 0;
}
.m_trial #contents .overview .lleftArea ul{
  display: flex;
  flex-wrap: wrap;
  background: url(/multi/lpi/m_trial/img/three_trial/overview_line.png) no-repeat top,url(/multi/lpi/m_trial/img/three_trial/overview_line.png) no-repeat bottom;
  padding: 30px 0 20px 0;
}
.m_trial #contents .overview .lleftArea ul li{
  margin: 0 0 10px 0;
}

.m_trial #contents .overview .lleftArea ul li:nth-child(odd){
  width: 180px;
}

.m_trial #contents .overview .lleftArea ul li:nth-child(even){
  width: calc(100% - 200px);
}
.m_trial #contents .overview .lleftArea ul li:nth-child(odd) div{
  background-color: #003B83;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  padding: 5px 20px;
  margin-right: 40px;
}
.m_trial #contents .overview .lleftArea ul li:nth-child(even) p {
  font-size: 20px;
}
.m_trial #contents .overview .lleftArea ul li span:nth-of-type(1) {
  font-size: 30px;
  font-weight: bold;
}

.m_trial #contents .overview .lleftArea ul li span:nth-of-type(2) {
  font-size: 14px;
  font-weight: normal;
}
.m_trial #contents .overview .lleftArea ul li span.exemption{
  background-color: #E4007F;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  padding: 0 30px;
  border-radius: 50px;
  display: inline-block;
  margin-top: 10px;
}
.m_trial #contents .overview figure{
  margin-top: 30px;
}
.m_trial #contents .regular{
  background: url(/multi/lpi/m_trial/img/three_trial/regular_bg.png) no-repeat;
  border: 4px solid #1CA7B3;
  outline: 8px solid rgb(255, 255, 255);
  outline-offset: -12px;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px;
  margin: 40px;
  width: 87%;
}
.m_trial #contents .regular div{
 max-width: 590px;
  width: 100%;
}

.m_trial #contents .regular div p:nth-of-type(2) img{
  margin-top: -20px;
}
.m_trial #contents .regular figure{
  background: #FDF2F7;
  border: 6px solid #F6BFD7;
  border-radius: 20px;
  padding: 20px;
}
.m_trial .course_contact{
  margin:60px auto;
  text-align: center;
}

.m_trial .course_contact > div{
	text-align:center;
}

.m_trial .course_contact > div [class^="btn_"] i  {
  margin: 0 0 0 8px;
}
.m_trial .course_contact > div .btn {
  position: relative;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 0 20px;
  background: #005BAC;
  border-style: solid;
  border-width: 2px;
  border-color: #005BAC;
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 21px;
  cursor: pointer;
  width: 750px;
  line-height: 1.4;
  height: 80px;
  text-decoration: none;
}
.m_trial .course_contact > div .btn:hover {
  text-decoration: none;
  background: #fff;
  color: #005BAC;
}

/*韓国語専用テンプレート　20230724追加*/
#m_trial_korean main {
  text-align: center;
  margin-bottom: 30px;
}
#m_trial_korean main h2{
  color: #005BAC;
  text-align: center;
  font-weight: bold;
  font-size: 6.4rem;
  line-height: 1.2;
  position: relative;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto 20px;
}
#m_trial_korean main h2 span {
  font-size: 4rem;
}
#m_trial_korean #contents .lineup {
  background: url("/multi/lpi/m_trial/img/three_trial/lineup_bg.jpg") no-repeat top 10px right;
  width: 100%;
  max-width: 1080px;
  margin: auto;
  background-size: 50%;
}
@media screen and (max-width: 720px) {
.header_contact li {
  width: 90%;
  float: inherit;
  margin: 0 auto;
}
.m_trial  {
  margin: 50px auto 0;
}
.m_trial main div {
  margin: 30px auto 0;
}
.m_trial main ul {
  margin: 20px auto;
}
.m_trial main div img:nth-of-type(1) {
  position: absolute;
  left: 0;
  top: -30px;
  width: 25%;
}
.m_trial main div img:nth-of-type(2) {
  width: 80%;
  margin-left: 30px;
}
.m_trial #contents .tit {
  font-size: 30px;
}
.m_trial #contents .tit span {
  font-size: 20px;
}

.m_trial #contents .tit::after,
#m_trial_korean main h2::after {
  content: "";
  width: 62px;
  height: 62px;
  background: url("/multi/lpi/m_trial/img/three_trial/period.png") no-repeat;
  position: absolute;
  top: -30px;
  right: 7%;
  background-size: 100%;
}
.m_trial #contents .lang {
  font-size: 16px;
  width: 90%;
}  
.m_trial #contents .read {
  width: 90%;
  font-size: 14px;
}  
.m_trial #contents .lineup h3 {
  font-size: 24px;
}
.m_trial #contents .lineup h3 img {
  width: 10%;
}  
.m_trial #contents .lineup h3 span {
  margin: 0;
  font-size: 20px;
} 
.m_trial #contents .lineup > figure {
  margin: 30px 0 0 20px;
}
.m_trial #contents .lineup > figure img{
  width: 60%;
}
.m_trial #contents .lineup {
  background: url("/multi/lpi/m_trial/img/three_trial/lineup_bg.jpg") no-repeat top 55px right -20px;
   background-size: 70%;
}
.m_trial #contents .lineup > p {
  padding: 22% 0 40px 30px;
  width: 90%;
  font-size: 14px;
} 
.m_trial #contents .point ul {
  display: flex;
  flex-wrap: wrap;
  margin: 15px auto;
  width: 90%;
}

.m_trial #contents .point ul li{
  width: 48%;
  margin: 10px 0;
}
.m_trial #contents .point ul li figure {
  width: 50px;
}
.m_trial #contents .point ul li figure img{
  width: 100%;
}

.m_trial #contents .point ul li p {
  font-size: 14px;
  text-align: left;
}  
.m_trial #contents .point ul li h5{
  width: 80%;
  margin: 0 auto;
}
.m_trial #contents .point ul li h5 img{
  width: 100%;
}
  
.m_trial #contents .overview {
  display: block;
} 
.m_trial #contents .overview figure {
  margin: 20px 0;
  text-align: center;
}
.m_trial #contents .overview figure img{
  width: 100%;
  max-width: 395px;
}
.m_trial #contents .overview .lleftArea {
  width: 100%;
  margin-left: 0;
}  
.m_trial #contents .overview .lleftArea h4 {
  font-size: 20px;
  text-align: center;
}  
.m_trial #contents .overview .lleftArea ul {
  display: block;
  background: url(/multi/lpi/m_trial/img/three_trial/overview_line.png) no-repeat top,url(/multi/lpi/m_trial/img/three_trial/overview_line.png) no-repeat bottom;
  padding: 30px 20px 5px 20px;
} 
.m_trial #contents .overview .lleftArea ul li:nth-child(odd) {
  width: 100%;
}  
.m_trial #contents .overview .lleftArea ul li:nth-child(odd) div {
  font-size: 16px;
  padding: 2px 10px;
  margin-right: 0;
  width: auto;
} 
.m_trial #contents .overview .lleftArea ul li:nth-child(even)  {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
.m_trial #contents .regular div p:nth-of-type(2) img {
  width: 100%;
   margin:20px 0;
} 
.m_trial #contents .overview .lleftArea ul li:nth-child(even) p {
  font-size: 16px;
  line-height: 1.4;
}
.m_trial #contents .overview .lleftArea ul li span:nth-of-type(1) {
  font-size: 24px;
  font-weight: bold;
}
.m_trial #contents .overview .lleftArea ul li span.exemption {
  font-size: 24px;
}
.m_trial #contents .regular{
  display: block;
  padding: 25px;
  width: 95%;
  margin: 0 auto 40px;
}
.m_trial #contents .regular div p:nth-of-type(1) img {
  width: 80%;
}
  
.m_trial #contents .regular figure {
  text-align: center;
}
.m_trial #contents .regular p {
  text-align: center;
}

.m_trial .course_contact > div {
  padding:0 10px;
}

.m_trial .course_contact > div .btn {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  height: auto;
	padding: 10px;
	display:block;
}
  
/*韓国語専用テンプレート　20230724追加*/
#m_trial_korean main img{
    width: 100%;
}
#m_trial_korean main h2{
  font-size: 3rem;
}

#m_trial_korean main h2 span {
  font-size: 2rem;
}
#m_trial_korean #contents .lineup {
  background: url("/multi/lpi/m_trial/img/three_trial/lineup_bg.jpg") no-repeat top 85px right -20px;
  background-size: 70%;
}
#m_trial_korean #contents .lineup h3 {
  padding: 10px 0 15px;
}
#m_trial_korean #contents .lineup h3 img {
  width: 70%;
}
}