@charset "utf-8";


#index.contents #main {
    width: 1200px;
    margin: 0 auto 20px;
    position: relative;
}

/* ────────────────────── *
 *                                              *
 * 汎用　　                                     *
 *                                              *
 * ────────────────────── */
.contents #main h1 {
    font-size: 40px;
    font-family: 'Shippori Mincho', serif;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
    position: absolute;
    top: 110px;
    left: 0;
}
.contents #main p {
    font-size: 20px;
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
    position: absolute;
    top: 60px;
    left: 0;
}
.contents #main h1 span,
.contents #main p span {
    background: #fff;
    display: block;
    padding: 10px;
}
.contents #main figure {
    width: 82.5vw;
    margin-left: auto;
}
.contents .inner {
    width: 1000px;
    margin: 0 auto;
}
.contents dl {
    width: 800px;
    margin: 0 auto 50px;
}
.contents dl dt {
    font-size: 28px;
    text-align: center;
    line-height: 1;
    font-family: 'Shippori Mincho', serif;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.contents dl dt span {
    font-size: 42px;
    color: #888;
    margin-bottom: 30px;
    display: block;
}
.contents dl dt:after {
    content: '';
    width: 40px;
    height: 1px;
    background: #888;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.contents dl dd {
    font-size: 16px;
    line-height: 1.8;
}
.contents .plan {
    margin-bottom: 70px;
    padding-top: 10px;
}
.grade {
    text-align: center;
    margin-bottom: 70px;
}
.grade p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 40px;
}
.other-link {
    width: 1000px;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 100px;
}
.other-link h2 {
    text-align: center;
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 50px;
    background: url("../../image/concept/dot.png") repeat-x center center;
}
.other-link h2 span {
    background: #fff;
    display: inline-block;
    padding: 0 20px;
}
.other-link ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
    width: 800px;
    margin: 0 auto;
}
.other-link ul li {
    width: 180px;
}
.other-link ul li span {
    display: block;
    text-align: center;
    font-size: 14px;
    padding-top: 10px;
}
