body {
    height: 100%;
    margin: 0px;
    padding: 0px;
    color: #666;
    /*全体の文字色*/
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    /*フォント種類*/
    font-size: 15px;
    /*文字サイズ*/
    line-height: 2;
    /*行間*/
    background: #fff;
    /*背景色*/

}

/*全体*/
#wrapper {
    width: 100%;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}


h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
li,
dl,
dt,
dd,
form,
figure,
form {
    margin: 0px;
    padding: 0px;
    font-size: 100%;
    font-weight: normal;
}

h1 {
    position: relative;
    max-width: auto;
    font-weight: bold;
    font-size: 1.2em;
}

h1:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 7px;
    background: -webkit-repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
    background: repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);

}

h2 {
    padding-bottom: .5em;
    border-bottom: 2px solid #3f9877;
    margin-bottom: 2em;
}

h2:first-letter {
    margin-right: .1em;
    font-size: 2em;
    color: #3f9877;
}

h3 {
    font-weight: bold;
    font-size: 1.2em;

    padding: .25em 0 .25em .75em;
    border-left: 6px solid #325e9a;
}

#summary p {
    font-size: 0.5em;
}

/*ロゴ+コンタクト部分*/
.header_box {
    max-width: 1040px;
    /*ロゴ-コンタクト間横幅*/
    margin: auto;

}

/*ロゴ画像部分*/
.logo {
    width: 300px;
    /*ロゴ画像の幅*/
    float: left;
    /*左に回り込み*/
    margin-top: 10px;
    /*ロゴの上にあける余白。上下のバランスをここで調整して下さい。*/
}

/*ヘッダー右側の電話番号ブロック---------------------------------------------------------------------------*/
/*ブロック全体*/
.contact {
    float: right;
    /*右に回り込み*/
    /*margin-top: 10px;*/
    /*ブロックの上にあける余白。上下のバランスをここで調整して下さい。*/
    width: 350px;
    /*ブロック幅*/
    border-radius: 6px;
    /*角丸のサイズ*/
    padding: 5px;
    /*ボックス内の余白*/
    border: 1px solid #dcdcdc;
    /*枠線の幅、線種、色*/
    text-align: left;
    /*文字をセンタリング*/
    line-height: 1.5em;
}



/*ナビゲーション部分*/
.navi {
    clear: both;
    /*回り込み解除*/
    position: relative;
    list-style: none;
    overflow: hidden;
    margin-top: 90px;
    background-color: #3f9877;
    width: 100%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    text-align: center;
}


.navi li {

    float: left;
}

.navi ul {
    position: relative;
    left: 50%;
    float: left;
}

.navi ul li {
    position: relative;
    left: -50%;
    float: left;
}

.navi li a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

.button {
    display: inline-block;
    width: 150px;
    height: 54px;
    text-align: center;
    text-decoration: none;
    line-height: 54px;
    outline: none;
    background-color: #3f9877;
}

.button::before,
.button::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

.button,
.button::before,
.button::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.button:hover {
    background-color: #325e9a;
}

/*ここまでナビゲーション部分*/
main {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
}

/*ぱんくず*/
#breadcrumb {
    text-align: left;
    max-width: 1040px;
    font-size: smaller;
    clear: both;
    padding-top: 2em;
}

#breadcrumb ol {
    list-style: none;
    margin: 0;
    padding: 0
}

#breadcrumb ol li {
    display: inline;
}

#breadcrumb ol li::after {
    content: ">";
    padding-left: 7px
}

#breadcrumb ol li:last-child::after {
    content: none
}

/*ここまでぱんくず*/
footer {
    height: 50px;
    width: 100%;
    margin-top: auto;
    background: #3f9877;
    color: #fff;
    text-align: right;

}

.main_box {
    /*    top: 250px;*/

    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

.main_box img {
    width: 100%;
    height: auto;
}

/*topics部分*/

.topics {
    margin-bottom: 2em;
}

/*会社案内頁*/
#company {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 45%;
    border-collapse: separate;
    border-spacing: 0px 15px;
}

#company th {
    width: 10%;
    text-align: center;
    vertical-align: top;
    font-weight: bold;
}

#company td {
    width: 50%;
    text-align: left;
}

/*業務案内部分*/

#sales table {
    text-align: center;
    margin: 0 auto;
border-spacing: 5px;
}

#sales th {width: 10%;
    vertical-align: top;

}

#sales td {
    width: 30%;
}

#sales ol {
    list-style: disc;
}

#sales li {
    margin-left: 2em;
    text-align: left;
}

/*アクセス*/
#address.p {
    text-align: center;
    margin-top: 2em;
}

.map iframe {
    display: block;
    margin: 0px auto;
    position: relative;
    /*top: 10px;
    /*left:0;*/
    width: 600;
    height: 450;
    /*bottom: 50px;*/
    /**/
}

/*採用情報*/
#recruit {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 80%;
    border-collapse: separate;
    border-spacing: 0px 15px;
}

#recruit th {
    width: 10%;
    text-align: center;
    vertical-align: top;
    font-weight: bold;
}

#recruit td {
    width: 40%;
    text-align: left;
}

/*メーカー部分*/
.maker ul li {
    display: block;
    float: left;
    height: 100%;
    list-style-type: none;
    /*    text-align: center;*/
    width: 32%;
}

.maker ul {
    margin-top: 2em;
    margin-left: 2em;
    text-align: center;
}

/*#maker ul li:nth-child(3n-1){
    margin: 0 2%;
}*/

/*レスポンシブ対応予定
@media screen and (max-width: 480px) { 0px～480pxの画面サイズにCSSを適応 }
@media screen and (min-width: 480px)　{ 480以上の画面サイズにCSSを適応 }
@media screen and (min-width: 480px) and ( max-width:1024px)  { 480px～1024pxの画面サイズにCSSを適応 }/**/
