@charset "UTF-8";
body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    color: #333333;
}

a {
    color: #333;
}

a:hover {
    opacity: 0.6;
    transition: .7s;
}

.sp-only {
    display: none;
}

.sp-read {
    display: none;
}

#top header {
    position: relative;
}

#top .header__inner {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 99;
    position: relative;
}

#top .header__logo img {
    width: 100%;
    max-width: 98px;
}

#top .header__credit {
    font-size: 11px;
}

#top .mv {
    background-color: #e8f3fa;
}

#top .mv__inner {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    padding: 40px 20px 35px;
    display: flex;
    justify-content: space-between;
    background-color: rgba(232, 243, 250, 0.8);
    z-index: 99;
    position: relative;
}

#top .mv__inner__left {
    flex: 1;
    max-width: 645px;
}

#top .mv__h1-description {
    width: 100%;
    max-width: 645px;
    background-color: #0075c2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 50px;
    padding: 15px 20px;
}

#top h1 {
    margin-top: 30px;
}

#top h1 img {
    width: 100%;
    max-width: 634px;
}

#top .lead {
    font-size: 16px;
    font-weight: bold;
    line-height: 2.0;
    margin-top: 30px;
}

#top .lead img {
    width: 100%;
    margin: 0 auto;
}

#top .mv__h1-description p:nth-child(1) {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

#top .mv__h1-description p:nth-child(2) {
    font-size: 14px;
    font-weight: bold;
    color: #0075c2;
    background-color: #fff;
    border-radius: 12px;
    padding: 5px 40px;
}

#top .mv__inner__right img {
    width: 100%;
}

#top #main {
    position: relative;
}

#top .article__inner {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    padding: 70px 20px 0;
    display: flex;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 99;
    position: relative;
}

#top .article__left {
    width: 100%;
    max-width: 320px;
    margin-right: 60px;
}

#top .article__left img {
    width: 100%;
    max-width: 320px;
}

#top .article__right {
    width: 100%;
    max-width: 620px;
}

#top .article__right-flex {
    display: flex;
    justify-content: space-between;
}

#top .article__right__left h2 {
    font-size: 32px;
    line-height: 1.34375;
    font-weight: bold;
}

#top .article__right__left p {
    font-size: 20px;
    line-height: 2.5;
    font-weight: bold;
}

#top .article__right__left p span {
    font-size: 26px;
    line-height: 1.923076923;
}

#top .article__right__right {
    width: 100%;
    max-width: 165px;
}

#top .article__right__right img {
    width: 100%;
}

#top .article__right-flex + p {
    font-size: 16px;
    /*font-weight: bold;*/
    line-height: 2.0;
    margin-top: 30px;
}

#top .next {
    margin-top: 35px;
    width: 100%;
    max-width: 330px;
    border-radius: 50px;
    background-color: #fdd000;
    box-shadow: 0px 6px 0px -1px #b99d19;
}

#top .next:hover {
    background-color: rgba(253, 208, 0, 0.4);
    transition: .7s;
}

#top .next a {
    color: #333;
}

#top .next__inner {
    padding: 18px 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#top .next__inner p {
    font-size: 20px;
    font-weight: bold;
}

#top .next__inner i {
    font-size: 24px;
}

#articles header {
    position: relative;
}

#articles .header__inner {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 99;
    position: relative;
}

#articles .header__logo img {
    width: 100%;
    max-width: 98px;
}

#articles .header__credit {
    font-size: 11px;
}

#articles .mv {
    background-color: #e8f3fa;
}

#articles .mv a {
    position: relative;
    z-index: 9999;
}

#articles .mv a:hover {
    opacity: .6;
}

#articles .mv__inner {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    padding: 40px 80px 35px;
    display: flex;
    justify-content: space-between;
    background-color: rgba(232, 243, 250, 0.8);
    z-index: 99;
    position: relative;
}

#articles .mv__inner__left {

    max-width: 645px;
}

#articles .mv__h1-description {
    width: 100%;
    max-width: 645px;
    background-color: #0075c2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 50px;
    padding: 15px 20px;
}

#articles h1 {
    margin-top: 30px;
}

#articles h1 img {
    width: 100%;
    max-width: 634px;
}

#articles .mv__h1-description p:nth-child(1) {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

#articles .mv__h1-description p:nth-child(2) {
    font-size: 14px;
    font-weight: bold;
    color: #0075c2;
    background-color: #fff;
    border-radius: 12px;
    padding: 5px 40px;
}

#articles .mv__inner__right img {
    width: 100%;
    max-width: 207px;
    padding-left: 10px;
}

#articles #main {
    position: relative;
}

#articles .article__inner {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    padding: 70px 20px 30px;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 99;
    position: relative;
}

#articles .article__heading {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

#articles .article__heading__left {
    width: 100%;
    max-width: 133px;
}

#articles .article__heading__left img {
    width: 100%;
    max-width: 133px;
}

#articles .article__heading__right {
    flex: 1;
    padding: 10px 0 25px;
}

#articles .article__heading__right h2 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.34375;
    text-align: right;
}

#articles .article__heading__right p {
    font-size: 20px;
    font-weight: bold;
    line-height: 2.5;
    text-align: right;
}

#articles .article__heading__right p span {
    font-size: 26px;
    line-height: 1.538461538;
}

#articles .article__heading__border {
    width: 92.5%;
    border-bottom: 10px solid #fdd000;
    position: absolute;
    right: 0;
    bottom: 4px;
}

#articles section {
    padding-top: 65px;
    clear: both;
    min-height: 385px;
}

#articles section figure img {
    width: 100%;
}

#articles section figure figcaption {
    margin-top: 10px;
}

#articles section p {
    font-size: 16px;
    /*font-weight: bold;*/
    line-height: 2.0;
}

#articles section p:nth-of-type(n+2) {
    margin-top: 70px;
}

#articles .fLeft {
    float: left;
    margin-right: 50px;
}

#articles .fRight {
    float: right;
    margin-left: 50px;
}

#articles .article__box {
    background-color: #fff8d6;
    margin-top: 85px;
    clear: both;
}

#articles .article__box__inner {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
    background-color: rgba(255, 248, 214, 0.8);
    z-index: 99;
    position: relative;
}

#articles .article__box__inner h3 {
    font-size: 17px;
    line-height: 2.94117647;
    position: relative;
    background-color: #fff;
    width: 392px;
    border-radius: 0 50px 50px 0;
    text-align: center;
    top: 20px;
    left: -20px;
}

#articles .article__box__inner p {
    font-size: 14px;
    /*font-weight: bold;*/
    line-height: 2.0;
    padding: 35px 15px;
}

#top01 header {
    position: relative;
}

#top01 .header__inner {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 99;
    position: relative;
}

#top01 .header__logo img {
    width: 100%;
    max-width: 98px;
}

#top01 .header__credit {
    font-size: 11px;
}

#top01 .mv {
    background-color: #e8f3fa;
}

#top01 .mv__inner {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    padding: 40px 20px 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: rgba(232, 243, 250, 0.8);
    z-index: 99;
    position: relative;
}

#top01 .mv__inner__left {
    flex: 1;
    max-width: 645px;
}

#top01 .mv__h1-description {
    width: 100%;
    max-width: 645px;
    background-color: #0075c2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 50px;
    padding: 15px 20px;
}

#top01 h1 {
    margin-top: 30px;
}

#top01 h1 img {
    width: 100%;
    max-width: 634px;
}

#top01 .lead {
    font-size: 16px;
    font-weight: bold;
    line-height: 2.0;
    margin-top: 30px;
}

#top01 .lead img {
    width: 100%;
    margin: 0 auto;
}

#top01 .mv__h1-description p:nth-child(1) {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

#top01 .mv__h1-description p:nth-child(2) {
    font-size: 14px;
    font-weight: bold;
    color: #0075c2;
    background-color: #fff;
    border-radius: 12px;
    padding: 5px 40px;
}

#top01 .mv__inner__right img {
    width: 100%;
    max-width: 308px;
    padding-left: 10px;
}

#top01 #main {
    position: relative;
}

#top01 .article__inner {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    padding: 70px 20px 30px;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 99;
    position: relative;
}

#top01 .article__heading {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

#top01 .article__heading__left {
    width: 100%;
    max-width: 133px;
}

#top01 .article__heading__left img {
    width: 100%;
    max-width: 133px;
}

#top01 .article__heading__right {
    flex: 1;
    padding: 10px 0 25px;
}

#top01 .article__heading__right h2 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.34375;
    text-align: right;
}

#top01 .article__heading__right p {
    font-size: 20px;
    font-weight: bold;
    line-height: 2.5;
    text-align: right;
}

#top01 .article__heading__right p span {
    font-size: 26px;
    line-height: 1.538461538;
}

#top01 .article__heading__border {
    width: 92.5%;
    border-bottom: 10px solid #fdd000;
    position: absolute;
    right: 0;
    bottom: 4px;
}

#top01 section {
    margin-top: 65px;
}

#top01 section figure img {
    width: 100%;
}

#top01 section p {
    font-size: 16px;
    /*font-weight: bold;*/
    line-height: 2.0;
}

#top01 section p:nth-of-type(n+2) {
    margin-top: 70px;
}

#top01 .fLeft {
    float: left;
    margin-right: 50px;
}

#top01 .fRight {
    float: right;
    margin-left: 50px;
}

#top01 .article__box {
    background-color: #fff8d6;
    margin-top: 85px;
}

#top01 .article__box__inner {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
    background-color: rgba(255, 248, 214, 0.8);
    z-index: 99;
    position: relative;
}

#top01 .article__box__inner h3 {
    font-size: 17px;
    line-height: 2.94117647;
    position: relative;
    background-color: #fff;
    width: 392px;
    border-radius: 0 50px 50px 0;
    text-align: center;
    top: 20px;
    left: -20px;
}

#top01 .article__box__inner p {
    font-size: 14px;
    /*font-weight: bold;*/
    line-height: 2.0;
    padding: 35px 15px;
}

#back-number {
    background-image: url(images/back-number_bg_top.png), url(images/back-number_bg_bottom.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center, bottom center;
    padding: 7% 0;
    position: relative;
}

.back-number__bg {
    background-color: #0075c2;
}

.back-number__inner {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    padding: 15px 20px 25px;
    background-color: rgba(0, 117, 194, 0.8);
    z-index: 99;
    position: relative;
}

.back-number__inner h2 {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.back-number__inner h2 + p {
    font-size: 14px;
    font-weight: bold;
    color: #0075c2;
    background-color: #fff;
    border-radius: 12px;
    padding: 5px 0;
    text-align: center;
    width: 100%;
    max-width: 166px;
    margin: 20px auto 0;
}

.back-number__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
    align-items: center;
}

.back-number__list__box {
    width: 100%;
    max-width: 310px;
    background-color: #fff;
    margin-top: 30px;
    /*margin-right: 30px;*/
}

.back-number__list__box:nth-child(3n) {
    margin-right: 0;
}

.back-number__list__box a {
    color: #333;
}

.box__img {
    position: relative;
}

.box__img img {
    width: 100%;
}

.box__img img:nth-child(1) {
    position: absolute;
}

.vol {
    position: absolute;
    font-size: 22px;
    font-weight: bold;
    top: 15px;
    left: 15px;
}

.box__name {
    padding: 15px;
    background-color: #fff;
}

.box__name p:nth-child(1) {
    font-size: 14px;
    font-weight: bold;
}

.box__name p:nth-child(2) {
    font-size: 19px;
    font-weight: bold;
    margin-top: 10px;
}

.comment {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.714285714;
    color: #fff;
    margin: 0 auto;
    padding: 20px 0
}

#info {
    position: relative;
}

.info__inner {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    padding: 30px 20px 60px;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 99;
    position: relative;
}

.info__box {
    padding: 43px 50px;
    border: 2px solid #0075c2;
}

.info__box h3 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.076923076;
    color: #0075c2;
    text-align: center;
}

.info__flex-top {
    margin-top: 35px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.info__flex-top p {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.75;
    color: #0075c2;
    width: 100%;
    max-width: 735px;
    flex: 1;
}

.info__flex-top img {
    width: 100%;
    padding: 5px;
}

.info__flex-under {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.info__flex-under img {
    width: 100%;
    padding: 5px;
}

.details {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.714285714;
    text-align: center;
    margin-top: 55px;
}

.details a {
    color: #333;
    text-decoration: underline;
}

.details img {
    margin-top: 20px;
}

#pageTop {
    position: fixed;
    right: 100px;
    bottom: 80px;
    z-index: 9999;
    opacity: 0.9;
}

#pageTop img {
    width: 100%;
    max-width: 62px;
}

footer {
    width: 100%;
    background-color: #0075c2;
}

.copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.copyright p {
    font-size: 13px;
    /*font-weight: bold;*/
    line-height: 1.384615384;
    color: #fff;
    text-align: center;
}

.object {
    position: absolute;
    z-index: 9;
}

.ob01 {
    max-width: 253px;
    top: 0;
    left: 0;
}

.ob02 {
    max-width: 193px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}

.ob03 {
    max-width: 85px;
    top: 30%;
    left: 0;
}

.ob04 {
    max-width: 85px;
    top: 40%;
    right: 0;
}

.ob05 {
    max-width: 85px;
    top: 30%;
    left: 0;
}

.ob06 {
    max-width: 91px;
    top: 10%;
    right: 0;
}

.ob07 {
    max-width: 193px;
    top: 60%;
    left: 0;
}

.ob08 {
    max-width: 85px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}

.ob09 {
    max-width: 253px;
    bottom: 0;
    right: 0;
}

.ob10 {
    max-width: 85px;
    top: 70%;
    left: 0;
}

.ob11 {
    max-width: 85px;
    top: 72%;
    margin: auto;
    right: 0;
}

@media screen and (max-width: 1005px) {
    #articles .article__heading__border {
        display: none;
    }

    #top01 .article__heading__border {
        display: none;
    }
}

@media screen and (max-width: 970px) {
    .back-number__list {
        justify-content: space-around;
    }

    .back-number__list__box {
        margin-right: 0;
    }

    .comment {
        margin-top: 20px;
    }
}

@media screen and (max-width: 750px) {
    .pc-only {
        display: none;
    }

    .sp-only {
        display: block;
    }
    .sp-read {
        display: inline;
    }

    #top .header__inner {
        max-width: 750px;
        padding: 18px;
    }
    #top .header__logo img {
        width: 74px;
    }
    #top .header__credit {
        font-size: 9px;
    }
    #top .mv__inner {
        flex-wrap: wrap;
        padding: 30px 20px;
        justify-content: center;
    }
    #top .mv__inner__left {
        flex: auto;
        margin: 0 auto;
        text-align: center;
    }
    #top .mv__h1-description {
        padding: 10px 20px;
        flex-wrap: wrap;
    }
    #top .mv__h1-description p:nth-child(1) {
        width: 100%;
        text-align: center;
    }
    #top .mv__h1-description p:nth-child(2) {
        margin: 10px auto 0;
        text-align: center;
    }
    #top .lead {
        font-size: 14px;
        margin-bottom: 10px;
    }
    #top .mv__inner__right {
        margin: 20px auto 0;
    }
    #top .mv__inner__right img {
        padding: 0;
    }
    #top .article__inner {
        padding: 40px 20px 0;
        flex-wrap: wrap;
        display: block;
    }
    #top .article__left {
        margin: 0 auto;
        order: 2;
    }
    #top .article__right-flex {
        flex-wrap: wrap;
    }
    #top .article__right__left {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    #top .article__right__left h2 {
        font-size: 24px;
        line-height: 1.4;
        margin-bottom: 20px;
        width: 100%;
        text-align: center;
    }
    #top .article__right__left h2 + a img {
        width: 54px;
        height: 54px;
        margin-right: 10px;
    }
    #top .article__right__left p {
        font-size: 17px;
        line-height: 1.2;
    }
    #top .article__right__left p + div {
        width: 100%;
        text-align: center;
    }
    #top .article__right__left p + div img {
        margin-top: 20px;
        width: 100%;
        max-width: 320px;
    }
    #top .article__right__left p span {
        font-size: 22px;
        line-height: 2;
    }
    #top .article__right-flex + p {
        margin-top: 20px;
    }
    #top .next {
        max-width: 250px;
        margin: 35px auto;
    }
    #top .next__inner {
        padding: 10px 30px;
    }

    #articles .header__inner {
        max-width: 750px;
        padding: 18px;
    }
    #articles .header__logo img {
        width: 74px;
    }
    #articles .header__credit {
        font-size: 9px;
    }
    #articles .mv__inner {
        flex-wrap: wrap;
        padding: 30px 20px;
        justify-content: center;
    }
    #articles .mv__inner__left {
        flex: auto;
    }
    #articles .mv__h1-description {
        padding: 10px 20px;
        flex-wrap: wrap;
    }
    #articles .mv__h1-description p:nth-child(1) {
        width: 100%;
        text-align: center;
    }
    #articles .mv__h1-description p:nth-child(2) {
        margin: 10px auto 0;
        text-align: center;
    }
    #articles .mv__inner__right {
        margin: 20px auto 0;
    }
    #articles .mv__inner__right img {
        padding: 0;
        max-width: 308px;
    }
    #articles .article__inner {
        padding: 40px 20px 0;
        flex-wrap: wrap;
    }
    #articles .article__heading__right {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    #articles .article__heading__right h2 {
        font-size: 24px;
        line-height: 1.4;
        margin-bottom: 20px;
        width: 100%;
        text-align: center;
    }
    #articles .article__heading__right h2 + img {
        width: 54px;
        height: 54px;
        margin-right: 10px;
    }
    #articles .article__heading__right p {
        font-size: 17px;
        line-height: 1.2;
        text-align: left;
    }
    #articles section {
        /*margin-top: 0;*/
        padding-top: 0;
    }
    #articles .fLeft {
        float: none;
        text-align: center;
        margin-right: 0;
    }
    #articles .fRight {
        float: none;
        text-align: center;
        margin-left: 0;
        margin-top: 20px;
    }
    #articles section p:nth-of-type(1) {
        margin-top: 20px;
    }
    #articles section p:nth-of-type(n+2) {
        margin-top: 20px;
    }
    #articles .article__box {
        margin: 35px 0;
    }
    #articles .article__box__inner h3 {
        width: 100%;
        max-width: 392px;
        line-height: 1.4;
        padding: 5px;
        text-align: left;
        padding-left: 35px;
    }

    #top01 .header__inner {
        max-width: 750px;
        padding: 18px;
    }
    #top01 .header__logo img {
        width: 74px;
    }
    #top01 .header__credit {
        font-size: 9px;
    }
    #top01 .mv__inner {
        flex-wrap: wrap;
        padding: 30px 20px;
        justify-content: center;
    }
    #top01 .mv__inner__left {
        flex: auto;
    }
    #top01 .mv__h1-description {
        padding: 10px 20px;
        flex-wrap: wrap;
        justify-content: center;
    }
    #top01 .mv__h1-description p:nth-child(1) {
        width: 100%;
        text-align: center;
    }
    #top01 .mv__h1-description p:nth-child(2) {
        margin: 10px auto 0;
        text-align: center;
    }
    #top01 .lead {
        font-size: 14px;
        margin-bottom: 10px;
    }
    #top01 .mv__inner__right {
        margin: 20px auto 0;
    }
    #top01 .mv__inner__right img {
        padding: 0;
    }
    #top01 .article__inner {
        padding: 40px 20px 0;
        flex-wrap: wrap;
    }
    #top01 .article__heading__right {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    #top01 .article__heading__right h2 {
        font-size: 24px;
        line-height: 1.4;
        margin-bottom: 20px;
        width: 100%;
        text-align: center;
    }
    #top01 .article__heading__right h2 + img {
        width: 54px;
        height: 54px;
        margin-right: 10px;
    }
    #top01 .article__heading__right p {
        font-size: 17px;
        line-height: 1.2;
        text-align: left;
    }
    #top01 section {
        margin-top: 0;
    }
    #top01 .fLeft {
        float: none;
        text-align: center;
        margin-right: 0;
    }
    #top01 .fRight {
        float: none;
        text-align: center;
        margin-left: 0;
        margin-top: 20px;
    }
    #top01 section p:nth-of-type(1) {
        margin-top: 20px;
    }
    #top01 section p:nth-of-type(n+2) {
        margin-top: 20px;
    }
    #top01 .article__box {
        margin: 35px 0;
    }
    #top01 .article__box__inner h3 {
        width: 100%;
        max-width: 392px;
        line-height: 1.4;
        padding: 5px;
        text-align: left;
        padding-left: 35px;
    }

    .back-number__inner h2 {
        font-size: 24px;
        line-height: 1.4;
    }

    .back-number__list {
        justify-content: space-around;
        margin-top: 0;
    }

    .info__inner {
        padding: 30px 20px;
    }

    .info__box {
        padding: 30px 20px 15px;
    }

    .info__box h3 {
        font-size: 21px;
        line-height: 1.142857142;
    }

    .info__flex-top {
        margin-top: 20px;
        justify-content: center;
    }

    .info__flex-top p {
        flex: auto;
    }

    .info__flex-top img {
        margin: 0 auto;
        padding: 30px 0 15px;
    }

    .info__flex-under {
        margin-top: 0;
    }

    .info__flex-under img {
        padding: 10px 0 15px;
    }

    .details {
        margin-top: 30px;
    }

    .copyright p {
        font-size: 10px;
        line-height: 1.9;
    }

    #pageTop {
        right: 30px;
        bottom: 30px;
    }

    #pageTop img {
        width: 80%;
    }

    .ob01,
    .ob02,
    .ob03,
    .ob04,
    .ob05,
    .ob06,
    .ob07,
    .ob08,
    .ob09,
    .ob10,
    .ob11 {
        display: none;
    }
}



/*20200518追加*/

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

@media screen and (max-width: 750px) {
    .mb20,
    .mb30,
    .mb40,
    .mb50 {
        margin-bottom: 0;
    }
}


/*20200622*/

.right__inner {
    font-weight: bold;
    margin-left: 20px;
    line-height: 1.4;
    border: 3px solid #f00;
    border-radius: 10px;
    padding: 20px;
    min-width: 406px;
}

.right__flex {
    display: flex;
    margin-top: 10px;
}

.right__flex div p {
    max-width: 200px;
    margin-left: 20px;
}

.right__flex div:nth-of-type(1) {
    flex: 1;
}

.right__flex div:nth-of-type(1) img {
    width: 100%;
    max-width: 140px;
}

.button {
    margin: 20px 0 0 10px;
}

.button .button__inner {
    border: 1px solid #000;
    height: 30px;
    line-height: 30px;
    max-width: 120px;
    text-align: center;
    margin: 0 auto;
    background: #fff;
}

.button .button__inner p {
    margin: 0;
}

.button .button__inner p a {
    display: block;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 750px) {
    .right__inner {
        font-size: 14px;
        margin: 0 auto;
        min-width: inherit;
        max-width: 400px;
    }
    .button {
        margin: 20px 0 0;
    }
    .right__flex {
        display: block;
        text-align: center;
    }
    .right__flex div p {
        max-width: 400px;
        margin-left: 0;
        margin-top: 10px;
    }
}
