@charset "UTF-8";

::-moz-selection {
  background: #00b2ab;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #00b2ab;
  color: #fff;
  text-shadow: none;
}

/* ヘッダー下メニューカスタム */
.mod-subMenu_subNav_item__child {
  background: #F2F9FB;
}
.mod-subMenu_subNav_item__child ul{
display: flex;
flex-wrap: wrap;
}
.mod-subMenu_subNav_item__child ul li a{
position:relative;
text-indent: -.75em;
}
.mod-subMenu_subNav_item__child ul li a::before{
content:"";
display: inline-block;
width:.25em;
height:.25em;
background: #000;
border-radius:50%;
margin: .25em .5em .25em 0;
}
@media print, screen and (min-width: 768px) {
  .mod-subMenu_subNav.is-large{
    min-width:500px;
  }
  .mod-subMenu_subNav.is-medium{
    min-width:320px;
  }
  .mod-subMenu_subNav_item__child {
    border-top: 1px solid #eaeced;
  }
.mod-subMenu_subNav_item__child ul:not(.is-single) li{
   width:calc(100% / 3);
  }
  .mod-subMenu_subNav_item__child ul li a {
    font-size: 13px;
    padding: 12px 20px 12px 30px;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .mod-subMenu_subNav_item__child ul li{
   width:calc(100% / 2);
  }
  .mod-subMenu_subNav_item__child ul li a{
    padding: 1.6vw 1.6vw 1.6vw 5.3333333333vw;
  }
  .mod-subMenu_subNav_item__child ul li a {
    font-size: 12px;
    font-size: 3.2vw;
    display: block;
  }
}

.menu {
  width: 100%;
  background-color: #fff;
  position: fixed;
  z-index: 40;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  top: 0;
}

.menu_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
}

@media print, screen and (min-width: 768px) {
  .menu_inner {
    width: 100%;
    min-width: 1000px;
    margin: auto;
    padding: 0 20px;
    height: 74px;
  }
}
@media only screen and (max-width: 767px) {
  .menu_inner {
    width: 100%;
    height: 12vw;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .menu_ttl {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
}
.menu_ttl > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .menu_ttl > a {
    height: 100%;
    position: relative;
    padding: 0 5.3333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  .menu_mainTtl {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .menu_mainTtl {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
  .menu_mainTtl img {
    width: auto;
    max-width: none;
    height: 10vw;
  }
}
@media print, screen and (min-width: 768px) {
  .menu_nav {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .menu_nav {
    position: absolute;
    width: 100%;
    bottom: 100%;
    top: auto;
    left: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-color: #fff;
    z-index: 3;
  }
}
@media print, screen and (min-width: 768px) {
  .menu_nav_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media print, screen and (min-width: 768px) {
  .menu_nav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .menu_nav_list {
    padding: 2.6666666667vw 2.6666666667vw 0;
  }
}
.menu_nav_item {
  position: relative;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .menu_nav_item {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .menu_nav_item {
    font-size: 14px;
    font-size: 3.7333333333vw;
    padding: 2.1333333333vw 0;
  }
}

@media print, screen and (min-width: 768px) {
  .menu_nav_item + .menu_nav_item {
    margin-left: 25px;
  }
}
.menu_nav_item [data-trigger=dropdown] {
  position: relative;
  cursor: default;
}

@media print, screen and (min-width: 768px) {
  .menu_nav_item [data-trigger=dropdown] {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .menu_nav_item [data-trigger=dropdown] {
    padding-right: 5.3333333333vw;
  }
}
.menu_nav_item [data-trigger=dropdown]::after {
  content: "";
  position: absolute;
  display: block;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  right: 0;
}

@media print, screen and (min-width: 768px) {
  .menu_nav_item [data-trigger=dropdown]::after {
    top: calc(50% - 2px);
    width: 8px;
    height: 8px;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}
@media only screen and (max-width: 767px) {
  .menu_nav_item [data-trigger=dropdown]::after {
    top: calc(50% - 0.53333vw);
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-top: 0.5333333333vw solid #999;
    border-right: 0.5333333333vw solid #999;
  }
}
.menu_nav_item [data-trigger=dropdown]:hover::after {
  border-color: #00b2ab;
}

@media only screen and (max-width: 767px) {
  .menu_nav_item [data-trigger=dropdown].active::after {
    top: calc(50% + 0.53333vw);
    border-color: #00b2ab;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
  }
}
@media print, screen and (min-width: 768px) {
  .menu_nav_item:hover .menu_subNav {
    -webkit-transform: translate(-15px, 0);
    transform: translate(-15px, 0);
    -webkit-transition: opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    opacity: 1;
    visibility: visible;
  }
}
@media print, screen and (min-width: 768px) {
  .menu_nav_item.border {
    border-left: 1px solid #e0e0e0;
    padding-left: 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .menu_nav_item.border .menu_subNav {
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }
}
@media print, screen and (min-width: 768px) {
  .menu_nav_item.border:hover .menu_subNav {
    -webkit-transform: translate(10px, 0);
    transform: translate(10px, 0);
  }
}
@media only screen and (max-width: 767px) {
  .menu_close {
    cursor: pointer;
    position: absolute;
    bottom: -13.3333333333vw;
    right: 3.3333333333vw;
    width: 11vw;
    height: 11vw;
  }
  .menu_close::before, .menu_close::after {
    content: "";
    display: block;
    position: absolute;
    width: 0.5333333333vw;
    height: 10.6666666667vw;
    top: 50%;
    left: 50%;
    background-color: #fff;
    pointer-events: none;
    z-index: 5;
  }
  .menu_close::before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  .menu_close::after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
}
@media only screen and (max-width: 767px) {
  .menu_scroll {
    overflow-y: scroll;
    max-height: 80vh;
  }
}
@media print, screen and (min-width: 768px) {
  .menu_scroll_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .menu_scroll_inner {
    padding: 0 4vw 8vw;
  }
}
@media print, screen and (min-width: 768px) {
  .menu_btn {
    margin-left: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .menu_btn {
    margin-top: 8vw;
  }
}
.menu_btn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .menu_btn_list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.menu_btn_item a {
  display: inline-block;
  text-align: center;
  border-width: 2px;
  border-style: solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  line-height: 1.3;
}

@media print, screen and (min-width: 768px) {
  .menu_btn_item a {
    font-size: 14px;
    padding: 6px 20px 7px;
    border-radius: 18px;
    min-width: 120px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
}
@media only screen and (max-width: 767px) {
  .menu_btn_item a {
    font-size: 14px;
    font-size: 3.7333333333vw;
    padding: 1.8666666667vw 5.3333333333vw 1.6vw;
    border-radius: 4.8vw;
    min-width: 41.0666666667vw;
  }
}
.menu_btn_item.trial a {
  color: #333;
  border-color: #d1d1d1;
  background-color: #fff;
}

.menu_btn_item.trial a:hover {
  background-color: #333;
  border-color: #333;
  color: #fff;
}

.menu_btn_item.buy a {
  border-color: #00b2ab;
  background-color: #00b2ab;
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  .menu_btn_item.buy a {
    padding: 6px 35px 7px;
  }
}
@media only screen and (max-width: 767px) {
  .menu_btn_item.buy a {
    padding: 1.8666666667vw 8vw 1.6vw;
  }
}
.menu_btn_item.buy a:hover {
  background-color: #fff;
  color: #00b2ab;
}

.menu_btn_item.buy a:hover .arrow_diagonal::after {
  background-image: url(/img/2022/icon_arrow_diagonal.svg);
  opacity: 1;
}

.menu_btn_item.buy .arrow_diagonal {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media print, screen and (min-width: 768px) {
  .menu_btn_item.buy .arrow_diagonal {
    right: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .menu_btn_item.buy .arrow_diagonal {
    right: 5.3333333333vw;
  }
}
.menu_btn_item.buy .arrow_diagonal::after {
  background-image: url(/img/2022/icon_arrow_diagonal_w.svg);
  opacity: 0.6;
}

@media print, screen and (min-width: 768px) {
  .menu_btn_item + .menu_btn_item {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .menu_btn_item + .menu_btn_item {
    margin-left: 4vw;
  }
}
@media print, screen and (min-width: 768px) {
  .menu_subNav {
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    padding-top: 25px;
    -webkit-transform: translate(-15px, 10px);
    transform: translate(-15px, 10px);
    opacity: 0;
    visibility: hidden;
    min-width: 240px;
    -webkit-transition: opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), right 0s linear 0.4s, -webkit-transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), right 0s linear 0.4s, -webkit-transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), right 0s linear 0.4s;
    transition: opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), right 0s linear 0.4s, -webkit-transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-box-shadow: -5px 0 20px -20px rgba(4, 0, 0, 0.1), 0 5px 20px -20px rgba(4, 0, 0, 0.1), 5px 0 20px -20px rgba(4, 0, 0, 0.1);
    box-shadow: -5px 0 20px -20px rgba(4, 0, 0, 0.1), 0 5px 20px -20px rgba(4, 0, 0, 0.1), 5px 0 20px -20px rgba(4, 0, 0, 0.1);
    background-color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .menu_subNav {
    display: none;
    margin-top: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  .menu_subNav_list {
    -webkit-box-shadow: 0 12px 20px 0 rgba(4, 0, 0, 0.1);
    box-shadow: 0 12px 20px 0 rgba(4, 0, 0, 0.1);
  }
}
@media only screen and (max-width: 767px) {
  .menu_subNav_list {
    padding-left: 4vw;
  }
}
@media print, screen and (min-width: 768px) {
  .menu_subNav_item {
    border-top: 1px solid #eaeced;
  }
}
@media only screen and (max-width: 767px) {
  .menu_subNav_item {
    padding: 1.6vw 0;
  }
}
@media print, screen and (min-width: 768px) {
  .menu_subNav_item > a {
    font-size: 14px;
    padding: 12px 20px;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .menu_subNav_item > a {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  .menu.scroll {
    -webkit-transform: translateY(-110px);
    transform: translateY(-110px);
    -webkit-box-shadow: 0 5px 20px 0 rgba(4, 0, 0, 0.1);
    box-shadow: 0 5px 20px 0 rgba(4, 0, 0, 0.1);
  }
}
@media only screen and (max-width: 767px) {
  .menu.scroll {
    -webkit-transform: translateY(calc(-100% - 2.4vw));
    transform: translateY(calc(-100% - 2.4vw));
  }
}
.sp_menu_bg,
.sp_menu_bg_add {
  display: none;
  z-index: -50;
}

.menu_toggle{
  padding: 0!important;
  margin: 0!important;
  display: inline!important;
}
.menu_toggle::before{
  content: none!important;
}
@media only screen and (max-width: 767px) {
  .menu_toggle::after {
    content: "";
    position: absolute;
    display: block;
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
    right: 8vw;
    top: calc(50% - 0.53333vw);
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-top: 0.5333333333vw solid #999;
    border-right: 0.5333333333vw solid #999;
  }
}
.menu_input {
  display: none;
}
.menu_input:checked ~ .sp_menu_bg,
.menu_input:checked ~ .sp_menu_bg_add {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: fixed;
  top: 0px;
  left: 0px;
  opacity: 0.5;
}
.menu_input:checked ~ .menu_nav {
  bottom: auto;
  top: 12vw;
}
.menu_input:checked ~ .menu_toggle::after {
  top: calc(50% + 0.53333vw);
  border-color: #00b2ab;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

@media print, screen and (min-width: 768px) {
  main {
    padding-top: 75px;
    min-width: 1000px;
  }
}
@media only screen and (max-width: 767px) {
  main {
    padding-top: 12vw;
    font-size: 4vw;
  }
}

/*------------------------------------------------------------------------------

  justdb style

------------------------------------------------------------------------------*/
.justdb{
  color: #153346;
  text-align: justify;
}

.justdb .products_ttl > h2{
  line-height: 1.6;
}

.mod-subMenu_mainTtl img {
  width: auto;
  height: 40px;
}
@media only screen and (max-width: 767px) {
  .mod-subMenu_mainTtl img {
      height: 36px;
      height: auto;
      width: 30%;
  }
}

@media print, screen and (min-width: 768px){
  .products_mainvisual {
    position: relative;
    background: url(/jp/products/justdb/data/pc_mv_justdb.png) 50% 50% no-repeat ;
    background-size: auto 100%;
    width: 100%;
    height: 600px;
  }
  .products_mainvisual_img figure {
    position: absolute;
    bottom: -88px;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 0);
    max-width: 1280px;
    height: calc(100% + 50px);
    text-align: right;
  }
  .products_mainvisual_img figure img {
    max-width: none;
    width: auto;
    height: 100%;
  }
  .products_mainvisual_inner{
    position: static;
  }
}
@media only screen and (min-width: 1500px){
  .products_mainvisual {
    height: 700px;
  }
  .products_mainvisual_img figure {
    bottom: -100px;
    max-width: 1500px;
    height: 100%;
  }
}

@media print, screen and (min-width: 768px){
  .products_mainvisual_content {
    transform: translate(-50%, -40%);
  }
}
@media only screen and (max-width: 767px){
  .products_mainvisual_content{
    padding: 5.3333333333vw 5.3333333333vw 12vw;
  }
}

.justdb .products_mainvisual_content-inner{
  display: inline-block;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .justdb .products_mainvisual_content-inner::before{
    content: "";
    display: block;
    width: 200%;
    height: 200%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle at center, rgba(255,255,255,1) 20%, rgba(255,255,255,.8) 40%, rgba(255,255,255,0) 70%);
    z-index: -1;
  }
}

@media print, screen and (min-width: 768px) {
  .products_mainvisual_txt{
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px){
  .products_mainvisual_txt{
    font-size: 21px;
    font-size: 5.3333333333vw;
  }
}

@media print, screen and (min-width: 768px) {
  .products_mainvisual_content .mod-btn__wrapper{
    justify-content: center;
  }
  .products_mainvisual_content .mod-btn__wrapper+.mod-btn__wrapper{
    margin-top: 20px;
  }
  .products_mainvisual_content .mod-btn__wrapper .mod-btn,
  .products_mainvisual_content .mod-btn__wrapper .mod-btn>*{
    width: 100%;
  }
}
@media only screen and (max-width: 767px){
  .products_mainvisual_content .mod-btn__wrapper{
    padding: 0 5.3333333333vw;
  }
  .products_mainvisual_content .mod-btn__wrapper .mod-btn,
  .products_mainvisual_content .mod-btn__wrapper .mod-btn>*{
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .mod-imgTxt {
    margin-top: 10.6666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  .mod-imgTxt--img + .mod-imgTxt--txt {
    margin-left: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-imgTxt--img + .mod-imgTxt--txt {
    margin-top: 13.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-mod-col-2 .l-mod-col_item + .l-mod-col_item {
    margin-top: 13.3333333333vw;
  }
}

/* color setting
------------------------------------------------------------------------------*/
.justdb .mod-btn__wrapper .mod-btn:not(.disabled)>*.color-t {
  color: #fff;
  border-color: #00b2ab;
  background-color: #00b2ab;
}
.justdb .mod-btn__wrapper .mod-btn:not(.disabled)>*.color-t:hover {
  color: #00b2ab;
  background-color: #fff;
}
.justdb .mod-btn__wrapper .mod-btn:not(.disabled)>* {
  color: #00b2ab;
  background-color: #fff;
  border-color: #00b2ab;
}
.justdb .mod-btn__wrapper .mod-btn:not(.disabled)>*:hover {
  color: #fff;
  background-color: #00b2ab;
}

.justdb:not(.story_content_inner) .products_mainvisual_notice,
.justdb:not(.story_content_inner) .products_merit_content {
  background-color: #00b2ab;
}
@media only screen and (max-width: 767px) {
  .justdb:not(.story_content_inner) .products_mainvisual_content {
    /* background-color: #00b2ab; */
  }
}
.justdb:not(.story_content_inner) .products_feature_content_inner::before {
  color: #00b2ab;
}
.justdb:not(.story_content_inner) .mod-subMenu .mod-subMenu_btn_item.buy a {
  background-color: #00b2ab;
  border-color: #00b2ab;
}
.justdb:not(.story_content_inner) .mod-subMenu .mod-subMenu_btn_item.buy a:hover {
  background-color: #fff;
  color: #00b2ab;
}
.justdb:not(.story_content_inner) .mod-subMenu_nav_item .link_hover:hover {
  color: #00b2ab !important;
}
.justdb:not(.story_content_inner) .mod-subMenu_nav_item [data-trigger="dropdown"]:hover::after {
  border-color: #00b2ab;
}
.justdb:not(.story_content_inner) .products_mainvisual .products_mainvisual_content .mod-btn__wrapper .mod-btn > a:not(.color-t) {
  color: #fff;
  border-color: #00b2ab;
  background-color: #00b2ab;
}
.justdb:not(.story_content_inner) .products_mainvisual .products_mainvisual_content .mod-btn__wrapper .mod-btn > a:not(.color-t):hover {
  color: #00b2ab;
  background-color: #fff;
}
.justdb:not(.story_content_inner) .products_mainvisual .products_mainvisual_content .mod-btn__wrapper .mod-btn > a.color-t {
  color: #00b2ab;
  border-color: #00b2ab;
  background-color: #fff;
}
.justdb:not(.story_content_inner) .products_mainvisual .products_mainvisual_content .mod-btn__wrapper .mod-btn > a.color-t:hover {
  color: #fff;
  background-color: #00b2ab;
}
.justdb:not(.story_content_inner) .products_wrapper .mod-btn__wrapper .mod-btn:not(.disabled)>* {
  color: #00b2ab;
  background-color: #fff;
  border-color: #00b2ab;
}
.justdb:not(.story_content_inner) .products_wrapper .mod-btn__wrapper .mod-btn:not(.disabled)>*:hover {
  color: #fff;
  background-color: #00b2ab;
}
.justdb:not(.story_content_inner) .products_wrapper .mod-btn__wrapper .mod-btn:not(.disabled)>*.color-t {
  color: #fff;
  /* border-color: #fff; */
  background-color: #00b2ab;
}
.justdb:not(.story_content_inner) .products_wrapper .mod-btn__wrapper .mod-btn:not(.disabled)>*.color-t:hover {
  color: #00b2ab;
  background-color: #fff;
}
.justdb:not(.story_content_inner) .products_detail .products_detail_shop {
  background-color: #00b2ab;
}
.justdb:not(.story_content_inner) .products_detail .products_detail_info .mod-btn__wrapper .mod-btn * {
  border-color: #00b2ab;
  color: #00b2ab;
}
.justdb:not(.story_content_inner) .products_detail .products_detail_info .mod-btn__wrapper .mod-btn *:hover {
  background-color: #00b2ab;
  color: #fff;
}
.justdb:not(.story_content_inner) .arrow_hover .border_underLine::before {
  background-color: #00b2ab;
}
.justdb:not(.story_content_inner) .arrow_hover .border_underLine::after {
  background-color: #00b2ab;
}
.justdb:not(.story_content_inner) .mod-anchor .mod-anchor-item a:hover::before {
  border-color: #00b2ab;
}
.justdb:not(.story_content_inner) .mod-anchor .mod-anchor-item .link_hover:hover {
  color: #00b2ab !important;
}
.justdb:not(.story_content_inner) .mod-h2::before {
  background-color: #00b2ab;
}
.justdb:not(.story_content_inner) .mod-h2 .number {
  color: #00b2ab;
}
.justdb:not(.story_content_inner) .product_pullDown_inner::after {
  border-color: #00b2ab;
}
.justdb:not(.story_content_inner) .justdb_activities_list > li .item_ttl .num {
  color: #00b2ab;
}
.justdb:not(.story_content_inner) .product_label_item.current > * {
  background-color: #00b2ab;
}
.justdb:not(.story_content_inner) .product_label_item:hover > * {
  color: #00b2ab;
}
.justdb:not(.story_content_inner) .mod-tab-item.current {
  color: #00b2ab;
  border-color: #00b2ab;
}
.justdb:not(.story_content_inner) .mod-tab-item:hover {
  color: #00b2ab;
}

.justdb:not(.story_content_inner) .icon_arrow::after {
  background-image: url(/jp/products/justdb/data/icon_arrow_justdb.svg);
}
.justdb:not(.story_content_inner) .mod-btn__wrapper .mod-btn:not(.disabled)>* .icon_arrow:not(.icon_dl)::after {
  background-image: url(/shared/img/icon/icon_arrow_w.svg);
}
.justdb:not(.story_content_inner) .mod-btn__wrapper .mod-btn:not(.disabled)>*:hover .icon_arrow:not(.icon_dl)::after {
  background-image: url(/jp/products/justdb/data/icon_arrow_justdb.svg);
}
.justdb:not(.story_content_inner) .mod-btn__wrapper .mod-btn:not(.disabled)>a:not(.color-t) .icon_arrow:not(.icon_dl)::after {
  background-image: url(/jp/products/justdb/data/icon_arrow_justdb.svg);
}
.justdb:not(.story_content_inner) .mod-btn__wrapper .mod-btn:not(.disabled)>a:not(.color-t):hover .icon_arrow:not(.icon_dl)::after {
  background-image: url(/shared/img/icon/icon_arrow_w.svg);
}

.justdb:not(.story_content_inner) .icon_arrow.icon_dl::after{
  background-image: url(/jp/products/justdb/data/icon_dl.svg);
}
.justdb:not(.story_content_inner) .products_wrapper .mod-btn__wrapper .mod-btn:not(.disabled)>* .icon_arrow.icon_dl::after {
  background-image: url(/jp/products/justdb/data/icon_dl_w.svg);
}
.justdb:not(.story_content_inner) .products_wrapper .mod-btn__wrapper .mod-btn:not(.disabled)>*:hover .icon_arrow.icon_dl::after {
  background-image: url(/jp/products/justdb/data/icon_dl.svg);
}
.justdb:not(.story_content_inner) .products_wrapper .mod-btn__wrapper .mod-btn:not(.disabled) > a:not(.color-t) .icon_arrow.icon_dl::after {
  background-image: url(/jp/products/justdb/data/icon_dl.svg);
}
.justdb:not(.story_content_inner) .products_wrapper .mod-btn__wrapper .mod-btn:not(.disabled) > a:not(.color-t):hover .icon_arrow.icon_dl::after {
  background-image: url(/jp/products/justdb/data/icon_dl_w.svg);
}

.justdb:not(.story_content_inner) .products_wrapper .mod-btn__wrapper .mod-btn:not(.disabled)>* .icon_contact::before {
  background-image: url(/jp/products/justdb/data/icon_contact_w.svg)!important;
}
.justdb:not(.story_content_inner) .products_wrapper .mod-btn__wrapper .mod-btn:not(.disabled)>*:hover .icon_contact::before {
  background-image: url(/jp/products/justdb/data/icon_contact.svg)!important;
}
.justdb:not(.story_content_inner) .products_wrapper .mod-btn__wrapper .mod-btn:not(.disabled) > a:not(.color-t) .icon_contact::before {
  background-image: url(/jp/products/justdb/data/icon_contact.svg)!important;
}
.justdb:not(.story_content_inner) .products_wrapper .mod-btn__wrapper .mod-btn:not(.disabled) > a:not(.color-t):hover .icon_contact::before {
  background-image: url(/jp/products/justdb/data/icon_contact_w.svg)!important;
}

.justdb:not(.story_content_inner) .mod-btn__wrapper .mod-btn.box-shadow>* {
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.3);
}
.justdb:not(.story_content_inner) .mod-btn__wrapper .mod-btn.box-shadow>*:hover {
}
.justdb:not(.story_content_inner) .mod-btn__wrapper .mod-btn.rounded>* {
  border-radius: 5px!important;
}
.justdb:not(.story_content_inner) .mod-btn__wrapper .mod-btn.large>* {
  width: 450px;
  padding-top: 20px;
  padding-bottom: 19px;
}
@media only screen and (max-width: 767px) {
  .justdb:not(.story_content_inner) .mod-btn__wrapper .mod-btn.large>* {
    width: 100%;
    padding: 5.3333333333vw 8vw;
  }
}

@media print, screen and (min-width: 768px) {
  .justdb-h3 {
    font-size: 23px;
    margin: 0 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .justdb-h3 {
    font-size: 20px;
    font-size: 5.3333333333vw;
    margin: 0 0 4vw;
  }
}
.justdb:not(.story_content_inner) .products_wrapper .mod-h4:before {
  background-color: #00b2ab;
}

/* justdb_about
------------------------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  .justdb_about{
    padding-top: 90px;
  }
}
.justdb_about-init{
  max-width: 700px;
  margin-right:auto;
  margin-left:auto;
}
@media print, screen and (min-width: 768px) {
  .justdb_about-init .mod-txt > p{
      text-align: center;
      line-height: 2.4;
  }
}
@media only screen and (max-width: 767px){
  .l-mod-col_img[data-mh=about_mod-col_img]{
    width: 70%;
    margin: 0 auto;
  }
}

/* justdb_feature
------------------------------------------------------------------------------*/
.justdb_feature-head{
  background: #00b2ab;
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .justdb_feature-head{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
  }
}
.justdb_feature-head__ttl{
  color: #fff;
  align-self: center;
}
@media only screen and (max-width: 767px) {
  .justdb_feature-head__ttl{
    color: #fff;
    font-size: 22px;
    font-size: 5.8666666667vw;
    padding: 5.3333333333vw;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .justdb_feature-head__ttl>span{
    display: inline-block;
    text-align: center;
    width: 40%;
    max-width: calc(500px);
  }
}
.justdb_feature-head__img img{
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .justdb_feature-head__img{
    width: 60%;
    max-width: calc(100% - 600px);
    min-height: 400px;
    background: url(/jp/products/justdb/data/img_dekirukoto_top.png) right top no-repeat #000;
    background-size: auto 100%;
  }
  .justdb_feature-head__ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1280px;
    padding: 0 90px;
    text-align: right;
    font-size: 34px;
  }
}
@media only screen and (min-width: 1500px){
  .justdb_feature-head__img{
    width: 55%;
  }
}

.justdb_feature_wrapper{
  counter-reset: justdb_advantage_number;
  overflow-x: hidden;
}
.justdb_feature-head--num .justdb_feature-head__ttl>span::before{
  content: counter(justdb_advantage_number, decimal-leading-zero);
  counter-increment: justdb_advantage_number;
  display: block;
  margin: 0 auto 30px;
  border-bottom: 1px solid;
  font-family: Archivo-Bold, Arial;
  font-size: 50px;
  width: 1.25em;
  white-space: nowrap;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .justdb_feature-head--num .justdb_feature-head__ttl>span::before{
    font-size: 32px;
    font-size: 8.5333333333vw;
    margin-bottom: 4vw;
  }
}
@media print, screen and (min-width: 768px) {
  .justdb_feature-head--even{
    flex-direction: row-reverse;
  }
  .justdb_feature-head--even .justdb_feature-head__img{
    background-position: left top;
  }
  .justdb_feature-head--even .justdb_feature-head__ttl{
    text-align: left;
  }
}

.justdb_feature {
  counter-reset: number;
}
@media print, screen and (min-width: 768px) {
  .justdb_feature_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .justdb:not(.story_content_inner) .products_wrapper .justdb_feature_inner{
    top: -30px;
  }
}
@media print, screen and (min-width: 768px) {
  .justdb_feature_inner > * {
    width: 50%;
  }
  .justdb_feature_inner > *.large{
    width: 60%;
  }
  .justdb_feature_inner > *.large2{
    width: 70%;
  }
}
@media print, screen and (min-width: 768px) {
  .justdb_feature_inner + .justdb_feature_inner {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .justdb_feature_inner + .justdb_feature_inner {
    margin-top: 16vw;
  }
}
@media print, screen and (min-width: 768px) {
  .justdb_feature_inner:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media print, screen and (min-width: 768px) {
  .justdb_feature_inner .mod-img {
    margin-top: 0;
  }
  .justdb_feature_inner .mod-img__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media print, screen and (min-width: 768px) {
  .justdb_feature_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.justdb_feature_content_inner {
  position: relative;
  z-index: 0;
}
@media print, screen and (min-width: 768px) {
  .justdb_feature_content_inner {
    padding: 120px 100px 100px;
    min-height: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .justdb_feature_content_inner {
    padding: 9.3333333333vw 5.3333333333vw;
    margin: 0 -5.3333333333vw 0 -5.3333333333vw;
    overflow: hidden;
  }
}
.justdb_feature_content_inner--num::before {
  position: relative;
  display: inline-block;
  counter-increment: number;
  font-family: Archivo-Bold, Arial;
  color: #153346;
  z-index: 1;
  content: "";
  width: 1em;
  height: 1em;
  background-size: contain;
  background-position: 50% 50%;
}
.justdb_feature_inner:nth-child(1) .justdb_feature_content_inner--num::before{
  background-image: url(/jp/products/justdb/data/img_no01.png);
}
.justdb_feature_inner:nth-child(2) .justdb_feature_content_inner--num::before{
  background-image: url(/jp/products/justdb/data/img_no02.png);
}
.justdb_feature_inner:nth-child(3) .justdb_feature_content_inner--num::before{
  background-image: url(/jp/products/justdb/data/img_no03.png);
}
.justdb_feature_inner:nth-child(4) .justdb_feature_content_inner--num::before{
  background-image: url(/jp/products/justdb/data/img_no04.png);
}
.justdb_feature_inner:nth-child(5) .justdb_feature_content_inner--num::before{
  background-image: url(/jp/products/justdb/data/img_no05.png);
}
@media print, screen and (min-width: 768px) {
  .justdb_feature_content_inner--num::before {
    font-size: 90px;
    margin-bottom: 30px;
    position: absolute;
    top: 20px;
  }
  .justdb_feature_inner:nth-child(1n) .justdb_feature_content_inner--num::before{
    left: -8%;
  }
  .justdb_feature_inner:nth-child(2n) .justdb_feature_content_inner--num::before{
    left: auto;
    right: -8%;
  }
}
@media only screen and (max-width: 767px) {
  .justdb_feature_content_inner--num::before {
    font-size: 32px;
    font-size: 8.5333333333vw;
    margin-bottom: 4vw;

    display: block;
    width: 1.5em;
    height: 1.5em;
    margin-right: auto;
    margin-left: auto;
  }
}
.justdb_feature_content_inner::after {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  min-width: 1200px;
  height: 100%;
  background-color: #fff;
  top: 0;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
  z-index: -1;
}
.justdb_feature_inner:nth-child(2n) .justdb_feature_content_inner::after {
  right: auto;
}
@media only screen and (max-width: 767px) {
  .justdb_feature_inner:nth-child(2n) .justdb_feature_content_inner::after {
    left: 63%;
  }
}
@media print, screen and (min-width: 768px) {
  .justdb_feature_inner:nth-child(odd) .justdb_feature_content_inner::after{
    left: 0;
  }
  .justdb_feature_inner:nth-child(even) .justdb_feature_content_inner::after{
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .justdb_feature_inner:nth-child(odd) .justdb_feature_content_inner::after{
    left: 0
  }
  .justdb_feature_inner:nth-child(even) .justdb_feature_content_inner::after{
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .justdb_feature_content + .justdb_feature_figure {
    margin-top: 6.6666666667vw;
  }
}
.justdb_feature_ttl {
  position: relative;
  z-index: 1;
  color: #00b2ab;
}
@media print, screen and (min-width: 768px) {
  .justdb_feature_ttl {
    font-size: 23px;
  }
}
@media only screen and (max-width: 767px) {
  .justdb_feature_ttl {
    font-size: 20px;
    font-size: 5.3333333333vw;
    text-align: center;
  }
}
.justdb_feature_txt {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .justdb_feature_txt {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .justdb_feature_txt {
    margin-top: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  .justdb_feature_img {
    max-width: 560px;
    height: 100%;
  }
}
.justdb_feature_img img {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .justdb_feature_figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* justdb_activities
------------------------------------------------------------------------------*/
.justdb_activities {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .justdb_activities {
    margin-top: 10.6666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  .justdb_activities_inner {
    /* width: 980px; */
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .justdb_activities_inner {
    /* padding: 0 5.3333333333vw; */
  }
}
.justdb_activities_list {
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  flex-wrap: wrap;
}
.justdb_activities_list > li{
  background-color: #fff;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .justdb_activities_list > li {
    width: calc((100%/5));
    padding: 40px 20px;
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    /* min-height: 297px; */
  }
  .justdb_activities_list > li:nth-child(5n) {
    border-right: 1px solid #e0e0e0;
  }
}
@media only screen and (max-width: 767px) {
  .justdb_activities_list > li {
    width: calc((100%/2));
    padding: 8vw 6.6666666667vw;
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
  }
  .justdb_activities_list > li:nth-child(2n) {
    border-right: 1px solid #e0e0e0;
  }
}
.justdb_activities_list > li .item_ttl {
  font-size: 16px;
  color: #222;
  text-align: center;
  margin-top: 10px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .justdb_activities_list > li .item_ttl {
    font-size: 14px;
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.justdb_activities_list > li .item_img img{
  max-width: 100%;
}
@media print, screen and (min-width: 768px) {
  .justdb_activities_list > li .item_img img{
    height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .justdb_activities_list > li .item_img img{
    height: 9.3333333333vw;
  }
}


/* justdb_spec
------------------------------------------------------------------------------*/
.justdb:not(.story_content_inner) .products_wrapper .mod-table04 > table tr {
  border-top: none;
  border-bottom: 1px solid #d6d7d8;
}
@media only screen and (max-width: 767px) {
  .justdb:not(.story_content_inner) .products_wrapper .mod-table04 > table td {
    width: auto;
  }
}
.justdb_spec{
  background: #f4f6f7;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.3);
}
.justdb_spec summary{
  list-style: none;
  position: relative;
  padding: 30px 0;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  .justdb_spec summary{
    font-size: 34px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  .justdb_spec summary:hover{
    opacity: .6;
  }
}
@media only screen and (max-width: 767px) {
  .justdb_spec summary{
    font-size: 22px;
    font-size: 5.86667vw;
    padding: 4vw 0;
  }
}
.justdb_spec summary::-webkit-details-marker {
  display:none;
}
.justdb_spec summary::after{
  content: "";
  display: block;
  width: .5em;
  height: .5em;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: 1em;
}
@media print, screen and (min-width: 768px) {
  .justdb_spec summary::after{
    right: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .justdb_spec summary::after{
    right: 5.3333333333vw;
  }
}
.justdb_spec:not([open]) summary::after{
  border-right: 1px solid;
  border-bottom: 1px solid;
}
.justdb_spec[open] summary::after{
  border-left: 1px solid;
  border-top: 1px solid;
}
@media print, screen and (min-width: 768px) {
  .justdb_spec_content{
    padding: 0 60px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .justdb_spec_content{
    padding: 0 5.3333333333vw 5.3333333333vw;
  }
}



/*
  Mainvisual
------------------------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  .products_mainContent_mainvisual_txt.sup {
    -webkit-transform: translate(-50%, calc(-50% - 10px));
    transform: translate(-50%, calc(-50% - 10px));
  }
}
.products_mainContent_mainvisual_txt.sup .description{
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  .products_mainContent_mainvisual_txt.sup .description{
    margin-top: 20px;
    font-size: 23px;
  }
}

@media only screen and (max-width: 767px) {
  .products_mainContent_mainvisual_txt.sup .description{
    margin-top: 5.3333333333vw;
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
/*
  各sectionタグ
------------------------------------------------------------------------------*/
.mod-sec__inside{
  background: #fff;
}
@media print, screen and (min-width: 768px) {
  .mod-sec__inside {
    margin-bottom: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-sec__inside {
    margin-bottom: 21.3333333333vw;
  }
}
.mod-sec__inside.sup{
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .mod-sec__inside.sup {
    margin-top: -110px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-sec__inside.sup {
    margin-top: -13.3333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  .mod-sec__inside.padding {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-sec__inside.padding {
    padding: 5.3333333333vw;
  }
}
.mod-sec__inside.border{
  border: 1px solid #dedede;
}

.support-anchor-list{
  display: flex;
}
.support-anchor-item{
  width: calc(100% / 3);
}
.support-anchor-item a{
  padding: 20px 0;
  text-align: center;
  display: block;
}
@media only screen and (max-width: 767px) {
  .support-anchor-item a{
    padding: 5.3333333333vw 0;
  }
}
.support-anchor-item a::after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: .5em auto 0;
  border-top: .75em solid;
  border-right: .5em solid transparent;
  border-left: .5em solid transparent;
}
.support-anchor-list--border .support-anchor-item+.support-anchor-item{
  border-left: 1px solid #dedede;
}
.support-anchor-list--flow .support-anchor-item+.support-anchor-item::before,
.support-anchor-list--flow .support-anchor-item+.support-anchor-item::after{
  content: "";
  display: block;
  width: 20px;
  height: calc(50%);
  position: absolute;
  border-left: 1px solid #dedede;
}
.support-anchor-list--flow .support-anchor-item+.support-anchor-item::before{
  top: 0;
  transform-origin: left bottom;
  transform: skewX(20deg);
}
.support-anchor-list--flow .support-anchor-item+.support-anchor-item::after{
  bottom: 0;
  transform-origin: left top;
  transform: skewX(-20deg);
}
.support-anchor-item a span{
  display: block;
  max-width: 140px;
  width: 40%;
  margin: 0 auto .5em;
}
.support-anchor-item a span img{
  max-width: 100%;
}
.support-anchor-item a small{
  display: block;
  margin-bottom: 1em;
}

.support-aside {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .support-aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .support-aside {
    margin-top: 8vw;
  }
}
.support-aside.table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .support-aside.table .support-aside--img {
    margin-left: 0;
    margin-right: 2.6666666667vw;
  }
}
.support-aside.table .support-aside--txt {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .support-aside.table .support-aside--txt {
    margin-left: 10px;
  }
}
.support-aside__item > *:first-of-type {
  margin-top: 0 !important;
}
@media print, screen and (min-width: 768px) {
  .support-aside--img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .support-aside--img {
    margin: auto;
  }
}
.support-aside--img figure {
  display: table;
}
@media only screen and (max-width: 767px) {
  .support-aside--img figure {
    margin-left: auto;
    margin-right: auto;
  }
}
.support-aside--img figcaption {
  display: table-caption;
  caption-side: bottom;
  line-height: 1.6;
  color: #555;
}
@media print, screen and (min-width: 768px) {
  .support-aside--img figcaption {
    font-size: 13px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .support-aside--img figcaption {
    font-size: 12px;
    font-size: 3.2vw;
    margin-top: 2.6666666667vw;
  }
}
.support-aside--img img {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .support-aside--img img {
    height: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .support-aside--img + .support-aside--txt {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .support-aside--img + .support-aside--txt {
    margin-top: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  .support-aside--txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media print, screen and (min-width: 768px) {
  .support-aside.reverse .support-aside--txt + .support-aside--img {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .support-aside.reverse .support-aside--txt + .support-aside--img {
    margin-top: 5.3333333333vw;
  }
}

@media print, screen and (min-width: 768px) {
  .support-aside-col .l-mod-col_item {
    width: 50%;
  }
}
@media print, screen and (min-width: 768px) {
  .support-aside-col .l-mod-col_item:first-child{
    padding-right: 30px;
  }
  .support-aside-col .l-mod-col_item + .l-mod-col_item {
    margin-left: 0;
    padding-left: 30px;
    border-left: 1px solid #dedede;
  }
}
@media only screen and (max-width: 767px) {
  .support-aside-col .l-mod-col_item + .l-mod-col_item {
    margin-top: 8vw;
    padding-top: 8vw;
    border-top: 1px solid #dedede;
  }
}



.template-anchor{
  display: flex;
  flex-wrap: wrap;
}
.template-anchor{
  padding: 0 15px 10px 15px;
}
.template-anchor-item{
  width: calc((100% / 2) - 10px);
  margin: 0 5px 10px;
}
.template-anchor-item .mod-btn__wrapper{
  height: 100%;
}
.template-anchor-item .mod-btn__wrapper .mod-btn > *{
  padding: 12px 15px 13px 15px;
  display: inline-flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .template-anchor-item .mod-btn__wrapper .mod-btn > *{
    padding: 3.4666666667vw 5.3333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  .template-anchor{
    padding: 0 15px 10px;
  }
  .template-anchor-item{
    width: calc((100% / 4) - 10px);
    margin: 0 5px 10px;
  }
}

.anchor-panel:not(.active){
  display: none;
}

@media print, screen and (min-width: 768px){
  .case_list{
    margin: 0 -25px;
  }
  .case_item {
    width: calc(33.33% - 25px);
  }
  .case_item:nth-child(3n+1) {
      margin-left: 25px;
  }
}
/* .case_ttl{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
} */
@media print, screen and (min-width: 768px){
  .case_ttl{
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .case_ttl{
    margin-bottom: 2.6666666667vw;
  }
}
/* .case_category{
  color: #00b2ab;
  border: 1px solid;
  border-radius: 3em;
  padding: .1em .5em;
}
@media print, screen and (min-width: 768px){
  .case_category>p{
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .case_category>p{
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
} */
@media only screen and (max-width: 767px) {
  .demo_section{
    display: none;
  }
}
