article {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.2rem;
	line-height: 1.8rem;
	text-align: left;
}
article .figture {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 1rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


article .figture img {
	width: 100%;
	margin: 0rem;
	padding: 0px;
	height: auto;
}

article .figture h1 {
	position: absolute;
	top: 70%;
	color: rgba(255,255,255,1.00);
	text-align: right;
	text-decoration: underline;
	right: 1rem;
	width: auto;
	font-size: 3rem;
	line-height: 3.6rem;
	background-color: rgba(184,184,184,0.44);
}



article .sec ul li img{
	width: 100%;
	margin: 0rem;
	height: auto;
}

article .sec {
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 2rem;
	margin-top: 1rem;
}
ul li dl {
	width: 95%;
	margin-left: auto;
	padding: 0px;
	margin-right: auto;
}

li dl dt {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: auto;
}
li dl dd {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
article .sec h2 {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	letter-spacing: 0.2rem;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	margin-bottom: 1rem;
}
/*以下で線を表示*/
/*
article  h2:before  {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -15px;
	display: inline-block;
	width: 5rem;
	height: 10px;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: rgba(237,174,175,1.00);
	border-radius: 1rem;
}
*/
article .sec ul.col2, article .sec .col5, article .sec .col3 {
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center; /*中央よせ*/
    align-items: stretch;    /*全ての要素の高さを揃える*/
    margin: 0px;
    padding-top: 0.5rem;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0rem;
    list-style-type: none;
}
article .sec .col5 li {
	width : 20%; /* 未対応ブラウザ用フォールバック */
	width : -webkit-calc(100% / 5);
	width : calc(100% / 5);
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article .sec ul.col2 li {
	width : 48%;/* 未対応ブラウザ用フォールバック */
	width : -webkit-calc(100% / 2 - 2px);
	width : calc(100% / 2 - 2px);
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 1px;
	padding: 0px;
	box-sizing: border-box;
}
article .sec ul.col3 li {
	width : 48%;/* 未対応ブラウザ用フォールバック */
	width : -webkit-calc(100% / 3);
	width : calc(100% / 3);
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 1px;
	padding: 0px;
	box-sizing: border-box;
}
article .sec .rbox_pink {
	list-style-type: none;
	/**	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;**/

	margin-left: auto;
	margin-right: auto;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1rem;
}
article .sec  ul.rbox_pink li {
	display: inline-block;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(237,174,175,1.00);
	border-radius: 1rem;
	margin: 0.1rem;
	padding: 1rem;
	color: rgba(255,255,255,1.00);
	font-size: 1rem;
}
article .sec  ul.rbox_pink li strong {
	font-size: 1.2rem;
	font-weight: bold;
}


article ol  {
	/**	margin-top: 2rem;**/
	counter-reset: my-counter;
	list-style: none;
	　padding: 0;
	margin-left: 0px;
}

article ol li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #9C9C9C;
	color: #FFFFFF;
	display: block;
	float: left;
	line-height: 1.4rem;
	margin-left: -30px;
	text-align: center;
	height: 1.4rem;
	width: 1.4rem;
	border-radius: 50%;
}
article .star:before  {content: "\203B";
}


article .m1 {
	padding: 0.5rem;
	margin-top: 3rem;
	margin-bottom: 0px;
}
article .m1 h1 {
	text-align: center;
	font-size: 3rem;
	line-height: 1.5;
	text-decoration: underline;
}


article ol li {
	margin-bottom: 10px;
	padding-left: 10px;
	position: relative;
	margin-left: 0px;
	padding-top: 10px;
}
article table caption {
	padding: 0.5rem;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.8rem;
	text-align: left;
	background-color: rgba(208,208,208,1.00);
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article table {
	background-color: rgba(208,208,208,1.00);
	border-collapse: separate;
	border-spacing: 1px 1px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article table tr td {
	background-color: rgba(255,255,255,1.00);
	border-collapse: separate;
	padding: 1rem;
	border-spacing: 1px 1px;
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 12px !important;
}
article table th {
	border-spacing: 1px 1px;
	background-color: rgb(238,238,238);
	padding: 1rem;
	text-align: left;
	border-collapse: separate;
	vertical-align: text-top;
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 12px !important;
}
/*
article .cat  {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color: #FFF;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	font-size: 1.2rem;
	width: 90%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 3rem;
	border: 1px solid #EDAEAF;
	-webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,1.00);
	-moz-box-shadow: inset 0 1px 1px rgba(255,255,255,1.00);
	box-shadow: inset 0 1px 1px rgba(255,255,255,1.00);
*/

 filter:
	margin-left: auto;
	margin-right: auto;
	padding-left: auto;
	padding-right: auto;
	padding-bottom: 10px;
	background-color: rgba(255,110,113,1.00);
	margin-left: auto;
}
article .cat02  {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color: #FFF;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	font-size: 1.2rem;
	width: 90%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 3rem;
	border: 1px solid #499BE1;
	-webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,1.00);
	-moz-box-shadow: inset 0 1px 1px rgba(255,255,255,1.00);
	box-shadow: inset 0 1px 1px rgba(255,255,255,1.00);
 filter:
	margin-left: auto;
	margin-right: auto;
	padding-left: auto;
	padding-right: auto;
	padding-bottom: 10px;
	background-color: rgba(94,170,235,1.00);
	margin-left: auto;
}
article .cat a {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding-left: 2px;
	padding-bottom: 10px;
	padding-top: 15px;
}
article .cat02 a {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding-left: 2px;
	padding-bottom: 10px;
	padding-top: 15px;
}
article .left {
    text-align: left;
}
.detailTxt  .youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-left: auto;
	margin-right: auto;
}
.detailTxt  .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
	 z-index: 10;
}

/* 新EC用上書き */
.p-itemdetail-info__bloc--information ol {
	list-style-type: none !important;
}
article video {
    width: 100%;
    padding: 10px;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}