@charset "utf-8"; 
/* ------------------------------
ページタイトル
------------------------------ */

.photo_back {
	background: url("../img/brand_message/ttl.png");
}

@media screen and (max-width : 767px){
}

/* ------------------------------
sec01
------------------------------ */
.sec01{
    padding: 0 0 10% 0;
}


@media screen and (max-width : 767px){
    .sec01{
        padding: 0 0 12% 0;
    }

}

/* ------------------------------
sec02
------------------------------ */
.sec02{
    margin-top: 50px;
    padding: 0 0 50px 0;
}

.sec02 .sec_mv {
	background: url("../img/brand_message/sec02_mv.png");
}


@media screen and (max-width : 767px){
    .sec02{
        margin-top: 6%;
        padding: 0 0 6% 0;
    }

}

/* ------------------------------
sec03
------------------------------ */
.sec03{
    margin-top: 50px;
    margin-bottom: 200px;
}


@media screen and (max-width : 767px){
    .sec03{
        margin-top: 6%;
        margin-bottom: 14%;
    }

}


/* ------------------------------
Tug 追加スタイル
------------------------------ */
.txtbox-img {
    margin: 2rem 0;
    width: 50%;
    border: 1px solid #4F493C;
}

.howto_list {
	padding: 30px 0px;
}

.howto_list li {
	display: flex;
	flex-wrap: wrap;
	padding: 30px 0px;
}







