@charset "UTF-8";
/*********************************************
 * 基本のパーツのデザイン
 *
 * ボタン、見出し、テーブル、リスト
 * フォームタグ
 * お知らせ
 * 閲覧履歴スライダー
 *
 *********************************************/
/*------------
 hoverスタイル
------------*/
.hover_opacity {
  transition-duration: .3s;
}
.hover_opacity:hover {
  opacity: .7;
}
/*------------
ボタンのスタイル
------------*/
/*基本のボタン*/
input[type="submit"].btm,
input[type="button"].btm,
a.btm{
	margin: 15px auto;
	width: min(95%, 300px);
    padding: 15px 25px 15px 10px;
	color: #fff!important;
	background: var(--sub-color);
	display: block;
	font-weight: bold;
    text-align: left;
	letter-spacing: .05em;
	font-size: 1.5rem;
	position: relative;
	font-feature-settings: "palt" 1;
	cursor: pointer;
}
input[type="submit"].btm,
input[type="button"].btm{
	text-align: center;
	padding: 15px 10px;
}
input[type="submit"].btm.color-blue,
input[type="button"].btm.color-blue,
a.btm.color-blue{
	background-color: var(--main-color);
	transition-duration: .3s;
}
input[type="submit"].btm.color-backblue,
input[type="button"].btm.color-backblue,
a.btm.color-backblue{
	background-color: #227a91;
	transition-duration: .3s;
}
input[type="button"].btm:before,
a.btm:before{
	content: '〉';
	font-size: 1.1rem;
	position: absolute;
	right: 10px;
	top: 50%;
    transform: translateY(-50%);
	transition-duration: .3s;
}

input[type="submit"].btm.btm_back,
input[type="button"].btm.btm_back{
	background: var(--line-color);
}

input[type="button"].btm:hover,
a.btm:hover {
	background:#666;
}
a.btm:hover:before{
	right: 6px;
}
/*矢印のボタン*/
a.btm_arrow{
	margin: 5px auto;
	padding-left: 15px;
	line-height: 1.5em;
	letter-spacing: .05em;
	position: relative;
	text-decoration:none!important;
	color: var(--main-color)!important;
	font-size: 1.3rem;
	display: inline-block;
  font-feature-settings: "palt" 1;
}
a.btm_arrow::before{
	content: '〉';
	position: absolute;
    top:0;
   	left: 0;
    width: 15px;
    height: 15px;
	transition-duration: .3s;
	background-repeat: no-repeat;
	background-size: contain;
	font-size: 1.1rem;
	color: var(--sub-color);
	font-weight: bold;
}
a.btm_arrow:visited {
  color: #74325c!important;
}
a.visited_ini_color:visited{
	color: initial !important;
}
a.btm_arrow:hover{
	color: var(--line-color)!important;
	text-decoration: underline!important;
}
#contentsArea a.btm_arrow{
	font-size: 1.5rem;
}
/*ボックスのボタン*/
a.btm_box{
	padding: 2px 5px;
	background: #fff;
	display: block;
	text-align: center;
	border: solid 1px var(--line-color);
	cursor: pointer;
}
/*------------
リンク
------------*/
.contentsArea-inner a{
	color: #0500CA;
}
.contentsArea-inner a:visited:hover ,
.contentsArea-inner a:hover {
  color: var(--sub-color);
}
.contentsArea-inner a:visited {
  color: #74325c;
}

/*------------
リンクのアイコン
------------*/
#contentsArea a[href$=".pdf"]:after,
#contentsArea a[href$=".doc"]:after,
#contentsArea a[href$=".docx"]:after,
#contentsArea a[href$=".xls"]:after,
#contentsArea a[href$=".xlsm"]:after,
#contentsArea a[href$=".xlsx"]:after,
#contentsArea a[target="_blank"]:after,
#contentsArea a[target="_blank"]:after,
footer a[target="_blank"]:after,
footer a[target="_blank"]:after{
display: inline-block;
width: 35px;
height: 35px;
padding:0 5px;
}
#contentsArea a[href$=".pdf"]:after{
content: url("../img/icon-pdf.svg");
}
#contentsArea a[href$=".doc"]:after,
#contentsArea a[href$=".docx"]:after{
content: url("../img/icon-word.svg");
}
#contentsArea a[href$=".xls"]:after,
#contentsArea a[href$=".xlsm"]:after,
#contentsArea a[href$=".xlsx"]:after{
content: url("../img/icon-excel.svg");
}
#contentsArea a[target="_blank"]:after,
#contentsArea a[target="_blank"]:after,
footer a[target="_blank"]:after,
footer a[target="_blank"]:after{
content: url("../img/icon-blank.svg");
width: 25px;
height: 25px;
}
footer a[target="_blank"]:after,
footer a[target="_blank"]:after{
content: url("../img/icon-blank-wh.svg");
}
#contentsArea a.btm:after,#contentsArea a.btm_arrow:after{
content: none!important;
}
/*------------
	 見出し
------------*/
h2 {
	margin:35px auto 25px;
	padding-bottom: 15px;
	font-size: 2.6rem;
	line-height: 1.5;
	font-weight: bold;
	border-bottom: solid 2px var(--line-color);
	position: relative;
}
h2:before {
	content: '';
	width: 45px;
	height: 2px;
	background: var(--sub-color);
	position: absolute;
	bottom: -2px;
	left: 0;
}
h3 {
	margin:25px auto 20px;
	padding-bottom: 10px;
	font-size: 2rem;
	line-height: 1.5;
	font-weight: bold;
	position: relative;
}
h3:before {
	content: '';
	width: 25px;
	height: 2px;
	background: var(--sub-color);
	position: absolute;
	bottom: 0;
	left: 0;
}
h4 {
	margin:25px auto 10px;
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: bold;
	position: relative;
}
h4.bg-color {
	padding: 5px 10px;
	background: var(--bg-color);
}
/*margin-bottom5*/
h3.margin-bottom5 {
	margin-bottom: 5px;
}
/*------------
	 flexカラム
------------*/
.col-2 > div{
	width: 48%;
}
/*------------
	 テキストスタイル
------------*/
.contentsArea-inner p{
	font-size: 1.5rem;
}
.text-small{
	font-size: 1.2rem;
	line-height: 1.5em;
	display: inline-block;
}
.text-bold{
	font-weight: bold;
}
.text-red{
	color: var(--sub-color);
}
.text-center{
	text-align: center;
}
/*------------
	背景色
------------*/
.bg-color{
	padding: 1em;
	background: var(--bg-color);
}
/*------------
 テーブルのスタイル
------------*/
table {
  margin: 10px 0;
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.8;
	border: solid 1px var(--line-color);
}
th {
	padding: 15px 10px;
	background:#C6CCD0;
	border-right: solid 1px var(--line-color);
	border-bottom: solid 1px var(--line-color);
	vertical-align: middle;
	font-size: 1.5rem;
}
td {
  padding: 15px;
	background: var(--bg-color);
	border: solid 1px #fff;
  vertical-align: middle;
	font-size: 1.5rem;

}
table p:last-child{
	margin-bottom: 0;
}
/*------------
フォームタグ
------------*/
textarea,
select,
input[type="tel"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="text"],
input[type="date"]{
    padding: 10px;
    border: solid 1px var(--line-color);
    border-radius: 0;
    background: #fff;
}
label{
	cursor: pointer;
}
input[type="submit"],
input[type="reset"]{
    padding: 10px;
    border-radius: 0;
	border: solid 1px var(--line-color);
	transition-duration: .3s;
	cursor: pointer;
}
input[type="submit"]:hover,
input[type="reset"]:hover{
	opacity: .7;
}
input[type="radio"],input[type="checkbox"]{
  position: relative;
  top:-2px;
}
input[type="checkbox"]{
	margin-right: 10px;
  width: 13px;
  height: 13px;
  -moz-transform: scale(1.4);
  -webkit-transform: scale(1.4);
transform: scale(1.4);
}
textarea{
width: 100%;
}
/*------------
ニュース一覧
------------*/
#newsArea h3{
	font-size: 2.4rem;
}
.newsArea-list li:not(:last-child){
	margin-bottom: 10px;
}
.newsArea-list li a{
	display: flex;
	font-size: 1.3rem;
	color: var(--text-color);
}
.newsArea-list .days{
	margin-right: 15px;
	font-weight: bold;
}
.newsArea-list .note{
	margin-right: 5px;
	padding: 3px;
	font-size: 1.1rem;
	line-height: 1;
	color: #fff;
	font-weight: bold;
	background: var(--sub-color);
	align-self: center;
}
.newsArea-list{
	margin-bottom: 15px;
}
.newsArea-list li a{
	font-size: 1.4rem;
}
.newsArea-list .days{
	padding-top:2px;
	font-size: 1.6rem;
}
.newsArea-list li a:hover p{
	text-decoration: underline;
	color: var(--sub-color);
}

/*------------
 　閲覧履歴 スライダー
------------*/
#historyArea{
	padding: 35px 0;
	background: #fff;
}
#historyArea h2{
	margin: 0 0 25px;
	padding: 0 0 0 10px;
	border: none;
}
#historyArea h2:before{
	content: none;
}
.historyArea-slider .slick-slide {
	margin: 0 8px;
}
.historyArea-slider .slick-slide a{
	width: 130px;
	font-size: 1.3rem;
	line-height: 1.25;
}
.historyArea-slider img{
	margin-bottom: 10px;
	width: 150px;
	height: 130px;
	object-fit: contain;
	background: #fff;
}
.historyArea-slider span{
	display: inline-block;
	line-height: 1.5em;
}
.historyArea-slider .poducts-name{
	text-decoration: underline;
	word-break: break-all;
	cursor: pointer;
}
.historyArea-slider.slick-dotted.slick-slider {
  margin-bottom: 20px!important;
}
/*slickの矢印*/
.historyArea-slider .slick-arrow{
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: var(--main-color);
	position: absolute;
	right: 10px;
	top: -60px;
	transition-duration: .3s;
}
.historyArea-slider .prev.slick-arrow{
	right: calc(5% + 10px);
	z-index: 1;
}
.historyArea-slider .slick-arrow:after{
	content: '';
	display: block;
    width: 7px;
    height: 7px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
	  position: absolute;
	  top: 35%;
	  right: 40%;
}
.historyArea-slider .prev.slick-arrow:after{
	transform: rotate(-135deg);
	right: 30%;
}
.historyArea-slider .slick-arrow:hover{
	background-color: var(--line-color);
	cursor: pointer;
}
/*ドット*/
#historyArea .historyArea-slider-dots{
	margin: 0 auto;
	padding-right: 15px;
	width: 800px;
	justify-content: flex-end;
}
#historyArea .historyArea-slider-dots .slick-dots{
	width: auto;
	position: relative;
	top: 0;
}
#historyArea .slick-dots li {
  margin: 0 4px;
	width: 7px;
	height: 7px;
}
#historyArea .slick-dots li button:before {
  content:''!important;
	width: 7px;
	height: 7px;
	border: solid 1px var(--line-color);
	opacity: 1;
}
#historyArea .slick-dots li.slick-active button:before{
	background: var(--main-color);
}

.historyArea-slider {/*描画時の表示制御用*/
  display: none;
}
.historyArea-slider.slick-initialized{
  display: block; /*slick-initializedが付与されたら表示*/
}

table.td_ini_backcolor tbody td {
	background: initial;
}

.keywordHistoryArea{
	position: absolute;
	width:100%;
	background: var(--bg-color);
	z-index: 10;
}

.keywordHistory{
	border:none !important;
    width:97%;
    text-align: left;
	padding: 0px 10px;
}

.keywordHistory:focus{
	background-color: #e0e0e0;
    border: 1px solid !important;
}
.cross{
	border:none !important;
	width:3%;
    font-size: 20px;
    float: right;
    padding: 0px 5px 0px 0px;
}

.valueHide{
	text-indent: -9999px;
}

.categoryListBtn{
	border:none !important;
    color: #fff;
    padding: 1em;
    width: 100%;
    text-align: left;
}

.categoryListArea{
	position: absolute;
	width: calc(100% - 220px);
	background: var(--bg-color);
	z-index: 10;
	border: solid 3px;
	overflow-y: scroll;
	max-height: 40vh;
}

.categoryListArea ul {
	background-color: white;
}

.categoryListArea ul li ul {
	background-color: white;
}

.bg_none_img{
	background: initial !important;
}

.category_indent{
	padding: 3px 0pt 3px 20px !important;
}

.bg_none_img-hitarea{
	background: initial !important;
}

.search-catalog-list .collapsable-hitarea:before{
	content: '〉';
    top: 4px;
    font-size: 1.1rem;
    color: var(--sub-color);
    font-weight: bold;
    position: relative;
}

.search-catalog-list .expandable-hitarea:before{
	content: '+';
	color: var(--sub-color);
}

.catagoryListArea .collapsable-hitarea{
	width:10px!important;
	margin-left: -11px!important;
}

.catagoryListArea .expandable-hitarea{
	width:10px!important;
	margin-left: -11px!important;
}

.syouhinListArea .collapsable-hitarea{
	width:10px!important;
	margin-left: -11px!important;
}

.syouhinListArea .collapsable-hitarea:before{
	content: '〉';
    font-size: 1.1rem;
    color: var(--sub-color);
    font-weight: bold;
}

.syouhinListArea .expandable-hitarea{
	width:10px!important;
	margin-left: -11px!important;
}

.syouhinListArea .expandable-hitarea:before{
	content: '+';
	color: var(--sub-color);
}

.search-catalog-list #categoryLevel3Btn:before{
	content: '〉';
	font-size: 1.1rem;
	color: var(--sub-color);
	font-weight: bold;
	padding-right: 4px;
}

.tree_current{
	font-weight: bold;
	font-size: 1.4rem;
}

.syouhinListArea .selectable:before{
	content: '〉';
	font-size: 1.1rem;
	color: var(--sub-color);
	font-weight: bold;
	padding-right: 4px;
	margin-left: -11px;
    float: left;
}