/**************************************************

BASE

****************************************************/

#main img {
    max-width: 100%;
    height: auto;
}

/* title */

#interview h3.title1 {
    color: #333;
    font-size: 2rem;
    padding-bottom: 10px;
}

#interview h2 {
    color: #1072b6;
    font-size: 2.4rem;
    margin-bottom:15px;
}

/* table */

table,
tbody,
tr {
    border: none;
    width: 100%;
    height: auto !important;
    box-sizing: border-box;
}

th,
td {
    padding: 15px;
    box-sizing: border-box;
    border: 5px solid #fff;
    font-size: 1.6rem;
    line-height: 1.7;
    text-align: left;
    vertical-align: top;
    background: #f9f9f9;
}

th {
    background: #92c6e4;
}

#main h2.ttl-subpage-1 {
    text-align: center;
    font-size: 2.8rem;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-feature-settings: "palt" !important;
}

#main h2.ttl-subpage-1 small {
    display: block;
    color: #15b934;
    text-transform: lowercase;
    font-size: 2.2rem;
}

#main h1.ttl-subpage-1 {
    text-align: center;
    font-size: 2.8rem;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-feature-settings: "palt" !important;
}

#main h1.ttl-subpage-1 span,
#main h1.ttl-subpage-1 small {
    display: block;
    color: #15b934;
    text-transform: lowercase;
    font-size: 2.2rem;
}

/* pagenation */

.pagination {
    clear: both;
    padding: 20px 0;
    position: relative;
    font-size: 1.4rem;
    line-height: 14px;
    text-align: center;
}

.pagination-box {
    display: inline-block;
}

.pagination span,
.pagination a {
    display: block;
    float: left;
    margin: 2px 2px 2px 0;
    padding: 10px 15px 10px 15px;
    text-decoration: none;
    width: auto;
    color: #333;
    background: #d2d2d2;
}

.pagination a:hover {
    color: #fff;
    background: #dc1d1e;
}

.pagination .current {
    padding: 10px 15px 10px 15px;
    color: #fff;
    background: #dc1d1e;
}

@media only screen and (max-width: 413px) {
    .pagination {
        font-size: 1.2rem;
        line-height: 12px;
    }

    .pagination span,
    .pagination a {
        padding: 8px 10px 8px 10px;
    }

    .pagination .current {
        padding: 8px 10px 8px 10px;
    }
}

/*************************************************

CONTENTS

****************************************************/




/* Contact
*********************************************************/
#contact.entry.check .check-agree,
#contact.confirm .check-agree {
    display: none;
}

span.text03 {
    font-weight: bold;
    color: #1f7418;
}

#contact #main {
    padding-bottom: 60px;
}

#contact .catch01 h4 {
    font-size: 2rem;
    font-weight: normal;
}

#contact table li {
    display: inline-block;
}

#contact .wrap01 {
    padding-top: 60px;
}

#contact .catch01 {
    width: 100%;
    padding: 20px;
    margin-bottom: 40px;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.8;
    background: #d4fbdb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#contact .catch01 span {
    font-size: 2.8rem;
    color: #15b934;
    font-weight: bold;
    display: inline-block;
}

#contact .catch01 span+span {
    padding-left: 1em;
}

#contact .catch01 small {
    font-size: 1.4rem;
}

#contact ol.list01 {
    font-size: 1.6rem;
    list-style: decimal;
    padding-left: 1.75em;
    line-height: 2;
}

#contact ul.list01 {
    font-size: 1.5rem;
    list-style: disc;
    padding-left: 1.75em;
    line-height: 2;
    margin-bottom: 35px;
}


#contact .text01 {
    font-size: 1.6rem;
    line-height: 1.8;
}

#contact h2 {
    font-size: 2.2rem;
    color: #333;
    margin-bottom: 15px;
}

#contact table {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 20px;
}

#contact table table {
    margin: 0;
}

#contact table th,
#contact table td {
    border: none;
    padding: 15px;
    font-size: 1.6rem;
    vertical-align: top;
    text-align: left;
    border: solid 5px #fff;
    background: #FAFAFA;
}

#contact select {
    height: 48px;
}

#contact .check-agree {
    font-size: 1.6rem;
}

#contact .agree-wrap {
    font-size: 1.6rem;
    background: #f9f9f9;
    margin: 20px 0 40px;
    padding: 10px;
    box-sizing: border-box;
}

#contact table table th,
#contact table table td {
    background: none;
    border: none;
}

#contact table table th {
    font-weight: normal;
    width: 190px;
    vertical-align: middle;
    color: #333;
}

#contact table th {
    width: 250px;
    background: #7bdf8f;
}

#contact table th span {
    color: red;
}

#contact table td label {
    font-weight: normal;
}

#contact table td .inner01 {
    padding-right: 20px;
}

#contact table td input[type=text],
#contact table td input[type=email],
#contact table td input[type=tel] {
    width: 500px;
    padding: 10px;
}

#contact table td input[type=text].var01 {
    width: 10em;
}

#contact table td input[type=checkbox] {
    display: inline-block;
    margin-right: 0.5em;
}

#contact table td input[type=checkbox]+label {
    display: inline-block;
    margin-bottom: 5px;
}

#contact table td input.var02 {
    width: 8em;
}

#contact table td input.var03 {
    width: 8em;
}

#contact table td select {
    margin-right: 5px;
    max-width: 20em;
}

#contact table td textarea {
    width: 100%;
    height: 10em;
}

#contact table td .bg-danger {
    padding: 10px;
    margin-top: 5px;
}

#contact .btnWrap01 {
    padding: 25px 0 0;
    overflow: hidden;
}

#contact .btnWrap01 p {
    font-size: 1.4rem;
}

#contact input[type=submit],
#contact .btnWrap01 a,
#contact .fm-modoru {
    appearance: none;
    border: none;
    width: 300px;
    height: 65px;
    line-height: 65px;
    color: #fff;
    border-radius: 35px;
    background: #69cf7d;
    display: block;
    margin: 20px auto;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

#contact .fm-modoru {
    margin: 0 auto;
    color: #fff;
    background: #666;
}

#contact .btnWrap01 a.btn01 {
    background: #69cf7d;
    color: #fff;
}

#contact .wrap03 {
    padding: 0 15px;
    margin-bottom: 20px;
}

#contact .wrap03 p {
    padding: 15px;
    background: #EDEDED;
    font-size: 0.9rem;
}

#contact p.text03 {
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    background: #555555;
    padding: 10px 15px;
    margin-bottom: 0;
}

#contact .textWrap02 {
    margin-bottom: 30px;
}

#contact .textWrap02 .inner01 {
    border: solid 1px #CCC;
    padding: 15px;
    height: 240px;
    -ms-overflow-y: scroll;
    overflow-y: scroll;
}

#contact input[name=policy] {
    transform: scale(1.5);
}

#contact label[for=policy] {
    font-size: 1.5rem;
    vertical-align: middle;
    display: inline-block;
    padding-left: 0.5em;
}

/* accordion */

.accbox label.acotitle {
    display: block;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.5s;
}

.accbox label.acotitle h2:before {
    content: '▶';
    padding-right: 8px;
    color: #ccc;
    font-size: 1.5rem;
}

.cssacc:checked+label.acotitle h2:before {
    content: '▼';
}

.accbox input.cssacc {
    display: none;
}

.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

.cssacc:checked+label.acotitle+.accshow {
    height: auto;
    opacity: 1;
}



body .mw_wp_form .error {
    color: #a94442;
    background-color: #f2dede;
    padding: 10px;
    margin: 5px 0;
}


@media screen and (max-width:768px) {

    #contact input[type="file"] {
        box-sizing: border-box;
        width: 100%;
    }

    #contact .catch01 span,
    #contact h2 {
        font-size: 2rem;
    }

    #contact .catch01 br {
        display: none;
    }

    #contact .catch01 span {
        display: block;
    }

    #contact .catch01 span+span {
        padding-left: 0;
    }

    #contact table th,
    #contact table td {
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #contact table th {
        /*background: #ccc;*/
    }

    #contact table td input[type=text],
    #contact table td input[type=email],
    #contact table td input[type=tel] {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #contact table td input.var02 {
        width: 4em;
    }

    #contact table td input[type=text].var01 {
        width: 100%;
        margin-bottom: 10px;
    }

    #contact table td input.var03 {
        width: 4em;
    }

    #contact table td input.var03+br+input.var01 {
        margin-top: 20px;
    }

    #contact input[type=submit],
    #contact .btnWrap01 a,
    #contact .fm-modoru {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }

    .btnWrap01 {
        text-align: center;
    }
}

/* entry
********************************************************/
#entry h1 {
    margin-bottom: 50px;
}

#entry h1 small {
    color: #2d95dd !important;
}

#entry ul {
    display: none;
}

#entry.entry.check .check-agree,
#entry.confirm .check-agree {
    display: none;
}

span.text03 {
    font-weight: bold;
    color: #1f7418;
}

#entry #main {
    padding-bottom: 60px;
}

#entry .catch01 h4 {
    font-size: 2rem;
    font-weight: normal;
}

#entry table li {
    display: inline-block;
}

#entry .wrap01 {
    padding-top: 60px;
}

#entry .catch01 {
    width: 100%;
    padding: 20px;
    margin-bottom: 40px;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.8;
    background: #d4fbdb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#entry .catch01 span {
    font-size: 2.8rem;
    color: #15b934;
    font-weight: bold;
    display: inline-block;
}

#entry .catch01 span+span {
    padding-left: 1em;
}

#entry .catch01 small {
    font-size: 1.4rem;
}

#entry ol.list01 {
    font-size: 1.6rem;
    list-style: decimal;
    padding-left: 1.75em;
    line-height: 2;
}

#entry ul.list01 {
    font-size: 1.5rem;
    list-style: disc;
    padding-left: 1.75em;
    line-height: 2;
    margin-bottom: 35px;
}


#entry .text01 {
    font-size: 1.6rem;
    line-height: 1.8;
}

#entry h2 {
    font-size: 2.2rem;
    color: #333;
    margin-bottom: 15px;
}

#entry table {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 20px;
}

#entry table table {
    margin: 0;
}

#entry table th,
#entry table td {
    border: none;
    padding: 15px;
    font-size: 1.6rem;
    vertical-align: top;
    text-align: left;
    border: solid 5px #fff;
    background: #FAFAFA;
}

#entry select {
    height: 48px;
}

#entry .check-agree {
    font-size: 1.6rem;
}

#entry .agree-wrap {
    font-size: 1.6rem;
    background: #f9f9f9;
    margin: 20px 0 40px;
    padding: 10px;
    box-sizing: border-box;
}

#entry table table th,
#entry table table td {
    background: none;
    border: none;
}

#entry table table th {
    font-weight: normal;
    width: 190px;
    vertical-align: middle;
    color: #333;
}

#entry table th {
    width: 250px;
    background: #91c7ec;
}

#entry table th span {
    color: red;
}

#entry table td label {
    font-weight: normal;
}

#entry table td .inner01 {
    padding-right: 20px;
}

#entry table td input[type=text],
#entry table td input[type=email],
#entry table td input[type=tel] {
    width: 500px;
    padding: 10px;
}

#entry table td input[type=text].var01 {
    width: 10em;
}

#entry table td input[type=checkbox] {
    display: inline-block;
    margin-right: 0.5em;
}

#entry table td input[type=checkbox]+label {
    display: inline-block;
    margin-bottom: 5px;
}

#entry table td input.var02 {
    width: 8em;
}

#entry table td input.var03 {
    width: 8em;
}

#entry table td select {
    margin-right: 5px;
    max-width: 20em;
}

#entry table td textarea {
    width: 100%;
    height: 10em;
}

#entry table td .bg-danger {
    padding: 10px;
    margin-top: 5px;
}

#entry .btnWrap01 {
    padding: 25px 0 0;
    overflow: hidden;
}

#entry .btnWrap01 p {
    font-size: 1.4rem;
}

#entry input[type=submit],
#entry .btnWrap01 a,
#entry .fm-modoru {
    appearance: none;
    border: none;
    width: 300px;
    height: 65px;
    line-height: 65px;
    color: #fff;
    border-radius: 35px;
    background: #2d95dd;
    display: block;
    margin: 20px auto;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

#entry .fm-modoru {
    margin: 0 auto;
    color: #fff;
    background: #666;
}

#entry .btnWrap01 a.btn01 {
    background: #69cf7d;
    color: #fff;
}

#entry .wrap03 {
    padding: 0 15px;
    margin-bottom: 20px;
}

#entry .wrap03 p {
    padding: 15px;
    background: #EDEDED;
    font-size: 0.9rem;
}

#entry p.text03 {
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    background: #555555;
    padding: 10px 15px;
    margin-bottom: 0;
}

#entry .textWrap02 {
    margin-bottom: 30px;
}

#entry .textWrap02 .inner01 {
    border: solid 1px #CCC;
    padding: 15px;
    height: 240px;
    -ms-overflow-y: scroll;
    overflow-y: scroll;
}

#entry input[name=policy] {
    transform: scale(1.5);
}

#entry label[for=policy] {
    font-size: 1.5rem;
    vertical-align: middle;
    display: inline-block;
    padding-left: 0.5em;
}

/* accordion */

.accbox label.acotitle {
    display: block;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.5s;
}

.accbox label.acotitle h2:before {
    content: '▶';
    padding-right: 8px;
    color: #ccc;
    font-size: 1.5rem;
}

.cssacc:checked+label.acotitle h2:before {
    content: '▼';
}

.accbox input.cssacc {
    display: none;
}

.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

.cssacc:checked+label.acotitle+.accshow {
    height: auto;
    opacity: 1;
}



body .mw_wp_form .error {
    color: #a94442;
    background-color: #f2dede;
    padding: 10px;
    margin: 5px 0;
}


@media screen and (max-width:768px) {

    #entry input[type="file"] {
        box-sizing: border-box;
        width: 100%;
    }

    #entry .catch01 span,
    #entry h2 {
        font-size: 2rem;
    }

    #entry .catch01 br {
        display: none;
    }

    #entry .catch01 span {
        display: block;
    }

    #entry .catch01 span+span {
        padding-left: 0;
    }

    #entry table th,
    #entry table td {
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #entry table th {
        /*background: #ccc;*/
    }

    #entry table td input[type=text],
    #entry table td input[type=email],
    #entry table td input[type=tel] {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #entry table td input.var02 {
        width: 4em;
    }

    #entry table td input[type=text].var01 {
        width: 100%;
        margin-bottom: 10px;
    }

    #entry table td input.var03 {
        width: 4em;
    }

    #entry table td input.var03+br+input.var01 {
        margin-top: 20px;
    }

    #entry input[type=submit],
    #entry .btnWrap01 a,
    #entry .fm-modoru {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }

    .btnWrap01 {
        text-align: center;
    }
}



/* privacy-policy
********************************************************/
#privacy-policy dl {
    padding-top: 30px;
}

#privacy-policy dt {
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 15px;
}

#privacy-policy dd {
    margin-bottom: 45px;
    font-size: 1.6rem;
}



/* news
*********************************************************/

#news {
    padding-bottom: 30px;
}

#news #main h1 {
    padding-bottom: 70px;
}

#news .section01 {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #ddd;
}

#news .section01:last-of-type,
#news .section01.var01 {
    border: none;
    margin-bottom: 0;
}

#news .section01 .pure-g {
    margin-left: -20px;
    margin-right: -20px;
}

#news .section01 .pure-g [class*=pure-u] {
    padding-left: 20px;
    padding-right: 20px;
}

#news .section01 .date {
    font-size: 1.6rem;
    color: #333333;
    font-weight: bold;
    margin-bottom: 10px;
}


#news .section01 h2 {
    font-size: 2.2rem;
    color: #333333;
    margin-bottom: 15px;
}

#news .section01 h2 a {
    color: inherit;
    text-decoration: none;
}

#news .section01 .inner01 {
    font-size: 1.6rem;
    line-height: 1.8;
}



@media screen and (max-width:768px) {

    body #swipebox-close {
        right: auto;
        left: 0;
    }
}

/* strength
*********************************************************/

#strength h3 {
    font-size: 2.2rem;
    padding-bottom: 10px;
}

#strength .pure-g.group1 {
    padding-top: 50px;
    padding-bottom: 50px;
}

#strength .pure-u-md-15-24 {
    padding-left: 45px;
}

#strength .changeBox .pure-u-md-15-24 {
    padding-right: 45px;
    padding-left: 0;
}

#strength .unit1 {
    padding: 0;
}

/* personality
*********************************************************/
#personality .page_item,
#requirements .page_item,
#interview .page_item {
    display: inline-block;
    font-size: 2rem;
    margin-top: 35px;
    margin-bottom: 75px;
    padding: 15px 0;
    background:#f8f8f8;
    margin-right:10px;
}

#personality .page_item a,
#requirements .page_item a,
#interview .page_item a {
    text-decoration: none;
    font-weight: bold;
    padding: 20px 75px;
}

#personality .page_item.current_page_item,
#requirements .page_item.current_page_item,
#interview .page_item.current_page_item {
    background-color: #2d95dd;
    color: #fff;
}

#personality #main h1 small,
#requirements #main h1 small,
#interview #main h1 small {
    color: #2d95dd;
}

#personality h2,
#requirements h2{
    font-size: 2.2rem;
    margin-bottom:15px;
}

#personality h2.title1 {
    color: #2d95dd;
}

#personality .pure-g.group1 {
    margin-bottom: 55px;
}

#personality .pure-u-md-15-24 {
    padding-left: 45px;
}

#personality .changeBox .pure-u-md-15-24 {
    padding-right: 45px;
    padding-left: 0;
}

/* interview
*********************************************************/

#interview h2.interview_name {
    color: #1072b6;
    font-weight: bold;
    font-size: 2.6rem;
    display: block;
    width: 100%;
    border-bottom: 2px solid #ccc;
    margin-top: 34px;
    margin-bottom: 34px;
}

#interview .changeBox {
    margin-top: 65px;
    margin-bottom: 100px;
}

#interview .pure-u-md-15-24 {
    padding-left: 45px;
}

#interview .changeBox .pure-u-md-15-24 {
    padding-left: 0;
    padding-right: 45px;
}

/* message
*********************************************************/
#message .page_item,
#outline .page_item,
#history .page_item,
#access .page_item {
    display: inline-block;
    font-size: 2rem;
    margin-top: 35px;
    margin-bottom: 70px;
    padding: 15px 0;
    background:#f8f8f8;
    margin-right:10px;
}

#message .page_item a,
#outline .page_item a,
#history .page_item a,
#access .page_item a {
    text-decoration: none;
    font-weight: bold;
    padding: 20px 75px;
}

#message .page_item.current_page_item,
#outline .page_item.current_page_item,
#history .page_item.current_page_item,
#access .page_item.current_page_item {
    background-color: #15b934;
    color: #fff;
}

#message h3 {
    font-size: 2.2rem;
}

#message h3.title1 {
    color: #15b934;
    padding-bottom: 15px;
}

#message .pure-g {
    padding-top: 30px;
}

#message .pure-u-md-15-24 {
    padding-left: 45px;
}

#message .right-block {
    display: block;
    margin-top: 15px;
    margin-left: auto;
}

/* access
*********************************************************/
#outline h2,
#history h2,
#access h3,
#asct .ttl-subpage-2 {
    font-size: 2.2rem;
    padding-bottom: 15px;
}

/* table
*********************************************************/

#outline tr th,
#history tr th,
#asct tr th {
    background-color: #a0e7ae;
    width: 25% !important;
}

#outline tr td,
#history tr td,
#asct tr td {
    width: 75% !important;
}

#requirements tr th {
    background-color: #2d95dd;
    width: 25% !important;
}

#requirements tr td {
    width: 25px !important;
}

/* access
*********************************************************/
#access iframe {
    width: 100%;
}


/* products
*********************************************************/

#products h2 {
    background: #F9F9F9;
    font-size: 2.2rem;
    border-left: solid 3px #15B934;
    padding: 15px;
    margin-bottom: 30px;
}

#products.archive .section1 {
    padding-top: 55px;
}

#products.archive .section1 .columns .column {
    -webkit-flex-basis: 23%;
    flex-basis: 23%;
    font-size: 1.6rem;
}

#products.archive .section1 .columns .column img {
    width: 100%;
    margin-bottom: 10px;
}

#products.archive .section1 .columns .column a {
    display: block;
    text-decoration: none;
    margin-bottom: 20px;
}


#products.archive #main .aside1 {
    margin-top: 200px;
}

#products.archive #main .aside1 .columns {
    margin-bottom: -35px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#products.archive #main .aside1 .columns li {
    margin-bottom: 35px;
    font-size: 1.6rem;
    -webkit-flex-basis: 32%;
    flex-basis: 32%;
}

#products.archive #main .aside1 .columns li:first-of-type {
    color: #4CA24A;
}

#products.archive #main .aside1 .columns li img {
    margin-bottom: 10px;
}

#products.archive #main .aside1 .columns li a {
    color: inherit;
    text-decoration: none;
    font-weight: bold;
    display: block;
}

#products.archive #main .columns {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

#products.archive #main .columns {
    justify-content: start;
}

#products.archive #main .columns .column{
    margin:0 10px;
    padding:0 0 30px;
}

#products.single h2{
    margin-top: 65px;
}
#products.single h3 {
    font-size: 2rem;
    color: #4CA24A;
    border-bottom: solid 2px #4CA24A;
    padding-bottom: 5px;
    margin-bottom: 25px;
}

#products.single .pure-g {
    margin-left: -35px;
    margin-right: -35px;
}
#products.single .pure-g [class*=pure-u]{
    padding-left: 35px;
    padding-right: 35px;
}

#products.single #stage img {
    display: none;
}

#products.single #thumbnails {
    display: flex;
    margin-top: 25px;
}
#products.single #thumbnails li {
    cursor : pointer;
    opacity: 0.75;
    -webkit-transition: all .5s;
       -moz-transition: all .5s;
        -ms-transition: all .5s;
         -o-transition: all .5s;
            transition: all .5s;
    -webkit-flex-basis: 31%;
            flex-basis: 31%;
}

#products.single #thumbnails li:hover {
    opacity: 0.5;
}

#products.single #thumbnails li.on {
    opacity: 1;
    -webkit-transition: all .5s;
       -moz-transition: all .5s;
        -ms-transition: all .5s;
         -o-transition: all .5s;
            transition: all .5s;
}

#products.single .wrap1 {
    margin-top: 55px;
}

#products.single a.btn1 {
    display: block;
    font-size: 1.6rem;
    color: #FFF;
    text-decoration: none;
    width: 15em;
    margin-top: 55px;
    padding: 15px 0;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    text-align: center;
    font-weight:bold;
    background: #15b934 url(../../images/common/ico_arrow1.png) 15px 50% no-repeat;
}


/* media
*********************************************************/
@media (max-width: 767px) {

    #strength .pure-u-md-15-24,
    #message .pure-u-md-15-24,
    #message .pure-u-md-15-24,
    #interview .pure-u-md-15-24,
    #personality .pure-u-md-15-24 {
        padding-right: 0px !important;
        padding-left: 0px !important;
        padding-bottom: 20px;
    }

    #strength h2.ttl-subpage-2 {
        padding-top: 25px;
    }

    #strength h3,
    #message h3,
    #interview h2.title1,
    #access h3,
    #personality h2.title1 {
        padding-top: 20px;
    }

    #outline tr th,
    #history tr th,
    #requirements tr th,
    #asct tr th,
    #outline tr td,
    #history tr td,
    #requirements tr td,
    #asct tr td {
        display: block;
        width: 100% !important;
    }

    #personality .pure-g {
        margin-bottom: 0 !important;
    }

    #interview .changeBox {
        margin-bottom: 0 !important;
    }

    #products.archive #main .columns{
        justify-content: space-between;
    }

    #products.archive #main .columns .column{
        margin:0;
        padding:0 0 30px;
    }

    #products.archive .section1 .columns .column {
        -webkit-flex-basis: 48%;
                flex-basis: 48%;
    }

    #products.single .pure-g [class*=pure-u]{
        margin-bottom: 35px;
    }

    #products.single .pure-g{
        margin-bottom: -35px;
    }
}

@media (max-width: 1024px) {

    #message .page_item,
    #outline .page_item,
    #history .page_item,
    #access .page_item {
        display: block;
        font-size: 2rem;
        margin-top: 35px;
        margin-bottom: 0 !important;
        padding: 15px 0;
    }

    #message .page_item a,
    #outline .page_item a,
    #history .page_item a,
    #access .page_item a {
        text-decoration: none;
        font-weight: bold;
    }

    #message .page_item.current_page_item,
    #outline .page_item.current_page_item,
    #history .page_item.current_page_item,
    #access .page_item.current_page_item {
        background-color: #15b934;
        color: #fff;
    }

    #personality .page_item,
    #requirements .page_item,
    #interview .page_item {
        display: block;
        font-size: 2rem;
        margin-top: 35px;
        margin-bottom: 0 !important;
        padding: 15px 0;
    }

    #personality .page_item a,
    #requirements .page_item a,
    #interview .page_item a {
        text-decoration: none;
        font-weight: bold;
    }

    #personality .page_item.current_page_item,
    #requirements .page_item.current_page_item,
    #interview .page_item.current_page_item {
        background-color: #2d95dd;
        color: #fff;
    }
}

/* asct
*********************************************************/
#asct .ttl-subpage-1 {
    margin-bottom: 50px;
}
