@charset "utf-8";

.read{
    text-align: left;
}
.read em{
    font-weight: bold;
}

.wrap{
    background: url("../img/illust.png") right center no-repeat;
    background-size:contain;
    padding-right: 35%;
    margin: 1em auto;
}



/**btntype_01**/
.btntype_01{
    margin: 1em 0 2em 0;
    text-align: center;
}
.btntype_01 a{
    display: block;
    background-color: #3d9738;
    border-radius: 5px;
    padding: 10px;
    border-bottom: 3px solid #cfcfcf;
}
.btntype_01 a:hover{
    background-color:#ffa60b;
}
.btntype_01 img{
    width:100%;
    max-width: 292px;
    height: auto;
}








/*------------------------------------------------------
	mediaQuery
*-------------------------------------------------------*/
@media screen and (min-width: 640px) {
 
.wrap{
    padding-left: 150px;
    padding-right: 24%;
    background-position: right 10px center;
}