/*====================================================
	overwrite
=====================================================*/


header a:hover {
    color: #fff;
}


footer a {
    color: #fff !important;
}


footer li a:hover {
    color: #fff !important;
}


/*====================================================
	
=====================================================*/

@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);


body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

.roundfont {
    font-family: 'Rounded Mplus 1c';
}

/*====================================================
	common
=====================================================*/
ul.linkbtn_blue {
    font-size: 14px;
    font-size: 1.4rem;
}

ul.linkbtn_blue a {
    padding: 0.3em 1em;
    color: #fff;
    background: #fd7668;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    -ms-border-radius: 1em;
    border-radius: 1em;
}

ul.linkbtn_blue a:hover {
    background: #f03d2a;
    text-decoration: none;
}

.indent_blue {
    margin-right: 0.5em;
    font-size: 12px;
    font-size: 1.2rem;
    color: #2e9fc3;
}


.indent_red {
    margin-right: 0.5em;
    font-size: 12px;
    font-size: 1.2rem;
    color: #bc0601;
}

.circleMark {
    padding: .08em .8em 0;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    font-size: 0.85em;
    margin-right: .3em;
    background: #888;
    color: #fff;
    vertical-align: middle
}

#pankuz {
    position: absolute;
    left: -50%;
}

.triangle_right, .triangle_bottom {
    position: relative;
    padding-left: 1.2em;
    display: inline;
}

.triangle_right:before {
    width: 0;
    height: 0;
    position: absolute;
    display: block;
    content: '';
    border: solid 7px transparent;
    top: 6px;
    bottom: 0;
    left: 4px;
    /*    margin: auto;*/
    border-top: solid 4px transparent;
    border-bottom: solid 4px transparent;
    border-left-color: #c00;
}


/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 769px) {
    header {
        padding-top: 0;
    }

    .inbPC {
        display: inline-block;
    }

    .flex_box-PC {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {}


/*====================================================
     #contents
====================================================*/
#contents {
    background: #f8f7e9;
    background: url(../img/bg.png);
    /*    color: #453d2a;*/
    font-size: 14px;
    font-size: 1.4rem;
}

#contents a, #contents img {
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

#contents .inner_box {
    position: relative;
}

#contents .inner_box:before, #contents .inner_box:after {
    position: absolute;
    display: block;
    content: '';
    height: 100%;
    top: 0;
    pointer-events: none;
}

#contents .inner_box:before {
    background: url(../img/green-01.png) no-repeat top;
    background-size: contain;
    max-width: 150px;
}

#contents .inner_box:after {
    background: url(../img/green-02.png) no-repeat top;
    background-size: contain;
    max-width: 360px;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
    #contents .inner_box:before {
        left: -6%;
        width: 13%;
    }

    #contents .inner_box:after {
        right: -8%;
        width: 38%;
    }
}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 769px) {
    #contents .inner_box:before {
        left: -13%;
        width: 20%;
    }

    #contents .inner_box:after {
        top: 0;
        right: -13%;
        width: 40%;
    }
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
    #contents .inner_box:before {
        left: -6%;
        width: 13%;
    }

    #contents .inner_box:after {
        right: -8%;
        width: 38%;
    }
}



/*====================================================
	.infobox
=====================================================*/

.infobox {
    width: auto;
    margin-bottom: 1em;
    margin-top: 1em;
}

.infobox h3 {
    margin-bottom: 0.5em;
    border-bottom: #176f2c 2px solid;
}

.infobox h4 {
    font-size: 20px;
    font-size: 2.0rem;
}

.infobox p,
.infobox ul {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 1em;
}

a .arrow {
    background: #176f2c;
}

a:hover .arrow {
    background: #20a540;
}


/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
    #hall_map {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1em;
    }

    .infobox h3 {
        font-size: 1.6rem;
    }

    .infobox h4 {
        line-height: 1.3;
    }

    .infobox a {
        display: inline-block;
        margin-bottom: .5em;
    }

    /* mobile */
}


/* ////////// pc ////////// */
@media screen and (min-width: 769px) {
    #hall_map {
        width: 285px;
        height: 190px;
        float: left;
    }

    .infobox h3 {
        font-size: 20px;
        font-size: 2.0rem;
    }

    .infobox .txtbox_right {
        width: 466px;
        float: right;
    }

    /* pc end */
}





/*====================================================
	title
=====================================================*/
#title {
    position: relative;
}

#title #h1_box {
    text-align: center;
}

#title #h1_box h1 {
    position: absolute;
    z-index: -1;
}

#title #h1_box img {
    margin: auto;
    position: relative;
    z-index: 3;
}

#title #h1_box .no {
    width: 28%;
    max-width: 180px;
}


/* ////////// mobile ////////// */

@media screen and (max-width: 768px) {
    #title #h1_box {
        text-align: center;
        margin: 1em 2% .5em;
    }

    #title #h1_box .title_logo {
        width: 95%;
        margin: 1em auto;
    }

    #title #h1_box .title_logo img:first-child {
        width: 50%;
    }

    #title #h1_box .title_logo img:last-child {
        width: 100%;
    }

    #title #h1_box .date {
        width: 60%;
        margin: auto;
    }

    #title #h1_box .date img:first-child {
        width: 90%;
        margin-right: 10%;
    }

    #title #h1_box .date img:last-child {
        width: 75%;
        margin-top: .1em;
        margin-left: 20%;
    }

    /* mobile */
}


/* ////////// pc ////////// */

@media screen and (min-width: 769px) {
    #title #h1_box {
        text-align: center;
        margin: 4em 4% 3em;
    }

    #title #h1_box img {
        display: block;
        margin: 20px auto;
    }

    #title #h1_box .title_logo img, #title #h1_box .date img {
        float: left;
    }

    #title #h1_box .title_logo img:first-child {
        width: 32%;
        margin-right: 1%
    }

    #title #h1_box .title_logo img:last-child {
        width: 67%;
    }

    #title #h1_box .date {
        width: 70%;
        margin: auto;
    }

    #title #h1_box .date img:first-child {
        width: 52%;
        margin-right: 3%
    }

    #title #h1_box .date img:last-child {
        width: 45%;
    }

    /* pc end */
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
    #title #h1_box img {
        margin: 10px auto;
    }
}

/*----------------------------------------------------
    //ID #top-lead
----------------------------------------------------*/
#top-lead {
    text-align: center;
    margin: 1.5em 0;
}

#top-lead p {
    margin: 1.5em 3% 0;
    font-weight: bold;
    color: #7b593c;
    line-height: 1.3
}

#top-lead .circleMark {
    display: inline-block;
    font-weight: bold;
    letter-spacing: 1px;
    background: #c3200c;
    margin: 10px auto;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
    #top-lead p {
        font-size: 1.6rem;
    }

    #top-lead .circleMark {
        font-size: 3.0rem;
    }
}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 769px) {
    #top-lead p {
        font-size: 2.8rem;
    }

    #top-lead .circleMark {
        font-size: 4.0rem;
    }
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {}


/*----------------------------------------------------
    #lead_copy
----------------------------------------------------*/
#lead_copy {
    padding: 1.5em;
    position: relative;
}

#lead_copy:before {
    position: absolute;
    display: block;
    content: '';
    background: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff;
    z-index: 10;
}

#lead_copy p {
    margin: 0.8em 0;
    position: relative;
    font-size: 1.6rem;
    z-index: 20;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
    #lead_copy {
        margin: 0 3% 1em;
    }

    #lead_copy:before {
        width: 96%;
        height: 90%;
    }
}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 769px) {
    #lead_copy {
        text-align: center;
        margin: auto 10%;
    }

    #lead_copy:before {
        width: 100%;
        height: 100%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
    }
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
    #lead_copy {
        margin: auto 5%;
    }
}



/*====================================================
	.fb-share-button
=====================================================*/

.fb-share-button_outer {
    float: right;
    margin-top: 1em;
    margin-right: 1em;
    z-index: 1000;
}



/*====================================================

	gassou

=====================================================*/

#gassou {
    padding-bottom: 30px;
}

#gassou .h2_box h2 {
    position: absolute;
    z-index: -1;
}

#gassou .inside {
    background: #fff;
    margin-bottom: 2em;
    -webkit-border-radius: 0.5em;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 0.5em;
    /* Firefox用 */
    -ms-border-radius: 0.5em;
    /* Internet Explorer用 */
    border-radius: 0.5em;
    /* CSS3草案 */
}

#gassou .row:first-of-type {
    margin-top: 1em;
}

#gassou .row h4.outline {
    color: #fff;
    text-align: center;
    font-weight: bold;
    background: #7b593c;
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    -ms-border-radius: 0.2em;
    border-radius: 0.2em;
    padding: .5em 1em
}

#gassou h4 a {
    color: #fff;
}

#gassou h4 a:hover {
    color: #f73950;
}


#gassou .txtbox a {
    color: #7b593c;
}

#gassou .txtbox a:hover {
    color: #fb5309;
}

#gassou .text-right a {
    color: #7b593c;
}

#gassou .text-right a:hover {
    color: #fb5309;
}




/* ////////// mobile ////////// */

@media screen and (max-width: 768px) {
    #gassou {}

    #gassou .inside {
        width: auto;
        padding: .8em;
    }

    #gassou .h2_box {
        width: 100%;
        height: auto;
    }

    #gassou .inside .text-right, .text-right2 {
        width: 90%;
        font-size: 1.3rem;
        margin-top: 1em;
        margin-left: auto;
        margin-right: auto;
        padding: 0 5% 2em 5%;
    }

    #gassou .inside .text-right p {
        margin-top: 1em;
    }

    #gassou .inside .photo {
        width: 90%;
        margin-left: 5%;
        margin-right: auto;
        /* border: #f00 1px solid;*/
    }

    #gassou .inside .photo2 {
        width: 80%;
        margin-left: 10%;
        margin-right: auto;
        /* border: #f00 1px solid;*/
    }

    #gassou .row {
        margin-bottom: 1em;
    }

    #gassou .first_size {
        font-size: 1.8rem;
    }

    #gassou .row .txtbox {
        font-size: 1.3rem;
        margin-top: 0.5em;
    }

    #gassou h4 {
        font-size: 1.6rem;
    }

    /*
     #gassou .read_more li{
        text-align: center;
        font-size: 1.3rem;
        font-weight: bold;
        color: #fff;
        background: #d0cfcd;
        padding:0.8em 1em;

    }*/
    #gassou .read_more li {
        color: #84817a;
        /*background: #d0cfcd;*/
        text-align: center;
        font-size: 1.3rem;
        font-weight: bold;
        padding: 0.5em 1em;
        -webkit-border-radius: 0.5em;
        /* Safari,Google Chrome用 */
        -moz-border-radius: 0.5em;
        /* Firefox用 */
        -ms-border-radius: 0.5em;
        /* Internet Explorer用 */
        border-radius: 0.5em;
        /* CSS3草案 */
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#dddcda', endColorstr='#d0cec9');
        /*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
        /*Element must have a height (not auto)*/
        /*All filters must be placed together*/
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#dddcda', endColorstr = 
'#d0cec9')";

            /*Element must have a height (not auto)*/
            /*All filters must be placed together*/
            background-image: -moz-linear-gradient(top, #dddcda, #d0cec9);
        background-image: -ms-linear-gradient(top, #dddcda, #d0cec9);
        background-image: -o-linear-gradient(top, #dddcda, #d0cec9);
        background-image: -webkit-gradient(linear, center top, center bottom, from(#dddcda), to(#d0cec9));
        background-image: -webkit-linear-gradient(top, #dddcda, #d0cec9);
        background-image: linear-gradient(top, #dddcda, #d0cec9);
        /*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
    }

    #gassou .mobHidetxt {
        display: none;
        padding-top: 1em;
    }

    /* mobile end */
}

/* ////////// pc ////////// */

@media screen and (min-width: 769px) {
    #gassou {}

    #gassou .inside {
        padding: 30px;
    }

    #gassou .h2_box {
        width: 800px;
    }

    #gassou .row {
        display: table;
        margin: .5em 0;
    }

    #gassou h4.outline {
        width: 100px;
        text-align: center;
        font-size: 18px;
        font-size: 1.6rem;
        -webkit-border-radius: 2em;
        -moz-border-radius: 2em;
        -ms-border-radius: 2em;
        border-radius: 2em;
        display: table-cell;
        vertical-align: middle;
    }

    #gassou .row .txtbox {
        font-size: 16px;
        font-size: 1.6rem;
        display: table-cell;
        vertical-align: middle;
        padding-left: 1.5em;
    }

    /*#gassou .txtbox li{padding-top:0.5em;}*/
    #gassou .first_size {
        font-size: 20px;
        font-size: 2.0rem;
    }

    #gassou .read_more {
        display: none;
    }

    /* pc end */
}

.detail h3 {
    line-height: 1.3
}

/*----------------------------------------------------
    .detail_outer
----------------------------------------------------*/
.detail_outer {
    position: relative;
    margin: 1em auto 2em;
}

.detail_outer:after {
    position: absolute;
    display: block;
    content: '';
    margin: auto;
    max-width: 302px;
    background: url(../img/recorder.png) no-repeat bottom right;
    background-size: contain;
    z-index: 2;
}

.detail_box {
    background: #fff;
    box-shadow: 2px 4px 0 rgba(0, 0, 0, 0.3);
    margin: 2em auto 1em;
    padding: .8em 1em;
    text-align: center;
    position: relative;
    max-width: 300px;
}

.detail_box:before {
    position: absolute;
    display: block;
    content: '';
    width: 60%;
    max-width: 150px;
    height: 2em;
    background: rgba(227, 220, 196, 0.5);
    top: -1.3em;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
}

.detail_box:nth-child(2):before {
    transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
}

.detail_box h4 {
    margin: .2em 0 .5em;
    border-bottom: solid 1px;
    border-color: #c3200c;
}

.detail_box span {
    font-weight: bold;
    line-height: .9;
}

.detail_box .attention {
    font-size: 1.2rem;
    font-weight: normal;
    display: inline-block;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
    .detail_outer:after {
        top: -35%;
        bottom: 0;
        right: -2%;
        width: 40%;
        height: 150%;
    }

    .detail_box {
        width: 60%;
        margin-left: 0;
    }

    #gassou .detail_box h4 {
        font-size: 2.2rem;
    }

    .detail_box span {
        font-size: 1.8rem;
    }
}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 769px) {
    .detail_outer {
        width: 80%;
        display: table;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-right: 20%
    }

    .detail_outer:after {
        top: 0;
        bottom: -30px;
        right: -2%;
        width: 23%;
        height: 300%;
    }

    .detail_box {
        float: left;
        width: 28%;
    }

    .detail_box h4 {
        font-size: 2.2rem;
    }

    .detail_box span {
        font-size: 2.0rem;
    }
}




/*-----------------------------------
	#rsv .inq
-----------------------------------*/
ul#rsv {
    font-size: 2.2rem;
    margin: 30px auto 0;
    font-weight: bold;
    max-width: 800px;
}

ul#rsv li a {
    padding: 1em;
    text-align: center;
    border-radius: 100px;
    display: block;
    color: #fff;
    text-align: center;
    background: #c91717;
    display: block;
}

ul#rsv li.inq_att {
    font-size: 1.2rem;
    text-align: right;
    font-weight: lighter;
}

ul li.inq a {
    padding: 0.5em 1em;
    font-size: 1.6rem;
    text-align: center;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    color: #fff;
    text-align: center;
    background: #ce4d4d;
    margin-bottom: 40px;
    display: block;
}

ul#rsv a:hover, ul li.inq a:hover {
    color: #fff;
    background: #e61414;
    text-decoration: none;
}


/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
    ul#rsv {
        font-size: 1.8rem;
        margin: 30px auto 0;
        font-weight: bold;
        max-width: 800px;
    }
}


/*----------------------------------------------------
    //class .report
----------------------------------------------------*/
#gassou .report {
    position: relative;
}

.report h3 {
    line-height: 1.3;
}

.report ul {
    margin-top: .5em;
    display: inline-block;
}

.report ul li {
    position: relative;
}

.report ul li:before {
    position: absolute;
    display: block;
    content: '\266A';
    /*♪*/
    margin-left: -1.2em;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.report ul li:hover:before {
    color: #c00;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
}

.report ul li:after {
    width: 100%;
    height: 0;
    content: '';
    display: block;
    position: absolute;
    border-bottom: solid 1px;
    color: #931916;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.report ul li:hover:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
}

.report figure {
    position: relative;
    transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    -webkit-backface-visibility: hidden;
    /* 追加 */
    backface-visibility: hidden;
    /* 追加 */
}

.report figure img {
    display: block;
    box-shadow: 2px 4px 0 rgba(0, 0, 0, 0.3);
}

.report figcaption {
    position: absolute;
    bottom: 5px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
    .report ul li {
        margin: .2em 0 0 2em;
        position: relative;
    }

    .report figure {
        width: 80%;
        max-width: 260px;
        margin: 2em auto 0 10%;
    }
}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 769px) {
    #gassou .report {
        padding-bottom: 0;
    }

    .report h3 {
        width: 65%
    }

    .report ul {
        float: left;
    }

    .report ul li {
        margin: .2em 0 0 2em;
        position: relative;
    }

    .report figure {
        float: right;
        width: 30%;
        margin-top: -4.5em;
    }
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
    #gassou .report {
        padding-bottom: 2em;
    }

    .report figure {
        margin-top: -4em;
    }
}


/*====================================================
	form
=====================================================*/


#form {
    border: solid 2px;
    border-color: #7b593c;
    padding: 1em;
    margin: 1em 0;
}

#form ul {
    margin: .5em 0 0;
}

#form ul li {
    margin-left: 1em;
    margin-bottom: 1.5em;
    position: relative;
}

#form ul li:before {
    position: absolute;
    display: block;
    content: '\30FB';
    /*・*/
    margin-left: -1em;
}

#form ul li:after {
    position: absolute;
    display: block;
    content: '\2193';
    /*↓*/
    margin-left: 1em;
}

#form ul li:last-child {
    margin-bottom: 0;
}

#form ul li:last-child:after {
    display: none;
}




/*====================================================
     //ID #view 観覧募集時
====================================================*/

#view #lead_copy {
    margin-bottom: 50px;
    position: relative;
    display: block;
}

#view #lead_copy:after {
    position: absolute;
    display: block;
    content: '';
    background: url(../img/recorder.png) no-repeat bottom right;
    background-size: contain;
    z-index: 2;
    pointer-events: none;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
    #view #lead_copy:after {
        bottom: 90%;
        right: -6%;
        width: 18%;
        height: 180px;
    }
}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 769px) {
    #view #lead_copy:after {
        top: 90px;
        right: -50px;
        width: 300px;
        height: 380px;
    }
}


/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {}




/*====================================================
     //ID #report 開催レポート時
====================================================*/
#report #h1_box {
    margin-bottom: 0;
    position: relative;
}

#report #top-lead {
    margin-top: 0;
    position: relative;
    z-index: 30;
    line-height: 1.2;
}

#report #top-lead .circleMark {
    padding-top: .15em
}

#report #lead_copy {
    margin-bottom: 50px;
    display: block;
    z-index: 1;
}

#report #h1_box:after {
    position: absolute;
    display: block;
    content: '';
    background: url(../img/recorder.png) no-repeat top left;
    background-size: contain;
    z-index: 2;
    pointer-events: none;
    transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
}

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
    #report #h1_box:after {
        top: 0px;
        left: 40px;
        width: 30%;
        height: 280px;
    }

    #report #top-lead {
        width: 100%;
        max-width: 420px;
        margin: auto auto 20px;
    }

    #report #top-lead .circleMark {
        font-size: 2.4rem;
        line-height: 1.2;
        padding: .2em 1em;
        margin: 0;
    }
}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 769px) {
    #report #h1_box:after {
        top: -20px;
        left: 40px;
        width: 22%;
        max-width: 300px;
        height: 380px;
    }
}


/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {}



/*====================================================
     //class .player_box
====================================================*/


audio {
    width: 100%;
}

#report .group_name {
    background: #ffa134;
}

#report .group_name h3 {
    color: #fff;
}

#report .programlist li {
    line-height: 1.2;
    margin: .5em 0;
    padding-left: 1.2em;
    position: relative;
}

#report .programlist li:before {
    position: absolute;
    content: '\266A';
    display: block;
    left: 0;
}

#report .programlist li.subtitle {
    margin-left: 1.2em;
}

#report .programlist li.subtitle:before {
    position: absolute;
    content: '\2015';
    display: block;
    left: 0;
}

#report .programlist li .inb {
    padding-left: .5em;
}

#report .photo_box figcaption {
    font-size: 1.2rem;
    text-align: center;
    padding-top: .2em;
}

#report .circleMark {
    display: inline-block;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
    #report .player_outer {
        overflow: hidden;
    }

    #report .group_name {
        margin-top: -11px;
        width: 110%;
        margin-left: -7%;
        padding: .5em;
        text-align: center;
    }

    #report .group_name h3 {
        font-size: 2.0rem;
    }

    #report .player_box .txt_box p.copy {
        margin: .8em 0;
    }

    #report .player_box .programlist dd {
        margin-left: 1.2em
    }

    #report .player_box .photo_box img {
        display: block;
        max-width: 180px;
        margin: 10px auto 0;
    }
}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 769px) {
    #report .player_box {
        position: relative;
    }

    #report .group_name {
        position: absolute;
        display: table;
        width: 200px;
        height: 200px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        top: -50px;
        left: -50px;
        box-sizing: border-box;
        padding: .5em;
        z-index: 2;
    }

    #report .group_name h3 {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        font-size: 2.2rem;
    }

    #report .player_box .txt_box {
        width: calc(100% - 160px);
        margin-left: 160px;
        position: relative;
        min-height: 250px;
    }

    #report .player_box .txt_box p.copy {
        position: relative;
        padding-bottom: .5em;
        margin-bottom: .5em;
        width: 49.5%;
    }

    #report .player_box .txt_box p.copy:before {
        position: absolute;
        display: block;
        content: '';
        width: calc(120% + 110px);
        height: 3px;
        background: #ffa134;
        bottom: 0;
        left: -85px;
    }

    #report .player_box .programlist {
        width: 49%;
    }

    #report .programlist dt, #report .programlist dt {
        /*
        width: 100%;
        float: left;
*/
    }

    #report .player_box .photo_box {
        width: 50%;
        max-width: 360px;
        margin: auto;
        position: absolute;
        right: 0px;
        top: 3px;
    }
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
    #report .group_name {
        width: 170px;
        height: 170px;
        top: -16px;
        left: -45px;
    }

    #report .group_name h3 {
        font-size: 1.8rem;
    }

    #report .player_box .txt_box p.copy {
        width: 56%;
    }

    #report .player_box .txt_box {
        width: calc(100% - 130px);
        margin-left: 130px;
        position: relative;
    }

    #report .player_box .photo_box {
        width: 42%;
    }

    #report .player_box .programlist {
        width: 56%;
    }
}




/*====================================================
     //note members.php
====================================================*/

.limitedArea {
    margin-top: 20px;
}

.ytLink a, .photoDL .dlBtn {
    display: block;
    background: #d15223;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: .3em 0 .2em;
}

.ytLink a:hover, .photoDL .dlBtn:hover {
    background: #e21a00;
}

.iconArea {
    padding-left: 30px;
    margin-right: .5em;
    position: relative;
}

.photoIcon:before {
    background: url(../201801/img/photoIcon.png);
    background-size: contain;
}

.movieIcon:before {
    background: url(../201801/img/movieIcon.png);
    background-size: contain;
}

/*
.download.icon {
  color: currentColor;
  position: absolute;
  left: 0;
  margin-top: 12px;
  width: 13px;
  height: 4px;
  border-radius: 1px;
  border: solid 1px currentColor;
  border-top: none;
}

.download.icon:before {
  content: '';
  position: absolute;
  left: 6px;
  top: -9px;
  width: 1px;
  height: 10px;
  background-color: currentColor;
}

.download.icon:after {
  content: '';
  position: absolute;
  left: 4px;
  top: -4px;
  width: 4px;
  height: 4px;
  border-top: solid 1px currentColor;
  border-right: solid 1px currentColor;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

*/
.closing .txt_box {
    text-align: center;
}

.closing p {
    margin: .8em 0;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
    .photoDL.forPC {
        display: none;
    }

    .ytLink {
        font-size: 1.6rem;
    }

    .iconArea {
        width: 20px;
        height: 20px;
        margin: 0;
        vertical-align: middle;
    }

    .movieIcon:before, .photoIcon:before {
        position: absolute;
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        top: -3px;
        left: 0;
        bottom: 0;
        margin: auto;
    }

    .photoDL {
        font-size: 1.4rem;
        margin-top: 20px;
    }

    .photoDL.forMOB a {
        display: block;
        background: #d15223;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -ms-border-radius: 100px;
        border-radius: 100px;
        color: #fff;
        font-weight: bold;
        text-align: center;
        padding: .3em 0 .2em;
        width: 80%;
        margin: 6px auto 0;
    }

    ul.attention li {
        padding-left: 1.2em;
        position: relative;
        font-size: 1.1rem;
        margin: .5em 0;
    }

    ul.attention li:before {
        position: absolute;
        content: '\203B';
        top: 0;
        left: 0;
    }

    .closing .txt_box {
        margin: 10px auto;
    }

    .closing .photo_box {
        width: 60%;
        max-width: 300px;
        margin: 10px auto
    }
}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 769px) {
    .photoDL.forMOB {
        display: none;
    }

    .limitedArea {}

    .movieIcon:before, .photoIcon:before {
        position: absolute;
        content: '';
        display: block;
        width: 30px;
        height: 30px;
        top: -4px;
        left: 0;
    }

    .ytLink {
        width: 49%;
        font-size: 1.6rem;
    }

    .photoDL {
        float: left;
        width: 49%;
        font-size: 1.6rem;
    }

    .closing {}

    .closing.member .txt_box {
        display: table-cell;
        width: 60%;
        vertical-align: middle;
        padding-right: 1em;
    }

    .closing.member .photo_box {
        display: table-cell;
        width: 40%;
        vertical-align: middle;
    }

    .closing .photoDL {
        display: block;
        margin: 16px auto 0;
        width: 100%;
        text-align: center;
    }

    .closing .photoDL a.dlBtn {
        width: 300px;
        margin: auto;
    }
}

/*====================================================
     //id #past_report
====================================================*/



#past_report {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fff;
    border-radius: 10px;
}

#past_report .flexBox {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}


#past_report h4 {
    font-weight: bold;
    font-size: 1.7rem;
    margin-bottom: .5em;
    line-height: 1.4;
}

#past_report figure {
    position: relative;
}

#past_report figcaption {
    position: absolute;
    bottom: .5em;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
}

#past_report .icon-circle-marker-right {
    margin-right: .3em;
}


#past_report li {
    margin-bottom: 10px;
}

#past_report li a i {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #bb7f87;
    display: inline-block;
    margin-right: 3px;
    vertical-align: middle;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
    #past_report {
        text-align: center;
    }

    #past_report .flexBox {
        display: block;
    }

    #past_report ul {
        display: inline-block;
        text-align: left;
    }

    #past_report figure {
        width: 70%;
        margin: 1em auto 0;
    }
}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 769px) {
    #past_report .flexBox {
        max-width: 900px;
        margin: auto;
        align-items: center;
    }

    #past_report .txtBox {
        width: 59%;
    }

    #past_report figure {
        width: 40%;
    }

    /*
	#past_report figure {
		position: absolute;
		transform: rotate(10deg);
		-moz-transform: rotate(10deg);
		-webkit-transform: rotate(10deg);
		width: 300px;
		top: -30px;
		right: 5%;
	}
*/
}

#past_report .inner_box::before,
#past_report .inner_box::after {
    background: none;
}