@charset "UTF-8";

.inner-wrap{
width: 100%;
max-width: 1200px;
margin: 0 auto;
overflow-x: auto;
}
.mt5 {
margin-top: 5rem;
}
.ttl {
font-size:2.1rem;
line-height: 1.5;
font-weight: 600;
}
.table {
width: 100%;
border-collapse: collapse;
white-space: nowrap;
}
.green {
color: #518c70;
font-weight: 600;
}
.blue{
color: #3471b0;
font-weight: 600;
}
.red{
color: #833b3e;
font-weight: 600;
}
.bg-1 {
background: #d5d3c670;
}
.bg-2 {
background: #a0b9a370;
}
.table th {
padding: 2rem 1rem;
border: 1px solid #333;
font-weight: 700;
font-size: 4rem;
background: #fff;
}
.table td {
padding: 1rem;
border: 1px solid #333;
vertical-align: top;
}
.table tr:nth-child(3) td {
background: #fff;
}
.lead {
font-size: 2rem;
line-height: 1.3;
font-weight: 600;
margin-bottom: 1rem;
height: 55px;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.lead2 {
text-align: center;
font-size: 2rem;
line-height: 1.3;
font-weight: 600;
margin-bottom: 1rem;
}
.lead3 {
text-align: center;
font-size: 2rem;
line-height: 1.3;
font-weight: 600;
}
.price{
text-align: center;
font-size: 2rem;
font-weight: 600;
margin-top: 1rem;
}
.table-left{
text-align:left;
}

.btn_wrapper {
display:-ms-flexbox;
display:flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-top: 30px;
}
.btn_wrapper a {
    text-align: center;
    background: #fff;
    border: 2px solid var(--i_btn_color);
    color: var(--i_btn_color);
    position: relative;
    display: inline-block;
    transition: .4s ease-in-out;
    font-family: inherit;
    font-weight: 500;
    -webkit-box-shadow: 4px 4px 0 var(--i_btn_color);
    box-shadow: 4px 4px 0 var(--i_btn_color);
}
.btn_wrapper a:hover {
    -webkit-box-shadow: -4px -4px 0 var(--i_btn_color);
    box-shadow: -4px -4px 0 var(--i_btn_color);
}
.btn_wrapper a span {
    text-align: center;
    line-height: 1.6;
    font-size: 1.5rem;
    padding: 12px 15px;
    width: 170px;
    display: block;
}