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


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

.main-img .box-text .inner {
	width: 55%;
}

/* layout01 */

.layout01 {
    padding: 20px 8%;
}

.layout01 .box-inner {
  justify-content: center;
    flex-direction: column;
    gap:50px;
}

.layout01 .box-img {
	width: 100%;
    text-align: center;
}
    
.layout01 .box-img img {
	max-width: 400px;
}

.layout01 .box-detail {
	width: 100%;
}

.layout01 h2 {
font-size: 26px;
    margin-bottom: 15px;
}

.layout01 h3 {
    font-size: 15px;
}

.layout01 h4 {
    font-size: 22px;
line-height: 1.6;
    padding-top: 15px;
}


/* layout02 */

.layout02 .box-inner {
    width: 88%;
    gap:150px;
    padding: 110px 0px 30px;
}

.layout02 .box {
    width: 280px;
    padding: 210px 6% 30px;
}

.layout02 .box::before {
	width: 298px;
	height: 300px;
    margin-top: -110px;
    margin-left: -10px;
}


/* layout03 */

.layout03 {
   width: 88%;
}

.layout03 .box-detail {
    border-radius: 30px;
}

.layout03 .box-title {
    padding: 25px 0px;
}

.layout03 .box-list {
  justify-content: flex-start;
    gap:10px 50px;
    padding: 25px 6%;
}

.layout03 .box-text {
   padding: 30px 0px;
    padding-bottom: 0px;
}

.layout03 .box-list ul li {
    font-size: 15px;
    text-indent: -15px;
    margin-left: 15px;
}

.layout03 .box-text ul li {
    text-indent: -14px;
    margin-left: 14px;
}

.layout03 h3 {
    font-size: 32px;
}

.layout03 h4 {
    font-size: 18px;
}


/* layout-sell */

.layout-sell {
    padding-top: 20px;
}

.layout-sell::before, .layout-sell::after {
	width: 8%;
	height: 450px;
}

.layout-sell_text {
    margin-bottom: 30px;
    padding: 0px 6%;
    padding-top: 300px;
}

.layout-sell_text::before {
	height: 280px;
}

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