@charset "UTF-8";

/*--------------------------------common----------------------*/
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

body {
  color: #222;
  text-align: left;
  letter-spacing: 0.15em;
  line-height: 2;
  font-feature-settings: "palt";
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

li {
  list-style: none;
}

img {
  border: 0px;
  vertical-align: text-bottom;
}

span.serif {
  font-weight: bold;
  background: linear-gradient(transparent 70%, #FFA64D 70%);
}

span.serifn {
  background: linear-gradient(transparent 70%, #FFA64D 70%);
}

span.bold {
  font-weight: bold;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "Yu Gothic", sans-serif;
}

.marker {
  background: linear-gradient(transparent 70%, #FFA64D 70%);
}

.marker-bold {
  font-weight: bold;
  background: linear-gradient(transparent 75%, #FFA64D 75%);
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "Yu Gothic", sans-serif;
}

@media screen and (min-width: 1080px) {
  div.topimage {
    width: 100%;
    height: 360px;
    margin-top: 151px;
    animation: blinkEffect 8s ease-in-out infinite;
    background: url(../image/headerimg.png) no-repeat top center;
  }

  div.topimagepassive {
    width: 100%;
    height: 360px;
    margin-top: 151px;
    background: url(../image/headerimg02.png) no-repeat top center;
  }

  div.topimagekakunin {
    width: 100%;
    height: 360px;
    margin-top: 151px;
    background: url(../image/headerimg03.png) no-repeat top center;
  }

  div.topimageoption {
    width: 100%;
    height: 360px;
    margin-top: 151px;
    background: url(../image/headerimg07.png) no-repeat top center;
  }

  div.topimageenergy {
    width: 100%;
    height: 360px;
    margin-top: 151px;
    background: url(../image/headerimg08.png) no-repeat top center;
  }

  div.topimagevirtual {
    width: 100%;
    height: 360px;
    margin-top: 151px;
    background: url(../image/headerimg04.png) no-repeat top center;
  }

  @keyframes blinkEffect {
    0% {
      opacity: 0.7;
    }

    5% {
      opacity: 1;
    }

    100% {
      opacity: 1;
    }
  }

  div.topimagev2 {
    width: 100%;
    height: 360px;
    margin-top: 151px;
    background: url(../image/headerimg05.png) no-repeat top center;
  }

  p.topimage {
    width: 340px;
    height: 105px;
    margin: 0 auto;
    padding: 240px 0 15px 740px;
    font-size: 2rem;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  }

  img.smalltopimage {
    display: none;
  }

  div.wrapper {
    clear: both;
    width: 1080px;
    margin: 0 auto;
    padding: 0 0 100px 0;
    display: flex;
    justify-content: space-between;
  }

  div.wrapper1 {
    clear: both;
    width: 1080px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }

  ul.ordinary {
    list-style: none;
    padding: 0 0 30px 0;
  }

  ul.ordinary li {
    position: relative;
    padding: 0 0 0 3.2rem;
    font-size: 1.6rem;
  }

  ul.ordinary li:after,
  ul.ordinary li:before {
    position: absolute;
    content: '';
  }

  ul.ordinary li:before {
    top: 0.5em;
    left: 0.2em;
    width: 12px;
    height: 12px;
    border: 2px solid #FFA64D;
    transform: rotate(15deg);
    opacity: 1;
  }

  ul.ordinary li:after {
    top: 0.9em;
    left: 0.7em;
    width: 11px;
    height: 11px;
    background: #80bfff;
    transform: rotate(45deg);
    opacity: 0.6;
  }

  /*--------------------------------left----------------------*/
  main {
    width: 710px;
  }

  section.mainbox {
    width: 710px;
  }

  h1 {
    position: relative;
    width: 675px;
    margin: 10px 0 5px 0;
    padding: 10px 10px 10px 15px;
    font-size: 1.7rem;
    border-left: 10px solid #80bfff;
    border-radius: ;
    background: #f0f0f0;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "æ¸¸ã‚´ã‚·ãƒƒã‚¯", "Yu Gothic", sans-serif;
  }

  h1:before {
    position: absolute;
    left: -10px;
    top: 0;
    width: 10px;
    height: 15px;
    display: block;
    content: "";
    border-radius: ;
    background: #FFA64D;
  }

  h2 {
    position: relative;
    width: 690px;
    margin: 0 0 5px 0;
    padding: 5px 5px 5px 10px;
    font-size: 1.6rem;
    border-left: 5px solid #80bfff;
    background: #f0f0f0;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "æ¸¸ã‚´ã‚·ãƒƒã‚¯", "Yu Gothic", sans-serif;
  }

  h2:before {
    position: absolute;
    top: -24px;
    left: -5px;
    padding: 2px 10px;
    content: 'POINT';
    font-size: 1rem;
    color: #fff;
    background: #80bfff;
    border-radius: 5px 5px 0 0;
  }

  h3 {
    width: 680px;
    margin: 0;
    padding: 0 5px 0 25px;
    font-size: 1.55rem;
    background: #f0f0f0;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "æ¸¸ã‚´ã‚·ãƒƒã‚¯", "Yu Gothic", sans-serif;
    background: url(../image/listimg.png) no-repeat center left;
    background-size: 1.1em;
  }

  p.main {
    padding: 0 0 30px 0;
    font-size: 1.6rem;
  }

  p.main_m {
    padding: 0 0 10px 0;
    font-size: 1.6rem;
  }

  p.main_b {
    padding: 0 0 60px 0;
    font-size: 1.6rem;
  }

  p.maincenter {
    padding: 40px 0 30px 0;
    font-size: 1.6rem;
    text-align: center;
  }

  p.main_cta {
    padding: 0 0 70px 0;
    font-size: 1.6rem;
    text-align: center;
  }

  p.main_cta a:hover img {
    filter: alpha(style=0, opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    background: #fff;
  }

  .box101 {
    position: relative;
    margin: 0 0 60px 0;
    padding: 1em 1em;
    font-size: 16px;
    border: solid 1px #000000;
    border-radius: 8px;
  }

  .box101 .box-title {
    position: absolute;
    display: inline-block;
    top: -10px;
    left: 10px;
    padding: 0 10px;
    line-height: 1;
    font-size: 14px;
    background: #FFF;
    font-weight: normal;
  }

  .box101 p {
    margin: 0;
    padding: 10px;
  }

  table.category {
    width: 710px;
    margin: 0 0 80px 0;
    overflow: hidden;
    table-layout: auto;
    border-collapse: collapse;
    border: solid 1px #ccc;
  }

  th.top {
    border: solid 1px #ccc;
    width: 140px;
    padding: 15px;
    font-size: 1.6rem;
    text-align: left;
    background: #cce6ff;
    font-weight: normal;
  }

  td.content1 {
    border: solid 1px #ccc;
    padding: 15px;
    font-size: 1.6rem;
    background: #ffffff;
    text-align: left;
    vertical-align: middle;
  }

  td.content2 {
    border: solid 1px #ccc;
    width: 238px;
    padding: 15px;
    font-size: 1.6rem;
    background: #ffffff;
    vertical-align: middle;
  }

  td.content3 {
    border: solid 1px #ccc;
    width: 353px;
    padding: 15px;
    font-size: 1.6rem;
    background: #ffffff;
    vertical-align: middle;
  }

  dl.attention dt,
  dd {
    font-size: 1.6rem;
  }

  dl.attention dt {
    font-weight: bold;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "Yu Gothic", sans-serif;
  }

  dl.attention dd {
    padding: 0 0 40px 0;
  }

  /*--------------------------------right----------------------*/
  aside {
    clear: both;
    width: 350px;
    margin: 10px 0 0 0;
  }

  ul.rightbar {
    width: 308px;
    margin: 0 0 20px 0;
    padding: 20px 20px 10px 20px;
    border: 1px solid #c0c0c0;
    background: #f0f0f0;
  }

  ul.rightbar li {
    width: 308px;
    height: auto;
    padding: 0 0 10px 0;
  }

  ul.rightbar a:hover img {
    filter: alpha(style=0, opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    background: #fff;
  }

  div.secondhead {
    width: 350px;
    margin-top: 50px;
  }

  aside p.name {
    width: 330px;
    margin: 0 0 10px 0;
    padding: 5px 5px 5px 10px;

    font-size: 1.6rem;

    border-left: 5px solid #80bfff;
    background: #f0f0f0;
  }

  .flexcontainer {
    width: 350px;
  }

  img.promotion {
    width: 120px;
    height: auto;
    float: left;
    margin-right: 10px;
  }

  aside a:hover img {
    filter: alpha(style=0, opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    background: #fff;
  }

  blockquote {
    width: 100%;
  }

  dl.newslist {
    width: 308px;
    margin: 0 0 20px 0;
    padding: 20px 20px 10px 20px;
    border: 1px solid #c0c0c0;
    background: #fff;
  }

  dl.newslist dt {
    font-size: 1.2rem;
  }

  span.list {
    background-color: fff;
    border-radius: ;
    color: ;
    margin: 0 0 0 15px;
    padding: ;
  }

  dl.newslist a {
    color: #222;
  }

  dl.newslist dd {
    margin: 0 0 20px 0;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 1079px) {

  /*--------------------------------left----------------------*/
  div.topimage {
    clear: both;
    width: 100%;
    padding-bottom: 50%;
    background: url(../image/smalltop.png) no-repeat bottom center;
    background-size: contain;
    box-sizing: border-box;
  }

  div.topimagepassive {
    clear: both;
    width: 100%;
    padding-bottom: 50%;
    background: url(../image/smallpassive.png) no-repeat bottom center;
    background-size: contain;
    box-sizing: border-box;
  }

  div.topimagekakunin {
    clear: both;
    width: 100%;
    padding-bottom: 50%;
    background: url(../image/smallkakunin.png) no-repeat bottom center;
    background-size: contain;
    box-sizing: border-box;
  }

  div.topimageoption {
    clear: both;
    width: 100%;
    padding-bottom: 50%;
    background: url(../image/smalloption.png) no-repeat bottom center;
    background-size: contain;
    box-sizing: border-box;
  }

  div.topimageenergy {
    clear: both;
    width: 100%;
    padding-bottom: 50%;
    background: url(../image/smallenergy.png) no-repeat bottom center;
    background-size: contain;
    box-sizing: border-box;
  }

  div.topimagevirtual {
    clear: both;
    width: 100%;
    padding-bottom: 50%;
    background: url(../image/smallvirtual.png) no-repeat bottom center;
    background-size: contain;
    box-sizing: border-box;
  }

  p.topimage {
    width: 100%;
    padding: 2% 4%;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    border-top: 1px solid #4da6ff;
    border-bottom: 1px solid #4da6ff;
    box-sizing: border-box;
    background-color: #80bfff;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  }

  div.wrapper {
    clear: both;
    width: 100%;
    padding: 0 4% 10% 4%;
    margin: 0 auto;
    box-sizing: border-box;
  }

  div.wrapper1 {
    clear: both;
    width: 100%;
    padding: 0 4%;
    margin: 0 auto;
    box-sizing: border-box;
  }

  main {
    width: 100%;
    box-sizing: border-box;
  }

  section.mainbox {
    width: 100%;
  }

  h1 {
    position: relative;
    width: 100%;
    margin: 1% 0 0.5% 0;
    padding: 2% 2% 2% 3%;
    font-size: 1.6rem;
    border-left: 0.4em solid #80bfff;
    background: #f0f0f0;
    box-sizing: border-box;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "Yu Gothic", sans-serif;
  }

  h1:before {
    position: absolute;
    top: 0;
    left: -0.37em;
    width: 0.37em;
    height: 20%;
    display: block;
    content: "";
    background: #FFA64D;
  }

  h2 {
    position: relative;
    width: 100%;
    margin: 0 0 0.5% 0;
    padding: 1% 1% 1% 2%;
    font-size: 1.6rem;
    background: #f0f0f0;
    box-sizing: border-box;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "Yu Gothic", sans-serif;
  }

  h2:before {
    position: absolute;
    top: -2.3rem;
    left: 0;
    padding: 0.5% 2.5%;
    content: 'POINT';
    font-size: 1rem;
    color: #fff;
    background: #80bfff;
    border-radius: 5px 5px 0 0;
  }

  h3 {
    width: 100%;
    margin: 0;
    padding: 0 0 0 1.5em;
    font-size: 1.6rem;
    background: #f0f0f0;
    box-sizing: border-box;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "æ¸¸ã‚´ã‚·ãƒƒã‚¯", "Yu Gothic", sans-serif;
    background: url(../image/listimg.png) no-repeat center left;
    background-size: 1em;
  }

  p.main {
    width: 100%;
    padding: 0 0 6% 0;
    font-size: 1.6rem;
    box-sizing: border-box;
  }

  p.main img {
    width: 100%;
    height: auto;
  }

  p.main_m {
    width: 100%;
    padding: 0 0 2% 0;
    font-size: 1.6rem;
    box-sizing: border-box;
  }

  p.main_m img {
    width: 100%;
    height: auto;
  }

  p.main_b {
    width: 100%;
    padding: 0 0 15% 0;
    font-size: 1.6rem;
    box-sizing: border-box;
  }

  p.main_b img {
    width: 100%;
    height: auto;
  }

  p.maincenter {
    width: 100%;
    padding: 0 0 8% 0;
    font-size: 1.6rem;
    box-sizing: border-box;
  }

  p.main_cta {
    padding: 0 0 15% 0;
    text-align: center;
    box-sizing: border-box;
  }

  p.main_cta img {
    width: 62%;
    height: auto;
  }

  .box101 {
    position: relative;
    margin: 0 0 15% 0;
    padding: 1em 1em;
    font-size: 1.6rem;
    border: solid 1px #000000;
    border-radius: 8px;
    box-sizing: border-box;
  }

  .box101 .box-title {
    position: absolute;
    display: inline-block;
    top: -10px;
    left: 10px;
    padding: 0 10px;
    line-height: 1;
    font-size: 1.4rem;
    background: #FFF;
    font-weight: normal;
  }

  .box101 p {
    margin: 0;
    padding: 10px;
  }

  table.category {
    width: 100%;
    margin: 0 0 15% 0;
    background: #ccc;
    box-sizing: border-box;
    border-collapse: collapse;
    border: solid 1px #ccc;
    box-sizing: border-box;
  }

  th.top {
    width: 30%;
    padding: 3% 2%;
    font-size: 1.6rem;
    font-weight: normal;
    text-align: left;
    background: #cce6ff;
    box-sizing: border-box;
    border: solid 1px #ccc;
    box-sizing: border-box;
  }

  td.content1 {
    padding: 3%;
    font-size: 1.6rem;
    background: #ffffff;
    text-align: left;
    vertical-align: middle;
    border: solid 1px #ccc;
    box-sizing: border-box;
  }

  td.content2 {
    width: 35%;
    padding: 2%;
    font-size: 1.6rem;
    background: #ffffff;
    vertical-align: middle;
    border: solid 1px #ccc;
    box-sizing: border-box;
  }

  td.content3 {
    width: 49%;
    padding: 2%;
    font-size: 1.6rem;
    background: #ffffff;
    vertical-align: middle;
    border: solid 1px #ccc;
    box-sizing: border-box;
  }

  dl.attention dt,
  dd {
    width: 100%;
    font-size: 1.6rem;
  }

  dl.attention dt {
    font-weight: bold;
  }

  dl.attention dd {
    padding: 0 0 8% 0;
  }

  ul.ordinary {
    list-style: none;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 6% 0;
    box-sizing: border-box;
  }

  ul.ordinary li {
    position: relative;
    padding: 0 0 0 3.2rem;
    margin-bottom: ;
    border: ;
    font-size: 1.6rem;
  }

  ul.ordinary li:after,
  ul.ordinary li:before {
    position: absolute;
    content: '';
  }

  ul.ordinary li:before {
    top: 0.5em;
    left: 0.2em;
    width: 12px;
    height: 12px;
    border: 2px solid #FFA64D;
    transform: rotate(15deg);
    opacity: 1;
  }

  ul.ordinary li:after {
    top: 0.9em;
    left: 0.7em;
    width: 11px;
    height: 11px;
    background: #80bfff;
    transform: rotate(45deg);
    opacity: 0.6;
  }

  /*--------------------------------right----------------------*/
  aside {
    clear: both;
    display: none;
  }
}