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

    base settings

*/
html {
  font-size: 62.5%;
}
body {
  margin: 0;
  padding: 0;
  color: #111;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  clear: both;
}
ul,
ol,
dl,
p,
img,
form,
dt,
dd {
  margin: 0;
  padding: 0;
  border: 0;
}
li {
  list-style: none;
}
input,
textarea {
  font-size: 1.2rem;
}
img {
  vertical-align: bottom;
}
a {
  color: #000;
}
a:active,
a:hover {
  text-decoration: none;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
  font-weight: normal;
}
/* microclearfix */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after {
  clear: both;
}
/** For IE 6/7 only */
.cf {
  *zoom: 1;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* microclearfix */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after {
  clear: both;
}
/** For IE 6/7 only */
.cf {
  *zoom: 1;
}
/*
---------------------------------------------
	common
*/
.l-sns-list__item {
  display: inline-block;
  padding: 0 0 0 10px;
}
.l-sns-list__item a img {
  width: 30px;
  height: 30px;
}
.l-sns-list--footer {
  margin: 30px auto;
}
.l-sns-list--fixed {
  position: fixed;
  bottom: 120px;
  right: 35px;
  z-index: 50;
}
.l-sns-list--fixed .l-sns-list__item {
  display: block;
  padding: 0 0 10px;
}
#pankuzu {
  width: 100%;
  margin: 0 auto 2rem auto;
  font-size: 12px;
}
#pankuzu span {
  color: #000;
}
/*
---------------------------------------------

	contents area

*/
.l-contents-area {
  width: 100%;
}
.l-contents-area__inner {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.l-main-area ul {
  margin: 4rem 2rem;
}
.l-main-area ul li {
  margin-bottom: 2rem;
  padding: 0 0 0 1.8rem;
  background: url(img/ico_li.svg) no-repeat left top 0.5rem;
  background-size: 10px;
}
.contents-left ol,
.contents-right ol {
  counter-reset: number;
  margin: 20px 0 20px;
  padding: 10px 10px 0;
}
.contents-left ol li,
.contents-right ol li {
  position: relative;
  padding: 0 0 3px 28px;
}
.contents-left ol li::before,
.contents-right ol li::before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: block;
  background-color: #697878;
  width: 20px;
  color: #fff;
  height: 20px;
  top: 0;
  left: 0;
  line-height: 20px;
  text-align: center;
  font-size: 1.4rem;
  border-radius: 0;
}
.float-wrap {
  margin: 30px 0;
  padding: 0 50px;
}
.float-wrap .float-img img {
  width: 100%;
}
.float-wrap .float-img.fr {
  width: 320px;
  float: right;
  margin: 0 auto 20px;
  padding: 0 0 10px 30px;
}
.float-wrap .float-img.fl {
  width: 320px;
  margin: 0 auto 20px;
  padding: 0 35px 10px 0;
  float: left;
}
.float-wrap .float-img.center {
  width: 320px;
  margin: 0 auto;
  padding: 0 0 20px;
  text-align: center;
}
.float-wrap .float-img.ct {
  width: 320px;
  margin: 0 auto;
}
.float-wrap .flame {
  position: relative;
}
.float-wrap .caption {
  padding: 8px 0 0 0;
  display: block;
  font-size: 1rem;
  font-weight: normal;
  color: #999999;
  word-break: break-all;
  line-height: 1.4;
  text-align: center;
}
.contents_top .box-wrap {
  width: 100%;
  margin: 4rem 0;
  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;
}
/* box-wrap */
#contents .box-wrap {
  margin: 30px 0;
  padding: 0;
  box-sizing: border-box;
}
#contents .box {
  position: relative;
  display: block;
  width: 530px;
  margin: 0 0 16px;
  box-sizing: border-box;
}
.permalink {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.permalink:hover {
  background: rgba(255, 255, 255, 0.3);
}
#contents .left_box {
  float: left;
  background: url("img/bg_slush.gif");
  padding: 10px;
  box-sizing: border-box;
}
#contents .left_box .inner {
  padding: 0;
  box-sizing: border-box;
  background: #FFF;
  height: 100%;
}
#contents .box .box-head {
  margin: 0 0 20px;
  padding: 0;
}
#contents .left_box .box-head {
  margin: 0;
}
#contents .left_box .box-head a {
  color: #000;
  background: url("img/arrow_black.png") right 30px top 50% no-repeat;
  background-size: 8px auto;
  padding: 24px 50px 24px 30px;
  display: block;
  text-align: center;
}
#contents .left_box .photo {
  margin: 0 30px 12px 30px;
}
#contents .left_box .sBlock {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin: 0 30px 10px 30px;
  padding: 0;
}
#contents .left_box .sBlock li {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  background: #eee;
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0 12px 12px 0;
  padding: 18px 10px;
  box-sizing: border-box;
  line-height: 2rem;
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
}
#contents .box-wrap li::before {
  content: none;
}
#contents .left_box .sBlock li.gr {
  background: #ddd;
}
#contents .left_box .sBlock li:last-child {
  margin: 0 0 12px 0;
}
#contents .right_box {
  float: right;
  background: #00344c;
  padding: 40px;
  box-sizing: border-box;
  position: relative;
}
#contents .right_box:after {
  content: "";
  position: absolute;
  top: -20px;
  right: -10px;
  background: url("img/img_boxtwo_ph02.png") no-repeat;
  background-size: 170px auto;
  width: 170px;
  height: 170px;
}
#contents .box .box-head a {
  display: block;
  text-decoration: none;
  line-height: 3rem;
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
}
#contents .box .box-head:hover {
  opacity: 0.7;
}
#contents .right_box .box-head {
  border-left: 3px solid #fff45c;
  width: 66%;
  margin: 0 0 40px 0;
}
#contents .right_box .box-head a {
  background: url("img/arrow_white.png") 96% 50% no-repeat;
  background-size: 8px;
  color: #FFF;
  padding: 10px 30px 10px 20px;
}
#contents .left_box .btn-link {
  margin: 20px 0 30px 0;
}
#contents .box .btn-link a {
  text-align: center;
  font-weight: bold;
  display: inline-block;
  background: #FFF url("img/arrow_black.png") right 10px top 50% no-repeat;
  background-size: 8px;
  border: 2px solid #000;
  padding: 6px 32px 6px 24px;
  line-height: 2.2rem;
  text-decoration: none;
  width: 200px;
}
#contents .box .btn-link a:hover {
  background: #d7d7d7 url("img/arrow_black.png") right 10px top 50% no-repeat;
  background-size: 8px;
}
#contents .box p {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 30px;
  box-sizing: border-box;
}
#contents .right_box .box-catch,
#contents .right_box .box-body p {
  color: #FFF;
  padding: 0;
}
#contents .right_box .box-catch {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  padding: 0 0 20px 0;
  margin: 0 0 30px 0;
}
#contents .right_box .box-catch:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -40px;
  width: 270px;
  height: 4px;
  background: #fff45c;
}
#contents .right_box .box-body .sBlock {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin: 40px 0;
  padding: 0;
}
#contents .right_box .box-body .sBlock li {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  background: #FFF;
  padding: 20px 30px;
  box-sizing: border-box;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.6rem;
}
#contents .right_box .box-body .sBlock li.gr {
  background: #f3f3f3;
}
/* frame-wrap */
#contents .frame-wrap {
  margin: 20px 0;
  padding: 0;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#contents .frame {
  width: 350px;
  margin: 0 0 15px 0;
  box-sizing: border-box;
  vertical-align: top;
}
#contents .frameLeft {
  background: #f3f3f3;
  position: relative;
  padding: 0 0 20px 0;
}
#contents .frameLeft:before {
  content: "";
  display: block;
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #fff 50.5%) no-repeat top left / 100% 100%;
  z-index: 1;
}
#contents .frameLeft:after {
  content: "";
  display: block;
  width: 40px;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #fff 50.5%) no-repeat top left / 100% 100%;
  z-index: 1;
}
#contents .frameLeft .photo {
  background: url("img/img_boxthree_ph01.jpg") 50% 50% no-repeat;
  background-size: cover;
  margin: 0 0 20px 0;
  padding: 100px 0 10px 0;
}
#contents .frameLeft .photo .sCatch {
  text-align: left;
  font-size: 18px;
  font-size: 1.8rem;
  background: none;
  margin: 0;
  padding: 0 12%;
  color: #000;
  border: none;
}
#contents .frameLeft .photo .sCatch span {
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  background: rgba(255, 244, 92, 0.8);
  padding: 8px 20px;
  line-height: 2.4rem;
}
#contents .frameLeft .photo .sCatch span:first-child {
  margin: 0 0 5px 5px;
}
#contents .frameLeft .frame-body {
  padding: 0 12%;
}
#contents .frameCenter {
  background: #f3f3f3;
  background-size: 90px,auto;
  padding: 0 0 20px 0;
  position: relative;
  overflow: hidden;
}
#contents .frameCenter .photo {
  background: url("img/img_boxthree_ph02.jpg") 50% 0 no-repeat;
  background-size: cover;
  min-height: 200px;
  padding: 10px;
  box-sizing: border-box;
}
#contents .frameCenter .photo .entry {
  position: absolute;
  top: 10px;
  left: 10px;
}
#contents .frameCenter .photo .entry span {
  background: none;
  color: #FFF;
  font-weight: bold;
  display: block;
  text-align: center;
}
#contents .frameCenter .photo .entry span.upper {
  font-size: 14px;
  font-size: 1.4rem;
  border-bottom: 1px solid #FFF;
  margin: 0 0 16px 0;
  line-height: 2rem;
  padding: 0 0 4px 0;
}
#contents .frameCenter .photo .entry span.bottom {
  font-size: 46px;
  font-size: 4.6rem;
}
#contents .frameCenter .photo .sCatch {
  display: inline-block;
  background: rgba(255, 244, 92, 0.8);
  text-align: left;
  float: right;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 16px 20px;
  box-sizing: border-box;
  line-height: 2.4rem;
  margin: 0;
  width: 185px;
  color: #000;
  border: none;
}
#contents .frameCenter .frame-head {
  display: block;
  border-bottom: 4px solid #256b8b;
  margin: 0 20px 14px 20px;
  padding: 20px 0 12px 0;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
#contents .frameCenter .frame-body {
  padding: 0 20px;
}
#contents .frameCenter p,
#contents .frameRight p {
  color: #000;
}
#contents .frameRight {
  background: #00344c;
  padding: 5px;
  position: relative;
}
#contents .frameRight .inner {
  background: #00344c;
  border: 1px solid #fff45c;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
}
#contents .frameRight .inner .num {
  background: none;
  color: #fff45c;
  font-size: 46px;
  font-size: 4.6rem;
  font-weight: bold;
  margin: 10px 0;
  padding: 0;
  text-align: center;
  border: none;
  line-height: 2.6rem;
}
#contents .frameRight .frame-head {
  color: #FFF;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  background: url("img/img_boxthree_ph03.png") 0 50% no-repeat;
  background-size: 90px auto;
  padding: 26px 0 26px 103px;
  border-bottom: 4px solid #fff45c;
  margin: 0 0 20px 0;
}
#contents .frameRight .sCatch {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #FFF;
  margin: 0 0 10px 0;
}
#contents .frameRight p {
  color: #FFF;
}
#contents .frame .frame-head a {
  display: block;
}
#contents .frame .frame-body p {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: left;
}
/*----------------- mv -----------------  */

/*.mainArea {
  position: relative;
  margin: 0 ;
  width: 100%;
  background: url("img/mv_bg.png") no-repeat;
  background-position: calc(50% + 300px) top;
  background-size: auto 100%;
  overflow-x: hidden;
} */
/*2021.06.15*/
.mainArea {
  position: relative;
  margin: 0 ;
  width: 100%;
  background: url("https://www.icl-orthoptics.net/wp/wp-content/uploads/mv_bg_202106.jpg") no-repeat;
  background-position: calc(50% + 300px) top;
  background-size: auto 100%;
  overflow-x: hidden;
}	


.mainArea .mainInner {
  position: relative;
  padding: 66px 0 0;
  box-sizing: border-box;
  margin: 0 auto;
  width: 1000px;
}
.mainArea .mainInner:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 700px;
  width: 100%;
  height: calc(100% + 80px);
  background: #fff;
  z-index: 1;
}
.mainArea .mainInner__list {
  margin: 3rem;
}
.mainArea .mainInner__list__item {
  padding: 5px 0 5px 40px;
  list-style: none;
  position: relative;
  counter-increment: number;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #fb5846;
  font-weight: 700;
}
.mainArea .mainInner__list__item:before {
  display: block;
  background-color: #fb5846;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 8px;
  left: 0;
  color: #fff;
  text-align: center;
  letter-spacing: -0.5px;
  line-height: 1.6;
  font-size: 2rem;
}
.mainArea .mainInner__list__item:nth-child(-n + 9):before {
  content: counter(number);
}
.mainArea .mainInner__list__item:nth-child(n + 10):before {
  content: counter(number);
}
.mainArea .mainInner .yelArea {
  position: relative;
  z-index: 2;
}
.mainArea .mainInner .yelArea:before {
  content: "";
  width: 400%;
  height: 4px;
  background: #fb5846;
  position: absolute;
  top: 102px;
  left: -100%;
}
.mainArea .mainInner .yelArea .logo {
  margin: 0 0 24px 0;
}
.mainArea .mainInner .yelArea .mainTitle {
  width: 234px;
}
.mainArea .mainInner .yelArea .catchArea {
  margin: 1rem 0 0 auto;
  padding: 0 0 13rem;
  box-sizing: border-box;
  width: 660px;
}
.mainArea .mainInner .yelArea .catchArea p {
  margin: 0;
}
.mainArea .mainInner .yelArea .catchArea .catch {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 3.2rem;
  margin: 0 0 3rem 0;
}
.l-parts02-box {
  margin: 13rem 0 5rem;
}
.l-parts02 .boxTitle {
  margin: 0 0 1.5rem;
  width: 62%;
  padding: 0 0 0 3rem;
  font-size: 3.8rem;
  line-height: 1.2;
}
.l-parts02 .boxWhite {
  padding: 2.5rem 3rem;
  background: #fff;
  border-radius: 5px;
  box-shadow: 3px 3px 15px rgba(80, 80, 80, 0.1);
  position: relative;
}
.l-parts02 .boxWhite:before {
  content: "";
  width: 80px;
  height: 4px;
  background: #fb5846;
  position: absolute;
  left: 3rem;
  top: 0;
}
.l-parts02 .boxColumn2 {
  display: flex;
  justify-content: space-between;
}
.l-parts02 .boxColumn2__left {
  width: 60%;
}
.l-parts02 .boxColumn2__right {
  width: 36%;
  margin: -12rem 0 0;
}
.l-parts02 .boxCatch {
  padding: 0 2rem;
  background: url(img/deco_quote1.png) no-repeat left top, url(img/deco_quote2.png) no-repeat right bottom;
  background-size: 14px 12px,14px 12px;
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
  color: #fb5846;
}
.l-parts02 .boxCost {
  margin: 3rem 0 1rem;
  border: solid 1px #fb5846;
  background: #fb5846;
  box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.1);
  display: flex;
  text-align: center;
  align-items: center;
}
.l-parts02 .boxCost__title {
  width: 140px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
}
.l-parts02 .boxCost__price {
  width: calc(100% - 140px);
  background: #fff;
  font-size: 2.6rem;
  font-weight: 700;
}
.l-parts02 .boxCost__price span {
  font-size: 3.4rem;
  color: #fb5846;
}
.l-parts02 .boxColumn3 {
  margin: 3rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-parts02 .boxColumn3__box {
  width: 31%;
}
.l-parts02 .innerTitle {
  margin: 0 0 1.5rem;
  padding: 1.5rem 0;
  border-top: solid 2px #101115;
  border-bottom: solid 1px #101115;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 700;
}
.l-parts02 p.innerCatch {
  margin: 0 0 1rem;
  color: #fb5846;
  font-weight: 700;
}
.l-parts02 .innerBody {
  font-size: 1.5rem;
}
.l-parts02 .innerInfo dt {
  padding: 0 1rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
  background: #fb5846;
}
.l-parts02 .innerInfo dd {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 1.5;
}
.l-parts02 .boxTable {
  margin-bottom: 4rem;
  display: flex;
  flex-wrap: wrap;
}
.l-parts02 .boxTable-inner {
  width: calc(33% + 1px);
  border-right: solid 1px #fff;
}
.l-parts02 .boxTable-inner dt {
  padding: 1rem;
  background: #ccc;
  border-bottom: solid 1px #fff;
  font-weight: 700;
  text-align: center;
}
.l-parts02 .boxTable-inner dd {
  padding: 1.5rem;
  background: #e7e7e7;
  font-weight: 700;
  line-height: 1.4;
}
.l-parts03 {
  margin: 20rem 0;
  padding: 0;
  background: linear-gradient(90deg, #e86e61 0%, #e86e61 50%, #fff 50%, #fff 100%);
  background-size: auto 100%,auto;
  position: relative;
}
.l-parts03:before {
  content: "";
  width: 100%;
  height: 5rem;
  background: linear-gradient(90deg, #e7e7e7 0%, #e7e7e7 50%, #fff 50%, #fff 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.l-parts03 .wi1000 {
  display: flex;
  position: relative;
}
.l-parts03 .wi1000:before {
  content: "";
  background: url(img/bg_parts03.png) no-repeat right center / auto 100%;
  width: 70%;
  height: calc(100% - 5rem);
  position: absolute;
  right: 55%;
  top: 5rem;
}
.l-parts03 .wi1000:after {
  content: "";
  width: 356px;
  height: 90px;
  background: url(img/text_report.png) no-repeat left bottom / contain;
  position: absolute;
  left: 0;
  bottom: calc(100% - 3rem);
}
.l-parts03-ttlArea {
  width: 50%;
  padding: 8rem 0 0;
  z-index: 9;
}
.l-parts03-white {
  margin: 0;
  padding: 5rem 0 2rem;
  width: 50%;
  background: #fff;
  position: relative;
}
.l-parts03-white:before {
  content: "";
  width: 600px;
  height: 100%;
  background: linear-gradient(to bottom right, transparent 50%, #fff 50%) top right / 50% 100% no-repeat;
  position: absolute;
  right: 100%;
  bottom: 0;
}
.l-parts03-white p {
  margin-bottom: 2rem;
}
.l-parts03-title {
  margin: 0 0 2.5rem;
  font-size: 3.2rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
}
.l-parts03-cap {
  width: 380px;
}
.l-parts03-cap .capImage {
  height: 240px;
  overflow: hidden;
  box-shadow: 3px 3px 8px rgba(50, 50, 50, 0.1);
}
.l-parts03-cap .caption {
  text-align: left;
}
.l-parts03 p.l-parts03-catch {
  margin: 1rem 0 4rem;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
  color: #fb5846;
  position: relative;
}
.l-parts03 p.l-parts03-catch:before {
  content: "";
  width: 80px;
  height: 3px;
  background: #fb5846;
  position: absolute;
  left: 0;
  bottom: -2rem;
}
.l-parts03 .btn-web a {
  padding: 10px 60px 15px;
  font-size: 2rem;
  line-height: 1.4;
}
.l-parts03 .btn-web a span {
  font-size: 1.4rem;
  font-weight: 400;
}
.l-parts04 .wi1000:before {
  background: url(img/text_reputation.png) no-repeat left bottom / contain;
  width: 582px;
  height: 93px;
}
.l-parts04-column3 {
  margin: 4.5rem 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-parts04-column3 .innerBox {
  margin: 0 0 3rem;
  padding: 1.5rem 2rem;
  width: 32%;
  border: solid 2px #101115;
  border-radius: 5px;
  font-size: 1.5rem;
}
.l-parts04-column3 .boxTitle {
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
.l-parts04-column3 .boxTitle a {
  display: block;
  padding: 0 3rem 0 0;
  background: url(img/arrow01_orange.svg) no-repeat right center / 20px auto;
}
.l-parts04-column3 .boxTitle a:hover {
  opacity: 0.6;
}
.l-parts04-column3 .boxInfo {
  margin: 0 -2rem 1.5rem;
  padding: 0.5rem 2rem;
  border-top: solid 2px #101115;
  border-bottom: solid 2px #101115;
  background: #fff;
}
.l-parts04-column3 .boxInfo dt {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fb5846;
}
.l-parts04-column3 .boxInfo dd {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.l-parts04-column3 .boxInfo dd span {
  font-size: 3rem;
  line-height: 1.4;
  color: #fb5846;
}
.l-parts04-column3 .boxSubttl {
  color: #fb5846;
  position: relative;
  font-weight: 700;
}
.l-parts04-column3 .boxSubttl:before {
  content: "";
  width: 100%;
  border-bottom: solid 1px #fb5846;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
}
.l-parts04-column3 .boxSubttl span {
  padding-right: 1rem;
  background: #e7e7e7;
}
.l-parts04 .btn-Accmore {
  padding: 0 0 4rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #fb5846;
  position: relative;
  cursor: pointer;
}
.l-parts04 .btn-Accmore:hover {
  opacity: 0.7;
}
.l-parts04 .btn-Accmore:before {
  content: "";
  width: 30px;
  height: 2px;
  background: #fb5846;
  position: absolute;
  left: 50%;
  bottom: 2rem;
  margin-left: -15px;
}
.l-parts04 .btn-Accmore:after {
  content: "";
  height: 30px;
  width: 2px;
  background: #fb5846;
  position: absolute;
  left: 50%;
  bottom: 0.5rem;
  margin-left: -1px;
}
.l-parts04 .btn-Accmore.is-open:after {
  content: none;
}
.l-parts04 .accordion-item {
  display: none;
}
.l-parts05 .wi1000:before {
  background: url(img/text_icl.png) no-repeat left bottom / contain;
  width: 173px;
  height: 72px;
}
.l-parts05-column2 {
  margin: 10rem 0 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-parts05-column2 .innerBox {
  width: 46%;
  margin: 0 0 4rem;
}
.l-parts05-column2 .boxTitle {
  margin: 0 0 3rem;
  padding: 0;
  border-top: solid 3px #101115;
  border-bottom: solid 1px #101115;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 700;
}
.l-parts05-column2 .boxTitle a {
  display: block;
  padding: 1.2rem 3rem 1.2rem 0;
  background: url(img/arrow01_orange.svg) no-repeat right center / 20px auto;
}
.l-parts05-column2 .boxTitle a:hover {
  opacity: 0.7;
}
.l-parts05-column2 .boxImage {
  margin-bottom: 1.5rem;
}
.l-parts06 .wi1000:before {
  background: url(img/text_comparison.png) no-repeat left bottom / contain;
  width: 640px;
  height: 93px;
}
.l-parts06 table.l-parts06-table {
  margin-bottom: 9rem;
}
.l-parts06-box {
  margin: 2rem 0;
  padding: 2rem 0;
  border-top: solid 3px #fb5846;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.l-parts06-box:before {
  z-index: -1;
}
.l-parts06-box.lasik:before {
  content: "";
  width: 119px;
  height: 26px;
  background: url(img/text_lasik.png) no-repeat left bottom / contain;
  position: absolute;
  bottom: calc(100% + 3px);
  left: 0;
}
.l-parts06-box.lelex:before {
  content: "";
  width: 119px;
  height: 26px;
  background: url(img/text_lelex.png) no-repeat left bottom / contain;
  position: absolute;
  bottom: calc(100% + 3px);
  left: 0;
}
.l-parts06-box.orthokera:before {
  content: "";
  width: 318px;
  height: 34px;
  background: url(img/test_orthokeratology.png) no-repeat left bottom / contain;
  position: absolute;
  bottom: calc(100% - 3px);
  left: 0;
}
.l-parts06-box .boxTitle {
  width: 34%;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
}
.l-parts06-box .boxTitle a {
  display: block;
  background: url(img/arrow01_orange.svg) no-repeat right center / 20px auto;
}
.l-parts06-box .boxTitle a:hover {
  opacity: 0.6;
}
.l-parts06-box .boxBody {
  width: 58%;
}
.l-parts07 .wi1000:before {
  background: url(img/text_symptom.png) no-repeat left bottom / contain;
  width: 501px;
  height: 91px;
}
.l-parts07-column3 {
  margin: 5rem 0;
  display: flex;
  flex-wrap: wrap;
}
.l-parts07-column3 .innerBox {
  width: 33%;
  margin-bottom: 3rem;
  padding: 3rem 3rem 2rem;
  border-left: solid 2px #101115;
  counter-increment: number;
  position: relative;
}
.l-parts07-column3 .innerBox:nth-child(3n) {
  border-right: solid 2px #101115;
}
.l-parts07-column3 .innerBox:before {
  content: counter(number, decimal-leading-zero);
  display: block;
  position: absolute;
  top: 0;
  left: 3rem;
  color: #fb5846;
  text-align: center;
  line-height: 1.2;
  font-size: 1.9rem;
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
}
.l-parts07-column3 .boxTitle {
  margin-bottom: 1.5rem;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 700;
}
.l-parts07-column3 .boxTitle a {
  display: flex;
  padding: 0 3rem 0 0;
  background: url(img/arrow01_orange.svg) no-repeat right center / 20px auto;
  align-items: center;
}
.l-parts07-column3 .boxTitle a:hover {
  opacity: 0.6;
}
/*
---------------------------------------------

	low

*/
.l-contents-area.low {
  margin-top: 3rem;
}
/*----------------------------------------------------
    SP_css
----------------------------------------------------*/
/*
---------------------------------------------

	smartphone settings

*/
@media screen and (max-width: 599px) {
  .forPC {
    display: none;
  }
  .forSP {
    display: block;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  body {
    margin: 0;
    padding: 0;
    font-size: 1.4rem;
    -webkit-font-smoothing: antialiased;
  }
  .catchAreaIndex {
    background: rgba(255, 255, 255, 0.8);
    padding: 0 10px;
    margin: 0 0 20px 0;
    box-sizing: border-box;
    width: 100%;
  }
  .catchAreaIndex p {
    margin: 0;
  }
  .catchAreaIndex .catch {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2.4rem;
    margin: 0 0 10px 0;
  }
  .contents_top h1 {
    font-size: 3rem;
  }
  .contents_top h2 {
    font-size: 2rem;
  }
  .contents_top h3 {
    font-size: 1.8rem;
  }
  .contents_top h4 {
    background-size: 15px 100%,15px 100%;
    padding: 10px 20px 8px 20px;
    font-size: 1.7rem;
  }
  .contents_top h5 {
    font-size: 1.6rem;
  }
  .l-main-area ul {
    margin: 2.1rem;
  }
  .l-main-area ol {
    margin: 2rem 0.5rem;
  }
  .l-main-area table {
    width: 100%;
    margin: 3rem auto 2rem;
    display: block;
    border-top: 1px #ddd solid;
  }
  .l-main-area table tr {
    width: 100%;
    display: block;
  }
  .l-main-area table th {
    width: 100%;
    display: block;
    border-top: none;
  }
  .l-main-area table td {
    width: 100%;
    display: block;
    border-top: none;
  }
  .l-main-area table thead {
    width: 100%;
    display: block;
  }
  .l-main-area table thead th {
    width: 100%;
    display: block;
  }
  .l-main-area table thead td {
    width: 100%;
    display: block;
  }
  .l-main-area table tbody {
    width: 100%;
    display: block;
  }
  .l-main-area table tbody th {
    width: 100%;
    display: block;
  }
  .l-main-area table tbody td {
    width: 100%;
    display: block;
  }
  .contents_top .l-icon-title {
    margin: 3rem 0 3rem 3rem;
    padding: 0.5em 1rem 0.5em 4rem;
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .contents_top .l-icon-title:before {
    width: 5rem;
    height: 5rem;
    left: -2.5rem;
    font-size: 1rem;
    letter-spacing: 0;
  }
  .contents_top .rank_wrap {
    counter-reset: number;
  }
  .contents_top .rank_wrap .rank {
    margin: 3rem 0 3rem 3rem;
    padding: 0.5em 1rem 0.5em 4rem;
    font-size: 2rem;
    line-height: 1.4;
    background: #f0efe9;
  }
  .contents_top .rank_wrap .rank:before {
    width: 5rem;
    height: 5rem;
    left: -2.5rem;
    font-size: 2rem;
  }
  .contents_top .float-wrap {
    width: 100%;
    margin: 10px auto 30px;
    padding: 0;
  }
  .float-wrap .float-img.fr {
    width: 100%;
    float: none;
    padding: 0;
  }
  .contents_top .float-wrap .float-img.fl {
    width: 100%;
    padding: 0;
    float: none;
  }
  .contents_top .float-wrap .float-img.center {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto 10px;
    padding: 0 0 10px;
  }
  .contents_top .float-wrap .float-img.ct {
    width: 100%;
  }
  .contents_top .float-wrap .float-img.t_small {
    width: 40%;
    padding: 0 20px 0 0;
  }
  .float-wrap .float-img.fr.t_small {
    margin: 0;
    float: right;
    padding: 0 0 0 20px;
  }
  .contents_top .float-wrap .float-img.fl.t_small {
    float: left;
    box-sizing: inherit;
  }
  /* box-wrap */
  #contents .box-wrap {
    margin: 30px 0;
    padding: 0;
    box-sizing: border-box;
  }
  #contents .box {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 30px;
    box-sizing: border-box;
  }
  .permalink {
    display: none;
  }
  #contents .left_box {
    float: none;
    background: url("img/bg_slush.gif");
    background-size: 6px;
    padding: 5px;
    box-sizing: border-box;
  }
  #contents .left_box .inner {
    padding: 0 0 24px 0;
    box-sizing: border-box;
    background: #FFF;
    height: 100%;
  }
  #contents .box .box-head {
    margin: 0 0 20px;
    padding: 0;
  }
  #contents .left_box .box-head {
    margin: 0;
  }
  #contents .left_box .box-head a {
    color: #000;
    background: url("img/arrow_black.png") right 20px top 50% no-repeat;
    background-size: 6px auto;
    padding: 12px 30px 12px 20px;
    display: block;
    text-align: center;
  }
  #contents .left_box .photo {
    margin: 0 10px 12px 10px;
  }
  #contents .left_box .sBlock {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin: 0 10px 10px 10px;
    padding: 0;
  }
  #contents .left_box .sBlock li {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    background: #eee;
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0 8px 8px 0;
    padding: 8px 10px;
    box-sizing: border-box;
    line-height: 1.6rem;
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
  }
  #contents .left_box .sBlock li.gr {
    background: #ddd;
  }
  #contents .left_box .sBlock li:last-child {
    margin: 0 0 8px 0;
  }
  #contents .right_box {
    float: none;
    background: #00344c;
    padding: 15px;
    box-sizing: border-box;
    position: relative;
  }
  #contents .right_box:after {
    content: "";
    position: absolute;
    top: -10px;
    right: 15px;
    background: url("img/img_boxtwo_ph02.png") no-repeat;
    background-size: 85px auto;
    width: 85px;
    height: 85px;
  }
  #contents .box .box-head a {
    display: block;
    text-decoration: none;
    line-height: 3rem;
    font-weight: bold;
    font-size: 15px;
    font-size: 1.5rem;
  }
  #contents .box .box-head:hover {
    opacity: 0.7;
  }
  #contents .right_box .box-head {
    border-left: 2px solid #fff45c;
    width: 66%;
    margin: 0 0 20px 0;
  }
  #contents .right_box .box-head a {
    background: url("img/arrow_white.png") 96% 50% no-repeat;
    background-size: 6px;
    color: #FFF;
    padding: 10px 30px 10px 20px;
    line-height: 2.2rem;
  }
  #contents .left_box .btn-link {
    margin: 20px auto 0 0;
  }
  #contents .box .btn-link {
    width: inherit;
  }
  #contents .frame-wrap .frame .btn-link a,
  #contents .box .btn-link a {
    font-weight: bold;
    display: inline-block;
    background: #FFF url("img/arrow_black.png") right 10px top 50% no-repeat;
    background-size: 6px;
    border: 2px solid #000;
    padding: 10px 32px 10px 24px;
    line-height: 2.2rem;
    text-decoration: none;
    width: 60%;
    text-align: center;
  }
  #contents .box p {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 10px;
    box-sizing: border-box;
  }
  #contents .right_box .box-catch,
  #contents .right_box .box-body p {
    color: #FFF;
    padding: 0;
  }
  #contents .right_box .box-catch {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
    font-weight: bold;
    position: relative;
    padding: 0 0 12px 0;
    margin: 0 0 20px 0;
    background: none;
    border: none;
  }
  #contents .right_box .box-catch:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -15px;
    width: 270px;
    height: 2px;
    background: #fff45c;
  }
  #contents .right_box .box-body .sBlock {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin: 20px 0;
    padding: 0;
  }
  #contents .right_box .box-body .sBlock li {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    background: #FFF;
    padding: 8px 15px;
    box-sizing: border-box;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.8rem;
  }
  #contents .right_box .box-body .sBlock li.gr {
    background: #f3f3f3;
  }
  /* frame-wrap */
  #contents .frame-wrap {
    margin: 20px 0;
    padding: 0;
    box-sizing: border-box;
    /*display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;*/
    display: block;
  }
  #contents .frame {
    width: 100%;
    margin: 0 0 15px 0;
    box-sizing: border-box;
    vertical-align: top;
  }
  #contents .frameLeft {
    background: #f3f3f3;
    position: relative;
    padding: 0 0 10px 0;
    margin: 0 0 3rem 0;
  }
  #contents .frameLeft:before {
    content: "";
    display: block;
    width: 30px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #fff 50.5%) no-repeat top left / 100% 100%;
    z-index: 1;
  }
  #contents .frameLeft:after {
    content: "";
    display: block;
    width: 30px;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #fff 50.5%) no-repeat top left / 100% 100%;
    z-index: 1;
  }
  #contents .frameLeft .photo {
    background: url("img/img_boxthree_ph01.jpg") 50% 50% no-repeat;
    background-size: cover;
    margin: 0 0 20px 0;
    padding: 100px 0 10px 0;
  }
  #contents .frameLeft .photo .sCatch {
    text-align: left;
    background: none;
    margin: 0;
    padding: 0 10%;
    border: none;
    color: #000;
  }
  #contents .frameLeft .photo .sCatch span {
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    background: rgba(255, 244, 92, 0.8);
    padding: 4px 15px;
    line-height: 2.4rem;
  }
  #contents .frameLeft .photo .sCatch span:first-child {
    margin: 0 0 5px 5px;
  }
  #contents .frameLeft .frame-body {
    padding: 0 10%;
  }
  #contents .frameCenter {
    background: #f3f3f3;
    background-size: 90px,auto;
    padding: 0 0 10px 0;
    position: relative;
    overflow: hidden;
    margin: 0 0 3rem 0;
  }
  #contents .frameCenter .photo {
    background: url("img/img_boxthree_ph02.jpg") 50% 0 no-repeat;
    background-size: cover;
    min-height: 200px;
    padding: 10px;
    box-sizing: border-box;
  }
  #contents .frameCenter .photo .entry {
    position: absolute;
    top: 10px;
    left: 10px;
  }
  #contents .frameCenter .photo .entry span {
    background: none;
    color: #FFF;
    font-weight: bold;
    display: block;
    text-align: center;
  }
  #contents .frameCenter .photo .entry span.upper {
    font-size: 12px;
    font-size: 1.2rem;
    border-bottom: 1px solid #FFF;
    margin: 0 0 16px 0;
    line-height: 2rem;
    padding: 0 0 4px 0;
  }
  #contents .frameCenter .photo .entry span.bottom {
    font-size: 40px;
    font-size: 4rem;
  }
  #contents .frameCenter .photo .sCatch {
    display: inline-block;
    background: rgba(255, 244, 92, 0.8);
    text-align: left;
    float: right;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 10px 16px;
    box-sizing: border-box;
    line-height: 2.2rem;
    margin: 0;
    width: 185px;
    border: none;
    color: #000;
  }
  #contents .frameCenter .frame-head {
    display: block;
    border-bottom: 2px solid #256b8b;
    margin: 0 10px 14px 10px;
    padding: 20px 0 12px 0;
    color: #000;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
  }
  #contents .frameCenter .frame-body {
    padding: 0 10px;
  }
  #contents .frameCenter p,
  #contents .frameRight p {
    color: #000;
  }
  #contents .frameRight {
    background: #00344c;
    padding: 5px;
    position: relative;
  }
  #contents .frameRight .inner {
    background: #00344c;
    border: 1px solid #fff45c;
    height: 100%;
    padding: 15px 15px 10px 15px;
    box-sizing: border-box;
  }
  #contents .frameRight .inner .num {
    background: none;
    color: #fff45c;
    font-size: 39px;
    font-size: 3.9rem;
    font-weight: bold;
    margin: 10px 0;
    padding: 0;
    text-align: center;
    border: none;
  }
  #contents .frameRight .frame-head {
    color: #FFF;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    background: url("img/img_boxthree_ph03.png") 0 50% no-repeat;
    background-size: 80px auto;
    padding: 20px 0 20px 90px;
    border-bottom: 2px solid #fff45c;
    margin: 0 0 16px 0;
  }
  #contents .frameRight .sCatch {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #FFF;
    margin: 0 0 10px 0;
  }
  #contents .frameRight p {
    color: #FFF;
  }
  #contents .frame .frame-head a {
    display: block;
  }
  #contents .frame .frame-body p {
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-size: 1.3rem;
    text-align: left;
  }
  /*----------------- mv -----------------  */
  .mainArea {
    overflow: hidden;
    min-width: inherit;
    background-position: 30% top;
  }
  .mainArea .mainInner {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
  }
  .mainArea .mainInner {
    padding: 0 0 4rem 0rem;
  }
  .mainArea .mainInner__list {
    margin: 1rem 0;
  }
  .mainArea .mainInner__list__item {
    padding: 5px 0 0 30px;
    font-size: 1.8rem;
  }
  .mainArea .mainInner__list__item:before {
    width: 22px;
    height: 22px;
    font-size: 1.4rem;
  }
  .mainArea .mainInner:before {
    width: 48%;
  }
  .mainArea .mainInner .yelArea:before {
    top: 72px;
    height: 3px;
  }
  .mainArea .mainInner .yelArea .mainTitle {
    background: #fff;
    width: 160px;
    margin: 0;
    padding: 12px 10px;
  }
  .mainArea .mainInner .yelArea .catchArea {
    width: 100%;
    padding: 3rem 4% 1rem;
    margin-top: 0;
  }
  .mainArea .mainInner .yelArea .catchArea .catch {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 2.4rem;
    margin: 0 0 10px 0;
  }
  /*
---------------------------------------------

	top

*/
  .l-parts02-box {
    margin-top: 6rem;
  }
  .l-parts02 .boxWhite {
    padding: 2rem;
  }
  .l-parts02 .boxTitle {
    width: 100%;
    font-size: 2.6rem;
  }
  .l-parts02 .boxColumn2 {
    display: block;
  }
  .l-parts02 .boxColumn2__left {
    width: 100%;
  }
  .l-parts02 .boxColumn2__right {
    width: 100%;
    margin-top: 2rem;
  }
  .l-parts02 .boxCatch {
    margin-bottom: 0;
    font-size: 1.6rem;
    text-align: left;
  }
  .l-parts02 .boxCost {
    margin: 1.5rem 0;
  }
  .l-parts02 .boxCost__title {
    width: 80px;
    font-size: 1.9rem;
  }
  .l-parts02 .boxCost__price {
    width: calc(100% - 80px);
    font-size: 2.2rem;
  }
  .l-parts02 .boxColumn3__box {
    width: 100%;
  }
  .l-parts02 .boxTable-inner {
    width: 100%;
    border-bottom: solid 1px #fff;
  }
  .l-parts02 .btn-web a {
    width: 100%;
  }
  .l-parts02 .btn-tel a {
    width: 100%;
  }
  .l-parts03 {
    margin: 14rem 0 0;
    background: #fff;
  }
  .l-parts03:before {
    content: none;
  }
  .l-parts03-cap {
    width: 90%;
    margin: -2rem auto 2rem;
    position: relative;
    z-index: 3;
  }
  .l-parts03 .wi1000 {
    flex-wrap: wrap;
  }
  .l-parts03 .wi1000:before {
    content: none;
  }
  .l-parts03 .wi1000:after {
    width: 170px;
    left: 1rem;
    bottom: calc(100% + 3rem);
  }
  .l-parts03-ttlArea {
    width: 100%;
    padding: 0;
  }
  .l-parts03-white {
    width: 100%;
    padding: 0 3% 2rem;
  }
  .l-parts03-title {
    margin: -2rem 0 0;
    padding: 2rem 2rem 4rem;
    width: 75%;
    background: #ea7163 url(img/bg_parts03.png) no-repeat center center;
    background-size: cover;
    position: relative;
  }
  .l-parts03-title:after {
    content: "";
    width: 80px;
    height: calc(100% - 0rem);
    background: linear-gradient(to top left, transparent 50%, #ea7163 50%) bottom left / 50% 100% no-repeat;
    position: absolute;
    left: calc(100% - 1px);
    bottom: 0;
  }
  .l-parts03 p.l-parts03-catch {
    font-size: 1.7rem;
  }
  .l-parts03 .btn-web a {
    padding: 1rem 4rem 1.5rem;
  }
  .l-parts04 .wi1000:before {
    width: 250px;
  }
  .l-parts04-column3 {
    margin: 2rem 0;
  }
  .l-parts04-column3 .innerBox {
    margin: 0 0 2rem;
    width: 100%;
  }
  .l-parts04 .btn-Accmore {
    font-size: 1.8rem;
  }
  .l-parts05 .wi1000:before {
    width: 87px;
  }
  .l-parts05-column2 {
    margin: 3rem 0;
  }
  .l-parts05-column2 .innerBox {
    width: 100%;
    margin: 0 0 2rem;
  }
  .l-parts05-column2 .boxTitle {
    margin: 0 0 1.5rem;
    font-size: 2rem;
  }
  .l-parts06 .wi1000:before {
    width: 250px;
  }
  .l-parts06 .js-scrollable {
    margin: 1rem 0 6rem;
  }
  .l-parts06 table.l-parts06-table {
    margin: 0;
  }
  .l-parts06-box {
    flex-wrap: wrap;
    margin: 1rem 0 3rem;
    padding: 1rem 0;
  }
  .l-parts06-box.lasik:before {
    width: 90px;
  }
  .l-parts06-box.lelex:before {
    width: 90px;
  }
  .l-parts06-box.orthokera:before {
    width: 240px;
  }
  .l-parts06-box .boxTitle {
    width: 100%;
    padding-bottom: 1rem;
  }
  .l-parts06-box .boxBody {
    width: 100%;
  }
  .l-parts07 .wi1000:before {
    width: 200px;
  }
  .l-parts07-column3 .innerBox {
    width: 100%;
    margin-bottom: 1rem;
    padding: 1rem 1rem 0 1rem;
    border: none;
    border-top: solid 2px #101115;
  }
  .l-parts07-column3 .innerBox:nth-child(3n) {
    border-right: none;
  }
  .l-parts07-column3 .innerBox:before {
    left: 1.5rem;
    top: 1.2rem;
    font-size: 1.4rem;
  }
  .l-parts07-column3 .boxTitle {
    padding: 0 0 0 4rem;
    font-size: 1.6rem;
  }
}
