@charset "utf-8";
.main_visual {
	background: url("../images/bg_main.jpg") no-repeat top center;
	background-size: 100%;
}
.bnr_box {
	margin: 5% 2% 0;
}
.sec_about {
    background: url(../images/bg_about.jpg) no-repeat center top;
    background-size: 100%;
    padding: 5% 2%;
    margin-top: 5%;
}
.ttl_section {
    text-align: center;
    margin-bottom: 4%;
}
.txt_lead {
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 800;
    letter-spacing: 3px;
}
.btn_wh {
    width: 400px;
}
.sec_about ul li {
    position: relative;
    display: table;
    margin: auto;
}
.sec_about ul li .cont_img {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    margin-bottom: 10px;
} 
.sec_about ul li .img {
    position: relative;
    margin: 0 auto;
    width: 100%;
}
.sec_about ul li .img .txt {
    position: absolute;
    top: 5%;
    left: 0;
    font-size: 14px;
    line-height: 1.25;
    width: 60%;
    text-align: center;
    font-weight: bold;
}
.sec_about ul li .cont_txt {
    display: table-cell;
    width: 38%;
    vertical-align: middle;
    text-align: left;
    padding-left: 2%;
}
.sec_about ul li .img .txt span {
    font-size: 13px;
    line-height: 1.66667;
}
.sec_about ul li .img .txt div {
    width: 100%;
}
.sec_about ul li .img .cap {
    position: absolute;
    bottom: 10px;
    left: 0%;
}
.sec_about ul li .cap3 {
    position: absolute;
    top: 120px;
    left: 0%;
    width: 175px !important;
    height: 43px !important;
    z-index: 999;
}
.sec_about ul li p {
    width: 100%;
    font-size: 14px;
    line-height: 1.57143;
    letter-spacing: 1px;
}
.sec_about ul {
    display: table;
    width: 100%;
}
.sec_about ul {
    padding-top: 8%;
}
.sec_about ul.cont_3 {
    padding-bottom: 8%;
}
.sec_about ul li:first-child {
    width: 48%;
}
.sec_about .cont_2 li:first-child {
    width: 52%;
    padding-right: 2%;
}/*
.sec_about .cont_3 li:first-child {
    width: 49.5%;
}*/
.sec_about ul li:last-child {
    width: 52%;
    padding-left: 2%;
}
.sec_about .cont_2 li:last-child {
    width: 48%;
}/*
.sec_about .cont_3 li:last-child {
    width: 50.5%;
    padding-left: 2%;
}*/
.sec_about ul li {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}
.sec_beginner {
	margin-top: 10%;
}
.sec_beginner .flow {
    position: relative;
    margin-top: 10%;
    padding: 70px 2% 7%;
    width: 100%;
    border-top: 1px solid #c6bcae;
}
.sec_beginner .flow .ttl_flow {
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    letter-spacing: 2px;
}
.sec_beginner .flow .ttl_flow span {
    display: inline-block;
    position: relative;
    width: 80%;
    color: #fff;
    font-size: 18px;
    line-height: 3.3;
    font-weight: 700;
    background: #0086a9;
}
.sec_beginner .flow .ttl_flow span:before {
    position: absolute;
    top: 0;
    left: -14px;
    width: 0;
    height: 0;
    content: "";
    border: 9px solid transparent;
    border-bottom: 0px solid #000;
    border-right: 5px solid #000;
}
.sec_beginner .flow .ttl_flow span:after {
    position: absolute;
    top: 0;
    right: -14px;
    width: 0;
    height: 0;
    content: "";
    border: 9px solid transparent;
    border-bottom: 0px solid #000;
    border-left: 5px solid #000;
}
.sec_beginner .flow ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.sec_beginner .flow ul li {
    position: relative;
    width: 50%;
    padding: 2%;
    background: #fff;
    border: 1px solid #231815;
    border-radius: 8px;
    margin-right: 2%;
}
.sec_beginner .flow ul li:before {
    content: '';
    position: absolute;
    top: 50%;
    right: -16px;
    margin-top: -6px;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 8px solid transparent;
    border-left: 7px solid #b0adac;
}
.sec_beginner .flow ul li.arrow_none:before {
	border: none;
}
.sec_beginner .flow ul li div {
    margin-top: 15px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}
.sec_beginner .flow ul li div p {
    align-self: center;
    width: 100%;
    font-size: 14px;
    line-height: 1.33333;
    font-weight: 700;
}
.sec_program {
	margin: 10% 2%;
}
.sec_program ul li {
    position: relative;
    padding-top: 7%;
}
.sec_program ul li .txt_program {
    position: absolute;
    content: "";
    top: 3%;
    left: 40%;
}
.sec_program ul li:nth-child(2) .txt_program {
    left: 50%;
}
.sec_program ul li dl dt {
	margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    line-height: 1.33333;
    font-weight: 700;
    letter-spacing: 2px;
    border-bottom: 1px solid #918b8a;
    text-align: left;
    padding-top: 6%;
}
.sec_program ul li dl dt span {
    font-weight: 500;
    display: block;
    font-size: 21px;
}
.sec_magazine {
    padding: 5% 2% 7%;
    text-align: center;
    background: #ffefcc;
}
.magazine {
    position: relative;
}
.jcarousel { position: relative; overflow: hidden; width: auto; }
.jcarousel ul { 
    width: 20000em; 
    position: relative;
    list-style: none; 
    margin: 5% auto 0;
    padding: 0; 
}
.jcarousel ul li {
    float: left;
    margin-right: 10px;
}
.jcarousel-control-prev, 
.jcarousel-control-next { 
    color: #fff;
    position: absolute;
    top: 50%; 
    width: 20.5px; 
    cursor: pointer; 
   }
.jcarousel-control-prev { left: -2%; }
.jcarousel-control-next { right: -2%; }

.sec_magazine ul li dl dt {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 1.33333;
    font-weight: 700;
    border-bottom: 1px solid #918b8a;
    letter-spacing: 2px;
    text-align: left;
}
.sec_magazine ul li dl dd {
    text-align: left;
}
.sec_magazine ul li .log .tag {
    display: inline-block;
    margin-right: 10px;
    padding: 0 10px;
    color: #fff;
    border-radius: 3px;
}
.sec_magazine ul li .log .tag.tag_pk {
    background: #ff7e7e;
}
.sec_news {
	margin: 10% 2% 5%;
    padding-bottom: 5%;
    text-align: center;
    border-bottom: 10px solid #000;
}
.sec_news .news_box {
    margin: 20px auto 0;
    padding-right: 20px;
    overflow-y: scroll;
    height: 200px;
    scrollbar-base-color: #bcb4b2;
    scrollbar-face-color: #34c488;
    scrollbar-arrow-color: #34c488;
    text-align: left;
}
.sec_news .news_box dl {
    display: table;
    padding: 10px 20px 10px 0;
    width: 100%;
    table-layout: fixed;
    font-size: 14px;
    line-height: 1;
    border-bottom: 1px dashed #bcb4b2;
}
.sec_news .news_box dl dt {
    font-weight: 700;
}
.sec_news .news_box dl dd {
    overflow: hidden;
}
.sec_news .news_box dl dd a {
	text-decoration: none;
	color: #333;
}
.sec_news .news_box dl dd:hover a {
	text-decoration: underline;
	color: #34c488;
}
.sec_news .news_box::-webkit-scrollbar {
    width: 7px;
}
.sec_news .news_box::-webkit-scrollbar-track {
    width: 7px;
    border-radius: 7px;
    background: #bcb4b2;
    box-shadow: 0;
    border: 1px solid #fff;
}
.sec_news .news_box::-webkit-scrollbar-thumb {
    background-color: #34c488;
    border-radius: 10px;
    box-shadow: 0;
}

#bnr_trial {
    position: fixed;
    width: 188px;
    top: 2%;
    right: 2%;
    z-index: 999;
}
@media (max-width: 415px) {
	#bnr_trial {
    	width: 45%;
    }
    .sec_about ul li {
        position: relative;
        width: 90%;
        margin: auto;
    }
    .btn_wh {
        width: 350px;
        font-size: 15px;
    }
}
@media (max-width: 375px) {
    .sec_program ul li dl dt {
        font-size: 14px;
    }
    .txt_lead{
        font-size: 17px;
    }
    .sec_about ul li .img .txt span {
        font-size: 14px;
        line-height: 1.66667;
    }
    .btn_wh {
        width: 320px;
    }
}
@media (max-width: 360px) {
    .sec_program ul li dl dt {
        font-size: 13px;
    }
    .sec_about ul li .img .txt {
        font-size: 16px;
    }
    .sec_about ul li .img .txt span {
        font-size: 13px;
        line-height: 1.66667;
    }
}
@media (max-width: 320px) {
	.sec_about ul li .img .cap {
	    left: -5%;
	}
    .sec_program ul li dl dt {
        font-size: 11px;
    }
    .txt_lead{
        font-size: 14px;
    }
    .sec_about ul li .img .txt span {
        font-size: 12px;
        line-height: 1.66667;
    }
    .btn_wh {
        width: 290px;
    }
}

#close{
  position: fixed;
  z-index: 100000;
  width: 100%;
  height: 100%;
  padding: 10px;
}
#close div{
  background: #efefef;
  opacity: 0.9;
  width: 100%;
  height: 100%;
}
#close h1{ padding-top:8%;text-align:center; font-size:18px; font-weight:bold; }
#close p{ padding-top:20px;text-align:left; font-size:14px; margin:0 5%; line-height:1.8;  }
#close p.right{ padding: 20px 0% 8% 0%;text-align:right; }

