@charset "utf-8";

img{
    width: 100%;
    height: auto;
    display: block;
}

.main {
  width:100%;
  position:relative;
}

/* outline */

.outline{
    margin-top:15px;
    padding: 0 10px 30px;
}

.outline h3{
    display: block;
    color:#e4005c;
    font-size:20px;
    font-weight:bold;
    line-height:1;
    position:relative;
    text-align: center;
    margin-bottom:10px;
}

.outline .itemset{
    background: #FCF2DF;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 35px;
    padding-top: 25px;
}

.outline .itemset p{
 text-align: center;
    font-size: 18px;
    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;
}
