@charset "UTF-8";
/* sp */
@media screen and (max-width: 768px) {
    main {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }
    #page-link{
    	display: flex;
    	justify-content: flex-end;
        max-width: 520px;
        margin: 0 auto;
    }
    .programTtl {
        border-bottom: 1px solid #1c1c1c;
        margin-top: 8px;
        padding-bottom: 50px;
    }
    .programTtl h1 {
        font-size: 18px;
        line-height: 18px;
        margin: 0;
        padding: 0 4vw;
    }
    .programCnt {
        max-width: 540px;
    }
    /* .programTtl {
        border-bottom: 1px solid #1c1c1c;
        margin-top: 8px;
        margin-bottom: 50px;
        padding-bottom: 50px;
    }
    .programTtl h1 {
        font-size: 18px;
        line-height: 18px;
        margin: 0;
        padding: 0 4vw;
    }
    .tpi-fst,
    .tpi-lst {
        margin-bottom: 35px;
    }
    .tpi-fst h4,
    .tpi-lst h4 {
        text-align: center;
        margin: 0;
        margin-bottom: 30px;
    }
    .programBox {
        border-bottom: 1px solid #1c1c1c;
        margin-bottom: 50px;
    }
    .programBox p {
        margin: 0;
        padding-bottom: 60px;
    } */
}
/* pc */
@media screen and (min-width: 769px) {
    main {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }
    h3 {
        font-size: 15px;
        line-height: 15px;
        margin-bottom: 30px;
    }
    #page-link{
    	display: flex;
    	justify-content: flex-end;
        max-width: 1100px;
        margin: 0 auto;
    }
    #page-link li{
    	border-right: 1px solid #555;
        border-bottom: 1px solid #555;
        text-align: center;
    }
    #page-link .link-l {
        background-color: #555;
    }
    #page-link .link-l a {
        color: #fff;
    }

    #page-link li a{
        display: block;
    	width: 226px;
        padding: 22px 0 23px 0;
    	color: #333;
    	text-decoration: none;
    }
    .programTtl {
        max-width: 1100px;
        margin: 0 auto;
        padding-left: 50px;
        padding-bottom: 18px;
        border-bottom: 1px #000 solid;
    }
    .programTtl .sub_ttl {
        font-size: 15px;
        line-height: 14px;
        margin: 0;
        padding-top: 15px;
    }
    .programCnt-txt {
        overflow-wrap: anywhere;
    }
    
    #triallesson.programArea {
        padding-top: 25px;
    }
    .programCnt {
        display: flex;
        max-width: 998px;
        margin: 0 auto;
        margin-top: -140px;
        padding-top: 140px;
    }
    .programCnt-img {
        max-width: 440px;
        height: auto;
        max-height: 357px;
        margin-right: 130px;
    }
    .programCnt-txt {
        width: 100%;
        max-width: 430px;
        border-bottom: 1px solid #555;
    }
    .programCnt-txt a {
        font-size: 15px;
        line-height: 15px;
    }
    .programCnt-txt h2 {
        font-size: 20px;
        line-height: 28.14px;
        margin: 0;
        margin-bottom: 60px;
        border-bottom: 1px solid #555;
    }
    .programCnt-txt p {
        line-height: 24.14px;
        margin-bottom: 45px;
    }
    .cmn-linkbox {
        margin-top: 22px;
    }
}