html,
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.7;
  scroll-behavior: smooth;
}
.noscl {
  overflow-x: hidden;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.radius {
  border-radius: 20px;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    display: none;
    opacity: 0;
    z-index: -1;
  }
}
@keyframes bggradient {
  0% {
    background-position: 0% 100%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 100%;
  }
}
header {
  width: 100%;
  position: fixed;
  z-index: 10;
  top: 0;
  padding: 0.3rem;
  background: rgb(255, 255, 255, 0.8);
}
header .container{max-width: 100% !important;}
header .logo {
}
header .logo2 {
  color: #fff;
  font-family: "Wallpoet", cursive;
  font-size: 1.7rem;
  font-weight: bold;
  text-shadow: -1px 2px 3px #e657bd;
  margin: 0;
  padding: 0;
}
header .memberarea{z-index: 10;}
header .memberarea span.material-icons,header .memberarea span.txt{
	color:#FFF;
	display: block;
	text-align: center;
}
header .memberarea span.material-icons{font-size:2.5rem;}
header .memberarea span.txt{
	font-size: .8rem;
	line-height: 1.2;
}
header .memberarea a{text-decoration: none;}
nav {
  font-size: 1.2rem;
  color: #666;
  text-align: right;
  margin-right: 0.5rem;
}
#topbtn {
  position: fixed;
  z-index: 12;
  bottom: 8%;
  right: 2%;
  padding: 0.3rem;
  opacity: 0.9;
}
#linebtn {
  width: 100%;
  position: fixed;
  z-index: 10;
  bottom: 8%;
  left: 0;
  padding: 0.3rem;
}
#linebtn .line {
  display: block;
  background: rgb(255, 255, 255, 0.9);
  color: #26b852;
  font-weight: bold;
  text-align: center;
  font-size: 1.1rem;
  padding: 0.2rem 1.5rem;
  border-radius: 30px;
  text-decoration: none;
}
#menubtn {
  width: 100%;
  position: fixed;
  z-index: 10;
  bottom: 0;
  padding: 0.3rem;
}
#menubtn img {
  margin-right: 0.3rem;
}
.shopping_btn {
  color: #fff;
  font-size: 1.1rem;
  background: #d45353;
  padding: 0.3rem 0.3rem 0.3rem 0;
  border-radius: 30px;
  text-align: center;
  font-weight: bold;
}
.catalog_btn {
  color: #fff;
  font-size: 1.1rem;
  background: #658ee7;
  padding: 0.3rem 0.3rem 0.3rem 0;
  border-radius: 30px;
  text-align: center;
  font-weight: bold;
}
#main::before {
  overflow-x: hidden;
  width: 100%;
  height: 100vh;
  content: "";
  display: block;
  z-index: -2;
  position: fixed;
  background: linear-gradient(
    45deg,
    #fffea8,
    #bd78bd,
    #65e78c
  ); /*グラデーションを定義*/
  background-size: 200% 200%; /*サイズを大きくひきのばす*/
  animation: bggradient 20s ease infinite;
}

#loader {
  width: 100%;
  height: 100vh;
  background-color: #810000;
  position: absolute;
  padding: 1rem;
  /* 環境によって「z-index」追加 */
}
/* 読み込み完了後に「loaded」を付与する */
#loader.loaded {
  animation: fadeOut 3s forwards;
}
.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #aaaaaa;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
#contentwrap{padding: 3rem 0;}
@media screen and (min-width:576px) { #contentwrap{padding: 5rem 0;}}
/*
#main{
    padding: 1rem;
}
*/

#main2::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-image: url("../img/main2.png");
  background-size: cover;
}
#main2 h2.pickup_h2 {
  text-align: center;
  color: #fff;
  font-family: "Wallpoet", cursive;
  font-size: 2.4rem;
  font-weight: bold;
  text-shadow: -1px 2px 3px #e657bd;
  line-height: 1;
}
#main2 h3.pickup_h3 {
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-shadow: -1px 2px 3px #9e5c8b;
  margin-bottom: 1.5rem;
}
#main2 h3.shopping_h3 {
  color: #fff;
  background: #d45353;
  border-radius: 10px;
  padding: 0.5rem 0;
  text-align: center;
}
#main2 h3.catalog_h3 {
  color: #fff;
  background: #658ee7;
  border-radius: 10px;
  padding: 0.5rem 0;
  text-align: center;
}

#main2 h2.product_h2 {
  color: #fff;
  text-shadow: -1px 2px 3px #e657bd;
}
#main2 .h2_sub {
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
#main2 .h2_sub span {
  color: #fff;
  font-size: 1rem;
  background: rgba(218, 55, 55, 0.8);
  padding: 0.2rem 0.5rem 0.3rem;
  border-radius: 10px;
}
#main2 .h2_sub2 {
  text-align: left;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0.3rem;
}
#main2 .h2_sub2 span {
  color: #333;
  font-size: 1rem;
  background: rgba(255, 255, 50, 0.8);
  padding: 0.2rem 0.5rem 0.3rem;
  border-radius: 10px;
}
.catch_top {
  text-align: center;
  font-size: 1.3rem;
  color: #fff;
  font-weight: bold;
}
.catch_bottom {
  margin-top: 2rem;
  text-align: center;
  font-size: 1.3rem;
  color: #fff;
  font-weight: bold;
}

.mt-10 {
  padding-top: 7rem;
}
.mb-6 {
  margin-bottom: 4rem;
}
.mb-7 {
  margin-bottom: 5rem;
}
.mb-10 {
  margin-bottom: 7rem;
}
.mb-20 {
  margin-bottom: 14rem;
}
.vh100 {
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: center;
}
.pickup_box {
  width: 100%;
  background: rgb(255, 255, 255, 0.7);
  border-radius: 10px;
	overflow: hidden;
}
.pickup_box a{display: block;}
.pickup_box a:hover{opacity: 0.7;}
.pickup_box a,.pickup_box a:hover,.pickup_box a:active,.pickup_box a:visited{
	text-decoration: none;
	color: #212529;
}
.pickup_box img {
  border-radius: 10px 10px 0;
  z-index: 0;
}
.pickup_box img,.pickup_box iframe{
	aspect-ratio: 16 / 9;
	display: block;
}
.pickup_box .item_title {
  margin-top: -0.5rem;
  z-index: 1;
}
.pickup_box .item_title h3 {
  display: inline;
  text-align: left;
  border-radius: 10px;
  color: #fff;
  font-size: 1.2rem;
  padding: 0.2rem 1rem 0.3rem 1rem;
  border-radius: 0 10px 10px 0;
}
.pickup_box .item_title h3.item1 {
  background: rgba(218, 55, 55, 0.8);
}
.pickup_box .item_title h3.item2 {
  background: rgba(55, 112, 218, 0.8);
}
.pickup_box .item_title h3.item3 {
  background: rgba(93, 218, 55, 0.8);
}
.pickup_box .item_title h3.item4 {
  background: rgba(218, 55, 156, 0.8);
}
.pickup_box .item_title h3.item5 {
  background: rgba(218, 153, 55, 0.8);
}
.pickup_box .item_title h3.item6 {
  background: rgba(55, 185, 218, 0.8);
}
.pickup_box .item_txt {
  padding: 0.5rem 0.8rem;
  font-size: 1.1rem;
  line-height: 1.3;
  /*height: 5rem;*/
  text-align: center;
	justify-content: center;
}

.rental_wrap{
  padding-bottom: 5rem;
}

.rental_wrap .tit1,.rental_wrap .tit2,.rental_wrap .tit3,.rental_wrap .tit4,.rental_wrap .tit5,.rental_wrap .tit6{
	font-weight: bold;
	color: #FFF;
	border-radius: 5px;
	font-size: 1.2rem;
	display: block;
}
.rental_wrap .tit1{background:#0ca000;}
.rental_wrap .tit2{background:#004f9e;}
.rental_wrap .tit3{background:#88009b;}
.rental_wrap .tit4{background:rgba(218, 55, 55);}
.rental_wrap .tit5{background:rgba(218, 153, 55);}
.rental_wrap .tit6{background:rgba(55, 185, 218);}

.rental_wrap .group.is-show2{
  padding-bottom: 20vh;

}
.rental_wrap .panel{
  display:none;
  position: absolute;
  left: 0;
  width: 100%;
	height: auto;
  /*height:400px;*/
  margin: 15px 0;
  color: #333;
  background: #fff;

}
.rental_wrap .panel-full{
  width: 100%;
  padding: 0;
}

.rental_wrap .rental_wrap .panel .panel-left{
  width: 100%;
  padding: 0;
  display: none;
}
.panel .panel-left h3{
  display: none;
  color: #658ee7;
  padding-bottom: 0;
  border-bottom: 3px solid #658ee7;
  margin-bottom: 0;
  
}
.panel .panel-left p{
  display: none;
  padding: 0;
}
.panel .panel-left .info_btn2 {
  display: none;
  color: #fff;
  background: #658ee7;
  text-decoration: none;
  text-align: center;
  font-size: 1.2rem;
  padding: 0.5rem 2.5rem 0.6rem;
  border-radius: 20px;
  transition: 1s;
}
.panel .panel-left .info_btn2:link,
.panel .panel-left .info_btn2:active,
.panel .panel-left .info_btn2:visited {
  color: #fff;
}
.panel .panel-left .info_btn2:hover{
  background: #4e7cdf;
}


.rental_wrap .panel .panel-right{
  width: 100%;
  padding: 0;
}
.rental_wrap .panel .panel-right ul{
  width: 100%;
  font-size: 0.8rem;
}
.rental_wrap .panel .panel-right li{
  width: 100%;
  border-bottom: 1px dotted #666;
  position: relative;
  display: block;
}
.rental_wrap .panel .panel-right li a{
  display: block;
  color: #658ee7;
  text-decoration: none;
  padding: 0.3rem;
  transition: 1s;
}
.rental_wrap .panel .panel-right li a:link,
.rental_wrap .panel .panel-right li a:visited,
.rental_wrap .panel .panel-right li a:active
{
  color: #658ee7;
}
.rental_wrap .panel .panel-right li a:hover{
  background: #e8eef9;
}
.rental_wrap .panel .panel-right li::after{
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: solid 1px #555;   /* 好みで色を変えてください */  
  border-right: solid 1px #555;   /* 好みで色を変えてください */  
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
}
.panel .close-btn{
	border: none;
    background:rgb(30, 30, 30, 0.8);
    color: #FFF;
    height:45px;
    width:45px;
    font-size: 2.4rem;
    line-height: 1;
    display: flex;
    align-items: center;
    border: none;
    justify-content: center;
    padding: 0;
    position: absolute;
	right: 0;
	top:-45px;
}
.panel .close-btn span{transform: translateY(-5px);}
.panel .close-btn:focus {
  outline: none;
}
.panel .close-btn:focus-visible {
  outline: 2px solid #333;
}

.special_box {
  padding: 4rem 0;
  background: rgb(30, 30, 30, 0.8);
  color: rgb(255, 255, 255, 0.9);
  font-size: 1.1rem;
}
.special_box h2 {
  text-align: center;
  color: #fff;
  font-family: "Wallpoet", cursive;
  font-size: 2.4rem;
  font-weight: bold;
  text-shadow: -1px 2px 3px #9e5c8b;
  line-height: 1;
}
.special_box h3 {
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-shadow: -1px 2px 3px #9e5c8b;
}
.special_box h4 {
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 2rem;
}
.special_box p {
  padding: 0 0.8rem;
}
.special_box .date{
	display: grid;
    grid-template-columns: auto auto;
    justify-content: flex-start;
	gap:0 8px;
}
.special_box .date span{
	display: flex;
	align-items: center;
}
.special_box .date span:nth-child(3){
	grid-row: 1;
    grid-column: 3;
}
.special_box .date span:nth-child(4){
	grid-row: 2;
    grid-column: 2;
}
.special_box .date span:nth-child(5){
	grid-row: 2;
    grid-column: 3;
}
.special_box .date mark{
	background-color: #fff;
    border-radius: 50%;
    font-size: .85rem;
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    padding: 0 .25rem .25rem;
	margin:0 0 0 .25rem;
}
.case_box {
  padding: 2rem 1rem;
  background: rgb(255, 255, 255, 0.7);
  border-radius: 10px;
}
.case_box h3 {
  color: rgba(218, 55, 55, 0.8);
}
.case_box h3.blue {
  color: rgba(53, 175, 235, 0.8);
}
.case_btn {
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  padding: 0.5rem 1.5rem 0.6rem;
  border-radius: 20px;
  background: linear-gradient(-135deg, #92a2f8, #cc3c67);
}
.case_btn.back_red {
  background: rgba(218, 55, 55, 0.8);
}
.case_btn:link,
.case_btn:active,
.case_btn:visited {
  color: #fff;
}

.info_btn {
  color: rgb(163, 29, 85);
  text-decoration: none;
  text-align: center;
  font-size: 0.7rem;
  font-weight: bold;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 20px;
  background: rgb(255, 255, 255, 0.9);
	display: block;
}
.info_btn.back_red {
  background: rgb(255, 255, 255, 0.9);
}
.info_btn:link,
.info_btn:active,
.info_btn:visited {
  color: rgb(163, 29, 85);
}

ul.colusell li {
  padding: 0.5rem;
}
ul.colusell li img {
  width: 240px;
  max-height: 240px;
  border-radius: 10px;
  backface-visibility: hidden;
  margin-bottom: 1rem;
}
ul.colusell li img.one_img {
  margin-top: 4rem;
}
ul.colusell li img.long_img {
  margin-top: 2rem;
}
ul.colusell li img:hover {
  opacity: 0.7;
}

footer {
  position: relative;
  background: rgb(30, 30, 30, 0.9);
  padding: 4rem 0 10rem 0;
  margin-top: 0rem;
}
footer article {
  padding: 7.5rem 0 13.5rem 0;
  font-size: 1.3rem;
  text-align: center;
  color: #fff;
}
footer article .footer_logo {
  font-size: 2.4rem;
  font-weight: bold;
}
footer ul {
  display: flex;
  font-size: 0.9rem;
}
footer ul li {
  margin-right: 1rem;
}
footer ul li a {
  color: #fff;
  text-decoration: none;
}
footer ul li a:link,
footer ul li a:active,
footer ul li a:visited {
  color: #fff;
}
footer .top_btn {
  position: absolute;
  right: 1rem;
  bottom: 8rem;
}

/*
アコーディオンメニューCSS
*/
.ac-parent {
  position: relative; /* 追加 */
  height: 50px;
  border-bottom: 1px solid #fff;
  background-color: #f97148;
  color: #fff;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}

/* ①プラスの横線 */
.ac-parent:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 24px;
  height: 2px;
  background: #fff;
  transform: translateY(-50%);
}

/* ②プラスの縦線 */
.ac-parent:after {
  content: "";
  position: absolute;
  top: 50%;
  /* 8px+12px-1px(幅2pxの半分) */
  right: 19px;
  width: 2px;
  height: 24px;
  background: #fff;
  transform: translateY(-50%);
  transition: 0.3s;
}

/* ③オープン時にopenクラスを付与（縦線を回転させて非表示に） */
.ac-parent.open:after {
  top: 25%;
  opacity: 0;
  transform: rotate(90deg);
}


.acobox {
  display: none;/*はじめは非表示*/
  width: 100vw;
  height: 300px;
  background: #f3f3f3;
  margin:0 3% 3% 3%;
  padding: 3%;
}

/*トップページ PRODUCT*/
.acd-check{
    display: none;
}
.acd-label{
    display: block;
    padding: 0;
	position: relative;
	margin-bottom:0 !important;
}
.acd-label a{
	text-decoration: none;
	color: #212529;
}
.acd-label h4{
	margin:0 !important;
	padding: 0 2rem 0 0 !important;
	font-size: 1.4rem !important;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    height: 6rem;
	font-weight: normal;
}
.acd-label h4 img{
    width: 75px;
    height: 75px;
    margin:0 5px 0 0;
}
.acd-label:after {
  content: "";
  position: absolute;
  top: 45%;
  right: 5px;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #666;
  border-right: solid 2px #666;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 749px) {
.acd-content{
    height: 0;
    opacity: 0;
	margin:0 !important;
    padding: 0 0 0 2rem;
    transition: .5s;
    visibility: hidden;
}
.acd-content li{
    border-bottom:1px dotted #CCC;
    padding:5px 0;
}
.acd-content li a{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    line-height: 1.2em;
    background: #eee;
}
.acd-check:checked + .acd-label + .acd-content{
    height:auto;
    opacity: 1;
    padding: .2rem 0 .2rem 1rem;
    visibility: visible;
}
.acd-check:checked + .acd-label:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
}
@media screen and (min-width: 750px){
.ulInline01 li{
	width: 100%;
}
}

.ulInline01{
	width:100%;
	margin-left: -15px;
    margin-right: -15px;
    clear: both;
}

.ulInline01 li{
    width: 45%;
    display: inline-block;
    background: #eee;
    align-items: center;
}


.shop_h3{
    font-size: 1.7rem;
    font-weight: bold;
    margin-bottom: 2rem;
    padding: .6rem;
    color: #fff !important;
    margin-top: 3rem;
    background: #bd1b21;
    border: none;
}
.catalog_h3{
    font-size: 1.7rem;
    font-weight: bold;
    padding: .6rem;
    color: #fff;
    margin: 3rem 0 2rem 0 !important;
    background: #1f79bf;
    border: none;
	border-radius: 0 !important;
}
.back_shop_red .acd-label{
    background: #f9eded;
}
.back_shop_red .acd-label:hover{
    background: #FFFF00;
    color: #fff;
}
.back_catalog_blue .acd-label{
    background: #e8f2f7;
}
.back_catalog_blue .acd-label:hover{
    background: #FFFF00;
    color: #fff;
}
@media screen and (max-width: 991px) {
header .memberarea span.material-icons,header .memberarea span.txt{color: #666;}
}
@media screen and (min-width: 768px) {
.back_catalog_blue .category_small{
}

.back_catalog_blue ul > li{
    display:block;
}
.back_catalog_blue ul.category_small > li > a{
    padding:5px 5px 5px 2px;
    display: block;
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: .2em;
}
.back_catalog_blue ul.category_small > li > span{
    margin-left: 1.2em;
}
.back_catalog_blue ul.category_small > li:hover > a{
    background-color: #efefef;
    color: #444;
}
.back_catalog_blue .cateBox ul.category_small{
    visibility: hidden;
    position: absolute;
    left: 0;
    z-index: 100;
    width: 100%;
    opacity: 0;
}
.back_catalog_blue .cateBox:hover ul.category_small{
    visibility: visible;
    transition: all .4s ease;
    top: 6rem;
    opacity: 1;
}
.back_catalog_blue .cateBox{position:relative;}

.back_catalog_blue ul.category_small li img{
    width: 50px !important;
    height: 50px !important;
}
.back_catalog_blue ul.category_small li a{
    background-color: #1f79bf;
    color: #FFF;
    letter-spacing: -.04rem;
	text-decoration: none;
}
.back_catalog_blue ul.category_small li a:hover{
    background-color: #186098;
    color: #FFF;
    opacity: 1;
}
}
.index_category_list h4,.category_list h4 {
    margin: 2rem 0 1rem 0;
    padding-left: .5rem;
    border-bottom: 1px solid #666;
    color: #666;
}
.index_category_list .category_small {
        font-size: 1.3rem;
    line-height: 2;
}
.category_small .cate_icon{
        width: 75px !important;
        height: 75px !important;
        margin:0 5px 0 0 !important;
}
.category_list .category_small {
    font-size: 1.3rem !important;
}

@media only screen and (max-width: 768px){
.category_list,.index_category_list{
    margin:0 .1rem !important;
	font-size: .8rem;
}
.acd-content,.acd-content li{
	padding: 0 !important;
}
.acd-content li a{text-decoration: none;}
.category_list .col-12,.index_category_list .col-12 {
    padding: 0 !important;
}
}
/* 宣伝実演 */
.demo_box {
  padding: 2rem 1rem;
  background: rgb(255, 255, 255, 0.7);
  border-radius: 10px;
}
.demo_box p {
  font-size: 1.2rem;
  font-weight: bold;
}
.demo_box p span {
  color: #cc3c67;
}
.demo_box h3 {
  color: rgba(218, 55, 55, 0.8);
}
.demo_box h3.blue {
  color: rgba(53, 175, 235, 0.8);
}
.demo_btn {
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  padding: 0.5rem 1.5rem 0.6rem;
  border-radius: 20px;
  background: linear-gradient(-135deg, #92a2f8, #cc3c67);
	display: block;
	max-width: 500px;
}
.demo_btn:link,
.demo_btn:active,
.demo_btn:visited {
  color: #fff;
}
/* サブスクリプション一覧 */
.subscription_box {
    height: auto;
    padding-top: 7rem;
    padding-bottom: 13rem;	
    background: rgb(30, 30, 30, 0.8);
    color: rgb(255, 255, 255, 0.9);
    font-size: 1.1rem;
  }
  .subscription_box h2 {
    font-size: 4.5rem;
  }
  .subscription_box h3 {
    font-size: 2rem;
  }
  .subscription_box h4 {
    font-size: 2rem;
  }
  .subscription_box p {
    font-size: 1.3rem;
  }
#list_search ul.category{
	margin: 0 0 20px;
}

#list_search ul.category li{
	list-style: none;
	line-height: 1.4;
	padding: .25rem;
	height: auto;
}
#list_search ul.category li .inner{	
	background: #FFF;
	padding: 1rem;
	height: 100%;
	align-items: center;
}
#list_search ul.category li .txt{
	display: flex;
	flex-direction: column;
	text-align: center;
}
#list_search ul.category p{
	color: #333;
	font-size: .85em;
	margin:0 0 1rem;
}
#list_search ul.category li a{text-decoration: none;}
#list_search ul.category li a.icon{
	padding:0 0 0 40px;
	color: #333;
	font-weight: bold;
	margin:0 auto .5rem;
	display: block;
}
#list_search ul.category li a.btn{
    color: #FFF;
	justify-content: center;
	padding: 0.5rem 1rem 0.6rem;
    border-radius: 20px;
    background: linear-gradient(-135deg, #92a2f8, #cc3c67);
	line-height: 1.3;
	max-width: 300px;
}
#list_search .icon{position: relative;}
#list_search .icon::before{   
	content: '';
	position: absolute;
	left:0;
	width: 30px;
	height: 30px;
}
#list_search .ksnavi .icon::before{
	background:url("../img/subscription/icon_ksnavi.png") no-repeat;
	background-size: contain;}
#list_search .ksscan .icon::before{
	background:url("../img/subscription/icon_ksscan.png") no-repeat;
	background-size: contain;}
#list_search .connect .icon::before{
	background:url("../img/subscription/icon_connect.png") no-repeat;
	background-size: contain;}
#list_search .ksdb .icon::before{
	background:url("../img/subscription/icon_ksdb.png") no-repeat;
	background-size: contain;}
#list_search .kjk .icon::before{
	background:url("../img/subscription/icon_kjk.png") no-repeat;
	background-size: contain;}
#list_search .sitebox .icon::before{
	background:url("../img/subscription/icon_sitebox.png") no-repeat;
	background-size: contain;}
#list_search .sitelive .icon::before{
	background:url("../img/subscription/icon_sitelive.png") no-repeat;
	background-size: contain;}
#list_search .sitebox-tnl .icon::before{
	background:url("../img/subscription/icon_sitebox-tnl.png") no-repeat;
	background-size: contain;}
#list_search .sitebox-tnl .icon::before{
	background:url("../img/subscription/icon_sitebox-tnl.png") no-repeat;
	background-size: contain;}
#list_search .sitebox-rbr .icon::before{
	background:url("../img/subscription/icon_sitebox-rbr.png") no-repeat;
	background-size: contain;}
#list_search .sitebox-skc .icon::before{
	background:url("../img/subscription/icon_sitebox-skc.png") no-repeat;
	background-size: contain;}
#list_search .dsk-cloud .icon::before{
	background:url("../img/subscription/icon_dsk-cloud.png") no-repeat;
	background-size: contain;}
#list_search .deg-cloud .icon::before{
	background:url("../img/subscription/icon_deg-cloud.png") no-repeat;
	background-size: contain;}
#list_search .kqc-co-cloud .icon::before{
	background:url("../img/subscription/icon_kqc-co-cloud.png") no-repeat;
	background-size: contain;}
#list_search .revplan .icon::before{
	background:url("../img/subscription/icon_revplan.png") no-repeat;
	background-size: contain;}
#list_search .prodougu .icon::before{
	background:url("../img/subscription/icon_prodougu.png") no-repeat;
	background-size: contain;}
#list_search .prodougu-lt .icon::before{
	background:url("../img/subscription/icon_prodougu-lt.png") no-repeat;
	background-size: contain;}
#list_search .fukui .icon::before{
	background:url("../img/subscription/icon_fukui.png") no-repeat;
	background-size: contain;}
#list_search .cloudone .icon::before{
	background:url("../img/subscription/icon_cloudone.png") no-repeat;
	background-size: contain;}
#list_search .fieldterrace .icon::before{
	background:url("../img/subscription/icon_fieldterrace.png") no-repeat;
	background-size: contain;}
#list_search .revsign .icon::before{
	background:url("../img/subscription/icon_revsign.png") no-repeat;
	background-size: contain;}
#list_search .kuraemon .icon::before{
	background:url("../img/subscription/icon_kuraemon.png") no-repeat;
	background-size: contain;}
#list_search .goyodx .icon::before{
	background:url("../img/subscription/icon_goyodx.png") no-repeat;
	background-size: contain;}
#list_search{
	padding:10px 20px;
}
/* サブスクリプションお問い合わせ */
#selectedName{
	display: inline-block;
	background: #FFF;
	color: rgba(200,70, 110, 1);
	text-shadow: none;
    padding: .25rem .5rem;
    margin: 0 0 0 .5em;
    font-size: 1.6rem;
}
.form-container textarea{
	width: 100%;
	    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}