@charset "utf-8";
#main h1 {
margin-bottom:30px;
}
#main h2 .small {
    padding: 0;
    font-size: 18px;
    color: #4c4b4b;
    background: linear-gradient(transparent 60%, #ffff66 60%);
    display: inline-block;
    padding-right: 0.5em;
}
#main p.kome{
    margin-top:-1.5em;
    margin-bottom: 1em;
    padding: 0 0 1em;
}
#main p.kome:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
}

#main dt{
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}
#main dt p.small {
    padding: 0;
    font-size: 14px;
    color: #4c4b4b;
}

ul.list-maru {
    list-style-type: none;
    padding-left:0;
}

ul.list-maru li:before{
    content: "\f111";
    font-family: FontAwesome;
    margin-right: 0.5em;
}
ul.list-maru li{
    text-indent: -1.5em;
}

ul.list-check {
    list-style-type: none;
    padding-left:0;
}
ul.list-check:last-child {
    margin-bottom: 0;
}

ul.list-check li:before{
    content: "\f046";
    font-family: FontAwesome;
    margin-right: 0.5em;
}
ul.list-check li{
    text-indent: -1.5em;
}


.content-wrap {
    padding:20px;
    margin-bottom: 40px;
}

.content-wrap ul:last-child{
    margin-bottom: 0;
}

.content-info {
    border:1px solid #2194D3;
}
.content-danger {
    border:1px solid rgba(33,150,243 , 1);
    box-shadow:inset 0 0 0 5px  rgba(33,150,243 , 0.2);
}
.content-point {
    background-color:#CCE8F7;
}

.content-table {
    border:1px solid #ccc ;
    background-color:#F0F0F0;

}
.content-table table td {
    background-color:#FFF;
}

.text-center {
    text-align:center;

}
.ribbon {
    display: inline-block;
    position: relative;
    height: 45px;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
}
.ribbon:before{/*左側のリボン端*/
    content: '';
    position: absolute;
    width: 10px;
    bottom: -10px;
    left: -35px;
    z-index: -2;
    border: 20px solid #56adf3;
    border-left-color: transparent;/*山形に切り抜き*/
}

.ribbon:after{/*右側のリボン端*/
    content: '';
    position: absolute;
    width: 10px;
    bottom: -10px;
    right: -35px;
    z-index: -2;
    border: 20px solid #56adf3;
    border-right-color: transparent;/*山形に切り抜き*/
}

.ribbon h2 {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0 80px;
    line-height: 45px;
    font-size: 20px;
    color: #FFF !important;
    background: #2196F3;/*真ん中の背景色*/
}
.ribbon h2:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 10px transparent;
    border-right: solid 15px #397eb5;/*左の折り返し部分*/
}
.ribbon h2:after {
    position: absolute;
    content: '';
    top: 100%;
    right: 0;
    border: none;
    border-bottom: solid 10px transparent;
    border-left: solid 15px #397eb5;/*右の折り返し部分*/
}
.lead {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: normal;
    color: #2194D3;
}


#main  .support {
    padding: 20px 30px;
    background-color: #2194D3;
    border-radius: 2px;
    color: #fff;
}