@charset "UTF-8";
/* CSS Document */
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  to {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/* レイアウト 2カラム */
@media (min-width: 751px) {
  .content2column {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    -webkit-flex-direction: row-reverse;
    -webkit-align-items: flex-start;
    /* no prefix */
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
  }
}
.content2column .sidebar {
  -webkit-flex: 1 0 16em;
  flex: 1 0 16em;
  width: 16em;
  max-width: 16em;
  position: sticky;
  position: -webkit-sticky;
  background-color: white;
  border-radius: 0.6em;
  top: 7em;
  margin-bottom: 6.25em;
}
@media (max-width: 750px) {
  .content2column .sidebar {
    display: none;
  }
}
.content2column .sidebar ul {
  padding-bottom: 1.3em;
}
.content2column .sidebar li {
  position: relative;
  padding: 1.3em 0;
}
.content2column .sidebar li::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 80%;
  height: 1px;
  background-color: #cccccc;
  margin: auto;
}
.content2column .sidebar li:first-of-type::after {
  width: 100%;
}
.content2column .sidebar a {
  position: relative;
  display: block;
  color: inherit;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.6;
  padding: 0 3em 0 10%;
}
.content2column .sidebar a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  top: 0;
  right: 2em;
  bottom: 0;
  border-top: 1px solid #00a4e1;
  border-right: 1px solid #00a4e1;
  transform: rotate(45deg);
  margin: auto;
}
.content2column .sidebar a:hover, .content2column .sidebar a.active {
  color: #00a4e1;
}
.content2column .sidebar a:hover::before, .content2column .sidebar a.active::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #00a4e1;
  margin: auto;
}
@media (min-width: 751px) {
  .content2column .maincontents {
    width: 100%;
    padding-left: 2.5em;
  }
}

/* タイトル・フォント */
.mainvisual {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/module/mv.png) no-repeat center center;
  background-size: cover;
  text-align: center;
  height: 15.6em;
  max-height: 250px;
  padding: 0 1em;
}
@media (max-width: 750px) {
  .mainvisual {
    height: 33vw;
    max-height: 33vw;
    background-image: url(../images/module/mv_sp.png);
  }
  .mainvisual .inner {
    width: 100%;
  }
}
.mainvisual .h1mv {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  background-color: #eef5ff;
}
.mainvisual .h1mv > * {
  display: block;
}
.mainvisual .h1mv span {
  color: #00a4e1;
  text-transform: uppercase;
}
@media (max-width: 750px) {
  .mainvisual .h1mv span {
    font-size: 0.85em;
  }
}
.mainvisual .h1mv b {
  font-size: 2em;
}
@media (max-width: 750px) {
  .mainvisual .h1mv b {
    font-size: 1.5em;
  }
}
.mainvisual.pipeclub {
  background-color: #0064a3;
  background-image: none;
}
.mainvisual.pipeclub .inner {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/pipeclub/mv.png) no-repeat bottom left;
  background-size: atuo 86.8%;
  height: 100%;
}
.mainvisual.pipeclub .h1mv {
  background-color: transparent;
}
.mainvisual.pipeclub .h1mv > * {
  color: white;
}
.mainvisual.pipeclub .h1mv span {
  border: 1px solid white;
  display: inline-block;
  padding: 0 0.5em;
  margin-bottom: 0.3em;
}

.h2default, .h3default, .h4default, .postshosai h1, .postshosai h2, .postshosai h3, .postshosai h4 {
  font-weight: bold;
}

.h2default, .postshosai h2 {
  font-size: 1.6em;
  border-bottom: 2px solid #00a4e1;
  padding-bottom: 0.4em;
  margin-bottom: 0.76em;
}
@media (max-width: 750px) {
  .h2default, .postshosai h2 {
    font-size: 1.4em;
  }
}

.h3default, .postshosai h3 {
  font-size: 1.25em;
  border-left: 0.25em solid #00a4e1;
  padding-left: 0.5em;
  margin-bottom: 0.75em;
}
@media (max-width: 750px) {
  .h3default, .postshosai h3 {
    font-size: 1.14em;
  }
}

.h4default, .postshosai h4 {
  font-weight: bold;
  border-left: 0.125em solid #00a4e1;
  padding-left: 0.5em;
  margin-bottom: 0.93em;
}

.postshosai h2 {
  margin-top: 2em;
}

.postshosai h3, .postshosai h4 {
  margin-top: 1.5em;
}

.marker_yellow {
  background: linear-gradient(transparent 60%, yellow 60%);
}

.postshosai ul {
  padding-left: 1.5em;
}
.postshosai ul > li {
  list-style-type: disc;
}
.postshosai ul > li > ul {
  padding-left: 1.5em;
}
.postshosai ol {
  padding-left: 1.5em;
}
.postshosai ol > li {
  list-style-type: decimal;
}
.postshosai .column_2 > ul, .postshosai .newslist > ul {
  padding-left: 0;
}
.postshosai .column_2 > ul > li, .postshosai .newslist > ul > li {
  list-style-type: none;
}

/* コンテンツ */
.breadWrap {
  background-color: white;
}

.breadcrumb {
  font-size: 0.7em;
  color: #666666;
  padding: 0.8em 0;
}
@media (max-width: 750px) {
  .breadcrumb {
    overflow-x: scroll;
    word-break: keep-all;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
.breadcrumb span[typeof='ListItem'] {
  position: relative;
  display: inline;
  padding-right: 1.5em;
}
.breadcrumb span[typeof='ListItem']:not(:last-of-type):after {
  position: absolute;
  top: 0.5em;
  right: 0.6em;
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
  transform: rotate(45deg);
  margin: auto;
}
.breadcrumb a {
  line-height: 1.2;
  color: #666666;
  text-decoration: none;
}
.breadcrumb a:hover {
  opacity: 0.8;
}

.pagenav {
  margin-top: 3.75em;
}
@media (max-width: 750px) {
  .pagenav {
    margin-top: 13.3vw;
  }
}
.pagenav ul {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagenav li {
  margin: 0 0.25em;
}
.pagenav a, .pagenav span {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  border: 1px solid #00a4e1;
  text-decoration: none;
}
@media (max-width: 750px) {
  .pagenav a, .pagenav span {
    font-size: 0.87em;
  }
}
.pagenav .link_next, .pagenav .link_before {
  width: 2em;
  height: 2em;
  border: 1px solid #00a4e1;
}
.pagenav .link_next::before, .pagenav .link_before::before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #00a4e1;
  border-right: 1px solid #00a4e1;
  margin: 0 0.25em;
}
.pagenav .link_next:hover, .pagenav .link_before:hover {
  background-color: #00a4e1;
}
.pagenav .link_next:hover::before, .pagenav .link_before:hover::before {
  border-color: white;
}
.pagenav .link_next {
  transform: rotate(45deg);
}
.pagenav .link_before {
  transform: rotate(-135deg);
}
.pagenav .link_page, .pagenav .current_page {
  text-align: center;
  line-height: 2;
  margin: 0 0.5em;
}
.pagenav .link_page {
  color: #00a4e1;
}
.pagenav .link_page:hover {
  color: white;
  background-color: #00a4e1;
  opacity: 1;
}
.pagenav .current_page {
  color: white;
  background-color: #00a4e1;
}
.pagenav li.before, .pagenav li.next {
  position: relative;
}
.pagenav li.before::before, .pagenav li.next::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 1px;
  height: 2em;
  background-color: #cccccc;
}
.pagenav li.before {
  margin-right: 2em;
}
.pagenav li.before::before {
  right: -1.5em;
}
.pagenav li.next {
  margin-left: 2em;
}
.pagenav li.next::before {
  left: -1.5em;
}

.pagelink ul {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  /* no prefix */
  display: flex;
  flex-wrap: wrap;
}
.pagelink li {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  /* no prefix */
  display: flex;
}
@media (min-width: 751px) {
  .pagelink ul {
    margin-left: -0.8em;
  }
  .pagelink li {
    width: calc(25% - .8em);
    margin-left: 0.8em;
  }
  .pagelink li:nth-child(n + 5) {
    margin-top: 1em;
  }
}
@media (max-width: 750px) {
  .pagelink ul {
    margin-left: -4vw;
  }
  .pagelink li {
    width: calc(50% - 4vw);
    margin-left: 4vw;
  }
  .pagelink li:nth-of-type(2) {
    margin-top: 0;
  }
  .pagelink li:nth-child(n + 3) {
    margin-top: 4vw;
  }
}
.pagelink a {
  position: relative;
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  border: 1px solid #cccccc;
  color: inherit;
  background-color: white;
  padding: 0.8em;
  padding-bottom: 1.8em;
}
@media (min-width: 751px) {
  .pagelink a {
    font-size: 1.1em;
  }
}
.pagelink a::after {
  content: "";
  display: block;
  width: 0.7em;
  height: 0.7em;
  position: absolute;
  right: 0;
  bottom: 1em;
  left: 0;
  border-top: 2px solid #c5c5c5;
  border-right: 2px solid #c5c5c5;
  transform: rotate(135deg);
  margin: auto;
  transition: all ease 0.5s;
}
.pagelink a:hover {
  opacity: 0.8;
}
@media (max-width: 750px) {
  .pagelink.functionList ul {
    display: block;
    margin-left: 0;
  }
}
@media (max-width: 750px) {
  .pagelink.functionList li {
    width: 100%;
    margin-left: 0;
  }
  .pagelink.functionList li:not(:first-child) {
    margin-top: 4vw;
  }
}
@media (min-width: 751px) {
  .pagelink.functionList li {
    width: calc(50% - .8em);
  }
}
@media (min-width: 751px) {
  .pagelink.functionList a {
    line-height: 2;
  }
}

.pagelink2 a {
  position: relative;
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  line-height: 1.4;
  font-weight: bold;
  color: inherit;
  background-color: white;
  padding: 2em;
}
@media (min-width: 751px) {
  .pagelink2 a {
    font-size: 1.1em;
  }
}
.pagelink2 a::after {
  content: "";
  display: block;
  width: 0.9em;
  height: 0.9em;
  font-weight: bold;
  position: absolute;
  right: 2em;
  border-top: 2px solid #00a4e1;
  border-right: 2px solid #00a4e1;
  transform: rotate(45deg);
  transition: all ease 0.5s;
}
.pagelink2 a:hover {
  opacity: 0.8;
}
@media (min-width: 751px) {
  .pagelink2 ul {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    /* no prefix */
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.25em;
  }
  .pagelink2 li {
    width: calc(50% - 1.25em);
    margin-left: 1.25em;
  }
  .pagelink2 li:nth-child(n + 3) {
    margin-top: 1.25em;
  }
}
@media (max-width: 750px) {
  .pagelink2 li:not(:first-of-type) {
    margin-top: 3.2vw;
  }
  .pagelink2 a::after {
    content: "";
    border-top-width: 4px;
    border-right-width: 4px;
  }
}

.kakomi {
  background-color: whitesmoke;
  padding: 2em;
}
@media (max-width: 750px) {
  .kakomi {
    padding: 1em;
  }
}

@media (min-width: 751px) {
  .imgflex_s, .imgflex {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    /* no prefix */
    display: flex;
  }
}

@media (max-width: 750px) {
  .imgflex_s .imgbox {
    margin-bottom: 1em;
  }
}
@media (min-width: 751px) {
  .imgflex_s .imgbox {
    -webkit-flex: 0 1 29%;
    flex: 0 1 29%;
    width: 29%;
    max-width: 29%;
  }
}
@media (min-width: 751px) {
  .imgflex_s .textbox {
    -webkit-flex: 0 1 71%;
    flex: 0 1 71%;
    width: 71%;
    max-width: 71%;
    padding-left: 1.5em;
  }
}

@media (min-width: 751px) {
  .imgflex .imgbox {
    -webkit-flex: 1 0 46%;
    flex: 1 0 46%;
    width: 46%;
    max-width: 46%;
  }
}
@media (max-width: 750px) {
  .imgflex .textbox {
    padding-top: 1em;
  }
}
@media (min-width: 751px) {
  .imgflex .textbox {
    padding-left: 2em;
  }
}
@media (min-width: 751px) {
  .imgflex.alter {
    flex-direction: row-reverse;
  }
}
@media (max-width: 750px) {
  .imgflex.alter .textbox {
    padding-top: 1em;
  }
}
@media (min-width: 751px) {
  .imgflex.alter .textbox {
    padding-right: 2em;
    padding-left: 0;
  }
}

.wp-caption-text {
  font-size: 0.8em;
  color: gray;
  line-height: 1.4 !important;
  margin-top: 0.5em;
}

.tablelist {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.tablelist.narrow {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}
.tablelist.narrow th, .tablelist.narrow td {
  width: 50%;
}
@media (max-width: 750px) {
  .tablelist.block table {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .tablelist.block th, .tablelist.block td {
    display: block;
    white-space: normal;
  }
}

table {
  width: 100%;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
table th, table td {
  line-height: 1.6;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  padding: 1em;
}
@media (max-width: 750px) {
  table th, table td {
    padding: 0.5em 0.75em;
  }
}
table thead {
  background-color: #dedede;
}
table thead th:first-of-type {
  background-color: #eeeeee;
}
table tbody th {
  background-color: #eeeeee;
  white-space: nowrap;
}
table tbody td {
  background-color: white;
}

.flickmessage {
  background-color: #f3f3f3;
  padding: 0.5em;
  margin-bottom: 0.5em;
}
@media (min-width: 751px) {
  .flickmessage {
    display: none;
  }
}

@media (min-width: 751px) {
  .dllist dl {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: center;
    /* no prefix */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.dllist dt, .dllist dd {
  margin-bottom: 1em;
}
@media (max-width: 750px) {
  .dllist dt {
    margin-bottom: 0;
  }
}
@media (min-width: 751px) {
  .dllist dt {
    -webkit-flex: 1 0 20%;
    flex: 1 0 20%;
    width: 20%;
    max-width: 20%;
  }
}
@media (min-width: 751px) {
  .dllist dd {
    -webkit-flex: 1 0 80%;
    flex: 1 0 80%;
    width: 80%;
    max-width: 80%;
  }
}

.cta_dl {
  background-color: whitesmoke;
  padding: 3em;
}
.cta_dl .title {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 1em;
}

.snsbox {
  text-align: center;
  margin-top: 1em;
}
.snsbox a {
  width: 2em;
  height: 2em;
  margin-right: 1em;
}
.snsbox a:hover {
  opacity: 0.8;
}
@media (max-width: 750px) {
  .snsbox a {
    width: 5.3vw;
  }
}

.accordionWrap:last-of-type {
  border-bottom: 1px solid #cccccc;
}
.accordionWrap .accordionBtn, .accordionWrap .accordionOpen {
  position: relative;
  padding: 1em;
  padding-left: 2em;
}
@media (max-width: 750px) {
  .accordionWrap .accordionBtn, .accordionWrap .accordionOpen {
    line-height: 1.4;
    padding: 0.7em;
  }
}
.accordionWrap .accordionBtn {
  font-weight: bold;
  border-top: 1px solid #cccccc;
  padding-right: 4em;
  transition: all ease 0.5s;
}
@media (max-width: 750px) {
  .accordionWrap .accordionBtn {
    padding-right: 3em;
  }
}
.accordionWrap .accordionBtn::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  right: 1.8em;
  bottom: 0;
  border-top: 2px solid #c5c5c5;
  border-right: 2px solid #c5c5c5;
  transform: rotate(135deg);
  margin: auto;
  transition: all ease 0.5s;
}
@media (max-width: 750px) {
  .accordionWrap .accordionBtn::after {
    right: 4vw;
  }
}
.accordionWrap .accordionBtn.active {
  color: white;
  background-color: #333333;
}
.accordionWrap .accordionBtn.active::after {
  transform: rotate(-45deg);
}
.accordionWrap .accordionBtn p {
  font-size: 1.1em;
}
@media (max-width: 750px) {
  .accordionWrap .accordionBtn p {
    line-height: 1.4;
  }
}
.accordionWrap .accordionOpen {
  background-color: white;
}
.accordionWrap .accordionOpen > div {
  font-size: 1.1em;
}
.accordionWrap#accordionWrap .accordionBtn {
  cursor: pointer;
}
.accordionWrap#accordionWrap .accordionOpen {
  display: none;
}

.catTag, .FeaturesTag, .featureTag, .newTag, .optionTag {
  display: inline-block;
  font-size: 0.6em;
  font-weight: normal;
  padding: 0.1em 0.4em;
  margin-left: 1em;
}

.catTag {
  color: #333333;
  background-color: white;
  border: 1px solid #cccccc;
}
@media (max-width: 750px) {
  .catTag {
    margin-left: 0;
  }
}

.FeaturesTag, .featureTag, .optionTag {
  color: white;
  background-color: #00a4e1;
  border: 1px solid #00a4e1;
}

.newTag {
  color: white;
  background-color: #df0000;
  border: 1px solid #df0000;
}

.tagWrap span {
  display: inline-block;
  color: #333333;
  background-color: white;
  font-size: 0.87em;
  border: 1px solid #cccccc;
  padding: 0.1em 0.4em;
  margin: 0.2em;
}
@media (max-width: 750px) {
  .tagWrap span {
    font-size: 0.7em;
  }
}

.accordionWrap .question, .accordionWrap .answer {
  padding-left: 5em;
}
@media (max-width: 750px) {
  .accordionWrap .question, .accordionWrap .answer {
    padding-left: 4em;
  }
}
.accordionWrap .question::before, .accordionWrap .answer::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 1.5em;
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1;
  width: 2em;
  height: 2em;
  border-radius: 50%;
}
@media (max-width: 750px) {
  .accordionWrap .question::before, .accordionWrap .answer::before {
    left: 4vw;
    font-size: 1.1em;
    width: 1.8em;
    height: 1.8em;
  }
}
.accordionWrap .question::before {
  content: "Q";
  color: #00a4e1;
  border: 1px solid #00a4e1;
}
.accordionWrap .answer::before {
  content: "A";
  color: #333333;
  border: 1px solid #333333;
}

.faq_functionBox .questionBox, .faq_functionBox .answerBox {
  position: relative;
  padding-left: 3em;
}
.faq_functionBox .questionBox b, .faq_functionBox .answerBox b {
  position: absolute;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1;
  border: 1px solid #333333;
  border-radius: 50%;
}
.faq_functionBox .questionBox span, .faq_functionBox .questionBox a {
  color: #00a4e1;
  font-weight: bold;
  font-size: 1.2em;
}
.faq_functionBox .questionBox span::after, .faq_functionBox .questionBox a::after {
  display: none;
}
.faq_functionBox .questionBox b {
  border-color: #00a4e1;
  color: #00a4e1;
}
.faq_functionBox .answerBox {
  margin-top: 1.5em;
}

.faq_function_header .productsCat, .faq_function_header .productsTag {
  font-size: 0.75em;
  display: inline-block;
}
.faq_function_header .productsCat {
  color: white;
  text-decoration: none;
  padding: 0.1em 0.7em;
  margin-right: 1em;
}
.faq_function_header .productsCat.kw-pn {
  background-color: #0064a3;
}
.faq_function_header .productsCat.kw-pdp {
  background-color: #249600;
}
.faq_function_header .productsTag {
  margin-right: 0.5em;
}
.faq_function_header .productsTag::before {
  content: "";
  content: "# ";
}

.faq_functionList li {
  border-bottom: 1px solid #cccccc;
  padding: 1.2em 0;
}

.tabwrap .tab-area {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  /* no prefix */
  display: flex;
}
.tabwrap .tab-area .tab {
  border: none;
  color: inherit;
  text-decoration: none;
  width: 100%;
  text-align: center;
  transition: all ease 0.5s;
  cursor: pointer;
}
.tabwrap .tab-area .tab.active {
  cursor: auto;
}
.tabwrap .content-area .content {
  display: none;
}
.tabwrap .content-area .content.show {
  display: block;
  animation: show 0.5s linear 0s;
}

.tab_news .tab-area {
  justify-content: space-between;
}
@media (max-width: 750px) {
  .tab_news .tab-area {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5em;
  }
}
.tab_news .tab-area .tab {
  white-space: nowrap;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
  padding: 0.5em;
  top: 0;
}
@media (max-width: 750px) {
  .tab_news .tab-area .tab {
    width: 37vw;
    min-width: 37vw;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
  }
}
@media (min-width: 751px) {
  .tab_news .tab-area .tab {
    width: 19%;
  }
}
.tab_news .tab-area .tab:hover, .tab_news .tab-area .tab.active {
  color: #00a4e1;
  border-color: #00a4e1;
}

.productBtn {
  border-radius: 0.6em;
  background-color: white;
  border: 1px solid silver;
}
.productBtn::before {
  content: "";
  display: block;
  background: no-repeat center center;
  background-size: cover;
  height: 3em;
  border-radius: 0.6em 0.6em 0 0;
}
@media (max-width: 750px) {
  .productBtn::before {
    height: 6.6vw;
  }
}
.productBtn.blue::before {
  background-image: url(../images/module/tab_bl_pc.png);
}
@media (max-width: 750px) {
  .productBtn.blue::before {
    background-image: url(../images/module/tab_bl_sp.png);
  }
}
.productBtn.green::before {
  background-image: url(../images/module/tab_gr_pc.png);
}
@media (max-width: 750px) {
  .productBtn.green::before {
    background-image: url(../images/module/tab_gr_sp.png);
  }
}
.productBtn.purple::before {
  background-image: url(../images/module/tab_pp_pc.png);
}
@media (max-width: 750px) {
  .productBtn.purple::before {
    background-image: url(../images/module/tab_pp_sp.png);
  }
}
.productBtn.mix::before {
  background-image: url(../images/module/tab_mix_pc.png);
}
@media (max-width: 750px) {
  .productBtn.mix::before {
    background-image: url(../images/module/tab_mix_sp.png);
  }
}
.productBtn .wrap {
  padding: 1.2em;
}
@media (max-width: 750px) {
  .productBtn .wrap {
    padding: 2.9vw;
  }
}
.productBtn .title {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  align-items: center;
}
.productBtn .title .icon {
  width: 3em;
  height: 3em;
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  border-radius: 0.6em;
  letter-spacing: 0;
  margin-right: 0.6em;
}
@media (max-width: 750px) {
  .productBtn .title .icon {
    width: 9.3vw;
    height: 9.3vw;
  }
}
.productBtn .title b, .productBtn .title span {
  display: block;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.productBtn .title b {
  color: #333333;
}
@media (max-width: 750px) {
  .productBtn .title b {
    font-size: 0.85em;
  }
}
.productBtn .title span {
  color: #939393;
  font-weight: bold;
  font-size: 0.75em;
}
@media (max-width: 750px) {
  .productBtn .title span {
    font-size: 0.64em;
  }
}
.productBtn.blue .title .icon {
  background-color: #0064a3;
}
.productBtn.blue .title b {
  color: #0064a3;
}
.productBtn.green .title .icon {
  background-color: #249600;
}
.productBtn.green .title b {
  color: #249600;
}
.productBtn.purple .title .icon {
  background-color: #8447be;
}
.productBtn.purple .title b {
  color: #8447be;
}

.supportBtn {
  border-radius: 0.6em;
  background-color: white;
  border: 1px solid silver;
  text-align-last: left;
  padding: 1em;
  height: 100%;
}
@media (min-width: 751px) {
  .supportBtn {
    padding: 0.5em 1em;
  }
}
.supportBtn .h2default {
  font-size: 1.375em;
  margin-bottom: 0.5em;
}
@media (max-width: 750px) {
  .supportBtn .h2default {
    font-size: 0.92em;
    padding-bottom: 0;
  }
}
.supportBtn .disc {
  font-weight: bold;
  color: #939393;
  font-size: 0.88em;
}
@media (max-width: 750px) {
  .supportBtn .disc {
    font-size: 0.7em;
  }
}

@media (max-width: 750px) {
  .producttab .tab-area, .supportBtn .tab-area {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5em;
  }
}
.producttab .tab-area .tab, .supportBtn .tab-area .tab {
  width: calc(25% - .75em);
  opacity: 0.4;
}
@media (max-width: 750px) {
  .producttab .tab-area .tab, .supportBtn .tab-area .tab {
    width: 47vw;
    margin-bottom: 0.5em;
  }
}
.producttab .tab-area .tab:not(:first-of-type), .supportBtn .tab-area .tab:not(:first-of-type) {
  margin-left: 1em;
}
.producttab .tab-area .tab:hover, .producttab .tab-area .tab.active, .supportBtn .tab-area .tab:hover, .supportBtn .tab-area .tab.active {
  opacity: 1;
}
@media (min-width: 751px) {
  .producttab .tab-area .tab.active, .supportBtn .tab-area .tab.active {
    position: relative;
  }
  .producttab .tab-area .tab.active::after, .supportBtn .tab-area .tab.active::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -0.2em;
    left: 1px;
    width: calc(100% - 2px);
    height: 0.5em;
    background-color: white;
  }
}
.producttab .tab-area.tab3 .tab, .supportBtn .tab-area.tab3 .tab {
  width: 100%;
}
@media (max-width: 750px) {
  .producttab .productBtn, .producttab .supportBtn, .supportBtn .productBtn, .supportBtn .supportBtn {
    width: 47vw;
  }
}
@media (min-width: 751px) {
  .producttab .productBtn, .producttab .supportBtn, .supportBtn .productBtn, .supportBtn .supportBtn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: 0;
  }
}
.producttab .content, .supportBtn .content {
  background-color: white;
  border: 1px solid silver;
  padding: 2.5em;
}
@media (max-width: 750px) {
  .producttab .content, .supportBtn .content {
    padding: 5.3vw;
  }
}

.linkWrap > * {
  display: block;
  border: 1px solid #cccccc;
  color: inherit;
  text-decoration: none;
  background-color: white;
  padding: 1.5em 1.8em;
}
@media (min-width: 751px) {
  .linkWrap {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    /* no prefix */
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.25em;
  }
  .linkWrap > * {
    width: calc(50% - 1.25em);
    margin-left: 1.25em;
  }
  .linkWrap > *:nth-child(n + 3) {
    margin-top: 1.25em;
  }
}
@media (max-width: 750px) {
  .linkWrap > * {
    padding: 1em 1.2em;
  }
  .linkWrap > *:not(:first-of-type) {
    margin-top: 4vw;
  }
}
.linkWrap .title {
  position: relative;
  margin-bottom: 0.8em;
  padding-bottom: 0.2em;
}
.linkWrap .title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1em;
  height: 1px;
  background-color: #00a4e1;
}
.linkWrap .linkarrow {
  font-size: 1em;
  margin-bottom: 0.3em;
}

.scrollBox {
  background-color: white;
  height: 18em;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 1.5em 2em;
}

.newslist li {
  border-bottom: 1px solid #cccccc;
  padding: 1em 0;
}
@media (min-width: 751px) {
  .newslist li {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    -webkit-align-items: flex-start;
    /* no prefix */
    display: flex;
    align-items: flex-start;
    padding: 1em 1.5em;
  }
}
.newslist .datecat {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  /* no prefix */
  display: flex;
}
@media (min-width: 751px) {
  .newslist .datecat {
    -webkit-flex: 1 0 15em;
    flex: 1 0 15em;
    width: 15em;
    max-width: 15em;
  }
}
.newslist .datecat .cat, .newslist .datecat .date {
  font-size: 0.87em;
  display: inline-block;
}
.newslist .datecat .date {
  line-height: 1.6;
}
@media (min-width: 751px) {
  .newslist .datecat .date {
    width: 9em;
    max-width: 9em;
  }
}
.newslist .datecat .cat {
  color: white;
  background-color: #00a4e1;
  text-align: center;
  line-height: 1.2;
  padding: 0.3em;
}
@media (min-width: 751px) {
  .newslist .datecat .cat {
    width: 7em;
    max-width: 7em;
  }
}
@media (max-width: 750px) {
  .newslist .datecat .cat {
    margin-left: 0.5em;
  }
}
.newslist .title {
  color: inherit;
  text-decoration: none;
  line-height: 1.6;
}
@media (min-width: 751px) {
  .newslist .title {
    width: calc(100% - 15em);
    max-width: calc(100% - 15em);
  }
}
.newslist .title:hover {
  opacity: 0.8;
}

@media (max-width: 750px) {
  .kinolist li {
    margin-bottom: 12vw;
  }
}
.kinolist .imgflex_s .imgbox > div {
  background-size: cover;
  background-position: center top;
  padding-top: 56.8%;
}

article.postshosai .articleheader {
  margin-bottom: 2em;
}
@media (max-width: 750px) {
  article.postshosai .articleheader .newsCat {
    display: block;
    margin-top: 0.5em;
  }
}
@media (min-width: 751px) {
  article.postshosai .articleheader .newsCat {
    margin-left: 1em;
  }
}
article.postshosai .insert-image {
  margin: 1em 0;
}
article.postshosai .wp-caption {
  max-width: 100%;
  margin-bottom: 1em;
}
article.postshosai .wp-caption .insert-image {
  margin-bottom: 0;
}
article.postshosai .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
article.postshosai .wpmem_msg {
  width: 100%;
}
