@charset "UTF-8";
.second-text img{width:100%;margin-bottom:2vw;}
.fee-items >li{border-bottom:1px dashed #ccc;padding-bottom:8vw;margin-bottom:8vw;}
.fee-items .att{color:var(--red);font-weight:bold;line-height:1.3;margin-bottom: 3vw;}
.fee-items dl{background:#fff;border:1px solid #ccc;margin-top:-1px;}
.fee-items dt,.fee-items dd{display:inline-block;padding:2%;width:100%;text-align:center;}
.fee-items dt{background:var(--brown);color:#fff;font-weight:bold;font-size:120%;}
.fee-items dd{font-size:4.5vw;}
.fee-items .spe dt{background:var(--orange);}
.fee-items .spe dd{color:var(--red);font-weight:bold;}
.fee-items .memo{margin-bottom:3vw;}
.view iframe{width:100%;height:350px;}
.root .box li{margin-bottom:5%;}
.root .box li p{line-height:1.5;}

/* =============================================
pc-size
================================================*/
@media screen and (min-width: 736px) { 
.fee-items >li{margin-bottom: 40px;padding-bottom: 40px;}
.fee-items dl{margin-top:-4px;}
.second-text img{margin-bottom:10px;}
.fee-items dt,.fee-items dd{width: 49%;}
.fee-items dd{font-size:20px;}
.fee-items .att{margin-bottom:20px;}
.fee-items .memo{margin-bottom: 12px;}
.root .box li{margin-bottom: 10px;}
}