@charset "UTF-8";
/* =====================================
	teiki
===================================== */

.fv{
    font-size: 2.6rem;
    line-height: 1.23;
    padding-bottom: 7.33%;
    text-align: center;
}

.fv p{
    margin: 5.33% 0 0;
}

.bg01{
    padding: 12% 0 10%;
}

.bg01 h3{
    font-size: 4.4rem;
    color: #2f2725;
    text-align: center;
    line-height: 1.318;
}

.bg01 ul{
    width: 89.33%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bg01 ul li{
    width: 320px;
    height: 320px;
    border-radius: 10px;
    border: 1px solid #dbdad9;
    background: #fff;
    position: relative;
    text-align: center;
    font-size: 2.24rem;
    box-sizing: border-box;
    line-height: 1.339;
    padding: 185px 0 0;
    white-space: nowrap;
    margin-bottom: 30px;
}

.bg01 ul li.merit01, .bg01 ul li.merit02, .bg01 ul li.merit07{
    padding: 200px 0 0;
}

.bg01 ul li.merit04{
    padding: 183px 0 0;
}

.bg01 ul li::before{
    font-size: 2.5rem;
    color: #fff;
    background: #3c3c3c;
    border-radius: 50%;
    width: 57px;
    height: 57px;
    position: absolute;
    top: 20px;
    left: 20px;
    text-align: center;
    padding-top: 12px;
    box-sizing: border-box;
}

.bg01 ul li:nth-child(1)::before{
    content: "1";
}

.bg01 ul li:nth-child(2)::before{
    content: "2";
}

.bg01 ul li:nth-child(3)::before{
    content: "3";
}

.bg01 ul li:nth-child(4)::before{
    content: "4";
}

.bg01 ul li:nth-child(5)::before{
    content: "5";
}

.bg01 ul li:nth-child(6)::before{
    content: "6";
}

.bg01 ul li:nth-child(7)::before{
    content: "7";
}

.bg01 ul li::after{
    content: "";
    position: absolute;
    top: 56px;
    left: 50%;
    transform: translateX(-50%);
    width: 198px;
    height: 95px;
}

.bg01 ul li.merit01::after{
    background: url("../img/teiki/icon01.png") no-repeat;
}

.bg01 ul li.merit02::after{
    background: url("../img/teiki/icon02.png") no-repeat;
}

.bg01 ul li.merit03::after{
    background: url("../img/teiki/icon03.png") no-repeat;
}

.bg01 ul li.merit04::after{
    background: url("../img/teiki/icon04.png") no-repeat;
}

.bg01 ul li.merit05::after{
    background: url("../img/teiki/icon05.png") no-repeat;
}

.bg01 ul li.merit06::after{
    background: url("../img/teiki/icon06.png") no-repeat;
}

.bg01 ul li.merit07::after{
    background: url("../img/teiki/icon07.png") no-repeat;
}

.bg01 ul li strong{
    font-size: 3.36rem;
    color: #ce5f5f;
    font-weight: normal;
}

.bg01 ul li small{
    font-size: 1.6rem;
}

.product{
    width: 750px;
    margin: 0 auto;
    padding: 100px 0 120px;
    background: #f5f7ed;
}

.product .flexbox{
    padding: 8% 0 0;
}

.product .flexbox .imgArea{
    width: 100%;
}

.product .flexbox .imgArea img{
    width: 100%;
}

.product .flexbox .txtArea{
    width: 100%;
}

.product .flexbox .txtArea h3{
    text-align: center;
    line-height: 1.77;
    font-weight: bold;
    margin: 0 0 4%;
}

.product .flexbox .txtArea p{
    line-height: 1.714;
    font-size: 1.4rem;
    margin-bottom: 6.933%;
    padding: 0 5.33%;
}

.product a{
    display: table;
    margin: 0 auto;
}

.product02{
    background: #f1efed;
}

.product03{
    background: #e6edeb;
}


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

.fv{
    font-size: 3.466vw;
    padding-bottom: 7.33vw;
}

.fv p{
    margin: 5.33vw 0 0;
}

.bg01{
    padding: 12vw 0 10vw;
}

.bg01 h3{
    font-size: 5.866vw;
}

.bg01 ul{
    width: 89.33vw;
}

.bg01 ul li{
    width: 42.66vw;
    height: 42.66vw;
    border-radius: 1.33vw;
    font-size: 2.9866vw;
    padding: 24.66vw 0 0;
    margin-bottom: 4vw;
}

.bg01 ul li.merit01, .bg01 ul li.merit02, .bg01 ul li.merit07{
    padding: 26.66vw 0 0;
}

.bg01 ul li.merit04{
    padding: 24.4vw 0 0;
}

.bg01 ul li::before{
    font-size: 3.33vw;
    width: 7.6vw;
    height: 7.6vw;
    top: 2.66vw;
    left: 2.66vw;
    padding-top: 1.8vw;
}

.bg01 ul li::after{
    top: 7.466vw;
    width: 26.4vw;
    height: 12.66vw;
}

.bg01 ul li.merit01::after{
    background: url("../img/teiki/icon01.png") no-repeat;
    background-size: 26.4vw auto;
}

.bg01 ul li.merit02::after{
    background: url("../img/teiki/icon02.png") no-repeat;
    background-size: 26.4vw auto;
}

.bg01 ul li.merit03::after{
    background: url("../img/teiki/icon03.png") no-repeat;
    background-size: 26.4vw auto;
}

.bg01 ul li.merit04::after{
    background: url("../img/teiki/icon04.png") no-repeat;
    background-size: 26.4vw auto;
}

.bg01 ul li.merit05::after{
    background: url("../img/teiki/icon05.png") no-repeat;
    background-size: 26.4vw auto;
}

.bg01 ul li.merit06::after{
    background: url("../img/teiki/icon06.png") no-repeat;
    background-size: 26.4vw auto;
}

.bg01 ul li.merit07::after{
    background: url("../img/teiki/icon07.png") no-repeat;
    background-size: 26.4vw auto;
}

.bg01 ul li strong{
    font-size: 4.48vw;
}

.bg01 ul li small{
    font-size: 2.133vw;
}

.product{
    width: 100%;
    padding: 13.33vw 0 16vw;
}

.product .flexbox{
    padding: 8vw 0 0;
}

.product .flexbox .txtArea h3{
    margin: 0 0 4vw;
}

.product .flexbox .txtArea p{
    font-size: 2.66vw;
    margin-bottom: 6.933vw;
    padding: 0 5.33vw;
}

}