.keyvisual {
    background-image: url(/m/cmn_files/img/reserve_main@2x-100.jpg);
}

.phone_icon{

}

.module-btn__txt:before {
    display: none;
}

.module-btn__txt {
    padding-left: 0;
}

.phone_icon::before {
    content: '';
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    background-image: url(/m/cmn_files/img/phone_icon.svg);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
}

.small_txt{
	margin-top: 0.3rem;
	font-size: 1.5rem;
	display: block;
}
.link-block__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.link-block__body li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 3%;
    margin-bottom: 3%;
    width: 31.29999%;
    height: 150px;
    color: #088776;
    background-color: #efefef;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 1.375rem;
    text-align: center;
    align-items: center;
    justify-content: center;
    position: relative;
}
.link-block__title:nth-of-type(3n){
    margin-right: 0;
}
.link-block__title:before{
    content:"";
    background: url(/m/cmn_files/img/icon_check.svg);
    position: absolute;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    top: 10px;
    left: 10px;
}

.mt1rem{
	margin-top:1rem; 
}

.module-table3__tbl {
    display: table;
    width: 80%;
    border: 1px solid #DADADA;
    margin: 5rem auto;
}

.module-border-ttl__txt {
    color: #009380;
    font-weight: bold;
    font-size: 1.375rem;
}

.module-table3__tbl th {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 42px 20px;
    /*width: 280px;*/
    width: 27%;
    border-right: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
    background-color: #ffffff;
    color: #009380;
    vertical-align: middle;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 1.125rem;
}

.module-table3__tbl td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 20px;
    width: 280px;
    border-right: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
    vertical-align: middle;
    letter-spacing: 0.05em;
    font-size: 1rem;
    line-height: 2;
}

.module-table3 .content-text {
    letter-spacing: 0.6px;
    font-size: 1rem;
    line-height: 2.2;
    width: 80%;
    margin:auto;
    text-indent: -7em;
    padding-left: 7em;
}

.text_red{
    color: #ff0000;
}

.module-border-ttl {
    margin-bottom: 40px;
    border-bottom: none;
}

.module-border-list__item:first-of-type {
    padding-top: 0;
}
.module-border-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-align: center;
    padding: 30px 15px 30px 25px;
    border-bottom: 1px solid #DADADA;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

.module-border-list__head {
    margin-right: 25px;
    font-size: 0.875rem;
}

.module-border-list__text {
    font-size: 0.875rem;
}

.module-btn{
	margin-bottom: 0;
}

.no_border{
	border: none;
}

@media screen and (max-width:768px) { 
    .module-table3 .content-text {
	    width: 95%;
	}

	.module-table3__tbl {
	    width: 95%;
	    margin-bottom: 2rem;
	}

	.keyvisual__text {
	    -webkit-transform: translateY(-77%);
	    transform: translateY(-77%);
	}

	.phone_icon::before {
	    width: 1.5rem;
	    height: 1.5rem;
	}

	.link-block__title {
	    font-size: 1.125rem;
	}
    .link-block__body li {
        width: 48.5%;
        font-size: 1.075rem;
    }
    .link-block__title:nth-of-type(2n) {
        margin-right: 0;
    }
    .link-block__title:nth-of-type(3){
        margin-right: 3%;
    }

	.module-section--w-per-100 {
		margin-bottom: 0; 
	}

	.module-btn {
	    margin-bottom: 4rem;
	}

	.module-table3__tbl,
	.module-table3__tbl tr,
	.module-table3__tbl th,
	.module-table3__tbl td
	{
		width: 100%;
		display: block;
		border:none;
	}

	.module-table3__tbl th{
		text-align:left;
	}

	.module-table3__tbl td{
		border-bottom: 1px solid #ddd;
		padding-bottom: 2rem;
	}
}