@charset "UTF-8";
@import url(//use.fontawesome.com/releases/v5.0.6/css/all.css);
@import url(//fonts.googleapis.com/css?family=Merriweather);
/*------------------------------------------
  Base Layout
------------------------------------------*/
html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS PGothic", sans-serif;
  font-size: 1.6em;
  background: #fff;
  color: #606060;
  line-height: 1.8;
}

a {
  color: #606060;
  text-decoration: none;
  transition: opacity .2s ease;
}
a:hover {
  opacity: .7;
  transition: opacity .2s ease;
}
a.link-tel {
  pointer-events: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.wrapper {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.disp-pc {
  display: block;
}

.disp-tab {
  display: none;
}

.disp-sp {
  display: none;
}

.fa-phone-square {
  transform: rotateY(180deg);
}

@media only screen and (max-width: 1024px) {
  .disp-tab {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 1.4em;
  }
  .disp-pc {
    display: none;
  }
  .disp-sp {
    display: block;
  }
}

@media only screen and (max-width: 480px) {
  a.link-tel {
    pointer-events: auto;
  }
}

/*------------------------------------------
  parts
------------------------------------------*/
/*  layout
-------------------------*/
.layout-type01 {
  padding: 0 40px;
  max-width: 940px;
  margin: auto;
}

.layout-type02 {
  padding: 0 40px;
  max-width: 1200px;
  margin: auto;
}

/*  flexbox
-------------------------*/
.flexbox {
  display: -webkit-flex;
  display:    -moz-flex;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

/*  title
-------------------------*/
.title-type01 {
  font-weight: bold;
  font-size: 26px;
  font-size: 2.6rem;
}

.title-type02 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #01a0d7;
  font-weight: bold;
  text-align: center;
}

.title-type03 {
  text-align: center;
  color: #fff;
  background: #01a0d7;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif;
  padding: .6em 0 .4em;
  line-height: 1.5;
}

.title-type04 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif;
  position: relative;
  padding: .6em 1.5em;
  border: 2px solid #9ddafc;
}
.title-type04 span {
  font-family: "Merriweather", serif;
  font-size: 26px;
  font-size: 2.6rem;
  color: #01a0d7;
}

.title-type05 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.3;
  position: relative;
  color: #01a0d7;
}

.BD-guide .title-type03, .BD-ir_hikari_aging_protect .title-type03 {
  background: #851a3e;
}

/*  btn
-------------------------*/
.btn-type01 {
  display: inline-block;
  width: 100%;
  max-width: 200px;
  text-align: center;
  border: 2px solid #01a0d7;
  padding: .5em 0;
  color: #01a0d7;
  font-weight: bold;
  box-sizing: border-box;
}
.btn-type01:hover {
  opacity: 1;
  background: #01a0d7;
  color: #fff;
}

.btn-type02 {
  text-align: center;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  background: #01a0d7;
  color: #fff;
  padding: .5em 3em;
  border: 2px solid #01a0d7;
}

.btn-type03 {
  display: inline-block;
  border: 1px solid #606060;
  font-size: 16px;
  font-size: 1.6rem;
  padding: .4em 2em;
  font-weight: bold;
}

.btn-type04 {
  display: inline-block;
  color: #707070;
  font-size: 12px;
  font-size: 1.2rem;
  padding-left: 1em;
  position: relative;
}
.btn-type04:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #9ddafc;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
}

/*  table
-------------------------*/
.table-type01 {
  width: 100%;
  text-align: left;
}
.table-type01 tr {
  border-bottom: 1px dashed #606060;
}
.table-type01 tr:first-child th, .table-type01 tr:first-child td {
  padding-top: 0;
}
.table-type01 th, .table-type01 td {
  padding: 1em 0;
}
.table-type01 th {
  padding-right: 1em;
}

.table-type02 {
  width: 100%;
  background: #fff;
  border-top: 1px solid #606060;
  border-left: 1px solid #606060;
}
.table-type02 tr {
  border-bottom: 1px solid #606060;
}
.table-type02 th, .table-type02 td {
  vertical-align: middle;
  padding: 1em;
  border-right: 1px solid #606060;
}
.table-type02 th {
  text-align: center;
  width: 5em;
}

.table-type03 {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.table-type03 tr {
  border-bottom: 1px solid #ccc;
}
.table-type03 th, .table-type03 td {
  border-right: 1px solid #ccc;
  vertical-align: middle;
  box-sizing: border-box;
}
.table-type03 th {
  background: #01a0d7;
  color: #fff;
  width: 11em;
  padding: .6em 1em;
}
.table-type03 td {
  padding: 1em;
}

/*  list
-------------------------*/
.list-type01 li {
  border-bottom: 1px dashed #606060;
}
.list-type01 li:nth-child(2n) {
  background: #f3fafd;
}

.list-type01 .item-inner {
  display: table;
  width: 100%;
  padding: 1em .5em .8em;
  position: relative;
  box-sizing: border-box;
}

.list-type01 .item-label {
  display: table-cell;
  padding-right: 1em;
  width: 7em;
}

.list-type01 .item-text {
  display: table-cell;
  color: #01a0d7;
}

.list-type02 li {
  border-bottom: 1px dashed #606060;
}
.list-type02 li:nth-child(2n) {
  background: #ffffeb;
}

.list-type02 .item-inner {
  display: table;
  width: 100%;
  padding: 1em 0 .8em;
  position: relative;
}

.list-type02 .item-image {
  display: table-cell;
  vertical-align: middle;
  width: 80px;
}

.list-type02 .item-text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 1em;
}

.list-type02 .date {
  font-size: 12px;
  font-size: 1.2rem;
}

.list-type02 .title {
  color: #01a0d7;
  font-size: 16px;
  font-size: 1.6rem;
}

.list-type02 .profile {
  font-size: 12px;
  font-size: 1.2rem;
}

.list-type02 .text {
  font-size: 14px;
  font-size: 1.4rem;
}

.list-type03 {
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.list-type03 li {
  width: 30%;
  margin-bottom: 3%;
}

/*  column
-------------------------*/
.column-type01 {
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.column-type02 {
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.col-w20 {
  width: 20%;
}

.col-w25 {
  width: 25%;
}

.col-w32 {
  width: 32%;
}

.col-w33 {
  width: 33.333333%;
}

.col-w50 {
  width: 50%;
}

.col-w30 {
  width: 30%;
}

.col-w40 {
  width: 40%;
}

.col-w46 {
  width: 46%;
}

.col-w48 {
  width: 48%;
}

.col-w49 {
  width: 49%;
}

.col-w56 {
  width: 56%;
}

.col-w60 {
  width: 60%;
}

.col-w66 {
  width: 66%;
}

/*  textbox
-------------------------*/
.textbox-type01 {
  background: #fff;
  padding: 1.5em;
}
.textbox-type01 .box-title {
  border-bottom: 1px dashed #606060;
  text-align: center;
  padding-bottom: .5em;
  font-size: 120%;
}
.textbox-type02 {
  background: #ffffeb;
  padding: 1.5em;
}
.textbox-type02 .box-title {
  margin-bottom: 1em;
  font-size: 120%;
}

/*  article
-------------------------*/
.article-type01 {
  margin-bottom: 6%;
}
.article-type01 .article-header {
  margin-bottom: 1.5em;
}
.article-type01 .article-thumb {
  text-align: center;
  margin-bottom: 1em;
}
.article-type01 .article-thumb img {
  height: auto;
}
.article-type01 .date {
  margin-bottom: 10px;
}

/*  pager
-------------------------*/
.pagenav {
  text-align: center;
  margin-top: 2em;
}

.pagenav a {
  display: block;
  padding: .4em 1.5em;
  border: 2px solid #01a0d7;
}

.pagenav .prev, .pagenav .next {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
}

.pager-type01 {
  text-align: center;
  margin-top: 4%;
}
.pager-type01 span, .pager-type01 a {
  display: inline-block;
  margin: 0 4px;
  vertical-align: middle;
  background: #fff;
  line-height: 32px;
  border: 1px solid #01a0d7;
  padding: .1em 1em 0;
  font-weight: bold;
}
.pager-type01 .current {
  background: #01a0d7;
  color: #fff;
}
.pager-type01 .next, .pager-type01 .prev {
  background: none;
  border: none;
  padding: 0;
}

.pager-type02 {
  text-align: center;
  margin-top: 4%;
}
.pager-type02 li {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 .4em;
}
.pager-type02 li a {
  display: block;
  border: 2px solid #666;
  padding: .4em;
}
.pager-type02 .all a {
  border-color: #01a0d7;
  background: #01a0d7;
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  /* layout */
  .layout-type01 {
    padding: 0 20px;
  }
  .layout-type02 {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 768px) {
  /* layout */
  .layout-type01 {
    padding: 0 10px;
  }
  .layout-type02 {
    padding: 0 10px;
  }
  /* title */
  .title-type01 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .title-type03 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .title-type04 {
    font-size: 16px;
    font-size: 1.6rem;
    padding: .4em 1em;
  }
  .title-type04 span {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .title-type05 .ttl-main {
    font-size: 20px;
    font-size: 2rem;
  }
  .title-type05 .ttl-sub {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* btn */
  .btn-type02 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .btn-type03 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* list */
  .list-type01 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .list-type01 .item-label {
    display: block;
  }
  .list-type01 .item-text {
    display: block;
  }
  /* textbox */
  .textbox-type01 {
    padding: 1em;
  }
  .textbox-type01 .box-text {
    padding-top: 1em;
  }
  .textbox-type02 {
    padding: 1em;
  }
}

@media only screen and (max-width: 480px) {
  /* column */
  .column-type01 .col {
    width: 100% !important;
    margin-bottom: 1em;
  }
  .column-type02 .col {
    width: 100% !important;
    margin-bottom: 1em;
  }
  .col-o1 {
    order: 1;
  }
  .col-o2 {
    order: 2;
  }
  .col-o3 {
    order: 3;
  }
  /* table */
  .table-type03 {
    border: none;
  }
  .table-type03 tr {
    border: 1px solid #40e1ee;
  }
  .table-type03 th, .table-type03 td {
    border: none;
    width: 100%;
    display: block;
  }
  /* list */
  .list-type03 li {
    width: 49%;
    margin-bottom: 2%;
  }
  /* pager */
  .pager-type01 span, .pager-type01 a {
    margin: 0 2px;
    line-height: 26px;
    padding: .1em .6em 0;
  }
}

/*------------------------------------------
  header
------------------------------------------*/
.header-contents {
  text-align: center;
  background: #40e1ee;
  /* Old browsers */
  background:    -moz-linear-gradient(top, #40e1ee 46%, #fff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #40e1ee 46%, #fff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background:         linear-gradient(to bottom, #40e1ee 46%, #fff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$c02', endColorstr='#fff',GradientType=0 );
  /* IE6-9 */
}

.header-contents-inner {
  position: relative;
  padding-bottom: 50px;
}

.header-icon {
  position: absolute;
  right: 40px;
  top: 40px;
}
.header-icon a {
  display: block;
  text-align: center;
  width: 38px;
  line-height: 38px;
  font-size: 26px;
  font-size: 2.6rem;
  color: #fff;
  background: #9ddafc;
  border-radius: 50%;
}

.gnav {
  width: 100%;
  z-index: 10;
  background: rgba(255, 255, 255, .7);
}

.gnav-fix {
  position: fixed;
  top: 0;
  left: 0;
}
.gnav-fix .gnav-toggle-icon span {
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, .2);
}

.gnav-list {
  text-align: center;
}

.gnav-item {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif;
}
.gnav-item:before, .gnav-item:after {
  width: 1px;
  height: 1em;
  background: #606060;
  position: absolute;
  top: 50%;
  margin-top: -.5em;
}
.gnav-item:after {
  content: "";
  right: 0;
}
.gnav-item:first-child:before {
  content: "";
  left: 0;
}
.gnav-item.current .gnav-link:before, .gnav-item.current .gnav-link:after {
  width: 50%;
}
.gnav-item a {
  display: block;
}
.gnav-item.gnav-item06 {
  display: none;
}

.gnav-link {
  position: relative;
  line-height: 1.2;
  padding: 1em;
}
.gnav-link:before, .gnav-link:after {
  content: "";
  width: 0;
  height: 3px;
  background: #01a0d7;
  position: absolute;
  bottom: 0;
  -webkit-transition: .2s;
          transition: .2s;
}
.gnav-link:before {
  left: 50%;
}
.gnav-link:after {
  right: 50%;
}
.gnav-link:hover {
  opacity: 1;
}
.gnav-link:hover:before, .gnav-link:hover:after {
  width: 50%;
}

.gnav-toggle {
  display: none;
}

.gnav-child {
  display: none;
  background: #f9f9f9;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 2;
}
.gnav-child a {
  color: #01a0d7;
  padding: 1em 0;
}

.BD-guide .header-contents, .BD-ir_hikari_aging_protect .header-contents {
  background: #c14e75;
  /* Old browsers */
  background:    -moz-linear-gradient(top, #c14e75 0%, #fff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #c14e75 0%, #fff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background:         linear-gradient(to bottom, #c14e75 0%, #fff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c14e75', endColorstr='#fff',GradientType=0 );
  /* IE6-9 */
}

.BD-guide .header-icon a, .BD-ir_hikari_aging_protect .header-icon a {
  background: #b22252;
}

.BD-guide .gnav-link:before, .BD-guide .gnav-link:after, .BD-ir_hikari_aging_protect .gnav-link:before, .BD-ir_hikari_aging_protect .gnav-link:after {
  background: #851a3e;
}

@media only screen and (max-width: 1024px) {
  .header-contents-inner {
    padding: .6em 0;
    background: #40e1ee;
  }
  .BD-guide .header-contents-inner, .BD-ir_hikari_aging_protect .header-contents-inner {
    background: #c14e75;
  }
  .header-logo img {
    width: 90px;
  }
  .header-icon {
    display: none;
  }
  .gnav {
    position: fixed;
    top: 0;
  }
  .gnav-list {
    display: block;
    position: fixed;
    width: 40%;
    height: 100vh;
    background: rgba(255, 255, 255, .8);
    left: -40%;
    -webkit-transition: .4s;
            transition: .4s;
  }
  .gnav-list-open {
    left: 0 !important;
    border-right: 1px solid #fff;
    -webkit-transition: .4s;
            transition: .4s;
  }
  .gnav-item {
    width: 100%;
    text-align: left;
    -webkit-flex: none;
            flex: none;
    border-bottom: 1px solid #fff;
  }
  .gnav-item:before, .gnav-item:after {
    content: none !important;
  }
  .gnav-item.gnav-item06 {
    display: block;
  }
  .gnav-link {
    padding: 1em;
  }
  .gnav-link:hover {
    background: #9ddafc;
  }
  .gnav-link:before, .gnav-link:after {
    content: none;
  }
  .gnav-child {
    position: static;
  }
  .gnav-child a {
    padding: 1em;
  }
  .gnav-toggle {
    display: block;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 20;
  }
  .gnav-toggle-icon {
    position: relative;
  }
  .gnav-toggle-icon div {
    position: absolute;
    width: 26px;
    height: 20px;
    top: 15px;
    left: 12px;
  }
  .gnav-toggle-icon span {
    -webkit-transition: .2s;
            transition: .2s;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    background: #fff;
    border-radius: 4px;
  }
  .gnav-toggle-icon span:nth-of-type(1) {
    top: 0;
  }
  .gnav-toggle-icon span:nth-of-type(2) {
    top: 50%;
    margin-top: -1px;
  }
  .gnav-toggle-icon span:nth-of-type(3) {
    bottom: 0;
  }
  .gnav-open .gnav-toggle-icon span {
    -webkit-transition: .2s;
            transition: .2s;
  }
  .gnav-open .gnav-toggle-icon span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
            transform: translateY(9px) rotate(-45deg);
  }
  .gnav-open .gnav-toggle-icon span:nth-of-type(2) {
    opacity: 0;
  }
  .gnav-open .gnav-toggle-icon span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
            transform: translateY(-9px) rotate(45deg);
  }
}

@media only screen and (max-width: 480px) {
  .gnav-list {
    width: 60%;
    left: -60%;
  }
}

/*------------------------------------------
  footer
------------------------------------------*/
.cmn-footer {
  background: #fff;
  border-top: 1px solid #9ddafc;
}

.footer-contents-inner {
  max-width: 740px;
  margin: auto;
  position: relative;
  padding: 3em 0 2em;
}

.footer-menu {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif;
  font-weight: bold;
}
.footer-menu li {
  margin: 0 1.5em 1em;
}
.footer-menu a {
  display: block;
}

.footer-copyright {
  text-align: center;
  background: #9ddafc;
  font-size: 10px;
  font-size: 1rem;
  padding: 1em 0;
}

.BD-guide .cmn-footer, .BD-ir_hikari_aging_protect .cmn-footer {
  border-color: #b22252;
}

.BD-guide .footer-copyright, .BD-ir_hikari_aging_protect .footer-copyright {
  background: #b22252;
  color: #fff;
}

/*------------------------------------------
  contents
------------------------------------------*/
/*  page
-------------------------*/
.contents-wrapper {
  padding-bottom: 6%;
}

.cmn-breadcrumb {
  background: #efefef;
  padding: .6em 0 .8em;
  font-size: 12px;
  font-size: 1.2rem;
}
.cmn-breadcrumb a {
  display: inline-block;
}
.cmn-breadcrumb span {
  display: inline-block;
}

.cmn-pagevisual {
  text-align: center;
  background: #9ddafc;
}

.BD-guide .cmn-pagevisual, .BD-ir_hikari_aging_protect .cmn-pagevisual {
  padding: 2% 0;
  background: #ee91b2 url(../images/common/bg05.png) no-repeat right center;
}

.page-section {
  padding: 4% 0;
  position: relative;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif;
  font-weight: bold;
}
.page-section .txt01 {
  font-size: 28px;
  font-size: 2.8rem;
  color: #01a0d7;
}
.page-section .txt02 {
  font-size: 20px;
  font-size: 2rem;
}
.page-section .txt03 {
  font-size: 22px;
  font-size: 2.2rem;
}
.page-section .txt04 {
  font-size: 28px;
  font-size: 2.8rem;
}
.page-section .txt05 {
  font-size: 28px;
  font-size: 2.8rem;
  color: #ed287a;
}
.page-section .contents-block {
  margin-bottom: 45px;
}
.page-section .contents-block:last-child {
  margin-bottom: 0;
}

.cont-parts {
  position: absolute;
  top: -15px;
  width: 66px;
}
.cont-parts:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -1px;
}
.cont-parts span {
  display: block;
  width: 30px;
  height: 30px;
  margin: auto;
  background: #9ddafc;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.cont-parts.parts01 {
  left: 0;
}
.cont-parts.parts02 {
  right: 0;
}

.BD-guide .cont-parts span, .BD-ir_hikari_aging_protect .cont-parts span {
  background: #b22252;
}

/*  sitemap
-------------------------*/
#sitemap_list {
  max-width: 800px;
  margin: auto;
}
#sitemap_list li {
  margin-bottom: 1.5em;
}
#sitemap_list a {
  display: block;
  padding: .5em 1em;
  border: 2px solid #01a0d7;
  position: relative;
}
#sitemap_list a:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #01a0d7;
  border-right: 2px solid #01a0d7;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 1.2em;
  top: 50%;
  margin-top: -4px;
}

/*  form
-------------------------*/
.form-block .txt-form {
  margin-bottom: 2%;
}

.form-block .txt-form-conf {
  display: none;
}

.form-block .input-text input, .form-block .input-textarea textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}

.form-block .input-text input {
  height: 36px;
  padding: 0 .5em;
}

.form-block .input-textarea textarea {
  padding: .5em;
}

.form-block .input-submit {
  text-align: center;
  margin-top: 2em;
}
.form-block .input-submit span {
  display: inline-block;
  vertical-align: middle;
}
.form-block .input-submit input {
  height: 50px;
  padding: 0 30px;
}
.form-block .input-submit .back {
  margin-right: 10px;
}
.form-block .input-submit .back input {
  background: #ccc;
}
.form-block .input-submit .enter input {
  background: #01a0d7;
  color: #fff;
}

.mw_wp_form_preview .form-block .txt-form-entry {
  display: none;
}

.mw_wp_form_preview .form-block .txt-form-conf {
  display: block;
}

/*  home
-------------------------*/
.top-section02 {
  padding: 6% 0;
  text-align: center;
}
.top-section02 .section-contents {
  max-width: 1200px;
  margin: auto;
}
.top-section02 .img01 {
  margin-bottom: 3%;
}
.top-section02 .img02 {
  margin-bottom: 3%;
}

.top-section03 {
  padding: 3% 0;
}
.top-section03 .section-contents {
  -webkit-align-items: center;
          align-items: center;
}
.top-section03 .section-header {
  width: 24%;
  box-sizing: border-box;
  position: relative;
  padding-left: 50px;
  text-align: left;
}
.top-section03 .section-header .ttl-icon {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -16px;
}
.top-section03 .itemlist {
  width: 60%;
  box-sizing: border-box;
  padding: 0 2em 1em;
  border-left: 1px solid #01a0d7;
}
.top-section03 .btn-more {
  width: 16%;
  text-align: center;
}

.top-section03-news {
  background: #f3fafd;
}

.top-section03-review {
  background: #ffffeb;
  margin-bottom: 2em;
}

.top-section04 {
  border-top: 1px solid #9ddafc;
}
.top-section04 .section-inner {
  max-width: 740px;
  position: relative;
  padding-top: 6%;
  padding-bottom: 6%;
  position: relative;
  margin: auto;
}

.top-section05 {
  padding: 6% 0 3%;
  background: #f3fafd;
  border-top: 1px solid #9ddafc;
  border-bottom: 1px solid #9ddafc;
  margin-bottom: 3em;
}

/*  about
-------------------------*/
.BD-about .cmn-pagevisual {
  padding: 4% 0;
}

.BD-about .page-section02 {
  border-top: 1px solid #9ddafc;
}
.BD-about .page-section02 .column-type01 {
  max-width: 980px;
  margin: auto;
}

.BD-about .page-section03 {
  border-top: 1px solid #9ddafc;
  background: #f3fafd url(../images/common/bg02.png) no-repeat center bottom;
  background-size: 100%;
}
.BD-about .page-section03:before {
  content: "";
  width: 346px;
  height: 814px;
  background: url(../images/common/bg03.png) no-repeat;
  position: absolute;
  right: 50%;
  top: 40px;
  margin-right: -900px;
}

/*  products
-------------------------*/
.BD-products .cmn-pagevisual {
  padding: 2% 0;
  position: relative;
  background: #9ddafc url(../images/common/bg05.png) no-repeat right center;
}
.BD-products .cmn-pagevisual:before {
  content: "";
  width: 30%;
  max-width: 400px;
  height: 118px;
  background: url(../images/common/bg04.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 25%;
}

.BD-products .page-section02 {
  border-top: 1px solid #9ddafc;
  background: #f3fafd;
}

.BD-products .page-section03 {
  border-top: 1px solid #9ddafc;
}

.BD-products .page-section04 {
  border-top: 1px solid #9ddafc;
  background: #ffffeb;
}

/*  faq
-------------------------*/
.BD-faq dt {
  margin-bottom: 1em;
}

.BD-faq dd {
  margin-bottom: 2em;
}

.BD-faq .page-section02 {
  background: #d7ad91;
  /* Old browsers */
  background:    -moz-linear-gradient(-45deg, #d7ad91 0%, #fdf0db 50%, #fadfd0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #d7ad91 0%, #fdf0db 50%, #fadfd0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background:         linear-gradient(135deg, #d7ad91 0%, #fdf0db 50%, #fadfd0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7ad91', endColorstr='#fadfd0',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

/*  company
-------------------------*/
.BD-company .page-section02 {
  margin-bottom: 1em;
  background: #d7ad91;
  /* Old browsers */
  background:    -moz-linear-gradient(-45deg, #d7ad91 0%, #fdf0db 50%, #fadfd0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #d7ad91 0%, #fdf0db 50%, #fadfd0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background:         linear-gradient(135deg, #d7ad91 0%, #fdf0db 50%, #fadfd0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7ad91', endColorstr='#fadfd0',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

.BD-company .page-section03 {
  background: #9ddafc;
  color: #fff;
}

.contact-box {
  border: 2px solid #01a0d7;
  padding: 1.5em;
  display: inline-block;
}

@media only screen and (max-width: 1024px) {
  /*  home
-------------------------*/
  .top-section03 {
    padding: 6% 0;
  }
  .top-section03 .section-header {
    width: 100%;
    text-align: center;
    margin-bottom: 2%;
    padding-left: 0;
  }
  .top-section03 .section-header .ttl-icon {
    position: static;
    margin-top: 0;
  }
  .top-section03 .itemlist {
    width: 100%;
    border: none;
    padding: 0;
    margin-bottom: 1.5em;
  }
  .top-section03 .btn-more {
    width: 100%;
    text-align: center;
  }
  /*  products
-------------------------*/
  .BD-products .cmn-pagevisual {
    background: #9ddafc;
  }
  .BD-products .cmn-pagevisual:before {
    content: none;
  }
}

@media only screen and (max-width: 768px) {
  /*  page
-------------------------*/
  .page-section {
    padding: 6% 0;
  }
  .page-section .txt01 {
    font-size: 20px;
    font-size: 2rem;
  }
  .page-section .txt02 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .page-section .txt03 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .page-section .txt04 {
    font-size: 20px;
    font-size: 2rem;
  }
  .page-section .txt05 {
    font-size: 20px;
    font-size: 2rem;
  }
  .BD-guide .cmn-pagevisual, .BD-ir_hikari_aging_protect .cmn-pagevisual {
    background: #ee91b2;
  }
  /*  home
-------------------------*/
  .top-section02 img {
    width: 480px;
  }
  /*  about
-------------------------*/
  .BD-about .cmn-pagevisual {
    padding: 6% 0;
  }
  /*  products
-------------------------*/
  .BD-products .cmn-pagevisual {
    padding: 4% 0;
  }
}

@media only screen and (max-width: 480px) {
  .cont-parts {
    top: -9px;
    width: 46px;
  }
  .cont-parts span {
    width: 18px;
    height: 18px;
  }
}

/*------------------------------------------
  Clearfix
------------------------------------------*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}