@charset "UTF-8";

* {
  box-sizing: border-box;
}

body {
  font-size: 18px;
  line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}

img {
  max-width: 100%;
  vertical-align: top;
}

.smacool {
  display: none;
}

.wrapper {
  margin: 0;
  padding: 0;
}

.header {
  margin-bottom: 10px;
}

.header_container {
  position: relative;
  margin: 0 auto;
  max-width: 860px;
  height: 130px;
}

.header h1 {
  position: absolute;
  top: 12px;
  left: 0;
}

.header h1 .free {
  margin-top: 10px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  background: #EE2928;
}

.header h2 {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.8;
  color: #999;
}

.header .mail {
  position: absolute;
  top: 0;
  right: 0;
}

.header .tel {
  position: absolute;
  bottom: 0;
  right: 0;
}

.main.sub {
  margin-top: 60px;
}

.footer {
  padding: 20px 0 0 0;
  text-align: center;
  background: url(../images/footer_bg.png) top repeat-x;
}

.footer_info {
  margin: 0 auto;
  max-width: 880px;
  overflow: hidden;
}

.footer_info li {
  float: left;
  width: 50%;
}

.footer table.yagou {
  margin: 10px 0;
  width: 100%;
}

.footer table.yagou tr th,
.footer table.yagou tr td {
  border: none;
  border-top: 1px solid;
  border-bottom: 1px solid;
  text-align: left;
  line-height: 1.6;
  font-size: 0.9em;
  font-weight: 400;
  padding: 4px;
}

.footer .copyright {
  margin-top: 20px;
  padding: 8px 0;
  color: #fff;
  font-size: 11px;
  background: #00283D;
}

/* common */

.oflow {
  overflow: hidden;
}

.center {
  text-align: center;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.alignright {
  float: right;
  display: inline;
  margin-left: 36px;
}

.alignleft {
  float: left;
  display: inline;
  margin-right: 36px;
}

.col_2 {
  overflow: hidden;
}

.col_2 li {
  float: left;
  width: calc(100% / 2);
}

.col_3 {
  overflow: hidden;
}

.col_3 li {
  float: left;
  width: calc(100% / 3);
}

.fc-red {
  color: #E01909;
}

.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }
.mb60 { margin-bottom: 60px; }
.mb80 { margin-bottom: 80px; }
.mb100 { margin-bottom: 100px; }

.youtube {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-top: 56.25%;
  width: 100%;
  max-width: 800px;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.main_image {
  margin: 0 auto 20px auto;
  max-width: 1280px;
  text-align: center;
}

section.bg_blue {
  background-color: #ECF5FA;
}

section.bg_yellow {
  background-color: #FCFCE6;
}

section.bg_green {
  background-color: #EFFFF6;
}

.main .inner {
  margin-right: auto;
  margin-left: auto;
  padding: 0 10px;
  max-width: 860px;
}

.main .inner.mar {
  margin-top: 50px;
  margin-bottom: 50px;
}

.main .inner.pad {
  padding-top: 50px;
  padding-bottom: 50px;
}

.main .bg-white {
  background: #fff;
}

.heading-section-blue {
  padding: 20px;
  text-align: center;
  line-height: 1.6em;
  font-weight: 800;
  font-size: 36px;
  color: #F8F888;
  background: #568CBA linear-gradient(#568CBA, #005197);
}

.heading-section-green {
  position: relative;
  padding: 20px 20px 0 20px;
  text-align: center;
  line-height: 1.4em;
  font-weight: 800;
  font-size: 50px;
  color: #fff;
  background: #1FA2A7 linear-gradient(#91D1D4, #1FA2A7);
  overflow: hidden;
}

.heading-section-green:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  content: '';
  border-right: 50vw solid #fff;
  border-top: 54px solid transparent;
  border-left: 50vw solid #fff; 
}

section.bg_yellow .heading-section-green:after {
  border-right-color: #FCFCE6;
  border-left-color: #FCFCE6; 
}

section.bg_green .heading-section-green:after {
  border-right-color: #EFFFF6;
  border-left-color: #EFFFF6; 
}

.heading-section-green span {
  display: block;
  margin: 0 auto;
  max-width: 950px;
  font-weight: 400;
  font-size: 22px;
  border-top: solid 1px #fff;
}

.heading-brown {
  position: relative;
  margin-bottom: 30px;
  padding: 20px;
  text-align: center;
  line-height: 1.4em;
  font-weight: 800;
  font-size: 32px;
  color: #fff;
  background: #9B671B linear-gradient(#B1873F 0%, #DFC976 16%, #9B671B 42%, #9B671B 64%, #B28839 100%);
}

.heading-brown:after {
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -6px;
  display: block;
  content: '';
  border-right: 21px solid transparent;
  border-top: 12px solid #B38A3B;
  border-left: 21px solid transparent; 
}

.heading-pink {
  margin-bottom: 10px;
  color: #E81B5A;
  font-size: 28px;
}

.heading-green {
  margin-bottom: 10px;
  color: #008C85;
  font-size: 28px;
}

.heading-green-s {
  margin-bottom: 10px;
  color: #008C85;
  font-size: 22px;
}

.contact_buttons {
  padding: 18px;
  background: #D8F8E8;
  overflow: hidden;
}

.contact_buttons ul {
  display: flex;
  margin-bottom: 20px;
}

.contact_buttons ul li {
  flex: 1;
  margin: 0 10px;
}

.contact_buttons ul li:first-child {
  margin-left: 0;
}

.contact_buttons ul li:last-child {
  margin-right: 0;
}

/* part */

section#kussetsu .kussetsu_box {
  position: relative;
  padding: 40px 40px 30px 40px;
  border: solid 1px #B3883A;
  border-radius: 12px;
}

section#kussetsu .kussetsu_box h4 {
  position: absolute;
  top: -18px;
  left: 50%;
  margin-left: -63px; 
  padding: 2px;
  width: 126px;
  text-align: center;
  color: #fff;
  font-weight: 800;
  font-size: 24px;
  background: #B3883A;
  border-radius: 126px;
}

section#anshin .inner {
  background: url(../images/lasik_img_2.png) top right no-repeat;
}

section#anshin h4 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 12px;
  display: inline-block;
  color: #E81B5A;
  font-size: 34px;
  border-bottom: solid 3px #E81B5A;
}

section#anshin ol li {
  margin-bottom: 10px;
  padding-left: 48px;
  color: #585858;
  font-weight: 800;
  font-size: 25px;
  background: left no-repeat;
}

section#anshin ol li:nth-child(1) { background-image: url(../images/lasik_ope_point_1.png); }
section#anshin ol li:nth-child(2) { background-image: url(../images/lasik_ope_point_2.png); }
section#anshin ol li:nth-child(3) { background-image: url(../images/lasik_ope_point_3.png); }
section#anshin ol li:nth-child(4) { background-image: url(../images/lasik_ope_point_4.png); }
section#anshin ol li:nth-child(5) { background-image: url(../images/lasik_ope_point_5.png); }
section#anshin ol li:nth-child(6) { background-image: url(../images/lasik_ope_point_6.png); }
section#anshin ol li:nth-child(7) { background-image: url(../images/lasik_ope_point_7.png); }

section#plan h4.heading-plan {
  margin-bottom: 20px;
  padding: 14px 10px 26px 10px;
  text-align: center;
  font-size: 28px;
}

section#plan h4.heading-plan.green {
  color: #27A8A8;
  background: #FFFFC5 url(../images/lasik_plan_titel_1.png) bottom no-repeat;
}

section#plan h4.heading-plan.orange {
  color: #F8890A;
  background: #FFFFC5 url(../images/lasik_plan_titel_2.png) bottom no-repeat;
}

section#plan ul.plan_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

section#plan ul.plan_list:last-child {
  margin-bottom: 0;
}

section#plan ul.plan_list li {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  padding: 15px 8px;
  max-width: 196px;
  text-align: center;
  font-weight: 800;
  font-size: 20px;
  color: #fff;
  letter-spacing: -0.04em;
  line-height: 1.4;
  background: #777;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
}

section#plan ul.plan_list li:first-child {
  margin-left: 0;
}

section#plan ul.plan_list li:last-child {
  margin-right: 0;
}

section#plan ul.plan_list.green li {
  background: #27A8A8 linear-gradient(#27A8A8 0%, #27A8A8 50%, #089898 50%, #089898 100%);
}

section#plan ul.plan_list.orange li {
  background: #F89727 linear-gradient(#F89727 0%, #F89727 50%, #F8890A 50%, #F8890A 100%);
}

.lasik_plan > li {
  margin-bottom: 40px;
  padding: 0 40px 40px 40px;
  background: #fff;
}

.lasik_plan > li h4 {
  margin-bottom: 10px;
  padding-top: 72px;
  text-align: center;
  font-size: 30px;
  color: #3B2417;
  background: top no-repeat;
  border-bottom: solid 2px #979A87;
}

.lasik_plan > li:nth-child(1) h4 { background-image: url(../images/lasik_plan_header_1.png); }
.lasik_plan > li:nth-child(2) h4 { background-image: url(../images/lasik_plan_header_2.png); }
.lasik_plan > li:nth-child(3) h4 { background-image: url(../images/lasik_plan_header_3.png); }
.lasik_plan > li:nth-child(4) h4 { background-image: url(../images/lasik_plan_header_4.png); }

.lasik_plan > li ul {
  padding: 0 10px;
  border: solid 1px #977555;
  border-radius: 6px;
}

.lasik_plan > li ul li {
  padding: 10px;
  border-bottom: dotted 1px #B8B8B8;
  overflow: hidden;
}

.lasik_plan > li ul li:last-child {
  border: none;
}

.lasik_plan > li ul li h5 {
  float: left;
  font-size: 20px;
  line-height: 2;
}

.lasik_plan > li ul li .price {
  float: right;
  font-size: 22px;
  font-weight: 800;
  color: #E01909;
}

.lasik_plan > li ul li .price span {
  font-size: 20px;
}

section#lasik .lasik_point_box {
  background: #fff url(../images/lasik_img_13_footer.png) bottom no-repeat;
  border-radius: 10px;
  overflow: hidden;
}

section#lasik .lasik_point_box .inner {
  padding: 0 30px 60px 30px;
}

section#lasik .lasik_point_box.lasik_point_box_1 .inner {
  padding-left: 240px;
  background: url(../images/lasik_img_13.png) top left no-repeat;
}

section#lasik .lasik_timing {
  padding: 30px 30px 0 30px;
  background: #fff;
}

.lasik_flow_step li {
  padding: 10px 0 10px 100px;
  line-height: 1.6;
  border-bottom: dashed 1px #585858;
  background-position: 0 10px;
  background-repeat: no-repeat;
  overflow: hidden;
}

.lasik_flow_step li:nth-child(1) { background-image: url(../images/lasik_step_1.png) ; }
.lasik_flow_step li:nth-child(2) { background-image: url(../images/lasik_step_2.png) ; }
.lasik_flow_step li:nth-child(3) { background-image: url(../images/lasik_step_3.png) ; }
.lasik_flow_step li:nth-child(4) { background-image: url(../images/lasik_step_4.png) ; }
.lasik_flow_step li:nth-child(5) { background-image: url(../images/lasik_step_5.png) ; }
.lasik_flow_step li:nth-child(6) { background-image: url(../images/lasik_step_6.png) ; }

.lasik_flow_step li:last-child {
  border: none;
}

.lasik_flow_step li h4 {
  color: #089898;
  font-size: 22px;
}

section#phakic .phakic_point_box {
  background: #fff;
  /*background: #fff url(../images/lasik_img_13_footer.png) bottom no-repeat;*/
  border-radius: 10px;
  overflow: hidden;
}

section#phakic .phakic_point_box .inner {
  padding: 0 30px 60px 30px;
}

section#phakic .phakic_point_box ol > li {
  margin-bottom: 40px;
  line-height: 1.6;
}

section#phakic .phakic_point_box ol > li:last-child {
  margin-bottom: 0;
}

section#phakic .phakic_point_box ol > li h5 {
  margin-bottom: 18px;
  padding: 10px 10px 10px 80px;
  font-size: 32px;
  color: #483521;
  background-position: left;
  background-repeat: no-repeat;
}

section#phakic .phakic_point_box ol > li:nth-child(1) h5 { background-image: url(../images/phakic_point_1.png) ; }
section#phakic .phakic_point_box ol > li:nth-child(2) h5 { background-image: url(../images/phakic_point_2.png) ; }
section#phakic .phakic_point_box ol > li:nth-child(3) h5 { background-image: url(../images/phakic_point_3.png) ; }
section#phakic .phakic_point_box ol > li:nth-child(4) h5 { background-image: url(../images/phakic_point_4.png) ; }
section#phakic .phakic_point_box ol > li:nth-child(5) h5 { background-image: url(../images/phakic_point_5.png) ; }

section#phakic .phakic_point_box ol > li h6 {
  margin-bottom: 10px;
  text-align: center;
  color: #0C257F;
  font-size: 22px;
}

section#phakic .phakic_opt {
  padding: 30px 0;
  background:  url(../images/phakic_img_5.png) right no-repeat;
  background-size: auto 100%;
}

section#phakic .phakic_opt p {
  max-width: 560px;
}

section .phakic_lens_box {
  padding: 40px;
  background: #fff;
}

section .phakic_lens_box h5 {
  margin-bottom: 20px;
  color: #0C257F;
  font-size: 32px;
  text-align: center;
  border-bottom: solid 2px #0C257F;
}

section .phakic_lens_list > li {
  margin-bottom: 40px;
  padding: 0 30px 30px 30px;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.5;
  border: solid 1px #5D90CF;
}

section .phakic_lens_list > li:last-child {
  margin-bottom: 0;
}

section .phakic_lens_list > li h6 {
  margin: 0 -30px 18px -30px;
  padding: 15px;
  color: #fff;
  font-size: 24px;
  background: #5D90CF;
}

.phakic_lens_icons {
  margin-bottom: 16px;
  overflow: hidden;
}

.phakic_lens_icons li {
  float: left;
  margin-right: 12px;
  padding: 4px;
  min-width: 160px;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  color: #0C257F;
  background: #A7E8D5;
  border-radius: 6px;
}

.phakic_lens_icons li.mod-yellow {
  color: #BB2C2D;
  background: #EAE84C;
}

section#phakic_forty .phakic_forty_box {
  margin-bottom: 40px;
  padding: 0 30px 30px 30px;
  overflow: hidden;
  background: #fff;
  border: solid 1px #696CC3;
}

section#phakic_forty .phakic_forty_box h5 {
  margin: 0 -30px 18px -30px;
  padding: 10px;
  color: #fff;
  font-size: 26px;
  text-align: center;
  background: #696CC3;
}

section#phakic_forty .phakic_forty_box h6.heading-pf-rad {
  margin: 20px 0;
  padding: 8px;
  color: #fff;
  font-size: 22px;
  text-align: center;
  background: #696CC3;
  border-radius: 8px;
}

section#phakic_forty .phakic_forty_box h6.heading-pf-blue {
  margin: 20px 0;
  padding: 8px;
  color: #fff;
  font-size: 22px;
  text-align: center;
  background: #1F8CB4;
  border-radius: 8px;
}


section#phakic_forty .phakic_forty_box .heading-pink {
  font-size: 24px;
}

section#phakic_forty ol.phakic_forty_points {
  background: url(../images/phakic40_img_2.png) bottom right no-repeat;
}

section#phakic_forty ol.phakic_forty_points li {
  padding: 22px 10px 22px 80px;
  font-size: 22px;
  font-weight: 800;
  color: #555;
  background-position: left;
  background-repeat: no-repeat;
  border-bottom: dashed 1px #B9B9B9;
}

section#phakic_forty ol.phakic_forty_points li:nth-child(1) { background-image: url(../images/phakic40_point_1.png) ; }
section#phakic_forty ol.phakic_forty_points li:nth-child(2) { background-image: url(../images/phakic40_point_2.png) ; }
section#phakic_forty ol.phakic_forty_points li:nth-child(3) { background-image: url(../images/phakic40_point_3.png) ; }
section#phakic_forty ol.phakic_forty_points li:nth-child(4) { background-image: url(../images/phakic40_point_4.png) ; }
section#phakic_forty ol.phakic_forty_points li:nth-child(5) { background-image: url(../images/phakic40_point_5.png) ; }
section#phakic_forty ol.phakic_forty_points li:nth-child(6) { background-image: url(../images/phakic40_point_6.png) ; }

section#phakic_forty ol.phakic_forty_points li:last-child {
  border: none;
}

section#selected_laser .inner {
  padding: 40;
  background: #fff;
}

section#selected_laser .selected_laser_box {
  margin: 0 20px 40px 20px;
  padding: 0 30px 30px 30px;
  overflow: hidden;
  background: #fff;
  border: solid 1px #5E8FCC;
}

section#selected_laser .selected_laser_box.green {
  border: solid 1px #53ACA6;
}

section#selected_laser .selected_laser_box.blue {
  border: solid 1px #5E8FCC;
}

section#selected_laser .selected_laser_box h5 {
  margin: 0 -30px 18px -30px;
  padding: 10px;
  color: #fff;
  font-size: 26px;
  text-align: center;
  background: #5E8FCC;
}

section#selected_laser .selected_laser_box.green h5 {
  background: #53ACA6;
}

section#selected_laser .selected_laser_box .heading-pink {
  color: #FF4C5B;
  font-size: 24px;
}

section#selected_laser .selected_laser_bg_blue {
  padding: 15px;
  background: #C9E5EE;
}

section#selected_laser .selected_laser_bg_pink {
  padding: 15px;
  text-align: center;
  color: #FFFFE6;
  font-weight: 800;
  font-size: 20px;
  background: #FF4C5B;
  border-radius: 10px;
}

section#selected_laser .heading-pink-rad {
  padding: 5px;
  text-align: center;
  color: #fff;
  font-weight: 800;
  font-size: 24px;
  background: #FF4C5B;
  border-radius: 30px;
}

section#selected_laser .heading-blue-rad {
  padding: 5px;
  text-align: center;
  color: #fff;
  font-weight: 800;
  font-size: 24px;
  background: #1F8CB4;
  border-radius: 30px;
}

section#kakumaku_kyouka .heading-blue-rad {
  padding: 5px;
  text-align: center;
  color: #fff;
  font-weight: 800;
  font-size: 24px;
  background: #1F8CB4;
  border-radius: 30px;
}

section#selected_laser .smart-pulse-point {
  padding-bottom: 30px;
  background: url(../images/lasik_amaris_9.png) top right no-repeat;
  border-bottom: dashed 1px #B9B9B9;
}

section#selected_laser .smart-pulse-point li {
  margin-bottom: 15px;
  padding-left: 48px;
  color: #555;
  font-weight: 800;
  font-size: 24px;
  background: left no-repeat;
}

section#selected_laser .smart-pulse-point li:nth-child(1) { background-image: url(../images/lasik_ope_point_1.png); }
section#selected_laser .smart-pulse-point li:nth-child(2) { background-image: url(../images/lasik_ope_point_2.png); }
section#selected_laser .smart-pulse-point li:nth-child(3) { background-image: url(../images/lasik_ope_point_3.png); }
section#selected_laser .smart-pulse-point li:nth-child(4) { background-image: url(../images/lasik_ope_point_4.png); }

section#flow .flow_list li {
  display: flex;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: dashed 1px #B9B9B9;
}

section#flow .flow_list li h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 128px;
  text-align: center;
  color: #fff;
  font-weight: 800;
  font-size: 22px;
  background: #7BA5D8;
}

section#flow .flow_list li .flow_list_content {
  flex: 1;
  margin-left: 15px;
  font-size: 16px;
}

section#flow .flow_list li .flow_list_content h5 {
  margin-bottom: 10px;
  font-size: 19px;
  color: #0C257F;
}

section#important ul.important_list li {
  margin-bottom: 60px;
}

section#important ul.important_list li:last-child {
  margin-bottom: 0;
}

section#important ul.important_list li a {
  display: block;
  padding: 20px 10px;
  text-align: center;
  text-decoration: none;
  font-weight: 800;
  font-size: 36px;
  color: #fff;
  line-height: 1.4;
  background: #F88888 linear-gradient(#F88888 0%, #F88888 50%, #F86878 50%, #F86878 100%);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
}

section#qa ul.qa_list li {
  margin-bottom: 60px;
}

section#qa ul.qa_list li:last-child {
  margin-bottom: 0;
}

section#qa ul.qa_list li a {
  display: block;
  padding: 20px 10px;
  text-align: center;
  text-decoration: none;
  font-weight: 800;
  font-size: 36px;
  color: #fff;
  line-height: 1.4;
  background: #F89828 linear-gradient(#F89828 0%, #F89828 50%, #F88808 50%, #F88808 100%);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
}

section#point {
  font-size: 14px;
}

section#point hr {
  margin: 20px 0;
  display: block;
  height: 1px;
  border: none;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-bottom: dashed #aaa 1px;
  vertical-align: top;
}

section#point h5.orange {
  margin-bottom: 20px;
  font-size: 26px;
  color: #FF6D00;
}

.tomita-profile {
  position: relative;
  padding: 24px;
  font-size: 15px;
  color: #fff;
  background: url(../images/profile_bg_header.png) top left no-repeat, url(../images/profile_bg_footer.png) bottom left no-repeat, url(../images/profile_bg_body.png) top left repeat-y;
  background-size: contain;
  background-color: #0C257F;
}

.tomita-profile table {
  overflow: hidden;
  width: auto;
}

.tomita-profile table th, .tomita-profile table td {
  border: 0;
  font-weight: normal;
  vertical-align: top;
}

.tomita-profile .col_2 {
  letter-spacing: -1em;
}

.tomita-profile .col_2 li {
  letter-spacing: normal;
  width: 100%;
  max-width: -webkit-calc(50% - 10px);
  max-width: calc(50% - 10px);
  display: inline-block;
  margin: 0 20px 0 0;
  vertical-align: top;
}

.tomita-profile .col_2 li:nth-child(even) {
  margin-right: 0;
}

.tomita-profile h4 {
  margin-bottom: 15px;
  border: 1px solid;
  padding: 6px 16px;
  font-size: 20px;
}

.tomita-profile .col_2 li:last-of-type {
  margin: 0;
}

.tomita-profile table th {
  width: 80px;
  font-weight: 400;
}

.tomita-profile .home-performance-list > li {
  position: relative;
  margin-bottom: 20px !important;
}

.tomita-profile .home-performance-list > li h3 {
  margin-bottom: 0;
  padding: 0;
  text-align: center;
  background: none;
  border: none;
}

.tomita-profile .home-performance-list > li h3:before,
.tomita-profile .home-performance-list > li h3:after {
  display: none;
}

.tomita-profile .home-performance-list > li h4 {
  margin-bottom: 0;
  padding: 0;
  border: none;
  letter-spacing: -0.04em;
}

.tomita-profile .home-performance-list > li p:first-of-type {
  margin-top: 8px;
  padding-top: 8px;
  border-top: solid 1px #fff;
}

.tomita-profile .home-performance-list > li p {
  margin-bottom: 0;
}

.tomita-profile .home-performance-list > li .text {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 4%;
  color: #fff;
  line-height: 1.6;
}

@media screen and (max-width: 600px) {
  .tomita-profile {
    padding: 16px;
  }

  .tomita-profile .col_2 li {
    margin-right: 0;
    max-width: 100%;
  }

  .tomita-profile .home-performance-list > li .text {
    padding: 3% 2%;
  }

  .tomita-profile .home-performance-list > li h3 {
    font-size: 15px !important;
    letter-spacing: -0.04em;
  }

  .tomita-profile .home-performance-list > li p {
    min-height: 0;
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 13px !important;
  }

  .tomita-profile .home-performance-list > li h4 {
    font-size: 14px !important;
  }
}


/**/

.sub-inner {
  padding: 0px 30px 30px 30px;
  font-size: 14px;
  line-height: 2;
}

.sub-inner h5 {
  color: #D90065;
  font-size: 30px;
}

.sub-inner h6 {
  margin-bottom: 8px;
  font-weight: 400;
  color: #D90065;
}

.sub-inner ul {
  margin-bottom: 60px;
}

.sub-inner ul li {
  padding: 14px 0;
  border-bottom: dashed #aaa 1px;
}

.sub-inner ul li span.pink {
  color: #D90065;
}

.sub-inner ul li:last-child {
  border: none;
}

.sub-inner .box {
  padding: 30px 40px;
  color: #D90065;
  border: solid 1px #D90065;
}

.qa_list {
  margin-top: 10px;
}

.qa_list dt {
  position: relative;
  margin-bottom: 8px;
  padding: 12px 12px 12px 70px;
  font-weight: 800;
  font-size: 20px;
  background: #EFEFEF;
}

.qa_list dt:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  content: 'Q';
  display: block;
  width: 50px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  background: #45ACAE;
}

.qa_list dd {
  position: relative;
  margin-bottom: 40px;
  padding: 16px 12px 16px 70px;
  background: #EFEFEF;
}

.qa_list dd:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  content: 'A';
  display: block;
  width: 50px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  background: #EB85AF;
}

.qa_list table {
  margin: 10px 0;
  width: 100%;
}

.qa_list table th {
  padding: 6px 12px;
  color: #fff;
  text-align: left;
  background: #333;
  border: solid 1px #EFEFEF;
}


.qa_list table td {
  padding: 6px 12px;
  background: #fff;
  border: solid 1px #EFEFEF;
}

/* ribbon_area */

.ribbon_area {
  padding: 20px 10px 10px 10px;
}

.ribbon_area .wrap {
  max-width: 764px;
  margin: 0 auto;
  overflow: hidden;
}

.ribbon_area .bg-ribbon {
  margin-bottom: 20px;
  padding: 60px 0;
  background: url(../images/ribbon_area_header.png) no-repeat top center, url(../images/ribbon_area_footer.png) no-repeat bottom center;
}

.ribbon_area .h4 {
  margin-bottom: 10px;
  padding: 0 8px;
  color: 
  #FF6759;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
}

.ribbon_area p {
  margin-bottom: 2em;
  line-height: 1.6em;
}

.ribbon_area .col-2-img {
  text-align: center;
}

.ribbon_area .col-2-img > * {
  padding: 0 10px 10px;
}

.box-fill {
  padding: 30px;
  background: #fff;
}

.heading-bar-blue {
  padding: 15px 10px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  background: #2E70C1;
}

.merit-wrap {
  display: flex;
  background: #D3EDEE;
}

.merit-wrap h6 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  color: #fff;
  background: #50B6BA;
}

.merit-wrap ul {
  padding: 15px;
}

.merit-wrap.mod-demerit {
  background: #E7E2F4;
}

.merit-wrap.mod-demerit h6 {
  background: #A692D7;
}

.heading-ppi {
  padding: 36px;
  text-align: center;
  color: #fff;
  font-family: 'Yu Mincho', YuMincho, serif;
  background: #102E6B 50% url(../images/phakic_title_bg.jpg);
  background-size: cover;
  border: none;
}

.heading-ppi .heading-inner {
  flex: 1;
  margin-right: auto;
  margin-left: auto;
  padding: 16px;
  max-width: 800px;
  border: solid 1px #fff;
}

.heading-ppi .jp {
  margin: 12px 0 24px 0;
  font-size: 30px;
}

.heading-ppi .en {
  font-size: 18px;
}

.heading-ppi {
  align-items: center;
}

.heading-ppi a {
  margin-left: 24px;
  padding-right: 20px;
  color: #fff;
  text-decoration: none;
  background: right url(../images/phakic_title_dt.png) no-repeat;
}

.nallow {
    margin: 0 auto;
    max-width: 860px;
}

.mbottom {
    margin-bottom: 20px;
}

.mbottom_40 {
    margin-bottom: 40px;
}

.mbottom_60 {
  margin-bottom: 60px;
}

.pt-10 { padding-top: 10px; }
.pt-20 { padding-top: 20px; }
.pt-30 { padding-top: 30px; }
.pt-40 { padding-top: 40px; }
.pt-50 { padding-top: 50px; }
.pt-60 { padding-top: 60px; }
.pt-70 { padding-top: 70px; }
.pt-80 { padding-top: 80px; }
.pt-100 { padding-top: 100px; }
.pt-120 { padding-top: 120px; }
.pt-140 { padding-top: 140px; }

.pb-10 { padding-bottom: 10px; }
.pb-20 { padding-bottom: 20px; }
.pb-30 { padding-bottom: 30px; }
.pb-40 { padding-bottom: 40px; }
.pb-50 { padding-bottom: 50px; }
.pb-60 { padding-bottom: 60px; }
.pb-70 { padding-bottom: 70px; }
.pb-80 { padding-bottom: 80px; }
.pb-100 { padding-bottom: 100px; }
.pb-120 { padding-bottom: 120px; }
.pb-140 { padding-bottom: 140px; }

.flex-row { display: flex; }
.flex-row.wrap { flex-wrap: wrap; }
.flex-row.jc-c { justify-content: center; }
.flex-row.jc-sb { justify-content: space-between; }
.flex-row.jc-fe { justify-content: flex-end; }
.flex-row.ai-c { align-items: center; }
.flex-row.ai-fe { align-items: flex-end; }

.flex-row > * {
  padding: 0 10px;
}

.heading-serif,
.heading-serif-border {
  margin-bottom: 30px;
  text-align: center;
  font-size: 36px;
  font-family: 'Yu Mincho', YuMincho, serif;
  color: #0C257F;
}

.heading-serif-border {
  border-bottom: solid 1px #0C257F;
}

.heading-serif-s {
  text-align: center;
  font-size: 32px;
  font-family: 'Yu Mincho', YuMincho, serif;
  color: #0C257F;
}

section.bg-blue {
  background: #E9F3F9;
}

section.bg-yellow {
  background: #FFFFEE;
}

.list-point > li {
  position: relative;
  margin-bottom: 54px;
  padding: 26px;
  border: solid 1px #2B418F;
}

.list-point > li:last-child {
  margin-bottom: 0;
}

.list-point > li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 5%;
  display: block;
  width: 146px;
  height: 32px;
  background: url(../images/ppi_point_1.png) no-repeat;
  transform: translateY(-70%);
}

.list-point > li:nth-child(2):before { background-image: url(../images/ppi_point_2.png); }
.list-point > li:nth-child(3):before { background-image: url(../images/ppi_point_3.png); }
.list-point > li:nth-child(4):before { background-image: url(../images/ppi_point_4.png); }
.list-point > li:nth-child(5):before { background-image: url(../images/ppi_point_5.png); }
.list-point > li:nth-child(6):before { background-image: url(../images/ppi_point_6.png); }
.list-point > li:nth-child(7):before { background-image: url(../images/ppi_point_7.png); }
.list-point > li:nth-child(8):before { background-image: url(../images/ppi_point_8.png); }

.list-point > li h5 {
  margin-bottom: 20px;
  padding: 6px;
  text-align: center;
  font-weight: 800;
  font-size: 26px;
  color: #fff !important;
  background: #2B418F;
  border-radius: 50px;
}

.list-point > li h6 {
  padding: 2px;
  color: #2B418F;
  text-align: center;
  border: solid 1px #2B418F;
  border-radius: 50px;
}

.list-point > li .col_2 li {
  padding: 0 2%;
  text-align: center;
  box-sizing: border-box;
}

.list-point > li .col_2 li img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px
}

#main h4.heading-pink-rad {
  margin-bottom: 20px;
  padding: 6px;
  text-align: center;
  font-weight: 800;
  color: #fff;
  font-size: 24px;
  background: #E41B5B;
  border-radius: 50px;
}

.evoplus-main-image {
    margin: 0 0 20px 0;
    text-align: center;
}
.evoplus-content {
}
.evoplus-title-orange {
    background: #FF8C00;
    border-radius: 37px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 15px;
    line-height: 1.2em;
    text-align: center;
}
.evoplus-box-title,
.evoplus-box-title--green {
    border: 1px solid #00A9A5;
    color: #00A9A5;
    font-weight: bold;
    text-align: center;
    padding: 4px;
    font-size: 20px;
    margin: 0 auto 20px;
}

.evoplus-box-title--green {
    color: #fff;
    background-color: #00A9A5;
}

.h-title-green {
    color: #00A9A5;
    font-weight: bold;
    font-size: 21px;
    margin: 0 auto 4px;
}
.h-title-orange {
    color: #FF8C00;
    font-weight: bold;
    font-size: 21px;
    margin: 0 auto 4px;
    line-height: 1.4em;
}

.evoplus-list .h-title-green {
    font-size: 17px;
}

.evoplus-list .list-item {
    overflow: hidden;
    border-bottom: 1px dotted;
    padding: 10px 0;
}
.evoplus-list .list-item:last-child {
    border-bottom: 0;
}
.evoplus-list .list-item img {
    float: left;
    margin: 0 15px 15px 0;
}

.heading-orange {
    margin-bottom: 20px;
    font-size: 26px;
    color: #FF6D00;
    line-height: 1.4;
}

.phakic_lens_list > li.mod-red {
  border-color: #FF4538;
}

.phakic_lens_list > li.mod-red h6 {
  background: #FF4538;
}

.phakic_lens_list > li.mod-red .phakic_lens_icons li {
  color: #CE4528;
  background: #FEF1BD;
}

.box-ensui-diagnosed {
  margin: 16px 0;
  padding: 3%;
  color: #D92F2F;
  border: solid 3px #D92F2F;
}

.box-ensui-diagnosed h4 {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 20px;
}

.table-fill {
  width: 100%;
}

.table-fill th {
  padding: 15px;
  font-size: 15px;
  color: #fff;
  vertical-align: middle;
  background: #aaa;
  border: solid 1px #fff;
}

.table-fill td {
  padding: 15px;
  font-size: 15px;
  background: #fff;
  border: solid 1px #aaa;
}

.table-fill.mod-green th {
  background: #4BCCC3;
  border-color: #fff;
}

.table-fill.mod-green td {
  border-color: #4BCCC3;
}

.slide-toggle {
  display: table;
  margin: 0 auto;
  padding: 15px 30px 15px 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
  background: #4BCCC3;
}

.slide-toggle:before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7px 0 7px;
  border-color: #fff transparent transparent transparent;
}

.slide-wrap.active .slide-toggle:before {
  border-width: 0 7px 10px 7px;
  border-color: transparent transparent #fff transparent;
}

.slide-content {
  display: none;
  margin-top: 40px;
}

@media screen and (max-width: 600px) {
  .slide-toggle {
    display: flex;
    align-items: center;
    margin-top: 10px;
    padding: 10px;
    font-size: 14px;
  }

  .slide-content {
    display: none;
    margin-top: 10px;
  }
}

#formWrap {
  width: 100%;
  max-width:860px;
  margin:40px auto;
  color:#555;
  font-size:90%;
}

#formWrap h3 {
  position: relative;
  margin-bottom: 18px;
  padding: 5px 0 5px 30px;
  min-height: 30px;
  color: #fff;
  font-size: 1.2em;
  font-weight: 800;
  line-height: 30px;
  background: #202020;
  border: solid 1px #CBCBCB;
}

table.formTable{
  width:100%;
  margin:0 auto;
  border-collapse:collapse;
}
table.formTable td,table.formTable th{
  border:1px solid #ccc;
  padding:10px;
}
table.formTable th{
  width:30%;
  font-weight:normal;
  background:#efefef;
  text-align:left;
}


.formTable input,
.formTable select {
  font-size: 16px;
  padding: 0.5em;
  margin-bottom: 0.25em;
}
.formTable textarea {
  width: 100%;
}
.formTable .hissu {
  color: red;
}
.formTable input.submit {
  padding:10px 40px!important;
}

@media (max-width:640px){
  .seal {
    width: auto!important;
  }
}

section#kakumaku_kyouka .kakumaku_kyouka_bg_blue {
  padding: 15px;
  text-align: center;
  color: #FFFFFF;
  font-weight: 800;
  font-size: 20px;
  background: #4564C1;
  border-radius: 10px;
}

.heading-bar-pink {
  padding: 10px 10px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  background: #E83F84;
}

section#cannot .cannot_bg_blue {
  padding: 15px;
  text-align: center;
  color: #FFFFFF;
  font-weight: 800;
  font-size: 20px;
  background: #4564C1;
  border-radius: 10px;
}

section#cannot .cannot_list_blue {
  padding: 15px;
  text-align: center;
  color: #4564C1; /* 文字色を青に変更 */
  font-weight: 800;
  font-size: 20px;
  background: #FFFFFF; /* 背景を白に変更 */
  border: 3px solid #4564C1; /* 青い枠線を追加 */
  border-radius: 10px;
}
