body{
	margin:0;
}
#tau-trade i{
  font-family: "Font Awesome 7 Free";
  font-weight:800;
}

#tau-trade {
  background: #fff;
    color: #333;
}
#tau-trade *,
#tau-trade {
  font-family: "Noto Sans JP","Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;

  margin: 0;
  padding: 0;
  font-weight:400;
  font-size:15px;
  letter-spacing: 0.04em; /* 文字間隔をフォントサイズの4%に設定 */
	}
#tau-trade h1.logo{
	background:url("../img/logo.png") center left no-repeat;
	text-indent:-9999px;
	background-size:contain;
	min-width:80px;
}
#tau-trade header {
  background: #FeFeFe;
  padding: 10px 20px;
  border-bottom: 1px solid #ddd;
}
#tau-trade header h1 {
  font-size: 20px;
  margin: 0;
}
#tau-trade main {
	max-width: 992px;
    margin: 20px auto;
    padding: 0 20px;
    width:100%;
}
#tau-trade h2 {
  font-size: 20px;
  margin-bottom: 10px;
}
#tau-trade p {
  margin-bottom: 20px;
}
/* ステップナビ */
#tau-trade .steps {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}
#tau-trade .step {
  text-align: center;
  flex: 1;
  padding: 10px;
}
#tau-trade .step img {
  width: 40px;
  margin-bottom: 10px;
}
#tau-trade .step p {
  font-size: 14px;
}
/* セクション */
#tau-trade section {
  margin-bottom: 40px;
}
#tau-trade section h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #364E7C;
    color: #000;
}
#tau-trade section ul {
  margin: 10px 0 20px 20px;
  list-style: disc;
}
/* セキュリティ */
#tau-trade .security {
  background: #f0f6fb;
  border: 1px solid #cce0f5;
  padding: 20px;
  margin-top: 40px;
}
#tau-trade .security h3 {
  margin-top: 0;
}
/* 同意チェック */
#tau-trade .agree {
  margin: 20px 0;
}
#tau-trade .btn {
  display: inline-block;
  background: #005bac;
  color: #fff;
  padding: 12px 30px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 16px;
}
#tau-trade .btn:hover {
  opacity: 0.9;
}
#tau-trade header ul,
#tau-trade header li{
	list-style:none;
	margin-left:0;
	padding-left:0;
}
#tau-trade header li a{
	color:#333;
	text-decoration:none;
    white-space: nowrap;
}
#tau-trade header li a:hover{
	text-decoration:underline;
}
#tau-trade header ul{
	display:flex;
	flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    min-width: 38em;
    	gap: 20px;
}
#tau-trade header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
	gap: 20px;
}
#tau-trade .jst-clock {
  font-size: 18px;
  font-weight: bold;
  color: #005bac;
}
#tau-trade header #language{
	padding:0;
	background:transparent;
	border:none;
	height: 2em;
}
#tau-trade .memberlogin{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    color:#364E7C;
}
#tau-trade .memberlogin i{
	font-size:1.5em;
	margin-right:0.5em;
}
#tau-trade .search a,
#tau-trade .memberlogin p,
#tau-trade .memberlogin a{
	margin:0;
	font-weight:bold;
	line-height:1;
	color:#364E7C;
	text-decoration:none;
}
#tau-trade .memberlogin p a:hover{
	text-decoration:underline;
}
#tau-trade h2{
	border-bottom:solid 2px #638599;
	border-bottom: 2px solid;
	border-image-source:linear-gradient(90deg, #0168C0 0%, #3189C9 96.61%);
	border-image-slice: 1; /* ← 必須 */
}
#tau-trade main li,
#tau-trade main p{
	font-size:15px;
}
#tau-trade main h3{
  position: relative;
  padding-left: 15px; /* 棒と文字の間隔 */

}
#tau-trade main h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;       /* 棒の太さ */
  height: 100%;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#303e5b+0,8c89af+100 */
background: linear-gradient(to bottom,  #303e5b 0%,#8c89af 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
background: linear-gradient(180deg, #015BAC 0%, #69AEE3 100%);
}
#tau-trade main h4{
	color:#00317F;
	background:#E6EDF8;
	padding:5px 10px;
}
#tau-trade .link a{
	text-decoration:none;
	display:block;
	color:#2B406F;
	border:solid 2px #2B406F;
	border-radius:3px;
	padding:10px;
	transition: all 0.5s ease; /* ← 変化にかける時間を指定 */
}
#tau-trade .link a:hover{
	color:white;
	background:#2B406F;
}
#tau-trade a.btn{
	background:#2B406F;
	text-align:center;
	margin:auto;
	padding:1em 6em;
}
#tau-trade .center{
	margin:auto;
	text-align:center;
}
#tau-trade .agree.center{
	margin:20px 0;
}
#tau-trade .agree.center > p{
	margin:0;
}
#tau-trade a.disabled:hover,
#tau-trade a.disabled{
	opacity:0.5;
    cursor: initial;
    transition: all 0.5s ease; /* ← 変化にかける時間を指定 */
}
#tau-trade .agree label{
	cursor:pointer;
}
#tau-trade .underline{
	color:#2B406F;
	font-size:11px;
}
#tau-trade main ul{
	padding-left:0;
	margin-left:0;
}
#tau-trade main li{

	list-style:none;
}
#tau-trade main li{
		margin-left:0;
	padding-left:0;
	text-indent:-1em;
	margin-left:1em;
}
#tau-trade .mw-35em{
	max-width:35em;
}
#tau-trade table th,
#tau-trade table td{
	font-size:15px;
}
#tau-trade #clock{
	margin-left:0.35em;
}
#tau-trade strong{
	font-size:1.15em;
}
#tau-trade .txt_mb15 span{
	background-color: #c8f294;
	display:inline-block;
	padding:5px;
}
/* まずはPC想定の並び（必要に応じて調整） */
#tau-trade .site-header {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 10px 16px;
  border-bottom: 1px solid #e5e5e5;
}
#tau-trade .logo { margin: 0; font-size: 18px; }
#tau-trade .nav ul { display: flex; gap: 16px; list-style: none; margin: 0; padding: 0; }
#tau-trade .menu-toggle { display: none; }
#tau-trade main a{
	color:#364E7C;
}
#tau-trade table tbody th, table tbody td {
    padding: 0.5rem 0.625rem 0.625rem;
}
#tau-trade table thead, table tbody, table tfoot {
    border: 1px solid #f2f2f2;
    background-color: #ffffff;
}
#tau-trade table tbody, table thead, table tfoot {
    border-width: 0;
}
#tau-trade table tbody tr:nth-child(n) {
    background-color: #ffffff;
}
#tau-trade table.t02 {
    border-top: 1px #ccc solid;
    border-collapse: collapse;
    margin-bottom: 10px;
    border-spacing: 0;
    text-align: left;
    width: 100%;
}
#tau-trade table.t02 th {
    border-left: 1px #fff solid;
    background: #666;
    padding: 5px;
    color: #FFF;
    text-align: center;
    font-weight: normal;
    line-height: 100%;
}
#tau-trade table.t02 th {
    border: 1px #ccc solid;
    font-weight: bold;
    padding: 9px 10px;
}
#tau-trade table td {
    text-align: left;
}
#tau-trade table.t02 td {
    border: 1px #ccc solid;
    padding: 8px;
    border-collapse: collapse;
}
#tau-trade table.t02 td {
    padding: 5px 10px;
    text-align: center;
}
#tau-trade table.shippingcharge td {
    width: 300px;
    text-align: left;
}
#tau-trade table.shippingcharge th {
    width: 240px;
}
#tau-trade table.t02 th {
    border: 1px #ccc solid;
    font-weight: bold;
    padding: 9px 10px;
}
#tau-trade table.shippingcharge th {
    width: 240px;
}
#tau-trade table.shippingcharge {
    width: auto;
    margin-top: 5px;
    margin-bottom: 15px;
}
#tau-trade table.t02 {
    border: 1px #ccc solid;
    margin-bottom: 5px;
}
#tau-trade table.t02 th.bggray {
    background: #EFEFEF;
    color: #666666;
    text-align: left;
    padding: 5px 10px;
}
#tau-trade .txt_sc{
	margin-bottom:0;
}
#tau-trade h5{
	font-size:0.85em;
	margin-bottom:0;
}
#tau-trade h4,
#tau-trade h5 strong{
	font-size:15px;
}
/* 見た目 */
#tau-trade .back-to-top{
  position: fixed; right: 16px; bottom: 16px;
  width: 44px; height: 44px; border-radius: 9999px;
  background:#2B406F; color:#fff; border:0; cursor:pointer;
  box-shadow: 0 6px 16px rgba(0,0,0,.15);
  /* フェードイン用（非表示状態） */
  opacity: 0; visibility: hidden; transform: translateY(8px);
  pointer-events: none;
  transition: opacity .25s ease, transform .25s ease, visibility 0s linear .25s;
  z-index: 1000;
}
#tau-trade .back-to-top.show{
  opacity: 1; visibility: visible; transform: translateY(0);
  pointer-events: auto;
  transition: opacity .25s ease, transform .25s ease;
}
#tau-trade .back-to-top:focus-visible { outline: 3px solid #99c7ff; }

/* 動きを減らす設定の人へ配慮 */
@media (prefers-reduced-motion: reduce){
  #tau-trade .back-to-top{ transition:none; }
  html{ scroll-behavior: auto; }
}

/* 例：スマホでフッターメニューと被るなら余白を増やす */
@media (max-width: 767px){
  #tau-trade .back-to-top{ bottom: 72px; }
}

#tau-trade .flex {
    display: flex;
    margin: 0;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: flex-start;
    align-items: stretch;
    max-height:14em;
    gap:4px;
}
#tau-trade .flex > img{
	display:block;
	width:50%;
	object-fit:cover;
}
#tau-trade .flex.f1 > img{
	width:100%;
}
#tau-trade .flex.bottom > img {
    object-position: bottom;
}
#tau-trade .flex.f3 > img{
	width:33.3333%;
}
#tau-trade .flex.f4 > img{
	width:25%;
}
#tau-trade .mt30{
	margin-top:30px;
}
#tau-trade .mt40{
	margin-top:40px;
}
#tau-trade .ml10{
	margin-left:10px;
}
#tau-trade .ml20{
	margin-left:20px;
}
#tau-trade .mb30{
	margin-bottom:30px;
}
#tau-trade .mb40{
	margin-bottom:40px;
}
/* ヘッダーを上部に貼り付け */
#tau-trade .site-header {
  position: sticky;
  top: 0;
  z-index: 9999;        /* コンテンツより前に出す */
  background: #fff;     /* 背景を塗る（透け防止） */
  /* 必要に応じて影を付けると固定感が出ます */
  box-shadow: 0 1px 6px rgba(0,0,0,.08);
}

#tau-trade section{
	position:relative;
}
#tau-trade .absolute{
	position:absolute;
}
#tau-trade .absolute.rb{
	bottom:-30px;
	right:-30px;;
}
#tau-trade .absolute.lt{
	top:-30px;
	left:-30px;;
}
#tau-trade .flex img,
#tau-trade .absolute img{
	display:block;
	width:90px;
	height:auto;
}
#tau-trade .flex.center{
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    max-height: 14em;
    gap: 4px;
    width:100%;
}
#tau-trade .flex figure{
	margin:0px 20px;
}
#tau-trade .flex figure img.w30 {
    width: 30px;
    height: auto;
    display: block;
    max-height: 70px;
}
#tau-trade .flex figure img.w40 {
    width: 38px;
    height: auto;
    display: block;
    max-height: 70px;
}
#tau-trade .flex figure img.w50{
	width:50px;
	  height: auto;
  	display: block; /* 余計な隙間防止 */
}
#tau-trade .flex figure img.w60 {
    width: 60px;
    height: auto;
    display: block;
    max-height: 70px;
}
#tau-trade .flex figure img.w80 {
    width: 80px;
    height: auto;
    display: block;
    max-height: 70px;
}

#tau-trade .flex figure img.w100{
	width:100px;
	  height: auto;
  	display: block; /* 余計な隙間防止 */
}
#tau-trade .flex figure img.w120{
	width:120px;
	  height: auto;
  	display: block; /* 余計な隙間防止 */
}
#tau-trade .left{
	text-align:left;
	width:100%;
}
#tau-trade small{
	font-size:13.5px;
}
#tau-trade .sp{
	display:none;
}
#tau-trade .pc{
	display:block;
}
#tau-trade figure{
	margin:0;
}
#tau-trade strong,
#tau-trade h2,
#tau-trade h3,
#tau-trade h4,
#tau-trade h5{
	font-weight:600;

}
#tau-trade h2{
	font-size:24px;
}
#tau-trade section h3{
	font-size:20px;
}