u@charset "UTF-8";

/* ------------------------------------------
recet
------------------------------------------ */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/* ------------------------------------------
general Settings
------------------------------------------ */
.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

.center {
    text-align: center;
    margin: 0 auto;
}

.right {
    text-align: right;
}

.fb {
    font-weight: bold;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

a {
    color: #004b91;
    text-decoration: underline;
}

a:visited {
    color: #0066c0;
}

a:hover {
    color: #c45500;
    text-decoration: underline;
}

a:active {
    color: #c45500;
}

/* ------------------------------------------
container
------------------------------------------ */
.container {
    width: 800px;
    display: block;
    color: #333;
    margin-bottom: 50px;
}

/* ------------------------------------------
title
------------------------------------------ */
.ttl_01 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    color: #0153a0;
    text-align: center;
    margin: 0 auto 20px;
    padding: 14px 0 10px 0;
    border-top: 2px solid #0153a0;
    border-bottom: 1px solid #ccc;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f2f2f2+0,ffffff+100 */
    background: rgb(242, 242, 242);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */

}

.ttl_inc01 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    margin: 0 auto 20px;
    padding: 15px 0 14px 0;
    background-color: #0153a0;
}

.ttl_03 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

/* ------------------------------------------
common
------------------------------------------ */
.cnt_01 {
    margin-bottom: 40px !important;
}

.blk_01 {
    margin-bottom: 20px !important;
}

.txt_01 {
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 15px;
}

.txt_link {
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0 10px;
}

span.marker_01 {
    background: linear-gradient(rgba(255, 255, 255, 0) 70%, #ffff7f 75%);
    font-weight: bold;
    color: #333 !important;
}

.txt_notice {
    font-size: 12px;
    line-height: 1.5;
    margin: 10px 0 0;
}

.red {
    color: #ff5803;
}

/* ------------------------------------------
Detail
------------------------------------------ */
/*mv*/
#top-bisual {
    width: 100%;
    min-height: 200px;
    margin-bottom: 15px;
    text-align: center;
    background-image: url(https://tools.itembox.cloud/item/category/about-coronavirus/img/mv.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3) inset;
}

#top-bisual .box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    width: 90%;
}

#top-bisual .box span {
    display: block;
    text-align: left;
}

#top-bisual h2 {
    display: block;
    line-height: 1.4;
    margin: 0 auto;
    width: auto;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #fff;
    text-shadow: 1px 1px 1px #000,
        1px -1px 1px #000,
        -1px 1px 1px #000,
        -1px -1px 1px #000,
        0 0 22px #000;
}

#top-bisual h2 span {
    display: block;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.02em;
    margin-top: 20px;
    line-height: 1.5;
}

.blk_inner_01 {
    width: 92%;
    margin: 0 auto 20px;
}

.blk_inner_line_01 {
    width: 92%;
    border-bottom: 1px dotted #ccc;
    margin: 0 auto 20px;
}

.photo {
    width: 100%;
    margin: 0 auto 20px auto;
    text-align: center;
}

.photo img {
    width: 60%;
}

.note_01 {
    font-size: 13px;
    line-height: 1.8;
    color: #555;
    margin: 0 0 10px;
}

.lead_01 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    line-height: 1.4;
    margin: 0 0 15px;
    border-bottom: 1px solid #333;
    display: block;
    width: 100%;
    padding-bottom: 5px;
}

.lead_02 {
    font-size: 16px;
    font-weight: bold;
    color: #0153a0;
    line-height: 1.4;
    margin: 0 0 4px;
}

.lead_03 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #666;
    line-height: 1.4;
    padding: 5px 10px;
    margin: 0 0 10px;
}

.new_txt {
    font-size: 14px;
    color: #ff5803;
}

/*box_btn*/
.box_btn_01 {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    list-style-type: none;
}

.box_btn_01 li {
    width: 49.5%;
    margin-bottom: 1%;
    position: relative;
    display: table;
}

.box_btn_01 li a {
    height: 60px;
    text-decoration: none;
    color: #0153a0;
    font-weight: bold;
    border: 1px solid #0153a0;
    font-size: 16px;
    padding: 5px 18px 5px 10px;
    line-height: 1.3;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.box_btn_01 li a:before {
    content: "Q.";
    display: inline-block;
}

.box_btn_01 li:before {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #ff5803;
    top: 50%;
    right: 10px;
    margin-top: -6.5px;
}

.box_btn_01 li:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-top: 5px solid #fff;
}

.box_btn_top {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    list-style-type: none;
}

.box_btn_top li {
    width: 32.5%;
    margin-bottom: 1%;
    position: relative;
    display: table;
}

.box_btn_top li a {
    height: 73px;
    text-decoration: none;
    color: #0153a0;
    font-weight: bold;
    font-size: 16px;
    padding: 15px 18px 14px 10px;
    line-height: 1.3;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    border: 2px solid #0153a0;
}

.box_btn_top li:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #0153a0;
    top: 50%;
    right: 10px;
    margin-top: -7px;
    z-index: 10;
}

.box_btn_top li:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-top: 5px solid #fff;
    z-index: 20;
}

/*ページ内リンク*/
ul.box_plink,
ul.box_plink_02 {
    list-style-type: none;
    text-align: left;
    margin: 0;
    padding: 0;
}

ul.box_plink li,
ul.box_plink_02 li {
    float: left;
    margin: 0 20px 10px 0;
    position: relative;
}

.arrow_01 {
    font-size: 14px;
    /*margin: 0 2% 2% 0;*/
    padding-left: 18px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}

ul.box_plink li:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ff5803;
    top: 50%;
    left: 0;
    margin-top: -7px;
}

ul.box_plink_02 li:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #333;
    top: 50%;
    left: 0;
    margin-top: -7px;
}

ul.box_plink li:after,
ul.box_plink_02 li:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-top: 5px solid #fff;
}

@media (max-width: 768px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }

    /*mv*/
    #top-bisual {
        min-height: 260px;
    }

    #top-bisual h2 {
        line-height: 1.3;
        width: auto;
        font-size: 24px;
    }

    #top-bisual h2 span {
        font-size: 16px;
        margin-top: 10px;
    }

    .container {
        width: 100%;
    }

    .ttl_01 {
        font-size: 18px;
    }

    .ttl_inc01 {
        padding: 12px 10px;
        margin: 0 -2% 20px;
    }

    .photo img {
        width: 100%;
    }

    .blk_inner_01 {
        width: 100%;
    }

    .blk_inner_line_01 {
        width: 100%;
    }

    .box_btn_01 li,
    .box_btn_top li {
        width: 100%;
        margin-bottom: 10px;
    }

    ul.box_plink li,
    ul.box_plink_02 li {
        float: none;
        margin: 0 0 10px 0;
        position: relative;
        padding-left: 20px;
        line-height: 1.3;
        display: inline-block;
    }

    ul.box_plink li .arrow_01,
    ul.box_plink_02 li .arrow_01 {
        padding-left: 0;
    }

    .long_link {
        white-space: pre-wrap;
    }
}