                                                                @charset "UTF-8";
/* CSS Document */

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

#tcs-Item html, #tcs-Item body, #tcs-Item div, #tcs-Item span, #tcs-Item object, #tcs-Item iframe,
#tcs-Item h1, #tcs-Item h2, #tcs-Item h3, #tcs-Item h4, #tcs-Item h5, #tcs-Item h6, p,
#tcs-Item dl, #tcs-Item dt, #tcs-Item dd, #tcs-Item ol, #tcs-Item ul, #tcs-Item li
{
  padding:0;
  border:0;
  outline:0;
  margin: 0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

#tcs-Item body {
  line-height:1;
}

#tcs-Item ul {
  list-style:none;
}

#tcs-Item a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

/* change colours to suit your needs */
#tcs-Item ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}

/* change colours to suit your needs */
#tcs-Item mark {
  background-color:#ff9;
  color:#000; 
  font-style:italic;
   font-weight:bold;
}

#tcs-Item del {
  text-decoration: line-through;
}

#tcs-Item abbr[title], #tcs-Item dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

#tcs-Item table {
  border-collapse:collapse;
  border-spacing:0;
}

/* change border colour to suit your needs */
#tcs-Item hr {
  display:block;
  height:1px;
  border:0;   
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

#tcs-Item input, #tcs-Item select {
  vertical-align:middle;
}




/* Base container and global utilities */
	#tcs-Item{
		max-width: 800px;
		margin: auto;
		font-family: Verdana,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS PGothic",sans-serif;
	}

	#tcs-Item *{
		box-sizing: border-box;
		transition: 1s;
	}

	#tcs-Item .lh17{
		line-height: 1.7em;
	}

	#tcs-Item a{
		text-decoration: none;
		color: #000000;
	}

/* Product card list and detail blocks */
	#tcs-Item .pageTitle{
		font-size: 25px;
		color:#03346E;
		padding-bottom: 8px;
		border-bottom: 3px solid #03346E!important;
		margin-bottom: 20px;
		margin-top: 30px;
		font-weight: bold;
        
	}
	
	#tcs-Item .pageTitle span{
		font-size: 30px;		
	}	
	
	#tcs-Item .pageText{
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 10px;
		line-height: 1.5em;
	}
	
 #tcs-Item p.DiscountRate {
    margin-bottom: 0;
    color: #ff006f;
    text-align: end;
    font-weight: bold;
    font-size: 1.5em;
}
	#tcs-Item .itemBox02Wrap img{
		max-width: 100%;
	}
	
	#tcs-Item .itemBox02Wrap{
		margin-top: 20px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	#tcs-Item .itemBox02Wrap li{
		width: calc((100% - 10px) / 2);
		margin-bottom: 10px;
	}
	
	#tcs-Item .itemBox02{
		padding: 10px;
		padding-bottom: 48px;
		border:1px solid #707070;
        min-height: 470px;
		position: relative;
	}
	
	#tcs-Item .itemBox02__cont{
		display: flex;
		justify-content: space-between;
		margin-top: 10px;
            min-height: 14rem;
	}
	
	#tcs-Item .itemBox02__cont01{
		width: 48%;
	}
	
	#tcs-Item .itemBox02__cont02{
		width: 48%;
	}
	
	#tcs-Item .itemBox02__itemDetail{
		padding: 5px;
		background: #FFFFC9;
		font-weight: bold;
		font-family: Meiryo, "sans-serif";
		font-size: 20px;
		border-radius: 2px;
		margin-bottom: 10px;
	}
	
	#tcs-Item .itemBox02__text{
		font-size: 15px;
		position: relative;
		margin-top: 10px;
		margin-bottom: 10px;
		line-height: 1.25em;
	}
	
	#tcs-Item .itemBox02__text span{
		font-size: 10px;
	}
	
	#tcs-Item .itemBox02__btn{
		text-align: right;
		font-size: 20px;
		color:#03346E;
		font-weight: bold;
		margin-top: 10px;
        margin-bottom: 0;
	}

	/* Expand link hit area to the full item card */
	#tcs-Item .itemBox02__btn--fullCard{
		position: absolute;
		inset: 0;
		z-index: 1;
		display: block;
		margin: 0;
		background: transparent;
		text-decoration: none;
	}

	#tcs-Item .itemBox02__btnLabel{
		position: absolute;
		right: 10px;
		bottom: 10px;
	}

	
	
	#tcs-Item .itemBox02__itemNameWrap{
		padding-bottom: 8px;
		margin-bottom: 10px;
		border-bottom: 1px solid #03346E;
		color:#03346E;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	#tcs-Item .itemBox02__itemName01{
		font-size: 27px;
		font-weight: bold;
        margin-bottom: 0;
	}

	#tcs-Item .itemBox02__itemName02{
		font-size: 13px;
		font-weight: bold;
        margin-bottom: 0;
	}

	#tcs-Item .itemBox02__itemName02 .pt01{
		font-size: 18px;
	}

	#tcs-Item .itemBox02__itemName02 .pt02{
		font-size: 11px;
		font-weight: normal;
        margin-bottom: 0;
	}	
	
	#tcs-Item .itemBox02__itemPrice{
		padding: 5px 20px;
		margin-bottom: 10px;
		border: 1px solid #FF006F;
		color:#FF006F;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	#tcs-Item .itemBox02__itemPrice01{
		font-weight: bold;
		font-size: 20px;
        margin-bottom: 0;
	}

	

	#tcs-Item .itemBox02__itemPrice02{
		font-weight: bold;
		font-size: 23px;
        margin-bottom: 0;
	}

	#tcs-Item .itemBox02__itemPrice02 span{
		font-weight: normal;
		font-size: 12px;
        margin-bottom: 0;
	}
	
	#tcs-Item .itemBox02Wrap li:hover .itemBox02__itemPrice{
		background: #FF006F;
		color:#ffffff;
	}

	#tcs-Item .itemBox02__itemPrice *{
		transition: 0s;
	}
	
	

	#tcs-Item .dws_series_nav{
		padding: 20px 0;
	}	

	#tcs-Item .dws_series_nav__list{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	#tcs-Item .dws_series_nav__list li img{
		max-width: 100%;
	}
	
	#tcs-Item .dws_series_nav__list li:hover{
		opacity: 0.7;
	}
	
	#tcs-Item .dws_series_nav__list li{
		border:1px solid #C5C5C5;
		margin-bottom: 20px;
	}	
	
	#tcs-Item .dws_series_nav__list li:nth-child(-n + 3){
		width: calc((100% - 40px) / 3);
	}
	
	#tcs-Item .dws_series_nav__list li:nth-child(n + 4){
		width: calc((100% - 40px) / 4);
	}


 
.badge {
  position: relative;}
  
  .triangle {
    position: absolute;
    border-bottom: 60px solid transparent;
    border-left: 60px solid red;
  }

  .label {
    position: absolute;
    top: 10px;
    left: 5px;
    font-size: 14px;
    color: #fff;
    transform: rotate(-45deg);
  }
	
	#tcs-Item .dws_series_nav__img{
		/*padding-left: 10px;
		padding-bottom: 10px;*/
        padding-top: 10px;
        text-align: center;
	}
	
	#tcs-Item .dws_series_nav__text01{
		padding: 10px;
		text-align: center;
		color:#ffffff;
		font-size: 18px;
        margin-bottom: 0;
	}	
	
	#tcs-Item .dws_series_nav__text01 span{
		font-weight: bold;
		font-size: 23px;
	}	
	
	#tcs-Item .dws_series_nav__text02{
		font-weight: bold;
		font-size: 20px;
		padding: 10px;
		text-align: right;
		color:#707070;
        margin-bottom: 0;
	}

	#tcs-Item .dws_series_nav__text02 svg{
		fill:#707070;
		width: 20px;
	}

	#tcs-Item .dws_series_nav__list li:nth-child(1) .dws_series_nav__text01{
		background: #777E88;
	}
	
	#tcs-Item .dws_series_nav__list li:nth-child(2) .dws_series_nav__text01{
		background: #F27078;
	}
	
	#tcs-Item .dws_series_nav__list li:nth-child(3) .dws_series_nav__text01{
		background: #8CC63E;
	}
	
	#tcs-Item .dws_series_nav__list li:nth-child(4) .dws_series_nav__text01{
		background: #F68C1E;
	}
	
	#tcs-Item .dws_series_nav__list li:nth-child(5) .dws_series_nav__text01{
		background: #6C8CC7;
	}
	
	#tcs-Item .dws_series_nav__list li:nth-child(6) .dws_series_nav__text01{
		background: #62C29D;
	}
	
	#tcs-Item .dws_series_nav__list li:nth-child(7) .dws_series_nav__text01{
		background: #B5A470;
	}

	#tcs-Item .mt20{
		margin-top: 20px;
	}

/* Legacy lower-page blocks removed */
#tcs-Item i {
    font-size: 2.5em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

/* CSS Document */

@media screen and (max-width:800px){
	#tcs-Item{
		font-size: 14px;
	}
	
	#tcs-Item .sp{
		display: block;
	}
	
	#tcs-Item img{
		max-width: 100%;
	}
	
	#tcs-Item {
		padding:0 10px;
	}
	
/* otherPage */
	#tcs-Item .pageTitle {
		font-size: 20px;
	}
	
	#tcs-Item .pageTitle span {
		font-size: 24px;
	}
	
	#tcs-Item .pageText {
		font-size: 14px;
	}
	
	#tcs-Item .itemBox02Wrap {
		margin-top: 10px;
	}
	
	#tcs-Item .itemBox02Wrap li {
		width: 100%;
	}
	
	#tcs-Item .itemBox02__text {
		font-size: 12px;
	}
	
	#tcs-Item .itemBox02__itemName01 {
		font-size: 20px;
	}
	
	#tcs-Item .itemBox02__itemPrice {
		display: block;
		text-align: center;
	}	
	
	#tcs-Item .itemBox02__itemPrice01 {
		font-size: 15px;
	}
	
	
	
	/* Legacy responsive overrides removed */
	
	
}

/* Theme colors and shared tokens */
#tcs-Item{
	--series-accent: #FF006F;
	--series-primary: #1E90FF;
}

/* Item card price emphasis */
#tcs-Item .itemBox02__itemPrice{
	border: 1px solid var(--series-accent);
	color: var(--series-accent);
}

/* Typography for section headings */
#tcs-Item .pageTitle{
	font-weight: bold;
	border-bottom: 3px solid #03346E!important;
}
#tcs-Item .pageText{
	font-weight: bold;
	line-height: 1.5em;
}

/* カード・価格表示の共通コンポーネント */

#tcs-Item .itemBox02__btn i.fas{
	font-size: 1.5em;
	color: #03346E;
	vertical-align: middle;
	margin-right: 0.15em;
}

#tcs-Item .itemBox02__itemPrice01 i.fas{
	font-size: 1.5em;
	color: #FF006F;
	vertical-align: middle;
	margin-right: 0.2em;
}

#tcs-Item .itemBox02Wrap li:hover .itemBox02__itemPrice01 i.fas{
	color: #ffffff;
}

@media screen and (max-width:800px){
	#tcs-Item .itemBox02__itemPrice01 i.fas {
		font-size: 1.5em;
	}

	#tcs-Item .itemBox02__btn i.fas {
		font-size: 1.5em;
	}

	#tcs-Item .dws_series_nav__list li {
		margin-bottom: 10px;
	}

	#tcs-Item .dws_series_nav__list li:nth-child(-n + 3){
		width: 100%;
	}

	#tcs-Item .dws_series_nav__list li:nth-child(n + 4){
		width: calc((100% - 10px) / 2);
	}

	#tcs-Item .dws_series_nav__list li img{
		width: 100%;
	}

}

/* ===== Backward compatibility: top_dws--sec08 aliases ===== */
#tcs-Item .top_dws--sec08{
	font-size: 14px;
	padding:0 1em;
}

#tcs-Item .top_dws--sec08__list{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

#tcs-Item .top_dws--sec08__list li{
	border-radius: 10px;
	background: #1E90FF;
	padding: 0px;
	text-align: center;
	width: calc((100% - 40px) / 4);
	margin-bottom: 10px;
}

#tcs-Item .top_dws--sec08__list li *{
	color:#ffffff;
	fill:#ffffff;
	margin-top: 0.2em;
	margin-bottom: 1em;
}

#tcs-Item .top_dws--sec08__text{
	font-size: 13px;
}

#tcs-Item .top_dws--sec08__img,
#tcs-Item .top_dws--sec08__img02,
#tcs-Item .top_dws--sec08__img03{
	height: 30px;
}

#tcs-Item .top_dws--sec08__img svg{
	width: 50px;
	height: auto;
}

#tcs-Item .top_dws--sec08__img02 svg{
	width: 30px;
	height: auto;
}

#tcs-Item .top_dws--sec08__img03 svg{
	width: 40px;
	height: auto;
}

#tcs-Item .top_dws--sec08__link a{
	display: flex;
	padding: 10px;
	border:1px solid #1E90FF;
	color:#1E90FF;
	font-size: 25px;
	font-weight: bold;
	margin-top: 40px;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
}

#tcs-Item .top_dws--sec08__link a svg{
	fill:#1E90FF;
	width: 25px;
	height: auto;
	transition: 0s;
}

#tcs-Item .top_dws--sec08__link a:hover{
	color:#ffffff;
	background: #1E90FF;
}

#tcs-Item .top_dws--sec08__link a:hover svg{
	fill:#ffffff;
}

@media screen and (max-width:800px){
	#tcs-Item .top_dws--sec08{
		padding: 0;
	}
	#tcs-Item .top_dws--sec08__list li{
		width: calc((100% - 10px) / 2);
	}
	#tcs-Item .top_dws--sec08__udText{
		line-height: 1.5em;
	}
	#tcs-Item .top_dws--sec08__link a{
		font-size: 13px;
	}
}

/* ===== Neutral naming aliases (non model-dependent) ===== */
#tcs-Item .feature-section__header{
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

/* Feature section spacing and divider */
#tcs-Item .feature-section{
	padding: 0 25px;
	padding-bottom: 30px;
	border-bottom: 1px dashed #707070;
	margin-bottom: 30px;
}

#tcs-Item .feature-section__header-media{
	width: 200px;
	display: flex;
}

#tcs-Item .feature-section__header-body{
	width: calc(100% - 175px);
}

#tcs-Item .feature-section__title{
	font-weight: bold;
	font-size:25px;
	margin-bottom: 1em;
}

#tcs-Item .feature-section__title span{
	font-size:12px;
}

#tcs-Item .feature-section__lead{
	font-size:20px;
	color:#2A6CA6;
	margin-top: 10px;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0;
}

#tcs-Item .feature-section__content{
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

#tcs-Item .feature-section__content-col-a,
#tcs-Item .feature-section__content-col-c{
	width: 315px;
	line-height: 1.5em;
}

#tcs-Item .feature-section__content-col-b{
	text-align: center;
	width:calc(100% - 630px);
	padding-top: 50px;
}

#tcs-Item .feature-section__content--sec02{
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

/* sec02 は 3枚画像を横並びで同サイズにする */
#tcs-Item .feature-section__content--sec02 .feature-section__content-col-a,
#tcs-Item .feature-section__content--sec02 .feature-section__content-col-b,
#tcs-Item .feature-section__content--sec02 .feature-section__content-col-c{
	width: auto;
	flex: 1 1 0;
	padding-top: 0;
	text-align: center;
}

#tcs-Item .feature-section__content--sec02 img{
	width: 100%;
	height: auto;
	display: block;
}

#tcs-Item .feature-section__content--sec04{
	margin-top: 20px;
}

#tcs-Item .feature-section__content--sec05{
	display: flex;
	justify-content:space-between;
	align-items: center;
	line-height: 1.5em;
}

#tcs-Item .feature-section__content-col-a--sec05{
	padding-right: 20px;
	width: 270px;
}

#tcs-Item .feature-section__content--sec06{
	margin-top: 20px;
}

#tcs-Item .feature-section__content--sec07{
	margin-top: 20px;
}

#tcs-Item .series-compare-table{
	width: 100%;
	overflow-x: hidden;
}

#tcs-Item .series-compare-table table.series-compare{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

#tcs-Item .series-compare-table table.series-compare th,
#tcs-Item .series-compare-table table.series-compare td{
	white-space: normal;
	overflow-wrap: anywhere;
	word-break: break-word;
	line-height: 1.35;
	padding: 8px 6px;
}

#tcs-Item .series-compare-table table.series-compare th:nth-child(1),
#tcs-Item .series-compare-table table.series-compare td:nth-child(1){
	width: 40%;
}

#tcs-Item .series-compare-table table.series-compare th:nth-child(2),
#tcs-Item .series-compare-table table.series-compare td:nth-child(2){
	width: 30%;
}

#tcs-Item .series-compare-table table.series-compare th:nth-child(3),
#tcs-Item .series-compare-table table.series-compare td:nth-child(3){
	width: 30%;
}

@media screen and (max-width:800px){
	#tcs-Item .feature-section__title {
		font-size: 15px;
	}

	#tcs-Item .feature-section__title span{
		display: block;
	}

	#tcs-Item .feature-section__title i.fas{
		font-size: 1.5em;
		vertical-align: middle;
		margin-right: 0.2em;
	}

	#tcs-Item .feature-section__lead {
		font-size: 12px;
		margin-top: 10px;
	}

	#tcs-Item .feature-section__content {
		display: block;
		margin-bottom: 0;
	}

	#tcs-Item .feature-section__content-col-b,
	#tcs-Item .feature-section__content-col-a,
	#tcs-Item .feature-section__content-col-c{
		width: 100%;
		padding-top: 0;
	}

	#tcs-Item .feature-section__content-col-b{
		padding: 20px 0;
	}

	#tcs-Item .feature-section__content-col-b img{
		transform: rotate(90deg)
	}

	#tcs-Item .feature-section__content--sec05 {
		display: block;
	}

	#tcs-Item .feature-section__content-col-a--sec05 {
		padding-right: 0;
		width: 100%;
		margin-bottom: 10px;
	}

	#tcs-Item .feature-section{
		padding: 30px 25px;
		margin-bottom: 0;
	}

	#tcs-Item .series-compare-table{
		width: 100%;
		overflow-x: hidden;
	}

	#tcs-Item .series-compare-table table.series-compare{
		width: 100%;
		table-layout: fixed;
		border-collapse: collapse;
	}

	#tcs-Item .series-compare-table table.series-compare th,
	#tcs-Item .series-compare-table table.series-compare td{
		white-space: normal;
		overflow-wrap: anywhere;
		word-break: break-word;
		line-height: 1.25;
		padding: 6px 4px;
		font-size: 12px;
	}
}
