@charset "UTF-8";
.link-back a,
.wpcf7cp-btns button,
input[type=submit],
input[type=button] {
  text-decoration: none;
  color: #333;
  font-size: 1.6rem;
  border: 2px solid #3C3BE2;
  padding: 15px;
  border-radius: 50px;
  text-align: center;
  display: block;
  background-color: #fff;
  font-weight: 700;
}
.link-back a:hover,
.wpcf7cp-btns button:hover,
input[type=submit]:hover,
input[type=button]:hover {
  background-color: #E9EDF5;
}
.link-back a span,
.wpcf7cp-btns button span,
input[type=submit] span,
input[type=button] span {
  background: url(../images/common/button04.png) no-repeat left center;
  padding-left: 30px;
}

span.pdf {
  padding: 0 20px;
  display: inline-block;
}

nav.breadcrumb {
  font-size: 1.4rem;
  margin: 0;
  padding: 15px 0;
}
nav.breadcrumb li {
  display: inline-block; /*横に並ぶように*/
  list-style: none;
  color: #333;
  margin-bottom: 0;
}
nav.breadcrumb li {
  position: relative;
  padding: 0.2em 16px;
}
nav.breadcrumb li::after {
  color: #333;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 0px;
  top: 50%;
  border-top: solid 1px;
  border-right: solid 1px;
  transform: rotate(45deg) translateY(-50%);
}
nav.breadcrumb li:last-child:after {
  content: "";
  border: none;
}
nav.breadcrumb li a {
  display: inline-block;
  color: #666;
}
nav.breadcrumb li a:hover {
  text-decoration: none;
}
nav.breadcrumb li.home {
  font-weight: 700;
}
nav.breadcrumb li.home:before {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("../../../../images/common/Icon_home.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  content: "";
  margin: 0 8px 0 0;
}
nav.breadcrumb li.active {
  font-weight: 700;
}

.l-btn01 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 50px;
  color: #4d4d4d;
  background: #fff;
  text-decoration: none;
  position: relative;
  border: 1px solid #4d4d4d;
  border-radius: 8px;
}
.l-btn01:hover {
  background: #eee;
}

.l-btn02 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 50px;
  color: #fff;
  background: #4d4d4d;
  text-decoration: none;
  position: relative;
}
.l-btn02:hover {
  background: #333;
}
.l-btn02 a {
  color: #fff;
  text-decoration: none;
}

.l-btn03 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 50px;
  color: #fff;
  background: #0071bc;
  text-decoration: none;
  position: relative;
}
.l-btn03:hover {
  background: #036;
}
.l-btn03 a {
  color: #fff;
  text-decoration: none;
}

.l-btn04 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 50px;
  color: #fff;
  background: #009245;
  text-decoration: none;
  position: relative;
}
.l-btn04:hover {
  background: #063;
}
.l-btn04 a {
  color: #fff;
  text-decoration: none;
}

.l-btn02:before,
.l-btn02:after,
.l-btn03:before,
.l-btn03:after,
.l-btn04:before,
.l-btn04:after {
  position: absolute;
  top: 52%;
  right: 25px;
  height: 1px;
  background: #fff;
  content: "";
}

.l-btn02:before,
.l-btn03:before,
.l-btn04:before {
  width: 30px;
  transform: translateY(-50%);
}

.l-btn02:after,
.l-btn03:after,
.l-btn04:after {
  width: 8px;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: right center;
}

.c-long {
  width: 320px;
  margin: auto;
}

.c-long:before,
.c-long:after {
  position: absolute;
  top: 52%;
  right: 15px;
  height: 1px;
  background: #fff;
  content: "";
}

hr {
  height: 1px;
  width: 90%;
  margin: 0 auto;
}

/* 初期化 */
html, body, div, pre, p, blockquote,
form, fieldset, input, textarea, select, option,
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
table, th, td, embed, object {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* フォントスタイル初期設定 */
html {
  font-size: 62.5%; /*標準サイズ*/
}

body {
  font-family: "Noto Sans JP", "Roboto", sans-serif;
  line-height: 1.6;
  word-wrap: break-word;
  color: #333;
  letter-spacing: 0.08em;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 1100px) {
  body {
    font-size: 1.9rem;
  }
  body p {
    line-height: 1.8;
  }
}

section, div, p {
  box-sizing: border-box;
}

.serif {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
}

img {
  border: 0;
  vertical-align: bottom;
}

img[src$=".png"],
img[src$=".jpg"] {
  max-width: 100%;
  height: auto;
}

ul, ol {
  list-style: none;
}

a:hover img.alpha {
  filter: alpha(opacity=70);
  opacity: 0.8;
  -moz-opacity: 0.8;
}

.btnflash a:hover {
  opacity: 0.7;
  animation: flash 1s;
}

.inner {
  margin: 0 auto;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

address {
  font-style: normal;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}
@keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
/*  .c-card
--------------------------------------------- */
.c-card {
  width: 200px;
  margin-right: auto;
  margin-left: auto;
}
.c-card__link {
  display: block;
}
.c-card__img {
  position: relative;
  z-index: 1; /* border-radiusを指定するとsafariでマスクが解除される現象に対処 (border-radiusを指定しない場合は不要) */
  overflow: hidden;
  border-radius: 10px;
}
.c-card__img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s;
}
@media screen and (min-width: 751px) {
  .c-card__link:hover .c-card__img::after {
    opacity: 1;
  }
}
.c-card__img img {
  width: 100%;
  transition: transform 0.3s;
}
@media screen and (min-width: 751px) {
  .c-card__link:hover .c-card__img img {
    transform: scale(1.1);
  }
}

.animation-delay1 {
  animation-delay: 1s;
}

.animation-delay2 {
  animation-delay: 2s;
}

.blue {
  color: #0071BC;
}

.red {
  color: #E84834;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-between {
  justify-content: space-between;
}

.flex-a-center {
  align-items: center;
}

.row-reverse {
  flex-direction: row-reverse;
}

.flex-c-center {
  justify-content: center;
}

input[type=button], input[type=text], input[type=submit], input[type=image], textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

a {
  color: #4241E7;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
@media print, screen and (min-width: 1100px) {
  .gmap {
    height: 200px;
  }
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

@media print, screen and (max-width: 767px) {
  .breadcrumb {
    padding: 10px 15px;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  article {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media print, screen and (max-width: 1099px) {
  .pcOnly {
    display: none;
  }
  .sp-center {
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .pcCenter {
    text-align: center;
  }
  .sp {
    display: none;
  }
}
@media print, screen and (min-width: 1100px) {
  .spOnly {
    display: none;
  }
  .pcFlex {
    display: flex;
  }
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
    color: #333;
  }
  .inner {
    width: 1100px;
    margin: auto;
  }
  .link01 a {
    padding: 2px 40px 2px 0;
  }
  .link-back {
    width: 360px;
    margin: 50px auto 0 auto;
  }
}
header {
  width: 100%;
  box-sizing: border-box;
}

/*レイアウトを整える*/
.logo a {
  display: block;
  padding-bottom: 18px;
}

.l-header-nav li.menu {
  list-style: none;
  padding: 18px 20px;
  font-size: 1.7rem;
}
.l-header-nav li.menu .small {
  font-size: 1.2rem;
  margin-top: -0.5rem;
  letter-spacing: 0;
}
@media print, screen and (min-width: 1100px) {
  .l-header-nav li.menu .small {
    display: block;
  }
}
@media print, screen and (max-width: 1099px) {
  .l-header-nav li.menu .small {
    padding-left: 1em;
  }
}
@media print, screen and (min-width: 1100px) {
  .l-header-nav li.contact {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 10px 30px;
  }
  .l-header-nav li.contact span {
    display: block;
  }
  .l-header-nav li.contact a {
    color: #1A1A1A;
  }
  .l-header-nav li.contact a:hover {
    color: #666;
  }
  .l-header-nav a {
    color: #fff;
    text-decoration: none;
    display: block;
    height: 100%;
    width: 100%;
  }
  .l-header-nav a:hover {
    color: #ccc;
  }
  .l-header-nav .gnav-contents .menu {
    cursor: pointer;
  }
}

@media print, screen and (min-width: 1100px) {
  .header-change {
    background: #fff;
    position: fixed;
    top: -200px;
    transition: 0.1s;
    z-index: 99;
    width: 100%;
    padding: 0 0 0 5vw;
  }
  .header-change .l-header-nav li.contact {
    text-align: center;
    background-color: rgba(23, 128, 203, 0.9);
    padding: 10px 30px;
  }
  .header-change .l-header-nav li.contact span {
    display: block;
  }
  .header-change .l-header-nav li.contact a {
    color: #fff;
  }
  .header-change .l-header-nav li.contact a:hover {
    color: #eee;
  }
  .header-change .l-header-nav li a {
    color: #1a1a1a;
    text-decoration: none;
    display: block;
    height: 100%;
    width: 100%;
  }
  .header-change .l-header-nav li a:hover {
    color: rgba(23, 128, 203, 0.9);
  }
  .l-page-head-wrapper .head {
    background: #fff;
    position: fixed;
    z-index: 99;
    width: 100%;
    padding: 0 0 0 5vw;
  }
  .l-page-head-wrapper .head .l-header-nav li.contact {
    text-align: center;
    background-color: rgba(23, 128, 203, 0.9);
    padding: 10px 30px;
  }
  .l-page-head-wrapper .head .l-header-nav li.contact span {
    display: block;
  }
  .l-page-head-wrapper .head .l-header-nav li.contact a {
    color: #fff;
  }
  .l-page-head-wrapper .head .l-header-nav li.contact a:hover {
    color: #eee;
  }
  .l-page-head-wrapper .head .l-header-nav li a {
    color: #1a1a1a;
    text-decoration: none;
    display: block;
    height: 100%;
    width: 100%;
  }
  .l-page-head-wrapper .head .l-header-nav li a:hover {
    color: rgba(23, 128, 203, 0.9);
  }
  .header-change.show {
    top: 0;
  }
}
@media print, screen and (max-width: 1099px) {
  header {
    /*gnav*/
    /*menu*/
    /*menu ここまで*/
  }
  header .l-header-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px 0 5px 15px;
    border-bottom: 3px solid #032B92;
  }
  header .l-header-nav ul.gnav-contents {
    list-style-type: none;
    padding: 15px;
  }
  header .l-header-nav ul.gnav-contents li {
    display: block;
    padding: 20px 0;
    font-size: 1.6rem;
    font-weight: 500;
    border-bottom: solid 1px #CCD5E5;
    text-align: left;
    background: url(../images/common/button02.png) no-repeat right center;
  }
}
@media print, screen and (max-width: 1099px) and (max-width: 767px) {
  header .l-header-nav ul.gnav-contents li {
    padding: 10px 0;
  }
}
@media print, screen and (max-width: 1099px) {
  header .l-header-nav ul.gnav-contents li span {
    padding-right: 1em;
    font-size: 1.6rem;
  }
  header .l-header-nav ul.gnav-contents li a {
    text-decoration: none;
  }
  header .l-header-nav .border {
    height: 100%;
    border-left: solid 1px #fff;
    position: absolute;
  }
  header .l-header-nav p.closebtn {
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 20px;
    vertical-align: baseline;
  }
  header .l-header-nav p.closebtn a {
    background-color: #D6DDEB;
    display: block;
    text-align: center;
    padding: 20px 10px;
  }
  header .l-header-nav p.closebtn a span {
    color: #032B92;
    font-weight: 700;
    font-size: 2rem;
  }
  header .gnav__wrap {
    align-items: center;
    height: 100%;
    justify-content: center;
  }
  header .gnav__menu__item {
    line-height: 1;
    margin: 0;
    padding: 0;
  }
  header .gnav__menu__item a {
    color: #fff;
    text-decoration: none;
    transition: 1.5s;
  }
  header .gnav__menu__item a:hover {
    color: #fff;
  }
  header div.menubox {
    top: 15px;
    right: 10px;
    position: absolute;
    width: 55px;
    height: 50px;
    text-align: center;
  }
  header div.menubox .spmenu {
    height: 20px;
    position: absolute;
    right: 12px;
    top: 15px;
    width: 30px;
    z-index: 99;
  }
  header div.menubox .menu__line {
    background: #032B92;
    display: block;
    height: 3px;
    position: absolute;
    transition: transform 0.3s;
    width: 100%;
  }
  header div.menubox .menu__line--center {
    top: 9px;
  }
  header div.menubox .menu__line--bottom {
    bottom: 0;
  }
  header div.menubox .menu__line--top.active {
    top: 8px;
    transform: rotate(45deg);
  }
  header div.menubox .menu__line--center.active {
    transform: scaleX(0);
  }
  header div.menubox .menu__line--bottom.active {
    bottom: 9px;
    transform: rotate(135deg);
  }
}
@media print, screen and (max-width: 1099px) {
  header h1.logo {
    max-width: 200px;
  }
  header h1.logo img {
    vertical-align: middle;
  }
}
@media print, screen and (min-width: 1100px) {
  .l-home-head-wrapper .head {
    padding: 0 0 0 5vw;
  }
}
@media print, screen and (max-width: 1099px) {
  :root {
    --fixed-header-height: 70px;
  }
}
/* ---------------------------------------------
*   html
--------------------------------------------- */
@media print, screen and (max-width: 1099px) {
  html.is-noscroll {
    min-height: 100%;
    min-height: 100dvh;
  }
}
/* ---------------------------------------------
*   body
--------------------------------------------- */
@media print, screen and (max-width: 1099px) {
  .is-noscroll body {
    position: fixed;
    width: 100%;
    height: 100%;
    height: 100dvh;
    box-sizing: border-box;
  }
}
/* ---------------------------------------------
*   header
--------------------------------------------- */
/*  l-header-logo
--------------------------------------------- */
/*  l-header-menu
--------------------------------------------- */
@media print, screen and (min-width: 1100px) {
  .l-header-menu {
    display: block !important;
  }
}
@media print, screen and (max-width: 1099px) {
  .l-header-menu {
    position: fixed;
    top: var(--fixed-header-height);
    left: 0;
    width: 100%;
    height: calc(100% - var(--fixed-header-height));
    display: none;
    z-index: 99;
    background: #fff;
  }
}
/*  l-header-nav
--------------------------------------------- */
.l-header-nav__list {
  display: flex;
}

@media print, screen and (max-width: 1099px) {
  .l-header-nav__list {
    display: block;
  }
}
@media print, screen and (max-width: 1099px) {
  .l-header-nav__item {
    border-bottom: 1px solid #fff;
  }
  .l-header-nav__item:first-of-type {
    border-top: 1px solid #fff;
  }
}
@media print, screen and (max-width: 1099px) {
  .l-header-nav__link {
    display: block;
    padding: 35px;
  }
}
/*  l-header-menu-button
--------------------------------------------- */
.l-header-menu-button {
  display: none;
  position: relative;
  padding: 15px;
  border: 0;
  border-radius: 0;
  background: none;
  margin: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  touch-action: manipulation;
  cursor: pointer;
  top: 0;
  right: 0;
}

@media print, screen and (max-width: 1099px) {
  .l-header-menu-button {
    display: block;
  }
}
.l-header-menu-button__lines {
  position: relative;
  display: block;
  width: 30px;
  height: 23px;
}

.l-header-menu-button__line {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 3px;
  background-color: #032B92;
  transition: 0.3s;
}

.l-header-menu-button__line--top {
  top: 0;
}

.is-menu-opened .l-header-menu-button__line--top {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.l-header-menu-button__line--center {
  top: 50%;
  margin-top: -1px;
}

.is-menu-opened .l-header-menu-button__line--center {
  background-color: rgba(0, 0, 0, 0);
}

.l-header-menu-button__line--bottom {
  bottom: 0;
}

.is-menu-opened .l-header-menu-button__line--bottom {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}

.button__txt {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  margin: 2px 0 0 -5px;
}

/*  header-nav
--------------------------------------------- */
.header-nav__list-item {
  position: relative;
}
.header-nav__inner {
  position: absolute;
  top: 63px;
  left: 200px;
  z-index: 100;
  box-sizing: border-box;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.3s;
  transform: translateX(-50%);
  pointer-events: none;
}
@media print, screen and (min-width: 1100px) {
  .header-nav__inner {
    display: block !important;
  }
}
.header-nav__inner--wide {
  width: 370px;
}
.header-nav__list-item.is-opened .header-nav__inner {
  opacity: 1;
  pointer-events: auto;
}
.header-nav__inner-item {
  text-align: left;
  cursor: pointer;
  font-size: 1.5rem;
}
.header-nav__inner-item a {
  color: #1A1A1A;
  background-color: #fff;
  padding: 10px 0 10px 10px;
  display: block;
}
.header-nav__inner-item a:hover {
  background-color: #f1f9f8;
}
.header-nav__inner-link {
  display: block;
  font-weight: 200;
  line-height: 2;
  transition: opacity 0.3s;
}

#pagetop img {
  position: fixed;
  bottom: 100px;
  right: 10px;
  z-index: 99;
  padding: 5px;
  transition: all 0.5s ease;
}

footer {
  background-color: #F5F5ED;
  padding: 60px 0;
}
@media print, screen and (max-width: 767px) {
  footer {
    margin-top: 50px;
    padding: 40px 0;
  }
}
@media print, screen and (min-width: 1100px) {
  footer {
    padding-bottom: 80px;
  }
}
footer h2 {
  margin-bottom: 30px;
}
footer a {
  text-decoration: none;
  color: #333;
}
footer .l-footer-nav {
  flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  footer .l-footer-nav ul {
    margin-left: 50px;
  }
}
@media print, screen and (max-width: 767px) {
  footer .l-footer-nav ul {
    padding: 15px 1%;
    width: 48%;
  }
}
footer .l-footer-nav li {
  list-style: none;
  margin-bottom: 0.6em;
  font-size: 1.5rem;
}
footer .l-footer-nav li span {
  display: block;
  font-size: 1.2rem;
  margin-top: -0.4rem;
  letter-spacing: 0;
}
footer .l-footer-nav-parent {
  font-weight: 700;
}
footer .l-footer-nav-child {
  font-size: 1.4rem;
  margin: -0.2em 0 0.5em 0.5em;
}
footer address {
  font-size: 1.6rem;
}
@media print, screen and (max-width: 1099px) {
  footer address {
    margin-bottom: 1em;
  }
}
footer address p {
  margin-bottom: 0.5em;
  line-height: 2;
}
@media print, screen and (max-width: 767px) {
  footer address span {
    display: block;
  }
}

@media print, screen and (max-width: 1099px) {
  footer {
    padding-left: 15px;
    padding-right: 15px;
  }
}
p.copy {
  font-size: 1.4rem;
  padding: 0.5em;
  letter-spacing: 0.2em;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
}

main.contact table p {
  margin: 0;
}

fieldset {
  padding: 0;
  margin: 0;
  border: none;
}

#wpcf7cpcnf table,
table.form {
  box-sizing: border-box;
  margin-top: 10px;
  margin-bottom: 30px;
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}
#wpcf7cpcnf table span.red,
table.form span.red {
  color: #c1272d;
}

#wpcf7cpcnf table,
table.form {
  border-collapse: collapse;
}
#wpcf7cpcnf table th,
table.form th {
  font-weight: 700;
}
#wpcf7cpcnf table th, #wpcf7cpcnf table td,
table.form th,
table.form td {
  vertical-align: top;
  padding: 1em 0.5em 0.5em;
  border: 1px solid #D8D8D8;
  padding: 1em;
}

table.add {
  border: none;
}
table.add th, table.add td {
  border: none;
  padding: 0.2rem;
}
table.add th {
  width: 5em;
}

#wpcf7cpcnf table th,
table.form th {
  text-align: left;
  background-color: #f2f2f2;
}

span.hiss,
span.mod-form-required {
  padding: 3px 5px 4px 5px;
  background: red;
  color: #fff;
  white-space: nowrap;
  font-size: 1.2rem;
  margin-right: 10px;
  font-weight: normal;
  border-radius: 4px;
  margin-left: 0.5em;
}

select {
  font-size: 1.6rem;
}

#wpcf7cpcnf table,
table.form {
  font-size: 1.6rem;
}
#wpcf7cpcnf table span,
table.form span {
  font-size: 1.4rem;
}
#wpcf7cpcnf table input[type=text],
#wpcf7cpcnf table input[type=password],
#wpcf7cpcnf table input[type=email],
#wpcf7cpcnf table input[type=tel],
#wpcf7cpcnf table input[type=textarea],
#wpcf7cpcnf table textarea,
#wpcf7cpcnf table select,
table.form input[type=text],
table.form input[type=password],
table.form input[type=email],
table.form input[type=tel],
table.form input[type=textarea],
table.form textarea,
table.form select {
  border: 1px solid #CCC;
  background: #fff;
  margin: 0 2px 5px 2px;
  padding: 1em;
  width: 95%;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 100%;
}
#wpcf7cpcnf table select,
table.form select {
  border: 1px solid #CCC;
  font-size: 1.4rem;
}
#wpcf7cpcnf table input.border30,
#wpcf7cpcnf table select.border30,
table.form input.border30,
table.form select.border30 {
  width: 30em;
}
#wpcf7cpcnf table input.border15,
#wpcf7cpcnf table select.border15,
table.form input.border15,
table.form select.border15 {
  max-width: 15em;
}
#wpcf7cpcnf table input.border10,
#wpcf7cpcnf table select.border10,
table.form input.border10,
table.form select.border10 {
  width: 10em;
}
#wpcf7cpcnf table input.border7,
#wpcf7cpcnf table select.border7,
table.form input.border7,
table.form select.border7 {
  width: 8em;
}
#wpcf7cpcnf table input.border5,
#wpcf7cpcnf table select.border5,
table.form input.border5,
table.form select.border5 {
  width: 5.5em;
}
#wpcf7cpcnf table input.namesize,
#wpcf7cpcnf table select.namesize,
table.form input.namesize,
table.form select.namesize {
  width: 90%;
}
#wpcf7cpcnf table textarea,
table.form textarea {
  box-sizing: border-box;
  margin-top: 5px;
}
#wpcf7cpcnf table input.wpcf7-not-valid,
#wpcf7cpcnf table textarea.wpcf7-not-valid,
table.form input.wpcf7-not-valid,
table.form textarea.wpcf7-not-valid {
  background-color: pink;
}
#wpcf7cpcnf table input:focus, #wpcf7cpcnf table select:focus, #wpcf7cpcnf table textarea:focus,
table.form input:focus,
table.form select:focus,
table.form textarea:focus {
  background-color: #F1F8FD;
  outline: none;
  border-color: #76BCF0;
}

.wpcf7cp-btns button,
.submit {
  text-align: center;
  margin: 50px auto 15px auto;
}

.wpcf7cp-btns button,
input[type=submit],
input[type=button] {
  width: 100%;
  background: url(../images/common/button05.png) no-repeat 230px center;
  border-radius: 50px;
}

*:first-child + html input[type=submit] {
  padding: 3px;
}

span .wpcf7-list-item {
  padding-right: 1em;
  margin: 0;
}

p.privacy {
  text-align: center;
  font-size: 1.2rem;
}

p.agree {
  font-size: 1.7rem;
}
p.agree input[type=checkbox] {
  transform: scale(2);
  margin: 0 6px 0 0;
}

div.submit {
  margin: 20px auto 40px auto;
}

.submit-wrapper {
  text-align: center; /* 中央揃え */
  margin-top: 20px;
}

.submit-btn {
  background-color: #0073aa;
  color: #fff;
  font-size: 18px;
  padding: 14px 32px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 100%;
  max-width: 300px;
}

.submit-btn:hover {
  background-color: #005f8d;
}

.submit-btn:active {
  background-color: #004b73;
}

.submit-btn:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

/* スマホ向けの調整（任意で） */
@media (max-width: 480px) {
  .submit-btn {
    font-size: 16px;
    padding: 12px 24px;
  }
}
@media print, screen and (max-width: 767px) {
  #wpcf7cpcnf table,
  table.form,
  table.add {
    box-sizing: border-box;
  }
  #wpcf7cpcnf table tr th, #wpcf7cpcnf table tr td,
  table.form tr th,
  table.form tr td,
  table.add tr th,
  table.add tr td {
    width: 100%;
    display: block;
    border-top: none;
    box-sizing: border-box;
  }
  #wpcf7cpcnf table tr:first-child th,
  table.form tr:first-child th,
  table.add tr:first-child th {
    border-top: 1px solid #ddd;
  }
  #wpcf7cpcnf table input[type=text],
  #wpcf7cpcnf table input[type=password],
  #wpcf7cpcnf table input[type=email],
  #wpcf7cpcnf table input[type=tel],
  #wpcf7cpcnf table input[type=textarea],
  #wpcf7cpcnf table textarea,
  #wpcf7cpcnf table select,
  table.form input[type=text],
  table.form input[type=password],
  table.form input[type=email],
  table.form input[type=tel],
  table.form input[type=textarea],
  table.form textarea,
  table.form select,
  table.add input[type=text],
  table.add input[type=password],
  table.add input[type=email],
  table.add input[type=tel],
  table.add input[type=textarea],
  table.add textarea,
  table.add select {
    padding: 0.5em;
    transform: scale(1);
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .form {
    width: 100%;
    margin: 50px auto;
  }
  table.form th {
    width: 35%;
  }
  table.form th, table.form td {
    padding: 30px;
  }
  table.form table.add th, table.form table.add td {
    padding: 0.5em;
  }
  table.form table.add th {
    vertical-align: middle;
    background-color: #fff;
  }
  .wpcf7cp-btns button,
  input[type=submit],
  input[type=button] {
    font-size: 1.8rem;
    width: 320px;
    margin: 50px auto 0 auto;
  }
}
@media print, screen and (min-width: 1100px) {
  .l-home-head-wrapper {
    position: relative;
  }
  .l-home-head-wrapper .l-header {
    position: absolute;
    z-index: 2;
  }
}
.slider {
  position: absolute;
  height: 54vw;
  margin-inline: auto;
  overflow: hidden; /* 画像がはみ出ないようにする */
  width: 100%;
}

.slick-img img {
  width: 100%;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

.slide-txt {
  position: absolute;
  top: 35vw;
  text-align: right;
  left: 65vw;
  z-index: 3;
  color: #fff;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.8;
  width: 28vw;
}
@media print, screen and (max-width: 767px) {
  .slide-txt {
    display: none;
  }
}
.slide-txt img {
  width: 100%;
}
.slide-txt p {
  margin-left: 0.5em;
  text-align: right;
}

.l-home-pickup {
  background-color: #0071bc;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 300;
  padding: 15px;
}
@media print, screen and (min-width: 1100px) {
  .l-home-pickup {
    font-size: 1.9rem;
  }
}
.l-home-pickup h3 {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  margin-top: 5px;
}
@media print, screen and (min-width: 1100px) {
  .l-home-pickup h3 {
    font-size: 1.9rem;
  }
}
.l-home-pickup a {
  color: yellow;
}
.l-home-pickup p {
  padding: 5px;
}

main.home .home-head h1 {
  letter-spacing: 0.18em;
  font-size: 2.8rem;
}
main.home .l-home-about {
  margin-top: 30px;
}
main.home .l-home-about-txt p {
  margin-bottom: 0.5em;
  line-height: 1.8;
}
@media print, screen and (min-width: 1100px) {
  main.home .l-home-about-txt {
    width: 700px;
  }
}
@media print, screen and (max-width: 1099px) {
  main.home .l-home-about-txt {
    padding-right: 15px;
    padding-left: 15px;
  }
}
main.home .l-home-about-txt h2 {
  font-size: 3.8rem;
  margin-bottom: 30px;
  letter-spacing: 0;
}
@media print, screen and (max-width: 767px) {
  main.home .l-home-about-txt h2 {
    font-size: 3rem;
  }
}
main.home .l-home-about-txt h2 span {
  font-size: 3.4rem;
  color: #c60;
  font-weight: 300;
  display: block;
  margin: 0.5em 0.5em 0 0;
  padding: 0;
  line-height: 1;
}
@media print, screen and (min-width: 1100px) {
  main.home .l-home-about-txt h2 span {
    text-align: right;
  }
}
@media print, screen and (max-width: 767px) {
  main.home .l-home-about-txt h2 span {
    font-size: 3rem;
  }
}
main.home .l-home-about-txt h2 span span {
  font-size: 2.1rem;
  display: inline;
}
main.home .l-home-about-txt p.btn {
  margin-top: 40px;
}
@media print, screen and (max-width: 1099px) {
  main.home .l-home-about-txt p.btn {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 1100px) {
  main.home .l-home-about-img {
    width: 580px;
    margin-right: -270px;
  }
}
main.home .l-home-about .flex .btn {
  margin-right: 15px;
  margin-bottom: -20px;
}
main.home .l-home-products {
  margin-top: 50px;
  align-items: flex-end;
}
@media print, screen and (min-width: 1100px) {
  main.home .l-home-products {
    margin-top: 150px;
  }
}
main.home .l-home-products-txt p {
  margin-bottom: 0.5em;
  line-height: 1.8;
}
@media print, screen and (min-width: 1100px) {
  main.home .l-home-products-txt {
    width: 750px;
    margin-left: 70px;
  }
}
@media print, screen and (max-width: 1099px) {
  main.home .l-home-products-txt {
    padding-right: 15px;
    padding-left: 15px;
  }
}
main.home .l-home-products-txt h2 {
  font-size: 3.8rem;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 1099px) {
  main.home .l-home-products-txt h2 {
    font-size: 3rem;
  }
}
main.home .l-home-products-txt h2 span {
  font-size: 3.4rem;
  color: #c03;
  font-weight: 300;
  display: block;
  margin: 0.5em 0.5em 0 0;
  padding: 0;
  line-height: 1;
}
@media print, screen and (max-width: 767px) {
  main.home .l-home-products-txt h2 span {
    font-size: 3rem;
  }
}
main.home .l-home-products-txt h2 span span {
  font-size: 2.1rem;
  display: inline;
}
main.home .l-home-products-txt p.btn {
  margin-top: 40px;
  text-align: right;
  display: block;
}
@media print, screen and (max-width: 1099px) {
  main.home .l-home-products-txt p.btn {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 1100px) {
  main.home .l-home-products-img {
    width: 580px;
    margin-left: -270px;
  }
  main.home .l-home-products-img p {
    width: 300px;
    height: auto;
    margin-top: 20px;
  }
}
main.home .l-home-medical {
  margin-top: 70px;
}
@media print, screen and (min-width: 1100px) {
  main.home .l-home-medical {
    margin-top: 150px;
  }
}
main.home .l-home-medical-txt p {
  margin-bottom: 0.5em;
  line-height: 1.8;
}
@media print, screen and (min-width: 1100px) {
  main.home .l-home-medical-txt {
    width: 490px;
    margin-top: 50px;
  }
}
@media print, screen and (max-width: 1099px) {
  main.home .l-home-medical-txt {
    padding-right: 15px;
    padding-left: 15px;
  }
}
main.home .l-home-medical-txt h2 {
  font-size: 3.8rem;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 1100px) {
  main.home .l-home-medical-txt h2 {
    width: 8.5em;
  }
}
@media print, screen and (max-width: 1099px) {
  main.home .l-home-medical-txt h2 {
    font-size: 3.2rem;
  }
}
main.home .l-home-medical-txt h2 span {
  font-size: 3.4rem;
  color: #009245;
  font-weight: 300;
  display: block;
  margin: 0 0.5em 0 0;
  padding: 0;
  line-height: 1;
}
@media print, screen and (min-width: 1100px) {
  main.home .l-home-medical-txt h2 span {
    text-align: right;
  }
}
@media print, screen and (max-width: 767px) {
  main.home .l-home-medical-txt h2 span {
    font-size: 3rem;
  }
}
main.home .l-home-medical-txt p.btn {
  margin-top: 40px;
}
@media print, screen and (max-width: 1099px) {
  main.home .l-home-medical-txt p.btn {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 1100px) {
  main.home .l-home-medical-img {
    width: 570px;
  }
}
main.home .l-home-news {
  border-top: 1px solid #ccc;
  padding: 80px 30px;
  margin: 50px auto;
}
@media print, screen and (min-width: 1100px) {
  main.home .l-home-news {
    margin: 80px auto 100px;
    border-bottom: 1px solid #ccc;
  }
}
@media print, screen and (max-width: 1099px) {
  main.home .l-home-news {
    padding: 40px 15px;
  }
}
main.home .l-home-news h2 {
  font-size: 4.4rem;
  font-weight: 300;
}
main.home .l-home-news h2 span {
  color: #F08C00;
}
@media print, screen and (max-width: 1099px) {
  main.home .l-home-news h2 {
    font-size: 3.6rem;
  }
}
@media print, screen and (min-width: 1100px) {
  main.home .l-home-news ul {
    width: 700px;
  }
}
main.home .l-home-news ul li {
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 30px 0 10px;
  list-style-type: none;
}
main.home .l-home-news ul li span.date {
  width: 160px;
  display: inline-block;
}
main.home .l-home-news ul li a {
  text-decoration: none;
  color: #333;
}

@media print, screen and (min-width: 1100px) {
  main {
    padding-top: 72px;
  }
}
main .bg-page {
  background-color: #f1f9f8;
}

.l-page-products,
.l-page-company,
.l-page-contact,
.l-page-single,
.l-page-tenken,
.l-page-sangyoi {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 1100px) {
  .l-page-products,
  .l-page-company,
  .l-page-contact,
  .l-page-single,
  .l-page-tenken,
  .l-page-sangyoi {
    margin-bottom: 100px;
  }
}
.l-page-products .l-page-head,
.l-page-company .l-page-head,
.l-page-contact .l-page-head,
.l-page-single .l-page-head,
.l-page-tenken .l-page-head,
.l-page-sangyoi .l-page-head {
  background-color: #990033;
  background-size: 50%;
}
@media print, screen and (min-width: 1100px) {
  .l-page-products .l-page-head,
  .l-page-company .l-page-head,
  .l-page-contact .l-page-head,
  .l-page-single .l-page-head,
  .l-page-tenken .l-page-head,
  .l-page-sangyoi .l-page-head {
    background: #990033 url(../../../../images/products/head-img.jpg) 100% center no-repeat;
    height: 280px;
  }
}
.l-page-products .l-page-head h1,
.l-page-company .l-page-head h1,
.l-page-contact .l-page-head h1,
.l-page-single .l-page-head h1,
.l-page-tenken .l-page-head h1,
.l-page-sangyoi .l-page-head h1 {
  color: #fff;
  font-size: 4.4rem;
  font-weight: 300;
  line-height: 1.2;
}
@media print, screen and (min-width: 1100px) {
  .l-page-products .l-page-head h1,
  .l-page-company .l-page-head h1,
  .l-page-contact .l-page-head h1,
  .l-page-single .l-page-head h1,
  .l-page-tenken .l-page-head h1,
  .l-page-sangyoi .l-page-head h1 {
    width: 50%;
  }
}
.l-page-products .l-page-head h1 span,
.l-page-company .l-page-head h1 span,
.l-page-contact .l-page-head h1 span,
.l-page-single .l-page-head h1 span,
.l-page-tenken .l-page-head h1 span,
.l-page-sangyoi .l-page-head h1 span {
  display: block;
  font-size: 3.2rem;
}
@media print, screen and (max-width: 1099px) {
  .l-page-products .l-page-head h1,
  .l-page-company .l-page-head h1,
  .l-page-contact .l-page-head h1,
  .l-page-single .l-page-head h1,
  .l-page-tenken .l-page-head h1,
  .l-page-sangyoi .l-page-head h1 {
    font-size: 2.4rem;
  }
  .l-page-products .l-page-head h1 span,
  .l-page-company .l-page-head h1 span,
  .l-page-contact .l-page-head h1 span,
  .l-page-single .l-page-head h1 span,
  .l-page-tenken .l-page-head h1 span,
  .l-page-sangyoi .l-page-head h1 span {
    font-size: 1.8rem;
  }
}
.l-page-products .l-page-head-txt,
.l-page-company .l-page-head-txt,
.l-page-contact .l-page-head-txt,
.l-page-single .l-page-head-txt,
.l-page-tenken .l-page-head-txt,
.l-page-sangyoi .l-page-head-txt {
  margin-top: 70px;
  margin-bottom: 60px;
}
@media print, screen and (max-width: 1099px) {
  .l-page-products .l-page-head-txt,
  .l-page-company .l-page-head-txt,
  .l-page-contact .l-page-head-txt,
  .l-page-single .l-page-head-txt,
  .l-page-tenken .l-page-head-txt,
  .l-page-sangyoi .l-page-head-txt {
    margin-top: 40px;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.l-page-products .l-page-head-txt ul li,
.l-page-company .l-page-head-txt ul li,
.l-page-contact .l-page-head-txt ul li,
.l-page-single .l-page-head-txt ul li,
.l-page-tenken .l-page-head-txt ul li,
.l-page-sangyoi .l-page-head-txt ul li {
  list-style-type: disc;
  margin: 1em 0 0.5em 1.5em;
  font-size: 1.7rem;
}
@media print, screen and (min-width: 1100px) {
  .l-page-products .l-page-head-txt ul li,
  .l-page-company .l-page-head-txt ul li,
  .l-page-contact .l-page-head-txt ul li,
  .l-page-single .l-page-head-txt ul li,
  .l-page-tenken .l-page-head-txt ul li,
  .l-page-sangyoi .l-page-head-txt ul li {
    font-size: 1.9rem;
  }
}
@media print, screen and (max-width: 1099px) {
  .l-page-products .l-page-head .inner,
  .l-page-company .l-page-head .inner,
  .l-page-contact .l-page-head .inner,
  .l-page-single .l-page-head .inner,
  .l-page-tenken .l-page-head .inner,
  .l-page-sangyoi .l-page-head .inner {
    margin: 0;
    padding: 25px 10px;
  }
}
@media print, screen and (max-width: 1099px) {
  .l-page-products-list,
  .l-page-company-list,
  .l-page-contact-list,
  .l-page-single-list,
  .l-page-tenken-list,
  .l-page-sangyoi-list {
    padding: 15px;
  }
}
.l-page-products-list h2,
.l-page-company-list h2,
.l-page-contact-list h2,
.l-page-single-list h2,
.l-page-tenken-list h2,
.l-page-sangyoi-list h2 {
  font-weight: 500;
  font-size: 3.6rem;
  margin: 40px 0;
}
@media print, screen and (max-width: 767px) {
  .l-page-products-list h2,
  .l-page-company-list h2,
  .l-page-contact-list h2,
  .l-page-single-list h2,
  .l-page-tenken-list h2,
  .l-page-sangyoi-list h2 {
    font-size: 2.6rem;
    margin: 20px 0 10px 0;
  }
}
@media print, screen and (min-width: 1100px) {
  .l-page-products-list-item,
  .l-page-company-list-item,
  .l-page-contact-list-item,
  .l-page-single-list-item,
  .l-page-tenken-list-item,
  .l-page-sangyoi-list-item {
    width: 530px;
    margin-bottom: 40px;
  }
}
@media print, screen and (max-width: 1099px) {
  .l-page-products-list-item,
  .l-page-company-list-item,
  .l-page-contact-list-item,
  .l-page-single-list-item,
  .l-page-tenken-list-item,
  .l-page-sangyoi-list-item {
    margin-bottom: 15px;
  }
}
.l-page-products-list-item-txt,
.l-page-company-list-item-txt,
.l-page-contact-list-item-txt,
.l-page-single-list-item-txt,
.l-page-tenken-list-item-txt,
.l-page-sangyoi-list-item-txt {
  margin-bottom: 15px;
}
.l-page-products-list h3,
.l-page-company-list h3,
.l-page-contact-list h3,
.l-page-single-list h3,
.l-page-tenken-list h3,
.l-page-sangyoi-list h3 {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 1em;
}
@media print, screen and (min-width: 1100px) {
  .l-page-products-list h3,
  .l-page-company-list h3,
  .l-page-contact-list h3,
  .l-page-single-list h3,
  .l-page-tenken-list h3,
  .l-page-sangyoi-list h3 {
    font-size: 1.9rem;
  }
}
.l-page-products-list ul,
.l-page-company-list ul,
.l-page-contact-list ul,
.l-page-single-list ul,
.l-page-tenken-list ul,
.l-page-sangyoi-list ul {
  margin-bottom: 15px;
}
.l-page-products-list ul li,
.l-page-company-list ul li,
.l-page-contact-list ul li,
.l-page-single-list ul li,
.l-page-tenken-list ul li,
.l-page-sangyoi-list ul li {
  list-style: disc;
  margin: 0.2em 0 0 1.5em;
}
@media print, screen and (min-width: 1100px) {
  .l-page-products-medical,
  .l-page-company-medical,
  .l-page-contact-medical,
  .l-page-single-medical,
  .l-page-tenken-medical,
  .l-page-sangyoi-medical {
    width: 530px;
  }
}
.l-page-products-medical h2,
.l-page-company-medical h2,
.l-page-contact-medical h2,
.l-page-single-medical h2,
.l-page-tenken-medical h2,
.l-page-sangyoi-medical h2 {
  color: #009245;
}
@media print, screen and (min-width: 1100px) {
  .l-page-products-business,
  .l-page-company-business,
  .l-page-contact-business,
  .l-page-single-business,
  .l-page-tenken-business,
  .l-page-sangyoi-business {
    width: 530px;
  }
}
.l-page-products-business h2,
.l-page-company-business h2,
.l-page-contact-business h2,
.l-page-single-business h2,
.l-page-tenken-business h2,
.l-page-sangyoi-business h2 {
  color: #29ABE2;
}
.l-page-products-business h2 span,
.l-page-company-business h2 span,
.l-page-contact-business h2 span,
.l-page-single-business h2 span,
.l-page-tenken-business h2 span,
.l-page-sangyoi-business h2 span {
  font-size: 2.4rem;
}
@media print, screen and (max-width: 767px) {
  .l-page-products-business h2 span,
  .l-page-company-business h2 span,
  .l-page-contact-business h2 span,
  .l-page-single-business h2 span,
  .l-page-tenken-business h2 span,
  .l-page-sangyoi-business h2 span {
    font-size: 2.1rem;
  }
}
.l-page-products h3.c-midashi,
.l-page-company h3.c-midashi,
.l-page-contact h3.c-midashi,
.l-page-single h3.c-midashi,
.l-page-tenken h3.c-midashi,
.l-page-sangyoi h3.c-midashi {
  background-color: #903;
  border-radius: 6px;
  padding: 2px 15px 3px 15px;
  color: #fff;
  margin: 1.5em 0 0 0;
  font-weight: 500;
  font-size: 2.4rem;
  display: inline-block;
}
@media print, screen and (max-width: 767px) {
  .l-page-products h3.c-midashi,
  .l-page-company h3.c-midashi,
  .l-page-contact h3.c-midashi,
  .l-page-single h3.c-midashi,
  .l-page-tenken h3.c-midashi,
  .l-page-sangyoi h3.c-midashi {
    font-size: 1.8rem;
  }
}

.l-page-products-footer {
  border: 1px solid #ccc;
  padding: 40px 20px;
  margin: 15px;
}
@media print, screen and (min-width: 1100px) {
  .l-page-products-footer {
    margin: 70px auto;
  }
  .l-page-products-footer-list {
    width: 49%;
    padding: 25px;
  }
}
.l-page-products-footer ul {
  margin-top: 1em;
}
.l-page-products-footer ul li {
  list-style: disc;
  margin: 0 0 0.5em 1.5em;
}

.l-page-products-hearts .l-page-head,
.l-page-products-eyepower .l-page-head,
.l-page-products-grass .l-page-head,
.l-page-products-drvision .l-page-head,
.l-page-products-itaminegold .l-page-head,
.l-page-products-mamorukun .l-page-head {
  background-size: 50%;
}
@media print, screen and (min-width: 1100px) {
  .l-page-products-hearts .l-page-head,
  .l-page-products-eyepower .l-page-head,
  .l-page-products-grass .l-page-head,
  .l-page-products-drvision .l-page-head,
  .l-page-products-itaminegold .l-page-head,
  .l-page-products-mamorukun .l-page-head {
    height: 250px;
  }
}
.l-page-products-hearts .l-page-head h1,
.l-page-products-eyepower .l-page-head h1,
.l-page-products-grass .l-page-head h1,
.l-page-products-drvision .l-page-head h1,
.l-page-products-itaminegold .l-page-head h1,
.l-page-products-mamorukun .l-page-head h1 {
  color: #fff;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.5;
}
@media print, screen and (min-width: 1100px) {
  .l-page-products-hearts .l-page-head h1,
  .l-page-products-eyepower .l-page-head h1,
  .l-page-products-grass .l-page-head h1,
  .l-page-products-drvision .l-page-head h1,
  .l-page-products-itaminegold .l-page-head h1,
  .l-page-products-mamorukun .l-page-head h1 {
    width: 50%;
  }
}
@media print, screen and (max-width: 767px) {
  .l-page-products-hearts .l-page-head h1,
  .l-page-products-eyepower .l-page-head h1,
  .l-page-products-grass .l-page-head h1,
  .l-page-products-drvision .l-page-head h1,
  .l-page-products-itaminegold .l-page-head h1,
  .l-page-products-mamorukun .l-page-head h1 {
    font-size: 2.1rem;
  }
}
.l-page-products-hearts .l-page-head h1 span,
.l-page-products-eyepower .l-page-head h1 span,
.l-page-products-grass .l-page-head h1 span,
.l-page-products-drvision .l-page-head h1 span,
.l-page-products-itaminegold .l-page-head h1 span,
.l-page-products-mamorukun .l-page-head h1 span {
  display: block;
  font-size: 3rem;
}
@media print, screen and (max-width: 767px) {
  .l-page-products-hearts .l-page-head h1 span,
  .l-page-products-eyepower .l-page-head h1 span,
  .l-page-products-grass .l-page-head h1 span,
  .l-page-products-drvision .l-page-head h1 span,
  .l-page-products-itaminegold .l-page-head h1 span,
  .l-page-products-mamorukun .l-page-head h1 span {
    font-size: 2.4rem;
  }
}
.l-page-products-hearts .l-page-head-txt,
.l-page-products-eyepower .l-page-head-txt,
.l-page-products-grass .l-page-head-txt,
.l-page-products-drvision .l-page-head-txt,
.l-page-products-itaminegold .l-page-head-txt,
.l-page-products-mamorukun .l-page-head-txt {
  margin-top: 70px;
}
@media print, screen and (max-width: 1099px) {
  .l-page-products-hearts .l-page-head-txt,
  .l-page-products-eyepower .l-page-head-txt,
  .l-page-products-grass .l-page-head-txt,
  .l-page-products-drvision .l-page-head-txt,
  .l-page-products-itaminegold .l-page-head-txt,
  .l-page-products-mamorukun .l-page-head-txt {
    margin-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media print, screen and (max-width: 1099px) {
  .l-page-products-hearts .l-page-head .inner,
  .l-page-products-eyepower .l-page-head .inner,
  .l-page-products-grass .l-page-head .inner,
  .l-page-products-drvision .l-page-head .inner,
  .l-page-products-itaminegold .l-page-head .inner,
  .l-page-products-mamorukun .l-page-head .inner {
    margin: 0;
    padding: 25px 10px;
  }
}
.l-page-products-hearts-headtxt,
.l-page-products-eyepower-headtxt,
.l-page-products-grass-headtxt,
.l-page-products-drvision-headtxt,
.l-page-products-itaminegold-headtxt,
.l-page-products-mamorukun-headtxt {
  margin: 70px auto;
  line-height: 1.8;
}
.l-page-products-hearts-headtxt h2,
.l-page-products-eyepower-headtxt h2,
.l-page-products-grass-headtxt h2,
.l-page-products-drvision-headtxt h2,
.l-page-products-itaminegold-headtxt h2,
.l-page-products-mamorukun-headtxt h2 {
  font-size: 3.2rem;
  font-weight: 700;
}
.l-page-products-hearts-headtxt a,
.l-page-products-eyepower-headtxt a,
.l-page-products-grass-headtxt a,
.l-page-products-drvision-headtxt a,
.l-page-products-itaminegold-headtxt a,
.l-page-products-mamorukun-headtxt a {
  margin: auto;
}
.l-page-products-hearts-headtxt p,
.l-page-products-eyepower-headtxt p,
.l-page-products-grass-headtxt p,
.l-page-products-drvision-headtxt p,
.l-page-products-itaminegold-headtxt p,
.l-page-products-mamorukun-headtxt p {
  margin-bottom: 50px;
}
.l-page-products-hearts-item,
.l-page-products-eyepower-item,
.l-page-products-grass-item,
.l-page-products-drvision-item,
.l-page-products-itaminegold-item,
.l-page-products-mamorukun-item {
  margin-top: 100px;
}
@media print, screen and (max-width: 1099px) {
  .l-page-products-hearts-item,
  .l-page-products-eyepower-item,
  .l-page-products-grass-item,
  .l-page-products-drvision-item,
  .l-page-products-itaminegold-item,
  .l-page-products-mamorukun-item {
    margin-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.l-page-products-hearts-item h2,
.l-page-products-eyepower-item h2,
.l-page-products-grass-item h2,
.l-page-products-drvision-item h2,
.l-page-products-itaminegold-item h2,
.l-page-products-mamorukun-item h2 {
  margin-bottom: 1em;
  font-size: 3.2rem;
  line-height: 1.6;
}
@media print, screen and (max-width: 767px) {
  .l-page-products-hearts-item h2,
  .l-page-products-eyepower-item h2,
  .l-page-products-grass-item h2,
  .l-page-products-drvision-item h2,
  .l-page-products-itaminegold-item h2,
  .l-page-products-mamorukun-item h2 {
    font-size: 2.4rem;
  }
}
.l-page-products-hearts-item .txt,
.l-page-products-eyepower-item .txt,
.l-page-products-grass-item .txt,
.l-page-products-drvision-item .txt,
.l-page-products-itaminegold-item .txt,
.l-page-products-mamorukun-item .txt {
  line-height: 2;
}
@media print, screen and (min-width: 1100px) {
  .l-page-products-hearts-item .txt,
  .l-page-products-eyepower-item .txt,
  .l-page-products-grass-item .txt,
  .l-page-products-drvision-item .txt,
  .l-page-products-itaminegold-item .txt,
  .l-page-products-mamorukun-item .txt {
    width: 500px;
  }
}
.l-page-products-hearts-item .txt p,
.l-page-products-eyepower-item .txt p,
.l-page-products-grass-item .txt p,
.l-page-products-drvision-item .txt p,
.l-page-products-itaminegold-item .txt p,
.l-page-products-mamorukun-item .txt p {
  margin-top: 1em;
}
@media print, screen and (min-width: 1100px) {
  .l-page-products-hearts-item .img,
  .l-page-products-eyepower-item .img,
  .l-page-products-grass-item .img,
  .l-page-products-drvision-item .img,
  .l-page-products-itaminegold-item .img,
  .l-page-products-mamorukun-item .img {
    width: 660px;
    margin-right: -160px;
  }
}
@media print, screen and (max-width: 1099px) {
  .l-page-products-hearts-item .img,
  .l-page-products-eyepower-item .img,
  .l-page-products-grass-item .img,
  .l-page-products-drvision-item .img,
  .l-page-products-itaminegold-item .img,
  .l-page-products-mamorukun-item .img {
    margin-top: 20px;
  }
}
.l-page-products-hearts-item2,
.l-page-products-eyepower-item2,
.l-page-products-grass-item2,
.l-page-products-drvision-item2,
.l-page-products-itaminegold-item2,
.l-page-products-mamorukun-item2 {
  margin: 70px auto;
}
.l-page-products-hearts-item2 h2,
.l-page-products-eyepower-item2 h2,
.l-page-products-grass-item2 h2,
.l-page-products-drvision-item2 h2,
.l-page-products-itaminegold-item2 h2,
.l-page-products-mamorukun-item2 h2 {
  margin-bottom: 1.5rem;
  font-size: 3.2rem;
  line-height: 1.6;
}
@media print, screen and (max-width: 1099px) {
  .l-page-products-hearts-item2 h2,
  .l-page-products-eyepower-item2 h2,
  .l-page-products-grass-item2 h2,
  .l-page-products-drvision-item2 h2,
  .l-page-products-itaminegold-item2 h2,
  .l-page-products-mamorukun-item2 h2 {
    margin-top: 40px;
  }
}
@media print, screen and (max-width: 767px) {
  .l-page-products-hearts-item2 h2,
  .l-page-products-eyepower-item2 h2,
  .l-page-products-grass-item2 h2,
  .l-page-products-drvision-item2 h2,
  .l-page-products-itaminegold-item2 h2,
  .l-page-products-mamorukun-item2 h2 {
    font-size: 2.4rem;
  }
}
.l-page-products-hearts-item2 p,
.l-page-products-eyepower-item2 p,
.l-page-products-grass-item2 p,
.l-page-products-drvision-item2 p,
.l-page-products-itaminegold-item2 p,
.l-page-products-mamorukun-item2 p {
  line-height: 2;
}
.l-page-products-hearts-item2 .bg,
.l-page-products-eyepower-item2 .bg,
.l-page-products-grass-item2 .bg,
.l-page-products-drvision-item2 .bg,
.l-page-products-itaminegold-item2 .bg,
.l-page-products-mamorukun-item2 .bg {
  padding: 100px 0;
  background-color: #121212;
  color: #fff;
}
.l-page-products-hearts-item2 .bg div.img,
.l-page-products-eyepower-item2 .bg div.img,
.l-page-products-grass-item2 .bg div.img,
.l-page-products-drvision-item2 .bg div.img,
.l-page-products-itaminegold-item2 .bg div.img,
.l-page-products-mamorukun-item2 .bg div.img {
  margin-top: 40px;
  text-align: center;
}
@media print, screen and (min-width: 1100px) {
  .l-page-products-hearts-item2-left,
  .l-page-products-eyepower-item2-left,
  .l-page-products-grass-item2-left,
  .l-page-products-drvision-item2-left,
  .l-page-products-itaminegold-item2-left,
  .l-page-products-mamorukun-item2-left {
    width: 690px;
    margin-left: -100px;
  }
}
.l-page-products-hearts-item2-left h2,
.l-page-products-eyepower-item2-left h2,
.l-page-products-grass-item2-left h2,
.l-page-products-drvision-item2-left h2,
.l-page-products-itaminegold-item2-left h2,
.l-page-products-mamorukun-item2-left h2 {
  margin-top: 50px;
}
@media print, screen and (min-width: 1100px) {
  .l-page-products-hearts-item2-right,
  .l-page-products-eyepower-item2-right,
  .l-page-products-grass-item2-right,
  .l-page-products-drvision-item2-right,
  .l-page-products-itaminegold-item2-right,
  .l-page-products-mamorukun-item2-right {
    width: 460px;
  }
}
.l-page-products-hearts-item2-img,
.l-page-products-eyepower-item2-img,
.l-page-products-grass-item2-img,
.l-page-products-drvision-item2-img,
.l-page-products-itaminegold-item2-img,
.l-page-products-mamorukun-item2-img {
  margin-top: 60px;
}
.l-page-products-hearts-item2-img h2,
.l-page-products-eyepower-item2-img h2,
.l-page-products-grass-item2-img h2,
.l-page-products-drvision-item2-img h2,
.l-page-products-itaminegold-item2-img h2,
.l-page-products-mamorukun-item2-img h2 {
  margin-top: 50px;
}
@media print, screen and (min-width: 1100px) {
  .l-page-products-hearts-detail,
  .l-page-products-eyepower-detail,
  .l-page-products-grass-detail,
  .l-page-products-drvision-detail,
  .l-page-products-itaminegold-detail,
  .l-page-products-mamorukun-detail {
    width: 910px;
    margin: 100px auto;
  }
}
.l-page-products-hearts-detail-img,
.l-page-products-eyepower-detail-img,
.l-page-products-grass-detail-img,
.l-page-products-drvision-detail-img,
.l-page-products-itaminegold-detail-img,
.l-page-products-mamorukun-detail-img {
  padding: 15px 0;
}
@media print, screen and (min-width: 1100px) {
  .l-page-products-hearts-detail-img,
  .l-page-products-eyepower-detail-img,
  .l-page-products-grass-detail-img,
  .l-page-products-drvision-detail-img,
  .l-page-products-itaminegold-detail-img,
  .l-page-products-mamorukun-detail-img {
    width: 340px;
  }
}
@media print, screen and (min-width: 1100px) {
  .l-page-products-hearts-detail-txt,
  .l-page-products-eyepower-detail-txt,
  .l-page-products-grass-detail-txt,
  .l-page-products-drvision-detail-txt,
  .l-page-products-itaminegold-detail-txt,
  .l-page-products-mamorukun-detail-txt {
    width: 520px;
  }
}
.l-page-products-hearts-detail-txt dl,
.l-page-products-eyepower-detail-txt dl,
.l-page-products-grass-detail-txt dl,
.l-page-products-drvision-detail-txt dl,
.l-page-products-itaminegold-detail-txt dl,
.l-page-products-mamorukun-detail-txt dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.5rem;
  margin: 1rem 0 2rem 0;
}
.l-page-products-hearts-detail-txt dl dt,
.l-page-products-eyepower-detail-txt dl dt,
.l-page-products-grass-detail-txt dl dt,
.l-page-products-drvision-detail-txt dl dt,
.l-page-products-itaminegold-detail-txt dl dt,
.l-page-products-mamorukun-detail-txt dl dt {
  width: 30%;
  padding: 0.3em 0.5rem 0.3rem 0;
}
.l-page-products-hearts-detail-txt dl dd,
.l-page-products-eyepower-detail-txt dl dd,
.l-page-products-grass-detail-txt dl dd,
.l-page-products-drvision-detail-txt dl dd,
.l-page-products-itaminegold-detail-txt dl dd,
.l-page-products-mamorukun-detail-txt dl dd {
  width: 70%;
  padding: 0.3rem 0;
}
.l-page-products-hearts-detail-txt dl dd ul li,
.l-page-products-eyepower-detail-txt dl dd ul li,
.l-page-products-grass-detail-txt dl dd ul li,
.l-page-products-drvision-detail-txt dl dd ul li,
.l-page-products-itaminegold-detail-txt dl dd ul li,
.l-page-products-mamorukun-detail-txt dl dd ul li {
  list-style-type: disc;
  margin: 0 0 0.5em 1.5em;
  font-size: 1.4rem;
}
.l-page-products-hearts-detail-txt .l-btn03,
.l-page-products-eyepower-detail-txt .l-btn03,
.l-page-products-grass-detail-txt .l-btn03,
.l-page-products-drvision-detail-txt .l-btn03,
.l-page-products-itaminegold-detail-txt .l-btn03,
.l-page-products-mamorukun-detail-txt .l-btn03 {
  text-align: right;
}
.l-page-products-hearts .l-page-products-list,
.l-page-products-eyepower .l-page-products-list,
.l-page-products-grass .l-page-products-list,
.l-page-products-drvision .l-page-products-list,
.l-page-products-itaminegold .l-page-products-list,
.l-page-products-mamorukun .l-page-products-list {
  margin-bottom: 70px;
}
.l-page-products-hearts .l-page-products-list-item,
.l-page-products-eyepower .l-page-products-list-item,
.l-page-products-grass .l-page-products-list-item,
.l-page-products-drvision .l-page-products-list-item,
.l-page-products-itaminegold .l-page-products-list-item,
.l-page-products-mamorukun .l-page-products-list-item {
  width: 32%;
}
.l-page-products-hearts h3.c-midashi,
.l-page-products-eyepower h3.c-midashi,
.l-page-products-grass h3.c-midashi,
.l-page-products-drvision h3.c-midashi,
.l-page-products-itaminegold h3.c-midashi,
.l-page-products-mamorukun h3.c-midashi {
  background-color: #666;
  border-radius: 6px;
  padding: 2px 15px;
  color: #fff;
  margin: 1.5em 0 0.5em;
  font-weight: 500;
  font-size: 2.4rem;
  display: inline-block;
}
@media print, screen and (max-width: 767px) {
  .l-page-products-hearts h3.c-midashi,
  .l-page-products-eyepower h3.c-midashi,
  .l-page-products-grass h3.c-midashi,
  .l-page-products-drvision h3.c-midashi,
  .l-page-products-itaminegold h3.c-midashi,
  .l-page-products-mamorukun h3.c-midashi {
    font-size: 1.8rem;
  }
}

.l-page-products-drvision {
  /* 医療関係者 */
}
.l-page-products-drvision div.modal {
  position: fixed;
  display: none;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 600px;
  padding: 20px;
  text-align: center;
  border: 1px solid #0084a6;
  background-color: #fff;
}
.l-page-products-drvision div.modal .main {
  width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 1100px) {
  .l-page-products-drvision div.modal .main {
    width: 560px;
  }
}
.l-page-products-drvision div.modal .box, .l-page-products-drvision div.modal .box2 {
  width: 105px;
  text-align: center;
  font-size: 1.8rem;
  background: #0084a6;
  cursor: pointer;
  padding: 15px 0;
  color: #fff;
  text-decoration: none;
  transition: background 0.3s;
  margin: 20px 5px;
}
@media print, screen and (min-width: 1100px) {
  .l-page-products-drvision div.modal .box, .l-page-products-drvision div.modal .box2 {
    font-size: 2rem;
  }
}
.l-page-products-drvision div.modal .box:hover, .l-page-products-drvision div.modal .box2:hover {
  background: #005b73;
}
.l-page-products-drvision div.modal .btn a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.l-page-products-drvision div.modal p.logo {
  text-align: center;
  margin: 15px;
}
.l-page-products-drvision div.modal p.check {
  font-size: 2.4rem;
  text-align: center;
  color: #0084a6;
  margin: 15px auto;
}
.l-page-products-drvision .l-page-head {
  background: #009245 url(../../../../images/drvision/bg_header.jpg) 100% center no-repeat;
  background-size: 50%;
}
.l-page-products-drvision .l-page-head span.small {
  font-size: 1.6rem;
}
@media print, screen and (min-width: 1100px) {
  .l-page-products-drvision .l-page-head {
    height: 250px;
  }
}
@media print, screen and (max-width: 1099px) {
  .l-page-products-drvision .l-page-head {
    background-image: none;
  }
}
.l-page-products-drvision-item2 {
  margin-top: 100px;
  padding: 70px 0;
}
@media print, screen and (max-width: 1099px) {
  .l-page-products-drvision-item2 {
    margin-top: 40px;
    padding: 40px 15px;
  }
}
@media print, screen and (min-width: 1100px) {
  .l-page-products-drvision-item2 .img {
    width: 500px;
  }
}
.l-page-products-drvision-item2 .txt h2 {
  margin-bottom: 1em;
  font-size: 3.2rem;
  line-height: 1.6;
}
@media print, screen and (max-width: 767px) {
  .l-page-products-drvision-item2 .txt h2 {
    font-size: 2.4rem;
  }
}
.l-page-products-drvision-item2 .txt ul {
  list-style: disc;
  margin: 1em 0;
}
.l-page-products-drvision-item2 .txt ul li {
  margin: 0 0 0.5em 1.5em;
}
@media print, screen and (min-width: 1100px) {
  .l-page-products-drvision-item2 .txt {
    width: 530px;
  }
}
.l-page-products-drvision-item3 {
  margin-top: 70px;
  border: 1px solid #ccc;
  background-color: #f8f8f8;
  padding: 40px 60px;
}
@media print, screen and (max-width: 1099px) {
  .l-page-products-drvision-item3 {
    margin-top: 40px;
    padding: 0 15px;
  }
}
@media print, screen and (max-width: 1099px) {
  .l-page-products-drvision-item3 {
    padding: 40px;
  }
}
.l-page-products-drvision-item3 h3 {
  margin: 0 auto 50px auto;
  font-size: 3.2rem;
  font-weight: 500;
}
.l-page-products-drvision-item3 h3 span {
  padding: 0 20px 10px 20px;
  border-bottom: 1px solid #333;
}
.l-page-products-drvision-item3 p {
  margin-bottom: 1.5em;
  line-height: 2;
  font-size: 1.4rem;
}
.l-page-products-drvision-item3 h4 {
  margin: 2em 0 0.5em;
}
.l-page-products-drvision-item3 ul li {
  list-style: disc;
  margin: 0.5em 0 0.5em 1.5em;
}
@media print, screen and (max-width: 1099px) {
  .l-page-products-drvision-detail {
    padding: 15px;
  }
}
.l-page-products-drvision-item4 {
  margin-top: 70px;
}
@media print, screen and (max-width: 1099px) {
  .l-page-products-drvision-item4 {
    margin-top: 40px;
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 1100px) {
  .l-page-products-drvision-item4 .img {
    width: 500px;
  }
}
.l-page-products-drvision-item4 .txt h2 {
  margin-bottom: 1em;
  font-size: 3.2rem;
  line-height: 1.6;
}
@media print, screen and (max-width: 767px) {
  .l-page-products-drvision-item4 .txt h2 {
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 1100px) {
  .l-page-products-drvision-item4 .txt {
    width: 540px;
  }
}
@media print, screen and (max-width: 1099px) {
  .l-page-products-drvision-item5 {
    padding: 40px 15px;
  }
}
.l-page-products-drvision-item5-head {
  margin: 120px auto;
}
.l-page-products-drvision-item5-head hr {
  width: 50%;
  margin-bottom: 70px;
}
@media print, screen and (max-width: 1099px) {
  .l-page-products-drvision-item5-head hr {
    width: 80%;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 1100px) {
  .l-page-products-drvision-item5-head hr {
    width: 30%;
  }
}
@media print, screen and (max-width: 1099px) {
  .l-page-products-drvision-item5-head {
    margin: 40px auto;
    padding: 0 15px;
  }
}
.l-page-products-drvision-item5-head h2 {
  margin-bottom: 1.5em;
  font-size: 3.8rem;
}
.l-page-products-drvision-item5-head h2 span {
  font-size: 1.6rem;
  font-weight: 500;
  display: block;
}
@media print, screen and (min-width: 1100px) {
  .l-page-products-drvision-item5-head h2 span {
    font-size: 1.9rem;
  }
}
@media print, screen and (max-width: 767px) {
  .l-page-products-drvision-item5-head h2 {
    font-size: 2.4rem;
  }
}
.l-page-products-drvision-item5 .txt p {
  margin-bottom: 1em;
}
@media print, screen and (min-width: 1100px) {
  .l-page-products-drvision-item5 .txt {
    width: 540px;
  }
}
.l-page-products-drvision-item5 .txt ul {
  margin-top: 1em;
}
.l-page-products-drvision-item5 .txt ul li {
  margin: 0.5em 0 0 1.5em;
  list-style: disc;
}
@media print, screen and (min-width: 1100px) {
  .l-page-products-drvision-item5 .img {
    width: 500px;
  }
}
.l-page-products-drvision-item5 hr {
  width: 50%;
  margin-top: 70px;
}
@media print, screen and (max-width: 1099px) {
  .l-page-products-drvision-item5 hr {
    width: 80%;
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 1100px) {
  .l-page-products-drvision-item5 hr {
    width: 30%;
  }
}
.l-page-products-drvision-item6 {
  margin-top: 100px;
  padding: 70px 0;
}
@media print, screen and (max-width: 1099px) {
  .l-page-products-drvision-item6 {
    margin-top: 40px;
    padding: 40px 15px;
  }
}
.l-page-products-drvision-item6 h2, .l-page-products-drvision-item6 h3 {
  font-size: 3.2rem;
  color: #479dae;
  margin-bottom: 1.5em;
  font-weight: 700;
}
@media print, screen and (max-width: 767px) {
  .l-page-products-drvision-item6 h2, .l-page-products-drvision-item6 h3 {
    font-size: 2.4rem;
  }
}
.l-page-products-drvision-item6 .txt {
  line-height: 2;
}
@media print, screen and (min-width: 1100px) {
  .l-page-products-drvision-item6 .txt {
    width: 640px;
  }
}
@media print, screen and (min-width: 1100px) {
  .l-page-products-drvision-item6 .img {
    width: 400px;
  }
}
.l-page-products-drvision-item6 ul li {
  margin: 0 0 0.5em 1.5em;
  list-style-type: disc;
}
.l-page-products-drvision-item6 table {
  border-collapse: collapse;
  border: 1px solid #aaa;
  width: 90%;
  margin: 70px auto;
}
.l-page-products-drvision-item6 table th, .l-page-products-drvision-item6 table td {
  padding: 0.6em;
  border: 1px solid #aaa;
}
.l-page-products-drvision-item6 table th {
  text-align: left;
  background-color: #f9f9f9;
  font-weight: 500;
}
.l-page-products-drvision-item6 table td {
  background-color: #fff;
}
@media print, screen and (min-width: 1100px) {
  .l-page-products-drvision-detail {
    width: 1100px;
  }
}
.l-page-products-drvision-detail table {
  border-collapse: collapse;
  border: 1px solid #ccc;
  margin-bottom: 1.5em;
  width: 100%;
}
@media print, screen and (max-width: 1099px) {
  .l-page-products-drvision-detail table {
    font-size: 1.4rem;
  }
}
.l-page-products-drvision-detail table th, .l-page-products-drvision-detail table td {
  padding: 0.5em;
  border: 1px solid #ccc;
  text-align: center;
}
.l-page-products-drvision-detail table th {
  background-color: #f8f8f8;
  font-weight: 700;
}
.l-page-products-drvision-detail table td {
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 1100px) {
  .l-page-products-drvision-detail table td img {
    max-width: 320px;
  }
}
.l-page-products-drvision-item7 {
  margin-bottom: 70px;
}
@media print, screen and (max-width: 1099px) {
  .l-page-products-drvision-item7 {
    padding: 40px 15px 0 15px;
  }
}
.l-page-products-drvision-item7 p {
  margin-bottom: 0.5em;
  line-height: 2;
}
.l-page-products-drvision-item7 .l-btn04 {
  margin: 50px auto;
  text-align: center;
}
.l-page-products-drvision-item7 ul li {
  margin: 0.5rem 0 0 1.5rem;
  list-style: disc;
}

.l-page-products-mamorukun .l-page-head {
  background: #29ABE2 url(../../../../images/mamorukun/bg_header.jpg) 100% center no-repeat;
  background-size: 50%;
}
@media print, screen and (min-width: 1100px) {
  .l-page-products-mamorukun .l-page-head {
    height: 250px;
  }
}
@media print, screen and (max-width: 1099px) {
  .l-page-products-mamorukun .l-page-head {
    background-image: none;
  }
}
.l-page-products-mamorukun-news {
  margin-top: 80px;
}
@media print, screen and (max-width: 1099px) {
  .l-page-products-mamorukun-news {
    margin-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.l-page-products-mamorukun-news .inner-box {
  border: 1px solid #aaa;
  padding: 50px;
}
.l-page-products-mamorukun-news h2 {
  font-size: 3rem;
  color: #29ABE2;
  margin-bottom: 1.5em;
  font-weight: 700;
}
@media print, screen and (max-width: 767px) {
  .l-page-products-mamorukun-news h2 {
    font-size: 2.4rem;
  }
}
.l-page-products-mamorukun-news h3 {
  font-size: 2.8rem;
  font-weight: 500;
  margin: 1em 0 0.5em;
}
@media print, screen and (max-width: 767px) {
  .l-page-products-mamorukun-news h3 {
    font-size: 2.1rem;
  }
}
.l-page-products-mamorukun-news h4 {
  font-size: 2.2rem;
  font-weight: 500;
  margin: 1.5em 0 0.5em;
}
@media print, screen and (max-width: 767px) {
  .l-page-products-mamorukun-news h4 {
    font-size: 2.1rem;
  }
}
.l-page-products-mamorukun-news p {
  margin-bottom: 0.7em;
}
.l-page-products-mamorukun-item ol li {
  list-style-type: decimal;
  margin: 1em 0 0 1.5em;
}
.l-page-products-mamorukun-item2 {
  margin-top: 120px;
  padding: 70px 0;
}
@media print, screen and (max-width: 1099px) {
  .l-page-products-mamorukun-item2 {
    margin-top: 40px;
    padding: 40px 15px;
  }
}
.l-page-products-mamorukun-item2 .txt p {
  margin-top: 1em;
}
.l-page-products-mamorukun-item2 .txt h2 {
  font-size: 3.6rem;
  color: #479dae;
  margin-bottom: 1.5em;
  font-weight: 700;
}
@media print, screen and (max-width: 767px) {
  .l-page-products-mamorukun-item2 .txt h2 {
    font-size: 3rem;
  }
}
.l-page-products-mamorukun-item2 .txt ul li {
  background: url(../.././../../images/common/list-icon.png) no-repeat left 8px;
  padding-left: 40px;
  margin-bottom: 0.8em;
  font-size: 2.9rem;
  font-weight: 500;
}
@media print, screen and (min-width: 1100px) {
  .l-page-products-mamorukun-item2 .txt ul li {
    width: 48%;
  }
}
@media print, screen and (max-width: 767px) {
  .l-page-products-mamorukun-item2 .txt ul li {
    font-size: 2.4rem;
  }
}
.l-page-products-mamorukun-item3 {
  margin-top: 120px;
  padding: 70px 0 20px 0;
}
@media print, screen and (max-width: 1099px) {
  .l-page-products-mamorukun-item3 {
    margin-top: 40px;
    padding: 40px 15px 15px 15px;
  }
}
.l-page-products-mamorukun-item3 .inner {
  margin-bottom: 70px;
}
@media print, screen and (max-width: 1099px) {
  .l-page-products-mamorukun-item3 .inner {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 1100px) {
  .l-page-products-mamorukun-item3 .img {
    width: 400px;
  }
}
.l-page-products-mamorukun-item3 .txt h2 {
  margin-bottom: 1em;
  font-size: 3.2rem;
  line-height: 1.8;
}
@media print, screen and (max-width: 1099px) {
  .l-page-products-mamorukun-item3 .txt h2 {
    margin-top: 1em;
  }
}
.l-page-products-mamorukun-item3 .txt h2 span {
  font-size: 1.6rem;
  display: block;
}
@media print, screen and (min-width: 1100px) {
  .l-page-products-mamorukun-item3 .txt h2 span {
    font-size: 1.9rem;
  }
}
@media print, screen and (max-width: 767px) {
  .l-page-products-mamorukun-item3 .txt h2 {
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 1100px) {
  .l-page-products-mamorukun-item3 .txt {
    width: 620px;
  }
}
.l-page-products-mamorukun-item3 .txt ul li {
  margin: 0.5em 0 0 1.5em;
  list-style-type: disc;
}
.l-page-products-mamorukun-item3 .txt p {
  margin-bottom: 1em;
}
.l-page-products-mamorukun-item4 {
  margin-top: 120px;
}
@media print, screen and (max-width: 1099px) {
  .l-page-products-mamorukun-item4 {
    margin-top: 40px;
    padding: 0 15px;
  }
}
.l-page-products-mamorukun-item4 h2 {
  margin-bottom: 1em;
  font-size: 3.2rem;
  line-height: 1.6;
  border-left: 10px solid #479dae;
  padding-left: 15px;
}
@media print, screen and (max-width: 767px) {
  .l-page-products-mamorukun-item4 h2 {
    font-size: 2.4rem;
  }
}
.l-page-products-mamorukun-item4 ul.c-pickup li {
  font-size: 2.4rem;
  font-weight: 500;
  border-bottom: 1px solid #333;
  padding: 5px 10px;
  margin-bottom: 0.7em;
  display: inline-block;
  letter-spacing: 0.2em;
}
@media print, screen and (max-width: 767px) {
  .l-page-products-mamorukun-item4 ul.c-pickup li {
    font-size: 1.8rem;
    letter-spacing: 0;
  }
}
.l-page-products-mamorukun-item4-box {
  margin: 50px auto 0 auto;
}
.l-page-products-mamorukun-item4-box h3 {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 1em;
}
.l-page-products-mamorukun-item4-box ul li {
  list-style-type: disc;
  margin: 0 0 0.5em 1.5em;
}
.l-page-products-mamorukun-item5 {
  margin-top: 120px;
}
@media print, screen and (max-width: 767px) {
  .l-page-products-mamorukun-item5 {
    margin-top: 40px;
    padding: 0 15px;
  }
}
.l-page-products-mamorukun-item5 h2 {
  margin-bottom: 1em;
  font-size: 3.2rem;
  line-height: 1.6;
  border-left: 10px solid #479dae;
  padding-left: 15px;
}
@media print, screen and (max-width: 767px) {
  .l-page-products-mamorukun-item5 h2 {
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .l-page-products-mamorukun-item5 h2 {
    margin: 0 0 60px 25px;
  }
}
.l-page-products-mamorukun-item5 .l-btn03 {
  margin: 60px auto;
}
.l-page-products-mamorukun-item6 {
  margin-top: 120px;
  padding: 70px 0;
}
@media print, screen and (max-width: 1099px) {
  .l-page-products-mamorukun-item6 {
    margin-top: 40px;
    padding: 40px 15px;
  }
}
.l-page-products-mamorukun-item6 h2 {
  margin-bottom: 1em;
  font-size: 3.2rem;
  line-height: 1.6;
}
@media print, screen and (max-width: 767px) {
  .l-page-products-mamorukun-item6 h2 {
    font-size: 2.4rem;
  }
}
.l-page-products-mamorukun-item6-box {
  background-color: #fff;
  padding: 25px;
  border-radius: 6px;
  margin: 2% 0;
  line-height: 2;
}
@media print, screen and (min-width: 1100px) {
  .l-page-products-mamorukun-item6-box {
    width: 48%;
  }
}
.l-page-products-mamorukun-item6-box h3 {
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.l-page-products-mamorukun-item7 {
  margin: 120px auto;
  /*  .c-faq-id9423
  --------------------------------------------- */
}
@media print, screen and (max-width: 1099px) {
  .l-page-products-mamorukun-item7 {
    margin: 40px auto;
    padding: 0 15px;
  }
}
.l-page-products-mamorukun-item7 h2 {
  font-size: 3.6rem;
  margin-bottom: 1.5em;
  font-weight: 700;
}
@media print, screen and (max-width: 767px) {
  .l-page-products-mamorukun-item7 h2 {
    font-size: 3rem;
  }
}
.l-page-products-mamorukun-item7 .c-faq-id9423 {
  line-height: 1.8;
}
.l-page-products-mamorukun-item7 .c-faq-id9423__item {
  padding: 1rem 2rem;
  border: 2px solid #000;
  border-radius: 10px;
  overflow: hidden;
}
.l-page-products-mamorukun-item7 .c-faq-id9423__item:not(:first-of-type) {
  margin-top: 30px;
}
.l-page-products-mamorukun-item7 .c-faq-id9423__item-head {
  position: relative;
  padding: 1em 4em 1em 0;
}
.l-page-products-mamorukun-item7 .c-faq-id9423__item-ttl {
  position: relative;
  padding-left: 4em;
  font-weight: bold;
}
.l-page-products-mamorukun-item7 .c-faq-id9423__item-ttl::before {
  content: "Q";
  position: absolute;
  inset: 50% auto auto 0;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  font-size: 16px;
}
.l-page-products-mamorukun-item7 .c-faq-id9423__btn {
  position: absolute;
  inset: 50% 0 auto auto;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: #479dae;
  touch-action: manipulation;
  cursor: pointer;
  border: none;
}
.l-page-products-mamorukun-item7 .c-faq-id9423__btn::before, .l-page-products-mamorukun-item7 .c-faq-id9423__btn::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.l-page-products-mamorukun-item7 .c-faq-id9423__btn::before {
  width: 16px;
  height: 2px;
}
.l-page-products-mamorukun-item7 .c-faq-id9423__btn::after {
  width: 2px;
  height: 16px;
}
.is-acc-open .l-page-products-mamorukun-item7 .c-faq-id9423__btn::after {
  height: 0;
}

@media (hover: hover) {
  .l-page-products-mamorukun-item7 .c-faq-id9423__btn {
    transition: opacity 0.3s;
  }
  .l-page-products-mamorukun-item7 .c-faq-id9423__btn:hover {
    opacity: 0.8;
  }
}
.l-page-products-mamorukun-item7 .c-faq-id9423 .js-acc-target {
  display: none;
}
.l-page-products-mamorukun-item7 .c-faq-id9423__item-body {
  position: relative;
  margin-top: 1em;
  padding: 2em 1em 1em 4em;
  border-top: 2px solid #777;
}
.l-page-products-mamorukun-item7 .c-faq-id9423__item-body::before {
  content: "A";
  position: absolute;
  inset: 1.5em auto auto 0;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #000;
  font-size: 16px;
  font-weight: bold;
}
.l-page-products-mamorukun-item8 {
  margin-bottom: 70px;
}
@media print, screen and (max-width: 1099px) {
  .l-page-products-mamorukun-item8 {
    margin-top: 40px;
    padding: 40px 15px 0 15px;
  }
}
.l-page-products-mamorukun-item8 p {
  margin-bottom: 0.5em;
  line-height: 1.8;
}
.l-page-products-mamorukun-item8 .l-btn04 {
  margin: 50px auto;
  text-align: center;
}
.l-page-products-mamorukun-item8 ul {
  margin-bottom: 1.5em;
}
.l-page-products-mamorukun-item8 ul li {
  list-style-type: disc;
  margin: 0 0 0.5em 1.5em;
}

.l-page-products-eyepower .l-page-head {
  background: #990033 url(../../../../images/eyepower/bg_header.jpg) 100% center no-repeat;
  background-size: 50%;
}
@media print, screen and (min-width: 1100px) {
  .l-page-products-eyepower .l-page-head {
    height: 250px;
  }
}
@media print, screen and (max-width: 1099px) {
  .l-page-products-eyepower .l-page-head {
    background-image: none;
  }
}
.l-page-products-eyepower-item2 {
  margin-top: 120px;
  padding: 70px 0;
}
@media print, screen and (max-width: 1099px) {
  .l-page-products-eyepower-item2 {
    margin-top: 40px;
    padding: 40px 15px;
  }
}
@media print, screen and (min-width: 1100px) {
  .l-page-products-eyepower-item2 .img {
    width: 550px;
  }
}
.l-page-products-eyepower-item2 .txt p {
  margin-top: 1em;
}
@media print, screen and (min-width: 1100px) {
  .l-page-products-eyepower-item2 .txt {
    width: 510px;
  }
}
@media print, screen and (max-width: 1099px) {
  .l-page-products-eyepower-item3 {
    padding: 20px 15px;
  }
}
.l-page-products-eyepower-item3 h3 {
  margin-bottom: 2rem;
  font-size: 2.1rem;
  font-weight: 400;
}
@media print, screen and (min-width: 1100px) {
  .l-page-products-eyepower-item3 .img {
    width: 700px;
    margin-right: -150px;
  }
}
.l-page-products-eyepower-item3 dl dt {
  width: 40%;
}
.l-page-products-eyepower-item3 dl dd {
  width: 60%;
}
@media print, screen and (max-width: 1099px) {
  .l-page-products-eyepower-detail {
    padding: 15px;
  }
}

.l-page-products-grass .l-page-head {
  background: #990033 url(../../../../images/grass/bg_header.jpg) 100% center no-repeat;
  background-size: 50%;
}
@media print, screen and (min-width: 1100px) {
  .l-page-products-grass .l-page-head {
    height: 250px;
  }
}
@media print, screen and (max-width: 1099px) {
  .l-page-products-grass .l-page-head {
    background-image: none;
  }
}
.l-page-products-grass-item h3 {
  margin-bottom: 1em;
  margin-top: 60px;
  font-weight: 500;
  text-decoration: underline;
}
.l-page-products-grass-item h3 span {
  color: #333;
  font-size: 1.6rem;
  padding-left: 1em;
  text-decoration: none;
  display: inline-block;
}
@media print, screen and (min-width: 1100px) {
  .l-page-products-grass-item h3 span {
    font-size: 1.9rem;
  }
}
.l-page-products-grass-item ul {
  margin-top: 1em;
}
.l-page-products-grass-item ul li {
  list-style: disc;
  margin: 0 0 0.2em 1.5em;
}
.l-page-products-grass-item .txt2 {
  line-height: 2;
}
.l-page-products-grass-item .txt2 ol {
  margin: 1em 0 0 1.5em;
  list-style-type: decimal;
}
.l-page-products-grass-item .txt2 ol li {
  margin-bottom: 0.5rem;
}
.l-page-products-grass-item2 {
  margin-top: 120px;
  padding: 70px 0;
}
@media print, screen and (max-width: 767px) {
  .l-page-products-grass-item2 {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 1100px) {
  .l-page-products-grass-item2 .img {
    width: 600px;
    margin-left: -100px;
  }
}
@media print, screen and (max-width: 1099px) {
  .l-page-products-grass-item2 .txt h2 {
    padding: 0 15px;
  }
}
.l-page-products-grass-item2 .txt p {
  margin-top: 1em;
}
@media print, screen and (max-width: 1099px) {
  .l-page-products-grass-item2 .txt p {
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 1100px) {
  .l-page-products-grass-item2 .txt {
    width: 500px;
  }
}

.l-page-products-itaminegold .l-page-head {
  background: #990033 url(../../../../images/eyetamin/bg_header.jpg) 100% center no-repeat;
  background-size: 50%;
}
@media print, screen and (min-width: 1100px) {
  .l-page-products-itaminegold .l-page-head {
    height: 250px;
  }
}
@media print, screen and (max-width: 1099px) {
  .l-page-products-itaminegold .l-page-head {
    background-image: none;
  }
}
.l-page-products-itaminegold-item ul li {
  list-style-type: disc;
  margin: 0.5em 0 0 1.5em;
}
.l-page-products-itaminegold-item2 {
  margin-top: 120px;
  padding: 70px 0;
}
@media print, screen and (max-width: 1099px) {
  .l-page-products-itaminegold-item2 {
    margin-top: 40px;
    padding: 40px 15px;
  }
}
.l-page-products-itaminegold-item2 .inner {
  margin-top: 100px;
}
@media print, screen and (max-width: 1099px) {
  .l-page-products-itaminegold-item2 .inner {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 1100px) {
  .l-page-products-itaminegold-item2 .txt {
    width: 515px;
  }
}
.l-page-products-itaminegold-item2 .txt p {
  margin-top: 1em;
}
.l-page-products-itaminegold-item2 .img {
  margin-bottom: 15px;
}
@media print, screen and (min-width: 1100px) {
  .l-page-products-itaminegold-item2 .img {
    width: 550px;
  }
}

.l-page-company .l-page-head {
  background: #c60 url(../../../../images/company/bg_header.jpg) 100% center no-repeat;
  background-size: 50%;
}
@media print, screen and (min-width: 1100px) {
  .l-page-company .l-page-head {
    height: 250px;
  }
}
@media print, screen and (max-width: 1099px) {
  .l-page-company .l-page-head {
    background-image: none;
  }
}
.l-page-company-headtxt {
  margin-top: 70px;
}
@media print, screen and (max-width: 1099px) {
  .l-page-company-headtxt {
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.l-page-company-headtxt h2 {
  color: #f08c00;
  margin-bottom: 1rem;
}
.l-page-company-headtxt p {
  line-height: 2;
}
.l-page-company-privacy, .l-page-company-recruit {
  margin-top: 70px;
}
@media print, screen and (max-width: 1099px) {
  .l-page-company-privacy, .l-page-company-recruit {
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.l-page-company-privacy ol, .l-page-company-recruit ol {
  list-style-type: decimal;
  margin: 0 0 0 1.5rem;
}
.l-page-company-privacy ol li, .l-page-company-recruit ol li {
  margin-bottom: 1rem;
}
.l-page-company-privacy-box, .l-page-company-recruit-box {
  margin: 2rem 1.5rem 0 1.5rem;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 2rem;
}
.l-page-company-privacy-box address, .l-page-company-recruit-box address {
  margin-top: 0.5rem;
}
.l-page-company-aisatsu {
  padding-top: 100px;
}
@media print, screen and (max-width: 1099px) {
  .l-page-company-aisatsu {
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.l-page-company-aisatsu-txt h2 {
  margin: 0.5em 0;
}
.l-page-company-aisatsu-txt p {
  line-height: 2;
}
.l-page-company-aisatsu-txt p.name {
  text-align: right;
  margin-top: 1em;
}
@media print, screen and (min-width: 1100px) {
  .l-page-company-aisatsu-txt {
    width: 50%;
  }
}
@media print, screen and (min-width: 1100px) {
  .l-page-company-aisatsu-img {
    width: 46%;
  }
}
@media print, screen and (max-width: 1099px) {
  .l-page-company-aisatsu-img {
    margin-top: 30px;
  }
}
.l-page-company-ouen {
  margin: 70px 0 50px 0;
  padding: 60px 15px;
  background-color: #f2f2f2;
}
.l-page-company-ouen h3 {
  margin-bottom: 1.5em;
}
@media print, screen and (max-width: 1099px) {
  .l-page-company-ouen-img {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 1100px) {
  .l-page-company-ouen-img {
    width: 46%;
    font-size: 1.4rem;
  }
  .l-page-company-ouen-img img {
    margin-bottom: 1em;
  }
  .l-page-company-ouen-txt {
    width: 50%;
  }
  .l-page-company-ouen-txt p {
    line-height: 2;
  }
}
.l-page-company-gaiyou {
  margin-top: 50px;
}
@media print, screen and (max-width: 1099px) {
  .l-page-company-gaiyou {
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.l-page-company-access {
  margin-top: 50px;
}
@media print, screen and (max-width: 1099px) {
  .l-page-company-access {
    margin: 0;
    padding: 15px;
    text-align: center;
  }
  .l-page-company-access img {
    padding: 15px 0;
  }
}
.l-page-company-access h2 {
  margin-bottom: 1em;
}
@media print, screen and (min-width: 1100px) {
  .l-page-company-access .inner {
    width: 700px;
    margin-bottom: 70px;
  }
  .l-page-company-access-img {
    width: 300px;
  }
  .l-page-company-access-map {
    width: 370px;
  }
}

.l-page-recruit .l-page-head {
  background: #06c url(../../../../images/recruit/bg_header.jpg) 100% center no-repeat;
  background-size: 50%;
}
@media print, screen and (min-width: 1100px) {
  .l-page-recruit .l-page-head {
    height: 250px;
  }
}
@media print, screen and (max-width: 1099px) {
  .l-page-recruit .l-page-head {
    background-image: none;
  }
}

.l-page-contact .l-page-head {
  background: rgba(23, 128, 203, 0.9) url(../../../../images/contact/bg_header.jpg) 100% center no-repeat;
  background-size: 50%;
}
@media print, screen and (min-width: 1100px) {
  .l-page-contact .l-page-head {
    height: 250px;
  }
}
@media print, screen and (max-width: 1099px) {
  .l-page-contact .l-page-head {
    background-image: none;
  }
}
.l-page-contact-aisatsu {
  margin-top: 70px;
}
@media print, screen and (max-width: 1099px) {
  .l-page-contact-aisatsu {
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.l-page-contact-aisatsu h3 {
  font-weight: 500;
  margin-top: 1em;
}
.l-page-contact-aisatsu p {
  line-height: 2;
}
.l-page-contact-tel {
  font-size: 2.4rem;
  color: rgba(23, 128, 203, 0.9);
  font-weight: 700;
  margin: 1em 0;
}
.l-page-contact-form {
  padding-left: 15px;
  padding-right: 15px;
}

.l-page-tenken .l-page-head {
  background: #06c url(../../../../images/tenken/bg_header.jpg) 100% center no-repeat;
  background-size: 50%;
}
@media print, screen and (min-width: 1100px) {
  .l-page-tenken .l-page-head {
    height: 250px;
  }
}
@media print, screen and (max-width: 1099px) {
  .l-page-tenken .l-page-head {
    background-image: none;
  }
}
.l-page-tenken .inner {
  margin: 70px auto;
}
@media print, screen and (max-width: 767px) {
  .l-page-tenken .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.l-page-tenken .inner h2 {
  margin-bottom: 1.5rem;
  font-size: 3.2rem;
  line-height: 1.6;
  margin-top: 40px;
}
@media print, screen and (max-width: 767px) {
  .l-page-tenken .inner h2 {
    font-size: 2.4rem;
  }
}
.l-page-tenken .inner h3 {
  margin-top: 40px;
  font-size: 2.1rem;
  font-weight: 500;
}
.l-page-tenken .inner ul {
  margin: 0.5em 0 0 1.5em;
  list-style: disc;
}
.l-page-tenken .inner p {
  line-height: 1.8;
}
.l-page-tenken .inner address {
  border: 2px solid #06c;
  padding: 20px;
  border-radius: 4px;
  margin-top: 40px;
}
.l-page-tenken .inner address h3 {
  margin: 0 auto 1em auto;
  color: #06c;
}
.l-page-tenken .inner address h4, .l-page-tenken .inner address p {
  font-size: 1.8rem;
  font-weight: 500;
}
@media print, screen and (min-width: 1100px) {
  .l-page-tenken .inner address h4, .l-page-tenken .inner address p {
    font-size: 2rem;
  }
}

.l-page-sangyoi .l-page-head-txt h2 {
  font-weight: 400;
  margin-bottom: 0.5em;
}
.l-page-sangyoi .l-page-head {
  background: #009245 url(../../../../images/sangyoui/bg_header.jpg) 100% center no-repeat;
  background-size: 47%;
}
@media print, screen and (min-width: 1100px) {
  .l-page-sangyoi .l-page-head {
    height: 250px;
  }
}
@media print, screen and (max-width: 1099px) {
  .l-page-sangyoi .l-page-head {
    background-image: none;
  }
}
.l-page-sangyoi-item {
  margin-top: 100px;
}
@media print, screen and (max-width: 1099px) {
  .l-page-sangyoi-item {
    margin-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.l-page-sangyoi-item h2 {
  margin-bottom: 1em;
  font-size: 3.2rem;
  line-height: 1.6;
}
@media print, screen and (max-width: 767px) {
  .l-page-sangyoi-item h2 {
    font-size: 2.4rem;
  }
}
.l-page-sangyoi-item .txt {
  line-height: 2;
}
@media print, screen and (min-width: 1100px) {
  .l-page-sangyoi-item .txt {
    width: 510px;
  }
}
.l-page-sangyoi-item .txt p {
  margin-top: 1em;
}
.l-page-sangyoi-item .txt h3 {
  display: inline-block;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  padding: 2px 15px;
  font-weight: 500;
  margin-top: 1.5em;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 1100px) {
  .l-page-sangyoi-item .txt h3 {
    font-size: 1.9rem;
  }
}
.l-page-sangyoi-item .txt ul {
  list-style-type: disc;
  margin: 0 0 0 1.5em;
  font-weight: 500;
  display: block;
  margin-top: 0.5em;
}
.l-page-sangyoi-item .txt ul li {
  line-height: 1.5;
  margin-bottom: 0.8em;
  font-weight: 400;
}
@media print, screen and (min-width: 1100px) {
  .l-page-sangyoi-item .img {
    width: 660px;
    margin-right: -160px;
  }
}
@media print, screen and (max-width: 1099px) {
  .l-page-sangyoi-item .img {
    margin-top: 20px;
  }
}
.l-page-sangyoi-item2 {
  margin-top: 120px;
  padding: 70px 0;
}
@media print, screen and (max-width: 767px) {
  .l-page-sangyoi-item2 {
    margin-top: 40px;
    padding: 40px 15px;
  }
}
.l-page-sangyoi-item2 .txt p {
  margin-top: 1em;
}
.l-page-sangyoi-item2 .txt h2 {
  font-size: 3.6rem;
  color: #479dae;
  margin-bottom: 1.5em;
  font-weight: 700;
}
@media print, screen and (max-width: 767px) {
  .l-page-sangyoi-item2 .txt h2 {
    font-size: 3rem;
  }
}
.l-page-sangyoi-item2 .txt ul li {
  background: url(../.././../../images/common/list-icon.png) no-repeat left 8px;
  padding-left: 40px;
  margin-bottom: 0.8em;
  font-size: 2.8rem;
  font-weight: 500;
}
@media print, screen and (min-width: 1100px) {
  .l-page-sangyoi-item2 .txt ul li {
    width: 48%;
  }
}
@media print, screen and (max-width: 767px) {
  .l-page-sangyoi-item2 .txt ul li {
    font-size: 2.4rem;
  }
}
.l-page-sangyoi-item3 {
  margin-top: 120px;
}
@media print, screen and (max-width: 767px) {
  .l-page-sangyoi-item3 {
    margin-top: 40px;
  }
}
.l-page-sangyoi-item3 .l-page-sangyoi-item3-box {
  border-radius: 6px;
  background-color: #f2f2f2;
  padding: 20px;
}
@media print, screen and (min-width: 1100px) {
  .l-page-sangyoi-item3 .l-page-sangyoi-item3-box {
    width: 48%;
  }
}
@media print, screen and (max-width: 1099px) {
  .l-page-sangyoi-item3 .l-page-sangyoi-item3-box {
    margin: 10px;
  }
}
.l-page-sangyoi-item3 .l-page-sangyoi-item3-box h3 {
  font-size: 2.8rem;
  color: #009245;
  font-weight: 700;
}
@media print, screen and (max-width: 767px) {
  .l-page-sangyoi-item3 .l-page-sangyoi-item3-box h3 {
    font-size: 2.4rem;
  }
}
.l-page-sangyoi-item3 .l-page-sangyoi-item3-box h4 {
  margin-top: 1em;
}
.l-page-sangyoi-item3 .l-page-sangyoi-item3-box ul {
  margin: 0 0 0 1.5em;
  list-style-type: circle;
}
.l-page-sangyoi-item3 .l-page-sangyoi-item3-box ul li {
  margin-top: 0.5em;
}
.l-page-sangyoi-item4 {
  margin-top: 70px;
}
@media print, screen and (max-width: 1099px) {
  .l-page-sangyoi-item4 {
    margin-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.l-page-sangyoi-item4 h2 {
  font-size: 3.6rem;
  color: #479dae;
  margin-bottom: 1.5em;
  font-weight: 700;
}
@media print, screen and (max-width: 767px) {
  .l-page-sangyoi-item4 h2 {
    font-size: 2.8rem;
  }
}
.l-page-sangyoi-item4 ul li {
  list-style: disc;
  margin: 0.5em 0 0 1.5em;
}
.l-page-sangyoi-item4 p {
  font-size: 1.8rem;
  line-height: 2;
}
@media print, screen and (min-width: 1100px) {
  .l-page-sangyoi-item4 p {
    font-size: 2rem;
  }
}
.l-page-sangyoi-item5 {
  margin-top: 70px;
  border: 1px solid #000;
  padding: 50px;
}
@media print, screen and (max-width: 1099px) {
  .l-page-sangyoi-item5 {
    margin: 40px 15px;
  }
}
.l-page-sangyoi-item5 h2 {
  font-size: 4.8rem;
}
@media print, screen and (max-width: 1099px) {
  .l-page-sangyoi-item5 h2 {
    font-size: 3rem;
  }
}
.l-page-sangyoi-item5 ul li {
  margin: 0.5em;
}
.l-page-sangyoi-item5 .c-btn {
  margin: 50px auto 0 auto;
}

.l-single {
  margin: 70px auto;
  padding: 15px;
}
@media print, screen and (max-width: 1099px) {
  .l-single {
    margin: 40px auto;
  }
}
.l-single h1 {
  margin-bottom: 1em;
  font-size: 4.8rem;
}
@media print, screen and (max-width: 767px) {
  .l-single h1 {
    font-size: 3.4rem;
  }
}
.l-single h2, .l-single h3 {
  margin-top: 1em;
}
.l-single p {
  line-height: 2;
  margin-top: 1em;
}/*# sourceMappingURL=style.css.map */