@charset "UTF-8";
/*
 * =====================================================
 *
 * [Standard css]
 *
 * - base.css 		: ベースレイアウト
 * - common.css 	: 要素用
 * - clear.css 		: clearfix用css
 *
 * =====================================================
 */
/*
 * =====================================================
 *
 * [variable]
 *
 * =====================================================
 */
/*
 * =====================================================
 *
 * ベースレイアウトCSS
 *
 * =====================================================
 */
/* reset*/
body, h1, h2, h3, h4, h5, h6, p, li, dl, dt, dd, pre, form,
blockquote, fieldset, input, address, figure, figcaption, main {
  margin: 0;
  padding: 0;
}

main, article, aside, details, figcaption, figure, picture,
footer, header, hgroup, nav, section, summary {
  display: block;
}

/* img*/
img {
  vertical-align: middle;
  border: none;
  max-width: 100%;
  height: auto;
}

img[src$=".svg"] {
  height: auto;
}

/* default*/
h1, h2, h3, h4, h5, h6, caption {
  font-weight: normal;
  font-size: 100%;
}

a {
  outline: none;
}

address {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul, ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

caption {
  text-align: left;
}

figcaption {
  font-size: 1.2rem;
}

fieldset {
  border: none;
}

legend {
  display: none;
}

input[type=radio],
input[type=checkbox],
select {
  vertical-align: middle;
}

*, *::before, *::after {
  box-sizing: border-box;
}

/* link*/
a {
  color: #FFF;
  text-decoration: none;
}

a:link {
  color: #FFF;
  text-decoration: none;
}

a:visited {
  color: #FFF;
  text-decoration: none;
}

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

a:active {
  color: #FFF;
  text-decoration: none;
}

/* html*/
html {
  font-size: 62.5%;
}

/* body*/
body {
  color: #FFF;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  width: 100%;
  min-width: 1080px;
  background: #000;
  position: relative;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
}
::-moz-selection {
  color: #fff;
  background: #08287F;
}

::selection {
  color: #fff;
  background: #08287F;
}

::-moz-selection {
  color: #fff;
  background: #08287F;
}

p {
  line-height: 1.9;
}

iframe {
  vertical-align: bottom;
}

/* wrapper*/
#wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

/* header*/
#siteHeader {
  background: #FFF;
  border-top: solid 6px #161c6b;
  position: relative;
}
#siteHeader::after {
  content: "";
  position: absolute;
  margin: auto;
  z-index: 2;
  top: -4px;
  right: 0;
  width: 160px;
  height: 23px;
  background: url("../../images/global/bg_sh_right.svg") top left no-repeat;
}
#siteHeader > .inner {
  min-width: 1000px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding: 1px 0 5px;
}
#siteHeader a {
  color: #231815;
}

#siteLogo {
  width: 185px;
  margin: 8px 0 0 19px;
}
#siteLogo a {
  display: block;
  height: 100%;
}
#siteLogo a img {
  width: 100%;
}

/* navWrapper*/
#navWrapper {
  height: 100%;
}

/* gNav*/
#gNav .subList {
  display: flex;
  justify-content: flex-end;
  font-size: 1.1rem;
  padding-right: 155px;
  margin-bottom: 5px;
}
#gNav .subList > li {
  margin: 0 15px;
}
#gNav .subList > li a::before {
  content: "▶︎";
  font-size: 80%;
  display: inline-block;
  margin-right: 0.25em;
  transform: scale(0.7);
}
#gNav .mainList {
  display: flex;
  text-align: right;
  font-size: 1.4rem;
}
#gNav .mainList > li {
  margin: 0 15px;
}

/* topicPathVox*/
#topicPathVox {
  font-size: 1.3rem;
  letter-spacing: normal;
  padding: 10px 0;
}
#topicPathVox .inner {
  max-width: 1000px;
  margin: 0 auto;
}
#topicPathVox .breadcrumbs .item {
  display: inline-block;
  margin-right: 5px;
}
#topicPathVox .breadcrumbs .item:not(:last-child)::after {
  content: "〉";
  display: inline-block;
  margin-left: 0.75em;
}
#topicPathVox .breadcrumbs a {
  text-decoration: underline;
}
#topicPathVox .breadcrumbs a:hover {
  text-decoration: none;
}

/* pageTitle */
/* container */
/* main */
#main {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  min-height: 500px;
}

/* content */
/* fNav */
#fNav {
  font-size: 1.3rem;
}
#fNav a:hover {
  text-decoration: underline;
}
#fNav ul {
  display: flex;
  justify-content: center;
}
#fNav ul > li {
  margin: 0 0.75em;
}
#fNav .mainList {
  border-bottom: 1px solid #FFF;
  padding-bottom: 5px;
}
#fNav .mainList > li a::before {
  content: ">";
  display: inline-block;
  margin-right: 0.25em;
}
#fNav .subList {
  padding: 15px 0;
}

/* footer */
#siteFooter {
  text-align: center;
  padding: 15px 0 0;
}
#siteFooter > .inner {
  width: 1000px;
  margin: 0 auto;
}
#siteFooter .pagetop {
  margin-bottom: 30px;
}
#siteFooter .centerLogo {
  padding: 40px 0;
}

/* pageTopNav */
#pageTopNav {
  text-align: center;
  background: #3e3a39;
}
#pageTopNav .list {
  display: inline-flex;
}
#pageTopNav .list > li {
  border-left: 1px solid #FFF;
  width: 290px;
}
#pageTopNav .list > li:last-child {
  border-right: 1px solid #FFF;
}
#pageTopNav .list > li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 1.25em 1em;
}
#pageTopNav .list > li a .icon {
  display: inline-block;
  position: relative;
  padding-left: 40px;
}
#pageTopNav .list > li a .icon::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}
#pageTopNav .list > li a .icon.isPdf::before {
  background-image: url("../../images/content/content/ico_pdf01.svg");
}
#pageTopNav .list > li a .logo {
  display: inline-block;
  margin-right: 4%;
}

/* pageTopVox */
#pageTopVox {
  position: absolute;
  top: -125px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
  height: 162px;
}
#pageTopVox a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../../images/global/pagetop.svg") center/50px no-repeat;
}

/* copyright */
#copyright {
  font-size: 1.2rem;
  padding: 1em 0;
}

/**
 ****************************************************
 *
 * screens larger than {$bp}
 *
 ****************************************************
 */
@media only screen and (min-width: 768px) {
  /* body */
  body.ipad {
    -webkit-text-size-adjust: none;
       -moz-text-size-adjust: none;
            text-size-adjust: none;
  }
  /* gNavOpener */
  #gNavOpener {
    display: none;
  }
  /* gNav */
  #gNav .spMenu {
    display: none;
  }
} /* END @media larger than 768 */
/**
 ****************************************************
 *
 * screens smaller than 768
 *
 ****************************************************
 */
@media only screen and (max-width: 767px) {
  /* body*/
  body {
    -webkit-text-size-adjust: none;
       -moz-text-size-adjust: none;
            text-size-adjust: none;
    font-size: 1.3rem;
    min-width: 0;
    position: static;
  }
  body.open #container {
    padding-top: 220px;
  }
  p {
    line-height: 1.8;
  }
  /* wrapper*/
  /* wrapper*/
  #container {
    transition: padding 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }
  /* header*/
  #siteHeader {
    height: 60px;
  }
  #siteHeader::after {
    display: none;
  }
  #siteHeader > .inner {
    min-width: 100%;
    padding: 0 0 0 4%;
    display: flex;
    align-items: center;
  }
  #siteLogo {
    width: 170px;
    margin: 0;
  }
  /* gNavOpener*/
  #gNavOpener {
    display: block;
    width: 60px;
    height: calc(60px - 6px);
    background: #FFF;
    position: absolute;
    top: 0;
    right: 5px;
    text-align: center;
  }
  #gNavOpener span {
    display: block;
    width: 26px;
    height: 2px;
    background: #595757;
    margin-left: -13px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    transition: 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transform: rotate(0deg);
  }
  #gNavOpener span:nth-child(1) {
    transform: translateY(-8px);
  }
  #gNavOpener span:nth-child(3) {
    transform: translateY(8px);
  }
  #gNavOpener.open span:nth-child(1) {
    transform: rotate(-45deg);
  }
  #gNavOpener.open span:nth-child(2) {
    opacity: 0;
  }
  #gNavOpener.open span:nth-child(3) {
    transform: rotate(45deg);
  }
  /* navWrapper*/
  #navWrapper {
    background: #FFF;
    width: 100%;
    height: 0;
    position: absolute;
    z-index: 200;
    top: calc(60px - 6px);
    right: 0;
    overflow: hidden;
    transition: height 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }
  #navWrapper.open {
    height: 220px;
  }
  /* gNav*/
  #gNav {
    padding: 20px 4%;
  }
  #gNav .subList {
    display: none;
  }
  #gNav .mainList {
    display: inherit;
    text-align: center;
    font-size: 1.5rem;
  }
  #gNav .mainList > li {
    margin: 0;
    border-top: 1px dotted #000;
  }
  #gNav .mainList > li a {
    display: block;
    padding: 0.3em 0.5em;
  }
  /* container*/
  /* main */
  /* topicPathVox*/
  #topicPathVox {
    font-size: 1rem;
    margin-bottom: 30px;
    display: none;
  }
  #topicPathVox .inner {
    line-height: inherit;
    width: auto;
    padding: 0 4%;
  }
  /* pageTitle */
  /* content */
  /* fNav */
  #fNav {
    font-size: 1.2rem;
  }
  #fNav ul {
    display: inline-flex;
    flex-wrap: wrap;
  }
  #fNav .mainList {
    padding-bottom: 10px;
  }
  #fNav .subList {
    padding: 10px 0;
  }
  /* footer */
  #siteFooter {
    padding: 20px 0 0;
  }
  #siteFooter > .inner {
    width: 90%;
  }
  #siteFooter .pagetop {
    margin-bottom: 20px;
  }
  #siteFooter .centerLogo {
    padding: 20px 0;
  }
  /* pageTopNav */
  #pageTopNav .list {
    display: flex;
    justify-content: center;
  }
  #pageTopNav .list > li {
    width: 43%;
  }
  #pageTopNav .list > li a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #pageTopNav .list > li a .icon {
    padding-left: 25px;
  }
  #pageTopNav .list > li a .icon::before {
    width: 16px;
    height: 16px;
  }
  #pageTopNav .list > li a .logo img {
    width: 90px;
  }
  /* copyright */
  #copyright {
    font-size: 1rem;
  }
  /* pageTopVox */
  #pageTopVox {
    top: -80px;
    left: auto;
    right: 4%;
    margin: 0;
    width: 60px;
    height: 60px;
  }
  #pageTopVox a {
    background-size: contain;
  }
}
/*
 * =====================================================
 *
 * 汎用要素用CSS
 *
 * =====================================================
 */
/**
 * ---------------------------------------------------
 * white-space
 * ---------------------------------------------------
 */
.wsN {
  white-space: nowrap;
}

/**
 * ---------------------------------------------------
 * word-wrap
 * ---------------------------------------------------
 */
.wrBW {
  word-wrap: break-word;
}

/**
 * ---------------------------------------------------
 * 文字色装飾
 * ---------------------------------------------------
 */
.cWhite {
  color: #FFFFFF;
}

.cBlue {
  color: #016bb5;
}

.cRed {
  color: #E4050B;
}

.cGray {
  color: #666666;
}

.cYellow {
  color: #FFFF00;
}

/**
 * ---------------------------------------------------
 * 文字装飾
 * ---------------------------------------------------
 */
.decUline {
  text-decoration: underline;
}

.decNone {
  text-decoration: none;
}

/**
 * ---------------------------------------------------
 * 文字サイズ
 * ---------------------------------------------------
 */
.s70 {
  font-size: 70%;
}

.s80 {
  font-size: 80%;
}

.s90 {
  font-size: 90%;
}

.s100 {
  font-size: 100%;
}

.s110 {
  font-size: 110%;
}

.s120 {
  font-size: 120%;
}

.s130 {
  font-size: 130%;
}

.s140 {
  font-size: 140%;
}

.s150 {
  font-size: 150%;
}

.s160 {
  font-size: 160%;
}

.s170 {
  font-size: 170%;
}

.s180 {
  font-size: 180%;
}

.s190 {
  font-size: 190%;
}

.s200 {
  font-size: 200%;
}

/**
 * ---------------------------------------------------
 * 文字の太さ
 * ---------------------------------------------------
 */
.fwN {
  font-weight: normal;
}

.fwB {
  font-weight: bold;
}

/**
 * ---------------------------------------------------
 * 文字の高さ
 * ---------------------------------------------------
 */
.lh0-5 {
  line-height: 0.5;
}

.lh1 {
  line-height: 1;
}

.lh1-1 {
  line-height: 1.1;
}

.lh1-2 {
  line-height: 1.2;
}

.lh1-5 {
  line-height: 1.5;
}

.lh2 {
  line-height: 2;
}

/**
 * ---------------------------------------------------
 * レイアウト
 * ---------------------------------------------------
 */
.mA {
  margin: 0 auto !important;
}

.mLA {
  margin-left: auto !important;
}

.mRA {
  margin-right: auto !important;
}

.m0 {
  margin: 0 !important;
}

.m3 {
  margin: 3px !important;
}

.m5 {
  margin: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.m15 {
  margin: 15px !important;
}

.m20 {
  margin: 20px !important;
}

.m25 {
  margin: 25px !important;
}

.m30 {
  margin: 30px !important;
}

.m35 {
  margin: 35px !important;
}

.m40 {
  margin: 40px !important;
}

.m45 {
  margin: 45px !important;
}

.m50 {
  margin: 50px !important;
}

.mT0 {
  margin-top: 0px !important;
}

.mT5 {
  margin-top: 5px !important;
}

.mT10 {
  margin-top: 10px !important;
}

.mT15 {
  margin-top: 15px !important;
}

.mT20 {
  margin-top: 20px !important;
}

.mT25 {
  margin-top: 25px !important;
}

.mT30 {
  margin-top: 30px !important;
}

.mT35 {
  margin-top: 35px !important;
}

.mT40 {
  margin-top: 40px !important;
}

.mT45 {
  margin-top: 45px !important;
}

.mT50 {
  margin-top: 50px !important;
}

.mR0 {
  margin-right: 0px !important;
}

.mB3 {
  margin-right: 3px !important;
}

.mR5 {
  margin-right: 5px !important;
}

.mR10 {
  margin-right: 10px !important;
}

.mR15 {
  margin-right: 15px !important;
}

.mR20 {
  margin-right: 20px !important;
}

.mR25 {
  margin-right: 25px !important;
}

.mR30 {
  margin-right: 30px !important;
}

.mR35 {
  margin-right: 35px !important;
}

.mR40 {
  margin-right: 40px !important;
}

.mR45 {
  margin-right: 45px !important;
}

.mR50 {
  margin-right: 50px !important;
}

.mR60 {
  margin-right: 60px !important;
}

.mR70 {
  margin-right: 70px !important;
}

.mR100 {
  margin-right: 100px !important;
}

.mR110 {
  margin-right: 110px !important;
}

.mR120 {
  margin-right: 120px !important;
}

.mR130 {
  margin-right: 130px !important;
}

.mR140 {
  margin-right: 140px !important;
}

.mR150 {
  margin-right: 150px !important;
}

.mR160 {
  margin-right: 160px !important;
}

.mR170 {
  margin-right: 170px !important;
}

.mR180 {
  margin-right: 180px !important;
}

.mR190 {
  margin-right: 190px !important;
}

.mR200 {
  margin-right: 200px !important;
}

.mR210 {
  margin-right: 210px !important;
}

.mR220 {
  margin-right: 220px !important;
}

.mR230 {
  margin-right: 230px !important;
}

.mR240 {
  margin-right: 240px !important;
}

.mR250 {
  margin-right: 250px !important;
}

.mR260 {
  margin-right: 260px !important;
}

.mR280 {
  margin-right: 280px !important;
}

.mR300 {
  margin-right: 300px !important;
}

.mB0 {
  margin-bottom: 0px !important;
}

.mB3 {
  margin-bottom: 3px !important;
}

.mB5 {
  margin-bottom: 5px !important;
}

.mB10 {
  margin-bottom: 10px !important;
}

.mB15 {
  margin-bottom: 15px !important;
}

.mB20 {
  margin-bottom: 20px !important;
}

.mB25 {
  margin-bottom: 25px !important;
}

.mB30 {
  margin-bottom: 30px !important;
}

.mB35 {
  margin-bottom: 35px !important;
}

.mB40 {
  margin-bottom: 40px !important;
}

.mB45 {
  margin-bottom: 45px !important;
}

.mB50 {
  margin-bottom: 50px !important;
}

.mL0 {
  margin-left: 0px !important;
}

.mL5 {
  margin-left: 5px !important;
}

.mL1em {
  margin-left: 1em !important;
}

.mL10 {
  margin-left: 10px !important;
}

.mL15 {
  margin-left: 15px !important;
}

.mL20 {
  margin-left: 20px !important;
}

.mL25 {
  margin-left: 25px !important;
}

.mL30 {
  margin-left: 30px !important;
}

.mL35 {
  margin-left: 35px !important;
}

.mL40 {
  margin-left: 40px !important;
}

.mL45 {
  margin-left: 45px !important;
}

.mL50 {
  margin-left: 50px !important;
}

.mL55 {
  margin-left: 55px !important;
}

.mL60 {
  margin-left: 60px !important;
}

.mL70 {
  margin-left: 70px !important;
}

.mL80 {
  margin-left: 80px !important;
}

.mL85 {
  margin-left: 85px !important;
}

.mL105 {
  margin-left: 105px !important;
}

.mL110 {
  margin-left: 110px !important;
}

.mL115 {
  margin-left: 115px !important;
}

.mL120 {
  margin-left: 120px !important;
}

.mL130 {
  margin-left: 130px !important;
}

.mL140 {
  margin-left: 140px !important;
}

.mL150 {
  margin-left: 150px !important;
}

.mL170 {
  margin-left: 170px !important;
}

.mL200 {
  margin-left: 200px !important;
}

.mL225 {
  margin-left: 225px !important;
}

.mL270 {
  margin-left: 270px !important;
}

.p0 {
  padding: 0 !important;
}

.p3 {
  padding: 3px !important;
}

.p5 {
  padding: 5px !important;
}

.p10 {
  padding: 10px !important;
}

.p15 {
  padding: 15px !important;
}

.p20 {
  padding: 20px !important;
}

.p25 {
  padding: 25px !important;
}

.p30 {
  padding: 30px !important;
}

.p35 {
  padding: 35px !important;
}

.p40 {
  padding: 40px !important;
}

.p45 {
  padding: 45px !important;
}

.p50 {
  padding: 50px !important;
}

.pT0 {
  padding-top: 0px !important;
}

.pT2 {
  padding-top: 2px !important;
}

.pT3 {
  padding-top: 3px !important;
}

.pT5 {
  padding-top: 5px !important;
}

.pT10 {
  padding-top: 10px !important;
}

.pT15 {
  padding-top: 15px !important;
}

.pT20 {
  padding-top: 20px !important;
}

.pT25 {
  padding-top: 25px !important;
}

.pT30 {
  padding-top: 30px !important;
}

.pT35 {
  padding-top: 35px !important;
}

.pT40 {
  padding-top: 40px !important;
}

.pT45 {
  padding-top: 45px !important;
}

.pT50 {
  padding-top: 50px !important;
}

.pT80 {
  padding-top: 80px !important;
}

.pT100 {
  padding-top: 100px !important;
}

.pR0 {
  padding-right: 0px !important;
}

.pR5 {
  padding-right: 5px !important;
}

.pR10 {
  padding-right: 10px !important;
}

.pR15 {
  padding-right: 15px !important;
}

.pR20 {
  padding-right: 20px !important;
}

.pR25 {
  padding-right: 25px !important;
}

.pR30 {
  padding-right: 30px !important;
}

.pR35 {
  padding-right: 35px !important;
}

.pR40 {
  padding-right: 40px !important;
}

.pR45 {
  padding-right: 45px !important;
}

.pR50 {
  padding-right: 50px !important;
}

.pB0 {
  padding-bottom: 0px !important;
}

.pB5 {
  padding-bottom: 5px !important;
}

.pB10 {
  padding-bottom: 10px !important;
}

.pB15 {
  padding-bottom: 15px !important;
}

.pB20 {
  padding-bottom: 20px !important;
}

.pB25 {
  padding-bottom: 25px !important;
}

.pB30 {
  padding-bottom: 30px !important;
}

.pB35 {
  padding-bottom: 35px !important;
}

.pB40 {
  padding-bottom: 40px !important;
}

.pB45 {
  padding-bottom: 45px !important;
}

.pB50 {
  padding-bottom: 50px !important;
}

.pL0 {
  padding-left: 0px !important;
}

.pL5 {
  padding-left: 5px !important;
}

.pL10 {
  padding-left: 10px !important;
}

.pL15 {
  padding-left: 15px !important;
}

.pL20 {
  padding-left: 20px !important;
}

.pL25 {
  padding-left: 25px !important;
}

.pL30 {
  padding-left: 30px !important;
}

.pL35 {
  padding-left: 35px !important;
}

.pL40 {
  padding-left: 40px !important;
}

.pL45 {
  padding-left: 45px !important;
}

.pL50 {
  padding-left: 50px !important;
}

/**
 * ---------------------------------------------------
 * float用スタイル
 * ---------------------------------------------------
 */
.fLeft {
  float: left;
}

.fRight {
  float: right;
}

.fClear {
  clear: both;
}

.fClearL {
  clear: left;
}

.fClearR {
  clear: right;
}

.fN {
  float: none;
}

/**
 * ---------------------------------------------------
 * position用スタイル
 * ---------------------------------------------------
 */
.posRel {
  position: relative;
}

.posAbs {
  position: absolute;
}

.posT0R0 {
  right: 0px;
  top: 0px;
}

/**
 * ---------------------------------------------------
 * overflow
 * ---------------------------------------------------
 */
.ofHidden {
  overflow: hidden;
}

.ofAuto {
  overflow: auto;
}

.ofVisible {
  overflow: visible;
}

/**
 * ---------------------------------------------------
 * display用スタイル
 * ---------------------------------------------------
 */
.dspInline {
  display: inline;
}

.dspBlock {
  display: block;
}

.dspInlBlock {
  display: inline-block;
}

.dspNone {
  display: none;
}

/**
 * ---------------------------------------------------
 * 汎用行揃え用スタイル
 * ---------------------------------------------------
 */
.alignLeft {
  text-align: left !important;
}

.alignCenter {
  text-align: center !important;
}

.alignRight {
  text-align: right !important;
}

/**
 * ---------------------------------------------------
 * 汎用縦揃え用スタイル
 * ---------------------------------------------------
 */
.valignTop {
  vertical-align: top;
}

.valignMiddle {
  vertical-align: middle;
}

.valignBottom {
  vertical-align: bottom;
}

.valignTextBottom {
  vertical-align: text-bottom;
}

.valignSuper {
  vertical-align: super;
}

/**
 * ---------------------------------------------------
 * 汎用幅指定用スタイル
 * ---------------------------------------------------
 */
.w5 {
  width: 5px;
}

.w10em {
  width: 10em;
}

.w10p {
  width: 10%;
}

.w15p {
  width: 15%;
}

.w20p {
  width: 20%;
}

.w25p {
  width: 25%;
}

.w30p {
  width: 30%;
}

.w30 {
  width: 30px;
}

.w40p {
  width: 40%;
}

.w40 {
  width: 40px;
}

.w50 {
  width: 50px;
}

.w60 {
  width: 60px;
}

.w70 {
  width: 70px;
}

.w80 {
  width: 80px;
}

.w90 {
  width: 90px;
}

.w98p {
  width: 98%;
}

.w99p {
  width: 99%;
}

.w100 {
  width: 100px;
}

.w100p {
  width: 100%;
}

/**
 * ---------------------------------------------------
 * hasLayout true
 * ---------------------------------------------------
 */
.h1p {
  height: 1%;
}

.z1 {
  zoom: 1;
}

/**
 * ---------------------------------------------------
 * リスト用スタイル
 * ---------------------------------------------------
 */
.listTypeNone {
  list-style-type: none;
}

.listInside {
  list-style-position: inside;
}

.listOutside {
  list-style-position: outside;
}

.listTypeDisc {
  list-style-type: disc;
}

.listTypeSquare {
  list-style-type: square;
}

.listTypeCircle {
  list-style-type: circle;
}

.listTypeNum {
  padding-left: 0px;
  margin-left: 0px;
  margin-top: 0px;
}

.listTypeNum li {
  list-style-type: none;
  padding: 0px 0px 0px 20px;
}

.listNumParentheses {
  list-style-type: none;
  list-style-position: inside;
}

.listNumParentheses li {
  counter-increment: cnt;
}

.listNumParentheses li:before {
  display: marker;
  content: "(" counter(cnt) ")";
}

/**
 * ---------------------------------------------------
 * 背景色用スタイル
 * ---------------------------------------------------
 */
.bgFFFFFF {
  background-color: #FFFFFF;
}

.bgE6ECE8 {
  background-color: #e6ece8;
}

.bgF0F0DC {
  background-color: #F0F0DC;
}

.bgF0EFEE {
  background-color: #F0EFEE;
}

.bgEBE6E1 {
  background-color: #EBE6E1;
}

.bgC9C9C9 {
  background-color: #C9C9C9;
}

/**
 * ---------------------------------------------------
 * ボーダー用スタイル
 * ---------------------------------------------------
 */
.bdr1s999 {
  border: 1px solid #999999;
}

.bdr1sCCC {
  border: 1px solid #CCCCCC;
}

.bdr1sBBB {
  border: 1px solid #BBBBBB;
}

.bdr1s5B5B5B {
  border: 1px solid #5B5B5B;
}

.bdr1do444444 {
  border: 1px dotted #444444;
}

.bdrTn {
  border-top: none !important;
}

.bdrRn {
  border-right: none !important;
}

.bdrBn {
  border-bottom: none !important;
}

.bdrLn {
  border-left: none !important;
}

.bdrN {
  border: none !important;
}

.bdrTop {
  border-right: none !important;
  border-bottom: none !important;
  border-left: none !important;
}

.bdrRight {
  border-top: none !important;
  border-bottom: none !important;
  border-left: none !important;
}

.bdrBottom {
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
}

.bdrLeft {
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
}

/**
 * テキストインデント
 */
.tim1em {
  text-indent: -1em;
}

.ti1em {
  text-indent: 1em;
}

/**
 * カーソル
 */
.csrPtr {
  cursor: pointer;
}

/**
 * ---------------------------------------------------
 * css3 角丸ボーダー
 * ---------------------------------------------------
 */
.bdrRad3 {
  border-radius: 3px;
}

.bdrRad5 {
  border-radius: 5px;
}

/**
 * ワードブレイク
 */
.wbBrkA {
  word-break: break-all;
}

/**
 * IE png support用
 */
/**
 * 高さ合わせ
 */
/**
 * ホバーフェード
 */
/**
 * ロールオーバー
 */
/**
 * ホバーフェード(画像二枚版)
 */
/**
 * スムーススクロール
 */
/**
 * png画像→gif画像へ差し替え
 */
/**
 * PC画像⇔SP画像切替え
 */
/*
 * =====================================================
 *
 * clearfix用CSS
 *
 * =====================================================
 */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
/**
 * Dreamweaver作業時のみ
 */
/* .clearfix { overflow:hidden; } */
/*
 * =====================================================
 *
 * [variable]
 *
 * =====================================================
 */
.ftSans {
  font-family: "Noto Sans JP", sans-serif;
}

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

/*
 * =====================================================
 *
 * [content]
 *
 * =====================================================
 */
/**
 * コンテンツ
 */
.cntInner {
  max-width: 1000px;
  margin: 0 auto;
}

.h2S01 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 0.8em;
}

.h2S02 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 0.8em;
  position: relative;
  padding-left: 0.8em;
  line-height: 1.4;
}
.h2S02:after {
  content: "";
  position: absolute;
  margin: auto;
  width: 5px;
  height: 100%;
  background: #ee7800;
  top: 0;
  bottom: 0;
  left: 0;
}

.h2S03 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5em;
  line-height: 1.4;
}

/**
 * テキスト
 */
.textStyle01 {
  font-size: 1.4rem;
  display: table-row;
}
.textStyle01::before {
  content: "";
  display: block;
}
.textStyle01::before {
  content: "";
  display: table-cell;
  padding-right: 0.1em;
}
.textStyle01.isCircle::before {
  content: "●";
}
.textStyle01.isSquare::before {
  content: "■";
}

/**
 * リスト
 */
.listStyle01 {
  list-style-type: none;
  padding-left: 0;
}
.listStyle01 > li {
  position: relative;
  padding-left: 1.1em;
}
.listStyle01 > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.listStyle01.isCircle > li::before {
  content: "●";
}
.listStyle01.isNote > li::before {
  content: "※";
}

/**
 * アイコン
 */
.icoDanger01 {
  display: inline-block;
  padding-left: 40px;
  background: url("../../images/content/content/ico_danger01.svg") top -0.1em left no-repeat;
  min-height: 32px;
}

@media only screen and (max-width: 767px) {
  .h2S01 {
    font-size: 1.8rem;
  }
  .h2S02 {
    font-size: 1.6rem;
    margin-bottom: 1.5em;
    padding-left: 1em;
    min-height: 50px;
    display: flex;
    align-items: center;
  }
  .h2S02:after {
    width: 4px;
    min-height: 50px;
  }
  .h2S03 {
    font-size: 1.5rem;
  }
  .cntInner {
    padding: 0 5%;
  }
}
/**
 * transition series
 */
.trOp01 {
  transition: opacity 0.2s linear;
}
.trOp01:hover, .trOp01.active {
  opacity: 0.6;
}

.noteTxt {
  text-indent: -1em;
  padding-left: 1em;
}

/**
 ****************************************************
 *
 * screens larger than $bp
 *
 ****************************************************
 */
@media only screen and (min-width: 768px) {
  .pcDspNone {
    display: none;
  }
}
/*  @media END */
/**
 ****************************************************
 *
 * screens smaller than $bp
 *
 ****************************************************
 */
@media only screen and (max-width: 767px) {
  .spDspNone {
    display: none;
  }
  /**
   * transition series
   */
  .trOp01 {
    transition: none;
  }
  .trOp01:hover {
    opacity: 1;
  }
  .trScl01 {
    transition: none;
  }
  .trScl01:hover {
    transform: scale(1);
  }
  /**
    * テキスト
    */
  .textStyle01 {
    font-size: 1.3rem;
  }
}
/*  @media END */
/*
 * ================================================
 *
 * [home]
 *
 * ================================================
 */
body.home .topMainVisual {
  position: relative;
  height: 600px;
}
body.home .topMainVisual .pcImg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  height: 100%;
  width: 100%;
}
body.home .topMainVisual .pcImg img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  height: 100%;
}
body.home .topMainVisual .videoWrap {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
}
body.home .topMainVisual .videoWrap video {
  height: 100%;
  position: absolute;
  left: 50%;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: translateX(-50%);
}
body.home .topMainVisual .scrItem {
  content: "";
  position: absolute;
  margin: auto;
  right: 0;
  bottom: 20px;
  left: 0;
  min-width: 50px;
  width: 4.5vw;
}
body.home .topMainVisual .scrItem img {
  width: 100%;
}
body.home .topSliderWrapper {
  padding-top: 100px;
  padding-bottom: 80px;
  background: #5ED3CC;
}
body.home .topSlider {
  display: flex;
  min-width: 100%;
  width: 3300px;
  width: -moz-min-content;
  width: min-content;
  animation: 30s linear infinite sliderAnimation 0.6s;
  gap: 0 10px;
}
body.home .topSlider > .item {
  position: relative;
  width: 330px;
  height: auto;
}
@keyframes sliderAnimation {
  100% {
    transform: translateX(-50%);
  }
}
body.home .introVox {
  text-align: center;
  padding-bottom: 80px;
  background: #5ED3CC;
  color: #000;
}
body.home .introVox .head h1 {
  margin-bottom: 60px;
}
body.home .introVox .head img {
  width: 789px;
}
body.home .introVox .cnt {
  max-width: 788px;
  margin: 0 auto;
}
body.home .introVox .cnt p {
  text-align: left;
  line-height: 2.6;
}
body.home .introVox .cnt p + p {
  margin-top: 2em;
}
body.home .introVox .cnt p .subTxt {
  font-size: 1.1rem;
}
body.home .secVox {
  margin-bottom: 75px;
}
body.home .bg01 {
  background: #3e3a39;
  padding: 90px 0;
}
body.home .sec01 .cnt {
  background: #fff;
  color: #000;
  padding: 60px 30px 35px;
  margin-bottom: 70px;
}
body.home .sec01 .title {
  background: #5ED3CC;
  color: #000;
  font-size: 2.5rem;
  font-weight: bold;
  padding: 2px 5px;
  text-align: center;
  margin-bottom: 20px;
}
body.home .sec01 sup {
  font-size: 1.1rem;
}
body.home .sec01 .list01 li {
  padding-left: 15px;
  position: relative;
  line-height: 1.6;
  font-size: 1.3rem;
  font-weight: 700;
}
body.home .sec01 .list01 li.large {
  font-size: 1.6rem;
}
body.home .sec01 .list01 li.large:not(:last-child) {
  margin-bottom: 5px;
}
body.home .sec01 .list01 li.large::before {
  left: 0;
  top: 0.6em;
}
body.home .sec01 .list01 li.large span {
  font-size: 1.3rem;
  font-weight: 400;
  display: block;
  margin-top: 1px;
}
body.home .sec01 .list01 li sup {
  font-size: 1.1rem;
  vertical-align: top;
}
body.home .sec01 .list01 li::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #5ED3CC;
  position: absolute;
  left: 0;
  top: 0.5em;
}
body.home .sec01 p.sub {
  font-size: 1.1rem;
  letter-spacing: 0.01em;
  line-height: 1.4;
}
body.home .sec01 .imgVox01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
body.home .sec01 .imgVox01 .item {
  display: flex;
  flex-direction: column;
}
body.home .sec01 .imgVox01 .item > img {
  margin-top: auto;
}
body.home .sec01 .imgVox01 .item.item01 {
  width: 400px;
  position: relative;
}
body.home .sec01 .imgVox01 .item.item01 .txtVox {
  position: absolute;
  top: 75px;
  left: 0;
}
body.home .sec01 .imgVox01 .item.item01 .logo {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  text-align: center;
  margin-bottom: 20px;
}
body.home .sec01 .imgVox01 .item.item01 h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 3px;
}
body.home .sec01 .imgVox01 .item.item01 .txt {
  font-size: 1.3rem;
  line-height: 1.5;
}
body.home .sec01 .imgVox01 .item.item01 .img_sec01_02 {
  width: 360px;
  margin-left: auto;
  margin-top: 5px;
  margin-bottom: 10px;
}
body.home .sec01 .imgVox01 .item.item02 {
  width: 495px;
}
body.home .sec01 .imgVox01 .item.item02 h3 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 18px;
}
body.home .sec01 .imgVox01 .item.item02 .flex {
  display: flex;
  justify-content: space-between;
}
body.home .sec01 .imgVox01 .item.item02 .flex .txtVox {
  width: 280px;
}
body.home .sec01 .imgVox01 .item.item02 .flex .txtVox .list01 {
  margin-bottom: 10px;
}
body.home .sec01 .imgVox01 .item.item02 .flex .txtVox .sub {
  margin-left: 15px;
}
body.home .sec01 .imgVox01 .item.item02 .flex .imgVox {
  width: 138px;
}
body.home .sec01 .imgVox01 .item.item02 .flex .imgVox.gGuard {
  min-width: 100px;
}
body.home .sec01 .imgVox01 .item.item02 .flex:has(.gGuard) {
  align-items: center;
  justify-content: space-evenly;
}
body.home .sec01 .vox01 {
  margin-bottom: 40px;
}
body.home .sec01 .vox01 .flex {
  display: flex;
  justify-content: space-between;
}
body.home .sec01 .vox01 .flex .imgVox {
  width: 382px;
}
body.home .sec01 .vox01 .flex .txtVox {
  width: 500px;
}
body.home .sec01 .vox01 .flex .txtVox h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 5px;
}
body.home .sec01 .vox01 .flex .txtVox .img_sec01_05 {
  width: 490px;
  display: block;
  margin: 20px auto 0;
}
body.home .sec01 .vox02 {
  margin-bottom: 30px;
}
body.home .sec01 .vox02 .flex {
  display: flex;
  justify-content: space-between;
}
body.home .sec01 .vox02 .flex .imgVox {
  width: 557px;
}
body.home .sec01 .vox02 .flex .imgVox .sub {
  margin-top: 5px;
}
body.home .sec01 .vox02 .flex .txtVox {
  width: 360px;
}
body.home .sec01 .vox02 .flex .txtVox h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 5px;
  color: #01206E;
  text-align: center;
}
body.home .sec01 .vox02 .flex .txtVox h3 span {
  color: #1296E8;
}
body.home .sec01 .vox02 .flex .txtVox h4 {
  font-weight: bold;
  font-size: 1.3rem;
  margin-bottom: 5px;
  text-align: center;
}
body.home .sec01 .vox03 {
  margin-bottom: 45px;
}
body.home .sec01 .vox03 .flex {
  display: flex;
  justify-content: space-between;
}
body.home .sec01 .vox03 .flex .imgVox {
  width: 329px;
}
body.home .sec01 .vox03 .flex .txtVox {
  width: 565px;
}
body.home .sec01 .vox03 .flex .txtVox h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 0;
}
body.home .sec01 .vox03 .flex .txtVox .flex {
  justify-content: flex-start;
  gap: 0 15px;
}
body.home .sec01 .vox03 .flex .txtVox .flex .imgVox02 {
  width: 259px;
  flex-shrink: 0;
}
body.home .sec01 .vox03 .flex .txtVox .flex .txtVox02 .txt {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-top: 3px;
}
body.home .sec01 .vox04 .flex {
  display: flex;
  justify-content: space-between;
  margin: 0 90px 0 75px;
}
body.home .sec01 .vox04 .flex .leftVox .list02 {
  font-size: 1rem;
  text-align: center;
  display: flex;
  align-items: flex-end;
  margin: 10px 10px 0;
}
body.home .sec01 .vox04 .flex .leftVox .list02 .item01 {
  width: 85px;
  margin-right: 40px;
}
body.home .sec01 .vox04 .flex .leftVox .list02 .item01 .img_sec01_10 {
  width: 77px;
}
body.home .sec01 .vox04 .flex .leftVox .list02 .item02 {
  width: 112px;
  margin-right: 25px;
}
body.home .sec01 .vox04 .flex .leftVox .list02 .item03 {
  width: 122px;
}
body.home .sec01 .vox04 .flex .rightVox {
  width: 330px;
}
body.home .sec01 .vox04 .flex .rightVox .img_sec01_13 {
  margin-top: 25px;
  width: 300px;
}
body.home .sec02 {
  margin-bottom: 65px;
}
body.home .sec02 .mainTitle {
  background: #01206E;
  padding: 35px 30px;
  font-size: 2.5rem;
  font-weight: 700;
}
body.home .sec02 .vertrlithVox {
  background: #08287f;
}
body.home .sec02 .vertrlithVox .titleVox {
  background: url(../../images/content/home/bg_sec02_01.jpg) no-repeat center/cover;
  height: 300px;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
}
body.home .sec02 .vertrlithVox .titleVox .img_sec02_01 {
  width: 502px;
}
body.home .sec02 .vertrlithVox .titleVox .subTxt {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 45px;
}
body.home .sec02 .vertrlithVox .cnt {
  padding: 45px 30px 40px;
}
body.home .sec02 .vertrlithVox .vox01 .item {
  display: flex;
  flex-direction: column;
}
body.home .sec02 .vertrlithVox .vox01 .item .title {
  background: #1e1210;
  color: #fff;
  font-weight: bold;
  padding: 9px 5px;
  margin-bottom: 10px;
  text-align: center;
}
body.home .sec02 .vertrlithVox .vox01 .item .title span {
  font-size: 2rem;
  color: #F4DA24;
  line-height: 1.5;
}
body.home .sec02 .vertrlithVox .vox01 .item .title .ico_arrow02 {
  margin: 0 5px;
  vertical-align: middle;
}
body.home .sec02 .vertrlithVox .vox01 .item .txt {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0;
}
body.home .sec02 .vertrlithVox .vox01 .item .txt + .txt {
  margin-top: 1.4em;
}
body.home .sec02 .vertrlithVox .vox01 .item .imgVox {
  background: #fff;
  color: #000;
  padding: 18px 17px 18px;
  margin-top: 15px;
  min-height: 365px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
body.home .sec02 .vertrlithVox .vox01 .item .imgVox .img_sec02_04 {
  width: 280px;
  margin-bottom: 5px;
  position: relative;
  right: -15px;
  margin-top: -5px;
  z-index: 0;
}
body.home .sec02 .vertrlithVox .vox01 .item .imgVox .img_sec02_05 {
  width: 278px;
  margin: 5px auto 0;
  display: block;
}
body.home .sec02 .vertrlithVox .vox01 .item .imgVox .list01 {
  position: relative;
  z-index: 1;
}
body.home .sec02 .vertrlithVox .vox01 .item .imgVox .list01 li {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.2;
}
body.home .sec02 .vertrlithVox .vox01 .item .subTxt {
  font-size: 1rem;
  text-align: right;
  margin-top: -30px;
  margin-bottom: 10px;
}
body.home .sec02 .vertrlithVox .vox01 {
  display: flex;
  justify-content: space-between;
}
body.home .sec02 .vertrlithVox .vox01 .item {
  width: 300px;
}
body.home .sec02 .vertrlithVox .linkVox {
  text-align: center;
  margin-top: 25px;
}
body.home .sec02 .vertrlithVox .linkVox a {
  display: inline-block;
  width: 100%;
  text-align: center;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 1.9rem;
  padding: 13px 0;
}
body.home .sec02 .vertrlithVox .linkVox a span {
  color: #ffe200;
  padding-left: 15px;
  font-weight: 700;
  display: inline-block;
}
body.home .movieVox {
  background: #000;
  padding: 35px 0;
  display: flex;
  justify-content: center;
}
body.home .movieVox .cntInner {
  margin: 0;
}
body.home .movieVox .youtubeVox {
  display: flex;
  align-items: center;
}
body.home .movieVox .youtubeVox .youtube {
  position: relative;
  width: 692px;
  height: 454px;
  background: #3e3a39;
}
body.home .movieVox .youtubeVox .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
body.home .movieVox .youtubeVox .txtVox {
  margin-left: 30px;
}
body.home .movieVox .youtubeVox .txtVox h2 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1em;
}
body.home .movieVox .youtubeVox .txtVox p {
  font-size: 1.6rem;
}

/**
 ****************************************************
 *
 * screens smaller than $bp + 1
 *
 ****************************************************
 */
/**
 ****************************************************
 *
 * screens smaller than $bp
 *
 ****************************************************
 */
@media only screen and (max-width: 767px) {
  body.home .topMainVisual {
    height: auto;
    opacity: 1;
  }
  body.home .topMainVisual::before {
    content: none;
  }
  body.home .topMainVisual .pcImg {
    display: none;
  }
  body.home .topMainVisual .scrItem {
    display: none;
  }
  body.home .topSliderWrapper {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  body.home .topSlider > .item {
    width: 47vw;
  }
  body.home body.ie .topSlider {
    width: 1750px;
  }
  body.home body.ie .topSlider > .item {
    width: 175px;
  }
  @keyframes sliderAnimation {
    100% {
      transform: translateX(-50%);
    }
  }
  body.home .introVox {
    padding-bottom: 60px;
  }
  body.home .introVox .head h1 {
    margin-bottom: 30px;
  }
  body.home .introVox .head img {
    width: auto;
  }
  body.home .introVox .cnt p {
    line-height: 2;
  }
  body.home .secVox {
    margin-bottom: 60px;
  }
  body.home .bg01 {
    padding: 45px 0 60px;
  }
  body.home .sec01 .cnt {
    padding: 20px 15px 20px;
    margin-bottom: 30px;
  }
  body.home .sec01 .title {
    font-size: 1.7rem;
    padding: 7px 5px;
    margin-bottom: 17px;
    line-height: 1.4;
    min-height: 5.5rem;
  }
  body.home .sec01 .title sup {
    font-size: 1rem;
  }
  body.home .sec01 .list01 li {
    font-size: 1.4rem;
  }
  body.home .sec01 .list01 li.large {
    font-size: 1.6rem;
  }
  body.home .sec01 .list01 li.large:not(:last-child) {
    margin-bottom: 5px;
  }
  body.home .sec01 .list01 li.large span {
    font-size: 1.3rem;
    font-weight: 400;
    display: block;
    margin-top: 1px;
  }
  body.home .sec01 .list01 li::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 0.5em;
  }
  body.home .sec01 p.sub {
    font-size: 1.1rem;
    letter-spacing: 0.01em;
    line-height: 1.4;
  }
  body.home .sec01 .imgVox01 {
    display: block;
    margin-bottom: 40px;
  }
  body.home .sec01 .imgVox01 .item {
    display: block;
    margin-bottom: 35px;
  }
  body.home .sec01 .imgVox01 .item.item01 {
    width: auto;
  }
  body.home .sec01 .imgVox01 .item.item01 .txtVox {
    position: static;
    top: auto;
    left: auto;
  }
  body.home .sec01 .imgVox01 .item.item01 .logo {
    padding-bottom: 15px;
    margin-bottom: 14px;
  }
  body.home .sec01 .imgVox01 .item.item01 .logo img {
    width: 205px;
  }
  body.home .sec01 .imgVox01 .item.item01 h3 {
    font-size: 1.7rem;
  }
  body.home .sec01 .imgVox01 .item.item01 .img_sec01_02 {
    width: 100%;
    margin-top: 10px;
  }
  body.home .sec01 .imgVox01 .item.item02 {
    width: auto;
  }
  body.home .sec01 .imgVox01 .item.item02 h3 {
    font-size: 1.7rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 18px;
  }
  body.home .sec01 .imgVox01 .item.item02 .flex {
    display: block;
  }
  body.home .sec01 .imgVox01 .item.item02 .flex .txtVox {
    width: 100%;
    margin-bottom: 35px;
  }
  body.home .sec01 .imgVox01 .item.item02 .flex .imgVox {
    width: 100%;
  }
  body.home .sec01 .imgVox01 .item.item02 .img_sec01_03 {
    width: 100%;
  }
  body.home .sec01 .vox01 {
    margin-bottom: 35px;
  }
  body.home .sec01 .vox01 .flex {
    display: block;
  }
  body.home .sec01 .vox01 .flex .imgVox {
    width: 100%;
    margin-bottom: 15px;
  }
  body.home .sec01 .vox01 .flex .txtVox {
    width: 100%;
  }
  body.home .sec01 .vox01 .flex .txtVox h3 {
    font-size: 1.7rem;
  }
  body.home .sec01 .vox01 .flex .txtVox .img_sec01_05 {
    width: 100%;
  }
  body.home .sec01 .vox02 {
    margin-bottom: 4rem;
  }
  body.home .sec01 .vox02 .title {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body.home .sec01 .vox02 .flex {
    display: block;
  }
  body.home .sec01 .vox02 .flex .imgVox {
    width: auto;
    margin-bottom: 10px;
  }
  body.home .sec01 .vox02 .flex .imgVox .sub {
    margin-top: 5px;
  }
  body.home .sec01 .vox02 .flex .txtVox {
    width: auto;
  }
  body.home .sec01 .vox02 .flex .txtVox h3 {
    font-size: 1.6rem;
  }
  body.home .sec01 .vox02 .flex .txtVox h4 {
    font-size: 1.3rem;
  }
  body.home .sec01 .vox03 {
    margin-bottom: 35px;
  }
  body.home .sec01 .vox03 .title {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body.home .sec01 .vox03 .flex {
    display: block;
  }
  body.home .sec01 .vox03 .flex .imgVox {
    width: auto;
  }
  body.home .sec01 .vox03 .flex .txtVox {
    width: auto;
    margin-bottom: 20px;
  }
  body.home .sec01 .vox03 .flex .txtVox h3 {
    font-size: 1.5rem;
    margin-bottom: 12px;
    text-align: center;
    line-height: 1.6;
  }
  body.home .sec01 .vox03 .flex .txtVox .flex {
    justify-content: flex-start;
    display: block;
  }
  body.home .sec01 .vox03 .flex .txtVox .flex .imgVox02 {
    width: 100%;
    max-width: 261px;
    margin: 0 auto 20px;
  }
  body.home .sec01 .vox04 .title {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body.home .sec01 .vox04 .flex {
    display: block;
    margin: 0;
  }
  body.home .sec01 .vox04 .flex .leftVox {
    margin-bottom: 20px;
  }
  body.home .sec01 .vox04 .flex .leftVox .list02 {
    font-size: 1rem;
    text-align: center;
    display: flex;
    align-items: flex-end;
    margin: 15px auto 0;
  }
  body.home .sec01 .vox04 .flex .leftVox .list02 .item01 {
    width: 71px;
    margin-right: 15px;
  }
  body.home .sec01 .vox04 .flex .leftVox .list02 .item01 .img_sec01_10 {
    width: 77px;
  }
  body.home .sec01 .vox04 .flex .leftVox .list02 .item02 {
    width: 104px;
    margin-right: 7px;
  }
  body.home .sec01 .vox04 .flex .leftVox .list02 .item03 {
    width: 113px;
  }
  body.home .sec01 .vox04 .flex .rightVox {
    width: auto;
  }
  body.home .sec01 .vox04 .flex .rightVox .img_sec01_13 {
    margin-top: 18px;
    width: 100%;
  }
  body.home .sec02 {
    margin-bottom: 0;
  }
  body.home .sec02 .mainTitle {
    background: none;
    padding: 20px 0;
    font-size: 1.6rem;
  }
  body.home .sec02 .vertrlithVox .titleVox {
    height: auto;
    padding: 50px 10px 30px;
  }
  body.home .sec02 .vertrlithVox .titleVox .img_sec02_01 {
    width: 290px;
  }
  body.home .sec02 .vertrlithVox .titleVox .subTxt {
    font-size: 1.4rem;
    margin-top: 10px;
  }
  body.home .sec02 .vertrlithVox .cnt {
    padding: 35px 15px 25px;
  }
  body.home .sec02 .vertrlithVox .vox01 .item .title {
    padding: 11px 5px;
    margin-bottom: 15px;
    font-size: 1.5rem;
  }
  body.home .sec02 .vertrlithVox .vox01 .item .title span {
    font-size: 1.8rem;
  }
  body.home .sec02 .vertrlithVox .vox01 .item .title .ico_arrow02 {
    margin: 0 5px;
    vertical-align: middle;
  }
  body.home .sec02 .vertrlithVox .vox01 .item .txt {
    font-size: 1.3rem;
    color: #fff;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 0;
  }
  body.home .sec02 .vertrlithVox .vox01 .item .txt + .txt {
    margin-top: 1em;
  }
  body.home .sec02 .vertrlithVox .vox01 .item .imgVox {
    padding: 20px 15px;
    margin-top: 15px;
    min-height: auto;
  }
  body.home .sec02 .vertrlithVox .vox01 .item .imgVox .img_sec02_04 {
    width: 100%;
    margin-bottom: 15px;
    right: -5px;
  }
  body.home .sec02 .vertrlithVox .vox01 .item .imgVox .img_sec02_05 {
    width: 100%;
    margin: 10px auto 0;
  }
  body.home .sec02 .vertrlithVox .vox01 .item .imgVox .list01 li {
    position: relative;
    font-size: 1.2rem;
    line-height: 1.2;
  }
  body.home .sec02 .vertrlithVox .vox01 .item .subTxt {
    font-size: 1rem;
    text-align: right;
    margin-top: -30px;
    margin-bottom: 10px;
  }
  body.home .sec02 .vertrlithVox .vox01 {
    display: block;
  }
  body.home .sec02 .vertrlithVox .vox01 .item {
    width: auto;
  }
  body.home .sec02 .vertrlithVox .vox01 .item:not(:last-child) {
    margin-bottom: 30px;
  }
  body.home .sec02 .vertrlithVox .linkVox {
    margin-top: 20px;
  }
  body.home .sec02 .vertrlithVox .linkVox a {
    font-size: 1.4rem;
    padding: 15px 0;
    line-height: 1.5;
  }
  body.home .sec02 .vertrlithVox .linkVox a span {
    color: #ffe200;
    padding-left: 15px;
    margin-top: 8px;
  }
  body.home .movieVox {
    padding: 40px 0;
    display: block;
  }
  body.home .movieVox .youtubeVox {
    display: block;
  }
  body.home .movieVox .youtubeVox .youtube {
    margin-bottom: 20px;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }
  body.home .movieVox .youtubeVox .txtVox {
    margin-left: 0;
    text-align: center;
  }
  body.home .movieVox .youtubeVox .txtVox h2 {
    font-size: 1.8rem;
    margin-bottom: 0.6em;
  }
  body.home .movieVox .youtubeVox .txtVox p {
    font-size: 1.2rem;
  }
}
/*
 * ================================================
 *
 * [spec]
 *
 * ================================================
 */
body.spec .artCnt {
  background: #595757;
  padding: 75px 0 160px;
}
body.spec .topMainVisual {
  margin-bottom: 0;
}
body.spec .pageTitle {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
body.spec .productPhoto {
  text-align: center;
  margin-bottom: 20px;
}
body.spec .pht_main {
  width: 411px;
}
body.spec .fzSmall {
  font-size: 1.3rem;
}
body.spec .color01 {
  color: #fff100;
}
body.spec .assistText {
  text-align: right;
  color: #5ED3CC;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: -0.75em;
}
body.spec .assistText span {
  position: relative;
  display: inline-block;
  padding-left: 10px;
}
body.spec .assistText span::before {
  position: absolute;
  content: "";
  background: url(../../images/content/spec/icn_arrow.svg) center/contain no-repeat;
  top: 50%;
  left: 0;
  width: 9px;
  height: 10px;
  transform: translate(0, -50%);
}
body.spec .grayBox01 {
  background: #DCDDDD;
  border-left: 7px solid #5ED3CC;
  padding: 1.2em 1em;
  color: #231815;
  font-weight: 700;
}
body.spec .grayBox02 {
  padding: 20px 0;
}
body.spec .detailTable01 {
  width: 100%;
  font-size: 1.3rem;
}
body.spec .detailTable01 caption {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}
body.spec .detailTable01 caption::before {
  content: "■";
}
body.spec .detailTable01 th, body.spec .detailTable01 td {
  padding: 0.3em 0.9em;
}
body.spec .detailTable01 thead {
  background: #5ED3CC;
  color: #000;
}
body.spec .detailTable01 thead th {
  font-weight: 400;
}
body.spec .detailTable01 thead th:not(:last-of-type) {
  border-right: 1px solid #FFF;
}
body.spec .detailTable01 thead.isBdrTop th {
  border-top: 1px solid #FFF;
}
body.spec .detailTable01 thead.isBdrBottom th {
  border-bottom: 1px solid #FFF;
}
body.spec .detailTable01 tbody th, body.spec .detailTable01 tbody td {
  border-bottom: 1px solid #FFF;
}
body.spec .detailTable01 tbody th {
  border-right: 1px solid #FFF;
  text-align: left;
}
body.spec .detailTable01 tbody td {
  /* firefox対応 */
}
body.spec .detailTable01 tbody td.alignLeft {
  padding-left: 1em;
}
body.spec .detailTable01 tbody td.isBdrRight {
  border-right: 1px solid #FFF;
}
body.spec .detailTable01 tbody tr td:not(:last-of-type) {
  border-right: 1px solid #FFF;
}
body.spec .detailTable01 tbody.isThCenter th {
  text-align: center;
}
body.spec .detailTable01 tbody.isTdCenter td {
  text-align: center;
}
body.spec .detailTable01.isSupply colgroup col:nth-child(1) {
  width: 150px;
}
body.spec .detailTable01.isSupply colgroup col:nth-child(2) {
  width: 240px;
}
body.spec .detailTable01.isSupply colgroup col:nth-child(4) {
  width: 165px;
}
body.spec .detailTable01.isSupply colgroup col:nth-child(5) {
  width: 167px;
}
body.spec .detailTable01.isOption colgroup col:nth-child(1) {
  width: 150px;
}
body.spec .detailTable01.isOption colgroup col:nth-child(2) {
  width: 240px;
}
body.spec .detailTable01.isOption colgroup col:nth-child(4) {
  width: 165px;
}
body.spec .detailTable01.isOption colgroup col:nth-child(5) {
  width: 167px;
}
body.spec .detailTable01.isOption .subTxt {
  width: 20rem !important;
}
body.spec .detailTable02 {
  width: 100%;
  font-size: 1.3rem;
  border: 1px solid #FFF;
}
body.spec .detailTable02 caption {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}
body.spec .detailTable02 caption::before {
  content: "■";
}
body.spec .detailTable02 th, body.spec .detailTable02 td {
  padding: 0.3em 1em;
}
body.spec .detailTable02 thead {
  background: #5ED3CC;
  color: #000;
}
body.spec .detailTable02 thead th {
  text-align: center;
  font-weight: 400;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}
body.spec .detailTable02 tbody th, body.spec .detailTable02 tbody td {
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  text-align: center;
  padding: 0.6em 1em;
}
body.spec .detailTable02.isMainte {
  width: auto;
}
body.spec .detailTable02.isMainte colgroup col {
  width: 190px;
}
body.spec .detailTable02.isMainte colgroup col:not(:first-child) {
  width: 710px;
}
body.spec .detailTable02.isDeliv {
  white-space: nowrap;
}
body.spec .detailTable02.isDeliv colgroup col {
  width: 20%;
}
body.spec .detailTable02.isDeliv colgroup col:last-child {
  width: 40%;
}
body.spec .noteList {
  font-size: 1.4rem;
  padding-top: 0.7em;
}
body.spec .noteList.isFzSmall {
  font-size: 1.2rem;
}
@media only screen and (min-width: 768px) {
  body.spec .noteList.isPcFlex > li {
    display: inline-block;
    letter-spacing: -0.03rem;
  }
}
body.spec .noteList .noteList {
  padding-top: 0;
}
body.spec .secVox {
  position: relative;
  padding: 30px 0;
}
body.spec .midVox {
  width: 890px;
}
body.spec .setPrice {
  margin: 40px 0 0;
}
body.spec .setPrice dt {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}
body.spec .setPrice dt:before {
  content: "■";
}
body.spec .sec01 .detailTable01 thead th {
  font-size: 1.5rem;
  font-weight: 700;
}
body.spec .sec03 .detailTable01 {
  font-size: 1.3rem;
}
body.spec .sec03 .detailTable01 .name {
  display: inline-block;
  text-align: left;
  width: 14.2em;
}
body.spec .sec03 .detailTable01 .txt01 {
  display: inline-block;
  width: 5em;
  text-align: right;
}
body.spec .sec03 .detailTable01 .txt02 {
  display: inline-block;
  width: 8.5em;
}
body.spec .sec03 .detailTable01 tbody td {
  text-align: left;
  font-weight: 400;
}
body.spec .bottomBdrBox {
  border: 1px solid #FFF;
  padding: 10px 15px 15px;
}
body.spec .bottomContent .dlItem01 dt {
  font-size: 1.7rem;
  font-weight: 500;
}
body.spec .bottomContent .dlItem01 dt.isMbWide {
  margin-bottom: 0.5em;
}
body.spec .bottomContent .dlItem01 dd {
  font-size: 1.3rem;
}
body.spec .bottomContent .dlItem01 dd.isPdL {
  padding-left: 40px;
}
body.spec .bottomContent .dlItem01 dd.isFzSmall {
  font-size: 1rem;
}
body.spec .bottomContent .inkBox {
  margin-bottom: 105px;
}
body.spec .bottomContent .safetyBox {
  width: 320px;
}
body.spec .sec04 .detailTable01 {
  font-size: 1.3rem;
}
body.spec .sec04 .detailTable01 .name {
  display: inline-block;
  text-align: left;
  width: 14.2em;
}
body.spec .sec04 .detailTable01 .wAuto {
  width: auto !important;
}
body.spec .sec04 .detailTable01 .subTxt {
  display: inline-block;
  text-align: left;
}
body.spec .sec04 .detailTable01 .txt01 {
  display: inline-block;
  text-align: right;
}
body.spec .sec04 .detailTable01 tbody td {
  text-align: left;
  font-weight: 400;
}

/**
 ****************************************************
 *
 * screens smaller than $bp + 1
 *
 ****************************************************
 */
/**
 ****************************************************
 *
 * screens smaller than $bp
 *
 ****************************************************
 */
@media only screen and (max-width: 767px) {
  body.spec .artCnt {
    padding: 40px 0 80px;
  }
  body.spec .topMainVisual img {
    width: auto;
  }
  body.spec .pageTitleVox {
    margin-bottom: 20px;
  }
  body.spec .pageTitle {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
  }
  body.spec .productPhoto {
    display: none;
  }
  body.spec .pht_main {
    width: 300px;
  }
  body.spec .fzSmall {
    font-size: 1.3rem;
  }
  body.spec .color01 {
    color: #fff100;
  }
  body.spec .grayBox01 {
    background: #DCDDDD;
    border-left: 7px solid #5ED3CC;
    padding: 1em;
    color: #231815;
  }
  body.spec .tableVox {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  body.spec .detailTable01 {
    width: 100%;
    font-size: 1.2rem;
    white-space: nowrap;
  }
  body.spec .detailTable01 caption {
    font-size: 1.5rem;
  }
  body.spec .detailTable02 {
    width: auto;
    min-width: 100%;
    font-size: 1.2rem;
    white-space: nowrap;
  }
  body.spec .detailTable02 caption {
    font-size: 1.5rem;
  }
  body.spec .detailTable02 th, body.spec .detailTable02 td {
    padding: 0.6em 0.9em;
  }
  body.spec .noteList {
    font-size: 1.2rem;
    padding-top: 0.5em;
  }
  body.spec .midVox {
    width: 100%;
  }
  body.spec .setPrice dt {
    font-size: 1.5rem;
  }
  body.spec .sec03 .detailTable01 .txt01 {
    display: inline-block;
    width: 5em;
    text-align: right;
  }
  body.spec .sec03 .detailTable01 .txt02 {
    display: inline-block;
    width: 8.5em;
    text-align: right;
  }
  body.spec .bottomBdrBox {
    padding: 10px;
  }
  body.spec .bottomContent .dlItem01 dt {
    font-size: 1.5rem;
  }
  body.spec .bottomContent .dlItem01 dd {
    font-size: 1.2rem;
  }
  body.spec .bottomContent .inkBox {
    margin-bottom: 45px;
  }
  body.spec .bottomContent .safetyBox {
    width: 100%;
    max-width: 320px;
  }
}
/*
 * =====================================================
 *
 * [print用CSS]
 *
 * =====================================================
 *//*# sourceMappingURL=import.css.map */