@charset "UTF-8";
@media(max-width:768px) {
  .article-box .btn {
    display: block;
    margin: 0 auto
  }
}

.article-box .img-left {
  float: left;
  max-width: 50%;
  padding-right: 40px
}

@media(max-width:768px) {
  .article-box .img-left {
    max-width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
    display: block;
    margin: 0 auto;
    float: none
  }
}

.article-box .img-right {
  float: right;
  max-width: 50%;
  padding-left: 40px
}

@media(max-width:768px) {
  .article-box .img-right {
    max-width: 100%;
    padding-bottom: 20px;
    padding-left: 0;
    display: block;
    margin: 0 auto;
    float: none
  }
}

.article-box .ttl {
  padding-top: 0
}

.article-box .txt {
  line-height: 1.8
}

.article-box .article-right {
  float: right;
  width: 65%
}

@media(max-width:768px) {
  .article-box .article-right {
    width: 100%
  }
}

.article-box .article-left {
  float: left;
  width: 65%
}

@media(max-width:768px) {
  .article-box .article-left {
    width: 100%
  }
}

.list-item {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px
}

@media(max-width:768px) {
  .list-item {
    margin-bottom: 0
  }
}

.list-item li {
  float: left;
  width: calc(50% - 20px);
  margin-right: 40px;
  margin-bottom: 40px;
  padding: 30px;
  background-color: #f6f6f6
}

.list-item li:nth-child(2n) {
  margin-right: 0
}

@media(max-width:768px) {
  .list-item li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 15px
  }
}

.list-item li .img {
  float: left;
  width: 38%
}

@media(max-width:768px) {
  .list-item li .img {
    width: 100%;
    margin-bottom: 20px
  }
  .list-item li .img img {
    display: block;
    width: 100%
  }
}

.list-item li .content-item {
  float: left;
  width: 62%;
  padding-left: 20px
}

@media(max-width:768px) {
  .list-item li .content-item {
    width: 100%;
    padding-left: 0
  }
}

.list-item li .ttl-item {
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 5px;
  color: #333;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  font-size: 1.8rem
}

@media(max-width:768px) {
  .list-item li .ttl-item {
    font-size: 16px;
    font-size: 1.6rem
  }
}

.list-item li .border-none {
  padding-bottom: 0;
  border-bottom: 0
}

@media(max-width:768px) {
  .list-item li .txt {
    font-size: 13px;
    font-size: 1.3rem
  }
}

.list-item li .txt.txt-last {
  margin-bottom: 8px
}

.list-item li .btn-item a {
  font-weight: bold;
  position: relative;
  display: inline-block;
  color: #333;
  font-size: 16px;
  font-size: 1.6rem
}

@media(max-width:768px) {
  .list-item li .btn-item a {
    font-size: 13px;
    font-size: 1.3rem
  }
}

.list-item li .btn-item a:after {
  position: absolute;
  top: 50%;
  right: -15px;
  display: block;
  width: 9px;
  height: 14px;
  content: '';
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/ico_arow_right.png);
  background-size: cover
}

.list-detail {
  padding-bottom: 60px
}

@media(max-width:768px) {
  .list-detail {
    padding-bottom: 30px
  }
}

.list-detail li {
  padding-left: 15px
}

.list-detail li a {
  position: relative;
  display: inline-block;
  color: #333;
  font-size: 16px;
  font-size: 1.6rem
}

@media(max-width:768px) {
  .list-detail li a {
    font-size: 13px;
    font-size: 1.3rem
  }
}

/*.list-detail li .dot a:before {
  position: absolute;
  top: 50%;
  left: -15px;
  display: inline-block;
  width: 6px;
  height: 6px;
  content: '';
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../img/ico_dot.png");
  background-size: cover
}*/

@media(max-width:768px) {
  .list-detail li .dot a:before {
    top: 10px
  }
}

.list-detail li .play a {
  margin-bottom: 10px
}

.list-detail li .play a:before {
  position: absolute;
  top: 13px;
  left: -15px;
  display: inline-block;
  width: 5px;
  height: 6px;
  content: '';
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../img/ico_play.png");
  background-size: cover
}

@media(max-width:768px) {
  .list-detail li a[href$=".pdf"] {
    padding-right: 25px
  }
}

.list-detail li a[href$=".pdf"]:after {
  position: relative;
  top: 3px;
  left: 3px;
  display: inline-block;
  width: 19px;
  height: 20px;
  content: '';
  background: url("../img/ico_pdf.png");
  background-size: cover
}

@media(max-width:768px) {
  .list-detail li a[href$=".pdf"]:after {
    position: absolute;
    top: 0;
    left: auto;
    right: 5px
  }
}

.warrning-ct {
  padding: 30px;
  background-color: #f6f6f6
}

@media(max-width:768px) {
  .warrning-ct {
    padding: 15px
  }
}

.warrning-ct .txt {
  line-height: 1.8
}

@media(max-width:768px) {
  .warrning-ct .txt {
    font-size: 13px;
    font-size: 1.3rem
  }
}

.thumnail .img-right {
  padding: 60px 0;
  text-align: right
}

.thumnail .col.col-center {
  display: block;
  text-align: center
}

.thumnail .col .txt {
  line-height: 1.8;
  margin-top: 10px
}

.row {
  display: inline-block;
  width: 100%
}

.row .col-6 {
  float: left;
  width: 48%;
  margin-right: 4%
}

.row .col-6:nth-child(2n) {
  margin-right: 0
}

@media(max-width:768px) {
  .row .col-6 {
    width: 100%;
    margin-right: 0
  }
}

.row .col-6 img {
  width: 100%
}

.row .col-4 {
  float: left;
  width: 31.33333%;
  margin-right: 3%
}

.row .col-4:nth-child(3n) {
  margin-right: 0
}

.row .col-4:nth-child(3n):after {
  clear: both
}

@media(max-width:768px) {
  .row .col-4 {
    width: 100%;
    margin-right: 0
  }
}

.row .col-4 img {
  width: 100%
}

.row .col-3 {
  float: left;
  width: 22.75%;
  margin-right: 3%
}

.row .col-3:nth-child(4n) {
  margin-right: 0
}

@media(max-width:768px) {
  .row .col-3 {
    width: 48.5%;
    margin-right: 3%
  }
  .row .col-3:nth-child(2n) {
    margin-right: 0
  }
}

.row .col-3 img {
  width: 100%
}

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%
}

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%
}

.row.row-2 .col-4 {
  float: left;
  width: 33.33333%;
  margin-left:0;
  margin-right: 0;
  padding: 0 1.5%;
  border-right: 1px solid #ddd;
  margin-bottom: 40px
}

.row.row-2 .col-4:nth-child(3n+1) {
  padding-left: 0;
  clear: both
}

.row.row-2 .col-4:nth-child(3n) {
  padding-right: 0;
  border-right: 0
}

@media(max-width:768px) {
  .row.row-2 .col-4 {
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
    border-right: 0
  }
}

.row.row-2 .col-4 img {
  width: 100%
}

.row.row-2 .col-4 .txt {
  padding: 10px 0;
  line-height: 1.8
}

.table-style {
  display: inline-block;
  width: 100%
}

.table-style dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.table-style dl:first-child {
  border-top: 1px solid #ddd
}

@media(max-width:768px) {
  .table-style dl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.table-style dl dt {
  font-weight: bold;
  line-height: 1.8;
  width: 23%;
  vertical-align: top;
  background: #f3f3f3;
  font-size: 16px;
  font-size: 1.6rem;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd
}

@media(max-width:768px) {
  .table-style dl dt {
    width: 100%;
    font-size: 13px;
    font-size: 1.3rem
  }
}

.table-style dl dd {
  line-height: 1.8;
  width: 77%;
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd
}

@media(max-width:768px) {
  .table-style dl dd {
    width: 100%;
    font-size: 13px;
    font-size: 1.3rem;
    border-left: 1px solid #ddd
  }
}

.table-style dl dt, .table-style dl dd {
  padding: 16px 24px;
  color: #333
}

@media(max-width:768px) {
  .table-style dl dt, .table-style dl dd {
    padding: 10px 12px
  }
}

.list-post {
  display: inline-block;
  width: 100%
}

.list-post li {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px
}

.list-post li .item-post .img {
  float: left;
  width: 180px
}

@media(max-width:768px) {
  .list-post li .item-post .img {
    width: 100%;
    margin-bottom: 20px
  }
  .list-post li .item-post .img img {
    display: block;
    margin: 0 auto
  }
}

.list-post li .item-post .main-ct {
  display: inline-block;
  width: calc(100% - 180px);
  padding-left: 22px
}

@media(max-width:768px) {
  .list-post li .item-post .main-ct {
    width: 100%;
    padding-left: 0
  }
}

.list-post li .item-post .main-ct .txt {
  line-height: 1.8;
  margin-top: 8px;
  font-size: 16px;
  font-size: 1.6rem
}

@media(max-width:768px) {
  .list-post li .item-post .main-ct .txt {
    font-size: 13px;
    font-size: 1.3rem
  }
}

.news-box a {
  color: #333
}

.news-box dl {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 20px;
  overflow: hidden;
  font-size: 16px;
  font-size: 1.6rem
}

.news-box dl:first-of-type {
  padding-top: 20px
}

.news-box p {
  margin-bottom: 0
}

.news-box a {
  color: #333
}

.news-box .name {
  margin-bottom: 0;
  text-align: right;
  font-size: 16px;
  font-size: 1.6rem
}

.news-box p.news-box-title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold
}

@media screen and (max-width:768px) {
  .news-box dl {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 20px;
    padding-bottom: 20px
  }
  .news-box .namewrap p:first-of-type {
    padding-top: 10px
  }
  .researchlist {
    clear: both
  }
}

.news-box dl dt {
  width: 120px;
  max-height: 115px;
  overflow: hidden;
  margin-bottom: 0;
  float: left;
  margin-right: 22px
}

@media screen and (max-width:768px) {
  .news-box dl dt {
    position: relative;
    width: auto;
    height: inherit
  }
  .news-box dl dt img {
    max-width: 100px
  }
  .day.fr {
    padding-right: 0 !important;
    padding-top: 2px;
    line-height: 25px
  }
}

.news-box dl dd {
  overflow: hidden
}

.news-box dl dd p, .news-box dl dt img {
  margin-bottom: 0
}

.news-box dl dt img, img.news_main {
  border: 1px solid #ccc
}

@media screen and (max-width:768px) {
  .news-box dl dd {
    padding-left: 3%
  }
}

.news-box .data {
  margin-bottom: 15px
}

@media screen and (max-width:768px) {
  .news-box .data {
    margin-bottom: 10px
  }
}

.news-box .data .cat img {
  margin-bottom: 0
}

@media screen and (max-width:768px) {
  .news-box .data .cat img {
    max-width: 80px
  }
}

.news-box .data .day {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1.6rem
}

.news-box .data .cat img {
  margin-right: 12px
}

.badge {
  display: inline-block
}

.badge img {
  margin-left: 12px
}

.date {
  display: inline-block;
  padding-left: 12px;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1.6rem
}

@media(max-width:768px) {
  .date {
    font-size: 13px;
    font-size: 1.3rem
  }
}

.date.date-block {
  display: block
}

.date.txt-right img {
  width: auto;
  margin-right: 12px;
  margin-top: -4px
}

/* .btn span {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-backface-visibility: hidden
}

.btn span a {
  color: #333;
  font-weight: bold;
  line-height: 1;
  position: relative;
  z-index: 2;
  display: block
}

.btn span a:after {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 10px;
  width: 11px;
  height: 11px;
  content: '';
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 3px solid #999;
  border-right: 3px solid #999
}

.btn span::before, .btn span::after {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.btn span:before {
  -webkit-transform: scale(0.1, 0.1);
  -ms-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
  opacity: 0
}

.btn span:after {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border: 1px solid #ddd;
    border-radius: 4px;
  background: white
}

@media(min-width:769px) {
  .btn span:hover::before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    background: #ea323b;
      border-radius: 4px;
  }
  .btn span.btn-cloud:hover::before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    background: #004ea1;
      border-radius: 4px;
  }
  .btn span:hover::after {
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0
  }
  .btn span:hover a {
    color: #fff
  }
  .btn span:hover a:after {
    border-top: 3px solid white;
    border-right: 3px solid white
  }
} */

.btn span a[href$=".pdf"]:after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 19px;
  height: 20px;
  content: '';
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 0;
  background: url("../img/ico_pdf.png");
  background-size: cover
}

.btn span:hover a[href$=".pdf"]:after {
  background: url("../img/ico_pdf_white.png");
  background-size: cover
}

.btn.btn-style-1 span {
  padding: 18px 0 !important
}

@media(min-width:769px) {
  .btn.btn-style-1 span:hover {
    color: #fff !important
  }
}

.btn.btn-style-2 span {
  max-width: 360px;
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.btn.btn-style-2 span a {
  padding: 21px 5px
}

@media screen and (max-width:768px) {
  .btn.btn-style-2 span {
    max-width: 100%
  }
}

@media(min-width:769px) {
  .btn.btn-style-2 span:hover {
    color: #fff !important
  }
}

.btn.btn-style-3 span {
  padding: 21px 5px;
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media screen and (max-width:768px) {
  .btn.btn-style-3 span {
    max-width: 100%
  }
}

@media(min-width:769px) {
  .btn.btn-style-3 span:hover {
    color: #fff !important
  }
}

@media screen and (max-width:768px) {
  .btn.btn-style-4 span {
    width: 100%
  }
}

@media(min-width:769px) {
  .btn.btn-style-4 span {
    width: calc(33% - 15px);
    margin-left: 0
  }
  .btn.btn-style-4 span:nth-child(3n) {
    margin-right: 0
  }
  .btn.btn-style-4 span:hover {
    color: #fff !important
  }
}

.btn.btn-center {
  text-align: center
}

@-webkit-keyframes rotatecw {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes rotatecw {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes rotateccw {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg)
  }
}

@keyframes rotateccw {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg)
  }
}

.ttl {
  line-height: 1.6;
  color: #333
}

.ttl small {
  font-weight: bold;
  display: block;
  letter-spacing: 1px;
  font-size: 13px;
  font-size: 1.3rem
}

.ttl.ttl-lg {
  font-size: 40px;
  font-size: 4rem
}

@media(max-width:768px) {
  .ttl.ttl-lg {
    font-size: 20px;
    font-size: 2rem
  }
}

.ttl.ttl-md {
  font-size: 36px;
  font-size: 3.6rem
}

@media(max-width:768px) {
  .ttl.ttl-md {
    font-size: 18px;
    font-size: 1.8rem
  }
}

.ttl.ttl-sm {
  font-size: 30px;
  font-size: 3rem
}

@media(max-width:768px) {
  .ttl.ttl-sm {
    font-size: 15px;
    font-size: 1.5rem
  }
}

.ttl.ttl-xs {
  font-size: 25px;
  font-size: 2.5rem
}

@media(max-width:768px) {
  .ttl.ttl-xs {
    font-size: 13px;
    font-size: 1.3rem
  }
}

.ttl.ttl-small {
  font-size: 18px;
  font-size: 1.8rem
}

@media(max-width:768px) {
  .ttl.ttl-small {
    font-size: 12px;
    font-size: 1.8rem;
  }
}

.ttl.ttl-border01 {
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid #ddd
}

.ttl.ttl-border01:before {
  position: absolute;
  top: 0;
  left: 2px;
  display: block;
  width: 20px;
  height: 4px;
  content: '';
  background-color: #ea323b
}

.ttl.ttl-border02 {
  position: relative;
  padding: 9px 0 9px 18px;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #f9f9f9
}

.ttl.ttl-border02:before {
  position: absolute;
  top: -1px;
  left: 0;
  display: block;
  width: 4px;
  height: 60px;
  content: '';
  background-color: #ea323b
}

@media(max-width:768px) {
  .ttl.ttl-border02:before {
    height: 40px
  }
}

.ttl.ttl-border03 {
  position: relative;
  padding: 10px 0;
  border-bottom: 2px solid #ddd
}

.ttl.ttl-border03:before {
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  width: 80px;
  height: 2px;
  content: '';
  background-color: #ea323b
}

.ttl.ttl-border04 span {
  display: block;
  position: relative;
  padding: 0 0 15px
}

.ttl.ttl-border04 span:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 40px;
  height: 1px;
  content: '';
  background-color: #ea323b
}

.ttl.ttl-border05 {
  padding: 9px 0;
  border-bottom: 1px solid #ddd
}

.ttl.ttl-bold {
  font-weight: bold
}

.ttl.ttl-warrning span {
  position: relative
}

.ttl.ttl-warrning span:before {
  position: absolute;
  top: 2px;
  left: -35px;
  display: block;
  width: 30px;
  height: 30px;
  content: '';
  background: url("../img/ico_warrning.png");
  background-size: cover
}

@media(max-width:768px) {
  .ttl.ttl-warrning span:before {
    left: -20px;
    width: 15px;
    height: 15px
  }
}

.txt {
  color: #333;
  font-size: 16px;
  font-size: 1.6rem
}

@media screen and (max-width:768px) {
  .txt {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.main-visual {
  width: 100%;
  position: relative;
  z-index: 2
}

.main-visual:before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 7px;
  left: 0;
  content: '';
  background: url("../img/photos/bg_main.png")
}

.main-visual video {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0 auto
}

@media screen and (max-width:768px) {
  .page-index {
    padding-top: 50px
  }
}

.concept-list {
  margin-top: 60px
}

@media screen and (max-width:768px) {
  .concept-list {
    margin-top: 0
  }
}

.concept-list .item {
  float: left;
  border-right: 1px solid #ccc
}

@media screen and (max-width:768px) {
  .concept-list .item {
    overflow: hidden;
    padding: 20px 0;
    border-right: 0;
    border-bottom: 1px solid #ccc
  }
  .concept-list .item:last-child {
    padding-bottom: 0;
    border-bottom: 0
  }
}

@media screen and (max-width:768px) {
  .concept-list .item .img {
    float: left;
    width: 90px
  }
}

.concept-list .item .txt {
  padding: 0 10px
}

@media screen and (max-width:768px) {
  .concept-list .item .txt {
    float: left;
    width: calc(100% - 90px);
    padding-left: 10px;
    text-align: left;
    font-size: 13px;
    font-size: 1.3rem
  }
}

.concept-list .item .txt .heading {
  position: relative;
  display: block;
  padding: 27px 0 38px;
  font-size: 30px;
  font-size: 3rem
}

@media screen and (max-width:768px) {
  .concept-list .item .txt .heading {
    padding: 0;
    padding-bottom: 20px;
    font-size: 16px;
    font-size: 1.6rem
  }
}

.concept-list .item .txt .heading:after {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  width: 40px;
  height: 1px;
  margin: auto;
  content: '';
  background: #ea323b
}

@media screen and (max-width:768px) {
  .concept-list .item .txt .heading:after {
    right: auto;
    bottom: 10px;
    width: 25px
  }
}

.concept-list.col-4 .item {
  width: 33.333%
}

.concept-list.col-4 .item:nth-child(3n) {
  border-right: 0
}

@media screen and (max-width:768px) {
  .concept-list.col-4 .item {
    width: 100%
  }
}

.case-item {
  text-align: center
}

.case-item .txt strong {
  display: block;
  font-size: 18px;
  font-size: 1.8rem
}

@media screen and (max-width:768px) {
  .case-item .txt strong {
    font-size: 13px;
    font-size: 1.3rem
  }
}

.feature .item {
  overflow: hidden;
  padding: 60px 0;
  border-bottom: 1px solid #ccc
}

.feature .item:first-of-type {
  padding-top: 20px
}

@media screen and (max-width:768px) {
  .feature .item {
    padding: 20px 0
  }
  .feature .item:last-child {
    border-bottom: 0
  }
}

.feature .item .img {
  float: left;
  width: 34%
}

.feature .item .img img {
  padding-right: 40px;
  width: 100%
}

@media screen and (max-width:768px) {
  .feature .item .img {
    width: 100%;
    text-align: center
  }
  .feature .item .img img {
    padding-right: 0
  }
}

.feature .item .txt {
  padding: 0
}

@media screen and (max-width:768px) {
  .intro-box2 dd {
    width: 100%;
    padding: 0
  }
}

.intro-box2 dd .links {
  line-height: 1;
  position: relative;
  display: block;
  margin-bottom: 40px;
  color: #333;
  font-size: 30px;
  font-size: 3rem
}

@media screen and (max-width:768px) {
  .intro-box2 dd .links {
    margin-bottom: 20px;
    padding-left: 0;
    font-size: 16px;
    font-size: 1.6rem
  }
}

.intro-box2 dd .links:before {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 40px;
  height: 1px;
  content: '';
  background: #ea323b
}

@media screen and (max-width:768px) {
  .intro-box2 dd .links:before {
    bottom: -11px;
    width: 25px
  }
}

.intro-box2 dd .links small {
  line-height: 1;
  display: inline-block;
  padding: 7px 16px;
  font-weight: bold;
  color: white;
  border-radius: 2px;
  background: #ea323b;
  font-size: 16px;
  font-size: 1.6rem;
  float: left;
  margin-right: 15px;
  margin-bottom: 10px
}

@media screen and (max-width:768px) {
  .intro-box2 dd .links small {
    position: static;
    float: none;
    display: block;
    max-width: 40px;
    padding: 5px;
    text-align: center;
    font-size: 10px;
    font-size: 1rem;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    margin-bottom: 5px
  }
}

.intro-box2 dd .links span {
  display: block;
  float: left
}

table {
  width: 100%
}

table.table-comparison {
  margin-top: 60px;
  font-size: 18px;
  font-size: 1.8rem;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media screen and (max-width:768px) {
  table.table-comparison {
    margin-top: 20px;
    border-bottom: 1px solid #ccc;
    font-size: 13px;
    font-size: 1.3rem
  }
  table.table-comparison colgroup {
	  display: block;
  }
}

table.table-comparison tr:nth-child(1) th {
  font-weight: 400;
  position: relative;
  color: white;
  border: 1px solid #fff;
  border-right: 1px solid #fff;
  background: #999
}

@media screen and (min-width:0\0) {
  table.table-comparison tr:nth-child(1) th:before {
    content: "";
    width: 1px;
    position: absolute;
    top: 0;
    left: -1px;
    bottom: 0;
    background: #ccc
  }
  table.table-comparison tr:nth-child(1) th:nth-child(1):before {
    display: none
  }
}

table.table-comparison tr:nth-child(1) th:nth-child(1) {
  border: 0;
  background: 0
}

table.table-comparison tr:nth-child(1) th:nth-child(1):after {
  display: none
}

table.table-comparison tr:nth-child(1) th:last-child {
  border-right: 1px solid #ccc
}

table.table-comparison tr:nth-child(1) th:after {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  height: 13px;
  content: '';
  background: url("../img/bg_th2.png") no-repeat;
  background-size: 100%
}

table.table-comparison tr:nth-child(1) th.th-red {
  background: #ea323b
}

table.table-comparison tr:nth-child(1) th.th-red:after {
  background: url("../img/bg_th.png") no-repeat;
  background-size: 100%
}

@media screen and (max-width:768px) {
  table.table-comparison tr:nth-child(1) {
    display: none
  }
}

table.table-comparison tr:nth-child(even) {
  background: #f3f3f3
}

@media screen and (max-width:768px) {
  table.table-comparison tr:nth-child(even) {
    background: 0
  }
}

table.table-comparison tr th {
  font-weight: bold;
  text-align: center
}

@media screen and (max-width:768px) {
  table.table-comparison tr th {
    background: #f3f3f3
  }
}

table.table-comparison tr th, table.table-comparison tr td {
  padding: 21px 5px;
  border: 1px solid #ccc
}

@media screen and (max-width:768px) {
  table.table-comparison tr th, table.table-comparison tr td {
    display: block;
    padding: 13px;
    border-bottom: 0
  }
}

@media screen and (max-width:768px) {
  table.table-comparison tr td {
    position: relative;
    padding: 10px;
    padding-left: 50%
  }
  table.table-comparison tr td img {
    max-width: 25px
  }
  table.table-comparison tr td:before {
    line-height: 45px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    content: '';
    color: white;
    background: #999;
    font-size: 13px;
    font-size: 1.3rem
  }
  table.table-comparison tr td:nth-child(2):before {
    content: 'vibit CMS Neo';
    background: #ea323b
  }
  table.table-comparison tr td:nth-child(3):before {
    content: 'CMS製品A'
  }
  table.table-comparison tr td:nth-child(4):before {
    content: 'CMS製品B'
  }
  table.table-comparison tr td:nth-child(5):before {
    content: 'WordPress'
  }
}

table.table-plan {
  margin-bottom: 20px
}

@media screen and (max-width:768px) {
  table.table-plan {
    border-bottom: 1px solid #ccc
  }
}

table.table-plan tr td {
  font-weight: bold;
  padding: 25px 10px;
  background: white
}

table.table-plan tr th {
  padding: 18px 10px;
  background: #f3f3f3
}

table.table-plan tr th, table.table-plan tr td {
  text-align: center;
  border: 1px solid #ccc
}

@media screen and (max-width:768px) {
  table.table-plan tr th, table.table-plan tr td {
    display: block;
    padding: 12px 10px;
    border-bottom: 0
  }
}

.table-box {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 20px;
  border-top: 1px solid #ccc
}

@media screen and (max-width:768px) {
  .table-box {
    border-bottom: 0
  }
}

.table-box .tr {
  width: 16.66%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #ccc
}

@media screen and (max-width:768px) {
  .table-box .tr {
    width: 100%;
    float: left;
    border-right: 1px solid #ccc
  }
}

.table-box .tr:last-child {
  border-right: 1px solid #ccc
}

.table-box .tr .td {
  font-weight: bold;
  padding: 25px 10px;
  background: white;
  border-bottom: 1px solid #ccc
}

.table-box .tr .th {
  padding: 18px 10px;
  background: #f3f3f3;
  border-bottom: 1px solid #ccc
}

.table-box .tr .th, .table-box .tr .td {
  display: table;
  width: 100%;
  text-align: center
}

@media screen and (max-width:768px) {
  .table-box .tr .th, .table-box .tr .td {
    display: block
  }
}

.table-box .tr .th p, .table-box .tr .td p {
  display: table-cell;
  vertical-align: middle;
  text-align: center
}

@media screen and (max-width:768px) {
  .table-box .tr .th p, .table-box .tr .td p {
    display: block
  }
}

@media screen and (max-width:768px) {
  .table-box .tr .th, .table-box .tr .td {
    display: block;
    padding: 12px 10px
  }
}

.slider-item {
  max-width: 1360px;
  margin: 70px auto 0
}

@media screen and (max-width:768px) {
  .slider-item {
    margin-top: 25px
  }
}

.slider-item .item {
  /*overflow: hidden;
  padding: 0 15px;
  outline: 0;*/
  outline: 0;
    position: relative;
    overflow: hidden;
    margin: 0 15px;
    background-color: #fff;
    border: 1px solid #ddd;
}

@media screen and (max-width:1100px) {
  .slider-item .item {
    /*padding: 0 10px*/
    margin: 0 15px;
  }
}

@media screen and (max-width:768px) {
  .slider-item .item {
    display: block
  }
}

.slider-item .item .img {
  float: left;
  width: 50%
}

@media screen and (max-width:768px) {
  .slider-item .item .img {
    width: 100%
  }
}

.slider-item .item .img img {
  width: 100%
}

.slider-item .item .txt {
  position: relative;
  float: right;
  width: 50%;
  padding-left: 60px;
  background: #f6f6f6;
  font-size: 18px;
  font-size: 1.8rem
}

@media screen and (max-width:1150px) {
  .slider-item .item .txt {
    padding-left: 30px
  }
}

@media screen and (max-width:768px) {
  .slider-item .item .txt {
    display: block;
    width: 100%;
    padding-bottom: 20px;
    padding-left: 0;
    text-align: center;
    font-size: 13px;
    font-size: 1.3rem
  }
  .slider-item .item .txt .ttl {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 17px
  }
  .slider-item .item .txt .ttl:before {
    right: 0;
    margin: auto
  }
}

.slider-item .item .txt .oder-box {
  display: inline-block;
  width: auto;
  margin: 40px 0 20px;
  padding: 11px 12px;
  background: white;
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  border: 1px solid #ccc
}

@media screen and (max-width:1150px) {
  .slider-item .item .txt .oder-box {
    margin: 25px 0 10px
  }
}

@media screen and (max-width:768px) {
  .slider-item .item .txt .oder-box {
    font-size: 10px;
    margin: 30px 0 10px;
    padding: 6px 10px
  }
}

.slider-item .item .txt .oder-box span:after {
  display: none
}

.slider-item .item .txt .ttl, .slider-item .item .txt p {
  display: block;
  width: 100%
}

@media screen and (max-width:768px) {
  .slider-item .item .txt .ttl, .slider-item .item .txt p {
    line-height: 1.8
  }
}

.slider-item .item .txt .ttl {
  position: relative
}

@media screen and (max-width:1150px) {
  .slider-item .item .txt .ttl {
    font-size: 23px;
    font-size: 2.3rem
  }
}

@media screen and (max-width:768px) {
  .slider-item .item .txt .ttl {
    font-size: 16px;
    font-size: 1.6rem
  }
}

.slider-item .item .txt .ttl:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 1px;
  content: '';
  background: #ea323b
}

@media screen and (max-width:768px) {
  .slider-item .item .txt .ttl:after {
    right: 0;
    bottom: -10px;
    margin: auto
  }
}

.slider-item .item .list-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media screen and (min-width:769px) {
  .slider-item .item .list-center {
    width: calc(100% - 120px)
  }
}

@media screen and (max-width:768px) {
  .slider-item .item .list-center {
    position: static;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}

.slider-item .list-detail {
  padding-bottom: 0
}

.slider-item .list-detail .play {
  margin-top: 30px;
  text-align: right
}

@media screen and (max-width:768px) {
  .slider-item .list-detail .play {
    margin-top: 10px;
    text-align: center
  }
}

.slider-item .list-detail .play a {
  color: #ea323b
}

.slider-item .slick-next, .slider-item .slick-prev {
  position: absolute;
  z-index: 1;
  width: 20px;
  height: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media screen and (max-width:768px) {
  .slider-item .slick-next, .slider-item .slick-prev {
    width: 40px;
    height: 40px
  }
}

.slider-item .slick-next:before, .slider-item .slick-prev:before {
  display: none
}

.slider-item .slick-next {
  right: 57px;
  background: url("../img/ico_arow_right.png") no-repeat
}

@media screen and (max-width:1024px) {
  .slider-item .slick-next {
    right: 30px
  }
}

@media screen and (max-width:768px) {
  .slider-item .slick-next {
    right: 0;
    background: #999 url("../img/arow_btn_white.png") no-repeat center center
  }
}

.slider-item .slick-prev {
  left: 57px;
  background: url("../img/ico_arow_left.png") no-repeat
}

@media screen and (max-width:1024px) {
  .slider-item .slick-prev {
    left: 30px
  }
}

@media screen and (max-width:768px) {
  .slider-item .slick-prev {
    left: 0;
    background: #999 url("../img/arow_left_btn.png") no-repeat center center
  }
}

.ttl-plan {
  line-height: 1;
  display: block;
  margin: 60px 0;
  font-size: 18px;
  font-size: 1.8rem
}

@media screen and (max-width:768px) {
  .ttl-plan {
    margin: 20px 0
  }
}

.tab-plan {
  margin-bottom: 20px
}

.tab-plan .item {
  font-weight: bold;
  position: relative;
  float: left;
  padding: 16px 15px;
  cursor: pointer;
  color: #999;
  border-right: 1px solid white;
  background: #e6e6e6;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-backface-visibility: hidden;
  font-size: 18px;
  font-size: 1.8rem
}

@media screen and (max-width:768px) {
  .tab-plan .item {
    padding: 11px 3px;
    font-size: 12px;
    font-size: 1.2rem
  }
}

.tab-plan .item:last-child {
  border-right: 0
}

.tab-plan .item.active {
  color: white;
  background: #ea323b
}

.tab-plan .item.active:after {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  content: '';
  border-top: solid 11px #ea323b;
  border-right: solid 11px transparent;
  border-left: solid 11px transparent
}

.tab-plan.col-3 .item {
  width: 33.333%
}

.tab-content {
  display: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-backface-visibility: hidden
}

.tab-content.active {
  display: block
}

.tab-content.active .sp+p {
  margin-bottom: 20px
}

.links-btn {
  margin-top: 60px
}

@media screen and (max-width:768px) {
  .links-btn {
    margin-top: 0
  }
}

.links-btn span a {
  margin: 0 20px;
  padding: 31px 5px !important
}

.links-btn span+span {
  margin-top: 20px
}

@media screen and (max-width:768px) {
  .links-btn span a {
    font-size: 15px !important;
    margin: 0;
    padding: 16.5px 5px !important
  }
}

.section.pt0 {
  padding-top: 0
}

.plan-plus {
  margin: 80px 0 60px
}

@media screen and (max-width:768px) {
  .plan-plus {
    margin: 40px 0 0
  }
}

.plan-plus .item {
  position: relative;
  float: left;
  padding: 40px 20px 25px 20px;
  border-radius: 7px;
  background: white;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.18);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.18)
}

.plan-plus .item .ttl-plus {
  line-height: 1;
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  display: block;
  width: 140px;
  margin: auto;
  padding: 11px 0;
  text-align: center;
  color: white;
  background: #ea323b;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold
}

@media screen and (max-width:768px) {
  .plan-plus .item .ttl-plus {
    top: -12px;
    width: 110px;
    padding: 6px;
    font-size: 13px;
    font-size: 1.3rem
  }
}

.plan-plus .item:after {
  position: absolute;
  right: -31px;
  width: 25px;
  height: 25px;
  content: '';
  background: url("../img/ico_plus_red.png") no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media screen and (max-width:1024px) {
  .plan-plus .item:after {
    right: -28px
  }
}

@media screen and (max-width:950px) {
  .plan-plus .item:after {
    right: -26px
  }
}

@media screen and (max-width:768px) {
  .plan-plus .item:after {
    right: 0;
    left: 0;
    margin: auto;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    top: calc(100%+8px)
  }
}

.plan-plus.col-3 .item {
  width: 31.2%;
  margin-right: 3.1%
}

@media screen and (max-width:768px) {
  .plan-plus.col-3 .item {
    width: 100%;
    margin-bottom: 50px;
    padding: 25px 12px 17px 12px
  }
}

@media screen and (min-width:769px) {
  .plan-plus.col-3 .item:nth-child(3n) {
    margin-right: 0;
    margin-bottom: 20px
  }
  .plan-plus.col-3 .item:nth-child(3n):after {
    display: none
  }
}

.show-plus {
  margin-bottom: 60px
}

@media screen and (max-width:768px) {
  .show-plus {
    margin-bottom: 10px
  }
}

.show-plus .item {
  float: left;
  border: 1px solid #ccc;
  background: white
}

.show-plus .item .img img {
  width: 100%
}

.show-plus .item .txt {
  line-height: 1.8;
  padding: 15px
}

.show-plus .item .txt strong {
  display: block;
  margin-top: 5px;
  font-size: 20px;
  font-size: 2rem
}

@media screen and (max-width:768px) {
  .show-plus .item .txt strong {
    font-size: 18px;
    font-size: 1.8rem
  }
}

.show-plus.col-3 .item {
  width: 31.5%;
  margin-right: 2.75%
}

@media screen and (max-width:768px) {
  .show-plus.col-3 .item {
    width: 100%;
    margin-bottom: 20px
  }
}

.show-plus.col-3 .item:nth-child(3n) {
  margin-right: 0
}

.news-item a {
  color: #333
}

.news-item .col {
  line-height: 1.8;
  float: left
}

.news-item .col .img img {
  width: 100%
}

.news-item .col .date {
  line-height: 1;
  position: relative;
  display: block;
  margin-bottom: 15px;
  padding: 10px 0
}

.news-item .col .date:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 1px;
  content: '';
  background: #ea323b
}

#back-to-top {
  line-height: 80px;
  position: fixed;
  z-index: 9;
  right: 0;
  bottom: 0;
  visibility: hidden;
  width: 80px;
  height: 80px;
  text-align: center;
  opacity: 0;
  background: #999;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-backface-visibility: hidden
}

@media screen and (max-width:768px) {
  #back-to-top {
    line-height: 50px;
    width: 50px;
    height: 50px
  }
  #back-to-top.remove-fixed {
    position: absolute;
    top: 0;
    right: 0
  }
}

#back-to-top.is-display {
  visibility: visible;
  opacity: 1
}

@media(min-width:769px) {
  #back-to-top:hover {
    background: #ea323b
  }
}





#back-to-top2 {
  position: fixed;
  z-index: 9;
  right: 100px;
  bottom: 0;
  visibility: hidden;
  text-align: center;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-backface-visibility: hidden
}


#back-to-top2 img {
height:80px;
width:285;
}


@media screen and (max-width:768px) {
  #back-to-top2 {
	bottom: 0;
	right: 60px;/*スマホX軸*/
    width:179px;
    height: 50px
  }
	#back-to-top2 img {
	height:50px;
	width:180;
	}
  #back-to-top2.remove-fixed {
    position: absolute;
    top: 0;
	right: 60px;/*スマホX軸*/
  }
}

#back-to-top2.is-display {
  visibility: visible;
  opacity: 1
}

@media(min-width:769px) {
  #back-to-top2:hover {
    background: white;

  }
  #back-to-top2 img:hover {
      opacity: 0.9;
  }
}

/* === 2022.07 add contact side bar === */
#footerBtn {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-backface-visibility: hidden;
}
#footerBtn.is-display {
	visibility: visible;
	opacity: 1;
}
#back-to-top {
	visibility: inherit;
	opacity: 1;
}
#back-to-top2 {
	visibility: inherit;
	opacity: 1;
	bottom: 90px;
	right: 0;
	z-index: 9999;
	border-radius: 8px 0 0 8px;
	width: 40px;
	height: 185px;
	background-color: transparent;
}
#back-to-top2 a {
	display: block;
	border-radius: 8px 0 0 8px;
	padding: 35px 6px 15px 6px;
	width: 100%;
	height: auto;
	background-color: #ea323b;
	background-image: url("../img/ico_contact.png");
	background-repeat: no-repeat;
	background-position: 50% 12px;
	background-size: 22px;
	text-align: center;
	line-height: 1.15;
	font-size: 1.2em;
	font-weight: bold;
	color: #ffffff;
}
#back-to-top2:hover {
	background: none;
}
#back-to-top2 a:hover {
	opacity: 1;
	border: none;
	background-color: #d22d35;
}
#back-to-top2 img {
}
#back-to-top2 img:hover {
	opacity: inherit;
}

@media(max-width:768px) {
	#footerBtn.is-display {
		visibility: visible;
		opacity: 1;
	}
	.is-display #back-to-top {
		visibility: inherit;
		opacity: 1;
	}
	.is-display #back-to-top2 {
		visibility: inherit;
		opacity: 1;
	}
	#back-to-top2 {
		right: auto;
		bottom: 0;
		left: 0;
		z-index: 9999;
		border-radius: 0;
		width: calc(100% - 55px);
		height: 50px;
		background-color: transparent;
	}
	#back-to-top2 a {
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 0;
		padding: 0;
		width: 100%;
		height: 100%;
		background-image: none;
	}
	#back-to-top2 a span {
		display: block;
		padding-left: 28px;
		background-image: url("../img/ico_contact.png");
		background-size: 22px;
		background-repeat: no-repeat;
		background-position: 0 center;
		line-height: 1.0;
		letter-spacing: 1px;
		font-size: 1.2em;
	}
	#back-to-top2 a:hover {
	}
	#back-to-top2 a img {
		display: none;
	}
	#footer .top-footer {
		padding-top: 70px;
	}
	
	#back-to-top.remove-fixed {
		top: 5px;
	}
	#back-to-top2.remove-fixed {
		top: 5px;
	}
}
/* === // 2022.07 add contact side bar === */













@media screen and (max-width:768px) {
  .ttl small {
    font-size: 10px !important
  }
}

section.top-header {
  margin-top: -1px
}

@media screen and (max-width:768px) {
  .table-scroll {
    overflow: auto
  }
  .table-scroll::-webkit-scrollbar {
    height: 5px
  }
  .table-scroll::-webkit-scrollbar-track {
    background: #f1f1f1
  }
  .table-scroll::-webkit-scrollbar-thumb {
    background: #bcbcbc
  }
}

.ggmap {
  position: relative;
  padding-bottom: 370px;
  padding-top: 30px;
  height: 0;
  overflow: hidden
}

.ggmap iframe, .ggmap object, .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px
}

.intro-box1 {
  overflow: hidden
}

@media screen and (max-width:768px) {
  .intro-box1 {
    margin-bottom: 20px
  }
}

.intro-box1 .ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding: 0 0 5px
}

@media screen and (max-width:768px) {
  .intro-box1 .ttl {
    font-size: 15px;
    font-size: 1.5rem
  }
}

.intro-box1 dl {
  overflow: hidden
}

.intro-box1 dl dt {
  width: 41%;
  float: left
}

@media screen and (max-width:768px) {
  .intro-box1 dl dt {
    width: 100%;
    float: none;
    margin: 0 auto 15px;
    display: block;
    text-align: center
  }
}

.intro-box1 dl dt img {
  margin-bottom: 0;
  padding-right: 20px;
  width: 100%
}

.intro-box1 dl dd {
  overflow: hidden
}

@media screen and (max-width:768px) {
  .intro-box1 dl dd {
    padding: 0
  }
}

.intro-box1 dl dd .ttl {
  margin-bottom: 10px
}

.intro-box1 dl dd .more-btn a {
  line-height: 30px;
  height: 30px
}

.intro-box1 p {
  margin-bottom: 0
}

.intro-box1 .strong {
  font-weight: bold
}

.intro-box1 .more-btn {
  float: right
}

@media screen and (max-width:768px) {
  .intro-box1 .more-btn {
    float: none;
    padding-top: 15px
  }
}

.intro-box2 {
  overflow: hidden
}

@media screen and (max-width:768px) {
  .intro-box2 {
    margin-bottom: 20px
  }
}

.intro-box2 dl {
  overflow: hidden;
  padding: 60px 0;
  border-bottom: 1px solid #ccc
}

.intro-box2 dl:first-of-type {
  padding-top: 20px
}

.intro-box2 dl:last-of-type {
  border-bottom: 0
}

@media screen and (max-width:768px) {
  .intro-box2 dl {
    padding: 20px 0
  }
}

.intro-box2 dl dt {
  float: left
}

@media screen and (min-width:769px) {
  .intro-box2 dl dt {
    max-width: 50%
  }
  .intro-box2 dl dt img {
    max-width: calc(100% - 40px)
  }
}

.intro-box2 dl dt img {
  margin-right: 40px
}

@media screen and (max-width:768px) {
  .intro-box2 dl dt {
    float: none;
    margin: 0 0 20px;
    text-align: center
  }
  .intro-box2 dl dt img {
    margin-right: 0
  }
}

.intro-box2 dl dt img {
  margin-bottom: 0
}

.intro-box2 dl.rightbox dt {
  float: right;
  margin-right: 0;
  margin-left: 20px
}

@media screen and (max-width:768px) {
  .intro-box2 dl.rightbox dt {
    float: none;
    margin-left: 0
  }
}

.intro-box2 dl dd {
  overflow: hidden
}

.intro-box2 .more-btn {
  float: right
}

.intro-box2.intro-box2_noborder dl {
  border-bottom: 0;
  padding: 0
}

@media screen and (max-width:768px) {
  .intro-box2 .more-btn {
    float: none
  }
}

dl.privacy dt {
  border-bottom: 1px solid #CCC;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-size: 1.2em
}

dl.privacy dd {
  margin-bottom: 40px
}

.sitemap ol {
  list-style: none
}

.sitemap ol ol {
  padding-left: 1em;
  margin-bottom: 15px
}

.sitemap>ol>li>a {
  display: inline-block;
  margin-bottom: 15px
}

.sitemap>ol>li>ol>li {
  margin-bottom: 25px
}

.sitemap ol li::before {
  content: none
}

.sitemap li a {
  position: relative;
  color: #333;
  padding-left: 1em
}

.sitemap li a::before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: -2px;
  color: #ea323b
}

.table-style3 table {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd
}

.table-style3 table {
  border-top: 1px solid #ddd
}

.table-style3 table:last-of-type {
  border-bottom: 1px solid #ddd
}

.table-style3 .table-style3midashi {
  background: #eee;
  text-align: center
}

.table-style3 td.table-style3midashi span {
  margin-left: -120px
}

.table-style3 td.table-style3midashi:last-of-type {
  border-left: 1px solid #ddd
}

.table-style3 th {
  width: 23%;
  background: #f3f3f3;
  padding-left: 2%
}

.table-style3 td:first-of-type {
  padding: 10px;
  width: 65%;
  padding-left: 2%;
  padding-right: 2%;
  border-right: 1px solid #ddd
}

.table-style3 td:last-of-type {
  width: 6%;
  text-align: center
}

table.table-comparison tr:nth-child(1) th.th-red01 {
  background: #e95a61;
}

table.table-comparison tr:nth-child(1) th.th-red01:after {
  background: url("../img/bg_th_3box01.png") no-repeat;
  background-size: 100%
}

table.table-comparison tr:nth-child(1) th.th-red02 {
  background: #e9434b;
}

table.table-comparison tr:nth-child(1) th.th-red02:after {
  background: url("../img/bg_th_3box02.png") no-repeat;
  background-size: 100%
}

table.table-comparison tr:nth-child(1) th.th-red03 {
  background: #ea323b;
}

table.table-comparison tr:nth-child(1) th.th-red03:after {
  background: url("../img/bg_th_3box03.png") no-repeat;
  background-size: 100%
}

table.table-comparison.neoPlan tr:nth-child(1) th.th-red01:after {
  border-top: 15px solid #e95a61;
  border-left: 135px solid transparent;
  border-right: 130px solid transparent;
}
table.table-comparison.neoPlan tr:nth-child(1) th.th-red02:after {
  border-top: 15px solid #e9434b;
  border-left: 135px solid transparent;
  border-right: 130px solid transparent;
}
table.table-comparison.neoPlan tr:nth-child(1) th.th-red03:after {
  border-top: 15px solid #ea323b;
  border-left: 135px solid transparent;
  border-right: 130px solid transparent;
}
table.table-comparison.CustomParts-9-2.neoPlan tr:nth-child(1) th.th-red01:after {
  border-top: 15px solid #e95a61;
  border-left: 90px solid transparent;
  border-right: 90px solid transparent;
}
table.table-comparison.CustomParts-9-2.neoPlan tr:nth-child(1) th.th-red02:after {
  border-top: 15px solid #e9434b;
  border-left: 90px solid transparent;
  border-right: 90px solid transparent;
}
table.table-comparison.CustomParts-9-2.neoPlan tr:nth-child(1) th.th-red03:after {
  border-top: 15px solid #ea323b;
  border-left: 90px solid transparent;
  border-right: 90px solid transparent;
}
.zireiwrap .ttl.ttl-md {
  font-size: 26px;
  font-size: 2.6rem
}
@media screen and (max-width:768px) {
  .zireiwrap .ttl.ttl-md {
    font-size: 26px;
    font-size: 1.8rem
  }
}
.zireiwrap .zireitags {
  text-align: right;
  margin-bottom: 20px;
}

.zireiwrap .zireitags > li {
  list-style: none;
  display: inline-block;
  margin-left: 10px;
  border: 1px solid #A0A0A0;
  border-radius: 4px;
  padding: 2px 18px;
  font-size: 0.8em;
  color: #333
}

.zireiwrap .article-box .img-left {
  width: 35%
}

.zireiwrap .article-box .txt {
  line-height: 1.7;
  float: left;
  width: 65%;
  margin-bottom: 20px;
}
.zireilist.zireiwrap .article-box .txt {
    font-size: 1.2em;
}

ol.tag {
  margin-top: 40px;
}

.zireiwrap .category > li {
  border-bottom: 2px solid #ddd;
  margin-bottom: 40px;
}

.zireiwrap .article-box h3 {
  font-size: 1.3em;
  font-weight: bold;
    margin-bottom: 10px;
}

.zireiwrap .article-box ul.tags {
  margin-top: 20px;
}

.zireiwrap .article-box ul.tags li {
  display: inline-block;
  border: 1px solid #A0A0A0;
  border-radius: 4px;
  padding: 2px 18px;
  font-size: 0.8em;
  margin-top: 10px;
    color: #333
}

.filter li.is-active {
  color: red;
}

.category li {
  display: none;
}

.category li.category-show {
  display: block;
}

@media(max-width:768px) {
  .zireiwrap .zireitags {
    text-align: left;
  }
  .zireiwrap .zireitags > li {
    padding: 2px 18px;
    font-size: 0.8em;
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .zireiwrap .article-box .img-left {
    width: 80%;
    margin-bottom: 15px
  }
  .zireiwrap .article-box .txt {
    line-height: 1.7;
    float: none;
    width: 100%
  }
}

.zireiwrap .play a {
  margin-top: 15px
}

.accordionbox {
  border: 1px solid #dfdfdf
}
.accordionlist dt {
  display: block;
  background: #f6f6f6;
  padding: 15px 0 15px 5px;
  border-top: 1px solid #dfdfdf;
  cursor: pointer
}
.accordionlist dt:first-child {
  border-top: none !important
}
.accordionlist dt .title {
  padding-left: 10px;
  float: left;
  width: calc(100% - 40px)
}
.accordionlist dd {
  display: none;
  background: #fff;
  padding: 20px 0 20px 15px
}
.accordion_icon, .accordion_icon span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box
}
.accordion_icon {
  position: relative;
  width: 30px;
  height: 30px;
  float: right;
  margin-right: 5px
}
.accordion_icon span {
  position: absolute;
  left: 6px;
  width: 50%;
  height: 2px;
  background-color: #ea323b;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px
}
.accordion_icon span:nth-of-type(1) {
  top: 12px;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0)
}
.accordion_icon span:nth-of-type(2) {
  top: 12px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg)
}
.accordion_icon.active span:nth-of-type(1) {
  display: none
}
.accordion_icon.active span:nth-of-type(2) {
  top: 12px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg)
}
.question_mark {
  background: #ea323b;
  padding: 5px 10px;
  color: #FFF;
  margin-right: 15px
}
@media screen and (max-width:768px) {
  .question_mark {
    padding: 2px 5px;
    margin-right: 10px
  }
}
.partner_parts th, .partner_parts td {
  width: 50%
}
@media screen and (max-width:480px) {
  .partner_parts th, .partner_parts td {
    width: 100%;
    display: block;
    text-align: center
  }
}

/* ------------------------------------------------------------------
# 20230712 add DXページ用
------------------------------------------------------------------ */
@media (width < 768px) {
  .row .col-6-2 {
    float: left;
    inline-size: calc(100% / 2 - 10px);
    margin-inline-end: 20px;
  }

  .row .col-6-2:nth-child(2n) {
    margin-inline-end: 0;
  }

  #vcbody-wrapper .row div:nth-child(2n) .col-6-2 {
    inline-size: calc(100% / 2 -10px);
    margin-inline-end: 20px;
  }

  #vcbody-wrapper .row div:nth-child(2n) .col-6-2 {
    margin-inline-end: 0;
  }
}

@media (width > 768px) {
  .row .col-6-2 {
    float: left;
    inline-size: calc(100% / 2 - 15px);
    margin-inline-end: 30px;
  }

  .row .col-6-2:nth-child(2n) {
    margin-inline-end: 0;
  }

  .row .col-6-2 img {
    inline-size: 100%;
  }

  #vcbody-wrapper .row div:nth-child(2n) .col-6-2 {
    inline-size: calc(100% / 2 -15px);
    margin-inline-end: 30px;
  }

  #vcbody-wrapper .row div:nth-child(2n) .col-6-2 {
    margin-inline-end: 0;
  }
}

/*****************************************
2024.05.10 リファイン 追記
*****************************************/
.videowrapper {
  background-color: #ea323b;
}
#top-news {
  background-color: #ea323b;
  color: #fff;
  padding: 0 0 10px;
}
#top-news dl dd a {
  color: #fff;
}
@media screen and (max-width:768px) {
  #top-news {
    padding: 0 0 15px;
  }
}
#top-news dl {
  display: flex;
  flex-wrap: wrap;
}
#top-news dl dt {
  width: 145px;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 1.3em;
  border-right: 1px solid #fff;
}
#top-news dl dd {
  width: calc(100% - 145px - 25px);
  padding-left: 25px;
  display: flex;
  align-items: center;
}
@media screen and (max-width:768px) {
  #top-news dl dt,
  #top-news dl dd {
    width: 100%;
    border-right: none;
  }
#top-news dl dd {
    padding-left: 0px;
}
}
h2.vc-ttl-1000 {
  text-align: center;
  font-size: 4rem;
  margin-top: 50px;
  margin-bottom: 30px;
}
@media screen and (max-width:768px) {
h2.vc-ttl-1000 {
  font-size: 2.5rem;
  margin-top: 50px;
  margin-bottom: 30px;
}
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
    to {
    transform: translateX(-100%);
  }
}
.scroll-infinity {
  margin-bottom: 40px;
}
@media screen and (max-width:768px) {
  .scroll-infinity {
    margin-bottom: 20px;
  }
 }
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 35s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: 270px;
  margin-right: 10px;
}
.scroll-infinity__item>img {
  width: 100%;
}
.reason-box {
  float: left;
  width: calc(50% - 18px);
  margin-right: 36px;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 36px;
}
.reason-box:nth-child(2n) {
  margin-right: 0;
}
.reason-box-text {
  float: left;
  width: 60%;
}
.reason-box h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 25px;
}
.reason-box-img {
  float: right;
  width: 40%;
  align-items: center;
}
@media screen and (max-width:768px) {
  .reason-box {
    display: flex;
    flex-direction: column;
  }
  .reason-box,
  .reason-box-text,
  .reason-box-img {
    width: 100%;
  }
  .reason-box-img {
    margin-bottom: 20px;
    text-align: center;
    order: 1;
  }
  .reason-box-text {
    order: 2;
  }
  .reason-box-img img {
    width: 60%;
  }
}
.reason-box-link {
  margin-top: 9px;
}
.reason-box-link span:first-child {
  margin-right: 18px;
}
.reason-box-link span:nth-child(2n) {
  margin-left: 18px;
}
@media screen and (max-width:768px) {
  .reason-box-link span:nth-child(2n) {
    margin-left: 0;
  }
}
#VcArea-MainColum .container h2.vc-select-ttl {
  padding-top: 70px;
}
.row .col-6_ver-reason.vc-select-02 {
  border-top: none;
  border-bottom: none;
}
table.table-plan.vc-table-plan tr th {
  background-color: #fff;
}
.vc-slider-item {
  max-width: 100%;
}
.vc-slider-item .item .img p {
  background-color: #fff;
  padding: 10px 20px;
}
.vc-slider-item .item a {
  display: inline;
  position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 10px 20px 0;
    padding-top: 75%;
}
@media screen and (max-width:768px) {
  .vc-slider-item .item a {
      padding-top: 73%;
  }
}
.vc-slider-item .item .img p.jirei-slide-p-01 {
  display: block;
}
.vc-slider-item .item .img p.jirei-slide-p-02 {
  display: block;
  margin-top: 20%;
}
@media screen and (max-width:768px) {
  .vc-slider-item .item .img p.jirei-slide-p-02 {
    margin-top: 5%;
}
}
.vc-slider-item .item .img p:nth-child(4n) {
  font-size: 0.8em;
}
.vc-slider-item .item .img {
  float: none;
  width: 100%;
}
.vc-slider-item .item .txt {
  position: unset;
  float: none;
  width: 282px;
  padding-left: 0;
  background: #fff;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .vc-slider-item .item {
      margin-bottom: 20px;
  }
}
dl.vc-bottom-news {
  display: flex;
  flex-wrap: wrap;
}
dl.vc-bottom-news dt {
  width: 15%;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-align: center;
}
dl.vc-bottom-news dd {
  width: 85%;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
dl.vc-bottom-news dd a {
  color: #333;
}
@media screen and (max-width: 768px) {
  dl.vc-bottom-news dt,
  dl.vc-bottom-news dd {
      width: 100%;
  }
  dl.vc-bottom-news dt {
    border-bottom: none;
    margin-bottom: 10px;
    padding-bottom: 0;
    text-align: left;
  }
}
.bg-red .links-btn span:nth-child(2n) {
  position: relative;
  top: 13px;
}
.bg-red .links-btn span:nth-child(2n) a {
  margin: 0 20px;
  padding: 10px 5px !important;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  .bg-red .links-btn span {
    width: 90%;
    margin-right: 0;
  }
  .bg-red .links-btn {
    margin-bottom: 20px;
  }
}
.css01 a {
  color: #333;
}
.keyword,
.spanTag {
  background-color: #f3f3f3;
  padding: 2px 5px;
  margin: 2px;
  color: #333;
  border-radius: 3px;
  display: inline-block;
}
.zireitag{
    /*background: #f3f3f3;*/
    border-radius: 2px;
    color: #666;
    margin-bottom: 15px;
    display: inline-block;
    font-size: 0.8em;
    float: right;
}
.zireilisttag{
    float: none
}
.zireilist h3 a {
  color: #333;
}
.filter li:hover{
    cursor: pointer;
}