@charset "utf-8";
/* CSS Document */

.content_body h2 img{
    width: 100%;
    height: auto;
}

.content_body > img{
    display:block;
}

.entry_app{
    position:relative;
    width:720px;
    height:300px;
}

.btn_app_dl {
    position: absolute;
    top: 98px;
    left: 170px;
    transition: 0.3s;
}

.btn_app_dl:hover{
    opacity: 0.8;
}


/* outline */

.outline{
    margin-top:10px;
}

.outline h3{
    display: block;
    color:#e4005c;
    font-size:32px;
    font-weight:bold;
    line-height:1;
    position:relative;
    text-align: center;
    margin-bottom:24px;
}

div#right_contents .itemset{
    background: #FCF2DF;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 35px;
    padding-top: 25px;
}

div#right_contents .itemset p{
 text-align: center;
    font-size: 26px;
    color:#e4005c;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 0;
}

.outline > ul{
    
}
.outline > ul li{
    font-size:16px;
    margin-bottom:6px;
    margin-left:1em;
    text-indent: -1em;
    line-height:1.6;
}
.outline > ul li:last-child{
    margin-bottom:0;
}
