@charset "utf-8";

/* 上書き
=============================================================================== */
.fHeading02 {
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-size: 190%;
    color: #FFF;
    border-left: 0;
    border-radius: 10px;
    background: #47c5f7;
    background: -moz-linear-gradient(45deg,  #47c5f7 5%, #e4f5fc 45%, #9fd8ef 72%, #9fd8ef 84%, #e4f5fc 99%);
    background: -webkit-linear-gradient(45deg,  #47c5f7 5%,#e4f5fc 45%,#9fd8ef 72%,#9fd8ef 84%,#e4f5fc 99%);
    background: linear-gradient(45deg,  #47c5f7 5%,#e4f5fc 45%,#9fd8ef 72%,#9fd8ef 84%,#e4f5fc 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47c5f7', endColorstr='#e4f5fc',GradientType=1 );
}
/* 個別（共通）
=============================================================================== */
.font-title {
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-size: 300%;
    color: #FFF;
}

/* 個別（独自）
=============================================================================== */
.font01 {
    font-size: 150%;
}
.ul01 li {
    text-indent: -1em;
    margin: 0 0 0 1em;
}

.ht01 {
    border: 1px solid rgba(126, 199, 247, 1);;
    margin: 0 0 30px;
    text-align: center;
}
.ht01-1 {
    font-size: 159%;
    border-bottom: 1px solid rgba(76, 199, 247, 1);
    background-color: rgba(76, 199, 247, 1);
    color: #FFF;
    font-weight:bold;
    padding: 5px;
}
.ht01-2 {
    font-size: 134%;
    margin: 20px;
}
.ht01-2 div:first-child {
    margin: 0 0 10px;
}
.ht01-2 span {
    text-decoration: underline;
    font-weight:bold;
}