@charset "utf-8";
/*********************************************************************
 *
 *  For THEME
 *
*********************************************************************/

@media print, screen and (min-width: 768px) {



/* theme */
/* --------------------------------------------------------------------------- */
#theme {
}
#theme h3 {
    margin: 0 auto 60px;
    width: 470px;
}
#theme .img {
	margin:0 auto 40px;
	width:860px;
}
#theme .desc {
    display: table;
    margin: 0 auto;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2;
    text-align: center;
}
#theme .desc span {
	color:#b69d10;
    font-size: 2.5rem;
}
#theme .desc span.big {
    font-size: 3.4rem;
    color: #2b2b2b;
}


}
/* min-width: 768px */

@media screen and (max-width: 767px) {



/* theme */
/* --------------------------------------------------------------------------- */
#theme {
}
#theme h3 {
	margin: 0 auto;
    width: 90%;
    margin-bottom: 10%;
}
#theme .img {
	margin:0 auto 30px;
}
#theme .desc {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 2;
    text-align: center;
}
#theme .desc span {
	color:#b69d10;
	font-size: 1.8rem;
}
#theme .desc span.big {
    font-size: 2.4rem;
    color: #2b2b2b;
}

}
/* min-width: 768px */