@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,.luxbar-item a
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    line-height: 1;
    font-size: 15px;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h2 {
    font-size: 21px;
}
a {
    text-decoration: none;
    color: #000;
}
p {
    line-height: 1.7;
}
li {
/*    line-height: 1.7;*/
    
}
strong {
    font-weight: bold;
}
@media screen and (min-width:768px) and ( max-width:1024px){
}
@media screen and (max-width: 480px) {
}
/*************************************
*************************************
共通
*************************************
*************************************/
.clearfix::after{
  content: "";
  display: block;
  clear: both;
}
.wrapper {
    overflow: hidden;
    width: 100%;
    height: auto;
    background-color: #fff;
}
.container {
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.disp_pc {
    display: block;
}
.disp_pc_inline {
    display: inline-block;
}
.disp_tab {
    display: none;
}
.disp_sp {
    display: none;
}
#Crumbs {
    font-size: 15px;
    z-index: 20;
    margin-bottom: 15px;
}

#return_top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 500;
}
.contBox {
    width: 95%;
    height: auto;
    margin: 0 auto;
}
.title {
    margin-bottom: 30px;
}
.title h2 {
    text-align: center;
    margin-bottom: 15px;
}
.title img {
    display: block;
    margin: 0 auto;
}
.underPage_Title_h2 {
    background-color: #e0ffb9;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.underPage_Title_h3 {
    margin-bottom: 30px;
    
}
.underPage_Title_h3 h3 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 28px;
}
.underPage_Title_h3 img {
    display: block;
    margin: 0 auto;
}
.flexBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media screen and (min-width:768px) and ( max-width:1024px){
    .container {
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .disp_pc {
        display: none;
    }
    .disp_pc_inline {
        display: none;
    }
    .disp_tab {
        display: block;
    }
}
@media screen and (max-width: 480px) {
    .container {
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .disp_tab {
        display: none;
    }
    .disp_pc {
        display: none;
    }
    .disp_pc_inline {
        display: none;
    }
    .disp_sp {
        display: block;
    }
    .contBox {
        width: 100%;
    }
    .title img {
        max-width: 100%;
        width: auto;
            
    }
    .flexCol3 li {
        width: 100%;
    }
}
/*************************************
ヘッダー
*************************************/
.headerbox_Center {
    font-size: 12px;
    text-align: center;
    background-image: url(../img/header_h1_back.png);
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    color: #fff;
}
#headerBox {
    margin-top: 20px;
    margin-bottom: 20px;
}
.headerBox_Left {
    float: left;
}
.headerBox_Right {
    float: right;
}
#globalNavi_pc .container {
    position: relative;
}
#globalNavi_pc .container img {
    position: absolute;
    top: 15px;
}
nav {
    background-color: #00a0e9;
    margin-bottom: 5px;
}
nav ul {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    background-image: url(../img/nav_line.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
nav ul li {
    width: 16.666%;
    text-align: center;
/*    background-color: #75be3a;*/
    border-right: 1px solid #fff;
}
nav ul li:first-child {
    border-left: 1px solid #fff;
}
nav ul li a {
    color: #fff;
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
}
.navBorder {
    padding-top: 2px;
    border-bottom: 1px solid #75be3a;
    margin-bottom: 10px;
}
/*スクロール固定*/
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
@media screen and (min-width:768px) and ( max-width:1024px){
    #globalNavi_pc {
    display: block;
}
}
@media screen and (max-width: 480px) {
    .headerbox_Center {
        background-repeat: no-repeat;
    }
    .headerBox_Left {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .headerBox_Right {
        width: 80%;
        float: none;
        margin: 0 auto;
    }
    .headerBox_Left img {
        width: 100%;
    }
    .headerBox_Right img {
        width: 100%;
    }
    #globalNavi .uk-navbar-toggle {
        padding: 15px;
        color: #fff;
    }
    #globalNavi .uk-navbar-toggle svg {
        fill: #fff;
    }
    #globalNavi {
        background-color: #00a0e9;
        margin-bottom: 10px;
    }
    nav {
        background-color: transparent;
    }
    nav ul {
        display: block;
    }
    nav ul li {
        width: 100%;
        text-align: left;
        background-color: transparent;
        border-right: none;
        border-bottom: 1px solid #000;
    }
    nav ul li a {
        color: #000;
    }
    .uk-offcanvas-bar {
            background-color: #fff;
    }
}

/*************************************
フッター
*************************************/
.bottomContact {
    margin-bottom: 45px;
}
.bottomContact .container{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    border: 5px solid #cccccc;
}
.bottomContact img {
    max-width: 100%;
}
.bottomContact_Tel {
    margin-bottom: 10px;
}
.bottomContact_Tel img {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.footerBoxLeft_About th{
    line-height: 1.7;
}
.footerBoxLeft_About td{
    line-height: 1.7;
}
#bottomLogo {
    text-align: center;
    margin-bottom: 30px;
    background: #d0fffe;
    padding-top: 20px;
    padding-bottom: 20px;
}
#bottomLogo img {
    max-width: 100%;
}
footer {
}
.footerBox {
    padding-bottom: 20px;
}
.footerBox img {
    margin-bottom: 10px;
    padding-right: 5px;
}
.footerBoxLeft {
    float: left;
    padding-top: 20px;
    width: 70%;
}
.footerBoxLeft img{
    max-width: 90%;
    width: auto;
}
.footerBoxRight {
    float: left;
    margin-top: 20px;
    width: 30%;
}
.footerBoxRight li a{
    color: #009944;
}
.copyright {
}
.copyright_sendai {
    background: url(../img/copyright_back.png);
    padding-top: 10px;
}
.copyright_sendai p {
    font-size: 10px;
    padding-top: 3px;
}
.copyright_sendai a {
    color: #fff;
}
.copyright .copy_seisaku{
    padding-bottom: 3px !important;
}
@media screen and (min-width:768px) and ( max-width:1024px){

}
@media screen and (max-width: 480px) {
    .footerBoxLeft_About th{
        width: 20%;
    }
}

/*************************************
コピーライト
*************************************/
.copyright {
    text-align: center;
    font-size: 14px;
}
@media screen and (min-width:768px) and ( max-width:1024px){
}
@media screen and (max-width: 480px) {
    .bottomContact img {
        width: 100%;
    }
    .footerBoxLeft {
        float: none;
        margin-top: 20px;
        width: 100%;
    }
    .footerBoxLeft img{
        max-width: 100%;
        width: auto;
    }
    .footerBoxRight {
        float: none;
        width: 100%;
    }
    .footerBoxRight ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }
    .footerBoxRight li {
        width: 100%;
    }
    .copyright {
        font-size: 12px;
    }

}

/*************************************
トップ
*************************************/
.top {
    margin-bottom: 30px;
}
.top_H2 {
    font-size: 24px;
    font-weight: bold;
    color: #009d85;
    padding-bottom: 10px;
    border-bottom: 1px solid #009d85;
    text-align: center;
    margin-bottom: 15px;
}
@media screen and (min-width:768px) and ( max-width:1024px){
    .top {
        width: 100%;
    }
    .top_slide img {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .top {
        width: 100%;
    }
    .top_slide img {
        width: 100%;
    }
}


/*************************************
新着情報
*************************************/
#news {
    margin-bottom: 70px;
    background: #e0ffb9;
    padding-top: 20px;
    padding-bottom: 20px;
}
#news .newsInner {
    position: relative;
    width: 90%;
    margin: 0 auto;
}
.newsInnerBox {
    background: #fff;
    width: 60%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
}
#news .title {
    color: #009d85;
    font-size: 24px;
    border-bottom: 1px solid #009d85;
}
#news ul {
    width: 100%;
    box-sizing: border-box;
}
#news li {
    margin-bottom: 15px;
    padding-bottom: 5px;
}
.newsLeft {
    position: absolute;
    bottom: 20px;
    left: 0;
}
.newsRight {
    position: absolute;
    bottom: 50px;
    right: 20px;
}
@media screen and (min-width:768px) and ( max-width:1024px){
    .newsInnerBox {
        width: 90%;
    }
}
@media screen and (max-width: 480px) {
    .newsInnerBox {
        width: 90%;

    }
}
/*************************************
案内
*************************************/
#topAbout {
    margin-bottom: 50px;
}
#topAbout ul {
}
#topAbout li {
    width: 49%;
    border: 1px solid #009d85;
    padding: 20px;
    box-sizing: border-box;
}
.topAbout_Title {
    font-size: 24px;
    font-weight: bold;
    color: #009d85;
    text-align: center;
}
.topAbout_LeftImg {
    float: left;
    width: 30%;
}
.topAbout_RightTexst {
    float: right;
    width: 70%;
}
.topAbout_LeftTexst {
    float: left;
    width: 60%;
}
.topAbout_Rightimg {
    float: right;
    width: 35%;
}
.topAbout_LeftTexst_Area {
    font-size: 21px;
    background: #fff3a2;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    line-height: 1.7;
    margin-top: 15px;
    margin-bottom: 15px;
}
#topAbout li img {
    max-width: 100%;
}
@media screen and (min-width:768px) and ( max-width:1024px){
}
@media screen and (max-width: 480px) {
    #topAbout li {
        width: 100%;
        margin-bottom: 20px;
    }
    .topAbout_RightTexst {
        width: 65%;
    }
}
/*************************************
ニーズ
*************************************/
#topSanpai {
    margin-bottom: 50px;
}
.topSanpai_Mitsumori {
    margin-bottom: 30px;
}
.topSanpai_Mitsumori_Left {
    float: left;
}
.topSanpai_Mitsumori_Left img {
    max-width: 100%;
}
.topSanpai_Mitsumori_Right {
    float: left;
    vertical-align: top;
    padding-top: 15px;
    padding-left: 20px;
    box-sizing: border-box;
}
.topSanpai_Mitsumori_Right img{
    max-width: 100%;
}
.topSanpaiBox li {
    width: 49%;
    border: 1px solid #2e74ff;
    box-sizing: border-box;
}
.topSanpaiBox h3 img {
    max-width: 100%;
}
.topSanpaiBox_Img {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
.topSanpaiBox_Img img {
    max-width: 100%;
}
.topSanpaiBox_Text {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.topSanpaiBox_Text h4 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #009d85;
    margin-bottom: 20px;
}
@media screen and (min-width:768px) and ( max-width:1024px){
    .topSanpai_Mitsumori_Left {
        width: 40%;
    }
    .topSanpai_Mitsumori_Right {
        width: 60%;
    }

}
@media screen and (max-width: 480px) {
    .topSanpaiBox li {
        width: 100%;
        margin-bottom: 20px;
    }
    .topSanpai_Mitsumori_Left {
        float: none;
    }
    .topSanpai_Mitsumori_Right {
        float: none;
        padding-left: 0;
    }
}
/*************************************
産業廃棄物、不要品回収の流れ
*************************************/
#topFlow {
    margin-bottom: 60px;
}
#topPresi h2{
    margin-top: 70px;
}
#topFlow li {
    width: 25%;
}
#topFlow li img {
    max-width: 100%;
}
@media screen and (min-width:768px) and ( max-width:1024px){
    #topFlow li {
        width: 24%;
    }
}
@media screen and (max-width: 480px) {
    #topFlow li {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
}


/*************************************
産業廃棄物
*************************************/
#sanpai {
    margin-bottom: 80px;
}
#sanpai h3 {
    margin-top: 30px;
    margin-bottom: 30px;
}
#sanpai h4 {
    font-size: 24px;
    font-weight: bold;
    color: #009d85;
    padding-bottom: 10px;
    border-bottom: 1px solid #009d85;
    text-align: center;
    margin-bottom: 15px;
}
.sanpai_TopText {
    text-align: center;
    font-size: 28px;
    color: #d04c00;
    margin-bottom: 50px;
    line-height: 1.5;
}
.sanpaiBox {
    margin-bottom: 60px;
}
.sanpaiBox p {
    padding-left: 20px;
    margin-bottom: 30px;
}
.sanpaiBox ul li {
    width: 23%;
}
.sanpaiBox ul li img {
    max-width: 100%;
}
@media screen and (min-width:768px) and ( max-width:1024px){
}
@media screen and (max-width: 480px) {
    .sanpaiBox ul li {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
}

/*************************************
不用品回収
*************************************/
#fuyouhin {
    
}
#fuyouhin h3 {
    margin-top: 30px;
    margin-bottom: 30px;
}
#fuyouhin h4 {
    font-size: 24px;
    font-weight: bold;
    color: #009d85;
    padding-bottom: 10px;
    border-bottom: 1px solid #009d85;
    text-align: center;
    margin-bottom: 15px;
}
.fuyouhinBox {
    margin-bottom: 60px;
}
.fuyouhinBox p {
    padding-left: 20px;
    margin-bottom: 30px;
}
.fuyouhinBox ul {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
}
.fuyouhinBox ul li {
    width: 30%;
}
.fuyouhinBox ul li img{
    max-width:  100%;
}
@media screen and (min-width:768px) and ( max-width:1024px){
    .fuyouhinBox ul {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .fuyouhinBox ul {
        width: 100%;
    }
    .fuyouhinBox ul li {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

}


/*************************************
会社案内
*************************************/
#about {
    
}
#about h3 {
    font-size: 24px;
    font-weight: bold;
    color: #009d85;
    padding-bottom: 10px;
    border-bottom: 1px solid #009d85;
    text-align: center;
    margin-bottom: 15px;
}
.aboutBox {
    margin-bottom: 60px;
}
.aboutBox img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.aboutBox table {
    margin: 0 auto;
    width: 90%;
}
.aboutBox table tr {
    border: 1px solid #666666;
    line-height: 1.7;
}
.aboutBox table th {
    background: #f2f2f2;
    text-align: left;
    padding: 10px;
    width: 30%;
    box-sizing: border-box;
}
.aboutBox table td {
    padding: 10px;
    width: 70%;
    box-sizing: border-box;
}
.aboutBox table td li {
    margin-bottom: 20px;
}
.aboutBox_Table1 span{
    color: #bde700;
    padding-right: 5px;
}
.aboutBox_Table2 span{
    color: #00a3e7;
    padding-right: 5px;
}
.aboutBox_Table2 td span{
    color: #d05200;
}
.aboutBox iframe {
    width: 600px;
    height: 400px;
    margin: 0 auto;
    display: block;
}
@media screen and (min-width:768px) and ( max-width:1024px){
}
@media screen and (max-width: 480px) {
    .aboutBox table {
        width: 100%;
    }
    .aboutBox table th {
        width: 100%;
        display: block;
    }
    .aboutBox table td {
        width: 100%;
        display: block;
    }
    .aboutBox iframe {
    width: 100%;
    }
}
/*************************************
お問い合わせ
*************************************/
#contact {
    margin: 0 auto;
    margin-bottom: 30px;
}
#contact h3 {
    font-size: 24px;
    font-weight: bold;
    color: #009d85;
    padding-bottom: 10px;
    border-bottom: 1px solid #009d85;
    text-align: center;
    margin-bottom: 15px;
}
.contactBox {
    margin-bottom: 60px;
}
.contactBox_Inner img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.contactBox_Inner p {
    padding-left: 20px;
    margin-bottom: 50px;
}
@media screen and (min-width:768px) and ( max-width:1024px){
}
@media screen and (max-width: 480px) {
    #contact th {
        width: 100%;
        display: block;
        margin-bottom: 0;
        padding-bottom: 10px;
    }
    #contact td {
        width: 100%;
        display: block;
    }
}



/*************************************
bxslider
*************************************/
.bx-wrapper {
  margin: 0 !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  background: none !important;
    padding-top: 10px;
}
.bxslider img{
  width: 100% !important;
  height: auto !important;
}

/*************************************
basercms
*************************************/
#MailMessageIndexForm input[type=text], textarea, select, input[type=password] {
    font-size: 16px;
}
.post .sns-btns a {
    margin-bottom: 10px;
}