@charset "utf-8";
.goods {
	padding:25px 0 15px;
}
.goods__article {
	width:var(--content-width);
	margin:0 auto;
	padding:45px 0 30px;
	border-bottom:1px solid #999;
}
.goods__article:last-child {
	border:none;
}
.goods__article h3 {
	font-size:26px;
	font-weight: 700;
	margin-bottom:24px;
	line-height:1.5;
}
.goods__article--point {
	display: inline-block;
	margin-left:10px;
	border:1px solid #F00;
	color:#F00;
	font-size: 14px;
	vertical-align: middle;
	padding:7px 15px 5px;
	line-height:1;
	margin-bottom:5px;
}
.goods__article--catch {
	line-height:1.75;
	font-weight: 700;
	margin-bottom:30px;
}
.goods__article--catch.fsb{
	font-size: 26px;
}
.goods__article img {
	max-width: 100%;
	image-rendering: -webkit-optimize-contrast;
}
.goods__article .pan img {
	max-width: 100%;
	height: 320px;
	image-rendering: -webkit-optimize-contrast;
}
.goods__article--img {
	margin-bottom:30px;
}
.goods__article--spec {
	margin-bottom:20px;
}
.goods__article--spec div {
	width:100%;
	display: flex;
	font-size: 14px;
	font-weight: 700;
}
.goods__article--spec dt {
	margin-right:15px;
	line-height:1.8;
}
.goods__article--spec dd {
	line-height:1.8;
}
.goods__article--caution {
	margin-bottom:20px;
}
.goods__article--caution li {
	padding-left:1em;
	line-height:1.8;
	font-size:12px;
	text-indent: -1em;
}
.goods__article--caution li:before {
	content:'※';
}
.teamSet {
	background: #e7ebf4;
}
.teamSetin{
	padding: 20px 20px 2px 20px;
}
.teamimg{
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}
.teamimg li{
	width: 22%;
}
/* .teamimg li:nth-of-type(1),
.teamimg li:nth-of-type(2){
	width: 22%;
} */
.teamSet h4{
	color: #fff;
    background: #144185;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 6px 0;
}
.teamSet h5{
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}
.mt20{
	margin-top: 20px;
}
@media screen and (max-width: 768px) {
	.goods {
		padding:2.5vw 0 2vw;
	}
	.goods__article {
		margin:0 auto;
		padding:10vw 0 3.5vw;
	}
	.goods__article h3 {
		font-size:2.1rem;
		font-weight: 700;
		margin-bottom:3vw;
		line-height:1.5;
		display: flex;
		flex-wrap: wrap;
	}
	.goods__article--name {
		order:10;
	}
	.goods__article h3:after {
		content:'';
		display: block;
		height:0;
		width:100%;
		order:8;
	}
	.goods__article--point {
		display: inline-block;
		margin-left:0;
		margin-right:1vw;
		font-size: 1.5rem;
		vertical-align: middle;
		padding:1.2vw 4vw 1vw;
		line-height:1;
		margin-bottom:2.5vw;
	}
	.goods__article--catch {
		font-size:1.5rem;
		line-height: 1.8;
		margin-bottom:5vw;
	}
	.goods__article--catch.fsb{
		font-size: 2.1rem;
	}
	.goods__article--img {
		margin-bottom:5vw;
	}
	.goods__article--spec {
		margin-bottom:4vw;
	}
	.goods__article--spec div {
		font-size: 1.45rem;
	}
	.goods__article--spec dt {
		margin-right:1.5rem;
	}
	.goods__article--caution {
		margin-bottom:4vw;
	}
	.goods__article--caution li {
		font-size:1.3rem;
	}
	.goods__article .pan img{
		height: auto;
	}
	.teamimg{
		display: block;
		justify-content: space-between;
	}
	.teamimg li{
		width: 75%;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
	}
	/* .teamimg li:nth-of-type(1),
	.teamimg li:nth-of-type(2){
		width: 100%;
	} */
	.teamSet h5{
	    margin-top: 0;
	}
	.goods__article--spec dt{
		min-width: 40px;
		flex-shrink: 0;
	}
}
.fCau{
	color: red;
}
.caution {
	background:#f2f4f7;
	padding:70px 0;
}
.caution__inner {
	width:var(--content-width);
	margin:0 auto;
}
.caution__inner h4 {
	font-size:14px;
	line-height:1.7;
	margin-bottom:6px;
	font-weight: 700;
}
.caution__inner--text {
	font-size:12px;
	line-height: 1.7;
	margin-bottom: 1.8em;
}
.caution__inner--caution {
	color:#F00;
}
.caution__inner--hr {
	margin:40px 0;
	border:none;
	border-top:1px solid #999;
	height:1px;
	display: block;
	padding:0;
}
.caution__inner--img {
	margin-bottom:2em;
}
.caution__inner--img img {
	display: block;
	width:100%;
	height:auto;
}
@media screen and (max-width: 768px) {
	.caution {
		padding:15vw 0;
	}
	.caution__inner h4 {
		font-size:1.5rem;
		margin-bottom:2.5vw;
	}
	.caution__inner--text {
		font-size:1.3rem;
		line-height: 1.8;
		margin-bottom: 1.6em;
	}
	.caution__inner--hr {
		margin:7vw 0;
		border:none;
		border-top:1px solid #999;
		height:1px;
		display: block;
		padding:0;
	}
}

/** ruby **/
.rlh{
	line-height: 2.8!important;
}


/** Kuradashi **/
.goods__kuradashi_headcatch{
	font-size: 20px;
	font-weight: 700;
	color: #F00;
}
.goods__kuradashi h3.mds{
	width: 100%;
	line-height: 60px;
	position: relative;
	background-color: #323232;
	color: #FFF;
	padding-left: 20px;
	margin-bottom: 0;
}
.goods__article--kuradashi_ttl{
	position: absolute;
	bottom: 8px;
	right: 12px;
	line-height: 1;
	color: #FFF;
	font-size: 12px;
}
.goods__kuradashiIn{
	position: relative;
	padding: 30px;
	background-color: #f8f8f8;
}
.goods__kuradashiIn_cont{
	margin-bottom: 20px;
}
.goods__kuradashiIn_cont:last-child{
	margin-bottom: 0;
}
.goods__kuradashi_h4{
	margin-bottom: 14px;
}
.goods__kuradashi_h4 span{
	padding: 6px 12px;
	font-weight: 700;
	color: #FFF;
	background-color: #144185;
	line-height: 1;
	display: inline-block;
}
.goods__kuradashi_dlList{
	display: flex;
	margin-bottom: 12px;
}
.goods__kuradashi_List{
	font-weight: 700;
	margin-bottom: 6px;
}
.goods__kuradashi_List_ttl{
	color: #144185;
	padding-right: 1em;
}

@media screen and (max-width: 767px){
	.goods__kuradashi_headcatch{
		font-size: 16px;
	}
	.goods__kuradashi h3.mds{
		padding-left: 16px;
	}
	.goods__kuradashi.cs h3{
		line-height: 1.6;
		padding: 8px;
	}
	.goods__kuradashiIn{
		padding: 5.3334vw 2.6667vw;
		font-size: 1.3rem;
	}
	.goods__kuradashiIn_cont{
		margin-bottom: 24px;
	}
	.goods__kuradashiIn_cont:last-child{
		margin-bottom: 0;
	}
	.goods__kuradashi_h4{
		margin-bottom: 8px;
	}
	.goods__kuradashi_h4 span{
		font-size: 1.5rem;
		padding: 6px 14px;
	}
	.goods__kuradashi_List{
		padding-left: 1em;
		text-indent: -1em;
	}
	.goods__kuradashi_List_ttl{
		display: block;
	}
}


/** goods__kuradashiCont **/
.goods__kuradashiCont{
	width: 100%;
	padding: 24px 0 30px;
	border-bottom: 1px solid #999;
}
.goods__kuradashiCont:last-child{
	border-bottom: unset;
}
.goods__kuradashiCont h4 {
	font-size:26px;
	font-weight: 700;
	margin-bottom:24px;
	line-height:1.5;
}
.goods__kuradashiCont__inText{
	font-size: 14px;
	margin-top: 1.8em;
}
@media screen and (max-width: 768px) {
	.goods__kuradashiCont{
		padding: 5vw 0 3.5vw;
	}
	.goods__kuradashiCont h4 {
		font-size:2.1rem;
		font-weight: 700;
		margin-bottom:3vw;
		line-height:1.5;
		display: flex;
		flex-wrap: wrap;
	}
	.goods__kuradashiCont__inText{
		font-size: 1.4rem;
	}
}


/** Goods IMG **/
.goods__article--imgIn{
	margin-bottom:30px;
	line-height: 1.8;
}
.goods__article--img__title{
	font-weight: 700;
	margin-bottom: 8px;
}
.goods__article--imgIn .goods__article--img{
	margin-bottom: 20px;
}
.goods__article--imgTxt{
	font-size: 14px;
}
.goods__article--img_txtLists{
	font-size: 14px;
	display: flex;
	flex-wrap: wrap;
}
.goods__article--img_txtList{
	width: auto;
	padding-right: 1em;
}
.goods__article--img_txtList:last-child{
	padding-right: 0;
}

@media screen and (max-width: 767px){
	.goods__article--img__title{
		font-size: 1.5rem;
	}
	.goods__article--imgIn .goods__article--img{
		margin-bottom: 2.667vw;
	}
	.goods__article--imgTxt{
		font-size: 1.2rem;
	}
	.goods__article--img_txtLists{
		font-size: 1.2rem;
	}
}
.font14 {
  font-size: 14px;
  margin-bottom: 3px;
  line-height: 1.7;
  display: block;
}