@charset 'UTF-8';
/* 共通 */
.bg1 {
    background: url(../images/feature_bg_pc.png) no-repeat center top / 2000px 500px;
}
.section__heading {
    color: #0057B8;
}
.subSection__heading {
    font-weight: bold;
}
.section__container .subSection+.subSection {
    margin-top: 30px;
    padding-top: 30px;
    border-top: solid 1px #d7d7d7;
}
.section__container .section__heading+p,
.section__container .subSection__heading+p {
    text-align: center;
    margin-bottom: 30px;
}
.section__container .align-center .button {
    position: relative;
}
.section__container .align-center .button:before {
    content: "";
    width: 8px;
    height: 14px;
    position: absolute;
    right: 10px;
    display: inline-block;
    background: url(/cmn/content/images/feature_icon_arrow_01.png) no-repeat right center/8px auto;
	top: 8px;
}
/* back__btn */
.back__btn {
    margin-top: 65px;
}
.back__btn a {
    color: #333;
    text-decoration: none;
    position: absolute;
    padding-left: 20px;
}
.back__btn a:hover {
    text-decoration: underline;
}
.back__btn a:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    left: 0;
    bottom: 5px;
    border-bottom: 2px solid #333;
    border-left: 2px solid #333;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
/* mv */
.mv__container {
    position: relative;
    height: 500px;
    width: 992px;
    margin: auto;
}
.mv__container .mv__txt {
    position: absolute;
    height: 3.5em;
    width: 100%;
    top: 160px;
    text-align: center;
    font-size: 47px;
    font-weight: bold;
    color: #0057B8;
    letter-spacing: 2px;
}
.mv__container .mv__txt span {
    color: #ff7c14;
    border-bottom: 4px solid;
    display: inline-block;
    line-height: 1.3em;
    font-size: 56px;
}
.mv__container .mv__link {
    position: absolute;
    height: 62px;
    width: 115px;
    text-align: center;
    vertical-align: bottom;
    top: 50%;
}
.mv__container .mv__link.left {
    left: -5%;
}
.mv__container .mv__link.right {
    right: -5%;
}
@media only screen and (max-width: 1300px) {
.mv__container .mv__link.left {left: 10px;}
.mv__container .mv__link.right {right: 10px;}
}
.mv__container .mv__link a {
    position: relative;
    font-weight: bold;
    font-size: 15px;
    padding: 39px 0 0;
    text-decoration: none;
    color: #0057B8;
}
.mv__container .mv__link a:before,
.mv__container .mv__link a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.mv__container .mv__link a:before {
    width: 30px;
    height: 30px;
    background-color: #0057B8;
    overflow: hidden;
    border-radius: 18px;
    border: 2px #0057B8 solid;
}
.mv__container .mv__link a:hover:before {
    background-color: #fff;
}
.mv__container .mv__link a:after {
    z-index: 2;
    width: 10px;
    height: 10px;
    top: 11px;
    border-top: 2px #fff solid;
    border-left: 2px #fff solid;
}
.mv__container .mv__link.left a:after {
    left: 5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.mv__container .mv__link.right a:after {
    right: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.mv__container .mv__link a:hover:after {
    border-top: 2px #0057B8 solid;
    border-left: 2px #0057B8 solid;
}
/* news */
.newsList__tag {
    border: solid 1px #888;
    background: none;
}
/* bnrList */
.section__container .bnrList .bnrList__link .bnr__txt {
    font-size: 20px;
    text-align: center;
    margin-top: 30px;
    display: block;
    color: #333;
}
.section__container .bnrList .bnrList__link .bnr__img {
    border-radius: 5px;
    overflow: hidden;
    display: block;
}
/* buttonList */
.buttonList .imgButton .imgButton__text {
    height: 100%;
    padding: 0;
    width: 100%;
    display: table;
    background: -webkit-gradient(linear, left 50%, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .6)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .02), rgba(0, 0, 0, .6));
    font-size: 20px;
}
.buttonList .imgButton .imgButton__text span {
    display: table-cell;
    padding-top: 230px;
    height: 334px;
}
.section__container .buttonList .buttonList__item--col6:nth-child(n+7) {
    padding: 30px 8px 16px;
}
.section__container .buttonList .buttonList__item--col6 a {
    text-decoration: none;
    -webkit-transition: .25s;
    transition:.25s;
    display: block;
}
.section__container .buttonList .buttonList__item--col6 a:hover {
    opacity: 0.7;
}
.section__container .buttonList .buttonList__item--col6 a .imgButton:hover {
    opacity: 1;
}
.section__container .buttonList .buttonList__item--col6 a .img__text {
    font-size: 15px;
    text-align: center;
    margin-top: 25px;
    display: table;
    color: #333;
    transition: .25s;
    -webkit-transition: .25s;
    width: 147px;
    height: 44px;
}
.section__container .buttonList .buttonList__item--col6 a .img__text span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
/* iconTextList */
.iconTextList {
    border-top: solid 1px #d7d7d7;
    padding-top: 25px;
}
.iconTextList .iconTextList__item {
    padding: 0 20px 0 0;
}
.iconTextList .iconTextList__link:after {
    border-top: none;
    border-right: none;
    width: 8px;
    height: 14px;
    right: 2px;
    left: auto;
    transform: none;
    -webkit-transform: none;
    top: 4px;
    display: inline-block;
    background: url(/cmn/content/images/feature_icon_arrow_01.png) no-repeat right center/8px auto;
}
.iconTextList .iconTextList__link:before {
    width: 0;
    height: 0;
    background: none;
}
/* more-button */
.section__container .align-center.more-button .button:before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.section__container #more__close.align-center.more-button .button:before {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}
#more__box {
    display:none;
    padding-top:32px;
}
#more__cnts.open {
    display:none;
}

/* pageTop */

#pageTop {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 15px;
    z-index: 999;
}
