@charset "UTF-8";

.header-wrap_bg {
    background: #E2F4FD url(../img/bg_pattern.png) repeat 50% 50%;
	border-top-color: #E2F4FD;
	border-bottom-color: #E2F4FD;
}
.hideBnr {
    display: none;
}
.showBnrOnlyIchi {
    display: block;
}
.bannerBox {
    border-bottom: 1px solid #d8d8d8;
}
.headline04 {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    color: #1DB0F0;
    padding: 12px 25px;
    border-left: 9px solid #1DB0F0;
    background: url(../img/ic_dot.svg) repeat-y 2px 50%;
    background-color: #F2FCFF;
}
.headline04 img {
    min-width: 36px;
    margin-right: 10px;
}
.headline5 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #3A3732;
}
.ttl {
    font-size: 18px;
    font-weight: bold;
    color:#3A3732;
    margin-bottom: 10px;
}
.txt01 {
    font-size: 15px;
    color:#222;
}
.date {
    font-family:Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #717171;
    margin-bottom: 10px;
}
.section .penNote {
    font-size: 16px;
    line-height: 1.75;
    color: #000;
    padding-left: 35px;
    margin-bottom: 10px;
    background: url(../img/ic_pencil.svg) no-repeat 0 50%;
}
.section .penNote.ic01 {
    background-image: url(../img/ic_pencil01.svg);
}
.page li a {
    color: #1DB0F0;
    border-color: #1DAFEF;
}
.page li.active a, .page li a:hover {
    background: #1DAFEF;
    color: #FFF;
}
.imgBlock img {
    width: 100%;
    object-fit: cover;
    max-width: 100%;
}
.mb60Sp30 {
    margin-bottom: 60px;
}
.letterBox .letterImg {
    width: 59%;
    left: 18%;
    top: 15%;
}
@media screen and (max-width:736px) {
    .section .penNote {
        font-size: 15px;
        line-height: 1.5;
        background-size: 20px auto;
        padding-left: 30px;
    }
    .mb60Sp30 {
        margin-bottom: 30px;
    }
}