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

#header{
	background-image:url(/form/korean_phrase_lp/images/mainvisual.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	padding:180px 0 100px;
	position:relative;
	width:100%;
    margin: 0 0;
}
#header .header_logo {
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px 20px;
    position: absolute;
    top: 10px;
}
#header .header_logo a {
    display: block;
    width: 190px;
}
#header .header_logo a img {
    max-height: 45px;
}

#header .inner{
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	box-sizing:border-box;
}
#header .header_ttl{
    text-align: center;
}
#header .header_ttl p{
    display: inline-block;
    font-family: "Yu Gothic";
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 0.06em;
    line-height: 37px;
    text-align: center;
    color: #fff;
    text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 5px;
    margin-bottom: 30px;
}
#header .header_ttl h1{
    font-family: "Noto Sans CJK JP";
    font-weight: 900;
    font-size: 75px;
    color: #9773C8;
    letter-spacing: 0.03em;
    line-height: 55px;
    text-shadow: 0px 0px 5px #fff;
-webkit-text-stroke: 1px #FFF;
  text-stroke: 1px #FFF;
    margin-bottom: 50px;
}

#header .captxt{
    font-family: "Yu Gothic";
    font-weight: bold;
    font-size: 21px;
    letter-spacing: 0.03em;
    line-height: 37px;
    text-align: center;
    color: #fff;
    text-shadow: 0px 1px 6px #000;
    margin-bottom: 50px;
}


.wrap{
	max-width:1200px;
	width:95%;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
.inner{
	max-width:1100px;
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

.ttl_02{
	padding: 40px 0;
	background-color:#D591A9;
    color: #fff;
    text-align: center;
    font-weight: bold;
	position:relative;
    font-size: 29px;
    line-height: 1.3;
}
#course_point .ttl_02{
	padding: 80px 0;
}
#contact .ttl_02{
	padding: 100px 0;
}

.ttl_02 span{
    font-size: 42px;
}
.ttl_02:after {
    position: absolute;
    top: 100%;
    left: 50%;
    height: 0;
    width: 0;
    border-style: solid;
    border-color: transparent;
    border-top-color: #D591A9;
    border-width: 30px;
    content: "";
    margin-left: -15px;
    z-index: 2;
}
.ttl_03{
	font-size:26px;
	margin-bottom:10px;
	font-weight:bold;
    background: #fff;
}
.ttl_03{
    display: inline-block;
    padding: 0.3rem 1rem;
}
#section01 .ttl_03{
    color: #D591A9;
    border: 2px solid #D591A9;
}
#section02 .ttl_03{
    color: #93B8CE;
    border: 2px solid #93B8CE;
}
#section03 .ttl_03{
    color: #E4B084;
    border: 2px solid #E4B084;
}
#section04 .ttl_03{
    color: #A88CCE;
    border: 2px solid #A88CCE;
}

.ttl_04{
    color: #8660B9;
    text-align: center;
    font-weight: bold;
	position:relative;
    font-size: 30px;
    line-height: 1.3;
    letter-spacing: 0.03em;
    margin-bottom: 30px;
}
.ttl_04 .ttl_04_sub{
    font-size: 24px;
    display: block;
}
.ttl_04 .ttl_04_num{
    font-size: 44px;
}

.txt{
	font-size:19px;
	letter-spacing: 0.03em;
}
.txt2{
    max-width: 410px;
    margin-bottom: 20px;
}
.txt3{
	font-size:19px;
	line-height:30px;
	color:#676767;
	letter-spacing:0.1em;
	text-align:center;
}
.txt4{
	text-align:center;
	font-size:20px;
	line-height:40px;
	color:#ff468f !important;
}
.txt5{
	text-align:center;
	font-size:22px;
	line-height:40px;
	color:#ff468f !important;
	text-decoration:underline;
	font-weight:bold;
}

.btn {
    cursor: pointer;
    display: inline-block;
    border: 3px solid #fff;
    color: #fff !important;
    border-radius: 5px;
    padding: 10px 40px !important;
    letter-spacing: 0.2em;
    font-weight: bold;
	font-size:24px;
}
.btn:hover{
	background-color:#ffd5e6;
}

.cont_header{
	display:flex;
	flex-wrap:wrap;
	margin-bottom:80px;
}
.cont_header .ttl_img {
    width: 170px;
    margin-right: 30px;
}
.cont_header .cont_box{
    text-align: left;
}

#section{
	padding:80px 0 60px;
}
#section .copy{
    margin-left: auto;
    margin-right: auto;
}
#section .copy .image{
	width:992px;
}
#section .copy .image img{
	width:100%;
    height: auto;
}

#section .copy .copy_list li:not(:first-child){
    margin-top: 15px;
}

.phrase_list{
    
}
.phrase_list .phrase_box{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
    padding: 50px 0 30px;
    position: relative;
    z-index: 1;
}
.phrase_list .phrase_box:nth-child(odd){
    background-color: #fff;
}
.phrase_list .phrase_box:nth-child(even){
    flex-direction: row-reverse;
}
.phrase_list .phrase_box:not(:first-child){
    margin-top: 30px;
}
.phrase_list .phrase_box.box-outside-right:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 0;
    right: calc(50% - 50vw);
    z-index: -1;
}
.phrase_list .phrase_box.box-outside-left:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: calc(50% - 50vw);
    z-index: -1;
}

#section02,
#section03,
#section04,
#section05{
    border-top: 20px solid #fff;
}

#section01{
    width: 100%;
    background: #F8DEE7;
    padding: 80px 0 150px;
    position: relative;
}
#section01:after {
    content: "";
    width: 529px;
    height: 215px;
    background: url("/form/korean_phrase_lp/images/msg01.png") top left no-repeat;
    position: absolute;
    top: calc( 100% - 215px);
    left: calc( 50% - 150px);
    z-index: 3;
}
#section02{
    width: 100%;
    background: #DBECF6;
    padding: 80px 0 120px;
    position: relative;
}
#section02:after {
    content: "";
    width: 466px;
    height: 212px;
    background: url("/form/korean_phrase_lp/images/msg02.png") top left no-repeat;
    position: absolute;
    top: calc( 100% - 212px);
    left: calc( 50% - 80px);
    z-index: 4;
}

#section03{
    width: 100%;
    background: #F8E4D3;
    padding: 80px 0 120px;
    position: relative;
}
#section03:after {
    content: "";
    width: 448px;
    height: 216px;
    background: url("/form/korean_phrase_lp/images/msg03.png") top left no-repeat;
    position: absolute;
    top: calc( 100% - 216px);
    left: calc( 50% - 60px);
    z-index: 4;
}

#section04{
    width: 100%;
    background: #F3E6F3;
    padding: 80px 0 130px;
    position: relative;
}
#section04:after {
    content: "";
    width: 535px;
    height: 245px;
    background: url("/form/korean_phrase_lp/images/msg04.png") top left no-repeat;
    position: absolute;
    top: calc( 100% - 245px);
    left: calc( 50% - 110px);
    z-index: 5;
}

#section01 .phrase_list .phrase_box:nth-child(1):after {
    content: "";
    width: 190px;
    height: 88px;
    background: url("/form/korean_phrase_lp/images/txt_color.png") top left no-repeat;
    position: absolute;
    top: 180px;
    left: 75%;
}

#section01 .phrase_list .phrase_box:nth-child(2):after {
    content: "";
    width: 348px;
    height: 128px;
    background: url("/form/korean_phrase_lp/images/txt_component.png") top left no-repeat;
    position: absolute;
    top: 250px;
    left: 37%;
}

#section01 .phrase_list .phrase_box:nth-child(3):after {
    content: "";
    width: 268px;
    height: 121px;
    background: url("/form/korean_phrase_lp/images/txt_popular.png") top left no-repeat;
    position: absolute;
    top: 180px;
    left: 75%;
}

#section01 .phrase_list .phrase_box:nth-child(4):after {
    content: "";
    width: 312px;
    height: 110px;
    background: url("/form/korean_phrase_lp/images/txt_anywhere.png") top left no-repeat;
    position: absolute;
    top: 300px;
    left: 37%;
}

#section02 .phrase_list .phrase_box:nth-child(1):after {
    content: "";
    width: 217px;
    height: 104px;
    background: url("/form/korean_phrase_lp/images/txt_first.png") top left no-repeat;
    position: absolute;
    top: 180px;
    left: 75%;
}

#section02 .phrase_list .phrase_box:nth-child(2):after {
    content: "";
    width: 263px;
    height: 114px;
    background: url("/form/korean_phrase_lp/images/txt_second.png") top left no-repeat;
    position: absolute;
    top: 260px;
    left: 41%;
}

#section02 .phrase_list .phrase_box:nth-child(3):after {
    content: "";
    width: 182px;
    height: 93px;
    background: url("/form/korean_phrase_lp/images/txt_last.png") top left no-repeat;
    position: absolute;
    top: 180px;
    left: 78%;
}

#section02 .phrase_list .phrase_box:nth-child(4):after {
    content: "";
    width: 249px;
    height: 92px;
    background: url("/form/korean_phrase_lp/images/txt_always.png") top left no-repeat;
    position: absolute;
    top: 290px;
    left: 41%;
}

#section03 .phrase_list .phrase_box:nth-child(1):after {
    content: "";
    width: 225px;
    height: 96px;
    background: url("/form/korean_phrase_lp/images/txt_order.png") top left no-repeat;
    position: absolute;
    top: 200px;
    left: 75%;
}

#section03 .phrase_list .phrase_box:nth-child(2):after {
    content: "";
    width: 359px;
    height: 125px;
    background: url("/form/korean_phrase_lp/images/txt_accountant.png") top left no-repeat;
    position: absolute;
    top: 260px;
    left: 41%;
}

#section03 .phrase_list .phrase_box:nth-child(3):after {
    content: "";
    width: 307px;
    height: 91px;
    background: url("/form/korean_phrase_lp/images/txt_conversation.png") top left no-repeat;
    position: absolute;
    top: 210px;
    left: 73%;
}

#section03 .phrase_list .phrase_box:nth-child(4):after {
    content: "";
    width: 185px;
    height: 107px;
    background: url("/form/korean_phrase_lp/images/txt_food.png") top left no-repeat;
    position: absolute;
    top: 260px;
    left: 41.5%;
}

#section04 .phrase_list .phrase_box:nth-child(1):after {
    content: "";
    width: 236px;
    height: 100px;
    background: url("/form/korean_phrase_lp/images/txt_basis.png") top left no-repeat;
    position: absolute;
    top: 220px;
    left: 70%;
}

#section04 .phrase_list .phrase_box:nth-child(2):after {
    content: "";
    width: 241px;
    height: 96px;
    background: url("/form/korean_phrase_lp/images/txt_clothes.png") top left no-repeat;
    position: absolute;
    top: 280px;
    left: 41%;
}

#section04 .phrase_list .phrase_box:nth-child(3):after {
    content: "";
    width: 215px;
    height: 86px;
    background: url("/form/korean_phrase_lp/images/txt_shoes.png") top left no-repeat;
    position: absolute;
    top: 230px;
    left: 72%;
}

#section04 .phrase_list .phrase_box:nth-child(4):after {
    content: "";
    width: 312px;
    height: 110px;
    background: url("/form/korean_phrase_lp/images/txt_anywhere.png") top left no-repeat;
    position: absolute;
    top: 250px;
    left: 41%;
}

.phrase_list .phrase_box .box_image{
    width: 460px;
}
.phrase_list .phrase_box .box_image img{
    width: 100%;
    height: auto;
}

.phrase_list .phrase_box:nth-child(odd) .box_image{
    margin-top: -80px;
    margin-left: 50px;
    margin-right: 40px;
}

.phrase_list .phrase_box:nth-child(even) .box_image{
    margin-right: 110px;
}

.phrase_list .phrase_box .box_inner{
    flex: 1;
    padding-left: 50px;
}

.phrase_list .phrase_box h4{
    margin-bottom: 20px;
}

.phrase_list .phrase_box .jan,
.phrase_list .phrase_box .hangl{
    margin-bottom: 20px;
}

.phrase_list .phrase_box .jan li,
.phrase_list .phrase_box .hangl li{
    font-size: 20px;
    padding-left: 2.5rem;
}
.phrase_list .phrase_box .hangl2 li{
    font-size: 20px;
}
#section01 .phrase_list .phrase_box .jan li,
#section01 .phrase_list .phrase_box .hangl li{
    background: url("/form/korean_phrase_lp/images/ico_check01.png") left 10px no-repeat;
}
#section02 .phrase_list .phrase_box .jan li,
#section02 .phrase_list .phrase_box .hangl li{
    background: url("/form/korean_phrase_lp/images/ico_check02.png") left 10px no-repeat;
}
#section03 .phrase_list .phrase_box .jan li,
#section03 .phrase_list .phrase_box .hangl li{
    background: url("/form/korean_phrase_lp/images/ico_check03.png") left 10px no-repeat;
}
#section04 .phrase_list .phrase_box .jan li,
#section04 .phrase_list .phrase_box .hangl li{
    background: url("/form/korean_phrase_lp/images/ico_check04.png") left 10px no-repeat;
}

/*.phrase_list .phrase_box .jan li:not(:first-child){
    margin-top: 10px;
}*/
#section01 .phrase_list .phrase_box .hangl li{
    color: #D591A9;
}
#section02 .phrase_list .phrase_box .hangl li{
    color: #93B8CE;
}
#section03 .phrase_list .phrase_box .hangl li,
#section03 .phrase_list .phrase_box .hangl2 li{
    color: #E4B084;
}
#section04 .phrase_list .phrase_box .hangl li{
    color: #A88CCE;
}
.phrase_list .phrase_box .hangl li:not(:first-child),
.phrase_list .phrase_box .hangl2 li:not(:first-child){
    margin-top: 10px;
}

.phrase_list .phrase_box .hangl li .hangl_read{
    display: block;
    color: #333;
    font-size: 15px;
}
.phrase_list .phrase_box .hangl2 li .hangl_read{
    display: block;
    color: #333;
    font-size: 11px;
}
.phrase_list .phrase_box .hangl .hangl_jan{
    display: block;
    color: #333;
    font-size: 12px;
}

.phrase_list .phrase_box .transbtn{
    width: 245px;
    height: 45px;
    font-size: 22px;
    padding: 5px 0 5px 35px;
    margin-bottom: 20px;   
}
.phrase_list .phrase_box .transbtn:after{
    content: "韓国語では…";
}
.phrase_list .phrase_box .transbtn.close{
    padding: 5px 0 5px 65px;

}
.phrase_list .phrase_box .transbtn.close:after{
    content: "閉じる";
}

#section01 .phrase_list .phrase_box .transbtn{
    background: url("/form/korean_phrase_lp/images/btn_01.png") top left no-repeat;
    color: #D591A9;
}
#section02 .phrase_list .phrase_box .transbtn{
    background: url("/form/korean_phrase_lp/images/btn_02.png") top left no-repeat;
    color: #93B8CE;
}
#section03 .phrase_list .phrase_box .transbtn{
    background: url("/form/korean_phrase_lp/images/btn_03.png") top left no-repeat;
    color: #E4B084;
}
#section04 .phrase_list .phrase_box .transbtn{
    background: url("/form/korean_phrase_lp/images/btn_04.png") top left no-repeat;
    color: #A88CCE;
}
#section01 .phrase_list .phrase_box .transbtn.close{
    background: url("/form/korean_phrase_lp/images/btn_01_close.png") top left no-repeat;
}
#section02 .phrase_list .phrase_box .transbtn.close{
    background: url("/form/korean_phrase_lp/images/btn_02_close.png") top left no-repeat;
}
#section03 .phrase_list .phrase_box .transbtn.close{
    background: url("/form/korean_phrase_lp/images/btn_03_close.png") top left no-repeat;
}
#section04 .phrase_list .phrase_box .transbtn.close{
    background: url("/form/korean_phrase_lp/images/btn_04_close.png") top left no-repeat;
}
.phrase_list .phrase_box .transbox{
    display: none;
}

#section02 .phrase_list .phrase_box:nth-child(4) .hangl{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
    width: 400px;
}
#section02 .phrase_list .phrase_box:nth-child(4) .hangl li{
    width: 50%;
}
#section02 .phrase_list .phrase_box:nth-child(4) .hangl li:nth-child(2){
    margin-top: 0;
}

#section03 .phrase_list .phrase_box:nth-child(2) .hangl{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
    width: 400px;
}
#section03 .phrase_list .phrase_box:nth-child(2) .hangl li:first-child{
    width: 100%;
}
#section03 .phrase_list .phrase_box:nth-child(2) .hangl li:nth-child(2),
#section03 .phrase_list .phrase_box:nth-child(2) .hangl li:nth-child(3){
    width: 50%;
}
#section03 .phrase_list .phrase_box:nth-child(3) .hangl{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
    width: 500px;
}
#section03 .phrase_list .phrase_box:nth-child(3) .hangl li:first-child,
#section03 .phrase_list .phrase_box:nth-child(3) .hangl li:nth-child(2){
    width: 50%;
}
#section03 .phrase_list .phrase_box:nth-child(3) .hangl li:nth-child(3){
    width: 100%;
}
#section03 .phrase_list .phrase_box:nth-child(3) .hangl li:nth-child(2){
    margin-top: 0;
}
#section03 .phrase_list .phrase_box:nth-child(4) .hangl{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
    width: 400px;
}
#section03 .phrase_list .phrase_box:nth-child(4) .hangl li:first-child,
#section03 .phrase_list .phrase_box:nth-child(4) .hangl li:nth-child(2){
    width: 50%;
}
#section03 .phrase_list .phrase_box:nth-child(4) .hangl li:nth-child(2){
    margin-top: 0;
}
#section03 .phrase_list .phrase_box:nth-child(4) .box{
    width: 440px;
    border: 1px solid #E4B084;
    padding: 20px;
}
#section03 .phrase_list .phrase_box:nth-child(4) .hangl2{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
    width: 400px;
}
#section03 .phrase_list .phrase_box:nth-child(4) .hangl2 li:first-child{
        width: 38%;
}
#section03 .phrase_list .phrase_box:nth-child(4) .hangl2 li:nth-child(2){
    width: 25%;
}
#section03 .phrase_list .phrase_box:nth-child(4) .hangl2 li:nth-child(3){
    width: 37%;
}
#section03 .phrase_list .phrase_box:nth-child(4) .hangl2 li:nth-child(4){
    width: 100%;
}
#section03 .phrase_list .phrase_box:nth-child(4) .hangl2 li:nth-child(2),
#section03 .phrase_list .phrase_box:nth-child(4) .hangl2 li:nth-child(3){
    margin-top: 0;
}

#section04 .phrase_list .phrase_box:nth-child(3) .hangl{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
    width: 550px;
}
#section04 .phrase_list .phrase_box:nth-child(3) .hangl li:first-child{
    width: 100%;
}
#section04 .phrase_list .phrase_box:nth-child(3) .hangl li:nth-child(2){
    width: 65%;
}
#section04 .phrase_list .phrase_box:nth-child(3) .hangl li:nth-child(3){
    width: 35%;
}

#section05{
    width: 100%;
    background: #F4F4F4;
    padding: 80px 0 80px;
    position: relative;
}
#section05 .point_cap{
    text-align: center;
    font-size: 19px;
    color: #9773C8;
    background: #fff;
    border: 1px solid #9773C8;
    border-radius: 60px;
    padding: 20px 40px;
    max-width: 750px;
    margin: 0 auto 50px;
}


#section05 .k_point_list{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
    width: 100%;
    margin-bottom: 60px;
}
#section05 .k_point_list li{
    width: calc(100% / 3);
	display:flex;
    flex-direction: column;
}
#section05 .k_point_list li .k_cap{
    font-size: 16px;
    text-align: center;
}
#section05 .k_point_list li .k_cap::before{
    content: "＼";
}
#section05 .k_point_list li .k_cap::after{
    content: "／";
}
#section05 .k_point_list li .k_img{
    width: 100%;
    height: 340px;
    padding: 10px 20px 0;
}
#section05 .k_point_list li .k_img figure{
    width: 100%;
    height: 100%;
	display:flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 20px;
}
#section05 .k_point_list li .k_ttl{
    background: #A88CCE;
    color: #fff;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    line-height: 1.3;
    padding: 17px 0;
    position: relative;
}
#section05 .k_point_list li:not(:first-child) .k_ttl:before{
    position: absolute;
    content: "";
    width: 1px;
    height: 70px;
    background: #fff;
    top: 10px;
    left: -2px;
}
#section05 .k_point_list li .k_txt{
    padding: 20px 30px 0;
    font-size: 16px;
}


.linkbtn a{
    display: block;
    max-width: 500px;
    max-height: 80px;
    background: #D591A9;
    padding: 15px 0;
    text-align: center;
    border-radius: 40px;
    filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.16));
    margin-left: auto;
    margin-right: auto;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.3;
    position: relative;
}
.linkbtn a::after {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 30px;
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}
.linkbtn a,
.linkbtn a:visited{
    color: #fff;
}
.linkbtn a:hover{
    text-decoration: none;
}
.linkbtn a span{
    color: #FFF7B9;
}
#header .linkbtn a{
    max-width: 540px;
    max-height: 90px;
}


/*course*/
#course {
    background: #F4F4F4;
    border-top: 20px solid #fff;
    padding: 80px 0;
}
#course .ttl01 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
#course .ttl01 h2 {
    background: #9D7EC8;
    padding: 15px 0;
    font-size: 3.0rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 30px;
}
#course .ttl01 h2 span {
    font-size: 2.1rem;
}
#course .course_text {
    font-size: 1.9rem;
}
#course .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px;
    background: #fff;
}
#course .course_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
#course .course_list li {
    position: relative;
    flex: 0 0 31%;
    margin: 0 3.5% 0 0;
    padding: 0;
}
#course .course_list li:nth-of-type(3n) {
    margin: 0;
}
#course .course_list li:nth-of-type(5) .course_btnArea, #course .course_list li:nth-of-type(6) .course_btnArea {
    position: absolute;
    width: 100%;
    bottom: 0;
}
#course .course_list li a {
    display: block;
}
#course .course_list li a figure {
    position: relative;
    width: 100%;
    height: 197px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    margin: 0 0 20px;
}
.course_list li a figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s;
    transition: all .3s;
}
#course .course_list li a h3 {
    color: #7640bd;
}
#course .course_list li a h3 i {
    font-size: 1.8rem;
}
#course .course_list li .guideline {
    margin: 20px 0 30px;
    background: rgba(244, 244, 244, 0.8);
    padding: 5px 5px 3px 8px;
    text-indent: -8px;
}
#course .course_list li .course_btnArea {
    margin-bottom: 60px;
}
#course .course_list li a p {
    margin: 0 0 20px;
}
#course .btn_style01_top {
    width: 100%;
    margin-bottom: 20px;
}
.btn_style01 {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 225px;
    height: 45px;
    padding: 0 20px;
    border-style: solid;
    border-width: 2px;
    background: #A88CCE;
    border-color: #A88CCE;
    border-radius: 100px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}
#course .btn_orange02 {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 225px;
    height: 45px;
    padding: 0 20px;
    background: #D591A9;
    border-style: solid;
    border-width: 2px;
    border-color: #D591A9;
    border-radius: 100px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}
#course .btn_orange02:hover {
    background: #fff;
    color: #D591A9;
}
[class^="btn_pink"]:hover, [class^="btn_orange"]:hover, [class^="btn_style"]:hover {
    text-decoration: none;
    opacity: 1;
}
#course .course_list li .course_btnArea a p span {
    color: #FFF7B9;
}


#course .course_kyufu {
    height: 345px;
    background: url(/korean/img/bg_discount.png) center center no-repeat;
    position: relative;
    padding: 15px;
    max-width: 950px;
    background-size: cover;
    margin: 0 auto;
}
#course .course_kyufu a {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #9f79d1;
    text-decoration: none;
}
#course .course_kyufu h3 {
    font-weight: bold;
    font-size: 4.0rem;
    color: #7640bd;
    margin: 0 0 5px 40px;
}
#course .course_kyufu h3 span {
    height: 40px;
    border-radius: 0px 20.5px 20.5px 0px;
    background: #7640bd;
    font-weight: bold;
    font-size: 2.0rem;
    letter-spacing: 0.03em;
    line-height: 2;
    text-align: center;
    color: #fff;
    display: inline-block;
    padding: 0 50px;
    margin: 0 0 10px -40px;
}
#course .course_kyufu p {
    font-weight: bold;
    font-size: 2.0rem;
    margin: 0 0 20px 40px;
}
#course .course_kyufu span.btn_orange01 {
    max-width: 350px;
    margin-left: 80px;
    width: 100%;
    position: relative;
    background: #D591A9;
    border-color: #D591A9;
}
#course .course_kyufu span.btn_orange01::after {
    content: "";
    position: absolute;
    background: url(/korean/img/icon_banknotes.png) no-repeat;
    height: 21px;
    width: 21px;
    right: 60px;
    top: 10px;
}
#course .course_kyufu span.btn_orange01:hover {
    background: #D591A9;
    border-color: #D591A9;
    color: #fff;
}

/* #course_point */
#course_point {
    padding: 0 0 80px;
}
#course_point .head{
	background-image:url(../images/bg_14.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	padding:110px 0;
	position:relative;
}

#course_point .head_ttl{
	max-width:450px;
	margin-left:auto;
	margin-right:auto;
	padding:30px 0;
	box-sizing:border-box;
}
#course_point .head_ttl img{
    width: 100%;
    height: auto;
}
#course_point .wrap3 {
    max-width: 1085px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#course_point .system .wrap3 {
    display: flex;
    flex-flow: wrap;
	justify-content:center;
}
#course_point .system .wrap3 .harf_wrap {
    width: 49%;
}
#course_point .point{
	padding:80px 0;
}
#course_point .point_box,#course_point .voice_box{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
#course_point .point_box .box{
	background-color:#D591A9;
	color:#fff;
	width:18%;
	margin:1%;
	text-align:center;
	padding:2% 1%;
	box-sizing:border-box;
}
#course_point .system{
	margin-bottom:80px;
}
#course_point .system_box dl{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-items:inherit;
}
#course_point .system_box dl:not(:last-child){
	margin-bottom:20px;
}
#course_point .system_box dl:last-child{
    height: 190px;
}
#course_point .system_box dl dt{
	background-color:#D591A9;
	color:#fff;
	flex-basis:30%;
	font-size:21px;
	text-align:center;
	padding:20px 0;
}
#course_point .system_box dl dt.pat2{
	padding:30px 0;
}
#course_point .system_box dl dd{
	background-color:#F8DEE7;
	color:#D591A9;
	flex-basis:70%;
	font-size:14px;
	padding:20px;
}

#course_point .system_box .note{
	font-size:1.2rem;
}

#course_point .point_box .box h4{
	font-weight:bold;
	margin-bottom:15px;
	font-size:21px;
}
#course_point .point_box .box p{
	font-size:14px;
}
#course_point .point h3,#course_point .system h3,#course_point .voice h3,
#excerpt_voice h2{
	text-align:center;
	font-size:23px;
	color:#D591A9;
	position:relative;
	margin-bottom:67px;
	font-weight:bold;
}
#course_point .point h3::before,#course_point .system h3::before,#course_point .voice h3::before,
#excerpt_voice h2::before{
    content: '';
    display: block;
    position: absolute;
    bottom: -20px;
    width: 35px;
    height: 4px;
    background-color: #D591A9;
    left: 50%;
    margin-left: -17px;
}
#course_point .voice_box .box{
	flex-basis:50%;
	box-sizing:border-box;
	padding:50px 100px;
	background-color:#d8e7fa;
}
#course_point .voice_box .box h4{
	background-color:#728dea;
	text-align:center;
	color:#fff;
	font-size:20px;
	padding:5px 0;
	border-radius:5px;
	margin-bottom:25px;
}
#course_point .voice_box .box .ph{
	padding:0 20px;
	margin-bottom:25px;
}
#course_point .voice_box .box .name{
	text-align:center;
	color:#728dea;
	margin-bottom:30px;
}
#course_point .voice_box .box.toda .name{
	color:#c365f4;
}
#course_point .voice_box .box.toda{
	background-color:#ede1f4;
}
#course_point .voice_box .box.toda h4{
	background-color:#c365f4;
}
#course_point .voice_box dl{
	display:block;
}
#course_point .voice_box dl dt{
	font-size:20px;
	font-weight:bold;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	margin-bottom:10px;
	text-align:center;
}
#course_point .voice_box dl dd{
	margin-bottom:20px;
	font-size:14px;
}

/* #excerpt_voice */
#excerpt_voice{
    background: #F4F4F4;
    padding: 80px 0;
}

#excerpt_voice .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 80px;
    background: #fff;
}

#excerpt_voice .lesson_style {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 50px 0 0;
}
#excerpt_voice .lesson_style figure {
    -webkit-box-flex: 0;
    flex: 0 0 400px;
}
#excerpt_voice .lesson_style figure img {
    width: 100%;
}
#excerpt_voice .lesson_style ul {
    -webkit-box-flex: 0;
    flex: 0 0 600px;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}
#excerpt_voice .lesson_style ul li.start {
    margin: 0 35px 0 0;
    padding: 20px;
}
#excerpt_voice .lesson_style ul li.plan {
    -webkit-box-flex: 1;
    flex: 1 0 auto;
    padding: 20px;
}
#excerpt_voice .lesson_style ul li.reason {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    border-top: 1px solid #d9d9d9;
    padding: 20px;
    margin: 0 auto;
}
#excerpt_voice .lesson_style ul li h4 {
    font-weight: bold;
}
#excerpt_voice .lesson_style ul li p {
    font-weight: normal;
}
#excerpt_voice .faq_list {
    display: block;
    width: 100%;
    margin: 40px auto 0;
}
#excerpt_voice .faq_list dt {
    margin: 0 0 15px;
    padding: 2px 0 18px 38px;
    border-bottom: 1px solid #d9d9d9;
    font-weight: bold;
    position: relative;
}
#excerpt_voice .faq_list dd {
    position: relative;
    padding: 2px 0 0 38px;
    font-weight: normal;
}
#excerpt_voice .faq_list dd:not(:last-child) {
    margin: 0 0 45px;
}
#excerpt_voice .faq_list dt::before {
    content: "Q";
    background: #D591A9;
    position: absolute;
}
#excerpt_voice .faq_list dd::before {
    content: "A";
    background: #A88CCE;
    font-weight: bold;
}

/* #contact */
#contact {
    margin: 0 0 80px;
}
#contact .head{
	background-image:url(../images/img_13.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	padding:110px 0;
	position:relative;
}

#contact .head_ttl{
	max-width:785px;
	margin-left:auto;
	margin-right:auto;
	padding:30px 0;
	box-sizing:border-box;
}
#contact .head_ttl img{
    width: 100%;
    height: auto;
}



@media screen and (max-width:720px){
#header{
	background-image:url(/form/korean_phrase_lp/images/mainvisual_sp.png);
	background-size:cover;
	background-position:center center;
	padding:80px 0 80px;
    margin: 0 0;
}
#header .header_logo {
    padding: 0;
    top: 15px;
}
#header .header_logo a {
    width: 130px;
}
#header .header_logo a img {
    max-height: 30px;
}

#header .inner{
}
#header .header_ttl{
}
#header .header_ttl p{
    font-size: 17px;
    letter-spacing: 0.06em;
    line-height: 27px;
    margin-bottom: 20px;
    color: #333333;
    border-color: #333333;
    text-shadow: none;
}
#header .header_ttl h1{
    font-size: 47px;
    line-height: 55px;
    margin-bottom: 30px;
}

#header .captxt{
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 30px;
}
.linkbtn a{
    width: 100%;
    font-size: 18px;    
}


.ttl_02{
	padding: 20px 0;
    font-size: 18px;
    line-height: 1.3;
}
#course_point .ttl_02{
	padding: 30px 0;
}
#contact .ttl_02{
	padding: 40px 0;
}

.ttl_02 span{
    font-size: 24px;
}
.ttl_02:after {
    border-width: 24px;
    margin-left: -12px;
}
.ttl_03{
	font-size:19px;
    width: 90%;
    text-align: center;
	margin-bottom:0;
}
.ttl_04 {
    font-size: 26px;
    margin-bottom: 30px;
}
.ttl_04 .ttl_04_sub {
    font-size: 20px;
}   
.ttl_04 .ttl_04_num {
    font-size: 38px;
}
.txt{
	font-size:15px;
}

.txt5 {
    font-size: 1.4rem;
    line-height: 1.8;
}

#section{
	padding:30px 0;
}
#section .copy .image{
	width:98%;
}
    
.cont_header{
	align-items: center;
}

.cont_header .ttl_img {
    max-width: 115px;
    width: 32%;
    margin-right: 3%;
}
.cont_header .cont_box{
    width: 65%;
    margin-left: auto;
    margin-right: auto;
}
.cont_header .cont_box02{
    margin-top: 20px;
}

.phrase_list{    
}

.phrase_list .phrase_box{
	flex-direction: column;
    padding: 50px 0 30px;
}
.phrase_list .phrase_box:not(:first-child) {
    margin-top: 20px;
}
.phrase_list .phrase_box:nth-child(odd) .box_image {
    margin-top: -80px;
    margin-left: 10px;
    margin-right: 0;
    margin-bottom: 30px;
    width: 90%;
}
.phrase_list .phrase_box:nth-child(odd) .box_image img {
    width: 100%;
    height: auto;
}
.phrase_list .phrase_box:nth-child(even) .box_image{
    margin-right: 0;
    margin-bottom: 30px;
    width: 90%;
}
.phrase_list .phrase_box:nth-child(even) .box_image img {
    width: 100%;
    height: auto;
}

    
#section01 .phrase_list .phrase_box:nth-child(1):after,
#section01 .phrase_list .phrase_box:nth-child(2):after,
#section01 .phrase_list .phrase_box:nth-child(3):after,
#section01 .phrase_list .phrase_box:nth-child(4):after,
#section02 .phrase_list .phrase_box:nth-child(1):after,
#section02 .phrase_list .phrase_box:nth-child(2):after,
#section02 .phrase_list .phrase_box:nth-child(3):after,
#section02 .phrase_list .phrase_box:nth-child(4):after,
#section03 .phrase_list .phrase_box:nth-child(1):after,
#section03 .phrase_list .phrase_box:nth-child(2):after,
#section03 .phrase_list .phrase_box:nth-child(3):after,
#section03 .phrase_list .phrase_box:nth-child(4):after,
#section04 .phrase_list .phrase_box:nth-child(1):after,
#section04 .phrase_list .phrase_box:nth-child(2):after,
#section04 .phrase_list .phrase_box:nth-child(3):after,
#section04 .phrase_list .phrase_box:nth-child(4):after {
    display: none;
}


.phrase_list .phrase_box h4 img{
    max-width: 100%;
    height: auto;
}
.phrase_list .phrase_box .box_inner {
    flex: 1;
    padding-left: 10px;
}
#section01 .phrase_list .phrase_box .jan li, #section01 .phrase_list .phrase_box .hangl li {
    background: url(/form/korean_phrase_lp/images/ico_check01.png) left 2px no-repeat;
}
#section02 .phrase_list .phrase_box .jan li,
#section02 .phrase_list .phrase_box .hangl li{
    background: url("/form/korean_phrase_lp/images/ico_check02.png") left 2px no-repeat;
}
#section03 .phrase_list .phrase_box .jan li,
#section03 .phrase_list .phrase_box .hangl li{
    background: url("/form/korean_phrase_lp/images/ico_check03.png") left 2px no-repeat;
}
#section04 .phrase_list .phrase_box .jan li,
#section04 .phrase_list .phrase_box .hangl li{
    background: url("/form/korean_phrase_lp/images/ico_check04.png") left 2px no-repeat;
}

.phrase_list .phrase_box .jan li, .phrase_list .phrase_box .hangl li {
    font-size: 16px;
    padding-left: 2.5rem;
}
.phrase_list .phrase_box .hangl2 li {
    font-size: 16px;
}
.phrase_list .phrase_box .hangl li span,
.phrase_list .phrase_box .hangl2 li span {
    font-size: 13px;
}
#section02 .phrase_list .phrase_box:nth-child(4) .hangl {
    display: block;
    width: inherit;
}    
#section02 .phrase_list .phrase_box:nth-child(4) .hangl li:nth-child(2){
    margin-top: 10px;
}
#section03 .phrase_list .phrase_box:nth-child(2) .hangl {
    display: block;
    width: inherit;
}
#section03 .phrase_list .phrase_box:nth-child(2) .hangl li:first-child,
#section03 .phrase_list .phrase_box:nth-child(2) .hangl li:nth-child(2), #section03 .phrase_list .phrase_box:nth-child(2) .hangl li:nth-child(3) {
    width: inherit;
}
#section03 .phrase_list .phrase_box:nth-child(3) .hangl {
    display: block;
    width: inherit;
}
#section03 .phrase_list .phrase_box:nth-child(3) .hangl li:first-child, #section03 .phrase_list .phrase_box:nth-child(3) .hangl li:nth-child(2),
#section03 .phrase_list .phrase_box:nth-child(3) .hangl li:nth-child(3){
    width: inherit;
}
#section03 .phrase_list .phrase_box:nth-child(3) .hangl li:nth-child(2) {
    margin-top: 10px;
}
#section03 .phrase_list .phrase_box:nth-child(4) .hangl {
    display: block;
    width: inherit;
}
#section03 .phrase_list .phrase_box:nth-child(4) .hangl li:first-child, #section03 .phrase_list .phrase_box:nth-child(4) .hangl li:nth-child(2) {
    width: inherit;
}
#section03 .phrase_list .phrase_box:nth-child(4) .hangl li:nth-child(2) {
    margin-top: 10px;
}
#section03 .phrase_list .phrase_box:nth-child(4) .box {
    width: 100%;
    padding: 20px;
}
#section03 .phrase_list .phrase_box:nth-child(4) .hangl2 {
    display: block;
    width: inherit;
}
#section03 .phrase_list .phrase_box:nth-child(4) .hangl2 li:first-child,
#section03 .phrase_list .phrase_box:nth-child(4) .hangl2 li:nth-child(2),
#section03 .phrase_list .phrase_box:nth-child(4) .hangl2 li:nth-child(3),
#section03 .phrase_list .phrase_box:nth-child(4) .hangl2 li:nth-child(4) {
    width: inherit;
}
#section04 .phrase_list .phrase_box:nth-child(3) .hangl {
    display: block;
    width: inherit;
}
#section04 .phrase_list .phrase_box:nth-child(3) .hangl li:first-child,
#section04 .phrase_list .phrase_box:nth-child(3) .hangl li:nth-child(2),
#section04 .phrase_list .phrase_box:nth-child(3) .hangl li:nth-child(3) {
    width: inherit;
}

.phrase_list .phrase_box .transbtn{
    width: 183px;
    height: 34px;
    font-size: 17px;
    padding: 3px 0 3px 25px;
    margin-bottom: 20px;   
}
.phrase_list .phrase_box .transbtn.close{
    padding: 3px 0 3px 50px;

}

#section01 .phrase_list .phrase_box .transbtn{
    background: url("/form/korean_phrase_lp/images/btn_01_sp.png") top left no-repeat;
}
#section02 .phrase_list .phrase_box .transbtn{
    background: url("/form/korean_phrase_lp/images/btn_02_sp.png") top left no-repeat;
}
#section03 .phrase_list .phrase_box .transbtn{
    background: url("/form/korean_phrase_lp/images/btn_03_sp.png") top left no-repeat;
}
#section04 .phrase_list .phrase_box .transbtn{
    background: url("/form/korean_phrase_lp/images/btn_04_sp.png") top left no-repeat;
}
#section01 .phrase_list .phrase_box .transbtn.close{
    background: url("/form/korean_phrase_lp/images/btn_01_sp_close.png") top left no-repeat;
}
#section02 .phrase_list .phrase_box .transbtn.close{
    background: url("/form/korean_phrase_lp/images/btn_02_sp_close.png") top left no-repeat;
}
#section03 .phrase_list .phrase_box .transbtn.close{
    background: url("/form/korean_phrase_lp/images/btn_03_sp_close.png") top left no-repeat;
}
#section04 .phrase_list .phrase_box .transbtn.close{
    background: url("/form/korean_phrase_lp/images/btn_04_sp_close.png") top left no-repeat;
}
    
    
    
    

#section01 {
    padding: 60px 0 150px;
}
#section01:after {
    width: 297px;
    height: 168px;
    background: url("/form/korean_phrase_lp/images/msg01_sp.png") top left no-repeat;
    top: calc( 100% - 168px);
    left: calc( 50% - 148px);
}

#section02 {
    padding: 60px 0 140px;
}
#section02:after {
    width: 340px;
    height: 169px;
    background: url("/form/korean_phrase_lp/images/msg02_sp.png") top left no-repeat;
    top: calc( 100% - 169px);
    left: calc( 50% - 170px);
}
#section03 {
    padding: 60px 0 160px;
}
#section03:after {
    width: 338px;
    height: 169px;
    background: url("/form/korean_phrase_lp/images/msg03_sp.png") top left no-repeat;
    top: calc( 100% - 169px);
    left: calc( 50% - 169px);
}
#section04 {
    padding: 60px 0 160px;
}
#section04:after {
    width: 337px;
    height: 171px;
    background: url("/form/korean_phrase_lp/images/msg04_sp.png") top left no-repeat;
    top: calc( 100% - 171px);
    left: calc( 50% - 164px);
}
#section05 {
    padding: 60px 0 60px;
}
#section05 .point_cap {
    font-size: 16px;
    border-radius: 30px;
    padding: 20px 20px;
    max-width: 750px;
    margin: 0 auto 50px;
}
#section05 .k_point_list {
    flex-direction: column;
    margin-bottom: 30px;
}
#section05 .k_point_list li {
    width: 100%;
}
#section05 .k_point_list li:not(:first-child) {
    margin-top: 50px;
}
#section05 .k_point_list li .k_img {
    height: auto;
    padding: 10px 10px 0;
}
#section05 .k_point_list li .k_ttl {
    font-size: 18px;
    padding: 17px 0;
}
#section05 .k_point_list li:not(:first-child) .k_ttl:before {
    display: none;
}
#section05 .k_point_list li .k_txt {
    padding: 20px 20px 0;
    font-size: 14px;
}

#course {
    border-top: 10px solid #fff;
    padding: 60px 0;
}
#course .inner {
    margin: 0 20px;
    padding: 20px;
}
#course .ttl01 h2 {
    padding: 15px 0;
    font-size: 2.6rem;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 30px;
}
#course .ttl01 h2 span {
    font-size: 1.6rem;
}
#course .course_text {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 1.5rem;
}
#course .course_list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
}
#course .course_list li {
    margin: 0 0 30px;
}
#course .course_list li a {
    position: relative;
    width: 100%;
}
#course .course_list li a h3 i {
    font-size: 1.4rem;
}
#course .course_list li a figure {
    width: 100%;
}
#course .course_list li a figure img {
    width: 100%;
    min-height: inherit;
    height: auto;
}
#course .course_list li a h3 {
    margin: 15px 0 5px;
    font-weight: bold;
}
#course .course_list li .guideline {
    margin: 20px 0 30px;
    background: rgba(244, 244, 244, 0.8);
    padding: 5px 5px 3px 8px;
    text-indent: -8px;
}
#course .course_list li .course_btnArea {
    margin-bottom: 0;
}
#course .course_list li:nth-of-type(5) .course_btnArea, #course .course_list li:nth-of-type(6) .course_btnArea {
    position: inherit;
    bottom: inherit;
}
#course .course_list li:nth-of-type(5) > p {
    margin-bottom: 30px;
}
    
    
#course .course_kyufu {
    height: auto;
    background: url(/korean/img/bg_discount_sp.png) top center no-repeat;
    padding: 5px;
    background-size: 100%;
    position: relative;
}
#course .course_kyufu a {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #9f79d1;
    text-decoration: none;
}
#course .course_kyufu h3 {
    font-size: 2.0rem;
    margin: 10px 0 10px 15px;
}
#course .course_kyufu h3 span {
    height: 30px;
    border-radius: 0px 20.5px 20.5px 0px;
    font-size: 1.4rem;
    line-height: 2;
    padding: 0 25px;
    margin: 0 0 15px -15px;
}
#course .course_kyufu p {
    font-weight: bold;
    font-size: 1.4rem;
    margin: 0 0 10px 0;
    background: #fff;
    opacity: 0.8;
    padding: 5px 10px;
    position: relative;
}
#course .course_kyufu span.btn_orange01 {
    margin: 0 auto 10px;
    width: 90%;
}
#course .course_kyufu span.btn_orange01::after {
    content: "";
    right: 5%;
    top: 20%;
}
#excerpt_voice {
    padding: 60px 0 30px;
}
#excerpt_voice .inner {
    margin: 0 auto 45px;
    padding: 30px 20px;
    background: #fff;
}
#excerpt_voice .lesson_style {
    display: block;
    margin: 0;
}
#excerpt_voice .lesson_style figure {
    flex: 0 0 100%;
}
#excerpt_voice .lesson_style ul {
    -webkit-box-flex: 0;
    flex: 0 0 600px;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}
#excerpt_voice .lesson_style ul li.start {
    margin: 20px 0 0;
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    width: 100%;
}
#excerpt_voice .lesson_style ul li.plan {
    -webkit-box-flex: 1;
    flex: 1 0 auto;
    padding: 20px;
}
#excerpt_voice .lesson_style ul li.reason {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    padding: 20px;
}
#excerpt_voice .lesson_style ul li h4 {
    font-weight: bold;
}

#course_point {
    padding: 0 0 60px;
}
#course_point .system {
    margin-bottom: 50px;
}
#course_point .head {
    background-image: url(../images/bg_14_sp.jpg);
    padding: 30px 20px 50px;
}
#course_point .head_ttl {
    max-width: inherit;
    width: 90%;
    padding: 30px 0;
}
#course_point .point h3, #course_point .system h3, #course_point .voice h3, #excerpt_voice h2 {
    font-size: 21px;
    line-height: 1.3;
    margin-bottom: 50px;
}
#course_point .point h3::before, #course_point .system h3::before, #course_point .voice h3::before, #excerpt_voice h2::before {
    bottom: -15px;
    width: 35px;
    height: 4px;
    margin-left: -17px;
}
#course_point .point_box .box {
    width: 48%;
    margin: 1%;
    padding: 2% 1%;
}
#course_point .point_box .box:last-child{
    margin-left: auto;
    margin-right: auto;
}
#course_point .system .wrap3 {
    flex-direction: column;
}
#course_point .system .wrap3 .harf_wrap{
    width: 100%;
    padding: 0 20px;
}
#course_point .system .wrap3 .harf_wrap:last-child{
    margin-top: 50px;
}
#course_point .system_box dl dt {
    font-size: 16px;
    margin: 0 0 0;
}
#course_point .linkbtn{
    padding: 0 20px;
}
#course_point .system_box dl:last-child {
    height: auto;
}
    
#contact .head {
    background-image: url(../images/img_13_sp.jpg);
    padding: 30px 20px 50px;
}
#contact .head_ttl {
    max-width: inherit;
    width: 90%;
    padding: 30px 0;
}
    
    
    
}