@charset "UTF-8";
/*ＬＡＹＯＵＴ*/
/* -----------------------------------------------------------------
LAYOUT CSS　
LAST UPDATE: 　
--------------------------------------------------------------------*/
/*--------------------------------
html/body
---------------------------------*/
html {
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Osaka", Verdana, Arial, sans-serif;
  font-size: 62.5%;
  /*10px*/
  line-height: 1.4;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%; }

body {
  font-size: 1.0rem; }

input, textarea, select {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Osaka", Verdana, Arial, sans-serif; }

.skipContents {
  position: absolute;
  top: -99999px;
  left: 0; }

/*webfont*/
.zenMaru, h2, .cat {
  font-family: "Zen Maru Gothic", serif; }

.clearfix::after {
  content: "";
  display: block;
  clear: both; }

.cdHide {
  display: none !important; }

/*--------------------------------
LINk
---------------------------------*/
a {
  color: #333;
  text-decoration: none; }

a:hover {
  text-decoration: none;
  transition: 0.6s; }

a:focus-visible {
  outline: -webkit-focus-ring-color auto 1px; }

a:-webkit-any-link:focus-visible {
  outline-offset: 1px; }

@media screen and (max-width: 768px) {
  a:focus {
    outline: none; }

  .jsAcBtn:focus {
    outline: none; } }
/*--------------------------------
header
---------------------------------*/
header {
  background: #fff;
  border-bottom: 1px solid #c0c0c0; }
  header .headWrap {
    width: auto;
    min-width: 1080px;
    margin: 0 20px;
    overflow: hidden;
    padding: 10px 0; }
    header .headWrap .headLogo {
      float: left;
      width: 150px; }
      header .headWrap .headLogo a {
        display: block;
        margin-top: 8px; }
    header .headWrap .headLink {
      float: right;
      width: 860px;
      display: flex; }
      header .headWrap .headLink .linkWrap {
        display: flex;
        align-items: center; }
        header .headWrap .headLink .linkWrap li {
          margin-right: 30px; }
          header .headWrap .headLink .linkWrap li a {
            font-size: 1.5rem;
            transition: 0.4s;
            font-weight: bold; }
            header .headWrap .headLink .linkWrap li a:hover {
              opacity: 0.6; }
          header .headWrap .headLink .linkWrap li:last-child {
            margin-right: 0; }
      header .headWrap .headLink .linkBtnWrap {
        display: flex;
        align-items: center;
        margin-left: 25px; }
        header .headWrap .headLink .linkBtnWrap li {
          margin-right: 6px;
          border-radius: 5px;
          background: black;
          width: 122px; }
          header .headWrap .headLink .linkBtnWrap li a {
            font-size: 1.4rem;
            padding: 15px 0;
            color: #fff;
            font-weight: bold;
            display: block;
            text-align: center; }
            header .headWrap .headLink .linkBtnWrap li a:after {
              content: "";
              background: url(/mailimages/lp/biz/img/icon_blank.png) no-repeat;
              background-size: 10px auto;
              width: 10px;
              height: 10px;
              margin-left: 5px;
              display: inline-block;
              vertical-align: middle; }
          header .headWrap .headLink .linkBtnWrap li:last-child {
            margin-right: 0; }
          header .headWrap .headLink .linkBtnWrap li.pt01 {
            background: #d0002e;
            background: linear-gradient(180deg, #d0002e 50%, #b10027 50%);
            border-bottom: 3px solid #5c0000; }
            header .headWrap .headLink .linkBtnWrap li.pt01:hover {
              border-bottom: 0;
              margin-top: 3px; }
            header .headWrap .headLink .linkBtnWrap li.pt01 a:after {
              display: none; }
          header .headWrap .headLink .linkBtnWrap li.pt02 {
            background: #494949;
            background: linear-gradient(180deg, #494949 50%, #3e3e3e 50%);
            border-bottom: 3px solid #2b2b2b; }
            header .headWrap .headLink .linkBtnWrap li.pt02:hover {
              border-bottom: 0;
              margin-top: 3px; }
          header .headWrap .headLink .linkBtnWrap li.pt03 {
            background: #d0002e;
            background: linear-gradient(180deg, #1447ae 50%, #113c94 50%);
            border-bottom: 3px solid #001a50; }
            header .headWrap .headLink .linkBtnWrap li.pt03:hover {
              border-bottom: 0;
              margin-top: 3px; }
    header .headWrap .spMenu {
      display: none; }
  header .headLogo a:hover {
    opacity: 0.6; }

@media screen and (min-width: 2000px) {
  header {
    max-width: 2000px;
    margin: 0 auto; } }
@media screen and (max-width: 768px) {
  header {
    background: none;
    min-width: 0; }
    header .headWrap {
      width: auto;
      min-width: 0;
      margin: 0 auto;
      overflow: hidden;
      padding: 10px 0; }
      header .headWrap .headLogo {
        float: left;
        width: 100px;
        margin-left: 15px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 0;
        padding: 6px 0; }
        header .headWrap .headLogo a {
          margin: 0; }
      header .headWrap .headLink {
        float: right;
        width: 110px;
        display: inline-block;
        vertical-align: middle; }
        header .headWrap .headLink .linkWrap {
          display: none; }
        header .headWrap .headLink .linkBtnWrap {
          display: flex;
          align-items: center;
          margin-left: 0; }
          header .headWrap .headLink .linkBtnWrap li {
            margin-right: 6px;
            border-radius: 5px;
            background: black;
            width: 122px; }
            header .headWrap .headLink .linkBtnWrap li a {
              font-size: 1.2rem;
              padding: 10px 0;
              color: #fff;
              font-weight: bold;
              display: block;
              text-align: center;
              position: relative;
              padding-right: 5px; }
              header .headWrap .headLink .linkBtnWrap li a:after {
                content: "";
                background: url(/mailimages/lp/biz/img/icon_blank.png) no-repeat;
                background-size: 10px auto;
                width: 10px;
                height: 10px;
                display: block;
                position: absolute;
                top: 50%;
                right: 10px;
                transform: translateY(-50%); }
            header .headWrap .headLink .linkBtnWrap li:last-child {
              margin-right: 0; }
            header .headWrap .headLink .linkBtnWrap li.pt01 {
              background: #d0002e;
              background: linear-gradient(180deg, #d0002e 50%, #b10027 50%);
              border-bottom: 3px solid #5c0000; }
            header .headWrap .headLink .linkBtnWrap li.pt02 {
              background: #494949;
              background: linear-gradient(180deg, #494949 50%, #3e3e3e 50%);
              border-bottom: 3px solid #2b2b2b; }
            header .headWrap .headLink .linkBtnWrap li.pt03 {
              background: #d0002e;
              background: linear-gradient(180deg, #1447ae 50%, #113c94 50%);
              border-bottom: 3px solid #001a50; }
      header .headWrap .spMenu {
        display: inline-block;
        vertical-align: middle;
        padding: 0 15px;
        float: right; }
        header .headWrap .spMenu .menuBtn {
          background: url(/mailimages/lp/biz/img/icon_menu.png) no-repeat center;
          text-indent: -9999px;
          background-size: 100% auto;
          display: block;
          width: 30px;
          height: 40px; }
        header .headWrap .spMenu .spMenuWrap {
          display: none;
          padding-top: 80px; }
          header .headWrap .spMenu .spMenuWrap .close {
            position: absolute;
            top: 8px;
            right: 16px; }
            header .headWrap .spMenu .spMenuWrap .close .closeBtn {
              background: url(/mailimages/lp/biz/img/icon_menu-colse.png) no-repeat center;
              text-indent: -9999px;
              background-size: 100% auto;
              display: block;
              width: 30px;
              height: 40px; }
          header .headWrap .spMenu .spMenuWrap li.menuList {
            display: block;
            margin-bottom: 50px;
            text-align: center; }
            header .headWrap .spMenu .spMenuWrap li.menuList a {
              color: #fff;
              font-size: 1.8rem;
              font-weight: bold; }
          header .headWrap .spMenu .spMenuWrap li.innBtn {
            color: #fff;
            font-weight: bold;
            display: block;
            text-align: center;
            position: relative;
            margin: 0 65px 10px;
            border-radius: 5px; }
            header .headWrap .spMenu .spMenuWrap li.innBtn:after {
              content: "";
              background: url(/mailimages/lp/biz/img/icon_blank.png) no-repeat;
              background-size: 10px auto;
              width: 10px;
              height: 10px;
              display: block;
              position: absolute;
              top: 50%;
              right: 10px;
              transform: translateY(-50%); }
            header .headWrap .spMenu .spMenuWrap li.innBtn a {
              font-size: 1.5rem;
              display: block;
              padding: 15px 0;
              text-align: center;
              color: #fff; }
            header .headWrap .spMenu .spMenuWrap li.innBtn.pt01 {
              background: #d0002e;
              background: linear-gradient(180deg, #d0002e 50%, #b10027 50%);
              border-bottom: 3px solid #5c0000; }
              header .headWrap .spMenu .spMenuWrap li.innBtn.pt01:after {
                display: none; }
            header .headWrap .spMenu .spMenuWrap li.innBtn.pt02 {
              background: #494949;
              background: linear-gradient(180deg, #494949 50%, #3e3e3e 50%);
              border-bottom: 3px solid #2b2b2b; }
            header .headWrap .spMenu .spMenuWrap li.innBtn.pt03 {
              background: #d0002e;
              background: linear-gradient(180deg, #1447ae 50%, #113c94 50%);
              border-bottom: 3px solid #001a50; }
          header .headWrap .spMenu .spMenuWrap.show {
            position: fixed;
            background: rgba(0, 0, 0, 0.9);
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            display: block;
            z-index: 10; } }
/*--------------------------------
contents
---------------------------------*/
#contentsWrap {
  min-width: 1080px; }

#contents {
  font-size: 1.4rem; }

.inner {
  width: 1080px;
  margin: 0 auto; }

@media screen and (max-width: 768px) {
  .inner {
    width: auto;
    margin: 0 15px; }

  #contentsWrap {
    min-width: 100%;
    padding-top: 0;
    overflow-x: hidden; }

  #contents {
    width: 100%; } }
/*--------------------------------
section
---------------------------------*/
section {
  width: 100%;
  margin: 90px auto 0;
  font-size: 1.4rem; }
  section img {
    max-width: 100%;
    height: auto; }
  section strong,
  section strong a {
    font-weight: bold; }
  section h2 img, section h3 img {
    margin: 0 auto; }

section.wideSec {
  width: 100%;
  margin: 45px auto 0; }

@media screen and (max-width: 768px) {
  section {
    margin: 50px auto 0; } }
/*--------------------------------
space
---------------------------------*/
section iframe {
  width: 100%;
  height: 440px; }
section iframe,
section p,
section ol,
section ul,
section table,
section dl {
  margin: 20px 0 0 0; }
section:first-child,
section iframe:first-child,
section p:first-child,
section h2:first-child,
section h3:first-child,
section ol:first-child,
section ul:first-child,
section ol li:first-child,
section ul li:first-child,
section dl:first-child,
section div.colWrap:first-child,
section table:first-child {
  margin-top: 0; }

.mtHelfSet section iframe,
.mtHelfSet section p,
.mtHelfSet section ol,
.mtHelfSet section ul,
.mtHelfSet section table,
.mtHelfSet section dl {
  margin: 10px 0 0 0; }

@media screen and (max-width: 768px) {
  section iframe,
  section p,
  section ol,
  section ul,
  section table,
  section dl {
    margin: 10px 0 0 0; }

  .mtHelfSet section iframe,
  .mtHelfSet section p,
  .mtHelfSet section ol,
  .mtHelfSet section ul,
  .mtHelfSet section table,
  .mtHelfSet section dl {
    margin: 5px 0 0 0; } }
/*--------------------------------
footer
---------------------------------*/
.pageTopWrap {
  position: relative;
  height: 0;
  background: #fff; }

.pageTopWrap .pageTop {
  margin: 0 20px;
  text-align: right;
  opacity: 0; }

.pageTopWrap .pageTop a {
  display: block;
  transition: 0.4s;
  width: 50px;
  height: 50px;
  font-size: 0rem;
  background: url(/mailimages/lp/biz/img/pagetop.png) no-repeat;
  background-size: 100% auto; }

.pageTopWrap .pageTop a:hover {
  opacity: 0.7; }

.pageTopWrap .pageTop.show {
  opacity: 1;
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: -15px; }

.pageTopWrap .pageTop.show.fixed {
  position: fixed;
  bottom: 20px;
  right: 20px;
  margin: 0;
  transition: opacity 0.4s ease; }

footer {
  min-width: 1200px;
  text-align: center; }
  footer .footerInner {
    margin: 0 auto;
    background: #fff;
    padding: 35px; }
    footer .footerInner .copy {
      color: #000; }
      footer .footerInner .copy small {
        font-size: 1.2rem;
        font-family: 'Arial', 'Zen Kaku Gothic New', sans-serif; }

@media screen and (max-width: 768px) {
  .pageTopWrap {
    height: 0; }

  .pageTopWrap .pageTop {
    margin: 0 15px;
    text-align: right; }

  .pageTopWrap .pageTop a {
    width: 45px;
    height: 45px;
    background: url(/mailimages/lp/biz/img/pagetop.png) no-repeat;
    background-size: 100% auto; }

  .pageTopWrap .pageTop.show {
    opacity: 1;
    z-index: 2;
    position: absolute;
    right: 0; }

  .pageTopWrap .pageTop.show.fixed {
    right: 15px; }

  footer {
    min-width: 100%; }
    footer .footerInner {
      width: 100%;
      padding: 25px 0; }
      footer .footerInner .copy small {
        font-size: 1.2rem;
        font-family: 'Arial', 'Zen Kaku Gothic New', sans-serif; } }
