p,
h1,
h2,
h3,
h4 {
    color: #2e2e2e
}


/*h1------------*/
.top-red,
.top-green,
.top-blue,
.top-blue2,
.top-pink,
.top-yellow {
    width: 300px;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    padding: 5px 0px 5px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.top-red {
    background: red
}


.top-green {
    background: #8ec31f
}

.top-blue2 {
    background: #6495ed
}

.top-blue {
    background: #00a1e9
}

.top-pink {
    background: #ea9ec4
}

.top-yellow {
    background: #f39800
}


.h1-green,
.h1-blue,
.h1-pink,
.h1-yellow {
    font-size: 30px;
    font-weight: 300;
    line-height: 40px;
    padding-left: 20px;
    margin-bottom: 50px;
}

.h1-green {
    border-left: solid 4px #8ec31f;
}

.h1-blue {
    border-left: solid 4px #00a1e9;
}

.h1-pink {
    border-left: solid 4px #ea9ec4;
}

.h1-yellow {
    border-left: solid 4px #f39800;
}

/*h2------------*/
.h2-green,
.h2-blue,
.h2-pink,
.h2-yellow {
    display: block;
    font-size: 20px;
    font-weight: 300;
    width: 100%;
    padding: 10px;
    display: inline-block;
    line-height: 1.3;
    vertical-align: middle;
    border-radius: 15px;
    margin: 0 0 20px;
}

.h2-green:before,
.h2-blue:before,
.h2-pink:before,
.h2-yellow:before {
    content: '';
    margin-right: 8px;
}

.h2-green {
    background: rgba(142, 195, 31, 0.1);
    border: 1px solid #8ec31f;
}

.h2-green:before {
    border-left: 20px solid #8ec31f;
}

.h2-blue {
    background: rgba(0, 161, 233, 0.1);
    border: 1px solid #00a1e9;
}

.h2-blue:before {
    border-left: 20px solid #00a1e9;
}

.h2-pink {
    background: rgba(234, 158, 196, 0.1);
    border: 1px solid #ea9ec4;
}

.h2-pink:before {
    border-left: 20px solid #ea9ec4;
}

.h2-yellow {
    background: rgba(243, 152, 0, 0.1);
    border: 1px solid #f39800;
}

.h2-yellow:before {
    border-left: 20px solid #f39800;
}

/*h3------------*/
.h3-top {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    background: #00a1e9;
    padding: 5px 10px
}

.h3-green,
.h3-blue,
.h3-pink,
.h3-yellow {
    display: block;
    font-weight: 300;
    font-size: 18px;
    margin: 0 0 20px
}

.h3-green {
    border-bottom: 1px solid #8ec31f;
}

.h3-blue {
    border-bottom: 1px solid #00a1e9;
}

.h3-pink {
    border-bottom: 1px solid #ea9ec4;
}

.h3-yellow {
    border-bottom: 1px solid #f39800;
}


/*フォント設定------------*/

.bold {
    font-weight: 600
}

.t-date-daikyu {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px
}

.t-lg {
    font-size: 20px
}

.t-90 {
    font-size: 90%
}

.t-left {
    text-align: left !important
}

.mrk {
    color: #000;
    background: #F6CEF5;
    padding: 0 3px
}

.t-title {
    font-size: 20px
}

.t-sml {
    font-size: 13px
}

.t-date {
    font-size: 13px;
    text-align: right
}
