html {
    font-size: 62.5%;
    width: 100%;
}

body {
    background-color: #fff;
    color: #000;
    font-size: 1.4rem;
    font-family: Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    line-height: 2.2rem;
    margin: 0 auto;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    max-width: 1130px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
}

a:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}

button,
input[type="text"],
input[type="password"],
textarea,
select {
    outline: none;
}

/*--------------------------------------------------------------------------------
　▼ table設定　
--------------------------------------------------------------------------------*/
table { width: 100%; border-collapse: collapse;}
table tr th { font-weight: normal; text-align: left;}

/*--------------------------------------------------------------------------------
　▼ フォント　
--------------------------------------------------------------------------------*/
.bold {
    font-weight: bold;
}

.center {
    text-align: center;
}

.font10 { font-size: 1rem !important; }
.font11 { font-size: 1.1rem !important; }
.font12 { font-size: 1.2rem !important; }
.font14 { font-size: 1.4rem !important; }
.font16 { font-size: 1.6rem !important; }
.font18 { font-size: 1.8rem !important; }
.font20 { font-size: 2.0rem !important; }
.font21 { font-size: 2.1rem !important; }
.font22 { font-size: 2.2rem !important; }
.font23 { font-size: 2.3rem !important; }
.font24 { font-size: 2.4rem !important; }
.font25 { font-size: 2.5rem !important; }


/*--------------------------------------------------------------------------------
　▼ マージン　
--------------------------------------------------------------------------------*/
.mt10 { margin-top: 10px !important;}
.mt20 { margin-top: 20px !important;}
.mt30 { margin-top: 30px !important;}
.mt40 { margin-top: 40px !important;}
.mt50 { margin-top: 50px !important;}
.mt60 { margin-top: 60px !important;}


/*--------------------------------------------------------------------------------
　▼ パディング　
--------------------------------------------------------------------------------*/
.pt0 { padding-top: 0 !important;}
.pt10 { padding-top: 10px;}
.pt20 { padding-top: 20px;}
.pt30 { padding-top: 30px;}
.pt40 { padding-top: 40px;}

.pb0 { padding-bottom: 0;}
.pb10 { padding-bottom: 10px;}
.pb15 { padding-bottom: 15px;}
.pb20 { padding-bottom: 20px;}
.pb30 { padding-bottom: 30px;}
.pb40 { padding-bottom: 40px;}
.pb50 { padding-bottom: 50px;}

/*--------------------------------------------------------------------------------
　▼ 共通　
--------------------------------------------------------------------------------*/
.inner-box {
    margin: 0 auto;
    max-width: 1130px;
}

.list {
    font-size: 0;
    margin: 0;
    padding: 0;
}

.wrap-box {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.wrap-box .left-box {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

.wrap-box .right-box {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

dl > dd:after {
    content: "";
    clear: both;
    display: block;
    width: 100%;
}

/*--------------------------------------------------------------------------------
　▼ mobile_header
--------------------------------------------------------------------------------*/
#mobile_header {
    display: none;
}

/*--------------------------------------------------------------------------------
　▼ header
--------------------------------------------------------------------------------*/
.header {
    background-color: #fff;
    width: 100%;
}

.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.nav.is-fixed {
    margin: 0 auto;
    width: 100%;
    animation: slideDown 3.5s ease 2.5s 2 normal;
}

.nav.is-fixed .nav-list {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.header .inner-box {
    display: table;
    padding: 20px 0 0;
    width: 100%;
}

.header .logo {
    display: table-cell;
    width: 35%;
    vertical-align: middle;
}

.header .logo > a {
    display: inline-block;
}

.header .for-contact {
    display: table-cell;
    font-size: 1.6rem;
    padding-left: 5%;
    text-align: right;
    vertical-align: middle;
    width: 60%;
}

.h-contact01 {
    display: inline-block;
    vertical-align: middle;
}

.h-contact01 > p {
    margin-bottom: 0;
}

.h-contact01 > .list > li {
    color: #112466;
    display: inline-block;
    font-size: 2rem;
    font-weight: bold;
}

.h-contact01 > .list > li:last-child {
    padding-left: 20px;
}

.h-contact02 {
    display: inline-block;
    vertical-align: middle;
}

.h-contact02 > .list > li {
    display: inline-block;
    padding: 0 0 0 20px;
    vertical-align: middle;
}

.h-contact02 > .list > li > a {
    display: block;
    line-height: 1;
}

/*--------------------------------------------------------------------------------
　▼ nav　
--------------------------------------------------------------------------------*/
.nav {
    margin: 20px 0 0;
}

.nav-list {
    background-color: #1B388C;
    margin: 0 auto;
    max-width: 1130px;
    padding: 12px 0;
    text-align: center;
}

.nav-list > li {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 13.428%;
}

.nav-list > li > a {
    border-left: 1px solid #fff;
    color: #fff;
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 0;
    padding: 10px 5px;
    text-decoration: none;
}

.nav-list > li:first-child > a {
    border-left: none;
}

.page-top {
    padding: 70px 0 20px;
    text-align: center;
}



/*--------------------------------------------------------------------------------
　▼ footer
--------------------------------------------------------------------------------*/
.footer {
    background-color: #132764;
    color: #fff;
    padding: 60px 0;
    text-align: center;
}

.foot_logo {
    padding-bottom: 20px;
}

.foot_contact {
    background-color: #1B388C;
    padding: 10px 0;
}

.footer_list > li {
    display: inline-block;
    font-size: 1.4rem;
    vertical-align: middle;
}

.footer_list > li:nth-child(1) {
    margin-right: 2%;
}

.footer_list > li:nth-child(2) {
    margin-left: 2%;
}

.footer_list > li > .f-icon {
    display: inline-block;
    margin-right: 3px;
}

.footer_list > li > a {
    color: #fff;
    display: block;
    font-size: 2.4rem;
    font-weight: bold;
    margin: 5px 0 0;
    text-decoration: none;
}

.foot_address {
    padding: 30px 0 20px;
}

.foot_privacy > a {
    color: #fff;
}

.copyright {
    color: #727272;
    padding: 10px 0;
    text-align: center;
}


.search-box {
    margin: 10px auto;
}

.tab-group {
    text-align: center;
}

.tab-group > li {
    display: inline-block;
    margin: 0 0 10px;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 32.5%;
}

.tab-group > li:nth-child(3n - 1) {
    margin: 0 1.25% 10px;
}

.tab-group > li > a {
    background-color: #E3EDF8;
    color: #132764;
    cursor: pointer;
    display: block;
    font-size: 2rem;
    font-weight: bold;
    padding: 14px 10px;
    text-decoration: none;
}

.tab-group li.active > a {
    background: #132764;
    color: #fff;
    transition: all 0.2s ease-out;
}

.panel {
    display: none;
    border: 5px solid #4F74E0;
    padding: 30px 0 20px;
}

.panel.active {
    display: inherit;
}

.posi-wrap {
    text-align: center;
}

.posi-wrap p {
    display: inline-block;
    text-align: left;
}

/*--------------------------------------------------------------------------------
　▼ セミナー
--------------------------------------------------------------------------------*/
.panel1 h4 {
    font-weight: bold;
    margin: 30px auto 15px;
    padding: 0 25px;
}

.panel01-title{
    border-bottom: 1px solid #727272;
    font-size: 2rem;
    font-weight: bold;
    margin: 0 25px 30px;
    padding: 0 0 10px;
    text-align: center;
}

.search-section .search-form {
    background: none;
    border: none;
    font-size: 0;
    width: 100%;
}

.search-section .search-form label {
    border: 2px solid #00207A;
    vertical-align: top;
    width: 80%;
}

.search-section .search-form .search-field {
    border: none;
    cursor: pointer;
    font-size: 1.6rem;
    padding: 5px 10px;
    text-overflow: ellipsis;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
}

.search-section .search-form .search-submit {
    background-image: url(../../../../img/common/btn-search.png);
    background-position: center;
    display: inline-block;
    height: 37px;
    vertical-align: top;
    width: 20%;
}

.panel1 .search-section {
    border: none;
    padding: 0;
}

.panel1 .search-keyword_text {
    margin: 20px 25px;
    padding: 0;
}

.panel1 .panel-txt {
    padding: 0 25px;
}

.panel1 .panel-txt1 {
    padding: 0 80px;
}

.panel1 > .tab-list {
    border-bottom: 1px solid #727272;
    color: #132764;
    font-size: 2rem;
    font-weight: bold;
    margin: 40px 25px 20px;
    padding: 0 0 10px;
}

.panel1 > .tab-list > li {
    display: inline-block;
    margin-right: 1.25%;
    vertical-align: top;
    width: 19%;
}

.panel1 > .tab-list > li > a {
    color: #fff;
    border-radius: 5px;
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 9px 5px;
    text-align: center;
    text-decoration: none;
}

.panel1 > .tab-list > li:nth-child(1) > a {
    background-color: #132764;
}

.panel1 > .tab-list > li:nth-child(2) > a {
    background-color: #4F74E0;
}

.panel1 > .tab-list > li:nth-child(3) > a {
    background-color: #1B388C;
}

.child-list {
    margin: 20px 25px 10px;
}

.child-list > li {
    display: inline-block;
    margin: 0 1.25% 10px 0;
    vertical-align: top;
    width: 19%;
}

.child-list > li:nth-child(5n) {
    margin-right: 0;
}

.child-list > li > a {
    background-color: #EAEAEA;
    border-radius: 5px;
    color: #000;
    display: block;
    font-size: 1.6rem;
    padding: 10px 5px;
    text-align: center;
    text-decoration: none;
}

.time-list {
    background-color: #727272;
    padding: 20px 25px;
}

.time-list > li {
    display: inline-block;
    margin: 0 1.25% 10px 0;
    width: 19%;
}

.time-list > li:nth-child(5n) {
    margin-right: 0;
}

.time-list > li > a {
    background-color: #fff;
    border-radius: 5px;
    color: #000;
    display: block;
    font-size: 1.6rem;
    padding: 10px 5px;
    text-align: center;
    text-decoration: none;
}

.day-list {
    margin: 20px 25px 0;
}

/*--------------------------------------------------------------------------------
　▼ 研究会
--------------------------------------------------------------------------------*/
.panel02-title{
    border-bottom: 1px solid #727272;
    font-size: 2rem;
    font-weight: bold;
    margin: 0 25px 30px;
    padding: 0 0 10px;
    text-align: center;
}

.panel2 .panel-txt {
    line-height: 2.4rem;
}

.panel2 .rs-title {
    font-size: 1.7rem;
    margin: 0 auto 10px;
    padding-left: 15px;
}

.panel2 .rs-list {
    margin: 35px auto 0;
    padding: 0 25px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.panel2 .rs-list > li {
    margin-bottom: 10px;
    padding: 15px 0 20px;
    position: relative;
    vertical-align: top;
    width: 32%;
}

.panel2 .rs-list > li:nth-child(3n - 1) {
    margin: 0 2% 10px;
}

.bg01 {
    background-color: #E3EDF8;
}
.bg02 {
    background-color: #EBE3F8;
}
.bg03 {
    background-color: #F8E3E3;
}
.bg04 {
    background-color: #F8F6E3;
}
.bg05 {
    background-color: #DEF8E8;
}
.bg06 {
    background-color: #E5E6E8;
}
.bg07 {
    background-color: #F8E9DE;
}
.bg08 {
    background-color: #F8D6F0;
}
.bg09 {
    background-color: #BCD3EB;
}
.bg10 {
    background-color: #FDD5D5;
}
.bg11 {
    background-color: #D4BDEA;
}
.bg12 {
    background-color: #EDF8E3;
}
.bg13 {
    background-color: #DBC6DE;
}
.bg14 {
    background-color: #EAE8BD;
}
.bg15 {
    background-color: #D3D7EB;
}

.rs-category {
    color: #fff;
    display: inline-block;
    font-size: 1.3rem;
    font-weight: bold;
    min-width: 70px;
    padding: 1px 3px;
    position: absolute;
    right: 0;
    top: 10px;
    text-align: center;
}

/*--残席わずか--*/
.rs-category01 {
    background-color: #727272;
}
/*--NEW--*/
.rs-category02 {
    background-color: #DB0000;
}
/*--オススメ--*/
.rs-category03 {
    background-color: #638D49;
}
/*--満席--*/
.rs-category04 {
    background-color: #1B388C;
}
/*--開催中--*/
.rs-category05 {
    background-color: #fff;
    color: #DB0000;
}
/*--終了--*/
.rs-category06 {
    background-color: #000;
}
/*--企画中--*/
.rs-category07 {
    background-color: #999;
}
/*--募集中--*/
.rs-category08 {
    background-color: orange;
}

.panel2 .seminar-title {
    font-size: 1.8rem;
    margin: 0 0 20px;
}

.panel2 div > p {
    font-size: 1.4rem;
    padding: 15px 10px 0;
    min-height: 81px;
}

.img-box {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-top: 55%;
}

.rs-table {
    border: none;
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin: 0 auto;
    width: 94%;
}

.rs-table tr > th {
    background: none;
    border-bottom: 1px solid #707070;
    border-top: none;
    color: #000;
    padding: 3px 0;
    width: 25%;
}

.rs-table tr > td {
    border-bottom: 1px solid #707070;
    border-top: none;
    padding: 3px 0;
    width: 75%;
}

.rs-list .link-btn {
    margin: 20px auto 0;
}


/*--------------------------------------------------------------------------------
　▼ 大会・フォーラム
--------------------------------------------------------------------------------*/
.panel03-title {
    border-bottom: 1px solid #727272;
    font-size: 2rem;
    font-weight: bold;
    margin: 0 25px 30px;
    padding: 0 0 10px;
    text-align: center;
}

.tournament-list {
    margin: 35px auto 0;
    padding: 0 25px;
}

.tournament-list > li {
    background-color: #CCF1FF;
    display: inline-block;
    margin-bottom: 20px;
    padding: 15px 0 20px;
    position: relative;
    vertical-align: top;
    width: 49%;
}

.tournament-list > li:nth-child(odd) {
    margin-right: 1%;
}

.tournament-list > li:nth-child(even) {
    margin-left: 1%;
}

.tournament-list > li > a {
    color: #000;
    display: block;
    text-decoration: none;
}

.panel4 .global-list {
    margin: 40px auto;
    text-align: center;
}

.panel4 .global-list > li {
    display: inline-block;
    padding: 0 10px;
    vertical-align: top;
    width: auto;
}

.panel3 .tn-title,
.panel4 .tn-title,
.panel5 .tn-title {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0 auto 10px;
    padding-left: 15px;
}

.panel3 .tn-txt,
.panel4 .tn-txt,
.panel5 .tn-txt {
    font-size: 1.6rem;
    padding: 15px 15px 0;
}

.panel05-title {
    border-bottom: 1px solid #727272;
    font-size: 2rem;
    font-weight: bold;
    margin: 0 25px 30px;
    padding: 0 0 10px;
    text-align: center;
}
/*--------------------------------------------------------------------------------
　▼ 海外視察
--------------------------------------------------------------------------------*/
.panel5 .panel-txt,
.panel5 .detail-box {
    padding: 0 25px;
}

.panel5 .detail-box p {
    font-size: 1.6rem;
    line-height: 3rem;
}

.panel5 .course-list {
    margin: 80px auto 40px;
}

.panel5 .course-list > li {
    display: inline-block;
    vertical-align: top;
    width: 32%;
}

.panel5 .course-list > li:nth-child(2) {
    margin: 0 2%;
}

.panel5 .course-img {
    line-height: 1;
    position: relative;
}

.panel5 .course-img > img {
    width: 100%;
}

.panel5 .course-img .flow-num {
    display: table;
    position: absolute;
    left: 50%;
    top: -30px;
    text-align: center;
    -ms-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

.panel5 .course-img .flow-num span {
    background-color: #132764;
    border-radius: 50%;
    color: #fff;
    display: table-cell;
    font-size: 3rem;
    font-weight: bold;
    height: 60px;
    padding: 5px;
    width: 60px;
    vertical-align: middle;
}

.panel5 .course-list > li > h4 {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 10px 0;
    text-align: center;
}

.panel5 .course-box {
    display: table;
    font-size: 0;
    margin: 0 0 40px;
    table-layout: fixed;
    width: 100%;
}

.panel5 .course-box .left-wrap,
.panel5 .course-box .right-wrap {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

.panel5 .course-box .left-wrap {
    padding-right: 1%;
}

.panel5 .course-box .right-wrap {
    padding-left: 1%;
}

.panel5 .course-box .in-box > dl {
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0 auto;
    width: 100%;
}

.panel5 .course-box .in-box > dl > dt {
    color: #fff;
    float: left;
    padding: 9px 5px;
    text-align: center;
    width: 20%;
}

.panel5 .course-box .in-box > dl > dd {
    background-color: #eaeaea;
    margin: 0 0 10px;
    padding: 9px 15px 0 25%;
    width: 100%;
}

.panel5 .course-box01 .in-box > dl > dt {
    background-color: #4F74E0;
}

.panel5 .course-box02 .in-box > dl > dt {
    background-color: #1B388C;
}

.panel5 .course-box03 .in-box > dl > dt {
    background-color: #132764;
}

.panel5 .course-box04 .in-box > dl > dt {
    background-color: #000;
}

.panel6 {
    padding-bottom: 0;
}

#lightcase-overlay {
    z-index: 9999;
}

#lightcase-case {
    z-index: 10000;
}

.panel06-title {
    border-bottom: 1px solid #727272;
    font-size: 2rem;
    font-weight: bold;
    margin: 0 25px 30px;
    padding: 0 0 10px;
    text-align: center;
}

.panel6 .sp-20 {
    padding-left: 24%;
}

.panel6 .btn-list {
    margin: 15px auto 50px;
}

.panel6 .img.for-pc {
    display: block;
}
.panel6 .img.for-sp {
    display: none;
}

.panel6 .seminar-list {
    padding: 0 25px;
}

.panel6 .seminar-list > li {
    display: inline-block;
    margin-top: 35px;
    vertical-align: top;
    width: 32%;
}

.panel6 .seminar-list > li:nth-child(3n - 1) {
    margin: 35px 2% 0;
}

.panel6 .seminar-list > li > p {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0;
    padding: 5px 0 0;
    text-align: center;
}

.panel6 .seminar-box02 .seminar-list > li:nth-child(5) > p,
.panel6 .seminar-box02 .seminar-list > li:nth-child(8) > p,
.panel6 .seminar-box02 .seminar-list > li:nth-child(9) > p,
.panel6 .seminar-box04 .seminar-list > li:nth-child(1) > p {
    min-height: 50px;
}

/*.panel6 .seminar-box05 .seminar-list > li > p {
    min-height: 71px;
}*/

.panel6 .semi-name {
    color: #3c3c3c;
    font-size: 1.4rem;
    min-height: auto;
    padding: 20px 0 0;
}

.panel6 .seminar-list > li > .semi-name02 {
    color: #3c3c3c;
    font-size: 1.4rem;
    font-weight: normal;
    padding: 0;
}

/*.panel6 .seminar-list > li .img {*/
/*    position: relative;*/
/*}*/

/*.panel6 .seminar-list > li .img .video-img {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    -ms-transform: translate(-50%,-50%);*/
/*    -webkit-transform: translate(-50%,-50%);*/
/*    transform: translate(-50%,-50%);*/
/*}*/

.panel6 .seminar-box h3 {
    color: #1B388C;
    font-size: 25px;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
}

.panel6 .seminar-box01 {
    background-color: #E3EDF8;
    padding: 70px 0;
}

.seminar-box01 .seminar-in {
    display: table;
    table-layout: fixed;
    margin-top: 60px;
    padding: 0 25px;
    width: 100%;
}

.seminar-box01 .seminar-in h4 {
    font-size: 2rem;
    font-weight: bold;
}

.seminar-box01 .seminar-in .list {
    margin: 0;
    padding: 0;
}

.seminar-box01 .seminar-in .list li {
    border-bottom: 1px solid #727272;
    font-size: 1.6rem;
    list-style: none;
    padding: 15px 0 5px;
}

.seminar-box01 .seminar-in .left-box {
    display: table-cell;
    vertical-align: middle;
    width: 35%;
}

.seminar-box01 .seminar-in .left-box img {
    width: 100%;
}

.seminar-box01 .seminar-in .right-box {
    display: table-cell;
    padding-left: 3%;
    vertical-align: middle;
    width: 65%;
}

.panel6 .seminar-box02 {
    padding: 70px 0;
}

.panel6 .seminar-box03 {
    background-color: #E3EDF8;
    padding: 70px 0;
}

.panel6 .seminar-box04 {
    padding: 70px 0;
}

.panel6 .seminar-box05 {
    background-color: #E3EDF8;
    padding: 70px 0;
}

.btn-list {
    margin: 15px auto 50px;
}

.btn-list > li {
    display: inline-block;
    margin: 0 10px;
    vertical-align: top;
}

.btn-list > li > a {
    background-color: #132764;
    border-radius: 5px;
    display: inline-block;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    min-width: 200px;
    padding: 8px 5px;
    text-decoration: none;
}

.btn-list > .login-btn > a {
    background-color: #DB0000;
}


/*--------------------------------------------------------------------------------
　▼ トップ以外
--------------------------------------------------------------------------------*/
.contents {
    margin: 10px auto 0;
}

.pan-list {
    background-color: #eaeaea;
    padding: 9px 15px;
}

.pankuzu > li {
    display: inline-block;
    font-size: 1.4rem;
    vertical-align: middle;
}

.pankuzu > li > a {
    color: #000;
    font-size: 1.4rem;
    text-decoration: none;
}

.pankuzu > li:before {
    display: inline;
    content: ">";
    padding: 0 5px;
    color: #000;
}

.pankuzu > li:first-child:before {
    display: none;
}

.link-btn {
    margin: 30px auto 0;
    text-align: center;
}

.link-btn > a {
    background-color: #132764;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2rem;
    margin: 0 auto;
    min-width: 230px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
}

.other-main {
    font-size: 0;
    line-height: 1;
    margin: 10px auto 20px;
    position: relative;
}

.other-main > img {
    width: 100%;
}

.other-main > p {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 3.5rem;
    line-height: 5rem;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
    width: 100%;
}

.page-box h1 {
    clear: both;
    font-weight: normal;
    font-size: 28px;
    font-size: 2.8rem;
    letter-spacing: 0.28rem;
    color: #06267f;
    padding: 15px 0 15px 0;
    margin: 15px 0 30px 0;
    border-top: solid 1px #06267f;
    border-bottom: solid 1px #06267f;
}

.page-box h2 {
    clear: both;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: normal;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
    color: #001F85;
    margin: 15px 0 15px 0;
    padding: 0 0 10px 0;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-image: url(../img/h2_line.png);
}

.page-box h3 {
    clear: both;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    margin: 15px 0 15px 0;
    padding: 15px 0 15px 12px;
    border-left: solid 6px #8EC2F2;
}

button, select {
    text-transform: none;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.mw_wp_form input[type=email],
.mw_wp_form input[type=text],
.mw_wp_form textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
}

.mb05 {
    margin-bottom: 5px;
}

.mw_wp_form input#zip {
    width: auto;
}

.mwform-tel-field input[type="text"],
.mwform-zip-field input[type="text"] {
    display: inline-block;
    width: auto;
}

.entry_1 h4 {
    clear: both;
    font-size: 17px;
    font-size: 1.7rem;
    color: #00328C;
    background-color: #C4E0FA;
    font-weight: bold;
    margin: 15px 0 15px 0;
    padding: 15px 0 15px 12px;
    border-top: solid 5px #0076CB;
}

.btn-contact {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    background-color: #E77C00;
    color: white;
    border: solid 1px transparent;
    padding: 4px 16px;
    letter-spacing: 1.2px;
    letter-spacing: 0.12rem;
    cursor: pointer;
    border-radius: 2px;
}

.post-304 h4,
.post-289 h4,
.post-298 h4,
.post-971 h4 {
    clear: both;
    font-size: 17px;
    font-size: 1.7rem;
    color: #00328C;
    background-color: #C4E0FA;
    font-weight: bold;
    margin: 15px 0 15px 0;
    padding: 15px 0 15px 12px;
    border-top: solid 5px #0076CB;
}

.post-144 .page-box h3,
.post-304 .page-box h3,
.post-302 .page-box h3,
.post-289 .page-box h3,
.post-974 .page-box h3,
.post-298 .page-box h3,
.post-971 .page-box h3 {
    background-image: none;
    color: #000;
    clear: both;
    font-size: 20px;
    font-size: 2rem;
    font-family: Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: bold;
    margin: 15px 0 15px 0;
    padding: 15px 0 15px 12px;
    border-left: solid 6px #8EC2F2;
}

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

    body {
        max-width: 100%;
    }

    /*--------------------------------------------------------------------------------
    　▼ 共通　
    --------------------------------------------------------------------------------*/
    .contents {
        padding: 0 2%;
    }

    .inner-box {
        max-width: 100%;
        padding: 0 3%;
        width: 100%;
    }

    .wrap-box {
        display: block;
    }

    .wrap-box .left-box {
        display: block;
        width: 100%;
    }

    .wrap-box .right-box {
        display: block;
        margin: 20px 0 0;
        width: 100%;
    }

    .sp-br::before {
        content: "\A";
        white-space: pre;
    }

    .other-main > p {
        font-size: 3rem;
    }

    /*--------------------------------------------------------------------------------
    　▼ header
    --------------------------------------------------------------------------------*/
    .header {
        display: none;
    }

    /*--------------------------------------------------------------------------------
    　▼ mobile_header nav　
    --------------------------------------------------------------------------------*/
    #mobile_header {
        background-color: #fff;
        box-shadow: 0 5px 10px rgba(0,0,0,0.1);
        display: block;
        padding: 10px 0 5px;
        position: relative;
        z-index: 999;
        width: 100%;
    }

    #mobile_header .logo {
        text-align: center;
    }

    #mobile_header .logo .logo_img {
        width: 280px !important;
    }

    #mobile_header #toggle_btn {
        font-size: 0;
        height: 40px;
        position: absolute;
        left: 10px;
        top: 50%;
        -ms-transform: translate(0%,-50%);
        -webkit-transform: translate(0%,-50%);
        transform: translate(0%,-50%);
        width: 40px;
    }

    #mobile_header #toggle_btn a {
        display: inline-block;
        line-height: 1;
    }

    #mobile_header .h-contact02 {
        display: block;
        position: absolute;
        right: 10px;
        top: 50%;
        -ms-transform: translate(0%,-50%);
        -webkit-transform: translate(0%,-50%);
        transform: translate(0%,-50%);
    }

    .h-contact02 > .list > li {
        padding: 0 0 0 10px;
    }

    #mobile_header .h-contact02 .list li:nth-child(1) img {
        width: 20px !important;
    }

    #mobile_header .h-contact02 .list li:nth-child(2) img {
        width: 30px !important;
    }

    #menu .nav {
        margin: 0;
    }

    #mmenu ul li a {
        font-size: 1.4rem;
    }

    #mobile_header.headroom {
        position: fixed;
        top: 0;
        transition: all .2s ease-in-out;
    }

    #mobile_header.bounceOutUp {
        top: -100px;
    }

    #mobile_header.bounceInDown {
        top: 0;
    }

    .mm-menu .mm-list > li > a.mm-subopen:after,
    .mm-menu .mm-list > li > a.mm-subclose:before {
        border-color: #000 !important;
    }

    .mm-menu .mm-list > li > a.mm-subclose {
        color: #000 !important;
    }

    /*--------------------------------------------------------------------------------
    　▼ 派生ページ共通
    --------------------------------------------------------------------------------*/
    .panel2 .rs-list > li {
        width: 49%;
    }

    .panel2 .rs-list > li:nth-child(3n - 1) {
        margin: 0 0 10px;
    }

    .panel2 .rs-list > li:nth-child(odd) {
        margin-right: 1% !important;
    }

    .panel2 .rs-list > li:nth-child(even) {
        margin-left: 1% !important;
    }

    .rs-category {
        top:47px;
    }
}


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

    /*--------------------------------------------------------------------------------
    　▼ mobile_header
    --------------------------------------------------------------------------------*/
    #mobile_header .logo .logo_img {
        width: 200px !important;
    }

    #mobile_header .h-contact02 .list li:nth-child(1) img {
        width: 15px !important;
    }

    #mobile_header .h-contact02 .list li:nth-child(2) img {
        width: 25px !important;
    }

    /*--------------------------------------------------------------------------------
    　▼ footer
    --------------------------------------------------------------------------------*/
    .foot_logo {
        padding: 0 7% 20px;
    }

    .foot_contact {
        padding: 10px 2%;
    }

    .footer_list > li {
        width: 49%;
    }

    .footer_list > li:nth-child(1) {
        margin-right: 1%;
    }

    .footer_list > li:nth-child(2) {
        margin-left: 1%;
    }

    .footer_list > li > a {
        font-size: 2rem;
    }

    .footer_list > li span {
        font-size: 1.2rem;
    }

    .foot_address {
        padding: 30px 3% 20px;
    }

    .copyright {
        font-size: 1.2rem;
        line-height: 1.8rem;
    }

    /*--------------------------------------------------------------------------------
    　▼ 派生ページ共通
    --------------------------------------------------------------------------------*/
    .other-main > p {
        font-size: 2rem;
        line-height: 2.8rem;
        padding: 0 10px;
    }

    .pankuzu > li,
    .pankuzu > li > a {
        font-size: 1.2rem;
    }

    /*--------------------------------------------------------------------------------
    　▼ タブ切替
    --------------------------------------------------------------------------------*/
    .tab-group > li {
        font-size: 1.3rem !important;
        padding: 10px 2px !important;
        width: 49%;
    }

    .tab-group > li:nth-child(3n - 1) {
        margin: 0 auto 10px;
    }

    .tab-group > li:nth-child(odd) {
        margin-right: 1% !important;
    }

    .tab-group > li:nth-child(even) {
        margin-left: 1% !important;
    }

    .panel1 > .tab-list {
        margin: 0 20px;
    }

    .panel1 > .tab-list > li {
        display: block;
        margin-right: 0;
        width: 100%;
    }

    .panel1 > .tab-list > li:nth-child(3n - 1) {
        margin: 10px 0;
    }

    .panel1 .panel-txt1 {
        padding: 0 25px;
    }

    .time-list > li {
        margin: 0 auto 10px;
        width: 49%;
    }

    .time-list > li:nth-child(odd) {
        margin-right: 1% !important;
    }

    .time-list > li:nth-child(even) {
        margin-left: 1% !important;
    }

    .child-list {
        margin: 20px 20px 10px;
    }

    .child-list > li {
        margin: 0 auto 10px;
        width: 49%;
    }

    .child-list > li:nth-child(odd) {
        margin-right: 1% !important;
    }

    .child-list > li:nth-child(even) {
        margin-left: 1% !important;
    }

    .panel2,
    .panel3,
    .panel4,
    .panel5 {
        padding: 30px 20px 20px;
    }

    .panel02-title {
        margin: 0 0 30px;
    }

    .panel5 .panel-txt,
    .panel5 .detail-box {
        padding: 0;
    }

    .panel2 .rs-list {
        padding: 0;
    }

    .panel2 .rs-list > li {
        display: block;
        margin: 0 auto 20px;
        width: 100%;
    }

    .panel2 .rs-list > li:nth-child(3n - 1) {
        margin: 0 auto 20px;
    }

    .panel2 .rs-list > li:nth-child(odd) {
        margin-right: 0 !important;
    }

    .panel2 .rs-list > li:nth-child(even) {
        margin-left: 0 !important;
    }

    .panel03-title {
        margin: 0 0 30px;
    }

    .tournament-list {
        padding: 0;
    }

    .tournament-list > li {
        display: block;
        width: 100%;
    }

    .tournament-list > li:nth-child(odd) {
        margin-right: 0;
    }

    .btn-list {
        margin: 15px 0 30px;
    }

    .btn-list > li {
        display: block;
        margin: 0 0 10px;
        width: 100%;
    }

    .btn-list > li > a {
        min-width: 100%;
    }

    .panel5 .course-list > li {
        display: block;
        width: 100%;
    }

    .panel5 .course-list > li:nth-child(2) {
        margin: 60px auto;
    }

    .panel5 .course-box {
        display: block;
    }

    .panel5 .course-box .left-wrap,
    .panel5 .course-box .right-wrap {
        display: block;
        width: 100%;
    }

    .panel5 .course-box .left-wrap {
        padding-right: 0;
    }

    .panel5 .course-box .right-wrap {
        padding-left: 0;
    }

    .panel06-title {
        margin: 0 20px 30px;
    }

    .panel6 {
        padding: 30px 0 20px;
    }

    .panel6 .img.for-pc {
        display: none;
    }
    .panel6 .img.for-sp {
        display: block;
    }

    .panel6 .sp-20 {
        padding: 0 20px;
    }

    .panel6 .btn-list {
        margin: 15px 20px;
    }

    .panel6 .seminar-list {
        padding: 0 20px;
    }

    .panel6 .seminar-list > li {
        display: block;
        margin-top: 20px;
        width: 100%;
    }

    .panel6 .seminar-list > li:nth-child(3n - 1) {
        margin: 20px 0 0;
    }


    .panel6 .seminar-box02 .seminar-list > li:nth-child(5) > p,
    .panel6 .seminar-box04 .seminar-list > li:nth-child(1) > p {
        min-height: auto;
    }

    .panel6 .seminar-box05 .seminar-list > li > p {
        min-height: auto;
    }


    .seminar-box01 .seminar-in {
        display: block;
        margin-top: 30px;
    }

    .seminar-box01 .seminar-in .left-box {
        display: block;
        width: 100%;
    }

    .seminar-box01 .seminar-in .right-box {
        display: block;
        padding-top: 20px;
        padding-left: 0;
        width: 100%;
    }

    .seminar-box01 .seminar-in h4 {
        margin: 0 auto;
    }

    .seminar-box01 .seminar-in .list li {
        font-size: 1.4rem;
    }

    .page-box h2 {
        font-size: 2.2rem;
    }
}

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

    #mobile_header .logo .logo_img {
        width: 150px !important;
    }

}