@charset "UTF-8";
.mb10 {
  margin-bottom: clamp(5px, 1vw, 10px);
}

.mb20 {
  margin-bottom: clamp(10px, 3vw, 20px);
}

.mb30 {
  margin-bottom: clamp(15px, 5vw, 30px);
}

.mb40 {
  margin-bottom: clamp(20px, 7vw, 40px);
}

.mb50 {
  margin-bottom: clamp(25px, 9vw, 50px);
}

.mb60 {
  margin-bottom: clamp(30px, 11vw, 60px);
}

.mb70 {
  margin-bottom: clamp(35px, 13vw, 70px);
}

.mb10 {
  margin-bottom: clamp(5px, 1vw, 10px);
}

.mb20 {
  margin-bottom: clamp(10px, 3vw, 20px);
}

.mb30 {
  margin-bottom: clamp(15px, 5vw, 30px);
}

.mb40 {
  margin-bottom: clamp(20px, 7vw, 40px);
}

.mb50 {
  margin-bottom: clamp(25px, 9vw, 50px);
}

.mb60 {
  margin-bottom: clamp(30px, 11vw, 60px);
}

.mb70 {
  margin-bottom: clamp(35px, 13vw, 70px);
}

body.auth {
  overflow: hidden;
}

:root #authBox {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 99;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
:root #authBox .contentWrap {
  overflow-y: scroll;
  position: absolute;
  max-width: 950px;
  width: 90%;
  max-height: 90vh;
  margin: 10px auto 10px;
  background: #f7f8fb;
  padding: 0;
}
:root #authBox .main_areaIn {
  padding-bottom: 10px;
}
:root #authBox .pageTit {
  width: 100%;
  text-align: center;
  background: #303f6f;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
:root #authBox .noteTxt {
  margin: -10px auto 25px;
  font-size: 1.4rem;
}
:root #authBox .ynListWrap {
  padding: 20px 5% 5px;
}
:root #authBox .ynListTit {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 25px;
  padding: 5px;
  font-family: serif;
  color: #303f6f;
  font-weight: 500;
  letter-spacing: 0.08em;
}
:root #authBox .ynList {
  margin-bottom: 40px;
}
:root #authBox .ynList > li {
  width: 100%;
  margin-bottom: 20px;
}
:root #authBox .ynListBoxTit {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 25px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 5px;
  font-family: serif;
  color: #303f6f;
  font-weight: bold;
  letter-spacing: 0.3em;
}
:root #authBox .ynList > .btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 3.5em;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 5px 10px 5px 5px;
  border-width: 2px;
  line-height: 1.5;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background: #FFF !important;
  cursor: pointer;
  transition: color 0.5s, background-color 0.5s;
}
:root #authBox .ynList > .btn a::after {
  content: "〉";
  position: absolute;
  right: 0.25em;
  top: 0;
  bottom: 0.15em;
  width: 1em;
  height: 1em;
  margin: auto;
  font-size: 0.9em;
  transition: transform 0.5s;
}
:root #authBox #yesYn .ynList > .btn a {
  color: #303f6f !important;
  border-color: #303f6f;
}
:root #authBox #yesYn .ynList > .btn a:hover {
  background: #303f6f !important;
  color: #FFF !important;
}
:root #authBox #yesYn .ynList > .btn a:hover::after {
  transform: translateX(5px);
}
:root #authBox #noYn .ynList > .btn a {
  border-color: #ddd;
  color: #444;
}
:root #authBox #noYn .ynList > .btn a:hover {
  background: #f5f5f5 !important;
}
:root #authBox #noYn .ynList > .btn a:hover::after {
  transform: translateX(5px);
}
@media screen and (min-width: 769px) {
  :root #authBox .contentWrap {
    margin: 0;
    padding: 0;
    /* IE, Edge 対応 */
    -ms-overflow-style: none;
    /* Firefox 対応 */
    scrollbar-width: none;
  }
  :root #authBox .contentWrap::-webkit-scrollbar {
    display: none;
  }
  :root #authBox #main_area {
    width: 100%;
    height: 100%;
  }
  :root #authBox #main_areaIn {
    margin: auto;
    text-align: center;
  }
  :root #authBox .noteTxt {
    margin: 0 0 10px;
    font-size: 1.6rem;
  }
  :root #authBox .ynListWrap {
    padding: 35px 10px 20px;
  }
  :root #authBox .ynListBoxs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 820px;
    padding-right: 15px;
    margin: auto;
  }
  :root #authBox .ynList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  :root #authBox .ynList > li {
    width: 32%;
    margin-bottom: 0;
  }
  :root #authBox .ynListTit {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
  :root #authBox .ynListBoxTit {
    font-size: 1.6rem;
  }
  :root #authBox .ynList > .btn a {
    min-height: 80px;
    padding-bottom: 7px;
  }
  :root #authBox #yesYn {
    width: 77%;
  }
  :root #authBox #noYn {
    width: 20%;
  }
  :root #authBox #noYn .ynList > li {
    width: 100%;
  }
}

body#seihin_index .contentWrap {
  padding-bottom: 20px;
}
body#seihin_index .seihinMv .mvImgWrap {
  background: url(../../assets/images/iryo/seihin/seihin_mv.jpg) center bottom no-repeat;
  background-size: cover;
}
body#seihin_index #newProductArea {
  position: relative;
  background: #f7f8fb;
  margin-bottom: 40px;
  padding: 25px 0;
}
body#seihin_index #newProductArea .pageSecIn {
  width: 90%;
  margin: auto;
  padding: 15px 4% 22px;
  background: #fff;
}
body#seihin_index #newProductArea .tit {
  position: relative;
  z-index: 2;
  font-weight: 400;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}
body#seihin_index #newProductArea .tit .en {
  display: block;
  font-size: 1rem;
  padding-right: 0.3em;
  letter-spacing: 0.02em;
  color: #9b9b9b;
  line-height: 1;
}
body#seihin_index #newProductArea .tit::before, body#seihin_index #newProductArea .tit::after {
  content: "";
  position: absolute;
  display: block;
  z-index: -1;
  left: 0;
  right: 0;
  top: 5px;
  bottom: 0;
  margin: auto;
}
body#seihin_index #newProductArea .tit::before {
  width: 100%;
  height: 1px;
  background: #ccc;
}
body#seihin_index #newProductArea .tit::after {
  background: #fff;
  width: 6em;
  right: 0.15em;
  height: 100%;
}
body#seihin_index #newProductArea .productList {
  position: relative;
}
body#seihin_index #newProductArea .productList > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body#seihin_index #newProductArea .productList > ul .productItem {
  width: 48%;
  text-align: center;
  font-size: 1.3rem;
  color: #303f6f;
  margin-left: 4%;
}
body#seihin_index #newProductArea .productList > ul .productItem:nth-child(odd) {
  margin-left: 0;
}
body#seihin_index #newProductArea .productList > ul .productItem a {
  text-decoration: none;
  color: #303f6f;
}
body#seihin_index #newProductArea .productList > ul .productItem .img {
  position: relative;
  line-height: 0;
}
body#seihin_index #newProductArea .productList > ul .productItem figcaption {
  position: relative;
  font-size: 1.2rem;
  letter-spacing: -0.02em;
  font-weight: bold;
  margin-top: 3px;
}
body#seihin_index #newProductArea .productList > ul .productItem figcaption::after {
  content: "〉";
  font-family: "Ionicons";
  position: relative;
  display: inline-block;
  top: -1px;
  color: #303f6f;
  width: 1em;
  height: 1em;
  font-size: 1.1rem;
  line-height: 1;
  padding-left: 1em;
}
body#seihin_index #newProductArea .productList > ul .productItem.preparation .img::after {
  content: "準備中";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  letter-spacing: 0.5em;
  font-size: 1.5rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(50, 50, 50, 0.75);
}
body#seihin_index #newProductArea .productList > ul .productItem.preparation figcaption {
  padding-left: 0;
}
body#seihin_index #newProductArea .productList > ul .productItem.preparation figcaption::after {
  content: none;
}
body#seihin_index .seihinSec {
  width: 90%;
  margin: 30px auto;
}
body#seihin_index .seihinSec .sTit {
  font-size: 1.55rem;
  letter-spacing: 0.04em;
  margin-bottom: 25px;
}
body#seihin_index .seihinSec .sTit::before {
  display: block;
  height: 60px;
  margin-top: -60px;
  content: "";
}
body#seihin_index .seihinSec .seihinList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body#seihin_index .seihinSec .seihinList .seihinItem {
  width: 47%;
  margin-left: 6%;
  text-align: center;
  margin-bottom: 25px;
}
body#seihin_index .seihinSec .seihinList .seihinItem:nth-child(odd) {
  margin-left: 0;
}
body#seihin_index .seihinSec .seihinList .seihinItem a {
  text-decoration: none;
  color: #303f6f;
}
body#seihin_index .seihinSec .seihinList .seihinItem img {
  display: block;
  line-height: 0;
  border: 1px solid #ccc;
}
body#seihin_index .seihinSec .seihinList .seihinItem .seihinName {
  font-size: 1.2rem;
  margin-top: 5px;
  line-height: 1.65;
}
body#seihin_index .seihinSec .seihinList .seihinItem .seihinName em {
  display: block;
  color: #cc0e0e;
  line-height: 1.4;
  margin-top: 5px;
}
body#seihin_index .seihinSec .seihinList .seihinItem .seihinName small {
  display: block;
  color: #333;
  font-weight: normal;
  font-size: 0.8em;
  padding-top: 0.1em;
}
@media screen and (min-width: 769px) {
  body#seihin_index .seihinMv .mvImgWrap {
    background-size: auto 100%;
  }
  body#seihin_index .contentWrap {
    padding: 60px 0 50px;
  }
  body#seihin_index #newProductArea {
    margin-bottom: 85px;
    padding: 60px 0;
  }
  body#seihin_index #newProductArea::before {
    height: 60%;
    background: #f7f8fb;
  }
  body#seihin_index #newProductArea .pageSecIn {
    width: 100%;
    max-width: 950px;
    padding: 30px 0 45px;
  }
  body#seihin_index #newProductArea .tit {
    font-size: 22px;
    letter-spacing: 0.22em;
    margin: 0 80px 0;
  }
  body#seihin_index #newProductArea .tit .en {
    font-size: 13px;
    padding: 2px 2px 0 0;
    letter-spacing: 0;
  }
  body#seihin_index #newProductArea .tit::before {
    top: 12px;
  }
  body#seihin_index #newProductArea .tit::after {
    width: 5.5em;
    right: 5px;
  }
  body#seihin_index #newProductArea .productList {
    padding: 40px 80px 0;
  }
  body#seihin_index #newProductArea .productList > ul .productItem {
    width: 46.85%;
    text-align: center;
    color: #303f6f;
    margin-left: 6.3%;
  }
  body#seihin_index #newProductArea .productList > ul .productItem figcaption {
    margin-top: 10px;
    font-size: 15px;
    letter-spacing: 0;
  }
  body#seihin_index #newProductArea .productList > ul .productItem figcaption::after {
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  body#seihin_index #newProductArea .productList > ul .productItem.preparation .img::after {
    font-size: 20px;
  }
  body#seihin_index #newProductArea .productList > ul .productItem a:hover figcaption::after {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  body#seihin_index .seihinSec {
    width: 100%;
    max-width: 950px;
    margin: 50px auto;
  }
  body#seihin_index .seihinSec .sTit {
    font-weight: 500;
    font-size: 19px;
    letter-spacing: 0;
    margin-bottom: 32px;
    border-width: 2px;
    border-color: #ddd;
  }
  body#seihin_index .seihinSec .sTit::before {
    height: 30px;
    margin-top: -30px;
  }
  body#seihin_index .seihinSec .sTit .sTitIn {
    padding-bottom: 10px;
  }
  body#seihin_index .seihinSec .sTit .sTitIn::after {
    bottom: -2px;
    height: 2px;
  }
  body#seihin_index .seihinSec .seihinList .seihinItem {
    width: 31%;
    margin-left: 3.5%;
    text-align: center;
    margin-bottom: 35px;
  }
  body#seihin_index .seihinSec .seihinList .seihinItem:nth-child(odd) {
    margin-left: 3.5%;
  }
  body#seihin_index .seihinSec .seihinList .seihinItem:nth-child(3n+1) {
    margin-left: 0;
  }
  body#seihin_index .seihinSec .seihinList .seihinItem a {
    display: block;
    position: relative;
  }
  body#seihin_index .seihinSec .seihinList .seihinItem a::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: auto;
    width: 98%;
    height: 1px;
    background: #303f6f;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  body#seihin_index .seihinSec .seihinList .seihinItem a:hover .seihinName {
    opacity: 0.7;
  }
  body#seihin_index .seihinSec .seihinList .seihinItem a:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  body#seihin_index .seihinSec .seihinList .seihinItem .seihinName {
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
  }
  body#seihin_index .seihinSec .seihinList .seihinItem .seihinName em {
    display: inline;
  }
}

body.seihin .seihinMv .mvImgWrap {
  background: url(../../assets/images/iryo/seihin/seihin_mv.jpg) center bottom no-repeat;
  background-size: cover;
}
body.seihin .contentWrap {
  padding: 35px 0 40px;
}
body.seihin .mainImageArea {
  width: 90%;
  margin: 20px auto 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
body.seihin .mainImageArea .mainImageList {
  margin-bottom: 10px;
  border: 1px solid #ddd;
}
body.seihin .mainImageArea .mainImageList .slick-slide img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
body.seihin .mainImageArea .mainImageNav .slick-track {
  width: 100% !important;
}
body.seihin .mainImageArea .mainImageNav .mainImageItem {
  width: 31.5%;
  margin-left: 2.75%;
  border: 1px solid #ddd;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
body.seihin .mainImageArea .mainImageNav .mainImageItem:hover {
  opacity: 0.7;
}
body.seihin .mainImageArea .mainImageNav .slick-current {
  opacity: 0.4;
}
body.seihin .mainImageArea .mainImageNav .mainImageItem:first-child {
  margin-left: 0;
}
body.seihin .metaArea .seihinLogo {
  width: 75%;
  margin: 20px auto 20px;
  text-align: center;
}
body.seihin .metaArea .seihinLogo img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
body.seihin .metaArea .metaBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 5px;
}
body.seihin .metaArea .metaBtns .seihinBtn {
  width: 48%;
  margin: 10px 0 0;
}
body.seihin .metaArea .metaBtns .seihinBtn.w100 {
  width: 100%;
}
body.seihin .metaArea .metaBtns .seihinBtn a {
  position: relative;
  display: block;
  text-align: center;
  padding: 0.45em 0.5em 0.5em;
  border: 1px solid;
  color: #3881d2;
  background: #fff;
  text-decoration: none;
  letter-spacing: 0.04em;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  font-size: 1.3rem;
  border-radius: 6px;
}
body.seihin .metaArea .metaBtns .seihinContact {
  width: 100%;
}
body.seihin .metaArea .metaBtns .seihinContact a {
  background: #3881d2;
  color: #fff;
  padding: 0.65em 0.5em 0.7em;
}
body.seihin .metaArea .metaBtns .maintenanceBtn {
  margin-top: 20px;
}
body.seihin .metaArea .metaBtns.metaBtns03 .seihinBtn:not(.seihinContact) {
  width: 31%;
}
body.seihin .seihinLead {
  width: 90%;
  margin: 30px auto;
  font-size: 1.65rem;
}
body.seihin .seihinSecNote {
  position: relative;
  font-size: 1.3rem;
  margin-top: 10px;
  padding-left: 1.25em;
}
body.seihin .seihinSecNote::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
body.seihin .pageSec {
  width: 90%;
  margin: 0 auto 50px;
}
body.seihin .pageSec .seihinSecTit {
  margin-bottom: 20px;
}
body.seihin .pageSec .txtBox {
  font-size: 1.3rem;
  line-height: 1.6;
}
body.seihin .pageSec .img img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
body.seihin .pageSec .approval {
  display: inline-block;
  background: #666;
  color: #fff;
  padding: 1px;
  font-size: 0.9em;
  font-weight: normal;
  border-radius: 0.2em;
  padding: 0 0.5em 1px;
}
body.seihin .featureArea .featureList {
  margin-top: 20px;
}
body.seihin .featureArea .featureList .featureItem {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
body.seihin .featureArea .featureList .featureItem:first-child {
  padding-top: 0;
}
body.seihin .featureArea .featureList .featureItem.stFeature {
  background: #f7f8fb;
  padding-left: 5px;
  padding-right: 5px;
}
body.seihin .featureArea .featureList .featureItem .featureItemTit {
  margin-bottom: 5px;
}
body.seihin .featureArea .featureList .featureItem .featureItemTit small {
  font-weight: normal;
}
body.seihin .featureArea .featureList .featureItem .featureBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
body.seihin .featureArea .featureList .featureItem .featureBox:first-child {
  margin-top: 0;
}
body.seihin .featureArea .featureList .featureItem .imgBox {
  width: 46%;
}
body.seihin .featureArea .featureList .featureItem .imgBox .img {
  margin: 5px 0;
  border: 1px solid #ddd;
}
body.seihin .featureArea .featureList .featureItem .imgBox .img.noBd {
  border: none;
}
body.seihin .featureArea .featureList .featureItem .txtBox {
  width: 50%;
  margin-left: 4%;
}
body.seihin .featureArea .featureList .featureItem .txtBox ul {
  margin-bottom: 2px;
}
body.seihin .featureArea .featureList .featureItem .txtBox ul li {
  position: relative;
  padding-left: 1em;
  margin-top: 8px;
}
body.seihin .featureArea .featureList .featureItem .txtBox ul li::before {
  content: "・";
  position: absolute;
  left: -0.25em;
  top: 1px;
}
body.seihin .featureArea .featureList .featureItem .txtBox ul li:first-child {
  margin-top: 10px;
}
body.seihin .featureArea .featureList .featureItem .txtBox ul.lowerLatin li {
  margin-left: 1em;
  padding-left: 0;
  list-style-type: lower-latin;
}
body.seihin .featureArea .featureList .featureItem .txtBox ul.lowerLatin li::before {
  content: none;
}
body.seihin .featureArea .featureList .featureItem.noImgItem {
  display: block;
}
body.seihin .featureArea .featureList .featureItem.noImgItem .txtBox {
  width: 100%;
  margin-left: 0;
}
body.seihin .featureArea .featureList .featureItem.column1 .featureBox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.seihin .featureArea .featureList .featureItem.column1 .imgBox {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
  background: #dcdcda;
}
body.seihin .featureArea .featureList .featureItem.column1 .txtBox {
  width: 100%;
  margin-left: 0;
}
body.seihin .featureArea .secchiImgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -15px 0 10px;
}
body.seihin .featureArea .secchiImgs .img {
  width: 32%;
  margin-left: 1.3333%;
  margin-bottom: 1.3333%;
}
body.seihin .featureArea .secchiImgs .img:nth-child(3n+1) {
  margin-left: 0;
}
body.seihin .featureArea .secchiTxt {
  font-size: 1.3rem;
}
body.seihin .productsArea {
  margin-bottom: 30px;
}
body.seihin .productsArea .productsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.seihin .productsArea .productsList .productsItem {
  width: 48%;
  margin-left: 4%;
  margin-bottom: 20px;
}
body.seihin .productsArea .productsList .productsItem:nth-child(odd) {
  margin-left: 0;
}
body.seihin .productsArea .productsList .productsItem .txtBox .productsTit {
  margin: 5px 0 3px;
  line-height: 1.6;
  color: #303f6f;
}
body.seihin .productsArea .productsList .productsItem .txtBox .productsTit .approval {
  margin-bottom: 2px;
}
body.seihin .productsArea .productsList .productsItem .txtBox small {
  position: relative;
  display: block;
  padding-left: 1.1em;
}
body.seihin .productsArea .productsList .productsItem .txtBox small::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
body.seihin .optionArea .optionList {
  margin-top: 20px;
}
body.seihin .optionArea .optionList .optionItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
body.seihin .optionArea .optionList .optionItem .txtBox {
  width: 50%;
}
body.seihin .optionArea .optionList .optionItem .txtBox .optionItemTit {
  background: #303f6f;
  font-size: 1.3rem;
  color: #fff;
  margin-bottom: 8px;
  padding: 3px 0.55em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.seihin .optionArea .optionList .optionItem .imgBox {
  width: 46%;
  margin-left: 4%;
}
body.seihin .optionArea .optionList .optionItem .imgBox .img {
  margin-bottom: 10px;
}
body.seihin .optionArea .optionList .optionItem .imgBox .img img {
  display: block;
  line-height: 0;
}
body.seihin .optionArea .optionList .optionItem .imgBox .img:last-child {
  margin-bottom: 0;
}
body.seihin .optionArea .optionList .optionItem .imgBox .img figcaption {
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  body.seihin .optionArea .optionList .spColumn01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.seihin .optionArea .optionList .spColumn01 .txtBox {
    width: 100%;
  }
  body.seihin .optionArea .optionList .spColumn01 .imgBox {
    width: 100%;
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body.seihin .optionArea .optionList .spColumn01 .imgBox .img {
    width: 48%;
  }
  body.seihin .optionArea .optionList .spColumn01 .imgBox .img:nth-child(even) {
    margin-left: 4%;
  }
}
body.seihin .seihinMetasBox {
  margin-bottom: 30px;
}
body.seihin .seihinMetaTit {
  font-size: 1.3rem;
  margin: 30px 0 -10px;
}
body.seihin .seihinMetas {
  margin-top: 20px;
}
body.seihin .seihinMetas .seihinMeta {
  width: 100%;
  border: 1px solid #ddd;
  border-top: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.seihin .seihinMetas .seihinMeta:first-child {
  border-top: 1px solid #ddd;
}
body.seihin .seihinMetas .seihinMeta dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: #f5f5f5;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  padding: 8px 5px;
  min-width: 11em;
  border-right: 1px solid #ddd;
}
body.seihin .seihinMetas .seihinMeta dd {
  font-size: 1.3rem;
  line-height: 1.4;
  padding: 8px 10px;
}
body.seihin .relatedArea .relatedList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}
body.seihin .relatedArea .relatedList .relatedItem {
  width: 48.5%;
  text-align: center;
  margin-left: 3%;
  margin-bottom: 20px;
}
body.seihin .relatedArea .relatedList .relatedItem:nth-child(odd) {
  margin-left: 0;
}
body.seihin .relatedArea .relatedList .relatedItem a {
  font-size: 1.2rem;
  margin-top: 5px;
  line-height: 1.65;
  text-decoration: none;
  color: #303f6f;
  font-weight: bold;
}
body.seihin .relatedArea .relatedList .relatedItem .relatedName {
  margin-top: 2px;
}
body.seihin .seihinSideBar .seihinNavArea .seihinNavAreaTit {
  background: #303f6f;
  color: #fff;
  padding: 8px 1rem 10px;
}
body.seihin .seihinSideBar .seihinNavArea .seihinNav {
  font-size: 1.3rem;
}
body.seihin .seihinSideBar .seihinNavArea .seihinNav .seihinNavTit {
  background: #e9eeff;
  padding: 6px 1rem 8px;
}
body.seihin .seihinSideBar .seihinNavArea .seihinNav .seihinNavList .seihinNavItem {
  border-bottom: 1px solid #ddd;
}
body.seihin .seihinSideBar .seihinNavArea .seihinNav .seihinNavList .seihinNavItem:last-child {
  border-bottom: none;
}
body.seihin .seihinSideBar .seihinNavArea .seihinNav .seihinNavList .seihinNavItem a {
  position: relative;
  display: block;
  padding: 8px 1rem 10px 2rem;
  text-decoration: none;
  line-height: 1.5;
}
body.seihin .seihinSideBar .seihinNavArea .seihinNav .seihinNavList .seihinNavItem a::before {
  content: "\f3d1";
  font-family: "Ionicons";
  position: absolute;
  width: 1em;
  height: 1em;
  left: 3px;
  top: 0;
  bottom: 0.4em;
  margin: auto;
}
@media screen and (min-width: 769px) {
  body.seihin .seihinMv .mvImgWrap {
    background-size: auto 100%;
  }
  body.seihin .contentWrap {
    position: relative;
    padding: 60px 0 300px;
  }
  body.seihin .mainImageArea {
    width: 100%;
    margin: 35px auto 0;
    border-bottom: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  body.seihin .mainImageArea .mainImageSlide {
    width: 394px;
    overflow: hidden;
  }
  body.seihin .mainImageArea .mainImageList {
    margin-bottom: 10px;
  }
  body.seihin .mainImageArea .mainImageList .mainImageItem {
    width: 394px;
  }
  body.seihin .mainImageArea .mainImageNav .mainImageItem {
    cursor: pointer;
  }
  body.seihin .metaArea {
    width: 190px;
    margin-left: 20px;
  }
  body.seihin .metaArea .seihinLogo {
    width: 100%;
    margin: 0 auto 22px;
  }
  body.seihin .metaArea .metaBtns {
    display: block;
    margin-top: 0;
  }
  body.seihin .metaArea .metaBtns .seihinBtn {
    width: 100%;
    margin: 13px 0 0;
  }
  body.seihin .metaArea .metaBtns .seihinBtn a {
    font-size: 14px;
    border-radius: 6px;
  }
  body.seihin .metaArea .metaBtns .seihinBtn a:hover {
    background: #3881d2;
    color: #fff;
  }
  body.seihin .metaArea .metaBtns .seihinContact a:hover {
    opacity: 0.7;
  }
  body.seihin .metaArea .metaBtns.metaBtns03 .seihinBtn:not(.seihinContact) {
    width: 100%;
  }
  body.seihin .seihinLead {
    width: 100%;
    font-size: 21px;
    font-weight: 500;
    margin: 20px 0 35px;
  }
  body.seihin .pageSec {
    width: 100%;
    margin: 0 auto 50px;
  }
  body.seihin .pageSec .txtBox {
    font-size: 14px;
    line-height: 1.75;
  }
  body.seihin .featureArea .featureList {
    margin-top: 25px;
  }
  body.seihin .featureArea .featureList .featureItem {
    padding: 20px 0;
  }
  body.seihin .featureArea .featureList .featureItem.stFeature {
    padding-left: 10px;
    padding-right: 10px;
  }
  body.seihin .featureArea .featureList .featureItem .featureItemTit {
    font-size: 15px;
    margin-bottom: 8px;
  }
  body.seihin .featureArea .featureList .featureItem .imgBox {
    width: 294px;
    margin-top: 0.25em;
  }
  body.seihin .featureArea .featureList .featureItem .txtBox {
    width: 290px;
    margin-left: 16px;
    margin-top: 5px;
  }
  body.seihin .featureArea .featureList .featureItem .txtBox ul {
    margin-bottom: 4px;
  }
  body.seihin .featureArea .featureList .featureItem .txtBox ul li {
    margin-top: 5px;
  }
  body.seihin .featureArea .featureList .featureItem .txtBox ul li:first-child {
    margin-top: 8px;
  }
  body.seihin .featureArea .secchiImgs {
    margin: 0 0 10px;
  }
  body.seihin .featureArea .secchiTxt {
    font-size: 14px;
  }
  body.seihin .productsArea {
    margin-bottom: 30px;
  }
  body.seihin .productsArea .seihinSecTit {
    margin-bottom: 40px;
  }
  body.seihin .productsArea .productsList .productsItem {
    width: 290px;
    margin-left: 20px;
    margin-bottom: 30px;
  }
  body.seihin .optionArea .optionList {
    margin-top: 30px;
  }
  body.seihin .optionArea .optionList .optionItem {
    margin-bottom: 25px;
    padding-bottom: 18px;
  }
  body.seihin .optionArea .optionList .optionItem .txtBox {
    width: 284px;
  }
  body.seihin .optionArea .optionList .optionItem .txtBox .optionItemTit {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 12px;
    padding: 5px 10px;
  }
  body.seihin .optionArea .optionList .optionItem .imgBox {
    width: 294px;
    margin-left: 22px;
  }
  body.seihin .optionArea .optionList .optionItem .imgBox .img {
    margin-bottom: 18px;
  }
  body.seihin .optionArea .optionList .optionItem .imgBox .img figcaption {
    font-size: 13px;
    margin-top: 5px;
  }
  body.seihin .seihinMetaTit {
    font-size: 15px;
  }
  body.seihin .relatedArea {
    margin-bottom: 30px;
  }
  body.seihin .relatedArea .relatedList .relatedItem {
    width: 31.5%;
    margin-left: 2.75%;
    margin-bottom: 20px;
  }
  body.seihin .relatedArea .relatedList .relatedItem:nth-child(odd) {
    margin-left: 2.75%;
  }
  body.seihin .relatedArea .relatedList .relatedItem:nth-child(3n+1) {
    margin-left: 0;
  }
  body.seihin .relatedArea .relatedList .relatedItem a {
    display: block;
    position: relative;
  }
  body.seihin .relatedArea .relatedList .relatedItem a::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: auto;
    width: 98%;
    height: 1px;
    background: #303f6f;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  body.seihin .relatedArea .relatedList .relatedItem a:hover .relatedName {
    opacity: 0.7;
  }
  body.seihin .relatedArea .relatedList .relatedItem a:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  body.seihin .relatedArea .relatedList .relatedItem .relatedName {
    margin-top: 4px;
  }
  body.seihin .seihinSideBar .seihinNavArea .seihinNavAreaTit {
    font-size: 16px;
    padding: 12px 15px 14px;
  }
  body.seihin .seihinSideBar .seihinNavArea .seihinNav {
    font-size: 14px;
  }
  body.seihin .seihinSideBar .seihinNavArea .seihinNav .seihinNavTit {
    padding: 9px 15px 11px 15px;
  }
  body.seihin .seihinSideBar .seihinNavArea .seihinNav .seihinNavList .seihinNavItem a {
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    font-size: 13px;
    padding: 10px 5px 12px 20px;
    line-height: 1.65;
  }
  body.seihin .seihinSideBar .seihinNavArea .seihinNav .seihinNavList .seihinNavItem a::before {
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    width: 1em;
    height: 1em;
    left: 4px;
    bottom: 0.4em;
  }
  body.seihin .seihinSideBar .seihinNavArea .seihinNav .seihinNavList .seihinNavItem a:hover {
    background: #303f6f;
    color: #fff;
  }
  body.seihin .seihinSideBar .seihinNavArea .seihinNav .seihinNavList .seihinNavItem a:hover::before {
    left: 8px;
    color: #fff;
  }
}

.contactArea {
  width: 90%;
  max-width: 950px;
  margin: 0 auto 30px;
  background: #f7f8fb;
  padding: 20px 2.5% 5px;
}
.contactArea .contactAreaTit {
  font-size: 1.5rem;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 22px;
}
.contactArea .contactBnr {
  width: 100%;
  margin-bottom: 15px;
}
.contactArea .contactBnr > a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 4em;
  padding: 0.85em 1em 0.85em 1.5em;
}
.contactArea .iryoBnr > a {
  border-width: 2px;
  border-color: #495784;
  font-weight: bold;
}
.contactArea .askBnr > a {
  text-decoration: none;
  position: relative;
  padding: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: #303f6f;
  border: 1px solid #ddd;
  min-height: 6em;
}
.contactArea .askBnr > a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: #303f6f url(../images/iryo/seihin/seihinContact_bg.jpg) right 35% no-repeat;
  background-size: cover;
}
.contactArea .askBnr > a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  height: 100%;
  padding: 0 0.5em 0 0.5em;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .contactArea {
    width: 100%;
    margin: 60px auto 20px;
    padding: 35px 2.5% 20px;
  }
  .contactArea .contactAreaTit {
    font-size: 20px;
    margin-bottom: 32px;
  }
  .contactArea .bnrArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contactArea .contactBnr a {
    height: 130px;
    min-height: inherit;
    line-height: 1.6;
    font-size: 17px;
  }
  .contactArea .askBnr > a {
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  .contactArea .askBnr > a:hover {
    opacity: 0.7;
  }
}

body.seihin .contactArea {
  background: none;
  padding: 0;
  margin: -10px auto 50px;
}
@media screen and (min-width: 769px) {
  body.seihin .contactArea {
    margin: 75px auto 20px;
  }
  body.seihin .contactArea .askBnr > a::after {
    background: #303f6f url(../images/iryo/seihin/seihinContact_bg.jpg) right 30% no-repeat;
    background-size: cover;
  }
}

body.seihin .popup .dataList {
  max-width: 600px;
  margin: auto;
  border-top: 1px solid #ddd;
}
body.seihin .popup .dataList .dataItem a {
  position: relative;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  display: block;
  padding: 1em 0.5em;
  text-decoration: none;
  border-bottom: 1px solid #ddd;
  padding-left: 2.75em;
  color: #303f6f;
}
body.seihin .popup .dataList .dataItem a::before {
  content: "\f407";
  font-family: "Ionicons";
  position: absolute;
  left: 0.25em;
  top: 0.25em;
  font-size: 2.5rem;
}
body.seihin .popup .dataList .dataItem a:hover {
  background: #f1f4fb;
}
body.seihin #manual .manualTit {
  margin-bottom: 20px;
}
body.seihin #manual .manualBtn a {
  display: block;
  padding: 0.8em 1em 0.825em 1.5em;
}
body.seihin #manual .manualTxt {
  max-width: 600px;
  margin: 10px auto 10px;
  font-size: 1.2rem;
}
body.seihin #manual .manualTxt em,
body.seihin #manual .manualTxt a {
  color: #dd0015;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  body.seihin #manual .popupIn {
    max-width: 550px;
    margin: 10px auto 0;
  }
  body.seihin #manual .popupIn .manualTit {
    margin-bottom: 25px;
  }
  body.seihin #manual .popupIn .manualBtn {
    max-width: 400px;
    margin: auto;
  }
  body.seihin #manual .popupIn .manualBtn a {
    display: block;
    padding: 1.2em 1em 1.225em 1.5em;
  }
  body.seihin #manual .popupIn .manualTxt {
    margin: 22px auto 15px;
  }
}

#amyTablArea .tableBoxWrap {
  margin: 20px 0;
}
#amyTablArea .tableBoxWrap:first-of-type {
  margin-top: 25px;
}
#amyTablArea .tableBoxWrap th {
  width: 8em;
  min-width: 8em;
}
#amyTablArea .tableBoxWrap .txt {
  margin-bottom: 10px;
}

#seihin_sm .metaArea .metaBtns .seihinBtn,
#seihin_wm .metaArea .metaBtns .seihinBtn {
  width: 100%;
}
#seihin_sm .mainImageArea,
#seihin_wm .mainImageArea {
  margin-bottom: 35px;
}
#seihin_sm .featureArea .featureList .featureItem .featureItemTit,
#seihin_wm .featureArea .featureList .featureItem .featureItemTit {
  margin-bottom: 0;
}

#seihin_sm .mainImageArea .mainImageList {
  margin-bottom: 0;
}

#seihin_wm .metaBtns {
  margin-top: 20px;
}

#seihin_tearai .mainImageArea {
  margin-bottom: 35px;
}

#seihin_tearaiop .mainImageArea {
  margin-bottom: 35px;
}

#seihin_sp .seihinTableBox {
  margin: 15px 0;
}

body.seihin .movieBtn {
  margin-top: 20px;
}
body.seihin .movieBtn a {
  width: 100%;
  padding: 0.75em 1em 0.9em 1em;
}
body.seihin .movieBtn a::after {
  content: none;
}
@media screen and (min-width: 769px) {
  body.seihin .movieBtn {
    margin-top: 25px;
  }
  body.seihin .movieBtn a {
    padding: 12px 10px 12px 10px;
    width: 60%;
  }
  body.seihin .movieBtn a:hover {
    opacity: 0.7;
  }
}

body.seihin .movieContent .movieArea {
  margin: 30px auto 25px;
}
body.seihin .movieContent .seihinSecTit {
  margin-bottom: 30px;
}
body.seihin .movieContent .movieList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}
body.seihin .movieContent .movieList .movieItem {
  width: 48.5%;
  margin-left: 3%;
  margin-bottom: 30px;
}
body.seihin .movieContent .movieList .movieItem:nth-child(odd) {
  margin-left: 0;
}
body.seihin .movieContent .movieList .movieItem a {
  font-size: 1.2rem;
  margin-top: 5px;
  line-height: 1.65;
  text-decoration: none;
  color: #303f6f;
  font-weight: bold;
}
body.seihin .movieContent .movieList .movieItem .movieName {
  font-size: 1.3rem;
  color: #000;
  margin-top: 2px;
  font-weight: 500;
}
body.seihin .movieContent .movieBtn {
  margin: 0 auto 60px;
}
@media screen and (min-width: 769px) {
  body.seihin .movieContent {
    min-width: 600px;
  }
  body.seihin .movieContent .movieArea {
    margin: 40px auto 0;
  }
  body.seihin .movieContent .contactArea {
    margin-top: 50px;
  }
  body.seihin .movieContent .seihinSecTit {
    margin-bottom: 30px;
  }
  body.seihin .movieContent .movieList .movieItem {
    text-align: center;
    width: 31.5%;
    margin-left: 2.75%;
    margin-bottom: 30px;
  }
  body.seihin .movieContent .movieList .movieItem:nth-child(odd) {
    margin-left: 2.75%;
  }
  body.seihin .movieContent .movieList .movieItem:nth-child(3n+1) {
    margin-left: 0;
  }
  body.seihin .movieContent .movieList .movieItem a {
    display: block;
    position: relative;
  }
  body.seihin .movieContent .movieList .movieItem a::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: auto;
    width: 98%;
    height: 1px;
    background: #303f6f;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  body.seihin .movieContent .movieList .movieItem a:hover .movieName {
    opacity: 0.7;
  }
  body.seihin .movieContent .movieList .movieItem a:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  body.seihin .movieContent .movieList .movieItem .movieName {
    margin-top: 4px;
    font-size: 14px;
  }
  body.seihin .movieContent .movieBtn {
    margin: 15px auto 90px;
  }
}

.moviePopup {
  min-width: calc(90vw - 40px);
}

@media screen and (min-width: 769px) {
  .moviePopup {
    min-width: 640px;
  }
}
