@charset "UTF-8";
header{
    display: block;
    width: 100%;
    margin: 0 auto 3rem;
    padding: 1rem;
    border-bottom: 1px solid #999;
}
.header_wrapper {
    display: block;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    max-width: 1240px;
    margin: auto;
}
.anchor_list{
    margin: 2rem auto 3rem;
    list-style: none;
    display: flex;
    padding: 0;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1100px;
    border: 1px solid #999;
}
.anchor_list li {
    width:calc(100% /4);
    border-right:1px solid #999;
    box-sizing: border-box;
    position: relative;
}
.anchor_list li:last-child {border-right:none;}
.anchor_list li a{
    display:block;
    text-decoration: none;
    width: 100%;
    text-align:center;
    padding:1rem 0 2rem;
    box-sizing: border-box;
    position: relative;
    color:#444;
    font-weight:bold;
    transition:opacity .3s;
}
.anchor_list li a:hover,.anchor_list li a:hover *{
    opacity:.7;
    transition:opacity .3s;
}
.anchor_list li a:after{
    content:'';
    width:0.8rem;
    height:0.8rem;
    border-right:1px solid #666;
    border-bottom:1px solid #666;
    bottom:1rem;
    left:50%;
    transform:translate(-50%,0) rotate(45deg);
    display:block;
    position:absolute;
}
h1{font-size:1.8rem;font-weight:bold;box-sizing: border-box;position: relative;}
h1:before {
    display: block;
    width: 4px;
    height: 90%;
    content: '';
    background: #009e96;
    position: absolute;
    transform: translate(0, -55%);
    top: 50%;
    left: -1%;
}
h2{padding-left:1rem;font-size:1.5rem;font-weight:bold;box-sizing: border-box;position: relative;}
h2:before {
    display: block;
    width: 0;
    height: 0;
    content: '';
    border:0.8rem solid transparent;
    border-left:0.8rem solid #009e96;
    position: absolute;
    transform: translate(0, -55%);
    top: 50%;
    left: -1%;
}
h3{font-size:1.2rem;font-weight:bold;box-sizing: border-box;position: relative;}
.tac{text-align:center}
.cont_wrapper {
    width: 100%;
    margin: 0 auto 2rem;
    max-width: 1140px;
    display: block;
}
.sec_bloc {
    width: 100%;
    display: block;
    box-sizing: border-box;
    position: relative;
    margin: 1.5rem auto;
}
.cont_bloc {
    display: block;
    box-sizing: border-box;
    position: relative;
    padding: 1rem 0.5rem;
    width: 100%;
}
.areatbl {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    border: 1px solid#ccc;
    margin: 1rem auto;
}
.areatbl th.tbl_ttl {
    font-size: 1.2rem;
    padding: 0.5rem;
    background: #efefef;
    border: 1px solid #ccc;
    border-collapse: collapse;
}
.tbl_product {
    width: 65%;
    padding: 0.75rem 0.75rem 0.75rem 2rem;
    border: 1px solid #ccc;
    font-weight: normal;
    font-size: 1.1rem;
    font-weight:bold;
    text-align: left;
}
.tbl_price {
    width: 15%;
    font-size: 1rem;
    text-align: right;
    padding: 0.75rem;
    border: 1px solid #ccc;
}
.tbl_link {
    width: 20%;
    border: 1px solid #ccc;
}
.tbl_link > a {
    text-decoration: none;
    margin: 0.5rem auto;
    font-size: 0.9rem;
    color: #fff;
    background: #009e96;
    text-align:center;
    padding: 0.5rem;
    display: block;
    width: 80%;
    border-radius: 10px;
    box-sizing: border-box;
    position: relative;
    transition:opacity .3s;
}
.tbl_link > a:hover {
    opacity:.7;
    transition:opacity .3s;
}
.tbl_link > a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 5%;
    display: block;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translate(0,-50%) rotate(45deg);
    width: 0.5rem;
    height: 0.5rem;
}
.tbl_link > a .linkcaution {
    font-size: 80%;
}
tr.type-even {
    background: rgba(236,247,246,0.5);
}
.anc_list_mini {
    list-style: none;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 2rem;
    box-sizing: border-box;
    position: relative;
    padding: 0;
}
.anc_list_mini li {
    margin: 0.5rem 1rem;
    display: block;
    width: fit-content;
}
.anc_list_mini li a{
    text-decoration: none;
    color:#666;
    position: relative;
    box-sizing:border-box;
    width:100%;
    display: block;
}
.anc_list_mini li a:after{
    content:'▼';
    color:#666;
    display: inline-block;
}
article {
    display:block;
    box-sizing:border-box;
    position:relative;
    padding-bottom: 5rem;
}
.footer_list {
    margin: 0.5rem auto 1rem;
    list-style: none;
    display: flex;
    padding: 0;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 980px;
}
.footer_list li{
    display: block;
    width: calc(100% / 5);
    box-sizing: border-box;
    position: relative;
    text-align: center;
}
.footer_list a{
    display: block;
    width: fit-content;
    box-sizing: border-box;
    position: relative;
    text-decoration: none;
    color: #444;
    border-bottom: 1px solid #999;
    margin: auto;
}

footer {
    background: #ccc;
    box-sizing: border-box;
    display: block;
    padding: 1rem;
    position: fixed;
    width: 100%;
    bottom: 0;
}
#page_top{display:none;}
#page_top:after {
    content: '▲';
    color: #fff;
    position: absolute;
    right: 2%;
    bottom: 5%;
    font-size: 2rem;
    display: block;
    z-index: 2;
    box-sizing: border-box;
    padding: 1rem 1.5rem;
    border: 1px solid #fff;
}
.fadeInUp{
    animation-name:fadeIn;
    animation-duration:.7s;
    animation-timing-function:ease-out;
}
.minifont{
    font-size:70%;
}
.minicaution{
    display:block;
    text-align:center;
    margin:1rem auto;
    color:#ff0000;
    font-size:0.85rem;
    font-weight:bold;
}
.sp_only{display:none;}
@media screen and (max-width:768px ){
    .cont_wrapper {
        padding: 0 4%;
    }
    h1 {
        padding-left: 1rem;
    }
    h1 > .minifont{
        display:block;
    }
    .anchor_list li {
        width: 50%;
        border:none;
        font-size: 0.85rem;
    }
    .anchor_list li:first-child,.anchor_list li:nth-child(2){
        border-bottom:1px solid #999;
    }
    .anchor_list li:first-child,.anchor_list li:nth-child(3){
        border-right:1px solid #999;
    }
    .areatbl tr{
        display:flex;
        flex-wrap:wrap;
        border:transparent;
        border-bottom:1px solid #ccc;}
    .areatbl th.tbl_ttl {
        border: transparent;
        width: 100%;
    }
    .tbl_product {
        width: 100%;
        border:transparent;
    }
    .tbl_price {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        border: transparent;
        font-size: 1.1rem;
        font-weight: bold;
    }
    .tbl_link {
        width: 100%;
        border: transparent;
    }
    footer{
        position: static;
        font-size: 0.9rem;
    }
    .footer_list li {
        width: 100%;
        margin: 0.5rem;
    }
    #page_top:after{
        position:fixed;
        color:#666;
        border-color:#666;
        padding: 0.5rem 1rem;
        background: rgba(255,255,255,.7);
    }
    .sp_only{display:block;}
}
@keyframes fadeIn{
    0%{opacity:0;;}
    100%{opacity:1;}
}