/* This is CSS for event page since 20210327 */


/* start of event/index page */

.event {
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 20px;
}

h1 {
    font-size: 22px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 14px;
}

p {
    font-size: 14px;
}

.event_container {
    position: relative;
    top: 80px;
    height: 5000px;
}



/* end of event/index page */


/* start of event/children page */

.event_child .space10 {
    padding: 5px 0;
}

.event_child .space20 {
    padding: 10px 0;
}

.event_child .space50 {
    padding: 25px 0;
}

.event_card img {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 7px;
    border: solid 1px #dbdbdb;
}

.event_card h1,
.event_card h2,
.event_card h3,
.event_card h4,
.event_card h5,
.event_card h6 {
    margin: 0 0 10px;
}

.event_card p {
    line-height: 1.7;
}

.event_card strong {
    font-size: 110%;
    font-weight: 700;
}

.event_card .dashed {
    position: relative;
    line-height: 1.5;
}

.event_card .dashed::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #000, #000 3px, transparent 3px, transparent 5px);
    background-size: 5px 1px;
    background-repeat: repeat-x;
}

.event_card a {
    color: #4327c1;
    font-weight: 500;
    text-decoration: underline;
}


.event_child {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 20px;
    background-color: #f7f7f7;
}

.event_card {
    width: 95%;
    margin: 10px 2.5%;
    padding: 20px 10px;
    border-radius: 7px;
    box-shadow: 0 0 5px rgba(71, 71, 71, 0.2);
    background-color: #fff;
}

.event_card .title {
    display: block;
    line-height: 1.3;
    margin: 0 0 20px;
}


/* イメージ */

.event_child .middle_img {
    margin: 0 2.5%;
    width: 95%;
    border-radius: 7px;
    box-shadow: 0 0 5px rgba(71, 71, 71, 0.2);
}


.event_card .top_img {
    position: relative;
    top: -20px;
    left: -10px;
    width: calc(100vw * 0.95);
    border-radius: 7px 7px 0 0;
}

.event_card .middle_img {
    position: relative;
    left: -10px;
    margin: 20px 0;
    width: calc(100vw * 0.95);
    border-radius: 7px;
}

.event_card .bottom_img {
    position: relative;
    bottom: -20px;
    left: -10px;
    width: calc(100% + 20px);
    border-radius: 0 0 7px 7px;
}


.event_card .slide_swap {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    overflow-x: scroll;
}

.event_card .slide_swap .swap img {
    box-shadow: none;
}




.event_card table {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 10px;
}

.event_card table tr {
    display: block;
    margin-bottom: 4px;
}

.event_card ul {
    position: relative;
    display: block;
    line-height: 1.7;
    font-size: 14px;
    font-weight: 400;
    padding: 0 0 0 25px;
    margin-bottom: 10px;
}

.event_card ul li {
    position: relative;
    margin-bottom: 8px;
}

.event_card ol {
    list-style: none;
    display: block;
    line-height: 1.7;
    font-size: 14px;
    font-weight: 400;
    padding: 0 0 0 25px;
    margin-bottom: 10px;
    counter-reset: number;
}

.event_card ol li {
    position: relative;
    counter-increment: number;
    margin-bottom: 15px;
}

.event_card ol li::before {
    content: counter(number,decimal-leading-zero);
    position: absolute;
    top: 2px;
    left: -25px;
    padding: 0 3px;
    text-align: center;
    font-size: 11px;
    font-weight: 500;
    border: solid 1px #2b2b2b;
    border-radius: 50%;
}

.event_card .number li {
    list-style-type: decimal-leading-zero;
}


/* タイトル */

.event_card .title_obi {
    width: 100%;
    margin: 0 0 20px;
    padding: 5px 0 5px 5px;
    border-left: solid 7px #C1272D;
    line-height: 1.2;
    word-wrap:break-word;
}

.event_card .title_yane {
    position: relative;
    top: -20px;
    left: -10px;
    width: calc(100% + 20px);
    margin: 0 0 40px;
    padding: 15px 10px;
    line-height: 1.2;
    color: #8d300c;
    background-color: #ffb471;
    border-radius: 7px 7px 0 0;
    word-wrap:break-word;
}

.event_card .sub_title {
    position: relative;
    padding: 15px 10px 15px 30px;
    margin-bottom: 20px;
    background: rgb(240, 240, 240);
    border-radius: 7px;
}

.event_card .sub_title::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 10px;
    margin: 17px 0;
    width: 8px;
    height: auto;
    border-radius: 4px;
    background-color: #C1272D;
}


/* 色付け */
#red {
    color: #C1272D;
}

#green {
    color: #69c94b;
}

#black {
    color: #1b1b1b;
}

#gray {
    color: #c2c2c2;
}

#blue {
    color: #3c3ea8;
}

#orange {
    color: #f39a51;
}

#pink {
    color: #f19c9c;
}

#water {
    color: #82d1c7;
}




.eve_title {
    width: 90%;
    margin: 0 5% 40px;
    padding: 13px 0 13px 5px;
    border-left: solid 7px #C1272D;
    line-height: 1.2;
    word-wrap:break-word;
    background-color: #f7f7f7;
}

hr {
    margin: 50px 10px;
    border-width: 0.5px;
}

.p_normal {
    margin: 0 5% 20px;
}

.p_no_margin-bottom {
    margin: 0 5%;
}

.img_normal {
    width: 100%;
    margin: 0 0 20px
}

.div_img_link {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 0 20px;
}

.img_link {
    width: 100%;
    height: auto;
}

.div_img_link .material-icons {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    padding: 0 1px 1px 0;
    border-top: solid 20px transparent;
    border-right: solid 20px #C1272D;
    border-bottom: solid 20px #C1272D;
    border-left: solid 20px transparent;
    color: #fff;
    font-size: 18px;
}

.weight90 {
    width: 90%;
    margin: 0 5%;
}

#obi_black {
    border-color: #1b1b1b;
}

#obi_gray {
    border-color: #c2c2c2;
}

#obi_green {
    border-color: #69c94b;
}

#obi_blue {
    border-color: #3c3ea8;
}

#obi_orange {
    border-color: #f39a51;
}

#obi_pink {
    border-color: #f19c9c;
}

#obi_water {
    border-color: #82d1c7;
}

.ul_dot {
    position: relative;
    width: 100%;
    padding-left: 5%;
    margin-left: 5%;
    margin-bottom: 10px;
}

.ul_dot li {
    position: relative;
    font-size: 13px;
    line-height: 1.3;
    margin-bottom: 5px;
}

#ul_square li::marker {
    content: "";
}

#ul_square li::before {
    position: absolute;
    content: "";
    top: 6px;
    left: -13px;
    width: 4px;
    height: 4px;
    background-color: #1b1b1b;
}

#ul_triangle li::marker {
    content: "";
}

#ul_triangle li::before {
    position: absolute;
    content: "";
    top: 6px;
    left: -13px;
    border-left: solid 6px #1b1b1b;
    border-top: solid 3px transparent;
    border-bottom: solid 3px transparent;
}

#ul_check li::marker {
    content: "";
}

#ul_check .material-icons {
    display: inline;
    position: absolute;
    left: -16px;
    top: 3px;
    font-size: 12px;
}


.container .back {
    position: relative;
    display: block;
    margin-top: 20px;
    margin-left: 2.5%;
    font-size: 12px;
    font-weight: 500;
    color: #797979;
}

.container .back .fas {
    position: relative;
    top: 0;
    margin-right: 5px;
}