/* PC SP 共通 */
span.cap_square::before{
    content: '';
    display: inline-block;
    vertical-align: text-top;
}
span.cap_square.bg_gr::before{
    background-color: #39ad4a;
}
span.cap_square.bg_bl::before{
    background-color: #0071b4;
}


figure.ci-content{
    display: table;
    max-width: 100%;
    text-align: left;
    margin: 0 auto;
}
figure.ci-content figcaption{
    caption-side: bottom;
    display: table-caption;
} 

.caption_ty2{
    font-size: 87.5%;
    line-height: 1.5;
}

#content a[target="_blank"]{
    text-decoration: none;
    border: 1px solid #2b4787;
    display: inline-block;
    transition: .3s;
}
#content a[target="_blank"]:hover{
    opacity: .5;
}

p.attention_text::before{
    content: '※';
    display: inline-block;
    position: absolute;
    left: 0px;
}
p.attention_text{
    position: relative;
}

p.caption.cp_ta-c, p.caption_ty2.cp_ta-c{
    text-align: center;
}
figcaption.caption.cp_ta-c{
    text-align: center;
}


section.full-area {
    margin: 0 calc(50% - 50vw);
}
section.full-area .image {
    width: 100%;
    height: auto;
}


/* PC */
@media print, all and (min-width: 751px) {
    .bg_lb{
        background-color: #ccdae1;
        padding: 20px 30px;
    }
	span.cap_square::before{
        width: 16px;
        height: 16px;
    }

    #content a[target="_blank"]{
        padding: 5px 15px;
    }
    #content a[target="_blank"]:after{
        margin-left: 10px;
    }

    p.attention_text{
        padding-left: 20px;
    }

    h3.title-rd{
        margin-bottom: 15px;
        font-size: 30px;
        text-align: center;
        font-weight: bold;
        color: #b6272d;
    }
    h4.title-rd{
        margin-bottom: 10px;
        font-size: 112.5%;
        font-weight: bold;
        line-height: 1.5;
        color: #b6272d;
    }

    .stretch-box.ver-center{
        align-items: center;
    }

    .two-content-box{
        display: flex;
        justify-content: center;
    }
    .two-content-box .left-item{
        margin-right: 50px;
    }
    .two-content-box figure{
        margin: 0;
    }
    .two-content-box.w-full{
        justify-content: space-between;
    }
    .two-content-box.h-bottom{
        align-items: flex-end;
    }


    .more-box{
        display: flex;
    }
    .more-box.w-full{
        justify-content: space-between;
    }
    .more-box.w-around{
        justify-content: space-around;
    }
    .more-box.w-center{
        justify-content: center;
    }
    .more-box.h-center{
        align-items: center;
    }

    ul.dot-li li::before{
        content: '';
        display: inline-block;
        width: 8px;
        height: 8px;
        background-color: #00466a;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY( -50%);
    } 
    ul.dot-li li{
        position: relative;
        padding-left: 15px;
    }
    
    .inb-list{
        display: flex;
        flex-wrap: wrap;
    }
    .inb-list li{
        box-sizing: border-box;
        width: calc( 100%/3);
    }


	table.tablematch tbody{
		display: flex;
		width: 100%;
		flex-wrap: nowrap;
	}
    table.tablematch tr {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-content: stretch;
    }
    table.tablematch tr:not(.labels) {
		flex: 1;
    }
    table.tablematch th,
    table.tablematch td {
        border-collapse: collapse;
		display: block;
    }
    #content table.tablematch th:last-child,
    #content table.tablematch td:last-child {
        border-right: 3px solid #FFF;
    }    
    table.type01 th[scope="col"]{
        padding: 8px 20px;   
    }
	
    table.tablematch th.matchcell,
    table.tablematch td.matchcell{
		display: flex;
		justify-content: center;
		align-items: center;
    }
    table.tablematch th.matchcell > .inner,
    table.tablematch td.matchcell > .inner{
		display: block;
	}


    .voice-box .voice-headbox .headmain-innerwrapper {
        align-items: flex-end;
    }


    /* 230411 */
    table.type01 tbody tr.total th{
        background-color: #BE272D;
    }
    table.type01 tbody tr.total td{
        background-color: #e1cccc;
    }

    table.size01 tbody th.labels{
        box-sizing: border-box;
        width: 180px;
        padding: 8px 5px;
    }
    table.size01 tbody td{
        box-sizing: border-box;
        width: 150px;
        padding: 8px 5px;
    }

    table.size02 tbody th.label01{
        box-sizing: border-box;
        width: 180px;
        padding: 8px 5px;
    }
    table.size02 tbody th.label02{
        box-sizing: border-box;
        width: 215px;
        padding: 8px 5px;
    }
    table.size02 tbody td{
        box-sizing: border-box;
        width: 150px;
        padding: 8px 5px;
    }


    /* 230508 */
    #content .btn-type_pdf.center{
        text-align: center;
    }
    #content .btn-type_pdf > a{
        display: inline-block;
        color: #ffffff;
        text-decoration: none!important;
        font-weight: bold;
        letter-spacing: 0.2em; 
        background-image: url(../images/common/icon_pdf.png);
        background-size: 16px auto;
        background-repeat: no-repeat;
        background-position: right center;
        padding: 0 25px 0 0;
        transition: opacity .3s;
        border: none;
    }
    #content .btn-type_pdf > a:after{
        content: none;
    }
    #content .btn-type_pdf > a:hover{
        opacity: .5;
    }
}

/* SP */
@media only screen and (max-width: 750px) {
    .bg_lb{
        background-color: #ccdae1;
        padding: 20px;
    }
    span.cap_square::before{
        width: 14px;
        height: 14px;
    }

    #content a[target="_blank"]{
        padding: 5px 10px;
    }
    #content a[target="_blank"]:after{
        margin-left: 10px;
    }
    
    .stretch-box.order_change .text-box{
        order: 1;
    }
    .stretch-box.order_change .image-box{
        order: 2;
    }

    p.attention_text{
        padding-left: 18px;
    }

    h3.title-rd{
        margin-bottom: 10px;
        font-size: 20px;
        text-align: center;
        font-weight: bold;
        color: #b6272d;
    }
    h4.title-rd{
        margin-bottom: 10px;
        color: #b6272d;
        font-size: 106.25%;
        font-weight: bold;
        line-height: 1.5;
    }

    .two-content-box .left-item{
        margin-bottom: 15px;
    }

    figure.ci-content{
        margin-bottom: 15px;
    }

    ul.dot-li li::before{
        content: '';
        display: inline-block;
        width: 6px;
        height: 6px;
        background-color: #00466a;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY( -50%);
    } 
    ul.dot-li li{
        position: relative;
        padding-left: 10px;
    }
    
    .inb-list li{
        display: inline-block;
        margin-right: 20px;
    }




    .tscroller{
        overflow: auto;
    }
    .tscroller table {
        width: auto !important;
        min-width: 450px;
        border-collapse: separate;
    }
    .tscroller.minnot table {
        min-width: inherit;
    }
    .tscroller table .fixcell {
        position: -webkit-sticky;
        position: sticky;
        left: 90px;
        width: 90px;
        min-width: 90px;
    }
    .tscroller table tr .fixcell:first-child {
        left: 0;
        width: 90px;
        min-width: 90px;
    }
    .tscroller table .fixcell[colspan="2"] {
        width: 180px;
        min-width: 180px;
        left: 0;
    }
    .tscroller table .fixcell.size02:first-child {
        width: 110px;
        min-width: 110px;
        left: 0;
    }
    .tscroller table th,
    .tscroller table td {
        min-width: 90px;
    }
    .tscroller table thead th {
        text-align: center;
    }
    .tscroller.type_wide table {
        min-width: 700px;
    }
    .tscroller.type_wide table tr .fixcell:first-child,
    .tscroller.type_wide table th,
    .tscroller.type_wide table td {
        min-width: 120px;
    }
    .tscroller.type_wide table .fixcell {
        left: 120px;
        width: 120px;
        min-width: 120px;
    }


    /* 230411 */
    table.type01 tbody tr.total th{
        background-color: #BE272D;
    }
    table.type01 tbody tr.total td{
        background-color: #e1cccc;
    }

    table.size01 tbody th.labels{
        box-sizing: border-box;
        width: 150px;
        padding: 8px 5px;
    }
    table.size01 tbody td{
        box-sizing: border-box;
        width: 100px;
        padding: 8px 5px;
    }

    table.size02 tbody th.label01{
        box-sizing: border-box;
        width: 120px;
        padding: 8px 5px;
    }
    table.size02 tbody th.label02{
        box-sizing: border-box;
        width: 180px;
        padding: 8px 5px;
    }

    /* 230508 */
    #content .btn-type_pdf.center{
        text-align: center;
    }
    #content .btn-type_pdf > a{
        display: inline-block;
        color: #ffffff;
        text-decoration: none!important;
        font-weight: bold;
        letter-spacing: 0.2em;
        background-image: url(../images/common/icon_pdf.png);
        background-size: 14px auto;
        background-repeat: no-repeat;
        background-position: right center;
        padding: 0 22px 0 0;
        transition: opacity .3s;
        border: none;
    }
    #content .btn-type_pdf > a:after{
        content: none;
    }
    #content .btn-type_pdf > a:hover{
        opacity: .5;
    }
}

/* ↓220520 */
/* ifraem */
@media only screen and (max-width: 750px) {
    .movie-area .out-frame{
        position: relative;
        padding-top: 56.25%;
    }
    .movie-area p.out-frame iframe{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }
    .movie-area p.out-frame.top_movie{
    }
    .movie-area p.out-frame.top_movie iframe{
        border: 1px solid rgba(255, 255, 255, .5);
    }
}
@media print, all and (min-width: 751px) {
    .movie-area p.out-frame.top_movie iframe{
        border: 1px solid rgba(255, 255, 255, .5);
    }
}
/* ↑220520 */

/* ↓ 221028 KINOSHITA */
/* Instagram */
.instagram-box{
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
}
.instagram-box.ajax-box .loading-box{
    display: block;
    width: 100%;
    height: 100px;
    background-image: url("ajax-loader.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 66px;
    
}
#content .instagram-box .items a{
    display: inline-block;
    padding: 0;
    border: none;
}
#content .instagram-box .items a:after{
    display: none;
}
#content .instagram-box .items a:hover{
    opacity: 0.6;
}
@media print, all and (min-width: 751px) {
    .instagram-box .items{
        width: 22%;
        margin-right: 4%;
        margin-bottom: 15px;
    }
    .instagram-box .items:nth-child(4n){
        margin-right: 0;
    }
    .instagram-box .items:nth-child(4n):last-child,
    .instagram-box .items:nth-last-child(-n+2):nth-child(3n),
    .instagram-box .items:nth-last-child(-n+3):nth-child(2n),
    .instagram-box .items:nth-last-child(-n+4):nth-child(n){
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 750px) {
    .instagram-box .items{
        width: 48%;
        margin-right: 4%;
        margin-bottom: 10px;
    }
    .instagram-box .items:nth-child(even){
        margin-right: 0;
    }
    .instagram-box .items:nth-last-child(-n+2){
        margin-bottom: 0;
    }
}
/* ↑ 221028 KINOSHITA */