@charset "utf-8";

/* ----------------------------------------------------
	主なパーツ関係
---------------------------------------------------- */

body {
    overflow-x: hidden;
    height: 100%;
}

a {
    color: #1a0dab;
}

.pointer {
    cursor: pointer!important;
}
.pointer-events {
    pointer-events: initial!important;
}
a:visited {
    color: #1a0dab;
}

a:hover {
    color: #1a0dab;
}

section {
    margin: 2rem auto;
}

@media (min-width:768px) {
    section {
        margin: 3rem auto;
    }
}

@media (min-width:992px) {
    section {
        margin: 3rem auto 5rem;
    }
}

footer {
    margin-top: 4rem;
}

@media (min-width:768px) {
    footer {
        margin-top: 3.5rem;
    }
}


/*@media (min-width:992px){footer{margin-top: 2.5rem;}}*/

h1 {
    text-align: left;
    z-index: 100;
}

h2 {
    color: #444;
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    padding-top: 0.5rem;
    /*font-size: 150%;*/
}

h2:before, h2:after {
    content: "";
    flex-grow: 1;
    height: 3px;
    display: block;
}

h2:before {
    margin-right: .5em;
    background: linear-gradient(-90deg, #6ab935, transparent);
}

h2:after {
    margin-left: .5em;
    background: linear-gradient(90deg, #6ab935, transparent);
}

h3 {
    font-size: 1.5rem;
    padding: 0.1rem 0.5rem;
    margin-bottom: 1rem;
    border-left: solid 8px #6ab935;
}

h3 span {
    display: inline-block;
}

h3 span img {
    display: inline-block;
    height: 1.75rem;
}
h3 span:first-child img {
        padding-left: 1rem;
    }

h4 {
    color: #6ab935;
    border-bottom: 1.5px dotted #6ab935;
    padding-bottom: 0.5rem;
    font-size: 4vh;
}

h5 {
    color: #6ab935;
    font-size: 1.25rem;
}


/*リンクボタン*/

a.link_btn {
    color: #fff;
    background: #6ab935;
    display: block;
    text-decoration: none;
    padding: 10px;
    text-align: center;
    margin: 0 auto;
    border-radius: 3rem;
    -webkit-border-radius: 3rem;
    -moz-border-radius: 3rem;
}


/*リスト*/

ol, ul {
    padding-left: 0!important;
    list-style: none;
}

ol.list_num li, ul.list_num li {
    margin-left: 30px;
    list-style-type: decimal;
}

ul.list_squ li {
    margin-left: 20px;
    list-style-type: square;
}

ul.list_disc li {
    margin-left: 20px;
    list-style-type: disc;
}

.list_icon:before {
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    /*アイコンの種類*/
    font-weight: 900;
    color: #6ab935;
    /*アイコン色*/
    padding-right: 0.5rem;
}


/*サイズ*/
.w-15 {
    width: 15%;
}
.w-32 {
    width: 32%;
}

.w-60 {
    width: 60%;
}

.w-80 {
    width: 80%;
}

.w-90 {
    width: 90%;
}

.w30 {
    width: 30px;
}

.w300 {
    width: 300px;
}


/*フォントサイズ*/

.f_size075 {
    font-size: 0.75rem;
}

.f_size10 {
    font-size: 1rem;
}

.f_size125 {
    font-size: 1.25rem;
}

.f_size15 {
    font-size: 1.5rem;
}

.f_size20 {
    font-size: 2rem;
}

.f_size25 {
    font-size: 2.5rem;
}

.f_size30 {
    font-size: 3rem;
}

.bold {
    font-weight: bold;
}

/*位置*/

.zi100 {
    z-index: 100;
}

.zi200 {
    z-index: 200;
}

.zi300 {
    z-index: 300;
}


/*色*/

.color_w {
    color: #fff;
}
.color_red {
    color: #ff0000;
}
.color_primary {
    color: #6ab935;
}

.color_secondary {
    color: #b4dc9a;
}

.color_bk {
    color: #333;
}
.color_blue {
    color: #1a0dab!important;
}

/*背景色*/

.bg_w07 {
    background: rgba(255, 255, 255, 0.7);
}

.bg_w08 {
    background: rgba(255, 255, 255, 0.8);
}

.bg_g10 {
    background: rgba(106, 185, 53, 1);
}

.bg_g05 {
    background: rgba(106, 185, 53, 0.5);
}

.bg_g03 {
    background: rgba(106, 185, 53, .3);
}


/*線*/

hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border: 0;
    border-top: 2px solid #6ab935;
}

hr.dot {
    border: 0;
    border-top: 1px dotted #6ab935;
}

.g_boder01 {
    border: 1px solid #6ab935;
}

/*マーカー*/
.marker-yellow {
    background: linear-gradient(transparent 60%, #ffe57f 60%);
}
.marker-yellow-s {
    background: linear-gradient(transparent 80%, #ffe57f 80%);
}
.marker-red {
    background: linear-gradient(transparent 60%, #ea8799 60%);
}
.marker-red-s {
    background: linear-gradient(transparent 80%, #ea8799 80%);
}
.marker-blue {
    background: linear-gradient(transparent 60%, #7fc8e7 60%);
}
.marker-blue-s {
    background: linear-gradient(transparent 80%, #7fc8e7 80%);
}

/*透過*/

.opacity_08 {
    opacity: 0.8;
}

.alpha {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.alpha:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
}


/*角丸*/

.r_corner05 {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}


/*枠*/

.frame {
    border: 1px solid #ccc;
    padding: 2px;
}

.d_ib {
    display: inline-block;
}

.d_b {
    display: block;
}


/*余白　margin padding*/

.ma {
    margin: 0 auto;
}

.mt-10 {
    margin-top: 10rem;
}

.pt-30 {
    padding-top: 30px;
}

/*nav上部固定*/

.fixed {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
}

.under_line {
    text-decoration: underline!important;
}

.sp_center {
    text-align: center;
}

/*header---------------------------------------------------*/

header {
    background-color: rgba(255, 255, 255, .9);
}

h1 {
    width: 80%;
}

.logo {
    width: 100%;
    margin-left: 0.5rem;
}

.contact_bnr {
    position: fixed;
    bottom: 0;
    left: 0;
    font-size: 0;
    z-index: 500;
    /*width: 80%;
    display: inherit;*/
}

.tel_link {
    text-align: right;
}

.form_link {
    text-align: left;
}

.tel_link img, .form_link img {
    height: 15vw;
}

.contact_bnr div {
    display: inline;
}

.contact_bnr img {}


/*pgtop jsとの兼ね合いで、どうしてもid指示---------------------------------------------------*/

#pgtop {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 15vw;
    z-index: 600;
}


/*navi---------------------------------------------------*/

nav {}

.navbar {
    position: absolute;
    top: 3rem;
    right: 0.5rem;
    padding: 0;
}

.navbar-icon {
    display: inline-block;
    width: 2em;
    height: 2em;
    content: "";
    background: url(img/menu.svg)no-repeat top center;
    position: absolute;
    top: -2rem;
    right: 0;
}

.navbar-collapse {
    background: rgba(255, 255, 255, .9)!important;
    min-width: 300px;
    z-index: 300;
}

.navbar-toggler {
    padding: 0;
}

nav ul li a {
    color: #6ab935!important;
}

nav ul li {
    border-bottom: 1px solid #6ab935!important;
    padding: 0.5rem 1rem;
    font-weight: bold;
}


/*main---------------------------------------------------*/

#main {
    position: relative;
    margin: 0 auto;
}

#main img {
    width: 100%;
}

.catch {
    color: #fff;
    /*font-family:"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;*/
    font-size: 7.5vw;
    font-weight: bold;
    position: absolute;
    top: 18%;
    /* right: 5%; */
    left: 5%;
    text-shadow: 2px 1px 1px #333333;
    letter-spacing: 0.15rem;
}
.catch span{
    color: #6ab935;
    text-shadow: 2px 1px 1px #fffcb5;
    /*text-shadow: 2px 1px 1px #6ab935;*/
}

/*パンくず---------------------------------------------------*/
.breadcrumb{
    display:block;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: #fff;
    border-radius: 0;
}
.breadcrumb ul{margin-bottom: 0;}
.breadcrumb li{
    display: inline-block;
    font-size: 0.8rem;
}
.breadcrumb li:not(:first-child):before {content: ">";}
.breadcrumb li a{color:#6ab935}


/*top_linkbox---------------------------------------------------*/

.menubox {
    position: relative;
}

.menu_ttl {
    position: absolute;
    top: 5px;
    left: 5px;
    color: #fff;
    font-size: 200%;
    font-weight: bold;
    text-shadow: 1px 1px 1px #333333;
}

.menutxt_box {
    position: absolute;
    bottom: 0;
    font-size: 70%;
}

.menu_icon {
    width: 10rem;
    padding: 1rem;
}
.menu_icon img{
    width: 100%;
}

/*youtube---------------------------------------------------*/
.youtube {
    position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.youtube_text {
    border-bottom: 1px solid #6ab935;
    color: #6ab935;
    font-size: 17px;
    margin-bottom: 10px;
}
.youtube_text span {
    font-size: 1.5rem;
    font-weight: bold;
}


/*news---------------------------------------------------*/

.news_ttl {
    border-bottom: 1px solid #6ab935;
    color: #6ab935;
    font-size: 2.5rem;
}

.news_ttl span {
    font-size: 1.5rem;
    font-weight: bold;
}

.news_ttl:before {
    content: '';
    width: 50px;
    height: 50px;
    display: inline-block;
    background: url(img/news.svg) no-repeat;
    margin-right: 1rem;
    margin-bottom: 0.25rem;
    vertical-align: bottom;
}

.news ul li {
    padding: 0.5rem;
    border-bottom: 1px dotted #ccc;
}

.news ul li:nth-child(odd) {
    background: #eee;
}

.news ul li:last-child {
    border-bottom: 1px solid #6ab935;
}

.news ul li .date {
    display: block;
}

.news ul li .news_txt {
    display: block;
    padding-left: 0.5rem;
}


/*施工事例---------------------------------------------------*/

.example_img {
    background: #c3e3ae;
    padding: 0 2rem 2rem!important;
}

.example_ttl {
    font-size: 2.5rem;
    text-align: center;
    padding: 2rem 0;
}

.example_ttl span {
    font-size: 1.5rem;
    font-weight: bold;
}

.example_img .slider {
    background: rgba(255, 255, 255, .5);
}

.example_img .slider li {
    padding: 1px;
}

.example_img .slider li img {
    vertical-align: bottom;
    width: 100%;
}

.slick-prev, .slick-next {
    width: 20px!important;
    height: 40px!important;
}

.slick-prev {
    left: -40px!important;
}

.slick-next {
    right: -40px!important;
}

.slick-prev:before, .slick-next:before {
    content: "" !important;
}

.slick-prev:after {
    content: url(img/angle-left-solid.svg);
}

.slick-next:after {
    content: url(img/angle-right-solid.svg);
}


/*フッター---------------------------------------------------*/

footer {}

.balloon_box {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 7px 10px;
    width: 100%;
    font-size: 16px;
    background: #FFF;
    border-bottom: solid 3px #6ab935;
    box-sizing: border-box;
}

.balloon_box:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
}

.balloon_box:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #6ab935;
    z-index: 1;
}

.f_menu {
    text-align: center;
    background: #6ab935;
    color: #FFF;
    position: relative;
    padding: 1rem 0;
}

.f_menu:before {
    content: '';
    width: 300px;
    height: 60px;
    display: block;
    background: url(img/footer_img.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: -59px;
    left: 0;
}

.f_menu a {
    color: #FFF;
}

.f_menu ul li {
    padding: 0.15rem 0;
}


/*fb埋め込みレスポンシブ*/

#fb_page_plugin_area {
    width: 100%;
}


/*下層---------------------------------------------------*/

.pg_ttl {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 80px;
    width: 100%;
    margin: auto auto;
    padding: 20px 0;
    background: -moz-linear-gradient(left, rgba(106, 185, 53, 0) 0%, rgba(106, 185, 53, .8) 30%, rgba(106, 185, 53, .8) 50%, rgba(106, 185, 53, .8) 70%, rgba(106, 185, 53, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(106, 185, 53, 0) 0%, rgba(106, 185, 53, .8) 30%, rgba(106, 185, 53, .8) 50%, rgba(106, 185, 53, .8) 70%, rgba(106, 185, 53, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(106, 185, 53, 0) 0%, rgba(106, 185, 53, .8) 30%, rgba(106, 185, 53, .8) 50%, rgba(106, 185, 53, .8) 70%, rgba(106, 185, 53, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #fff;
    font-size: 1.75rem;
    font-weight: bolder;
    letter-spacing: 0.25rem;
    text-align: center;
    text-shadow: 2px 1px 1px #999;
}


/*代表挨拶*/

.bg_img {
    background: url(img/greeting_bg.jpg);
    background-size: cover;
}

.bg-mask {
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
}

/*社員紹介*/
.prof dt{
    background: rgba(106, 185, 53, 0.3);
    padding: 0.5rem;
    border-left: 1px solid #6ab935;
    border-right: 1px solid #6ab935;
}

.prof dt:nth-child(2){
    border-top: 1px solid #6ab935;
}

.prof dd{
    padding: 0.5rem;
    border-left: 1px solid #6ab935;
    border-right: 1px solid #6ab935;
    margin-bottom: 0;
}

.worker_01{
    height: 5rem;
}

.worker_02{
    height: 8rem;
}

.worker_03{
    height: 7rem;
}

.prof dd:first-child{
    border-left:none;
    border-right:none;
}

.prof dd:last-child{
    border-bottom: 1px solid #6ab935;
}


/*会社概要*/

.profile ul li {
    list-style: square;
}

.profile ul li span {
    padding-left: 1rem;
}

.google-map iframe {
    width: 100%;
    height: 100%;
    border:0;
}

/*流れ*/

.f_balloon_box {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 7px 10px;
    width: 100%;
    /*min-width: 120px;
  max-width: 100%;
  /*color: #6ab935;*/
    font-size: 16px;
    background: #FFF;
    border: solid 3px #6ab935;
    box-sizing: border-box;
}

.f_balloon_box:not(:last-child):before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
}

.f_balloon_box:not(:last-child):after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #6ab935;
    z-index: 1;
}


/*ドローン */

.drone_box {
    background: url(img/flow/drone_img.png)no-repeat top center;
    background-size: contain;
}

.drone_box_inner {
    padding: 0 5%;
}

.drone_lead {
    font-size: 0.9rem;
}


/*おすすめ塗料*/

.flex_inner {
    border: 1px solid #6ab935;
    padding: 1.5rem;
    margin-right: auto;
    margin-bottom: 0.5rem;
}

.flex_inner_link {
    padding-top: 10px;
    margin-top: -10px;
    display: inline-block;
}

.contact_btn {
    width: 75%;
}


/*施工事例*/

.results_img_a li.item2, .results_img_a li.item3, .results_img_a li.item4, .results_img_a li.item5, .results_img_a li.item6, .results_img_a li.item7, .results_img_a li.item8, .results_img_a li.item9, .results_img_a li.item10, .results_img_a li.item11, .results_img_a li.item12, .results_img_b li.item2, .results_img_b li.item3, .results_img_b li.item4, .results_img_b li.item5, .results_img_b li.item6, .results_img_b li.item7, .results_img_b li.item8, .results_img_b li.item9, .results_img_b li.item10, .results_img_b li.item11, .results_img_b li.item12 {
    display: none;
}

.thumb_a li, .thumb_b li {
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    width: 23.85%;
    font-size: 0;
}


/*faq*/

dl.faq {
    border-bottom: 2px dotted #ccc;
    display: block;
    position: relative;
    margin-bottom: 0;
}

.faq dt {
    /*background: #eee;*/
    color: #6ab935;
    font-size: 1.25rem;
    font-weight: normal;
    padding: 0.75rem 2.5rem 0.75rem 4.5rem;
    margin-bottom: 0;
    display: block;
    cursor: pointer;
}

.faq dt:after {
    font-family: "Font Awesome 5 Free";
    content: "\f191";
    color: #6ab935;
    float: right;
    font-size: 2rem;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    right: 0.5rem;
    top: 0.25rem;
}

.faq dt:before {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    background: url(img/q_icon.svg) no-repeat;
    background-size: cover;
    position: absolute;
    top: 0.25rem;
    left: 0;
    margin-left: 1rem;
}

.faq dt.active{
    background: #eee;
}
.faq dt.active:after {
    font-family: "Font Awesome 5 Free";
    content: "\f191";
    color: #6ab935;
    float: right;
    font-size: 2rem;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    right: 0.5rem;
    top: 0.25rem;
}

.faq dd {
    padding: 0.5rem 2.5rem 0.5rem 4.5rem;
    background: #eee;
    position: relative;
    /*margin-bottom: 0;*/
}

.faq dd:before {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    background: url(img/a_icon.svg) no-repeat;
    background-size: cover;
    position: absolute;
    top: 0.5rem;
    left: 0;
    margin-left: 1rem;
}

.faq:not(:first-child) dd {
    display: none;
}



/*----------------------------------------------------
768以上
---------------------------------------------------- */

@media (min-width:768px) {
    /*汎用---------------------------------------------------*/
    /*SP改行*/
    .sp_disp {
        display: none;
    }
    .sp_center {
        text-align: left;
    }
    h4 {
        font-size: 1.25rem;
    }
    /*telリンク---------------------------------------------------*/
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
        color: #333;
    }
    /*header---------------------------------------------------*/
    header {
        position: static;
        z-index: 300;
    }
    h1 {
        width: auto;
    }
    .logo {
        width: 45vw;
    }
    .contact_bnr {
        position: static;
        /*width: 45vw;*/
    }
    .contact_bnr img {
        height: 7vw;
    }
    /*pgtop jsとの兼ね合いで、どうしてもid指示--------------------------------*/
    #pgtop {
        width: 60px;
    }
    /*nav---------------------------------------------------*/
    .navbar {
        position: static;
        padding: 0;
        font-size: 0.75rem;
    }
    nav ul li {
        border-bottom: 0 solid #6ab935!important;
        padding: 0;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-top: 1.8rem;
    }
    .gnavi {
        border-bottom: 2px solid #6ab935;
    }
    a.nav-link {
        color: #6ab935;
    }
    a.nav-link:hover {
        background-color: #b4dc9a;
        color: #fff;
    }
    .nav-item {
        padding-top: 15px;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .navbar-collapse {
        background: rgba(255, 255, 255, 0)!important;
    }
    .gnavi01 {
        background: url(img/navi/gnavi01.svg)top center no-repeat;
    }
    .gnavi02 {
        background: url(img/navi/gnavi02.svg)top center no-repeat;
    }
    .gnavi03 {
        background: url(img/navi/gnavi03.svg)top center no-repeat;
    }
    .gnavi04 {
        background: url(img/navi/gnavi04.svg)top center no-repeat;
    }
    .gnavi05 {
        background: url(img/navi/gnavi05.svg)top center no-repeat;
    }
    .gnavi06 {
        background: url(img/navi/gnavi06.svg)top center no-repeat;
    }
    .gnavi07 {
        background: url(img/navi/gnavi07.svg)top center no-repeat;
    }
    .gnavi08 {
        background: url(img/navi/gnavi08.svg)top center no-repeat;
    }
    .gnavi01:hover {
        background: url(img/navi/gnavi01_on.svg)top center no-repeat;
    }
    .gnavi02:hover {
        background: url(img/navi/gnavi02_on.svg)top center no-repeat;
    }
    .gnavi03:hover {
        background: url(img/navi/gnavi03_on.svg)top center no-repeat;
    }
    .gnavi04:hover {
        background: url(img/navi/gnavi04_on.svg)top center no-repeat;
    }
    .gnavi05:hover {
        background: url(img/navi/gnavi05_on.svg)top center no-repeat;
    }
    .gnavi06:hover {
        background: url(img/navi/gnavi06_on.svg)top center no-repeat;
    }
    .gnavi07:hover {
        background: url(img/navi/gnavi07_on.svg)top center no-repeat;
    }
    .gnavi08:hover {
        background: url(img/navi/gnavi08_on.svg)top center no-repeat;
    }
    .gnavi01, .gnavi02, .gnavi03, .gnavi04, .gnavi05, .gnavi06, .gnavi07, .gnavi08 {
        background-size: 15px 15px;
    }
    .gnavi01:hover, .gnavi02:hover, .gnavi03:hover, .gnavi04:hover, .gnavi05:hover, .gnavi06:hover, .gnavi07:hover, .gnavi08:hover {
        background-size: 15px 15px;
        color: #FFF;
    }
    .pc_nav {
        border-bottom: 1px solid #6ab935;
        border-top: 1px solid #6ab935;
    }
    .pc_nav .container {
        max-width: 1200px;
    }
    .nav_top {
        position: absolute;
        top: 11px;
        left: 0;
        right: 0;
    }
    .nav_top.pc_nav {
        border-bottom: 0 solid #6ab935;
        border-top: 0 solid #6ab935;
        z-index: 1;
    }
    /*main---------------------------------------------------*/
    picture {
        display: block;
        width: 100%;
    }
    .catch {
        /* font-size: 4vw; */
        font-size: 3vw;
        /* top: 8%; */
        /* right: 10%; */
        left: 10%;
    }


    .campaign_bnr, .register_bnr, .card_bnr img, .dron_bnr img, .cashless_bnr {
        width: 39vw!important;
    }

    .campaign_bnr, .register_bnr, .card_bnr, .dron_bnr, .cashless_bnr {
        position: absolute;
    }

    .campaign_bnr{
        bottom: 30%;
        left: 10%;
    }

    .register_bnr{
        bottom: 5%;
        left: 10%;

    }
    .dron_bnr {
        bottom: 30%;
        right: 10%;
    }
    .cashless_bnr {
        top: 24%;
        right: 10%;
    }
    .card_bnr {
        bottom: 5%;
        right: 10%;
    }



    /*top_linkbox---------------------------------------------------*/
    .menutxt_box {
        font-size: 80%;
        padding-top: 0.5rem;
    }
    /*youtube---------------------------------------------------*/
    .youtube_text {
        border-bottom: 1px solid #6ab935;
        color: #6ab935;
        font-size: 2.5rem;
        margin-bottom: 10px;
    }
    .youtube_text span {
        font-size: 1.5rem;
        font-weight: bold;
    }

    /*news---------------------------------------------------*/
    .news ul li .news_txt {
        padding-left: 2rem;
    }
    /*フッター---------------------------------------------------*/
    .f_menu {
        padding: 3rem 3rem;
        display: block;
        text-align: left;
    }
    .f_menu ul li span {
        padding-left: 1rem;
    }
    /*下層---------------------------------------------------*/
    /*ドローン*/
    .drone_txt {
        padding: 0.75rem;
        background: rgba(255, 255, 255, .7);
        border-radius: 1rem;
        box-shadow: 1px 1px 1px #333333;
    }
    /*おすすめ塗料*/
    .flex_inner {
        width: 49%;
    }
    /*お問合せボタン*/
    .contact_btn {
        width: 30%;
    }
    /*施工実績 h3 icon*/
    h3 span {
        display: inline-block;
    }
    h3 span img {
        height: 1.75rem;
    }
}


/*----------------------------------------------------
992以上
---------------------------------------------------- */

@media (min-width:992px) {
    /*header---------------------------------------------------*/
    .logo {
        width: 27vw;
    }
    .contact_bnr img {
        height: 5vw;
    }
    /*nav---------------------------------------------------*/
    .navbar {
        font-size: 1rem;
    }
    /*top_linkbox---------------------------------------------------*/
    .menutxt_box {
        font-size: 100%;
    }
    /*施工事例---------------------------------------------------*/
    .example_img {
        padding: 0 5rem 2rem!important;
    }
    /*フッター---------------------------------------------------*/
    .f_menu {
        padding: 3rem 10rem;
    }
    /*下層---------------------------------------------------*/
    /*ドローン*/
    .drone_box_inner {
        padding: 0 10%;
    }
}


/*----------------------------------------------------
1200以上
---------------------------------------------------- */

@media (min-width:1200px) {
    /*汎用---------------------------------------------------*/
    .pt-xl-6 {
        padding-top: 6rem!important;
    }
    /*nav---------------------------------------------------*/
    .nav-item {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    /*main---------------------------------------------------*/
    .catch {
        font-size: 3vw;
        top: 12%;
        /* right: 13.5%; */
        left: 13.5%;
    }

    /*下層---------------------------------------------------*/
    /*ドローン*/
    .drone_box {
        background: url(img/flow/drone_img_1200.png)no-repeat top center;
        background-size: cover;
    }
    .drone_box_inner {
        padding: 0 25% 2%;
    }
}

/*----------------------------------------------------
1280以上
---------------------------------------------------- */
@media (min-width:1200px) {
    .campaign_bnr, .register_bnr, .card_bnr img, .dron_bnr img, .cashless_bnr{
        width: 35vw!important;
    }

    .campaign_bnr{
        bottom: 30%;
        left: 13.5%;
    }

    .register_bnr{
        bottom: 5%;
        left: 13.5%;

    }
    .dron_bnr {
        bottom: 30%;
        right: 13.5%;
    }
    .cashless_bnr {
        top: 21%;
        right: 13.5%;
    }
    .card_bnr {
        bottom: 5%;
        right: 13.5%;
    }

}

/*----------------------------------------------------
1580以上
---------------------------------------------------- */

@media (min-width:1580px) {

    /*header---------------------------------------------------*/
    .logo {
        width: 17vw;
    }
    .contact_bnr img {
        height: 3vw;
    }
    /*フッター---------------------------------------------------*/
    .f_menu {
        padding: 3rem 20rem;
    }
    /*下層---------------------------------------------------*/
    /*こだわり*/
    .policy_txt {
        margin-top: 5rem;
        padding-left: 5rem;
    }
}




.d-sm {display: block;}
.d-md {display: none;}
.d-lg {display: none;}
@media (min-width:768px) {
    .d-sm {display: none;}
    .d-md {display: block;}
    .d-lg {display: none;}
}
@media (min-width:1200px) {
    .d-sm {display: none;}
    .d-md {display: none;}
    .d-lg {display: block;}
}
.news {
	overflow:auto;
	height:350px;
	line-height:1.5;
	padding:10px 0;
}