/*===============================

    共通

================================*/
.pc_none {
    display: block;
}

.sp_none {
    display: none;
}


/*===============================



================================*/  
.wrapper {
    padding-bottom: 30px;
}

.main_v_block {
    padding: 0;
}

.title {
    font-size: 28px;
}

table tr th {
    width: 30%;
}

table tr td {
    width: 70%;
    line-height: 1.5;
}

/*===============================

 SERVICE

================================*/  
.item_sp {
    font-size: 14px;
    width: 100%;
    text-align: left;
    background: #fff;
    color: #1d2753;
/*    border: 3px solid #1d2753;*/
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.item_sp:last-of-type {
    margin-bottom: 0;
}

.item_sp p img {
    width: 60px;
    margin: 0 auto;
}

.item_sp:last-of-type p img {
    width: 70px;
    margin-top: 10px;
}

.item_sp .item_title {
    font-size: 16px;
    font-family: 'Sawarabi Gothic', sans-serif;
    font-weight: bold;
    margin: 0 0 10px;
    color: #333;
}

.item_sp .description {
    text-align: left;
    font-size: 14px;
}

.item_sp .sp_left {
    width: 30%;
    text-align: center;
}

.item_sp .sp_right {
    width: 70%;
    padding-left: 15px;
}

/*===============================

 ACCESS

================================*/  
.google_map {
    height: 300px;
}

/*===============================

 CONTACT

================================*/  
.contact .flexbox {
    display: block;
}

.contact_box {
    margin-top: 10px;
}

.contact_btn {
    width: 95%;
    min-width: auto;
    margin-right: 0;
}

.contact_btn:first-of-type {
    margin-bottom: 10px;
}