@charset "UTF-8";
main a {
    color: #cf5095;
}


/* PC */

@media print,
screen and (min-width: 768px) {
    body {
        word-break: break-all;
    }
}

body {
    background: #f4f3f3;
}


/* PC */

@media print,
screen and (min-width: 768px) {
    /* 下層共通 */
    main:not(#TOP) {
        margin-bottom: 100px;
    }
    #area_h1 {
        background: url("../img/common/img-h1@2x.jpg") no-repeat;
        background-size: cover;
        min-height: auto;
        padding: 15px 0 !important;
        color: #fff;
        margin-bottom: 50px;
    }
    #area_h1 .breadcrumb {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 45px;
        padding: 0 30px !important;
    }
    #area_h1 .breadcrumb li {
        font-size: 1.4rem;
        position: relative;
        line-height: 1;
    }
    #area_h1 .breadcrumb li:not(:last-of-type) {
        padding-right: 20px;
    }
    #area_h1 .breadcrumb li:not(:last-of-type):after {
        content: ">";
        position: absolute;
        right: 7px;
    }
    #area_h1 h1 {
        max-width: 970px;
        padding-left: 30px;
        margin: auto;
        font-weight: bold;
        font-size: 5rem;
        line-height: 1;
        letter-spacing: 0.075em;
    }
    #area_h1 h1 span {
        font-size: 1.6rem;
        display: block;
        margin-top: 20px;
    }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 2),
only screen and (min-width: 768px) and (min-device-pixel-ratio: 2),
only screen and (min-width: 768px) and (min-resolution: 192dpi),
only screen and (min-width: 768px) and (min-resolution: 2dppx) {
    background: url("../img/common/img-h1@2x.jpg") no-repeat;
    background-size: cover;
}

@media print,
screen and (min-width: 768px) {
    .whbox:not(:last-of-type) {
        margin-bottom: 80px;
    }
    .whbox.flbox {
        padding: 50px !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        background: #fff;
    }
    .whbox.flbox h2 {
        text-align: left !important;
        font-size: 2.4rem !important;
        font-weight: bold;
        line-height: 1.4;
        position: relative;
        margin-bottom: 50px;
    }
    .whbox.flbox h2:before {
        position: absolute;
        top: 0.75em;
        left: -50px;
        content: '';
        display: block;
        width: 20px;
        height: 3px;
        background: #c3247b;
    }
    .whbox.flbox h3 {
        font-size: 1.8rem;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .whbox.flbox .LFT {
        width: 38.55%;
    }
    .whbox.flbox .RGT {
        width: 61.45%;
    }
    .whbox.flbox section {
        padding: 15px 0 !important;
    }
    .whbox.flbox>section {
        padding: 0 !important;
    }
    .whbox.flbox p:not(:last-of-type) {
        margin-bottom: 10px;
    }
    .whbox.flbox p a {
        color: #c3247b;
        text-decoration: underline;
    }
    .whbox .lowerbtn {
        display: inline-block;
        background: #222222;
        color: #fff;
        font-weight: bold;
        padding: 15px 40px;
        border: 1px solid #222;
        border-radius: 0 0 20px 0;
    }
    .whbox .lowerbtn:hover {
        background: #fff;
        color: #222;
    }
    .whbox .w100 {
        width: 100%;
    }
    .whbox .w100 p.sub {
        font-size: 1.4rem;
        text-align: right;
    }
    /* press */
    .media__nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 25px;
    }
    .media__nav li {
        width: 25%;
        line-height: 58px;
        text-align: center;
        border-right: 1px solid #9f9f9f;
        cursor: pointer;
    }
    .media__nav li:first-child {
        border-left: 1px solid #9f9f9f;
    }
    .media__nav li.current {
        color: #000 !important;
        background: #ffeef8 !important;
        border-bottom: 2px solid #e40682;
    }
    .media .table-news {
        color: #000;
        font-size: 1.6rem;
        width: 100%;
        margin: 0 auto;
    }
    .media .table-news td {
        padding: 20px 0;
    }
    .media .table-news tr:not(:last-of-type) {
        border-bottom: 1px solid #999;
    }
    .media .table-news-td2 {
        font-size: 1.8rem;
        font-weight: bold;
        text-align: center;
    }
    .media .table-news-td3 {
        width: 145px;
    }
    .media .table-news__content:nth-of-type(2) {
        width: 300px;
    }
    .media .table-news a {
        color: #000;
    }
    .media .tab-pane {
        display: none;
    }
    .media .tab-pane.firstView {
        display: block;
        background: none !important;
    }
    .media .year {
        color: #e4007f !important;
        font-size: 1.8rem;
        font-weight: bold;
    }
    .shape {
        width: 100%;
        line-height: 1;
        margin-bottom: 25px !important;
        font-size: 2rem;
        font-weight: bold;
    }
    .logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 700px;
        margin: auto;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .logo:first-of-type {
        margin-bottom: 50px;
    }
    .logo__blk {
        width: 45.7%;
        text-align: center;
    }
    .logo__blk--img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 15px;
        border: 1px solid #cccccc;
        height: 200px;
        margin-bottom: 20px;
    }
    .logo__blk--download {
        line-height: 1;
        display: inline-block;
        font-weight: bold;
        padding: 10px 40px;
        border: 2px solid #222;
        border-radius: 0 0 20px 0;
    }
    .logo__blk--download:hover {
        background: #222;
        color: #fff;
    }
}

.table-news__content a {
    color: #e4007f !important;
    tex-decoration: underline !important;
}


/* SP */

@media print,
screen and (max-width: 768px) {
    /* 下層共通 */
    main:not(#TOP) {
        margin-bottom: 50px;
    }
    #area_h1 {
        background: url("../img/common/img-h1@2x.jpg") no-repeat;
        background-size: cover;
        min-height: 130px;
        padding: 15px 0 !important;
        color: #fff;
        margin-bottom: 30px;
    }
    #area_h1 .breadcrumb {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 30px;
        padding: 0 5% !important;
    }
    #area_h1 .breadcrumb li {
        font-size: 1.2rem;
        position: relative;
        line-height: 1;
    }
    #area_h1 .breadcrumb li:not(:last-of-type) {
        padding-right: 20px;
    }
    #area_h1 .breadcrumb li:not(:last-of-type):after {
        content: ">";
        position: absolute;
        right: 7px;
    }
    #area_h1 h1 {
        padding-left: 5%;
        margin: auto;
        font-weight: bold;
        font-size: 2.8rem;
        line-height: 1;
        letter-spacing: 0.05em;
    }
    #area_h1 h1 span {
        font-size: 1.3rem;
        display: block;
        margin-top: 10px;
    }
    .whbox {
        width: 90%;
        margin: auto;
    }
    .whbox:not(:last-of-type) {
        margin-bottom: 40px;
    }
    .whbox.flbox {
        padding: 25px !important;
        background: #fff;
    }
    .whbox.flbox h2 {
        text-align: left !important;
        font-size: 2.4rem !important;
        font-weight: bold;
        line-height: 1.4;
        position: relative;
        margin-bottom: 15px;
    }
    .whbox.flbox h2:before {
        position: absolute;
        top: 0.65em;
        left: -26px;
        content: '';
        display: block;
        width: 15px;
        height: 4px;
        background: #c3247b;
    }
    .whbox.flbox h3 {
        font-size: 1.8rem;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .whbox.flbox section {
        margin: 15px 0 !important;
        padding: 0 !important;
    }
    .whbox.flbox p:not(:last-of-type) {
        margin-bottom: 10px;
    }
    .whbox.flbox p a {
        color: #c3247b;
        text-decoration: underline;
    }
    .lowerbtn {
        display: inline-block;
        background: #222222;
        color: #fff;
        font-weight: bold;
        padding: 15px 40px;
        border: 1px solid #222;
        border-radius: 0 0 20px 0;
    }
    .lowerbtn:hover {
        background: #fff;
        color: #222;
    }
    .w100 {
        width: 100%;
    }
    .w100 p.sub {
        font-size: 1.4rem;
        text-align: right;
    }
    /* press */
    .media__nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 25px;
    }
    .media__nav li {
        width: 25%;
        line-height: 38px;
        text-align: center;
        border-right: 1px solid #9f9f9f;
    }
    .media__nav li:nth-child(4n+1) {
        border-left: 1px solid #9f9f9f;
    }
    .media__nav li.current {
        color: #000 !important;
        background: #ffeef8 !important;
        border-bottom: 2px solid #e40682;
    }
    .media .table-news {
        color: #000;
        font-size: 1.4rem;
        width: 100%;
        margin: 0 auto;
    }
    .media .table-news td {
        display: block;
        padding: 10px 0;
    }
    .media .table-news tr {
        border-bottom: 1px solid #999;
    }
    .media .table-news-td2 {
        display: none !important;
    }
    .media .table-news-td3 {
        font-weight: bold;
    }
    .media .table-news__content:nth-of-type(3) {
        padding-bottom: 20px;
    }
    .media .table-news a {
        color: #000;
    }
    .media .table-news__content a {
        text-decoration: underline;
    }
    .media .tab-pane {
        display: none;
    }
    .media .tab-pane.firstView {
        display: block;
        background: none !important;
    }
    .media .year {
        color: #e4007f !important;
        font-size: 1.6rem;
        font-weight: bold;
    }
    .shape {
        width: 100%;
        line-height: 1;
        margin-bottom: 15px !important;
        font-size: 2rem;
        font-weight: bold;
        margin-top: 50px;
    }
    .logo {
        margin: auto;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .logo__blk {
        text-align: center;
    }
    .logo__blk:first-of-type {
        margin-bottom: 30px;
    }
    .logo__blk--img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 30px;
        border: 1px solid #cccccc;
        height: 200px;
        margin-bottom: 20px;
    }
    .logo__blk--download {
        line-height: 1;
        display: inline-block;
        font-weight: bold;
        padding: 10px 40px;
        border: 2px solid #222;
        border-radius: 0 0 20px 0;
    }
    .logo__blk--download:hover {
        background: #222;
        color: #fff;
    }
}


/*# sourceMappingURL=maps/pp.css.map */

#area_h1 h1 {
    text-transform: uppercase;
}

#area_h1 h1 span {
    text-transform: none;
}

@media print,
screen and (max-width: 768px) {
    #area_h1 .breadcrumb {
        flex-wrap: wrap;
        height: 12px;
        overflow: visible;
    }
}

/* News */

h1.h1 {
    font-size: 1.8rem;
	margin-bottom: 2rem;
}