@charset "utf-8";


/* リセット */
* {
    margin: 0;
    padding: 0;
}

header,
nav,
section,
aside,
footer {
    display: block
}

ul,
ol {
    list-style: none;
}

html {
    font-size: 16px
}

body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #250d00;
    font-size: 100%;
    line-height: 1.9;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    line-height: 1.3;
    font-size: 100%;
}

a {
    color: #250d00;
    text-decoration: none;
    transition: 0.25s ease;
}

a:hover {
    color: #250d00;
    text-decoration: none;
}

img {
    vertical-align: middle;
    border: 0;
}

a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}



/* =========================================================
  基本
========================================================= */

/* ---------------------------------------------------------
  汎用・全体
--------------------------------------------------------- */
#container {}

#container > section {
    padding: 60px 0;
}

/*メイン画像*/
.pagemain {
    width: 100%;
    margin: 0 auto;
    background-color: #f3fbf0;
}

.pagemain img {
    width: 100%;
    margin: 0 auto;
    min-width: 1100px;
    max-width: 1200px;
    display: block;
}

/*ページタイトル*/
.ptl_area {
    margin: 60px auto;
    max-width: 1200px;
}

.ptl_area h2 {
    font-size: 38px;
    letter-spacing: 0.15em;
    border-bottom: 1px solid #b69782;
    padding: 10px 0 10px 30px;
    color: #250b00;
    margin-bottom: 10px;
}

.ptl_area h2 span {
    color: #b19587;
    font-size: 16px;
    letter-spacing: 3px;
    padding-left: 10px;
    vertical-align: middle;
}


.mainTitle {
    height: 300px;
    background-repeat: none;
    background-position: right top;
    background-size: cover;
    position: relative;
    width: 100%;
    max-width: 1920px;
    max-height: calc(100vh - 150px);
    margin: 0 auto;
}

.mainTitle h2,
.mainTitle h1 {
    position: absolute;
    font-size: 38px;
    color: #fff;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    /* text-shadow: 0px 0px 26px rgba(0, 0, 0, 1); */
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}
.mainTitle h2 span,
.mainTitle h1 span {
    font-size: 16px;
    letter-spacing: 3px;
    padding-left: 10px;
    display: block;
    margin-top: 1rem;
}


/* ミナミ研磨のよいところ */
.p-concept .mainTitle {
    background-image: url(../img/concept/bg_main.webp);
}
.p-concept .mainTitle h2 br {
    display: none;
}

/* 製品案内 */
.p-product .mainTitle,
.p-product_detail .mainTitle {
    background-image: url(../img/product/bg_main.webp);
    background-position: right center;
}
/* 製品案内 Gフラップホイール */
.p-product_detail.g-flap .mainTitle {
    background-image: url(../img/detail2/bg_main.webp);
    background-position: right center;
}

/* 不織布研磨材について */
.p-scourer .mainTitle {
    background-image: url(../img/scourer/bg_main.webp);
    background-position: right center;
}

/* 導入の流れ */
.p-flow .mainTitle {
    background-image: url(../img/flow/bg_main.webp);
}

/* 会社案内 */
.p-company .mainTitle {
    background-image: url(../img/company/bg_main.webp);
}

/* よくあるご質問 */
.p-qa .mainTitle {
    background-image: url(../img/qa/bg_main.webp);
}

/* お問い合わせ */
.p-contact .mainTitle {
    background-image: url(../img/contact/bg_main.webp);
}

/*各項目タイトル*/
section h2.ttl01 {
    font-size: 36px;
    text-align: center;
}

section h2.ttl01 span {
    padding: 0 0.25em;
    border-bottom: 1px dotted #250d00;
}

h3.tit01 {
    font-size: 22px;
    border-left: 5px solid #488035;
    padding-left: 10px;
    margin: 15px 10px;
}


/*表組み*/
table {
    border: 1px solid #bababa;
    border-collapse: collapse;
    width: 100%;
}

table th,
table td {
    border: 1px solid #bababa;
    padding: 5px 10px;
}

table th {
    background-color: #e5fcdf;
}

table td {}




/* ---------------------------------------------------------
  ヘッダー
--------------------------------------------------------- */
header#header .header-inner {
    max-width: 1200px;
    width: 100%;
    min-width: 1100px;
    margin: 10px auto 5px auto;
    overflow: hidden;
}

header#header .header-inner h1 {
    float: left;
}

header#header .header-inner h1 svg {
    width: 450px;
    height: 40px;
}

.st0 {
    fill: #595959;
}

.st1 {
    fill: #222222;
}

header#header .header-inner .con_info {}

header#header .header-inner .con_info .tel {
    padding-top: 5px;
}

header#header .header-inner .con_info .tel span {
    vertical-align: middle;
    padding: 0 0 0 5px;
}

header#header .header-inner .info {
    width: 192px;
}

header#header .header-inner .info a {
    display: block;
    color: #250d00;
    border: 1px solid #488035;
    padding: 5px;
    background: url(../img/common/icon_off.png) no-repeat 150px;
    text-decoration: none;
}

header#header .header-inner .info a:hover {
    color: #FFFFFF;
    background: #488035 url(../img/common/icon_on.png) no-repeat 150px;
}

header#header .header-inner .info a span {
    padding: 0 0 0 20px;
}


header#header nav#menuList {
    clear: both;
    width: 100%;
    border-bottom: 2px solid #488035;
    background: #FFFFFF;
    height: 60px;
}

header#header nav#menuList ul {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    min-width: 1100px;
}

header#header nav#menuList ul li {
    float: left;
    width: 12.39%;
    border-left: 1px solid #e5e5e5;
    position: relative;
}

header#header nav#menuList ul li:last-child {
    border-right: 1px solid #e5e5e5;
}

header#header nav#menuList ul li a {
    display: block;
    padding: 15px 0;
    text-align: center;
}

header#header nav#menuList ul li a:hover {
    display: block;
    padding: 15px 0;
    text-align: center;
    color: #FFFFFF;
    background: #488035;
}

/* 下層メニューの追加:2023/06/05 */
#menuList .drawer-menu-item {
    position: relative;
    text-decoration: none;
  }
  header#header nav#menuList ul.sub {
    position: absolute;
    /*top: 122px;*/
    top: 61px;
    width: 150px;
    min-width: inherit;
    z-index: 1;
}
  header#header nav#menuList ul .sub li {
    float: none;
    background: #f2f7f0;
    border: none;
    border-bottom: 1px solid #488035;
    width: 100%;
}

/* ---------------------------------------------------------
  フッター
--------------------------------------------------------- */
/* フッターコメント */
.footer_comment p {
    text-align: center;
}

#pagetop {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    margin: 0 auto;
}

#pagetop a:link {
    background: url(../img/common/page_top_off.png) no-repeat center center;
}

#pagetop a:hover {
    background: url(../img/common/page_top_on.png) no-repeat center center;
}

#pagetop a {
    position: fixed;
    bottom: 30px;
    right: 50px;
    display: block;
    width: 60px;
    height: 60px;
    padding: 1em 0 1em 2px;
}

/* フッター */
#footer {
    border-top: 2px solid #488035;
}

#footer .footer_box01 {
    padding: 40px 0 30px 0;
    overflow: hidden;
}

#footer .footer_box01 address {
    width: 650px;
}

#footer .footer_box01 address dd {
    font-style: normal;
}

#footer .footer_box01 address dd.tel {}

#footer .footer_box01 p.contact {
    padding: 23px 0 0 0;
}

#footer .footer_box01 div.contact {
    width: 100%;
    max-width: 384px;
    padding: 23px 0 0 0;
}

#footer .footer_box01 div.contact a {
    display: block;
}
#footer .footer_box01 div.contact:hover {
    opacity: 0.7;
}

#footer .footer_box01 div.contact a p {
    border: 1px solid #aaa;
    text-align: center;
    font-size: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 30%;
    padding-right: 15%;
    position: relative;
}

#footer .footer_box01 div.contact a p::before,
#footer .footer_box01 div.contact a p::after {
    content: "";
    display: block;
    height: 100%;
background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#footer .footer_box01 div.contact a p::before {
    width: 30%;
    left: 0;
background-image: url(../img/common/mail_image.png);
     background-size: 60%;
    background-position: right 40% center;
}

#footer .footer_box01 div.contact a p::after {
    width: 15%;
    right: 0;
    background-image: url(../img/common/icon_off.png);
    background-size: 20px;
    background-position: left 10% center;
}

#footer .footer_box02 {
    padding: 10px 0;
}

#footer .footer_box02 .footer_menu {
    width: 1200px;
    margin: 0 auto;
}

#footer .footer_box02 .footer_menu ul {
    width: 24%;
    margin-right: 1%;
    float: left;
}

#footer .footer_box02 .footer_menu ul li a {
    background: url(../img/common/footer_icon.png) no-repeat left center;
    padding: 2px 0 2px 20px;
    margin: 0 0 10px 0;
    display: inline-block;
}

#footer .footer_box02 .footer_menu ul li a:hover {
    text-decoration: underline;
}

#footer .copyright {
    text-align: center;
    padding: 10px 0;
    clear: both;
}

#footer .footer-logo {
    width: 450px;
    height: 40px;
}

/* ---------------------------------------------------------
 パンクズリスト
--------------------------------------------------------- */
.bread {
    width: 98%;
    margin: 0.5em auto;
    font-size: 14px;
}

.bread li {
    display: inline;
}

.bread li a {
    color: #488035;
    text-decoration: underline;
}

.bread li:first-child:before {
    content: "\f015";
    /* ホームアイコン */
    font-family: FontAwesome;
    margin-right: 0.25em;
}

.bread li:not(:last-child):after {
    content: "\f105";
    /* >アイコン */
    font-family: FontAwesome;
    margin-left: 0.5em;
}


/* ---------------------------------------------------------
 トップページ
--------------------------------------------------------- */
/*メイン画像*/
.p-home .main_pc {
    width: 100%;
    margin: 0 auto;
    background-color: #f2f7f0;
    position: relative;
    min-width: 1100px;
    max-width: 1920px;
}

.p-home .main_pc h2 {
    /* margin: 0 auto; */
    /* max-width: 1200px; */
    position: absolute;
    top: 25%;
    left: 4em;
    font-size: 3.5em;
    font-family: "ヒラギノ明朝 Pro W6", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", serif;
    font-weight: bold;
    line-height: 1.6;
}

.p-home .main_pc img {
    width: 100%;
    min-width: 1100px;
}

@media only screen and (max-width: 1920px) {
    .p-home .main_pc h2 {
        top: calc(50% - 3.75em);
        left: 4em;
        font-size: 3em;
    }
}
@media screen and (max-width:1360px) {
    .p-home .main_pc h2 {
        left: 2em;
        top: 20%;
    }
}


.p-home .main_sp {
    display: none;
    position: relative;
}

/* ごあいさつ */
.greeting_area {
    overflow: hidden;
}

.greeting_area .greeting {
    width: 68%;
}

.greeting_area .img_area {
    max-width: 303px;
    width: 50%;
    margin: 0 0 20px 20px;
    position: absolute;
    top: 0;
    right: 0;
}

.greeting_area .img_area img {
    width: 100%;
}

.greeting_area p {
    width: 70%;
}

.greeting_area p.catch {
    font-family: "ヒラギノ明朝 Pro W6", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", serif;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.companyname_area {
    background: #f2f7f0;
    overflow: hidden;
}

/* 製品一覧 */
.product_list {}

.product_list .product_area ul li {
    position: relative;
    margin-right: 15px;
}

.product_list .product_area ul li a {
    float: left;
    width: 590px;
    height: 360px;
    border: 1px solid #aaaaaa;
}

.product_list .product_area ul li a .name {
    background: #f8f8f8;
    padding: 15px;
    text-align: center;
}

.product_list .product_area ul li a .name h3 {
    padding: 0 0 10px 0;
}

.product_list .product_area ul li a:hover .name {
    background: #e6fcdf;
}

.product_area {
    clear: both;
}

.product_list a section.list {
    float: left;
    width: 48%;
    margin: 1% 1% 1%;
    padding: 0;
    box-shadow: 0 0 6px #fff, 0 0 6px #999, 0 0 1px #999;
}

.product_list a section.list .product {
    width: 100%;
    float: left;
    border: 1px solid #aaaaaa;
    padding: 0 0 10px 0;
    text-align: center;
    height: 360px;
    background: #f8f8f8 url(../img/common/icon_off.png) no-repeat 97% 96%;
}

.product_list a section.list .product img {
    width: 100%;
    height: auto;
}

.product_list a section.list .product h3 {
    padding: 15px 0 10px 0;
}

.product_list a:hover section.list .product {
    background: #e6fcdf url(../img/common/icon_off.png) no-repeat 97% 96%;
}


/* 製品用途一覧 */

.product_use .use_area {
    width: 1100px;
    margin: 0 auto;
}

.product_use .use_area li {
    width: 249px;
    float: left;
    margin: 10px;
    text-align: center;
    border: 1px solid #bbbbbb;
    padding: 2px;
    box-shadow: 0 0 4px #fff, 0 0 4px #aaa, 0 0 1px #aaa;
    display: table;
}

.product_use .use_area li a {
    border: 2px solid #488035;
    height: 65px;
    font-weight: bold;
    font-size: 18px;
    background: url(../img/common/arrow.png) 98% no-repeat;
    padding-right: 15px;
    display: table-cell;
    vertical-align: middle;
    line-height: 1.7em;
    background-color: #fff;
}

.product_use .use_area li:hover a {
    background-color: #e6fcdf;
}

/* 製品用途一覧 flexを使った新レイアウト */
.product_use2 .use_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
    gap: 1rem;
  } 
  .product_use2 .use_list li {
    width: 23%;
    text-align: center;
    border: 1px solid #bbbbbb;
    padding: 1px;
    box-shadow: 0 0 4px #fff, 0 0 4px #aaa, 0 0 1px #aaa;
    display: table;
    border-radius: 3px;
    min-height: 65px;
  }
  .product_use2 .use_list li a {
    border: 1px solid #aaa;
    font-weight: normal;
    font-size: 18px;
    display: table-cell;
    vertical-align: middle;
    line-height: 1.7em;
    background-color: #fbf7f4;
    border-radius: 3px;
    padding: 1rem;
  }
  .product_use2 .use_list li:hover a {
    background-color: #e6fcdf;
  }


/* 良いところ */
.nice_thing {
    background: #f2f7f4;
    overflow: hidden;
}

.nice_list {
    background: #FFFFFF;
    box-shadow: 0 0 6px #fff, 0 0 6px #999, 0 0 1px #999;
    width: 28%;
    text-align: center;
    margin: 10px;
    padding: 15px;
}

.nice_list a.boX {
    display: table;
    position: relative;
    width: 100%;
}

.nice_list img {
    width: 100%;
    height: auto;
}

.nice_list p {
    background: rgba(0, 0, 0, .6);
    font-family: "ヒラギノ明朝 Pro W6", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", serif;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    line-height: 1.5em;
    padding: 1%;
    display: table-cell;
    font-size: 18px;
    font-weight: bold;
}

.nice_thing .nice_box01,
.nice_thing .nice_box02 {
    overflow: hidden;
}

.nice_thing .nice_box02 {
    width: 71%;
    margin: 0 auto;
}

.nice_thing .nice_box02 .nice_list {
    max-width: 359px;
    width: 42%;
    margin: 1.5%;
}


/* 研磨材について～よくあるご質問 */
.other_menu {
    background: #faf8f4;
    overflow: hidden;
}

.other_menu a .menu_list {
    padding: 0 !important;
    width: 47%;
    border: 1px solid #aaaaaa;
    margin: 1%;
    float: left;
    overflow: hidden;
}

.other_menu a .menu_list .list {
    background: #FFFFFF;
}

.other_menu a .menu_list .list h3 {
    padding: 10px;
    font-size: 24px;
    text-align: center;
    background: url(../img/common/icon_off.png) no-repeat 95%;
}

.other_menu a .menu_list .list img {
    width: 100%;
    height: auto;
}

.other_menu a:hover .menu_list .list {
    background: #e6fcdf;
}

/* 新着情報 */
.info_area .max988 {
    position: relative;
    width: 988px;
    margin: 0 auto;
}

.info_area h3 {
    font-size: 36px;
    padding-bottom: 10px;
}

.info_area p.more {
    position: absolute;
    right: 0;
    top: 15px;
}

.info_area p.more img {
    padding: 0 0 3px 10px;
}

.info_area .info {
    border-top: 1px solid #250d00;
    border-bottom: 1px solid #250d00;
    padding-bottom: 20px;
}

.info_box {
    border-bottom: 1px dashed #cccfc8;
    padding: 20px 20px 10px 20px;
}

.info_box dl a.info_img {
    overflow: hidden;
    max-width: 115px;
    min-height: 40px;
    padding: 2px;
    display: block;
    margin: 0 15px 5px 5px;
    float: left;
}

.info_box dl a.info_img span {
    max-width: 110px;
    max-height: 75px;
    overflow: hidden;
    display: block;
}

.info_box dl a.info_img span img {
    width: 100%;
    display: block;
}

.info_box dl dd a p.title {
    color: #488035;
}

.info_box dl dd a p.title span {
    font-size: 14px;
    color: #250d00;
    font-weight: normal;
    margin-left: 1em;
}

.info_box dl dd a:hover p.title {
    text-decoration: underline;
}

.info_box dl dd a:hover p.title span {
    text-decoration: none !important;
}

.info_box dl dd p.text {
    font-size: 14px;
}


/* ---------------------------------------------------------
 製品案内 product
--------------------------------------------------------- */


/* ---------------------------------------------------------
 製品　用途別一覧 productusage
--------------------------------------------------------- */


/*用途一覧表*/
table.usage {}

table.usage th,
table.usage td {}

table.usage th {
    width: 28%;
}

table.usage td {
    text-align: center;
}

table.usage td a {
    display: block;
    font-size: 20px;
    font-weight: bold;
}

table.usage td.usage_ho:hover {
    background-color: #eef7ec;
    cursor: pointer;
}

table.usage th.hd1 {
    background-color: #488035;
    color: #fff;
    font-size: 18px;
    letter-spacing: 4px;
}

table.usage td.hd2 {}

table.usage td.usedatail {
    background-color: #fbf7f4;
}

table.usage td.usedatail a {
    font-size: 16px;
    font-weight: bold;
}

table.usage td.usedatail a img {
    margin-left: 10px;
}

.usage .usedatail a {
    display: block;
}
.usage .usedatail a:nth-child(1) {
    float: left;
    margin-left: 1rem;
}
.usage .usedatail a:nth-child(1) span {
    display: block;
    /*font-weight: 400;*/
    font-size: 14px;
    position: relative;
}
.usage .usedatail a:nth-child(1) span::after {
    content: '';
    display: inline-block;
    background: url(../img/common/icon_off.png) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 2px;
    margin-left: 4px;
}
.usage .usedatail a:nth-child(2) {
    float: right;
    margin-right: 1rem;
}


article.linkarea {
    margin: 10px 0;
    clear: both;
    overflow: hidden;
    border-bottom: 1px dotted #aaa;
    padding: 10px 0 20px 0;
}

article.linkarea img {
    width: 300px;
    float: left;
}


/* ---------------------------------------------------------
 製品詳細 detail
--------------------------------------------------------- */

/*特長*/
.features_Box {
    float: left;
    width: 44%;
    margin: 2% 1%;
    position: relative;
    background-color: #fff;
    padding: 4% 2% 2% 2%;
    box-shadow: 2px 2px 6px #ccc;
}

.features_Box .fe-numb {
    position: absolute;
    top: -20px;
    left: 5px;
}

.features_Box .fe-img {
    width: 35%;
    float: left;
    margin-right: 15px;
}

/*用途*/

.product_use2 .use_area {
    width: 1100px;
    margin: 0 auto;
}

.product_use2 .use_area li {
    width: 249px;
    float: left;
    margin: 10px;
    text-align: center;
    border: 1px solid #bbbbbb;
    padding: 1px;
    box-shadow: 0 0 4px #fff, 0 0 4px #aaa, 0 0 1px #aaa;
    display: table;
    border-radius: 3px;
}

.product_use2 .use_area li a {
    border: 1px solid #aaa;
    height: 65px;
    font-weight: normal;
    font-size: 18px;
    display: table-cell;
    vertical-align: middle;
    line-height: 1.7em;
    background-color: #fbf7f4;
    border-radius: 3px;
}

.product_use2 .use_area li:hover a {
    background-color: #efe4dd;
}


/*規格表*/
.pro_tableBox {
    margin: 30px auto 10px auto;
}

dl.pro_table1,
dl.pro_table2 {
    display: table;
    width: 98%;
    margin: 0 auto;
}

dl.pro_table1 dt,
dl.pro_table2 dd {
    display: table-cell;
    width: 15%;
    border: 1px solid #aaa;
    padding: 10px 5px;
}

dl.pro_table1 dt {
    background-color: #488035;
    color: #fff;
    text-align: center;
}

dl.pro_table2 dd {
    background-color: #fff;
}

/* PSIのユーザ補助の減点項目に対応 */
.pro_table {
    width: 98%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.pro_table dl {
    width: 16%;
}
.pro_table dl dt, .pro_table dl dd {
    border: 1px solid #aaa;
    padding: 10px 5px;
}
.pro_table dl dt {
    background-color: #488035;
    color: #fff;
    text-align: center;
}
.pro_table dl dd {
    min-height: 4em;
}


/* ---------------------------------------------------------
　株式会社ミナミ研磨の良いところ
--------------------------------------------------------- */

.concept_box {
    background: url(../img/concept/icon.webp) no-repeat 50% 0%;
    padding-top: 70px;
    margin-top: 60px;
    overflow: hidden;
}

.concept_box h3 {
    text-align: center;
    font-family: "ヒラギノ明朝 Pro W6", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", serif;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 1em;
}

.concept_box h3 span {
    border-bottom: 1px dotted #250d00;
    padding: 0 0.25em;
}

.concept_box img {
    margin: 0 35px;
}

.concept_box p {
    font-size: 18px;
}


/* ---------------------------------------------------------
　導入の流れ
--------------------------------------------------------- */
.flow_list,
.flow_listend {
    padding-bottom: 60px;
    margin: 20px;
    min-height: 390px;
}

.flow_short {
    min-height: inherit;
}

.flow_list {
    background: url(../img/flow/f-arrow.png) no-repeat bottom;
}

.flow_listend {
    background-image: none;
}

.flow_list h3 {
    border-bottom: 1px dotted #250d00;
    padding-bottom: 10px;
    font-size: 28px;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.flow_list h3 img {
    margin-right: 10px;
}

.flow_list img.flowimg {
    margin: 10px 30px;
}

.flow_list .flowlink {
    margin: 20px 5px;
}

.flow_list .flowlink span {
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
}

.flow_list .flowlink a.telnum {
    font-size: 22px;
    letter-spacing: 3px;
    font-weight: bold;
}

.flow_list .flowlink .tel:before {
    font-family: FontAwesome;
    content: "\f095";
    font-size: 26px;
    margin-right: 10px;
}

.flow_list .flowlink .mail:before {
    font-family: FontAwesome;
    content: "\f0e0";
    font-size: 26px;
    margin-right: 10px;
}


/* ---------------------------------------------------------
　不織布研磨材について
--------------------------------------------------------- */

.scourerBox {
    padding-bottom: 60px;
    margin: 20px;
    overflow: hidden;
}

.scourerBox h3 {
    border-bottom: 1px dotted #250d00;
    padding-bottom: 10px;
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.scourerBox h3 img {
    margin-right: 10px;
}

.scourerBox img.scoimg {
    margin: 10px 30px;
}

.scourerBox p {}

table.to_tab {}

table.to_tab th {
    background-color: #488035;
    width: 30%;
    color: #fff;
}

table.to_tab td {
    background-color: #fff;
}



/* ---------------------------------------------------------
　会社概要
--------------------------------------------------------- */

table.company th {
    width: 30%;
}

.google-maps {
    position: relative;
    padding-bottom: 30%;
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}


/* ---------------------------------------------------------
　よくあるご質問
--------------------------------------------------------- */

.qa_BoX {
    clear: both;
    padding: 30px;
    background-color: #fbf7f4;
    margin-bottom: 2em;
}

.qa_BoX .Q_tit {
    background: url(../img/qa/img_q.png) no-repeat left 50%;
    font-size: 22px;
    padding: 15px 0px 15px 42px;
    border-bottom: 1px dotted;
    margin-bottom: 10px;
}

.qa_BoX .A_txt {
    background: url(../img/qa/img_a.png) no-repeat left top;
    line-height: 2em;
    padding: 0px 0px 5px 42px;
    margin-bottom: 10px;
}

.qa_BoX a.LinKtxt {
    margin-left: 42px;
}


/* ---------------------------------------------------------
　サイトマップ
--------------------------------------------------------- */

.site_List {
    width: 80%;
    margin: 0 auto;
}

.site_List li {
    padding: 0 10px;
}

.site_List li a {
    background: url(../img/common/arrow.png) no-repeat left;
    padding: 15px 10px 15px 30px;
    border-bottom: 1px dotted #aaa;
    display: block;
}

/* ---------------------------------------------------------
  フォーム関連スタイル　1025px以上
--------------------------------------------------------- */

.cont_tel,
.cont_mail {}

.cont_tel h2,
.cont_mail h2 {
    padding: 5px 10px;
    font-weight: bold;
    border-bottom: 1px dotted #b69782;
    margin: 10px 5px;
}

.cont_tel h2:before {
    font-family: FontAwesome;
    content: "\f095";
    font-size: 28px;
    margin-right: 10px;
}

.cont_mail h2:before {
    font-family: FontAwesome;
    content: "\f0e0";
    font-size: 28px;
    margin-right: 10px;
}

.p-contact form {
    width: 100%;
    margin: 0 auto;
}

.form_section {
    border: 4px solid #e8e0db;
    padding: 4% 6%;
}

ul.fm_text-comlist li {
    font-weight: bold;
    list-style-type: decimal-leading-zero;
    margin-left: 2em;
}

.fm_com {
    font-size: 0.9em;

    margin-bottom: 1em;
}

.form_table {
    width: 100%;
    border: none;
}

.form_table tr:nth-child(1) th,
.form_table tr:nth-child(1) td {
    border-top: none;
}

.form_table th,
.form_table td {
    border-top: 1px dotted #BEBDBD;
    padding: 10px 0;
    vertical-align: top;
    border-right: none;
    border-left: none;
    border-bottom: none;
}

.form_table th {
    text-align: left;
    width: 28%;
    background-color: #fff;
}

.form_table td {
    font-weight: bold;
}

span.need {
    float: right;
    color: #e61f19;
    border: 1px solid #e61f19;
    border-radius: 3px;
    padding: 2px 4px;
    font-weight: 500;
    margin-right: 10px;
}

.fm_input-text.size-s,
.fm_input-textarea.size-s,
.fm_input-select.size-s {
    width: 7em;
}

.fm_input-text.size-m,
.fm_input-textarea.size-m,
.fm_input-select.size-m {
    width: 16em;
}

.fm_input-text,
.fm_input-textarea,
.fm_input-select {
    box-sizing: border-box;
    margin-bottom: 0.5em;
    width: 100%;
    background: #fff;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    margin-right: 0.5em;
    margin-left: 0.5em;
    position: relative;
    padding: 10px;
    font-size: 1.02em;
}


/*▼プライバシーポリシー表示*/
.privacy-policy-area {
    display: block;
}

dl.privacy-policy-area {
    width: 100%;

}

#privacy-policy-document {
    width: 100%;
    height: 13em;
    border: 1px solid #ccc;
}

.fm_kiyakuradio {
    background-color: #eee;
    display: block;
    padding: 1em;
    margin-top: 1em;
    cursor: pointer;
}

/*▼送信ボタンスタイル*/
ul.mailform_submit {
    display: block;
    width: 100%;
    margin: 0px auto;
}

ul.mailform_submit li {
    width: 40%;
    text-align: center;
    margin: 3em auto;
}

.fm_btn1,
.fm_btn2 {
    border: none;
    width: 100%;
    padding: 0.9em;
    cursor: pointer;
    display: block;
    color: #fff;
    text-align: center;
    font-weight: bold;
    letter-spacing: 3px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.1em;
    border-radius: 4px;

}

.fm_btn1 {
    background: #488035;
    box-shadow: 0 3px 0 0 #295f17;
}

.fm_btn1:hover {
    background: #396f26;
    color: #fff;
    text-decoration: none;
}

.fm_btn2 {
    background: #999999;
    box-shadow: 0 3px 0 0 #666666;
}

.fm_btn2:hover {
    background: #808080;
    color: #fff;
    text-decoration: none;
}

/*▲送信ボタンスタイル　ここまで*/

/*▼確認画面*/

.form_section2 table th {
    width: 30%;
}



/*-------------------------------------------------------------------
  お知らせ
--------------------------------------------------------------------*/
.p-topics .archive_Box {
    width: 30%;
    float: left;
    margin: 15px 13px;
    display: table;
    position: relative;
}

.p-topics .archive_Box a.archive_link {
    width: 93%;
    display: block;
    padding: 20px 15px 15px 15px;
    box-shadow: 1px 1px 3px #999;
    border: 1px solid #ccc;
    text-decoration: none;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    border-radius: 6px;
    height: 460px;
}

.p-topics .archive_Box a.archive_link:hover {
    box-shadow: 1px 1px 3px #ddd;
    color: #488035;

}

.p-topics .archive_Box p.archive-comment {
    line-height: 1.5em;
    margin-top: 5px;
}

.p-topics .archive_Box h3 {
    font-size: 18px;
    line-height: 1.2em;
    min-height: 63px;
}

.p-topics .archive_Box span.img_Box {
    max-height: 190px;
    min-height: 180px;
    overflow: hidden;
    display: block;
    background: #fff url(../img/common/bg_logos.jpg) no-repeat center;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
}

.p-topics .archive_Box a.archive_link:hover span.img_Box {
    opacity: 0.65;
    filter: alpha(style=0, opacity=65);
}

.p-topics .archive_Box a.archive_link:hover img {
    opacity: 1;
    filter: alpha(style=0, opacity=100);
}

.p-topics .archive_Box img {
    display: block;
    width: 100%;
    background-color: #fff;
}

.p-topics .archive_Box p.contin {
    background: url(../img/common/icon_arrow_footer.png) right no-repeat;
    text-align: right;
    padding: 5px 20px 4px 0;
    font-size: 14px;
    position: absolute;
    bottom: 15px;
    right: 12px;
}

.p-topics .archive_Box a.archive_link:hover p.contin {
    text-decoration: underline;
}

.p-topics .navigation1 {
    margin: 35px auto 0px auto;
    clear: both;
}

.p-topics .navigation2 {
    margin: 30px auto 0px auto;
    clear: both;
}

.p-topics .navigation1 a:hover,
.p-topics .navigation2 a:hover,
.p-topics span.return-ico img:hover {
    /*opacity: 0.8;
	filter: alpha(style=0, opacity=80);*/
}

.p-topics .navigation1 span.back-ico,
.p-topics .navigation2 span.back-ico {
    float: left;
    margin: 0px 0px 20px 10px;
}

.p-topics .navigation1 span.next-ico,
.p-topics .navigation2 span.next-ico {
    float: right;
    margin: 0px 0px 20px 0px;
}

.p-topics span.return-ico {
    float: left;
    margin: 20px 10px 15px 0px;
}

.p-topics a.btn-22 {
    display: block;
    border: 1px solid #488035;
    -moz-border-radius: 10px;
    font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    width: 125px;
    padding: 10px 5px;
    display: block;
    margin: 10px 0px 0px auto;
    transition: 0.25s ease-in-out;
    padding-right: 8px;
    letter-spacing: 2px;
}

.p-topics a.btn-22:hover {
    color: #fff;
    background: #488035;
    text-decoration: none;
}


.p-topics .detail_Box {
    margin-bottom: 40px;
}

.p-topics .detail_Box .msg {
    margin: 0 auto;
    line-height: 1.9em;
    font-size: 1.2em;
}

.p-topics .detail_Box .date {
    font-size: 16px;
}

.p-topics .detail_Box h1 {
    text-align: left;
    padding: 10px 3px 10px 3px;
    height: auto;
    border-bottom: 2px dotted #488035;
    margin: 25px 0;
    font-size: 1.45em;
}

.p-topics .detail_Box a.img {
    width: 32%;
    float: left;
    margin: 15px 4px 30px 4px;
}

.p-topics .detail_Box div.short_Box a.img img {
    width: 100%;
    display: block;
    border: 1px solid #CCCCCC;
}

* html .p-topics .detail_Box a.img img {
    width: 210px;
}

.p-topics .detail_Box a.img:hover img {
    opacity: 0.8;
    filter: alpha(style=0, opacity=80);
}

/*.p-topics .detail-comment {
	font-size: 1.15em;
}*/

/*管理画面*/
.p-topics span.midashi {
    color: #FF0000;
    font-size: 22px;
    font-weight: bold;
    margin: 10px auto;
    display: block;
    font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
    line-height: 60px;
}

.p-topics div.admin {
    padding: 20px 6px;
    border: double 3px #FF0000;
    width: auto;
    margin: 6px auto;
    text-align: center;
    background: #FEF2F2;
}

.p-topics div.admin input,
.p-topics div.admin select {
    padding: 10px;
    font-size: 18px;
}

/* ---------------------------------------------------------
　共通・ボタン・リンクなど
--------------------------------------------------------- */

.btn {
    clear: both;
}

.btn p a {
    width: 94%;
    max-width: 440px;
    display: block;
    border: 1px solid #488035;
    padding: 15px;
    margin: 0 auto;
    text-align: center;
    background: #FFFFFF url(../img/common/icon_off.png) no-repeat 95%;
    font-size: 20px;
}

.btn p a:hover {
    display: block;
    color: #FFFFFF;
    border: 1px solid #488035;
    background: #488035 url(../img/common/icon_on.png) no-repeat 95%;
}


.btn_circle {
    width: auto;
    border: 1px solid #488035;
    padding: 10px 55px 10px 15px;
    margin: 0 auto;
    text-align: center;
    background: #FFFFFF url(../img/common/icon_off.png) no-repeat 95%;
    font-size: 16px;
    float: right;
    border-radius: 35px;
}

.btn_circle:hover {
    display: block;
    color: #FFFFFF;
    border: 1px solid #488035;
    background: #488035 url(../img/common/icon_on.png) no-repeat 95%;
}

a.LinKtxt {
    background: url(../img/common/icon_off.png) no-repeat 85%;
    padding: 10px 55px 10px 15px;
}

a.LinKtxt:hover {
    text-decoration: underline;
}

a.LinKbtn {
    border: 1px solid #488035;
    padding: 12px 35px 12px 12px;
    margin: 0 auto;
    text-align: center;
    background: #FFFFFF url(../img/common/icon_off.png) no-repeat 95%;
    font-size: 16px;
    border-radius: 30px;
}

a.LinKbtn:hover {
    color: #FFFFFF;
    border: 1px solid #488035;
    background: #488035 url(../img/common/icon_on.png) no-repeat 95%;
}

/* ---------------------------------------------------------
 他　
--------------------------------------------------------- */

/* BOX幅 */
.w15 {
    width: 15% !important;
}

.w17 {
    width: 17%;
}

.w20 {
    width: 20% !important;
}

.w38 {
    width: 38%;
}

.w48-100 {
    width: 48%;
}

.w28-100 {
    width: 28%;
}

.w34-100 {
    width: 34%;
}

.w38-100 {
    width: 38%;
}

.w58-100 {
    width: 58%;
}

.w64-100 {
    width: 64%;
}

.w68-100 {
    width: 68%;
}

.w100-48 {
    width: 100%;
}

.max1200,
.max1200-100,
.max1200-96,
.max1200-94 {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    min-width: 1100px;
}

.max1100-96 {
    width: 100%;
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    min-width: 1100px;
}

.max988-96 {
    width: 100%;
    max-width: 988px;
    margin-right: auto;
    margin-left: auto;
}

.max500-90 {
    width: 90%;
    max-width: 500px;
    margin: auto;
}

/*背景色*/
.bk-brown {
    /*茶色*/
    background: #faf8f4;
    overflow: hidden;
}

.bk-green {
    /*薄緑色*/
    background: #f2f7f4;
    overflow: hidden;
}

.bk-brown {
    /*薄オレンジ*/
    background: #fbf7f4;
    overflow: hidden;
}


/* ページ内リンクのリンク先の位置調整 */

.pagelink80-65 {
    margin-top: -80px;
    padding-top: 80px;
}

.pagelink60 {
    margin-top: -60px;
    padding-top: 60px;
    margin-bottom: -60px;
    padding-bottom: 60px;
}


/* 余白（マージン・パディング） */
.mt1em {
    margin-top: 1em !important
}

.mt15 {
    margin-top: 15px !important
}

.mt20 {
    margin-top: 20px
}

.mt30 {
    margin-top: 30px
}

.mt15-0 {
    margin-top: 15px !important
}

.mt60 {
    margin-top: 60px !important
}

.mr10 {
    margin-right: 10px
}

.mr15 {
    margin-right: 15px
}

.mr30 {
    margin-right: 30px
}

.mr40 {
    margin-right: 40px
}

.mr1em {
    margin-right: 1em
}


.mb1em {
    margin-bottom: 1em
}

.mb70-40 {
    margin-bottom: 70px
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb55 {
    margin-bottom: 55px
}

.ml15 {
    margin-left: 15px
}

.ml1em {
    margin-left: 1em
}

.ml2em {
    margin-left: 2em
}

.m-auto {
    margin: auto
}

.pt0 {
    padding-top: 0 !important
}

.pt10 {
    padding-top: 10px
}

.pt30 {
    padding-top: 30px
}

.pt40 {
    padding-top: 40px
}

.pl15 {
    padding-left: 15px
}

.pb15 {
    padding-bottom: 15px
}

.pd0 {
    padding: 0;
}

.side15-10 {
    margin-left: 15px;
    margin-right: 15px;
}

.over_hid {
    overflow: hidden;
}

/* 文字色 */
.gre01 {
    color: #09a100;
}

/* グリーン */
.ore01 {
    color: #f99300;
}

/* オレンジ */
.red01 {
    color: #e61f19;
}

/*　赤 */

/* 文字サイズ */
.f70-60 {
    font-size: 70px;
}

.f60-50 {
    font-size: 60px;
}

.f40-34 {
    font-size: 40px;
}

.f36-28 {
    font-size: 36px;
}

.f28-22 {
    font-size: 28px;
}

.f24-20 {
    font-size: 24px;
}

.f22-18 {
    font-size: 22px;
}

.f20-16 {
    font-size: 20px;
}

.f18-16 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f22 {
    font-size: 22px;
}

.f24 {
    font-size: 24px;
}

.f16 {
    font-size: 16px;
}

.f15 {
    font-size: 15px;
}

.f14 {
    font-size: 14px;
}

.f09 {
    font-size: 0.9em;
}

.fbol {
    font-weight: bold;
}

/* 配置 */
.center {
    text-align: center
}

.right {
    text-align: right
}

.left {
    text-align: left
}

.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10000;
}

.posi_rela {
    position: relative;
}

.min {
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif
}

.ls5 {
    letter-spacing: 5px;
}

.ls5-3 {
    letter-spacing: 5px;
}

.lh2 {
    line-height: 2;
}

ul.list-disc li {
    list-style-type: disc;
    margin-left: 1em;
}

/* 回り込み */
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clear {
    clear: both;
}

.float-l {
    float: left;
}

.float-r {
    float: right;
}

.float-l-c {
    display: block;
    float: left;
}

.float-r-c {
    display: block;
    float: right;
}

.float-c-l,
.float-c-r {}

/* 画像幅 */
.img100per {
    max-width: 100%;
    height: auto;
}

.img35per {
    width: 35%;
    max-width: 100%;
    height: auto;
}


/* メディア表示／非表示 */
.pc-only,
.pctab-only {
    display: block;
}

.sp-only,
.tabsp-only {
    display: none;
}


/* display */
.d-block {
    display: block;
}
