html,body{
	margin:0 !important;
	font: 13px/1.231 arial,helvetica,clean,sans-serif;
    font-family: "Noto Sans JP","游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Verdana,sans-serif;
    -webkit-text-size-adjust: 100%;
}
a{
	text-decoration:none;
	color: #337ab7;
}
a:hover {
    color: #296292;
}
*{box-sizing:border-box;}
main{
	margin-right: auto;
    margin-left: auto;
    width: 100%;
	max-width:1040px;
}
.text-right{text-align:right;}

.none{
	display: none;
}
@media screen and (min-width:768px) { 
.pcnone {
    display: none;
  }
}
@media screen and (max-width:767px) {
 .spnone {
    display: none;
  }
}
@media (min-width: 576px) {
	.container, .container-sm {
		max-width: 100%;
	}
}
/* ヘッダー */
header a{text-decoration:none;}
.ec-headerTitle__title .logo{max-width: 340px;}
.ec-headerNaviRole__inner{
     display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.ec-headerRole {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
    color: #525263;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    max-width: 1130px;
    padding-top: 5px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: auto;
}
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search{background: #00bae5;}
.ec-cartNavi .ec-cartNavi__icon{color: #002d82;}
.ec-headerSearch .ec-headerSearch__category .ec-select select {
    width: 100%;
    cursor: pointer;
    padding: 8px 24px 8px 8px;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #FFF;
	max-width: 165px;
	height:38px;
}
.ec-headerSearch .ec-headerSearch__category .ec-select select option{color: #000;}
.ec-headerSearch .ec-headerSearch__keyword input[type=search] {
    width: 100%;
    height: 36px;
    font-size: 12px;
    border: 0 none;
    padding: 0.5em 50px 0.5em 1em;
    box-shadow: none;
    background: none;
    box-sizing: border-box;
    margin-bottom: 0;
}
.ec-headerSearch .ec-headerSearch__keyword {
    position: relative;
    color: #525263;
    border: 1px solid #ccc;
	background-color: #f6f6f6;
	float: right;
    width: 57%;
    border-bottom-left-radius: inherit;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.ec-headerSearch .ec-headerSearch__keywordBtn {
    border: 0;
    background: none;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-55%);
    display: block;
    white-space: nowrap;
    z-index: 1;
}
.ec-headerNaviRole .ec-headerNaviRole__left {
    width: 33.3333333333%;
}
.ec-headerNaviRole .ec-headerNaviRole__center{
    width: 33.3333333333%;	
	display:flex;
	padding: 0 30px 0 60px;
}
.ec-headerNaviRole .ec-headerNaviRole__center a{
	color:#fff;
}
.ec-headerNaviRole .ec-headerNaviRole__center p{
	width:50%;
	padding:5px;
	margin:0 auto;
	color:#fff;
	text-align:center;
	font-size: 14px;
}
.ec-headerNaviRole .ec-headerNaviRole__right {
    width: 33.3333333333%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.ec-headerNaviRole__nav{
	position:absolute;
	top:110px;
}
.ec-headerSearch .ec-headerSearch__keyword .ec-icon {
    width: 22px;
    height: 22px;
}
.ec-headerNav .ec-headerNav__item {
    margin-left: 0;
    display: inline-block;
}

.ec-cartNavi .ec-cartNavi__badge {
    display: inline-block;
    border-radius: 99999px;
    box-sizing: border-box;
    padding: 5px;
    height: 17px;
    font-size: 10px;
    line-height: 0.7;
    vertical-align: top;
    color: #fff;
    text-align: left;
    white-space: nowrap;
    background-color: #DE5D50;
    position: absolute;
    left: 65%;
    top: -7px;
}
.ec-headerNav .ec-headerNav__itemIcon{margin-left:10px;}
.ec-cartNaviNull{display:none;}
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
	position: relative;align-content
}
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search::before {
    position: absolute;
    top: 0.8em;
    right: 0.4em;
    width: 0;
    height: 0;
    padding: 0;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    pointer-events: none;
}
/*パンくずリスト*/
.c-crumbs {
    background: #f7f7f7;
    padding: 8px 0;
}
.c-crumbs .cf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1040px;
    margin: 0 auto;
    padding: 2px 15px;
}
.c-crumbs .cf div {
    font-size: 12px;
    padding-right: 5px;
}
/*--------------------------------------
 * スマホ
 * --------------------------------------*/
@media screen and (max-width:767px) {
header{margin-bottom: 20px;}
.ec-headerTitle .ec-headerTitle__title {
    text-align: left;
    padding-left: 40px;
}
	.ec-headerRole{
		border-top: 5px solid #002d82;
	}
.ec-headerTitle__title .logo{width:60%;}
.ec-headerNaviRole{
    background: #002d82;
    padding: 10px;
}
.have_curtain .ec-overlayRole {
    display: block;
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
    visibility: visible;
}
.ec-drawerRole.is_active {
    display: block;
    transform: translateX(0);
    transition: all 0.3s;
    z-index: 100000;
}
.ec-drawerRoleClose {
    display: none;
    cursor: pointer;
    border-radius: 50%;
    box-sizing: border-box;
    padding: 10px;
    width: 40px;
    height: 40px;
    font-size: 18px;
    text-align: center;
    color: black;
    background: white;
    position: fixed;
    top: 10px;
    left: 270px;
    z-index: 1000;
}
.ec-drawerRole {
    overflow-y: scroll;
    background: black;
    width: 260px;
    height: 100vh;
    transform: translateX(-300px);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    transition: z-index 0ms 1ms;
}
.ec-headerNaviRole .ec-headerNaviRole__left{width:100% !important;}
.ec-headerNaviRole .ec-headerNaviRole__search{
    display: block;
    width: 100%;
}
.ec-headerTitle .ec-headerTitle__title a{margin-bottom: 10px;}
.ec-headerTitle .ec-headerTitle__title {
    text-align: left;
    padding-left: 40px;
}
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.ec-headerNaviRole .ec-headerNaviRole__right{
    position: absolute;
    top: 20px;
    right: 20px;
}
.ec-headerNav .ec-headerNav__itemIcon{
    margin:0 3px;
    color: #002d82;
}
	
.ec-cartNavi{
	padding: 0 0 0 5px;
	position:relative;
}
.ec-cartNavi .ec-cartNavi__price {
    display: none;
}
.ec-headerRole__contactArea{display:none !important;}
.ec-headerNavSP {
    display: block;
    cursor: pointer;
    border-radius: 50%;
    box-sizing: border-box;
    padding: 1px;
    width: 50px;
    height: 50px;
    font-size: 36px;
    text-align: center;
    color: #ccc;
    background: white;
    position: fixed;
    top: 10px;
    left: 5px;
    z-index: 999;
}
.ec-headerNav .ec-headerNav__itemLink{display:none;}
.ec-headerSearch .ec-headerSearch__keyword {
    width: 100%;
    border-radius: 0 0 10px 10px;
}

	.header_tel{
		display:none;
	}
	.ec-headerNaviRole .ec-headerNaviRole__center{
		display:none;
	}
	.ec-headerNaviRole__nav{
	position:absolute;
	top:10px;
	}
	.header_menuArea{
		display:none;
	}


}


/*--------------------------------------
 * PC
 * --------------------------------------*/
@media screen and (min-width:768px) {
.ec-headerNavSP,#m-menu{display: none;}
header{
    width:100%;
    margin: 0 auto;
    /*height:200px;*/
    position: relative;
}
.ec-headerRole{
	padding: 5px 0 0;
	position:relative;
	max-width:1040px;
	margin:0 auto;
}
.ec-headerTitle .ec-headerTitle__title{text-align: left;}
.ec-headerTitle .ec-headerTitle__title h1{margin:0;}
.ec-headerTitle .ec-headerTitle__title a {
    display: inline-block;
    margin-bottom: 15px;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    color: black;
}
.ec-headerNaviRole {
    padding-left: 0;
    background: #002d82;
    padding: 10px 0;
    max-width: 100%;
}
.ec-headerNaviRole__inner{
    max-width: 1040px;
    width:100%;
    margin: 0 auto;
}
.ec-headerNav .ec-headerNav__itemIcon,.ec-headerNav .ec-headerNav__itemLink{
	color: #FFF;
	margin-right: 5px;
    font-size: 14px;
    vertical-align: middle;
}
.ec-headerNaviRole .ec-headerNaviRole__search {
    display: inline-block;
    margin-top: 5px;
}
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
    background: #00bae5;
	border-top-right-radius: inherit;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.ec-headerSearch .ec-headerSearch__category {
    float: left;
    width: 43%;
}
.ec-cartNavi {
    display: flex;
    justify-content: space-between;
    border-radius: 99999px;
    box-sizing: border-box;
    padding: 12px 17px 10px;
    width: auto;
    min-width: 140px;
    height: 44px;
    white-space: nowrap;
    cursor: pointer;
    background: #F8F8F8;
}
.ec-cartNavi .ec-cartNavi__badge {
    display: inline-block;
    min-width: 17px;
    position: relative;
    left: 0;
    top: 0;
}
}
.ec-headerRole__contactArea{
    position: absolute;
    top: 20%;
    right: 29%;
}
.ec-headerRole__contactArea .header_contact{
	margin-right:8px;
}
.ec-headerRole__contactArea .header_contact a{
    background: #00bae5;
    color: #fff;
    border-radius: 5px;
    padding: 11px 18px;
    text-align: center;
    font-weight: bold;
	font-size:14px;
    display: block;
}
.ec-headerRole__contactArea .header_contact2 a{
    background: #edc409;
    color: #fff;
    border-radius: 5px;
    padding: 9px 18px;
    text-align: center;
    font-weight: bold;
	font-size:14px;
    display: block;
}
.ec-headerRole__contactArea .header_contact2 a .fa-cart-shopping{
	margin-right:4px;
	font-size: 18px;
}
.header_menuArea{
	position:absolute;
	top:10px;
	width:250px;
}
.header_menuArea ul{
	display:flex;
}
.header_menuArea li{
	width: 25%;
	color:#002d82;
	font-size:12px;	
	border-right:1px solid #002d82;
	text-align:center;
}
.header_menuArea li:last-child{
		border-right:none;
	width:50%;
}
.header_tel p{
	font-size:1em;
	margin-bottom:0;
	color: #fff;
	letter-spacing: 1px;
}
.header_tel{
    line-height: 1.2;
    margin-left: 2%;
	background-color: #002d82;
    border-radius: 4px;
    padding: 6px 20px 0px;
    position: absolute;
    top: 32px;
	text-align: center;
}
.ec-headerNaviRole .ec-headerNaviRole__search {
    display: inline-block;
}

.header_tel span{
    font-size: 2em;
    color: #edc409;
    font-weight: bold;
}
.ec-headerRole__contactArea .header_tel span:before{
    content:'\f095';
    font-family:'Font Awesome 5 Free';
    font-weight: 900;
    font-size: .75em;
    transform: scale(-1, 1);
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.2em;
}
/* フッター */
footer{margin-top:50px;}
.ec-footerRole {
    border-top: 1px solid #7d7d7d;
    margin-top: 30px;
    background: black;
    padding-top: 40px;
    margin-top: 0;
}
.ec-footerRole .ec-footerRole__inner {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
    color: #525263;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    max-width: 1130px;
}
.ec-footerNavi{
    margin: 0;
    flex-direction: column;
}
.ec-footerNavi li{text-align: left;}
.ec-footerNavi li span{
    font-weight: bold;
    font-size: 1.2em;
   color: #525263;
}
.footerNavi_wrap{
    background: #F8F8F8;
    padding: 40px 0 20px;
    margin: 0;
}
.footerNavi_wrap .tit{
    font-weight: bold;
    font-size: 2rem;
    color: #002d82;
    margin-bottom:40px;
    position: relative;
}
.footerNavi_wrap .tit:after{
    content:'';
    width:10%;
    display: inline-block;
    height: 1px;
    background: #0064df;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -10px;
}
.ec-footerNavi__menu{list-style: none;}
.ec-footerNavi__menu li{
    position:relative;
    padding-left: 1.3em;
    font-weight: bold;
    margin-bottom:15px;
    font-size: 1.2em;
}
.ec-footerNavi__menu li:before{
    content: '\f138';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #0064df;
}
.footerNavi_wrap .ec-footerNavi .ec-footerNavi__link a{
    color:#525263;
    text-decoration: none;
    margin:0;
}
.ec-footerTitle{
	padding: 0 0 20px;
	text-align: center;
    color: white;
}
.ec-footerTitle__logo{max-width: 340px;}
.ec-footerTitle__logo img{width: 100%;}
.ec-footerTitle__copyright{
    text-align: center;
    padding: 30px 0;
    font-size: .6em;
}
.ec-footerRole .footer_tel p{
    color:#FFF;
    font-size: .8em;
    line-height: 1.2;
}
.ec-footerRole .footer_tel span{
    font-size: 1.8em;
    color: #edc409;
    font-weight: bold;
}
.ec-footerRole .footer_tel span:before{
    content: '\f095';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: .75em;
    transform: scale(-1, 1);
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.2em;
}
.footer_tel{text-align:right;}
@media screen and (max-width:767px) {
.ec-footerTitle .ec-footerTitle__logo{margin:0 auto 10px;}
.footer_tel{text-align: center !important;}
}
/* TOPページ */
.front_page .ec-categoryRole{
    background: #F8F8F8;
    border: none;
}
.front_page .ec-categoryRole__list{
	display:flex !important;
	flex-direction: row !important;	
	flex-wrap:wrap;
}
.front_page .ec-categoryRole__listItem{
	width: 15.3% !important;
    background: #FFF;
    padding: 10px;
    margin: 10px;
}
.front_page .ec-categoryRole .ec-categoryRole__listItem:not(:last-of-type){margin-right:5px;}
@media screen and (max-width:767px) {
.front_page .ec-categoryRole__listItem{
	width:100% !important;
	background: none;
	padding: 0;
	margin-bottom:5px !important;
}
}
/* TOPへ戻るボタン */
.ec-blockTopBtn{
    display: block;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-size: 0;
}
.ec-blockTopBtn:before{
    content:'\f106';
    font-family:'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 40px;
    line-height: 55px;
}
/* コンテンツ */
@media screen and (min-width:768px) {
	main{
		margin-right: auto;
		margin-left: auto;
		width: 100%;
		max-width: 1040px;
		display: flex;
		flex-wrap: nowrap;
		flex-grow: 1;
		padding-top: 35px;
	}
}
section#single{
	width: 750px;	
	padding-left: 20px;
    padding-right: 0px;
}
@media screen and (max-width:767px) {
	section#single{
	width: 100%;	
	padding-left: 5px;
    padding-right: 5px;
	}
	main{
	margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 1040px;
    display: flex;
    flex-wrap: nowrap;
    flex-grow: 1;
	padding-top: 0px;
	}
}
/* サイドメニュー */
side{
    display: block;
    width: 230px;
}
.ec-categoryRole{
    border: 1px solid #eee;
    background: #FFF;
}
.ec-categoryRole,.ec-role{padding: 0;}
.ec-secHeading{
    color: #FFF;
    background: #002d82;
    padding: 20px 15px;
	margin-bottom: 15px;
}
.ec-secHeading .ec-secHeading__en {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.2em;
}
.ec-secHeading .ec-secHeading__ja {
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.15em;
    vertical-align: 2px;
}
.ec-secHeading .ec-secHeading__line {
    display: inline-block;
    margin: 0 5px;
    width: 1px;
    height: 14px;
    background: black;
}
.ec-categoryRole .ec-categoryRole__list{
    flex-direction: column;
    padding:0 15px 10px;
}
.ec-categoryRole .ec-categoryRole__listItem{
    width:100%;
    margin-bottom: 8px;
}
.ec-newItemRole__listItemTitle{
    position: relative;
    padding-left:.7em;
	margin-bottom: 16px;
}
.ec-newItemRole__listItemTitle:before{
    content:'\f054';
    font-family:'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    font-size: .75em;
    line-height: 1.8em;
}
@media screen and (max-width:767px) {
	side{display:none;}
}
/* 商品詳細ページ */
.ec-productRole__description h3{
    background: #002d82;
    font-size: 1.3rem;
    color:#FFF;
    padding: 1rem;
    font-weight: bold;
    margin-top:2rem;
    letter-spacing: 0.1em
}
.ec-productRole__description h3 span{
    color:#ffffff;
    font-size: 1.6rem;
    background:linear-gradient(transparent 90%, #FFFF00 0%);
}
.ec-productRole__description h4{
    font-size: 1.2rem;
    color:#dd0000;
    font-weight: bold;
    margin:2rem 0;
}
.ec-productRole__description p{
    font-size: 1rem;
    color: #333;
    line-height: 2;
}
.slide-item{
    width: auto;
    height: 100%;
    max-height: 400px;
    max-width: 100%;
    padding: 2rem;
    margin: 0 auto;

}

@media screen and (min-width:768px) {
.w-lg-50{
    max-width: 50%;
    margin: 0 auto;
}
}
.osusumeitem{
    height:300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.osusumeitem img{
    width: auto;
    max-height: 200px;
    margin: 0 auto;
}

.ec-productRole .ec-productRole__tag.tag_6{
    background: #00bae5;
    color: #ffffff;
    padding:0.8rem 1.5rem;
    font-size: 1rem;
    font-weight: bold;
}
.ec-productRole .ec-productRole__tag.tag_2{
    background: #ffffff;
    color: #bb0000;
    padding:0.8rem 1.5rem;
    font-size: 1rem;
    font-weight: bold;
}
.ec-productRole .ec-productRole__tag.tag_1{
    background: #ffffff;
    color: #bbbb00;
    padding:0.8rem 1.5rem;
    font-size: 1rem;
    font-weight: bold;
}
.ec-productRole .ec-productRole__price .ec-price{
    font-size: 1.1rem;
    font-weight: normal;
    color: #333;
}
#rightmenu{
    display: none;
}
@media screen and (min-width:768px) {
#rightmenu{
    display: block;
    position: fixed;
    right: 0;
    top:15%;
    z-index: 2;
    opacity: 0;
	transform: translateX(100px);
	color: #fff;
}
}

/*　上に上がる動き　*/

#rightmenu.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateX(100px);
  }
  to {
    opacity: 1;
	transform: translateX(0);
  }
}


/*　下に下がる動き　*/

#rightmenu.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateX(0);
  }
  to {
  	opacity: 1;
	transform: translateX(100px);
  }
}
#rightmenu .menu1{
   writing-mode: vertical-rl;
   background: #39b54a;
   padding: 1rem 0.5rem;
   font-size: 1rem;
      border-radius: 5px;
      margin:1rem 0;
}
#rightmenu .menu1:hover{
    opacity: 0.8;
}
#rightmenu .menu2{
   writing-mode: vertical-rl;
   background: #e55239;
   padding: 1rem 0.5rem;
   font-size: 1rem;
      border-radius: 5px;
            margin:1rem 0;
}
#rightmenu .menu2:hover{
    opacity: 0.8;
}
#rightmenu .menu3{
   writing-mode: vertical-rl;
   background: #0064df;
      padding: 1rem 0.5rem;
   font-size: 1rem;
   border-radius: 5px;
      margin:1rem 0;
}
#rightmenu .menu3:hover{
    opacity: 0.8;
}
/*----------------------------------------------------------------------------
 *  商品詳細ページ_2023.01.24岩佐追記
 * ---------------------------------------------------------------------------- */
h1{
	font-weight:bold;
	font-size: 32px;
	margin-bottom: 15px;
    line-height: 1.4em;
}
h2{
	font-weight:bold;
	font-size: 32px;
	display:none;
}
h3 {
    background: #002d82;
    font-size: 1rem;
    color: #FFF;
    padding: 1rem;
    margin: 46px 0 34px ;
    letter-spacing: 0.1em;
}
h3 span {
    color: #ffffff;
    font-size: 1.6rem;
    background: linear-gradient(transparent 90%, #FFFF00 0%);
	margin: 0 8px;
}
h3.tit {
    background: #002d82;
    font-size: 1.5rem;
    color: #FFF;
    padding: 1rem;
    margin: 46px 0 34px ;
    letter-spacing: 0.1em;
}
h4 {
    font-size: 1.3rem;
    color: red;
    font-weight: 700;
    margin-bottom: 10px!important;
}
.c-ttl13 {
    color: #000;
    font-size: 2.5rem;
    margin-bottom: 10px;
    line-height: 1.3em;
}
.p-category-product__ttl-add {
    margin-left: 1%;
    font-size: 1.5rem;
    color: #b3b3b3;
}
.p-category-product__tag{
	font-style: normal;
    font-size: 1.4rem;
    display: inline-block;
    line-height: 1em;
    padding: 5px;
    color: #fff;
    background: #00bae5;
}
section#single p{
	font-size: 15px;
    line-height: 25px;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.row img {
    width: 100%;
}
.slide-item {
    width: auto;
    height: 100%;
    max-height: 400px;
    max-width: 100%;
    padding: 2rem;
    margin: 0 auto;
	text-align: center;
}
.slide-item img {
    width: auto;
    max-height: 280px;
}

.ec-grid2 .ec-grid2__cell {
    position: relative;
    min-height: 1px;
}
@media screen and (min-width:768px) {
	.ec-grid2 {
    display: flex;
}
	.ec-grid2 .ec-grid2__cell {
    width: 50%;
	}
	.ec-productRole__btn {
    width: 60%;
    margin-bottom: 16px;
    min-width: 350px;
	}
	.w-lg-50 {
		max-width: 50%;
		margin: 0 auto;
	}
}
@media screen and (max-width:767px) {
	h2{
	font-weight:bold;
	font-size: 22px;
	margin-bottom: 18px;
    line-height: 1.4em;
	}
	h3 {
    background: #002d82;
    font-size: 1rem;
    color: #FFF;
    padding: 1rem;
    margin: 46px 0 18px ;
    letter-spacing: 0.1em;
	}
	.ec-grid2 {
    display: block;
    margin: 0;
	}
	.ec-grid2 .ec-grid2__cell {
    width: 100%;
	}
	.ec-productRole__btn {
    width: 100%;
    margin-bottom: 10px;
	}
	.ec-productRole__profile{
		text-align:center;
	}
	.c-ttl13 {
    color: #000;
    font-size: 1.5rem;
    margin-bottom: 10px;
    line-height: 1em;
}
	.p-category-product__ttl-add {
    margin-left: 1%;
    font-size: 1.2rem;
    color: #b3b3b3;
	}

}
.ec-sliderItemRole {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
    color: #525263;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    max-width: 1130px;
    margin-bottom: 24px;
	text-align:center;
}
/*タグ*/
.ec-productRole__tags {
    margin-top: 16px;
    padding: 0;
    padding-bottom: 16px;
    border-bottom: 1px dotted #ccc;
}
.ec-productRole__tag {
    display: inline-block;
    padding: 2px 5px;
    list-style: none;
    font-size: 80%;
    color: #525263;
    border: solid 1px #D7DADD;
    border-radius: 3px;
    background-color: #F5F7F8;
}
.ec-productRole__tag.tag_6 {
    background: #00bae5;
    color: #ffffff;
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
    font-weight: bold;
}
.ec-productRole__tag.tag_2 {
    background: #ffffff;
    color: #bb0000;
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
    font-weight: bold;
}
.ec-productRole__tag.tag_1 {
    background: #ffffff;
    color: #bbbb00;
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
    font-weight: bold;
}
/*金額*/
.ec-productRole__price {
    padding: 14px 0;
    border-bottom: 1px dotted #ccc;
}
.ec-productRole__price .ec-price {
    font-size: 1.1rem;
    font-weight: normal;
    color: #333;
}
.ec-price .ec-price__price {
    display: inline-block;
    padding: 0 0.3em;
    font-size: 18px;
    font-weight: bold;
}
.ec-price .ec-price__tax {
    font-size: 0.57em;
}
/*関連カテゴリ*/
.ec-productRole__category {
    padding: 14px 0;
    border-bottom: 1px dotted #ccc;
}
/*見積もりボタン*/
.ec-productRole__actions {
    padding: 14px 0;
}
.ec-numberInput input[type=number] {
    display: inline-block;
    width: auto;
    max-width: 100px;
    text-align: right;
}

.ec-blockBtn--action {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 15px;
    border-radius: 1.42857142;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 10px 16px;
    text-decoration: none;
    color: #fff;
    background-color: #DE5D50;
    border-color: #DE5D50;
    display: block;
    width: 100%;
    height: 56px;
    line-height: 56px;
    padding-top: 0;
    padding-bottom: 0;
}
.ec-blockBtn--cancel {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 15px;
    border-radius: 1.42857142;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 10px 16px;
    text-decoration: none;
    color: #fff;
    background-color: #525263;
    border-color: #525263;
    display: block;
    width: 100%;
    height: 56px;
    line-height: 56px;
    padding-top: 0;
    padding-bottom: 0;
}



/*印刷ページ対策*/
@media print {
    body {
        width: 1400px !important;
        zoom: .8;
    }
}




/*----------------------------------------------------------------------------
 * 20230324ー商品詳細
 * ----------------------------------------------------------------------------*/
.slick-list,.slick-slider {
    position: relative;
    display: block
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}
.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:after,.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-initialized .slick-slide,.slick-slide img {
    display: block
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-next,.slick-prev {
    z-index: 10;
    position: absolute;
    display: block;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    color: #002d82;
    top: 50%;
    background: #f2f2f2;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    padding: 0;
    border: 1px solid #b3b3b3;
    outline: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 20px;
    height: 95px
}

.slick-next {
    border-radius: 0 3px 3px 0
}

.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover {
    outline: 0
}

.slick-next:before,.slick-prev:before {
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
    display: block
}

.slick-prev {
    left: 0;
    border-radius: 3px 0 0 3px
}

.slick-prev:before,[dir=rtl] .slick-prev:before {
    content: url(https://rentalstorage01.blob.core.windows.net/rentalweb/common/img/icon/angle-left-darkblue.png)
}

.slick-next {
    right: 0
}

.slick-next:before,[dir=rtl] .slick-next:before {
    content: url(https://rentalstorage01.blob.core.windows.net/rentalweb/common/img/icon/angle-right-darkblue.png)
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li,.slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 0;
    cursor: pointer
}

.slick-dots li {
    position: relative;
    margin: 0 5px;
    display: inline-block
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    color: transparent;
    border: 0;
    outline: 0;
    background: #e6e6e6;
    border-radius: 100%
}

.slick-dots li button:focus,.slick-dots li button:hover {
    outline: 0;
    background: #002d82
}

.slick-dots li.slick-active button {
    background: #002d82
}

.p-category-product__guide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px 20px
}

.p-category-product__guide_left,.p-category-product__guide_right {
    padding-right: 5px;
    padding-left: 5px;
    width: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    max-width: 48%
}

.p-category-product__guide_right {
    width: 52%;
    -ms-flex-preferred-size: 52%;
    flex-basis: 52%;
    max-width: 52%
}

.p-category-product__slider_thumb {
    margin: 10px 0
}

.p-category-product__slider_thumb li {
    border: 1px solid #f3f3f3
}

.p-category-product__slider_thumb li.slick-current {
    border: 1px solid #4d4d4d
}

.p-category-product__slider_thumb li:hover {
    border: 1px solid #4d4d4d;
    cursor: pointer
}

.p-category-product__label,.p-category-product__taglist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0!important
}

.p-category-product__taglist li {
    margin: 0 5px 5px 0;
    font-size: 1.2rem;
    background: #ededed;
    padding: 3px 6px
}

.p-category-product__label {
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.p-category-product__label li {
    background: #fff;
    border: 1px solid #000;
    padding: 10px 12px;
    font-size: 1rem;
    font-weight: 700;
    margin: 0 5px 5px 0
}

.p-category-product__label li.label01 {
    color: #fff;
    background: #39b54a;
    border: 1px solid #39b54a
}

.p-category-product__btnlist li a:hover,.p-category-product__label li.label02 {
    color: #fff;
    background: #00bae5;
    border: 1px solid #00bae5
}

.p-category-product__label li.label03 {
    color: #0064df;
    border: 1px solid #0064df
}

.p-category-product__label li.label04 {
    color: #e55239;
    border: 1px solid #e55239
}

.p-category-product__label li.label05 {
    color: #002d82;
    border: 1px solid #002d82
}

.p-category-product__label li.label06 {
    color: #edc409;
    border: 1px solid #edc409
}

.p-category-product__label li.label07 {
    color: #00c955;
    border: 1px solid #00c955
}

.p-category-product__label li.label08 {
    color: #6a9fff;
    border: 1px solid #6a9fff
}

.p-category-product__label li.label09 {
    color: #3f4fe0;
    border: 1px solid #3f4fe0
}

.p-category-product__label li.label10 {
    color: #0064df;
    background: #fff;
    border: 1px solid #002d82
}

.p-category-product__label li.label11 {
    color: #fff;
    background: #999;
    border: 1px solid #999
}

.p-category-product__info .p-category-product__label li,.p-category-product__label--mini {
    border: 0
}

.p-category-product__label--mini li {
    font-size: 1.1rem;
    padding: 3px 5px;
    line-height: 1em
}

.p-category-product__info {
    background: #f3f3f3;
    padding: 30px 15px 10px;
    font-size: 1rem;
    margin-bottom: 10px;
	letter-spacing: 0.02em;
}

.p-category-product__info .p-category-product__label {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 10px 0 3px;
    margin-top: 0px;
    margin-bottom: 10px!important;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.p-category-product__info dl dt {
    width: 25%;
    margin-bottom: 16px;
	font-weight:normal;
}

.p-category-product__info dl dd {
    width: 75%;
    margin-bottom: 5px
}

.p-category-product__info dl dd span {
    color: #0064df;
    font-weight: 400
}

.p-category-product__info dl dd .en {
    font-family: "Roboto",sans-serif;
    font-size: 1.8rem;
    padding: 0 5px
}

.p-category-product__info .icon-truck {
    color: #e65139;
    width: 1.3em;
    height: 1.3em;
    margin-bottom: -2px
}

.p-category-product__info .description {
    background: #fff;
    padding: 10px 15px;
    font-size: 1.3rem
}

.p-category-product__btnlist {
    margin: 0 -2px 10px!important
}

.p-category-product__btnlist li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 5px;
    float: left
}

.p-category-product__btnlist li a {
    display: block;
    font-size: 1rem;
    border: 1px solid #242323;
    position: relative;
    padding: 8px 10px 8px 35px;
    color: #000;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.p-category-product__btnlist li a::before {
    font-family: "Font Awesome 5 Pro";
    display: block;
    position: absolute;
    top: 2px;
    left: 17px;
    color: #0064df
}

.p-category-product__btnlist li a:hover {
    text-decoration: none
}

.p-category-product__btnlist li a:hover::before {
    color: #fff
}

.p-category-product__btnlist li.pdf a::before {
    content: url(https://rentalstorage01.blob.core.windows.net/rentalweb/common/img/icon/print-blue.png);
    top: 8px
}

.p-category-product__btnlist li.pdf a:hover::before {
    content: url(https://rentalstorage01.blob.core.windows.net/rentalweb/common/img/icon/print-white.png);
    top: 5px
}

.p-category-product__btnlist li.link a::before {
    content: url(https://rentalstorage01.blob.core.windows.net/rentalweb/common/img/icon/external-link-blue.png);
    left: 13px;
    top: 4px
}

.p-category-product__btnlist li.link a:hover::before {
    content: url(https://rentalstorage01.blob.core.windows.net/rentalweb/common/img/icon/external-link-white.png);
    top: 4px
}

.p-category-product__exlist li {
    position: relative;
    padding-left: 10px;
    font-size: 0.8rem;
    line-height: 1.4;
    margin-bottom: 3px
}

.p-category-product__exlist li::before {
    content: "※";
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.p-category-product__note {
    background: #ffeae7;
    padding: 15px;
    clear: left
}

.p-category-product__note p {
    margin-bottom: 0!important;
    font-size: 1.3rem;
    line-height: 1.5
}

.p-category-product__msg {
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px
}

.p-category-product__msg h2 {
    display: inline-block
}

.p-category-product__contact h2,.p-category-product__msg .ttl-txt {
    font-size: 1.5rem;
    text-align: center
}

.p-category-product__contact {
    background: #ebf3ff;
    padding: 30px;
    margin-bottom: 25px
}

.p-category-product__contact .bottom_text {
    font-size: 1.5rem;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    font-weight: 700
}

.p-category-product__contact .btn_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0!important
}

.p-category-product__contact .btn_list li {
    width: 250px;
    margin: 0 8px
}

.p-category-product__contact .btn_list li a,.p-category-product__contact .estimate_form__btn a {
    display: block;
    text-align: center;
    color: #fff;
    background: #0064de;
    border-radius: 4px;
    padding: 15px 40px 15px 27px;
    box-shadow: 0 3px 0 #0056be;
    position: relative
}

.p-category-product__contact .btn_list li a:hover,.p-category-product__contact .estimate_form__btn a:hover {
    text-decoration: none;
    top: 3px;
    box-shadow: none
}

.p-category-product__contact .btn_list li.est {
    width: 400px
}

.p-category-product__contact .btn_list li.est span,.p-category-product__contactfv .btn_list li.est span {
    display: block;
    text-align: center;
    color: #999;
    font-weight: 700;
    font-size: 1.5rem;
    background: #fff;
    padding: 15px;
    border-radius: 3px
}

.p-category-product__contact .btn_list li.red a {
    background: #e65139;
    box-shadow: 0 3px 0 #b63924
}

.p-category-product__contact .btn_list li.green a:hover,.p-category-product__contact .btn_list li.red a:hover,.p-category-product__contactfv .btn_list li.green a:hover,.p-category-product__contactfv .btn_list li.red a:hover {
    box-shadow: none
}

.p-category-product__contact .btn_list li.green a {
    background: #39b54a;
    box-shadow: 0 3px 0 #228b22
}
.p-category-product__info dl{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0
}
.p-category-product__contact .estimate_ttl {
    font-size: 1.5rem;
    margin: 5px 0 10px;
    min-height: 20px;
    font-weight: 700
}

.p-category-product__contact .estimate_ttl::before {
    content: "▼";
    padding-right: 5px
}

.p-category-product__contact .estimate_list {
    margin-bottom: 0;
    border-bottom: 1px solid #e55239
}

.p-category-product__contact .estimate_list li {
    background: #fff;
    border: 1px solid #e55239;
    border-bottom: none;
    padding: 5px 10px;
    font-size: 1.2rem;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.p-category-product__contact .estimate_list li .num {
    width: 8%
}

.p-category-product__contact .estimate_list li .num-plus {
    width: 10%
}

.p-category-product__contact .estimate_list li .text {
    width: 72%
}

.p-category-product__contact .estimate_list li .text-plus {
    width: auto
}

.p-category-product__contact .estimate_list li .link {
    width: 20%;
    display: block;
    text-align: center;
    color: #fff;
    background: #e65139;
    box-shadow: 0 2px 0 #b63924;
    border-radius: 4px;
    padding: 8px 5px;
    position: relative
}

.p-category-product__contact .estimate_list__type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.p-category-product__contact .estimate_list__type-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1%;
    height: 100%
}

.p-cart_confirmation .p-cart__detail_thumb .c-thumb img,.p-category-product__contact .estimate_list__type-left__info {
    width: 100%
}

.p-category-product__contact .estimate_list__type-left__info .zaiko-hyoji::before {
    content: '/　　　在庫：'
}

.p-category-product__contact .estimate_list__type-left__info .estimate-typeqa {
    color: rgba(0,0,0,.3);
    position: relative
}

.p-category-product__contact .estimate_list__type-left__info .estimate-typeqa::after {
    content: '';
    position: absolute;
    width: 18px;
    height: 1px;
    background-color: rgba(0,0,0,.3);
    bottom: -3px;
    left: 3px
}

.p-category-product__contact .estimate_list__type-left__info .estimate-typeqa__tooltip {
    display: none;
    position: absolute;
    min-width: 251px;
    padding: 10px;
    border: 1px solid rgba(0,0,0,.3);
    border-radius: 10px;
    bottom: 30px;
    left: 10px;
    background-color: #fff;
    color: #333;
    z-index: 100
}

.p-category-product__contact .estimate_list__type-left__info .estimate-typeqa__tooltip.balloon {
    border: 1px solid rgba(0,0,0,.3)
}

.p-category-product__contact .estimate_list__type-left__info .estimate-typeqa__tooltip.balloon:after,.p-category-product__contact .estimate_list__type-left__info .estimate-typeqa__tooltip.balloon:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin: auto;
    z-index: 99
}

.p-category-product__contact .estimate_list__type-left__info .estimate-typeqa__tooltip.balloon:before {
    bottom: -16px;
    left: 12px;
    border-style: solid;
    border-color: rgba(0,0,0,.3) transparent transparent;
    border-width: 15px 17px 0 0
}

.p-category-product__contact .estimate_list__type-left__info .estimate-typeqa__tooltip.balloon:after {
    bottom: -14px;
    left: 13px;
    border-style: solid;
    border-color: #fff transparent transparent;
    border-width: 14px 15px 0 0
}

.p-category-product__contact .estimate_list__type-left__info .estimate-typeqa:hover .estimate-typeqa__tooltip {
    display: block
}

.p-category-product__contact .estimate_list__type-left__info .icon-qa {
    width: 18px;
    height: 18px;
    margin-bottom: -2px;
    background-color: #fff;
    border-radius: 50%
}

.p-category-product__contact .estimate_list__type-left__leadtime {
    display: inline-block;
    width: 45%;
    padding: 5px 0;
    margin-right: 10px;
    margin-top: 5px
}

.p-category-product__contact .estimate_list__type-left__leadtime .leadtime-text {
    background-color: #ebf3ff;
    padding: 5px 8px;
    color: #e65139
}

.p-category-product__contact .estimate_list .icon-typecv {
    width: 1.3em;
    height: 1.3em;
    margin-bottom: -1px
}

.p-category-product__contact .estimate_list__set-height .estimate_list__type {
    min-height: 76px
}

.p-category-product__contact .estimate_form {
    font-size: 1.3rem;
    text-align: center;
    padding-top: 20px;
    margin-top: 30px;
    position: relative
}

.p-category-product__contact .estimate_form::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    border-bottom: 1px solid #ccc;
    width: 75%
}

.p-category-product__contact .estimate_form p a {
    color: #0064de
}

.p-category-product__contact .estimate_form__btn {
    width: 250px;
    margin: 0 auto
}

.p-category-product__contact .estimate_form__searchform {
    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
}

.p-category-product__contact .estimate_form__searchform_ttl {
    padding-right: 10px
}

.p-category-product__contact .estimate_form__searchform_text {
    padding: 8px 10px;
    width: 200px;
    margin-right: 3px;
    border: 1px solid #666;
    border-radius: 0
}

.p-category-product__contact .estimate_form__searchform_btn {
    background: #0064de;
    border: 1px solid #0064de;
    color: #fff;
    font-size: 1.4rem;
    padding: 7px 20px;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.p-category-product__contact .estimate_form__searchform_btn:hover {
    background: #fff;
    color: #0064de
}
.p-category-product__contact .change-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.p-category-product__contact .change-area dt {
    margin-right: 15px;
    color: #e65139
}

.p-category-product__contactfv {
    margin-bottom: 10px;
    padding-top: 100px;
    margin-top: -100px
}

.p-category-product__contactfv .p-category-product__msg {
    background: #fff;
    padding: 5px 10px;
    font-size: 0.9rem;
    line-height: 1rem;
    text-align: left;
    font-weight: 400
}

.p-category-product__contactfv .p-category-product__msg h2 {
    font-size: 0.9rem;
    font-weight: 400
}

.p-category-product__contactfv .btn_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px
}

.p-category-product__contactfv .btn_list li {
    width: 100%;
    max-width: 250px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.p-category-product__contactfv .btn_list li:not(:last-child) {
    margin-right: 8px
}

.p-category-product__contactfv .btn_list li a {
    display: block;
    text-align: center;
    color: #fff;
    background: #0064de;
    border-radius: 4px;
    padding: 14px 8px;
    box-shadow: 0 3px 0 #0056be;
    position: relative
}

.p-category-product__contactfv .btn_list li a:hover {
    text-decoration: none;
    top: 3px;
    box-shadow: none
}

.p-category-product__contactfv .btn_list li a svg {
    font-size: 2rem;
    width: 13px;
    padding-top: 3px
}

.p-category-product__contactfv .btn_list li.est {
    width: 400px
}

.p-category-product__contactfv .btn_list li.red a {
    background: #e65139;
    box-shadow: 0 3px 0 #b63924
}

.p-category-product__contactfv .btn_list li.green a {
    background: #39b54a;
    box-shadow: 0 3px 0 #228b22
}

section#single .p-category-product__contactfv .estimate_form p {
    font-size: 0.8rem;
	margin-bottom:0px;
	letter-spacing: 0em;
}

section#single .linkto_beginner-guide,.p-category-product .linkto_beginner-guide__contact {
    font-size: 1rem;
    text-decoration: underline;
    color: #00c955;
    line-height: 180%;
    margin-bottom: 0
}

.linkto_beginner-guide .icon,.p-category-product .linkto_beginner-guide__contact .icon {
    font-size: 1.4rem;
    vertical-align: text-bottom
}

.linkto_beginner-guide a,.p-category-product .linkto_beginner-guide__contact a {
    color: #00c955
}

.linkto_beginner-guide__contact {
    text-align: center;
    margin-top: 12px
}

.p-category-product__zaiko-note {
    color: #000!important;
    font-size: 1.1rem;
    margin-left: 5px;
    font-weight: 400!important
}

.p-category-product__zaiko-qa {
    display: block
}

.p-category-product__otheritem {
    margin: 0 -5px 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.p-category-product__otheritem_box {
    padding: 0 5px
}

.p-category-product__otheritem_box .box_in {
    background: #f3f3f3;
    padding: 15px;
    width: 250px
}

.p-category-product__otheritem_box .box_in h2 {
    font-size: 1.5rem;
    text-align: center
}

.p-category-product__otheritem_box .box_in h2 span {
    display: inline-block;
    border-bottom: 1px solid #ccc;
    padding: 0 30px 5px;
    margin-bottom: 10px
}

.p-category-product__otheritem_box .box_in .c-list_arrow02 {
    margin-bottom: 0!important
}

.p-category-product__leadtime-max {
    color: #0064df
}

.p-category-product__acc.is-open .p-category-product__acc_btn,.p-category-product__anchor {
    position: relative
}

.p-category-product__anchor::after,.p-category-product__iframe_next strong::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%)
}

.p-category-product__anchor::after {
    border-bottom: 6px solid #f3f3f3;
    left: 0;
    width: 100%
}

.p-category-product__anchor ul {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px
}

.p-category-product__anchor ul li {
    margin: 0 8px
}

.p-category-product__anchor ul li a {
    display: block;
    background: #f3f3f3;
    border: 1px solid #002d82;
    font-size: 1.6rem;
    padding: 10px 15px;
    color: #000;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none
}

.p-category-product__anchor ul li a:hover {
    background: #002d82;
    color: #fff
}

.p-category-product__iframe {
    margin-bottom: 20px;
    text-align: center
}

.p-category-product__iframe_next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #ebfafc;
    border: 1px solid #0064df;
    width: 500px;
    border-radius: 2px;
    margin: 0 auto
}

.p-category-product__iframe_next strong {
    color: #fff;
    font-size: 1.6rem;
    font-family: "Roboto",sans-serif;
    background: #0064df;
    width: 16%;
    text-align: center;
    font-weight: 500;
    letter-spacing: 1px;
    font-style: italic;
    position: relative
}

.p-category-product__iframe_next strong::before {
    right: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 6.1px;
    border-color: transparent transparent transparent #0064df
}

.p-category-product__iframe_next a {
    width: 84%;
    color: #0064df;
    text-decoration: underline;
    font-size: 1.5rem;
    position: relative;
    padding: 0 30px 0 25px
}

.p-category-product__iframe_next a::before {
    content: "";
    background: url(https://rentalstorage01.blob.core.windows.net/rentalweb/common/img/icon/ico_link@2x.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 6px;
    right: 15px
}

.p-category-product__faq_box dd .c-more--link a:hover,.p-category-product__iframe_next a:hover,.p-category-product__kokei-modal__content a:hover,.p-category-product__listarea ul li a:hover {
    text-decoration: none
}

.p-category-product__listarea {
    background: #ebfafc;
    border: 1px solid #00bae5;
    border-left: 4px solid #00bae5;
    padding: 15px 25px;
    margin-bottom: 40px
}

.p-category-product__listarea ul {
    margin-bottom: 0
}

.p-category-product__listarea ul.harf_list li {
    width: 50%;
    padding-right: 2px
}

.p-category-product__listarea ul li {
    font-size: 1.3rem;
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
    line-height: 1.5
}

.p-category-product__listarea ul li::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border: 4px solid #00bae5;
    position: absolute;
    border-radius: 100%;
    top: 4px;
    left: 0
}

.p-category-product__listarea ul li:last-child {
    margin-bottom: 0
}

.p-category-product__listarea ul li a {
    color: #0064df;
    text-decoration: underline
}

.p-category-product__sbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 0 -10px 30px
}

.p-category-product__sbs.reserve {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.p-category-product__sbs .c-more--link {
    margin-bottom: 5px
}

.p-category-product__sbs_img {
    padding: 0 10px
}

.p-category-product__sbs_img img {
    max-width: inherit
}

.p-category-product__sbs_text {
    width: 100%;
    padding: 0 10px
}

.p-category-product__oneimg {
    text-align: center;
    margin-bottom: 30px
}

.p-category-product__oneimg figcaption {
    font-size: 1.3rem;
    color: #4d4d4d
}

.p-category-product__faq_box {
    background: #31c3db;
    margin-bottom: 30px!important
}

.p-category-product__faq_box.is-open {
    padding-bottom: 30px
}

.p-category-product__faq_box.is-open dt {
    color: #fff;
    background: 0 0
}

.p-category-product__faq_box.is-open dt::before {
    content: url(https://rentalstorage01.blob.core.windows.net/rentalweb/common/img/icon/minus-white-faq.png);
    position: absolute;
    top: 15px;
    right: 30px
}

.p-category-product__faq_box dt {
    position: relative;
    font-size: 1.6rem;
    padding: 15px 60px 15px 80px;
    color: #31c3db;
    background: #ebfafc;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.p-category-product__faq_box dt .ico {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.p-category-product__faq_box dt::before {
    content: url(https://rentalstorage01.blob.core.windows.net/rentalweb/common/img/icon/plus-blue-faq.png);
    position: absolute;
    top: 15px;
    right: 30px
}

.p-category-product__faq_box dd {
    display: none;
    background: #ebfafc;
    margin: 20px 50px 0;
    padding: 20px 20px 20px 80px;
    position: relative;
    border-radius: 2px;
    font-size: 1.5rem
}

.p-category-product__faq_box dd .ico {
    display: block;
    color: #0064df;
    font-family: "Roboto",sans-serif;
    position: absolute;
    top: 22px;
    left: 20px;
    font-size: 3rem;
    font-weight: 700
}

.p-category-product__faq_box dd .c-more--link {
    margin-bottom: 5px
}

.p-category-product__faq_box dd .c-more--link a {
    text-decoration: underline
}

.p-category-product__acc {
    position: relative;
    height: 210px;
    overflow: hidden
}

.p-category-product__acc.is-open {
    height: 100%
}

.p-category-product__acc.is-open::after {
    height: 0
}

.p-category-product__acc::after {
    content: "";
    display: block;
    width: 100%;
    height: 150px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: -webkit-linear-gradient(bottom,#fff,#ffffff0d);
    background: linear-gradient(to top,#fff,#ffffff0d);
    background: -ms-linear-gradient(bottom,#fff,transparent);
    -webkit-transition: all .1s ease;
    transition: all .1s ease
}

.p-category-product__acc_box {
    background: #f3f3f3;
    padding: 25px 30px;
    margin-bottom: 20px
}

.p-category-product__acc_box .c-list_arrow02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.p-category-product__acc_box .c-list_arrow02 li {
    width: 50%;
    padding-right: 7px
}

.p-category-product__acc_btn {
    width: 400px;
    border: 1px solid #002d82;
    border-radius: 3px;
    background: #fff;
    color: #002d82;
    text-align: center;
    padding: 4px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 1;
    margin: 0 auto 0 -200px
}

.p-category-product__acc_btn:hover {
    background: #002d82;
    color: #fff
}

.p-category-product__acc_btn::before {
    content: url(https://rentalstorage01.blob.core.windows.net/rentalweb/common/img/icon/chevron-down-darkblue.png);
    position: absolute;
    top: 50%;
    left: 25px;
    font-size: 1.2rem;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%)
}

.p-category-product__acc_btn:hover::before {
    content: url(https://rentalstorage01.blob.core.windows.net/rentalweb/common/img/icon/chevron-down-white.png)
}

.p-category-product__acc_btn.is-close::before {
    content: url(https://rentalstorage01.blob.core.windows.net/rentalweb/common/img/icon/chevron-up-darkblue.png)
}

.p-category-product__acc_btn.is-close:hover::before {
    content: url(https://rentalstorage01.blob.core.windows.net/rentalweb/common/img/icon/chevron-up-white.png)
}

.p-category-product .c-table01,.p-category-product .p-catalog__table {
    border: 1px solid #002d82
}

.p-category-product .c-table01 td,.p-category-product .p-catalog__table td {
    border-left: 1px solid #e8e8e8
}

.p-catalog__table tr>td:first-child,.p-category-product .c-table01 tr>td:first-child,.p-category-product .p-catalog__table tr>td:first-child {
    border-left: none
}

.p-category-product__youtube_wrapper .modaal-inner-wrapper {
    padding: 0
}

.p-category-product__youtube_wrapper .modaal-video-container {
    max-width: inherit;
    max-height: inherit
}

.p-category-product__youtube_wrapper .modaal-close {
    right: 10px;
    top: 10px
}

.p-category-product__kokei__showscroll {
    position: fixed;
    bottom: 70px;
    right: 10px;
    margin-bottom: 15px;
    display: none;
    z-index: 100;
    max-width: 450px
}

.p-category-product__kokei__showscroll.show {
    display: block
}

.p-category-product__kokei__showscroll.hidden {
    display: none
}

.p-category-product__kokei__showscroll.show-override {
    display: block!important;
    opacity: 1!important
}

.p-category-product__kokei__linktokokei {
    background-color: #002d82;
    border-radius: 12px
}

.p-category-product__kokei__linktokokei.relative {
    position: relative
}

.p-category-product__kokei__linktokokei-text {
    color: #fff;
    line-height: 1.4em;
    font-weight: 400;
    margin-bottom: 4px!important;
    padding: 2% 6%;
    font-size: 1.5rem
}

.p-category-product__kokei__linktokokei-text.underline {
    text-decoration: underline;
    cursor: pointer
}

.p-category-product__kokei__linktokokei-close {
    display: block;
    position: absolute;
    top: -38px;
    right: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #999;
    cursor: pointer
}

.p-category-product__kokei__linktokokei-close::after,.p-category-product__kokei__linktokokei-close::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 21px;
    background: #fff;
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg)
}

.p-category-product__kokei__linktokokei-close::after {
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg)
}

.p-category-product__kokei__linktokokei-close.hidden {
    opacity: 0;
    visibility: hidden
}

.p-category-product__kokei__kokeiwrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #f3f3f3;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 2px 0;
    padding: 10px 15px;
    height: 145px
}

.p-category-product__kokei__kokeiwrapper:hover {
    text-decoration: none;
    cursor: pointer
}

.p-category-product__kokei__kokeithumb {
    width: 30%;
    margin-right: 3%
}

.p-category-product__kokei__kokeiinfo {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 10px 0;
    width: 100%
}

.p-category-product__kokei__kokeiinfo-namekata {
    font-weight: 700;
    margin-top: 3%;
    font-size: 1.5rem;
    line-height: 150%
}

.p-category-product__kokei__slider-inner {
    padding: 0 6% 2%
}

.p-category-product__kokei__slider-inner .slick-prev {
    left: 14px
}

.p-category-product__kokei__slider-inner .slick-prev::before {
    margin-right: 3px;
    margin-top: 2px;
    content: url(https://rentalstorage01.blob.core.windows.net/rentalweb/common/img/icon/caret-left-solid.png)
}

.p-category-product__kokei__slider-inner .slick-next {
    right: 14px
}

.p-category-product__kokei__slider-inner .slick-next::before {
    margin-left: 3px;
    margin-top: 2px;
    content: url(https://rentalstorage01.blob.core.windows.net/rentalweb/common/img/icon/caret-right-solid.png)
}

.p-category-product__kokei__slider-inner .slick-next,.p-category-product__kokei__slider-inner .slick-prev {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 0;
    background: #999
}

.p-category-product__kokei__slider-inner .slick-dots {
    bottom: -15px;
    left: 0
}

.p-category-product__kokei__slider-inner .slick-dots li button {
    background-color: #e6e6e6;
    opacity: .5
}

.p-category-product__kokei__slider-inner .slick-dots li.slick-active button {
    background-color: #f3f3f3;
    opacity: 1
}

.p-category-product__kokei__slider-inner .slick-dots li:first-child:last-child {
    display: none
}

.p-category-product__kokei__slider-inner.hidden {
    display: none
}

.p-category-product__kokei__label-kanren,.p-category-product__kokei__label-kokei,.p-category-product__kokei__label-ruiji {
    display: inline-block;
    padding: 2px 12px;
    font-size: 1.3rem;
    font-weight: 400;
    color: #fff;
    background: #00bae5
}

.p-category-product__kokei__label-ruiji {
    background: #39b54a
}

.p-category-product__kokei__label-kanren {
    background: #edc409
}

.p-category-product__kokei-modal__content {
    max-width: 450px;
    max-height: 500px;
    z-index: 101;
    position: fixed;
    display: none;
    line-height: 150%;
    background-color: #002d82;
    border-radius: 12px
}

.p-category-product__kokei-modal__content.show {
    display: block
}

.p-category-product__kokei-modal__close {
    text-align: center;
    color: inherit;
    padding: 8px;
    font-size: 1.5rem;
    margin: 0 auto;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px
}

.p-category-product__kokei-modal__overlay {
    z-index: 100;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(0,0,0,.75)
}

@media only screen and (max-width: 767px) {
    .p-category .c-anchor_nav {
        margin-bottom:50px
    }

    .p-category .c-anchor_nav ul li {
        margin-bottom: 5px
    }

    .p-category .c-anchor_nav ul li a {
        font-size: 1.2rem
    }

    .p-category__ranking .c-faq_catbox02__text {
        width: 71%
    }

    .p-category__ranking .c-faq_catbox02__text .text {
        height: 4em;
        overflow: hidden;
        position: relative
    }

    .p-category__ranking .c-faq_catbox02__text .text.is-normal,.p-category__ranking .c-faq_catbox02__text .text.is-open {
        height: auto
    }

    .p-category__ranking .c-faq_catbox02__text .text.is-normal::after,.p-category__ranking .c-faq_catbox02__text .text.is-open::after {
        height: 0
    }

    .p-category__ranking .c-faq_catbox02__text .text::after {
        content: "";
        display: block;
        width: 100%;
        height: 50px;
        position: absolute;
        left: 0;
        bottom: 0;
        background: -webkit-linear-gradient(bottom,#f5f9fe,#ffffff0d);
        background: linear-gradient(to top,#f5f9fe,#ffffff0d);
        background: -ms-linear-gradient(bottom,#f5f9fe,transparent);
        -webkit-transition: all .1s ease;
        transition: all .1s ease
    }

    .p-category__ranking .c-faq_catbox02__text .text .c-btn01.sp_btn,.p-category__ranking .c-faq_catbox02__text .text .sp_btn.p-catalog__btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 30px
    }

    .p-category__ranking .c-faq_catbox02__text .text .c-btn01.sp_btn.ranking_cv,.p-category__ranking .c-faq_catbox02__text .text .sp_btn.ranking_cv.p-catalog__btn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 0
    }

    .p-category__ranking .c-faq_catbox02__text .text .sp_ranking_btn a {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0 3px
    }

    .p-category__ranking .c-faq_catbox02__text .text .more {
        display: none;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
        width: 100%
    }

    .p-category__ranking .c-faq_catbox02__text .text .more span {
        font-size: 1.3rem;
        line-height: 1.4;
        color: #0064df;
        display: block;
        text-align: center;
        font-weight: 700;
        text-shadow: 1px 1px 0 #fff,-1px -1px 0 #fff,-1px 1px 0 #fff,1px -1px 0 #fff,0 1px 0 #fff,-1px 0 #fff,-1px 0 0 #fff,1px 0 0 #fff
    }

    .p-category__ranking .c-faq_catbox02__text .text .more span::after {
        content: url(https://rentalstorage01.blob.core.windows.net/rentalweb/common/img/icon/chevron-down-blue.png);
        position: absolute;
        padding-left: 5px;
        top: 3px
    }

    .p-category__ranking .c-faq_catbox02__text .text .more.is-close span::after {
        content: url(https://rentalstorage01.blob.core.windows.net/rentalweb/common/img/icon/chevron-up-blue.png);
        padding-left: 5px;
        top: 1px
    }

    .p-category__ranking .c-faq_catbox02 .c-btn01,.p-category__ranking .c-faq_catbox02 .p-catalog__btn,.p-product_fix .p-category-product__anchor ul li,.p-product_fix .p-category-product__anchor::after {
        display: none
    }

    .p-category__ranking .c-faq_catbox02:first-of-type .c-faq_catbox02__text .text {
        height: auto
    }

    .p-category__ranking .c-faq_catbox02:first-of-type .c-faq_catbox02__text .text::after {
        content: none
    }

    .p-category__ranking .c-faq_catbox02:first-of-type .c-btn01,.p-category__ranking .c-faq_catbox02:first-of-type .p-catalog__btn {
        display: none
    }

    .p-category__ranking .ranking_btn {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .p-category__ranking .ranking_btn.btn-cv {
        margin-top: 0
    }

    .p-category__description .img {
        margin-bottom: 20px
    }

    .p-category__popup {
        padding: 15px;
        margin: 0 -12px
    }

    .p-category__slider .slick-prev {
        display: none!important
    }

    .p-product_fix {
        padding: 5px 0
    }

    .p-product_fix .container {
        padding: 0 10px
    }

    .p-product_fix__ttl {
        font-size: 1.8rem;
        padding-right: 10px
    }

    .p-product_fix .p-category-product__anchor ul li a {
        font-size: 1.2rem;
        padding: 8px
    }

    .p-product_fix .p-category-product__anchor ul li.link_btn {
        width: 100px
    }

    .p-product_fix .p-category-product__anchor ul li.contact_btn,.p-product_fix .p-category-product__anchor ul li.estimate_btn {
        display: block
    }

    .p-category-product__contactfv .btn_list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .p-category-product__contactfv .btn_list li {
        margin: 0 auto
    }

    .p-category-product__contactfv .btn_list li:not(:last-child) {
        margin-right: auto;
        margin-bottom: 12px
    }

    .p-category-product__contactfv .estimate_form p {
        font-size: 1.2rem;
        font-weight: 700
    }

    .p-category-product__guide {
        margin: 0 0 20px
    }

    .p-category-product__guide_left {
        margin-bottom: 20px
    }

    .p-category-product__guide_left,.p-category-product__guide_right {
        padding: 0;
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .p-category-product__otheritem_box {
        padding: 0 5px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .p-category-product__otheritem_box .box_in {
        background: #f3f3f3;
        padding: 15px;
        width: auto
    }

    .p-category-product__otheritem_box .box_in h2 {
        font-size: 1.5rem;
        text-align: center
    }

    .p-category-product__otheritem_box .box_in h2 span {
        display: inline-block;
        border-bottom: 1px solid #ccc;
        padding: 0 30px 5px;
        margin-bottom: 10px
    }

    .p-category-product__otheritem_box .box_in .c-list_arrow02 {
        margin-bottom: 0!important
    }

    .p-category-product__slider_large {
        margin-bottom: 10px!important
    }

    .p-category-product__slider_large .youtube_frame {
        display: block
    }

    .p-category-product__info dl dt {
        width: 30%
    }

    .p-category-product__info dl dd {
        width: 70%
    }

    .p-category-product__info .description {
        padding: 5px 10px
    }

    .p-category-product__btnlist {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .p-category-product__btnlist li {
        -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
        flex-grow: inherit;
        margin: 0 2px 4px
    }

    .p-category-product__note {
        padding: 10px
    }

    .p-category-product__contact {
        padding: 20px 15px;
        margin: 0 -12px 30px
    }

    .p-category-product__contact .estimate_form p,.p-category-product__contact h2 {
        margin-bottom: 15px
    }

    .p-category-product__contact .bottom_text,.p-category-product__contact .btn_list li,.p-category-product__contact .btn_list li.red {
        margin-top: 15px
    }

    .p-category-product__contact .btn_list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .p-category-product__contact .btn_list li.est {
        width: 100%
    }

    .p-category-product__contact .btn_list_sp {
        width: 250px;
        margin: 30px auto 0
    }

    .p-category-product__contact .btn_list_sp a {
        display: block;
        text-align: center;
        color: #fff;
        background: #0064de;
        border-radius: 4px;
        padding: 15px 40px 15px 27px;
        box-shadow: 0 3px 0 #0056be;
        position: relative
    }

    .p-category-product__contact .btn_list_sp a:hover {
        text-decoration: none;
        top: 3px;
        box-shadow: none
    }

    .p-category-product__contact .estimate_list {
        border-bottom: none
    }

    .p-category-product__contact .estimate_list li {
        border-bottom: 1px solid #e55239;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 5px 0 0;
        margin-bottom: 10px;
        height: auto
    }

    .p-category-product__contact .estimate_list li .num {
        width: 20%;
        padding-left: 10px
    }

    .p-category-product__contact .estimate_list li .num-plus {
        width: 20%
    }

    .p-category-product__contact .estimate_list li .text {
        width: 80%;
        padding-right: 10px
    }

    .p-category-product__contact .estimate_list li .link {
        display: inline-block;
        margin: 5px auto 15px;
        width: 82%;
        border-radius: 5px
    }

    .p-category-product__contact .estimate_list li .inquiry {
        display: block;
        text-align: center;
        width: 100%;
        padding: 5px;
        background-color: #f3f3f3;
        margin-top: 5px
    }

    .p-category-product__contact .estimate_list li .toriatsukaishuryo {
        display: block;
        color: red;
        padding: 0 3% 1%
    }

    .p-category-product__contact .estimate_list__type-left {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        width: 100%;
        padding: 1% 3%
    }

    .p-category-product__contact .estimate_list__type-left .xs-flex,.p-category-product__iframe_next strong {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .p-category-product__contact .estimate_list__type-left__leadtime .leadtime-text {
        background-color: #ebf3ff;
        padding: 5px 8px;
        color: #e65139;
        line-height: 2.5rem
    }

    .p-category-product__contact .estimate_list__set-height .estimate_list__type {
        min-height: 120px
    }

    .p-category-product__contact .estimate_form {
        margin-top: 20px
    }

    .p-category-product__contact .estimate_form__searchform {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .p-category-product__contact .estimate_form__searchform_ttl {
        padding-right: 0;
        width: 100%;
        margin-bottom: 10px;
        text-align: left
    }

    .p-category-product__contact .estimate_form__searchform_text {
        -webkit-transform: scale(1);
        transform: scale(1);
        padding: 6px 10px;
        width: 75%;
        margin-right: 0
    }

    .p-category-product__contact .estimate_form__searchform_btn {
        -webkit-transform: scale(1);
        transform: scale(1);
        width: 25%;
        padding: 8px
    }

    .p-category-product__otheritem {
        display: block
    }

    .p-category-product__otheritem_box {
        margin-bottom: 10px
    }

    .p-category-product__iframe iframe,.p-category-product__iframe video {
        width: 100%;
        height: 200px
    }

    .p-category-product__iframe_next {
        width: 100%
    }

    .p-category-product__iframe_next strong {
        width: 25%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .p-category-product__iframe_next a {
        width: 75%;
        padding: 5px 30px 5px 25px
    }

    .p-category-product__listarea {
        padding: 15px
    }

    .p-category-product__listarea ul.harf_list li {
        width: 100%;
        padding-right: 0
    }

    .p-category-product__sbs {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .p-category-product__sbs_img {
        max-width: 100%;
        text-align: center;
        margin-bottom: 20px
    }

    .p-category-product__oneimg figcaption {
        text-align: left
    }

    .p-category-product__acc,.p-category-product__faq_box {
        margin: 0 -12px
    }

    .p-category-product__faq_box.is-open {
        padding-bottom: 15px
    }

    .p-category-product__faq_box dt::before,.p-category-product__faq_box.is-open dt::before {
        right: 20px
    }

    .p-category-product__faq_box dt {
        padding: 15px 40px 15px 70px
    }

    .p-category-product__faq_box dd {
        margin: 15px 15px 0;
        padding: 20px 20px 20px 60px
    }

    .p-category-product__acc .p-category__ex_text {
        padding: 0 15px
    }

    .p-category-product__acc_box {
        padding: 15px
    }

    .p-category-product__acc_box .c-list_arrow02 li {
        width: 100%;
        padding-right: 0;
        margin-bottom: 10px
    }

    .p-category-product__acc_btn {
        width: 240px;
        margin-left: -120px
    }

    .p-category-product__youtube_wrapper .modaal-close {
        right: 10px;
        top: 33%
    }

    .p-category-product__kokei__showscroll {
        bottom: 155px;
        z-index: 100;
        max-height: 500px
    }

    .p-category-product__kokei__slider-inner {
        padding: 0 5%
    }

    .p-category-product__kokei__slider-inner .slick-prev {
        left: 3px
    }

    .p-category-product__kokei__slider-inner .slick-next {
        right: 3px
    }

    .p-category-product__kokei__kokeiwrapper {
        height: 125px
    }

    .p-category-product__kokei-modal__content {
        z-index: 101
    }

    .p-category-product__kokei-modal__content.show {
        display: block
    }

    .p-category-product__kokei-modal__content .p-product__slider-inner {
        padding: 0 20px 10px
    }

    .p-category-product__kokei-modal__content .p-category-product__kokei__kokeiwrapper {
        height: 120px
    }

    .ltzaikomodal-content {
        width: 80%;
        max-height: 500px;
        padding: 25px 30px;
        background: #fff;
        z-index: 101;
        position: fixed;
        border-radius: 10px;
        font-size: 1.5rem
    }

    .ltzaikomodal-content .ltzaikomodal-shohininfo {
        font-size: 1.6rem;
        color: #002d82;
        font-weight: 700;
        margin-bottom: 13px;
        position: relative;
        margin-top: 5px
    }

    .ltzaikomodal-content .ltzaikomodal-shohincd {
        margin-right: 5px
    }

    .ltzaikomodal-content .ltzaikomodal-text {
        font-size: 1.5rem;
        line-height: 2.2rem;
        color: rgba(0,0,0,.7)
    }

    .ltzaikomodal-content .ltzaikomodal-btnwrap {
        margin-top: 20px
    }

    .ltzaikomodal-content .ltzaikomodal-btn {
        margin-right: auto;
        margin-left: auto;
        display: block;
        width: 85%;
        text-align: center;
        color: #fff;
        background: #0064de;
        border-radius: 4px;
        padding: 15px 40px 15px 27px;
        box-shadow: 0 3px 0 #0056be;
        position: relative
    }

    .ltzaikomodal-content .ltzaikomodal-btn:hover {
        text-decoration: none;
        top: 3px;
        box-shadow: none
    }

    .ltzaikomodal-content .ltzaikomodal-close {
        position: absolute;
        top: -38px;
        right: 0;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background: #999;
        cursor: pointer
    }

    .ltzaikomodal-content .ltzaikomodal-close::after,.ltzaikomodal-content .ltzaikomodal-close::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 3px;
        height: 21px;
        background: #fff;
        -webkit-transform: translate(-50%,-50%) rotate(45deg);
        transform: translate(-50%,-50%) rotate(45deg)
    }

    .ltzaikomodal-content .ltzaikomodal-close::after {
        -webkit-transform: translate(-50%,-50%) rotate(-45deg);
        transform: translate(-50%,-50%) rotate(-45deg)
    }
}




.swiper {
  /*スライダーの幅と高さを調整*/
  width: min(100%, 600px);
  height: 300px;
}

.swiper-slide {
  /*スライド要素の幅と高さを調整*/
  width: 100%;
  height: 100%;

  /*テキストの位置調整*/
  display: flex;
  justify-content: center;
  align-items: center;

  /*テキストの色と太さを指定*/
  color: #fff;
  font-weight: bold;
}

/*①各スライドに以下クラスを追加で付与*/
/*②スライド背景色を設定*/
.slide1 {
  background-color: #88acbd;
}

.slide2 {
  background-color: #99cb1f;
}

.slide3 {
  background-color: #e43a47;
}
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
}



/*----------------------------------------------------------------------------
 * カテゴリページーcategory.phpー
 * ----------------------------------------------------------------------------*/
.category_description p{
	margin-bottom: 20px;
	line-height: 28px;
	font-size: 16px;
}
.category_description .icon_01{
	line-height: 20px;
	font-size: 15px;
}
/*/////レンタルランキング/////*/
.c-faq_catbox02:first-of-type {
    border-color: #edc409;
}
.c-faq_catbox02 {
    background: #f5f9fe;
    padding: 15px 15px 5px;
    border-left: 3px solid #0064de;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0 0px;
}
.c-faq_catbox02__img {
    width: 15%;
}
.c-faq_catbox02__img img {
    max-width: 90px;
}
.c-faq_catbox02__text {
    width: 62%;
}
.c-faq_catbox02__text .ranking {
    position: relative;
    padding-left: 45px;
}
.num {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    color: #fff;
    font-size: 1.6rem;
    position: absolute;
    top: 0;
    left: 0;
    background: #999;
}
.c-faq_catbox02__text .ranking .ttl {
    color: #0064df;
    font-size: 18px;
}
.c-faq_catbox02__text .ranking .ttl a, .p-faq section .category_link a, .p-faq__content .category_link a {
    color: #0064df;
}
.c-faq_catbox02:first-of-type .c-faq_catbox02__text .ranking .num {
    background: #edc409;
}
.c-faq_catbox02__text .ranking .num {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    color: #fff;
    font-size: 1.6rem;
    position: absolute;
    top: 0;
    left: 0;
    background: #999;
}
.c-faq_catbox02__text .sub a {
    display: block;
    font-size: 12px;
    color: #666;
	margin-top: 6px;
}
.c-faq_box dt, .c-faq_catbox02__text .ranking .num, .c-feature_box__thumb a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.c-faq_catbox02__text .text {
    font-size: 13px;
    margin-bottom: 0;
    line-height: 1.5;
    margin-top: 5px;
}
.c-faq_catbox02 .c-btn01 {
    margin-left: 24px;
}
.c-faq_catbox02 .ranking_cv {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
@media screen and (max-width:767px) {
	.c-faq_catbox02__text .ranking .ttl {
    font-size: 16px;
	}
	.c-faq_catbox02__text .sub a {
    font-size: 10px;
	}
	.category_description p{
	margin-bottom: 20px;
	line-height: 20px;
	font-size: 15px;
	}
	.category_description .icon_01{
	line-height: 20px;
	font-size: 15px;
	}
	.c-faq_catbox02 {
    padding: 15px 15px 15px;
	}
}
/*PC-ランキング-赤と青のボタン*/
.ranking_btn a {
    display: block;
    white-space: nowrap;
    padding: 8px 25px 8px 13px;
    font-size: 14px;
}
.c-btn01 a:hover, .c-item_btn a:hover {
    text-decoration: none;
}
.c-btn01 a:hover {
    top: 2px;
    box-shadow: none;
}
.c-btn01 a {
    text-align: center;
    color: #fff;
    background: #0064de;
    border-radius: 4px;
    padding: 14px 40px 14px 27px;
    box-shadow: 0 3px 0 #0056be;
    position: relative;
    font-size: 14px;
}

.c-btn01 .ranking_btn a::before {
	position: absolute;
    top: 30%;
    right: 8px;
}
.c-btn01 a::before {
    content: url(/rent/wp-content/themes/rbparts/img/chevron-right-white.png);
    top: 50%;
    right: 8px;
}
.ranking_btn.btn-cv {
    margin-top: 8px;
}
.ranking_btn.btn-cv.red a {
    background: #e65139;
    color: #fff;
    box-shadow: 0 3px 0 #b63924;
}
/*SP-ランキング-赤と青のボタン*/
@media screen and (max-width:767px) {
	.c-btn01 a {
    padding: 6px 40px 6px 27px;
    font-size: 14px;
	}
	.c-btn01 .ranking_btn a::before {
	position: absolute;
    top: 25%;
    right: 8px;
	}
	.c-faq_catbox02__img {
    width: 29%;
    padding-right: 3%;
	}
	.c-faq_catbox02__img img {
    max-width: 100px;
    width: 100%;
	max-height: none;
	}
	.c-faq_catbox02__text {
    width: 71%;
	}
	.c-faq_catbox02 .ranking {
    padding-left: 40px;
    margin-bottom: 5px;
	}
	.c-faq_catbox02 .ranking .num {
    width: 30px;
    height: 30px;
    font-size: 1.5rem;
	}
	.c-faq_catbox02:first-of-type .c-faq_catbox02__text .text {
    height: auto;
	}
	.c-faq_catbox02__text .text .c-btn01.sp_btn.ranking_cv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
	}
	.c-faq_catbox02__text .text .c-btn02.sp_btn.ranking_cv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
	}
	.c-faq_catbox02__text .text .c-btn01.sp_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
	margin-top: 22px;
	}

	.card_box .c-btn01{
	width: 80%;
    margin: 0 auto;
	}
}


/*/////レンタル商品一覧/////*/
.icon_01{
	font-size:15px;
	color: #0064df;
	margin-bottom: 10px;
    line-height: 1.5;
}
.fa-circle-chevron-right{
    font-size: 14px;
    color: #edc40a;
}
.card_label01{
	font-size: 12px;
    padding: 3px 5px 3px;
    line-height: 1em;
    margin-bottom: 5px;
	color: #00b9e5;
	border: 1px solid #eee;
	border-radius: 15px;
    font-weight: 700;
	display: table;
}
.card_label01 a{
	color: #00b9e5;
}
.card_label02{
	font-size: 14px;
    line-height: 1em;
    margin-bottom: 5px;
	color: #666;
    font-weight: 700;
	display: inline-block;
}
.card_label02 a{
	color: #000;
    font-size: 16px;
    font-weight: 500;
}
.card__title{
	font-size: 16px;
	font-weight: bold;
	height: 60px;
	margin: 10px 0 60px;
}
.card__title a{
	color: #0064df;
}
.card__excerpt{
	font-size:13px;
	height: 74px;
	line-height: 21px;
}
.thumb_img{
	margin: 28px auto 25px;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}
.c-btn02 a:hover, .c-item_btn a:hover {
    text-decoration: none;
}
.c-btn02 a:hover {
    top: 2px;
    box-shadow: none;
}
.c-btn02 a {
    border-radius: 4px;
    padding: 12px 40px 12px 27px;
    box-shadow: 0 3px 0 #ccc;
    position: relative;
    font-size: 14px;
    color: #666;
    background: #f2f6f9;
    text-align: center;
}
@media screen and (min-width:768px) {
	.main_body{
		display: block;
	}
	.card_box{
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		margin: 0px 0 30px;
		padding-top: 0px;
	}
	.card_list{
		padding-right: 5px;
		padding-left: 5px;
		margin-bottom: 10px;
		width: 33.333333%;
	}
	.cardin{
		border: 1px solid #e6e6e6;
		padding: 15px;
		height: 100%;
		position: relative;
	}
	.thumb_img img{
		width: auto;
		height: 185px;
	}
}
@media screen and (max-width:767px) {
	.card_box{
    flex-wrap: wrap;
    width: 100%;
    margin: 0px 0 30px;
    padding-top: 0px;
		display:flex;
	}
	.card_list{
	padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
    width: 100%;
	}
	.cardin{
		border-bottom: 1px solid #e6e6e6;
		padding: 0px 5px 15px;
		height: 100%;
		position: relative;
	}
	.card__title{
	font-size: 16px;
	height: 60px;
	margin: 10px 0 0px;
	}
	.card__excerpt{
	font-size:13px;

	line-height: 21px;
	}
	.card_label02 a{
	color: #000;
    font-size: 15px;
    font-weight: 500;
	}
	.thumb_img{
	width: 30%;
    padding-right: 3%;
	}
	.thumb_img img {
    max-width: 80px;
    width: 100%;
    height: auto;
	}
	.card__txt {
    width: 67%;
	}
	.flex{
	display:flex;
	}
	.c-faq_catbox02__text .text .c-btn02.sp_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
	}	
	.card_box .c-btn02{
	width: 80%;
    margin: 0 auto;
	}	
}


/*/////このカテゴリの関連情報/////*/
.cat_relation{
}
.cat_relation ul{
	display:flex;
	width:100%;
	justify-content:space-around;
}
.cat_relation ul li{
	width:30%;
}
@media screen and (max-width:767px) {
	.cat_relation{
	}
	.cat_relation ul{
		display:block;
		width:100%;
		justify-content:space-around;
	}
	.cat_relation ul li{
		width:100%;
		text-align: center;
		margin-bottom:10px;
	}
}

/*/////このカテゴリで最も閲覧されている機器/////*/
#main_02 .card__excerpt{
	font-size:14px;
	height: 50px;
}
.c-btn03 a:hover, .c-item_btn a:hover {
    text-decoration: none;
}
.c-btn03 a:hover {
    top: 2px;
    box-shadow: none;
}
.c-btn03 a {
    text-align: center;
    color: #fff;
    background: #0064de;
    padding: 8px 40px 8px 27px;
	border-radius: 2px;
    position: relative;
    font-size: 12px;
}
.card__title__02{
	font-size: 16px;
	font-weight: bold;
	height: 60px;
	margin: 10px 0 0px;
}
.card__title__02 a{
	color: #0064df;
}
@media screen and (max-width:767px) {
	#main_02 .card__excerpt{
	font-size:13px;
	height: 38px;
	}
	#main_02 .card_box{
    flex-wrap: wrap;
    width: 100%;
    margin: 0px 0 30px;
    padding-top: 0px;
	display:flex;
	}
	#main_02 .card_list{
	padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
    width: 33%;
	display: block;
	}
	#main_02 .cardin{
	border-bottom: 1px solid #e6e6e6;
	padding: 8px;
	height: 100%;
	position: relative;
	}
	#main_02 .thumb_img{
    border: 2px solid #e6e6e6;
    margin-bottom: 7px;
	width: 100%;
    padding-right: 3%;
	height: 150px;
		position: relative;
	}
	#main_02 .thumb_img img {
    max-width: 110px;
    width: 100%;
    height: auto;
	position: absolute;
	top: 50%; /*親要素を起点に上から50%*/
	left: 50%;  /*親要素を起点に左から50%*/
	transform: translateY(-50%) translateX(-50%); /*要素の大きさの半分ずつを戻す*/
  -webkit-transform: translateY(-50%) translateX(-50%);		
	}
	#main_02 .card__txt {
    width: 100%;
	}
	.c-btn03 a {
    text-align: center;
    color: #fff;
    background: #0064de;
    border-radius: 2px;
    padding: 3px 3px;
    position: relative;
    font-size: 12px;
	}
	.card__title__02{
	font-size: 14px;
	font-weight: bold;
	height: 55px;
	margin: 0px 0 14px;
	}
}




/*/////最近チェックした計測器/////*/
#main_03 .card__excerpt{
	font-size:14px;
	height: 30px;
}
.c-btn04 a:hover, .c-item_btn a:hover {
    text-decoration: none;
}
.c-btn04 a:hover {
    top: 2px;
    box-shadow: none;
}
.c-btn04 a {
    text-align: center;
    background: #e65139;
    color: #fff;
    padding: 8px 40px 8px 27px;
    position: relative;
	border-radius: 2px;
    font-size: 12px;
}
@media screen and (max-width:767px) {
	#main_03 .card__excerpt{
	font-size:13px;
	height: 38px;
	}
	#main_03 .card_box{
    flex-wrap: wrap;
    width: 100%;
    margin: 0px 0 30px;
    padding-top: 0px;
	display:flex;
	}
	#main_03 .card_list{
	padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
    width: 33%;
	display: block;
	}
	#main_03 .cardin{
	border-bottom: 1px solid #e6e6e6;
	padding: 8px;
	height: 100%;
	position: relative;
	}
	#main_03 .thumb_img{
    border: 2px solid #e6e6e6;
    margin-bottom: 7px;
	width: 100%;
    padding-right: 3%;
	height: 150px;
		position: relative;
	}
	#main_03 .thumb_img img {
    max-width: 110px;
    width: 100%;
    height: auto;
	position: absolute;
	top: 50%; /*親要素を起点に上から50%*/
	left: 50%;  /*親要素を起点に左から50%*/
	transform: translateY(-50%) translateX(-50%); /*要素の大きさの半分ずつを戻す*/
  -webkit-transform: translateY(-50%) translateX(-50%);		
	}
	#main_03 .card__txt {
    width: 100%;
	}
	.c-btn04 a {
    text-align: center;
    background: #e65139;
    color: #fff;
    border-radius: 2px;
    padding: 3px 3px;
    position: relative;
    font-size: 12px;
	}
}






