@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%;
	}
}

/* --------------------------------------------------
		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_idea_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-idea-header
----------------------------------- */
#stage .wrp-idea-header {
	position: relative;
	padding-top: 64px;
}

#stage .wrp-idea-header .btn-entry {
	width: 82px;
	position: absolute;
	left: 20px;
	top: 40px;
}

#stage .wrp-idea-header .btn-entry img {
	width: 100%;
	height: auto;
}

#stage .wrp-idea-header .btn-entry a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: alpha(opacity=70);
}

#stage .wrp-idea-header .submenu {
	margin-top: 35px;
	padding: 12px 0;
	border-top: 2px solid #efefef;
	border-bottom: 2px solid #efefef;
}

#stage .wrp-idea-header .submenu dl {
	display: table;
	margin: 0 auto;
}

#stage .wrp-idea-header .submenu dt, #stage .wrp-idea-header .submenu dd {
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
}

#stage .wrp-idea-header .submenu dt {
	color: #000;
}

#stage .wrp-idea-header .submenu dd {
	font-weight: bold;
}

#stage .wrp-idea-header .submenu li {
	display: inline-block;
	padding-left: 22px;
}

#stage .wrp-idea-header .submenu li a {
	background-image: url("/rwd/fun/make/common/img/icn_arr_gray_large.png");
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: auto 12px;
	padding-left: 12px;
	color: #888;
}

#stage .wrp-idea-header .submenu li .icn-pdf {
	position: relative;
	padding-right: 23px;
}

#stage .wrp-idea-header .submenu li .icn-pdf:after {
	background-image: url("/rwd/fun/make/common/img/icn_pdf_s.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	content: "";
	display: block;
	width: 15px;
	height: 17px;
	position: absolute;
	top: 50%;
	margin-top: -8.5px;
	right: 0;
}
#stage .wrp-idea-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-idea-header {
		padding-top: 40px;
	}

	#stage .wrp-idea-header .lead-arrow {
		text-align: center;
	}

	#stage .wrp-idea-header .btn-entry {
		width: 75px;
		left: -12px;
		top: -12px;
	}

	#stage .wrp-idea-header .btn-entry a:hover {
		opacity: 1;
	}

	#stage .wrp-idea-header .submenu {
		margin-top: 20px;
		padding: 10px 0;
	}

	#stage .wrp-idea-header .submenu dl, #stage .wrp-idea-header .submenu dt, #stage .wrp-idea-header .submenu dd {
		display: block;
		text-align: center;
	}

	#stage .wrp-idea-header .submenu dt {
		font-size: 12px;
	}

	#stage .wrp-idea-header .submenu dt span {
		margin-left: -1em;
	}

	#stage .wrp-idea-header .submenu dd {
		margin-top: 8px;
	}

	#stage .wrp-idea-header .submenu li {
		display: inline-block;
		padding-left: 22px;
	}

	#stage .wrp-idea-header .submenu li:first-child {
		padding-left: 0;
	}

	#stage .wrp-idea-header .submenu li .icn-pdf:after {
		background-image: url("/rwd/fun/make/common/img/sp/icn_pdf_s.png");
		background-size: 15px auto;
	}
	
	#stage .wrp-idea-header .caution-entry {
		position: relative;
		margin:10px auto;
		top:0;
	}
}

/* wrp-share
----------------------------------- */
#stage .wrp-idea-header .wrp-share {
	position: absolute;
	right: 0;
	top: 25px;
}

#stage .wrp-idea-header .wrp-share li {
	float: left;
	padding-left: 18px;
}

#stage .wrp-idea-header .wrp-share li img {
	width: 27px;
	height: auto;
}

#stage .wrp-idea-header .wrp-share .line {
	display: none;
}

@media only screen and (max-width: 736px) {
	#stage .wrp-idea-header .wrp-share {
		position: static;
		margin-top: 18px;
	}

	#stage .wrp-idea-header .wrp-share ul {
		display: table;
		margin: 0 auto;
	}

	#stage .wrp-idea-header .wrp-share li {
		float: none;
		padding: 0 14px;
		display: inline-block;
	}

	#stage .wrp-idea-header .wrp-share .line {
		display: inline-block;
	}
}

/* wrp-products
----------------------------------- */
#stage .wrp-products {
	padding: 75px 0 100px 0;
}

#stage .wrp-products .column {
	width: 940px;
	margin: 0 auto 90px auto;
}

#stage .wrp-products .column.products1 {
	margin-top: 0;
}

#stage .wrp-products .column .ttl-products {
	padding-bottom: 10px;
	font-size: 30px;
	color: #13c5d5;
}

#stage .wrp-products .column .box-pic {
	width: 400px!important;
	margin: 0 auto;
}

#stage .wrp-products .column .box-pic .pic {
	display: table;
	margin: 0 auto;
}

#stage .wrp-products .column .box-txt {
	padding-top: 60px;
}

#stage .wrp-products .column .box-txt .txt {
	font-size: 16px;
	color: #000;
	line-height: 1.9;
}

#stage .wrp-products .column .box-txt .caption {
	margin-top: 30px;
	padding: 12px 18px;
	background-color: #fff;
	border: 2px solid #efefef;
	font-size: 14px;
	color: #444;
	line-height: 1.9;
}

#stage .wrp-products .column .box-txt .link {
	margin-top: 22px;
	font-size: 16px;
	font-weight: bold;
}

#stage .wrp-products .column .box-txt .link a {
	background-image: url("/rwd/fun/make/common/img/icn_arr_gray.png");
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: auto 10px;
	padding-left: 15px;
	color: #888;
}

@media only screen and (max-width: 736px) {
	#stage .wrp-products {
		padding: 0 0 56px 0;
	}

	#stage .wrp-products .column {
		width: auto;
		margin: 40px auto 0 auto;
	}

	#stage .wrp-products .column.products1 {
		margin-top: 0;
	}

	#stage .wrp-products .column .ttl-products {
		padding-bottom: 0;
		font-size: 21px;
		text-align: center;
	}

	#stage .wrp-products .column .box-pic {
		width: auto;
	}

	#stage .wrp-products .column .box-pic .pic {
		padding: 15px;
	}

	#stage .wrp-products .column .box-pic .pic img {
		width: 100%;
		height: auto;
	}

	#stage .wrp-products .column .box-txt {
		margin-top: 12px;
		padding: 0 15px;
	}

	#stage .wrp-products .column .box-txt .txt {
		font-size: 14px;
		line-height: 1.5;
	}

	#stage .wrp-products .column .box-txt .caption {
		margin-top: 12px;
		padding: 10px 12px;
		line-height: 1.5;
	}

	#stage .wrp-products .column .box-txt .link {
		margin-top: 15px;
		font-size: 14px;
	}

	#stage .wrp-products .column .box-txt .link a {
		padding-left: 10px;
	}
}

/* 2カラム */
#stage .wrp-products .column-l, #stage .wrp-products .column-r {
	position: relative;
}

#stage .wrp-products .column-l .ttl-products, #stage .wrp-products .column-r .ttl-products {
	position: absolute;
	top: -5px;
}

#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: 500px;
}

#stage .wrp-products .column-l .box-pic .pic, #stage .wrp-products .column-r .box-pic .pic {
	margin: 0;
}

#stage .wrp-products .column-l .ttl-products {
	left: 437px;
}

#stage .wrp-products .column-l .box-pic {
	float: left;
}

#stage .wrp-products .column-l .box-txt {
	float: right;
}

#stage .wrp-products .column-r .ttl-products {
	left: 0;
}

#stage .wrp-products .column-r .box-pic {
	float: right;
}

#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 .ttl-products, #stage .wrp-products .column-r .ttl-products {
		position: static;
	}

	#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;
	}

	#stage .wrp-products .column-l .box-pic, #stage .wrp-products .column-r .box-pic {
		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-l .box-txt, #stage .wrp-products .column-r .box-txt {
		float: 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;
}

@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;
	}
}


/* 背景：画像部分 */
#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;
}

@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;
	}
}




/* 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 .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;
	}
}

/* --------------------------------------------------
		汎用class
-------------------------------------------------- */
.obj-pc {
	display: block;
}

.obj-sp {
	display: none;
}

@media only screen and (max-width: 736px) {
	.obj-pc {
		display: none;
	}

	.obj-sp {
		display: block;
	}
}
