@charset "UTF-8";
/* CSS Document */


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


    .title-box {
        width: 100%;
    }
	
	/* img-box */
.img-box {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto 30px;
}

    /* layout03 */

    .layout03 ul li {
        padding: 20px 10px;
        font-size: 15px;
        line-height: 1.6;
    }

    .layout03 ul li:not(:last-child) {
        margin-bottom: 15px;
    }

    /* layout04 */

    .layout04 .box:not(:last-child) {
        margin-bottom: 40px;
    }

    .layout04 .box-text {
        padding: 20px 10px;
        padding-left: 55px;
        text-align: left;
    }

    .layout04 .box-text::before {
        left: 15px;
        top: 15px;
        height: 30px;
    }

    .layout04 h6 {
        font-size: 22px;
        letter-spacing: 0.05em;
        margin-bottom: 20px;
        padding-top: 45px;
    }

    .layout04 h6::before {
        height: 30px;
    }

.layout-contents01 .layout01 .item {
        padding: 25px 6%;
    }	
	
.target h3 {
    font-size: 20px;
	margin-bottom: 0px;
	margin-top: 30px;
}	
	

    .pc-view {
        display: none;
    }

    .sp-view {
        display: inline-block;
    }

}
