@charset "utf-8";
.danbou_column {
 /*width: 560px;*/
 margin-bottom: 104px;
 width: 100%;
}
.danbou_inner {
 font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Lucida Grande", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
 background-repeat: no-repeat;
 background-position: top;
 padding-top: 0px;
 background-color: #fff6e9;
 padding: 0 40px 48px;
}
.danbou_inner .main-img {
text-align: center;
padding: 52px 0 48px;
width: 76%;
margin: 0 auto;
background: linear-gradient(174deg, #fff7ec 0%,#ffee6e 100%);
}
.danbou_head {
 /*margin: 32px 10px 8px;*/
 /*font-size: 30px;*/
 margin: 32px auto 8px;
 font-size: 40px;
 color: #623215;
 line-height: 1.3;
 text-align: center;
 text-shadow: 0px 1px 1px rgba(0,0,0,0.28);
}
.danbou_lead {
 /*margin: 0px 10px 8px;*/
 color: #623215;
 text-align: justify;
 /*font-size: 16px;*/
 font-size: 24px;
 margin: 0px auto 48px;
}
.danbou_inner h4 {
 text-align: center;
 font-size: 40px;
 margin: 0px auto 16px;
 /*padding: 24px 7px 12px;*/
 padding-bottom: 16px;
 line-height: 1em;
 border-bottom: 4px dotted #4d4d4d;
 position: relative;
 text-shadow: 0px 1px 1px rgba(0,0,0,0.28);
}
.danbou_lead_second {
 margin: 0px auto 16px;
 color: #d2691e;
 /*font-weight: bold;*/
 text-align: justify;
 font-size: 24px;
}

/*
.danbou_inner h4:after{
	content:"";
	left:50%;
	top:-10px;
	margin-left:-10px;
	position:absolute;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
*/
.chara {
 text-align: center;
 background: #ddd;
 margin: 10px 10px 0;
}
.chara img {
 width: 90px;
 margin-top: -25px;
}
.howto {
 margin: 10px auto 0px;
}
.howto li {
 display: inline-block;
 width: 50%;
}
.howto li div {
 display: block;
 margin: 0 40px 30px;
 color: #FFF;
 text-align: center;
font-size: 18px;
line-height: 1;
padding: 17px 4px 17px;
border-radius: 4px;
 font-weight: normal;
 cursor: pointer;
 -webkit-transition: all .2s;
 -moz-transition: all .2s;
 -ms-transition: all .2s;
 -o-transition: all .2s;
 transition: all .2s;
}
.howto li:nth-child(odd) div {
 /*background-color: #d2691e;*/
 background-color: #a4521f;
 margin-right: 20px;
}
.howto li:nth-child(even) div {
 /*background-color: #d2691e;*/
 background-color: #a4521f;
 margin-left: 20px;
}
.howto li div:hover, .howto li .cur {
 background-color: #ff8400 !important;
}
.item-box {
 /*margin:10px 10px 0;*/
 margin: 0px auto 72px;
 /*background-color: #ffb750;*/
 background-color: #ffe576;
 padding: 10px 30px;
 border-radius: 5px;
}
.item-box .ttl {
 font-size: 27px;
 line-height: 1em;
 text-align: center;
 position: relative;
 border-bottom: 4px solid #fff;
 color: #834219;
 font-weight: normal;
}
.item-box .ttl span {
 display: inline-block;
 padding: 8px;
 border-bottom: #C30 solid 4px;
 margin-bottom: -4px;
}
.img-list {
 text-align: center;
 margin-top: 16px;
}
.img-list .icon {
 vertical-align: top;
 display: inline-block;
 /*margin: 10px 5px 0;*/
 margin: 10px 8px 0;
 color: #333;
 font-size: 12px;
 cursor: pointer;
}
.img-list .icon a {
 display: block;
 color: #333;
 font-size: 14px;
 line-height: 1.2;
}
.img-list .icon .prdct-img {
 background-color: #ddd;
 /*width: 75px;*/
 /*height: 75px;*/
width: 90px;
height: 90px;
 border-radius: 50%;
 text-align: center;
 -webkit-transition: all .2s;
 -moz-transition: all .2s;
 -ms-transition: all .2s;
 -o-transition: all .2s;
 transition: all .2s;
}
.category-list .img-list .icon:hover .prdct-img, .category-list .img-list .icon .cur {
 background-color: #ffb750;
}
.item-box .img-list .icon .prdct-img {
 background-color: #ff8400;
 position: relative;
 overflow: hidden;
}
.icon a:hover .search-icon {
 top: 0%;
}
.search-icon {
 -webkit-transition: all .2s;
 -moz-transition: all .2s;
 -ms-transition: all .2s;
 -o-transition: all .2s;
 transition: all .2s;
 position: absolute;
 left: 0;
 top: 100%;
 width: 100%;
 height: 100%;
 background-color: rgba(0,0,0,0.7);
 color: #fff;
 text-align: center;
 font-size: 20px;
 line-height: 40px;
}
.search-icon img {
 width: 20px !important;
 margin-top: 28px !important;
}
.img-list .icon .prdct-img img {
 display: inline-block;
 /*width: 60px*/;
 width: 70px;
 margin-top: 10px;
}
.img-list .icon .prdct-name {
 text-align: center;
 margin-top: 4px;
 font-weight: normal;
 min-height: 36px;
}
.prdct-info {
 position: relative;
 margin: 8px auto 0;
 padding: 30px;
 overflow: hidden;
 background-color: #ffb750;
 border-radius: 5px;
}
.prdct-info .prdct-l-img {
 float: left;
 width: 200px;
 padding: 10px;
 background: #fff;
 border-radius: 3px;
}
.prdct-info .prdct-l-img img {
}
.prdct-info .right-wrap {
 margin-left: 220px;
 padding: 0 0 0 28px;
 min-height: 220px;
}
.prdct-wrap a, .prdct-wrap a:hover {
 display: block;
 position: relative;
 color: inherit;
 text-decoration: none;
}
.search-wrap {
 -webkit-transition: all .2s;
 -moz-transition: all .2s;
 -ms-transition: all .2s;
 -o-transition: all .2s;
 transition: all .2s;
 position: absolute;
 left: 0;
 bottom: -100%;
 width: 100%;
 height: 80px;
 background-color: rgba(0,0,0,0.6);
 color: #fff;
 text-align: center;
 font-size: 20px;
 line-height: 80px;
}
.prdct-info:hover .search-wrap {
 bottom: 0%;
}
.search-wrap img {
 margin-right: 8px;
 width: 30px;
 vertical-align: text-bottom;
}
.prdct-info .right-wrap .prdct-ttl {
 font-size: 24px;
 border-bottom: 3px solid #fff;
 /*padding: 5px 0;*/
 padding: 5px 0 7px 14px;
 line-height: 1em;
}
.prdct-info .right-wrap .prdct-ttl span {
}
.prdct-info .right-wrap .prdct-txt {
 padding-top: 8px;
 line-height: 1.8em;
 /*font-size: 15px;*/
 font-size: 16px;
 padding-left: 16px;
}
.prdct-info .right-wrap .prdct-cost {
 margin-top: 16px;
 font-size: 16px;
 text-align: right;
 /*color: #666;*/
 color: #333;
 font-weight: bold;
}
.prdct-info .right-wrap .prdct-cost span.runningcost {
 display: block;
 text-align: left;
 font-weight: normal;
 /*padding: 8px;*/
 /*border-radius: 5px;*/
 padding: 8px 8px 8px 16px;
 border-radius: 3px;
 line-height: 1em;
 background: #333;
 color: #fff;
 /*font-size: 12px;*/
 font-size: 16px;
 margin-bottom: 8px;
}
.console {
 margin-top: 8px;
}
.cost_number {
font-size: 1.4em;
 color: #a50000;
}





























