@charset "UTF-8";


.section-main .app-heading-02 {

}

.app-heading-02 {
}




}.intro_title {
    font-size: 2.5rem;
    font-weight: normal;
}

.main-wrapper_block {
  background: #fff;
  max-width: 900px;
  margin: 6rem auto;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
}

.main-wrapper_block .title {
  margin: 0 0 6px;
  font-size: 22px;
  text-align: center;
}

.box_title  {
    padding: 3.5rem 0 0 0;
}

.box_title h2 {
    background: #d7b266;
	font-size: 1.7rem;
    padding: 0.6rem;
}

.box_title img {
    max-width: 100%;
}

.box_title .sp01 {
    display: none;
}

.box {
    display: flex;
    justify-content: flex-start;
    /* justify-content: center; */
    gap: 6%;
    flex-flow: wrap;
    padding: 40px;
    transition: 0.3s;
    background-color: #fff;
}

.box img {
    display: block;
    width: 100%;
    height: auto;
    margin: 4px 0;
}

.box .logo_box {
    width: 29%;
    padding-bottom: 3%;
    text-align: center;
}

.bg-image {
	background: linear-gradient(90deg, rgb(230, 207, 174), rgb(172, 143, 116));
}

.lead-list {
	font-size: 1.1rem;
    line-height: 1.8;
}

.lead-list li {
	list-style: none;
	padding-left: 3rem;

}


@media screen and (max-width: 960px) and (min-width: 561px) {
    .main-wrapper_block {
        gap: 6%;
        width: 90%;
    }
	
    .box .logo_box {
        width: 46%;
    }	
}

@media screen and (max-width: 560px) {
	.lead-list li {
		font-size: 1.1rem !important;
        line-height: 1.8;
	}
    .intro_title {
        font-size: 2.3rem;
        text-align: left;
}

    .main-wrapper_block {
        width: 90%;
        gap: 3%;
    }
	
    .box .logo_box {
        width: 98%;
        margin-bottom: 1rem;
    }
}

@media screen and (max-width: 960px) {
.box_title .sp01 {
    display: block;
}
	
.box_title .pc01 {
    display: none;
}

}