@charset "UTF-8";
/*---------------------------------------------

  content

---------------------------------------------*/

#all .page.PG-top .page-body {
    margin: 0 0 0 0 !important;
}
#top-content {
    visibility: hidden;
    padding: 0 0 0;
}
#content {
    padding: 68px 0 0;
}
@media screen and (max-width: 720px) {
    #content {
        padding: 0 10px 0;
    }
    #top-content {
        padding: 0 0 0;
    }
}
/*---------------------------------------------

  hero

---------------------------------------------*/
/*grad anime*/

.table {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #16222A;
    /* fallback for old browsers */
    
    background: -webkit-linear-gradient(to left, #16222A, #3A6073);
    /* Chrome 10-25, Safari 5.1-6 */
    
    background: linear-gradient(to left, #16222A, #3A6073);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    
    opacity: 0.8;
    box-shadow: 0 0 0 10px #fff inset;
}
@media screen and (max-width: 720px) {
    .table {
        box-shadow: none;
    }
}
@-webkit-keyframes huerotator {
    0% {
        -webkit-filter: hue-rotate(0deg);
    }
    100% {
        -webkit-filter: hue-rotate(360deg);
    }
}
.table_inner {
    display: table-cell;
    vertical-align: middle
}
/* slideshow */

.cover-ss-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.cover-ss-wrap .bx-wrapper {
    width: 100%;
    background-color: #000;
}
.cover-ss-wrap .bxslider .cs {
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
}
/*copy*/

#kv_inner {
    position: relative;
    width: 100%;
    height: 100%;
}
#kv_inner .sub_text {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -180px;
    margin-top: -180px;
    opacity: 0;
}
#kv_inner .main_text-top {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -159px;
    margin-top: 60px;
    opacity: 0;
}
#kv_inner .main_text-bottom {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -159px;
    margin-top: 180px;
    opacity: 0;
}
#kv_inner .main_text span {
    float: left;
    display: block;
}
#kv_inner .main_text span img {
    display: block;
    width: 50%;
    height: 50%;
    opacity: 0.6;
}
#kv_inner .main_text_sub {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -160px;
    margin-top: 40px;
    opacity: 0;
}
/*gmic-scroll*/

div.gmic-scroll {
    position: absolute;
    bottom: 60px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-decoration: none;
    width: 80px;
    margin-left: -40px;
    text-align: center;
}
div.gmic-scroll a {
    padding-top: 70px;
    margin-left: 0;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 3px;
}
div.gmic-scroll a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb 1.5s infinite;
    animation: sdb 1.5s infinite;
    box-sizing: border-box;
}
@-webkit-keyframes sdb {
    0% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
    }
}
@keyframes sdb {
    0% {
        transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
    }
}
@media screen and (max-width: 720px) {
    #kv_inner .sub_text {
        width: 240px;
        height: auto;
        margin-left: -120px;
        margin-top: -180px;
    }
    #kv_inner .sub_text img {
        display: block;
        width: 100%;
        height: auto;
    }
    #kv_inner .main_text-top {
        width: 159px;
        height: auto;
        margin-left: -80px;
        margin-top: 60px;
    }
    #kv_inner .main_text-bottom {
        width: 159px;
        height: auto;
        margin-left: -80px;
        margin-top: 100px;
    }
    #kv_inner .main_text-top span,
    #kv_inner .main_text-bottom span {
        float: left;
        display: block;
        width: 53px;
        height: 55px;
    }
    #kv_inner .main_text-top span img,
    #kv_inner .main_text-bottom span img {
        display: block;
        width: 100%;
        height: 100%;
        opacity: 1;
    }
    #kv_inner .main_text_sub {
        width: 200px;
        height: auto;
        display: block;
        margin-left: -100px;
        margin-top: 40px;
    }
    #kv_inner .main_text_sub img {
        width: 100%;
        height: auto;
        display: block;
    }
}
/*リード*/

.TOP-ttl-section {
    padding: 0;
    font-size: 38px;
    font-size: 3.8rem;
    letter-spacing: 3px;
    line-height: 1.8;
    position: relative;
    text-align: center;
    font-weight: 700;
    text-shadow: 0 1px #fff;
    color: #1c3454;
}
@media screen and (max-width: 720px) {
    .TOP-ttl-section {
        padding: 0;
        font-size: 26px;
        font-size: 2.6rem;
        letter-spacing: 2px;
        line-height: 1.6;
        position: static;
    }
    .TOP-ttl-section br {
        display: none;
    }
}
.section-base .lead {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.4;
    letter-spacing: 2px;
    font-weight: 700;
    padding: 40px 60px;
    position: relative;
    text-shadow: 0 1px #fff;
    color: #1c3454;
    text-align: center;
}
.section-base .lead span {
    display: block;
    border-top: 1px dotted #ccc;
    color: #999;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2.0;
    letter-spacing: 2px;
    margin-top: 20px;
    padding-top: 20px;
}
@media screen and (max-width: 720px) {
    .section-base .lead {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 2;
        letter-spacing: 1px;
        padding: 14px 20px 20px;
    }
}
/*iruqaとは*/

.root-about {
    background: url(../../img/index/bg-kazari.png) no-repeat 50% 50%;
    background-size: cover;
    padding: 120px 0 60px;
    position: relative;
}
.root_ttl {
    margin: 0 auto 40px;
    padding-bottom: 20px;
    width: 840px;
    display: block;
    border-bottom: 1px solid #1c3454;
}
.root_ttl img {
    width: 25%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.img-iruqa {
    position: absolute;
    top: 120px;
    left: 50%;
    margin-left: 340px;
    width: 60px;
    height: auto;
}
@media screen and (max-width: 720px) {
    .root-about {
        padding: 30px 0;
    }
    .root_ttl {
        margin: 0 auto 20px;
        padding-bottom: 20px;
        width: auto;
    }
    .root_ttl img {
        width: 50%;
    }
    .img-iruqa {
        top: 20px;
        left: 50%;
        margin-left: 100px;
        width: 60px;
        height: auto;
    }
}
/*2つのコース*/

.index-course {
    box-sizing: border-box;
    padding: 0;
    position: relative;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
.index-course .thumb {
    display: block;
    z-index: 8;
}
.index-course .info {
    padding: 24px 30px 10px;
    width: 50%;
    background: #fff;
    margin: 0;
    border-top: 6px solid #00558d;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}
.index-course .info strong {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 6px;
    color: #00558d;
}
.index-course .info p {
    font-size: 13px;
    font-size: 1.3rem;
    color: #00558d;
}
.index-course ul {
    margin-top: 20px;
}
.index-course ul li {
    float: left;
    width: 50%;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 30px;
    text-align: center;
    position: relative;
}
.index-course ul li:after {
    position: absolute;
    top: 50%;
    right: 6px;
    margin-top: -2px;
    display: block;
    content: "";
    background: url(../img/icon/triangle-right.svg) no-repeat 0 0;
    width: 4px;
    height: 4px;
    background-size: 4px 4px;
}
.index-course ul li a {
    background: #0071bc;
    color: #fff;
    display: block;
}
.index-course ul li a.go-contact {
    background: #EC5D60;
}
.index-course ul li a:hover {
    background: #12CFA7;
}
@media screen and (max-width: 720px) {
    /*2つのコース*/
    
    .index-course {
        box-sizing: border-box;
        margin-bottom: 20px;
        padding: 0;
        position: static;
        box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    }
    .index-course:last-child {
        margin-bottom: 0;
    }
    .index-course .info {
        padding: 12px 20px 16px;
        width: 100%;
        background: #fff;
        position: static;
    }
    .index-course .info strong {
        display: block;
        font-size: 16px;
        font-size: 1.6rem;
        margin-bottom: 6px;
    }
    .index-course ul {
        margin-top: 12px;
    }
    .index-course ul li {
        width: 50%;
        font-size: 12px;
        font-size: 1.2rem;
    }
}
/*news-topic-book*/

.root-news-topic {
    width: 100%;
    padding: 60px 0;
}
.col-root-news-topic.col-l {
    width: 604px;
    padding: 40px;
    margin-right: 20px;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
.col-root-news-topic.col-l h3,
.col-root-news-topic.col-r h3 {
    display: block;
    font-size: 22px;
    font-size: 2.2rem;
    letter-spacing: 3px;
    border-top: 3px solid #1c3454;
    padding-top: 20px;
    margin-bottom: 20px;
    color: #1c3454;
}
.col-root-news-topic.col-l h3 {
    position: relative;
}
.col-root-news-topic.col-l h3 span {
    position: absolute;
    top: 30px;
    right: 0;
    font-size: 11px;
    font-size: 1.1rem;
    display: block;
    background: url(../img/icon/arrow-right-blue.svg) no-repeat right 4px;
    background-size: 12px 12px;
    padding-right: 18px;
    color: #1c3454;
}
.col-root-news-topic.col-l ul li {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1;
    font-weight: 400;
    padding: 28px 0;
    letter-spacing: 2px;
    border-bottom: 1px dotted #ccc;
}
.col-root-news-topic.col-l ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.col-root-news-topic.col-l ul li a {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 2px;
    padding-right: 16px;
    background: url(../img/icon/page.svg) no-repeat right top;
    background-size: 10px 10px;
}
.col-root-news-topic.col-l ul li time {
    float: left;
    display: block;
    margin-right: 30px;
    width: 80px;
    padding-top: 2px;
}
.col-root-news-topic.col-l ul li span {
    display: block;
    float: right;
    text-align: left;
    width: 414px;
}
.col-root-news-topic.col-l ul li small.icon_cat {
    display: inline-block;
    margin-right: 30px;
    font-size: 10px;
    font-size: 1.0rem;
    line-height: 1;
    letter-spacing: 1px;
    font-weight: 700;
    color: #fff;
    background: #009FC7;
    border-radius: 8px;
    padding: 4px 10px 3px;
}
.col-root-news-topic.col-r {
    width: 320px;
    padding: 40px 0 0;
}
.col-root-news-topic.col-r ul li {
    width: 320px;
    height: 115px;
    margin-top: 18px;
    position: relative;
}
.col-root-news-topic.col-r ul li:after {
    display: block;
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    content: "";
    background: url(../img/icon/arrow-corner.svg) no-repeat;
}
.col-root-news-topic.col-r ul li figcaption {
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    color: #ffffff;
    line-height: 24px;
    position: absolute;
    height: 24px;
    display: inline-block;
    padding: 0 8px;
    left: 0;
    top: 0;
    font-weight: 700;
    letter-spacing: 1px;
    border: 1px solid rgba(236, 93, 96, .5);
    background: rgba(128, 34, 144, 0.70);
}
.col-root-news-topic.col-r ul li a img {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.col-root-news-topic.col-r ul li a:hover img {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.col-root-book {
    margin-top: 40px;
    padding: 40px;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
.col-root-book h3 {
    display: block;
    font-size: 22px;
    font-size: 2.2rem;
    letter-spacing: 3px;
    border-top: 3px solid #1c3454;
    padding-top: 20px;
    margin-bottom: 20px;
    color: #1c3454;
}
.col-root-book a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.col-root-book a:before {
    display: block;
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
    position: absolute;
    bottom: 3px;
    left: 50%;
    margin-left: -20px;
    content: "";
    background: url(../img/icon/amazon.svg) no-repeat;
    z-index: 2;
}
.col-root-book a img,
.col-root-book a:after {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.col-root-book a:after {
    display: block;
    width: 80%;
    height: 26px;
    position: absolute;
    bottom: 10px;
    left: 10%;
    border-radius: 4px;
    content: "";
    background: rgba(0, 0, 0, .5);
    z-index: 1;
}
.col-root-book a:hover img {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.col-root-book a:hover:after {
    background: rgba(0, 0, 0, 1);
}
@media screen and (max-width: 720px) {
    .root-news-topic {
        padding: 30px 0;
    }
    .col-root-news-topic.col-l {
        float: none;
        width: auto;
        padding: 20px;
        margin-right: 0;
    }
    .col-root-news-topic.col-l h3,
    .col-root-news-topic.col-r h3,
    .col-root-book h3 {
        font-size: 14px;
        font-size: 1.4rem;
        border-top: 2px solid #000;
        padding-top: 10px;
        margin-bottom: 0;
    }
    .col-root-news-topic.col-l h3 span {
        top: 14px;
        padding-right: 16px;
    }
    .col-root-news-topic.col-l ul li {
        font-size: 11px;
        font-size: 1.1rem;
        line-height: 2;
        font-weight: 400;
        padding: 10px 0;
        letter-spacing: 2px;
        border-bottom: 1px dotted #ccc;
    }
    .col-root-news-topic.col-l ul li a {
        font-size: 12px;
        font-size: 1.2rem;
        letter-spacing: 1px;
    }
    .col-root-news-topic.col-l ul li time {
        float: none;
        display: block;
        width: auto;
        margin-right: 0;
        margin-bottom: 0px;
    }
    .col-root-news-topic.col-l ul li span {
        float: none;
        display: block;
        width: auto;
        margin-right: 0;
        margin-bottom: 0px;
    }
    .col-root-news-topic.col-l ul li small.icon_cat {
        display: inline-block;
        margin-right: 12px;
        font-size: 8px;
        font-size: .8rem;
        letter-spacing: 1px;
        border-radius: 4px;
        padding: 3px 4px;
    }
    .col-root-news-topic.col-r {
        margin-top: 20px;
        float: none;
        width: auto;
        padding: 20px 0 0;
        margin-right: 0;
    }
    .col-root-news-topic.col-r ul li {
        width: 100%;
        height: auto;
        margin-top: 10px;
    }
    .col-root-book {
        margin-top: 20px;
        padding: 20px;
    }
    .col-root-book h3 {
        margin-bottom: 10px;
    }
    .col-root-book .row .col-w-8-1 p {
        display: none;
    }
}
/*受賞・掲載*/

.stats {
    background: url("../../img/index/bg-score.jpg") no-repeat 50% 80%;
    background-size: cover;
    padding: 60px 0;
}
.stats i.icon {
    display: inline-block;
}
.stats .stats-wrapper {
    display: inline-block;
    margin-left: 20px;
}
.stats p.stats-number {
    font-size: 64px !important;
    line-height: 1 !important;
    color: #fff;
    font-weight: 700;
    text-align: left !important;
}
.stats p.stats-text {
    font-size: 12px !important;
    font-weight: 400;
    line-height: 1 !important;
    padding: 0;
    text-transform: uppercase;
    color: #fff;
    text-align: left !important;
}
.stats .stats-container {
    text-align: center;
    border-right: solid 1px rgba(255, 255, 255, 0.5)
}
.stats .stats-container:last-of-type {
    border-right: none
}
.stats .stats-number {
    text-align: left
}
.icon-History {
    background: url(../img/icon/score-history.svg) no-repeat 0 0;
    background-size: 64px 64px;
    display: block;
    content: "";
    width: 64px;
    height: 64px;
}
.icon-Cup {
    background: url(../img/icon/score-cup.svg) no-repeat 0 0;
    background-size: 64px 64px;
    display: block;
    content: "";
    width: 64px;
    height: 64px;
}
.icon-Book {
    background: url(../img/icon/score-book.svg) no-repeat 0 0;
    background-size: 64px 64px;
    display: block;
    content: "";
    width: 64px;
    height: 64px;
}
@media screen and (max-width: 720px) {
    .stats {
        padding: 30px 0;
    }
    .stats .stats-container {
        border-right: none;
    }
}
/*---------------------------------------------

  次階層共通パーツ

---------------------------------------------*/
/*次階層タイトル*/

.bg-board {
    width: 100%;
    background: url(../img/blackboard.png) no-repeat 0 0;
    z-index: 0;
    background-size: cover;
    height: 326px;
    padding-top: 126px;
}
.second-ttl-hero {
    text-align: center;
    box-sizing: border-box;
    position: relative;
    margin-top: 65px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-shadow: 0 1px #000;
}
.second-ttl-hero span {
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 8px;
}
.second-ttl-hero span::after {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    top: -2px;
    width: 20px;
    height: 1px;
    margin-left: 10px;
    background: #fff;
    content: "";
}
.second-ttl-hero h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
}
@media screen and (max-width: 720px) {
    .bg-board {
        height: 86px;
        padding-top: 20px;
    }
    .second-ttl-hero {
        margin-top: 0;
    }
    .second-ttl-hero span {
        font-size: 10px;
        font-size: 1.0rem;
        margin-bottom: 2px;
    }
    .second-ttl-hero h2 {
        font-size: 16px;
        font-size: 1.6rem;
    }
}
/*基本フォーマットタイトル-大*/

.PG-ttl-section {
    padding: 0;
    font-size: 28px;
    font-size: 2.8rem;
    letter-spacing: 5px;
    line-height: 1;
    position: relative;
    text-align: center;
    font-weight: 700;
    padding-left: 5px;
    color: #1c4f96;
}
.PG-ttl-section small {
    display: block;
    margin-top: 20px;
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: 1px;
    line-height: 1;
    font-weight: 400;
    font-family: 'Fredoka One', cursive;
}
.PG-ttl-section:before {
    content: " ";
    display: block;
    width: 128px;
    height: 40px;
    background-size: 128px 40px;
    background: url(../img/icon/c-iruqa.svg) no-repeat;
    position: absolute;
    top: -54px;
    left: 50%;
    margin-left: -64px;
}
@media screen and (max-width: 720px) {
    .PG-ttl-section {
        padding: 0 0 10px 0;
        font-size: 18px;
        letter-spacing: 1px;
    }
}
/*基本フォーマットタイトル-中*/

.ttl-section {
    padding: 0;
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 3px;
    line-height: 1;
    text-align: center;
    font-weight: 700;
}
.ttl-section small {
    display: block;
    margin-top: 24px;
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: 1px;
    line-height: 1;
    font-weight: 400;
}
.ttl-section:before {
    margin: 0 auto 40px;
    content: "";
    display: block;
    width: .5em;
    height: 1px;
    background: #000000;
    text-align: center;
}
@media screen and (max-width: 720px) {
    .ttl-section {
        padding: 0 0 10px 0;
        font-size: 18px;
        letter-spacing: 1px;
    }
    /*                          .ttl-section:before {
                                                margin: 0 8px 0 -12px;
                                                width: 20px;
                                                content: url("../img/icon/music-notation.svg");
                                                background-size: contain;
                                              }*/
}
/*dl-dd-dtフロートセット*/

.section-l__r {
    position: relative;
    padding: 0 0 0 0;
}
.section-l__r:first-child {
    margin: 0;
}
.section-l__r .data-set {
    *zoom: 1;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 6px;
}
.section-l__r .data-set:after {
    content: "";
    display: table;
    clear: both;
}
.section-l__r .data-set:last-child {
    margin-bottom: 0;
}
.section-l__r .data-set dt {
    float: left;
    width: 200px;
}
.section-l__r .data-set dd {
    margin: 0 0 0 200px;
}
.section-l__r .data-set dd a {
    background: rgba(0, 113, 188, .7);
    color: #fff;
    padding: 0 4px;
}
.section-l__r .data-set dd a:hover {
    background: #29abe2;
}
.section-l__r .data-set dd span {
    display: block;
    margin-top: 6px;
}
.section-l__r .data-set dd ul {
    list-style: disc outside;
    padding-left: 1em;
}
.section-l__r .data-set dd ol {
    list-style: decimal outside;
    padding-left: 1em;
}
.PG-teacher .section-l__r {
    color: #ffffff;
}
.PG-teacher .section-l__r .data-set dt {
    width: 180px;
}
.PG-teacher .section-l__r .data-set dd {
    margin: 0 0 0 180px;
}
.PG-recruit .section-l__r dl:nth-child(2n+1) {
    background: #f2f2f2;
}
.PG-recruit .section-l__r .data-set {
    padding: 12px 20px;
}
@media screen and (max-width: 720px) {
    .section-l__r .data-set {
        *zoom: 1;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.8;
        margin-bottom: 6px;
    }
    .section-l__r .data-set dt {
        float: none;
        width: auto;
        font-weight: 700;
    }
    .section-l__r .data-set dd {
        margin: 0 0 0 0;
    }
}
/*iframe*/

.iframe-box {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.iframe-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*---------------------------------------------

  共通パーツ

---------------------------------------------*/
/*sub title*/

.sub-ttl {
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #0071bc;
    padding: 30px 0;
    position: relative;
    text-align: center;
}
.sub-ttl h3 {
    width: 100%;
    position: absolute;
    top: -35px;
    left: 0;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 2px;
}
.sub-ttl h3 span {
    display: inline-block;
    padding: 10px 20px;
    background-color: #fff;
    border: 1px solid #0071bc;
}
@media screen and (max-width: 720px) {
    .sub-ttl {
        width: 100%;
        margin: 0 auto;
        border-top: 1px solid #3c4549;
        padding: 30px 0 10px;
    }
    .sub-ttl h3 {
        top: -30px;
        line-height: 1.4;
    }
    .sub-ttl h3 span {
        padding: 10px 20px;
    }
}
/*---------------------------------------------

  個別パーツ *************** about

---------------------------------------------*/

.PG-about .section-about {
    background: #fafafa;
    padding: 90px 0 40px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 720px) {
    .PG-about .section-about {
        width: 100%;
        box-sizing: border-box;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}
.PG-about article.about-article {
    padding-left: 60px;
    padding-right: 60px;
}
.PG-about article.about-article p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.4;
    letter-spacing: 2px;
}
.PG-about .row .merit-box {
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
.PG-about .row .merit-box span {
    float: left;
    display: block;
    width: 100px;
    height: 160px;
    line-height: 160px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 2px;
    background: url(../img/foot-wave.png) repeat #00558d;
}
.PG-about .row .merit-box img {
    float: right;
    width: 328px;
    height: 160px;
}
.PG-about .row .merit-box .merit-inner {
    padding: 30px 30px 20px;
}
.PG-about .row .merit-box strong {
    display: block;
    font-weight: 700;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 6px;
}
.PG-about .row .merit-box .merit-inner p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.2;
}
.PG-about .row p.about-message {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.2;
}
/*aboutフォーマット*/

.row .about-w-2-1 {
    width: 428px;
}
@media screen and (max-width: 720px) {
    .row .about-w-2-1.col-l,
    .row .about-w-2-1.col-r {
        width: auto;
    }
    .row .about-w-2-1.col-l,
    .row .about-w-2-1.col-r {
        float: none;
    }
    .PG-about article.about-article {
        padding-left: 0;
        padding-right: 0;
    }
    .PG-about article.about-article p {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 2;
        letter-spacing: 2px;
    }
    .PG-about .row .merit-box span {
        width: auto;
        height: 30px;
        float: none;
        line-height: 30px;
    }
    .PG-about .row .merit-box img {
        width: 100%;
        height: auto;
        float: none;
    }
    .PG-about .row .merit-box .merit-inner {
        padding: 16px 20px;
    }
    .PG-about .row .merit-box strong {
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 4px;
    }
    .PG-about .row .merit-box .merit-inner p {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 2;
        letter-spacing: 2px;
    }
    .PG-about .row p.about-message {
        margin-top: 16px;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 2;
    }
    .PG-about article.about-article .mtsp-4 {
        margin-top: 10px;
    }
}
/*---------------------------------------------

  個別パーツ *************** 受賞・掲載

---------------------------------------------*/

.PG-results section.col-4 dl {
    width: 176px;
    height: auto;
    margin-right: 40px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    font-size: 14px;
    border-bottom: 1px dotted #CCCCCC;
}
.PG-results section.col-4 dl:nth-child(4n) {
    margin-right: 0 !important;
}
.PG-results section.col-4 dt time {
    display: inline-block;
    margin-left: 8px;
    font-size: 12px;
}
.PG-results section.col-4 dd span.author {
    display: block;
    margin: 6px 0 4px;
    font-size: 13px;
}
.PG-results section.col-4 dd {
    font-size: 12px;
    font-size: 1.2rem;
}
/*ribon*/

.icon-rb {
    position: relative;
    color: #ffffff;
    display: inline-block;
    letter-spacing: .165em;
    text-transform: uppercase;
    border: 0;
    margin: 0;
    width: auto;
    height: auto;
    font-size: 11px;
    vertical-align: baseline;
    padding: 0 4px 0 6px;
}
.icon-rb::after {
    bottom: 0px;
    left: -10px;
    height: 0;
    border-style: solid;
    border-width: 10px 0px 0px 10px;
    border-color: #3a3e3f transparent transparent transparent;
    position: absolute;
    width: 0;
    content: "";
    backface-visibility: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    text-decoration: inherit;
    vertical-align: inherit;
}
.keisai-label {
    background: #009FC7;
}
.rensai-label {
    background: #C77500;
}
.jyusyou-label {
    background: #C70094;
}
.kankou-label {
    background: #0FB18F;
}
@media screen and (max-width: 720px) {
    .PG-results section.col-4 dl {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 16px;
        padding-bottom: 16px;
    }
    .PG-results section.col-4 dl:nth-child(2n) {
        margin-right: 0 !important;
    }
    .PG-results section.col-4 dl:last-child {
        margin-bottom: 0 !important;
    }
    .PG-results section.col-4 dd span.author {
        display: block;
        margin: 6px 0 4px;
        font-size: 13px;
        font-size: 1.3rem;
    }
    .PG-results section.col-4 dd {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.8;
    }
}
/*---------------------------------------------

  個別パーツ *************** ドリル

---------------------------------------------*/

.PG-drill .section-second .row .col-w-2-1 p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
}
.PG-drill .section-second .row .col-w-2-1 span {
    color: #29abe2;
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
}
.PG-drill .section-second .row .col-w-2-1 span small {
    color: #ccc;
    font-size: 12px;
    font-size: 1.2rem;
}
.PG-drill .section-second .row .col-w-2-1 strong {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 12px;
}
.PG-drill .col-4 {
    counter-reset: content;
}
.PG-drill .col-4 ul li:before {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    content: "no_";
    position: absolute;
    top: -2.8rem;
    left: 0;
    font-family: 'Josefin Sans', sans-serif;
    color: #ccc;
}
.PG-drill .col-4 ul li:after {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    counter-increment: content;
    content: counter(content);
    position: absolute;
    width: 100%;
    top: -2.0em;
    left: 1.5em;
    font-family: 'Josefin Sans', sans-serif;
    color: #29abe2;
}
.PG-drill .col-4 ul li {
    float: left;
    width: 176px;
    margin-right: 40px;
    margin-bottom: 50px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #CCCCCC;
    position: relative;
}
.PG-drill .col-4 ul li:nth-child(4n) {
    margin-right: 0;
}
.PG-drill .col-4 ul li p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
}
@media screen and (max-width: 720px) {
    .PG-drill .mt-2,
    .PG-drill .mt-4 {
        margin-bottom: 30px !important;
    }
    .PG-drill .mt-sp10 {
        margin-top: 60px !important;
    }
    .PG-drill .section-second .row .col-w-2-1 p {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 2;
    }
    .PG-drill .section-second .row .col-w-2-1 span {
        line-height: 1.6;
        margin-top: 6px;
        margin-bottom: 0;
    }
    .PG-drill .section-second .row .col-w-2-1 strong {
        line-height: 1.8;
        margin-bottom: 6px;
    }
    .PG-drill .col-4 {
        padding-top: 20px;
    }
    .PG-drill .col-4 ul li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 40px;
        padding-bottom: 10px;
    }
    .PG-drill .col-4 ul li:nth-child(2n) {
        margin-right: 0;
    }
    .PG-drill .col-4 ul li:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
    .PG-drill .col-4 ul li p {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.6;
    }
}
/*---------------------------------------------

  個別パーツ *************** 講師

---------------------------------------------*/
/*講師一覧*/

.PG-teacher .col-w-4-1,
.PG-course .col-w-4-1 {
    width: 164px;
    margin-right: 56px;
}
.PG-teacher .col-w-4-1:nth-child(4n),
.PG-course .col-w-4-1:nth-child(4n) {
    margin-right: 0 !important;
}
.teacher-box {
    text-align: center;
    padding-top: 50px;
	padding-bottom: 30px;
    background: url(../../img/teacher/dotted.png) no-repeat top left;
}
.teacher-box figure img {
    width: 164px;
    margin: 0 auto 12px;
    display: block;
    border-radius: 50%;
}

.teacher-box figure.icon-full {
    position: relative;
}
.teacher-box figure.icon-full:before {
    position: absolute;
	content:"FULL";
	background: #EC5D60;
	display: block;
	top: 10px;
	right: 2px;
	width: 48px;
	height: 18px;
	line-height: 20px;
	letter-spacing: 1px;
    font-family: 'Josefin Sans', sans-serif;
	z-index: 99;
	color: #fff;
}
.teacher-box strong {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 1px;
    font-weight: 700;
}
.teacher-box span {
    display: block;
    font-size: 11px;
    font-size: 1.1rem;
    margin-bottom: 6px;
}
.teacher-box p {
    font-size: 12px;
    font-size: 1.2rem;
}
.teacher-box ul {
    width: 60%;
    height: 16px;
    margin: 0 auto 8px;
}
.teacher-box ul li {
    width: 50%;
    height: 16px;
    font-size: 10px;
    line-height: 16px;
    font-weight: 700;
    float: left;
    text-align: center;
    background: #12CFA7;
    color: #fff;
}
.teacher-box ul li s {
    color: #4d4d4d;
}
.teacher-box ul li:nth-child(2) {
    background: #009FC7;
}
.teacher-box ul li.not_class {
    color: #ccc;
}
@media screen and (max-width: 720px) {
    /*講師一覧*/
    
    .PG-teacher .col-w-4-1,
	.PG-course .col-w-4-1 {
        width: 48%;
        margin-right: 4%;
    }
    .PG-teacher .col-w-4-1:nth-child(2n),
	.PG-course .col-w-4-1:nth-child(2n) {
        margin-right: 0 !important;
    }
    .PG-teacher .col-w-4-1:nth-child(n+3),
	.PG-course .col-w-4-1:nth-child(n+3) {
        margin-top: 20px !important;
    }
    .teacher-box {
        text-align: center;
        padding-top: 40px;
		padding-bottom: 0;
        background: url(../../img/teacher/dotted.png) no-repeat top left;
    }
    .teacher-box figure img {
        width: 100%;
        margin: 0 auto 12px;
        display: block;
        border-radius: 50%;
    }
	.teacher-box figure.icon-full:before {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 14px;
		height: 14px;
	}
    .teacher-box strong {
        font-size: 14px;
        font-size: 1.4rem;
        letter-spacing: 2px;
    }
    .teacher-box span {
        display: block;
        font-size: 11px;
        font-size: 1.1rem;
        margin-bottom: 2px;
    }
    .teacher-box p {
        font-size: 11px;
        font-size: 1.1rem;
    }
    .teacher-box ul {
        width: 60%;
        height: 16px;
        margin: 0 auto 10px;
    }
}
/*講師詳細*/

.section-w1200 {
    background: #4d4d4d;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 60px 0 40px;
}
.teacher-icon {
    color: #29abe2;
    font-weight: 700;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 12px;
}
.teacher-copy h3 {
    font-size: 32px;
    font-size: 3.2rem;
    letter-spacing: 2px;
    line-height: 1.8;
    font-weight: 700;
    color: #fff;
    padding-bottom: 20px;
    margin-bottom: 24px;
    border-bottom: 1px dotted #fff;
}
.teacher-copy p {
    padding: 0;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 2px;
    line-height: 2.2;
    font-weight: 700;
    color: #fff;
}
.teacher-detail {
    position: relative;
    color: #29abe2;
}
.teacher-detail .thumb img {
    border-radius: 10px;
}
.teacher-profile {
    padding: 50px 0px 30px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 280px;
    z-index: 8;
    background: #444;
    border-radius: 10px;
}
.teacher-profile figure img {
    display: block;
    margin: 0 auto 30px;
    width: 120px;
    height: auto;
    border-radius: 50%;
}
.teacher-profile strong {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: 4px;
    display: block;
    font-weight: 700;
    padding-top: 24px;
    margin-bottom: 10px;
    position: relative;
}
.teacher-profile strong:before {
    display: block;
    position: absolute;
    top: -28px;
    left: 50%;
    margin-left: -20px;
    content: "";
    background: url(../img/icon/second-wave.svg) no-repeat;
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
}
.teacher-profile span {
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: 1px;
    display: block;
    font-weight: 700;
    margin-bottom: 16px;
}
.teacher-profile span.txt_full {
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: 1px;
    display: block;
    font-weight: 700;
	margin: 0 auto;
	width: 80%;
}
.teacher-profile dl {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 2px;
    margin: 0 auto 14px;
    width: 240px;
}
.teacher-profile dt {
    display: inline-block;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1;
    letter-spacing: 1px;
    margin-bottom: 10px;
    background: #29abe2;
    color: #fff;
    padding: 4px 6px;
}
.icon__box li {
    float: left;
    margin-right: 10px;
    width: 30px;
}
.icon__box li a.icon__sendmail,
.icon__box li a.icon__twitter,
.icon__box li a.icon__instagram,
.icon__box li a.icon__web {
    text-indent: -9999px;
    overflow: hidden;
    outline: none;
    line-height: 30px;
    -webkit-background-size: 30px 30px;
    background-size: 30px 30px;
    display: block;
}
a.icon__sendmail {
    background: url(../img/icon/c-email.svg) no-repeat;
}
a.icon__twitter {
    background: url(../img/icon/c-twitter.svg) no-repeat;
}
a.icon__instagram {
    background: url(../img/icon/c-instagram.svg) no-repeat;
}
a.icon__web {
    background: url(../img/icon/c-web.svg) no-repeat;
}
.amazon__box li {
    float: none;
    margin-right: 0;
	margin-bottom: 8px;
    width: 100%;
}
.amazon__box li a {
    font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
}
@media screen and (max-width: 720px) {
    .section-w1200 {
        padding: 30px 0;
    }
    .teacher-copy h3 {
        font-size: 16px;
        font-size: 1.6rem;
        letter-spacing: 2px;
        padding-bottom: 20px;
        margin-bottom: 24px;
    }
    .teacher-copy p {
        font-size: 12px;
        font-size: 1.2rem;
        letter-spacing: 2px;
    }
    .teacher-profile {
        margin-top: 16px;
        padding: 40px 0 10px;
        position: static;
        width: auto;
        height: auto !important;
    }
    .teacher-profile dl {
        font-size: 10px;
        font-size: 1.0rem;
        margin: 0 auto 14px;
        width: auto;
    }
    .teacher-profile dt {
        font-size: 11px;
        font-size: 1.1rem;
    }
    .mtsp-4 {
        margin-top: 16px !important;
    }
    .teacher-icon {
        margin-bottom: 6px;
    }
    .PG-teacher .section-l__r dl.data-set {
        margin-top: 10px;
    }
    .PG-teacher .section-l__r .data-set dt {
        width: auto;
        margin-bottom: 4px;
    }
    .PG-teacher .section-l__r .data-set dd {
        margin: 0 0 0 0;
    }
    .PG-teacher .section-l__r .data-set {
        padding: 0;
    }
	.amazon__box li {
		float: none;
		margin-right: 0;
		margin-bottom: 0;
		width: 100%;
	}
}
/*---------------------------------------------

  個別パーツ *************** コース

---------------------------------------------*/
/*course index*/

.wave-bd-top {
    padding-top: 40px;
    background: url(../img/sec_ttl_line.png) repeat-x 0 0;
}
h3.plan-title {
    margin-bottom: 16px;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 2px;
}
h3.plan-title span {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    margin-left: 6px;
    letter-spacing: 1px;
}
p.plan-desc {
    margin-bottom: 12px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 2px;
}
.box-course {
    position: relative;
    width: 388px;
    height: 388px;
}
span.plan-price {
    position: absolute;
    bottom: 40px;
    left: 0;
    display: block;
    margin-bottom: 16px;
    font-size: 30px;
    font-size: 3.0rem;
    width: 388px;
    height: 40px;
    line-height: 40px;
    letter-spacing: 4px;
    font-weight: bold;
    color: #29abe2;
    background: url(../../img/course/price-waku.png) no-repeat 0 0;
    text-align: center;
}
span.plan-price small {
    font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
}
.plan-button {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 388px;
    line-height: 40px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    background: #29abe2;
}
.plan-button:after {
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -4px;
    display: block;
    content: "";
    background: url(../img/icon/triangle-right.svg) no-repeat 0 0;
    width: 8px;
    height: 8px;
    background-size: 8px 8px;
}
.plan-button:hover {
    background: #12CFA7;
    color: #fff;
}
@media screen and (max-width: 720px) {
    /*course index*/
    
    .wave-bd-top {
        padding-top: 30px;
    }
    h3.plan-title {
        margin-top: 16px;
        margin-bottom: 8px;
        font-size: 18px;
        font-size: 1.8rem;
    }
    p.plan-desc {
        margin-bottom: 12px;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 2;
        letter-spacing: 2px;
    }
    .box-course {
        position: static;
        width: auto;
        height: auto;
    }
    span.plan-price {
        position: static;
        margin-bottom: 16px;
        font-size: 22px;
        font-size: 2.2rem;
        width: auto;
        height: 40px;
        line-height: 40px;
        background: none #ff0;
    }
    span.plan-price small {
        font-size: 16px;
        font-size: 1.6rem;
    }
    .plan-button {
        position: relative;
        width: auto;
        line-height: 40px;
        display: block;
        font-size: 14px;
        font-size: 1.4rem;
    }
    .plan-button:hover {
        background: #12CFA7;
        color: #fff;
    }
}
/* course詳細 */

.section-second.no-head-bg {
    background: url(../img/section-head-obi.png) repeat-x top left #fff;
    padding: 80px 100px 40px;
}
.section-second.no-head-bg:before {
    content: "";
    display: none;
}
.course-ttl-box {
    background: url(../img/bg-course.png) repeat 0 0 #fff;
    color: #336ea0;
    padding: 20px 20px;
    letter-spacing: 2px;
}
.course-ttl-box strong {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    background: #fff;
}
.course-ttl-box > span {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    margin-left: 8px;
    background: #fff;
}
.course-ttl-box > p {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    margin-top: 8px;
    background: rgba(255, 255, 255, .8);
    color: #336ea0;
    padding: 16px 20px;
}
h3.course-title {
    margin-bottom: 16px;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 2px;
}
h3.course-title span {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    margin-left: 6px;
    letter-spacing: 1px;
}
p.course-desc {
    margin-bottom: 12px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 2px;
}
.resume-box {
    border: 1px dotted #dddddd;
    padding: 20px;
    margin-top: 16px;
}
.resume-box strong {
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 4px;
}
.resume-box strong:before {
    display: block;
    width: 1em;
    height: 2px;
    content: "";
    background: #29abe2;
    margin-bottom: 10px;
}
.resume-box p {
    font-size: 13px;
    font-size: 1.3rem;
}
.btn-resume {
    display: block;
    width: 100%;
    line-height: 36px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    background: #29abe2;
    margin-top: 8px;
    position: relative;
}
.btn-resume:after {
    display: block;
    content: "";
    background: url(../img/icon/dl.svg) no-repeat;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
    margin-top: -6px;
}
.btn-resume:hover,
.btn-admission:hover {
    color: #fff;
    background: #00d2ad;
}
.btn-admission {
    display: block;
    width: 100%;
    line-height: 62px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    background: #EC5D60;
    position: relative;
}
.btn-admission:after {
    display: block;
    content: "";
    background: url(../img/icon/arrow-right.svg) no-repeat;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
    margin-top: -6px;
}
.tsushin_teacher_contact {
	margin-top: 30px;
}
@media screen and (max-width: 720px) {
    /* course詳細 */
    
    .section-second.no-head-bg {
        padding: 40px 10px 20px;
    }
    .course-ttl-box {
        padding: 10px 10px;
    }
    .course-ttl-box strong {
        font-size: 20px;
        font-size: 2.0rem;
    }
    .course-ttl-box > span {
        font-size: 14px;
        font-size: 1.4rem;
        margin-left: 6px;
    }
    .course-ttl-box span.box-price {
        display: block;
        margin-left: 0;
        margin-top: 4px;
    }
    .course-ttl-box > p {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 12px 10px;
    }
    h3.course-title {
        margin-top: 16px;
        margin-bottom: 12px;
        font-size: 16px;
        font-size: 1.6rem;
    }
    h3.course-title span {
        font-size: 12px;
        font-size: 1.2rem;
    }
    p.course-desc {
        margin-bottom: 6px;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.8;
    }
    .resume-box {
        padding: 14px 10px;
        margin-top: 4px;
    }
    .resume-box strong:before {
        margin-bottom: 8px;
    }
    .resume-box p {
        font-size: 12px;
        font-size: 1.2rem;
    }
    .btn-resume {
        line-height: 30px;
        font-size: 12px;
        font-size: 1.2rem;
        margin-top: 8px;
    }
    .btn-resume:after {
        right: 10px;
        width: 10px;
        height: 10px;
        background-size: 10px 10px;
        margin-top: -5px;
    }
    .btn-admission {
        line-height: 42px;
        font-size: 14px;
        font-size: 1.4rem;
    }
	.tsushin_teacher_contact {
		margin-top: 24px;
	}
}
/*---------------------------------------------

  個別パーツ *************** FAQ

---------------------------------------------*/

.PG-faq .data-set {
    *zoom: 1;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px dotted #008b8b;
}
.PG-faq .data-set:after {
    content: "";
    display: table;
    clear: both;
}
.PG-faq .data-set:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.PG-faq .data-set dt {
    font-size: 16px;
    font-size: 1.6rem;
    background: url(../../img/faq/icon-q.png) no-repeat 0 0;
    padding-left: 36px;
    line-height: 24px;
    color: #336ea0;
    font-weight: 700;
    margin-bottom: 8px;
}
.PG-faq .data-set dd {
    margin-left: 36px;
}
@media screen and (max-width: 720px) {
    .PG-faq .data-set {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.8;
    }
    .PG-faq .data-set dt {
        font-size: 14px;
        font-size: 1.4rem;
        padding-left: 36px;
        line-height: 24px;
        margin-bottom: 6px;
    }
}
/*---------------------------------------------

  個別パーツ *************** COLMUN+BLOG

---------------------------------------------*/

.PG-article .section-article {
    background: #fafafa;
    padding: 90px 0 40px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
}
/*一覧ページ*/

.PG-article .col-4 {
    counter-reset: content;
}
.PG-article .col-4 ul li:before {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    content: "no_";
    position: absolute;
    top: -2.8rem;
    left: 0;
    font-family: 'Josefin Sans', sans-serif;
    color: #ccc;
}
.PG-article .col-4 ul li:after {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    counter-increment: content;
    content: counter(content);
    position: absolute;
    width: 100%;
    top: -2.0em;
    left: 1.5em;
    font-family: 'Josefin Sans', sans-serif;
    color: #29abe2;
}
.PG-article .col-4 ul li {
    float: left;
    width: 176px;
    margin-right: 40px;
    margin-bottom: 50px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #CCCCCC;
    position: relative;
}
.PG-article .col-4 ul li:nth-child(4n) {
    margin-right: 0;
}
.PG-article .col-4 ul li p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
}
a.btn-column {
    width: 100%;
    text-align: center;
    display: block;
    color: #fff;
    background: #29abe2;
    padding: 6px 0;
    font-size: 11px;
    font-size: 1.1rem;
    margin-top: 10px;
    position: relative;
    font-weight: 700;
}
a.btn-column:after {
    display: block;
    content: "";
    background: url(../img/icon/arrow-right.svg) no-repeat;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
    margin-top: -6px;
}
a.btn-column:hover {
    background: #12CFA7;
}
@media screen and (max-width: 720px) {
    .PG-article .section-article {
        padding: 20px 20px 20px;
        width: auto;
    }
    .PG-article .mt-sp10 {
        margin-top: 50px !important;
    }
    .PG-article .section-second .row .col-w-2-1 p {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 2;
    }
    .PG-article .section-second .row .col-w-2-1 strong {
        line-height: 1.8;
        margin-bottom: 6px;
    }
    .PG-article .col-4 {
        padding-top: 20px;
    }
    .PG-article .col-4 ul li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 40px;
        padding-bottom: 10px;
    }
    .PG-article .col-4 ul li:nth-child(2n) {
        margin-right: 0;
    }
    .PG-article .col-4 ul li:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
    .PG-article .col-4 ul li p {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.6;
    }
    a.btn-column {
        padding: 4px 0;
        font-size: 10px;
        font-size: 1.0rem;
        margin-top: 10px;
    }
    a.btn-column:after {
        top: 50%;
        right: 10px;
        width: 10px;
        height: 10px;
        background-size: 10px 10px;
        margin-top: -5px;
    }
}
/*詳細ページ*/
/*head_column*/

.head__column {
    width: 904px;
    margin-right: auto;
    margin-left: auto;
    background: url(../img/sec_ttl_line.png) repeat-x left bottom;
    padding-bottom: 40px;
}
/*news*/

.head__column.ttl__news {
    padding-bottom: 0;
}
.head__column.ttl__news .PG-ttl-article {
    float: none;
    width: 904px;
    padding: 0;
}
/*end news*/

.head__column .vol__column {
    float: left;
    width: 170px;
    line-height: 1;
}
.head__column .vol__column span.vol_ttl {
    display: inline;
    margin-right: 4px;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 2px;
}
.head__column .vol__column span.vol_num {
    font-size: 70px;
    font-size: 7.0rem;
    letter-spacing: 4px;
}
.head__column .PG-ttl-article {
    float: right;
    width: 734px;
    padding: 0;
}
.head__column .PG-ttl-article h3 {
    font-size: 28px;
    font-size: 2.8rem;
    letter-spacing: 2px;
    line-height: 1.4;
    font-weight: 700;
    text-align: left;
    margin-bottom: 40px;
}
.head__column .PG-ttl-article h3 time {
    display: block;
    margin-bottom: 12px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 2px;
}
/*article-inner*/

.PG-article article.article-inner {
    padding-left: 60px;
    padding-right: 60px;
}
.PG-article article.article-inner > strong {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 2px;
    margin-bottom: 16px;
    font-weight: 700;
}
.PG-article article.article-inner > p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.2;
    letter-spacing: 2px;
    margin-bottom: 16px;
}
.PG-article article.article-inner blockquote {
    font-size: 14px;
    font-size: 1.4rem;

    background-color: #d4eef9;
    padding: 20px 40px;
    position: relative;
    z-index: 1;
    margin-bottom: 16px;
}
.PG-article article.article-inner blockquote span {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    color: #0071bc;
    text-align: right;
}
.PG-article article.article-inner blockquote span:before {
    display: inline-block;
    color: #0071bc;
    margin-right: 6px;
    content: "― "
}
.PG-article article.article-inner blockquote:before {
    content: "“";
    font-size: 80px;
    line-height: 1em;
    color: #ff0;
    position: absolute;
    left: 20px;
    top: 10px;
    z-index: -1;
}
.box-return {
    margin: 40px auto 0;
}
a.btn-return {
    width: 100%;
    text-align: center;
    display: block;
    color: #fff;
    background: #29abe2;
    padding: 10px 0;
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 10px;
    position: relative;
    font-weight: 700;
}
a.btn-return:after {
    display: block;
    content: "";
    background: url(../img/icon/return.svg) no-repeat;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
    margin-top: -6px;
}
a.btn-return:hover {
    background: #12CFA7;
}
@media screen and (max-width: 720px) {
    /*head_column*/
    
    .head__column {
        width: auto;
        background: url(../img/sec_ttl_line.png) repeat-x left bottom;
        padding-bottom: 30px;
    }
    /*news*/
    
    .head__column.ttl__news {
        padding-bottom: 0;
    }
    .head__column.ttl__news .PG-ttl-article {
        width: auto;
        padding: 0;
    }
    /*end news*/
    
    .head__column .vol__column {
        float: none;
        width: auto;
        line-height: 1;
    }
    .head__column .vol__column span.vol_ttl {
        display: inline;
        margin-right: 4px;
        font-size: 12px;
        font-size: 1.2rem;
        letter-spacing: 1px;
    }
    .head__column .vol__column span.vol_num {
        font-size: 32px;
        font-size: 3.2rem;
        letter-spacing: 2px;
    }
    .head__column .PG-ttl-article {
        float: none;
        width: auto;
        padding: 0;
    }
    .head__column .PG-ttl-article h3 {
        font-size: 20px;
        font-size: 2.0rem;
        letter-spacing: 2px;
        line-height: 1.4;
        text-align: left;
        margin-bottom: 20px;
    }
    .head__column .PG-ttl-article h3 time {
        display: block;
        margin-top: 8px;
        margin-bottom: 12px;
        font-size: 11px;
        font-size: 1.1rem;
        font-weight: 400;
        letter-spacing: 1px;
    }
    /*article-inner*/
    
    .PG-article article.article-inner {
        padding-left: 0px;
        padding-right: 0px;
    }
    .PG-article article.article-inner > strong {
        font-size: 13px;
        font-size: 1.3rem;
        letter-spacing: 2px;
        margin-bottom: 10px;
    }
    .PG-article article.article-inner > p {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.8;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }
    .PG-article article.article-inner blockquote {
        font-size: 12px;
        font-size: 1.2rem;
        padding: 10px 20px;
        margin-bottom: 12px;
    }
    .PG-article article.article-inner blockquote span {
        font-size: 11px;
        font-size: 1.1rem;
        text-align: left;
    }
    .PG-article article.article-inner blockquote:before {
        font-size: 28px;
        left: 10px;
        top: 10px;
    }
    .ninja_onebutton_output .twitter_tweet_count_no_m {
        width: 74px !important;
    }
    .box-return {
        margin: 20px auto 0;
    }
    a.btn-return {
        padding: 10px 0;
        font-size: 11px;
        font-size: 1.1rem;
    }
}
/*---------------------------------------------

  個別パーツ *************** news

---------------------------------------------*/

.section-news {

    width: 1024px;
    margin-right: auto;
    margin-left: auto;
}
.col-second-news {
    width: 1024px;
    padding: 20px 40px 40px;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
.col-second-news ul li {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1;
    font-weight: 400;
    padding: 28px 0;
    letter-spacing: 2px;
    border-bottom: 1px dotted #ccc;
}
.col-second-news ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.col-second-news ul li a {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 2px;
    padding-right: 16px;
    background: url(../img/icon/page.svg) no-repeat right top;
    background-size: 10px 10px;
}
.col-second-news ul li time {
    float: left;
    display: block;
    margin-right: 30px;
    width: 80px;
    padding-top: 2px;
}
.col-second-news ul li span {
    display: block;
    float: right;
    text-align: left;
    width: 834px;
}
.col-second-news ul li small.icon_cat {
    display: inline-block;
    margin-right: 30px;
    font-size: 10px;
    font-size: 1.0rem;
    line-height: 1;
    letter-spacing: 1px;
    font-weight: 700;
    color: #fff;
    background: #009FC7;
    border-radius: 8px;
    padding: 4px 10px 3px;
}
@media screen and (max-width: 720px) {
    .section-news {
        width: auto;
        padding: 0 10px;
    }
    .col-second-news {
        width: auto;
        padding: 20px;
    }
    .col-second-news ul li {
        font-size: 11px;
        font-size: 1.1rem;
        line-height: 2;
        font-weight: 400;
        padding: 10px 0;
        letter-spacing: 2px;
        border-bottom: 1px dotted #ccc;
    }
    .col-second-news ul li a {
        font-size: 12px;
        font-size: 1.2rem;
        letter-spacing: 1px;
    }
    .col-second-news ul li time {
        float: none;
        display: block;
        width: auto;
        margin-right: 0;
        margin-bottom: 0px;
    }
    .col-second-news ul li span {
        float: none;
        display: block;
        width: auto;
        margin-right: 0;
        margin-bottom: 0px;
    }
    .col-second-news ul li small.icon_cat {
        display: inline-block;
        margin-right: 12px;
        font-size: 8px;
        font-size: .8rem;
        letter-spacing: 1px;
        border-radius: 4px;
        padding: 3px 4px;
    }
}
/*---------------------------------------------

  個別パーツ *************** VOICE

---------------------------------------------*/

.arrow_box {
    position: relative;
    background: #ffffff;
    border: 2px solid #0071bc;
    padding: 20px;
    margin-bottom: 30px
}
.arrow_box:after,
.arrow_box:before {
    top: 100%;
    left: 90%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.arrow_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 10px;
    margin-left: -10px;
}
.arrow_box:before {
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #0071bc;
    border-width: 12px;
    margin-left: -12px;
}
.arrow_box figure {
    float: left;
    width: 120px;
    margin-right: 30px;
}
.arrow_box figure img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}
.arrow_box figcaption {
    text-align: center;
    margin-top: 16px;
    font-size: 12px;
    font-size: 1.2rem;
}
.arrow_box figcaption span {
    display: block;
}
.arrow_box p {
    float: right;
    width: 630px;
    font-size: 14px;
    font-size: 1.4rem;
}
@media screen and (max-width: 720px) {
    .arrow_box {
        border: 1px solid #12CFA7;
        padding: 20px 10px;
        margin-bottom: 20px
    }
    .arrow_box:before {
        border-width: 11px;
        margin-left: -11px;
    }
    .arrow_box figure {
        float: none;
        width: 100%;
        margin-right: 0;
        text-align: center;
    }
    .arrow_box figure img {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        margin: 0 auto;
    }
    .arrow_box figcaption {
        text-align: center;
        margin-top: 16px;
        margin-bottom: 12px;
        font-size: 12px;
        font-size: 1.2rem;
    }
    .arrow_box figcaption span {
        display: block;
    }
    .arrow_box p {
        float: right;
        width: auto;
        font-size: 13px;
        font-size: 1.3rem;
    }
    .PG-faq .data-set {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.8;
    }
    .PG-faq .data-set dt {
        font-size: 14px;
        font-size: 1.4rem;
        padding-left: 36px;
        line-height: 24px;
        margin-bottom: 6px;
    }
}