
/* ----------------------------------------------------------------------
	
	芝のクッション値に関する基礎知識
	
---------------------------------------------------------------------- */

/* - レイアウト
---------------------------------------------------------------------- */
.anchor_block div.link_list > div > a { font-size: 1.2rem; }

#cushion { margin-top: 30px; }
#cushion .unit + .unit { margin-top: 50px; }
#cushion .unit > .grid { display: table; width: 100%; }
#cushion .unit > .grid > .cell { display: table-cell; vertical-align: top; }

/* - クッション値とは？
---------------------------------------------------------------------- */
#cushion_about > .grid > .cell.img { width: 310px; padding-right: 30px; }

/* - クッション値と含水率の関係
---------------------------------------------------------------------- */
#cushion_moist > .grid > .cell.img { width: 310px; padding-right: 30px; }

/* - クッション値の特性
---------------------------------------------------------------------- */
#cushion_character > .grid > .cell.img { width: 300px; padding-left: 30px; }

/* - クッション値の基準
---------------------------------------------------------------------- */
#cushion_standard table.basic thead > tr > th span { display: inline; }
#cushion_standard table.basic tbody > tr > td { font-size: 1.6rem; font-weight: bold; }
#cushion_standard table.basic tbody > tr > td.cushion { font-size: 1.8rem; }

#cushion_standard table.basic tbody > tr > td.cushion span.cap {
    font-size: 1.2rem;
    margin: 0 0.2em;
    font-weight: normal;
}

/*
#cushion_standard table.basic tbody > tr > td.moist { padding: 0; }

#cushion_standard table.basic tbody > tr > td.moist {
    padding: 0;
    border-bottom: 0;
    border-top: 0;
    
}

#cushion_standard table.basic tbody > tr:last-child > td.moist { border-bottom: 1px solid #ccc; }

#cushion_standard table.basic tbody > tr > td.moist strong { font-size: 1.6rem; }

#cushion_standard table.basic tbody > tr > td.moist > .arrow {
    min-height: 54px;
    height: 100%;
    width: 16px;
    margin: 0 auto;
    background-color: #007bff;
    position: relative;
}

#cushion_standard table.basic tbody > tr > td.moist > .arrow::before {
    position:absolute;
    content:"";
    width:0;
    height:0;
    border: 20px solid transparent;
    border-bottom: 60px solid #007bff;
    left: -12px;
    top: -80px;
}

#cushion_standard table.basic tbody > tr > td.moist > .arrow:after {
    position:absolute;
    content:"";
    width:0;
    height:0;
    border: 20px solid transparent;
    border-top: 60px solid #007bff;
    left: -12px;
    bottom: -80px;
}
*/

/* - クッション値の参考値
---------------------------------------------------------------------- */
#cushion_reference table.basic tbody > tr > td.cushion {
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
}

/* - クッション値について（動画）
---------------------------------------------------------------------- */
#cushion_movie > .content {
    text-align: center;
    margin-top: 30px;
    display: block;
}

#cushion_movie .img {
    font-size: 0;
    margin: 0 auto;
    display: block;
}

#cushion_movie .img > a {
    font-size: 1.3rem;
    display: inline-block;
    position: relative;
}

#cushion_movie .img > a img { vertical-align: top; }

#cushion_movie .img > a > .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    
    margin-left: -40px;
    margin-top:  -30px;
    
    font-size: 3.2rem;
    color: #eee;
    background-color: rgba(0,0,0,0.8);
    width: 80px;
    height: 60px;
    text-align: center;
    border-radius: 8px;
    
    display: flex;
    justify-content: center;
    align-items: center;
    
    border: 2px solid #ccc;
    transition: all 0.3s ease-in-out;
}

.no-touch #cushion_movie .img > a:hover > .icon { background-color: rgba(0,0,0,0.5); }

#cushion_movie .img > a > .icon i { position: relative; left: 2px; }


/* ------------------------------------------------------------

	959px以下

------------------------------------------------------------ */
@media screen and ( max-width : 959px ) {
    
    .anchor_block div.link_list.multi.div3 > div { width: 50%; }
    
}

/* ------------------------------------------------------------

	767px以下

------------------------------------------------------------ */
@media screen and ( max-width : 767px ) {
    
}

/* ------------------------------------------------------------

	639px以下

------------------------------------------------------------ */
@media screen and ( max-width : 639px ) {
	
    .anchor_block div.link_list.multi.div3 > div { width: 100%; }
    .anchor_block div.link_list.multi.div3 > div > a {
        text-align: left;
        font-size: 1.1rem;
        padding: 6px 10px;
    }
    
    #cushion .unit > .grid { display: block; }
    #cushion .unit > .grid > .cell { display: block; }
    #cushion .unit > .grid > .cell.txt { margin-top: 15px; }
    
    #cushion_about > .grid > .cell.img {
        width: auto;
        padding-right: 0;
        text-align: center;
    }
    
    #cushion_measure .img_line_list.col2.measure_img > .item { width: 100%; }
    
    #cushion_moist > .grid > .cell.img {
        width: auto;
        padding-right: 0;
        text-align: center;
    }
    
    #cushion_character > .grid > .cell.img {
        width: auto;
        padding-left: 0;
        text-align: center;
    }
    
    #cushion_standard table.basic thead > tr > th { line-height: 1.4; font-size: 1.2rem; }
    #cushion_standard table.basic thead > tr > th span { display: block; }
    
    #cushion_reference table.basic thead > tr > th.use { width: 180px; }
    
    #cushion_movie .img > a { display: block; margin: 0 auto; }
    
}

/* ------------------------------------------------------------

	479px以下

------------------------------------------------------------ */
@media screen and ( max-width : 479px ) {
    
    #cushion_reference table.basic thead > tr > th { font-size: 1.2rem; }
    #cushion_reference table.basic thead > tr > th.use { width: 130px; }
    #cushion_reference table.basic tbody > tr > td { font-size: 1.2rem; }
     
    #cushion_movie > .content { margin-top: 20px; }
    
}

/* ------------------------------------------------------------

	374px以下

------------------------------------------------------------ */
@media screen and ( max-width : 374px ) {
    
}

/* ------------------------------------------------------------

	359px以下

------------------------------------------------------------ */
@media screen and ( max-width : 359px ) {
    
    #cushion_reference table.basic thead > tr > th.use { width: 90px; }
    
}
