/* ==================================
   ご利用ガイド
=================================== */

/* アンカーリスト */
.anchorlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px #999 solid;
    border-left: 1px #999 solid;
}
.anchorlist li {
    display: flex;
    flex-direction : column;
    width: 50%;
    border-bottom: 1px #999 solid;
    border-right: 1px #999 solid;
}
    
@media print, screen and (min-width: 1025px){
.anchorlist li { width: 25%;}
}

.anchorlist li a {
    display: block;
    transition: all .2s ease;
    padding: .5em 1em .5em 2em;
    position: relative;
    text-decoration: none;
}
.anchorlist li a:before {
    font-family: "general";
    content: "\e907";
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    left: .5em;
    color: #585858;
    line-height: 1;
    transform: rotate(270deg);
}
    
@media print, screen and (min-width: 1025px){
   .anchorlist li a:hover { opacity: .7;}
}
   

/*ガイドリスト */
   
.guidetitle {
    margin-bottom: 1.5em;
    line-height: 1.5;
    font-size: clamp(1rem, 0.727rem + 1.36vw, 1.75rem);
    border-bottom: 2px #00A73C solid;
    padding-bottom: .5em;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic","sans-serif";
    font-weight: 700;
}
   
.guidelist dt {
    font-weight: bold;
    color: #333;
    font-size: clamp(0.875rem, 0.693rem + 0.91vw, 1.375rem);
    margin-bottom: .3em;
}
.guidelist dd { margin-bottom: 1.5em;}
.guidelist dd:last-child { margin-bottom: 0;}
@media print, screen and (min-width: 1025px){
.guidelist dd { margin-bottom: 2em;}
}
.attention{
    padding-left: 1em;
    text-indent: -1em;
    display: inline-block;
}
.attention:before {
    content: "※";
    color: #E51F23;
}
.guidelist a { text-decoration: underline;}
.guidelist a:hover { text-decoration: none;}


.guide_nichiji {
    padding: .5em 1em 0 1em;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 1.5em;
    border: 1px #999 solid;
}
.guide_nichiji li {
    white-space: nowrap;
    margin: 0 2em 0.5em 0;
}
.guide_nichiji li:before {
    content: "・";
    margin-right: 0.5em;
}
   
   
/* テーブル */
.guidetable {
    width: 100%;
}
.guidetable th {
    font-weight: normal;
    text-align: left;
    padding: .5em 1em;
    border: 1px #999 solid;
    background: #f9f9f9;
    white-space: normal;
}
.guidetable.daihiki th { white-space: nowrap;}
.guidetable td {
    text-align: left;
    padding: .5em 1em;
    border: 1px #999 solid;
    vertical-align: top;
}
.guidetable_price { white-space: nowrap;}