@charset "UTF-8";

/*!* -------------------------------
    report
------------------------------- *!*/


.report01,
.report03 {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    padding-bottom: 50px;
}

.report01 h2 {
    margin-bottom: 50px;
    font-size: 1.3em;
    text-align: left;
}

.report01 .exb_disc dl {
    margin-bottom: 10px;

}

.letter_s {
    font-size: 0.7em !important;
}

.report01 .exb_disc dt {
    font-size: 1.1em;
    font-weight: bold;
    padding-bottom: 10px;
}

.report01 .exb_disc dd {
    padding-bottom: 30px;
    font-size: 1.25em;
}

.report01 .exb_disc p {
    font-weight: bold;
    line-height: 1.4;
    font-size: 1.2em;
}

.report01 .exb_disc p .nomber {
    font-size: 1.6em;
}

.report01 .exb_disc {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.report01 .exb_disc #place {
    width: 80%;
}

.report01 .exb_disc #img_exb01 {
    width: 80%;
    margin-top: 30px;
}

@media only screen and (max-width:767px) {


    .report01 .exb_disc dl {
        padding-bottom: 10px;
    }

    .report01 .exb_disc dt {
        font-size: 1rem;
    }

    .report01 .exb_disc dd {
        font-size: 1.2rem;
        padding-bottom: 20px;
    }


    .report01 .exb_disc p {
        font-size: 1.1em;
        line-height: 1.2;
    }

    .report01 .exb_disc {
        display: block;

    }



    .report01 .exb_disc #place {
        width: 100%;
    }

    .report01 .exb_disc #img_exb01 {
        width: 100%;
        margin-top: 20px;
    }

}

.media {
    display: flex;
    justify-content: space-around;

}

@media only screen and (max-width:767px) {

    .media {
        display: block;
    }
}


.report03 {
    text-align: center;

}

@media screen and (min-width:768px) and (max-width:1280px) {

    .report03 img {
        width: 90%;
        display: inline-block;
        margin-bottom: 50px;
    }
}

@media only screen and (min-width:1281px) and (max-width:2000px) {
    .report03 img {
        width: 65%;
        margin-bottom: 50px;
    }
}

@media only screen and (min-width:2000px) {
    .report03 img {
        width: 55%;

        margin-bottom: 50px;
    }

}


@media only screen and (max-width:767px) {
    .report03 img {
        width: 100%;

        margin-bottom: 50px;
    }

}

.report01,
.report02,
.report03 {
    margin-bottom: 30px;
    padding: 0 40px;

}

.report02 h3,
.report03 h3 {
    margin-bottom: 50px;
    font-size: 1.3em;
    text-align: left;
}

.report02 h4 {
    padding-bottom: 20px;
}

.newspaper {
    width: 45%;
}

.webmedia {
    width: 45%;
}

@media only screen and (max-width:767px) {

    .report01,
    .report02,
    .report03 {
        padding: 0;

    }

    .newspaper {
        width: 100%;
        margin-bottom: 20px;
    }

    .webmedia {
        width: 100%;
    }
}

.report02 ul {
    line-height: 1.6;
}

.report02 ul:first-child {
    margin-bottom: 30px;
}

.report02 ul li {
    padding-bottom: 20px;
}

.report02 h4 {
    font-size: 1.1em;
    font-weight: bold;
}

.img_sp {
    display: none !important;
}

@media only screen and (max-width:767px) {
    .img_sp {
        display: block !important;
    }

    .img_pc {
        display: none !important;
    }
}

/*!* -------------------------------
    interview
------------------------------- *!*/

#content .page_title {
    margin-bottom: 85px
}

#content .page_title .num img {
    width: 40.23%
}

#content .page_title .label {
    background-color: #546439
}

#content .page_title .label em {
    font-weight: 400
}

#content .head_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}



.head_col .lead {
    width: 65%;

}

.head_col .lead p + p {
    margin-top: 1.5em
}

.head_col .img {
    width: 30%
}

@media only screen and (max-width:767px) {
    #content .head_col {
        display: block
    }

    .head_col .lead {
        width: 100%;
        padding-right: 0
    }

    #content .head_col .img {
        width: 100%;
        margin-top: 20px
    }
}

#content #comment_lists .accordion + .accordion {
    margin-top: 10px
}

#content #comment_lists .accordion .ac_trigger a {
    background-color: #919F62
}

#content #comment_lists .accordion.open .ac_trigger a {
    background-color: #C0CF92;
    color: #333
}

#content #comment_lists .accordion.open .ac_trigger a:after {
    background-image: url(../../shared/img/arr_ac_up_5.png)
}

#content #comment_lists #comment {
    margin-top: 60px
}

#content #comment_lists #comment .headline span {
    width: 96px
}

#content #comment_lists #comment .comment_lable {
    margin-bottom: 20px;
    font-size: 1.75em;
    font-weight: 600
}

#content #comment_lists #comment .comment_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#content #comment_lists #comment .comment_col .text {}

#content #comment_lists #comment .comment_col .text .name {
    margin-top: 5px;
    text-align: right
}

#content #comment_lists #comment .comment_col .text .name em {
    font-size: 1.25em
}

#content #comment_lists #comment .comment_col .thumb {
    width: 24.12%
}

#content #comment_lists #comment .promoter {
    padding-top: 60px
}

#content #comment_lists #comment .impression {
    margin-top: 55px;
    padding-top: 55px;
    border-top: 1px solid #919F62
}

#content #comment_lists #comment .other_comment {
    margin-top: 55px;
    padding-top: 55px;
    border-top: 1px solid #919F62
}

#content #comment_lists #comment .other_comment ul li {
    line-height: 1.6
}

#content #comment_lists #comment .other_comment ul li + li {
    margin-top: 10px
}

#content #comment_lists #comment .other_comment ul li:nth-child(odd) {
    padding-right: 52%
}

#content #comment_lists #comment .other_comment ul li:nth-child(even) {
    padding-left: 52%
}

#content #comment_lists #comment .other_comment ul li .name {
    display: block
}

#content #comment_lists #comment .other_comment ul li .name:before {
    display: inline-block;
    content: "";
    width: 3em;
    height: 1px;
    margin-right: 5px;
    background-color: #333;
    vertical-align: middle
}

#content #comment_lists #questionnaire {
    margin-top: 60px
}

#content #comment_lists #questionnaire .headline span {
    width: 140px
}

#content #comment_lists #questionnaire .accordion {
    border: 1px solid #919F62;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#content #comment_lists #questionnaire .accordion .ac_inner {
    padding: 35px 40px
}

#content #comment_lists #questionnaire .accordion .ac_inner p + p {
    margin-top: 2em
}

@media only screen and (max-width:767px) {
    #content .page_title {
        margin-bottom: 30px
    }

    #content .page_title .label em {
        display: block
    }

    #content #comment_lists #comment {
        margin-top: 40px
    }

    #content #comment_lists #comment .comment_lable {
        margin-bottom: 10px;
        font-size: 1.5em
    }

    #content #comment_lists #comment .comment_col {
        display: block
    }

    #content #comment_lists #comment .comment_col .text {
        width: 100%;
        padding: 0
    }

    #content #comment_lists #comment .comment_col .text .name {
        text-align: left
    }

    #content #comment_lists #comment .comment_col .thumb {
        width: 50%;
        margin: 20px auto 0
    }

    #content #comment_lists #comment .promoter {
        padding-top: 30px
    }

    #content #comment_lists #comment .impression {
        margin-top: 45px;
        padding-top: 45px
    }

    #content #comment_lists #comment .other_comment {
        margin-top: 45px;
        padding-top: 45px
    }

    #content #comment_lists #comment .other_comment ul li + li {
        margin-top: 50px
    }

    #content #comment_lists #comment .other_comment ul li:nth-child(odd) {
        padding-right: 0
    }

    #content #comment_lists #comment .other_comment ul li:nth-child(even) {
        padding-left: 0
    }

    #content #comment_lists #questionnaire .accordion .ac_inner {
        padding: 20px 20px
    }
}

/*!* -------------------------------
    event_info
------------------------------- *!*/

#content #event {
    margin-bottom: 40px
}

#content #event .thanks {
    font-size: 1.2em;
    font-weight: bold;
}

#content #event_info .headline {
    margin: 70px 0 40px;
}

#content #event_info .headline img {
    width: 50px;
}

#content #event .item {
    padding: 0 0 50px;
    border-bottom: 1px solid #ccc;
}

#content #event .item + .item {
    margin-top: 20px
}

#content #event .item .event_name {
    font-size: 1.75em
}

#content #event .item .event_name .num {
    color: #595757;
    font-size: 1.79em
}

#content #event .item .details {
    margin-bottom: 15px
}

#content #event .item .event_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

#content #event .item .event_row + .event_row .col + .col {
    margin-top: 40px
}

#content #event .item .event_row .col {
    line-height: 1.8
}

#content #event .item .event_row .col + .col {
    width: 12%;
    margin-left: 35px;
}


.profinner {
    display: flex;
    justify-content: space-between;
}

.profinner .text {
    width: 70%;
}

.profinner .col_02 {
    width: 12%;
    margin-top: 1%;
}

@media only screen and (max-width:767px) {
    .profinner {
        display: block;
    }

    .profinner .text {
        width: 100%;
    }

    .profinner .col_02 {
        width: 30%;
        margin-top: 5%;
    }
}


#content #event .item .event_row .col + .col img + img {
    margin-top: 30px
}

#content #event .item .event_row .summary dt {
    margin-bottom: 7px
}


#content #event .item .event_row .summary dt em {
    font-weight: 700
}

#content #event .item .event_row .summary dt span {
    font-size: .75em
}

#content #event .item .event_row .profile {
    margin-top: 30px;
    font-size: .88em
}

#content #event .item .event_row .profile .name {
    position: relative;
    margin-bottom: 5px
}

#content #event .item .event_row .profile .name em {
    position: relative;
    display: inline-block;
    padding-right: 5px;
    background: #FFF;
    font-weight: 400;
    z-index: 1
}

#content #event .item .event_row .profile .name span {
    font-size: .86em
}

#content #event .item .event_row .profile .name:before {
    position: absolute;
    left: 0;
    top: .85em;
    display: block;
    content: "";
    width: 100%;
    height: 0;
    border-bottom: 1px dotted #ccc;
    z-index: 0
}

#content #event .item#ardacoda .col {
    width: 59.57%
}

#content #event .item#ardacoda .col + .col {
    position: relative;
    width: 36.7%
}

#content #contact {
    padding: 50px 0 20px;
    text-align: center
}

@media only screen and (max-width:767px) {
    #content .page_title {
        margin-bottom: 30px
    }

    #content #event {
        margin-bottom: 0
    }

    #content #event .item {
        padding: 0 0 30px
    }

    #content #event .item .event_name {
        margin-bottom: 10px;
        font-size: 1.5em;
        line-height: 1.5
    }

    #content #event .item .event_name .num {
        font-size: 1.42em
    }

    #content #event .item .event_row {
        display: block
    }

    #content #event .item .event_row + .event_row .col + .col {
        margin-top: 20px
    }

    #content #event .item .event_row .col {
        width: 100%
    }

    #content #event .item .event_row .col + .col {
        width: 70%;
        margin: 20px auto 0
    }

    #content #event .item .event_row .summary dt em {
        display: block
    }

    #content #event .item .event_row .profile {
        font-size: .86em
    }

    #content #event .item .event_row .profile .name em {
        font-size: 1.17em
    }

    #content #event .item#ardacoda .col {
        width: 100%
    }

    #content #event .item#ardacoda .col + .col {
        width: 100%
    }

    #content #contact {
        padding: 40px 0 0
    }
}

.letter_red {
    font-size: 60%;
    color: red;

}
