@charset "UTF-8";
@font-face {
    font-family: "mbempire";
    src: url("../font/mbempire-bold-webfont.eot?#iefix") format("embedded-opentype")/* IE6～IE8 向け */
    , url("../font/mbempire-bold-webfont.woff") format("woff")
    /* 主要最新ブラウザ向け */
    , url("../font/mbempire-bold-webfont.ttf") format("truetype")
    /* IE以外の旧ブラウザ向け */
    , url("../font/mbempire-bold-webfont.svg#svgId") format("svg");
    /* モバイル等その他のブラウザ向け */
}


/*
■1：ELEMENTS
■2：COMMON
■3：index
■4：Contents
*/


/*******************************************************************************

ELEMENTS

********************************************************************************/

* {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: YuGothic Medium, "Yu Gothic Medium", "Arial", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-weight: normal;
    font-size: 1.8em;
    line-height: 1.8em;
    color: #000;
    height: 100%;
    font-feature-settings: "liga" 0;
    overflow-y: scroll;
}

::selection {
    background: #333;
    color: #FFF;
}

::-moz-selection {
    background: #333;
    color: #FFF;
}

a {
    color: #333333;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

ul,
li,
ol {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt80 {
    margin-top: 80px !important;
}

.mt100 {
    margin-top: 100px !important;
}

img {
    vertical-align: top;
    width: ;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img,
img a {
    border: 0;
    vertical-align: bottom;
}

img {
    height: auto;
    max-width: auto;
    width: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s;
}

a:hover {
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s;
}

@media screen and (max-width:960px) {
    img {
        width: 100%;
    }
}

.sp {
    display: none;
}

.pc {
    display: block;
}

@media screen and (max-width:960px) {
    body {
        font-size: 1.4em;
        line-height: 1.8em;
    }
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
}

.center {
    text-align: center;
}


/*******************************************************************************

COMMON

********************************************************************************/


/*Flrx-----------------------------------*/

.Column {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 -30px;
}

.dp10,
.dp12,
.dp17,
.dp20,
.dp25,
.dp33,
.dp40,
.dp50,
.dp60,
.dp67,
.dp75,
.dp80,
.dp83,
.dp100,
.fluid {
    margin: 0 0 0 30px
}

.dp10 {
    width: calc(10% - 30px)
}

.dp12 {
    width: calc(12.5% - 30px)
}

.dp17 {
    width: calc(16.6667% - 30px)
}

.dp20 {
    width: calc(20% - 30px)
}

.dp25 {
    width: calc(25% - 30px)
}

.dp33 {
    width: calc(33.3334% - 30px)
}

.dp40 {
    width: calc(40% - 30px)
}

.dp50 {
    width: calc(50% - 30px)
}

.dp60 {
    width: calc(60% - 30px)
}

.dp67 {
    width: calc(66.6667% - 30px)
}

.dp75 {
    width: calc(75% - 30px)
}

.dp80 {
    width: calc(80% - 30px)
}

.dp83 {
    width: calc(83.3334% - 30px)
}

.dp100 {
    width: calc(100% - 30px)
}

.fluid {
    flex: 2
}

@media (max-width: 960px) {
    .Column {
        display: flex;
        flex-direction: column;
        margin: 0 0 0 0;
    }
    .dp10,
    .dp12,
    .dp17,
    .dp20,
    .dp25,
    .dp33,
    .dp40,
    .dp50,
    .dp60,
    .dp67,
    .dp75,
    .dp80,
    .dp83,
    .dp100,
    .fluid {
        width: 100%;
        margin: 0 0 20px;
    }
}


/*text-----------------------------------*/

.MBfont {
    font-family: "mbempire";
}

.Center {
    text-align: center;
}

.Right {
    text-align: right;
}

.ORENGE {
    color: #ff8800;
}

.YGLAY {
    color: #504c09;
}


/*header-----------------------------------*/

header {
    height: 200px;
    padding: 100px 0;
    display: flex;
}

header .Wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}

.HContactBox {
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #DDD;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.HTel {
    font-size: 1.4em;
    padding: 0 0.5em 0 0;
}

.HTel span {
    display: block;
    text-align: center;
    font-size: 0.4em;
    line-height: 0.8em;
}

.HContact a {
    display: block;
    background: #000;
    color: #FFF;
    border-radius: 5px;
    padding: 3px 20px;
}


/*GNavi-----------------------------------*/

nav#GNavi ul {
    display: flex;
    font-size: 0.9em;
    height: 50px;
}

nav#GNavi ul li:not(:last-of-type) {
    margin: 0 0.5em 0 0 !important;
}

nav#GNavi ul li {
    height: 100%;
}

nav#GNavi ul li a {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 0 0.5em;
}

#menu,
.SPNAVI {
    display: none;
}


/*footer-----------------------------------*/

footer {
    width: 100%;
    margin: 0 0 0;
    padding: 0 0 0;
    background: #e8e8e8;
}

footer section {
    margin: 0;
    padding: 0;
}

.FootTop {
    background: url(../img/common/foot-top.jpg) center top;
    background-size: cover;
    padding: 150px 0 0;
}

.footTelTxt {
    font-size: 2.0rem;
}

.footTel {
    font-family: 'Spartan', sans-serif;
    font-size: 4.8rem;
    margin: 20px 0 0px;
}

.footTelCaption {
    font-size: 1.5rem;
}

.FooterColumn {
    display: flex;
    justify-content: space-around;
    max-width: 1100px;
    margin: 0 auto;
}

.FootBottom {
    background: url(../img/common/foot-bottom.png) center top;
    background-size: cover;
    padding: 200px 0 50px;
    color: #FFF;
}

.FootBottom a {
    color: #FFF;
}

.FooterCompany {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.FooterCompany img {
    max-width: 119px;
}

.FooterName {
    font-size: 1.2em;
}

.FooterAddress {
    font-size: 0.8em;
    line-height: 1.2em;
    margin: 10px 30px 0 0;
}

.FooterNavi {
    display: flex;
    font-size: 0.9em;
}

.FooterNavi>div {
    width: 25%;
}

.FooterNavi ul li a {
    font-size: 0.75em;
}

.FooterNavi ul li a:before {
    content: "＞";
}

.copylight {
    font-size: 0.75em;
    text-align: center;
    margin: 40px 0 0;
}


/* BACK_TO_TOP  ------------*/

#pageTop {
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 100px;
    height: 100px;
    z-index: 9999;
}

@media screen and (max-width:960px) {
    /*header-----------------------------------*/
    header {
        height: 100px;
        padding: 0;
        align-items: center;
        justify-content: center;
    }
    .HContactBox {
        display: none;
    }
    h1 {
        margin-top: 30px;
    }
    /*GNavi-----------------------------------*/
    nav#GNavi {
        display: none;
    }
    /*NAVI-----------------------------------*/
    #menu {
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
    }
    #menu.active {
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        background: rgba(0, 0, 0, 0.5);
        display: block;
    }
    .MenuWrapper {
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        padding: 10px 10px 20px;
        background: rgba(255, 255, 255, 0.95);
        width: 100%;
        position: absolute;
        top: 0;
        right: -100%;
    }
    .SPMENU a {
        display: block;
        text-align: center;
    }
    .SPMENUTitle {
        font-size: 1.2em;
        font-weight: bold;
        padding: 10px 5px;
    }
    .SPMENUTitle:not(:first-of-type) {}
    .SPMENUBox {
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto 10px;
        border-top: 1px solid #CCC;
        border-left: 1px solid #CCC;
        width: 90%;
    }
    .SPMENUBox div {
        width: 50%;
        border-right: 1px solid #CCC;
        border-bottom: 1px solid #CCC;
    }
    .SPMENU.active,
    .MenuWrapper.active {
        right: 0 !important;
    }
    #MainWRapper {
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
    #MainWRapper.active {
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        filter: grayscale(100%);
    }
    .SPNAVI {
        width: 40px;
        height: 34px;
        top: 18px;
        right: 15px;
        position: fixed;
        z-index: 9999;
    }
    .SPNAVI,
    .SPNAVI span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }
    .SPNAVI span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #000;
        border-radius: 4px;
    }
    .SPNAVI span:nth-of-type(1) {
        top: 0;
    }
    .SPNAVI span:nth-of-type(2) {
        top: 15px;
    }
    .SPNAVI span:nth-of-type(3) {
        bottom: 0;
    }
    .SPNAVIName {
        font-size: 0.8em;
        position: absolute;
        color: #000;
        bottom: -20px;
        left: 3px;
    }
    /*menu.activw--------------------------------------*/
    .SPNAVI.active {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    .SPNAVI.active span:nth-of-type(1) {
        -webkit-transform: translateY(15px) rotate(-45deg);
        transform: translateY(15px) rotate(-45deg);
        background-color: #000;
    }
    .SPNAVI.active span:nth-of-type(2) {
        -webkit-transform: translateY(0) rotate(45deg);
        transform: translateY(0) rotate(45deg);
        background-color: #000;
    }
    .SPNAVI.active span:nth-of-type(3) {
        opacity: 0;
    }
    /*footer-----------------------------------*/
    footer {
        margin: 10vw 0 0;
        padding: 0 0 0;
    }
    .footTel {
        font-size: 3.8rem;
    }
    .FootTop {
        padding: 80px 0 0;
    }
    .FootBottom {
        padding: 150px 0 50px;
    }
    .FooterColumn {
        flex-direction: column-reverse;
    }
    .FooterColumn>div {
        width: 100%;
    }
    .FooterCompany {
        padding: 10vw 13%;
        text-align: center;
    }
    .FooterName {
        font-size: 1.2em;
    }
    .FooterAddress {
        font-size: 0.8em;
        line-height: 1.2em;
        margin: 10px 0 0 0;
    }
    .FooterNavi {
        flex-direction: column;
    }
    .FooterNavi>div {
        width: 100%;
    }
    .FooterNaviTitle {
        border-bottom: 1px solid #DDD;
    }
    .FooterNavi a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 5px;
    }
    .FooterNavi ul li a {
        font-size: 0.8em;
        border-bottom: 1px solid #EEE;
    }
    .FooterNavi ul li a:before {
        content: "＞";
    }
    .copylight {
        font-size: 0.75em;
        text-align: center;
        margin: 40px 0 0;
    }
}


/*******************************************************************************

CINDEX

********************************************************************************/

#indexKV {
    background: url(../img/index/kv.jpg) center center;
    background-size: cover;
    height: 500px;
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.indexKVTxt {
    max-width: 1100px;
    margin: 0 auto 0;
    padding: 40px 50px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
}

.indexKVTxt img {
    max-width: 750px;
}

.indexKVTxt p {
    margin: 40px 0 0;
    font-size: 1.4rem;
}

.indexKVTxt .LinkBTN a {
    margin: 40px auto 0;
}

.index3Column {
    display: flex;
    justify-content: center;
    align-items: center;
}

.index3Column>div {
    width: 33.3333%;
}

.PointPhoto01,
.PointPhoto02,
.PointPhoto03 {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.PointPhoto01 {
    background: url(../img/index/point-bg01.jpg) center center;
    background-size: cover;
}

.PointPhoto02 {
    background: url(../img/index/point-bg02.jpg) center center;
    background-size: cover;
}

.PointPhoto03 {
    background: url(../img/index/point-bg03.jpg) center center;
    background-size: cover;
}

.PointPhoto01 img,
.PointPhoto02 img,
.PointPhoto03 img {
    max-width: 120px;
}

.index3Column p {
    text-align: center;
    color: #504c09;
    margin: 10px 0 0;
    font-weight: bold;
}

.IndexProduct {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
    border: 3px solid #bababa;
}

.IndexProduct02 {
    display: block;
}

.IndexProduct02 .dp25 {
    /* margin: auto; */
}

.indexProductTxt span {
    width: 33%;
    text-indent: -1em;
    padding-left: 1em;
}

.indexProductTxt01 span:nth-child(3n) {
    width: 130px;
    text-indent: -1em;
    padding-left: 1em;
}

.indexProductTxt01 span:not(:nth-child(3n)) {
    width: calc(50% - 65px);
    text-indent: -1em;
    padding-left: 1em;
}

.indexProductTxt {
    display: flex;
    flex-wrap: wrap;
}

.IndexProduct img {
    max-width: 90px;
}

.IndexProductTitle {
    font-size: 1.8rem;
    color: #504c09;
    font-weight: bold;
}

.Indexcolumn2 {
    display: flex;
    align-items: center;
}

.REFlex {
    flex-direction: row-reverse;
}

.Indexcolumn2>div {
    width: 50%;
}

@media screen and (max-width:960px) {
    #indexKV {
        background: url(../img/index/kv_sp.jpg) center center;
    }
    .indexKVTxt {
        margin: 0 20px 0;
        padding: 20px 20px;
    }
    .index3Column {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .index3Column>div {
        width: 100%;
    }
    .index3Column p {
        margin: 10px 0 30px;
    }
    .indexColumnTxt {
        padding: 0 30px;
        max-width: 500px;
        margin: 0 auto;
    }
    .PointPhoto01,
    .PointPhoto02,
    .PointPhoto03 {
        height: 200px;
    }
}

@media screen and (max-width:960px) {
    #indexKV {
        height: calc( 100vh - 100px);
    }
    .indexColumnPhoto {
        height: 45vw;
        margin: 0 0 30px;
    }
    section {
        padding: 80px 0 0;
    }
    .Indexcolumn2 {
        flex-direction: column;
    }
    .Indexcolumn2>div {
        width: 90%;
    }
}


/*******************************************************************************

Contents

********************************************************************************/

#PageTitle,
#PagesubTitle {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-wrap: wrap;
    align-content: center;
}

#PageTitle h2 {
    position: relative;
    z-index: 5;
    color: #FFF;
    font-size: 1.8em;
    letter-spacing: 0.5em;
    margin: 0 0 0 0;
}

#PageTitle h2.title {
    width: 100%;
    text-align: center;
}

.PageTitleBG {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.PagesubTitleBG {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.features .PageTitleBG {
    background: url(../img/features/title.jpg) center center;
    background-size: cover;
    position: absolute;
}

.features .PagesubTitleBG {
    background: url(../img/features/sinsen.jpg) center center;
    background-size: cover;
    position: absolute;
}

.company .PageTitleBG {
    background: url(../img/company/title.jpg) center center;
    background-size: cover;
    position: absolute;
}

.product .PageTitleBG {
    background: url(../img/product/title.jpg) center center;
    background-size: cover;
    position: absolute;
}

.contact .PageTitleBG {
    background: url(../img/contact/title.jpg) center center;
    background-size: cover;
    position: absolute;
}

.shop .PageTitleBG {
    background: url(../img/shoping/title.jpg) center center !important;
    background-size: cover;
    position: absolute;
}

p.subtext {
    color: #fff;
    z-index: 20;
}

section {
    margin: 80px 0 0;
    padding: 80px 0;
}

section.nextSection {
    background: #f8f8f8;
}

.fpointbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fpointbox .left,
.fpointbox .right {
    width: 48%;
    margin-bottom: 4%;
}

.fpointbox p.p_title {
    font-size: 2.5rem;
    font-weight: bold;
}

.fpointbox p.p_title img {
    width: 154px;
    padding-bottom: 10px;
}

section.siire p.smtitle {
    text-align: center;
}

section h3 {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
    margin: 0 0 80px -0.1em;
    position: relative;
}

section h3 span {
    display: block;
    color: #504c09;
    font-size: 1.5rem;
}

section h3:after {
    content: "";
    width: 35px;
    height: 10px;
    background: url(../img/common/h3.png);
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin: 0 0 0 -17px;
}

.Wrapper {
    max-width: calc(1100px + 6%);
    margin: 0 auto;
    padding: 0 3%;
}

.LinkBTN a,
input[type="submit"] {
    max-width: 400px;
    margin: 80px auto 0;
    display: block;
    padding: 15px 30px;
    text-align: center;
    color: #FFF;
    background: url(../img/common/btn-bg.png) center center;
    background-size: 200% 200%;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-radius: 3px;
    font-size: 1.2em;
    font-weight: bold;
}

.LinkBTN a:hover {
    background-size: 250% 250%;
}

.column2 {
    display: flex;
    align-items: top;
}

.REFlex {
    flex-direction: row-reverse;
}

.gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 32.25%;
    position: relative;
    border: 1px solid #DDD;
}

.gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.enkaku {
    width: 100%;
    border-collapse: collapse;
}

.enkaku th {
    border-right: 1px solid #ff4800;
    color: #ff4800;
    text-align: right;
    width: 40%;
    position: relative;
}

.enkaku th::after {
    content: "";
    position: absolute;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    background: #ff4800;
    top: 23px;
    right: -7px;
}

.enkaku th,
.enkaku td {
    padding: 15px 10px;
    vertical-align: top;
}

.dataTable {
    width: 100%;
    border-collapse: collapse;
}

.dataTable tr {
    border-bottom: solid 2px white;
}

.dataTable tr:last-child {
    border-bottom: none;
}

.dataTable th {
    position: relative;
    text-align: left;
    width: 30%;
    background-color: #333;
    color: white;
    text-align: center;
    padding: 10px 0;
}

.dataTable th:after {
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: calc(50% - 10px);
    right: -10px;
    border-left: 10px solid #333;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.dataTable td {
    text-align: left !important;
    width: 70%;
    text-align: center;
    background-color: #F1F1F1;
    padding: 0px 10px 0 30px;
}

h4 {
    font-size: 1.20em;
    padding: 0 0 15px;
    margin: 0 0 20px;
    position: relative;
}

h4:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #DDD;
    bottom: 0;
    left: 0;
}

h4:after {
    content: "";
    position: absolute;
    width: 3em;
    height: 2px;
    background: #000;
    bottom: 0;
    left: 0;
}

section .Column:not(:first-of-type) {
    margin: 30px 0 0 -30px;
}

.serviceFlow {
    position: relative;
    margin-bottom: 150px;
}

.serviceFlow::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    border-right: 1px solid #ff4800;
    border-bottom: 1px solid #ff4800;
    transform: rotate(45deg);
    bottom: -50px;
    left: 50%;
}

.workItem {
    text-align: center;
    margin-bottom: 30px;
}

.QuList li {
    margin: 0 0 10px !important;
    background: #e9e9e9;
    font-weight: bold;
    padding: 10px 10px 10px 4em !important;
    position: relative;
    border-radius: 10px;
}

.QuList li::before {
    position: absolute;
    top: 0;
    left: 0px;
    padding: 10px 15px;
    background: #000;
    color: #fff;
    border-radius: 10px;
}

.QuList li:nth-child(1)::before {
    content: "Q1";
}

.QuList li:nth-child(3)::before {
    content: "Q2";
}

.QuList li:nth-child(5)::before {
    content: "Q3";
}

.QuList li:nth-child(7)::before {
    content: "Q4";
}

.QuList li:nth-child(9)::before {
    content: "Q5";
}

.QuList li:nth-child(11)::before {
    content: "Q6";
}

.pointBox {
    background: #333;
    align-items: center;
    padding: 15px;
    color: #FFF;
}

span.answer {
    /*text-indent: 4em; */
    display: block;
    padding-left: 4em;
    margin-bottom: 20px;
}

.pointBox h4 {
    margin: 0;
    padding: 0;
    text-align: center;
}

.pointBox h4:before,
.pointBox h4:after {
    display: none;
}

.plivacy {
    border: 1px solid #DDD;
    margin: 80px 0 0;
    padding: 40px 20px;
}

.plivacyBox {
    height: 20em;
    padding: 20px;
    overflow-y: scroll;
    font-size: 0.9em;
    border: 1px solid #DDD;
}

input,
input.lng,
textarea {
    width: 90%;
}


/*input[type="submit"]{
  max-width: 400px;
  margin: 60px auto 40px;
  display: block;
  padding: 15px 30px;
  text-align: center;
  color: #FFF;
  background: #ff4800;
  background: linear-gradient(-225deg, rgba(255,220,0) 0%, rgba(255,130,0) 35%, rgb(255, 72, 0) 65%, rgb(255, 0, 0) 100%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-position: 1% 50%;
  background-size: 300% 400%;
  border-radius: 100px;
  font-size: 1.2em;
  font-weight: bold;
  border: none;
}*/

input[type="submit"]:hover {
    background-size: 250% 250%;
}

.setubibox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.setubibox .img {
    width: 31%;
    margin-bottom: 3%;
}

.setubibox .img p {
    text-align: center;
}

.product .textbox {
    display: block;
    width: 100%;
    height: auto;
    border: solid 5px #e9e9e9;
    padding: 30px 15px;
    margin: 30px 0 0;
    box-sizing: border-box;
}

p.hinmoku span {
    width: 33%;
    text-indent: -1em;
    padding-left: 1em;
}

.product p.hinmoku {
    display: flex;
    flex-wrap: wrap;
}

.product .itembox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 7%;
}

.product .LinkBTN a {
    margin: 40px auto 0;
}

.product .itembox .left,
.product .itembox .right {
    width: 49%;
}

.product .itembox .right {
    padding-top: 4%;
}

.product .itembox h4 {
    font-weight: bold;
    font-size: 1.5em;
}

.product p.subtitle {
    font-weight: bold;
    border-bottom: solid 1px #e9e9e9;
}

.product p.hinmoku {
    font-size: 0.9em;
    line-height: 1.7em;
}


/*サムネイル部分*/

.product .slick-slide {
    margin-right: 1%;
}

.product .slick-track {
    padding-left: 4%;
}

.product .slick-list.draggable img {
    width: 100%;
}

.features .comentbox {
    display: flex;
    margin-bottom: 6%;
}

.features .comentbox .left {
    width: 20%;
    margin-right: 5%;
}

.features .comentbox .right {
    position: relative;
    padding: 20px;
    background-color: #f1f0de;
}

.features .comentbox .right::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -15px;
    top: 20px;
    border-right: 15px solid #f1f0de;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.features .comentbox p.c_title {
    font-size: 2rem;
    font-weight: bold;
}

.features .comentbox span {
    font-size: smaller;
}

body.contact .sbox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10%;
}

body.contact .sbox .left {
    width: 60%;
}

body.contact .sbox .excel,
body.contact .sbox .pdf {
    width: 48%;
}

body.contact section {
    padding: 0;
}

body.contact .dataTable td {
    width: auto;
}

body.contact td.suryou,
body.contact td.st_op {
    font-size: small;
    width: 4.5% !important;
    padding: 0 5px 0 !important;
}

body.contact .dataTable {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
}

.formNoPad {
    padding: 0 5px 0 !important;
}

.FormRLine {
    border-right: 2px solid #FFF;
}

@media screen and (max-width:960px) {
    section {
        margin: 40px 0 0;
        padding: 40px 0;
    }
    .column2 {
        flex-direction: column;
    }
    .REFlex {
        flex-direction: column;
    }
    .enkaku th {
        width: 30%;
    }
    section .Column:not(:first-of-type) {
        margin: 50px 0 0 0px;
    }
    .serviceFlow {
        position: relative;
        margin-bottom: 80px;
    }
    .serviceFlow::after {
        bottom: -20px;
    }
    div#PageTitle {
        margin-top: 13%;
    }
    #PageTitle,
    #PagesubTitle {
        height: 200px;
    }
    /*.fpointbox {
  display: block;
}*/
    .fpointbox:nth-child(even) {
        flex-direction: column-reverse;
    }
    .fpointbox .left,
    .fpointbox .right {
        width: 100%;
    }
    .fpointbox .right {
        margin-bottom: 10%;
    }
    .dataTable tr {
        border-bottom: solid 2px white;
    }
    .dataTable tr:last-child {
        border-bottom: none;
    }
    .dataTable th {
        display: block;
        width: 100%;
    }
    .dataTable th:after {
        top: auto;
        bottom: -15px;
        right: calc(50% - 10px);
        transform: rotate(90deg);
    }
    .dataTable td {
        display: block;
        width: 100%;
        padding: 20px;
    }
    input,
    input.lng,
    textarea {
        width: 100%;
    }
    .product .itembox {
        display: block;
        margin-bottom: 15%;
        width: 100%;
    }
    p.hinmoku span {
        width: 33%;
    }
    .product .itembox .left,
    .product .itembox .right {
        width: 100%;
    }
    .product .itembox .right {
        margin-bottom: 10%;
    }
    .product .LinkBTN a {
        margin: 20px auto 0px;
        width: 250px;
    }
    .product .itembox .left {
        margin-bottom: 3%;
    }
    .features .comentbox {
        display: block;
        margin-bottom: 6%;
    }
    .features .comentbox .left {
        width: 45%;
        margin-right: 0%;
        margin: 0 auto 7%;
    }
    .features .comentbox .right::before {
        content: '';
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        left: 153px;
        top: -30px;
        border-bottom: 15px solid #f1f0de;
        border-right: 15px solid transparent;
        border-left: 15px solid transparent;
    }
    .product .slick-track {
        padding-left: 0%;
    }
    body.contact .sbox {
        display: block;
    }
    body.contact .sbox .left,
    body.contact .sbox .right {
        width: 100%;
        margin-bottom: 8%;
    }
    body.contact .sbox .excel,
    body.contact .sbox .pdf {
        width: 100%;
    }
    body.contact td.suryou,
    body.contact td.st_op {
        width: 100% !important;
        padding: 0 2rem;
        font-weight: bold;
    }
    .FormRLine {
        border-right: none
    }
}


/*PC*/

@media screen and (min-width:960px) {
    .IndexProduct02 {
        display: block;
    }
    .IndexProduct02 .dp25 {
        margin: 0 0 10px;
    }
    .IndexProduct02 .dp75 {
        width: 100%;
        margin: auto;
    }
    .indexProductTxt02 span {
        width: 50%;
        text-indent: -1em;
        padding-left: 1em;
    }
}

@media screen and (max-width:960px) {
    .IndexProduct {
        display: block;
    }
}