@charset "UTF-8";
.app {
    padding-bottom: 164px;
}
.app_title {
    margin-bottom: 48px;
}
.app_title > img {
    display: block;
    margin: 0 auto;
}
.app_tableWrap {
    background: #fff;
    padding: 32px;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.app_tableWrap > table {}
.app_tableWrap > table > tbody {}
.app_tableWrap > table > tbody > tr {}
.app_tableWrap > table > tbody > tr > th {
    border-left: none;
    border-right: none;
    background-color: #f5f7fa;
    width: 210px;
    padding: 27px 10px;
}
.app_tableWrap > table > tbody > tr > td {
    border-left: none;
    border-right: none;
    padding: 27px 40px;
}
.app_table {}
.app_dList {
    list-style: none;
}
.app_dList::after {
    content: "";
    display: block;
    clear: both;
}
.app_dList > dt {
    font-weight: bold;
}
.app_dList > dd {
    margin-bottom: 1em;
}
.app_dList > dd:last-child {
    margin-bottom: 0;
}
.app_dList > dd > a:not([href^="tel:"]) {
    color: #00b9e6;
}
.app_dList > dd > a::before {
    content: "";
}
.app_dList > dd > a::after {
    content: "";
}
.app_btnWrap {
    margin-top: 66px;
}
.app_list {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}
.app_list > li {
    display: flex;
    justify-content: center;
    flex-grow: 1;
}
.app_list > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 284px;
    width: 100%;
    box-sizing: border-box;
    background-color: #0069ff;
    padding: 10px;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: -0.025em;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 4px 0 #003f98;
    transition-duration: .3s;
    transition-property: transform, box-shadow;
}
.app_list > li > a::before {
    content: "";
    display: block;
    width: 1px;
    height: 56px;
    margin-right: -1px;
}
.app_list > li > a > img {
    margin-right: 20px;
}
.app_list > li > a.app-btn02 {
    max-width: 419px;
}
@media screen and (min-width:1000px) {
    .app_dList > dd > a:hover {}
    .app_list > li > a:hover {
        opacity: 1;
        transform: translateY(4px);
        box-shadow: none;
    }
}
@media screen and (max-width:999px) {
    .app {
    padding-bottom: 85px;
}
    .app_title {
    margin-bottom:  20px;
}
    .app_title > img {
    width:  150px;
}
    .app_tableWrap {
    padding:  20px;
}
    .app_tableWrap > table {}
    .app_tableWrap > table > tbody {}
    .app_tableWrap > table > tbody > tr {}
    .app_tableWrap > table > tbody > tr > th {
    padding:  15px 10px;
    width:  130px;
}
    .app_tableWrap > table > tbody > tr > td {
    padding: 15px 20px;
}
    .app_table {}
    .app_dList {}
    .app_dList::after {}
    .app_dList > dt {}
    .app_dList > dd {}
    .app_dList > dd:last-child {}
    .app_dList > dd > a:not([href^="tel:"]) {}
    .app_dList > dd > a::before {}
    .app_dList > dd > a::after {}
    .app_list > li > a::before {
        height: 50px;
    }
}
@media screen and (max-width:699px) {
    .app {}
    .app_title {}
    .app_title > img {
    width:  120px;
}
    .app_tableWrap {
    padding:  10px;
}
    .app_tableWrap > table {
    display:  block;
}
    .app_tableWrap > table > tbody {
    display: block;
}
    .app_tableWrap > table > tbody > tr {
    display: block;
}
    .app_tableWrap > table > tbody > tr > th {
    /* padding:  5px; */
    width: auto;
    display: block;
    border:  none;
    text-align:  left;
    padding: 5px 10px;
}
    .app_tableWrap > table > tbody > tr > td {
    padding: 5px 10px;
    display: block;
    border:  none;
}
    .app_table {}
    .app_dList {}
    .app_dList::after {}
    .app_dList > dt {}
    .app_dList > dd {}
    .app_dList > dd:last-child {}
    .app_dList > dd > a:not([href^="tel:"]) {}
    .app_dList > dd > a::before {}
    .app_dList > dd > a::after {}
    .app_list > li > a {
        font-size: 16px;
    }
    .app_list > li > a::before {
        height: 44px;
    }
    .app_list > li > a > img {
        margin-right: 10px;
    }
    .app_list > li > a.app-btn02 > img {
        width: 90px;
    }
}
}



.app_tableWrap table > tbody > tr > th {
    border-left: none;
    border-right: none;
    background-color: #f5f7fa;
    width: 210px;
    padding: 27px 10px;
}
.app_tableWrap table > tbody > tr > td {
    border-left: none;
    border-right: none;
    padding: 27px 40px;
}


.app_tableWrap table > tbody > tr > td > .ex {
	margin-left: 8px;
}
.sp-374 {
	display: none;
}
@media screen and (max-width:374px) {
	.app_tableWrap table > tbody > tr > td > .ex {
		margin-left: 0;
	}
	.sp-374 {
		display: block;
	}
}