@charset "utf-8";
.danbou_column {
 /*width: 560px;*/
 width: auto;
 margin-bottom: 40px;
}
.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;
}
.main-img img {
width: 100%;
}
.danbou_inner h3 {
 /*line-height: 30px;
 font-size: 16px;
 font-weight: bold;
 color: #FFF;
 padding-left: 24px;*/
}
.danbou_inner h4 {
 text-align: center;
 font-size: 20px;
 /*margin: 0 10px;*/
 margin: 16px 10px 0px;
 padding: 24px 7px 12px;
 /*line-height: 1em;*/
 line-height: 1.2;
 border-bottom: 4px solid #ccc;
 position: relative;
 border-top: 1px dotted #ffb750;
 text-shadow: 0px 1px 1px rgba(0,0,0,0.28);
}
/*
.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 0;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
.howto li {
 /*display: inline-block;*/
 display: flex;
 width: 50%;
 flex: 1 0 50%;
 justify-content: center;
 align-items: stretch;
}
.howto li div {
 /*display: block;*/
 display: flex;
 margin: 5px 10px;
 color: #FFF;
 text-align: center;
 font-size: 16px;
 padding: 16px;
 border-radius: 10px;
 font-weight: normal;
 cursor: pointer;
 -webkit-transition: all .2s;
 -moz-transition: all .2s;
 -ms-transition: all .2s;
 -o-transition: all .2s;
 transition: all .2s;
 align-items: center;
 width: 100%;
 justify-content: center;
 line-height: 1.35;
}
.howto li:nth-child(odd) div {
 background-color: #d2691e;
 margin-right: 5px;
}
.howto li:nth-child(even) div {
 background-color: #d2691e;
 margin-left: 5px;
}
.howto li div:hover, .howto li .cur {
 background-color: #ff8400 !important;
}
.item-box {
 /*margin: 10px 10px 0;*/
 margin: 10px 10px 80px;
 background-color: #ffb750;
 padding: 10px;
}
.item-box .ttl {
 font-size: 16px;
 line-height: 1em;
 text-align: center;
 position: relative;
 border-bottom: 4px solid #fff;
}
.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;
 color: #333;
 font-size: 12px;
 cursor: pointer;
}
.img-list .icon a {
 display: block;
 color: #333;
 font-size: 12px;
}
.img-list .icon .prdct-img {
 background-color: #ddd;
 width: 75px;
 height: 75px;
 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;
 margin-top: 10px;
}
.img-list .icon .prdct-name {
 text-align: center;
 margin-top: 8px;
 font-weight: normal;
 min-height: 36px;
}
.prdct-info {
 position: relative;
 /*margin: 24px 10px 0;*/
 margin: 8px 10px 0;
 padding: 10px;
 overflow: hidden;
 background-color: #ffb750;
}
.prdct-info .prdct-l-img {
 /*float: left;*/
 /*width: 200px;*/
 padding: 10px;
 background: #fff;
 text-align: center;
}
.prdct-info .prdct-l-img img {
/*width: 100%;*/
}
.prdct-info .right-wrap {
 /*margin-left: 220px;*/
 padding: 0 10px;
 /*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,
.prdct-ttl {
 /*font-size: 20px;*/
 font-size: 26px;
 border-bottom: 1px solid #fff;
 padding: 5px 0;
 line-height: 1em;
 text-align: center;
 margin-bottom: 8px;
 text-shadow: 0px 1px 1px rgba(0,0,0,0.28);
}
.prdct-info .right-wrap .prdct-ttl span {
}
.prdct-info .right-wrap .prdct-txt {
 padding-top: 8px;
 /*line-height: 1.8em;*/
 line-height: 1.35;
 /*font-size: 15px;*/
 font-size: 18px;
 text-align: justify;
}
.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;
 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;
}

.danbou_head {
margin: 32px 10px 8px;
font-size: 23px;
color: #623215;
line-height: 1.3;
text-align: justify;
 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;
}
.danbou_lead_second {
margin: 8px 10px;
color: #d2691e;
font-weight: bold;
text-align: justify;
}







