/* 共通 =====================================================*/
html {
    font-size: 62.5%;
}

body {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
}

a img:hover,
a img:active,
a:hover,
a:active {
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.footblank {
    margin: 2px 3px 0;
    width: 12px;
}


/* #contents =====================================================*/
#contents {
    margin: 0 auto;
    width: 100%;
}

#contents img {
    border: 0 none;
    vertical-align: bottom;
    max-width: 100%;
}

#contents a img {
    border-style: none;
}

#contents a {
    border-style: none;
    outline: none;
}

#contents a:focus,
*:focus {
    outline: none;
}

#contents .section_ttl {
    font-size: 2.2rem;
    font-weight: bold;
    color: #4D4D4D;
    text-indent: 14px;
    position: relative;
    margin-bottom: 40px;
}

#contents .section_ttl::before {
    position: absolute;
    top: 3px;
    left: 0;
    width: 4px;
    height: 85%;
    content: '';
    border-radius: 2px;
    background: #B60081;
}

#contents .main {
    padding: 195px 0 75px;
    width: 1024px;
    margin: 0 auto;
}

#contents .main .main_ttl {
    font-size: 3.2rem;
    font-weight: bold;
    color: #595959;
    text-align: center;
}

#contents .main .main_txt {
    font-size: 1.6rem;
    line-height: 1.5;
}


/* header用 =====================================================*/
#appHead {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 100;
    border-bottom: 1px solid #EAEAEA;
}

#appHead .appHead-inner {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
}

#appHead .appHead-inner .Head-logo {
    margin: 49px 0 32px 17px;
}

/* nav -----*/
#appHead #gnav {
    margin: 69px 0 0 0;
    text-align: right;
}

#appHead #gnav .anchor {
    font-size: 0;
    font-weight: bold;
}

#appHead #gnav .anchor .link {
    display: inline-block;
    font-size: 1.6rem;
    color: #4D4D4D;
    margin-right: 20px;
    position: relative;
    padding-bottom: 10px;
}

#appHead #gnav .anchor .link:last-child {
    margin-right: 0;
}

#appHead #gnav .anchor .link .navlink {
    color: #4D4D4D;
}

#appHead #gnav .anchor .link .navlink.active {
    color: #B60081;
}

/* nav__drop-down menu -----*/
#appHead #gnav .anchor .link .navlink.nav_arrow {
    position: relative;
    padding-right: 16px;
}

#appHead #gnav .anchor .link .navlink.nav_arrow::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #ccc transparent transparent transparent;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

/* nav__drop-down menu__親項目ホバー時に下層メニューを表示 -----*/
#appHead #gnav .anchor .link:hover .child_menu {
    visibility: visible;
}

/* nav__drop-down menu__下層メニュー -----*/
#appHead #gnav .anchor .link .child_menu {
    width: 200px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    color: #333;
    visibility: hidden;
    text-align: center;
}

#appHead #gnav .anchor .link .child_menu .link {
    background: rgba(255, 255, 255, 0.95);
    border-top: 1px solid #EAEAEA;
    padding: 14px 10px;
    box-sizing: border-box;
    width: 100%;
    font-size: 0.9em;
}

#appHead #gnav .anchor .link .child_menu .link:last-child {
    border-bottom: 1px solid #EAEAEA;
}


/* footer用 =====================================================*/
#appFooter {
    background: #FAFAFA;
    padding: 67px 0 60px;
}

#appFooter .appFooter-wrapper {
    width: 1024px;
    margin: 0 auto;
    padding: 2%;
}

/* appFooter-inner -----*/
#appFooter .appFooter-inner {
    display: flex;
    justify-content: space-between;
    margin-bottom: 26px;
}

#appFooter .appFooter-inner .appFooter-listbox {
    width: 516px;
}

#appFooter .appFooter-inner .appFooter-title {
    margin-bottom: 24px;
}

#appFooter .appFooter-inner .appFooter-list {
    font-size: 0;
}

#appFooter .appFooter-inner .appFooter-list li {
    position: relative;
    display: inline-block;
    font-size: 1.6rem;
    margin: 0 14px 13px 0;
}

#appFooter .appFooter-inner .appFooter-list li:after {
    content: '';
    position: absolute;
    top: 13%;
    right: 0;
    display: block;
    width: 1px;
    height: 1.2rem;
    background: #C1C1C1;
}

#appFooter .appFooter-inner .appFooter-list li:nth-last-child(-n+2) {
    margin-bottom: 0;
}

#appFooter .appFooter-inner .appFooter-list li>a {
    padding-right: 14px;
    color: #333333;
}

#appFooter .appFooter-inner .appFooter-list li>a img:hover {
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -moz-opacity: 1;
    opacity: 1;
}

/* appFooter-company -----*/
#appFooter .appFooter-company {
    background: url("../img/footer_bg01.png") top/cover no-repeat;
    border: 1px solid #C3D4DE;
    border-radius: 4px;
    font-size: 1.4rem;
    padding: 29px 0 33px 24px;
    width: 420px;
    height: 104px;
    box-sizing: border-box;
}

#appFooter .appFooter-company .company-name {
    font-weight: bold;
    margin-bottom: 6px;
}

#appFooter .appFooter-company a {
    color: #333333;
}

#appFooter .appFooter-company a img {
    margin-left: 3px;
}

#appFooter .appFooter-company a img:hover {
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -moz-opacity: 1;
    opacity: 1;
}

/* appFooter-company -----*/
#appFooter .appFooter-aeonlist-wrapper {
    margin-bottom: 14px;
}

#appFooter .appFooter-aeonlist-wrapper .appFooter-aeonlist {
    font-size: 0;
}

#appFooter .appFooter-aeonlist-wrapper .appFooter-aeonlist li {
    display: inline-block;
    font-size: 1.4rem;
    margin-right: 24px;
}

#appFooter .appFooter-aeonlist-wrapper .appFooter-aeonlist li:last-child {
    margin-right: 0;
}

#appFooter .appFooter-aeonlist-wrapper .appFooter-aeonlist li a {
    color: #4D4D4D;
}

#appFooter .appFooter-aeonlist-wrapper .appFooter-aeonlist li:before {
    content: '・';
}

/* appFooter-copyright -----*/
#appFooter .appFooter-copyright .appFooter-copyright-inner {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1px;
}

#appFooter .appFooter-copyright .copyright {
    font-size: 1.2rem;
    color: #808080;
}


/* top_btn =====================================================*/
#top_btn {
    position: fixed;
    opacity: 0;
    transition: 0.5s;
    right: 208px;
    bottom: 50px;
    z-index: 100;
    visibility: hidden;
}

#top_btn.fade-in {
    visibility: visible;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -moz-opacity: 1;
    opacity: 1;
    transition: 1.0s;
}

#top_btn .scroll-top {
    position: relative;
}


a[href^="tel:"] {
    pointer-events: none;
}

.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

/* 終了のお知らせ　=====================================================*/
.end_text {
    background-color: #909090;
    color: #FFFFFF;
    padding: 130px 0 10px 0;
}

.end_text p {
    width: 1024px;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
}