@charset "utf-8";

.content {
    position: relative;
    width   : 100%;
    color: #282828;
}

.contentBox {
    position: relative;
    width   : 100%;
}

.contentInner {
    position  : relative;
    width     : 100%;
    padding   : 0 10%;
    box-sizing: border-box;
}

/* ---------------------- */
.title-logo {
    position   : relative;
    width      : 56.8%;
    height     : auto;
    margin     : 0 auto;
    display    : block;
    padding-top: 6.25%;
}

.content-title {
    position   : relative;
    color      : #da464f;
    font-weight: bold;
    text-align : center;
    margin     : 0;
    padding    : 0.5em 0;
}

.content-text {
    position   : relative;
    margin     : 0;
    padding    : 0 1em 1em;
    font-weight: bold;
    text-align : justify;
}
.contentBox:nth-child(1) .content-text {
    padding-top: 1em;
}
.pic_text {
    position: relative;
    width   : 100%;
}

.pic_text img {
    position     : relative;
    width        : 52%;
    height       : auto;
    display      : block;
    float        : left;
    margin-right : 1em;
    margin-bottom: 3em;
}

.pic_text p {
    position   : relative;
    margin     : 0;
    text-align : justify;
    line-height: 1.5em;
}

.area-blue {
    position        : relative;
    width           : 100%;
    background-color: #e7e7e7;
    padding         : 5.4vw;
    box-sizing      : border-box;
    box-shadow      : 10px 10px 13px rgba(0, 0, 0, 0.2);
    margin-bottom   : 20px;
    display         : inline-block;
    margin          : 1em 0 20px;
}

.area-blue p {
    position     : relative;
    margin       : 0;
    margin-bottom: 2em;
    line-height  : 1.5em;
    text-align   : justify;
}

.area-blue a {
    display: block;
}

.img-qr {
    position: relative;
    float   : right;
    ;
    text-align: center;
    z-index   : 99;
}

.img-qr img {
    position: relative;
    width   : 14.6vw;
    height  : auto;
}

.img-qr p {
    position: relative;
    margin  : 0;
    color   : #3b62b2;
}

.area-award {
    position: relative;
    width   : 100%;
}

.area-award p {
    position        : absolute;
    top             : 0;
    left            : 0;
    margin          : 0;
    background-color: #da464f;
    color           : #ffffff;
    display         : block;
    padding         : 0 0.2em;
}

.area-award ul {
    position       : relative;
    display        : inline-block;
    list-style-type: none;
    margin         : 0;
    padding-left   : 5em;
    line-height    : 1.5em;
    font-weight    : bold;
}

.area-award li {
    position     : relative;
    padding-left : 1.2em;
    margin-bottom: 0.5em;
}

.area-award li::before {
    position: absolute;
    content : "";
    top     : 0.5em;
    left    : 0;
    width: 0.5em;
    height: 0.5em;
    background-color: #4f4f4f;
    transform: rotate(45deg);
}

/* ------------------------ */
strong {
    color: #da464f;
}

.fs-center {
    text-align: center;
}

.fs-big {
    font-weight: bold;
}

.img-full {
    position: relative;
    width   : 100%;
    height  : auto;
    display : block;
}

/* --------------- bg --------------- */
.contentBox:nth-child(odd) {
    background-color: #ededed;
    padding-bottom  : 6.25vw;
}

.contentBox:nth-child(odd)::after {
    position        : relative;
    content         : "";
    width           : 0;
    height          : 0;
    bottom          : -6.25vw;
    left            : 0;
    border-style    : solid;
    border-width    : 6.25vw 50vw 0 50vw;
    border-color    : #ededed #ffffff transparent #ffffff;
    background-color: #ffffff;
}

.contentBox:nth-child(even) {
    padding-bottom: 6.25vw;
}

.contentBox:nth-child(even)::after {
    position        : relative;
    content         : "";
    width           : 0;
    height          : 0;
    bottom          : -6.25vw;
    left            : 0;
    border-style    : solid;
    border-width    : 6.25vw 50vw 0 50vw;
    border-color    : #ffffff #ededed transparent #ededed;
    background-color: #ededed;
}

.contentBox:nth-last-child(2) {
    padding-bottom: 0;
}

.contentBox:nth-last-child(2)::after {
    display: none;
}

.contentBox:nth-last-child(1)::before {
    position        : absolute;
    content         : "";
    width           : 0;
    height          : 0;
    top             : 0;
    left            : 0;
    border-style    : solid;
    border-width    : 6.25vw 50vw 0 50vw;
    border-color    : #ffffff transparent transparent transparent;
    background-color: transparent;
    z-index         : 1;
}

.contentBox:nth-last-child(1)::after {
    display: none;
}

.contentBox:nth-last-child(1) {
    background-color: #da464f;
    padding-bottom  : 6.25vw;
}

/* ---------------------------- */
@media screen and (min-width: 600px) {
    .pic_text img {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 999px) {
    .title-logo {
        width         : initial;
        padding-top   : 80px;
        padding-bottom: 20px;
    }
}

@media screen and (min-width: 1280px) {
    .contentInner {
        position  : relative;
        width     : 1000px;
        padding   : 0;
        box-sizing: border-box;
        margin    : 0 auto;
    }

    .img-qr img {
        width: initial;
    }
}