﻿@charset "utf-8";

/*
Theme Name: 99-home
Author: Airily
Version: 1.0
*/

* {
    background-image: url();
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
li,
dl,
dt,
dd,
form {
    margin: 0px;
    padding: 0px;
}

ul {
    list-style-type: none;
}

img {
    vertical-align: bottom;
    border: 0;
}

p {
    margin-bottom: 35px;
}

body {
    margin: 0 auto;
    padding: 0;
    background-color: #FFF;
    color: #000;
    font-size: 95%;
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
    line-height: 100%;
}

#wrap {
    margin: 0 auto;
    width: 100%;
    line-height: 150%;
}


/*
ヘッダー
---------------------------------------------------------------------------*/

#header01 {
    min-width: 960px;
    height: 30px;
    background: #FF66CC;
}

#header01In {
    width: 960px;
    margin: 0 auto;
    color: #FFF;
}

#header01In img {
    float: left;
}

#header02 {
    clear: both;
    min-height: 120px;
}

#header02In {
    width: 960px;
    margin: 0 auto;
}

#header02In .logo {
    float: left;
    margin-top: 33px;
}


/*
グローバルナビ
---------------------------------------------------------------------------*/

#gnavi {
    float: right;
    width: auto;
}

#gnavi ul {
    width: 480px;
    margin-top: 18px;
    padding: 0;
    list-style-type: none;
}

#gnavi ul li {
    float: left;
    width: 120px;
    height: 85px;
    overflow: hidden;
}

#gnavi ul li span {
    display: none;
}

#gnavi ul li a {
    display: block;
    height: 85px;
    background: url(../images/gnavi.png) no-repeat;
}

#gnavi ul li.gnavi01 a {
    background-position: 0 0;
}

#gnavi ul li.gnavi02 a {
    background-position: -120px 0;
}

#gnavi ul li.gnavi03 a {
    background-position: -240px 0;
}

#gnavi ul li.gnavi04 a {
    background-position: -360px 0;
}

#gnavi ul li.gnavi01 a:hover,
#gnavi ul li.gnavi01 a.on {
    background-position: 0 -90px;
}

#gnavi ul li.gnavi02 a:hover,
#gnavi ul li.gnavi02 a.on {
    background-position: -120px -90px;
}

#gnavi ul li.gnavi03 a:hover,
#gnavi ul li.gnavi03 a.on {
    background-position: -240px -90px;
}

#gnavi ul li.gnavi04 a:hover,
#gnavi ul li.gnavi04 a.on {
    background-position: -360px -90px;
}


/*
HOMEメイン画像
---------------------------------------------------------------------------*/

#mainImgBg {
    min-height: 578px;
    height: auto !important;
    height: 578px;
    background: #DBEEF4;
    text-align: center;
}

#mainImgBg img {
    min-width: 950px;
    min-height: 578px;
    height: auto !important;
}


/*
コンテンツ枠
---------------------------------------------------------------------------*/

#container {
    position: relative;
    width: 940px;
    margin: 0 auto 0 auto;
    margin-top: 50px;
    overflow: hidden;
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

.homeBnr01 {
    width: 940px;
}

.homeBnr01 ul {
    /width: 958px;
    margin-right: -18px;
}

.homeBnr01 ul li {
    float: left;
    margin-right: 18px;
    margin-bottom: 18px;
}


/* HOME新着 */

.homeBnr01 ul li.homeNews {
    width: 621px;
    height: 471px;
    background: url(../images/box_news.png) no-repeat;
}

.homeNewsIn {
    padding: 90px 20px 50px 20px;
}

.homeNewsCon {
    width: 580px;
    height: 330px;
    overflow: scroll;
    overflow-x: hidden;
}

table.tableHomeNews {
    border-collapse: collapse;
    border-spacing: 0;
}

table.tableHomeNews th {
    text-align: left;
    font-weight: normal;
}

table.tableHomeNews td {}

@media only screen and (max-width: 599px) {
    table.tableHomeNews td {
        display: block;
        width: 300px;
        height: auto;
    }
}

table.tableHomeNews th img {
    margin-right: 10px;
    vertical-align: middle;
}

.newsTitle {
    color: #0070C0;
    font-weight: bold;
}

.newsInstitutionName {
    margin-top: 5px;
    padding-left: 18px;
    background: url(../images/ico_circle_02.gif) no-repeat;
    background-position: 0 3px;
    color: #5F4A7A;
}


/*
フッター
---------------------------------------------------------------------------*/

#fnavi {
    clear: both;
    width: 100%;
    margin-top: 50px;
    background: #DBEEF4;
}

#fnaviIn {
    width: 940px;
    height: 230px;
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
    color: #306;
    font-size: 17px;
    /*120%;*/
}

#fnaviIn ul {
    /width: 977px;
    margin-top: 50px;
    margin-right: -37px;
}

#fnaviIn ul li {
    float: left;
    margin-right: 37px;
}


/*
#fnaviIn ul li.sp {
	margin-right:38px;
}
*/

#fBnrBox {
    clear: both;
    height: 860px;
    background-color: #F8F8F8;
    background-image: url(../images/footer_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    border-top: 1px #FFFFFF solid;
    font-size: 15px;
    line-height: 20px;
    background-size: cover;
}

#fBnrBoxIn {
    width: 940px;
    margin: 0 auto;
    padding-top: 10px;
}

#fBnrBoxIn p {
    margin-top: 10px;
}

#fBnrBoxIn ul {
    width: 958px;
    margin-top: 65px;
    margin-right: -18px;
}

#fBnrBoxIn ul li {
    float: left;
    width: 301px;
    margin-right: 18px;
    margin-bottom: 18px;
}

#fBnrBoxIn ul li.group_leader {
    width: 940px;
    text-align: center;
    margin: 0 0 18px 0;
    ;
}

#copyright {
    height: 25px;
    padding-top: 5px;
    background: #FF66CC;
    color: #FFF;
    text-align: center;
    font-size: 15px;
    line-height: 23px;
}


/*
===========================================================================
サブページ
---------------------------------------------------------------------------*/

#subTitBg {
    width: 100%;
    min-width: 960px;
    height: 190px;
    background: url(../images/sub_title_bg.jpg) repeat-x;
}

#subTitBgIn {
    width: 930px;
    height: 190px;
    margin: 0 auto;
    padding-left: 10px;
    background: url(../images/sub_title_bg.jpg) repeat-x;
}


/* パンくず */

#topicPath {
    margin: 0 auto;
}

#topicPath ul {
    padding: 17px 0 0 0;
}

#topicPath ul li {
    float: left;
    padding-left: 5px;
    font-size: 90%;
}

#topicPath ul li a {
    padding-right: 15px;
    background: url(../images/ico_topicpath.png) no-repeat right;
    text-decoration: none;
}

#topicPath ul li a:hover {
    text-decoration: underline;
}

#headMenu {
    margin-top: 15px;
}

#headMenu a {
    padding-left: 22px;
    background: url(../images/ico_arrow_01.png) no-repeat;
    background-position: 0 2px;
    text-decoration: none;
}

#headMenu a:hover {
    text-decoration: underline;
}


/*
---------------------------------------------------------------------------
メインエリア
---------------------------------------------------------------------------*/

#main {
    float: left;
    width: 700px;
    min-height: 700px;
}


/*
---------------------------------------------------------------------------
サイドエリア
---------------------------------------------------------------------------*/

#side {
    float: right;
    width: 221px;
    left: 719px;
}

#side img {
    margin-bottom: 10px;
}

.h3Box {
    margin: 20px 10px 30px 10px;
}

.h4Box {
    margin: 15px 10px 0 10px;
}


/*pagetop
---------------------------------------------------------------------------*/

.pagetop {
    text-align: right;
    margin-top: 30px;
    padding-bottom: 27px;
}


/*
h
---------------------------------------------------------------------------*/

h1 {
    float: right;
    padding-top: 7px;
    font-size: 14px;
    /*90%;*/
    font-weight: normal;
    line-height: 23px;
}

h2 {
    clear: both;
    margin-top: 50px;
}

h2.pagetitle {
    clear: both;
    margin-top: 50px;
}

@media only screen and (max-width: 599px) {
    h2.pagetitle {
        display: none;
    }
}

h2.sp-pagetitle {
    display: none;
}

@media only screen and (max-width: 599px) {
    h2.sp-pagetitle {
        display: block;
        font-size: 1.3rem;
        font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
        color: #48385B;
    }
}

h3 {
    width: 680px;
    height: 61px;
    padding-left: 20px;
    background: url(../images/h3_bg.gif) no-repeat;
    color: #0070C0;
    font-weight: 500;
    font-size: 160%;
    line-height: 61px;
}

h4 {
    padding-bottom: 12px;
    padding-left: 20px;
    background: url(../images/ico_h4.gif) no-repeat;
    background-position: 0 2px;
    color: #0070C0;
    font-size: 120%;
    font-weight: normal;
}


/*
table
---------------------------------------------------------------------------*/

.table01 {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.table01 th {
    padding: 10px 10px;
    background: #DBEEF4;
    border: 2px #FFF solid;
    vertical-align: top;
    text-align: left;
    font-weight: normal;
}

.table01 th.item {
    background: #B7DEE8;
}

.table01 td {
    padding: 12px 10px;
    background: #F2F2F2;
    border: 2px #FFF solid;
    vertical-align: top;
}

.table02 {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.table02 td {
    width: 33%;
    padding-bottom: 20px;
    vertical-align: top;
    text-align: center;
}

.table02 td img {
    margin-bottom: 6px;
    border: 1px #D9D9D9 solid;
}

.table03 {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.table03 td {
    padding: 10px;
    border: 1px #BFBFBF solid;
    vertical-align: top;
}

.table03 td.photo {
    text-align: center;
}

.table04 {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px #BFBFBF solid;
}

.table04 td {
    padding: 10px;
    vertical-align: top;
    font-size: 92%;
}

.table04 td p.sp {
    margin-bottom: 15px;
}

.table04 td table td {
    padding: 0;
    padding-bottom: 5px;
}


/*
ul
---------------------------------------------------------------------------*/

ul.ul01 li {
    background: url(../images/ico_circle.gif) no-repeat;
    background-position: 0 5px;
    padding-left: 15px;
}

ul.ul02 {
    margin-right: -8px;
}

ul.ul02 li {
    float: left;
    width: 221px;
    margin-right: 8px;
    margin-bottom: 25px;
    text-align: center;
}

ul.ul02 li img {
    margin-bottom: 10px;
    border: 1px #D9D9D9 solid;
}


/*
ol
---------------------------------------------------------------------------*/

ol.ol01 li {
    margin-left: 25px;
    margin-bottom: 15px;
    list-style-type: decimal;
}


/* リンク　*/

a:link {
    color: #000;
}

a:visited {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: none;
}

a:hover img {
    opacity: 0.7;
    /*	filter:alpha(opacity=60);
	-ms-filter:"alpha(opacity=60)";*/
}

a:active {
    color: #000;
}


/*
inline
---------------------------------------------------------------------------*/

.inlineR {
    text-align: right;
}

.inlineC {
    text-align: center;
}


/*
float
---------------------------------------------------------------------------*/

.fltL {
    float: left;
}

.fltR {
    float: right;
}

.fltN {
    float: none;
}


/*
margin
---------------------------------------------------------------------------*/

.mbottom15 {
    margin-bottom: 15px;
}


/*
clear
---------------------------------------------------------------------------*/

* html .clearfix {
    zoom: 1;
}


/* IE6 */

*:first-child+html .clearfix {
    zoom: 1;
}


/* IE7 */


/*bgSwitcher
---------------------------------------------------------------------------*/

.contactTelBox {
    padding: 28px 0;
    background: #FDEADA;
    border: 1px #A6A6A6 solid;
    font-size: 150%;
    color: #48385B;
    text-align: center;
    line-height: 200%;
}

.tableQanda {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.tableQanda th {
    padding: 17px 10px;
    padding-left: 50px;
    padding-bottom: 14px;
    background-color: #FDEADA;
    background-image: url(../images/ico_question.png);
    background-repeat: no-repeat;
    background-position: 10px 12px;
    text-align: left;
    font-weight: normal;
}

.tableQanda td {
    padding: 12px 10px;
    padding-left: 50px;
    padding-bottom: 35px;
    background: url(../images/ico_answer.gif) no-repeat;
    background-position: 10px 12px;
    /*text-align:top;*/
}

.tableImgL {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.tableImgL td {
    vertical-align: middle;
}

.tableImgL th {
    width: 241px;
    text-align: left;
    vertical-align: top;
}

.tableImgL th img {
    border: 1px #D9D9D9 solid;
}


/* お問い合わせ */

input,
textarea,
select,
button {
    font-size: 100%;
    font-family: inherit;
}

select {
    margin: inherit;
}


/*************************

*************************/

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    font-size: 1px;
    height: 0;
    visibility: hidden;
}


/*************************

*************************/

form {
    padding: 20px;
    font-size: 13px;
    line-height: 1.61;
    border: 1px #333 solid;
}

form:after {
    content: " ";
    display: block;
    clear: both;
    font-size: 1px;
    height: 0;
    visibility: hidden;
}

form dt {
    width: 160px;
    float: left;
}

form dd {
    margin-left: 160px;
    padding-bottom: 5px;
}

dd input,
dd textarea {
    width: 95%;
}

form p {
    margin-bottom: 0;
    text-align: center;
}


/*
addsytle 20190709
*/

#under-news-box {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: auto;
    min-height: 70px;
    background: rgba(0, 32, 96, .5);
    z-index: 1000;
}

.under-news {
    position: relative;
    width: 100%;
    height: auto;
    padding: 15px 0;
}

.under-news>div:nth-of-type(1),
.under-news>p:nth-of-type(1) {
    width: calc(100% - 150px);
}

.under-news div,
.under-news div p {
    height: 100%;
    color: #fff;
    text-align: center;
    line-height: 1.6;
    font-size: 26.6px;
    font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
}

.under-news div a,
.under-news div p a {
    color: #fff;
}

.under-news p.btn {
    width: 100px;
    position: absolute;
    bottom: 25px;
    right: 50px;
    margin-bottom: 0;
    padding: 5px 0;
    text-align: center;
    font-size: 14px;
    background: rgb(217, 217, 217);
    cursor: pointer;
}

.under-news p.btn::before {
    content: "×";
    display: inline-block;
    margin-right: 5px;
}

#pagetop {
    transform: translate(0, -45px);
}


/* 求人情報 */

.career-content-title {
    width: 675px;
    height: auto;
    padding-left: 20px;
    color: #FF66FF;
    font-size: 160%;
    line-height: 40px;
    background-color: rgb(242, 242, 242);
    display: block;
    border-left: solid 5px;
}

.career-recruit-menu a {
    padding-left: 22px;
    background: url(../images/ico_arrow_career.png) 0px 2px no-repeat;
    background-position: 0px 5px;
    text-decoration: none;
    color: rgb(0, 112, 192);
}

.career-recruit-menu {
    font-size: 130%;
    margin-top: 1rem;
}

.career-pink-arrow {
    color: #ff66ff;
    padding: 0 6px 0 0;
}

.career-recruit th {
    padding: 5px 10px;
}

.career-recruit td {
    padding: 5px 10px;
}


/*
addsytle 20200305
*/

.smp-gnavi ul {
    display: none;
}

@media only screen and (max-width: 599px) {
    /*header*/
    #header01 {
        height: auto;
    }
    #header01 a {
        display: inline;
        color: #fff;
    }
    /*top*/
    #header01 {
        min-width: 0;
    }
    #header01In {
        width: 100%;
    }
    #header01In img {
        display: none;
    }
    h1 {
        float: none;
    }
    #header02 {
        height: auto;
        overflow: hidden;
    }
    #header02::after {
        content: "";
        display: block;
        height: 0;
        visibility: hidden;
        clear: both;
    }
    #header02In {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    #header02In .logo,
    #gnavi {
        float: none;
    }
    #header02In .logo {
        margin: 20px 0;
    }
    #header02In .logo img {
        width: 100%;
        height: auto;
        transform: translate(55px, 0);
    }
    .smp-gnavi {
        border-top: solid 1px #000;
    }
    .smp-gnavi ul {
        width: 100%;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .smp-gnavi li {
        width: 50%;
        border-bottom: solid 1px #000;
        box-sizing: border-box;
    }
    .smp-gnavi li:nth-of-type(odd) {
        border-right: solid 1px #000;
    }
    .smp-gnavi li a {
        text-decoration: none;
    }
    #gnavi {
        display: none;
    }
    #mainImgBg {
        min-height: 0;
        margin-bottom: 40px;
    }
    #mainImgBg img {
        width: 100%;
        min-width: 0;
        height: auto;
        min-height: 0;
    }
    #container {
        width: 100%;
    }
    .homeBnr01 {
        width: 95%;
        margin: 0 auto;
    }
    .homeBnr01 ul {
        margin-right: 0;
    }
    .homeBnr01 ul li {
        float: none;
        width: 100%;
        margin: 0 auto 15px;
        max-width: 301px;
    }
    .homeBnr01 ul li.homeNews {
        width: 100%;
        max-width: 599px;
        background: url(../images/box_news2.png) no-repeat;
        border: solid 6px #B7DEE8;
        box-sizing: border-box;
    }
    .homeNewsCon {
        width: 100%;
    }
    #fnaviIn {
        width: 100%;
        height: auto;
    }
    #fnaviIn ul {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 95%;
        margin: 10px auto 0;
    }
    #fnaviIn ul li {
        float: none;
        width: 30%;
        margin: 0 auto 10px;
    }
    #fnaviIn ul li img {
        width: 100%;
        height: auto;
    }
    #fBnrBox {
        height: auto;
        background: none;
    }
    #fBnrBoxIn,
    #fBnrBoxIn img {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    #fBnrBoxIn>p {
        width: 95%;
        margin: 15px auto;
    }
    #fBnrBoxIn ul {
        width: 95%;
        margin: 0 auto;
    }
    #fBnrBoxIn ul li,
    #fBnrBoxIn ul li.group_leader {
        float: none;
        width: 100%;
        max-width: 301px;
        margin: 0 auto 5px;
    }
    #fBnrBoxIn ul li:nth-last-of-type(1) {
        margin-bottom: 0;
        padding-bottom: 20px;
    }
    .under-news>div:nth-of-type(1) {
        width: calc(100% - 115px);
    }
    .under-news div {
        width: 100%;
        font-size: 14px;
    }
    .under-news p.btn {
        right: 5px;
    }
}

@media only screen and (max-width: 599px) {
    /*introduction*/
    #subTitBgIn {
        width: 100%;
        margin: 0;
        box-sizing: border-box;
    }
    #subTitBg {
        width: 100%;
        min-width: 0;
        overflow: hidden;
    }
    #headMenu {
        /* display: none; */
        display: block;
        font-size: 0.8rem;
    }
    h3 {
        width: 95%;
        height: auto;
        margin: 0 auto;
        padding: 0;
        line-height: 1.6;
        font-size: 20px;
        border-top: solid 1px #FF99FF;
        border-bottom: solid 1px #FF99FF;
        background: none;
    }
    #main {
        width: 100%;
        float: none;
    }
    .h3Box img {
        max-width: 100%;
        height: auto;
        /* max-height: 124px; */
    }
    .h3Box .pagetop {
        display: none;
    }
}

@media only screen and (max-width: 599px) {
    /*business*/
    .table04 td {
        display: block;
        width: 100%;
        text-align: center !important;
        box-sizing: border-box;
    }
    .table04 td p {
        text-align: center;
    }
    .table04 td p:nth-last-of-type(1) {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 599px) {
    /*access*/
    iframe {
        width: 100%;
        max-height: 400px;
    }
    h3+.h3Box p>img {
        max-height: 100%;
    }
}

@media only screen and (max-width: 599px) {
    /*career*/
    .career-recruit-menu {
        width: 95%;
        margin: 1em auto 0;
    }
    .career-recruit-menu a {
        display: block;
        border-bottom: solid 1px rgb(0, 112, 192);
    }
    .career-recruit th {
        width: 100px;
    }
    .career-content-title {
        width: 100%;
        box-sizing: border-box;
    }
    .table03 {
        border-top: solid 1px rgb(191, 191, 191);
        border-bottom: solid 1px rgb(191, 191, 191);
    }
    .table03 td {
        display: block;
        width: 100%;
        text-align: center;
        border: none;
    }
    #copyright {
        font-size: 10px;
    }
    table.table02 td {
        display: block;
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }
    table.table02 td img {
        width: 100%;
        height: auto;
        max-height: inherit;
    }
    table.smp-ad-table {
        width: 100%;
    }
    table.smp-ad-table td {
        display: block;
    }
    table.smp-ad-table td a {
        display: block;
        width: 100%;
    }
    table.smp-ad-table td a img {
        width: 100%;
    }
    iframe {
        /*height: 180px;*/
        max-height: inherit;
    }
}


/* 採用情報 20200408　*/

.table-naitei {
    border-spacing: 0 10px;
}

.table-naitei td.naitei-img {
    border: none;
    height: auto;
}

.table-naitei td {
    height: 63px;
    background: #FFF;
    border: solid 1px #5b9bd5;
    border-radius: 15px;
    padding: 0 10px;
}

.table-naitei p {
    margin: 0;
}


/*20200421 add */

.youtube-box {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: auto;
    overflow: hidden;
    margin: 10px auto 20px;
}

.youtube-box iframe,
.youtube-box object,
.youtube-box embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 599px) {
    .youtube-box {
        width: 90%;
    }
}

.adjust-01 {
    margin: 20px 0 0;
}

.adjust-02 {
    display: inline-block;
    line-height: 200%;
    margin: 10px 0;
}

.pdb0 {
    padding-bottom: 0;
}

@media screen and (max-width:736px) {
    .contact-frame-box {
        margin-top: 3em;
        margin-bottom: 0;
        padding: 0;
    }
}

.tel-box {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    width: 100%;
    margin: 0 auto 20px;
    padding: 30px 0;
    align-items: center;
    border: solid 1px #A6A6A6;
    background: #DBEEF4;
}

.tel-box p {
    margin: 0;
    font-size: 20px;
    text-align: center;
    color: #030303;
}

@media screen and (max-width:736px) {
    .tel-box p {
        font-size: 14px;
    }
}

.tel-box a {
    display: block;
    margin: 0 auto;
    font-size: 24px;
    color: #030303;
}

@media screen and (max-width:736px) {
    .tel-box a {
        font-size: 14px;
    }
}

.tel-box-next {
    font-size: 20px;
    text-align: center;
    color: #030303;
}