 Theme Name: 株式会社 マリンテック様 ECサイト用
 Description: 株式会社 マリンテック ONLY
 Theme URI:  テーマの URL
 Author: CUBIC-DESIGN
 Author URI:  https://www.cub-d.com
 Version: 2.0
 License: (c)CUBIC・DESIGN
 License URI: https://www.cub-d.com


/* CSS Document */

/*******　角丸のCSS　**********************************************
/*	  border-radius: 10px;        /* CSS3草案 */  
/*    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
/*    -moz-border-radius: 10px;   /* Firefox用 */ 
/*****************************************************************/

/***************************************************************
/*****共通部分のスタイル
/****************************************************************/
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/

.clear{
	clear:both;
	display:block;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
	visibility: hidden;
	background:none;
	}


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body,
table,
input, textarea, select, option {
	font-family: 'Noto Sans JP', serif;
	outline: 0;
}
:focus {
	outline: 0;
}
img { border: 0; vertical-align:top; }
ol, ul {
	list-style: none;
}
body {	
}

a {
	color: #444;
	text-decoration: none;
}
a:hover {
	color: #0066BB;
	text-decoration: none;
}
a:visited {
	/*color: #990088;*/
}

/*
a:hover img,
.rollover img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	z-index: 40;
}
*/

.taLeft   { text-align:  left   !important; }
.taCenter { text-align:  center !important; }
.taRight  { text-align:  right  !important; }
.fwNormal { font-weight: normal !important; }
.fwBold   { font-weight: bold   !important; }
.fsSmall  { font-size:   0.7em;             }

.mt0 { margin-top:    0 !important; }
.mb0 { margin-bottom: 0 !important; }

.mb10 {
	margin-bottom: 10px!important;
}

.mb20 {
	margin-bottom: 20px!important;
}

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

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

@media screen and (min-width: 641px){	
  .sp-none { display:block; }
  .pc-none { display:none!important; }
}
@media screen and (max-width: 640px){	
  .sp-none { display:none!important; }
  .pc-none { display:block!important; }
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/

/* headerに関するCSS */

body > h1 {
	font-size: 12px;
	color: #FFF;
	background-color: #111F41;
	text-align: center;
	font-weight: normal;
	line-height: 2.0;
}

header {
	display: block;
	width: 100%;
}

#header_box {
	width: 1280px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	box-sizing:border-box;
}

.sp_menu {
	display: none;
}

.header_top {
	font-weight: bold;
	text-align: right;
	font-size: 14px;
	color: #00468C;
	display: flex;
	justify-content: space-around;
	padding-top: 27px;
	margin-bottom: 10px;
}

.header_top a {
	font-size: 45px;
	font-weight: bold;
	color: #333;
	margin-right: 1%;
}

.header_top a:hover {
	opacity: 0.8;
}

.search_postage {
	width: 594px;
}

.search_window {
	height: 45px;
	width: 594px;
	background-color: #EEE;
	margin-bottom: 10px;
}

.postage {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #00468C;
}

.login {
	height: 40px;
	width: 117px;
	box-sizing: border-box;
	margin-top: 15px;
	padding-left: 47px;
	position: relative;
	display: flex;
    align-items: center;
}

.login span {
	font-size: 13px;
	color: #0085B2;
}

.login::before {
	content: url(https://img20.shop-pro.jp/PA01192/274/etc_base64/YWNjb3VudF9sb2dv.png);
	display: inline-block;
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: 0;

	left: 0;
}

.cart_icon {
	padding-top: 15px;
}

.pc_navi {
	display: block;
	background-color: #0085B2;
}

nav ul.gmenu {
	display: flex;
	align-items: center;
	list-style-type: none;
	height: 70px;
	box-sizing: border-box;	
	color: #FFF;
	width: 1280px;
	margin-right: auto;
	margin-left: auto;
}

nav ul.gmenu > li {
	flex-grow: 1;
	display: block;
	/*position: relative;*/
	height: 70px;
	text-align: center;
	box-sizing: border-box;
	transition: all .3s;
}

nav ul.gmenu > li > a,
nav ul.gmenu > li > div.accordion_header {
	display: block;
	/*width: 100%;
	height: 100%;*/
	box-sizing: border-box;
	color: #FFF;
/*	position: absolute;
	top: 50%;
	left: 55%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%); */
	padding: 23px 0%;
}

nav ul.gmenu > li a span,
nav ul.gmenu > li div span {
	position: relative;
	min-width: 150px;
}

nav ul.gmenu > li > a span::before,
nav ul.gmenu > li > div span::before {
	content: url(https://img20.shop-pro.jp/PA01192/274/etc_base64/bWVudV9pY29u.jpg?cmsp_timestamp=20231010173424);
	display: inline-block;
	width: 18px;
	height: 18px;
	position: absolute;
	bottom: 2px;
	left: -23px;
}

nav ul.gmenu > li:hover {
	color: #FFF;
	background-color: #00468C;
}
/*プルダウンイメージ用*/
.dropdown__lists {
    display: none;/*デフォルトでは非表示の状態にしておく*/
    width: 700%;
    position: absolute;
    top: 100%;
    left: 0;
	z-index: 10000;
}

.gnavi__list {
    flex-grow: 1;
    display: block;
    position: relative;
    height: 70px;
    text-align: center;
    box-sizing: border-box;
}

.gnavi__list:hover .dropdown__lists {
    display: none;/*Gナビメニューにホバーしたら表示 flex→noneに変更中*/
    flex-wrap: wrap;
}

.dropdown__list {
	background-color: #465EB5;
	font-size: 0.9em;
	color: #FFF;
	text-align: left;
	height: 60px;
	width: 20%;
	transition: all .3s;
	position: relative;
	box-sizing: border-box;	
}

.dropdown__list:hover {
	background-color: #25325F!important;
}

.dropdown__list a {
	display: flex;
	align-items: center;
	color: #FFF;
	box-sizing: border-box;
	padding-left: 10%;
	height: 100%;
}

.dropdown__list a img {
	display: block;
	margin-right: 13px;
	border: 2px solid #FFF;
	width: 44px;
}

.dropdown__list::after {
    content: "";
    background-color: #FFF;
    height: 10px;
    width: 5px;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    position: absolute;
    top: 50%;
    left: 76px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.dropdown__list a:hover {
	color: #FFF!important;
}

.information_bar {
	background-color: #EEE;
	height: 30px;
	margin-bottom: 5px;
}

.shop_information {
	width: 1280px;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	font-size: 14px;
	font-weight: bold;
	color: #525252;
}

.shop_information li a {	
	font-size: 20px;
	color: #2E7FD1;
}

.shop_information li span {	
	font-weight: normal;
}

.information_second {
	width: 1280px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
	display: flex;
    justify-content: space-between;
	align-items: flex-end;
}

.information_second dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 1042px;
	font-weight: bold;
}

.information_second dl dt {
	height: 26px;
	width: 156px;
	font-size: 16px;
	color: #FFF;
	line-height: 26px;
	box-sizing: border-box;
	margin-bottom: 2px;
}

.information_second dl dd {
	height: 26px;
	width: 883px;
	font-size: 14px;
	color: #525252;
	line-height: 26px;
	box-sizing: border-box;
	padding-left: 10px;
	margin-bottom: 2px;
}

.information_second a {
	transition: .3s;
}

.information_second a:hover {
	transform: scale(1.05);
}

.nouki {
	background-color: #0055B3;
	text-align: center;
}

.oisogi {
	border: 1px solid #0055B3;
}

.today {
	background-color: #02A4B0;
	text-align: center;
}

.zaiko {
	border: 1px solid #02A4B0;
}

.search_window form {
	position:relative;
}

input[name="keyword"] {
	width: 66% !important;
    background-color: transparent;
    height: 100%;
    margin-bottom: 0px;
    border: solid 1px;
	border-color: #ccc;
    position: absolute;
    left: 26.5%;
	box-sizing:border-box;
	padding:1%;
}
input[name="keyword"]:focus {
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
    border:solid 1px #0085b2;
}
select[name="cid"] {
	width: 23%;
    position: absolute;
    /* margin-bottom: 5px; */
    left: 0;
    height: 100%;
    background-color: #eee;
    border-color: #ccc;
}




/* -終わり- headerに関するCSS */

.emergency_guide {
    width: 1260px;
	margin-right: auto;
	margin-left: auto;
    border: 3px #eb0000 solid;
    padding: 15px;
    margin-top: 5px;
    margin-bottom: 3%;
    box-sizing: border-box;
	line-height: 1.0;
}

/* トップ広告に関するCSS */

.advertisement {
	width: 1280px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 135px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.advertisement dt,
.advertisement dd {
	margin-bottom: 10px;
}

.advertisement dt a:hover {
	opacity: 0.8;
}

/* footerに関するCSS */

.footer_sns_box {
    height: 37px;
    width: 206px;
    margin-right: auto;
    margin-left: auto;
	margin-bottom: 55px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer_sns_box a:hover {
	opacity: 0.8;
}

footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E8E8E8;
	padding-top: 60px;
}

.footer_top_box img {
	display: block;
	width: 380px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
}

.footer_top_box a:hover {
	opacity: 0.8;
}

.footer_link_box {
	height: 100px;
	background-color: #EFF8FA;
	box-sizing: border-box;	
}

.footer_link {
	font-size: 14px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
}

.footer_link a {
	color: #0059B2;
	position: relative;
}

.footer_link a:hover {
	color: #333;
}

.footer_link a::before {
    display: block;
    content: '';
    position: absolute;
    top: 33%;
    left: -25px;
    width: 9px;
    height: 9px;
    margin-top: -2px;
    border: 0px;
    border-top: solid 2px #0059B2;
    border-right: solid 2px #0059B2;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.footer_copyright_box {
	font-size: 14px;
	color: #666;
	text-align: center;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
}

.footer_copyright_box a {
	color: #666;
}

.footer_copyright_box a:hover {
	color: #0059B2;
}

.footer_caution_box {
	font-size: 10px;
	color: #666;
	text-align: center;
	height: 28px;
	line-height: 28px;
	box-sizing: border-box;
	background-color: #EEE;
}

/*------------------------------------------------------------
	パンくず
------------------------------------------------------------*/

.breadcrumbs-area {
	width: 1255px;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
	padding-bottom: 10px;
	padding-left: 5px;	
}

.breadcrumbs-list {
    font-size: 14px;
    line-height: 1.4;
	color: #666;
	display: flex;
}

.breadcrumbs-list li {
    display: block;
}

.breadcrumbs-list li::first-letter {
    font-size: 0;
}

.breadcrumbs-list a {
    display: inline-block;
    position: relative;
    margin-right: 20px;
    padding-right: 20px;
    transition: all .3s;
    color: #666;
    text-decoration: none;
}

.breadcrumbs-list a::after {
    display: block;
    content: '';
    position: absolute;
    top: 33%;
    right: 0;
    width: 7px;
    height: 7px;
    border: 0px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.breadcrumbs-list a:hover {
    color: #2F80D1;
}

/*------------------------------------------------------------
	免責事項
------------------------------------------------------------*/
.eyecatch_menseki {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(https://img20.shop-pro.jp/PA01192/274/etc_base64/ZXllY2F0Y2hfbWVuc2VraQ.jpg?cmsp_timestamp=20231013145528);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 220px;
	box-sizing: border-box;
	margin-bottom: 120px;
}

.free_title_box {
	width: 1280px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
}

.free_title {
	height: 250px;
	width: 610px;
	background-image: url(https://img20.shop-pro.jp/PA01192/274/etc_base64/ZnJlZV90aXRsZV9iZw.jpg?cmsp_timestamp=20231013150848);
	background-repeat: repeat;
	box-sizing: border-box;
	padding-top: 70px;
	padding-left: 45px;
}

.free_title h1 {
	font-size: 55px;
	font-weight: bold;
	color: #FFF;
	position: relative;
}

.menseki::after {
	position: absolute;
	content: 'Disclaimer';
	left: 0px;
	top: 75px;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
}

.disclaimer,
.copyrights,
.about_links {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 170px;
}

.disclaimer h1,
.copyrights h1,
.about_links h1 {
	font-size: 46px;
	font-weight: bold;
	color: #0C1A4A;
	text-align: center;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0085B2;
	margin-bottom: 70px;
}

.disclaimer h1::after {
	position: absolute;
	content: 'Disclaimer';
	top: 75px;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	font-size: 20px;
	color: #4392BF;
}

.disclaimer ul,
.copyrights ul,
.about_links ul {
	width: 1215px;
	margin-right: auto;
	margin-left: auto;
	font-size: 18px;
	line-height: 1.2em;
}

.disclaimer ul li {
	padding-left: 1.1em;
	text-indent: -1.1em;
	margin-bottom: 40px;
}

.copyrights h1::after {
	position: absolute;
	content: 'Copyrights';
	top: 75px;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	font-size: 20px;
	color: #4392BF;
}

.copyrights ul li,
.about_links ul li {	
	margin-bottom: 40px;
}

.about_links h1::after {
	position: absolute;
	content: 'About Links';
	top: 75px;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	font-size: 20px;
	color: #4392BF;
}

.about_text {
	width: 1215px;
	margin-right: auto;
	margin-left: auto;
	font-size: 18px;
	line-height: 1.2em;
	margin-bottom: 80px;
}

.shop_picture {
	width: 1106px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.shop_picture li {
	margin-bottom: 30px;
}

/*******************************************************************************
　　　店舗概要
********************************************************************************/

.eyecatch_gaiyou {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(https://img20.shop-pro.jp/PA01192/274/etc_base64/ZXllY2F0Y2hfZ2FpeW91.jpg?cmsp_timestamp=20231013172836);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 220px;
	box-sizing: border-box;
	margin-bottom: 120px;
}

.gaiyou::after {
	position: absolute;
	content: 'Company overview';
	left: 0px;
	top: 75px;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
}

.about_us {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 150px;
}

.about_us h1 {
	font-size: 46px;
	font-weight: bold;
	color: #0C1A4A;
	text-align: center;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0085B2;
	margin-bottom: 70px;
}

.about_us h1::after {
	position: absolute;
	content: 'About Us';
	top: 75px;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	font-size: 20px;
	color: #4392BF;
}

.unei {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 180px;
}

.unei h1 {
	font-size: 40px;
	font-weight: bold;	
}

.unei dl {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 180px;
	padding-top: 20px;
}

.unei dl dt {
    width: 20%;
    display: block;
    box-sizing: border-box;
    border-bottom: solid 1px #346487;
    padding-top: 3%;
    padding-bottom: 1.0%;
    padding-left: 2%;
}

.unei dl dd {
    width: 79%;
    display: block;
    box-sizing: border-box;
    border-bottom: solid 1px #000;
    padding-top: 3%;
    padding-bottom: 1.0%;
    padding-left: 2%;
    padding-right: 2%;
    position: relative;
}

.unei dl dd ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.unei dl dd ul li {
    width: 32%;
}

.company_access {
	width: 1280px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-bottom: 400px;
	height: 0;
	overflow: hidden;
	margin-bottom: 35px;
}

.okuruma {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 112px;
	box-sizing: border-box;
	margin-bottom: 180px;
	background-color: #081D4D;
	padding-top: 16px;
}

.car_access {
	height: 80px;
	width: 463px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
    justify-content: space-between;
	align-items: center;
}

.car_access img {
	height: 50px;
	width: 60px;
}

.goriyou {
	background-color: #FFF;
	height: 80px;
	width: 390px;
	border-radius: 10px;
	box-sizing: border-box;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.goriyou p {
	font-size: 30px;
	font-weight: bold;
	color: #0057BF;
	line-height: 1.3;
}

.goriyou span {
	font-size: 18px;
}

/*----------------------------------------------------
	よくある質問
----------------------------------------------------*/

.eyecatch_faq {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(https://img20.shop-pro.jp/PA01192/274/etc_base64/ZXllY2F0Y2hfZmFx.jpg?cmsp_timestamp=20231013174030);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 220px;
	box-sizing: border-box;
	margin-bottom: 120px;
}

.yokuaru::after {
	position: absolute;
	content: 'Frequently Asked Questions';
	left: 0px;
	top: 75px;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
}

.question {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 170px;
}

.question h1 {
	font-size: 46px;
	font-weight: bold;
	color: #0C1A4A;
	text-align: center;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0085B2;
	margin-bottom: 90px;
}

.question h1::after {
	position: absolute;
	content: 'Frequently Asked Questions';
	top: 75px;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	font-size: 20px;
	color: #4392BF;
}

.question p {
	font-size: 18px;
	text-align: left;
	line-height: 1.5;
	margin-bottom: 85px;
	width: 660px;
	margin-right: auto;
	margin-left: auto;
}

/*タブ切り替え*/

.demo__sub-text {
    margin: 20px 20px 40px;
    font-size: 13px;
}

.tab__area {
	color: #333;
	width: 1100px;
    margin-left: auto;
    margin-right: auto;
	font-size: 14px;
	line-height: 1.6;
	margin-top: 30px;
}

.tab__list {
    display: table;
    margin: 0 auto;
    width: 717px;
    zoom: 1;
    table-layout: fixed;
    border-spacing: 0;
}

.tab__item {
	display: table-cell;
	text-align: center;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #FFF;
	box-sizing: border-box;
}

.tab__item a {
	display: block;
	overflow: hidden;
	position: relative;
	background-color: #fff;
	font-size: 20px;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	box-sizing: border-box;
	border: 1px solid #000;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 18px;
	padding-right: 25px;
	padding-bottom: 18px;
	padding-left: 25px;
}

/* hover時の背景色（グレー）の指定 */
.tab__item a:hover {
    background-color: #eee;
}

/* タブ選択時の文字色の指定 */
.tab__item a.selected {
	color: #111;
}

/* タブの背景色と文字色の指定 */
.tab__item a {
	background-repeat: repeat;
	background-color: #DDE5FD;
}

.tab__item a.selected {
	background-color: #DDF4FD;
	background-repeat: repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDF4FD;
	font-weight: bold;
}

/* タブ選択時のコンテンツ内の背景色の指定 */
.tab__inner .okaimono {
	text-align: center;
	position: relative;
}

.tab1_box_inner {
	width: 1100px;
	background-color: #DDF4FD;
	background-repeat: repeat;
	box-sizing: border-box;
	padding-top: 60px;
	padding-bottom: 4%;
	margin-bottom: 65px;
}

/* タブ選択時のコンテンツ内の背景色の指定 */
.tab__inner .goods {
	text-align: center;
	position: relative;	
}

.tab2_box_inner {
	width: 1100px;
	background-color: #DDF4FD;
	background-repeat: repeat;
	box-sizing: border-box;
	padding-top: 60px;
	padding-bottom: 4%;
	margin-bottom: 65px;
}

/* タブ03選択時のコンテンツ内の背景色の指定 */
.tab__inner .another {
	text-align: center;
	position: relative;
}

.tab3_box_inner {
	width: 1100px;
	background-color: #DDF4FD;
	background-repeat: repeat;
	box-sizing: border-box;
	padding-top: 60px;
	padding-bottom: 4%;
	margin-bottom: 65px;
}

/*タブ切り替え終わり*/

.q_and_a {
	margin-bottom: 3%;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

.q_and_a dt {
    background-color: #FFF;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    min-height: 60px;
    box-sizing: border-box;
    background-image: url(https://img20.shop-pro.jp/PA01192/274/etc_base64/cXVlc3Rpb25fYmc.jpg?cmsp_timestamp=20231013174238);
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 2.0%;
    padding-right: 1.5%;
    padding-bottom: 1.5%;
    padding-left: 9%;
    margin-bottom: 2%;
}

.q_and_a dd {
    background-color: #FFF;
    font-size: 16px;
	font-weight: bold;
    text-align: left;
    min-height: 60px;
    box-sizing: border-box;
    background-image: url(https://img20.shop-pro.jp/PA01192/274/etc_base64/YW5zd2VyX2Jn.jpg?cmsp_timestamp=20231013174238);
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 2.0%;
    padding-right: 1.5%;
    padding-bottom: 1.5%;
    padding-left: 9%;
}

.q_and_a dd a {
	color: #061D4C;    
}

.otoiawase_link {
	display: block;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #0057BF;
	text-align: center;
	line-height: 70px;
}

.otoiawase_link:hover {
	color: #BBB;
	background-color: #0057BF;
}

/*----------------------------------------------------
	ご利用ガイド
----------------------------------------------------*/

.eyecatch_guide {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(https://img20.shop-pro.jp/PA01192/274/etc_base64/ZXllY2F0Y2hfZ3VpZGU.jpg?cmsp_timestamp=20231016140856);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 220px;
	box-sizing: border-box;
	margin-bottom: 120px;
}

.goriyou_guide::after {
	position: absolute;
	content: 'User’s Guide';
	left: 0px;
	top: 75px;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
}

.guidance {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 170px;
}

.guidance h1 {
	font-size: 46px;
	font-weight: bold;
	color: #0C1A4A;
	text-align: center;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0085B2;
	margin-bottom: 90px;
}

.guidance h1::after {
	position: absolute;
	content: 'User’s Guide';
	top: 75px;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	font-size: 20px;
	color: #4392BF;
}

.guidance_text {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;	
}

.guidance_text p {
	font-size: 18px;
	line-height: 1.5;
	padding-top: 30px;
	margin-bottom: 50px;
}

.guidance h2 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

.guide_box {
	font-size: 18px;
	color: #1F1F1F;
	display: flex;
	flex-wrap: wrap;
	width: 1000px;
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	border: 2px solid #D5D5D5;
	padding-top: 25px;
	padding-right: 50px;
	padding-bottom: 25px;
	padding-left: 50px;
}

.guide_inbox {
    box-sizing: border-box;
	line-height: 1.5;
}

.guide_inbox > p {
	font-weight: bold;
}

.guide_inbox > img {
	padding-top: 55px;
}

.significant {
	font-size: 16px;
	color: #FF2626;	
}

.guide_number_box {
    width: 900px;
}

.guide_number_box dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	line-height: 45px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.guide_number_box dl dt {
    font-size: 30px;
    width: 45px;
    list-style: none;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
	padding-top: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-color: #13a1b4;
	box-sizing: border-box;
}

.guide_number_box dl dd {
	font-size: 20px;
    list-style: none;
    color: #fff;
    box-sizing: border-box;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
    font-size: 1.2em;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-color: #15b7ce;
	box-sizing: border-box;
}

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 1em 0;
	color: #1b2538;
}
.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
	font-weight: bold;
	line-height: 1.6em;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 1em 2em 1em 2.5em;
	cursor: pointer;
	text-indent: 1em;
	border-radius: 0.5em;
	background: rgba(27,37,56,0.1);
}
.cp_qa .cp_actab label::before {
	font-family: serif;
	font-size: 1.5em;
	margin-left: -2em;
	padding-right: 0.5em;
	content: 'Q';
}
.cp_qa .cp_actab label:hover {
	transition: all 0.3s;
	color: #00838f;
}
/* --質問の＋アイコン */
.cp_qa .cp_actab label::after {
	font-size: 1.7em;
	font-weight: bold;
	line-height: 2em;
	position: absolute;
	top: 0;
	right: 0;
	content: '＋';
	display: inline-block;
	width: 2em;
	height: 2em;
	-webkit-transition: transform 0.4s;
	        transition: transform 0.4s;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
	position: relative;
	overflow: hidden;
	max-height: 0;
	padding: 0 0 0 2.5em;
	-webkit-transition: max-height 0.2s;
	        transition: max-height 0.2s;
	border-radius: 0 0 0.5em 0.5em;
}
.cp_qa .cp_actab .cp_actab-content::before {
	font-family: serif;
	font-size: 1.5em;
	position: absolute;
	margin: 0.4em 0 0 -1em;
	padding: 0;
	content: 'A';
}
.cp_qa .cp_actab .cp_actab-content p {
	margin: 1em 1em 1em 0;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height: 40em;
	border: 10px solid rgba(27,37,56,0.1);
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab input:checked ~ label {
	color: #00838f;
	border-radius: 0.5em 0.5em 0 0;
}
/* 質問をクリックした時の+の動き */
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.yoroshiku {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}

/*----------------------------------------------------
	ランディングページ
----------------------------------------------------*/

.lp {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 170px;
}

.lp h1 {
	font-size: 46px;
	font-weight: bold;
	color: #0C1A4A;
	text-align: center;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0085B2;
	margin: 40px;
}

.lptitle_text{
    margin-top: 13px;
}

.lp h1::after {
	position: absolute;
	top: 75px;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	font-size: 20px;
	color: #4392BF;
}

.lp::after {
	position: absolute;
	left: 0px;
	top: 75px;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
}

.features {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	font-size: 18px;
	box-sizing: border-box;
	background-color: #DDE5FD;
	border: 3px solid #00A9C6;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 50px;
	margin-bottom: 80px;
}

.features span {
	font-size: 30px;
	font-weight: bold;
	color: #00A3D8;
	display: block;
  	margin-top: -30px;
	margin-bottom: 25px;
}

.atention {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	font-size: 18px;
	box-sizing: border-box;
	background-color: #FFEFEF;
	border: 3px solid #D4440D;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 50px;
	margin-bottom: 80px;
}

.atention span {
	font-size: 30px;
	font-weight: bold;
	color: #C25338;
	display: block;
  	margin-top: -30px;
	margin-bottom: 25px;
}

.lptable {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 60px;
}

.lptable tr {
    border: 2px #00A9C6 solid;
}

.lptable tr th {
    width: 160px;
    background-color: #DDE5FD;
    border-right: 2px #00A9C6 solid;
}

.lptable tr td {
    border-right: 2px #00A9C6 dotted;
    padding:25px;
}

.yoyaku_link {
	display: block;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
    margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #B22222;
	text-align: center;
	line-height: 70px;
}

.lpotoiawase_link {
	display: block;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #0057BF;
	text-align: center;
	line-height: 70px;
}

/*----------------------------------------------------
	買取りサービス
----------------------------------------------------*/

.eyecatch_kaitori {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(https://img20.shop-pro.jp/PA01192/274/etc_base64/ZXllY2F0Y2hfa2FpdG9yaQ.jpg?cmsp_timestamp=20231016170801);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 220px;
	box-sizing: border-box;
	margin-bottom: 120px;
}

.kaitori_itaku::after {
	position: absolute;
	content: 'Purchase/Consignment sales';
	left: 0px;
	top: 75px;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
}

.kaitori_service {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 170px;
}

.kaitori_service h1 {
	font-size: 46px;
	font-weight: bold;
	color: #0C1A4A;
	text-align: center;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0085B2;
	margin-bottom: 90px;
}

.kaitori_service h1::after {
	position: absolute;
	content: 'Purchase Service';
	top: 75px;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	font-size: 20px;
	color: #4392BF;
}

.kaitori_text {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;	
}

.kaitori_text p {
	font-size: 18px;
	line-height: 1.5;
	padding-top: 30px;
	margin-bottom: 50px;
}

.kaitori_text p a {
	color: #0085B2;
}

.subject {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	font-size: 18px;
	box-sizing: border-box;
	background-color: #DDE5FD;
	border: 3px solid #00A9C6;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 50px;
	margin-bottom: 80px;
}

.subject span {
	font-size: 30px;
	font-weight: bold;
	color: #00A3D8;
	display: block;
	margin-bottom: 5px;
}

.flow_box {
	font-size: 18px;
	color: #1F1F1F;
	display: flex;
	flex-wrap: wrap;
	width: 1000px;
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	border: 2px solid #D5D5D5;
	padding-top: 25px;
	padding-right: 50px;
	padding-bottom: 25px;
	padding-left: 50px;
}

.flow_inbox {
    box-sizing: border-box;
	line-height: 1.5;
}

.flow_inbox > p {
	margin-bottom: 20px;
}

.flow_number_box {
    width: 900px;
}

.flow_number_box dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	line-height: 45px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.flow_number_box dl dt {
    font-size: 30px;
    width: 45px;
    list-style: none;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
	padding-top: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-color: #13a1b4;
	box-sizing: border-box;
}

.flow_number_box dl dd {
	font-size: 20px;
    list-style: none;
    color: #fff;
    box-sizing: border-box;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
    font-size: 1.2em;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-color: #15b7ce;
	box-sizing: border-box;
}

.flow_imgbox {
    width: 35%;
    height: 240px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 15px;
    box-sizing: border-box;
}

.triangle3 {
    width: 0px;
    height: 0;
    margin-right: auto;
    margin-left: auto;
	margin-bottom: 20px;
    border-top-width: 30px;
    border-right-width: 30px;
    border-left-width: 30px;
    border-left: 33px solid transparent;
    border-right: 33px solid transparent;
    border-top: 27px solid #129aad;
}

.kaitori_service h2 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

.tetsuduki_text {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	border: 2px solid #00A9C6;
	box-sizing: border-box;
	font-size: 18px;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
}

.tetsuduki_text a {
	display: inline-block;
	margin-bottom: 25px;
}

.tetsuduki_text a p {
	color: #4392BF!important;
}

.tetsuduki_text p {
	font-size: 18px;
	color: #1F1F1F;
	line-height: 1.0;	
}

.tetsuduki_text span {
	font-size: 14px;	
}

.address_ml {
	padding-left: 4em;
}

.kaitori_last {
	margin-bottom: 130px;
}

.itaku_hanbai_service {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 170px;
}

.itaku_hanbai_service h1 {
    font-size: 46px;
    font-weight: bold;
    color: #0C1A4A;
    text-align: center;
    position: relative;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #0085B2;
    margin-bottom: 90px;
}

.itaku_hanbai_service h1::after {
    position: absolute;
    content: 'Consignment Sales Service';
    top: 75px;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 20px;
    color: #4392BF;
}

.itaku_hanbai_service h2 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.kiyaku {
	font-size: 18px;
	line-height: 1.8;
}

.kiyaku li {
	padding-left: 1em;
	text-indent: -1em;
}

.kiyaku li span {
	text-indent: -1em;
}

/*----------------------------------------------------
	全商品一覧
----------------------------------------------------*/

.itemListBody {
	margin-left: 5px;
	margin-right: 5px;
}

div.itemListTitleBG {
	text-align: center;
}

.itemListTitle {
	font-size: 40px;
	color: #0057BF;
	font-weight: bold;
	margin-bottom: 50px;
}

p.itemListTitle a:link { color: #000; }
p.itemListTitle a:visited { color: #0057BF; }
p.itemListTitle a:hover { opacity: 0.8; }
p.itemListTitle a:active { color: #000; }

.symbolIMG {
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	width: 80px;
}

.symbolIMG a img {
	border: 1px solid #FFF;
}

.symbolIMG a img:hover {
	border: 1px solid #4792e2;
}

.itemLink {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-size: 18px;
	line-height: 18px;
	color: #000;
}

.itemLinkOneBlock {  
}

.itemLinkOneBlock span.cateMemo {
	font-size: 11px;
	color: #fe5f27;
}

.itemLink ul {
	font-size: 18px;
	line-height: 1.6em;
	color: #000;
	background-color: #f5f5f5;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.itemLink::after {
	content: "";
    display: block;
    width: 32%;
    height: 0;
}

.itemLink ul:after {
	content: "";
    display: block;
    width: 32%;
    height: 0;
}

.itemLink ul li {
	width: 32%;
	vertical-align: top;
	background-color: #f5f5f5;
	padding: 5px;
	box-sizing: border-box;
}

.itemLink ul li a {
	display: block;
}

.itemLink ul li a:link {
	color: #000!important;
}

.itemLink ul li a:visited {
	color: #000!important;
}

.itemLink ul li a:hover {
	color: #0057BF!important;
}

.itemLink ul li a:active {
	color: #000!important;
}

.itemLink ul li a img {
	display: inline-block;
	width: 44px;
	margin-right:5px;
}

.MRclear {
	clear: left;
}

.eyecatch_all_products {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(https://img20.shop-pro.jp/PA01192/274/etc_base64/ZXllY2F0Y2hfYWxs.jpg?cmsp_timestamp=20231017134554);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 220px;
	box-sizing: border-box;
	margin-bottom: 120px;
}

.free_title_box {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
}

.free_title {
	height: 250px;
	width: 610px;
	background-image: url(https://img20.shop-pro.jp/PA01192/274/etc_base64/ZnJlZV90aXRsZV9iZw.jpg?cmsp_timestamp=20231013150848);
	background-repeat: repeat;
	box-sizing: border-box;
	padding-top: 70px;
	padding-left: 45px;
}

.free_title h1 {
	font-size: 55px;
	font-weight: bold;
	color: #FFF;
	position: relative;
}

.all_products::after {
	position: absolute;
	content: 'All Products List';
	left: 0px;
	top: 75px;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
}

.all_products_list {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 170px;
	background-color: #F5F5F5;
	padding-top: 30px;
}

.all_products_list h1 {
	font-size: 46px;
	font-weight: bold;
	color: #0C1A4A;
	text-align: center;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0085B2;
	margin-bottom: 90px;
}

.all_products_list h1::after {
	position: absolute;
	content: 'All Products List';
	top: 75px;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	font-size: 20px;
	color: #4392BF;
}

.all_products_bg {
	padding-top: 10px;
	padding-bottom: 70px;	
	position: relative;
	display: flex;
    flex-wrap: wrap;
}

.all_products_category_box {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #D5D5D5;
	box-sizing: border-box;
	background-color: #FFF;
	padding-top: 30px;
	padding-bottom: 70px;
}

/*----------------------------------------------------
	新商品一覧
----------------------------------------------------*/

div.itemListTitleBG {
	text-align: center;
}
  
.itemListTitle {
	font-size: 40px;
	color: #0057BF;
}

p.itemListTitle a:link {
	color: #15D;
}

p.itemListTitle a:visited { color: #0057BF; }

p.itemListTitle a:hover { color: #0057BF; }

p.itemListTitle a:active { color: #000; }

table.new_item { border: none; width: 100%; table-layout: fixed; }

table.new_item th { width: 30%; vertical-align: top; text-align: left; }

table.new_item td { width: 35%; vertical-align: top; line-height: 1.5; }

.new_item a:link { color: #000; }

.new_item a:visited { color: #000; }

.new_item a:hover { color: #0057BF; }

.new_item a:active { color: #000; }

.eyecatch_new_products {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(https://img20.shop-pro.jp/PA01192/274/etc_base64/ZXllY2F0Y2hfbmV3.jpg?cmsp_timestamp=20231017151226);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 220px;
	box-sizing: border-box;
	margin-bottom: 120px;
}

.free_title_box {
	width: 1280px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
}

.free_title {
	height: 175px;
	width: 610px;
	background-image: url(https://img20.shop-pro.jp/PA01192/274/etc_base64/ZnJlZV90aXRsZV9iZw.jpg?cmsp_timestamp=20231013150848);
	background-repeat: repeat;
	box-sizing: border-box;
	padding-top: 33px;
	padding-left: 45px;
}

.free_title h1 {
	font-size: 55px;
	font-weight: bold;
	color: #FFF;
	position: relative;
}

.new_products::after {
	position: absolute;
	content: 'New Product Schedule';
	left: 0px;
	top: 75px;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
}

.new_products_schedule {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
	background-color: #F5F5F5;
    padding-top: 55px;
    margin-bottom: 170px;
}

.new_products_bg {    
    padding-bottom: 50px;
}

.new_products_month_box {
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #D5D5D5;
    box-sizing: border-box;
    background-color: #FFF;
    padding-top: 30px;
    padding-right: 150px;
    padding-left: 150px;
    padding-bottom: 50px;
}

/********全商品一覧 タブ*****************/
.all_products_bg br {
	display: none;
}

.all_products_folder_box {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

.tab-label {
	cursor: pointer;
	color: #FFF;
	text-align: center;
	background-color: #02A4B0;
	width: 25%;
	order: -1;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #D5D5D5;
	border-right-color: #D5D5D5;
	border-left-color: #D5D5D5;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	border-radius: 7px 7px 0 0;
	line-height: 30px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box
}

.tab-label:nth-of-type(2n) {
	background-color: #0085B2;
}

.tab-content {
	width: 1100px;
	display: none;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* アクティブなタブ */
.tab-switch:checked+.tab-label {
    background: #111F41;
}

.tab-switch:checked+.tab-label+.tab-content {
     display: block;
}

/* ラジオボタン非表示 */
.tab-switch {
    display: none;
}

/*****グローバルメニュー追加アコーディオン　2024.7　*****************************/
/*====================================================================
.s_02 .accordion_one
====================================================================*/

.s_02 .accordion_area {
	/*display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;*/
}
.s_02 .accordion_one {
/*	max-width: 1200px;
	margin: 0 auto;
	
	width:33.333%;*/
}
.s_02 .accordion_one .accordion_header {
	/*background-color: #db0f2f;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	padding: 20px 11%;
	text-align: center;
	position: relative;*/
	z-index: +1;
	cursor: pointer;
	transition-duration: 0.5s;
}
/*.s_02 .accordion_one:nth-of-type(2) .accordion_header {
	background-color: #ff9a05;
}*/
/*.s_02 .accordion_one:nth-of-type(3) .accordion_header {
	background-color: #1c85d8;
}*/
.s_02 .accordion_one .accordion_header:hover {
	opacity: .8;
}
.s_02 .accordion_one .accordion_header .i_box {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	right: 5%;
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	margin-top: -20px;
	box-sizing: border-box;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
}
.s_02 .accordion_one .accordion_header .i_box .one_i {
	display: block;
	width: 18px;
	height: 18px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
	position: relative;
}
.s_02 .accordion_one .accordion_header.open .i_box {
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}
.s_02 .accordion_one .accordion_header .i_box .one_i:before, .s_02 .accordion_one .accordion_header .i_box .one_i:after {
	display: flex;
	content: '';
	background-color: #fff;
	border-radius: 10px;
	width: 18px;
	height: 4px;
	position: absolute;
	top: 7px;
	left: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transform-origin: center center;
}
.s_02 .accordion_one .accordion_header .i_box .one_i:before {
	width: 4px;
	height: 18px;
	top: 0;
	left: 7px;
}
.s_02 .accordion_one .accordion_header.open .i_box .one_i:before {
	content: none;
}
.s_02 .accordion_one .accordion_header.open .i_box .one_i:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.s_02 .accordion_one .accordion_inner {
	display: none;
	padding: 30px 30px;
	box-sizing: border-box;
	position:absolute;	
	width:100vw;
	left: 50%;
	transform: translateX(-50%);
	background-color:#0085B2;
	border-top: #FFF 1px solid;
	z-index:3;
	height:100%;
}
.s_02 .accordion_one:nth-of-type(2) .accordion_inner {
	border-left: 2px solid #ff9a05;
	border-right: 2px solid #ff9a05;
	border-bottom: 2px solid #ff9a05;
}
.s_02 .accordion_one:nth-of-type(3) .accordion_inner {
	border-left: 2px solid #1c85d8;
	border-right: 2px solid #1c85d8;
	border-bottom: 2px solid #1c85d8;
}
/*.s_02 .accordion_one .accordion_inner .box_one {
	height: 300px;
}*/
@media screen and (max-width: 1024px) {
	.s_02 .accordion_one .accordion_header {
		font-size: 18px;
	}
	.s_02 .accordion_one .accordion_header .i_box {
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}
}
@media screen and (max-width: 767px) {
	.s_02 .accordion_one .accordion_header {
		font-size: 16px;
		text-align: left;
		padding: 15px 60px 15px 15px;
	}
}






/*====================================================================
.s_09 .accordion_one
====================================================================*/

.s_09 .accordion_area_w {
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.accordion_title {
    width: 28%;
    font-family: 'Noto Sans JP';
    font-weight: bold;
    font-size: 1.7em;
    color: #bfefff;
    text-align: left;
    padding-bottom: 3%;
    background-color: #0085b2;
    z-index: 3;
    position: relative;
}
.big_cat_name {
	text-align:left;
	width:100% !important;
	margin-bottom:40px;
}
.big_cat_name a{
    /*background-color: #fff;*/
    text-align: left;
    padding: 6px 10px;
    font-size: 1.3em;
    font-weight: bold;
    color: #fff;
}
.big_cat_name a:hover{
    color: #FFBF00;
}
:root {
	--icon-width: 6px;
	/*--icon-color: black;*/
}
.icon-arrow-right {
	display: inline-block;
	box-sizing: border-box;
	width: 18px;
	height: 18px;
	border-style: solid;
	border-width: var(--icon-width) var(--icon-width) 0 0;
	border-color: var(--icon-color);
	transform: rotate(45deg);
}
.icon-arrow-right:first-child {
	margin-left:0.9em;
}
.s_09 .accordion_area_w .accordion_one_w {}
.s_09 .accordion_one_w .accordion_header_w {
	display: flex;
	justify-content: left;
	align-items: center;
	width: 28%;
/*	height: 300px;*/
	float: left;
	clear:left;
	background-color: #0085b2;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	padding: 0 0 1% 0;
	text-align: left;
	position: relative;
	z-index: +1;
	cursor: pointer;
	transition-duration: 0.2s;
}
.s_09 .accordion_one_w .accordion_header_w:hover {
	color:#FFBF00;
}
.s_09 .accordion_area_w .accordion_one_w::after {
	content: '';
	height:0;
	width:auto;
	clear:both;
}
.s_09 .accordion_one_w:nth-of-type(3) .accordion_header_w {
	background-color: #1c85d8;
}
.s_09 .accordion_one_w .accordion_header_w .header_inner_w {
	padding: 15px;
}
.s_09 .accordion_one_w .accordion_header_w .i_box {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 67%;
	right: 5%;
	width: 20px;
	height: 20px;
	/*border: 1px solid #fff;*/
	border: none;
	margin-top: -20px;
	box-sizing: border-box;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
}
.s_09 .accordion_one_w .accordion_header_w .i_box .one_i {
	display: block;
	width: 18px;
	height: 18px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
	position: relative;
}
.s_09 .accordion_one_w .accordion_header_w.open .i_box {
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}
.s_09 .accordion_one_w .accordion_header_w .i_box .one_i:before, .s_09 .accordion_one_w .accordion_header_w .i_box .one_i:after {
	display: flex;
	content: '';
	background-color: #fff;
	border-radius: 10px;
	width: 16px;
	height: 4px;
	position: absolute;
	top: 7px;
	left: 1px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transform-origin: center center;
}
.s_09 .accordion_one_w .accordion_header_w .i_box .one_i:before {
	width: 4px;
	height: 16px;
	top: 1px;
	left: 7px;
}
.s_09 .accordion_one_w .accordion_header_w.open {
	color:#FFBF00;
}
.s_09 .accordion_one_w .accordion_header_w.open .i_box .one_i:before {
	content: none;
}
.s_09 .accordion_one_w .accordion_header_w.open .i_box .one_i:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.s_09 .accordion_one_w .accordion_inner_w {
	/*float: left;*/
	width: 100%;
	max-width:1200px;
	/*height: 300px;
	overflow: hidden;*/
	display: none;
	padding: 0;
	/*border-top: 2px solid #db0f2f;
	border-right: 2px solid #db0f2f;
	border-bottom: 2px solid #db0f2f;*/
	box-sizing: border-box;
	position:absolute;
	margin-top:-80px;
	overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #036d91 #0085b2;
    border-radius: 29px;
    height: 90%;
	padding-left:350px;
}
.s_09 .accordion_one_w:nth-of-type(2) .accordion_inner_w {
	border-top: 2px solid #ff9a05;
	border-right: 2px solid #ff9a05;
	border-bottom: 2px solid #ff9a05;
}
.s_09 .accordion_one_w:nth-of-type(3) .accordion_inner_w {
	border-top: 2px solid #1c85d8;
	border-right: 2px solid #1c85d8;
	border-bottom: 2px solid #1c85d8;
}
.s_09 .accordion_one_w .accordion_inner_w .box_one {
	padding: 15px;
	/*padding-left:30%;*/
}
.s_09 .accordion_one_w .accordion_inner_w .box_one > ul {
	display:flex;
	flex-wrap:wrap;
	width:800px;
}
.s_09 .accordion_one_w .accordion_inner_w .box_one > ul > li:not(.big_cat_name) {
	width:33.33%;
	margin-bottom:10px;
}
.s_09 .accordion_one_w .accordion_inner_w .box_one > ul > li img {
	width:30%;
	margin-right:10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
}
.s_09 .accordion_one_w .accordion_inner_w .box_one > ul > li a:not(.big_cat_name a){
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    color: #fff;
    text-align: left;
	padding-right:5px
}
.s_09 .accordion_one_w .accordion_inner_w .box_one > ul > li a:hover:not(.big_cat_name a){
    color: #FFBF00;
}
.closeArea {
    clear: both;
    padding-top: 45px;
    padding-bottom: 30px;
    width: 28%;
    position: relative;
    z-index: 3;
}
.close_btn {
	border:#fff solid 2px;
	padding:10px;
	color:#fff;
	display:block;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 1) 50%);
	background-position: 0 0;
	background-size: 200% auto;
	transition: .3s;
}
.close_btn:hover {
	background-position: -100% 0;
	color:#0085b2;
}

@media screen and (max-width: 1024px) {
	.s_09 .accordion_one_w .accordion_header_w {
		font-size: 18px;
	}
	.s_09 .accordion_one_w .accordion_header_w .i_box {
		width: 30px;
		height: 30px;
		margin-top: -15px;
        display:none;
	}
	.s_09 .accordion_one_w .accordion_inner_w {
		padding-left:280px;
	}
	.s_09 .accordion_one_w .accordion_inner_w .box_one > ul {
	width:570px;
	}
	.s_09 .accordion_one_w .accordion_inner_w .box_one > ul > li:not(.big_cat_name) {
		width:50%;
	}
}
@media screen and (max-width: 767px) {
	.s_09 .accordion_one_w .accordion_header_w {
		justify-content: flex-start;
		font-size: 16px;
	}
	.s_09 .accordion_one_w .accordion_inner_w .box_one > ul {
	width:370px;
	}
	.s_09 .accordion_one_w .accordion_inner_w .box_one > ul > li:not(.big_cat_name) {
		width:100%;
	}
}