@charset "UTF-8";

/* ÖvÁx¿ÆÄ¿Ò»ÓE
-----------------------------------------*/

#tabNav {
    height: 41px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d6d6d6;
    position: relative;
}
@media screen and (max-width: 767px) {
    #tabNav {
        padding: 0 2px;
        height: 46px;
    }
}
#tabNav::after {
    display: block;
    content: "";
    height: 0;
    clear: both;
}

#tabNav li {
    display: block;
    position: relative;
    float: left;
    overflow: hidden;
    width: 25%;
    height: 41px;
    padding-right: 4px;
    z-index: 9999;
    box-sizing: border-box;
}
@media screen and (max-width: 767px) {
    #tabNav li {
        box-sizing: border-box;
        padding-right: 1px;
        height: 46px;
    }
}

#tabNav li:hover,#tabNav li.selected {
    height: 42px;
}
@media screen and (max-width: 767px) {
    #tabNav li:hover,#tabNav li.selected {
        font-weight: bold;
        height: 47px;
    }
}

#tabNav li.tab05 {
    position: relative;
}

#tabNav li.tab01 a,
#tabNav li.tab02 a,
#tabNav li.tab03 a,
#tabNav li.tab05 a {
    display: block;
    border: 1px solid #d6d6d6;
    height: 100%;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.2;
    text-align: center;
    box-sizing: border-box;
}
@media screen and (max-width: 767px) {
    #tabNav li.tab01 a,
    #tabNav li.tab02 a,
    #tabNav li.tab03 a,
    #tabNav li.tab05 a {
        font-size: 10px;
    }
}

#tabNav li.tab01 a .inner,
#tabNav li.tab02 a .inner,
#tabNav li.tab03 a .inner,
#tabNav li.tab05 a .inner {
    display: block;
    height: 100%;
    padding-top: 4px;
}
@media screen and (max-width: 767px) {
    #tabNav li.tab01 a .inner,
    #tabNav li.tab02 a .inner,
    #tabNav li.tab03 a .inner,
    #tabNav li.tab05 a .inner {
        padding-top: 4px;
    }
}

#tabNav li.tab01 a .inner {
    color: #7d5b00;
    background-color: #fff8d7;
    border: 1px solid #fff8d7;
}
#tabNav li.tab02 a .inner {
    color: #d9222a;
    background-color: #fdf4f4;
    border: 1px solid #fdf4f4;
}
#tabNav li.tab03 a .inner {
    color: #181b51;
    background-color: #f0f1f9;
    border: 1px solid #f0f1f9;
}
#tabNav li.tab05 a .inner {
    color: #2c682f;
    background-color: #f0f8f1;
    border: 1px solid #f0f8f1;
}

#tabNav li.tab01 a:hover .inner,
#tabNav li.tab01.selected a .inner {
    border-color: #fff;
    background: -moz-linear-gradient(top, #fff0ae, #fff);
    background: -webkit-linear-gradient(top, #fff0ae, #fff);
    background: linear-gradient(to bottom, #fff0ae, #fff);
}
#tabNav li.tab02 a:hover .inner,
#tabNav li.tab02.selected a .inner {
    border-color: #fff;
    background: -moz-linear-gradient(top, #ffe1e2, #fff);
    background: -webkit-linear-gradient(top, #ffe1e2, #fff);
    background: linear-gradient(to bottom, #ffe1e2, #fff);
}
#tabNav li.tab03 a:hover .inner,
#tabNav li.tab03.selected a .inner {
    border-color: #fff;
    background: -moz-linear-gradient(top, #e7e8f4, #fff);
    background: -webkit-linear-gradient(top, #e7e8f4, #fff);
    background: linear-gradient(to bottom, #e7e8f4, #fff);
}
#tabNav li.tab05 a:hover .inner,
#tabNav li.tab05.selected a .inner {
    border-color: #fff;
    background: -moz-linear-gradient(top, #e1f3e2, #fff);
    background: -webkit-linear-gradient(top, #e1f3e2, #fff);
    background: linear-gradient(to bottom, #e1f3e2, #fff);
}
@media screen and (max-width: 767px) {
    #tabNav li a .inner .narrow80-sp {
        display: block;
    }
}

.panelSection {
    display: none;
    overflow: hidden;
    margin-left: -10px;
}
@media screen and (max-width: 767px) {
    .panelSection {
        margin-left: 0;
    }
}
.panelSection.selected {
    display: block;
}
.panelSection .tabTitle {
    display: none;
}

.panelSection h2 {
    clear: both;
    margin: 0 0 10px 10px;
    padding: 0.3em;
    background-color: #f7d74e;
    color: #333;
    font-weight: bold;
    font-size: 117%;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .panelSection h2 {
        margin: 0;
        padding: 4px;
        line-height: 1;
    }
    .panelSection .term {
        margin-top: 15px;
    }
    .panelSection .term:first-child {
        margin-top: 0;
    }
}

#bm-section h2 {background-color: #c73a33;color: #fff;}
#ipm-section h2 {background-color: #191b4e;color: #fff;}
#seminar-section h2 {background-color: #508049;color: #fff;}

.panelSection .panels ul {
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .panelSection .panels ul {
        margin-left: -10px;
    }
}
.panelSection .panels ul li {
    float: left;
    padding: 0 0 10px 10px;
    width: 25%;
    box-sizing: border-box;
}
@media (width <= 1000px) {
    .panelSection .panels ul li {
        width: calc(100% / 3);
    }
}
@media screen and (max-width: 767px) {
    .panelSection .panels ul li {

        width: 50%;
        padding: 10px 0 0 10px;
    }
}
.panelSection .panels ul li .panel {
    display: block;
    padding: 15px;
    border: 1px solid #d6d6d6;
    color: #333333;
    text-decoration: none;
}
@media screen and (max-width: 767px) {
    .panelSection .panels ul li .panel {
        padding: 9px 8px 10px;
    }
}
.panelSection .panels ul li .panel:hover {
    background-color: #f5f5f5;
}
.panelSection .panels ul li .panel .heightLine {
    display: block;
    font-weight: bold;
    font-size: 120%;
    text-align: center;
    vertical-align: middle;
    line-height: 1.3;
}
@media screen and (max-width: 767px) {
    .panelSection .panels ul li .panel .heightLine {
        font-size: 13px;
        line-height: 1.3;
        border-bottom: 2px solid #dcdcbb;
        margin-bottom: 10px;
        padding-bottom: 8px;
        color: #555555;
    }
    .panelSection .panels ul li .panel h3.multiLine {
        text-align: center;
    }
}
.panelSection .panels ul li .panel h3 span {
    font-size: 80%;
}
.panelSection .panels ul li .panel h3 span.narrow80-sp {
    font-size: 100%;
}
@media screen and (max-width: 767px) {
    .panelSection .panels ul li .panel h3 span.narrow80-sp {
        font-size: 13px;
    }
}
@media screen and (max-width: 400px) {
    .panelSection .panels ul li .panel h3 span.narrow80-sp {
        display: block;
        -webkit-transform: scale(0.8,1);
        transform: scale(0.8,1);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        width: 130%;
    }
}
.panelSection .panels ul li .panel p {
    height: 3.5em;
    margin-top: 0.8em;
    padding-top: 6px;
    border-top: 3px solid #dcdcbb;
    font-size: 65% !important;
    text-align: center;
    line-height: 1.3 !important;
}
@media screen and (max-width: 767px) {
    .panelSection .panels ul li .panel p {
        display: none;
    }
}
.panelSection .panels ul li .panel img {
    float: left;
}
@media screen and (max-width: 767px) {
    .panelSection .panels ul li .panel img {
        width: 45px;
        height: auto;
    }
}
.panelSection .panels ul li .panel dl {
    margin-top: 35px;
    margin-left: 85px;
}
@media screen and (max-width: 767px) {
    .panelSection .panels ul li .panel dl {
        margin-top: 24px;
        margin-left: 50px;
        margin-right: 5px;
    }
}
.panelSection .panels ul li .panel dl::after {
    display: block;
    content: "";
    height: 0;
    clear: both;
}
.panelSection .panels ul li .panel dl dt {
    margin-bottom: 0.8em;
    padding-bottom: 0.4em;
    border-bottom: 1px dotted #d6d6d6;
    color: #777;
    line-height: 1.1 !important;
}
@media screen and (max-width: 767px) {
    .panelSection .panels ul li .panel dl dt {
        font-size: 10px;
        margin-bottom: 0.5em;
        padding-bottom: 0.5em;
    }
}
.panelSection .panels ul li .panel dl dd {
    font-size: 117%;
    line-height: 1.1 !important;
}
@media screen and (max-width: 767px) {
    .panelSection .panels ul li .panel dl dd {
        font-size: 12px;
        font-weight: bold;
        color: #555555;
    }
}