@charset "UTF-8";
/******************/
/******************/
/******************/
/* ONZE RESET CSS */
* {
  box-sizing: border-box;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
  /*	all:unset;
  	display:revert;*/ }
  *::before, *::after {
    box-sizing: border-box; }

article, aside, dialog, figure, footer, header, main, nav, section {
  display: block; }

img, picture, audio, canvas, video, svg {
  display: inline-block;
  max-width: 100%; }

h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word; }

br, hr {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: none; }

q:before, q:after {
  content: none; }

input, select {
  vertical-align: middle; }

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

body {
  background-color: #fff;
  color: #333;
  color: var(--oz-color-black);
  font-family: 'YuGothic', 'Yu Gothic', '游ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'Helvetica', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  position: relative;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  /*-moz-font-smoothing:antialiased;
  -ms-font-smoothing:antialiased;
  -o-font-smoothing:antialiased;*/
  font-smoothing: antialiased;
  /* text-rendering:optimizeLegibility; まだ使わないほうが無難 */
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  height: auto; }

a {
  color: inherit;
  -webkit-tap-highlight-color: transparent rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: transparent rgba(0, 0, 0, 0);
  -ms-tap-highlight-color: transparent rgba(0, 0, 0, 0);
  -o-tap-highlight-color: transparent rgba(0, 0, 0, 0);
  tap-highlight-color: transparent rgba(0, 0, 0, 0);
  text-decoration: none;
  -webkit-text-decoration-skip: objects; }
  a:link, a:visited, a:hover, a:active {
    color: inherit;
    -webkit-tap-highlight-color: transparent rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: transparent rgba(0, 0, 0, 0);
    -ms-tap-highlight-color: transparent rgba(0, 0, 0, 0);
    -o-tap-highlight-color: transparent rgba(0, 0, 0, 0);
    tap-highlight-color: transparent rgba(0, 0, 0, 0);
    text-decoration: none;
    -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #00a498;
    color: var(--oz-color-green); }

h1, h2, h3, h4, h5, h6 {
  display: block; }

b {
  font-weight: bold; }

i {
  font-style: normal; }

u {
  text-decoration: underline; }

em {
  font-weight: bold;
  font-size: 1.1em; }

strong {
  font-size: 1.2em;
  color: #00b3ea;
  font-weight: bolder;
  line-height: 1.2; }

mark {
  background: transparent; }

q:before, q:after {
  content: '"'; }

s {
  text-decoration: underline; }

del {
  text-decoration: line-through; }

rt {
  font-size: 0.5em; }

sup {
  vertical-align: super;
  font-size: smaller; }

sub {
  vertical-align: sub;
  font-size: smaller; }

details {
  margin: 0 0 40px 0; }

hr {
  margin: 0 0 40px 0;
  border: 0;
  border-top: 1px solid #cccccc;
  border-color: var(--oz-color-light);
  height: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  border: 0;
  width: 100%;
  margin: 0 0 2em 0;
  border: 1px solid #cccccc;
  text-align: center; }
  table th, table td {
    padding: 16px 8px;
    vertical-align: middle;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    background-color: var(--oz-color-white); }
  table th {
    background-color: var(--oz-color-ev-grey2); }
  table caption {
    text-align: left;
    padding: 8px; }

::-moz-selection, ::selection {
  background-color: #00a498;
  background-color: var(--oz-color-green);
  color: #ffffff; }

/******************/
/******************/
/* shortcodes *****/
.pc {
  display: block; }

.sp {
  display: none; }

@media screen and (max-width: 750px) {
  .pc {
    display: none; }

  .sp {
    display: block; } }
.alignright, .align-right, .textright, .text-right {
  text-align: right; }

.alignleft, .align-left, .textleft, .text-left {
  text-align: left; }

.center, .aligncenter, .align-center, .textcenter, .text-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

.clear {
  clear: both; }

.clearfix:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden; }

.empty {
  visibility: hidden; }

.hide, .none {
  display: none; }

.hidden {
  overflow: hidden; }

.left, .floatleft, .float-left {
  float: left; }

.right, .float-right {
  float: right; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.nowrap {
  white-space: nowrap; }

.small, .text-small {
  font-size: 0.8em; }

img.left, img.alignleft, img.align-left {
  margin: 0 20px 20px 0;
  float: left; }
img.right, img.alignright, img.align-right {
  margin: 0 0 20px 20px;
  float: right; }
img.full {
  max-width: 100%;
  width: 100%;
  height: auto; }

.notes {
  font-size: 12px;
  color: #73797c; }
  .notes li {
    text-indent: -1em;
    padding-left: 1em;
    word-break: break-all; }
  .notes .list-style-star {
    list-style: none; }
    .notes .list-style-star::before {
      content: "＊"; }

.note {
  font-size: 12px;
  padding-top: .5em; }

table.table-border {
  border: 1px solid #cccccc;
  border-color: var(--oz-color-light); }
  table.table-border th, table.table-border td {
    border: 1px solid #cccccc;
    border-color: var(--oz-color-light); }
table.table-hover tbody tr:hover, table.table-hover tbody tr:nth-child(odd):hover, table.table-hover tbody tr:nth-child(even):hover {
  background-color: #00a498;
  background-color: var(--oz-color-green);
  color: #ffffff;
  cursor: text; }
table.table-stripe tbody tr:nth-child(odd) {
  background-color: #cccccc;
  background-color: var(--oz-color-light); }
table thead th {
  vertical-align: bottom;
  background-color: var(--oz-color-ev-grey2); }

:root {
  --oz-color-black:#333333;
  --oz-color-dark:#555555;
  --oz-color-gray:#999999;
  --oz-color-light:#cccccc;
  /*--oz-color-green:#00a498;*/
  --oz-color-ev-green:#00a398;
  --oz-color-ev-blue:#26b3e7;
  --oz-color-ev-grey:#9e9e9f;
  --oz-color-ev-grey2:#e2e7eb;
  --oz-color-gradient:linear-gradient(90deg, rgba(130, 196, 191, 1) 0%, rgba(100, 184, 104, 1) 100%);
  --oz-color-white:#ffffff;
  --oz-color-red:#e50012; }

.color-black {
  color: #333333;
  color: var(--oz-color-black); }

.color-gray {
  color: #999999;
  color: var(--oz-color-gray); }

.color-light {
  color: #cccccc;
  color: var(--oz-color-light); }

.color-green {
  color: #00a498;
  color: var(--oz-color-green); }

.color-white {
  color: #ffffff;
  color: var(--oz-color-white); }

.color-red {
  color: #e50012;
  color: var(--oz-color-red); }

.color-success {
  color: blue; }

.color-error {
  color: red; }

.color-warning {
  color: yellow; }

.pdT1em {
  padding-top: 1em !important; }

.pdT1_5em {
  padding-top: 1.5em !important; }

.pdT2em {
  padding-top: 2em !important; }

.pdB1em {
  padding-bottom: 1em !important; }

.pdB2em {
  padding-bottom: 2em !important; }

.pdB3em {
  padding-bottom: 3em !important; }

.mgT-1em {
  margin-top: -1em !important; }

.mgT1em {
  margin-top: 1em !important; }

.mgT1_5em {
  margin-top: 1.5em !important; }

.mgT2em {
  margin-top: 2em !important; }

/******************/
/******************/
/* WordPress Tags */
/******************/
/******************/
/* layout *********/
#to, #bo {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden; }

.site {
  width: 100%;
  height: auto;
  position: relative; }

.inner {
  clear: both;
  display: block;
  margin: 0 auto;
  position: relative;
  max-width: 1200px;
  width: 100%;
  padding: 0 20px;
  padding-left: calc( 20px + constant(safe-area-inset-left) );
  padding-right: calc( 20px + constant(safe-area-inset-right) );
  font-size: 15px; }
  .inner[data-width="max"] {
    max-width: 1840px; }
  .inner[data-width="mid"] {
    max-width: 1240px; }
  .inner[data-width="min"] {
    max-width: 1040px; }

/******************/
/******************/
/* header *********/
.header {
  width: 100%;
  padding: 24px 0;
  display: block;
  display: flow-root;
  position: relative;
  line-height: 1;
  background: #fff;
  border-bottom: 1px solid #ccc;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99999; }

.header-logo .site-title {
  display: block;
  margin: 8px 0 0 0;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  float: left;
  width: 103px;
  height: 20px; }
  .header-logo .site-title a {
    /*background:url("images/logo-color.png") 0 0 no-repeat;
    background-size:103px 20px;*/
    display: block;
    padding: 0; }
.header-logo .site-description {
  display: block;
  float: right; }
.header-logo a:hover {
  opacity: 0.5; }

@media screen and (max-width: 800px) {
  .header {
    padding: 12px 0; }

  .header-logo .site-description img {
    max-height: 24px;
    width: auto; } }
/******************/
/******************/
/* navi ***********/
/******************/
/******************/
/* widget *********/
/*.pagetop {
  margin: 0;
  padding: 0;
  text-align: center;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 72px;
  height: 72px;
  overflow: hidden;
  z-index: 999;

  a {
    display: block;
    position: relative;
    margin: 0;
    padding: 90px 0 0 0;
    background: url("images/pagetop.png") 0 0 no-repeat;
    background-size: 72px 72px;

    &:hover {
      opacity: 0.5;
    }
  }
}*/
/******************/
/******************/
/* footer *********/
.footer {
  display: flow-root;
  text-align: center;
  padding: 60px 0 0 0;
  line-height: 1.6;
  color: #666; }

#footer-navi {
  position: relative;
  padding: 40px 0;
  text-align: left;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #ccc; }

.footer-navi ul {
  width: auto;
  text-align: left;
  font-size: 15px;
  font-size: 1.5rem;
  border-collapse: collapse; }
  .footer-navi ul li {
    padding: 0 16px;
    white-space: nowrap;
    display: inline-block; }
.footer-navi .flex-container {
  display: flex;
  justify-content: space-between; }

.footer-navi-sns li {
  display: inline-block; }
  .footer-navi-sns li a {
    background: 0 0 no-repeat;
    background-size: 34px 34px;
    line-height: 34px;
    display: inline-block;
    padding: 0 0 0 40px; }
  .footer-navi-sns li.twitter a {
    background-image: url("images/ico-x.svg"); }
  .footer-navi-sns li.facebook a {
    background-image: url("images/icon-facebook.png"); }

.footer-navi-main {
  line-height: 1.2;
  margin: 8px 0 0 0; }
  .footer-navi-main li {
    display: inline-block; }
    .footer-navi-main li:not(:first-child) {
      border-left: 1px solid #666; }

/* .footer .pagetop */
footer .pagetop {
  width: 4rem;
  height: 4rem;
  border-radius: 100vw;
  position: fixed;
  right: 2%;
  bottom: 2.5rem;
  z-index: 1000;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

@media only screen and (min-width: 768px) {
  footer .pagetop {
    width: 5rem;
    height: 5rem;
    right: 2.5rem;
    bottom: 2.5rem; } }
@media only screen and (min-width: 1180px) {
  footer .pagetop {
    width: 6.4rem;
    height: 6.4rem;
    right: 2.5rem;
    bottom: 2.5rem; } }
footer .pagetop.show {
  opacity: 1; }

footer .pagetop.show a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

footer .pagetop.show a:hover {
  opacity: 0.7;
  border-radius: 100vw; }

footer .pagetop a {
  width: 100%;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  	/*
    background: #4abfcf;
    border-radius: 100vw;*/
  display: block;
  position: relative;
  background: url("/product/elf/evision/images/ev_pageTop.svg") top left no-repeat;
  background-size: contain; }

small#site-info {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 40px 0;
  display: block; }
  small#site-info a {
    color: #00a498;
    color: var(--oz-color-green); }
    small#site-info a:hover {
      color: #00a498;
      color: var(--oz-color-green); }

@media screen and (max-width: 800px) {
  .footer .inner {
    padding: 0; }

  .footer-navi .flex-container {
    display: block; }
  .footer-navi ul {
    text-align: center; }
    .footer-navi ul li {
      display: block; }

  .footer-navi-sns {
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding: 0 0 28px 0;
    margin: 0 0 40px 0;
    display: block; }
    .footer-navi-sns li {
      margin: 0 auto 12px; }

  .footer-navi-main li {
    margin: 0 auto 6px; }
    .footer-navi-main li:not(:first-child) {
      border: none; } }
/******************/
/******************/
/* main ***********/
#main {
  padding: 80px 0 0 0;
  line-height: 1.72;
  overflow: hidden;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }
  @media screen and (max-width: 750px) {
    #main {
      padding-top: 50px; } }

/******************/
/******************/
/* article ********/
.article {
  margin: 0;
  padding: 0;
  vertical-align: top;
  /*word-break:break-all;
  word-wrap:break-word;*/
  word-wrap: break-word;
  overflow-wrap: break-word; }

.article-content h1, .article-content h2, .article-content h3, .article-content h4, .article-content h5, .article-content h6 {
  margin: 0 auto 1em auto;
  line-height: 1.6; }

.article {
  /*h4 {
    font-size: 29px;
    font-size: 2.9rem;
  }*/ }
  .article h1 {
    font-size: 50px;
    font-size: 5.8rem; }
  .article h2 {
    font-size: 36px;
    font-size: 3.6rem; }
  .article h3 {
    font-size: 19px;
    font-size: 1.9rem;
    margin: 0 auto 2em; }
  .article h5 {
    font-size: 18px;
    font-size: 2.0rem; }
  .article h6 {
    font-size: 16px;
    font-size: 1.8rem; }
  .article h1 i, .article h2 i, .article h3 i, .article h4 i, .article h5 i, .article h6 i {
    display: block; }
  .article img {
    max-width: 100%;
    height: auto; }

pre {
  font-family: "Deja-vu Sans Mono", Monaco, "Consolas", "Courier New", "Osaka-mono", "MS Gothic", monospace;
  color: #ffffff;
  background-color: #555555;
  background-color: var(--oz-color-dark);
  border-radius: 4px;
  margin: 0 0 20px 0;
  padding: 0.8em 1em;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word; }

code {
  font-family: "Deja-vu Sans Mono", Monaco, "Consolas", "Courier New", "Osaka-mono", "MS Gothic", monospace;
  color: #ffffff;
  background-color: #555555;
  background-color: var(--oz-color-dark);
  border-radius: 4px;
  margin: 0 0 20px 0;
  padding: 0.8em 1em;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
  display: inline-block;
  padding: 0.1em 0.4em;
  margin: 0 0.2em; }

/******************/
/******************/
/* post-type ******/
.section {
  position: relative;
  clear: both;
  margin: 0;
  padding: 60px 0 0 0; }

.section-title {
  margin: 70px 0 32px 0; }
  .section-title .title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4;
    padding: 0 0 12px;
    margin: 0 auto;
    color: var(--oz-color-ev-green); }
    .section-title .title span {
      font-size: 18px; }
      .section-title .title span.color-blue {
        color: var(--oz-color-ev-blue); }
      .section-title .title span.color-grey {
        color: var(--oz-color-ev-grey); }
  .section-title .description {
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 700;
    text-align: center; }
    @media screen and (max-width: 750px) {
      .section-title .description {
        font-size: 15px;
        margin-bottom: 20px; } }
  @media screen and (max-width: 750px) {
    .section-title {
      margin: 40px 0 0 0; } }

.subtitle {
  color: var(--oz-color-ev-blue);
  font-size: 24px;
  font-weight: 700;
  padding: 0;
  margin: 70px 0 20px 0; }
  @media screen and (max-width: 750px) {
    .subtitle {
      font-size: 20px;
      margin: 40px 0 10px 0; } }

.section-content {
  text-align: left;
  clear: both; }
  .section-content p {
    margin: 0 0 1em 0; }

.box {
  position: relative;
  /*padding: 10px 5px;*/
  clear: both;
  margin: 0 auto 1em; }

.box-white {
  background-color: #fff; }

.box-border {
  border: 1px solid #4e5861; }

.box-border.note {
  border: 1px solid #000;
  display: inline-block;
  padding: .5em;
  line-height: 1; }

.box-green {
  border: 4px solid #00a498;
  background-color: #fff; }

.box p {
  padding: 0; }
  .box p b {
    background-color: #fff;
    width: object-fit; }

@media screen and (max-width: 750px) {
  .box {
    /*padding: 20px;*/ }
    .box p {
      padding: 0; } }
.strong-text {
  text-align: center; }

@media screen and (max-width: 720px) {
  .strong-text {
    text-align: left; } }
.triangle {
  display: block;
  clear: both;
  margin: 1em 0; }
  .triangle::after {
    content: "";
    display: block;
    width: 84px;
    height: 32px;
    background: url("images/triangle-bottom.svg") 0 0 no-repeat;
    position: relative;
    margin: 0 auto; }

.youtube-box {
  margin: 0 auto;
  max-width: 560px;
  width: 100%;
  aspect-ratio: 16 / 9;
  text-align: center;
  /*padding-top: 56.25%;*/
  position: relative;
  overflow: hidden; }
  .youtube-box iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

/******************/
/******************/
/* front-page.php */
.section-top-feature .featuretext {
  font-size: 22px;
  margin: 0 auto 80px;
  font-weight: bolder; }
  .section-top-feature .featuretext span {
    color: #00a498;
    font-size: 30px; }

.section-tab-02 .solution-list {
  margin: 0 0 100px 0; }
  .section-tab-02 .solution-list .item {
    background: #fff;
    padding: 0;
    border: 1px solid #63bac2; }
  .section-tab-02 .solution-list .title {
    background-color: #63bac2;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 16px; }
  .section-tab-02 .solution-list dl {
    padding: 15px; }
  .section-tab-02 .solution-list dt {
    text-align: center; }
    .section-tab-02 .solution-list dt img {
      width: 160px;
      margin: 0 auto; }
  .section-tab-02 .solution-list dd {
    font-size: 12px;
    font-weight: bolder; }
    .section-tab-02 .solution-list dd::before {
      content: "■";
      color: #63bac2; }
    .section-tab-02 .solution-list dd ul {
      font-weight: lighter; }
      .section-tab-02 .solution-list dd ul li::before {
        content: "・"; }

@media screen and (max-width: 640px) {
  .section-tab-02 .solution-list {
    display: block; }
    .section-tab-02 .solution-list .item {
      display: block;
      width: 100%;
      margin: 0 0 20px 0; }
      .section-tab-02 .solution-list .item .spacer {
        display: none; } }
.chargertable img {
  width: 900px;
  max-width: 900px; }

@media screen and (max-width: 720px) {
  .chargertable {
    padding: 10px 20px; } }
.section-footer-link {
  /*max-width:600px;*/
  max-width: 900px;
  margin: 0 auto; }
  .section-footer-link .section-content {
    display: flex;
    justify-content: space-between; }
    .section-footer-link .section-content p {
      width: 48%; }
      .section-footer-link .section-content p img {
        width: 100%; }
  .section-footer-link a:hover {
    opacity: 0.5; }

/******************/
/******************/
/* materials ******/
.adr span {
  margin: 0 0.4em 0 0;
  display: inline-block; }

/******************/
/* button *********/
/* .article button */
.buttons {
  display: flex;
  justify-content: space-around;
  font-size: 26px;
  font-weight: bold; }
  .buttons .button {
    flex-basis: 46%; }

[type="submit"], .button a {
  display: inline-block;
  min-width: 120px;
  width: 100%;
  padding: 20px 60px 20px 42px;
  border-radius: 60px;
  text-align: left;
  background: #0094d7 right center no-repeat;
  color: #fff;
  position: relative;
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0.2); }

[type="submit"]:hover, .button a:hover {
  background-color: #fff;
  color: var(--oz-color-green);
  cursor: pointer; }

.button-entry a {
  background-image: url("images/faq-q.png"); }

.button-download a {
  background-color: var(--oz-color-green);
  background-image: url("images/faq-q.png"); }

.button-entry a:hover {
  color: #0094d7; }

.button-download a:hover {
  color: var(--oz-color-green); }

/******************/
/* Flexbox System & Table System */
.table {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0; }

.table-cell {
  display: table-cell;
  vertical-align: top;
  position: relative;
  margin: 0;
  padding: 0;
  empty-cells: show; }

.flex-container {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: stretch;
  align-content: stretch;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.flex-item {
  margin: 0;
  padding: 0;
  flex: 0 1 auto;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 32%; }

.flex-container-2 .flex-item {
  flex-basis: 48%; }

.flex-container-3 .flex-item {
  flex-basis: 32%; }

.flex-container-4 .flex-item {
  flex-basis: 22%; }

/******************/
/* responsive-table */
.r-table, .responsive-table {
  overflow: scroll;
  width: 100%; }

/******************/
/* jquery-tabs ****/
.tab-selector {
  padding-top: 80px;
  margin-top: -80px; }

.tab-selector ol {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  position: relative;
  bottom: -1px;
  line-height: 0;
  z-index: 3; }
  .tab-selector ol li {
    width: 100%;
    max-width: 370px;
    flex-basis: 32%;
    height: auto;
    /*aspect-ratio: 4.8/1;*/
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    background: url("../images/tab_off_bg.png") 0 0 no-repeat;
    background-size: cover;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .tab-selector ol li a {
      width: 100%;
      padding: 1.6em 0;
      cursor: pointer;
      white-space: nowrap;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      justify-content: center; }
    .tab-selector ol li.is-active {
      background: url("../images/tab_on_bg.png") 0 0 no-repeat;
      background-size: cover; }
    .tab-selector ol li.is-current {
      background: url("../images/tab_on_bg.png") 0 0 no-repeat;
      background-size: cover; }
  @media screen and (max-width: 750px) {
    .tab-selector ol .tab-selector {
      padding-top: 53px;
      margin-top: -53px; }
    .tab-selector ol li {
      aspect-ratio: 2.18/1;
      font-size: 15px;
      line-height: 1.2; }
      .tab-selector ol li.is-active {
        background: url("../images/tab_on_bg.png") 0 0 no-repeat;
        background-size: cover; }
      .tab-selector ol li.is-current {
        background: url("../images/tab_on_bg.png") 0 0 no-repeat;
        background-size: cover; } }

.tab-content {
  position: relative;
  background-color: #EFF1F3;
  padding: 0 0 40px 0;
  z-index: 2; }
  .tab-content > div {
    display: none; }
    .tab-content > div:first-child {
      display: block; }

/******************/
/******************/
/* fonts **********/
.font-gothic {
  font-family: 'YuGothic', 'Yu Gothic', '游ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'Helvetica', sans-serif; }

.font-mincho {
  font-family: 'YuMincho', 'Yu Mincho', '游明朝', 'Hiragino Mincho ProN', 'ヒラギノ明朝 ProN W3', 'Meiryo', 'メイリオ', 'Times New Roman', serif; }

.font-mono {
  font-family: "Osaka-mono", "MS Gothic", monospace; }

.bold {
  font-weight: bold; }

.square {
  text-indent: -1em;
  padding-left: 1em;
  word-break: break-all; }
  .square::before {
    content: "■"; }

/* end ************/
/******************/
/******************/
/******************/
/* section_mv */
.section_mv {
  margin: 0 auto;
  background: url("../images/mv_bg_pc.jpg") top right no-repeat;
  background-size: contain;
  /*width: 100%;*/
  width: 1500px;
  height: 720px; }
  .section_mv .inner {
    width: 100%;
    max-width: 1280px;
    text-align: left; }
    .section_mv .inner h1 {
      width: 100%;
      max-width: 640px;
      text-align: center;
      margin-bottom: 50px; }
      .section_mv .inner h1 img {
        width: 100%;
        max-width: 310px;
        height: auto; }
    .section_mv .inner .youtube {
      width: 100%;
      max-width: 640px;
      aspect-ratio: 16 / 9;
      margin: 0;
      text-align: center;
      position: relative;
      overflow: hidden; }
      .section_mv .inner .youtube iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border: #000 solid 1px; }
  @media screen and (max-width: 1024px) {
    .section_mv {
      width: 1280px; } }
  @media screen and (max-width: 750px) {
    .section_mv {
      background: url("../images/mv_bg_sp.jpg") 0 38vw no-repeat;
      background-size: contain;
      padding-top: 0;
      width: 100%;
      height: auto; }
      .section_mv .inner h1 {
        width: 100%;
        max-width: none;
        text-align: center;
        margin: 10.66vw 0 17vw; }
        .section_mv .inner h1 img {
          width: 100%;
          max-width: 260px;
          height: auto; } }

/* end ************/
/******************/
/******************/
/* section_common */
.section_common {
  padding-top: 40px; }
  .section_common p {
    padding-bottom: 40px;
    text-align: left; }
  .section_common dl {
    padding-top: 70px; }
    .section_common dl dt {
      padding-bottom: .25em;
      font-size: 15px; }
    .section_common dl dd .common_txt {
      font-size: 18px;
      margin: 0 auto 80px;
      font-weight: 700;
      letter-spacing: .05em;
      text-align: center; }
      .section_common dl dd .common_txt span {
        color: #00a398;
        font-size: 24px; }
  @media screen and (max-width: 750px) {
    .section_common {
      padding-top: 40px; }
      .section_common p {
        padding-bottom: 25px; }
      .section_common dl {
        padding-top: 25px; }
        .section_common dl dt {
          padding-bottom: .25em;
          font-size: 15px; }
        .section_common dl dd .common_txt {
          font-size: 15px;
          margin: 0 auto 30px; }
          .section_common dl dd .common_txt span {
            font-size: 18px;
            display: block;
            letter-spacing: -0.03em; } }

/* end ************/
/******************/
