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


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


/* layout01 */

.lay section > div.layout01 {
	margin-bottom: 35px;
}

.layout01 img {
	height: auto;
    width: 88%;
    max-width: 400px;
}


/* layout02 */

.layout02 .lay-90 {
	width: 86%;
}

.layout02 .box-text {
	padding: 30px 0%;
}

.layout02 .box-text > div:not(:last-child) {
	margin-bottom: 40px;
}

.layout02 .lay01 .box-text-in {
    padding-top: 20px;
}

.layout02 .lay02 .inner {
    padding: 30px 0px;
}

.layout02 .lay02 h6 {
    font-size: 18px;
letter-spacing: 0.1em;
    padding: 8px 0px;
    width: 70%;
    margin-bottom: 15px;
}

.layout02 .lay03 .item {
  justify-content: center;
    flex-direction: column;
    gap:10px;
}

.layout02 .lay03 .item:not(:last-child) {
   margin-bottom: 20px;
}
    
.layout02 .lay03 .item:nth-child(1) {
  text-align: center;
}

.layout02 .lay03 h6 {
   width: 140px;
}

.layout02 .lay03 p {
   width: 100%;
    padding-left: 0px;
}


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