p {
    font-size: 16px;
    line-height: 1.8em;
}
main {
    overflow-x: hidden;
}
main a {
    color: #ec6d56 !important;
    font-weight: bold;
}
@media only screen and (max-width: 767px) {
     p {
        font-size: 14px;
        line-height: 1.5em;
    }
    ul li {
        font-size: 13px;
        line-height: 1.3em;
    }
}

p.notice1 {
    font-size: 16px;
    font-weight: bold;
    text-indent: -16px;
    margin-left: 16px;
    color: #ec6d56;
}
@media only screen and (max-width: 767px) {
    p.notice1 {
        font-size: 14px;
        text-indent: -14px;
        margin-left: 14px;
    }
}

p.caption1 {
    margin: 5px 0 0 0;
    font-size: 12px;
    line-height: 1.3em;
}
.separator1 {
    margin-top: 30px;
    margin-bottom: 30px;
    height: 1px;
    background: #ccc;
}

h2.normal1 {
    font-family: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5em;
    margin-bottom: 70px;
    position: relative;
}
h2.normal1:after {
    content: '';
    position: absolute;
    width: 60px;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 3px;
    background: #ec6d56;
}
h2.normal1 span.flower {
    position: relative;
}
h2.normal1 span.flower::before {
    content: url('../img/h2_flower.png');
    position: absolute;
    top: -25px;
    left: -30px;
    z-index: -1;
}
h2.normal1 span.name {
    font-size: 19px;
}
@media only screen and (max-width: 767px) {
    h2.normal1 {
        font-size: 22px;
        margin-bottom: 50px;
    }
}

h2.normal2 {
    color: #ec6d56;
    font-family: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
}
@media only screen and (max-width: 767px) {
    h2.normal2 {
        font-size: 19px;
        text-align: center;
        margin-bottom: 10px;
    }
}

h3.normal1 {
    color: #ec6d56;
    font-family: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    h3.normal1 {
        font-size: 19px;
        text-align: center;
        margin-bottom: 10px;
    }
}

.lead1 {
    font-family: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    color: #b8860b;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5em;
}
@media only screen and (max-width: 767px) {
    .lead1 {
        font-size: 20px;
    }
}

.lead2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
    .lead2 {
        font-size: 17px;
        text-align: left;
    }
}

.column1 {
    padding: 50px;
    background: #f0f0f0;
    box-sizing: border-box;
}
.column1 h3 {
    padding: 10px 20px;
    color: #333;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}
.column1 p {
    color: #333;
}
@media only screen and (max-width: 767px) {
    .column1 {
        padding: 15px;
    }
}

.column2 {
    padding: 20px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.column2 h3 {
    font-weight: bold;
}
.column2 ul {
    margin-top: 10px;
}
.column2 ul li {
    font-size: 14px;
}
.column2 ul li:before {
    content: '●';
    color: #ec6d56;
    mr5
}

@media only screen and (max-width: 767px) {
    .column2 {
        padding: 15px;
    }
}

table.table1 {
    width: 100%;
}
table.table1 tr th {
    padding: 18px 20px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5em;
    text-align: left;
    border-top: 2px solid #ec6d56;
}
table.table1 tr td {
    padding: 18px 20px;
    font-size: 15px;
    line-height: 1.5em;
    vertical-align: middle;
    border-top: 2px solid #ddd;
}
table.table1 tr td p {
    font-size: 16px;
    line-height: 1.5em;
}
table.table1 tr td strong {
    font-size: 125%;
}
@media only screen and (max-width: 767px) {
    table.table1 {
        margin: 10px 0 0 0;
    }
    table.table1 tr th {
        padding: 8px 0 8px 3px;
        font-size: 11px;
    }
    table.table1 tr th.year {
        width: 15%;
    }
    table.table1 tr td {
        padding: 8px 5px;
        font-size: 11px;
    }
    table.table1 tr td p {
        font-size: 11px;
    }
}

table.table2 {
    width: 100%;
}
table.table2 tr th {
    padding: 12px 20px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5em;
    text-align: left;
    border-top: 1px solid #ccc;
}
table.table2 tr td {
    padding: 12px 20px;
    font-size: 15px;
    line-height: 1.5em;
    vertical-align: middle;
    border-top: 1px solid #ccc;
}
table.table2 tr td p {
    font-size: 16px;
    line-height: 1.5em;
}
table.table2 tr td strong {
    font-size: 125%;
}
@media only screen and (max-width: 767px) {
    table.table2 {
        margin: 10px 0 0 0;
    }
    table.table2 tr th {
        padding: 8px 0 8px 3px;
        font-size: 11px;
    }
    table.table2 tr th.year {
        width: 15%;
    }
    table.table2 tr td {
        padding: 8px 5px;
        font-size: 11px;
    }
    table.table2 tr td p {
        font-size: 11px;
    }
}





/* レイアウト共通
=================================================================================== */
.main_bg {
    padding: 80px 0;
}
.wave_bg {
    padding: 80px 0;
    background: url(../img/tp_main1_wave.jpg) right 0 bottom 10px no-repeat;
    background-size: 40%;
}
.wagara1_bg {
    padding: 80px 0;
    background: url(../img/wagara1.jpg) 0 0 repeat;
}
@media only screen and (max-width: 767px) {
    .main_bg {
        padding: 30px 0;
    }
    .wave_bg {
        padding: 30px 0;
    }
    .wagara1_bg {
        padding: 30px 0;
    }
}

/* ページヘッダー */
#page_header {
    display: flex;
    position: relative;
}
#page_header .title {
    width: 30%;
    color: #fff;
    font-family: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-size: 36px;
    line-height: 1.3em;
    font-weight: bold;
    background: url(../img/page_header_bg.jpg) center center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
#page_header .title h1 {
    padding-left: 20%;
}
#page_header .photo {
    width: 70%;
}
#page_header .photo img {
    width: 100%;
}
@media only screen and (max-width: 767px) {
    #page_header {
        display: block;
    }
    #page_header .title {
        padding: 20px 0;
        width: 100%;
        font-size: 20px;
        background: url(../img/page_header_bg_SP.jpg) center center no-repeat;
        background-size: cover;
        display: block;
    }
    #page_header .title h1 {
        padding-left: 0;
        text-align: center;
    }
    #page_header .photo {
        width: 100%;
    }
}

/* FLEX */
.wrap2, .wrap3, .wrap4 {
    width: calc(100% + 10px);
    margin-left: -5px;
    display: flex;
    flex-wrap: wrap;
}
.wrap2 .box {
    width: calc(50% - 10px);
    margin: 0 5px 10px 5px;
    position: relative;
}
.wrap3 .box {
    width: calc(33.3333% - 10px);
    margin: 0 5px 10px 5px;
    position: relative;
}
.wrap4 .box {
    width: calc(25% - 10px);
    margin: 0 5px 10px 5px;
    position: relative;
}
.wrap2 .box .photo, .wrap3 .box .photo, .wrap4 .box .photo {
    text-align: center;
}
.wrap2 .box .photo img, .wrap3 .box .photo img, .wrap4 .box .photo img {
    width: 100%;
}
.wrap2 .box h3, .wrap3 .box h3, .wrap4 .box h3 {
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 8px 15px;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    background: #ec6d56;
    border-radius: 30px;
    pointer-events: none;
}
.wrap2 .box .btn, .wrap3 .box .btn, .wrap4 .box .btn {
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding-right: 12px;
    font-weight: bold;
    pointer-events: none;
    text-shadow:
    -1px -1px 5px #fff,0px -1px 5px #fff,0px 1px 5px #fff,1px 0px 5px #fff,-2px -2px 5px #fff,0px -2px 5px #fff,
    0px 2px 5px #fff,2px 0px 5px #fff,-3px -3px 5px #fff,0px -3px 5px #fff,0px 3px 5px #fff,3px 0px 5px #fff;
}
.wrap2 .box .text, .wrap3 .box .text, .wrap4 .box .text {
    margin-top: 10px;
    font-size: 14px;
}
.wrap_center {
    justify-content: center;
}
@media only screen and (max-width: 767px) {
    .wrap2 .box, .wrap3 .box, .wrap4 .box {
        width: calc(50% - 10px);
        margin: 0 5px 10px 5px;
    }
    .wrap2 .box h3, .wrap3 .box h3, .wrap4 .box h3 {
        padding: 0px 10px;
        font-size: 14px;
    }
    .wrap2 .box .btn, .wrap3 .box .btn, .wrap4 .box .btn {
        font-size: 12px;
    }
}




/* 高齢者向け給食サービス
=================================================================================== */
.service_main_bg1 {
    padding: 50px 0;
    background: url(../img/service_main_bg.png) right -50px bottom 150px no-repeat;
}
.service_main_bg2 {
    padding: 50px 0 70px 0;
    background: url(../img/service_main_bg.png) left -50px bottom 150px no-repeat;
}
@media only screen and (max-width: 767px) {
    .service_main_bg1 {
        padding: 30px 0;
        background: none;
    }
    .service_main_bg2 {
        padding: 30px 0 30px 0;
        background: none;
    }
}

.middle_header_wrap {
    position: relative;
}
.middle_header_wrap .photo p {
    text-align: center;
}
.middle_header_wrap h2 {
    position: absolute;
    top: 30px;
    left: 30px;
    font-family: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-size: 36px;
    font-weight: bold;
    text-shadow:
    -1px -1px 5px #fff,0px -1px 5px #fff,0px 1px 5px #fff,1px 0px 5px #fff,-2px -2px 5px #fff,0px -2px 5px #fff,
    0px 2px 5px #fff,2px 0px 5px #fff,-3px -3px 5px #fff,0px -3px 5px #fff,0px 3px 5px #fff,3px 0px 5px #fff;
}
.middle_header_wrap .text {
    position: absolute;
    top: 30px;
    right: 30px;
    text-align: right;
    text-shadow:
    -1px -1px 5px #fff,0px -1px 5px #fff,0px 1px 5px #fff,1px 0px 5px #fff,-2px -2px 5px #fff,0px -2px 5px #fff,
    0px 2px 5px #fff,2px 0px 5px #fff,-3px -3px 5px #fff,0px -3px 5px #fff,0px 3px 5px #fff,3px 0px 5px #fff,
    -1px -1px 5px #fff,0px -1px 5px #fff,0px 1px 5px #fff,1px 0px 5px #fff,-2px -2px 5px #fff,0px -2px 5px #fff,
    0px 2px 5px #fff,2px 0px 5px #fff,-3px -3px 5px #fff,0px -3px 5px #fff,0px 3px 5px #fff,3px 0px 5px #fff,
    -1px -1px 10px #fff,0px -1px 10px #fff,0px 1px 10px #fff,1px 0px 10px #fff,-2px -2px 10px #fff,0px -2px 10px #fff,
    0px 2px 10px #fff,2px 0px 10px #fff,-3px -3px 10px #fff,0px -3px 10px #fff,0px 3px 10px #fff,3px 0px 10px #fff;
}
.middle_header_wrap .text.text_bottom {
    top: auto;
    bottom: 30px;
}
@media only screen and (max-width: 767px) {
    .middle_header_wrap {
        position: static;
    }
    .middle_header_wrap .photo p {
        text-align: center;
    }
    .middle_header_wrap h2 {
        margin-top: 10px;
        position: static;
        font-size: 24px;
        text-align: center;
        text-shadow: none;
    }
    .middle_header_wrap .text {
        margin-top: 10px;
        position: static;
        text-align: left;
        text-shadow: none;
    }
}

.menu_wrap {
    margin-top: 40px;
    width: calc(100% + 20px);
    margin-left: -10px;
    display: flex;
    flex-wrap: wrap;
}
.menu_wrap .box {
    width: calc(50% - 20px);
    margin: 0 10px 20px 10px;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
}
.menu_wrap .box .photo {
    width: 70%;
}
.menu_wrap .box .cont {
    width: 30%;
    background: #fff;
}
.menu_wrap .box .cont ul {
    padding: 10px;
}
.menu_wrap .box .cont ul li {
    font-size: 14px;
    line-height: 1.3em;
    text-indent: -1.4em;
    margin-left: 1.4em;
    margin-bottom: 5px;
}
.menu_wrap .box .cont ul li::before {
    content: '●';
    color: #ec6d56;
    margin-right: 5px;
}
.menu_wrap .box .cont ul li.title {
    font-size: 16px;
    font-weight: bold;
    text-indent: 0;
    margin-left: 0;
}
.menu_wrap .box .cont ul li.title::before {
    content: '';
    margin-right: 0;
}
@media only screen and (max-width: 767px) {
    .menu_wrap {
        margin-top: 40px;
        width: calc(100% + 10px);
        margin-left: -5px;
    }
    .menu_wrap .box {
        width: calc(50% - 10px);
        margin: 0 5px 10px 5px;
        display: block;
    }
    .menu_wrap .box .photo {
        width: 100%;
    }
    .menu_wrap .box .cont {
        width: 100%;
    }
    .menu_wrap .box .cont ul {
        padding: 5px;
    }
    .menu_wrap .box .cont ul li {
        font-size: 11px;
        margin-bottom: 0;
    }
    .menu_wrap .box .cont ul li.title {
        font-size: 15px;
    }
}

.menu_wrap .box2 {
    width: 100%;
    margin: 0 0 20px 0;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
}
.menu_wrap .box2 .photo1 {
    width: 35%;
}
.menu_wrap .box2 .photo2 {
    width: 35%;
}
.menu_wrap .box2 .cont {
    width: 30%;
}
.menu_wrap .box2 .cont ul {
    padding: 10px;
}
.menu_wrap .box2 .cont ul li {
    font-size: 14px;
    line-height: 1.5em;
    text-indent: -1.4em;
    margin-left: 1.4em;
    margin-bottom: 5px;
}
.menu_wrap .box2 .cont ul li::before {
    content: '●';
    color: #ec6d56;
    margin-right: 5px;
}
.menu_wrap .box2 .cont ul li.title {
    font-size: 16px;
    font-weight: bold;
}
.menu_wrap .box2 .cont ul li.title::before {
    content: '';
}
@media only screen and (max-width: 767px) {
    .menu_wrap .box2 {
        margin: 0 0 10px 0;
    }
    .menu_wrap .box2 .photo1 {
        width: 50%;
    }
    .menu_wrap .box2 .photo2 {
        width: 50%;
    }
    .menu_wrap .box2 .cont {
        width: 100%;
    }
    .menu_wrap .box2 .cont ul {
        padding: 5px;
    }
    .menu_wrap .box2 .cont ul li {
        font-size: 11px;
        margin-bottom: 0;
    }
    .menu_wrap .box2 .cont ul li.title {
        font-size: 15px;
    }
}


.example_photo_wrap {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 10px);
    margin-left: -5px;
}
.example_photo_wrap .box {
    margin: 5px;
}
.example_photo_wrap .box.line2 {
    width: calc(50% - 10px);
}
.example_photo_wrap .box.line3 {
    width: calc(33.3333% - 10px);
}
.example_photo_wrap .box.line4 {
    width: calc(25% - 10px);
}
@media only screen and (max-width: 767px) {
    #tp_photo_bg {
        padding: 30px 0;
    }
    .example_photo_wrap {
        display: flex;
        flex-wrap: wrap;
        width: calc(100% + 4px);
        margin-left: -2px;
    }
    .example_photo_wrap .box.line2, .example_photo_wrap .box.line3, .example_photo_wrap .box.line4 {
        width: calc(50% - 4px);
        margin: 2px;
        order: 1;
    }
}





/* こだわりの食空間【事例紹介】
=================================================================================== */
/* 動画埋め込み */
video {
    width: 100%;
}
video:hover {
    cursor: pointer;
}

.exsample_bg {
    padding: 50px 0;
    background: linear-gradient(to right, #fff 0%, #fff 50%, transparent 50%, transparent 100%),
    url(../img/wagara2.png);
    margin-top: -80px;
    margin-bottom: 160px;
}
.exsample_bg.reverse {
    background: linear-gradient(to right, transparent 0%, transparent 50%, #fff 50%, #fff 100%),
    url(../img/wagara2.png);
}
.ougi_wrap {
    position: relative;
}
.ougi_wrap .ougi {
    position: absolute;
    top: -30px;
}
.ougi_wrap .num {
    position: absolute;
    top: calc(50% + 15px);
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    white-space: nowrap;
    font-family: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-size: 26px;
    font-weight: bold;
    text-shadow:
        -1px -1px 5px #fff,0px -1px 5px #fff,0px 1px 5px #fff,1px 0px 5px #fff,-2px -2px 5px #fff,0px -2px 5px #fff,
        0px 2px 5px #fff,2px 0px 5px #fff,-3px -3px 5px #fff,0px -3px 5px #fff,0px 3px 5px #fff,3px 0px 5px #fff;
}
.ougi_wrap .num strong {
    font-size: 40px;
}
@media only screen and (max-width: 767px) {
    .exsample_bg {
        padding: 30px 0;
        background: linear-gradient(to right, #fff 0%, #fff 70%, transparent 70%, transparent 100%),
        url(../img/wagara2.png);
        margin-top: -30px;
        margin-bottom: 60px;
    }
    .exsample_bg.reverse {
        background: linear-gradient(to right, transparent 0%, transparent 30%, #fff 30%, #fff 100%),
        url(../img/wagara2.png);
    }
    .ougi_wrap {
        position: relative;
    }
    .ougi_wrap .ougi {
        position: absolute;
        top: -30px;
        text-align: center;
    }
    .ougi_wrap .ougi img {
        width: 30%;
    }
    .ougi_wrap .num {
        position: absolute;
        top: calc(50% + 1px);
        font-size: 20px;
        font-weight: bold;
    }
    .ougi_wrap .num strong {
        font-size: 32px;
    }
}

h3.example_h3 {
    font-family: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    color: #ec6d56;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 30px;
}
.exsample_sub_wrap {
    width: calc(100% + 20px);
    margin-left: -10px;
    display: flex;
    flex-wrap: wrap;
}
.exsample_sub_wrap .box {
    width: calc(33.3333% - 20px);
    margin: 20px 10px 0 10px;
}
@media only screen and (max-width: 767px) {
    h3.example_h3 {
        margin-top: 50px;
        margin-bottom: 10px;
        font-size: 19px;
    }
    .exsample_sub_wrap {
        width: calc(100% + 10px);
        margin-left: -5px;
    }
    .exsample_sub_wrap .box {
        width: calc(50% - 10px);
        margin: 10px 5px 0 5px;
    }
}

.voice {
    padding: 40px 10%;
    margin-top: 50px;
    border: 3px solid #d1c290;
    background: #fff;
    box-sizing: border-box;
    border-radius: 8px;
}
.voice h3 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
    .voice {
        padding: 20px 20px;
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .voice h3 {
        font-size: 19px;
    }
}

.kasen_comment {
    margin-top: 20px;
    padding: 30px;
    background: #eee9d7;
    border-radius: 4px;
}
.kasen_comment h4 {
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
    .kasen_comment {
        padding: 15px;
    }
    .kasen_comment h4 {
        font-size: 17px;
    }
}



/* 私たちの誇りと想い
=================================================================================== */
.pride_bg {
    padding: 50px 0;
    background: #fee6dc;
    background: linear-gradient(to right, #fee6dc 0%, #fee6dc 35%, #fff 35%, #fff 100%);
    margin-bottom: 80px;
}
.pride_bg.reverse {
    padding: 50px 0;
    background: #fee8dc;
    background: linear-gradient(to right, #fff 0%, #fff 65%, #fee6dc 65%, #fee6dc 100%);
    margin-bottom: 80px;
}
.pride_bg h3 {
    font-family: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    color: #ec6d56;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 20px;
}
.photo_circle {
    clip-path: circle(50%);
}
@media only screen and (max-width: 767px) {
    .pride_bg {
        padding: 30px 0;
        background: #fee6dc;
        background: linear-gradient(to right, #fee6dc 0%, #fee6dc 30%, #fff 30%, #fff 100%);
        margin-bottom: 30px;
    }
    .pride_bg.reverse {
        padding: 30px 0;
        background: #fee8dc;
        background: linear-gradient(to right, #fff 0%, #fff 70%, #fee6dc 70%, #fee6dc 100%);
        margin-bottom: 30px;
    }
    .pride_bg h3 {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 19px;
        line-height: 1.5em;
    }
    .photo_circle {
        clip-path: circle(25%);
    }
}




/* 会社概要
=================================================================================== */

/* 求人情報 */
.recruit_box {
    padding: 30px;
    background: #fff;
}
.recruit_box h3 {
    padding: 30px 0;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    background: #b8860b;
    border-radius: 60px;;
    margin-bottom: 40px;
}
.recruit_entry {
    margin-top: 20px;
    padding: 20px 0;
    border: 3px solid #ccc;
}
.recruit_entry p {
    font-weight: bold;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .recruit_box h3 {
        padding: 15px 0;
        font-size: 22px;
        margin-bottom: 20px;
    }
    .recruit_entry {
        margin-top: 20px;
        padding: 20px 0;
        border: 3px solid #ccc;
    }
    .recruit_entry p {
        font-weight: bold;
        text-align: center;
    }
}




/* お問い合わせ
=================================================================================== */
.contact_tel {
    padding: 50px;
    text-align: center;
    background: #ec6d56;
}
.contact_tel p {
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.contact_tel p.name {
    font-size: 28px;
}
.contact_tel p.number a {
    color: #fff !important;
    font-size: 50px;
}
.contact_tel p.number a small {
    font-size: 20px;
}
@media only screen and (max-width: 767px) {
    .contact_tel {
        padding: 20px;
    }
    .contact_tel p.name {
        font-size: 17px;
    }
    .contact_tel p.number a {
        font-size: 36px;
    }
    .contact_tel p.number a small {
        font-size: 15px;
    }
}