/******************************************************

    thin     font-weight:100;
    Light     font-weight:200;
    DemiLight font-weight:300;
    Regular   font-weight:400;
    Medium   font-weight:500;

******************************************************/

.grayBox {
    padding: 10px;
    width: auto;
    overflow: hidden;
    background: #f8f8f8;
    color: #000;
}

.grayBox strong {
    font-size: 1.8rem;
    font-weight: 400;
    padding-bottom: 10px;
}

.grayBox .centerArrow {
    text-align: center;
    display: block;
}

.grayBox .centerArrow span {
    font-size: 40px;
    color: #8faec7;
}

.c-txt {
    text-align: center;
}

.col3-in {
    width: 100%;
    margin: 0 auto 35px;
    text-align: center;
}

.col3-in img {
    width: 100%;
    max-width: 300px;
    height: auto;
}

.col3-in p {
    margin: 5px 0 0 0;
}

.tbl-box {
    overflow-x: scroll;
}

.tbl-box table {
    width: 900px;
    margin: 0 0 10px 0;
}

.tbl-box table thead th {
    padding: 10px;
    color: #fff;
    background: #ca9e1f;
    border-right: 1px solid #fff;
    vertical-align: middle;
}

.tbl-box table thead th:nth-child(3) {
    width: 60px;
}

.tbl-box table thead thnth-child(5) {
    width: 230px;
}

.tbl-box table tbody td {
    padding: 10px;
    vertical-align: middle;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background: #F3F8FC;
}

.tag-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -2%;
}

.tag-btns .tag {
    width: 46%;
    margin: 0 2% 10px 2%;
    background: #ca9e1f;
}

.tag-btns .tag a {
    display: block;
    padding: 10px 20px;
    text-align: center;
    color: #fff;
}

.tag-btns .tag a span {
    position: relative;
}

.tag-btns .tag a span:after {
    content: "";
    font-size: 1em;
    padding-left: 5px;
    position: absolute;
    top: 3px;
    margin-left: 5px;
    padding: 7px 7px;
    color: #000;
    line-height: 0.3;
    background: #fff;
    border-radius: 20px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.pc {
    display: none;
}

.sp {
    display: block;
}

.tbl-box::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #F5F5F5;
}

.tbl-box::-webkit-scrollbar {
    height: 7px;
    background-color: #F5F5F5;
}

.tbl-box::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #ca9e1f;
}

.tbl-box table tbody .tbl-tits td {
    background: none;
}

.tbl-box table tbody .tbl-tits td span {
    padding: 5px;
    color: #fff;
    background: #ca9e1f;
}

a.btn.mt32 {
    margin-top: 30px;
}

.dotList .c-ttl_min {
    display: inline;
}