
.lp2 {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    margin: 0 auto;
    background-color: #ffffff;
    font-size: 16px;
}

.lp2 .mv_section {
    padding: 0;
    background-color: #fff;
    background-image: url(../images/lp2/mv_bk.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 620px;
}

.mv_box {
    padding: 100px 0 0 0;
}
.mv_box .mv_title {
    color: #333;
    font-size: 60px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 20px;
    letter-spacing: 4px;
}
.mv_box .mv_title span {
    color: #e17864;
}
.mv_text {
    color: #333;
    font-size: 24px;
    margin-bottom: 30px;
}
.btn_link {
    display: table;
    margin: 0 auto;
    background-color: #e17864;
    color: #fff;
    padding: 15px 20px;
    font-size: 20px;
    text-decoration: none;
    border-radius: 50px;
}
.mv_btn_link {
    margin-left: 30px;
}
.btn_link .lbl {
    font-weight: bold;
    font-size: 16px;
    background-color: #fff;
    color: #e17864;
    padding: 5px 10px;
    border-radius: 30px;
}

.trouble_section {
    padding: 50px 0;
    background-color: #f7f5ee;
}
.trouble_section h3 {
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 100px;
}
.trouble_section h3 span {
    color: #e17864;
}
.trouble_section .trouble_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.trouble_section .trouble_list li {
    width: 32%;
    border-radius: 10px;
    padding: 5px;
    display: flex;
    flex-direction: column;
}
.trouble_section .trouble_list li:nth-child(1) {
    background-color: #e17864;
}
.trouble_section .trouble_list li:nth-child(2) {
    background-color: #4a7ba8;
}
.trouble_section .trouble_list li:nth-child(3) {
    background-color: #69ac84;
}
.trouble_section .trouble_list li .trouble_item_header {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    flex: none;
}
.trouble_section .trouble_list li .trouble_item_header .trouble_item_title {
    color: #fff;
    font-size: 24px;
}
.trouble_section .trouble_list li .trouble_item_header figure {
    width: 20%;
    position: relative;
}
.trouble_section .trouble_list li .trouble_item_header figure img {
    width: 222%;
    position: absolute;
    bottom: -21px;
    right: -20px;
}
.trouble_section .trouble_list li .trouble_item_body {
    background-color: #fff;
    padding: 20px;
    border-radius: 0 0 6px 6px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.trouble_section .trouble_list li .trouble_item_body .desc {
    font-size: 18px;
    margin-bottom: 10px;
}
.trouble_section .trouble_list li .trouble_item_body img {
    display: table;
    margin: 0 auto 10px auto;
}
.trouble_section .trouble_list li .trouble_item_body .trouble_item_box {
    background-color: #f7f5ee;
    padding: 15px;
    border-radius: 6px;
    flex: 1;
}
.trouble_section .trouble_list li .trouble_item_body .trouble_item_box .trouble_item_box_title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
}
.trouble_section .trouble_list li:nth-child(1) .trouble_item_body .trouble_item_box .trouble_item_box_title {
    color: #e17864;
}
.trouble_section .trouble_list li:nth-child(2) .trouble_item_body .trouble_item_box .trouble_item_box_title {
    color: #4a7ba8;
}
.trouble_section .trouble_list li:nth-child(3) .trouble_item_body .trouble_item_box .trouble_item_box_title {
    color: #69ac84;
}
.trouble_section .trouble_list li .trouble_item_body .trouble_item_box .trouble_item_box_text {
    font-size: 17px;
    font-weight: bold;
}

.intro_section {
    padding: 50px 0;
    background-color: #fff;
    background-image: url(../images/lp2/intro_bk.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 590px;
}
.intro_section .lay_lqd {
    height: 100%; 
    display: flex;
    align-items: center;
}
.intro_box figure {
   margin-bottom: 50px;
}
.intro_box .intro_title {
    width: 100%;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: bold;
}
.intro_box .intro_text {
    width: 100%;
    font-size: 16px;
}

.title_box {
    text-align: center;
    margin-bottom: 50px;
}
.title_box figure {
    margin-bottom: 20px;
}
.title_box h3 {
    font-size: 34px;
    font-weight: bold;
}
.title_box .stitle {
    font-size: 22px;
    font-weight: bold;
}

.spec_section {
    padding: 50px 0;
    background-color: #f7f5ee;
}
.spec_section .spec_list {
    margin-bottom: 50px;
}
.spec_section .spec_list li {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    padding: 6px 6px 6px 20px;
    border-radius: 20px;
    width: 100%;
}
.spec_section .spec_list li:nth-child(1) {
    background-color: #e17864;
}
.spec_section .spec_list li:nth-child(2) {
    background-color: #4a7ba8;
}
.spec_section .spec_list li:nth-child(3) {
    background-color: #69ac84;
}
.spec_section .spec_list li:nth-child(4) {
    background-color: #e68a4e;
}
.spec_section .spec_list li:nth-child(5) {
    background-color: #e7aac6;
}
.spec_section .spec_list li .spec_item_title {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    width : 400px;
}
.spec_section .spec_list li .spec_item_text {
    background-color: #fff;
    border-radius: 0 15px 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width : calc(100% - 400px);
    padding: 20px;
}

.spec_section .spec_list li .spec_item_text dt {
    font-size: 16px;
}
.spec_section .spec_list li .spec_item_text dd {
    position: relative;
    width: 155px;
    height: 90px;
}
.spec_section .spec_list li .spec_item_text dd img {
    position: absolute;
    bottom: 0;
    left: 0;
}

.voice_section {
    padding: 50px 0;
}
.voice_section .voice_list {
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
}
.voice_section .voice_list .voice_item {
    width: 32%;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0px 20px 0px #bdbdbd;
    padding: 20px;
    margin: 20px 20px 30px 20px;
    min-height: 377px;
}
.voice_section .voice_list .voice_item .voice_item_header {
    display: flex;
    margin-bottom: 20px;
}
.voice_section .voice_list .voice_item .voice_item_header dt {
    margin-right: 10px;
}
.voice_section .voice_list .voice_item .voice_item_header dd {
    font-size: 16px;
    text-align: right;
    color: #333;
}
.voice_section .voice_list .voice_item .voice_item_header dd .title {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 10px;
    text-align: left;
}


.use_section {
    padding: 50px 0;
    background-color: #f7f5ee;
}
.use_section .use_list {
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.use_section .use_list .use_item {
    width: 48%;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #e17864;
    padding: 20px;
}
.use_section .use_list .use_item {
    width: 48%;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #e17864;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.use_section .use_list .use_item dl {
    width: 40%;
    display: flex;
    align-items: center;
}
.use_section .use_list .use_item dl dt {
    font-family: "Helvetica-Bold"; 
    font-size: 70px;
    font-weight: 500;
    color: #e17864;
    margin-right: 5px;
}
.use_section .use_list .use_item dl dd {
    font-size: 20px;
    font-weight: bold;
    color: #e17864;
  
}
.use_section .use_list .use_item .use_item_text {
    width: 55%;
    font-size: 16px;
}

.warnning_item {
    display: flex;
    width: 80%;
    margin: 0 auto 30px auto;
    box-shadow: 0 0 20px 0 #bdbdbd;
    border-radius: 20px;
}
.warnning_item dt {
    width: 200px;
    background-color: #e17864;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px 0 0 20px;
    color: #fff;
    font-size: 22px;
}
.warnning_item dt figure{
    margin-right: 5px;
}
.warnning_item dd {
    width: calc(100% - 200px);
    background-color: #fff;
    padding: 20px;
    font-size: 14px;
    border-radius: 0 20px 20px 0;
}

.soudan_section {
    padding: 50px 0;
}
.soudan_section .soudan_list {
    display: flex;
    align-items: center;
}
.soudan_section .soudan_list li:first-child {
    width: 40%;
}
.soudan_section .soudan_list li:first-child figure{
    text-align: center;
}
.soudan_section .soudan_list li {
    width: 55%;
}
.soudan_section .soudan_list li .soudan_stitle {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}
.soudan_section .soudan_list li .soudan_title {
    font-size: 34px;
    font-weight: bold;
    color: #e17864;
    margin-bottom: 30px;
}
.soudan_section .soudan_list li .btn_link {
    margin-left: 0;
}


#footer2 .inner {
    display: flex;
	justify-content: center;
    width: 100%;
    padding: 30px 0 15px;
}

#footer2 #copyright {
    margin-top: 0;
}

/* spview */
@media screen and (max-width:767px) {
    
    .lp2 .mv_section {
        height: auto;
        padding: 6vw 4vw;
    }
    .mv_box {
        padding: 0 0 0 0;
    }
	.mv_box .mv_title {
        font-size: 5.5vw;
        margin-bottom: 3vw;
    }
    .mv_text {
        font-size: 3.5vw;
        margin-bottom: 4vw;
    }
    .mv_btn_link {
        margin-left: 0;
    }
    .btn_link {
        padding: 3vw 3vw;
        font-size: 4vw;
        border-radius: 8vw;
    }
    .btn_link .lbl {
        font-size: 3vw;
        padding: 1vw 2vw;
        border-radius: 3vw;
    }

    .trouble_section {
        padding: 8vw 2vw;
    }
    .trouble_section h3 {
        font-size: 6vw;
        margin-bottom: 18vw;
    }
    .trouble_section .trouble_list li {
        width: 100%;
        border-radius: 2vw;
        padding: 1vw;
        margin-bottom: 11vw;
    }
    .trouble_section .trouble_list li .trouble_item_header .trouble_item_title {
        font-size: 5vw;
    }
    .trouble_section .trouble_list li .trouble_item_header figure {
        width: 16%;
    }
    .trouble_section .trouble_list li .trouble_item_body {
        padding: 3vw;
        border-radius: 0 0 1vw 1vw;
    }
    .trouble_section .trouble_list li .trouble_item_body .desc {
        font-size: 4vw;
        margin-bottom: 3vw;
    }
    .trouble_section .trouble_list li .trouble_item_body .trouble_item_box {
        padding: 4vw;
        border-radius: 2vw;
    }
    .trouble_section .trouble_list li .trouble_item_body .trouble_item_box .trouble_item_box_title {
        font-size: 5.5vw;
        height: auto;
        margin-bottom: 2vw;
    }
    .trouble_section .trouble_list li .trouble_item_body .trouble_item_box .trouble_item_box_text {
        font-size: 4.5vw;
    }

    .intro_section {
        padding: 8vw 2vw;
        height: auto;
    }
    .intro_box figure {
        margin-bottom: 15vw;
    }
    .intro_box figure img {
        width: 100%;
    }
    .intro_box .intro_title {
        margin-bottom: 4vw;
        font-size: 5vw;
    }
    .intro_box .intro_text {
        font-size: 3.5vw;
    }

    .title_box {
        margin-bottom: 8vw;
    }
    .title_box figure {
        margin-bottom: 3vw;
    }
    .title_box figure img {
        width: 15%;
    }
    .title_box h3 {
        font-size: 6vw;
    }
    .title_box .stitle {
        font-size: 4vw;
    }

    .spec_section {
        padding: 8vw 2vw;
    }
    .spec_section .spec_list {
        margin-bottom: 6vw;
    }
    .spec_section .spec_list li {
        margin-bottom: 6vw;
        padding: 1vw 1vw 1vw 1vw;
        border-radius: 4vw;
        flex-wrap: wrap;
    }
    .spec_section .spec_list li .spec_item_title {
        font-size: 5vw;
        width: 100%;
        padding: 2vw;
    }
    .spec_section .spec_list li .spec_item_text {
        border-radius: 0 0 3vw 3vw;
        width: 100%;
        padding: 3vw;
    }

    .spec_section .spec_list li .spec_item_text dt {
        font-size: 3.5vw;
    }
    .spec_section .spec_list li .spec_item_text dd {
        width: 35vw;
        height: 18vw;
    }
    .spec_section .spec_list li .spec_item_text dd img {
        width: 100%;
        height: auto;
    }

    
    .voice_section {
        padding: 8vw 2vw;
    }
    .voice_section .voice_list {
        margin-bottom: 6vw;
    }
    .voice_section .voice_list .voice_item .voice_item_header dd {
        font-size: 3.5vw;
    }
    .voice_section .voice_list .voice_item .voice_item_header dd .title {
        font-size: 6vw;
        margin-bottom: 2vw;
    }
    .voice_section .voice_list .voice_item .voice_item_header dd .voice_item_text {
        font-size: 3.5vw;
    }


    .use_section {
        padding: 8vw 2vw;
    }
    .use_section .use_list {
        margin-bottom: 5vw;
    }
    .use_section .use_list .use_item {
        width: 100%;
        margin-bottom: 3vw;
        border-radius: 3vw;
        padding: 3vw;
    }
    .use_section .use_list .use_item dl dt {
        font-size: 10vw;
        margin-right: 1vw;
    }
    .use_section .use_list .use_item dl dd {
        font-size: 3.5vw;
    }
    .use_section .use_list .use_item .use_item_text {
        font-size: 3.5vw;
        width: 60%;
    }

    .warnning_item {
        width: 100%;
    }
    .warnning_item dt {
        width: 30vw;
        font-size: 4vw;
        border-radius: 3vw 0 0 3vw;
    }
    .warnning_item dt figure {
        margin-right: 1vw;
        width: 20%;
    }
    .warnning_item dt figure img {
        width: 100%;
    }
    .warnning_item dd {
        width: calc(100% - 30vw);
        padding: 3vw;
        font-size: 3.5vw;
        border-radius: 0 3vw 3vw 0;
    }

    .soudan_section {
        padding: 8vw 2vw;
    }
    .soudan_section .soudan_list {
        flex-wrap: wrap;
    }
    .soudan_section .soudan_list li:first-child {
        width: 100%;
    }
    .soudan_section .soudan_list li:first-child figure img {
        width: 50%;
        margin-bottom: 4vw;
    }
    .soudan_section .soudan_list li {
        width: 100%;
    }
    .soudan_section .soudan_list li .soudan_stitle {
        font-size: 4vw;
        margin-bottom: 2vw;
    }
    .soudan_section .soudan_list li .soudan_title {
        font-size: 6vw;
        margin-bottom: 4vw;
    }
    .soudan_section .soudan_list li .btn_link {
        margin-left: auto;
    }
}