@charset "UTF-8";
/*==========================================
  Common
==========================================*/
/* base
==================================*/
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, li, ol, dl, dd, tr {
  font-size: 16px;
}

.sp {
  display: none !important;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

a:visited {
  color: #000;
}

a:hover {
  color: #000;
  text-decoration: none;
}

a:active {
  color: #000;
}

a.tel {
  pointer-events: none;
  cursor: default;
}

/* main
==================================*/
main {
  display: block;
  padding: 60px 0 0;
}

main .head_tl {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../images/common/head_bg.jpg) no-repeat;
  background-size: cover;
  height: 200px;
  padding-top: 65px;
}

main .head_tl h2 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 700;
}

main .head_tl h2 span {
  display: block;
  padding: 0 0 11px;
  font-size: 40px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

main .pan {
  max-width: 1200px;
  margin: 0 auto 80px;
  padding: 30px 30px 0;
}

main .pan ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .pan ul li {
  position: relative;
  padding-right: 18px;
  font-size: 14px;
}

main .pan ul li::after {
  content: "／";
  position: absolute;
  top: 0;
  right: 2px;
  color: #e2e2e2;
  -webkit-transform: rotate(-12deg);
          transform: rotate(-12deg);
}

main .pan ul li:last-child::after {
  content: none;
}

main .pan ul li a {
  font-size: 14px;
}

main .pan ul li a:hover {
  text-decoration: underline;
}

/* header
==================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #000;
  width: 100%;
  height: 60px;
}

header .header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .header_inner .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header h1 {
  margin: 10px 0 0 30px;
}

header h1 img {
  width: 139px;
  height: 38px;
}

header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 27px;
}

header nav ul li {
  position: relative;
  margin: 0 13px;
}

header nav ul li::after {
  content: "";
  position: absolute;
  top: 22px;
  right: -14px;
  background: #4d4d4d;
  width: 1px;
  height: 16px;
}

header nav ul li:last-child::after {
  content: none;
}

header nav ul li a {
  position: relative;
  display: block;
  color: #fff;
  line-height: 60px;
}

header nav ul li a:visited, header nav ul li a:hover {
  color: #fff;
}

header nav ul li a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 4px;
  background-color: #002baa;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

header nav ul li a:hover::after, header nav ul li a.here:after, header nav ul li a.active:after {
  width: 100%;
}

header .conBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
}

header .conBox a.tel {
  color: #fff;
  display: block;
  margin: 10px 25px 0 0;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 700;
}

header .conBox a.tel span {
  font-size: 26px;
}

header .conBox a.tel::before {
  content: "受付時間 :  9:00〜20:00 (12/30～1/3を除く)";
  position: absolute;
  color: #fff;
  font-size: 10px;
  top: 40px;
}

header .conBox a.mail {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  background: #002baa url(../images/common/icon_mail.svg) no-repeat center left 42px;
  background-size: 21px 15px;
  width: 220px;
  padding: 0 0 0 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
}

header .conBox a.mail:hover {
  background-color: #0038de;
}

.mega_menu {
  display: none;
  background: #000;
}

.mega_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 60px;
}

.mega_menu ul li {
  width: 272px;
  margin-right: 40px;
}

.mega_menu ul li:last-child {
  margin-right: 0;
}

.mega_menu ul li .text {
  background: #181818;
  padding: 20px;
  -webkit-transition: .3s;
  transition: .3s;
}

.mega_menu ul li .text p {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.mega_menu ul li .text p span {
  display: block;
  padding: 10px 0 0;
  font-size: 26px;
}

.mega_menu ul li .ph {
  overflow: hidden;
}

.mega_menu ul li .ph img {
  -webkit-transition: .3s;
  transition: .3s;
}

.mega_menu ul li:hover .ph img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.mega_menu ul li:hover .text {
  background: #353535;
}

@media (max-width: 1060px) {
  main {
    padding: 90px 0 0;
  }
  header {
    height: 90px;
  }
  header .pc {
    display: none !important;
  }
  header .sp {
    display: block !important;
  }
  header h1 {
    margin-top: 20px;
  }
  header h1 img {
    width: 167px;
    height: 46px;
  }
  header .menu_box .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .menu_box a {
    display: block;
    color: #fff;
    background: #002baa;
    width: 90px;
    height: 90px;
    font-weight: 700;
    text-align: center;
  }
  header .menu_box a:hover {
    background-color: #0038de;
  }
  header .menu_box a img {
    width: 30px;
    height: 21px;
    padding: 23px 30px 10px;
  }
  header .menu_box .menu {
    position: relative;
    background: #000;
    width: 90px;
    height: 90px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
  }
  header .menu_box .menu.show {
    background: #181818;
  }
  header .menu_box .menu span {
    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
    display: inline-block;
    background: #fff;
    width: 28px;
    height: 3px;
    margin: auto;
    -webkit-transition: .3s;
    transition: .3s;
  }
  header .menu_box .menu span.line-t.show {
    top: 34px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  header .menu_box .menu span.line-m {
    top: 34px;
  }
  header .menu_box .menu span.line-m.show {
    opacity: 0;
  }
  header .menu_box .menu span.line-b {
    top: 44px;
  }
  header .menu_box .menu span.line-b.show {
    top: 34px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  header .menu_box .menu p {
    color: #fff;
    padding: 56px 0 0;
    font-weight: 700;
    text-align: center;
  }
  header nav {
    display: none;
    position: fixed;
    top: 90px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    overflow: auto;
  }
  header nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 60px 0 0;
    border-top: 1px solid #262626;
  }
  header nav ul li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
    margin: 0;
    border-bottom: 1px solid #262626;
  }
  header nav ul li:nth-child(2n-1) {
    border-right: 1px solid #262626;
  }
  header nav ul li::after {
    content: none;
  }
  header nav ul li a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 10px 0 10px 30px;
    font-size: 24px;
    font-weight: 500;
  }
  header nav .telBox {
    padding: 60px 0 80px;
    text-align: center;
  }
  header nav .telBox a {
    color: #fff;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 700;
    font-size: 48px;
  }
  header nav .telBox a span {
    font-size: 69px;
  }
  header nav .telBox p {
    color: #fff;
    padding: 14px 0 0;
    font-size: 21px;
  }
}

/* footer
==================================*/
footer .footer_contact {
  background: url(../images/common/contact_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 40px 0 60px;
}

footer .footer_contact h3 {
  margin: 0 0 35px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 700;
}

footer .footer_contact h3 span {
  display: block;
  padding: 0 0 13px;
  font-size: 45px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

footer .footer_contact h3 + p {
  line-height: 24px;
  text-align: center;
}

footer .footer_contact .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin: 28px 0 0;
}

footer .footer_contact .wrap a.tel {
  color: #002baa;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 700;
  font-size: 32px;
}

footer .footer_contact .wrap a.tel span {
  font-size: 46px;
}

footer .footer_contact .wrap p {
  margin: 5px 0 0;
  font-size: 14px;
}

footer .footer_contact .wrap a.con {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  background-color: #002baa;
  width: 310px;
  margin-left: 60px;
  padding: 24px 0 20px 28px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

footer .footer_contact .wrap a.con:hover {
  background-color: #0038de;
}

footer .footer_contact .wrap a.con::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../images/common/icon_mail.svg) no-repeat;
  background-size: contain;
  width: 21px;
  height: 15px;
  -webkit-transform: translate(-70px, -50%);
          transform: translate(-70px, -50%);
}

footer .footer_links {
  position: relative;
  color: #fff;
  background: #000;
  padding: 34px 60px 28px;
}

footer .footer_links .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}

footer .footer_links .infoBox a.logo {
  display: block;
  margin: 0 0 18px;
}

footer .footer_links .infoBox a.logo img {
  width: 188px;
  height: 52px;
}

footer .footer_links .infoBox a.tel {
  display: block;
  color: #fff;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 700;
  font-size: 14px;
}

footer .footer_links .infoBox a.tel span {
  font-size: 24px;
}

footer .footer_links .infoBox p {
  margin: 6px 0 24px;
  font-size: 14px;
  line-height: 21px;
}

footer .footer_links .infoBox a.banner {
  margin-right: 7px;
}

footer .footer_links .infoBox a.banner img {
  margin-bottom: 8px;
}

footer .footer_links .infoBox a.banner:hover {
  opacity: .7;
}

footer .footer_links .navBox nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .footer_links .navBox nav ul {
  padding: 0 50px 0 30px;
  border-left: 1px solid #262626;
}

footer .footer_links .navBox nav ul:last-of-type {
  padding-right: 0;
}

footer .footer_links .navBox nav ul li {
  margin: 0 0 16px;
}

footer .footer_links .navBox nav ul li:last-child {
  margin-bottom: 0;
}

footer .footer_links .navBox nav ul li a {
  color: #fff;
  padding: 3px 0;
  font-size: 14px;
}

footer .footer_links .navBox nav ul li a:hover {
  text-decoration: underline;
}

footer .footer_links .navBox .copy {
  color: #ababab;
  margin: 77px 0 0;
  text-align: right;
}

footer .footer_links .navBox .copy p {
  margin: 0 0 10px;
  font-size: 12px;
}

footer .footer_links .navBox .copy small {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 700;
  font-size: 12px;
}

#pageTop {
  opacity: 0;
  position: fixed;
  right: 20px;
  bottom: 30px;
  z-index: 888;
  -webkit-transition: .3s;
  transition: .3s;
}

#pageTop.active {
  opacity: 1;
}

#pageTop a {
  display: block;
}

#pageTop a img {
  width: 58px;
  height: 58px;
}

#pageTop a:hover {
  opacity: .7;
}

/* loader
==================================*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#loader .wrap {
  position: relative;
  width: 78px;
  height: 120px;
  margin-bottom: 50px;
}

#loader .wrap img {
  width: 78px;
  height: 100px;
}

#loader .wrap .base, #loader .wrap .cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#loader .wrap .text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

#loader .wrap .text img {
  width: 78px;
  height: 14px;
}

/* Animation
==================================*/
.c-anim-load,
.c-anim-load02,
.c-anim-up,
.c-anim-up01,
.c-anim-up02,
.c-anim-up03 {
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.move {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

/*==========================================
  Layout
==========================================*/
/* Top
==================================*/
#Top main img {
  width: 100%;
}

#Top main h3 {
  margin: 0 0 35px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 700;
}

#Top main h3 span {
  display: block;
  padding: 0 0 13px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 40px;
}

#Top main a p.btn {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../images/common/arrow.svg) no-repeat center right 14px;
  background-size: 20px 9px;
  width: 160px;
  margin: auto;
  padding: 7px 3px 9px 0;
  border: 2px solid #d7d7d7;
  border-radius: 20px;
  font-weight: 700;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
}

#Top main a:hover p.btn {
  border: 2px solid #000;
  background: url(../images/common/arrow.svg) no-repeat center right 7px;
  background-size: 20px 9px;
}

/*---------- heroArea ----------*/
#Top main .heroArea .slider {
  display: none;
}

#Top main .heroArea .slider.slick-initialized {
  display: block;
}

#Top main .heroArea ul.slide_dots {
  position: absolute;
  right: 30px;
  bottom: -33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#Top main .heroArea ul.slide_dots li {
  margin-right: 10px;
}

#Top main .heroArea ul.slide_dots li button {
  background-color: #e2e2e2;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 50px;
  height: 2px;
  text-indent: -9999em;
}

#Top main .heroArea ul.slide_dots li.slick-active button {
  background: #000;
}

/*---------- point ----------*/
#Top main .point {
  padding: 90px 0 100px;
}

#Top main .point h3 + p {
  margin: 0 0 38px;
  line-height: 24px;
  text-align: center;
}

#Top main .point ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#Top main .point ul li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}

#Top main .point ul li:last-child {
  border-right: none;
}

#Top main .point ul li .ph {
  overflow: hidden;
}

#Top main .point ul li .ph img {
  -webkit-transition: .3s;
  transition: .3s;
}

#Top main .point ul li:hover .ph img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#Top main .point ul li p.num {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 5;
  width: 122px;
  margin: auto;
  -webkit-transform: translateY(-61px);
          transform: translateY(-61px);
}

#Top main .point ul li p.num::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 18px;
  width: 86px;
  height: 86px;
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.08);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#Top main .point ul li .text_wrap {
  padding: 70px 50px 30px;
}

#Top main .point ul li .text_wrap h4 {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}

#Top main .point ul li .text_wrap p {
  margin: 17px 0 22px;
  line-height: 24px;
}

#Top main .point ul li .text_wrap p.btn {
  margin: auto;
  line-height: 1;
}

/*---------- products ----------*/
#Top main .products {
  background: url(../images/top/products_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 90px 60px 100px;
}

#Top main .products ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#Top main .products ul li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  width: 30%;
  max-width: 380px;
  padding: 20px 20px 36px;
  margin-right: 30px;
  -webkit-box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.08);
}

#Top main .products ul li:last-child {
  margin-right: 0;
}

#Top main .products ul li .ph {
  overflow: hidden;
}

#Top main .products ul li .ph img {
  -webkit-transition: .3s;
  transition: .3s;
}

#Top main .products ul li:hover .ph img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#Top main .products ul li h4 {
  margin: 20px 0 15px;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  text-align: center;
}

#Top main .products ul li strong {
  position: relative;
  display: block;
  margin: 0 0 24px;
  padding: 0 0 20px;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}

#Top main .products ul li strong::before {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  background: #e2e2e2;
  width: calc(100% - 40px);
  height: 1px;
}

#Top main .products ul li strong::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  background: #fff;
  width: 9px;
  height: 9px;
  margin: auto;
  border: 1px solid #e2e2e2;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#Top main .products ul li p {
  margin: 0 0 18px;
  padding: 0 20px;
  line-height: 24px;
}

#Top main .products ul li p.btn {
  margin: auto;
  padding: 7px 3px 9px 0;
  line-height: 1;
}

/*---------- staff ----------*/
#Top main .staff {
  padding: 100px 60px;
}

#Top main .staff .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 950px;
  margin: auto;
}

#Top main .staff .text_wrap {
  max-width: 600px;
  margin-left: 40px;
  margin-top: 25px;
  padding-right: 0px;
}

#Top main .staff .text_wrap h3 {
  text-align: left;
}

#Top main .staff .text_wrap strong {
  display: inline-block;
  padding: 0 0 12px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
}

#Top main .staff .text_wrap p {
  line-height: 24px;
}

/*---------- studio ----------*/
#Top main .studio .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#Top main .studio .info {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  background: url(../images/top/studio_bg.jpg) no-repeat right bottom;
  background-size: cover;
  width: 55%;
  padding: 100px 80px 160px 60px;
}

#Top main .studio .info .wrap {
  max-width: 600px;
  margin: 0 0 0 auto;
}

#Top main .studio .info h3 {
  text-align: left;
}

#Top main .studio .info strong {
  display: inline-block;
  padding: 0 0 12px;
  font-size: 26px;
  font-weight: 700;
}

#Top main .studio .info p {
  line-height: 24px;
}

#Top main .studio .info dl {
  margin: 18px 0 26px;
  line-height: 24px;
}

#Top main .studio .info dl dt {
  position: relative;
  clear: both;
  float: left;
  width: 67px;
  padding-right: 25px;
  text-align-last: justify;
  text-justify: inter-ideograph;
}

#Top main .studio .info dl dt::after {
  content: "：";
  position: absolute;
  right: 3px;
}

#Top main .studio .info dl dd {
  float: left;
}

#Top main .studio .info .ph {
  max-width: 340px;
}

#Top main .studio .map {
  width: 45%;
}

#Top main .studio .map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/*---------- news ----------*/
#Top main .news {
  margin: 90px 60px 0px;
}

#Top main .news .inner {
  background: #f9f9f9;
  padding: 60px 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#Top main .news h3 {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  width: 280px;
  margin: 0 95px 0 0;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 700;
}

#Top main .news h3 span {
  display: block;
  padding: 0 0 13px;
  font-size: 30px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

#Top main .news .text_wrap p {
  line-height: 1.5;
}

#Top main .news .text_wrap a {
  display: inline;
  line-height: 24px;
  padding-bottom: 0;
  text-decoration: underline;
}

/* Heart
==================================*/
#Heart main #Content {
  max-width: 1080px;
  margin: 0 auto 100px;
  padding: 0 30px;
}

#Heart main #Content p.intro {
  margin: 0 0 36px;
  line-height: 24px;
  text-align: center;
}

#Heart main #Content .box {
  position: relative;
  border: 1px solid #e2e2e2;
  margin: 0 0 40px;
}

#Heart main #Content .box a {
  position: absolute;
  top: -100px;
}

@media (max-width: 1060px) {
  #Heart main #Content .box a {
    top: -130px;
  }
}

#Heart main #Content .box .text {
  float: left;
  width: calc(100% - 364px);
  padding: 36px 42px 30px 60px;
}

#Heart main #Content .box .text h3 {
  font-size: 26px;
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

#Heart main #Content .box .text h3 img {
  width: 73px;
  height: 73px;
  padding-right: 12px;
  vertical-align: middle;
}

#Heart main #Content .box .text p {
  margin: 10px 0 0;
  line-height: 24px;
}

#Heart main #Content .box .ph {
  float: right;
}

#Heart main #Content .box.point02 {
  background: #f9f9f9;
  border: none;
}

#Heart main #Content .box.point02 .text {
  float: right;
  padding: 36px 60px 30px 42px;
}

#Heart main #Content .box.point02 .ph {
  float: left;
}

/* Products
==================================*/
#Products main #Content img {
  width: 100%;
}

#Products main #Content h3 {
  margin: 0 0 40px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 700;
}

#Products main #Content h3 span {
  display: block;
  padding: 0 0 13px;
  font-size: 40px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

#Products main #Content .intro {
  max-width: 1200px;
  margin: 0px auto 30px;
  padding: 0 30px;
  text-align: center;
}

#Products main #Content .intro .banner {
  margin: 0 0 60px;
}

#Products main #Content .intro strong {
  display: inline-block;
  margin: 0 0 30px;
  font-size: 26px;
  line-height: 1.3;
}

#Products main #Content .intro strong + p {
  margin: 0 0 60px;
}

#Products main #Content .intro strong span {
  font-size: 16px;
}

#Products main #Content .intro p {
  line-height: 24px;
}

#Products main #Content .intro ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#Products main #Content .intro ul li {
  max-width: 380px;
  margin: 0 15px;
}

#Products main #Content .intro ul li p {
  padding: 8px 0 0;
  text-align: left;
}

#Products main #Content .point {
  background: url(../images/products/point_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 60px 30px 70px;
}

#Products main #Content .point ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 95px 0 0;
}

#Products main #Content .point ul li {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  width: 33%;
  max-width: 386px;
  margin-right: 20px;
  padding: 58px 20px 50px;
  -webkit-box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.08);
}

#Products main #Content .point ul li:last-child {
  margin-right: 0;
}

#Products main #Content .point ul li .num {
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  width: 90px;
  margin: auto;
}

#Products main #Content .point ul li .num img {
  width: 90px;
  height: 90px;
}

#Products main #Content .point ul li .num::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 12px;
  width: 66px;
  height: 66px;
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.08);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#Products main #Content .point ul li h4 {
  margin: 0 0 20px;
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

#Products main #Content .point ul li.p01 h4, #Products main #Content .point ul li.p03 h4, #Products main #Content .point ul li.p02k h4 {
  padding: 17px 0;
}

#Products main #Content .point ul li p {
  padding: 26px 25px 0;
  line-height: 24px;
}

#Products main #Content .naiyou {
  max-width: 1200px;
  margin: 50px auto 0px;
  padding: 0 30px;
  text-align: center;
}

#Products main #Content .naiyou strong {
  display: inline-block;
  margin: 0 0 30px;
  font-size: 26px;
}

#Products main #Content .naiyou strong + p {
  margin: 0 0 60px;
}

#Products main #Content .naiyou p {
  line-height: 24px;
}

#Products main #Content .naiyou ul.k_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#Products main #Content .naiyou ul.k_list li {
  max-width: 380px;
  width: calc((100% - 60px) / 3);
}

#Products main #Content .naiyou ul.k_list li p {
  padding: 8px 0 0;
  text-align: left;
}

#Products main #Content .qa {
  padding: 60px 30px 80px;
}

#Products main #Content .qa ul {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1200px;
  margin: auto;
  padding: 30px;
  border: 1px solid #e2e2e2;
}

#Products main #Content .qa ul li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1000px;
  margin: auto;
  padding: 35px 0 28px;
  border-bottom: 1px solid #e2e2e2;
}

#Products main #Content .qa ul li:last-child {
  border-bottom: none;
}

#Products main #Content .qa ul li p {
  position: relative;
  padding-left: 56px;
}

#Products main #Content .qa ul li p::before {
  content: "";
  position: absolute;
  left: 0;
  background-image: url(../images/products/icon_hishi.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 42px;
  height: 42px;
}

#Products main #Content .qa ul li p.ques {
  font-size: 26px;
  font-weight: 700;
}

#Products main #Content .qa ul li p.ques::before {
  width: 25px;
}

#Products main #Content .other {
  margin: 0 0 120px;
  padding: 0 50px;
}

#Products main #Content .other .more_box {
  max-width: 1000px;
  margin: auto;
}

#Products main #Content .other .more_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #002baa;
  padding: 52px 15px;
}

#Products main #Content .other .more_box a:hover {
  background: #0038de;
}

#Products main #Content .other .more_box a .logo {
  padding: 0 20px 10px 0;
}

#Products main #Content .other .more_box a .logo img {
  width: 229px;
  height: 58px;
}

@media (max-width: 1060px) {
  #Products main #Content .other .more_box a .logo img {
    width: 210px;
    height: 53px;
  }
}

#Products main #Content .other .more_box a p.text {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

@media (max-width: 1060px) {
  #Products main #Content .other .more_box a p.text {
    font-size: 18px;
  }
}

#Products main #Content .other .more_box a p.btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #002baa;
  background: #fff;
  background-size: 26px 13px;
  width: 341px;
  height: 56px;
  margin-left: 20px;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  line-height: 56px;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
  padding-left: 25px;
}

#Products main #Content .other .more_box a p.btn:before {
  content: url(../images/common/icon_mail2.svg);
  position: absolute;
  top: 0;
  left: calc(50% - 100px);
  width: 23px;
  height: 16px;
}

#Products main #Content .other ul.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0 0;
}

#Products main #Content .other ul.nav li {
  width: 490px;
  margin-right: 20px;
}

#Products main #Content .other ul.nav li:last-child {
  margin: 0;
}

#Products main #Content .other ul.nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f9f9f9;
}

#Products main #Content .other ul.nav li a .ph {
  width: 49%;
  max-width: 240px;
  overflow: hidden;
}

#Products main #Content .other ul.nav li a .ph img {
  -webkit-transition: .3s;
  transition: .3s;
}

#Products main #Content .other ul.nav li a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#Products main #Content .other ul.nav li a .text_wrap {
  width: 51%;
}

#Products main #Content .other ul.nav li a .text_wrap p.text {
  font-weight: 700;
  text-align: center;
}

#Products main #Content .other ul.nav li a .text_wrap p.text strong {
  display: block;
  padding: 12px 0 0;
  font-size: 26px;
}

#Products main #Content .other ul.nav li a .text_wrap p.btn {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff url(../images/common/arrow.svg) no-repeat center right 14px;
  background-size: 20px 9px;
  width: 160px;
  margin: 19px auto 0;
  padding: 7px 3px 9px 0;
  border: 2px solid #d7d7d7;
  border-radius: 20px;
  font-weight: 700;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
}

#Products main #Content .other ul.nav li a:hover p.btn {
  border: 2px solid #000;
  background: #fff url(../images/common/arrow.svg) no-repeat center right 7px;
  background-size: 20px 9px;
}

/*---------- cross ----------*/
#Products main #Content.cross .naiyou ul li {
  max-width: 1140px;
}

#Products main #Content.cross .naiyou ul li p {
  text-align: center;
}

#Products main #Content.cross .point ul li.p01 h4, #Products main #Content.cross .point ul li.p03 h4 {
  padding: 0;
}

#Products main #Content.cross .other .more_box .closs_logo {
  padding-top: 20px;
}

#Products main #Content.cross .other .more_box a .logo img {
  width: 235px;
  height: 44px;
}

@media (max-width: 1060px) {
  #Products main #Content.cross .other .more_box a .logo img {
    width: 210px;
    height: 44px;
  }
}

/*---------- reahead ----------*/
#Products main #Content.reahead .naiyou {
  margin: 40px auto 0px;
}

#Products main #Content.reahead .naiyou ul {
  max-width: 860px;
  margin: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#Products main #Content.reahead .naiyou ul li {
  position: relative;
  width: calc((100% - 60px) / 4);
  max-width: 200px;
  margin: 0 20px 26px 0;
}

#Products main #Content.reahead .naiyou ul li:nth-child(4n) {
  margin: 0;
}

#Products main #Content.reahead .naiyou ul li:nth-child(4n)::after {
  content: none;
}

#Products main #Content.reahead .naiyou ul li::after {
  content: "";
  position: absolute;
  top: 90px;
  right: -15px;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #000000;
}

#Products main #Content.reahead .naiyou ul li:last-child::after {
  content: none;
}

#Products main #Content.reahead .naiyou .flow {
  text-align: center;
}

#Products main #Content.reahead .naiyou .flow img {
  max-width: 100%;
  width: auto;
}

#Products main #Content.reahead .point ul li.p01 h4, #Products main #Content.reahead .point ul li.p03 h4 {
  padding: 0;
}

#Products main #Content.reahead .point ul li.p02 h4 {
  padding: 17px 0;
}

#Products main #Content.reahead .other .more_box .rea_logo {
  padding-top: 20px;
}

#Products main #Content.reahead .other .more_box a .logo img {
  width: 230px;
  height: 51px;
}

@media (max-width: 1060px) {
  #Products main #Content.reahead .other .more_box a .logo img {
    width: 210px;
    height: 46px;
  }
}

/* Company
==================================*/
#Company main h3 {
  margin: 0 0 40px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 700;
}

#Company main h3 span {
  display: block;
  padding: 0 0 13px;
  font-size: 40px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

/*---------- message ----------*/
#Company main .message {
  background: url(../images/company/bg.jpg) no-repeat center;
  background-size: cover;
  padding: 90px 30px 100px;
}

#Company main .message .box {
  background: #fff;
  max-width: 974px;
  margin: auto;
  border: 1px solid #e2e2e2;
  outline: 12px solid #fff;
}

#Company main .message .box h4 {
  position: relative;
  margin: 0 0 26px;
  padding: 66px 0 27px;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

#Company main .message .box h4 img {
  width: 528px;
  height: 68px;
}

#Company main .message .box h4::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e2e2e2;
  width: 300px;
  height: 1px;
  margin: auto;
}

#Company main .message .box h4::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  background: #fff;
  width: 9px;
  height: 9px;
  margin: auto;
  border: 1px solid #e2e2e2;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#Company main .message .box .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 68px 62px;
}

#Company main .message .box .wrap p {
  padding-right: 38px;
  line-height: 24px;
}

#Company main .message .box .wrap p span.name {
  display: block;
  padding: 20px 0 0;
  text-align: right;
}

#Company main .message .box .wrap p span.name img {
  width: 182px;
  height: 22px;
}

/*---------- overview ----------*/
#Company main .overview {
  padding: 90px 30px;
}

#Company main .overview p {
  margin: 0 0 34px;
  line-height: 24px;
  text-align: center;
}

#Company main .overview dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f9f9f9;
  max-width: 800px;
  margin: 0 auto 10px;
}

#Company main .overview dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 146px;
  padding: 22px 0;
  border-right: 1px solid #e2e2e2;
}

#Company main .overview dl dd {
  padding: 22px 40px;
}

#Company main .overview dl dd table tr th, #Company main .overview dl dd table tr td {
  padding: 0 0 12px;
}

#Company main .overview dl dd table tr:last-child th, #Company main .overview dl dd table tr:last-child td {
  padding: 0;
}

#Company main .overview dl dd table th {
  width: 136px;
  font-weight: 500;
  text-align: left;
}

#Company main .overview dl dd table td.adnum {
  width: 30px;
}

/* News
==================================*/
#News main img {
  width: 100%;
}

/*---------- archive ----------*/
#News main #Content {
  max-width: 1200px;
  margin: auto;
  padding: 0 30px;
}

#News main #Content ul.news_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#News main #Content ul.news_list li {
  background: #f9f9f9;
  -ms-flex-preferred-size: calc((100% - 84px) / 4);
      flex-basis: calc((100% - 84px) / 4);
  margin: 0 0 30px;
}

#News main #Content ul.news_list li .ph {
  overflow: hidden;
}

#News main #Content ul.news_list li .ph img {
  -webkit-transition: .3s;
  transition: .3s;
}

#News main #Content ul.news_list li:hover .ph img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#News main #Content ul.news_list li .text_wrap {
  padding: 20px;
}

#News main #Content ul.news_list li .text_wrap p.day {
  color: #ababab;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 700;
  padding: 0 0 4px;
}

#News main #Content ul.news_list li .text_wrap p.text {
  display: inline;
  line-height: 24px;
  padding-bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) 0 100%/0 1px no-repeat;
  background: linear-gradient(#000, #000) 0 100%/0 1px no-repeat;
  -webkit-transition: background .3s;
  transition: background .3s;
  text-decoration: none;
}

#News main #Content ul.news_list li:hover p.text {
  background-size: 100% 1px;
}

#News main #Content .pager {
  margin: 30px 0 100px;
}

#News main #Content .pager .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#News main #Content .pager ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#News main #Content .pager p, #News main #Content .pager li {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../images/common/arrow.svg) no-repeat center right 14px;
  background-size: 20px 9px;
  width: 160px;
  margin: 0 10px;
  padding: 7px 10px 9px 0;
  border: 2px solid #d7d7d7;
  border-radius: 20px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

#News main #Content .pager p:hover, #News main #Content .pager li:hover {
  border: 2px solid #000;
  background: url(../images/common/arrow.svg) no-repeat center right 7px;
  background-size: 20px 9px;
}

#News main #Content .pager p.previouspostslink, #News main #Content .pager li.prev {
  background: url(../images/common/arrow_prev.svg) no-repeat center left 14px;
  background-size: 20px 9px;
  padding: 7px 0 9px 10px;
}

#News main #Content .pager p.previouspostslink:hover, #News main #Content .pager li.prev:hover {
  background: url(../images/common/arrow_prev.svg) no-repeat center left 7px;
  background-size: 20px 9px;
}

#News main #Content .pager li.back {
  background: none;
  padding: 7px 0 9px;
}

/*---------- detail ----------*/
#News main article {
  max-width: 900px;
  margin: auto;
  padding: 0 0 36px;
  border-bottom: 1px solid #e2e2e2;
}

#News main article h3 {
  margin: 0 0 34px;
  padding: 0 0 18px;
  border-bottom: 1px solid #e2e2e2;
  font-size: 24px;
  font-weight: 500;
}

#News main article h3 span {
  display: block;
  color: #ababab;
  padding: 0 0 12px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 700;
  font-size: 16px;
}

#News main article .text p {
  font-size: 16px;
  line-height: 24px;
}

#News main article img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/* Contact
==================================*/
#Contact footer .footer_contact {
  display: none;
}

#Contact main .intro {
  max-width: 1000px;
  margin: auto;
  padding: 0 30px 50px;
  text-align: left;
}

#Contact main .intro > p {
  line-height: 24px;
}

#Contact main .intro > p:nth-child(2) {
  padding-top: 20px;
}

#Contact main .intro .wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 25px 0 34px;
}

#Contact main .intro .wrap strong {
  font-size: 20px;
  font-weight: 700;
}

#Contact main .intro .wrap p {
  margin-left: 0px;
  padding: 0 0 6px;
  font-size: 14px;
}

#Contact main .intro .wrap p a {
  display: block;
  color: #002baa;
  padding: 0 0 4px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 700;
  font-size: 32px;
}

#Contact main .intro .wrap p a span {
  font-size: 46px;
}

/*---------- form_wrap ----------*/
#Contact main .form_wrap {
  margin: 0 0 100px;
  padding: 0 30px;
  /*----- table_layout -----*/
  /*----- form_layout -----*/
}

#Contact main .form_wrap .inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 98px 60px;
  border: 1px solid #e2e2e2;
}

#Contact main .form_wrap .inner > ul {
  padding: 0 0 34px;
  border-bottom: 1px solid #e2e2e2;
}

#Contact main .form_wrap .inner > ul li {
  position: relative;
  padding-left: 18px;
  line-height: 24px;
}

#Contact main .form_wrap .inner > ul li::before {
  content: "◆";
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 10px;
}

#Contact main .form_wrap table {
  width: 100%;
  table-layout: fixed;
}

#Contact main .form_wrap table tr {
  display: block;
  border-bottom: 1px solid #e2e2e2;
}

#Contact main .form_wrap table tr th {
  width: 174px;
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
  line-height: 24px;
}

#Contact main .form_wrap table tr th span.need {
  display: inline-block;
  color: #fff;
  background: #aa0014;
  width: 36px;
  margin-left: 10px;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 2px;
  text-indent: 3px;
}

#Contact main .form_wrap table tr td {
  width: 78.3%;
  padding: 20px 0;
}

#Contact main .form_wrap table tr td li {
  line-height: 24px;
}

#Contact main .form_wrap input, #Contact main .form_wrap textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 40px;
  margin: 0;
  padding: 0 19px;
  background: #f9f9f9;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#Contact main .form_wrap ::-webkit-input-placeholder {
  color: #c6c6c6;
}

#Contact main .form_wrap :-ms-input-placeholder {
  color: #c6c6c6;
}

#Contact main .form_wrap ::-ms-input-placeholder {
  color: #c6c6c6;
}

#Contact main .form_wrap ::placeholder {
  color: #c6c6c6;
}

#Contact main .form_wrap input.text01 {
  width: 400px;
}

#Contact main .form_wrap input.text02 {
  width: 100%;
}

#Contact main .form_wrap input.text03 {
  width: 200px;
  margin: 0 0 10px;
}

#Contact main .form_wrap input.text04 {
  width: 100%;
}

#Contact main .form_wrap textarea {
  width: 100%;
  height: 200px;
  padding: 10px 16px;
  resize: vertical;
}

#Contact main .form_wrap input[type="checkbox"],
#Contact main .form_wrap input[type="radio"] {
  position: absolute;
  opacity: 0;
}

#Contact main .form_wrap input[type="checkbox"] + label:before,
#Contact main .form_wrap input[type="radio"] + label:before {
  content: "";
  background: #f9f9f9;
  border: 1px solid #e2e2e2;
  display: inline-block;
  width: 19px;
  height: 19px;
  position: relative;
  top: 2px;
  margin: -3px 5px 0px 0;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
}

#Contact main .form_wrap input[type="checkbox"]:checked + label:before,
#Contact main .form_wrap input[type="radio"]:checked + label:before {
  background-color: #002baa;
  -webkit-box-shadow: inset 0 0 0 5px #f4f4f4;
          box-shadow: inset 0 0 0 5px #f4f4f4;
}

#Contact main .form_wrap input[type="checkbox"]:focus + label:before,
#Contact main .form_wrap input[type="radio"]:focus + label:before {
  outline: none;
  border-color: #002baa;
}

#Contact main .form_wrap input[type="checkbox"]:disabled + label:before,
#Contact main .form_wrap input[type="radio"]:disabled + label:before {
  -webkit-box-shadow: inset 0 0 0 5px #f4f4f4;
          box-shadow: inset 0 0 0 5px #f4f4f4;
  border-color: #777;
  background: #333;
}

#Contact main .form_wrap input[type="checkbox"] + label:empty:before,
#Contact main .form_wrap input[type="radio"] + label:empty:before {
  margin-right: 0;
}

#Contact main .form_wrap input[type="radio"] + label:before {
  border-radius: 50%;
}

#Contact main .form_wrap .submit_area {
  margin: 40px 0 0;
  text-align: center;
}

#Contact main .form_wrap input[type="submit"] {
  color: #fff;
  background: #002baa;
  width: 310px;
  height: 60px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

#Contact main .form_wrap input[type="submit"]:hover {
  background: #0038de;
}

/*---------- form02 ----------*/
#Contact main .form02 table {
  max-width: 800px;
  margin: auto;
}

#Contact main .form02 span.ERR, #Contact main .form02 p.ERR {
  color: #dd2929;
  font-weight: 500;
  letter-spacing: 0.02em;
}

#Contact main .form02 table td p {
  line-height: 24px;
}

#Contact main .form02 table td p.ad_num {
  width: 120px;
  margin: 0 0 5px;
}

#Contact main .form02 .submit_area p.ERR {
  margin: 0 0 10px;
}

#Contact main .form02 ul.koumoku {
  width: 650px;
  margin: auto;
  padding: 20px 0 0;
}

/*---------- send_comp ----------*/
#Contact main .send_comp {
  max-width: 1000px;
  margin: auto;
  padding: 0 30px 100px;
}

#Contact main .send_comp p {
  line-height: 24px;
}

#Contact main .send_comp .contact_back a {
  display: block;
  color: #fff;
  background: #002baa;
  width: 310px;
  height: 60px;
  margin: 60px auto 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 60px;
  -webkit-transition: .3s;
  transition: .3s;
}

#Contact main .send_comp .contact_back a:hover {
  background: #0038de;
}

/* Privacy
==================================*/
#Privacy main #Content {
  max-width: 900px;
  margin: 0 auto 100px;
  padding: 0 30px;
}

#Privacy main #Content p, #Privacy main #Content dd {
  line-height: 24px;
}

#Privacy main #Content p.intro {
  margin: 0 0 60px;
}

#Privacy main #Content dl {
  margin: 0 0 80px;
}

#Privacy main #Content dl dt {
  margin: 0 0 16px;
  padding: 0 0 18px;
  border-bottom: 1px solid #e2e2e2;
  font-size: 24px;
  font-weight: 500;
}

#Privacy main #Content dl dd ol li {
  padding-left: 30px;
  text-indent: -40px;
}

#Privacy main #Content dl dd address {
  padding: 10px 0 0;
  font-style: normal;
}

#Privacy main #Content dl dd a {
  text-decoration: underline;
}

#Privacy main #Content dl dd a.tel {
  text-decoration: none;
}
