﻿

.pagetitle-container .-lasersocket {
 position: absolute;
 z-index: 5;
 width: 100%;
 max-width: 1200px;
 height: 100%;
 display: flex;
 justify-content: flex-end;
 align-items: center;
}
.pagetitle-container .-lasersocket picture {
 height: 100%;
}
.pagetitle-container .-lasersocket img {
 width: auto;
 max-height: 100%;
}
@media screen and (min-width: 769px){
 .pagetitle-container {
  background: url("../img/gradientbg_pc.jpg") top center #000 no-repeat;
  background-size: cover;
 }
}
@media screen and (max-width: 768px){
 .pagetitle-container {
  background: url("../img/gradientbg_sp.jpg")top center #000 no-repeat;
  background-size: cover;
 }
}


    

.laserdetail-container p { text-align: left; }

.laserdetail-wrapper.-gray {
 margin: 0 auto;
 background-color: var(--color-gray);
}
.laserdetail-wrapper.-gray > div , .laserdetail-wrapper.-gray > p {
 width: 88%;
 margin: 60px auto 0;
}

.laserdetail-container .-clm2 , .laserdetail-container .-clm3 { display: flex; justify-content: flex-start; flex-wrap: wrap; }

.-numhead {
 padding-left: 1.5em;
 text-indent: -1.5em;
}


@media screen and (min-width: 769px){
 main.-laser { padding-bottom: 80px; }
 .laserdetail-container { margin: 80px auto 0; }
 .laserdetail-container { margin-top: 60px; }
 .laserdetail-container > * + div , .laserdetail-container > * + p:not(.-note) { margin-top: 45px; }    
    
 .laserdetail-container .-headline.-v2 + * ,  .laserdetail-container .-headline.-v3 + * { margin-top: 25px; }
    

 .laserdetail-container .-clm2 > * { width: 48.5%; }
 .laserdetail-container .-clm2 > *:not(:nth-child(2n)) { margin-right: 3%; }
 .laserdetail-container .-clm2 > *:nth-child(n+3) { margin-top: 36px; }
 .laserdetail-container .-clm3 > * { width: 31.3%; }
 .laserdetail-container .-clm3 > *:not(:nth-child(3n)) { margin-right: 2.66%; }
 .laserdetail-container .-clm3 > *:nth-child(n+4) { margin-top: 28px; }
    
 .laserdetail-wrapper.-gray { padding:60px 0; }
    
}
@media screen and (max-width: 768px){
 main.-laser { padding-bottom: 40px; }
 .laserdetail-container { margin: 40px auto 0; }
 .laserdetail-container { margin-top: 30px; }    
 .laserdetail-container > * + div , .laserdetail-container > * + p:not(.-note) { margin-top: 25px; }
 .laserdetail-container .-headline.-v2 + * , .laserdetail-container .-headline.-v3 + * { margin-top: 25px; }    
 .laserdetail-container .-clm2 > *  , .laserdetail-container .-clm3 > *  { width: 100%; }
 .laserdetail-container .-clm2 > * + * , .laserdetail-container .-clm3 > * + *  { margin-top: 2em; }
    
 .laserdetail-wrapper.-gray { padding:30px 0; }    
 
}

.def-table.-history th {
 text-align: center;
}

.def-table.-history td {
 position: relative;
 padding:1.75em 180px 1.75em 1em;
 
}

.def-table.-history td .-image {
 position: absolute;
 right: 10px;
 top: 50%;
 transform: translateY(-50%);
 display: block;
}
.def-table.-history td .-image + .-image {
 right: 85px;
}

.-color1 { color: #ff0000; }
.-color2 { color: #c00000; }
.-color3 { color: #c85b11; }



@media screen and (min-width: 769px){
.def-table.-history {
 width: 90%;
 max-width: 830px;
 margin: 0 auto;
} 
.def-table.-history td .-image { width: 75px; height: 75px; }
}
@media screen and (max-width: 768px){
.def-table.-history td .-image { width: 60px; height: 60px; }
}



.purpose-headline { padding-bottom: .75em; text-align: center; font-weight: 700; }
.purpose-container .comp-link { width: 100%; }

@media screen and (min-width: 769px){
.purpose-container {
 display: flex;
 justify-content: flex-start;	
 flex-wrap: wrap;
 margin-top: 10px;
}
.purpose-container > li {
  width: 48%;
  margin-top: 50px;
  margin-right: 4%;
  text-align: left;
 }
.purpose-container > li:nth-child(2n) {
  margin-right: 0;
 }    
 .purpose-headline { font-size: clamp(20px,28px,3vw); }
 .purpose-photo { margin-bottom: 20px; }
 .purpose-container .comp-link { padding: 2em 2em; }
    
}
@media screen and (max-width: 768px){
.purpose-container > li {
  margin-top: 25px;
  text-align: left;
 }
 .purpose-headline { font-size: clamp(14px,18px,5vw); }   

 .purpose-container .comp-link { padding: 1em 2em; }
}

table.-difference .-inner {
 display: flex;
 justify-content: space-between;
 align-items: center;
}


table.-difference td {
 vertical-align: middle;
}

table.-difference .-text , table.-difference .-dot {
 width: calc(100% - 130px);
}
table.-difference .-illust {
 width: 120px;
 text-align: center;
}

@media screen and (min-width: 769px){
table.-difference { margin-top: 40px; }

}
@media screen and (max-width: 768px){
table.-difference { margin-top: 20px; }
table.-difference .-text { white-space: nowrap; }

}


.laser-wrapper.-colors .laser-box.-inner {
 width: 100%;
 border: solid 1px #cacaca;
 font-weight: 500;
}

.laser-block.-colorlineup {
 display: flex;
 justify-content: space-between;
}
.laser-block.-colorlineup > li {
 text-align: center;
}

.laser-wrapper.-colors .comp-link {
 width: 100%;
 padding: 1.5em 1em;
}

.laser-block.-colorlineup a { 
 position: relative;
 display: block;
 border: solid 1px #cacaca;
 text-decoration: none;
 transition : opacity 0.25s ease 0s;
}


.laser-block.-colorlineup a.-uv { color: #FFF; background-color: #8f3695; }
.laser-block.-colorlineup a.-blue { color: #FFF; background-color: #0073e8; }
.laser-block.-colorlineup a.-green { color: #FFF; background-color: #32aa5a; }
.laser-block.-colorlineup a.-red { color: #FFF; background-color: #df212e; }
.laser-block.-colorlineup a.-catalog { color: #000; background-color: #FFF; }

.laser-block.-colorlineup a:after { 
 position: absolute;
 left: 47.5%;
 transform: translateX(-50%) rotate(-45deg);
 display: block;
 content: "";
}

.laser-block.-colorlineup a:not(.-catalog):after { 
 border-right: solid 2px #FFF;
 border-bottom: solid 2px #FFF;
}

.laser-block.-colorlineup a.-catalog:after { 
 border-right: solid 2px #000;
 border-bottom: solid 2px #000;
}



@media screen and (min-width: 769px){
.laser-wrapper.-colors { margin: 80px auto 0; width: 90%; max-width: 722px; }
.laser-wrapper.-colors > li + li { margin-top: 30px; }
.laser-wrapper.-colors .laser-box.-inner { padding: 1.5em 1.25em; }    
.laser-block.-colorlineup { margin-top: 15px; }
.laser-block.-colorlineup > li { width: 17.6%; }

.laser-block.-colorlineup a { padding-top: .75em; aspect-ratio: 3 / 2; }
.laser-block.-colorlineup a:after { bottom: 1em; width: 10px; height: 10px; }
.laser-block.-colorlineup a:hover { opacity: .5; }

}
@media screen and (max-width: 768px){
.laser-wrapper.-colors { margin: 40px auto 0; width: 100%; max-width: 722px; }
.laser-wrapper.-colors > li + li { margin-top: 15px; }
.laser-wrapper.-colors .laser-box.-inner { padding: 1.5em .5em; }
.laser-block.-colorlineup { margin-top: 10px; }
.laser-block.-colorlineup > li { width: 19.5%; }
    
.laser-block.-colorlineup a { padding-top: .25em; aspect-ratio: 6 / 5; font-size: 12px; }
.laser-block.-colorlineup a:after { bottom: .7em; width: 6px; height: 6px; }
}



/*
下部共通要素
================================ */

.laserlinks-container {
 background-color: var(--color-gray);
}

.laserlinks-wrapper {
 display: flex;
 justify-content: flex-start;	
 flex-wrap: wrap;
 width: 100%;
 max-width: 1360px;
 margin: 0 auto;
 text-align: left;
}

 .laserlinks-wrapper .comp-link {
 width: 100%;
}
 .laserlinks-wrapper .comp-link:not(.align-is-center) {
 text-align: left;
}


@media screen and (min-width: 1025px){
.laserlinks-container {
 padding: 40px 5% 120px;
}
 .laserlinks-wrapper.-lasertop {
  margin: 50px auto 0;
 padding-bottom: 20px;
 }    
 .laserlinks-wrapper > li {
  width: 48%;
  margin-top: 20px;
  margin-right: 4%;
 }
 .laserlinks-wrapper > li:nth-child(2n) {
  margin-right: 0;
 }
 .laserlinks-wrapper .comp-link:not(.align-is-center){ text-align: left; }
 .laserlinks-wrapper .comp-link.align-is-center { padding: 2em 2em; }
}
@media screen and (max-width: 1024px){
.laserlinks-container {
 padding: 10px 5% 30px;
}
 .laserlinks-wrapper.-lasertop {
  margin: 10px auto 0;
 padding-bottom: 10px;
 }
    
 .laserlinks-wrapper > li {
  width: 100%;
  margin-top:10px;
 }

}

/*
3．半導体レーザーの特徴と用途
========================================== */


@media screen and (min-width: 769px){
    
    
.-featureslist , .def-table.-use {
 margin: 60px auto 0;
 width: 830px;
 max-width: 90%;
} 
}

/*
4．半導体レーザーのパッケージ
========================================== */
@media screen and (max-width: 768px){
 .headline-border.-package span {
  display: table;
  margin: 0 auto;
 } 
}

/*
5．半導体レーザー取り扱いの注意
========================================== */
.point-headline {
 margin-top: 1.5em;
 margin-bottom: 1em;
 text-align: left;
 font-weight: 700;
 display: table; 
}



.point-container > *:not(h2) {
    padding-left: 1.75em;
}

/*
6．半導体レーザーの安全性について
========================================== */
.def-table.-safety tbody th { width: 10em; }
.def-table.-safety tbody td { width: calc(100% - 10em);}


/*
7．半導体レーザーの主な用語
========================================== */
.def-table.-term tbody th { width: 12em; vertical-align: middle;text-align-last: justify; }
.def-table.-term tbody th + td { width: 8em; min-width: 0; text-align: center; vertical-align: middle; }
.def-table.-term tbody th + td +td { vertical-align: middle; }


@media screen and (min-width: 769px){
.def-table.-term tbody th + td +td { width:calc(100% - 20em); }

}
@media screen and (max-width: 768px){
.def-table.-term tbody th + td +td { width:360px; }

}


/*
問い合わせ先
========================================== */
.laser-mailaddress::before {
  content: "sh-laser@sharp.co.jp";
}
.semicon-mailaddress::before {
  content: "sfl_semicon_sales@sharp.co.jp";
}

/*
フォーム
========================================== */
ul.-note > li {
  position: relative;
  padding-left: 1.5em;
}

.contact-form {
  margin-bottom: 140px;
  text-align: left;
}

.contact-form * {
  box-sizing: border-box;
}

.contact-form-title {
  font-weight: 700;
  letter-spacing: .1em;
  margin: 40px 0 20px;
}
.contact-form-title:first-child {
  margin-top: 0;
}
@media screen and (min-width: 1025px){
.contact-form-title { font-size: clamp(20px,28px,3vw); }
}
@media screen and (max-width: 1024px){
.contact-form-title { font-size: clamp(14px,18px,5vw); }
}

.contact-form-privacy {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.contact-form-privacy .form-check1Group1>span>label .wpcf7-list-item-label, .wpcf7-acceptance>span>label .wpcf7-list-item-label {
  font-weight: 700
}
.contact-form-button {
  margin-top: 40px;
}
.contact-form-button .comp-link {
  font-size: 16px;
  cursor: pointer;
  background: url('../img/ic_arw.svg') no-repeat right 20px top 50%;
}
.contact-form-button .comp-link:hover {
  opacity: 0.5;
  color: #000;
}

@media screen and (min-width: 1025px){
.contact-form-button { margin-top: 40px; }
}
@media screen and (max-width: 1024px){
.contact-form-button { margin-top: 40px; }
}

/*
汎用フォーム
========================================== */
.form-group1 {
  background: #f5f5f5;
  padding: 1.25rem 1.5rem;
  border-top: .0625rem solid #dcdcdc
}
@media (min-width: 768px) {
  .form-group1 {
    padding: 0 1.5rem;
    display: grid;
    grid-template-columns: 23.125rem 1fr;
    align-items: center
  }
}
.form-group1.-colorWhite1 {
  background: #fff
}
.form-group1__label1 {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  justify-content: flex-start;
  gap: .75rem
}
.form-group1__label1__required1 {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  padding: .25rem .75rem;
  background: #000
}
.form-group1__label1__optional1 {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  padding: .25rem .75rem;
  background: #fff;
  border: 1px solid #dcdcdc
}
.form-group1__label1__mainLabel1 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700
}
.form-group1__body1 {
  margin-top: 1rem;
  display: grid
}
@media (min-width: 768px) {
  .form-group1__body1 {
    margin: 0;
    padding: 1.5rem 0
  }
}
.form-group1__errorMsg1 {
  margin-top: .625rem
}
.form-group1__errorMsg1>li {
  color: #e12d2d;
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  justify-content: flex-start;
  gap: .5rem
}

.form-text1>input, .form-text1>span>input {
  width: 100%;
  height: 3rem;
  padding: 0 1rem;
  border: 1px solid #dcdcdc
}
@media (min-width: 768px) {
  .form-text1>input, .form-text1>span>input {
    width: 30rem
  }
}
.form-text1.-stateError>input, .form-text1>span>input.wpcf7-not-valid {
  background: #fbf2f3;
  border-color: #e9545d;
  border-width: .125rem
}
.form-text1>input::placeholder, .form-text1>span>input::placeholder {
  color: #787878;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400
}

.form-radio1Group1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .75rem
}
@media (min-width: 768px) {
  .form-radio1Group1 {
    justify-content: flex-start
  }
}
.form-radio1>label {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  cursor: pointer;
  width: 100%
}
.form-radio1>label:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border: 2px solid #dcdcdc;
  border-radius: 100%;
  background: #fff;
}
.form-radio1>label:has(input:checked):before {
  border-color: #000;
  background: #000;
  box-shadow: inset 0 0 0 3px #fff;
}
.form-radio1__form1 {
  opacity: 0;
  position: absolute
}
.form-radio1Group1>span>label {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  cursor: pointer;
  width: 100%

}
.form-radio1Group1>span>label:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border: 2px solid #dcdcdc;
  border-radius: 100%;
  background: #fff;
}
.form-radio1Group1>span>label:has(input:checked):before {
  border-color: #000;
  background: #000;
  box-shadow: inset 0 0 0 3px #fff;
}
.form-radio1Group1>span>label input[type=radio] {
  opacity: 0;
  position: absolute
}
.wpcf7-list-item {
  margin-left: 0 !important
}
.form-check1Group1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  grid-auto-flow: column;
  gap: .75rem;
}

.form-radio1Group1 + .form-check1Group1 {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #dcdcdc;
}

.form-check1>label, .form-check1Group1>span>label {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  cursor: pointer
}
.form-check1>label:before, .form-check1Group1>span>label:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border: 2px solid #dcdcdc;
  background: #fff;
}
.form-check1>label:has(input:checked):before, .form-check1Group1>span>label:has(input:checked):before {
  border-color: #000;
  background: #000;
  box-shadow: inset 0 0 0 3px #fff;
}
.form-check1__form1 {
  opacity: 0;
  position: absolute
}
.wpcf7-acceptance>span>label {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  justify-content: flex-start;
  gap: .5rem;
  cursor: pointer
}
.wpcf7-acceptance>span>label:before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(./images/icon_check1_1.svg) 0 0 no-repeat
}
.wpcf7-acceptance>span>label:has(input:checked):before {
  background: url(./images/icon_check1_2.svg) 0 0 no-repeat
}
.form-check1Group1>span>label input[type=checkbox], .wpcf7-acceptance>span>label input[type=checkbox] {
  opacity: 0;
  position: absolute
}

.form-textArea1 {
  height: 8.75rem
}
.form-textArea1>textarea, .form-textArea1>span>textarea {
  width: 100%;
  height: 100%;
  padding: .625rem 1rem;
  border: 1px solid #dcdcdc;
  background: #fff;
}
.form-textArea1.-stateError>textarea, .form-textArea1>span>input.wpcf7-not-valid {
  background: #fbf2f3;
  border-color: #e9545d;
  border-width: .125rem
}
.form-textArea1>textarea::placeholder, .form-textArea1>span>textarea::placeholder {
  color: #787878;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400
}

/* contactform7 */

span.wpcf7-not-valid-tip {
  margin-top: .625rem;
  color: #e12d2d;
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  justify-content: flex-start;
  gap: .5rem
}
