@charset "utf-8";
/* CSS Document */

/* ========== 共通 ========== */
html{
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-size: 62.5%;
    color: #393939;
}

body{
    font-size: 1.6rem;
    line-height: 1.5;
}

#wrapper{
    position: relative;
    min-height: 100vh;
}

#red_border{
    width: 100%;
    height: 3px;
    background-color: #E90000;
}

.print{
    display: none!important;
}

.pc{
    display: block!important;
}

.sp{
    display: none!important;
}

/* ========== header ========== */
header{
    position: relative!important; 
}

#header{
    width: 90%;
    max-width: 1366px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#logo{
    width: 25%;
}

nav{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.dropmenu{
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.dropmenu > li{
    margin-right: 2rem;
    display: inline-flex;
    align-items: center;
}

.dropmenu > li::before{
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    margin-right: 10px;
    color: #E90000;
}

.dropmenu > li:last-of-type{
    margin-right: 0;
}

.dropmenu > li:last-of-type::before{
    content: none;
}

.dropmenu > li a{
    display: inline-flex;
    align-items: center;
}

.dropmenu > li span{
    cursor: pointer;
}

.dropmenu > li span:hover,
.dropmenu > li:last-of-type a:hover{
    color: #E90000;
}

.dropmenu > li a{
    display: inline-flex!important;
}

.dropmenu > li:hover a,
.dropmenu > li:hover::before{
    transition: all 0.2s;
}

/* 子要素 */
.nav-child{
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 50%;
    transform: translate(-50%,0);
    background-color:rgba(245,245,245,1.00);
    white-space: nowrap;
    z-index: 1;
    box-shadow:inset 0 2px 10px 4px rgba(0,0,0,0.16);
}

.nav-child div span:before{
    content: '\f138';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #E90000;
    margin: 0 10px 0 0;
    font-size: 2rem;
}

.nav-child > div{
    width: 90%;
    max-width: 1366px;
    margin: 0 auto;
    padding: 60px 0 30px;
}

.nav-child > div h5{
    font-weight: bold;
    font-size: 2.1rem;
}

.nav-child a{
    color: #1D1D1D!important;
}

ul.products_category{
    z-index: 2;
    margin-top: 20px;
    display: flex!important;
    justify-content: space-between;
    flex-wrap: wrap;
}

ul.products_category li{
    width: 24%;
    margin-bottom: 15px;
}

ul.products_category li div{
    margin-bottom: 35px;
}

ul.products_category li ul{
    margin-top: 12px;
}

ul.products_category li ul li a::before{
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #E90000;
    font-size: 1.2rem;
    margin-right: 5px;
}

ul.products_category li div:last-of-type,
ul.products_category li ul li:last-of-type{
    margin-bottom: 0;
}

.nav-child a:hover{
    color: #E90000!important;
}

ul.header_btn{
    display: flex;
}

ul.header_btn li{
    width: 95px;
    height: 20px;
    border: 1px solid #e90000;
    border-radius: 50px;
    transition: all 0.4s;
}

li.h-contact_btn{
    background-color: #E90000;
    margin-right: 10px;
}

li.h-download_btn{
    background-color: #FFFFFF;
}

ul.header_btn li a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 1.4rem;
}

li.h-contact_btn a{
    color: #fff;
}

li.h-download_btn a{
    color: #E90000;
}

li.h-contact_btn:hover{
    background-color: #FFFFFF;
}

li.h-contact_btn:hover a{
    color: #E90000;
}

li.h-download_btn:hover{
    background-color: #E90000;
}

li.h-download_btn:hover a{
    color: #FFFFFF;
}

/*検索*/
.product_search{
    box-shadow:0px 0px 35px 25px rgba(239, 239, 239, 1) inset;
}

.product_search-inner{
    width: 90%;
    max-width: 1366px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.product_search span{
    width: 70px;
    font-size: 1.6rem;
    font-weight: bold;
    margin-right: 1%;
}

.product_search form{
    border: 1px solid #C3C3C3;
}

.product_category{
	position:relative;
    width: 40%;
    margin-right: 1%;
    height: 38px!important;
}

.product_category::after{
	position:absolute;
    content:'\f078';
	font-family: "Font Awesome 5 Free";
    font-size: 2.1rem;
	font-weight: 900; 
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
 	text-rendering: auto;
	line-height: 1;
	color:#E90000;
	width:0;
	z-index:0;
	top:50%;
	right:30px;
	transform:translateY(-50%);
}

.product_search select{
    appearance: none;
    width:100%;
    height: 100%;
    padding: 0 0 0 12px;
    border:none;
    font-size: 1.6rem;
}

.product_search select optgroup{
    width: 100%;
    appearance: none;
}

.product_form{
    display: flex;
    width: 53%;
    height: 38px!important;
    background-color: #FFFFFF;
    transition:all 0.5s;
}

.product_form input{
    width: 94%!important;
    height: 100%;
    padding: 0 0 0 12px;
    border: none;
    font-size: 1.6rem;
}

.product_form button{
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 76%;
    margin: auto 5px auto 0;
    border: none;
	color:#FFFFFF;
    background-color: #E90000;
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: bold;
	transition: all 0.2s;
}

.product_form button i{
	margin-left: 5px;
}

.product_form button:hover i{
    transform: scale(1.15);
    font-weight: bold!important;
    transition:all 0.3s;
}

#gnavi{
    display: flex;
    align-items: center;
    width: 100%;
    height: 38px;
    margin: 0;
    padding: 0;
    border: 1px solid gray;
    background-color: #FFFFFF;
}

#gnavi div{
    width: 35px!important;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    position: absolute;
    right: 0;
}

#gnavi i{
    color: #FFFFFF;
    font-size: 16px;
}

#searchform{
    margin: 0;
    width: 100%!important;
    height: 100%;
    display: flex;
    align-items: center;
}

.s {
    margin: 0;
    padding: 0 15px;
    transition: all .6s ease;
    background: none;
    /*box-shadow: 0 0 8px gray;*/
    width: 100%;
    height: 100%;
    border: none!important;
}

.gnavi_btn{
    width: 100px;
    height: 100%;
    background-color: #E90000;
    border: 1px solid #E90000;
}

/* メインデザイン */
main{
    margin: 45px 0 300px;
}

main section{
    width: 90%;
    max-width: 1366px;
    margin: 0 auto 200px!important;
}

main section:first-of-type{
    margin-bottom: 65px;
}

main section:last-of-type{
    margin-bottom: 0;
}

div.title{
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 25px;
}

span.title{
    font-size: 2.1rem;
    font-weight: bold;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #707070;
}

/* コンタクト */
#contact-form div.contact-us{
    background-color: #EFEFEF;
    border-radius: 15px;
    width: 100%;
    height: 400px;
    transition: all 0.2s;
}

#contact-form div.contact-us a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#contact-form div.contact-detail{
    width: 78%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#contact-form div.contact-detail dl dt{
    font-size: 2.1rem!important;
    margin-bottom: 5px;
}

#contact-form div.contact-btn{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #E60000;
    color: #fff;
    border: 1px solid #E60000;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s;
}

#contact-form div.contact-us:hover{
  box-shadow: inset 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
}

/* ========== footer =========== */
/* ページトップのためのCSS */
#page-top a{
	width:100px;
	height: 100px;
    margin-bottom: 20px;
	border-radius: 50%;
	color: #fff;
	font-size:2.4rem;
	display: flex;
	justify-content:center;
	align-items:center;
	background:#E90000;
	transition:all 0.3s;
	text-transform: uppercase; 
	text-decoration: none;
    box-shadow: 0 0px 5px 0px rgba(0,0,0,0.45);
}

.dli-chevron-up {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    width: 25px;
    height: 25px;
    font-weight: bold;
    border: 5px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(25%) rotate(-45deg);
}

#page-top a:hover{
	background: #777;
  	opacity: 1;
}

/*リンクを右下に固定*/
#page-top {
	position: fixed;
    right: 5%;
	z-index: 999;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(150px);
}

/*　上に上がる動き　*/
#page-top.UpMove{
	animation: UpAnime 1s forwards;
}

@keyframes UpAnime{
  from{
    opacity: 0;
	transform: translateY(150px);
  }
    
  to{
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/
#page-top.DownMove{
	animation: DownAnime 1s forwards;
}

@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
    
  to {
  	opacity: 1;
	transform: translateY(150px);
  }
}

/* ========== フッター ========== */
footer{
    background-color: #393939;
    color: #FFFFFF;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    position: sticky;
    top: 100vh;
}

#footer{
    width: 90%!important;
    max-width: 1366px;
    margin: 0 auto;
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-logo{
    width: 25%;
}

.footer-nav-contents{
    width: auto;
    text-align: right!important;
}

.footer-nav-contents ul{
    display: flex;
    justify-content: flex-end;
}

.footer-nav-contents small{
    font-size: 1rem;
}

.footer-nav ul:first-of-type{
    margin-bottom: 15px;
}

.footer-nav ul li{
    border-right: 1px solid #fff;
    padding: 0 15px;
    line-height: 0.9;
}

.footer-nav ul li a{
    color: #FFFFFF;
	transition: all 0.15s;
}

.footer-nav ul li:hover a{
    color: #E60000;
}

.footer-nav ul li:first-of-type{
    border-left: 1px solid #fff;
}

.footer-sns{
    margin: 20px 0 8px;
}

.footer-sns ul li{
    width: 23px;
    height: 23px;
}

.footer-sns ul li a{
    width: 10%;
    height: 100%;
    color: #fff;
}

.footer-sns ul li a div{
    width: 95%;
    height: 95%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-sns ul li.instagram{
    margin-right: 10px;
}

/* ボタンデザイン */
.btn{
    width: 90%;
    max-width: 520px;
    height: 40px;
    background-color: #4E4E4E;
    border: 1px solid #4E4E4E;
    margin: 75px auto 0;
    border-radius: 50px;
    transition: all 0.25s;
}

.btn a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    font-weight: bold;
}

.btn:hover{
    background-color: #fff;
}

.btn:hover a{
    color: #4E4E4E;
}

/* カテゴリ別 */
/*.category-serch{
    width: 100%;
    padding: 35px 0;
    background-color: #4E4E4E;
    display: flex;
    justify-content: center;
    align-items: center;
}

.category-serch-wrapper{
    width: 80%;
}

.category-serch-wrapper p{
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 15px;
}

.category-serch-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.category-serch-inner ul{
    width: 87%;
}

.category-serch-inner dl{
    display: flex;
}

.category-serch-inner dl:first-of-type{
    margin:0 0 10px;
}

.category-serch-inner dl dt{
    width: 15%;
    min-width: 120px;
    height: 30px;
    margin-right: 5px;
    background-color: #D5D5D5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.category-serch-inner dl dd{
    width: 100%;
    height: 30px!important;
}

.category-serch-inner dl dd select{
    width: 100%;
    height: 100%;
}

.search-btn{
    width: 12%;
    height: 70px;
}

.search-btn button{
    width: 100%;
    height: 100%;
    background-color: #E60000;
    border: none;
    color: #FFFFFF;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s;
}

.search-btn button:hover{
    background-color: #FFFFFF;
    color: #E60000;
}*/

.search-wrapper{
    width: 100%;
    padding: 30px 0;
    background-color: #4E4E4E;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-holder{
    width: 90%;
    max-width: 1120px;
}

.search-table{
    display: flex;
    justify-content:space-between;
}

.search-group{
    width: calc(99% - 100px);
}

span.search-title{
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #FFFFFF;
}

dl.search-list{
    display: flex;
}

dl.search-list:nth-of-type(n+2){
    margin-top: 5px;
}

dl.search-list dt{
    width: 120px;
    height: 35px;
    margin-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #D5D5D5;
}

dl.search-list dd{
    width: 100%;
    height: 35px;
    background-color: #FFC3C4;
}

dl.search-list dd select{
    width: 100%;
    height: 100%;
    padding: 5px 10px;
    border: 1px solid #707070!important;
}

.search-btn{
    width: 100px;
    height: 75px;
}

.search-btn button{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-color: #E60000;
    color: #FFFFFF;
    border: 1px solid #E60000;
    font-size: 1.6rem;
    transition: all 0.2s;
}

.search-btn button:hover{
    background-color: #FFFFFF;
    color: #E60000;
    cursor: pointer;
}

/* ========== 文字 ========== */
.pankuzu{
    font-size: 1.4rem;
    margin-bottom: 50px;
}

.pankuzu a{
    color: #0064A5;
}

h1{
    font-size: 2.8rem;
    font-weight: bold;
}

h2{
    font-size: 2.4rem;
    font-weight: bold;
}

h3{
    font-size: 2.1rem;
    font-weight: bold;
}

h4{
    font-size: 1.8rem;
    font-weight: bold;
}

h5{
    font-weight: bold;
    font-size: 2.1rem;
    border-bottom: 1px solid #707070;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

p.strong-text{
    font-weight: bold;
    margin-bottom: 25px;
}

/* === タイトル === */
dl.title{
    margin-bottom: 30px;
}

dl.title dt{
    margin-bottom: 15px!important;
    padding-bottom: 10px!important;
    border-bottom: 2px solid #E60000!important;
}

/* 色 */
.red{
    color: #E60000!important;
}

.red-bold{
    color: #E60000;
    font-weight: bold;
}

/* リンク */
a.link{
    color: #0039BF;/*032981*/
    transition: all 0.25s;
}

a.red-link{
    color: #e60000;
    transition: all 0.25s;
}

a.link:hover,
a.red-link:hover{
    opacity: 0.5;
}

/* ========== タブ ========== */
ul.tab{
    width: 100%;
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 45px;
}

ul.tab li{
    width: 18%;
    height: 60px;
    margin-right: 2.5%;
    display: flex;
    justify-content: center!important;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s;
    box-shadow:0px 0px 4px 0px rgba(50, 50, 50, 0.3);
    text-align:center;
}

ul.tab li:hover{
    color: #E60000;
    box-shadow:0px 0px 10px 0px rgba(50, 50, 50, 0.45);
}

ul.tab li.selected{
    background-color: #FF5154;
    color: #FFFFFF;
}

ul.tab li:nth-of-type(5n){
    margin-right: 0!important;
}

ul.tab li:nth-of-type(n+6){
    margin-top: 15px;
}

.discon-page{
    width: 100%;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #707070;
}

.tabcontents > .content{
    margin-bottom: 120px!important;
}

.tabcontents > .content:last-of-type{
    margin-bottom: 0;
}

.tab-title{
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 10px;
}

/* ========== mrgin-bottom ========== */
.mb5{
    margin-bottom: 5px!important;
}

.mb15{
    margin-bottom: 15px!important;
}

.mb25{
    margin-bottom: 25px!important;
}

.mb30{
    margin-bottom: 30px!important;
}

.mb45{
    margin-bottom: 45px!important;
}

.mb50{
    margin-bottom: 50px!important;
}

.mb65{
    margin-bottom: 65px!important;
}

.mb75{
    margin-bottom: 75px!important;
}

.mb120{
    margin-bottom: 120px!important;
}

/* ========== キャプション ========== */
span.caption{
    display: inline-block;
    margin-left: 15px;
    font-size: 1.2rem;
    font-weight: normal;
}

/* ドット */
ul.dot{
    margin-left: 15px;
    position: relative;
}

ul.dot li{
    margin-bottom: 5px;
}

ul.dot li::before{
    position: absolute;
    content: '・'!important;
    left: -5px;
    margin-left: -15px!important;
}

/* 単体 */
ul.caption{
    margin:5px 0 0 20px;
    position: relative;
}

ul.caption li{
    width: calc(100% - 15px)!important;
    margin: 0 !important;
}

ul.caption li:nth-of-type(n+2){
    margin-top: 10px!important;
}

ul.caption-colon{
    margin-left: 30px;
    position: relative;
}

/* 米印 */
ul.caption li::before{
    position: absolute;
    left: -20px;
    content: '※'!important;
}

ul.caption-colon li::before{
    position: absolute;
    left: -15px;
    margin-left: -15px;
    content: '※：';
}

/* 矢印 */
ul.caption li.arrow::before{
    position: absolute;
    left: -10px;
    margin-left: -10px;
    content: '→'!important;
}

/* 複数 */
ul.captions{
    margin:0 0 0 40px;
    position: relative;
}

ul.captions li{
    margin-bottom: 5px;
    line-height: 1.5;
}

ul.captions li:last-of-type{
    margin-bottom: 10px;
}

ul.captions li::before{
    position: absolute;
    left: -20px;
    margin-left: -20px;
}

li.caption::before{
    content: '※';
}

li.caption-colon::before{
    content: '※：';
}

li.caption-1::before{
    content: '※1：';
}

li.caption-2::before{
    content: '※2：';
}

li.caption-3::before{
    content: '※3：';
}

li.caption-4::before{
    content: '※4：';
}

li.caption-5::before{
    content: '※5：';
}

li.caption-6::before{
    content: '※6：';
}

li.caption-7::before{
    content: '※7：';
}

li.caption-8::before{
    content: '※8：';
}

/*注意*/
li.attention::before{
    content: '注'!important;
}

li.attention-colon::before{
    content: '注：'!important;
}

li.attention-1::before{
    content: '注1：';
}

li.attention-2::before{
    content: '注2：';
}

li.attention-3::before{
    content: '注3：';
}

li.attention-4::before{
    content: '注4：';
}

li.star-colon::before{
    content: '⋆：';
}

/*連番*/
ul.serial-number{
    margin:0 0 0 20px;
    position: relative;
}

ul.serial-number li::before{
    position: absolute;
    left: -11px;
    margin-left: -11px;
}

.serial-number-1::before{
    content: '1.';
}

.serial-number-2::before{
    content: '2.';
}

.serial-number-3::before{
    content: '3.';
}

.serial-number-4::before{
    content: '4.';
}

.serial-number-5::before{
    content: '5.';
}

.serial-number-6::before{
    content: '6.';
}

.serial-number-7::before{
    content: '7.';
}

.serial-number-8::before{
    content: '8.';
}

.serial-number-9::before{
    content: '9.';
}

.serial-number-10::before{
    content: '10.';
}

ul.the-circled-number{
    margin:0 0 0 25px;
    position: relative;
}

ul.the-circled-number li::before{
    position: absolute;
    left: -12px;
    margin-left: -12px;
}

.the-circled-number-1::before{
    content: '①';
}

.the-circled-number-2::before{
    content: '②';
}

.the-circled-number-3::before{
    content: '③';
}

.the-circled-number-4::before{
    content: '④';
}

.the-circled-number-5::before{
    content: '⑤';
}

.the-circled-number-6::before{
    content: '⑥';
}

.the-circled-number-7::before{
    content: '⑦';
}

.the-circled-number-8::before{
    content: '⑧';
}

ul.fullsetbag-tokutyo li.symbol::before{
    content: none!important;
}

.symbol{
    align-items: center;
}

.symbol::before{
    content: '▶'!important;
    font-size: 1rem!important;
}

ul.main-tokutyo li dl dd{
    margin-left: 20px;
    position: relative;
    
}

span.circle::before{
    position: absolute;
    left: -10px;
    margin-left: -10px;
    content: '●';
    font-size: 1.5rem;
    margin-right: 10px;
}

/* ========== 囲み ========== */
.wrapper{
    margin-bottom: 120px;
}

/* ========== 特長(アイコン) ========== */
ul.tokutyo{
    display: flex;
    flex-wrap: wrap;
    margin:15px 0 25px;
}

ul.tokutyo li{
    width:inherit!important;
    margin:0 10px 0 0!important;
    padding:0 15px!important;
    border: 1px solid #707070;
    color: #707070;
    font-size: 1.4rem;
}

ul.tokutyo li.zaiko{
    background-color: #9900FF;
    border: 1px solid #9900FF!important;
    color: #FFFFFF;
}

ul.tokutyo li.demo{
    padding:1px 10px;
    border: 1px solid #E90000;
    color: #E90000;
}

ul.tokutyo li.schedule{
    border: 1px solid #0064A5;
    color: #0064A5;
}

ul.tokutyo li.orange{
    border: 1px solid #FF4600;
    color: #FF4600;
}

ul.tokutyo li.rohs{
    border: 1px solid #72BC01;
    color: #72BC01;
}

ul.tokutyo li.discon{
    border: 1px solid #E90000;
    background-color: #E90000;
    color: #fff;
    font-weight: bold;
}

ul.tokutyo li.blue{
    border: 1px solid #0064A5;
    color: #0064A5;
}

ul.tokutyo li.usb{
    border: 1px solid #FFBB00;
    color: #FFBB00;
}

ul.tokutyo li.red{
    border: 1px solid #e60000;
    color: #e60000!important;
    background-color: #FFFFFF;
}

ul.tokutyo li.green{
    background-color: #FFFFFF;
    border: 1px solid #00671F;
    color: #00671F;
}

ul.tokutyo li.cc-link{
    border: none;
    width: 150px!important;
    padding: 0!important;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.tokutyo li.cc-link img{
    width: 100%;
    height: auto;
}

/* ===== 型式検索 ===== */
.katashiki-wrapper{
    width: 100%;
    margin-bottom: 75px;
}

.katashiki-wrapper p{
    padding-bottom: 5px;
    border-bottom: 1px solid #707070;
    margin-bottom: 20px;
}

.katasiki-search{
    background-color: #4E4E4E;
    padding: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.katasiki-search-inner{
    width: 90%;
    max-width: 1000px;
}

.katasiki-search-inner span{
    color: #FFFFFF;
    margin-bottom: 15px;
}

.katasiki-search-inner dl{
    display: flex;
    justify-content: space-between;
}

.katasiki-search-inner dl dt{
    width: 100%;
    height: 40px;
    margin-right: 15px;
}

.katasiki-search-inner dl dt input{
    width: 100%;
    height: 100%;
    padding: 5px!important;
}

.katasiki-search-inner dl dd{
    width: 120px;
    height: 40px;
}

.katasiki-search-inner dl dd button{
    width: 100%;
    height: 100%;
    background-color: #E60000;
    color: #EEEEEE;
    border: none;
    transition: all 0.2s;
    cursor: pointer;
}

.katasiki-search-inner dl dd button:hover{
    background-color: #EEEEEE;
    color: #E60000;
}

/* ===== indexトップ ===== */
ul.categories{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

ul.categories li{
    width: 32%;
    height: 80px;
    border: 1px solid #707070;
    transition: all 0.2s;
}

ul.categories li:nth-of-type(n+4){
    margin-top: 25px;
}

ul.categories li a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s;
}

ul.categories li:hover{
    border: 1px solid #E60000;
}

ul.categories li:hover a{
    color: #E60000;
}

/* ===== FAQbボタン ===== */
.faq-btn{
    width: 85%;
    max-width: 900px;
    height: 60px;
    margin: 120px 0 0;
    border: 1px solid #E60000;
    transition: 0.5s;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.45);
    border-radius: 50px;
    
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.faq-btn a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items:center;
    font-weight: bold;
    color: #E60000;
    transition: 0.2s;
}

.faq-btn:hover{
    background-color: #E60000;
    box-shadow: none;
    transform: translate3d(-50%,-35%,0);
}

.faq-btn:hover a{
    color: #FFFFFF;
}

@media screen and (max-width:1366px){
    table{
        width: 100%;
    }
    
    .scroll_area{
        width:100%;
    }
    
    .scroll_area table{
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
}

@media screen and (max-width:820px){
    .pc,
    .pc-br{
        display: none!important;
    }
    
    .sp,
    .sp-br{
        display: block!important;
    }
    
    html{
        font-size: 62.5%;
        margin: 0;
        padding: 0;
    }
    
    body{
        font-size: 1.6rem!important;
        position: relative;
    }
    
    #logo_sp{
        width: 55%;
        max-width: 280px;
        height: auto;
    }

    main{
        margin: 0 0 200px;
    }
    
    section{
        margin-bottom: 100px!important;
    }
    
    /*========= ナビゲーションのためのCSS ===============*/
    #header_sp{
        width: 95%;
        margin: 25px auto;
        display:flex;
        justify-content: space-between;
        align-items: center;
        font-size: 2.1rem;
    }
    
    #g-nav{
        position:fixed;
        z-index: 999;
        top:0;
        right: -100%;
        width:100%;
        height: 100vh;
        transition: all 0.6s;
        background-color:rgba(0,0,0,0.8);
    }

    #g-nav.panelactive{
        right: 0;
    }
    
    #g-nav.panelactive #g-nav-list{
        position: fixed;
        z-index: 999; 
        width: 95vw!important;
        height: 100vh;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    #g-nav-list{
        background-color: #FFFFFF;
        padding: 0 3%;
    }

    .product_form{
        height: 7rem!important;
        margin-top: 75px!important;
    }

    .product_form input{
        width: 90%!important;
        font-size: 2rem!important;
    }

    .product_form button{
        width: 75px;
    }

    ul.header_btn{
        display: block;
        margin: 35px 0 20px!important;
    }

    ul.header_btn li{
        width: 100%;
        height: 45px;
        margin: 20px 0 0!important;
    }
    
    /* ボタンのためのCSS */
    .openbtn{
        position:fixed;
        z-index: 9999;/*ボタンを最前面に*/
        cursor: pointer;
        width: 30px;
        height:24px;
        right: 3%;
    }
		
    .openbtn span{
        display: inline-block;
        transition: all .4s;
        position: absolute;
        height: 3px;
        border-radius: 2px;
        background-color: #666;
        width: 95%;
    }

    .openbtn span:nth-of-type(1) {
        top: 2px
    }

    .openbtn span:nth-of-type(2) {
        top:12px;
    }

    .openbtn span:nth-of-type(3) {
        top:22px;
    }

    .openbtn.active span:nth-of-type(1) {
        top: 4px;
        left: 0;
        transform: translateY(6px) rotate(-45deg);
        width: 90%;
    }

    .openbtn.active span:nth-of-type(2) {
        opacity: 0;
    }

    .openbtn.active span:nth-of-type(3){
        top: 16px;
        left: 0;
        transform: translateY(-6px) rotate(45deg);
        width: 90%;
    }
    
    /*form*/
    form.product_form{
        border: 1px solid #B7B7B7;
        width: 100%;
        height: 75px;
        margin-top: 8rem;
    }
    
    .accordion{
        margin-top: 40px;
    }
    
    .accordion > li{
        display: inline-block;
        width: 100%;
        height: 70px;
        border-top: 1px solid #B7B7B7;
    }
    
    .accordion > li:last-of-type{
        border-bottom: 1px solid #B7B7B7;
    }
    
    .accordion li dl{
        height: 100%;
    }
    
    .accordion li dl dt{
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
    }
    
    .accordion li span{
        position: relative;
        display: inline-flex;
        align-items: center;
        width: 100%;
        height: 100%;
    }
    
    .accordion li span::before,
    .accordion li span::after{
        position: absolute;
        content:'';
        width: 15px;
        height: 2px;
        background-color: #E90000;
    }
    
    .accordion li span::before{
        top:50%;
        right: 15px;
        transform: translate(-50%,-50%);
        transform: rotate(0deg);
    }

    .accordion li span::after{    
        top:50%;
        right: 15px;
        transform: rotate(90deg);
    }
    
    .accordion li:last-of-type span::before,
    .accordion li:last-of-type span::after{
        display: none;
    }

    /*　closeというクラスがついたら形状変化　*/
    .accordion li span.close::before{
        transform: rotate(45deg);
    }

    .accordion li span.close::after{
        transform: rotate(-45deg);
    }
    
    .accordion li dl dd{
        display: none;
    }
    
    .accordion li dl dd ul{
        padding: 1rem 0 0;
    }
    
    .accordion li dl dd ul li{
        padding: 1.5rem 0 0;
        font-size: 1.8rem;
    }
    
    .accordion li a{
        width: 100%;
        height: 100%;
        display: inline-flex;
        align-items: center;
    }

    /* ========== タブ ========== */
    ul.tab{
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    ul.tab > li{
        width: calc(23.5% - 2px)!important;
        margin-right: 2%!important;
    }

    ul.tab > li:nth-of-type(4){
        margin-right: 0!important;
    }

    ul.tab > li:nth-of-type(n+5){
        margin-top: 10px;
    }
}

@media screen and (max-width:425px){    
    section{
        width: 95%!important;
        margin-bottom: 75px!important;
        font-size: 1.4rem;
    }
    
    span.pankuzu{
        font-size: 1.2rem;
        margin-bottom: 15px!important;
    }

    /* === フォント数 === */
    h1{
        font-size: 2.4rem;
    }
    
    h2{
        font-size: 2.1rem;
    }
    
    /* === タイトル === */
    dl.title{
        margin-bottom: 30px;
    }
    
    dl.title dt{
        margin-bottom: 15px;
        padding-bottom: 10px;
        border-bottom: 2px solid #E60000;
    }
    
    /* フッター */
    #footer{
        width: 95%;
        display: block!important;
    }
    
    .footer-logo{
        width: 75%;
        margin: 0 auto 35px;
    }
    
    .footer-nav-contents{
        font-size: 1rem;
        text-align: center!important;
    }
    
    .footer-nav-contents ul{
        justify-content: center;
        margin-bottom: 25px;
    }
    
    .footer-nav ul li{
        padding: 0 5px;
    }

    /* ========== タブ ========== */
    ul.tab{
        justify-content: space-between;
    }
    
    ul.tab > li{
        width:calc(48.5% - 2px)!important;
        margin-right: 0!important;
    }


    ul.tab > li:nth-of-type(n+3){
        margin-top: 10px;
    }
    
    /* ========== カテゴリ別 ========== */
    .search-table{
        display: block;
    }
    
    .search-group{
        width: 100%!important;
    }
    
    dl.search-list{
        display: block;
        font-size: 1.6rem;
    }
    
    dl.search-list dt{
        width: 100%;
        height: 35px;
    }
    
    dl.search-list dd{
        width: 100%;
        height: 60px;
    }
    
    dl.search-list dd select{
        width: 100%;
    }
    
    .search-btn{
        width: 100%;
        height: 50px;
        margin-top: 15px;
    }
}
















































































































































































































































