@charset "utf-8";

html, body {
    font-size: 16px;    /*基準となるフォントサイズ。*/
    line-height: 1.8;
}

.m-page-header {
    background-color: #f05f0d;
    text-align: center;
    color: #fff;
}

#logo {
    width: auto;
}

#contents h2 {
    position: relative;
    width: 100%;
    margin-bottom: 5px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.8;
    margin-top: 0;
    margin-bottom: 20px;
}

.pc_only {
    display: flex !important;
}

.sp_only {
    display: none !important;
}

.swiper_pc_only {
    display: flex !important;
}

.swiper_sp_only {
    display: none !important;
}

.p #menubar a {
    padding-bottom: 0;
}

.sub-contents h2 {
    padding: 7px 0 5px 10px;
    background: #704581;
    font-weight: bold;
    border-radius: 5px;
    color: #fff;
    font-size: 15px !important;
    margin-top: 0;
    margin-bottom: 0.5em;
    text-align: center;
}

main {
    /*max-width: 1400px;*/
    /*min-width: 1000px;*/
    margin: 0 auto;
}

#mainimg-box {
    width: 100%;
    height: 500px;
    min-height: 500px;
    overflow: hidden;
    position: relative;z-index: -1;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 0;
    background-image: url(../../img/main/top_main.jpg);
}
 
 .vegas_area {
    background-image: url(../../img/main/top_filter.png);
    background-repeat: repeat;
}

.vegas_area .img_area{
    max-width: 1480px;
    margin: 0 auto;
}
   
.vegas_area img{
    position: absolute;
    margin: auto;
    z-index: 10;
}

#mainimg {
    padding-top: 400px;
}

a {
    text-decoration:none; 
}

#headmenu {
    display: block;
}

#menubar.d-b {
    display: none;
}

#menubar.d-n.d-b {
    display: block;
}

#menubar .bottom-menu-doc::before {
    width: 1.25em;
    height: 1.25em;
    margin-bottom: -4px;
    display: inline-block;
}

#menubar .bottom-menu-ligin::before {
    width: 1.25em;
    height: 1.25em;
    margin-bottom: -4px;
    display: inline-block;
}




/* ボトムナビゲーション
---------------------------------------------------------------------------*/
.bottom-menu {
    position: fixed;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
    padding-left: 0;
    background: #6f3984;
    width: 100%;
    z-index: 50;

}
.bottom-menu li {
    display: table;
    table-layout: fixed;
    width: 50%;
    padding: 5px;
    list-style: none;
    text-align: center;
    float: left;
}
.bottom-menu a {
    margin-right:0;
}

.bottom-menu a span {
    display: block;
    font-size: 1.2rem;
    color: white;
}



/* 一覧表示
---------------------------------------------------------------------------*/
.list_img {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 76%;
    margin-top: -38px;
}

.list_title {
    clear: both;
    font-weight: bold;
    padding: 0 9px;
    line-height: 140%;
    font-size: 14px;
    margin-top: 8px;
    height: 55px;
}

.upicon_list .upicon {
    font-size: 12px;
}

.caution {
    color: red;
    padding: 0 0 15px 10px;
    font-size: 20px;
}

.sidemenu {
    position: relative;
    padding: 7px 0 5px 10px;
    background-color: #704581;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    border-radius: 10px 10px 0 0;
    text-align: center;
}

.box1 {
    padding: 0; 
    border-radius: 10px;
}

.menu_arrow {
    border-bottom: 2px #707f87 solid;
    margin-top: 20px;
    margin-bottom: 20px;
}

.menu_arrow div {
    color: #707f87;
    font-size: 16px;
    font-weight: bold;
    padding: 3px 0 0 50px;
    background-image: url(../../img/main/i_menu_arrow.png);
    background-position: left center;
    background-repeat: no-repeat;
    float: none;
}

.menu_arrow_list {
    margin: 0;
    padding: 0;
    margin-bottom : 20px;
}

.menu_arrow_list li{
    margin-top: 15px;
}

.main-contents h2 {
    padding: 11px 0 9px 10px;
    background: #704581;
    font-weight: bold;
    border-radius: 5px;
    color: #fff;
    font-size: 15px !important;
    margin-top: 0;
}
    
.column {
    padding: 1rem;
}



ul.topNewItem {
    padding-left: 0;
    margin-bottom: 30px;
    background-image: url(../../image/toppage/newItemBack.png);
    background-repeat: no-repeat;
    background-position: 97% 95%;
}

ul {
    list-style: none;
}

ul.topNewItem li {
    border: 1.5px #ccc solid;
    border-radius: 8px;
    margin: 5px;
    float: left;
    overflow: hidden;
    width: calc(25% - 10px);
    /*height: 290px;*/
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

ul.topNewItem li .upicon_list {
    text-align: center;
}










 .detailTop {
    display: grid;  /*gridを使う指定*/
    grid-template-columns: repeat(2, 1fr);  /*2列にする指定。４列にしたければrepeat(4, 1fr)とする。*/
    gap: 2rem;  /*マージン的な指定。２文字分。*/
}


.detail h2 {
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin-top: 0;
    margin-bottom: 0.5em;
}

.detail .upicon {
    font-size: 15px;
    margin-bottom: 10px;
    border-radius: 3px;
    border: 1px solid #1ead95;
    /*color: #1ead95;*/
    /*background-color: #fff;*/
    padding: 10px 15px 10px;
    line-height: 1;
}

.detail .upicon.off {
    background: #fff;
    color: #777;
    border: 1px solid #999;
}


.detail .keyword .upicon {
    margin-bottom: 10px;
    border-radius: 3px;
    border: 1px #1ead95 solid;
    color: #534359;
    background-color: #fffdea;
}

 .ta1 {
    border-collapse: separate;
    border-spacing: 4px;
    width: 100%;
    margin: 0 auto 1.5em;
}

.ta1 th, .ta1 td p{
    font-size: 16px;
    color: #000;
    margin: 5px;
    line-height: 170%;
}

.detail .ta1 {
    border-top: none;
    color: #000;
}

.detail .ta1 th {
    width: 20%;
    background: #ecdef3;
    color: #595757;
    text-align: center;
    border-radius: 10px;
    font-weight: 700;
}

.detail .ta1 td {
    border-bottom: 1px dotted #704581;
}

.comp .ta1 {
    border-collapse: collapse;
}

.comp .ta1 tr{
    border: 1px solid #ccc;
}

.comp .ta1 th {
    border: 1px solid #ccc;
    border-radius: 0;
}

.detail .keyword{
    margin-bottom: 1.1em;
}

.heading_main {
    position: relative !important;
    padding-left: 15px !important;
    border-left: 5px solid #d51b84 !important;
    color: #d51b84 !important;
    background: #fff !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
}

.heading_sub {
    position: relative;
    border-left: 5px solid #d51b84;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    padding-left: 10px;
}

.owner_report {
    margin-top: 30px;
    margin-bottom: 20px;
    padding-left: 15px !important;
    border-left: 5px solid #d51b84 !important;
    color: #d51b84 !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
}

/* 詳細画面のイメージ部 
---------------------------------------------------------------------------*/
 .detail-left img{
    width: 70%;
    border: 1.5px #704581 solid;
    border-radius: 5px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
 }
 .detail-right {
padding-left: 20px;
    margin-bottom: 0;
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
 }
 
 .title-contents {
     width: 100%;
     max-width: 1200px;
     margin: auto;
 }
 .title-section {
     display: flex;
     margin-bottom: 20px;
 }
 
 .detail-left  img {
    width: 100%;
} 
 
 .detail-right img {
    border: 1px #bfbfbf solid;
    border-radius: 5px;
    margin-bottom: 5px;
    width: 100%;
    max-width: 120px;
 } 
 

/* 詳細画面のヘッダ部
---------------------------------------------------------------------------*/
.c-table__list .c-table__hdg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 120px;
    padding: 10px 15px;
    border-bottom: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    background-color: #f8f8f8;
    color: #777;
    font-size: 14px;
    font-weight: 700;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-table__list .c-table__item {
    width: calc(50% - 120px);
    padding: 10px 15px;
    border-bottom: 1px solid #ebebeb;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    display: flex;
}

.c-table__list .c-table__item:nth-of-type(even) {
    border-right: 1px solid #ebebeb;
}

.c-table__list {
    margin: 8px 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #ebebeb;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

h4{
    color: #595757;
    font-weight: bold;
    font-size: 14px;
    border-left: 5px #d51b84  solid;
    padding: 5px 0 5px 10px;
    margin: 5px 5px 5px 0;
}

.detail_catch_left {
    width:65%;
    margin-left:5px;
}

.detail_catch_right {
    width:34%;
 }
 
 .text {
    margin-left: 10px;
    margin-bottom: 10px;
    color: #000;
    line-height: 170%;
}

.report  .text {
    border-bottom: 1px solid #999;
    padding-bottom: 15px;
}

.new_item{
    width: 106px;
    padding-top: 10px;
    background: #ff0000;
    color: #fff;
    text-align: center;
    display: inline-block;
    position: relative;
    z-index: 1;
    top: -5px;
    left: -43px;
    text-transform: uppercase;
    transform: rotate(315deg);
    margin-bottom: -5px;
    font-size: 14px;
}

.m-local-nav__list {
    padding-left:0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.m-local-nav__item {
    font-size: 14px;
    text-align: center;
    min-width: 19%;
    max-width: 24%;
    width: 100%;
}

.tab-menu {
    font-size: 14px;
    text-align: center;
    padding: 9px 0;
    border-radius: 4px;
    position: relative;
    background: #bbb;
    color: #fff;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    width: 100%;
    margin-right: 10px;
}

.tab-menu.active {
    background: #ff6d33;
}

.tab-menu.active a {
    background: #ff6d33;
}

.tab-menu.active div {
    background: #ff6d33;
    color: #fff;
}

/* 詳細画面のビジネス概要
---------------------------------------------------------------------------*/
.catchphrase_area {
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
    width:100%;
    margin-bottom: 1.1em;
}

.businessmodel_area {
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

.businessmodel_area .head{
    width: 20%;
    background: #ecdef3;
    color: #595757;
    text-align: center;
    border-radius: 10px;
    font-weight: 700;
}

.businessmodel_area .biz_contents{
    width:100%;
    display: flex;
    margin-bottom: 5px;
}

.businessmodel_area .biz_text{
    padding: 0 15px;
    width:80%;
    border-bottom: 1px dotted #704581;
}


/* 概要タブ
---------------------------------------------------------------------------*/
.tab-wrap {
    display: flex;
    flex-wrap: wrap;
    margin:20px 0;
}
.tab-wrap:after {
    content: '';
    width: 100%;
    height: 3px;
    background: #325A8C;
    display: block;
    order: -1;
}
.tab-wrap a{
    color: White;
    background: LightGray;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
    padding: 10px .5em;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    flex: 1;
    align-content: center;
    height: 75px;
}

.tab-wrap.footer:after {
    order: -2;
}

.tab-wrap.footer{
    margin: 30px 0;
}

.tab-wrap.footer a{
    border-radius:  0 0 5px 5px;
}

.tab-label a{
    color: #fff;
    font-weight: normal;
}

.tab-label:not(:last-of-type) {
    margin-right: 5px;
}

.tab-wrap a:not(:last-of-type) {
    margin-right: 5px;
}

.tab-label.selected , .tab-wrap a.selected{
    background: #325A8C;
}

.tab-label {
    cursor: pointer;
}

.slider {
  margin: 30px auto 0;
  max-width: 500px;
  width: 80%;
}

.slick-img img {
  height: auto;
  width: 100%;
}

/* 広告掲載ページのボタン
---------------------------------------------------------------------------*/
.button-aboutad {
    display: flex;
    justify-content: center;
    align-items: center;
    /*min-width: 400px;*/
    height: 100px;
    margin: 0px auto;
    padding: 1.5em;
    border: none;
    border-radius: 5px;
    background: linear-gradient(rgb(255, 0, 0), rgb(255, 0, 128));
    color: white;
    font-weight: 600;
    font-size: 2em;
    box-shadow: 0 2px 3px rgb(0 0 0 / 25%), 0 2px 3px -2px rgb(0 0 0 / 15%);
}
.button-aboutad::before {
    width: 1.25em;
    height: 1.25em;
    margin-right: 8px;
    background-image: url("../../img/main/i_mail_h.png");
    content: '';
    background-size: cover;
    margin-bottom: 5px;
}


/* ビジネス概要の資料請求タン
---------------------------------------------------------------------------*/
.button-doc {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 400px;
    margin: 0 auto;
    padding: .9em 2em;
    border: none;
    border-radius: 5px;
    background-color: rgb(232, 38, 97);
    color: #fff;
    font-weight: 600;
    font-size: 1.5em;
    box-shadow: 0 2px 3px rgb(0 0 0 / 25%), 0 2px 3px -2px rgb(0 0 0 / 15%);
}

.button-doc:hover {
    background-color: rgb(240, 115, 152);
}

.button-doc::before {
    width: 1.25em;
    height: 1.25em;
    margin-right: 8px;
    background-image: url("../../img/main/i_mail_h.png");
    content: '';
    background-size: cover;
    margin-bottom: 5px;
}

.button-55 {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 120px;
    margin: 0px auto;
    padding: 0.5em;
    border: none;
    border-radius: 5px;
    background: linear-gradient(#ffc000, #ffa800);
    color: #000000;
    font-weight: 600;
    font-size: 1em;
    box-shadow: 0 2px 3px rgb(0 0 0 / 25%), 0 2px 3px -2px rgb(0 0 0 / 15%);
}

.button-55::before {
    width: 1.25em;
    height: 1.25em;
    margin-right: 8px;
    background-image: url("../../img/main/i_login.png");
    content: '';
    background-size: cover;
    margin-bottom: 5px;
}

.button-54 {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 120px;
    margin: 0px auto;
    padding: 0.5em;
    border: none;
    border-radius: 5px;
    background: linear-gradient(#0da3ce, #0086ac);
    color: #fff;
    font-weight: 600;
    font-size: 1em;
    line-height: 50px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 25%), 0 2px 3px -2px rgb(0 0 0 / 15%);
}

.button-54::before {
    width: 1.25em;
    height: 1.25em;
    margin-right: 8px;
    background-image: url("../../img/main/i_login_h.png");
    content: '';
    background-size: cover;
    margin-bottom: 5px;
}




/* ボトムナビゲーションメニューのボタン
---------------------------------------------------------------------------*/
.bottom-menu-ligin {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 120px;
    margin: 0px auto;
    padding: 0.5em;
    border: none;
    border-radius: 5px;
    background: linear-gradient(#ffc000, #ffa800);
    color: #000000;
    font-weight: 600;
    font-size: 1em;
    box-shadow: 0 2px 3px rgb(0 0 0 / 25%), 0 2px 3px -2px rgb(0 0 0 / 15%);
}

.bottom-menu-ligin::before {
    width: 1.25em;
    height: 1.25em;
    margin-right: 8px;
    background-image: url("../../img/main/i_login.png");
    content: '';
    background-size: cover;
    /*margin-bottom: 5px;*/
}

.bottom-menu-doc {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 120px;
    margin: 0px auto;
    padding: 0.5em;
    border: none;
    border-radius: 5px;
    background: linear-gradient(rgb(255, 0, 0), rgb(255, 0, 128));
    color: #fff;
    font-weight: 600;
    font-size: 1em;
    box-shadow: 0 2px 3px rgb(0 0 0 / 25%), 0 2px 3px -2px rgb(0 0 0 / 15%);
}

.bottom-menu-doc::before {
    width: 1.25em;
    height: 1.25em;
    margin-right: 8px;
    background-image: url("../../img/main/i_mail_h.png");
    content: '';
    background-size: cover;
    /*margin-bottom: 5px;*/
}









.req-documents-header {
    display: flex;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 35px;
}

.req-documents-footer {
    display: flex;
    width: 100%;
    text-align: center;
}


/* 広告掲載の案内ページ用
---------------------------------------------------------------------------*/

.aboutAd{
    text-align: center !important;
    width:100% !important;
    max-width:100% !important;
    margin:0 !important;
    padding:0 !important;
}

.aboutAd .top_area{
    font-family: HGPSoeiKakugothicUB;
    font-size: 8vw;
    color: #00468C;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 3%;
    margin-bottom: 1%;
}

.aboutAd .text_1 {
    background-color: #003f76;
    color: #f6ff00;
    font-size: 2em;
    font-weight: bold;
    line-height: 3vw;
    width: 100%;
    padding: 30px 0;
}

.aboutAd .text_1 span{
    font-size: 6vw;
}

.aboutAd .contact_msg{
    font-size: 1.8em;
    color: #595757;
    text-align: center;
}

.aboutAd .contact_title {
    background-color: #003f76;
    padding: 30px 0;
    padding-bottom: 0;
    color: #f6ff00;
    font-size: 3.5vw;
    font-weight: bold;
}

.aboutAd_point{
    font-size: 1.2rem;
    width: 1050px;
    margin: 10px auto;
    margin-top: 50px;
    margin-bottom: 50px;;
}

.aboutAd_point .point_title {
    font-size: 3vw;
    color: #00468C;
    font-family: HGPSoeiKakugothicUB;
    margin-bottom:25px;
}

.aboutAd_point .detail_catch_left {
    width: 49%;
}

.aboutAd_point .detail_catch_right {
    width: 49%;
}

.aboutAd_point img {
    max-width: 80%;
}

.aboutAd_point .text{
    text-align: left;
    margin-top: 20px;
}

.aboutAd_detail{
    text-align: left;
    padding-left: 10%;
    padding-top:20px;
    padding-bottom:20px;
    background-color: #003f76;
    font-size: 3vw;
    color: #fff;
    font-family: HGPSoeiKakugothicUB;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.aboutAd_detail .text_d1{
    font-size: 4vw;
    color: #f6ff00;
    padding-left: 10%;
}

.aboutAd_detail .text_d2{
    text-align: left;
    padding-left: 20%;
}

.aboutAd_tel {
    display: block;
    max-width: 750px;
    margin: 0 auto;
    margin-top: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
    border: solid 2px #37A855;
    border-radius: 30px;
    background-color: #37A855;
    color: #ffffff;
    font-size: 1.8em;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
}


 @media screen and (max-width: 1140px) {
    ul.topNewItem li {
        width: 31%;
    }
    
    .aboutAd_point{
        width: 100%;
        margin: 10px auto;
        margin-top: 30px;
        margin-bottom: 30px;;
    }
    
    .aboutAd_point .point_title {
        font-size: 4vw;
        margin-bottom: 15px;
    }
    
}

 @media (min-width: 900px) and (max-width: 1000px) {
    .list_title {
        height: 80px;
    }
    
    .aboutAd_detail{
        font-size: 4vw;
        padding-left: 2%;
    }
    
    .aboutAd_detail .text_d1{
        font-size: 5vw;
    }
    
    .aboutAd_detail .text_d2{
        padding-left: 8%;
        font-size: 4.5vw;
    }
    
}

 @media screen and (max-width: 900px) {
    .button-55 {
        margin-right: 100px;
    }
    
    .swiper_pc_only {
        display: none !important;
    }
    
    .swiper_sp_only {
        display: flex !important;
    }
    
    .aboutAd_detail{
        font-size: 4vw;
        padding-left: 2%;
    }
    
    .aboutAd_detail .text_d1{
        font-size: 5vw;
    }
    
    .aboutAd_detail .text_d2{
        padding-left: 8%;
        font-size: 4.5vw;
    }
    

}

 @media screen and (min-width: 900px) {
    .column {
        display: flex;
        justify-content: space-between;
        gap: 1rem;
        /*max-width: 1400px;*/
        margin: 0 auto 0 auto;
    }
    
    .detail .column {
        max-width: 1400px;
    }
    
    .column .main-contents {
        width: 70%;
    }
    
    .p #menubar > nav > ul {
        font-size: 1rem;
    }

}
 
 @media screen and (max-width: 680px) {
    .pc_only {
        display: none !important;
    }

    .sp_only {
        display: flex !important;
    }
    
    .c-table__list{
        border-right: 1px solid #ebebeb;
        border-left: 1px solid #ebebeb;
    }
    
    .c-table__list .c-table__item:nth-of-type(even) {
        border-right: none;
    }
    
    .c-table__list .c-table__hdg {
        width:25%;
    }
    
    .c-table__list .c-table__item {
        width:75%;
    }
    
    .catchphrase_area {
        display: block;
    }
    
    .catchphrase_area .detail_catch_right img{
        text-align: center;
        max-width: 70%;
    }
    
    .detail_catch_right {
        width: 100%;
    }
    
    .detail_catch_left{
        width: 100%;
    }
    
    .businessmodel_area .biz_contents {
        display: block;
        width: 100%;
    }
    
    .businessmodel_area .head {
        width: 50%;
    }
    
    .businessmodel_area .biz_text {
        border-bottom: none;
        width:100%;
    }
    
    #headmenu {
        display: none;
    }
    
    .aboutAd_point{
        font-size: 1rem;
        width: 100%;
        margin: 30px 0 30px 0;
    }
    
    .aboutAd_point .detail_catch_left {
        width: 100%;
    }
    
    .aboutAd_point .detail_catch_right {
        width: 100%;
    }
    
    .aboutAd_point img {
        max-width: 100%;
    }
    
    .aboutAd_point .text{
        text-align: left;
        margin: 20px 15px 10px 15px;
    }
    
    .aboutAd_detail{
        font-size: 4vw;
        padding-left: 2%;
    }
    
    .aboutAd .text_1 {
        font-size: 1.8em;
        line-height: 100%;
    }
    
    .aboutAd_detail .text_d1{
        font-size: 5vw;
    }
    
    .aboutAd_detail .text_d2{
        padding-left: 8%;
        font-size: 4.5vw;
    }
    
    .button-aboutad{
            font-size: 1.7em;
            height: 80px;
    }
    
    .contact_msg.tel {
        font-size: 1.5em;
    }
    
 }
  
  
@media only screen and (max-width: 600px) {
    
    ul.topNewItem li {
        margin: 2px;
        margin-bottom: 10px;
        width: 49%;
    }
    
    #mainimg-box {
        background-image: url(../../img/main/top_main_sp.jpg);
    }
    
    .tab-wrap {
        font-size: 0.8rem;
    }
    
    .aboutAd_point .point_title {
        font-size: 6vw;
        margin-bottom: 15px;
    }
    
    .aboutAd .contact_title {
        font-size: 1.2em;
    }

    .aboutAd .contact_msg {
       font-size: 1.2em;
       line-height: 140%;
    }
    
    .aboutAd .text_1 {
        font-size: 1.5em;
    }
    
    .aboutAd_detail .text_d1{
        padding-left: 0%;
    }
    
    .contact_msg.tel {
        font-size: 1.2em;
    }

}

@media only screen and (max-width: 480px) {
    header {
        padding: 10px 5% 10px 5%;
    }
    
    #logo {
        width: 60%;
    }

    #menubar_hdr {
        top: 10px;
    }

    #mainimg-box {
        height: 320px;
        min-height: 280px;
    }

    .column {
        padding: 3px;
    }
    
    ul.topNewItem li {
        margin-bottom: 10px;
    }
    
    .upicon_list .upicon {
        margin-top: 12px;
    }
    
    .new_item {
        top: -7px;
        left: -44px;
        font-size: 11px;
    }
    
    ul.topNewItem li .upicon_list {
        margin-top: -12px;
    }
    
    .upicon_list .upicon {
        font-size: 11px;
        margin-top: 12px;
        margin-right: 0px;
    }
    
    .list_title {
        height: 75px;
    }
    
    .button-55 {
        margin-right: 60px;
    }
    
}

@media screen and (max-width: 420px) {
    .aboutAd_point .text {
        font-size: 4vw;
    }

    .aboutAd .text_1 {
        font-size: 1.1em;
    }
        
    .aboutAd_detail .text_d2 {
        padding-left: 3%;
        font-size: 5vw;
    }
    
    .aboutAd_tel {
        margin: 20px 10px 0 10px;
        padding: 5px;
        font-size: 1.6em;
    }
    
    .contact_msg.tel {
        font-size: 1.4em;
    }
    
    .button-aboutad {
        font-size: 1.6em;
    }
    
}

@media screen and (min-width: 420px) {
    header {
        padding-right: 20px;
    }
}

/* ボトムナビゲーションを非表示にする */
@media(min-width: 768px) {
    .bottom-menu {
        display: none;
    }
}

