#secTop {
    background: url(../img/main/mitamaire.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.senzasai_in {
    margin: 0px auto 0vw;
}

.senzasai_in h3 .subTitle {
    font-size: 20px;
     margin-left: 0vw;
}

.senzasai_in h3 + .h3_subTxt .redTitle {
    text-align: center;
    font-weight: normal;
    color: #e60012;
    font-size: 1.2em;
    line-height: 2.25;
    padding-bottom: 1.5em;
/*    border-bottom: 1px solid black;*/
    margin: 0px auto 1.5em;
}

.senzasai_in .img img{
    width: 100%;
}

.date{
  font-size: 20px;
  text-align: center;  
}

.img_flex{
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px;
}

.img_flex .img_flex_01{
    margin-right: 10px;
    width: 49%;
}

.img_flex .img_flex_01 img{
    width: 100%;
}

.img_flex_inFlex{
    width: 48%;
}

.img_flex_inFlex .inFlex_01 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4%;
}

.img_flex_inFlex .img_flex_inFlex_01{
    width: 48%;
}

.img_flex_inFlex .img_flex_inFlex_01 img{
    width: 100%;
}

.img_flex_inFlex .img_flex_inFlex_02{
    width: 48%;
}

.img_flex_inFlex .img_flex_inFlex_02 img{
    width: 100%;
}

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

.img_flex_inFlex .img_flex_inFlex_03{
    width: 48%;
}

.img_flex_inFlex .img_flex_inFlex_03 img{
    width: 100%;
}

.img_flex_inFlex .img_flex_inFlex_04{
    width: 48%;
}

.img_flex_inFlex .img_flex_inFlex_04 img{
    width: 100%;
}

.txtBox{
    margin : 20px 0 50px;
}

@media handheld, only screen and (max-width: 960px) {


	.senzasai_in {
	    margin: 0px 5vw 0vw;
	}

    .img_flex{
        flex-direction: column-reverse;
    }

    .img_flex_inFlex{
        width: 100%;
    }

    .img_flex .img_flex_01{
        margin-right: 0;
        margin-bottom: 4%;
        width: 100%;
    }
}


/*
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　スマホ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
*/



@media handheld, only screen and (max-width: 767px) {
    #secTop {
        background: url(../img/main/mitamaire_sp.jpg) no-repeat;
        background-size: cover;
        background-position: center;
    }

.senzasai_in h3 .subTitle {
    font-size: 13px;
    margin-left: 10vw;
}
}


@media handheld, only screen and (max-width: 480px) {


}
