/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@charset "utf-8";

/* ———————————

atappweb

——————————— */
html,
body {
    font-size: 1rem !important;
}
header.header,
footer.footer {
    font-size: 14px;
}
img {
    max-width: none;
}
header.header img,
footer.footer img {
    max-width: 100%;
}
@media screen and (max-width: 959px) {
    header.header,
    footer.footer {
        font-size: 12px;
    }
}
footer.footer ul,
footer.footer p,
header.header ul,
header.header p {
    margin-bottom: 0;
}
.footer .footer-bar {
    max-width: 100%;
}
.header .navigation .list li.bg-dark {
    background: #a42e33 !important;
}
.menu-btn.close {
    float: none;
    font-size: inherit;
    font-weight: normal;
    text-shadow: none;
    opacity: 1;
}
.menu-btn.close:hover {
    color: #fff;
}
.menu-btn.close:not(:disabled):not(.disabled):focus,
.menu-btn.close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}

/* ———————————

bootstrap override

——————————— */
a {
    color: inherit;
}
.text-danger {
    color: #cc0033 !important;
}
.bg-danger {
    background-color: #cc0033 !important;
}
.btn-danger {
    border-color: #cc0033;
    background-color: #cc0033;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: inherit;
    font-weight: bold;
}
.btn {
    line-height: 1.5;
    padding: 0.65625rem 1.625rem;
}
.btn-lg {
    line-height: 1.5;
    padding: 0.5625rem 1.5rem;
}
@media (min-width: 768px) {
    .btn-lg {
        padding: 0.9375rem 1.3125rem;
    }
}
/* ———————————

common

——————————— */
.js-link {
    cursor: pointer;
}
.ahu-gutters20 {
    margin-right: -10px;
    margin-left: -10px;
}
.ahu-gutters20 > .col,
.ahu-gutters20 > [class*='col-'] {
    padding-right: 10px;
    padding-left: 10px;
}
.ahu-gutters22 {
    margin-right: -11px;
    margin-left: -11px;
}
.ahu-gutters22 > .col,
.ahu-gutters22 > [class*='col-'] {
    padding-right: 11px;
    padding-left: 11px;
}
.ahu-container {
    width: 64.5rem;
    padding: 0 1rem;
    max-width: 100%;
    margin: 0 auto;
}
.ahu-crone {
    opacity: 0;
}
.ahu-arr-l,
.ahu-arr {
    display: inline-block;
    overflow: hidden;
    text-indent: 0.5rem;
    height: 0.78125rem;
    width: 0.5rem;
    background: url(../images/default/icon_arr.png) no-repeat right top;
    background-size: 1rem auto;
}
.bg-danger .ahu-arr,
.btn-danger .ahu-arr {
    background-position: right bottom;
}
.ahu-arr-l {
    background-position: left top;
}
.bg-danger .ahu-arr-l,
.btn-danger .ahu-arr-l {
    background-position: left bottom;
}
.btn-danger {
    -webkit-transform: skew(-14deg, 0);
    -ms-transform: skew(-14deg, 0);
    transform: skew(-14deg, 0);
    overflow: hidden;
}
.btn-danger > span {
    -webkit-transform: skew(14deg, 0);
    -ms-transform: skew(14deg, 0);
    transform: skew(14deg, 0);
}
.js-objfit-cover {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;'; /* IE11 */
}
.ahu-img-clip {
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
}
.card > div,
.flex-column > div {
    min-height: 0%; /* IE11 */
}
.ahu-img-1by1 {
    position: relative;
    cursor: pointer;
}
.ahu-img-1by1::before {
    content: '';
    display: block;
    padding-top: 100%;
}
.ahu-img-1by1 > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*PCで表示*/
.pc_view {
    display: inline-block !important;
}

.sp_view {
    display: none !important;
}

@media screen and (max-width:768px) {
    /*SPで表示*/
    .pc_view {
        display: none !important;
    }
    .sp_view {
        display: inline-block !important;
    }
}
/* ———————————

background

——————————— */
.ahu-bg {
    background: url(../images/default/bg_dots.png);
}
.ahu-bg-blue {
    background: #def0f8;
}
.ahu-bg-green-top,
.ahu-bg-blue-bottom,
.ahu-bg-blue-top,
.ahu-bg-pink-top {
    position: relative;
    overflow: hidden;
}
.ahu-bg-green-top > .ahu-container,
.ahu-bg-blue-bottom > .ahu-container,
.ahu-bg-blue-top > .ahu-container,
.ahu-bg-pink-top > .ahu-container {
    position: relative;
}
.ahu-bg-green-top::before,
.ahu-bg-blue-bottom::before,
.ahu-bg-blue-top::before,
.ahu-bg-pink-top::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
}
.ahu-bg-blue-bottom::before {
    background: #def0f8;
    height: 17.5rem;
    top: auto;
    bottom: 0;
}
.ahu-bg-blue-top::before {
    background: #def0f8;
    height: 25.6875rem;
    top: 0;
    bottom: auto;
}
.ahu-bg-green-top::before {
    background: #d8f4e9;
    height: 25.6875rem;
    top: 0;
    bottom: auto;
}
.ahu-bg-pink-top::before {
    background: #f8dede;
    height: 25.6875rem;
    top: 0;
    bottom: auto;
}
@media (min-width: 768px) {
    .ahu-bg-green-top.ahu-article-top::before,
    .ahu-bg-blue-top.ahu-article-top::before,
    .ahu-bg-pink-top.ahu-article-top::before {
        height: 19.8125rem;
    }
}
/* ———————————

.ahu-top

——————————— */
.ahu-top {
    padding: 0.4375rem 0;
    background-color: #f8f8f0;
    overflow-y: hidden;
    overflow-x: auto;
}
.ahu-top .font-weight-normal {
    white-space: nowrap;
}
@media (min-width: 768px) {
    .ahu-top {
        padding: 0.75rem 0;
        overflow: hidden;
    }
}
/* ———————————

.ahu-mv

——————————— */
.flex-column > div.ahu-mv-mv {
    min-height: 16.25rem;
    min-height: calc(20rem - 53.5px);
    height: 61.25vh;
    height: calc(100vh - 50vw - 53.5px);
    height: -o-calc(100vh - 50vw - 53.5px);
    height: -moz-calc(100vh - 50vw - 53.5px);
}
@media (min-width: 768px) {
    .flex-column > div.ahu-mv-mv {
        height: auto;
    }
}
.ahu-mv {
    height: 267px;
}
.ahu-mv-tb {
    position: relative;
}
.ahu-mv-tb::before {
    content: '';
    display: block;
    padding-top: 100%;
}
.ahu-mv-tb .img-fluid {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.ahu-mv-img {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.ahu-mv-caption {
    background: #ffffff;
    background: rgba(255, 255, 255, 0.9);
    max-width: 100%;
    z-index: 0;
    margin: 0 1.3125rem 0 0;
    padding: 0;
    position: absolute;
    bottom: 1.3125rem;
}
.ahu-mv-caption .ahu-slash-wrap {
    min-height: 6.625rem;
    width: 2.5rem;
    margin: 0;
}
.ahu-mv-caption .ahu-slash {
    top: 0;
    left: 0;
}
.ahu-mv-caption .ahu-mb-ttl {
    padding: 0.5rem 2rem 0.5rem 0.875rem;
}
.ahu-mv-caption .ahu-mb-ttl .ahu-lh-125 {
    margin: 0.25em 0;
}

@media (min-width: 768px) {
    .ahu-mv.ahu-at-campus,
    .ahu-mv {
        height: 29.375rem;
        padding: 0 0 2.5rem;
    }
    .ahu-mv.ahu-at-campus {
        padding: 1.5625rem 0;
    }
    .ahu-mv-tb {
        position: static;
    }
    .ahu-mv-tb::before {
        content: none;
    }
    .ahu-mv-tb .img-fluid {
        position: static;
    }
    .ahu-mv .col-6 {
        height: 50%;
    }
    .ahu-mv-caption {
        margin: 0 1.5rem 0 0;
        bottom: 1.5rem;
    }
    .ahu-mv-caption .ahu-slash-wrap {
        min-height: 9.5rem;
        width: 3.625rem;
        margin: 0;
    }
    .ahu-mv-caption .ahu-mb-ttl {
        padding: 0.875rem 4.5rem 0.875rem 1.625rem;
    }
}
/* ———————————

.breadCrumbArea

——————————— */
#breadCrumbArea {
    box-sizing: border-box;
    padding: 10px 0;
    background: #f1f1f1;
    border-bottom: 1px solid #FFF;
    clear: both;
    font-size: 11px;
    letter-spacing: -0.001em;
    width: 100%;
    line-height: 1;
}
#breadCrumbArea p.breadCrumb a {
    color: #0633ac;
}
#breadCrumbArea p.breadCrumb a:hover {
    color: #5c72af;
}
.breadCrumb {
    box-sizing: border-box;
    width: 1000px;
    margin: 0 auto;
    text-align: left;
}

#breadCrumbArea .breadCrumb {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
}

#breadCrumbArea .breadCrumb>li {
    width: auto;
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
}

#breadCrumbArea .breadCrumb>li:after {
    content: ">";
    position: absolute;
    right: -5px;
    top: 0;
}

#breadCrumbArea .breadCrumb>li:last-child:after {
    content: "";
}

#breadCrumbArea .breadCrumb>li a {
    color: #0633ac;
    text-decoration: underline;
}

@media screen and (max-width:767px) {
    #breadCrumbArea .breadCrumb {
        cursor: pointer;
    }
}
@media screen and (max-width:999px) {
    .breadCrumb {
        box-sizing: border-box;
        width: 100%;
        margin: 0 auto;
        padding: 0 10px;
        text-align: left;
    }
}
/* ———————————

pagetop_fixed

——————————— */
.pagetop_fixed {
    position: fixed;
    right: 10px;
    bottom: 83px;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.5s;
    cursor: pointer;
}
.pagetop_fixed .toPageTop {
    opacity: 0.6;
    transition: all 0.3s;
}
@media (min-width: 768px) {
    .pagetop_fixed {
        right: 45px;
        bottom: 45px;
    }
    .pagetop_fixed .toPageTop {
        right: 45px;
        bottom: 45px;
        opacity: 1;
    }
    .pagetop_fixed .toPageTop:hover {
        opacity: 0.6;
    }
    .pagetop_fixed .toPageTop img {
        width: 52px;
        height: 52px;
    }
}
/* ———————————

.read-text, .seo-text

——————————— */
.read-text {
    margin: 1.25rem auto;
}
.seo-text {
    padding-bottom: 1.25rem;
}
@media (min-width: 768px) {
    .seo-text {
        padding-bottom: 1.875rem;
    }
}
/* ———————————

.ahu-applink

——————————— */
.ahu-applink {
    padding: 3.4375rem 0 0;
}
.ahu-applink .ahu-slash {
    width: 0.6875rem;
    height: 1.4375rem;
    margin: 0 0.9375rem 0 0;
    vertical-align: middle;
}
.ahu-applink-head {
    margin: 0 0 2rem;
}
.ahu-applink-body {
    width: 18.5rem;
    max-width: 100%;
}
.ahu-applink-col {
    padding: 0 0.5rem 4rem;
}
.ahu-applink-logo {
    width: 11.3125rem;
}
.ahu-applink-col .btn-danger {
    margin: 1.1875rem auto 0;
}
.ahu-applink-col .btn-link {
    margin: 1.53125rem 0 0;
}
@media (min-width: 768px) {
    .ahu-applink {
        padding: 5.4375rem 0 0;
    }
    .ahu-applink .ahu-slash {
        width: 1.3125rem;
        height: 2.875rem;
        margin: 0 1.125rem 0 0;
    }
    .ahu-applink-head {
        margin: 0 0 2.5975rem;
    }
    .ahu-applink-col {
        padding: 0 0.5rem 6.8125rem;
    }
    .ahu-applink-logo {
        width: 14.0625rem;
    }
    .ahu-applink-col .btn-danger {
        margin: 1.4375rem auto 0;
    }
    .ahu-applink-col .btn-link {
        margin: 1.926875rem auto 0;
    }
    .ahu-applink-body {
        width: 57.1875rem;
        max-width: 100%;
    }

}
/* ———————————

ahu-section

——————————— */
.ahu-section {
    padding: 2.625rem 0 3.25rem;
}
/* ———————————

 .ahu-section-title

 ——————————— */
.ahu-section-title {
    width: 40rem;
    max-width: 100%;
    margin-bottom: 2rem;
}
.ahu-section-title .ahu-fs-16 {
    color: #3f4649;
}
.ahu-section-title .ahu-fs-18 {
    color: #333333;
}
.ahu-section-title .ahu-slash {
    height: 3.5rem;
    width: 1.26375rem;
}
@media (min-width: 768px) {
    .ahu-section-title .ahu-slash {
        height: 4.5rem;
        width: 1.625rem;
    }
}
/* ———————————

.ahu-campus-card

——————————— */
.ahu-campus-card {
    width: 28.25rem;
    max-width: 100%;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
}
.ahu-campus-card .card-img-top {
    width: 100%;
    height: 14.0625rem;
}
.ahu-campus-card .card-body {
    padding: 1.5rem 1rem;
}
.ahu-campus-card .card-title {
    margin: 0 0 1rem;
}
.ahu-campus-card .card-title .sub-title {
    display: block;
    color: #333333;
}
.ahu-campus-card .list-group-item {
    padding: 11px 1.125rem;
}
.ahu-campus-card .ahu-dt {
    position: relative;
    width: 102px;
    height: 24px;
    margin: 0 1rem 0 0;
    line-height: 2;
    white-space: nowrap;
    flex: none;
    z-index: 5;
}
.ahu-campus-card .ahu-dt::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: skew(-14deg, 0);
    -ms-transform: skew(-14deg, 0);
    transform: skew(-14deg, 0);
    z-index: -1;
}
.ahu-campus-card .ahu-dt.address::before{
    background: #abebd2;
}
.ahu-campus-card .ahu-dt.access::before {
    background: #c6edff;
}
.ahu-campus-card .ahu-dd {
    text-align: left;
    margin-top: 0.5rem;
}
@media (min-width: 768px) {
    .ahu-campus-card .card-info {
        display: flex;
    }
    .ahu-campus-card .ahu-dd {
        margin-top: 0;
        word-break: break-word;
    }
}
/* ———————————

.ahu-campus-list
.ahu-campus-other
.ahu-campus-detail

——————————— */
.ahu-campus-other .ahu-campus-card,
.ahu-campus-list .col-auto {
    margin-bottom: 2.125rem;
}
.ahu-campus-other {
    padding: 0 0 1.3125rem;
    width: 45rem;
    max-width: 100%;
    margin: 0 auto;
}
.ahu-campus-back {
    padding: 0 0 4.8125rem;
    width: 45rem;
    max-width: 100%;
    height: 4.8125rem;
}
.ahu-campus-back .ahu-btn-wrap {
    overflow: hidden;
    margin: 0;
    position: absolute;
    top: -1.375rem;
    left: 1rem;
}
.ahu-campus-back .ahu-btn-wrap .btn {
    margin: 0 1rem 0 -0.5rem;
}
@media (min-width: 768px) {
    .ahu-campus-list .ahu-campus-card {
        margin: 0 0.46875rem;
    }
    .ahu-campus-other .ahu-campus-card {
        width: auto;
    }
    .ahu-campus-detail .ahu-campus-card {
        width: auto;
    }
    .ahu-campus-detail .ahu-campus-card .ahu-dt {
        margin: 0 1.45rem 0 0.2rem;
    }
    .ahu-campus-other .ahu-campus-card .ahu-dt {
        margin: 0 0.7rem 0 0.2rem;
    }
    .ahu-campus-detail .ahu-campus-card .ahu-dd,
    .ahu-campus-other .ahu-campus-card .ahu-dd {
        margin: 0.078125rem 0 0;
    }
    .ahu-campus-other .ahu-campus-card .card-img-top {
        width: 100%;
        height: 100%;
    }
    .ahu-campus-detail .ahu-campus-card .card-img-top {
        width: 100%;
        height: 100%;
    }
    .ahu-campus-detail .ahu-campus-card .order-0 {
        padding: 0 1.25rem 0 0;
    }
    .ahu-campus-detail .ahu-campus-card .order-1 {
        padding: 0 0 0 0.75rem;
    }
    .ahu-campus-other .ahu-campus-card .col-md-4 {
        padding: 0 1.5625rem 0 0;
    }
    .ahu-campus-back {
        height: 5.5rem;
    }
    .ahu-campus-back .ahu-btn-wrap {
        overflow: visible;
        top: -1.375rem;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .ahu-campus-back .ahu-btn-wrap .btn {
        margin: 0;
    }
}
/* ———————————

.ahu-campus-photo

——————————— */
.ahu-campus-photo {
    padding: 2.125rem 0 0.8125rem;
    width: 47.5rem;
    max-width: 100%;
}
.ahu-campus-photo .position-relative {
    width: 26.5rem;
    max-width: 62.5%;
}
.ahu-campus-photo .position-relative + .position-relative {
    margin-top: -3.8%;
}
.ahu-campus-photo .ahu-campus-ph {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* ———————————

.ahu-post-list

——————————— */
.ahu-post-list .col-auto {
    margin-bottom: 1.25rem;
}
.ahu-article-top .ahu-post-list .col-auto {
    margin-bottom: 2.25rem;
}
.ahu-post-list .card {
    width: 20rem;
    max-width: 100%;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
}
.ahu-post-list.has-one .card {
    width: 30.5rem;
}
.ahu-article-top .ahu-section-title,
.ahu-article-top .ahu-post-list .card {
    width: 21.5rem;
}
.ahu-article-top-campus {
    margin: 0 0 0.3125rem;
}
@media (min-width: 768px) {
    .ahu-article-top .ahu-section-title,
    .ahu-article-top .ahu-post-list .card {
        width: 19.75rem;
    }
}
.ahu-post-list .card-img-top {
    height: 13.0625rem;
}
.ahu-post-list .card-body {
    padding: 1.375rem 1.6875rem 2.4375rem;
}
.ahu-post-list .card-title {
    margin: 0 0 1rem;
}
.ahu-post-list .list-group-item {
    padding: 0.6875rem 1.4475rem;
}
/* ———————————

.ahu-gallery

——————————— */
.ahu-gallery {
    padding: 0 0 1.1875rem;
}
@media (min-width: 768px) {
    .ahu-gallery {
        padding: 0 0 2.375rem;
    }
}
.ahu-gallery .col-6:nth-child(n + 9) {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ahu-gallery.js-show .col-6:nth-child(n + 9) {
    max-height: 24rem;
}
.ahu-gallery.js-show .ahu-d-show,
.ahu-gallery .ahu-d-hide {
    display: block;
}
.ahu-gallery .ahu-d-show,
.ahu-gallery.js-show .ahu-d-hide {
    display: none;
}
/* ———————————

article

——————————— */
.ahu-container-sm {
    width: 51.875rem;
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    color: #3f4649;
}
/* ———————————

.ahu-article-mv

——————————— */
.ahu-article-mv {
    position: relative;
    margin: 0 0 1.125rem;
    padding: 1.125rem 0 0;
}
@media (min-width: 768px) {
    .ahu-article-mv {
        padding: 1.625rem‬ 0 0;
    }
}
.ahu-article-mv .ahu-container-sm {
    position: relative;
}
.ahu-article-mv::before {
    content: '';
    background: #def0f8;
    display: block;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5rem;
}
@media (min-width: 768px) {
    .ahu-article-mv::before {
        height: 17.5rem;
    }
}
.ahu-article-mv-sub {
    margin: 0 0 0.25rem;
}
@media (min-width: 768px) {
    .ahu-article-mv-sub {
        margin: 0 0 0.375rem;
    }
}
.ahu-article-mv-ttl {
    margin: 0 0 0.875rem;
}
@media (min-width: 768px) {
    .ahu-article-mv-ttl {
        margin: 0 0 1rem;
    }
}
.ahu-article-mv-date {
    -webkit-transform: skew(-14deg, 0);
    -ms-transform: skew(-14deg, 0);
    transform: skew(-14deg, 0);
    background: #abebd2;
    line-height: 1.375rem;
    margin: 0 0.75rem 0 0;
    padding: 0 0.625rem;
    display: inline-block;
    white-space: nowrap;
}
.ahu-article-mv-date > span {
    -webkit-transform: skew(14deg, 0);
    -ms-transform: skew(14deg, 0);
    transform: skew(14deg, 0);
    display: block;
}
.ahu-article-mv-img {
    margin: 1.3125rem -15px 0;
}
@media (min-width: 800px) {
    .ahu-article-mv-img {
        margin: 1.5625rem auto 0;
    }
}
.ahu-article-mv-sns {
    margin: 0.125rem 0 0;
    position: relative;
    top: 1.125rem;
}
@media (min-width: 768px) {
    .ahu-article-mv-sns {
        margin: 0.375rem 0 0;
    }
}
.ahu-article-mv-sns-icon {
    height: 2.25rem;
    width: 2.25rem;
    display: block;
}
/* ———————————

.ahu-article-summary

——————————— */
.ahu-article-summary {
    padding: 1.75rem 0 3.375rem;
}
.ahu-article-summary-ttl {
    margin: 0 0 1.375rem;
}
.ahu-article-summary-txt {
    margin: 0;
}
@media (min-width: 768px) {
    .ahu-article-summary {
        padding: 3rem 0;
    }
    .ahu-article-summary-ttl {
        margin: 0 0 1.6875rem;
    }
    .ahu-article-summary-txt {
        margin: 0;
    }
}
/* ———————————

.ahu-article-members

——————————— */

.ahu-article-member-01 {
    color: #35cef0;
}
.ahu-article-member-02 {
    color: #f16b9b;
}
.ahu-article-member-03 {
    color: #4cce88;
}
.ahu-article-member-04 {
    color: #a94ca5;
}
.ahu-article-members-ttl-icon {
    height: 56px;
    width: 20px;
}
@media (min-width: 768px) {
    .ahu-article-members-ttl-icon {
        height: 56px;
        width: 26px;
    }
}
.ahu-article-member-name-icon {
    width: 16px;
    height: 34px;
    position: absolute;
    top: 63px;
    left: 0;
}
@media (min-width: 768px) {
    .ahu-article-member-name-icon {
        position: static;
    }
}
.ahu-article-member-img {
    width: 98px;
    height: 98px;
    margin: 0 18px 0 0;
}
@media (min-width: 768px) {
    .ahu-article-member-img {
        width: 120px;
        height: 120px;
    }
    .ahu-article-member-name-icon {
        margin-top: -5px;
    }
}
.ahu-article-members {
    padding: 0 0 55px;
}
.ahu-article-members-ttl {
    margin: 0;
}
.ahu-article-members-ttl-txt {
    margin: 0 1.25rem;
}
.ahu-article-member {
    margin: 1.5rem 0 0;
}
.ahu-article-member-name,
.ahu-article-member-prof {
    margin: 0 0 0.5rem;
}
.ahu-article-member-ttl {
    margin: 0 0 3px;
}
.ahu-article-member-txt {
    margin: 0 0 0.5rem;
}
@media (min-width: 768px) {
    .ahu-article-members {
        padding: 0 0 88px;
    }
    .ahu-article-members-ttl {
        margin: 0 0 3rem;
    }
    .ahu-article-members .row {
        margin: 0 -12px;
    }
    .ahu-article-members .col-md-3 {
        padding: 0 12px;
    }
    .ahu-article-member {
        margin: 0;
    }
    .ahu-article-member-name,
    .ahu-article-member-prof {
        margin: 0 0 15px;
    }
    .ahu-article-member-txt {
        margin: 0;
    }
}
/* ———————————

.ahu-article-toc

——————————— */
.ahu-article-toc {
    padding: 0 0 81px;
}
.ahu-article-toc-ttl {
    color: #333333;
    margin: 0 0 1.125rem;
}
.ahu-article-toc img {
    height: 1.35rem;
    width: 1.35rem;
    margin: 0 0.575rem 0 0;
    vertical-align: middle;
}
.ahu-article-toc a {
    margin: 0 0 1rem;
    padding: 0 0 0 1.925rem;
    text-indent: -1.925rem;
}
@media (min-width: 768px) {
    .ahu-article-toc {
        padding: 0 0 88px;
    }
    .ahu-article-toc a {
        margin: 0;
        line-height: 2rem;
    }
}
/* ———————————

.ahu-article-sec

——————————— */

.ahu-article-sec-ttl {
    background: #d8f4e9;
    margin: 0 0 1.4375rem;
    padding: 0.6875rem 1.25rem;
}
.ahu-article-sec-txt {
    line-height: 1.8;
    margin: 32px 0;
}
@media (min-width: 768px) {
    .ahu-article-sec-ttl {
        margin: 0 0 2.625rem;
        padding: 0.6875rem 2rem;
    }
    .ahu-article-sec-txt {
        margin: 62px 0 48px;
    }
}
.ahu-article-wrap-r .order-1,
.ahu-article-wrap-l .order-1,
.ahu-article-wrap-2 .order-0,
.ahu-article-wrap-2 .order-1 {
    min-width: 0%;
}
.ahu-article-img {
    position: relative;
}
.ahu-article-img-clip {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ahu-article-img-size {
    max-width: 100%;
    width: 422px;
    height: auto;
}
.ahu-article-wrap-2 .ahu-article-img-size {
    width: 440px;
}
.ahu-article-wrap-1 .ahu-article-img-size {
    width: 800px;
}
.ahu-article-wrap-2 .order-0 {
    margin: 0 -3% 0 0;
}
.ahu-article-wrap-2 .order-1 {
    margin: 0 0 0 -3%;
}
@media (min-width: 768px) {
    .ahu-article-wrap-l .ahu-article-img-size,
    .ahu-article-wrap-r .ahu-article-img-size {
        max-width: none;
    }
}
@media (min-width: 890px) {
    .ahu-article-wrap-l .order-0 {
        margin: 0 0 0 -45px;
    }
    .ahu-article-wrap-l .order-1 {
        margin: 0 0 0 24px;
    }
    .ahu-article-wrap-r .order-0 {
        margin: 0 -45px 0 0;
    }
    .ahu-article-wrap-r .order-1 {
        margin: 0 24px 0 0;
    }
    .ahu-article-wrap-2 .order-0,
    .ahu-article-wrap-2 .order-1 {
        margin: 0 -3%;
    }
}
.ahu-article-img {
    margin: 0 0 2rem;
}
.ahu-article-p {
    margin: 0 0 1rem;
}
.ahu-article-p .ahu-article-member-img {
    width: 56px;
    height: 56px;
    border: 3px solid;
    margin: 0 auto 2px;
}
.ahu-article-p .ahu-article-member-name {
    line-height: 1.8;
    margin: 0;
}
.ahu-article-sec {
    margin: 0 0 60px;
}
@media (min-width: 768px) {
    .ahu-article-sec {
        margin: 0 0 84px;
    }
    .ahu-article-img {
        margin: 0 0 1.5rem;
    }
    .ahu-article-p {
        margin: 0 0 1.5rem;
    }
    .ahu-article-p .ahu-article-member-img {
        width: 80px;
        height: 80px;
        margin: 0 auto;
    }
    .ahu-article-p .ahu-article-member-name {
        line-height: 1.6;
    }
}
.ahu-article-p-txt p {
    border: solid 1px #888888;
    border-radius: 0.5rem;
    line-height: 1.8;
    padding: 0.625rem 0.75rem;
    background: #fff;
    position: relative;
    margin: 0;
}
.ahu-article-p-txt p::before {
    content: '';
    border-top: 0;
    border-left: 0;
    border-right: 14px solid #888888;
    border-bottom: 12px solid transparent;
    position: absolute;
    top: 24px;
    left: -14px;
    right: auto;
}
.ahu-article-p-txt p::after {
    content: '';
    border-top: 0;
    border-left: 0;
    border-right: 14px solid #fff;
    border-bottom: 12px solid transparent;
    position: absolute;
    top: 25px;
    left: -11px;
    right: auto;
}

.ahu-article-div .ahu-article-p-img {
    -ms-flex-order: 0;
    order: 0;
}
.ahu-article-div .ahu-article-p-txt {
    -ms-flex-order: 1;
    order: 1;
    padding: 0 0 0 22px;
}
.ahu-article-div.ahu-rtl .ahu-article-p-img {
    -ms-flex-order: 1;
    order: 1;
}
.ahu-article-div.ahu-rtl .ahu-article-p-txt {
    -ms-flex-order: 0;
    order: 0;
    padding: 0 22px 0 0;
}
.ahu-article-div.ahu-rtl .ahu-article-p-txt p::before {
    content: '';
    border-top: 0;
    border-left: 14px solid #888888;
    border-right: 0;
    border-bottom: 12px solid transparent;
    position: absolute;
    top: 24px;
    right: -14px;
    left: auto;
}
.ahu-article-div.ahu-rtl .ahu-article-p-txt p::after {
    content: '';
    border-top: 0;
    border-left: 14px solid #fff;
    border-right: 0;
    border-bottom: 12px solid transparent;
    position: absolute;
    top: 25px;
    right: -11px;
    left: auto;
}

.ahu-blockquote {
    background: #efefef;
    padding: 22px 16px;
    margin: 2rem 0;
}
.ahu-blockquote-ttl {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 11px;
}
.ahu-blockquote-txt {
    font-size: 14px;
    margin: 0 0 11px;
}
.ahu-blockquote-footer {
    font-size: 14px;
    margin: 0;
}
.ahu-blockquote cite {
    font-style: normal;
    color: #cc0033;
}

@media (min-width: 768px) {
    .ahu-blockquote {
        padding: 24px 32px;
        margin: 2.25rem 0 2.875rem;
    }
}
/* ———————————

.ahu-article-back

——————————— */
.ahu-article-back {
    padding: 43px 0 60px;
}
.ahu-article-back .btn {
    min-width: 247px;
}
.ahu-article-back .ahu-arr-l {
    margin: 0 14px 0 0;
}
.ahu-article-back .ahu-btn-wrap {
    overflow: hidden;
    margin: 0;
}
.ahu-article-back .order-0 {
    margin: 0 0 0 -0.5rem;
}
.ahu-article-back .order-1 {
    margin: 12px 0 0 -0.5rem;
}
@media (min-width: 768px) {
    .ahu-article-back {
        padding: 67px 0 88px;
    }
    .ahu-article-back .order-0 {
        margin: 0;
    }
    .ahu-article-back .order-1 {
        margin: 0 0 0 1rem;
    }
}
/* ———————————

.ahu-pagination

——————————— */
.ahu-page-arr-right,
.ahu-page-arr-left {
    display: block;
    height: 19px;
    width: 12px;
    line-height: 19px;
    text-indent: 12px;
    overflow: hidden;
    background-image: url(../images/default/icon_pagination.png);
    background-repeat: no-repeat;
    background-size: 24px 38px;
    background-position: top left;
}
.ahu-page-arr-right {
    background-position: top right;
}
.disabled .ahu-page-arr-left {
    background-position: bottom left;
}
.disabled .ahu-page-arr-right {
    background-position: bottom right;
}
.ahu-pagination {
    padding: 2.5rem 0 2rem;
}
@media (min-width: 768px) {
    .ahu-pagination {
        padding: 35px 0 19px;
    }
}
.ahu-pagination .page-link.disabled {
    pointer-events: none;
    cursor: default;
}
.ahu-pagination .page-link {
    border: 0;
    background: none;
    font-size: 1.125rem;
    line-height: 1;
    color: #cc0033;
    margin: 0;
}
.page-item.active .page-link {
    color: #3f4649;
    background: none;
    font-weight: bold;
}
.ahu-pagination .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(204, 0, 51, 0.25);
}
/* ———————————

.ahu-campus-detail-row

——————————— */
.ahu-campus-detail-img {
    position: relative;
    margin: 0 -1rem;
}
.ahu-campus-detail-img::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 45.3333%;
    min-height: 170px;
}
.ahu-campus-detail-img img {
    border-radius: 0;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.ahu-campus-detail-cap .ahu-dt {
    position: relative;
    white-space: nowrap;
    font-size: 12px;
    margin-bottom: 12px;
    width: 102px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    z-index: 5;
}
.ahu-campus-detail-cap .ahu-dt::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: skew(-14deg, 0);
    -ms-transform: skew(-14deg, 0);
    transform: skew(-14deg, 0);
    background: #abebd2;
    z-index: -1;
}
.ahu-campus-detail-cap-map {
    max-width: 1000px;
    height: 276px;
    margin: 10px -1rem 0 -1rem;
}
.ahu-campus-detail-cap-map iframe {
    display: flow-root;
}
.ahu-campus-detail-cap-2nd,
.ahu-campus-detail-cap-3nd {
    margin-top: 20px;
}
.ahu-campus-detail-cap-2nd .ahu-dt::before {
    background: #c6edff;
}
.ahu-campus-detail-cap-3nd .ahu-dt::before {
    background: #f8dede;
}
.ahu-campus-detail .ahu-dt > span {
    -webkit-transform: skew(14deg, 0);
    -ms-transform: skew(14deg, 0);
    transform: skew(14deg, 0);
    display: block;
}
.ahu-campus-detail-cap .ahu-dd {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}
@media (min-width: 768px) {
    .ahu-campus-detail-img {
        position: static;
        margin: 0;
    }
    .ahu-campus-detail-img::before {
        content: none;
    }
    .ahu-campus-detail-img img {
        position: static;
        border-radius: 4px;
        height: 180px;
        width: 358px;
    }
    .ahu-campus-detail-cap .ahu-dt {
        width: 126px;
        margin: 0 1.5rem 0 0;
        font-size: 14px;
        flex: none;
    }
    .ahu-campus-detail-cap-map {
        height: 467px;
        margin: 10px 0 0 0;
        padding: 7px;
        border: 1px solid #dddddd;
        background-color: #ffffff;
    }
    .ahu-campus-detail-cap-map iframe {
        border: 1px solid #dddddd;
    }
    .ahu-campus-detail-cap-1st,
    .ahu-campus-detail-cap-2nd,
    .ahu-campus-detail-cap-3nd {
        display: flex;
    }
    .ahu-campus-detail-cap .ahu-dd {
        font-size: 16px;
    }
}
/* ———————————

.ahu-campus-detail-row

——————————— */
.ahu-campus-other-row {
    width: 720px;
    max-width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    margin: 0 auto 12px;
}
.ahu-campus-other-img {
    padding: 10px 0 10px 10px;
}
.ahu-campus-other-img img {
    width: 94px;
    height: 94px;
    min-height: 100%;
}
.ahu-campus-other-cap {
    padding: 10px;
    margin: 0 auto 0 0;
}
.ahu-campus-other-ttl {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.04em;
    margin: 0;
}
.ahu-campus-other-txt {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.04em;
    margin: 3px 0 0;
    word-break: break-word;
}
.ahu-campus-other-btn {
    padding: 0 8px;
}
@media (min-width: 768px) {
    .ahu-campus-other-row {
        -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        margin: 0 auto 16px;
    }
    .ahu-campus-other-img {
        padding: 0;
    }
    .ahu-campus-other-img img {
        width: 240px;
        height: 120px;
    }
    .ahu-campus-other-cap {
        padding: 12px 20px;
    }
    .ahu-campus-other-ttl {
        font-size: 20px;
        line-height: 30px;
    }
    .ahu-campus-other-txt {
        font-size: 13px;
        line-height: 19px;
        margin: 8px 0 0;
    }
    .ahu-campus-other-btn {
        padding: 0 11px;
    }
}
/* ———————————

spot-top

——————————— */
.spot-top p,
.spot-top dl,
.spot-top dd,
.spot-top ul {
    margin-bottom: 0;
}
.spot-top p {
    font-size: 14px;
}
.spot-top {
    margin: 1.25rem 0;
}
.spot-top-inner {
    display: flex;
    padding: 1rem 0;
}
.menubox-right,
.menubox-left {
    width: 50%;
}
.menubox-left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
}
.menubox-left .spot-top-title span {
    display: block;
}
.menubox-left i {
    font-size: 24px;
}
.menubox-right .menu_title {
    font-size: 12px;
    margin-bottom: 5px;
}
.menubox-right dl:not(:first-of-type) {
    margin-top: 12px;
}
.menubox-right .menu_rent dd,
.menubox-right .menu_buy li {
    background-color: #fff;
    border-radius: 10px;
    border: 2px solid #E2E7EC;
    box-shadow: 0 3px #e2e7ec;
}
.menubox-right dd a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333333;
}
.menubox-right dd a:hover {
    opacity: 0.6;
}
.menubox-right .menu_rent dd a {
    height: 133px;
    padding-left: 34px;
}
.menubox-right .menu_rent .icon_chintai {
    background-image: url(../images/default/chintai.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 80px;
    height: 64px;
    flex: none;
}
.menubox-right .menu_rent .rent_btn_section {
    margin-left: 40px;
}
.menubox-right .menu_rent .btn_title {
    font-size: 28px;
    font-weight: bold;
}
.menubox-right .menu_rent .btn_text {
    margin-top: 12px;
    font-weight: bold;
}
.menubox-right .menu_buy ul {
    display: flex;
}
.menubox-right .menu_buy li {
    width: calc(100% / 3);
    border-radius: 5px;
    border: none;
}
.menubox-right .menu_buy li:not(:first-child) {
    margin-left: 8px;
}
.menubox-right .menu_buy li a {
    justify-content: space-between;
    width: 100%;
    height: 33px;
    padding: 0 16px;
}
.menubox-right .menu_buy i {
    color: #e1e1e1;
    font-style: 16px;
}
@media (max-width: 999px) {
.menu_buy p {
    font-size: 12px;
}
}
@media (max-width: 767px) {
    .spot-top p {
        font-size: 12px;
    }
    .spot-top-inner {
        flex-direction: column;
        padding: 1rem;
    }
    .menubox-right,
    .menubox-left {
        width: 100%;
    }
    .menubox-left {
        flex-direction: column;
        padding: 0 0 4px 0;
        text-align: center;
    }
    .menubox-left i {
        font-size: 16px;
    }
    .menubox-right .menu_title {
        text-align: center;
    }
    .menubox-right .menu_rent dd a {
        justify-content: center;
        align-items: flex-start;
        padding: 26px 0 0 0;
    }
    .menubox-right .menu_rent .icon_chintai {
        width: 70px;
        height: 56px;
    }
    .menubox-right .menu_rent .rent_btn_section {
        margin-left: 25px;
    }
    .menubox-right .menu_rent .btn_title {
        font-size: 26px;
    }
    .menubox-right .menu_buy li a {
        padding: 0 8px;
    }
}
@media screen and (max-width: 365px) {
    .menu_buy p {
        font-size: 10px;
    }
}
/* ———————————

.App_appeal_area

——————————— */
.contents-block {
    display: flow-root;
}
.App_appeal_area {
    margin-bottom: 80px;
    border-top: 7px solid #F87C77;
    border-bottom: 7px solid #F87C77;
    text-align: center;
}

.App_appeal_area .top{
    height: 350px;
    background-image: url(../images/default/kv_bg.png);
    background-color: rgba(255,255,255,0.5);
    background-blend-mode: lighten;
    background-size: cover;
}

.App-PC{
    display: block;
}

.App-SP{
    display: none;
}

.App_appeal_area .top>p{
    font-size: 18px;
    font-weight: bold;
    color: #F0433C;
    padding: 20px 0;
    margin-bottom: 0;
}

.contents_area{
    padding-left: 40px;
    display: flex;
    max-width: 680px;
    margin: 0 auto;
}

.contents_area>.image img{
    width: 167px;
    height: auto;
    z-index: 9999;
    filter: drop-shadow(0px 5px 10px rgb(0, 0, 0, 0.34));
    image-rendering: -webkit-optimize-contrast;
}

.contents_area .text{
    margin: 0 auto;
}

.contents_area .text .contents_list{
    display: flex;
    margin: 20px 0 30px;
    color: #C70035;
}

.contents_area .text .contents_list .contents{
    width: 121px;
    height: 121px;
    background: #ffffff;
    box-shadow: 4px 6px 20px rgba(0, 0, 0, 34%);
    border-radius: 60.5px;
    margin-right: 20px;
}
.contents_area .text .contents_list .contents:last-child{
    margin-right: 0;
}

.contents_area .text .contents_list .contents .icon{
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    padding-top: 6.5px;
    padding-bottom: 10px;
}
.contents_area .text .contents_list .contents .icon span{
    display: block;
    font-size: 8px;
    font-weight: bold;
}

.contents_area .text .contents_list .contents p{
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
}
.contents_area .text .contents_list .contents p span{
    font-size: 10px;
    display: block;
    transform: scale(0.8);
    margin: 0px -10px 3px;
}

.contents_area .text .app_title{
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 15px;
}

.contents_area .text a.about-link{
    display: block;
    width: 243px;
    font-size: 14px;
    color: #ffffff;
    background: #c70035;
    border-radius: 7px;
    box-shadow: 0 0 6px rgb(0 0 0 / 30%);
    padding: 6px;
    margin: 0 auto;
    box-sizing: border-box;
}

.contents_area .text a.about-link:hover{
    box-shadow: 0 0 0 rgb(235 235 235);
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    opacity: 1;
    text-decoration: none;
}

.App_appeal_area .bottom{
    background-color: #fff;
    padding: 11px 0 6px 207px;
}

.App_appeal_area .bottom .box{
    display: inline-flex;
    margin-bottom: 0;
}

.App_appeal_area .bottom .box .image.icon{
    display: flex;
    align-items: center;
}

.App_appeal_area .bottom .box .image.icon img{
    width: 58px;
    height: 58px;
    margin-right: 25px;
    filter: drop-shadow(0px 3px 6px rgb(0, 0, 0, 0.16));
}

.App_appeal_area .bottom .box .download_area p{
    font-size: 10px;
    margin-bottom: 4.5px;
    text-align: left;
    transform: scale(0.9);
    transform-origin: left center;
    color: #707070;
}

.App_appeal_area .bottom .box .download_area .download{
    display: flex;
}

.App_appeal_area .bottom .box .download_area .download>div{
    display: flex;
    margin-right: 10px;
}
.App_appeal_area .bottom .box .download_area .download>div:last-child{
    margin-right: 0;
}

.App_appeal_area .bottom .box .download_area .download .image.App img{
    width: 40px;
    height: 40px;
    margin-right: 7px;
    image-rendering: -webkit-optimize-contrast;
}

.App_appeal_area .bottom .box .download_area .download .store{
    text-align: left;
    width: 67px;
}

.App_appeal_area .bottom .box .download_area .download .store p{
    font-size: 10px;
    font-weight: bold;
    margin-right: -33px;
    margin-bottom: 3px;
    transform: scale(0.6);
}

.App_appeal_area .bottom .box .download_area .download .store a img{
    height: 20px;
    vertical-align: baseline;
    image-rendering: -webkit-optimize-contrast;
}

@media screen and (max-width: 999px) {
    .App_appeal_area {
        width: auto;
        margin: 0 0 80px;
    }
}

@media screen and (max-width: 767px) {
    .App-PC{
        display: none;
    }
    .App-SP{
        display: block;
    }
    .App_appeal_area {
        margin: 0 0 40px;
        background-color: #ffffff;
    }
    .App_appeal_area .top {
        height: 227px;
    }
    .App_appeal_area .top>p{
        padding: 14px 0 20px;
    }
    .contents_area{
        padding: 0 10px;
    }
    .contents_area .text .contents_list {
        margin: 0;
    }
    .contents_area .text .contents_list .contents{
        width: 115px;
        height: 115px;
        border-radius: 57.5px;
        margin-right: 5px;
    }
    .contents_area .text .contents_list .contents .icon{
        padding-bottom: 3px;
    }
    .contents_area .text .contents_list .contents p span{
        font-size: 10px;
        display: block;
        transform: scale(0.75);
        margin: 0px -13px 3px;
    }
    .App_appeal_area .bottom{
        display: flex;
        max-width: 360px;
        margin: 0 auto;
        padding: 20px 0 15px 10px;
    }
    .bottom .image img{
        width: 103px;
        height: auto;
        z-index: 9999;
        filter: drop-shadow(0px 5px 10px rgb(0, 0, 0, 0.34));
    }
    .App_appeal_area .bottom .box {
        display: block;
        margin: 0 auto;
    }
    .App_appeal_area .bottom .box .app_title {
        font-size: 10px;
        font-weight: bold;
        margin: 15px 0;
    }
    .App_appeal_area .bottom .box a.about-link {
        display: block;
        width: 200px;
        font-size: 12px;
        color: #ffffff;
        background: #c70035;
        border-radius: 7px;
        box-shadow: 0 0 6px rgb(0 0 0 / 30%);
        padding: 6px;
        margin: 0 auto;
        box-sizing: border-box;
    }
    .App_appeal_area .bottom .box .download_area{
        margin-top: 35px;
    }
    .App_appeal_area .bottom .box .download_area p{
        transform: scale(1);
        font-weight: bold;
    }
    .App_appeal_area .bottom .box .download_area .download .store {
        width: 101px;
    }
    .App_appeal_area .bottom .box .download_area .download .store p{
        transform: scale(0.8);
    }
    .App_appeal_area .bottom .box .download_area .download .store a img{
        height: 30px;
    }
    .App_appeal_area .bottom .box .download_area .download>div{
        margin-right: 0;
    }
    .App_appeal_area .bottom .box .download_area .download>div:last-child{
        margin-right: 0px;
    }
}
@media screen and (max-width: 365px) {
    .App_appeal_area .top {
        height: 100%;
    }

    .contents_area .text {
        display: contents;
    }

    .contents_area .text .contents_list {
        transform: scale(0.85);
        transform-origin: 0 0;
    }
}
/* ———————————

forstudents-contents

——————————— */
.forstudents-contents a:link,
.forstudents-contents  a:visited{
    color: #333333;
    text-decoration: none;
}

/* 記事エリア */
/* 共通 */
.forstudents-contents .section_title{
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    align-items: center;
}

.forstudents-contents .section_title .image{
    margin-right: 5px;
}

.forstudents-contents .section_title .image img{
    vertical-align: middle;
}

.forstudents-contents .section_desc{
    margin-bottom: 20px;
}

.forstudents-contents .mid-section{
    margin-bottom: 30px;
}
.forstudents-contents .mid-section:first-child{
    margin-bottom: 20px;
}
.forstudents-contents .mid-section:last-child{
    margin-bottom: 0;
}

.forstudents-contents .mid-section_title{
    font-size: 20px;
    margin-bottom: 10px;
    position: relative;
    display: flex;
    align-items: center;
}

.forstudents-contents .mid-section_title .image{
    margin-right: 5px;
}

.forstudents-contents .mid-section_title .image img{
    vertical-align: middle;
}

.forstudents-contents .art_list{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.forstudents-contents .art_list a{
    display: block;
    padding: 10px;
    position: relative;
    width: 100%;
    height: 100%;
    font-weight: bold;
}

.forstudents-contents .art_list li{
    margin-right: 10px;
}
.forstudents-contents .art_list li:last-child{
    margin-right: 0;
}

.forstudents-contents .art_list a .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.forstudents-contents .art_list a:hover .image{
    opacity: 0.6;
}

.forstudents-contents .art_list a:hover p{
    color: #cc0033;
}

.forstudents-contents .fas{
    color: #dddddd;
}

/* boxリンク */
.forstudents-contents .art_list .box{
    width: calc(100% / 4 - 8px);
    margin-bottom: 0;
    background: #ffffff;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.08);
}

.forstudents-contents .art_list .box .image{
    width: 100%;
    height: 135px;
    margin-bottom: 10px;
}

.forstudents-contents .art_list .box .fas{
    position: absolute;
    right: 10px;
    bottom: 10px;
}

/* boxリンク univ */
.forstudents-contents .art_list.univ .box .image{
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-top: -10px;
}

.forstudents-contents .art_list.univ .box .univ-name{
    font-size: 12px;
    font-weight: normal;
    color: #cc0033;
    margin-bottom: 5px;
}

/* barリンク */
.forstudents-contents .art_list .bar{
    width: calc(100% / 2 - 5px);
    margin-bottom: 10px;
    background: #ffffff;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.08);
}
.forstudents-contents .art_list .bar:nth-child(2n){
    margin-right: 0;
}
.forstudents-contents .art_list .bar:nth-last-child(-n+2){
    margin-bottom: 0;
}

.forstudents-contents .art_list .bar a{
    display: flex;
    align-items: center;
}

.forstudents-contents .art_list .bar.largepic{
    position: relative;
}

.forstudents-contents .art_list .bar.largepic .fas{
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.forstudents-contents .art_list .bar a.sp{
    display: none;
}

.forstudents-contents .art_list .bar .image{
    width: 70px;
    height: 70px;
    margin-right: 14px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.forstudents-contents .art_list .bar.largepic .image{
    width: 164px;
    height: 102px;
}

.forstudents-contents .art_list .bar p{
    margin-right: auto;
    margin-bottom: 0;
}

.forstudents-contents .art_list .bar .fas{
    position: inherit;
    margin-left: 0.5em;
}

/* もっと見る */
.forstudents-contents .more{
    font-size: 14px;
    color: #cc0033;
    margin-bottom: 0;
    text-align: center;
    font-weight: bold;
}

.forstudents-contents .more a{
    color: inherit;
    border-bottom: 1px solid #CC0033;
}

.forstudents-contents .more .fas{
    color: inherit;
    margin-left: 0.5em;
}

.forstudents-contents .more a:hover{
    opacity: 0.6;
}

/* その他お役立ち情報 */
.forstudents-contents .art_list .bar .txt{
    margin-right: auto;
}

.forstudents-contents .art_list .desc{
    font-size: 14px;
    font-weight: normal;
}

.forstudents-contents .art_list a:hover .desc{
    color: inherit;
}

@media (max-width: 767px) {
    /* 記事エリア */
    /* 共通 */
    .forstudents-contents .section_title{
        font-size: 16px;
        line-height: inherit;
        margin-bottom: 16px;
    }

    .forstudents-contents.pickup .section_title{
        margin-bottom: 10px;
    }

    .forstudents-contents .section_desc{
        font-size: 12px;
        margin-bottom: 16px;
    }

    .forstudents-contents .mid-section{
        margin-bottom: 36px;
    }

    .forstudents-contents .mid-section_title{
        font-size: 14px;
    }

    .forstudents-contents .art_list li{
        margin-bottom: 10px;
        margin-right: 0;
        font-size: 14px;
    }
    .forstudents-contents .art_list li:last-child{
        margin-bottom: 0;
    }

    .forstudents-contents .art_list a{
        display: flex;
        align-items: center;
    }

    /* boxリンク */
    .forstudents-contents .art_list .box{
        width: 100%;
        margin-bottom: inherit;
    }

    .forstudents-contents .art_list .box .image{
        width: 164px;
        height: auto;
        margin-right: 14px;
        margin-bottom: 0;
    }

    .forstudents-contents .art_list .box p{
        width: calc(100% - 178px);
    }

    /* boxリンク univ */
    .forstudents-contents .art_list.univ .box{
        width: calc(100% / 2 - 5px);
        margin-right: 10px;
    }
    .forstudents-contents .art_list.univ .box:nth-child(2n){
        margin-right: 0;
    }
    .forstudents-contents .art_list.univ .box:nth-last-child(-n+2){
        margin-bottom: 0;
    }

    .forstudents-contents .art_list.univ .box a{
        flex-direction: column;
        align-items: inherit;
    }

    .forstudents-contents .art_list.univ .box .image{
        margin-right: 0;
        margin-bottom: 10px;
    }

    .forstudents-contents .art_list.univ .box .image img{
        min-height: 106px;
        object-fit: cover;
    }

    .forstudents-contents .art_list.univ .box p{
        width: auto;
        margin-bottom: 1.5em;
    }
    /* barリンク */
    .forstudents-contents .art_list .bar{
        width: 100%;
    }

    .forstudents-contents .art_list .bar:nth-last-child(-n+2){
        margin-bottom: 10px;
    }
    .forstudents-contents .art_list .bar:last-child{
        margin-bottom: 0;
    }

    .forstudents-contents .art_list .bar a.pc{
        display: none;
    }
    .forstudents-contents .art_list .bar a.sp{
        display: flex;
    }

    /* もっと見る */
    .forstudents-contents .more{
        font-size: 12px;
    }

    /* その他お役立ち情報 */
    .forstudents-contents .art_list .desc{
        font-size: 12px;
    }

	.forstudents-contents .introduction_main .readmore_btn,
	.forstudents-contents .introduction_main .readmore_btn2,
	.forstudents-contents .introduction_main .close_btn,
	.forstudents-contents .introduction_main .close_btn2{
		display: block;
		position: relative;
		width: 100%;
		padding: 11px 32px 10px 16px;
		line-height: 1.3;
		background: #fff;
		font-size: 12px;
		text-align: right;
		height: auto;
		font-weight: normal;
	}

	.forstudents-contents .introduction_main .readmore_btn:after,
	.forstudents-contents .introduction_main .readmore_btn2:after{
		position: absolute;
		font-family: "Font Awesome\ 5 Free";
		font-weight: 900;
		content: '\f107';
		color: #dddddd;
		font-size: 14px;
		right: 15px;
	}

	.forstudents-contents .introduction_main .close_btn:after,
	.forstudents-contents .introduction_main .close_btn2:after{
		position: absolute;
		font-family: "Font Awesome\ 5 Free";
		font-weight: 900;
		content: '\f106';
		height: auto;
		color: #dddddd;
		font-size: 14px;
		right: 15px;
		bottom: 8px;
	}

	.readmore_btn{
	    display: none;
	}
}
/* ———————————

search-pickup

——————————— */
.search-pickup{
    padding: 10px 20px 20px 20px;
    background: #ffffff;
    border: 1px solid #CCCCCC;
}

.search-pickup .search-pickup_list{
    margin-bottom: 0;
}

.search-pickup>div:last-child .search-pickup_list{
    margin-bottom: 0;
}

.search-pickup_list .search-pickup_item{
    margin: 10px 16px 0 0;
    padding-right: 16px;
    border-right: 1px solid #cccccc;
    line-height: 1.3;
}

/*
.search-pickup_list .search-pickup_item:last-of-type {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}
*/

.search-pickup_list .search-pickup_item a{
    color: #0633AC;
}

.search-pickup_list .readmore-content{
    display: flex;
    flex-wrap: wrap;
}

.readmore-check,
.readmore-label{
    display: none;
}

@media (max-width: 767px) {
    .search-pickup{
        width: calc(100% + 2rem);
        margin-left: -1rem;
        padding: 6px 0;
        background: #F5F5ED;
        border-width: 1px 0 1px 0;
    }

    .search-pickup .search-pickup_list{
        flex-direction: column;
        font-size: 14px;
    }

    .search-pickup_list .search-pickup_item{
        position: relative;
        width: 100%;
        margin: 0 0 2px;
        padding-right: 0;
        background: #fff;
        border-right: none;
    }

    .search-pickup_list .search-pickup_item::after {
        font-family: "Font Awesome\ 5 Free";
        font-weight: 900;
        content: '\f105';
        position: absolute;
        top: 50%;
        right: 1rem;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        color: #dddddd;
    }

    .search-pickup_list .search-pickup_item a{
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #333333;
    }

    .search-pickup_list .search-pickup_item.noneStyle{
        padding: 11px 16px 10px;
        color: #cccccc;
    }

    .search-pickup_list .search-pickup_item.noneStyle::after {
        content: none;
    }

    .readmore{
        position: relative;
    }

    /* 続きを読むボタン */
    .readmore-label{
        position: relative;
        display: flex;
        justify-content: right;
        align-items: center;
        height: 38px;
        margin-bottom: 0;
        padding: 0 16px;
        font-size: 12px;
        text-align: right;
        background: #ffffff;
        cursor: pointer;
    }

    .readmore-label:before{
        content: 'もっと見る';
        position: absolute;
        top: 50%;
        right: 2rem;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        font-size: 12px;
    }

    .readmore-label:after{
        font-family: "Font Awesome\ 5 Free";
        font-weight: 900;
        content: '\f107';
        position: absolute;
        top: 50%;
        right: 1rem;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        color: #dddddd;
    }
    /*チェック時にボタンを非表示*/
    .readmore-check:checked ~ .readmore-label{
        position: static;
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }

    .readmore-check:checked ~ .readmore-label:before{
        content: 'もとに戻す';
    }

    .readmore-check:checked ~ .readmore-label:after{
        content: '\f106';
    }

    /*チェック時に高さを自動に戻す*/
    .readmore-check:checked ~ .readmore-content{
        height: auto;
    }
}
/* ———————————

market--js1

——————————— */
.market--js1 ul,
.market--js1 p {
    margin-bottom: 0;
}

.btn {
    border-radius: 0;
}

.panel {
    display: none;
}

.panel.is-show {
    display: block;
    margin-bottom: -9px;
}

.panel-group::before{
    max-width: 373px;
}

.btn-group {
    display: flex;
    z-index: 100;
}

.btn-group>.btn {
    flex: initial;
}

.btn-group>.btn:not(:first-child) {
    margin-left: 0;
}

.btn--tab {
    font-size: 16px;
    padding: 8px 24px;
    cursor: pointer;
    color: #666666;
    border-top: 4px solid #dddddd;
    border-left: 1px solid #cccccc;
    background: #eeeeee;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    box-sizing: border-box;
    line-height: 1;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.btn--tab:last-child {
    margin-right: 0;
    border-right: 1px solid #cccccc;
}

.btn--tab.is-active {
    border-top: 4px solid #cc0033;
    cursor: auto;
    color: #cc0033;
    background: #ffffff;
}

.btn--tab:hover {
    color: #cc0033;
}

.panel-group {
    position: relative;
    background-color: #ffffff;
    padding: 16px 21px;
    border: solid 1px #ccc;
    margin-top: -1px;
    z-index: 90;
}

.market__floor,
.market__view {
    position: absolute;
    z-index: 2;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    text-align: center;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
    width: 141px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.market__floor {
    left: 0;
    cursor: auto;
}

.market__floor > span {
    display: inline-block;
    width: 120px;
    margin-left: 21px;
    margin-bottom: 16px;
}

.market__floor > span:last-child {
    margin-bottom: 0;
}

.market__view {
    right: 0;
}

.market__view > span{
    display: inline-block;
    width: 120px;
    margin-right: 21px;
    margin-bottom: 16px;
}

.market__view > span:last-child{
    margin-bottom: 0;
}

.market__view > span a:link{
    color: #cc0033;
    font-weight: bold;
}

.market__view > span .fas{
    margin-left: 8px;
    color: #cc0033;
}

.market__view > span:hover{
    opacity: 0.6;
}

.panel {
    overflow: hidden;
}

.panel > canvas {
    margin: 0 140px;
    top: -8px;
}

.panel-head {
    font-size: 16px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    line-height: 1;
}

.panel-head .panel_floor {
    text-align: center;
    flex: 0 1 120px;
}

.panel-head .panel_price {
    text-align: center;
    flex: 0 1 calc(100% - 240px);
}

.panel-group .note{
    font-size: 14px;
    text-align: right;
    width: 100%;
}
@media screen and (max-width: 861px) {
    .panel-group{
        padding: 10px 8px;
    }

    .panel-head .panel_floor {
        flex: 0 1 153px;
    }

    .panel-head .panel_price{
        flex: 0 1 calc(100% - 300px);
    }
}
@media screen and (max-width: 835px) {
    .panel.is-show{
        margin-bottom: -15px;
    }

    .panel-head{
        font-size: 12px;
    }

    .panel-head .panel_floor {
        flex: 0 1 75px;
    }

    .panel-head .panel_price{
        flex: 0 1 calc(100% - 140px);
    }

    .market__floor{
        width: 83px;
        left:-8px;
    }
    .market__floor > span{
        font-size: 12px;
        width: 75px;
        margin-left: 8px;
        margin-bottom: 18px;
    }

    .market__view{
        width: 67px;
        line-height: 2;
        right: -8px;
    }

    .market__view > span{
        width: 59px;
        font-size: 10px;
        margin-right: 8px;
        margin-bottom: 16px;
    }

    .market__view > span .fas{
        margin-left: 4px;
    }

    .panel-group .note{
        font-size: 12px;
    }

    .panel > canvas {
        margin-left: 79px;
        margin-right: 67px;
    }
}
@media screen and (max-width: 767px) {
    .market--js1{
        width: 100vw;
        margin: 0 calc(50% - 50vw) 0;
    }

    .btn-group{
        overflow-x: auto;
        margin-right: -1px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .btn-group::-webkit-scrollbar {
        display: none;
    }

    .btn--tab {
        padding: 8px 15px;
        font-size: 12px;
        white-space: nowrap;
    }

    .btn--tab:first-child {
        border-left: none;
    }

    .panel-group{
        border-right: none;
        border-left: none;
    }
}
/* ———————————

pagebottom_fixed

——————————— */
#pagebottom_fixed {
    position: fixed;
    z-index: 10000;
    bottom: 0;
    left: 0;
    right: 0;
    height: 73px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.6);
    line-height: 1;
    opacity: 0;
    transition: opacity 0.5s;
}

#pagebottom_fixed .pagebottom_fixed_sub-text {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 12px;
}

#pagebottom_fixed .pagebottom_fixed_sub-text::before {
    content: "\005C";
    margin-right: 4px;
    font-size: 13px;
}
#pagebottom_fixed .pagebottom_fixed_sub-text::after {
    content: "/";
    margin-left: 4px;
    font-size: 13px;
}

#pagebottom_fixed .pagebottom_fixed_button {
    box-sizing: border-box;
    display: flex;
    align-items: baseline;
    width: 320px;
    border-radius: 5px;
    box-shadow: 0 2px 0 0 #e2e7ec;
    background: #ffffff;
    color: #cc0033;
    cursor: pointer;
    margin: 2px auto 0;
    padding: 9px 16px 9px 47px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

#pagebottom_fixed .pagebottom_fixed_button:hover {
    opacity: 0.6;
}

#pagebottom_fixed .pagebottom_fixed_button>p {
    margin: 0 41px 0 10px;
}

#pagebottom_fixed .pagebottom_fixed_button>span {
    background: #f8dede;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#pagetop.is-fixbar {
    bottom: 85px;
}

#footer.is-fixbar {
    padding-bottom: 73px;
}

@media (max-width: 767px) {
    #pagebottom_fixed {
        height: 69px;
    }

    #pagebottom_fixed .pagebottom_fixed_button{
        padding: 6px 16px 7px 83px;
    }

    #pagebottom_fixed .pagebottom_fixed_button i{
        font-size: 14px;
    }

    #pagebottom_fixed .pagebottom_fixed_button>p{
        font-size: 14px;
    }

    #footer.is-fixbar {
        padding-bottom: 69px;
    }
}
/* ———————————

campus-around-image-list-modal

——————————— */
.campus-around-image-list-modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000;
    color: white;
    z-index: 999999;
    overflow: hidden;
    visibility: hidden;
}
.modal-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.modal-close-btn{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #808080;
    text-align: center;
    font-size: 50px;
    cursor: pointer;
    z-index: 20;
}
.modal-slider {
    height: 100%;
}
.swiper-button-next,
.swiper-button-prev {
    position: fixed;
    top: 45%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    color: #808080;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
    color: #ffffff;
}
.swiper-button-prev {
    left: 20px;
}
.swiper-button-next {
    right: 20px;
}
.main-swiper {
    max-width: 1000px;
    height: calc(100% - 90px);
    padding: 20px 0 30px 0;
}
.main-swiper img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
}
.thumbnail-swiper {
    max-width: calc(calc(58px * 20) - 6px);
    padding: 20px 0;
    height: 90px;
}
.thumbnail-swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.thumbnail-swiper .swiper-slide {
    width: 50px;
    height: 50px;
    margin-left: 1px;
    border-radius: 5px;
    opacity: .5;
    overflow: hidden;
    cursor: pointer;
}
.thumbnail-swiper .swiper-slide-thumb-active {
    opacity: 1;
    outline: 1px solid #fff;
}
@media screen and (max-width: 767px) {
    .modal-close-btn{
        top: 10px;
        right: 10px;
    }
    .swiper-button-next,
    .swiper-button-prev {
        width: 30px;
        height: 30px;
    }
    .swiper-button-prev {
        left: 10px;
    }
    .swiper-button-next {
        right: 10px;
    }
    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 30px;
    }
    .main-swiper {
        height: calc(100% - 80px);
    }
    .thumbnail-swiper {
        max-width: 100%;
        height: 80px;
    }
    .thumbnail-swiper .swiper-slide {
        width: 40px;
        height: 40px;
    }
	.ahu-fs-md-22 {
	    font-size: 1rem;
	}
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.mr-auto, .mx-auto {
    margin-right: auto!important;
}
.ml-auto, .mx-auto {
    margin-left: auto!important;
}
@media (min-width: 768px) {
	.ahu-fs-md-20 {
	    font-size: 1.25rem;
	}
	.ahu-fs-md-22 {
	    font-size: 1.375rem;
	}
}
.font-weight-bold {
    font-weight: 700!important;
}
.text-center {
    text-align: center!important;
}
.d-block {
    display: block!important;
}
*, ::after, ::before {
    box-sizing: border-box;
}
.forstudents-contents:last-child{
	padding: 0;
	margin-bottom: 0;
}
/* E N D */
