@charset "utf-8";
html {
	-webkit-text-size-adjust: 100%;
}

@media (max-width: 767px) {

/*--  --*/
#contents .flow {
	margin:30px 10px 0;
	padding: 10px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 1px #000;
}
#contents .flow h4 {
	font-size: 18px;
	font-weight: bold;
	padding: 20px 0 10px;
}
#contents .flow .exptop {
	color: #FF6874;
	font-size:13px;
}
#contents .flow ul {
	margin: 15px 0 0;
}
#contents .flow ul li {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
	align-items: stretch;/*-- 高さをそろえる --*/
	align-items: center;
	justify-content: center;/*-- 中央揃え --*/
	justify-content: space-between;/*-- 両端揃え --*/
	justify-content: left;/*-- 左揃え --*/
	text-align: left;
	border-top: solid 1px #808080;
	padding: 20px 0 10px;
}
#contents .flow ul .num {
	width: 50px;
	text-align: left;
}
#contents .flow ul .num span {
	width: 30px;
	text-align:center;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	background: #000;
	color: #fff;
	line-height: 30px;
}
#contents .flow ul .title {
	width: 240px;
}
#contents .flow ul .title h5 {
	font-size: 16px;
	color:#000;
	font-weight: bold;
}
#contents .flow ul .text {
	width:100%;
	margin-top:15px;
}
#contents .flow ul .text p{
	font-size:13px;
}
#contents .flow ul .text p.caution {
	font-size: 11px;
	margin-bottom:0;
}
/*--  --*/

#contents .item_wrap_price {
	margin: 0 auto;
}
#contents .item_wrap_price .item {
	width: 100vw;
	margin-left: 20px;
	margin-bottom: 40px;
	position: relative;
}
#contents .item_wrap_price .item:first-child {
	margin-left: 0;
}
#contents .item_wrap_price .item * {
	position: relative;
	z-index: 2;
}
#contents .item_wrap_price .item .box {
	background: #fff;
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	height: 370px;
	z-index: 0;
}
#contents .item_wrap_price .item .pic {
}
#contents .item_wrap_price .item .pic img {
	width: 200px;
}
#contents .item_wrap_price .item .price_teika {
	color: #4D4D4D;
}
#contents .item_wrap_price .item .price_teika .strike {
	text-decoration: line-through;
}
#contents .item_wrap_price .item .price_sp {
	color: #DB1C24;
	margin-bottom: 20px;
}
#contents .item_wrap_price .item .price_sp .off {
	background: #FF6874;
	color: #fff;
	display: inline-block;
	padding: 2px 10px;
	font-size: 15px;
}
#contents .item_wrap_price .item .btn_detail a {
	border: solid 1px #000;
	font-size: 14px;
	display: inline-block;
	padding: 9px 20px;
	color: #000 !important;
}
#contents #cp2 .cp_title{
	padding:0 10px;
}
#contents .note_btm {
	font-size: 11px;
	text-align:left;
	padding: 20px 20px 20px;
	background:#fff;
}
#contents .caution_btm {
	font-size: 11px;
	text-align:left;
	padding: 20px 20px 20px;
}
/*--  --*/

#contents .cp_present {
}
#contents .cp_present .cp_title img {
	width:100%;
}
#contents .cp_present .cp_date {
	margin: 30px auto 40px;
}
#contents .cp_present .cp_date img {
	width:80%;
}
#contents .cp_present .item_wrap {
	margin: 0 auto;
}
#contents .cp_present .item_wrap.present{
	margin-bottom:40px;	
}
#contents .cp_present .item_wrap .item .in{
	margin:0 20px;
	position: relative;
}
#contents .cp_present .item_wrap .item {
	width: 260px;
	margin-left: 0px;
	margin-bottom: 40px;
	position: relative;
}
#contents .cp_present .item_wrap .item:first-child {
	margin-left: 0;
}
#contents .cp_present .item_wrap .item * {
	position: relative;
	z-index: 2;
}
#contents .cp_present .item_wrap .item .box {
	background: #fff;
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	height: 260px;
	z-index: 0;
}
#contents .cp_present .item_wrap .item .pic {
}
#contents .cp_present .item_wrap .item .pic img {
	width: 200px;
}
#contents .cp_present .btn_prod a {
	border: solid 1px #000;
	font-size: 12px;
	display: inline-block;
	padding: 5px 20px;
	color: #000 !important;
}
#contents .cp_present .item_wrap .item .sub {
	font-size: 13px;
}
#contents .cp_present .item_wrap .item .name {
	position: relative;
	top: -10px;
	font-size: 26px;
	font-family: "Knockout 30", "Knockout 28", "Roboto", "Noto Sans JP", メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "MS PGothic", sans-serif;
	margin-bottom:0;
}

#contents .cp_present  .item_wrap .item .btn_color{
	font-size:12px;
}
#contents .cp_present  .item_wrap .item .caution{
	font-size:9px;
	padding:0 20px;
	line-height:160% !important;
}
/*--  --*/
#contents .cp_present .flow {
	margin:30px 10px 0;
	padding: 10px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 1px #000;
}
#contents .cp_present .flow h4 {
	font-size: 20px;
	font-weight: bold;
	padding: 20px 0 10px;
}
#contents .cp_present .flow .exptop {
	color: #FF6874;
	font-size:13px;
}
#contents .cp_present .flow ul {
	margin: 30px 0 0;
}
#contents .cp_present .flow ul li {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
	align-items: stretch;/*-- 高さをそろえる --*/
	align-items: center;
	justify-content: center;/*-- 中央揃え --*/
	justify-content: space-between;/*-- 両端揃え --*/
	justify-content: left;/*-- 左揃え --*/
	text-align: left;
	border-top: solid 1px #808080;
	padding: 20px 0 10px;
}
#contents .cp_present .flow ul .num {
	width: 50px;
	text-align: left;
}
#contents .cp_present .flow ul .num span {
	width: 30px;
	text-align:center;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	background: #000;
	color: #fff;
	line-height: 30px;
}
#contents .cp_present .flow ul .title {
	width: 240px;
}
#contents .cp_present .flow ul .title h5 {
	font-size: 17px;
	font-weight: bold;
}
#contents .cp_present .flow ul .text {
	width:100%;
	margin-top:15px;
}
#contents .cp_present .flow ul .text p{
	font-size:13px;
}
#contents .cp_present .flow ul .text p.caution {
	font-size: 11px;
}
}
