@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}
* {
    overflow-wrap: break-word;
    word-wrap: break-word;
}
html img,a {
  cursor: pointer;
}
div#c-datab {
	border-top: 1px solid #cfcfcf;
}
@media screen and (max-width: 959px){
div#c-datab {
	border-top: 1px solid #cfcfcf;
}
}
.c-titl_top {
	font-weight: bold;
	background-color: #0361a7;
	color: #fff;
	padding: 0.5em calc(0.5em - 6px);
	position: relative;
	font-size: 24px;
	margin-bottom: 1em;
}

.c-titl_top:after {
	content: '';
	background-color: #4c9ac0;
	width: 100%;
	height: 3px;
	position: absolute;
	bottom: -6px;
	left: 0;
}
.c-titl_top:before {
	content: '';
	background-color: #4c9ac0;
	width: 100%;
	height: 3px;
	position: absolute;
	top: -6px;
	left: 0;
}
/*---.breadclumbs_db----*/
@media screen and (min-width: 960px) {
.breadclumbs_db {
	width: 100%;
	z-index: 50;
}

.breadclumbs_db a {
	color: #717171;
}
.breadclumbs_db a:hover {
	text-decoration: underline;
}

.box_db{
	position: relative;
}
.bnav-t_db {
	position: absolute;
	top: 40px;
	left: 30px;
	font-size: 1.1em;
}
}
@media screen and (max-width: 960px){
.l-column-wrap_db {
	/* display: flex; */
	justify-content: space-between;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 0 10px 0 10px;
	/* min-width: 1050px; */
	/* max-width: 1400px; */
	margin-top: 20px;
}
.l-column-wrap_db .l-column-main_db {
	padding: 10px;
	/* width: calc(100% - 260px); */
}
}

@media screen and (max-width: 959px) {
.bnav-t_db {
	position: absolute;
	left: 30px;
	font-size: 1.1em;
}
	.sp_none {
	display: none !important;
	}
}

/*---contents----*/
@media screen and (min-width: 960px){
.l-column-wrap_db {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 100px 25px 100px;
	min-width: 960px;
	max-width: 1400px;
}
.l-column-wrap_db .l-column-main_db {
	padding-left: 20px;
	width: calc(100% - 300px);
}
}


/*DC-TOP*/
.list_category,
.list_category2 {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	list-style: none;
}
.list_category::after,
.list_category2::after {
	content: "";
	display: block;
	width: 32%;
	height: 0;
}
.list_category li,
.list_category2 li	{
	border: 1px solid #0361a7;
	border-radius: 5px;
	width: 32%;
	/*! padding: 10px; */
	margin-bottom: 10px;
	text-align: center;
	box-shadow: 2px 2px 2px #ddd;
}
.list_category li a {
	display: block;
	background-color: #51774f;
	border-radius: 5px;
	height: 100%;
	padding: 15px;
text-decoration: none;
	font-weight: normal;
}

.list_category li a img {
	border-radius: 5px;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	transition: .5s;
} 
.list_category li:hover img	{
	transform: scale(1.05,1.05);
}
.list_category li a span {
	display: block;
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
	cursor: pointer;
}

.list_category2 li a {
	border-radius: 5px;
	text-decoration: none;

	font-weight: bold;
}

.list_category2 li a img {
	display: block;
	margin: auto;
	padding: 8px;
	width: 63%;
	transition: .5S;
} 
.list_category2 li:hover img {
	transform: scale(1.08,1.08);
}

.list_category2 li a span {
	display: block;
	text-align: center;
	font-size: 15px;
	color: #FFFFFF;
	cursor: pointer;
}

.list_category2 {
	margin-bottom: 30px;
}
.list_category2 li a span {
  display: inline-block;
  font-size: 18px;
  color: #51774f;
  cursor: pointer;
}
.list_document {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	list-style: none;
	margin-bottom: 30px;
}
.list_document li	{
	/*! border: 1px solid #00b9ef; */
	border-radius: 5px;
	width: 32%;
	padding: 10px;
	margin-bottom: 10px;
	background: #009bdd;
	box-shadow: 2px 2px 2px #ddd;
}
.list_document li a {
	display: block;
	padding: 10px;
	text-decoration: none;
	font-weight: normal;
}
.list_document li a img {
	border-radius: 5px;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	transition: .5s;
}
.list_document li:hover img	{
	transform: scale(1.08,1.08);
}
.list_document li a span {
	display: block;
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
	cursor: pointer;
}

@media screen and (max-width: 599px) {
  .list_category li,
  .list_category2 li,
  .list_document li  {
    width: 48%;
  }
  .list_class__body a,
  .list_class__body ul {
    width: 100%;
  }
}
@media screen and (max-width: 428px) {
	.list_category, .list_category2, .list_document{
	display:block	
	}
  .list_category li,
  .list_category2 li,
  .list_document li  {
    width: 100%;
  }
}


/*---ac_nav_db----*/

.l-column-nav_db {
	display: flex;
	flex-direction: column;
	width: 280px;
	font-size: 18px;
}
ul.ac {
  display: none;
}

span.ac_menu {
  cursor: pointer;
}

li.ac_menu_list {
  cursor: pointer;
}






/*@media screen and (min-width: 960px){*/
.l-column-wrap_db .l-column-nav {
	width: 250px;
	}
.column_nav_item {
	/* background-color: #ffe1cb; */
	background-color: #fffaef;
}
.column_nav_item .column_nav_menu {
	display: none;
}
.column_nav_item h2 {
	position: relative;
	padding-left: 10px;
	line-height: 52px;
	background-color: #834809e3;
	font-size: 20px;
	color: #fff;
}
.column_nav_item h2.pro {
	position: relative;
	padding-left: 10px;
	line-height: 52px;
	background-color: #0062A0;
	font-size: 20px;
	color: #fff;
}
.column_nav_item h2::after {
	content: "";
	position: absolute;
	top: calc(50% - 8px);
	right: 20px;
	width: 18px;
	height: 18px;
	background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M256%2080c0-17.7-14.3-32-32-32s-32%2014.3-32%2032V224H48c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032H192V432c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V288H400c17.7%200%2032-14.3%2032-32s-14.3-32-32-32H256V80z%22%2F%3E%3C%2Fsvg%3E") 0 0/cover no-repeat;
}
.column_nav_item h2.is-open::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M432%20256c0%2017.7-14.3%2032-32%2032L48%20288c-17.7%200-32-14.3-32-32s14.3-32%2032-32l352%200c17.7%200%2032%2014.3%2032%2032z%22%2F%3E%3C%2Fsvg%3E");
}
.column_nav_item .product_menu_parent {
	padding-bottom: 20px;
}
.column_nav_item .product_menu_child {
	padding: 0 20px;
}
.column_nav_item .product_menu_child.wide {
	padding: 15px 10px 0;
}

.column_nav_item .news_archive_title::after {
	background-image: none;
}
.column_nav_item .news_archive_parent .js-ac {
	position: relative;
	margin-bottom: 0;
	padding-left: 20px;
	line-height: 45px;
	font-size: 22px;
	color: #80260b;
	background-color: #fce1cd;
}
.column_nav_item .news_archive_parent .js-ac::after {
	content: "";
	position: absolute;
	top: calc(50% - 8px);
	right: 20px;
	width: 18px;
	height: 18px;
	background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20fill%3D%22%2355e%22%20d%3D%22M256%2080c0-17.7-14.3-32-32-32s-32%2014.3-32%2032V224H48c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032H192V432c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V288H400c17.7%200%2032-14.3%2032-32s-14.3-32-32-32H256V80z%22%2F%3E%3C%2Fsvg%3E") 0 0/cover no-repeat;
}
.column_nav_item .news_archive_parent .is-open::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20fill%3D%22%2355e%22%20d%3D%22M432%20256c0%2017.7-14.3%2032-32%2032L48%20288c-17.7%200-32-14.3-32-32s14.3-32%2032-32l352%200c17.7%200%2032%2014.3%2032%2032z%22%2F%3E%3C%2Fsvg%3E");
}
.column_nav_item .news_archive_child {
	padding: 0 20px 0 60px;
}

.column_nav_item a {
	display: block;
	margin: 5px 0;
	font-size: 18px;
	line-height: 40px;
	letter-spacing: .05em;
	color: #80260b;
	text-decoration: none;
}
.column_nav_item a:hover {
	text-decoration: underline;
}

section.column_nav_item.open.pro {
	margin-top: 20px;
}
section.column_nav_item.open.pro li,
section.column_nav_item.open li {
	border-bottom: 1px solid #b7b7b7;
	/* white-space: nowrap; */
}

/*}*/

@media screen and (max-width: 960px){
nav.l-column-nav.sp_none{
	display: none;
}
.breadclumbs.sp_none.bnav-t{
	display: none;
}

.l-column-wrap_db .l-column-nav {
	width: 100%;
}
}
/*-list_head*/
ul.pagination {
    display: flex;
    justify-content: center;
}
ul.pagination li {
    padding: 20px;
    font-size: 18px;
}
.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
/*list_body*/
.list_product li {
  margin-bottom: 15px;
  box-shadow: 2px 2px 2px #ddd;
  border-radius: 15px;
  background: #daeed954;
}
.list_product li a {
  position: relative;
  display: flex;
  border: 1px solid #51774f;
  border-radius: 15px;
  padding: 15px;
  padding-left: 12px;
  transition: .5s;
  align-items: center;
  color: #405d3e;
}
.list_product li a:hover {
	background-color: #51774f;
	color: #fff;
	text-decoration: none;
}
.list_product li a::after {
    font-family: "Font Awesome 5 Free";
    font-size: 28px;
    font-weight: 900;
    content: "\f138";
    position: absolute;
    top: 50%;
    right: 15px;
}

.list_product li a img {
  border: 1px solid #999999;
  display: block;
  width: 130px;
  height: 130px;
  object-fit: contain;
  background-color: white;
}
.list_product li a dl {
  width: 100%;
  padding-left: 1.6em;
}
.list_product li a dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.list_product li a dd span.label {
    display: inline-block;
    width: 110px;
    font-size: 17px;
    line-height: 1.4em;
    font-weight: bold;
}
.list_product li a dd span {
  /* display: inline-block; */
  font-size: 17px;
  line-height: 1.4em;
  font-weight: 500;
  /* text-align: right; */
}
@media screen and (max-width: 600px){/*以下*/
.list_product li a {
  position: relative;
  display: flex;
  border: 1px solid #51774f;
  border-radius: 15px;
  transition: .5s;
  align-items: center;
  color: #405d3e;
  flex-direction: column;
}
.list_product li a::after {
  display: none;
}
.list_product li a dl {
    width: 100%;
    padding: 12px 0;
}
.list_product li a dd.sp {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #9d9d9d;
  padding: 8px 0;
}
.list_product li a dd span.label {
    width: 100%;
    font-size: 17px;
    line-height: 1.8em;
    font-weight: bold;
    text-decoration:none;
    text-align: left;
}
.list_product li a dd span {
  font-size: 17px;
  line-height: 1.4em;
  font-weight: 500;
  text-align: right;
}
}
/*spec*/
.sp-titl_h2_1 {
  background: #0361a7;
  color: #FFF;
  font-size: 22px;
	padding: 10px;
	margin-bottom: 20px; 
}

.sp-titl_h3_1 {
  position: relative;
  background: transparent;
  color: #51774f;
  font-size: 20px;
  border-bottom: 2px solid #51774f;
  margin-bottom: 14px;
}
.speclist img {
  border: 1px solid #0361a7;
  border-radius: 5px;
  height: auto;
  width: 100%;
  margin-bottom: 5px;
}
.speclist ul li:first-child {
  border-top: 1pt dashed #A29060;
}
.speclist ul li {
  border-bottom: 1pt dashed #A29060;
  padding-right: 30px;
}
.speclist li a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 17px;
  padding: 8px 0 8px 1em;
  color: #51774f;
}
.speclist li a:hover {
  text-decoration: none;
  background-color: #f1f1f1;
  color: #0361a7;
  }
.speclist li a::after {
  font-family: "Font Awesome 5 Free";
  font-size: 22px;
  font-weight: 900;
  content: "\f138";
  position: absolute;
/*  top: 50%;*/
  right: -25px;
}

@media only screen and (min-width: 600px) {
.speclist {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 16px 0;
}
.speclist img {
  display: block;
  width: 250px;
  height: 250px;
  object-fit: contain;
}
.speclist ul {
  width: 67%;
}
}
@media screen and (max-width: 600px){/*以下*/
.speclist {
  display: block;
  margin: 16px 0 36px;
}
}

/*single*/
/*--------------------------------------------------------------
商品紹介ページ
--------------------------------------------------------------*/
h2.product_name {
    color: #000;
    font-size: 22px;
    border-bottom: 2px solid #cccccc;
    line-height: 1.8;
    margin-bottom: 10px;
}
.badge.sikaku_ico_men {
  padding: .25em .4em;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
    color: #fff;
    background-color: #28a745;
}

.badge.sikaku_ico_gi {
  padding: .25em .4em;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
    color: #212529;
    background-color: #ffc107;
}

.badge.sikaku_ico_toc {
  padding: .25em .4em;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
    color: #fff;
    background-color: #dc3545;
}

.badge.tenken_ico_tokji {
  padding: .25em .4em;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
    color: #fff;
    background-color: #17a2b8;
}

.badge.tenken_ico_car {
  padding: .25em .4em;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
    color: #fff;
    background-color: #007bff;
}

.badge.tenken_ico_teiji {
  padding: .25em .4em;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
    color: #fff;
    background-color: #6c757d;
}

.appeal_icons {
    display: inline-block;
    padding-top: 5px;
}
.icon-area {
    display: inline-block;
    float: right;
    padding-top: 5px;
}
.icon-area p {
    padding: 10px 0;
    text-align: right;
}
.icon-area p a{
	font-weight: 700;
	color: #3A97BF;
	text-decoration: underline;
}
.icon-area p a:hover{
	font-weight: 700;
	color: #000;
	box-shadow: 2px 2px 2px #999;
	background-color: #f99;
}
td.go-red{
	background: rgba( 255, 0, 0, .3);
}

@media screen and (min-width: 720px){

.product {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
    flex-wrap: wrap;
    width: 100%;
}
.product_image {
  margin-bottom: 20px;
}
.product_image li img {
	display: block;
	max-width: 720px;
	max-height: 720px;
	object-fit: contain;
}
.product_thumb {
  margin-bottom: 20px;
  display: flex;
}
.product_thumb li {
  padding: 0 10px;
  cursor: pointer;
  display: inline;
}
.product_thumb li img {
  border: 1px solid #999999;
  display: block;
  width: 130px;
  height: 130px;
  object-fit: contain;
}

.product_cation_wrap {
  overflow-x: scroll;
  width: 100%;
  margin-bottom: 10px;
}
.product_cation {
  width: 100%;
}
.product_cation thead th:nth-of-type(1) {
  min-width: 140px;
  width: 140px;
}
.product_cation thead th {
  min-width: 100px;
  width: 100px;
}
.product_cation th {
  background-color: #efefef;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  padding: 10px;
  text-align: left;
}
.product_cation td {
  border: 1px solid #999999;
  text-align: center;
  font-size: 12px;
  padding: 10px;
}

.product_text {
	margin-bottom: 30px;
	font-size: 1.2em;
	line-height: 1.3em;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
table th,table td {
    border: solid 1px #808080;
    padding: 0.5em;
    vertical-align: middle;
}
table.product_cation a {
    text-decoration: none;
    color: black;
}
}
@media only screen and (max-width: 720px) {
.product_image {
    padding: 0 50px;
    margin-bottom: 20px;
}
.product_image li img {
    display: block;
    width: 100%;
    max-width: 720px;
    height: auto;
    object-fit: contain;
}
.product_thumb li img {
    border: 1px solid #999999;
    display: block;
    width: 100%;
    max-width: 120px;
    height: auto;
    object-fit: contain;
}
.product_thumb {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-end;
}
.product_thumb li {
  padding: 0 5px;
  cursor: pointer;
  display: inline;
}
.product_thumb li img {
  /* border: 1px solid #999999; */
  /* display: block; */
  /* width: 100px; */
  /* height: 100px; */
  /* object-fit: contain; */
}

.product_cation_wrap {
  overflow-x: scroll;
  width: 100%;
  margin-bottom: 10px;
}
.product_cation {
  width: 100%;
}
.product_cation thead th:nth-of-type(1) {
  min-width: 140px;
  width: 140px;
}
.product_cation thead th {
  min-width: 100px;
  width: 100px;
}
.product_cation th {
  background-color: #efefef;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  padding: 10px;
  text-align: left;
}
.product_cation td {
  border: 1px solid #999999;
  text-align: center;
  font-size: 12px;
  padding: 10px;
}
.product_text {
	margin-bottom: 30px;
	font-size: 1.2em;
	line-height: 1.3em;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
table th,table td {
    border: solid 1px #808080;
    padding: 0.5em;
    vertical-align: middle;
}
table.product_cation a {
    text-decoration: none;
    color: black;
}
	.product_cation thead th:nth-of-type(1) {
	  min-width: 100px;
	  width: 100px;
	}
	.product_cation thead th {
	  min-width: 80px;
	  width: 80px;
	}
}
/*ac*/
.section.ac {
	width: 280px;
}
.ac,.ac_ttl.ac-pa {
  width: 280px;
  margin: 0 auto;
}
.ac_ttl.ac-pa {
	background: #0361a7;
	font-weight: 700;
	font-size: 1.2em;
	color: white;
}
.ac-pa {
  text-align: left;
  position: relative;
  background-color: #D5EEFF;
  border-bottom: 1px solid #51774f;
  color: #0f0f0f;
  cursor: pointer;
  transition: .3s;
  padding: 10px;
}
/*
.ac-pa:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  width: 24px;
  height: 2px;
  background: #fff;
}

.ac-pa:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 19px;
  transform: translateY(-50%);
  transition: all .3s;
  width: 2px;
  height: 24px;
  background: #fff;
}

.ac-pa.open:after {
  top: 25%;
  transform: rotate(90deg);
  opacity: 0;
}
*/
.ac-pa:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 3px #2a4224;
  border-right: solid 3px #2a4224;
  transform: rotate(-45deg);
  transition: all .3s;
}

.ac-pa.open:after {
  top: 40%;
  transform: rotate(-225deg);
}

.ac-pa:hover {
	background-color: #4C7895;
	color: #fff;
	text-decoration: none;
}

.ac-kid-item {
  padding: 1em;
  position: relative;
  background-color: #bdf7e99c;
  border-bottom: 1px solid #51774f;
  cursor: pointer;
}

.ac-kid-item:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(-45deg);
  transition: all .3s;
}

.ac-kid-item.open:after {
  top: 40%;
  transform: rotate(-225deg);
}
.ac-kid-item:hover {
	background-color: #5DA797;
	color: #fff;
	text-decoration: none;
}

.ac-kid-item_kid {
  padding: 1em;
  background-color: #daeed954;
  border-bottom: 1px solid #51774f;
}
.ac-kid-item_kid:hover {
	background-color: #51774f;
	color: #fff;
	text-decoration: none;
}
.ac-hover {
  opacity: .8;
}


/* ぱんくず */
.breadcrumb{ max-width: 960px; margin: 20px auto 5px auto; }
.breadcrumb ol li {
        /* liを横並び＆ブレットを消す */
        display: inline;
        list-style-type: none;
}
.breadcrumb ol li:before {
        /* liの前に記号追加 */
        content: " > ";
}
.breadcrumb ol li:first-child:before {
        /* 最初のliだけcontentを消す */
        content:"";
}
.breadcrumb ol li a{
	text-decoration: underline;
	color:#0361a7;
}
.breadcrumb ol li a:hover{
	text-decoration: none;
}

.l-header.c_db.is-topFixed {
background: #0361a7;
}



@media screen and (min-width: 960px){/*以上*/
}
@media screen and (max-width: 959px){/*以下*/
}

