.mit_box{
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.mit_wrap {
    width: 95%;
    margin: 25px auto;
}

.mit_wrap._min{
    width: 100%;
}

.mit_wrap p {
    letter-spacing: 1.2px;
    line-height: 1.9;
    font-size: 1.7rem;
    text-align: justify;
    text-justify: inter-ideograph;

    color: #595757;
}

.min_att{
    display: block;
    color: #595757!important;
    font-weight: 500!important;
    font-size: 1.2rem;
    margin-top: 10px;
}

.mit_wrap p.min_p{
    text-align: center;
}

.mit_wrap p span {
    color: #e61f19;
    font-weight: 600;
}

h2{
    font-size: 3rem;
}

h3{
    font-size: 2.3rem;
    margin: 10px 0;
    letter-spacing: 1.3px;
    color: #595757;
}
._h3{
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.5;
}

h4{
    font-size: 2.3rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.re{
    color: #e61f19;
}

.aq{
    color: #62c3cc;
}

.lp_foot {
    text-align: center;
    line-height: 1.2;
    margin-top: 70px;
    margin-bottom: 100px;
}
.lp_foot .copy{
    padding-bottom: 0;
    color: #000;
    font-size: 16px;
}

.btn_wrap{
    position: relative;
    background-color: #62c3cc;
    color: #FFF;
    font-size: 2em;
    font-weight: 600;
    padding: 0.7em 0;
    margin: 0 auto;
    display: block;
    border-radius: 10px;
    letter-spacing: 1px;
    box-shadow: 0px 5px 10px #a6a6a6;

    -webkit-animation: anime10_heart 2.5s ease-in-out infinite;
	        animation: anime10_heart 2.5s ease-in-out infinite;
}

.btn_wrap::before{
    content: '';
    position: absolute;
    top: 1.1em;
    right: 1em;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.4em 0 0.4em 0.6em;
    border-color: transparent transparent transparent #FFF;
}

.th_price{
    font-size: 4em;margin: 0 auto;font-weight: 400;
    color: #62c3cc;
}

@-webkit-keyframes anime10_heart {
	0%  { -webkit-transform: scale(0.9);
				        transform: scale(0.9);
				-webkit-transform-origin: center;
				        transform-origin: center; }
	15% { -webkit-transform: scale(1);
				        transform: scale(1);
				-webkit-transform-origin: center;
				        transform-origin: center; }
	30% { -webkit-transform: scale(0.9);
				        transform: scale(0.9);
				-webkit-transform-origin: center;
				        transform-origin: center; }
	45% { -webkit-transform: scale(1);
				        transform: scale(1);
				-webkit-transform-origin: center;
				        transform-origin: center; }
	100%,
	60% { -webkit-transform: scale(0.9);
				        transform: scale(0.9);
				-webkit-transform-origin: center;
				        transform-origin: center; }
}
@keyframes anime10_heart {
	0%  { -webkit-transform: scale(0.9);
				        transform: scale(0.9);
				-webkit-transform-origin: center;
				        transform-origin: center; }
	15% { -webkit-transform: scale(1);
				        transform: scale(1);
				-webkit-transform-origin: center;
				        transform-origin: center; }
	30% { -webkit-transform: scale(0.9);
				        transform: scale(0.9);
				-webkit-transform-origin: center;
				        transform-origin: center; }
	45% { -webkit-transform: scale(1);
				        transform: scale(1);
				-webkit-transform-origin: center;
				        transform-origin: center; }
	100%,
	60% { -webkit-transform: scale(0.9);
				        transform: scale(0.9);
				-webkit-transform-origin: center;
				        transform-origin: center; }
}


.nmn_tit {
    width: 100%;
    background-color: #62c3cd;
    font-size: 1.8em;
    padding: 10px 0;
    text-align: center;
    font-weight: 600;
    color: #fff;
    margin: 30px 0;
}

.nmn_ul li{
    position: relative;
    text-indent: 1.2em;
    font-size: 1.7rem;
    margin-bottom: 1em;
}
.nmn_ul li::before{
    content: '';
    position: absolute;
    top: 0.3em;
    left: 0;
    width: 1em;
    height: 1em;
    border-radius: 100px;
    background-color: #62c3cc;
}
.nmn_ul li span{
    font-weight: 600;
}

.nmn_b_box {
    text-align: center;
    font-size: 1.7rem;
    margin-top: 2em;
}
.nmn_b_tab{
    max-width: 100%;
    font-size: 1.7em;
    text-align: center;
    margin: 0 auto;
    background-color: #e62c19;
    padding: 10px 0;
    color: #FFF;
    font-weight: 600;
}
.nmn_b_box span{
    margin: 5px 0;
    color: #595757;
}
.nmn_b_box p{
    text-align: center;
    color: #e61f19;
    font-weight: 600;
}

@media screen and (max-width:900px) {
    .mit_wrap {
        width: 90%;
        margin: 25px auto;
    }

    .nmn_b_tab{
        font-size: 6.5vw;
    }

    .nmn_tit {
        font-size: 3.6vw;
    }

    .mit_wrap p {
        font-size: 3vw;
    }

    .min_att{
        font-size: 2.6vw;
    }

    h2{
        font-size: 6.5vw;
    }
    
    h3{
        font-size: 4.5vw;
    }
    ._h3{
        font-size: 5.5vw;
        font-weight: 500;
        line-height: 1.5;
    }

    h4{
        font-size: 5.5vw;
    }

    .lp_foot {
        width: 95%;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .lp_foot .copy {
        font-size: 2vw;
    }

    .lp_foot .copy {
        font-size: 2vw;
    }
    .th_price{
        font-size: 13vw;
    }
    .btn_wrap {
        font-size: 6vw;
        width: 90%;
    }

    .nmn_ul li{
        font-size: 4.7vw;
    }

    .nmn_b_box .nmn_b_tab {
        max-width: 100%;
        font-size: 5vw;
    }

    .nmn_b_box{
        margin-top: 1em;
    }

    .nmn_b_box p {
        font-size: 5vw;
        line-height: 1.4;
        text-indent: -0.5em;
    }
}

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

}