@charset "UTF-8";
/* --------------------------------------------------
		common style override
-------------------------------------------------- */
#contentArea {
	overflow: hidden;
}

#contentArea .contents-area-inner {
	width: 940px;
	margin: 0 auto;
}

@media only screen and (max-width: 736px) {
	#contentArea .contents-area-inner {
		box-sizing: border-box;
		padding: 0 15px;
		width: 100%;
	}
}


/* modal maginific-popup
----------------------------------- */
.mfp-bg {
	background-color: inherit;
}
.mfp-container {
	min-width: 1000px;
	padding: 0;
}
.mfp-content {
	background-color: rgba(255, 255, 255, 0.95);
}
.box-craft-list .mfp-close {
	top: 40px;
	right: 40px;
	width: 40px;
	height: 40px;
	background-image: url(/rwd/fun/make/special/img/btn_close.png);
	background-size: 40px 40px;
	font-size: 0;
	opacity: 1;
}
@media only screen and (max-width: 736px) {
	.mfp-container {
		min-width: 0;
	}
	.box-craft-list .mfp-close {
		top: 20px;
		right: 20px;
		width: 20px;
		height: 20px;
		background-size: 20px 20px;
	}
}

.mv_modal {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	max-width: 900px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 50px 10px;
	text-align: center;
}
.mv_modal .mfp-close {
	top: 60px;
	right: 90px;
	width: 42px;
	height: 42px;
	padding-right: 0;
	background-image: url(/rwd/fun/make/craft/img/btn_close.png);
	background-size: 100% auto;
	font-size: 0;
	opacity: 1;
}
.mv_modal .cts-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 900px;
	height: 0;
	margin: 0 auto;
	padding-top: 56.25%;
	text-align: center;
	vertical-align: middle;
}
.mv_modal .cts-inner iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	width: 100%;
	height: 100%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.modal_fl {
	background-color: rgba(255, 255, 255, 0.95) !important;
}
.modal_fl .mfp-content {
	background-color: transparent;
}

@media only screen and (max-width: 736px) {
	.mv_modal {
		box-sizing: border-box;
		padding-right: 5px;
		padding-left: 5px;
	}
	.mv_modal .cts-inner {
	}
	.mv_modal .cts-inner iframe {
	}
	.mv_modal .mfp-close {
		top: 20px;
		right: 20px;
		width: 20px;
		height: 20px;
		background-size: 20px 20px;
	}
}



/* --------------------------------------------------
		contentHead
-------------------------------------------------- */
@media only screen and (max-width: 736px) {
	#content {
		overflow: hidden;
	}

	#contentHead .contentHeadInner:before {
		content: "";
		display: block;
		width: 130px;
		height: 60px;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 130px auto;
		position: absolute;
		right: -20px;
		bottom: -3px;
		background-image: url("/rwd/fun/make/common/img/sp/btn_craftnews_2.png");
	}
}

/* --------------------------------------------------
		contentArea
-------------------------------------------------- */
/* parts
----------------------------------- */
/* ttl-main */
#stage .ttl-main {
	font-size: 38px;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	color: #000;
}

@media only screen and (max-width: 736px) {
	#stage .ttl-main {
		font-size: 23px;
	}
}

/* lead-arrow */
#stage .lead-arrow {
	margin-top: 20px;
	padding-top: 30px;
	font-size: 18px;
	line-height: 1.7;
	text-align: center;
	background-image: url("/rwd/fun/make/common/img/icn_arr_blue_down.png");
	background-repeat: no-repeat;
	background-position: 50% 0;
}

@media only screen and (max-width: 736px) {
	#stage .lead-arrow {
		margin-top: 15px;
		padding-top: 20px;
		font-size: 14px;
		text-align: left;
		background-size: auto 10px;
	}

	#stage .lead-arrow br {
		display: none;
	}
}

/* wrp-bnr-area */
#contentArea .wrp-bnr-area {
	margin:50px 0;
}
#contentArea .wrp-bnr-area p {
	width:460px;
	float:left;
}
#contentArea .wrp-bnr-area p:first-child {
	margin-right: 20px;
}

@media only screen and (max-width: 736px) {
	#contentArea .wrp-bnr-area {
		margin: 15px 0;
	}
	#contentArea .wrp-bnr-area p {
		width: 100%;
		float:none;
	}
	#contentArea .wrp-bnr-area p img {
		width: 100%;
	}
	#contentArea .wrp-bnr-area p img:first-child {
		margin-bottom: 10px;
		margin-right: 0;
	}
}

/* wrp-craftnews-header
----------------------------------- */
#stage .wrp-craftnews-header {
	position: relative;
	padding: 64px 0 35px 0;
	border-bottom: 2px solid #efefef;
}

#stage .wrp-craftnews-header .btn-entry {
	width: 82px;
	position: absolute;
	left: 20px;
	top: 40px;
}

#stage .wrp-craftnews-header .btn-entry img {
	width: 100%;
	height: auto;
}

#stage .wrp-craftnews-header .btn-entry a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: alpha(opacity=70);
}
#stage .wrp-craftnews-header .caution-entry {
	width:200px;
	position: absolute;
	right: 0px;
	top: 75px;
	text-align:center;
	padding: 5px 10px;
	border: 1px solid #dadada;
}

@media only screen and (max-width: 736px) {
	#stage .wrp-craftnews-header {
		padding-top: 40px;
	}

	#stage .wrp-craftnews-header .lead-arrow {
		text-align: center;
	}

	#stage .wrp-craftnews-header .btn-entry {
		width: 75px;
		left: -12px;
		top: 0;
	}

	#stage .wrp-craftnews-header .btn-entry a:hover {
		opacity: 1;
	}
	#stage .wrp-craftnews-header .caution-entry {
		position: relative;
		margin:10px auto;
		top:0;
	}
}

/* wrp-share
----------------------------------- */
#stage .wrp-craftnews-header .wrp-share {
	position: absolute;
	right: 0;
	top: 25px;
}

#stage .wrp-craftnews-header .wrp-share li {
	float: left;
	padding-left: 18px;
}

#stage .wrp-craftnews-header .wrp-share li img {
	width: 27px;
	height: auto;
}

#stage .wrp-craftnews-header .wrp-share .line {
	display: none;
}

@media only screen and (max-width: 736px) {
	#stage .wrp-craftnews-header .wrp-share {
		position: static;
		margin-top: 18px;
	}

	#stage .wrp-craftnews-header .wrp-share ul {
		display: table;
		margin: 0 auto;
	}

	#stage .wrp-craftnews-header .wrp-share li {
		float: none;
		padding: 0 14px;
		display: inline-block;
	}

	#stage .wrp-craftnews-header .wrp-share .line {
		display: inline-block;
	}
}

/* wrp-products
----------------------------------- */
#stage .wrp-products {
	padding: 50px 0 100px 0;
}

#stage .wrp-products .column {
	width: 940px;
	margin: 0 auto 50px auto;
}

#stage .wrp-products .column.column-top-01 {
	margin-bottom: 174px;
}

#stage .wrp-products .column.column-top-01 .ttl-area {
	float: left;
}

#stage .wrp-products .column.column-top-02 .ttl-area {
	float: right;
	width: 48%;
}

#stage .wrp-products .column.column-top-02 {
	margin-bottom: 185px;
}

#stage .wrp-products .column.products1 {
	margin-top: 0;
}

#stage .wrp-products .column .date {
	font-size: 16px;
	color: #13c5d5;
	line-height: 1;
}

#stage .wrp-products .column .date span {
	display: table-cell;
	vertical-align: top;
	padding: 0 2px;
}

#stage .wrp-products .column .date .modIcn0,
      #stage .wrp-products .column .date .split {
	padding: 0;
}

#stage .wrp-products .column .ttl-products {
	padding: 15px 0 30px 0;
	font-size: 24px;
	color: #000;
}

#stage .wrp-products .column .box-pic .pic {
	display: table;
	margin: 0 auto;
}

#stage .wrp-products .column .box-txt .txt, #stage .wrp-products .column .box-txt-normal .txt {
	font-size: 16px;
	color: #000;
	line-height: 1.9;
}


@media only screen and (max-width: 736px) {
	#stage .wrp-products {
		padding: 0 0 65px 0;
	}

	#stage .wrp-products .column {
		width: auto;
		margin: 35px auto 0 auto;
	}

	#stage .wrp-products .column.column-top-01,
	#stage .wrp-products .column.column-top-02 {
		margin-bottom: 65px;
	}

	#stage .wrp-products .column.column-top-01 .ttl-area,
	#stage .wrp-products .column.column-top-02 .ttl-area {
		float: none;
		width: auto;
	}

	#stage .wrp-products .column.products1 {
		margin-top: 0;
	}

	#stage .wrp-products .column .date {
		padding: 0 15px;
		font-size: 12px;
	}

	#stage .wrp-products .column .date span {
		padding: 0 1px;
	}

	#stage .wrp-products .column .ttl-products {
		padding: 10px 15px 0 15px;
		font-size: 17px;
	}

	#stage .wrp-products .column .box-pic .pic {
		padding: 15px;
	}

	#stage .wrp-products .column .box-pic .pic img {
		max-width: 100%;
		height: auto;
	}

	#stage .wrp-products .column .box-txt .txt, #stage .wrp-products .column .box-txt-normal .txt {
		font-size: 14px;
		line-height: 1.5;
	}

	#stage .wrp-products .column .box-txt {
		padding: 15px 15px 0 15px;
	}

	#stage .wrp-products .column .box-txt-normal {
		padding: 0 15px;
	}
}

/* 2カラム */
#stage .wrp-products .column-l, #stage .wrp-products .column-r {
	position: relative;
}

#stage .wrp-products .column-l .box-pic, #stage .wrp-products .column-l .box-txt, #stage .wrp-products .column-r .box-pic, #stage .wrp-products .column-r .box-txt {
	width: 450px;
}

#stage .wrp-products .column-l .box-pic .pic, #stage .wrp-products .column-r .box-pic .pic, #stage .wrp-products .column .box-pic .pic {
	margin-bottom:50px;
}


#stage .wrp-products .column-l .box-txt-normal, #stage .wrp-products .column-r .box-txt-normal {
	clear: both;
}


#stage .wrp-products .column-l .box-pic {
	float: left;
}

#stage .wrp-products .column-l .box-txt {
	float: right;
}

#stage .wrp-products .column-r .box-pic {
	float: right;
}

#stage .wrp-products .column-r .box-pic .txt {
  margin: -32px 0 0 10px;
}

#stage .wrp-products .column-r .box-txt {
	float: left;
}

@media only screen and (max-width: 736px) {
	#stage .wrp-products .column-l, #stage .wrp-products .column-r {
		position: static;
	}

	#stage .wrp-products .column-l .date, #stage .wrp-products .column-l .ttl-products, #stage .wrp-products .column-r .date, #stage .wrp-products .column-r .ttl-products {
		position: static;
	}

	#stage .wrp-products .column-l .ttl-products, #stage .wrp-products .column-r .ttl-products {
		margin-top: 10px;
		padding: 0 15px;
	}

	#stage .wrp-products .column-l .box-pic, #stage .wrp-products .column-l .box-txt, #stage .wrp-products .column-r .box-pic, #stage .wrp-products .column-r .box-txt {
		width: auto;
		float: none;
	}

	#stage .wrp-products .column-l .box-pic .pic, #stage .wrp-products .column-r .box-pic .pic {
		margin: 0 auto;
	}

	#stage .wrp-products .column-r .box-pic .txt {
	  margin: 0;
		padding: 0 15px;
	}

	#stage .wrp-products .column-l .box-txt, #stage .wrp-products .column-r .box-txt {
		padding-top: 15px;
	}
	#stage .wrp-products .column-l .box-pic .pic, #stage .wrp-products .column-r .box-pic .pic, #stage .wrp-products .column .box-pic .pic {
		margin-bottom:0;
	}
}


/* 大きな動物用 */
#stage .wrp-products .animal-special {
	position: relative;
	z-index: 2;
}
#stage .wrp-products .animal-special .anchorlink {
	position: absolute;
}
#stage .wrp-products .animal-special.animal-kirin .anchorlink {top: -52px;}
#stage .wrp-products .animal-special.animal-kaba .anchorlink {top: -120px;}

#stage .wrp-products .lead {
	width: 940px;
	margin: 0 auto 60px;
	font-size: 30px;
	font-weight: bold;
}
#stage .wrp-products .lead .text-loud {
	display: inline-block;
	margin-top: 20px;
	margin-right: 16px;
}
#stage .wrp-products .lead img {
	vertical-align: bottom;
}
#stage .wrp-products .animal-special .box-pic .pic {
	position: relative;
	z-index: -1;
}
#stage .wrp-products .animal-special .box-txt .ttl-products {
	padding-top: 10px;
	padding-bottom: 10px;
}
#stage .wrp-products .animal-special .box-txt .btn-more {
	margin-top: 28px;
}
/* キリン */
#stage .wrp-products .animal-special.animal-kirin .box-pic .pic {
	margin-top: -50px;
	margin-left: -230px;
}
/* カバ */
#stage .wrp-products .animal-special.animal-kaba .box-pic .pic {
	margin-top: -90px;
	margin-left: -77px;
}


/* craft-box */
#stage .wrp-products .craft-box-01 {
	margin: 182px auto 120px;
}

#stage .wrp-products .craft-box-02 {
  margin: 50px auto 0;
}

#stage .wrp-products .craft-box-01 .box-pic .pic {
  margin: -55px 0 0 -98px;
}

#stage .wrp-products .craft-box-02 .box-pic .pic {
	margin: -15px 0 00 -160px;
}

#stage .wrp-products .craft-box-01 .box-txt .btn-more {
	margin: 39px 0 0 12px;
}

#stage .wrp-products .craft-box-01 .box-txt .btn-more img,
#stage .wrp-products .craft-box-02 .box-txt .btn-more img {
	width: 383px;
}

/* モーダル */
.mv_modal .cts-howto {
}
.mv_modal .cts-howto .text-ttl {
	margin: 0 0 20px;
	font-size: 46px;
}
.mv_modal .cts-howto .text-ttl .text-ruby {
	display: block;
	font-size: 20px;
}
.mv_modal .cts-howto .text-sttl {
	margin: 10px 0 30px;
	color: #14c5d5;
	font-size: 34px;
	line-height: 1.4;
}
.mv_modal .cts-howto .list-make {
	width: 760px;
	margin: 0 auto;
	list-style: none;
}
.mv_modal .cts-howto .list-make li {
	position: relative;
}
.mv_modal .cts-howto .list-make li:before {
	content: "";
	position: absolute;
	top: 10px;
	left: -20px;
	display: block;
	width: 54px;
	height: 54px;
}
.mv_modal .cts-howto .list-make li:nth-child(1):before {
	background-image: url(/rwd/fun/make/craft_news/img/icn_no_howto01.png);
}
.mv_modal .cts-howto .list-make li:nth-child(2):before {
	background-image: url(/rwd/fun/make/craft_news/img/icn_no_howto02.png);
}
.mv_modal .cts-howto .list-make li:nth-child(3):before {
	background-image: url(/rwd/fun/make/craft_news/img/icn_no_howto03.png);
}
.mv_modal .cts-howto .list-make li:nth-child(4):before {
	background-image: url(/rwd/fun/make/craft_news/img/icn_no_howto04.png);
}

.mv_modal .cts-howto .list-make li .img {
	box-sizing: border-box;
	float: left;
	width: 350px;
	margin: 20px 0;
}
.mv_modal .cts-howto .list-make li .img img {
	width: 100%;
	vertical-align: bottom;
}
.mv_modal .cts-howto .list-make li .text {
	box-sizing: border-box;
	float: right;
	width: 390px;
	padding-top: 10px;
	padding-right: 20px;
	font-size: 16px;
	line-height: 1.8;
	text-align: left;
}
.mv_modal .cts-howto .list-make li.last {
	margin-top: 20px;
	background-color: #d0f3f7;
}
.mv_modal .cts-howto .list-make li.last:before {
	display: none;
}
.mv_modal .cts-howto .list-make li.last .img {
	padding-right: 5px;
	padding-left: 20px;
}
.mv_modal .cts-howto .list-make li.last .img .text-caption {
	display: block;
	margin-top: 10px;
	text-align: left;
}
.mv_modal .cts-howto .list-make li.last .text .img {
	display: block;
	margin-top: 10px !important;
}

@media only screen and (max-width: 736px) {
	#stage .wrp-products .animal-special {
		position: relative;
		margin-top: 20px;
		padding: 0 15px;
	}
	#stage .wrp-products .animal-special + .animal-special {
		margin-top: 35px;
	}
	#stage .wrp-products .craft-box-01 {
		margin-bottom: 60px;
	}
	#stage .wrp-products .animal-special.animal-kirin .anchorlink,
	#stage .wrp-products .animal-special.animal-kaba .anchorlink {top: -20px;}
	#stage .wrp-products .lead {
		width: 100%;
		margin-top: 20px;
		margin-bottom: 0;
		font-size: 18px;
		text-align: center;
	}
	#stage .wrp-products .lead .text-loud {
		display: block;
		margin-top: 10px;
		margin-right: 0;
		margin-bottom: 10px;
	}
	#stage .wrp-products .lead img {
		width: 100%;
		max-width: 265px;
	}
	#stage .wrp-products .animal-special .box-txt {
		padding-right: 0;
		padding-left: 0;
	}
	#stage .wrp-products .animal-special .box-txt .inner-cts {
		position: absolute;
		top: 0;
		left: 15px;
	}
	#stage .wrp-products .animal-special .box-txt .date {
		padding-left: 0;
	}
	#stage .wrp-products .animal-special .box-txt .ttl-products {
		padding-top: 0;
		padding-bottom: 10px;
		padding-left: 0;
	}
	#stage .wrp-products .animal-special .box-pic .pic {
		margin-top: 0 !important;
		margin-right: auto !important;
		margin-left: auto !important;
		padding-top: 57px;
		text-align: center;
	}
	#stage .wrp-products .animal-special.animal-kirin .box-pic .pic img {
		width: 108%;
		max-width: none;
		margin-left: -4%;
	}
	#stage .wrp-products .animal-special.animal-kaba .box-pic .pic img {
		width: 100%;
	}
	#stage .wrp-products .animal-special .box-txt .btn-more a {
		display: block;
	}
	#stage .wrp-products .animal-special .box-txt .btn-more img {
		width: 100%;
	}

	/* モーダル */
	.mv_modal {
		padding: 30px 0;
	}
	.mv_modal .cts-howto .text-ttl {
		margin: 0 0 10px;
		font-size: 23px;
	}
	.mv_modal .cts-howto .text-ttl .text-ruby {
		font-size: 11px;
	}
	.mv_modal .cts-howto .text-sttl {
		margin: 0;
		padding-bottom: 30px;
		border-bottom: 2px solid #f2f2f2;
		font-size: 16px;
	}
	.mv_modal .cts-howto .list-make {
		box-sizing: border-box;
		width: 100%;
		margin: 0;
		padding: 0 15px;
	}
	.mv_modal .cts-howto .list-make li + li {
		margin-top: 20px;
	}
	.mv_modal .cts-howto .list-make li:before {
		top: -10px;
		left: -9px;
		width: 40px;
		height: 40px;
		background-size: 100% auto;
	}
	.mv_modal .cts-howto .list-make li .img {
		float: none;
		width: 100%;
		margin: 20px 0;
	}
	.mv_modal .cts-howto .list-make li .img img {
		width: 100%;
	}
	.mv_modal .cts-howto .list-make li .text {
		float: none;
		width: 100%;
		padding-top: 0;
		padding-right: 5px;
		padding-left: 5px;
		font-size: 16px;
		line-height: 1.8;
	}
	.mv_modal .cts-howto .list-make li.last {
		margin-top: 20px;
		padding: 10px;
	}
	.mv_modal .cts-howto .list-make li.last .img {
		margin: 0 !important;
		padding: 0 !important;
	}
	.mv_modal .cts-howto .list-make li.last .text {
		font-size: 13px;
	}
}



/* 背景：画像部分 */
#stage .wrp-products .column .box-pic .pic {
	position: relative;
}

#stage .wrp-products .column .box-pic .pic:before {
	content: "";
	display: block;
	width: 180px;
	height: 180px;
	background-position: 0 0;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -30px;
	z-index: -1;
	background-image: url("/rwd/fun/make/common/img/parts_corner_blue_r.png");
	right: -30px;
}

#stage .wrp-products .column-l .box-pic .pic:before {
	background-image: url("/rwd/fun/make/common/img/parts_corner_blue_l.png");
	left: -30px;
	right: auto;
}

#stage .wrp-products .column-flex-l .box-pic .pic:before {
	background-image: url("/rwd/fun/make/common/img/parts_corner_blue_l.png");
	left: -30px;
	right: auto;
}

@media only screen and (max-width: 736px) {
	#stage .wrp-products .column .box-pic .pic {
		position: static;
		background-repeat: no-repeat;
		background-size: auto 90px;
		background-image: url("/rwd/fun/make/common/img/parts_corner_blue_l.png");
		background-position: 0 100%;
	}

	#stage .wrp-products .column .box-pic .pic:before {
		display: none;
	}
}

/* # main-area
----------------------------------- */
#contentArea .main-area-bg {
	background-image: url(/rwd/fun/make/common/img/bg_main.png);
	background-position: 50% 0;
	background-repeat: repeat-y;
	background-size: 1958px 953px;
	/* z-index: -2; */
	position: relative;
}

@media only screen and (max-width: 736px) {
	#contentArea .main-area-bg {
		background-image: url(/rwd/fun/make/common/img/sp/bg_main.png);
		background-position: 50% 0;
		background-repeat: no-repeat;
		background-size: 381px 292px;
	}
}


/* wrp-entry
----------------------------------- */
#stage .wrp-entry {
	background-color: #f7f8f8;
	padding: 65px 0 85px 0;
}

#stage .wrp-entry .inner-entry {
	width: 940px;
	margin: 0 auto;
}

#stage .wrp-entry .ttl-entry {
	padding-bottom: 38px;
	border-bottom: 2px solid #ea5520;
	text-align: center;
}

#stage .wrp-entry .ttl-entry .title {
	display: table;
	margin: 0 auto;
	background-image: url("/rwd/fun/make/common/img/icn_entry.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 112px;
	line-height: 1;
	min-height: 48px;
}

#stage .wrp-entry .ttl-entry .title span {
	display: block;
	padding-top: 18px;
	font-size: 30px;
	font-weight: bold;
	color: #ea5520;
}

#stage .wrp-entry .lead-entry {
	margin-top: 30px;
	font-size: 22px;
	text-align: center;
	line-height: 1.9;
	color: #000;
}

#stage .wrp-entry .box-information {
	margin-top: 30px;
	font-size: 16px;
	color: #000;
}

#stage .wrp-entry .box-information .detail {
	width: 455px;
	float: left;
}

#stage .wrp-entry .box-information .detail p,
#stage .wrp-entry .box-information .detail li {
	line-height: 1.9;
}

#stage .wrp-entry .box-information .detail dt {
	margin-bottom: 2px;
}

#stage .wrp-entry .box-information .detail dd {
	font-size: 14px;
	margin-bottom: 15px;
}

#stage .wrp-entry .box-information .detail dd. {
	font-size: 14px;
	margin-bottom: 15px;
}

#stage .wrp-entry .box-information .detail dl.caution {
	color: #ff0000;
}

#stage .wrp-entry .box-information .detail .txt-information {
	margin-bottom: 15px;
	line-height: 1.5;
}


#stage .wrp-entry .box-information .detail .list-warning {
	margin-top: 23px;
	font-size: 14px;
}

#stage .wrp-entry .box-information .detail .list-warning li {
	padding-left: 1em;
	text-indent: -1em;
}

#stage .wrp-entry .box-information .address {
	width: 450px;
	float: right;
	padding-top: 8px;
}

#stage .wrp-entry .box-information .address dl {
	background-color: #efefef;
	padding: 25px 30px;
}

#stage .wrp-entry .box-information .address dt, #stage .wrp-entry .box-information .address dd {
	line-height: 1.9;
}

#stage .wrp-entry .box-information .address dt {
	float: left;
	font-weight: bold;
}

#stage .wrp-entry .box-information .address dd {
	padding-left: 4em;
}

#stage .wrp-entry .box-information .address dd span {
	display: block;
}

#stage .wrp-entry .box-information .detail .caution {
	color: #ff0000;
}

@media only screen and (max-width: 736px) {
	#stage .wrp-entry {
		padding: 27px 15px 15px 15px;
	}

	#stage .wrp-entry .inner-entry {
		width: auto;
	}

	#stage .wrp-entry .ttl-entry {
		padding-bottom: 22px;
		border-bottom-width: 1px;
	}

	#stage .wrp-entry .ttl-entry .title {
		padding-left: 39px;
		min-height: 22px;
		background-size: auto 22px;
	}

	#stage .wrp-entry .ttl-entry .title span {
		padding-top: 6px;
		font-size: 17px;
	}

	#stage .wrp-entry .lead-entry {
		margin-top: 15px;
		font-size: 15px;
		font-weight: bold;
		text-align: left;
	}

	#stage .wrp-entry .lead-entry br {
		display: none;
	}

	#stage .wrp-entry .box-information {
		margin-top: 15px;
		font-size: 14px;
	}

	#stage .wrp-entry .box-information .detail {
		width: auto;
		float: none;
	}

	#stage .wrp-entry .box-information .detail p, #stage .wrp-entry .box-information .detail li {
		line-height: 1.5;
	}

	#stage .wrp-entry .box-information .detail .list-warning {
		margin-top: 5px;
	}

	#stage .wrp-entry .box-information .address {
		width: auto;
		float: none;
		margin-top: 15px;
		padding-top: 0;
	}

	#stage .wrp-entry .box-information .address dl {
		padding: 15px 20px;
	}

	#stage .wrp-entry .box-information .address dt, #stage .wrp-entry .box-information .address dd {
		line-height: 1.5;
	}

	#stage .wrp-entry .box-information .address dt {
		float: none;
	}

	#stage .wrp-entry .box-information .address dd {
		padding-left: 0;
		padding-top: 8px;
	}

	#stage .wrp-entry .box-information .address dd span {
		display: inline;
		padding-right: 1em;
	}
}

/* howto */
#stage .wrp-products .txt-howto {
	width: 626px;
	margin: 0 auto 10px;
	font-weight: bold;
	font-size: 14px;
}
#stage .wrp-products .column-flex.column-flex-howto {
	gap: 10px;
	justify-content: center;
}
#stage .wrp-products .column-flex-howto .column-flex-item:nth-child(1) {
	width: 268px;
}
#stage .wrp-products .column-flex-howto .column-flex-item:nth-child(2) {
	width: 158px;
}
#stage .wrp-products .column-flex-howto .column-flex-item:nth-child(3) {
	width: 180px;
}
#stage .wrp-products .column-flex-howto .column-flex-txt {
	margin-top: 10px;
}

@media only screen and (max-width: 736px) {
	#stage .wrp-products .txt-howto {
		width: 100%;
		margin-top: 20px;
		padding: 0 15px;
	}
	#stage .wrp-products .column-flex.column-flex-howto {
		padding: 0 15px;
		justify-content: flex-start;
		flex-wrap: wrap;
		flex-direction: row;
	}
	#stage .wrp-products .column-flex-howto .column-flex-item:nth-child(1) {
		width: 100%;
	}
	#stage .wrp-products .column-flex-howto .column-flex-item:nth-child(2),
	#stage .wrp-products .column-flex-howto .column-flex-item:nth-child(3) {
		width: calc((100% - 10px) / 2);
	}
	#stage .wrp-products .column-flex.column-flex-howto .column-flex-img img{
		width: 100%;
	}
	#stage .wrp-products .column-flex-howto .column-flex-txt {
		margin-top: 5px;
	}
}

/* --------------------------------------------------
		汎用class
-------------------------------------------------- */
.obj-pc {
	display: block;
}

.obj-sp {
	display: none;
}

.mt_15 {
	margin-top: 15px !important;
}

.mt_30 {
	margin-top: 30px !important;
}

@media only screen and (max-width: 736px) {
	.obj-pc {
		display: none;
	}

	.obj-sp {
		display: block;
	}
}

/*flex-box用*/

#stage .wrp-products .column-flex {
	display: flex;
	gap: 50px;
}
#stage .wrp-products .column-flex-r {
	flex-direction: row-reverse;
}
#stage .wrp-products .column-flex .box-pic {
	/*margin-left: 15px;*/
}

@media only screen and (max-width: 736px) {
	#stage .wrp-products .column-flex {
		flex-direction: column;
	}

	#stage .wrp-products .column-flex .box-pic {
		margin-left: 0px;
	}

	#stage .wrp-products .foot-pic {
		max-width: 350px;
	}
}
