@charset "UTF-8";
.naiyo .pic{margin: 16vw 0 5% 0;}
.naiyo img{width:100%;margin-top:-4vw}

.left-items .mds{font-weight:bold;font-size:5vw;border-bottom:1px solid #ccc;position:relative;padding:0 0 2% 0}
.left-items .mds:before{content:"";width:20%;height:2px;position:absolute;background:var(--blue);bottom:-2px;}
.left-items li{line-height:1.8;position:relative;padding: 0 0 3% 22%;}
.left-items li span{display:table;background:var(--blue);color:#fff;position:absolute;left:0;padding: 0 2%;border-radius: 30px;}

.scroll{margin-bottom:10vw;}
.scroll-hint table{width: 1200px;}
.kind-tbl {width: 100%;margin: 0 auto;text-align: center;font-feature-settings: "palt";letter-spacing:.02em;font-family: montserrat,var(--gothic);font-weight: 400;}
.kind-tbl th,.kind-tbl td {padding: 2.6vw;border:1px solid #d1c9c3;line-height: 1.4;}
.kind-tbl th {color:#fff;font-size: 4vw;line-height: 1.2;}
.kind-tbl th:nth-child(1) {background: #685d4d;font-weight: normal;font-family: var(--mincho);}
.kind-tbl tr {background: #f6f4ef;}
.kind-tbl tr:nth-child(1) {background: #e8e7e4; font-weight: bold;}
.kind-tbl tr:nth-child(odd) { background:#fafafa;}
.kind-tbl td{padding: 3vw;text-align: center;vertical-align: middle;}
.kind-tbl tr.ttl td {font-size: 98%;}
.kind-tbl td:nth-child(6) {background:#e5f1f2;}
.kind-tbl td:nth-child(7) {background:#e5f1f2;}
.kind-tbl td img{width:100%;}
.kind-tbl tr.ttl td:nth-child(2) {text-align: center;width: 12%;}
.kind-tbl tr.ttl td:nth-child(4) {text-align: center;width: 14%;}
.kind-tbl tr.ttl td:nth-child(6) {text-align: center;width: 6%;background:#fff;}
.kind-tbl tr.ttl td:nth-child(7) {text-align: center;width: 12%;background:#fff;}
.kind-tbl td:nth-child(2) { text-align: left; line-height: 1.6;}
.kind-tbl td i{color:var(--blue);}
.kind-tbl .ttl td:first-child {width:16%;}

/* ============================================= pc
================================================*/
@media screen and (min-width: 736px) { 
.naiyo .pic{margin: 0 auto 40px;display: -webkit-box;display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: space-between;justify-content: space-between;max-width: 900px;}
.naiyo .pic img{width: 50%;margin: 0;}

.left-items .mds{font-size:24px;padding-bottom:10px;}
.left-items ul{margin-bottom:20px;}
.left-items li span{padding:0 14px;}
.left-items li{padding:0 0 10px 100px;font-size:110%;}

.scroll{margin-bottom:60px;}
.scroll-hint table{width: 100%;}
.kind-tbl {margin: 0 auto 10px;}
.kind-tbl th,.kind-tbl td {padding: 12px;}
.kind-tbl th {font-size: 20px;}
.kind-tbl td{padding: 20px;}
.kind-tbl tr.ttl td:nth-child(1) {width: 180px;}
.kind-tbl tr.ttl td:nth-child(2) {width: 15%;max-width: 220px;}
.kind-tbl .ttl td:first-child {width:300px;}
}


@media screen and (min-width:1000px) { 

}