@charset "utf-8";

/*---------------------------------
  content
---------------------------------*/
.lens-lineup-btnarea {
  text-align: center;
  margin-top: 22px;
  padding: 30px 0;
  background: #F2F2F2;
}
@media print, screen and (max-width: 640px) {
  .lens-lineup-btnarea {
    padding: 20px 10px;
  }
}

.lens-list-wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.lens-item {
  width: calc(50% - 14px);
  margin-top: 100px;
}
@media print, screen and (max-width: 640px) {
  .lens-item {
    width: 100%;
    margin-top: 50px;
  }
}

@media print, screen and (min-width: 641px) {
  .lens-item:nth-child(-n + 2){
    margin-top: 0;
  }
}
@media print, screen and (max-width: 640px) {
  .lens-item:first-child{
    margin-top: 0;
  }
}

.lens-list-wrap img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.lens-name {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}
@media print, screen and (max-width: 640px) {
  .lens-name {
    font-size: 18px;
  }
}

.lens-spec {
  margin-top: 30px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F2F2F2;
}

.lens-spec .lens-spec-thum{
  width: 120px;
  mix-blend-mode:multiply;
}

.lens-spec .lens-spec-text{
  width: calc(100% - 140px);
}

.lens-spec:first-child .lens-spec-thum{
  width: 111px;
  mix-blend-mode:multiply;
}

.lens-spec:first-child .lens-spec-text{
  width: calc(100% - 131px);
}

.lens-spec .lens-spec-text h4{
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}

.lens-spec ul{
  margin: 9px 0;
}

.lens-spec a.lens-spec-btn{
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  color: inherit;
  width: 100%;
  max-width: 182px;
  padding: 6px 0 4px;
  display: block;
  background: #ffffff;
  border: 1px solid #707070;
  border-radius: 6px;
}

@media print, screen and (min-width: 641px) {
  .lens-spec-btn:hover{
    opacity: 0.7;
  }
}

@media print, screen and (min-width: 641px) {
  .lens-tool-wrap {
    display: flex;
    margin-top: 24px;
  }
}

.lens-tool-cont{
  position: relative;
}

@media print, screen and (min-width: 641px) {
  .lens-tool-cont:first-child{
    width: 25%;
    max-width: 250px;
    margin-right: 7%;
  }
  .lens-tool-cont:nth-child(2){
    width: 36%;
    max-width: 360px;
    margin-right: 39px;
  }
  .lens-tool-cont:nth-child(3){
    width: 28%;
    max-width: 280px;
  }
}
@media print, screen and (max-width: 640px) {
  .lens-tool-cont:first-child{
    margin-bottom: 72px;
  }
  .lens-tool-cont:nth-child(2){
    margin-bottom: 30px;
  }
}

.lens-tool-cont input#Number {
  text-align: right;
  vertical-align: baseline;
  width: 7em;
  padding: 0.5em 0.5em 0.25em;
  border: 1px solid #707070;
  border-radius: 6px;
  box-sizing: border-box;
}

.lens-tool-cont p.caution{
  color: #FF0000;
  margin-top: 5px;
}

.lens-tool-cont p.note {
  font-size: 13px;
  margin-top: 8px;
}

.lens-tool-cont .range-btn{
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  width: 100%;
  max-width: 326px;
  margin-top: 18px;
  text-align: center;
  padding: 15px 0 13px;
  background: #3AA0DB;
  border-radius: 10px;
}
@media print, screen and (min-width: 641px) {
  .lens-tool-cont .range-btn:hover{
    opacity: 0.7;
    cursor: pointer;
  }
}
@media print, screen and (max-width: 640px) {
  .lens-tool-cont .range-btn{
    margin: 18px auto 0;
  }
}

.lens-tool-cont tr {
  border-right: 1px solid #999999;
}

.lens-tool-cont table.nml th, .lens-tool-cont table.nml td{
  font-size: 16px;
  border-right: none;
}

.lens-tool-cont table.nml tbody th{
  background: #E6E6E6;
  padding-right: 4px;
}

.lens-tool-cont:first-child::after{
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: #93BCED;
  -webkit-clip-path: polygon(0% 0%, 50% 50%, 0% 100%);
  clip-path: polygon(0% 0%, 50% 50%, 0% 100%);
  position: absolute;
  top: 50%;
  right: -26%;
  transform: translateY(-50%);
}

@media print, screen and (max-width: 640px) {
  .lens-tool-cont:first-child::after{
    height: 20px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    top: auto;
    left: 50%;
    right: auto;
    bottom:-50px;
    transform: translateX(-50%) ;
  }
}

/*---------------------------------
  content
---------------------------------*/