@charset "utf-8";
@media print, screen and (max-width:1000px){
/*--------------------------------------------
   サイト基本設定　ここの設定はサイト依存
--------------------------------------------*/
body,html,input,textarea {
  font-family: 'メイリオ', Meiryo, sans-serif;
}
body {
  background: #FEFEFE;
  color: #444;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
}
a {
  text-decoration: none;
  color: #006FB4;
}
table {
  width:100%;
}
img {
  width:100%;
  height:auto;
}
.for_pc {
  display:none;
}
.display_block {
  display:block;
}

/*--------------------------------------------
  header
--------------------------------------------*/
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 16px 4%;
  background: #fff;
  box-shadow: 0 0 10px 1px #666;
  z-index: 9999;
}
#header h1 {
  float: left;
  width: 130px;
  height: auto;
}
#header h1 a {
  display: block;
}
#header .hdr_right {
  float: right;
}
#header .hdr_sp .hdr_right .member_link_btn {
  position: absolute;
  top: 7px;
  right: 130px;
}
#header .hdr_sp .hdr_right .login_link_btn,
#header .hdr_sp .hdr_right .logout_link_btn,
#header .hdr_sp .hdr_right .mypage_link_btn {
  position: absolute;
  top: 7px;
  right: 78px;
}
@media screen and (max-width : 750px ) {
#header .hdr_sp .hdr_right .member_link_btn {
  position: absolute;
  top: 7px;
  right: 114px;
}
#header .hdr_sp .hdr_right .login_link_btn,
#header .hdr_sp .hdr_right .logout_link_btn,
#header .hdr_sp .hdr_right .mypage_link_btn {
  position: absolute;
  top: 7px;
  right: 62px;
}
}
#header .hdr_sp .hdr_right .common_icon a {
  display: block;
  color: #666;
  text-align: center;
}
#header .hdr_sp .hdr_right .common_icon img {
  width: 27px;
  height: 27px;
  margin-bottom: 4px;
}
#header .hdr_sp .hdr_right .common_icon span {
  display: block;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
}
#header .hdr_sp .hdr_right #menu_btn {
  display: block;
  position: absolute;
  top: 10px;
  right: 2%;
  width: 45px;
  color: #666;
  text-align: center;
  font-family: inherit;
  border: none;
  cursor: pointer;
  outline: none;
  z-index: 9999;
  padding: 0;
}
#header .hdr_sp .hdr_right .hamburger_text {
  display: block;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  margin-top: 7px;
}
#header .hdr_sp .hdr_right #menu_btn .b1,
#header .hdr_sp .hdr_right #menu_btn .b2,
#header .hdr_sp .hdr_right #menu_btn .b3 {
  width: 28px;
  height: 3px;
  margin: 0 auto;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  background-color: #666;
}
#header .hdr_sp .hdr_right #menu_btn .b2,
#header .hdr_sp .hdr_right #menu_btn .b3 {
  margin: 6px auto 0;
}
.drawer-open #header .hdr_sp .hdr_right #menu_btn .b1,
.drawer-open #header .hdr_sp .hdr_right #menu_btn .b2,
.drawer-open #header .hdr_sp .hdr_right #menu_btn .b3 {
  background-color: #666;
}
.drawer-open #header .hdr_sp .hdr_right #menu_btn .b1 {
  -webkit-transform: rotate(225deg) translate3d(-5px, -5px, 0);
  -moz-transform: rotate(225deg) translate3d(-5px, -5px, 0);
  -ms-transform: rotate(225deg) translate3d(-5px, -5px, 0);
  transform: rotate(225deg) translate3d(-5px, -5px, 0)
}
.drawer-open #header .hdr_sp .hdr_right #menu_btn .b2 {
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
}
.drawer-open #header .hdr_sp .hdr_right #menu_btn .b3 {
  -webkit-transform: rotate(-225deg) translate3d(-7px, 8px, 0);
  -moz-transform: rotate(-225deg) translate3d(-7px, 8px, 0);
  -ms-transform: rotate(-225deg) translate3d(-7px, 8px, 0);
  transform: rotate(-225deg) translate3d(-7px, 8px, 0)
}
.drawer-nav {
  top: 50px!important;
  display: none;
}
.drawer-open .drawer-nav {
  top: 50px!important;
  display: block;
}
.drawer-menu {
  padding-bottom: 50px;
}
.drawer-menu .search_area {
  border-top: 1px solid #ccc;
  background: #f7f8f9;
  padding: 15px 30px;
}
.drawer-menu .search_area li:nth-child(1) {
  display: none;
}
.drawer-menu .search_area li:nth-child(2),
.drawer-menu .search_area li:nth-child(3) {
  margin-bottom: 10px;
}
.drawer-menu .search_area li:nth-child(2) input {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  padding: 3px 8px;
}
.drawer-menu .search_area li:nth-child(3) select {
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  padding: 3px 8px;
}
.drawer-menu .search_area li:nth-child(4) .search_btn {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  padding: 6px 0;
}
.drawer-menu .nav li {
  border-bottom: 1px solid #ccc;
  margin-bottom: 0;
}
.drawer-menu .nav li:first-child {
  border-top: 1px solid #ccc;
}
.drawer-menu .nav li a {
  display: block;
  font-size: 14px;
  color: #444;
  line-height: 1.6;
  padding: 10px 30px 8px;
}
.drawer-dropdown-menu li:last-child {
  border-bottom: none!important;
}
.drawer-dropdown-menu li a {
  padding: 10px 40px 8px!important
}
.drawer-menu .lang_area {
  padding: 15px;
  background: #f7f8f9;
}
.drawer-menu .lang_area .lang {
  border: 1px solid #A5001D;
}
.drawer-menu .lang_area li {
  float: left;
  width: 50%;
  border-left: 1px solid #A5001D;
}
.drawer-menu .lang_area li:nth-child(2n+1) {
  border-left: none;
}
.drawer-menu .lang_area li:nth-child(n+3) {
  border-top: 1px solid #A5001D;
}
.drawer-menu .lang_area li a {
  display: block;
  color: #444;
  font-weight: bold;
  text-align: center;
  background: #fff;
  padding: 12px 0 10px;
}
.drawer-menu .lang_area li.active a {
  color: #fff;
  background: #A5001D;
}

/*--------------------------------------------
  wrapper
--------------------------------------------*/
#wrapper {
  padding-top: 54px;
}

/*--------------------------------------------
  mainimge
--------------------------------------------*/
#mainimage {
  width: 100%;
}
#top #mainimage .bxslider {
  margin: 0;
}
#top #mainimage .bxslider li a {
  display: block;
  width: 100%;
}
#top #mainimage .bxslider li a:hover,
#top #mainimage .bxslider li a:focus{
  outline:none;
}
#top #mainimage .bxslider .slick-dots li button:before {
  color: #006FB4;
}
#top #mainimage .bxslider .slick-dots li.slick-active button:before {
  color: #006FB4;
  opacity:1;
}
.under #mainimage {
  display: none;
}

/*--------------------------------------------
  contents
--------------------------------------------*/
#contents {
}
.under #contents {
}
#cts_inner {
}
.under #cts_inner {
  width: 92%;
  padding: 30px 0;
  margin: 0 auto;
}
#cts_inner .top-banner{
	display: flex;
	flex-wrap:wrap;
}
#cts_inner .top-banner li {
	width: calc(100%/4);/*←画像を横に4つ並べる*/
	padding:0 5px;/*←画像の左右に5pxの余白を入れる*/
	box-sizing:border-box;
}
#cts_inner .information-sns {
	display: flex;
	flex-wrap:wrap;
  margin-bottom: 10px
}
#cts_inner .information-sns .fab_icon {
  width: 32px;
  height: 32px;
  margin: 0 5px;
}
#cts_inner .information-sns .fab_icon_facebook {
  background: url(../Images/common/icon_fb.png) no-repeat top center;
  background-size:contain;
}
#cts_inner .information-sns .fab_icon_youtube {
  background: url(../Images/common/icon_you.png) no-repeat top center;
  background-size:contain;
}
#cts_inner .information-sns .fab_icon_instagram {
  background: url(../Images/common/icon_instagram.png) no-repeat top center;
  background-size:contain;
}
.under #main_cts {
  width: 100%;
}
.under #side_cts {
  display: none;
}
#sp_search_box {
  background: #DFDFDF;
  padding: 15px 8px;
  margin-bottom: 20px;
}
#sp_search_box .search_dt {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background: url(../Images/common/search_icon02.png) left 15% center no-repeat, #666;
  background-size: 16px;
  padding: 12px 0;
}
#sp_search_box .search_dd {
  display: none;
}
#sp_search_box .search_dd.is_open {
  display: block;
}
#sp_search_box .search_area {
  margin-top: 15px;
}
#sp_search_box .search_area .search_ttl_01 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  background: #1F9BB4;
  padding: 12px 0 12px 12px;
}
#sp_search_box .search_area.oem .search_ttl_01 {
  background: #A5121C;
}
#sp_search_box .search_area .inner {
  background: #fff;
  padding: 15px;
}
#sp_search_box .search_area li:nth-child(1) {
  margin-bottom: 15px;
}
#sp_search_box .search_area li:nth-child(1) input {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  padding: 3px 8px;
}
#sp_search_box .search_area li:nth-child(2) .search_btn {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  padding: 6px 0;
}
#sp_search_box .category_area {
  margin-top: 15px;
}
#sp_search_box .category_area .search_ttl_02 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  background: #1F9BB4;
  padding: 12px 0 12px 12px;
}
#sp_search_box .category_area .inner {
  background: #fff;
  padding: 15px;
}
#sp_search_box .category_area .search_ttl_03 {
  color: #1F9BB4;
  font-weight: bold;
  line-height: 1.4;
  border-left: 3px solid #1F9BB4;
  padding-left: 10px;
  margin-bottom: 15px;
}
#sp_search_box .category_area .category_box dl dt a {
  color: #444;
}
#sp_search_box .category_area .category_box dl dt {
  border-bottom: 1px dashed #DFDFDF;
  padding-bottom: 8px;
  margin-bottom: 8px;
  cursor: pointer;
  position: relative;
}
#sp_search_box .category_area .category_box dl dt img {
  vertical-align: middle;
  width: 20%;
  height: auto;
}
#sp_search_box .category_area .category_box dl dt span {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  margin-left: 15px;
}
#sp_search_box .category_area .category_box dl dd {
  border-bottom: 1px dashed #DFDFDF;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
#sp_search_box .category_area .category_box dl dd table {
  width: 100%;
  font-size: 12px;
  line-height: 1;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
#sp_search_box .category_area .category_box dl dd table th {
  display: block;
  letter-spacing: 0.05em;
  border-bottom: none;
  background-color: #E6E6E6;
  font-weight: normal;
  text-align: center;
  padding: 10px 0;
}
#sp_search_box .category_area .category_box dl dd table td {
  display: block;
  padding: 10px;
}
#sp_search_box .category_area .category_box dl dd table td.annotation {
  font-size: 12px;
  color: #e04;
  padding: 10px 8px 0;
}
#sp_search_box .category_area .category_box dl dd table td select {
  width: 100%;
  padding: 2%;
}
#sp_search_box .category_area .category_box dl dd table td input {
  width: 32%;
  line-height: 16px;
  padding: 2%;
}
#sp_search_box .category_area .category_box dl dd table td input[type="radio"],
#sp_search_box .category_area .category_box dl dd table td input[type="checkbox"] {
  display: inline-block;
  width: 1.1em;
  margin: 0 5px 0 0;
  height: 24px;
}
#sp_search_box .category_area .category_box dl dd table td input[type="text"] {
  width: 50%;
}
#sp_search_box .category_area .category_box dl dd table td span {
  vertical-align: bottom;
}
#sp_search_box .category_area .category_box dl dd .side_product_btn {
  text-align: center;
}
#sp_search_box .category_area .category_box dl dd .side_product_btn button {
  display: inline-block;
  width: 210px;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  border: none;
  text-align: center;
  padding: 10px 10px 10px 0;
  margin-bottom:10px;
  background: url(../Images/common/arrow_white01.png) right 60px top 11px no-repeat #515051;
  letter-spacing: 0.1em;
}
#sp_search_box .category_area .category_box dl dd .side_product_btn button span {
  position: relative;
}
#sp_search_box .category_area .category_box dl dd .side_product_btn button span:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #fff;
}
#sp_search_box .category_area li {
  border-bottom: 1px dashed #DFDFDF;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
#sp_search_box .category_area li a {
  display: block;
  color: #444;
}
#sp_search_box .category_area li img {
  vertical-align: middle;
  width: 20%;
  height: auto;
}
#sp_search_box .category_area li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  margin-left: 15px;
}

/*--------------------------------------------
  footer
--------------------------------------------*/
#footer {
  width:100%;
  border-top: 5px solid #006FB4;
}
#footer .ftr_inner {
  width: 92%;
  margin: 0 auto;
}
#footer .ftr_top {
  display: none;
}
#footer .ftr_bottom {
  padding: 20px 0;
}
#footer .ftr_bottom_left a {
  display: block;
  width: 180px;
  height: auto;
  margin: 0 auto;
}
#footer .ftr_bottom_left span {
  display: block;
  font-size: 10px;
  line-height: 1;
  text-align: center;
  padding-top: 20px;
}
#footer .ftr_bottom_right {
  display:none;
}
}
