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

/*----------------------------------------------------------------------レスポンシブ化*/
/* 共通設定 */
img {
    max-width: 100%;
}
.center {
    text-align: center;
}

/*PCレイアウト（600px以上）*/
@media screen and (min-width:600px) {
.mainimg_sp {
    display: none!important;
}
.pc-no {
    display: none!important;
}
}

/*スマホレイアウト（599px以下）*/
@media screen and (max-width:599px) {
.sp-no {
    display: none!important;
}
* {
    -webkit-box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    -o-box-sizing: border-box!important;
    -ms-box-sizing: border-box!important;
    box-sizing: border-box!important;
}
body {
    background: none;
    line-height: 1.5!important;
}
}
/*-------------------------------------TOPページ*/
/*スマホレイアウト（599px以下）*/
@media screen and (max-width:599px) {
header {
    width: 100%;
    padding: 0;
    height: inherit;
}
header h1 {
    padding: 8px 8px 0 8px;
}
#main {
    width: 100%;
}
.mainimg_pc {
    display: none;
    height: auto;
}
.news h2 {
        margin: 10px 10px;
}
    .news .center {
        margin: 0 10px;
    }
    .news p {
        margin: 0 10px;
    }
    
.intro {
    width: 100%;
}
#fotter_in {
    width: 100%;
}
p.concept {
    width: 100%;
}
p.kikaku_top {
    width: 100%;
}
/*ドロワーメニュー部分*/
nav#menu {
    width: 100%;
}
nav#menu ul {
    margin: 0px;
    padding: 0px;
}
nav#menu ul li {
    list-style-type: none;
}
nav#menu ul li a {
    text-decoration: none;
    width: 100%;
    display: block;
    background-color: #333;
    color: #fff;
    border-bottom: 1px solid #ccc;
    text-align: center;
    padding: 15px 0px 15px 0px;
}
nav a {
    background: none;
}
    hr {
        width: 100%;
    }
/*ドロワーメニュー部分ここまで*/
	
.header_sp {
    display: flex;
    justify-content: space-between;
}
.header_sp>div+div {
    display: flex;
}
.dekirukoto {
    margin: 0;
    padding: 0 10px;
}
.dekirukoto ul {
    display: flex;
    flex-wrap: wrap;
}
.leftbox {
    margin: 10px auto;
    float: none;
    width: 442px;
}
.rightbox {
    margin: 0 auto;
    float: none;
    width: 442px;
}
#contact img {
    padding: 0;
    margin-top: 20px;
}
#contact {
    padding: 30px 10px;
}
footer {
    background: none;
    padding: 0;
}
#fotter_in {
    height: inherit;
    padding: 10px;
    margin-bottom: 0;
}
#fotter_in .fl {
    float: none;
    margin: 10px 0 20px;
}
.company {
    float: none;
    padding: 0;
    letter-spacing: -1px;
    font-size: 85%;
}
ul.jigyo {
    float: none;
    padding: 0 10px;
    font-size: 85%;
    width: inherit;
}
nav#fmenu ul {
    float: none;
    width: 100%;
    padding: 0;
    margin: 10px 0;
}
nav#fmenu ul li {
    background: #ffe3e3;
    list-style-image: none;
    border-bottom: 1px solid #fff;
    }
nav#fmenu ul li a {
    padding: 13px;
    display: flex;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    }
    nav#fmenu ul li {
    padding-bottom: 0;
    }
.footer_2col {
    display: flex;
    justify-content: center;
}
.iten {
    text-align: center;
}
.copyright {
    background: #d21422;
    padding: 20px 10px;
}
.big {
    font-size: 120%;
}
.bold {
    font-weight: bold;
}
.dekirukoto ul li {
    width: 49.0%;
}
.leftbox, .rightbox {
    width: auto;
}
}
/*-------------------------------------会社概要*/
p.rinen {
    padding-left: 110px;
}

/*スマホレイアウト（959px以下）*/
@media screen and (max-width:599px) {
h3.hamono {
    padding: 5px 0 5px 20px;
    height: auto;
    background: #ddd;
    border-bottom: 2px solid #AAA;
    margin: 35px 0 10px;
}
p.rinen {
    padding: 0;
    float: none;
    width: 100%;
}
.fr {
    float: none;
}
table.company_t {
    width: 94%;
    margin: 20px auto;
}
.company_t th, .company_t td {
    display: block;
    width: 100%;
}
.googlemap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.googlemap iframe, .googlemap object, .googlemap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.map_left {
    width: auto;
    height: auto;
    float: none;
    padding: 0 10px;
}
.map_right {
    float: none;
}
p.kojin {
    width: auto;
}
p.send {
    width: 100%;
}
}

/*-------------------------------------お問合せ*/
@media screen and (max-width:599px) {
p.come {
    width: auto;
    padding: 10px;
}
table.contactform {
    width: 94%;
    margin: 0 auto;
}
table.contactform th, table.contactform td {
    display: block;
    width: 100%;
    padding: 10px;
}
    table.contactform th {
        padding-left: 10px!important;
    }
textarea {
    width: 100%;
}
}

/*-------------------------------------こだわりの技術*/
@media screen and (max-width:599px) {
.kodawari {
    width: 100%;
    height: auto;
}
.kodawari p {
    width: 100%;
}
.kodawari h4 {
    width: 100%;
    margin-top: 20px;
    padding-left: 10px;
}
.kodawari_left {
    float: none;
    width: 100%;
}
}

/*-------------------------------------別注品制作*/
@media screen and (max-width:599px) {
.flow_dl {
    padding: 0 10px;
}
.flow_dl dt {
    background: #cb0014;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    font-size: 110%;
}
.flow_dl dd {
    border: 1px solid #cb0014;
    padding: 10px;
}
.flow_dl+.center img {
    padding: 5px;
}
dl.faq {
    padding-left: 10px;
}
.bettyumihon_box {
    max-width: 100%;
    padding: 0 10px;
    }
}
/*-------------------------------------規格品製品一覧*/
#main {
    border: none;
}
.kikaku_list {
    background: inherit;
    margin: 0;
    width: 100%;
}
.kikaku_list ul {
    border: none;
    display: flex;
    flex-wrap: wrap;
    height: auto;
    width: 930px;
    margin: 0 auto;
}
.kikaku_list ul li {
    flex: 0 0 30%;
    margin: 0 5px 10px;
    background-color: #efeeef;
    padding: 0;
    border: 1px solid #ddd;
}
.kikaku_list h4 {
    text-align: center;
    padding: 10px 10px 0 10px;
}
.kikaku_list h4+p {
    padding: 10px;
    line-height: 1.2;
}
.bg_product {
    display: block;
    height: 170px;
    width: 297px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.bg_marunife {
    background-image: url("../images/product/bg_marunife.jpg");
}
.bg_cutnife {
    background-image: url("../images/product/bg_cutnife.jpg");
}
.bg_nokobasiki {
    background-image: url("../images/product/bg_nokobasiki.jpg");
}
.bg_hasami {
    background-image: url("../images/product/bg_hasami.jpg");
}
.bg_slitter {
    background-image: url("../images/product/bg_slitter.jpg");
}
.product_2col_a, .product_2col_b {
    display: flex;
    align-items: center;
    width: 920px;
    margin: 5px auto 10px;
    line-height: 1.5;
}
.product_2col_a>div:first-of-type {
    flex: 2;
}
.product_2col_a p {
    padding: 0 10px;
}
.product_2col_b {
    width: 690px;
    justify-content: space-between;
}
.product_2col_b >div {
    flex: 1;
    text-align: center;
}

@media screen and (max-width:599px) {
p.setumei, p.bluebox, p.redbox {
    width: 100%;
    padding: 10px;
}
.bg_product {
    width: 100%;
    height: 120px;
}
.kikaku_list ul {
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
.kikaku_list ul li {
    flex: 0 0 49%;
    margin: 0 0 10px 0;
}
.product_2col_a, .product_2col_b {
    width: 100%;
    flex-wrap: wrap;
}
.product_2col_a div:last-of-type {
    flex: 100%;
    text-align: center;
    margin-top: 10px;
}
.cutnife_img {
    margin: 0 10px 20px;
}
.nokobasiki_img {
    margin: 0 10px;
}
.product_2col_b {
    display: block;
}
.product_2col_b>div {
    margin-bottom: 10px;
    }
.folder {
    width: 100%;
    float: none;
}
.scroll-table {
    overflow: auto;
    white-space: nowrap;
}
.kikaku {
    margin: 10px;
}
table {
    width: 100%;
    border-collapse: collapse;
    border: solid 1px #ddd;
}
p.come_kikaku_u, p.come_kikaku {
    width: 100%;
}
}
#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f102';
  font-size: 25px;
  color: #000;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #000;
}

/*-------------------------------------フォーム確認画面*/
@media screen and (max-width:599px) {
    .subtop_img>img {
        height: auto!important;
    }
    #formWrap {
        width: 100%;
    }
}