@charset "utf-8";

/***************************************************************************
*
* HOW STYLE
*
***************************************************************************/
/*areaTitle*/

.areaTitle {
    margin-bottom: 38px;
}

.areaTitle .titleEn {
    margin-bottom: 18px;
}

.areaTitle .titleEn span {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    background: #f43e83;
    border-radius: 50px;
    min-width: 319px;
    display: inline-block;
    letter-spacing: -1px;
    padding: 1px 0 3px;
    position: relative;
}

.areaTitle .titleEn span:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 52%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 11px solid transparent;
    border-top: 20px solid #f43e83;
}

.areaTitle .titleJp {
    color: #14263f;
    background: url(../images/how/areaTrouble-title-bg.png) no-repeat center bottom/100%;
    padding-bottom: 38px;
}

.areaTitle .titleJp .lineYellow {
    display: inline-block;
    background-image: linear-gradient(180deg, transparent 70%, #fcff00 70%);
}

.areaTitle .titleJp.white:before {
    background: url(../images/how/icon-hand-white.png) no-repeat center center/100%;
    top: auto;
    bottom: 42px;
}

.areaTitle .titleJp.white:after {
    background: url(../images/how/icon-hand-white.png) no-repeat center center/100%;
    transform: rotateY(180deg);
    top: auto;
    bottom: 42px;
}

/*areaExpert*/
.areaExpert {
    padding-bottom: 76px;
}

.areaExpert .expertBanner {
    margin-bottom: 35px;
    text-align: center;
}

.areaExpert .expertext {
    font-size: 15px;
    width: 915px;
    margin: 0 auto 40px;
    line-height: 1.75;
}

.areaExpert .expertext.nonMgb {
    margin-bottom: 0;
}

.areaExpert .expertext .lineYellow {
    background-image: linear-gradient(180deg, transparent 60%, #fffc00 60%);
    padding-bottom: 2px;
}

.areaExpert .expertTable {
    background: #edf8ff;
    padding: 20px 57px 32px;
    margin-bottom: 36px;
}

.areaExpert .expertTable .tableTitle {
    text-align: center;
    color: #119ced;
    line-height: 1;
    margin-bottom: 17px;
}

.areaExpert .expertTable .tableTitle .btnLine {
    display: inline-block;
    vertical-align: -3px;
}

.areaExpert .expertTable .tableTitle .lineText {
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    margin-left: 5px;
}

.areaExpert .expertTable .warpList {
    display: flex;
    justify-content: space-between;
}

.areaExpert .expertTable .warpList .listExpert {
    width: 439px;
}

.areaExpert .expertTable .warpList .listExpert li {
    font-size: 17px;
    margin-bottom: 4px;
}

.areaExpert .expertTable .warpList .listExpert li .iconCheck {
    width: 18px;
    vertical-align: -7px;
    display: inline-block;
}

.areaExpert .expertTable .warpList .listExpert li .checkText {
    border-bottom: 1px solid #454545;
    display: inline-block;
    vertical-align: top;
    line-height: 1.9;
    margin-left: 8px;
    font-weight: 500;
}

/*areaTroubles*/
.areaTroubles {
    background: #edf8ff;
    padding: 81px 0 81px;
}

.areaTroubles .troubleText {
    font-size: 15px;
    line-height: 1.75;
    width: 915px;
    margin: 0 auto 69px;
}

.areaTroubles .listTrouble li {
    background: #fff;
    border-radius: 7px;
    box-shadow: 0px 0px 12px 0px rgba(6, 146, 201, 0.1);
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    padding: 39px 16px 18px 0;
    margin-bottom: 60px;
}

.areaTroubles .listTrouble li:last-child {
    margin-bottom: 0;
}

.areaTroubles .listTrouble li:nth-child(2n) {
    flex-direction: inherit;
}

.areaTroubles .listTrouble li .photo {
    width: 323px;
    margin-top: -63px;
}

.areaTroubles .listTrouble li:nth-child(2) .photo {
    width: 352px;
}

.areaTroubles .listTrouble li:nth-child(4) .photo {
    width: 388px;
    margin-left: -44px;
}

.areaTroubles .listTrouble li:nth-child(2n + 1) .photo {
    margin-left: 30px;
}

.areaTroubles .listTrouble li:nth-child(2n) .photo {
    margin-right: 24px;
}

.areaTroubles .listTrouble li:nth-child(5) .photo {
    width: 336px;
}

.areaTroubles .listTrouble li:nth-child(5) .troubleContent .listTitle .wave {
    letter-spacing: -1.1px;
}

.areaTroubles .listTrouble li .troubleContent {
    width: 600px;
}

.areaTroubles .listTrouble li .troubleContent .listTitle {
    color: #006ed8;
    font-size: 24px;
    margin-bottom: 25px;
}

.areaTroubles .listTrouble li .troubleContent .listTitle .wave {
    display: inline-block;
    background: url(../images/how/wave.png) repeat-x bottom center;
    padding-bottom: 10px;
}

.areaTroubles .listTrouble li .troubleContent .listTitle .exclamation {
    position: relative;
}

.areaTroubles .listTrouble li .troubleContent .listTitle .exclamation:after {
    content: "";
    position: absolute;
    background: url(../images/how/trouble-icon.png) no-repeat;
    background-size: 100%;
    top: -19px;
    right: -18px;
    width: 25px;
    height: 28px;
}

.areaTroubles .listTrouble li .troubleContent .troubleListext {
    font-size: 15px;
    line-height: 1.75;
}

/*areaRepairer*/

.areaRepairer {
    background: #0096e7;
    padding: 81px 0 72px;
}
.areaRepairer .areaTitle{
    margin-bottom: 31px;
}
.areaRepairer .titleJp {
    color: #fff;
    line-height: 1.3;
    background: url(../images/how/title-bg-white.png) no-repeat center bottom/100%;
}

.areaRepairer .titleJp .yellow {
    color: #ffff05;
}

.areaRepairer .repairText {
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 53px;
}

.areaRepairer .boxRepair {
    background: #fff;
    border-radius: 10px;
}

.areaRepairer .boxRepair2 {
    margin-top: 63px;
}

.areaRepairer .boxRepair .boxTitle {
    background: #0762dd;
    border-radius: 10px 10px 0 0;
    padding-bottom: 34px;
    position: relative;
	width: 100%!important;
}

.areaRepairer .boxRepair .boxTitle:after {
    content: "";
    position: absolute;
    background: url(../images/how/avata.png) no-repeat;
    background-size: 138px 156px;
    width: 138px;
    height: 156px;
    right: 25px;
    bottom: 0;
}

.areaRepairer .boxRepair .boxTitle .boxrepairTitle {
    text-align: center;
    margin-bottom: 12px;
}

.areaRepairer .boxRepair .boxTitle .boxrepairTitle img {
    margin-top: -16px;
}

.areaRepairer .boxRepair .boxTitle .titleIntro {
    font-size: 29px;
    color: #fff;
    text-align: center;
}

.areaRepairer .listPoint {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.areaRepairer .listPoint li {
    width: 50%;
    border: 2px solid #cfe3ee;
    border-top: none;
    text-align: center;
    padding: 35px 0 38px;
}

.areaRepairer .listPoint li:nth-child(2n) {
    border-right: none;
}

.areaRepairer .listPoint li:nth-child(2n+1) {
    border-left: none;
    border-right: none;
}

.areaRepairer .listPoint li.nonBorbot {
    border-bottom: none;
}

.areaRepairer .listPoint li .pointTitle {
    text-align: center;
    margin-bottom: 20px;
}

.areaRepairer .listPoint li .pointTitle .numPoint {
    display: inline-block;
    vertical-align: middle;
}

.areaRepairer .listPoint li .pointTitle .pointText {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    color: #000;
    margin: 11px 0 0 4px;
}

.areaRepairer .listPoint li .photo {
    margin-bottom: 22px;
}

.areaRepairer .listPoint li .listPointext {
    text-align: justify;
    width: 400px;
    margin: 0 auto;
    color: #242424;
    font-size: 15px;
    line-height: 1.75;
    letter-spacing: -0.7px;
}


/*areaSearch*/
.areaSearch {
    background: #004eb8;
    padding: 43px 0 57px;
    text-align: center;
    margin-bottom: -6px;
}

.areaSearch .inner {
    position: relative;
}

.areaSearch .boxTitle {
    text-align: center;
    margin-bottom: 26px;
}

.areaSearch .boxTitle .titleDescrip {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.areaSearch .boxTitle .titleDescrip span {
    position: relative;
    letter-spacing: -0.5px;
}

.areaSearch .boxTitle .titleDescrip span:after {
    content: "";
    position: absolute;
    background: url(../images/how/line-dot.png) repeat-x;
    background-size: 60px 6px;
    width: 60px;
    height: 6px;
    left: 11px;
    top: -5px;
}

.areaSearch .boxTitle .titleDescrip:before {
    content: "";
    position: absolute;
    background: url(../images/beginners/banner-title-left.png) no-repeat;
    background-size: cover;
    width: 16px;
    height: 24px;
    top: 55%;
    left: -26px;
    transform: translateY(-50%);
}

.areaSearch .boxTitle .titleDescrip:after {
    content: "";
    position: absolute;
    background: url(../images/beginners/banner-title-right.png) no-repeat;
    background-size: cover;
    width: 16px;
    height: 24px;
    top: 55%;
    right: -26px;
    transform: translateY(-50%);
}

.areaSearch .boxTitle .titleSearch {
    display: inline-block;
    position: relative;
    font-size: 46px;
    font-weight: bold;
    color: #ffff05;
    line-height: 1.3;
    letter-spacing: 0.1px;
}

.areaSearch .boxTitle .titleSearch:before {
    content: "";
    position: absolute;
    background: url(../images/beginners/search-metal-icon.png) no-repeat;
    background-size: cover;
    width: 110px;
    height: 131px;
    bottom: 29%;
    left: -123px;
    transform: translateY(50%);
    z-index: 2;
}

.areaSearch .numHit {
    position: absolute;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    width: 117px;
    min-height: 78px;
    top: 11px;
    right: 40px;
    padding: 11px 3px 7px;
    border: 2px solid #fff;
}

.areaSearch .numHit:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 12px solid #fff;
    bottom: -12px;
    left: 53%;
    transform: translateX(-50%);
}

.areaSearch .numHit:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #004eb8;
    bottom: -9px;
    left: 53%;
    transform: translateX(-50%);
}

.areaSearch .numHit .num {
    color: #f593a4;
    font-size: 24px;
}

.areaSearch .boxSearch {
    background: #afd2ed;
    width: calc(100% - 25px);
    padding: 5px 10px 5px 5px;
}

.areaSearch .boxSearch .listSearch {
    float: left;
    width: calc(100% - 136px);
    text-align: left;
}

.areaSearch .boxSearch .listSearch .itemSearch {
    position: relative;
    float: left;
    min-width: 190px;
    border: solid #cfe3ee;
    border-width: 0 1px;
}

.areaSearch .boxSearch .listSearch .itemSearch>a {
    position: relative;
    display: block;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(235, 247, 250, 1) 57%, rgba(212, 237, 245, 1) 100%);
    padding: 18px 50px 22px 20px;
    font-size: 17px;
    font-weight: 500;
}

.areaSearch .boxSearch .listSearch .itemSearch>a:before {
    content: "";
    position: absolute;
    background: url(../images/beginners/search-icon-arrows.png) no-repeat;
    background-size: cover;
    width: 14px;
    height: 10px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.areaSearch .boxSearch .listSearch .itemSearch .listItem {
    position: absolute;
    background-color: #afd2ed;
    left: 0;
    width: 100%;
    height: auto;
}

.areaSearch .boxSearch .listSearch .itemSearch .listItem li {
    border-bottom: 1px solid #cfe3ee;
}

.areaSearch .boxSearch .listSearch .itemSearch .listItem li a {
    display: block;
    font-size: 15px;
    color: #333;
    padding: 15px 5px;
}

.areaSearch .boxSearch .btnSearch {
    float: left;
}

.areaSearch .boxSearch .btnSearch .btnSubmit {
    display: block;
    width: 133px;
    background: url(../images/beginners/search-icon-btn.png) no-repeat center left 35px, #24a5ff;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    padding: 18px 5px 20px 37px;
    border-radius: 5px;
    letter-spacing: 2px;
    border: none;
    font-family: 'Noto Sans JP', sans-serif;
}

.areaSearch .boxSearch .listItem {
    display: none;
}

/*areaWaterwork*/
.areaWaterwork {
    background: #ffffff;
}

.areaWaterwork .troubleText {
    margin: 0 auto 59px;
}

.areaWaterwork .waterworkText {
    margin-bottom: 67px;
}

.areaWaterwork .listWaterwork {
    display: flex;
    justify-content: space-between;
    margin-bottom: 36px;
    padding: 0 30px;
}

.areaWaterwork .listBenefit {
    display: flex;
    justify-content: space-between;
}

.areaWaterwork .listBenefit li {
    width: 496px;
    text-align: center;
}

.areaWaterwork .listBenefit li.pink {
    background: #fac3ca;
    border-radius: 10px;
}

.areaWaterwork .listBenefit li.blue {
    background: #7dd5f5;
    border-radius: 10px;
}

.areaWaterwork .listBenefit li .boxTitle {
    background: #f593a4;
    border-radius: 10px 10px 0 0;
    padding: 28px 0 54px;
	width: 100%!important;
}

.areaWaterwork .listBenefit li.blue .boxTitle {
    background: #00b1f2;
}

.areaWaterwork .listBenefit li .boxTitle .benefitIntro {
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
}

.areaWaterwork .listBenefit li.blue .boxTitle .benefitIntro {
    margin-bottom: 7px;
}

.areaWaterwork .listBenefit li .benefitWrap {
    padding: 31px 30px 30px;
}

.areaWaterwork .listBenefit li .benefitWrap .benefitContent {
    background: #fff;
    border-radius: 10px;
    min-height: 332px;
}

.areaWaterwork .listBenefit li.pink .benefitWrap .benefitContent .avata img {
    margin-top: -74px;
    margin-left: -23px;
}

.areaWaterwork .listBenefit li.blue .benefitWrap .benefitContent .avata img {
    margin-top: -83px;
}

.areaWaterwork .listBenefit li.blue .benefitWrap .benefitContent .avata {
    margin-bottom: 5px;
}

.areaWaterwork .listBenefit li .benefitWrap .benefitContent .text {
    font-size: 15px;
    line-height: 1.75;
    text-align: justify;
    padding: 0 25px 35px;
}

.areaWaterwork .listBenefit li.pink .benefitWrap .benefitContent .text {
    margin-top: -4px
}

.areaWaterwork .listBenefit li .benefitWrap .benefitContent .text .blue {
    color: #004eb8;
}

.areaWaterwork .listBenefit li .benefitWrap .benefitContent .text .pink {
    color: #f43e83;
}

/*areaBeware*/
.areaBeware {
    background: #edf8ff;
    padding: 82px 0 62px;
}

.areaBeware .areaTitle {
    margin-bottom: 26px;
}

.areaBeware .descripBeware {
    font-size: 29px;
    font-weight: bold;
    color: #000;
    text-align: center;
    letter-spacing: 5px;
    margin-bottom: 27px;
}

.areaBeware .listCase .listItem {
    background: #fff;
    padding: 21px 21px 36px 50px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 0 10px #ceefef;
}

.areaBeware .listCase .listItem .leftCase {
    float: left;
    width: 410px;
    padding-top: 15px;
}

.areaBeware .listCase .listItem .leftCase .boxTitle .caseNum {
    position: relative;
    float: left;
    font-size: 15px;
    font-weight: bold;
    font-style: italic;
    color: #000;
    padding: 0 24px 0 6px;
}

.areaBeware .listCase .listItem .leftCase .boxTitle .caseNum:before {
    content: "";
    position: absolute;
    border-right: 1px solid #000;
    height: 51px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.areaBeware .listCase .listItem .leftCase .boxTitle .caseNum .num {
    display: block;
    font-size: 31px;
    transform: translate(7px, -4px);
}

.areaBeware .listCase .listItem .leftCase .boxTitle .titleCase {
    float: right;
    width: calc(100% - 93px);
    font-size: 24px;
    color: #000000;
    padding-top: 9px;
}

.areaBeware .listCase .listItem .leftCase .imageCase {
    text-align: center;
    padding-left: 36px;
    margin-bottom: 22px;
    transform: translateY(-4px);
}

.areaBeware .listCase .listItem:nth-child(2) .leftCase .imageCase {
    padding: 0 52px 0 0;
}

.areaBeware .listCase .listItem:nth-child(2) .leftCase .boxTitle .titleCase {
    width: calc(100% - 74px);
    margin-right: -19px;
}

.areaBeware .listCase .listItem .subCase {
    font-size: 15px;
    line-height: 1.7;
    padding-left: 5px;
}

.areaBeware .listCase .listItem .rightCase {
    float: right;
    width: 492px;
}

.areaBeware .listCase .listItem .rightCase .imageCase {
    position: relative;
    background: #fff261;
    text-align: center;
    padding-top: 83px;
    margin-bottom: 22px;
    border-radius: 5px;
}

.areaBeware .listCase .listItem .rightCase .message {
    position: absolute;
    background: #fff;
    width: 288px;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    padding: 11px 5px;
    border-radius: 30px;
    left: 50%;
    top: 21px;
    letter-spacing: -1px;
    transform: translateX(-50%);
}

.areaBeware .listCase .listItem .rightCase .message:before {
    content: "";
    position: absolute;
    background: url(../images/how/icon-messager.png) no-repeat;
    background-size: cover;
    width: 18px;
    height: 16px;
    top: 98%;
    left: 80px;
}

.areaBeware .listCase .listItem .rightCase .arrows {
    position: absolute;
    left: 0;
    top: 50.1%;
    transform: translate(-50%, -50%);
}

.areaBeware .listCase .listItem .rightCase .imageCase .image {
    display: inline-block;
    margin: 0 0 -2px 20px;
}

.areaBeware .listCase .listItem .rightCase .subCase {
    width: 400px;
    margin: 0 auto;
}


/*.areaFive*/

.areaFive {
    background: #7dd5f5;
    padding: 80px 0 6px;
}

.areaFive .areaTitle {
    margin-bottom: 42px;
}

.areaFive .areaTitle .titleJp {
    background-image: url(../images/beginners/efforts-title-bg.png);
}

.areaFive .areaTitle .titleJp:before,
.areaFive .areaTitle .titleJp:after {
    background-image: url(../images/beginners/efforts-icon-hand.png);
}

.areaFive .listFive .itemFive .titleFive {
    margin-bottom: 13px;
}

.areaFive .listFive .itemFive.numOne {
    float: left;
    width: 324px;
    margin-right: 30px;
}

.areaFive .listFive .boxFive {
    float: right;
    width: calc(100% - 354px);
}

.areaFive .listFive .itemFive .subFive {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.75;
    margin-bottom: 17px;
}

.areaFive .listFive .itemFive .listSub {
    background: #59c1ef;
    padding: 12px 22px;
    margin-bottom: 11px;
}

.areaFive .listFive .itemFive .listSub li {
    position: relative;
    font-size: 17px;
    font-weight: bold;
    color: #13253f;
    padding-left: 27px;
    margin-bottom: 5px;
}

.areaFive .listFive .itemFive .listSub li:before {
    content: "";
    position: absolute;
    background: url(../images/how/five-list-icon.png) no-repeat;
    background-size: cover;
    width: 18px;
    height: 18px;
    top: 5px;
    left: 0;
}

.areaFive .listFive .itemFive .imageWoman {
    text-align: center;
    margin-top: 26px;
}

.areaFive .listFive .boxFive .itemFive {
    float: left;
    width: 324px;
    margin-right: 24px;
    margin-bottom: 53px;
}

.areaFive .listFive .boxFive .itemFive:nth-child(2n) {
    margin-right: 0;
}


/*areaSupply*/

.areaSupply {
    padding: 80px 0 32px;
}

.areaSupply .areaTitle {
    margin-bottom: 58px;
}

.areaSupply .areaTitle .titleJp:before,
.areaSupply .areaTitle .titleJp:after {
    top: auto;
    bottom: 42px;
}

.areaSupply .listSupply li {
    position: relative;
    margin-bottom: 50px;
}

.areaSupply .listSupply li:after {
    content: "";
    clear: both;
    display: table;
}

.areaSupply .listSupply li .imageSupply {
    float: left;
    width: 319px;
    margin-top: -11px;
}

.areaSupply .listSupply li .boxSupply {
    float: right;
    width: calc(100% - 355px);
}

.areaSupply .listSupply li .titleSupply {
    position: relative;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    padding-top: 9px;
    padding-left: 66px;
    margin-bottom: 23px;
}
.areaSupply .listSupply li .titleSupply:before {
    content: "";
    position: absolute;
    width: 63px;
    height: 66px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.areaSupply .listSupply li:nth-child(1) .titleSupply:before {
    background: url(../images/how/point1.png) no-repeat;
    background-size: cover;
}

.areaSupply .listSupply li:nth-child(2) .titleSupply:before {
    background: url(../images/how/point2.png) no-repeat;
    background-size: cover;
}

.areaSupply .listSupply li:nth-child(3) .titleSupply:before {
    background: url(../images/how/point3.png) no-repeat;
    background-size: cover;
}

.areaSupply .listSupply li:nth-child(4) .titleSupply:before {
    background: url(../images/how/point4.png) no-repeat;
    background-size: cover;
}

.areaSupply .listSupply li .boxSupply .subSupply {
    color: #242424;
    font-size: 15px;
    line-height: 1.75;
    letter-spacing: -0.7px;
}

/*areaUnderstand*/
.areaUnderstand {
    background: #edf8ff;
    padding: 82px 0;
}

.areaUnderstand .areaTitle {
    margin-bottom: 103px;
}

.areaUnderstand .areaTitle .titleJp:before {
    top: 67px;
}

.areaUnderstand .areaTitle .titleJp:after {
    top: 67px;
}

.areaUnderstand .listUnderstand {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.areaUnderstand .listUnderstand>li {
    width: 320px;
    background: #fff;
    border-radius: 7px;
    text-align: center;
    padding: 0 20px 32px;
}

.areaUnderstand .listUnderstand>li .numPoint {
    position: relative;
    z-index: 1;
}

.areaUnderstand .listUnderstand>li .numPoint img {
    margin-top: -50px;
}

.areaUnderstand .listUnderstand>li .photo {
    margin: 3px 0 19px;
}

.areaUnderstand .listUnderstand>li:nth-child(1) .photo {
    margin-left: 22px;
}

.areaUnderstand .listUnderstand>li:nth-child(2) .photo {
    margin-top: -7px;
    margin-bottom: 29px;
}


.areaUnderstand .listUnderstand>li .listUnderTitle {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    margin-bottom: 19px;
}

.areaUnderstand .listUnderstand>li .listInfo li {
    font-size: 15px;
    margin-bottom: 16px;
}

.areaUnderstand .listUnderstand>li .listInfo li .lable {
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    width: 85px;
    text-align: left;
}

.areaUnderstand .listUnderstand>li .listInfo li .text {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 90px);
    text-align: left;
    line-height: 1.3;
}

.areaUnderstand .listUnderstand>li .listInfo li .text span {
    font-size: 13px;
}

.areaUnderstand .listUnderstand>li .text {
    font-size: 15px;
    line-height: 1.75;
    text-align: justify;
}


/*areaPrice*/
.areaPrice {
    padding: 81px 0;
}

.areaPrice .areaTitle {
    margin-bottom: 40px;
}

.areaPrice tr {
    border: 2px solid #cfe3ee;
    border-left: none;
    border-right: none;
}

.areaPrice th {
    width: 183px;
    background: #e9f7ff;
    border: 1px solid #cfe3ee;
    border-left: none;
    border-right: none;
    font-size: 15px;
    text-align: left;
    padding-left: 40px;
}

.areaPrice td.tdcol1 {
    width: 285px;
    background: #f3fbff;
    height: 60px;
    padding-left: 40px;
    border-right: 1px solid #e9f7ff;
    font-size: 15px;
}

.areaPrice td.tdcol2 {
    width: 555px;
    text-align: center;
    height: 60px;
    font-size: 15px;
}

/*areaSummary*/

.areaSummary {
    background: #edf8ff;
    padding: 83px 0 80px;
}

.areaSummary .areaTitle {
    margin-bottom: 15px;
}

.areaSummary .areaTitle .titleJp {
    background: none;
    padding-bottom: 0;
}

.areaSummary .areaTitle .titleJp:after,
.areaSummary .areaTitle .titleJp:before {
    content: "";
    display: none;
}

.areaSummary .wrapSummary {
    width: 1224px;
    margin: 0 auto 30px;
    background: url(../images/how/summary-bg.png) no-repeat;
    padding: 56px 0 51px;
    position: relative;
}

.areaSummary .wrapSummary:after {
    content: "";
    position: absolute;
    background: url(../images/how/man_search_standing.png) no-repeat;
    background-size: 194px 586px;
    width: 194px;
    height: 586px;
    right: 102px;
    top: -23px;
}

.areaSummary .wrapSummary .summaryText {
    color: #fff;
    line-height: 1.75;
    font-size: 15px;
    letter-spacing: -0.6px;
}

.areaSummary .wrapSummary .summaryText .yellow {
    color: #ffea00;
    font-weight: 500;
}

.areaSummary .wrapSummary .summaryText+.summaryText {
    margin-top: 12px;
}

.areaSummary .wrapSummary .boxReviews {
    background: #fff;
    border-radius: 7px;
    padding: 17px 40px 28px;
    position: relative;
    margin-top: 14px;
}

.areaSummary .wrapSummary .boxReviews:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 20px solid #fff;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
}

.areaSummary .wrapSummary .boxReviews .reviewsTitle {
    text-align: center;
    border-bottom: 2px solid #1db6f1;
    padding-bottom: 10px;
    margin-bottom: 23px;
}

.areaSummary .wrapSummary .boxReviews .reviewsTitle .icon {
    display: inline-block;
    vertical-align: middle;
}

.areaSummary .wrapSummary .boxReviews .reviewsTitle .text {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    font-weight: 900;
    color: #1db6f1;
    margin-left: 10px;
    letter-spacing: -2px;
}

.areaSummary .wrapSummary .boxReviews .textReviews {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.75;
    letter-spacing: -0.9px;
}

.areaSummary .reviewsBtn {
    width: 480px;
    margin: 0 auto;
}

.areaSummary .reviewsBtn a {
    font-size: 20px;
    background: #feed2b url(../images/how/btn_arrow-carrot_right_black.png)no-repeat right 22px top 22px;
    box-shadow: 0px 4px 10px 0px rgba(255, 222, 0, 0.4);
    display: block;
    border-radius: 50px;
    padding: 15px 0;
    font-weight: 700;
    text-align: left;
    padding-left: 49px;
}

@media(max-width: 768px) {
    .main-img-banner.main {
        height: 71vw;
        padding: 20.633vw 24px 0;
    }
    /*areaTitle*/
    .areaTitle {
        margin-bottom: 16px;
    }

    .areaTitle .titleEn {
        margin-bottom: 10px;
    }

    .areaTitle .titleEn span:after {
        bottom: -10px;
        left: 51%;
        border-left: 0px solid transparent;
        border-right: 7px solid transparent;
        border-top: 12px solid #f43e83;
    }

    .areaTitle .titleEn span {
        font-size: 15px;
        min-width: 256px;
        padding: 2px 0 3px;
    }

    .areaTitle .titleJp {
        position: relative;
        font-size: 20px;
        background: url(../images/how/areaTrouble-title-bg-sp.png) no-repeat center bottom/100%;
        padding-bottom: 20px;
        letter-spacing: -1px;
        line-height: 1.25;
    }

    /*areaExpert*/
    .areaExpert .expertext {
        width: 100%;
        font-size: 13.5px;
        margin: 0 auto 26px;
        line-height: 1.75;
    }

    .areaExpert {
        padding-bottom: 58px;
    }

    .areaExpert .expertBanner {
        margin-bottom: 20px;
    }

    .areaExpert .expertTable {
        padding: 13px 22px 21px;
        margin-bottom: 25px;
    }

    .areaExpert .expertTable .tableTitle .lineText {
        font-size: 15px;
        font-weight: normal;
    }

    .areaExpert .expertTable .tableTitle .btnLine {
        width: 19px;
        vertical-align: -4px;
    }

    .areaExpert .expertTable .warpList {
        display: block;
    }

    .areaExpert .expertTable .warpList .listExpert {
        width: 100%;
    }

    .areaExpert .expertTable .warpList .listExpert li {
        font-size: 14.5px;
        margin-bottom: 3px;
    }

    .areaExpert .expertTable .warpList .listExpert li .iconCheck {
        width: 16px;
    }

    .areaExpert .expertTable .warpList .listExpert li .checkText {
        margin-left: 3px;
        padding-bottom: 1px;
    }

    .areaExpert .expertTable .tableTitle {
        margin-bottom: 9px;
    }

    /*areaTroubles*/
    .areaTroubles {
        padding: 39px 0 43px;
    }

    .areaTroubles .troubleText {
        width: 100%;
        font-size: 13px;
        margin-bottom: 26px;
        line-height: 1.8;
    }

    .areaTroubles .listTrouble li {
        padding: 21px 13px 16px 21px;
        margin-bottom: 29px;
    }

    .areaTroubles .listTrouble li:nth-child(2n) {
        margin-bottom: 29px;
    }

    .areaTroubles .listTrouble li .photo {
        width: 100%;
        margin-top: 0;
    }

    .areaTroubles .listTrouble li:nth-child(2n) .photo {
        width: 100%;
        margin: 0 0 5px;
    }

    .areaTroubles .listTrouble li:nth-child(2n + 1) .photo {
        margin-left: 0;
        margin-bottom: 5px;
    }

    .areaTroubles .listTrouble li:nth-child(4) .photo {
        width: calc(100% + 21px);
        margin-left: 0;
        margin-right: -21px;
    }
    .areaTroubles .listTrouble li:nth-child(5) .photo{
        width: 100%;
    }

    .areaTroubles .listTrouble li .troubleContent {
        width: 100%;
    }

    .areaTroubles .listTrouble li .troubleContent .listTitle {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .areaTroubles .listTrouble li .troubleContent .listTitle .wave {
        background: url(../images/how/wave-sp.png) repeat-x bottom center/100%;
        padding-bottom: 6px;
    }

    .areaTroubles .listTrouble li .troubleContent .listTitle .wave.wave2 {
        background: url(../images/how/wave-sp-02.png) repeat-x bottom center/100%;
    }

    .areaTroubles .listTrouble li .troubleContent .troubleListext {
        font-size: 13px;
        line-height: 1.73;
        letter-spacing: 0.4px;
    }

    .areaTroubles .listTrouble li .troubleContent .listTitle .exclamation:after {
        content: "";
        display: none;
    }

    .areaTroubles .listTrouble li:nth-child(5) .troubleContent .listTitle .wave {
        display: inline;
        background: url(../images/how/wave-sp-02.png) repeat-x bottom center;
        background-size: auto 5px;
        padding-bottom: 6px;
        line-height: 1.8;
    }

    /*areaRepairer*/
    .areaRepairer {
        padding: 40px 0 37px;
    }
    .areaRepairer .areaTitle{
        margin-bottom: 17px;
    }

    .areaRepairer .titleJp {
        font-size: 18px;
        background: url(../images/how/title-bg-white-sp.png) no-repeat center bottom/100%;
    }

    .areaRepairer .areaTitle .titleJp:before {
        bottom: 17px;
    }

    .areaRepairer .areaTitle .titleJp:after {
        bottom: 17px;
    }

    .areaRepairer .listPoint {
        display: block;
    }

    .areaRepairer .listPoint li {
        width: 100%;
        padding: 10px 21px 15px;
        border: none;
        border-bottom: 1px solid #cfe3ee;
    }

    .areaRepairer .listPoint li.nonBorbot {
        border-bottom: 1px solid #cfe3ee;
    }

    .areaRepairer .listPoint li:last-child {
        border-bottom: none;
    }

    .areaRepairer .listPoint li .listPointext {
        width: 100%;
        font-size: 13px;
    }

    .areaRepairer .repairText {
        text-align: left;
        font-size: 13px;
        margin-bottom: 30px;
    }

    .areaRepairer .boxRepair{
        border-radius: 5px;
    }
    .areaRepairer .boxRepair .boxTitle .boxrepairTitle img {
        width: 56%;
        margin-top: -17px;
    }

    .areaRepairer .boxRepair .boxTitle:after {
        background: url(../images/how/avata.png) no-repeat;
        background-size: 100%;
        width: 70px;
        height: 80px;
        right: -1px;
        bottom: -1px;
    }

    .areaRepairer .boxRepair .boxTitle .titleIntro {
        font-size: 17px;
        position: relative;
        z-index: 1;
        letter-spacing: -0.7px;
        text-shadow: 1px 3px 0px #0762dd, 1px 4px 0px #0762dd, 1px 1px 0px #0762dd, 1px -2px 0px #0762dd, 1px -3px 0px #0762dd, 3px 0px 0px #0762dd, 3px -3px 0px #0762dd, 3px 2px 0px #0762dd, 3px 4px 0px #0762dd, -1px 4px 0px #0762dd, -1px 2px 0px #0762dd, -1px -3px 0px #0762dd, -2px -2px 0px #0762dd, -2px 0px 0px #0762dd, -2px 2px 0px #0762dd, -2px 4px 0px #0762dd, -2px 4px 0px #0762dd;
    }

    .areaRepairer .boxRepair .boxTitle .boxrepairTitle {
        margin-bottom: 3px;
    }

    .areaRepairer .boxRepair .boxTitle {
        padding-bottom: 17px;
        border-radius: 5px 5px 0 0;
    }

    .areaRepairer .listPoint li .pointTitle {
        text-align: left;
        margin-bottom: 2px;
    }

    .areaRepairer .listPoint li .pointTitle .numPoint {
        width: 50px;
    }

    .areaRepairer .listPoint li .pointTitle .pointText {
        font-size: 16px;
        margin: 11px 0 0 8px;
    }

    .areaRepairer .listPoint li .photo {
        width: 42%;
        margin: 0 auto 10px;
    }

    .areaRepairer .listPoint li:nth-child(1) .photo {
        width: 38%;
    }

    .areaRepairer .boxRepair2 .listPoint li:nth-child(1) .photo {
        width: 59%;
    }

    .areaRepairer .boxRepair2 .listPoint li:nth-child(5) .photo,
    .areaRepairer .boxRepair2 .listPoint li:nth-child(3) .photo {
        width: 50%;
    }

    .areaRepairer .boxRepair2 {
        margin-top: 38px;
    }

    /*AREASEARCH*/
    .areaSearch {
        padding: 38px 0 39px;
    }

    .areaSearch .boxTitle {
        padding-left: 54px;
        letter-spacing: -1px;
        margin-bottom: 12px;
    }

    .areaSearch .boxTitle .titleDescrip {
        font-size: 15px;
        margin-bottom: 2px;
    }

    .areaSearch .boxTitle .titleSearch {
        font-size: 19px;
    }

    .areaSearch .boxTitle .titleDescrip:before {
        width: 13px;
        height: 19px;
        top: 55%;
        left: -18px;
    }

    .areaSearch .boxTitle .titleDescrip:after {
        width: 13px;
        height: 19px;
        top: 54%;
        right: -16px;
    }

    .areaSearch .boxTitle .titleSearch:before {
        width: 54px;
        height: 65px;
        left: -60px;
        bottom: 84%;
    }

    .areaSearch .boxSearch {
        width: 100%;
        padding: 0;
        background: transparent;
    }

    .areaSearch .boxSearch .listSearch {
        width: 100%;
        padding: 5px;
        background: #afd2ed;
        margin-bottom: 20px;
    }

    .areaSearch .boxSearch .listSearch .itemSearch {
        width: 100%;
        border-color: #afd2ed;
        border-width: 0 0 5px;
    }

    .areaSearch .boxSearch .listSearch .itemSearch:last-child {
        border: none;
    }

    .areaSearch .boxSearch .listSearch .itemSearch>a {
        font-size: 15px;
        padding: 6px 50px 7px 11px;
    }

    .areaSearch .boxSearch .listSearch .itemSearch .listItem {
        position: relative;
    }

    .areaSearch .boxSearch .listSearch .itemSearch .listItem li a {
        font-size: 13px;
        padding: 15px 20px;
    }

    .areaSearch .boxSearch .listSearch .itemSearch>a:before {
        right: 15px;
    }

    .areaSearch .boxSearch .btnSearch {
        position: relative;
        width: 100%;
    }

    .areaSearch .boxSearch .btnSearch .btnSubmit {
        background-position: center left 17px;
        background-size: 20px;
        font-size: 16px;
        letter-spacing: 5px;
        font-weight: normal;
        width: 100%;
        padding: 10px 33px 15px 30px;
        border-radius: 3px;
    }

    .areaSearch .numHit {
        font-size: 11px;
        font-weight: normal;
        width: auto;
        min-height: auto;
        top: 47%;
        right: 20px;
        border: none;
        padding: 0;
        transform: translateY(-50%);
    }

    .areaSearch .numHit br {
        display: none;
    }

    .areaSearch .numHit .num {
        display: inline-block;
        vertical-align: -2px;
        font-size: 17px;
        padding: 0 3px;
        color: #fff;
    }

    .areaSearch .numHit:before,
    .areaSearch .numHit:after {
        content: none;
    }

    /*AREASEARCH*/
    .areaSummary {
        padding: 41px 0 50px;
    }

    #content .areaSummary .inner {
        padding: 0 3%;
    }

    .areaSummary .areaTitle {
        margin-bottom: 17px;
    }

    .areaSummary .wrapSummary {
        width: 94.9%;
        background: url(../images/how/summary-bg-sp.png) no-repeat;
        padding: 25px 0 20px;
    }

    .areaSummary .reviewsBtn {
        width: 95%;
        max-width: 380px;
    }

    .areaSummary .reviewsBtn a {
        font-size: 16px;
        background: #feed2b url(../images/how/btn_arrow-carrot_right_black.png)no-repeat right 17px top 19px;
        background-size: 8px;
        padding: 12px 0 14px 25px;
    }

    .areaSummary .wrapSummary:after {
        content: "";
        display: none;
    }

    .areaSummary .wrapSummary .summaryText {
        font-size: 13px;
    }

    .areaSummary .wrapSummary .summaryText+.summaryText {
        margin-top: 2px;
    }

    .areaSummary .wrapSummary .boxReviews {
        font-size: 13px;
        padding: 12px 8px 10px;
        border-radius: 5px;
    }

    .areaSummary .wrapSummary .boxReviews:before {
        content: "";
        position: absolute;
        background: url(../images/how/man_search_standing.png) no-repeat;
        background-size: 100%;
        width: 73px;
        height: 220px;
        right: -9px;
        top: 5px;
    }

    .areaSummary .wrapSummary .boxReviews:after {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 12px solid #fff;
        bottom: -10px;

    }

    .areaSummary .wrapSummary .boxReviews .reviewsTitle {
        text-align: left;
        margin-bottom: 9px;
        padding-bottom: 4px;
    }

    .areaSummary .wrapSummary .boxReviews .reviewsTitle .icon {
        width: 21px;
    }

    .areaSummary .wrapSummary .boxReviews .reviewsTitle .text {
        font-size: 16px;
        margin-top: -2px;
    }

    .areaSummary .wrapSummary .boxReviews .textReviews {
        font-size: 13px;
        width: 80%;
    }

    /*areaWaterwork*/
    .areaWaterwork .listWaterwork {
        display: block;
        padding: 0 13px 0 2px;
        margin-bottom: 15px;
    }

    .areaWaterwork .listWaterwork li {
        margin-bottom: 20px;
    }

    .areaWaterwork .listWaterwork li:last-child {
        margin-bottom: 0;
    }

    .areaWaterwork .listBenefit {
        display: block;
    }

    .areaWaterwork .listBenefit li {
        width: 100%;
    }

    .areaWaterwork .listBenefit li .boxTitle {
        border-radius: 5px 5px 0 0;
        padding: 11px 0 15px;
    }

    .areaWaterwork .listBenefit li .boxTitle .benefitIntro {
        font-size: 16px;
        font-weight: 500;
        display: inline-block;
    }

    .areaWaterwork .listBenefit li .boxTitle .benefitQuest {
        display: inline-block;
    }

    .areaWaterwork .listBenefit li.pink .boxTitle .benefitQuest {
        width: 92px;
    }

    .areaWaterwork .listBenefit li.blue .boxTitle .benefitQuest {
        width: 110px;
    }

    .areaWaterwork .listBenefit li .benefitWrap {
        padding: 20px 20px;
    }

    .areaWaterwork .listBenefit li .benefitWrap .benefitContent {
        border-radius: 5px;
        min-height: auto;
    }

    .areaWaterwork .listBenefit li .benefitWrap .benefitContent .avata {
        margin-bottom: 2px;
    }

    .areaWaterwork .listBenefit li.pink {
        margin-bottom: 20px;
        border-radius: 5px;
    }

    .areaWaterwork .listBenefit li.pink .benefitWrap .benefitContent .avata img {
        margin-top: -42px;
        margin-left: -2px;
        width: 60px;
    }

    .areaWaterwork .listBenefit li.blue{
        border-radius: 5px;
    }
    .areaWaterwork .listBenefit li.blue .benefitWrap .benefitContent .avata img {
        margin-top: -42px;
        margin-left: -2px;
        width: 61px;
    }

    .areaWaterwork .listBenefit li .benefitWrap .benefitContent .text {
        padding: 0 20px 20px;
        font-size: 13px;
        line-height: 1.4;
    }

    /*areaBeware*/

    .areaBeware {
        padding: 39px 0 20px;
    }

    .areaBeware .areaTitle {
        margin-bottom: 17px;
    }

    .areaBeware .areaTitle .titleEn {
        margin-bottom: 13px;
    }

    .areaBeware .areaTitle .titleJp {
        padding-bottom: 18px;
    }

    .areaBeware .descripBeware {
        font-size: 18px;
        margin-bottom: 18px;
    }

    .areaBeware .listCase .listItem {
        padding: 9px 11px 18px;
        border-radius: 5px;
    }

    .areaBeware .listCase .listItem .leftCase {
        width: 50%;
        padding-top: 4px;
    }

    .areaBeware .listCase .listItem .leftCase .boxTitle .caseNum {
        width: 100%;
        font-size: 10px;
        padding: 0;
        margin-top: -4px;
        letter-spacing: -1px;
    }

    .areaBeware .listCase .listItem .leftCase .boxTitle .caseNum:before {
        content: none;
    }

    .areaBeware .listCase .listItem .leftCase .boxTitle .caseNum .num {
        display: inline-block;
        font-size: 11px;
        transform: none;
    }

    .areaBeware .listCase .listItem .leftCase .boxTitle {
        margin-bottom: 20px;
    }

    .areaBeware .listCase .listItem .leftCase .boxTitle .titleCase {
        width: 100%;
        font-size: 14px;
        padding-top: 0;
        letter-spacing: -1.1px;
    }

    .areaBeware .listCase .listItem .leftCase .imageCase {
        transform: none;
        padding: 0 40px;
        margin-bottom: 17px;
        transform: translateX(-16px);
    }

    .areaBeware .listCase .listItem .subCase {
        width: 100%;
        font-size: 13px;
        padding-left: 0;
        line-height: 1.5;
        letter-spacing: 0.5px;
    }

    .areaBeware .listCase .listItem .rightCase .message {
        font-size: 10px;
    }

    .areaBeware .listCase .listItem .rightCase .subCase {
        width: 100%;
        padding: 0 3px 0 10px;
        letter-spacing: 1.4px;
    }

    .areaBeware .listCase .listItem .rightCase {
        width: 50%;
    }

    .areaBeware .listCase .listItem .rightCase .imageCase {
        padding-top: 58px;
        margin-bottom: 9px;
    }

    .areaBeware .listCase .listItem .rightCase .imageCase .image {
        margin: 0 0 5px;
        padding: 0 52px;
    }

    .areaBeware .listCase .listItem .rightCase .message {
        width: 92%;
        font-size: 10px;
        top: 11px;
        padding: 5px 3px;
    }

    .areaBeware .listCase .listItem .rightCase .message:before {
        width: 6px;
        height: 17px;
        top: 98%;
        left: 39px;
    }

    .areaBeware .listCase .listItem .rightCase .arrows {
        width: 62px;
        top: 51%;
        transform: translate(-55%, -50%);
    }

    .areaBeware .listCase .listItem:nth-child(2) .leftCase .boxTitle .titleCase {
        width: 100%;
        padding-right: 20px;
        margin-right: 0;
    }

    .areaBeware .listCase .listItem:nth-child(2) .leftCase .imageCase {
        transform: translate(-22px, -17px);
        padding: 0 35px;
        margin-bottom: -1px;
    }

    .areaBeware .listCase .listItem:nth-child(3) .leftCase .imageCase {
        padding: 0 50px;
        transform: translateX(-8px);
    }

    /*.areaFive*/

    .areaFive {
        padding: 40px 0 12px;
    }

    .areaFive .areaTitle {
        margin-bottom: 21px;
    }

    .areaFive .areaTitle .titleJp {
        padding-bottom: 21px;
    }

    .areaFive .areaTitle .titleEn {
        margin-bottom: 11px;
    }

    .areaFive .listFive .itemFive.numOne {
        width: 100%;
        margin-right: 0;
        margin-bottom: 21px;
    }

    .areaFive .listFive .boxFive .itemFive {
        margin-right: 0;
        margin-bottom: 22px;
    }

    .areaFive .listFive .boxFive {
        width: 100%;
    }

    .areaFive .listFive .boxFive .itemFive {
        width: 100%;
    }

    .areaFive .listFive .itemFive .subFive {
        font-size: 13px;
        line-height: 1.6;
        margin-bottom: 5px;
    }

    .areaFive .listFive .itemFive .subFive:last-child,
    .areaFive .listFive .itemFive .subFive:nth-last-child(2) {
        line-height: 1.4;
        letter-spacing: -0.1px;
    }

    .areaFive .listFive .boxFive .itemFive .titleFive {
        margin-bottom: 8px;
    }

    .areaFive .listFive .itemFive .titleFive {
        margin-bottom: 3px;
    }

    .areaFive .listFive .itemFive .listSub {
        padding: 3px 11px;
    }

    .areaFive .listFive .itemFive .listSub li {
        font-size: 15px;
        padding-left: 20px;
        margin-bottom: 3px;
    }

    .areaFive .listFive .itemFive .listSub li:before {
        width: 16px;
        height: 16px;
    }
    /*.areaSupply*/
    .areaSupply {
        padding: 39px 0 11px;
    }
    .areaSupply .areaTitle{
        margin-bottom: 29px;
    }
    .areaSupply .areaTitle .titleJp{
        letter-spacing: -2.2px;
    }
    .areaSupply .listSupply li{
        margin-bottom: 26px;
    }
    .areaSupply .listSupply li .boxSupply,
    .areaSupply .listSupply li .imageSupply {
        width: 100%;
    }
    .areaSupply .listSupply li .imageSupply{
        float: none;
        text-align: center;
        margin-bottom: 7px;
    }
    .areaSupply .listSupply li .imageSupply img{
        width: 47%;
    }

    .areaSupply .areaTitle .titleJp:before, .areaSupply .areaTitle .titleJp:after{
        bottom: 22px;
    }

    .areaSupply .listSupply li .titleSupply{
        font-size: 16px;
        padding-left: 58px;
        letter-spacing: -0.5px;
        line-height: 1.3;
    }
    .areaSupply .listSupply li .titleSupply:before{
        width: 50px;
        height: 52px;
    }
    .areaSupply .listSupply li .boxSupply .subSupply{
        font-size: 13px;
        line-height: 1.8;
    }

    /*areaUnderstand*/
    .areaUnderstand {
        padding: 39px 0;
    }

    .areaUnderstand .listUnderstand {
        display: block;
    }

    .areaUnderstand .areaTitle {
        margin-bottom: 58px;
    }

    .areaUnderstand .areaTitle .titleJp:before,
    .areaUnderstand .areaTitle .titleJp:after {
        top: 56px;
    }

    .areaUnderstand .listUnderstand>li {
        width: 100%;
        padding: 6px 20px 21px;
        margin-bottom: 56px;
    }

    .areaUnderstand .listUnderstand>li:last-child {
        margin-bottom: 0;
    }


    .areaUnderstand .listUnderstand>li .numPoint img {
        width: 40px;
        margin-top: -40px;
    }

    .areaUnderstand .listUnderstand>li .wrapUnder {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row-reverse;
        justify-content: space-between;
    }

    .areaUnderstand .listUnderstand>li .wrapUnder .listUnderTitle {
        font-size: 16px;
        text-align: left;
        letter-spacing: 0px;
        margin-bottom: 0;
    }

    .areaUnderstand .listUnderstand>li .photo {
        margin: 0;
    }

    .areaUnderstand .listUnderstand>li:nth-child(1) .photo {
        margin-left: 0;
        width: 33.7%;
        margin-top: -12px;
    }

    .areaUnderstand .listUnderstand>li:nth-child(2) .photo {
        width: 29%;
        margin: -15px 14px 0 0;
    }

    .areaUnderstand .listUnderstand>li:nth-child(3) .photo {
        margin-left: 0;
        width: 33.7%;
        margin-top: -12px;
    }

    .areaUnderstand .listUnderstand>li .listInfo li {
        margin-bottom: 7px;
    }

    .areaUnderstand .listUnderstand>li .listInfo li .lable {
        display: block;
        font-size: 13px;
    }

    .areaUnderstand .listUnderstand>li .listInfo li .text {
        width: 100%;
        font-size: 13px;
        line-height: 1.75;
    }

    .areaUnderstand .listUnderstand>li .text {
        font-size: 13px;
    }

    /*areaPrice*/
    .areaPrice {
        background: #fff;
        padding: 41px 0;
    }

    .areaPrice .areaTitle {
        margin-bottom: 20px;
    }

    .areaPrice .tablePrice table {
        width: 100%;
    }

    .areaPrice .tablePrice tr {
        display: block;
        border: none;
        width: 100%;
        overflow: hidden;
    }

    .areaPrice .tablePrice tr:first-child th {
        border-top: 1px solid #d2e2ed;
    }

    .areaPrice .tablePrice th {
        display: block;
        width: 100%;
        text-align: center;
        padding: 8px 0 5px;
        font-size: 13px;
        border: none;
        border-bottom: 1px solid #d2e2ed;
    }

    .areaPrice .tablePrice td {
        width: 50%;
        float: left;
        font-size: 11px;
        height: auto;
        border-bottom: 1px solid #d2e2ed;
        padding: 6px 0 7px 11px;
    }

    .areaPrice td.tdcol1 {
        border-left: 1px solid #ebf6ff;
    }

    .areaPrice td.tdcol2 {
        font-size: 11px;
    }

}
