@charset "UTF-8";

/* -----------------------------------------------------

 Variables

----------------------------------------------------- */

.btn-list-top-01,
.list-reason-top-01,
.lyt-box-top.col3 {
    *zoom: 1;
}

.btn-list-top-01:after,
.list-reason-top-01:after,
.lyt-box-top.col3:after {
    content: "";
    display: table;
    clear: both;
    line-height: 0;
}


/* -----------------------------------------------

CSS3

----------------------------------------------- */

.hdg-l2-top-01 {
    font-size: 250%;
    text-align: center;
    letter-spacing: 3px;
}

.hdg-l2-top-01 .point {
    font-size: 175%;
    font-weight: lighter;
}

.hdg-l2-top-01+* {
    margin-top: 36px;
}

.hdg-l2-top-01+.list-reason-top-01 {
    margin-top: 30px;
}

.box-img-top-01 {
    background: #fff;
    padding: 20px 0 75px;
}

.box-img-top-01+* {
    margin-top: 60px;
}

.lyt-lead-top-01 {
    background: #fff;
    padding: 60px 12px 20px;
    text-align: center;
    font-size: 150%;
}

.lyt-lead-top-01+* {
    margin-top: 60px;
}

.lyt-lead-top-01+.box-img-top-01 {
    margin-top: 0;
}

.lyt-txt-top-schoolname-01 {
    font-size: 150%;
    word-break: break-all;
}

.lyt-txt-top-schoolname-01+* {
    margin-top: 30px;
}

.lyt-img-top-main {
    position: relative;
}

.lyt-img-top-main:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: url(images/bg-top-mv_01.png) 0 0 repeat-x;
}

.lyt-img-top-main>.inner {
    background: url(images/bg-top_01.png) top center no-repeat #f7f6f9;
}

.lyt-img-top-main>.inner>.lyt-ttl {
    max-width: 1000px;
    margin: 0 auto;
    height: 399px;
    padding-top: 150px;
    box-sizing: border-box;
}

.lyt-img-top-main>.inner>.lyt-ttl>.ttl {
    display: inline-block;
    text-align: center;
}

.lyt-img-top-main>.inner>.lyt-ttl>.ttl .sub {
    font-size: 150%;
}

.lyt-img-top-main>.inner>.lyt-ttl>.ttl>.main {
    font-size: 275%;
}

.section.school+.section.visual .lyt-img-top-main {
    background: url(images/bg-top_01.png) top center no-repeat #f7f6f9;
}

.section.school+.section.visual .lyt-img-top-main:after {
    display: none;
}

.section.school+.section.visual .lyt-img-top-main>.inner {
    background: none;
    height: 399px;
    padding-top: 90px;
    box-sizing: border-box;
    max-width: 1000px;
    margin: 0 auto;
}

.section.school+.section.visual .lyt-img-top-main>.inner>.lyt-ttl {
    max-width: inherit;
    margin: 0 auto;
    height: auto;
    padding-top: 0;
}

.section.school+.section.visual .lyt-img-top-main>.inner>.lyt-ttl>.ttl {
    display: inline-block;
    text-align: center;
}

.section.school+.section.visual .lyt-img-top-main>.inner>.lyt-ttl>.ttl .sub {
    font-size: 150%;
}

.section.school+.section.visual .lyt-img-top-main>.inner>.lyt-ttl>.ttl>.main {
    font-size: 275%;
}

.section.school+.section.visual .lyt-img-top-main>.inner>.lyt-nav {
    margin-top: 30px;
    text-align: center;
    display: inline-block;
    width: 560px;
}

.section.school+.section.visual .lyt-img-top-main>.inner>.lyt-nav>.txt {
    color: #3082d7;
    display: table;
    margin: 5px auto 0;
}

.section.school+.section.visual .lyt-img-top-main>.inner>.lyt-nav>.txt>.name {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.section.school+.section.visual .lyt-img-top-main>.inner>.lyt-nav>.txt>.num {
    display: table-cell;
    padding-left: 10px;
    font-size: 313%;
    vertical-align: middle;
}

.section.school+.section.visual .lyt-img-top-main>.inner>.lyt-nav>.txt>.num .mark {
    font-size: 62%;
}

.btn-list-top-01 {
    -webkit-box-shadow: 0px 3px 5px 0px #cecece;
    -moz-box-shadow: 0px 3px 5px 0px #cecece;
    box-shadow: 0px 3px 5px 0px #cecece;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#e5e5e5, direction=90, strength=4, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#cecece, direction=180, strength=4, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#e5e5e5, direction=270, strength=4, enabled=true);
}

.btn-list-top-01 li {
    width: 33%;
    float: left;
    font-size: 113%;
}

.btn-list-top-01 li a {
    text-decoration: none;
}

.btn-list-top-01 li a:link {
    text-decoration: none;
}

.btn-list-top-01 li a:hover,
.btn-list-top-01 li a:active,
.btn-list-top-01 li a:focus {
    text-decoration: none;
}

.btn-list-top-01 li:hover {
    transition: all .3s;
    opacity: 0.8;
}

.btn-list-top-01 li:hover a {
    -webkit-box-shadow: 0px 8px 5px -5px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0px 8px 5px -5px rgba(255, 255, 255, 0.5);
    box-shadow: 0px 8px 5px -5px rgba(255, 255, 255, 0.5);
}

.btn-list-top-01 li a {
    text-align: center;
    padding: 127px 0 26px;
    display: block;
    color: #fff;
    font-weight: bold;
    position: relative;
}

.btn-list-top-01 li a:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -18px;
    width: 24px;
    height: 36px;
    background: url(images/icon-arrow_06.png) 0 0 no-repeat;
}

.btn-list-top-01 li a:before {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -33px;
    width: 115px;
    height: 115px;
}

.btn-list-top-01 li.about {
    /* Permalink - use to edit and share this gradient:http://colorzilla.com/gradient-editor/#549bdc+0,478ad6+100 */
    background: #549bdc;
    /* Old browsers */
    background: -moz-linear-gradient(left, #549bdc 0%, #478ad6 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #549bdc 0%, #478ad6 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #549bdc 0%, #478ad6 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#549bdc', endColorstr='#478ad6', GradientType=1);
    /* IE6-9 */
}

.btn-list-top-01 li.about a:before {
    top: 35px;
    background: url(images/icon-topnav_01.png) 0 0 no-repeat;
}

.btn-list-top-01 li.detail {
    /* Permalink - use to edit and share this gradient:http://colorzilla.com/gradient-editor/#539bdc+0,4687d5+100 */
    background: #539bdc;
    /* Old browsers */
    background: -moz-linear-gradient(left, #539bdc 0%, #4687d5 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #539bdc 0%, #4687d5 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #539bdc 0%, #4687d5 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#539bdc', endColorstr='#4687d5', GradientType=1);
    /* IE6-9 */
}

.btn-list-top-01 li.detail a:before {
    top: 40px;
    background: url(images/icon-topnav_02.png) 0 0 no-repeat;
}

.btn-list-top-01 li.search {
    width: 34%;
    /* Permalink - use to edit and share this gradient:http://colorzilla.com/gradient-editor/#ea6a48+0,e6593c+100 */
    background: #ea6a48;
    /* Old browsers */
    background: -moz-linear-gradient(left, #ea6a48 0%, #e6593c 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ea6a48 0%, #e6593c 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ea6a48 0%, #e6593c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea6a48', endColorstr='#e6593c', GradientType=1);
    /* IE6-9 */
}

.btn-list-top-01 li.search a:before {
    top: 38px;
    background: url(images/icon-topnav_03.png) 0 0 no-repeat;
}

.btn-list-top-01 li.return {
    /* Permalink - use to edit and share this gradient:http://colorzilla.com/gradient-editor/#549bdc+0,478ad6+100 */
    background: #549bdc;
    /* Old browsers */
    background: -moz-linear-gradient(left, #549bdc 0%, #478ad6 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #549bdc 0%, #478ad6 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #549bdc 0%, #478ad6 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#549bdc', endColorstr='#478ad6', GradientType=1);
    /* IE6-9 */
}

.btn-list-top-01 li.return a:before {
    display: none;
}

.btn-list-top-01 li.return a:after {
    left: 25px;
    background: url(images/icon-arrow_06_l.png) 0 0 no-repeat;
}

.btn-list-top-01 li.application {
    float: right;
    width: 67%;
    /* Permalink - use to edit and share this gradient:http://colorzilla.com/gradient-editor/#ea6a48+0,e6593c+100 */
    background: #ea6a48;
    /* Old browsers */
    background: -moz-linear-gradient(left, #ea6a48 0%, #e6593c 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ea6a48 0%, #e6593c 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ea6a48 0%, #e6593c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea6a48', endColorstr='#e6593c', GradientType=1);
    /* IE6-9 */
}

.btn-list-top-01 li.application.one-third {
    width: 34%;
}

.btn-list-top-01 li.application.one-third:last-child {
    width: 33%;
}

.btn-list-top-01 li.application.half {
    width: 50%;
}

.btn-list-top-01 li.application a:before {
    display: none;
}

.btn-list-top-01 li.application a>.txt {
    position: relative;
    padding-left: 60px;
    z-index: 0;
}

.btn-list-top-01 li.application a>.txt:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -18px;
    width: 94px;
    height: 94px;
    z-index: -1;
    background: url(images/icon-topnav_04.png) 0 0 no-repeat;
}

.btn-list-top-01 li.full {
    width: 100%;
    float: none;
}

.btn-list-top-01+* {
    margin-top: 30px;
}

.btn-list-top-01.row li a {
    padding: 57px 0 56px;
}

.box-info-top-01 {
    padding-bottom: 25px;
    border-bottom: #d1d1d1 solid 1px;
    position: relative;
}

.box-info-top-01 .boxswitch {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 94%;
}

.box-info-top-01 .boxswitch a {
    text-decoration: none;
}

.box-info-top-01 .boxswitch a:link {
    text-decoration: none;
}

.box-info-top-01 .boxswitch a:hover,
.box-info-top-01 .boxswitch a:active,
.box-info-top-01 .boxswitch a:focus {
    text-decoration: underline;
}

.box-info-top-01 .boxswitch a {
    padding-right: 30px;
    position: relative;
}

.box-info-top-01 .boxswitch a:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -11px;
    right: 0;
    width: 22px;
    height: 22px;
}

.box-info-top-01.open .boxswitch a:after {
    background: url(images/icon-toggle_close_01.png) 0 0 no-repeat;
}

.box-info-top-01.close .boxswitch a:after {
    background: url(images/icon-toggle_open_01.png) 0 0 no-repeat;
}

.box-info-top-01+* {
    margin-top: 30px;
}

.str-list-info-top-01 {
    display: table;
    width: 100%;
}

.str-list-info-top-01 dt {
    display: table-cell;
    width: 16%;
    padding-left: 44px;
    font-weight: bold;
    color: #666666;
    position: relative;
}

.str-list-info-top-01 dt:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 5px;
    width: 22px;
    height: 22px;
    background: url(images/icon-info_01.png) 0 0 no-repeat;
}

.str-list-info-top-01 dd {
    display: table-cell;
    width: 84%;
    box-sizing: border-box;
    padding-right: 150px;
}

.list-info-top-01 li {
    padding-left: 16px;
    background: url(images/icon-arrow_01_r.png) 0 0.3em no-repeat;
}

.list-info-top-01 li a {
    text-decoration: none;
}

.list-info-top-01 li a:link {
    text-decoration: none;
}

.list-info-top-01 li a:hover,
.list-info-top-01 li a:active,
.list-info-top-01 li a:focus {
    text-decoration: underline;
}

.list-info-top-01 li+li {
    margin-top: 10px;
}

.list-reason-top-01 li {
    width: 28%;
    margin-left: 8%;
    float: left;
}

.list-reason-top-01 li .box .img {
    margin-bottom: 20px;
}

.list-reason-top-01 li .box .txt {
    position: absolute;
    z-index: -10;
}

.list-reason-top-01 li .caption {
    text-align: center;
    line-height: 1.25;
    letter-spacing: 0.5px;
}

.list-reason-top-01 li .caption span.point {
    color: #3082d7;
}

.list-reason-top-01 li .caption span.point .num {
    font-size: 275%;
    font-weight: lighter;
}

.list-reason-top-01 li:first-child {
    margin-left: 0;
}

.list-reason-top-01 li.reason02 .caption {
    font-size: 113%;
    padding-top: 8px;
}

.list-reason-top-01 li.reason02 .caption span.point .num {
    font-size: 277%;
}

.list-reason-top-01 li.reason03 .caption {
    font-size: 88%;
}

.list-reason-top-01 li.reason03 .caption span.point .num {
    font-size: 314%;
}

.lyt-box-top.col3 .box {
    float: left;
    width: 32%;
    margin-left: 2%;
    padding-top: 3px;
    /* Permalink - use to edit and share this gradient:http://colorzilla.com/gradient-editor/#5988e7+1,6cc3f0+100 */
    background: #5988e7;
    /* Old browsers */
    background: -moz-linear-gradient(left, #5988e7 1%, #6cc3f0 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #5988e7 1%, #6cc3f0 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #5988e7 1%, #6cc3f0 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5988e7', endColorstr='#6cc3f0', GradientType=1);
    /* IE6-9 */
}

.lyt-box-top.col3 .box:first-child {
    margin-left: 0;
}

.lyt-box-top.col3 .box .inner {
    border: 1px solid #e6e6e6;
    background-color: #fff;
}

.lyt-box-top.col3 .box .inner .boxttl {
    background-color: #edf4fd;
    text-align: center;
    display: table;
    width: 100%;
}

.lyt-box-top.col3 .box .inner .boxttl .ttl {
    display: table-cell;
    padding: 28px 5px;
    font-size: 125%;
    vertical-align: middle;
}

.lyt-box-top.col3 .box .inner .boxcontent {
    /*padding:0 29px;*/
}

.link-list-top-01 li a {
    text-decoration: none;
}

.link-list-top-01 li a:link {
    text-decoration: none;
}

.link-list-top-01 li a:hover,
.link-list-top-01 li a:active,
.link-list-top-01 li a:focus {
    text-decoration: none;
}

.link-list-top-01 li a {
    display: block;
    padding: 0 29px;
    color: #333;
}

.link-list-top-01 li a>.txt {
    display: block;
    padding: 23px 0 22px 27px;
    position: relative;
    border-top: #dddddd solid 1px;
}

.link-list-top-01 li a>.txt:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 0;
    width: 16px;
    height: 16px;
    background: url(images/icon-arrow_02.png) 0 0 no-repeat;
}

.link-list-top-01 li a:hover {
    background-color: #edf4fd;
    transition: all .6s;
}

.link-list-top-01 li:first-child a>.txt {
    border-top: none;
}

.link-list-top-01 li.border-b a>.txt {
    border-bottom: #dddddd solid 1px;
}

.link-list-top-01+* {
    margin-top: 30px;
}

.box-guide-top-01>.inner {
    padding-bottom: 15px;
    border-bottom: #d1d1d1 solid 1px;
    position: relative;
    /* for ie8*/
    z-index: 0\9;
    /* for ie8*/
}

.box-guide-top-01>.inner>* {
    position: relative\9;
    /* for ie8*/
    z-index: -1\9;
    /* for ie8*/
}

.box-guide-top-01 .boxswitch {
    font-size: 94%;
    text-align: center;
}

.box-guide-top-01 .boxswitch a {
    text-decoration: none;
}

.box-guide-top-01 .boxswitch a:link {
    text-decoration: none;
}

.box-guide-top-01 .boxswitch a:hover,
.box-guide-top-01 .boxswitch a:active,
.box-guide-top-01 .boxswitch a:focus {
    text-decoration: none;
}

.box-guide-top-01 .boxswitch a {
    display: block;
    color: #333333;
    padding: 10px 0;
}

.box-guide-top-01 .boxswitch a>.txt {
    padding-left: 22px;
    position: relative;
}

.box-guide-top-01 .boxswitch a>.txt:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 0;
    width: 14px;
    height: 7px;
}

.box-guide-top-01 .boxswitch a:hover {
    background-color: #edf4fd;
    transition: all .6s;
}

.box-guide-top-01.open .boxswitch a>.txt:after {
    background: url(images/icon-arrow_01.png) 0 0 no-repeat;
}

.box-guide-top-01.close>.inner:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(images/bg-box-top_01.png) bottom left repeat-x;
}

.box-guide-top-01.close .boxswitch a>.txt:after {
    background: url(images/icon-arrow_01_b.png) 0 0 no-repeat;
}

.box-guide-top-01+* {
    margin-top: 34px;
}

.str-lyt-guide-top-01 {
    display: table;
    width: 100%;
}

.str-lyt-guide-top-01 dt {
    display: table-cell;
    width: 16%;
    padding-left: 44px;
    font-weight: bold;
    color: #666666;
    position: relative;
}

.str-lyt-guide-top-01 dt:after {
    display: block;
    content: '';
    position: absolute;
    top: 3px;
    left: 5px;
    width: 22px;
    height: 17px;
    background: url(images/icon-cheack_01.png) 0 0 no-repeat;
}

.str-lyt-guide-top-01 dd {
    display: table-cell;
    width: 84%;
    box-sizing: border-box;
}

.list-application-top-01>li {
    border-bottom: 1px dotted #d1d1d1;
    padding-bottom: 20px;
    display: table;
    width: 100%;
}

.list-application-top-01>li .lyt-detail {
    display: table-cell;
    width: 60%;
    padding-right: 50px;
    box-sizing: border-box;
    vertical-align: top;
}

.list-application-top-01>li .lyt-detail>.ttl {
    font-size: 113%;
    font-weight: bold;
    margin-bottom: 13px;
}

.list-application-top-01>li .lyt-detail>.term .head {
    font-weight: bold;
    background: #d4e6fc;
    padding: 4px 6px 2px;
    margin-right: 15px;
}

.list-application-top-01>li .lyt-btn {
    display: table-cell;
    width: 40%;
}

.list-application-top-01>li .lyt-btn .btn {
    /* Permalink - use to edit and share this gradient:http://colorzilla.com/gradient-editor/#ea6a48+0,e6593c+100 */
    background: #ea6a48;
    /* Old browsers */
    background: -moz-linear-gradient(left, #ea6a48 0%, #e6593c 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ea6a48 0%, #e6593c 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ea6a48 0%, #e6593c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea6a48', endColorstr='#e6593c', GradientType=1);
    /* IE6-9 */
    -webkit-box-shadow: 0px 3px 5px 0px #cecece;
    -moz-box-shadow: 0px 3px 5px 0px #cecece;
    box-shadow: 0px 3px 5px 0px #cecece;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#e5e5e5, direction=90, strength=4, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#cecece, direction=180, strength=4, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#e5e5e5, direction=270, strength=4, enabled=true);

    margin-bottom: 5px
}

.list-application-top-01>li .lyt-btn .btn a {
    text-decoration: none;
}

.list-application-top-01>li .lyt-btn .btn a:link {
    text-decoration: none;
}

.list-application-top-01>li .lyt-btn .btn a:hover,
.list-application-top-01>li .lyt-btn .btn a:active,
.list-application-top-01>li .lyt-btn .btn a:focus {
    text-decoration: none;
}

.list-application-top-01>li .lyt-btn .btn:hover {
    -webkit-box-shadow: 0px 1px 3px 0px #cecece;
    -moz-box-shadow: 0px 1px 3px 0px #cecece;
    box-shadow: 0px 1px 3px 0px #cecece;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#e5e5e5, direction=90, strength=4, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#cecece, direction=180, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#e5e5e5, direction=270, strength=4, enabled=true);
}

.list-application-top-01>li .lyt-btn .btn:hover {
    transition: all .3s;
    opacity: 0.8;
}

.list-application-top-01>li .lyt-btn .btn.disable {
    background: #dbd1ce;
    -webkit-box-shadow: none;
    box-shadow: none;
    filter: none;
}

.list-application-top-01>li .lyt-btn .btn.disable:hover {
    transition: none;
    opacity: 1;
}

.list-application-top-01>li .lyt-btn .btn.disable a:after {
    background: url(images/icon-arrow_03_02.png) 0 0 no-repeat;
}

.list-application-top-01>li .lyt-btn .btn.disable a>.txt:after {
    /*background: url(images/icon-topnav_04_m_02.png) 0 0 no-repeat;*/
    background: url(images/icon-topnav_04_m_02.png) no-repeat !important;
    background-size: contain!important;
}

.list-application-top-01>li .lyt-btn .btn.no-sweb a {
    padding: 21px 45px;
}


.list-application-top-01>li .lyt-btn .btn.no-sweb a>.txt:after {
    margin-top: -18px;
    width: 73px;
    height: 51px;
}

.list-application-top-01>li .lyt-btn .btn a {
    text-align: center;
    padding: 5px 45px;
    display: block;
    color: #fff;
    font-weight: bold;
    position: relative;
}

.list-application-top-01>li .lyt-btn .btn a:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -13px;
    width: 13px;
    height: 26px;
    background: url(images/icon-arrow_03.png) 0 0 no-repeat;
}

.list-application-top-01>li .lyt-btn .btn a>.txt {
    position: relative;
    padding-left: 60px;
    position: relative;
}

.list-application-top-01>li .lyt-btn .btn a>.txt:after {
    display: inline-block;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
    width: 40px;
    height: 40px;
    background: url(images/icon-topnav_04_m.png.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.list-application-top-01>li+li {
    margin-top: 20px;
}

.list-application-top-01>li.return {
    border-bottom: none;
    display: block;
    padding-bottom: 0;
}

.list-application-top-01>li.return .lyt-btn {
    display: block;
    width: 100%;
}

.list-application-top-01>li.return .lyt-btn .btn {
    max-width: 292px;
    /* Permalink - use to edit and share this gradient:http://colorzilla.com/gradient-editor/#549bdc+0,478ad6+100 */
    background: #549bdc;
    /* Old browsers */
    background: -moz-linear-gradient(left, #549bdc 0%, #478ad6 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #549bdc 0%, #478ad6 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #549bdc 0%, #478ad6 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#549bdc', endColorstr='#478ad6', GradientType=1);
    /* IE6-9 */
}

.list-application-top-01>li.return .lyt-btn .btn a {
    padding: 15px 40px;
}

.list-application-top-01>li.return .lyt-btn .btn a:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -13px;
    width: 13px;
    height: 26px;
    background: url(images/icon-arrow_03_l.png) 0 0 no-repeat;
}

.list-application-top-01>li.return .lyt-btn .btn a>.txt {
    padding-left: 0;
}

.list-application-top-01>li.return .lyt-btn .btn a>.txt:after {
    display: none;
}

.list-application-top-01+* {
    margin-top: 45px;
}


/* margin */

.section.school {
    padding-top: 20px;
}

.section.school+.section.visual {
    margin-top: 20px;
}

.section.nav+.section.reason {
    margin-top: 50px;
}

.section.reason+.section.first {
    margin-top: 70px;
}

.section.first+.section.user {
    margin-top: 80px;
}

.lyt-lead-04+.hdg-img-01 {
    margin-top: 50px;

}
.comment_div{
    padding: 0 7em;
    margin-top: 25px;
}
.comment_div ul li{
    list-style: disc;

}
.comment_div ul li.listnone{
    list-style: none;

}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

media

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

@media screen and (max-width: 1050px) {
    .lyt-img-top-main>.inner>.lyt-ttl>.ttl {
        padding-left: 15px;
    }
}

@media screen and (max-width: 850px) {
    .lyt-img-top-main>.inner {
        background-size: cover;
    }
    .lyt-img-top-main>.inner>.lyt-ttl {
        height: 250px;
        padding-top: 75px;
    }
    .lyt-img-top-main>.inner>.lyt-ttl>.ttl {
        text-shadow: 0px 0px 5px #ffffff, 0px 0px 5px #ffffff, 0px 0px 8px #ffffff, 0px 0px 8px #ffffff, 0px 0px 8px #ffffff, 0px 0px 8px #ffffff, 0px 0px 8px #ffffff;
    }
    .lyt-img-top-main>.inner>.lyt-ttl>.ttl .sub {
        font-size: 125%;
    }
    .lyt-img-top-main>.inner>.lyt-ttl>.ttl>.main {
        font-size: 225%;
    }

    .section.school+.section.visual .lyt-img-top-main {
        background-size: cover;
    }
    .section.school+.section.visual .lyt-img-top-main>.inner {
        height: 250px;
        padding-top: 25px;
    }
    .section.school+.section.visual .lyt-img-top-main>.inner>.lyt-ttl>.ttl {
        text-shadow: 0px 0px 5px #ffffff, 0px 0px 5px #ffffff, 0px 0px 8px #ffffff, 0px 0px 8px #ffffff, 0px 0px 8px #ffffff, 0px 0px 8px #ffffff, 0px 0px 8px #ffffff;
    }
    .section.school+.section.visual .lyt-img-top-main>.inner>.lyt-ttl>.ttl .sub {
        font-size: 125%;
    }
    .section.school+.section.visual .lyt-img-top-main>.inner>.lyt-ttl>.ttl>.main {
        font-size: 225%;
    }
    .section.school+.section.visual .lyt-img-top-main>.inner>.lyt-nav {
        margin-top: 15px;
    }
    .section.school+.section.visual .lyt-img-top-main>.inner>.lyt-nav>.txt>.name {
        font-size: 88%;
    }
    .section.school+.section.visual .lyt-img-top-main>.inner>.lyt-nav>.txt>.num {
        font-size: 250%;
    }

    .str-list-info-top-01 dt {
        width: 20%;
    }
    .str-list-info-top-01 dd {
        width: 80%;
    }

    .btn-list-top-01 li.return {
        width: 30%;
    }
    .btn-list-top-01 li.return a {
        padding-left: 50px;
    }
    .btn-list-top-01 li.application {
        width: 60%;
    }
    .btn-list-top-01 li.application.half {
        width: 50%;
    }
    .btn-list-top-01 li.application.one-third,
    .btn-list-top-01 li.application.one-third:last-child {
        width: 35%;
        font-size: 95%;
    }
    .btn-list-top-01 li.application.full {
        width: 100%;
    }
    .comment_div{
        padding: 0 2em;
    }
}

@media screen and (max-width: 640px) {
    .hdg-l2-top-01 {
        font-size: 131%;
        letter-spacing: 1px;
        font-weight: bold;
    }
    .hdg-l2-top-01 .point {
        font-size: 133%;
        font-weight: normal;
    }
    .hdg-l2-top-01+* {
        margin-top: 13px;
    }
    .hdg-l2-top-01+.list-reason-top-01 {
        margin-top: 10px;
    }

    .box-img-top-01 {
        background: #fff;
        padding: 20px 12px;
    }
    .box-img-top-01+* {
        margin-top: 20px;
    }

    .lyt-lead-top-01 {
        background: none;
        padding: 0;
        font-size: 113%;
    }
    .lyt-lead-top-01+.box-img-top-01 {
        margin-top: 15px;
    }

    .lyt-txt-top-schoolname-01 {
        font-size: 113%;
        font-weight: bold;
    }
    .lyt-txt-top-schoolname-01+* {
        margin-top: 30px;
    }

    .lyt-img-top-main>.inner {
        background: url(images/bg-top_01_s.png) top right no-repeat #f7f6f9;
    }
    .lyt-img-top-main>.inner>.lyt-ttl {
        height: 179px;
        padding-top: 45px;
    }
    .lyt-img-top-main>.inner>.lyt-ttl>.ttl {
        text-align: left;
    }
    .lyt-img-top-main>.inner>.lyt-ttl>.ttl .sub {
        font-size: 100%;
    }
    .lyt-img-top-main>.inner>.lyt-ttl>.ttl>.main {
        font-size: 150%;
        line-height: 1.3;
    }

    .section.school+.section.visual .lyt-img-top-main {
        background: none;
    }
    .section.school+.section.visual .lyt-img-top-main>.inner {
        height: auto;
        padding-top: 0;
    }
    .section.school+.section.visual .lyt-img-top-main>.inner>.lyt-ttl {
        height: 179px;
        padding-top: 45px;
        background: url(images/bg-top_01_s.png) top right no-repeat #f7f6f9;
        background-size: auto;
    }
    .section.school+.section.visual .lyt-img-top-main>.inner>.lyt-ttl>.ttl {
        text-align: left;
    }
    .section.school+.section.visual .lyt-img-top-main>.inner>.lyt-ttl>.ttl .sub {
        font-size: 100%;
    }
    .section.school+.section.visual .lyt-img-top-main>.inner>.lyt-ttl>.ttl>.main {
        font-size: 150%;
        line-height: 1.3;
    }
    .section.school+.section.visual .lyt-img-top-main>.inner>.lyt-nav {
        margin-top: 30px;
        display: block;
        padding: 0 15px;
        width: auto;
    }
    .section.school+.section.visual .lyt-img-top-main>.inner>.lyt-nav>.txt {
        margin-top: 12px;
    }
    .section.school+.section.visual .lyt-img-top-main>.inner>.lyt-nav>.txt>.name {
        font-size: 100%;
    }
    .section.school+.section.visual .lyt-img-top-main>.inner>.lyt-nav>.txt>.num {
        font-size: 156%;
        padding-left: 5px;
        font-weight: bold;
    }

    .btn-list-top-01 {
        display: block;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        filter: none;
    }
    .btn-list-top-01 li {
        display: block;
        width: 100%;
        font-size: 100%;
        margin-bottom: 12px;
    }
    .btn-list-top-01 li:hover a {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        filter: none;
    }
    .btn-list-top-01 li a {
        -webkit-box-shadow: 0px 3px 5px 0px #cecece;
        -moz-box-shadow: 0px 3px 5px 0px #cecece;
        box-shadow: 0px 3px 5px 0px #cecece;
        filter: progid:DXImageTransform.Microsoft.Shadow(color=#e5e5e5, direction=90, strength=4, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#cecece, direction=180, strength=4, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#e5e5e5, direction=270, strength=4, enabled=true);
        text-align: center;
        padding: 22px 45px;
        box-sizing: border-box;
        display: block;
    }
    .btn-list-top-01 li a:hover {
        -webkit-box-shadow: 0px 1px 3px 0px #cecece;
        -moz-box-shadow: 0px 1px 3px 0px #cecece;
        box-shadow: 0px 1px 3px 0px #cecece;
        filter: progid:DXImageTransform.Microsoft.Shadow(color=#e5e5e5, direction=90, strength=4, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#cecece, direction=180, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#e5e5e5, direction=270, strength=4, enabled=true);
    }
    .btn-list-top-01 li a:after {
        right: 10px;
        margin-top: -13px;
        width: 13px;
        height: 26px;
        background: url(images/icon-arrow_03.png) 0 0 no-repeat;
    }
    .btn-list-top-01 li a:before {
        left: 14px;
        top: 50%;
        margin-top: -16px;
        margin-left: 0;
        width: 50px;
        height: 50px;
    }
    .btn-list-top-01 li.about a:before {
        background: url(images/icon-topnav_01_s.png) 0 0 no-repeat;
    }
    .btn-list-top-01 li.detail a:before {
        background: url(images/icon-topnav_02_s.png) 0 0 no-repeat;
    }
    .btn-list-top-01 li.search {
        width: 100%;
    }
    .btn-list-top-01 li.search a:before {
        background: url(images/icon-topnav_03_s.png) 0 0 no-repeat;
    }
    .btn-list-top-01 li.return {
        width: 100%;
    }
    .btn-list-top-01 li.return a {
        padding: 12px 45px !important;
    }
    .btn-list-top-01 li.return a:after {
        left: 10px;
        background: url(images/icon-arrow_03_l.png) 0 0 no-repeat;
    }
    .btn-list-top-01 li.application,
    .btn-list-top-01 li.application.half,
    .btn-list-top-01 li.application.one-third,
    .btn-list-top-01 li.application.one-third:last-child {
        float: none;
        width: 100%;
    }

    .btn-list-top-01 li.application a {
        padding: 22px 35px 22px 45px !important;
    }
    .btn-list-top-01 li.application a:before {
        display: block;
        margin-top: -14px;
        background: url(images/icon-topnav_04_s.png) 0 0 no-repeat;
    }
    .btn-list-top-01 li.application a>.txt {
        padding-left: 0;
    }
    .btn-list-top-01 li.application a>.txt:after {
        display: none;
    }
    .btn-list-top-01 li.full {
        width: 100%;
        float: none;
    }
    .btn-list-top-01.row li a {
        padding: 22px 45px;
    }

    .box-info-top-01 {
        margin-left: -15px;
        margin-right: -15px;
        padding-bottom: 42px;
        position: relative;
    }
    .box-info-top-01 .inner {
        padding: 0 15px;
    }
    .box-info-top-01 .boxswitch {
        bottom: 10px;
        top: auto;
        right: 15px;
    }
    .box-info-top-01 .boxswitch a {
        padding-right: 28px;
        position: relative;
    }
    .box-info-top-01 .boxswitch a:after {
        display: block;
        content: '';
        position: absolute;
        top: 50%;
        margin-top: -11px;
        right: 0;
        width: 22px;
        height: 22px;
    }
    .box-info-top-01+* {
        margin-top: 30px;
    }

    .str-list-info-top-01 {
        display: block;
        width: 100%;
    }
    .str-list-info-top-01 dt {
        display: block;
        width: auto;
        padding-left: 29px;
        margin-bottom: 8px;
    }
    .str-list-info-top-01 dt:after {
        left: 0;
    }
    .str-list-info-top-01 dd {
        display: block;
        width: auto;
        padding-right: 0;
    }

    .list-info-top-01 li {
        background: url(images/icon-arrow_01_r.png) 4px 0.3em no-repeat;
    }

    .list-reason-top-01 li {
        width: auto;
        margin-left: 0;
        float: none;
        background: #FFFFFF;
        padding: 13px 10px 15px;
        margin-top: 15px;
    }
    .list-reason-top-01 li .box .img {
        position: absolute;
        z-index: -10;
    }
    .list-reason-top-01 li .box .txt {
        font-size: 113%;
        text-align: center;
        position: relative;
        z-index: auto;
    }
    .list-reason-top-01 li .box .txt .point {
        font-size: 133%;
        font-weight: lighter;
        color: #3082d7;
    }
    .list-reason-top-01 li .box .txt:after {
        display: block;
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
    }
    .list-reason-top-01 li .caption {
        margin-top: 5px;
        line-height: 1.25;
        letter-spacing: 0.5px;
    }
    .list-reason-top-01 li .caption span.point .num {
        font-size: 175%;
    }
    .list-reason-top-01 li:first-child {
        margin-top: 0;
    }
    .list-reason-top-01 li.reason01 .box .txt {
        padding-bottom: 75px;
    }
    .list-reason-top-01 li.reason01 .box .txt:after {
        margin-left: -35px;
        width: 93px;
        height: 64px;
        background: url(images/icon-school_01.png) 0 0 no-repeat;
    }
    .list-reason-top-01 li.reason02 .box .txt {
        padding-bottom: 95px;
    }
    .list-reason-top-01 li.reason02 .box .txt:after {
        margin-left: -33px;
        width: 90px;
        height: 82px;
        background: url(images/icon-result_01.png) 0 0 no-repeat;
    }
    .list-reason-top-01 li.reason02 .caption {
        font-size: 100%;
        padding-top: 0;
    }
    .list-reason-top-01 li.reason02 .caption span.point .num {
        font-size: 175%;
    }
    .list-reason-top-01 li.reason03 .box .txt {
        padding-bottom: 75px;
    }
    .list-reason-top-01 li.reason03 .box .txt:after {
        bottom: 10px;
        margin-left: -42px;
        width: 102px;
        height: 50px;
        background: url(images/icon-speedy_01.png) 0 0 no-repeat;
    }
    .list-reason-top-01 li.reason03 .caption {
        font-size: 88%;
    }
    .list-reason-top-01 li.reason03 .caption span.str-point {
        font-size: 114.2%;
    }
    .list-reason-top-01 li.reason03 .caption span.str-point span.point .num {
        font-size: 175%;
    }

    .lyt-box-top.col3 .box {
        float: none;
        width: auto;
        margin-left: 0;
        padding-top: 1px;
    }
    .lyt-box-top.col3 .box+.box {
        margin-top: 30px;
    }
    .lyt-box-top.col3 .box .inner {
        border: none;
        height: auto !important;
    }
    .lyt-box-top.col3 .box .inner .boxttl {
        display: block;
    }
    .lyt-box-top.col3 .box .inner .boxttl .ttl {
        display: block;
        padding: 12px 0 10px;
        height: auto !important;
        font-size: 113%;
        line-height: 1.3;
    }
    .lyt-box-top.col3 .box .inner .boxcontent {
        padding: 0;
    }

    .link-list-top-01 li a {
        padding: 0;
    }
    .link-list-top-01 li a>.txt {
        padding: 11px 0 13px 30px;
        border-top: none;
        border-bottom: #dddddd solid 1px;
    }
    .link-list-top-01 li a>.txt:after {
        left: 5px;
    }

    .box-guide-top-01+* {
        margin-top: 20px;
    }

    .str-lyt-guide-top-01 {
        display: block;
        width: 100%;
    }
    .str-lyt-guide-top-01 dt {
        display: block;
        width: auto;
        padding-left: 30px;
        margin-bottom: 10px;
    }
    .str-lyt-guide-top-01 dt:after {
        left: 0;
    }
    .str-lyt-guide-top-01 dd {
        display: block;
        width: auto;
    }

    .list-application-top-01>li {
        display: block;
    }
    .list-application-top-01>li .lyt-detail {
        display: block;
        width: 100%;
        padding-right: 0;
    }
    .list-application-top-01>li .lyt-detail>.ttl {
        font-size: 100%;
        margin-bottom: 10px;
    }
    .list-application-top-01>li .lyt-detail>.term {
        margin-bottom: 15px;
    }
    .list-application-top-01>li .lyt-detail>.term .head {
        background: #d4e6fc;
        padding: 2px 6px 2px;
        margin-right: 0;
        margin-bottom: 5px;
        display: inline-block;
    }
    .list-application-top-01>li .lyt-detail>.term .data {
        display: block;
    }
    .list-application-top-01>li .lyt-btn {
        display: block;
        width: 100%;
    }
    .list-application-top-01>li .lyt-btn .btn a {
        text-align: center;
        padding: 21px 45px;
        display: block;
        color: #fff;
        font-weight: bold;
        position: relative;
    }
    .list-application-top-01>li .lyt-btn .btn a:after {
        right: 10px;
    }
    .list-application-top-01>li .lyt-btn .btn a:before {
        display: block;
        content: '';
        position: absolute;
        top: 50%;
        left: 15px;
        margin-top: -12px;
        width: 49px;
        height: 49px;
        background: url(images/icon-topnav_04_s.png) 0 0 no-repeat;
    }
    .list-application-top-01>li .lyt-btn .btn a>.txt {
        padding-left: 0;
    }
    .list-application-top-01>li .lyt-btn .btn a>.txt:after {
        display: none;
    }
    .list-application-top-01>li .lyt-btn .btn.disable a:before {
        background: url(images/icon-topnav_04_s_02.png) 0 0 no-repeat;
    }
    .list-application-top-01>li+li {
        margin-top: 15px;
    }
    .list-application-top-01>li.return {
        margin-top: 25px;
    }
    .list-application-top-01>li.return .lyt-btn {
        display: block;
        width: 100%;
    }
    .list-application-top-01>li.return .lyt-btn .btn {
        max-width: inherit;
    }
    .list-application-top-01>li.return .lyt-btn .btn a {
        padding: 12px 40px;
    }
    .list-application-top-01>li.return .lyt-btn .btn a:after {
        left: 10px;
    }
    .list-application-top-01>li.return .lyt-btn .btn a:before {
        display: none;
    }
    .list-application-top-01+* {
        margin-top: 40px;
    }

    /* margin */
    .section.nav+.section.reason {
        margin-top: 30px;
    }

    .section.reason+.section.first {
        margin-top: 25px;
    }

    .section.first+.section.user {
        margin-top: 30px;
    }

    .lyt-lead-04+.hdg-img-01 {
        margin-top: 50px;
    }

    .comment_div{
        margin-top: 10px;
        padding: 0 2em;
    }
}
