@charset "UTF-8";

/*----------------------------------------
	RESET
-----------------------------------------*/

@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap&subset=japanese");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul,
li {
    list-style: none !important;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after {
    content: '';
    content: none;
}

q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.mincho {
    font-family: "Noto Serif JP";
}

.softly:hover {
    -webkit-box-shadow: 0px 0px 8px 3px #ccc;
    box-shadow: 0px 0px 8px 3px #ccc;
}

.softly:hover a {
    color: #eb46a2;
}

.inrWidth {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

.outerWidth {
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
}

.fullWidth {
    margin-right: auto;
    margin-left: auto;
}

@media screen and (min-width: 1200px) {
    .fullWidth {
        width: 1200px;
    }
    .inrWidth {
        width: 1000px;
    }
}

@media screen and (min-width: 1100px) and (max-width: 1200px) {
    .fullWidth {
        width: 100%;
    }
    .outerWidth {
        width: 1100px;
    }
    .inrWidth {
        width: 1000px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .fullWidth {
        width: 90% !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
    .outerWidth {
        width: 95% !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
    .inrWidth {
        width: 95% !important;
    }
}

@media screen and (max-width: 768px) {
    .inrWidth {
        width: 90%;
    }
    .outerWidth {
        width: 90% !important;
    }
    .fullWidth {
        width: 90% !important;
    }
}

main,
header,
footer,
section {
    display: block;
}

label {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}


/*----------------------------------------
BODY
-----------------------------------------*/

html {
    font-size: 62.5%;
}

body {
    font-family: "Noto Serif JP";
    color: #000;
    background: #fff;
    position: relative;
    width: 100%;
    word-break: break-all;
    line-height: 1.75;
    font-weight: normal;
    letter-spacing: 0.075em;
}

img {
    margin: 0;
    padding: 0;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

* {
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
}

a {
    text-decoration: underline;
    color: #0d93ba;
    -webkit-tap-highlight-color: transparent;
}

/* a:hover {
    color: #eb46a2!important;
} */

input[type="text"],
input[type="password"],
textarea,
select {
    outline: none;
}

.breadcrumb {
    overflow-y: scroll;
    -ms-overflow-style: none;
    /* IE, Edge 対応 */
    scrollbar-width: none;
    /* Firefox 対応 */
}

.breadcrumb::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
}

.fw {
    font-weight: bold;
}

.udl {
    font-size: 18px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(0%, #000));
    background: linear-gradient(transparent 75%, #000 0%);
}

.abr {
    display: inline-block;
}

.df {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ctr {
    text-align: center;
}

.lft {
    text-align: left;
}

.rgt {
    text-align: right;
}

.indent {
    text-indent: -1em;
    padding-left: 1em;
}

.indent15 {
    text-indent: -1.5em;
    padding-left: 1.5em;
}

#pageTop {
    position: fixed;
    bottom: 20px;
    right: 0;
    font-size: 77%;
    text-align: right;
}

#pageTop a {
    color: #fff;
    text-align: center;
    display: block;
    border-radius: 5px;
}

#pageTop a:hover {
    text-decoration: none;
}

.imgFull img {
    width: 100%;
}

a.over:hover {
    opacity: 0.6;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mt80 {
    margin-top: 80px;
}

.mt90 {
    margin-top: 90px;
}

.mt100 {
    margin-top: 100px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb90 {
    margin-bottom: 90px;
}

.mb100 {
    margin-bottom: 100px;
}

.red {
    color: red;
}


/* --YouTubeサイズ調整-- */

.video {
    position: relative;
    height: 0;
    padding: 30px 0 56.25%;
    overflow: hidden;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 769px) {
    body {
        font-size: 1.8rem;
    }
    .spbr {
        display: none;
    }
    .sp {
        display: none !important;
    }
    .pc {
        display: block;
    }
    a[href^="tel:"] {
        pointer-events: none;
    }
    a:hover {
        opacity: 0.8;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }
    a img {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        opacity: 1;
    }
    a:hover img {
        opacity: 0.7;
    }
    a[href^="tel:"] {
        pointer-events: none;
    }
}

@media screen and (max-width: 768px) {
    body {
        font-size: 1.4rem;
    }
    .pcbr {
        display: none;
    }
    .sp {
        display: block;
    }
    .pc {
        display: none !important;
    }
}


/*----------------------------------------
HEADER / FOOTER
-----------------------------------------*/

header a,
footer a {
    text-decoration: none;
}

/* header {
    z-index: 99;
    background: #fff;
} */

header .head__blk a:hover {
    color: #e40682 !important;
}

header .head__blk--target {
    font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}

header .head__blk--target a {
    color: #fff;
}

header .head__blk--global a {
    color: #000;
}

header .head__blk--global ul li.curt {
    border-bottom: 2px solid #000;
}

/* footer {
    font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
} */

footer a {
    color: #fff;
}

#search_wrapper {
    display: none;
    padding: 0 12px;
    margin-top: -2px;
}

.searchbtn {
    cursor: pointer;
}

.modal_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.search-form {
    border: 1px solid #b4b4b4;
    border-radius: 15px;
    padding: 0 9px 0 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    overflow: hidden;
}

.search-field {
    border: none;
    outline: none;
    width: 150px;
    height: 25px;
}

.search-submit {
    width: 14px;
    height: 14px;
    vertical-align: middle;
}

.modal_close a {
    position: relative;
    width: 14px;
    height: 14px;
    display: block;
    margin-left: 10px;
}

.modal_close a::before,
.modal_close a::after {
    content: "";
    background: #b4b4b4;
    width: 18px;
    height: 2px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
}

.modal_close a::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.modal_close a::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* PC */

@media screen and (min-width: 769px) {
    /* header {
        position: fixed;
        width: 100%;
    } */
    header .head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    header .head--logo {
        width: 26.78%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    header .head--logo a {
        display: block;
        padding: 0 5%;
        width: 100%;
        max-width: 320px;
    }
    header .head__blk {
        width: 73.22%;
    }
    header .head__blk--target {
        background: #000;
        padding: 10px 10px 10px 30px;
    }
    header .head__blk--target ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 1.2rem;
    }
    header .head__blk--target ul li:nth-of-type(-n+4) {
        margin-right: 55px;
    }
    header .head__blk--target ul li:last-of-type {
        margin-left: 35px;
    }
    header .head__blk--contact {
        margin-left: 20px;
        position: relative;
    }
    header .head__blk--language {
        color: #fff;
        font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
        font-size: 1.1rem;
        font-weight: bold;
    }
    header .head__blk--language span {
        color: #999;
    }
    header .head__blk--access {
        margin-left: auto;
        position: relative;
    }
    header .head__blk .pop {
        opacity: 0;
        -webkit-transition: 0.2s;
        transition: 0.2s;
        position: absolute;
        border: 1px solid #666;
        background: #fff;
        padding: 5px 10px;
        border-radius: 3px;
        line-height: 1;
        font-weight: bold;
        width: 80px;
        top: 25px;
        text-align: center;
        /* bottom: 0; */
        left: 50%;
        margin-left: -40px;
        font-size: 1rem;
    }
    header .head__blk--global {
        padding: 10px 10px 10px 30px;
    }
    header .head__blk--global ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: 1.6rem;
    }
    header .head__blk--global ul.accordion-sub {
        display: none;
    }
    header .head__blk--links {
        color: #fff;
    }
    footer {
        background: url(../img/common/bg-footer.png), #000;
        background-position: top;
        padding-top: 165px;
        background-repeat: repeat-x;
    }
    footer .foot {
        font-size: 1.2rem;
        color: #fff;
    }
    footer .foot__blk {
        padding: 30px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    footer .foot__blk li:nth-of-type(-n+3) {
        margin-right: 10px;
    }
    footer .foot__blk li:nth-child(n+4) {
        margin-left: 30px;
    }
    footer .foot__blk li:last-of-type {
        margin-left: auto;
    }
    footer .foot__blk--links {
        color: #fff;
    }
    footer .foot--copyright {
        text-align: center;
        padding-bottom: 70px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
    footer .foot__blk {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    footer .foot__blk li br {
        display: none;
    }
    footer .foot__blk li:last-of-type {
        width: 100%;
        margin-top: 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
    .head__blk--target {
        padding: 10px !important;
    }
    .head__blk--target ul li:nth-of-type(-n+4) {
        margin-right: 15px !important;
    }
    .head__blk--global {
        padding: 10px !important;
    }
    .head__blk--global ul {
        font-size: 1.3rem !important;
    }
}


/* SP */

@media screen and (max-width: 768px) {
    body.drawer-open {
        overflow: hidden;
    }
    .title {
        padding-top: 80px;
    }
    .title--sub {
        font-size: 1.3rem;
        margin-bottom: 10px;
        line-height: 1;
    }
    .title--main {
        font-size: 2rem;
        line-height: 1.4;
        font-weight: bold;
        margin-bottom: 15px;
    }
    .breadcrumb {
        overflow: auto;
        white-space: nowrap;
        font-size: 1rem;
        font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        padding: 8px 0;
        margin-bottom: 30px;
    }
    .breadcrumb--parent {
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }
    .breadcrumb--child a {
        color: #000;
        letter-spacing: 0;
        text-decoration: none;
    }
    .breadcrumb--child:not(:last-of-type):after {
        content: '▲';
        -webkit-transform: rotate(90deg) scale(0.5);
        transform: rotate(90deg) scale(0.5);
        font-size: 1rem;
        display: inline-block;
        padding: 0 8px;
        line-height: 1;
    }
    .breadcrumb--child:last-of-type {
        padding-right: 15px;
    }
    .h2 {
        width: 100%;
        font-weight: bold;
        margin-bottom: 25px;
        border-left: 6px solid #000;
        font-size: 2rem;
        padding-left: 20px;
        line-height: 1.4;
    }
    .h3 {
        width: 100%;
        font-weight: bold;
        font-size: 1.6rem;
        line-height: 1.4;
        margin-bottom: 10px;
    }
    /* header {
        position: fixed;
        width: 100%;
        height: 70px;
    } */
    header .head {
        position: relative;
        z-index: 9999;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        height: 70px;
    }
    header .head--logo {
        height: 100%;
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #fff;
    }
    header .head--logo a {
        display: block;
        padding: 0 5%;
    }
    header .head__blk {
        width: 50%;
    }
    header .head__blk--target {
        height: 100%;
        background: #000;
    }
    header .head__blk--target ul {
        display: none;
    }
    header .head__blk--contact {
        margin-left: 20px;
    }
    header .head__blk--language {
        color: #fff;
        font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
        font-size: 1.1rem;
        font-weight: bold;
    }
    header .head__blk--language span {
        color: #999;
    }
    header .head__blk--access {
        margin-left: auto;
    }
    header .head__blk--global ul li:not(:last-of-type) {
        display: none;
    }
    header .head__blk--links {
        color: #fff;
    }
    header #search #search_wrapper {
        position: absolute;
        width: 100%;
        left: 0;
        background: rgba(0, 0, 0, 0.65);
        padding: 20px 0;
    }
    header #search #search_wrapper .modal_content {
        width: 90%;
        margin: auto;
    }
    header #search .modal_close a {
        margin: 0 0 0 15px;
    }
    header #search .searchbtn {
        display: none !important;
    }
    header #search .search-form {
        width: 100%;
    }
    header #search .search-form .search-field {
        width: 100%;
        height: 30px;
    }
    header .drawer-nav {
        overflow: scroll;
        background: #333;
    }
    header .drawer-nav .drawer-menu a {
        color: #fff;
        line-height: 1.6;
        display: block;
        padding: 20px;
    }
    header .drawer-nav .drawer-menu .pm0 {
        padding: 0 !important;
        margin: 0 !important;
    }
    header .drawer-nav .drawer-menu--main {
        border-bottom: 1px solid #fff;
        position: relative;
    }
    header .drawer-nav .drawer-menu--main.close span {
        background: url(../img/common/ico-plus.png) no-repeat;
        background-size: 20px;
        width: 50px;
        background-position: center;
        height: 50px;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -25px;
    }
    header .drawer-nav .drawer-menu--main.close .accordion-sub1 {
        display: none;
    }
    header .drawer-nav .drawer-menu--main.open span {
        background: url(../img/common/ico-minus.png) no-repeat;
        background-size: 20px;
        width: 50px;
        background-position: center;
        height: 50px;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -25px;
    }
    header .drawer-nav .drawer-menu--main.open .accordion-sub1 {
        padding-left: 20px;
    }
    header .drawer-nav .drawer-menu ul.accordion-sub1 {
        display: none;
        border-bottom: 1px solid #fff;
        background: #555;
    }
    header .drawer-nav .drawer-menu ul.accordion-sub1 .drawer-menu--main {
        border: none;
        position: relative;
        padding: 0 0 0 20px;
    }
    header .drawer-nav .drawer-menu ul.accordion-sub1 li>a {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    header .drawer-nav .drawer-menu ul.accordion-sub1 li {
        padding: 0 20px 0 20px;
    }
    header .drawer-nav .drawer-menu ul.accordion-sub1 li a {
        position: relative;
        display: block;
        text-indent: -3em;
        padding-left: 3em;
    }
    header .drawer-nav .drawer-menu ul.accordion-sub1 li>a:before {
        content: '――';
        padding-right: 10px;
    }
    header .drawer-nav .drawer-menu ul.accordion-sub1 li>a:after {
        content: '';
        background: url(../img/common/arrow_w.png) no-repeat;
        background-size: contain;
        background-position: right center;
        width: 8px;
        height: 14px;
        position: absolute;
        right: 0;
    }
    header .drawer-nav .drawer-menu ul.accordion-sub1 ul.accordion-sub2 {
        display: none;
        background: #666;
    }
    header .drawer-nav .drawer-menu ul.accordion-sub1 ul.accordion-sub2 li {
        padding: 0 20px 0 40px;
    }
    header .drawer-nav .drawer-menu ul.accordion-sub1 ul.accordion-sub2 li a {
        position: relative;
        display: block;
        text-indent: -3em;
        padding-left: 3em;
    }
    header .drawer-nav .drawer-menu ul.accordion-sub1 ul.accordion-sub2 li:first-of-type {
        margin-top: 0;
    }
    header .drawer-nav .drawer-menu ul.accordion-sub1 ul.accordion-sub2 li:last-of-type {
        padding-bottom: 15px;
    }
    header .drawer-nav .drawer-menu--other {
        background: #000;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    header .drawer-nav .drawer-menu--other li {
        width: 50% !important;
        text-align: center;
        line-height: 1;
        border-bottom: 1px solid #fff;
    }
    header .drawer-nav .drawer-menu--other li a {
        padding: 20px 0 !important;
    }
    header .drawer-nav .drawer-menu--other li:nth-of-type(odd) {
        border-right: 1px solid #fff;
    }
    header .drawer-nav .drawer-menu--other li:last-of-type {
        width: 100% !important;
        border-right: none;
        padding: 20px;
    }
    header .drawer-nav .drawer-menu--other li:last-of-type a {
        padding: 0 !important;
        display: inline;
    }
    header .drawer-nav .drawer-menu--other li:last-of-type span {
        color: #999;
    }
    header .drawer-nav .drawer-menu--ico {
        font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
        background: #000;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px 0 100px;
    }
    header .drawer-nav .drawer-menu--ico li {
        width: 60px;
        text-align: center;
        font-size: 1rem;
        font-weight: bold;
    }
    header .drawer-nav .drawer-menu--ico li:last-of-type img {
        padding: 20px;
    }
    header .drawer-nav .drawer-menu--ico li p {
        line-height: 1;
    }
    footer {
        background: url(../img/common/bg-footer_sp.png), #000;
        background-position: top;
        padding-top: 165px;
        background-repeat: repeat-x;
    }
    footer .foot {
        width: 100% !important;
        font-size: 1.2rem;
        color: #fff;
    }
    footer .foot__blk {
        padding: 30px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    footer .foot__blk li {
        width: 50%;
    }
    footer .foot__blk li:nth-of-type(1),
    footer .foot__blk li:nth-of-type(2),
    footer .foot__blk li:nth-of-type(3) {
        width: 10.5%;
        margin-bottom: 30px;
    }
    footer .foot__blk li:nth-of-type(1) {
        margin-right: 4%;
        margin-left: 30.25%;
    }
    footer .foot__blk li:nth-of-type(3) {
        margin-left: 4%;
        margin-right: 30.25%;
    }
    footer .foot__blk li:nth-of-type(8) {
        width: 100% !important;
    }
    footer .foot__blk li:nth-of-type(n+4) {
        width: 50%;
        border-top: 1px solid #fff;
    }
    footer .foot__blk li:nth-of-type(4),
    footer .foot__blk li:nth-of-type(6) {
        border-right: 1px solid #fff;
    }
    footer .foot__blk li:last-of-type {
        width: 100%;
        border-top: 1px solid #fff;
        padding: 30px 5% 0;
    }
    footer .foot__blk--links {
        color: #fff;
        padding: 17px;
        text-align: center;
        line-height: 1;
        display: block;
    }
    footer .foot--copyright {
        text-align: center;
        padding-bottom: 100px;
        font-size: 1.2rem;
    }
}


/*----------------------------------------
CONTENTS
-----------------------------------------*/

.label,
.event-categories>li>a {
    font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
    display: inline-block;
    margin: 6px 5px 0 0;
    padding: 5px 11px;
    border-radius: 12px;
    background-color: #cccccc;
    text-decoration: none;
    text-align: center;
    line-height: 1.2em;
    font-size: 1rem;
    font-weight: bold;
    color: #000;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.pic_circle {
    display: inline-block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    line-height: 1;
}

.sns>div,
.sns iframe {
    margin-right: 10px;
}


/* PC */

@media screen and (min-width: 769px) {
    .title {
        padding-top: 120px;
    }
    .title--sub {
        font-size: 1.6rem;
        margin-bottom: 15px;
        line-height: 1;
    }
    .title--main {
        font-size: 2.6rem;
        font-weight: bold;
        margin-bottom: 25px;
    }
    .breadcrumb {
        font-size: 1.2rem;
        font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        padding: 15px 0;
        margin-bottom: 30px;
    }
    .breadcrumb--parent {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .breadcrumb--child a {
        color: #000;
        letter-spacing: 0.15em;
        text-decoration: none;
    }
    .breadcrumb--child:not(:last-of-type):after {
        content: '▲';
        -webkit-transform: rotate(90deg) scale(0.7);
        transform: rotate(90deg) scale(0.7);
        font-size: 1rem;
        display: inline-block;
        padding: 0 15px;
        line-height: 1;
    }
    .h2 {
        width: 100%;
        font-weight: bold;
        margin-bottom: 40px;
        border-left: 6px solid #000;
        font-size: 2rem;
        line-height: 1.5;
        padding-left: 20px;
    }
    .h3 {
        width: 100%;
        font-weight: bold;
        font-size: 1.9rem;
        line-height: 1.4;
        margin-bottom: 15px;
    }
    .returnBtn {
        width: 300px;
        margin: 50px auto 0;
    }
    .sbtn {
        background: #000;
        border-radius: 15px;
        font-size: 1rem;
        line-height: 1;
        padding: 2px 25px 4px 20px;
        color: #fff;
        text-decoration: none;
        letter-spacing: 0;
        position: relative;
        border: 1px solid #000;
    }
    .sbtn:after {
        content: '▲';
        position: absolute;
        right: 3px;
        top: 50%;
        margin-top: -5px;
        -webkit-transform: rotate(90deg) scale(0.5, 0.3);
        transform: rotate(90deg) scale(0.5, 0.3);
    }
    .sbtn:hover {
        border: 1px solid #000;
        background: #fff;
        color: #000;
    }
    .btnBK {
        text-align: center;
        font-size: 1.6rem;
        line-height: 1.4;
        display: block;
        background: #000;
        padding: 10px;
        color: #fff;
        text-decoration: none;
        position: relative;
        border: 1px solid #000;
    }
    .btnBK:after {
        content: "";
        position: absolute;
        right: 5%;
        top: 50%;
        background: url(../img/common/arrow_w.png) no-repeat;
        background-size: contain;
        width: 10px;
        height: 20px;
        margin-top: -9px;
    }
    .btnBK:hover {
        border: 1px solid #000;
        background: #fff;
        color: #000;
    }
    .btnBK:hover:after {
        content: "";
        position: absolute;
        right: 5%;
        background: url(../img/common/arrow_b.png) no-repeat;
        background-size: contain;
        width: 10px;
        height: 20px;
        top: 50%;
        margin-top: -9px;
    }
    .btnBK.btnS {
        width: 300px;
        display: inline-block;
    }
    .btnBK.btnM {
        width: 500px;
        display: inline-block;
    }
    .btnBK.btnL {
        width: 700px;
        display: inline-block;
    }
    /*2020/5/21 佐藤追加*/
    .btnPNK {
        text-align: center;
        font-size: 1.6rem;
        line-height: 1.4;
        display: block;
        background: #e40682;
        padding: 10px;
        color: #fff;
        text-decoration: none;
        position: relative;
        border: 1px solid #000;
    }
    .btnPNK:after {
        content: "";
        position: absolute;
        right: 5%;
        top: 50%;
        background: url(../img/common/arrow_w.png) no-repeat;
        background-size: contain;
        width: 10px;
        height: 20px;
        margin-top: -9px;
    }
    .btnPNK:hover {
        border: 1px solid #000;
        background: #fff;
        color: #000;
    }
    .btnPNK:hover:after {
        content: "";
        position: absolute;
        right: 5%;
        background: url(../img/common/arrow_b.png) no-repeat;
        background-size: contain;
        width: 10px;
        height: 20px;
        top: 50%;
        margin-top: -9px;
    }
    .btnPNK.btnS {
        width: 300px;
        display: inline-block;
    }
    .btnPNK.btnM {
        width: 500px;
        display: inline-block;
    }
    .btnPNK.btnL {
        width: 700px;
        display: inline-block;
    }
    .btnGY {
        text-align: center;
        font-size: 1.6rem;
        line-height: 1.4;
        display: block;
        background: #cccccc;
        padding: 10px;
        color: #000;
        text-decoration: none;
        position: relative;
    }
    .btnGY:after {
        content: "";
        position: absolute;
        top: 13px;
        right: 10%;
        margin-top: 0;
        background: url(../img/common/arrow_b.png) no-repeat;
        background-size: contain;
        width: 10px;
        height: 20px;
    }
    .btnGY.btnS {
        width: 300px;
        display: inline-block;
    }
    .btnGY.btnM {
        width: 500px;
        display: inline-block;
    }
    .btnGY.btnL {
        width: 700px;
        display: inline-block;
    }
    .foruse dl {
        position: relative;
        padding-left: 55px;
        margin-bottom: 15px;
    }
    .foruse dl dt {
        font-weight: bold;
        margin-bottom: 5px;
        position: relative;
    }
    .foruse dl dt:after {
        content: "";
        border-top: 1px solid #e40682;
        position: absolute;
        left: -55px;
        top: 50%;
        width: 30px;
    }
    .foruse dl dd {
        font-size: 1.6rem;
        line-height: 1.75;
        text-align: justify;
    }
    /* main {
        padding-top: 50px;
        margin-bottom: 100px;
    } */
    .section-container {
        margin-bottom: 105px;
    }
    .section-container p {
        margin-bottom: 25px;
    }
    /*文章が多いページ用*/
    .section-container-w {
        margin-bottom: 75px;
    }
    .section-container-w p {
        margin-bottom: 25px;
    }
    .heading-col2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .heading-col2__blk:first-of-type {
        width: 48%;
        margin-right: 3%;
    }
    .heading-col2__blk:last-of-type {
        width: 49%;
    }
}


/* SP */

@media screen and (max-width: 768px) {
    .returnBtn {
        margin: 30px auto 0;
    }
    .sbtn {
        font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
        background: #000;
        border-radius: 15px;
        font-size: 1rem;
        line-height: 1;
        padding: 3px 20px 3px 15px;
        color: #fff;
        text-decoration: none;
        letter-spacing: 0.1em;
        position: relative;
        border: 1px solid #000;
    }
    .sbtn:after {
        content: '▲';
        position: absolute;
        right: 3px;
        top: 50%;
        margin-top: -5px;
        -webkit-transform: rotate(90deg) scale(0.5, 0.3);
        transform: rotate(90deg) scale(0.5, 0.3);
    }
    .sbtn:hover {
        border: 1px solid #000;
        background: #fff;
        color: #000;
    }
    .btnBK {
        font-size: 1.5rem;
        line-height: 1.4;
        display: block;
        background: #000;
        padding: 15px;
        color: #fff;
        text-decoration: none;
        position: relative;
        border: 1px solid #000;
        padding-right: 40px;
    }
    .btnBK:after {
        content: "";
        position: absolute;
        right: 5%;
        background: url(../img/common/arrow_w.png) no-repeat;
        background-size: contain;
        width: 10px;
        top: 50%;
        margin-top: -10px;
        height: 20px;
    }
    .btnBK:hover {
        border: 1px solid #000;
        background: #fff;
        color: #000;
    }
    .btnBK:hover:after {
        content: "";
        position: absolute;
        right: 5%;
        background: url(../img/common/arrow_b.png) no-repeat;
        background-size: contain;
        width: 10px;
        height: 20px;
    }
    /*2020/5/21 佐藤追加*/
    .btnPNK {
        font-size: 1.5rem;
        line-height: 1.4;
        display: block;
        background: #e40682;
        padding: 15px;
        color: #fff;
        text-decoration: none;
        position: relative;
        border: 1px solid #e40682;
        padding-right: 40px;
    }
    .btnPNK:after {
        content: "";
        position: absolute;
        right: 5%;
        background: url(../img/common/arrow_w.png) no-repeat;
        background-size: contain;
        width: 10px;
        top: 50%;
        margin-top: -10px;
        height: 20px;
    }
    .btnPNK:hover {
        border: 1px solid #000;
        background: #fff;
        color: #000;
    }
    .btnPNK:hover:after {
        content: "";
        position: absolute;
        right: 5%;
        background: url(../img/common/arrow_b.png) no-repeat;
        background-size: contain;
        width: 10px;
        height: 20px;
    }
    .btnGY {
        font-size: 1.5rem;
        line-height: 1.4;
        display: block;
        background: #cccccc;
        padding: 15px;
        color: #000;
        text-decoration: none;
        position: relative;
        border: 1px solid #cccccc;
    }
    .btnGY:after {
        content: "";
        position: absolute;
        top: 13px;
        right: 10%;
        margin-top: 0;
        background: url(../img/common/arrow_b.png) no-repeat;
        background-size: contain;
        width: 10px;
        height: 20px;
    }
    .foruse dl {
        position: relative;
        margin-bottom: 15px;
    }
    .foruse dl dt {
        font-weight: bold;
        margin-bottom: 5px;
        padding-left: 40px;
        position: relative;
    }
    .foruse dl dt:after {
        content: "";
        border-top: 1px solid #e40682;
        position: absolute;
        top: 50%;
        left: 0;
        width: 30px;
    }
    .foruse dl dd {
        line-height: 1.75;
        text-align: justify;
    }
    /* main {
        padding-top: 30px;
        margin-bottom: 30px;
    } */
    .section-container {
        margin-bottom: 75px;
    }
    .section-container p {
        margin-bottom: 15px;
    }
    .section-container-w {
        margin-bottom: 75px;
    }
    .section-container-w p {
        margin-bottom: 15px;
    }
    .heading-col2__blk:first-of-type {
        margin-bottom: 15px;
		text-align: center;
    }
}


/*----------------------------------------
ECO SYSTEM
-----------------------------------------*/

#ECOSYSTEM {
    /* PC */
    /* SP */
}

@media screen and (min-width: 769px) {
    #ECOSYSTEM {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    #ECOSYSTEM aside {
        width: 25.8%;
    }
    #ECOSYSTEM main {
        width: 74.2%;
        /* border-left: 1px solid #cccccc;
        padding-left: 7.5%; */
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    #ECOSYSTEM aside {
        display: none;
    }
}


/*----------------------------------------
BOTTOM CONTENTS
-----------------------------------------*/


/* PC */

@media screen and (min-width: 769px) {
    #what-support .linkBtn {
        background: #000000;
        width: 500px;
        padding: 10px 35px 10px 65px;
        text-align: center;
        position: relative;
        margin: 0 auto;
        border: 1px solid #000;
    }
    #what-support .linkBtn:hover {
        background: #fff;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    #what-support .linkBtn:hover a {
        color: #000;
    }
    #what-support .linkBtn:hover a::after {
        content: url(../img/common/arrow_b.png);
        position: absolute;
        right: 4%;
        top: 50%;
        -webkit-transform: translate(0, -40%);
        transform: translate(0, -40%);
    }
    #what-support .linkBtn a {
        color: #fff;
        text-decoration: none;
        display: block;
        font-size: 1.6rem;
        text-align: center;
    }
    #what-support .linkBtn a::before {
        content: url(../img/common/next_btn.png);
        position: absolute;
        left: 3%;
        top: 50%;
        -webkit-transform: translate(0, -42%);
        transform: translate(0, -42%);
    }
    #what-support .linkBtn a::after {
        content: url(../img/common/arrow_w.png);
        position: absolute;
        right: 4%;
        top: 50%;
        -webkit-transform: translate(0, -40%);
        transform: translate(0, -40%);
    }
    #page-follow {
        padding: 0 0 70px 0;
    }
    #page-follow .section-inner {
        margin-top: -10px;
    }
    #page-follow .section-inner p {
        font-size: 1.2rem;
        margin-bottom: 0;
        text-align: right !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
    #what-support .linkBtn {
        width: 450px;
    }
}


/* SP */

@media screen and (max-width: 768px) {
    #what-support .linkBtn {
        background: #000000;
        width: 400px;
        padding: 10px 30px 10px 65px;
        margin-bottom: 30px;
        position: relative;
        line-height: 1.3;
    }
    #what-support .linkBtn a {
        color: #fff;
        text-decoration: none;
        display: block;
        font-size: 1.6rem;
    }
    #what-support .linkBtn a::before {
        content: '';
        background: url(../img/common/next_btn.png) no-repeat;
        position: absolute;
        width: 42px;
        height: 20px;
        background-size: contain;
        left: 10px;
        top: 45%;
        -webkit-transform: translate(0, -42%);
        transform: translate(0, -42%);
    }
    #what-support .linkBtn a::after {
        content: url(../img/common/arrow_w.png);
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translate(0, -40%);
        transform: translate(0, -40%);
    }
    #page-follow {
        padding-left: 0;
    }
    #page-follow .section-inner {
        margin-top: -10px;
    }
    #page-follow .section-inner p {
        text-align: center;
        font-size: 1.4rem;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 414px) {
    #what-support .linkBtn {
        width: 100%;
    }
}


/*----------------------------------------
h2_border
-----------------------------------------*/


/* PC */

@media screen and (min-width: 769px) {
    .h2_border {
        text-align: center;
        margin-bottom: 45px;
    }
    .h2_border span {
        font-size: 2.6rem;
        line-height: 1.4;
        font-weight: bold;
        text-align: center;
        position: relative;
        display: inline-block;
    }
    .h2_border span:before {
        content: "";
        background: #000;
        height: 3px;
        min-width: 40px;
        display: inline-block;
        position: absolute;
        top: 50%;
        right: -70px;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    .h2_border span:after {
        content: "";
        background: #000;
        height: 3px;
        min-width: 40px;
        display: inline-block;
        position: absolute;
        top: 50%;
        left: -70px;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
}


/* SP */

@media screen and (max-width: 768px) {
    .h2_border {
        text-align: center;
        margin-bottom: 25px;
    }
    .h2_border span {
        font-size: 1.8rem;
        font-weight: bold;
        text-align: center;
        position: relative;
        display: inline-block;
        line-height: 1.5;
        max-width: 80%;
    }
    .h2_border span:before {
        content: "";
        background: #000;
        height: 3px;
        min-width: 20px;
        display: inline-block;
        position: absolute;
        top: 50%;
        right: -30px;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    .h2_border span:after {
        content: "";
        background: #000;
        height: 3px;
        min-width: 20px;
        display: inline-block;
        position: absolute;
        top: 50%;
        left: -30px;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
}


/*----------------------------------------
SIDE MWNU (使用時はhtmlの asideにid="articles-scroll" 付与、aside下の divにid="sticked" 付与)
-----------------------------------------*/

.active {
    color: #e40682;
    background-image: url(../img/common/arrow_p.png);
    background-repeat: no-repeat;
    background-position: right;
    pointer-events: none;
}


/* PC */

/* @media screen and (min-width: 769px) {
    aside li {
        border-bottom: 1px solid #cccccc;
        padding: 25px 0 25px 0;
    }
    aside a {
        font-size: 1.6rem;
        letter-spacing: 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #000000;
        font-weight: bold;
        text-decoration: none;
    }
    aside span {
        font-size: 2.0rem;
        font-weight: normal;
    }
}

@media screen and (min-width: 1030px) and (max-width: 1300px) {
    aside li:nth-of-type(5) a {
        letter-spacing: -1px;
    }
    aside a {
        font-size: 1.4rem;
    }
    aside span {
        font-size: 2.5rem;
    }
}

@media screen and (min-width: 769px) and (max-width: 1029px) {
    aside li:nth-of-type(5) a {
        letter-spacing: -1px;
    }
    aside a {
        font-size: 1.2rem;
    }
    aside span {
        font-size: 2.0rem;
    }
}

@media screen and (min-width: 769px) and (max-width: 810px) {
    aside li:nth-of-type(5) a {
        letter-spacing: -1px;
    }
    aside a {
        font-size: 1.2rem;
    }
    aside span {
        font-size: 1.5rem;
        letter-spacing: -2px;
    }
}


/* SP */

@media screen and (max-width: 768px) {
    aside {
        display: none !important;
    }
}


/* heightが700px以下の場合 */

@media screen and (max-height: 700px) {
    aside li {
        padding: 5px 6% 5px 0 !important;
    }
} */


/*----------------------------------------
イベント一覧 box （これを使用するときはイベントレポートと併用）
-----------------------------------------*/

.brank {
    position: relative;
}

.brank::before {
    content: url(../img/common/brank.png);
    position: absolute;
    top: 0;
    right: 0;
}


/* PC */

@media screen and (min-width: 769px) {
    .event-categories {
        margin: 0 20px 10px;
    }
    .event-categories li {
        width: auto !important;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
        border: none !important;
        display: contents;
    }
    .event-categories li:hover {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    .event-categories a {
        font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
        display: inline-block;
        margin: 0 5px 0 0;
        padding: 5px 11px;
        border-radius: 12px;
        background-color: #e2dcd0;
        text-decoration: none;
        text-align: center;
        line-height: 1.2em;
        font-size: 10px;
        font-weight: bold;
        color: #000;
        -webkit-transition: all .3s;
        transition: all .3s;
        margin: 0 5px 10px 0 !important;
    }
    .mdltxt {
        margin-bottom: 12px !important;
    }
}


/* SP */

@media screen and (max-width: 768px) {
    .event-categories {
        margin: 0 20px 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .event-categories li {
        border: none !important;
        display: contents;
    }
    .event-categories a {
        font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
        display: inline-block;
        margin: 0 5px 0 0;
        padding: 5px 11px;
        border-radius: 12px;
        background-color: #e2dcd0;
        text-decoration: none;
        text-align: center;
        line-height: 1.2em;
        font-size: 10px;
        font-weight: bold;
        color: #000;
        -webkit-transition: all .3s;
        transition: all .3s;
        margin-bottom: 10px !important;
    }
}


/*----------------------------------------
イベントレポート box
-----------------------------------------*/

.new {
    position: relative;
}

.new::before {
    content: url(../img/common/new.png);
    position: absolute;
    top: -1px;
    left: -1px;
} 


/* PC */

@media screen and (min-width: 769px) {
    .list ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        list-style: none;
        padding: 0;
    }
    .list li {
        width: 24%;
        margin-right: 1.3%;
        margin-bottom: 50px;
        position: relative;
        border: 1px solid #cccccc;
        font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    }
    .list li:nth-of-type(4n) {
        margin-right: 0;
    }
    .list li:hover {
        -webkit-box-shadow: 0px 0px 8px 3px #ccc;
        box-shadow: 0px 0px 8px 3px #ccc;
    }
    .list a {
        text-decoration: none;
    }
    .list p {
        color: #000000;
        font-size: 1.4rem;
        margin: 0px 20px 20px;
        text-align: left;
        line-height: 1.4em;
        font-weight: bold;
        letter-spacing: 0;
    }
    .thumb {
        width: 100%;
        height: 130px;
        overflow: hidden !important;
        margin: 0px 0 15px;
        background-size: cover !important;
    }
    .date {
        color: #e52847 !important;
        font-size: 1.2rem !important;
        text-align: center !important;
        margin: 20px 20px 15px !important;
    }
    .flex {
        display: flex;
        justify-content: center;
        width: 50%;
        margin: 0 auto;
    }
}


/* SP */

@media screen and (max-width: 768px) {
    .list ul {
        list-style: none;
        padding: 0;
    }
    .list li {
        width: 100%;
        margin-bottom: 30px;
        position: relative;
        border: 1px solid #cccccc;
        font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    }
    .list a {
        text-decoration: none;
    }
    .list p {
        color: #000000;
        font-size: 1.6rem;
        margin: 0 20px 20px;
        text-align: left;
        line-height: 1.4em;
        font-weight: bold;
    }
    .list .date {
        color: #e52847;
        font-size: 1.4rem;
        text-align: center;
        margin: 20px 20px 15px;
    }
    .thumb {
        width: 100%;
        height: 180px;
        overflow: hidden !important;
        background-size: cover !important;
    }
    .flex {
        display: block;
    }
} 


/*----------------------------------------
Pagination
-----------------------------------------*/

.em-pagination {
    display: block;
    text-align: center;
}

.page-numbers {
    display: inline-block;
    margin: 0 3px;
    padding: 9px 0;
    width: 43px;
    background: #FFF;
    color: #000;
    border: 1px solid #000;
    text-decoration: none;
}

.current {
    background: #000000 !important;
    color: #FFF !important;
}


/* PC */

@media screen and (min-width: 769px) {
    .em-pagination {
        margin: 30px 0;
    }
}


/* SP */

@media screen and (max-width: 768px) {
    .em-pagination {
        margin: 5px 0 15px;
    }
}


/*----------------------------------------
Event report
-----------------------------------------*/

#event_detail .sns {
    text-align: left;
    margin-bottom: 10px;
}

div#event_detail section {
    margin-bottom: 105px;
}

div#event_detail h2 {
    font-size: 3rem;
    font-weight: bold;
    border-bottom: solid 5px black;
}

div#event_detail h3 {
    font-size: 2.6rem;
    font-weight: bold;
    margin: 25px 0;
}

div#event_detail h4 {
    font-size: 2.3rem;
    line-height: 1.5;
    font-weight: bold;
    padding-bottom: 10px;
    margin: 40px 0 30px;
    border-bottom: 4px solid #000;
}

div#event_detail p.lead {
    font-weight: bold;
    margin-bottom: 1.5em;
}

div#event_detail ul li {
    padding: 3px 0 3px 25px;
}

div#event_detail ul.check li {
    padding: 10px 0 10px 25px;
    background: url(../images/ico_check.gif) 0 50% no-repeat;
    border-bottom: 1px solid #ccc;
}

div#event_detail .mmu .corp {
    margin-bottom: 3rem;
}

div#event_detail .mmu .corp h5 {
    margin-bottom: 1rem;
    font-weight: bold;
}

div#event_detail .venue {
    background: #eee;
    padding: 30px;
    /* margin-bottom: 60px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

div#event_detail .venue h4 {
    font-size: 12px;
    display: table;
    border: 1px solid #000;
    margin: 0 30px 0 0;
    padding: 3px 30px;
}

.entry_txt p {
    margin: 25px 0;
}

div#event_detail .red {
    color: red;
}


/*----------------------------------------
table
-----------------------------------------*/

.table-line {
    margin-bottom: 40px;
    width: 100%;
}

.table-line th {
    width: 25%;
    font-weight: bold;
}

.table-line th,
.table-line td {
    padding: 25px 0;
    border-bottom: 1px solid #bcbcbc;
    text-align: left;
}

.table-line tr:first-child th,
.table-line tr:first-child td {
    padding-top: 0;
}

@media (max-width: 600px) {
    .table-line th {
        border-bottom: none;
        padding: 20px 0 0;
        width: 100%;
    }
    .table-line td {
        padding: 0 0 20px;
    }
    .table-line th,
    .table-line td {
        display: block;
    }
}

.table-schedule {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    width: 100%;
}

.table-schedule__box {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
}

.table-schedule__box__header,
.table-schedule__box__body {
    padding: 15px 10px;
    border: 1px solid #fff;
    text-align: left;
}

.table-schedule__box__header {
    background-color: #e2dcd0;
    font-weight: bold;
    text-align: center;
}

.table-schedule__box__body {
    background-color: #f0f0f0;
    height: calc(100% - 50px);
}


/*繝ｪ繧ｹ繝医↓縺ｪ縺��ｴ蜷�*/

.bkgcnone {
    background-color: #FFF !important;
}

@media (max-width: 960px) {
    .table-schedule {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.table-timeline {
    position: relative;
    margin-bottom: 40px;
    width: 100%;
}

.table-timeline th,
.table-timeline td {
    text-align: center;
}

.table-timeline th {
    padding-bottom: 8px;
    vertical-align: bottom;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3em;
}

.table-timeline th.date {
    color: #E4007F;
}

.table-timeline td {
    position: relative;
    height: 26px;
}

.table-timeline td::before {
    content: "";
    position: absolute;
    top: 7px;
    display: block;
    width: 100%;
    border-top: 4px solid #bcbcbc;
}

.table-timeline td:first-of-type::before {
    right: 0;
    width: 50%;
}

.table-timeline td:last-of-type::before {
    width: 50%;
}

.table-timeline td.is-point::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    display: inline-block;
    margin-left: -9px;
    width: 8px;
    height: 8px;
    border: 5px solid #E4007F;
    border-radius: 50%;
    background-color: #fff;
}

.table-news {
    margin: 0 auto;
    width: 100%;
}

.table-news td {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
    border-bottom: 2px solid #f3f3f3;
    font-size: 14px;
}

.table-news__date {
    padding-left: 30px;
    width: 9.2em;
    color: #e4007f;
    font-weight: bold;
}

.table-news__content {
    padding-right: 30px;
}

.table-news__content a:not(.label) {
    margin-left: 15px;
    text-decoration: none;
    color: #2b2b2b;
}

@media (max-width: 600px) {
    .table-news td {
        display: block;
        padding: 20px;
        width: 100%;
    }
    .table-news__date {
        border-bottom: none !important;
        padding-bottom: 0 !important;
    }
    .table-news__content {
        padding-top: 5px !important;
    }
}

.entry_txt .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    width: calc(100% + 10px);
    margin-left: -5px;
}

.entry_txt .row.start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.entry_txt .row .col {
    padding: 0 5px;
}

.entry_txt .row .col-md-2 {
    width: 20%;
}

.entry_txt .row .col-md-3 {
    width: 25%;
}

.entry_txt .row .col-md-4 {
    width: 33.33%;
}

.entry_txt .row .col-md-6 {
    width: 50%;
}

.entry_txt .row .col img {
    max-width: 100%;
    height: auto;
}

.entry_txt .bg {
    width: 100%;
    height: 240px;
}

.entry_txt h4 {
    padding-top: 60px;
}

.entry_txt h5 {
    font-weight: bold;
    font-size: 1rem;
    padding: 15px 0 5px;
    margin-bottom: 0;
}

.entry_txt .tables {
    width: 100%;
}

.entry_txt .tables th,
.entry_txt .tables td {
    padding: 15px;
    border: 1px solid #CCC;
    vertical-align: middle;
}

.entry_txt .tables th {
    background: #EAEAEA;
}

.entry_txt .tables td {
    width: 80%;
}

@media only screen and (max-width: 768px) {
    .entry_txt .row {
        display: block;
    }
    .entry_txt .col {
        width: 100% !important;
        margin-bottom: 30px;
        padding: 0 0 0 0;
    }
    .entry_txt .tables {
        display: block;
        width: 100%;
        border-bottom: 1px solid #CCC;
    }
    .entry_txt .tables th,
    .entry_txt .tables td {
        display: block;
        width: 100%;
    }
    .entry_txt .tables td {
        border-top: none;
        border-bottom: none;
    }
}


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