@charset "utf-8";
/*===========================
add
===========================*/

/*　蛍光下線　*/
.tx-em {
    background: linear-gradient(transparent 62%, rgba(255, 250, 137, 0.71) 0%);
}

/*　蛍光斜線　*/
.tx-diagoYel {
    margin: 0 2px;
    padding: 2px 5px;
    border-radius: 0 0 3px 9px;
    color: #2f2f2f;
    background-image: linear-gradient(2deg, #fbf8a7, #fbf8a7 25%, transparent 25.1%, transparent);
}

.tx-diagoRed {
    margin: 0 2px;
    padding: 2px 5px;
    border-radius: 0 0 3px 9px;
    color: #2f2f2f;
    background-image: linear-gradient(2deg, #FD86A0, #FD86A0 25%, transparent 25.1%, transparent);
}

.tx-diagoGreen {
    margin: 0 2px;
    padding: 2px 5px;
    border-radius: 0 0 3px 9px;
    color: #2f2f2f;
    background-image: linear-gradient(2deg, #8dedd0, #8dedd0 25%, transparent 25.1%, transparent);
}

#topPage .mainVis h1 .ttl {
    font-size: 2.0vw;
}

.blogbtn {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 0px 0px 15px;
    padding: 0.5em 1.5em;
    color: #333;
    background-color: rgba(255, 255, 255, .7);
    border-radius: 6px;
    margin-right: 20px;
}

.blogbtn:hover {
    opacity: .8;
}

.snsbtn img {
    width: 30px;
}

.btn-type1 a {
    width: 100%;
}

#topPage .mainVis h1 {
    max-width: 100%;
}

.title-type1 {
    font-size: 1.2em;
    border-bottom: solid 3px #ccc;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.title-type1:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #00926e;
    bottom: -3px;
    width: 20%;
}

.title-type1 strong {
    color: #00926e;
    font-weight: 700;
}

td.t1 {
    background-color: #ecf5f3;
}

ol.li-type4 {
    counter-reset: number;
    /*数字をリセット*/
    list-style-type: none !important;
    /*数字を一旦消す*/
    padding: 0.5em;
    /*  background: #f5faff;*/
}

ol.li-type4 li {
    position: relative;
    display: block;
    line-height: 1.5em;
    padding: 0.5em 0.5em 0.5em 30px;
}

ol.li-type4 li:before {
    /* 以下数字をつける */
    position: absolute;
    counter-increment: number;
    content: counter(number);
    /*以下数字のデザイン変える*/
    display: inline-block;
    background: #00926e;
    letter-spacing: -0.05em;
    color: white;
    border-radius: 50%;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    /*以下 上下中央寄せのため*/
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (min-width:641px) {
    th.w25p {
        width: 25%;
    }

    .btn-type2 a {
        width: 40%;
    }
}

@media screen and (max-width:640px) {

    .table-type1 th,
    .table-type1 td {
        display: block;
        width: 100%;
    }

    .marker1 {
        display: inline;
    }
}