/*====================================================
	common classes
====================================================*/

.hidetxt {
    text-indent: 110%;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1;
    font-size: 1.0rem;
    display: block;
}




@media screen and (min-width: 1025px) {
    img.mob,
    br.tab,
    br.mob {
        display: none !important;
    }
    .d_nonePC {
        display: none;
    }
    /* pc end */
}


@media screen and (min-width: 769px) and (max-width: 1024px) {
    br.tab {
        display: block !important;
    }
    br.pc,
    br.mob {
        display: none !important;
    }

    .d_noneMOB {
        display: none;
    }
    img.mob {
        display: none !important;
    }
    /* mobile end */
}




@media screen and (min-width: 769px) {
    /* //////////////////// 769 ///////////////////// */
    ul.read_more {
        display: none;
    }

 
}




@media screen and (max-width: 768px) {
    br.mob {
        display: block !important;
    }
    br.pc,
    br.tab {
        display: none;
    }
    img.pc {
        display: none !important;
    }
    img.mob {
        display: block !important;
    }

    .mobHidetxt {
        display: none;
    }

    ul.read_more {
        display: block !important;
    }

}



/*====================================================
	float and clearfix
====================================================*/

.left {
    float: left;
}

.right {
    float: right;
}

.clr {
    clear: both;
}

.cf:before,
.cf:after {
    content: "";
    display: table
}

.cf:after {
    clear: both
}

.cf {
    zoom: 1
}


/*============================
	.flex-outer 
==============================*/

.flex-outer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    flex-wrap: wrap;
    align-items: stretch;
    /*    justify-content: space-between;*/
}

.f-between {
    justify-content: space-between;
}
    
.space-between {
    justify-content: space-between;
}

.space-around{
    justify-content: space-around;
}


.flex-start{
    justify-content: flex-start;
}

.row-reverse {
    flex-direction: row-reverse;
}

@media print,
screen and (min-width: 769px) {
    /* pc */
    .flex-outer-pc {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        align-items: stretch;
        flex-wrap: wrap;
    }
}


/*====================================================
	font 
====================================================*/

.f_10 {
    font-size: 1.0rem;
}

.f_11 {
    font-size: 1.1rem;
}

.f_12 {
    font-size: 1.2rem;
}

.f_13 {
    font-size: 1.3rem;
}

.f_14 {
    font-size: 1.4rem;
}

.f_16 {
    font-size: 1.6rem;
}

.f_18 {
    font-size: 1.8rem;
}

.f_20 {
    font-size: 2.0rem;
}

.fw_normal {
    font-weight: normal;
}

.fw_bold {
    font-weight: bold;
}

.t_left {
    text-align: left;
}

.t_right {
    text-align: right;
}

.t_center {
    text-align: center;
}

.red {
    color: #9e0905;
}

.red2 {
    color: #f00;
}

.endtxt {
    color: #f00;
}
