/* global
------------------------------------- */
#mainImg { background-image: url(../img/prevention/mainimg01_sp.png); }

#mainImg .tit:before { top: -14px; left: -60px; width: 107px; height: 24px; background-image: url(../img/prevention/txt_mainimg01.png); }

@media all and (min-width: 600px) { #mainImg { background-image: url(../img/prevention/mainimg01_pc.png); }
  #mainImg .tit:before { top: -26px; left: -64px; width: 154px; height: 34px; } }

/* #about
------------------------------------- */
#about .care { padding: 40px 0; }

#about .care .txt { margin-bottom: 50px; }

#about .care .checkList { margin: 34px 0 36px; padding: 18px 20px 22px; box-sizing: border-box; border-radius: 10px; background: #f7f7f7; position: relative; }

#about .care .checkList:before { content: ''; position: absolute; bottom: -35px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); width: 90px; height: 30px; background: url(../img/common/arw_down01.png) no-repeat center/90px; }

#about .care .checkList .item { line-height: 1.6; position: relative; padding: 8px 0 8px 30px; border-bottom: 1px dashed #cccbcb; }

#about .care .checkList .item:before { content: ""; position: absolute; top: 12px; left: 0; width: 17px; height: 14px; background: url(../img/esthetic/ico_check01.png) no-repeat center/cover; }

#about .care .head { text-align: center; font-weight: 500; font-size: 1.8rem; }

@media all and (min-width: 600px) { #about .care { padding: 20px 0 60px; }
  #about .care .txt { margin-bottom: 80px; text-align: center; }
  #about .care .checkList { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin: 52px 0 70px; padding: 32px 50px 32px; }
  #about .care .checkList:before { bottom: -45px; width: 110px; background: url(../img/common/arw_down01.png) no-repeat center/110px; }
  #about .care .checkList .item { width: calc(50% - 56px); padding: 8px 0 8px 26px; font-size: 1.5rem; }
  #about .care .checkList .item:before { top: 12px; left: 0; width: 20px; height: 17px; }
  #about .care .head { font-size: 2.6rem; } }

#about .merit .meritList .meritItem { margin-top: 30px; }

#about .merit .meritList .meritItem .head { text-align: center; font-weight: 500; font-size: 1.8rem; margin-bottom: 10px; }

@media all and (min-width: 600px) { #about .merit .meritList { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  #about .merit .meritList .meritItem { width: 32%; margin-top: 10px; }
  #about .merit .meritList .meritItem .head { font-size: 1.9rem; margin: 10px 0; } }

#about .anchorMenu { margin-top: 60px; }

#about .anchorMenu .head { text-align: center; font-size: 1.8rem; font-weight: 500; margin-bottom: 40px; }

@media all and (min-width: 600px) { #about .anchorMenu { margin-top: 100px; }
  #about .anchorMenu .head { font-size: 2.6rem; margin-bottom: 60px; } }

/* #inspection
------------------------------------- */
#inspection .tit { margin-bottom: 40px; }

#inspection .areaImg { margin-bottom: 60px; }

#inspection .areaImg .img { margin-bottom: 16px; }

#inspection .areaImg .areaTxt .head { font-size: 1.8rem; text-align: center; font-weight: 500; }

#inspection .areaImg .areaTxt .txt .lead { font-weight: 700; color: #7cbc00; }

#inspection .areaImg .areaTxt .txt .bold { font-weight: 700; }

@media all and (min-width: 600px) { #inspection .tit { margin-bottom: 60px; }
  #inspection .areaImg { display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: 58px; }
  #inspection .areaImg .img { max-width: 540px; min-width: 540px; }
  #inspection .areaImg .areaTxt .head { font-size: 2.6rem; text-align: left; padding-left: 40px; margin-bottom: 10px; }
  #inspection .areaImg .areaTxt .txt { padding-left: 40px; box-sizing: border-box; } }

/* #spt
------------------------------------- */
#spt .tit { margin-bottom: 40px; }

#spt .lead { margin-bottom: 40px; }

#spt .sptList { margin-bottom: 60px; }

#spt .sptList .sptItem { margin-top: 30px; }

#spt .sptList .sptItem .head { text-align: center; font-weight: 500; font-size: 1.8rem; margin-bottom: 10px; }

#spt .message { background: #7cbc00; box-sizing: border-box; padding-top: 45px; padding-bottom: 50px; text-align: center; color: #fff; margin-bottom: 60px; }

#spt .message .head { font-size: 2.6rem; line-height: 1.4; letter-spacing: 0; margin-bottom: 15px; }

@media all and (min-width: 600px) { #spt .tit { margin-bottom: 60px; }
  #spt .lead { text-align: center; margin: 30px 0 60px; }
  #spt .sptList { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  #spt .sptList .sptItem { width: 32%; margin-top: 10px; }
  #spt .sptList .sptItem .head { font-size: 1.9rem; margin: 10px 0; }
  #spt .message { background: url(../img/common/bg_contact01_pc.png) no-repeat center center; background-size: cover; padding-top: 60px; padding-bottom: 60px; text-align: left; color: #fff; margin-bottom: 60px; overflow: hidden; }
  #spt .message .head { font-size: 3.6rem; margin-bottom: 14px; }
  #spt .message .areaTxt { float: left; width: 75%; margin-top: 50px; }
  #spt .message .img { width: 25%; float: right; } }

/* #pmtc
------------------------------------- */
#pmtc .inner { padding-top: 20px; padding-bottom: 50px; }

#pmtc .lead { padding: 10px 0; color: #7cbc00; text-align: center; }

#pmtc .txt span { color: #7cbc00; }

#pmtc .imgArea { margin-top: 20px; }

#pmtc .imgArea .img { margin-bottom: 15px; }

#pmtc .imgArea .head { font-size: 1.8rem; font-weight: 500; margin-bottom: 10px; }

#pmtc .clean { margin-top: 32px; }

#pmtc .is_list { margin-top: 14px; padding: 20px; box-sizing: border-box; background: #f7f7f7; border-radius: 10px; }

#pmtc .is_list .list .item { line-height: 1.5; position: relative; margin-bottom: 8px; padding: 0 0 6px 14px; border-bottom: 1px dashed #cccbcb; }

#pmtc .is_list .list .item:before { content: ""; position: absolute; top: 8px; left: 0; width: 5px; height: 5px; background: #7cbc00; border-radius: 50%; }

#pmtc .is_list .list .item span { color: #7cbc00; }

#pmtc .flow { padding: 46px 0 34px; }

#pmtc .flow .flowList { margin: 0 -15px; padding: 40px 15px; box-sizing: border-box; background: #edf3e0; }

#pmtc .flow .flowList .item { position: relative; padding: 24px 20px; box-sizing: border-box; background: #fff; box-shadow: 0px 4px 15px 0px rgba(4, 0, 0, 0.1), inset 0px 0px 0px 14px rgba(241, 241, 241, 0.004); }

#pmtc .flow .flowList .item + .item { position: relative; margin-top: 22px; }

#pmtc .flow .flowList .item + .item:after { content: ""; position: absolute; top: -30px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); width: 138px; height: 30px; background: url(../img/common/arw_down01.png) no-repeat center/cover; }

#pmtc .flow .flowList .item:before { content: ""; position: absolute; top: 6px; left: 6px; width: calc(100% - 14px); height: calc(100% - 14px); border: 1px solid #f1f1f1; }

#pmtc .flow .flowList .item .img { margin-bottom: 12px; }

#pmtc .case { margin-bottom: 30px; }

#pmtc .case .tit { margin-bottom: 10px; color: #7cbc00; font-weight: 500; font-size: 1.6rem; }

#pmtc .case .imgs .img.arw { position: relative; }

#pmtc .case .imgs .img.arw:after { display: block; content: ""; position: absolute; bottom: -15px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); width: 138px; height: 30px; background: url(../img/common/arw_down01.png) no-repeat center/cover; }

#pmtc .case .imgList { margin: 15px 0 30px; }

#pmtc .case .imgList .imgs { margin: 0; }

#pmtc .case .imgList .imgs + .imgs { margin-top: 15px; }

#pmtc .case .notice { padding: 15px; background-color: #fff; border-radius: 10px; border: 1px solid #b6b5b5; margin-top: 20px; }

#pmtc .case .comment { margin-top: 20px; padding: 20px; box-sizing: border-box; background: #f7f7f7; border-radius: 10px; }

#pmtc .case .commentTit { text-align: center; }

#pmtc .case .commentTxt li { position: relative; margin-bottom: 8px; padding: 0 0 6px 14px; line-height: 1.5; border-bottom: 1px dashed #cccbcb; }

#pmtc .case .commentTxt li:before { content: ''; display: block; position: absolute; top: 8px; left: 0; width: 5px; height: 5px; border-radius: 50%; background-color: #7cbc00; }

#pmtc .medicine .works { margin-top: 16px; }

#pmtc .medicine .works + .txt { margin-top: 24px; }

@media all and (min-width: 600px) { #pmtc .inner { padding-top: 68px; padding-bottom: 98px; }
  #pmtc .lead { padding: 0 0 32px; }
  #pmtc .txt { font-size: 1.5rem; }
  #pmtc .imgArea { display: -webkit-box; display: -ms-flexbox; display: flex; margin: 60px 0 58px; }
  #pmtc .imgArea .img { max-width: 540px; min-width: 540px; }
  #pmtc .imgArea .imgTxt .head { font-size: 2.6rem; text-align: left; padding-left: 40px; margin-bottom: 10px; }
  #pmtc .imgArea .imgTxt .txt { padding-left: 40px; box-sizing: border-box; }
  #pmtc .clean { margin-top: 68px; }
  #pmtc .is_list { margin-top: 54px; padding: 32px 50px 26px; }
  #pmtc .is_list .tit { font-size: 1.8rem; }
  #pmtc .is_list .list .item { margin-bottom: 10px; padding: 0 0 10px 14px; font-size: 1.5rem; letter-spacing: .06em; }
  #pmtc .flow { padding: 66px 0 68px; }
  #pmtc .flow .flowList { margin: 40px 0 0; padding: 48px 50px; }
  #pmtc .flow .flowList .item { padding: 36px 40px; }
  #pmtc .flow .flowList .item + .item { margin-top: 30px; }
  #pmtc .flow .flowList .item + .item:after { top: -34px; }
  #pmtc .flow .flowList .item:nth-of-type(2) .flowImg { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; }
  #pmtc .flow .flowList .item:nth-of-type(2) .img { max-width: 720px; min-width: 720px; }
  #pmtc .flow .flowList .item:nth-of-type(2) .txt { padding-left: 0; margin-bottom: 18px; }
  #pmtc .flow .flowList .item .flowImg { display: -webkit-box; display: -ms-flexbox; display: flex; }
  #pmtc .flow .flowList .item .img { max-width: 352px; min-width: 352px; }
  #pmtc .flow .flowList .item .txt { margin-top: -4px; padding-left: 26px; box-sizing: border-box; font-size: 1.5rem; }
  #pmtc .case { margin-bottom: 70px; }
  #pmtc .case .tit { margin-bottom: 10px; font-size: 2.6rem; }
  #pmtc .case .imgs { display: -webkit-box; display: -ms-flexbox; display: flex; margin: 22px 0 50px; }
  #pmtc .case .imgs .img { width: 352px; }
  #pmtc .case .imgs .img.arw:after { bottom: 50%; right: -15px; left: auto; -webkit-transform: translateY(50%); -ms-transform: translateY(50%); transform: translateY(50%); width: 33px; height: 69px; background: url(../img/common/arw_right04.png) no-repeat center/33px; }
  #pmtc .case .imgs .img + .img { margin: 0; margin-left: 22px; }
  #pmtc .case .imgList { margin: 25px 0 50px; }
  #pmtc .case .imgList .imgs + .imgs { margin-top: 25px; }
  #pmtc .case .notice { padding: 20px; border-radius: 25px; margin-top: 30px; }
  #pmtc .case .comment { margin-top: 45px; padding: 32px 50px 26px; }
  #pmtc .case .commentTit { font-size: 1.8rem; }
  #pmtc .case .commentTxt li { margin-bottom: 10px; padding: 0 0 10px 14px; font-size: 1.5rem; letter-spacing: .06em; }
  #pmtc .medicine { padding-bottom: 66px; }
  #pmtc .medicine .works { margin-top: 46px; }
  #pmtc .medicine .works + .txt { margin-top: 40px; } }

/* #selfcare
------------------------------------- */
#selfcare { padding: 30px 0; background: #edf3e0; }

#selfcare .txt { margin-bottom: 20px; }

#selfcare .is_list { margin-top: 14px; padding: 20px; box-sizing: border-box; background: #f7f7f7; border-radius: 10px; }

#selfcare .is_list .list .item { line-height: 1.5; position: relative; margin-bottom: 8px; padding: 0 0 6px 14px; border-bottom: 1px dashed #cccbcb; }

#selfcare .is_list .list .item:before { content: ""; position: absolute; top: 8px; left: 0; width: 5px; height: 5px; background: #7cbc00; border-radius: 50%; }

#selfcare .is_list .list .item span { color: #7cbc00; }

#selfcare .prescription { padding-bottom: 32px; }

#selfcare .prescription .prescriptionList .item:nth-of-type(2) .img .label { top: 18px; padding-top: 14px; }

#selfcare .prescription .prescriptionList .item:nth-of-type(3) { margin-top: 24px; }

#selfcare .prescription .prescriptionList .item:nth-of-type(3) .img .label { top: 0px; padding-top: 28px; }

#selfcare .prescription .prescriptionList .item .img { position: relative; }

#selfcare .prescription .prescriptionList .item .img .label { line-height: 1.5; position: absolute; top: -2px; left: -2px; display: inline-block; vertical-align: middle; width: 75px; height: 75px; padding-top: 20px; box-sizing: border-box; border-radius: 50%; background: linear-gradient(134deg, #21bc80, #58bd96); color: #fff; font-weight: 500; font-size: 1.2rem; text-align: center; letter-spacing: .02em; }

#selfcare .prescription .prescriptionList .item .prescriptionTxt { padding-top: 14px; }

#selfcare .prescription .prescriptionList .item .prescriptionTxt .sub { margin-bottom: 8px; color: #7cbc00; font-weight: 500; font-size: 1.6rem; }

#selfcare .option .lead { color: #333; }

@media all and (min-width: 600px) { #selfcare { margin: 0; padding: 48px 50px; }
  #selfcare .is_list { margin-top: 54px; padding: 32px 50px 26px; }
  #selfcare .is_list .tit { font-size: 1.8rem; }
  #selfcare .is_list .list .item { margin-bottom: 10px; padding: 0 0 10px 14px; font-size: 1.5rem; letter-spacing: .06em; }
  #selfcare .prescription { padding-bottom: 72px; }
  #selfcare .prescription .prescriptionList .item { display: -webkit-box; display: -ms-flexbox; display: flex; }
  #selfcare .prescription .prescriptionList .item:nth-of-type(2) { margin-top: 10px; }
  #selfcare .prescription .prescriptionList .item:nth-of-type(2) .img .label { top: 6px; padding-top: 28px; }
  #selfcare .prescription .prescriptionList .item:nth-of-type(2) .prescriptionTxt { margin-top: 22px; }
  #selfcare .prescription .prescriptionList .item:nth-of-type(3) { margin-top: 30px; }
  #selfcare .prescription .prescriptionList .item:nth-of-type(3) .img .label { top: -6px; padding-top: 38px; }
  #selfcare .prescription .prescriptionList .item .img { max-width: 350px; min-width: 350px; }
  #selfcare .prescription .prescriptionList .item .img .label { top: -6px; left: -20px; width: 96px; height: 96px; padding-top: 36px; font-size: 1.4rem; }
  #selfcare .prescription .prescriptionList .item .prescriptionTxt { padding: 6px 0 0 32px; box-sizing: border-box; }
  #selfcare .prescription .prescriptionList .item .prescriptionTxt .sub { margin-bottom: 6px; font-size: 1.8rem; }
  #selfcare .option .lead { text-align: left; font-size: 1.5rem; }
  #selfcare .option .effect { margin-top: 14px; } }
