html{scroll-behavior: smooth; overflow-x: hidden; width: 100%; position: relative;}
a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,span,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    margin:0;
    padding:0;
    border:0;
    vertical-align:baseline;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    word-wrap:break-word;
    font-family: Noto Sans JP, sans-serif;
    /*font-family: "Helvetica Neue", "Helvetica", "Arial", "Hiragino Kaku Gothic Pro","Hiragino Sans", "Meiryo", "Yu Gothic", sans-serif;*/
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
    line-height: 1.8;
    font-size: clamp(15px,2.5vw,16px);
    text-align: justify;
    hyphens: auto;
    color: #213244;
}
small{line-height: 1.5em;}
bold{font-weight: bold;}
input,textarea{-webkit-box-sizing:border-box;box-sizing:border-box;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:after,blockquote:before,q:after,q:before{content:"";content:none;}
table{border-collapse:collapse;border-spacing:0;}
a{text-decoration:none;}
img{max-width: 100%;height:auto;border:0;vertical-align:bottom;}
body {padding: 0;margin: 0;-webkit-text-size-adjust:100%; margin-top: 130px;}
@media only screen and (max-width: 890px) {
    body {
        margin-top: 80px;
    }
}


a:hover,a:hover img {
    text-decoration:none;
    cursor: pointer;
    opacity: 0.8;
    transition: 0.4s;
}

/*TELリンクPC版で非動作*/
@media (min-width: 890px) {
    a[href^="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}

/*コンテンツの幅と写真・テキストのレイアウト*/
.inner70,.inner50,.inner30,.inner00{
    width: 100%;
    margin: 0 auto;
}
.inner70{padding: 70px 10px;}
.inner50{padding: 50px 10px;}
.inner30{padding: 30px 10px;}
.inner00{padding: 0;}

@media only screen and (max-width: 890px) {
    .inner70{padding: 50px 10px;}
    .inner50{padding: 30px 10px;}
}

.w1700 {
    max-width: 1700px !important;
    margin: auto;
}
.w1200 {
    max-width: 1200px !important;
    margin: auto;
}
.w1050 {
    max-width: 1050px !important;
    margin: auto;
}
.w950 {
    max-width: 950px !important;
    margin: auto;
}

/*はみ出した時に非表示*/
.hidden{overflow: hidden;}
/*位置座標指定用*/
.relative{position: relative;}

.flex {
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .flex {
    display: block;
  }
}


/*レイアウト関連*/
.center{text-align: center;}
.txt-right{text-align: right;}

.left, .right {
  text-align: justify;
  width: 50%;
  text-align: center;
}

@media (max-width: 1024px) {
  .left, .right {
    width: 100%;
  }
}

/*マージン・パディング*/
.mt0{margin-top: 0px}
.mt10{margin-top: 10px}
.mt15{margin-top: 15px}
.mt20{margin-top: 20px}
.mt30{margin-top: 30px}
.mt50{margin-top: 50px}
.mt70{margin-top: 70px}
.mb0{margin-bottom: 0px}
.mb10{margin-bottom: 10px}
.mb15{margin-bottom: 15px}
.mb30{margin-bottom: 30px}
.mb50{margin-bottom: 50px}
.mb70{margin-bottom: 70px}

.m-auto{margin: auto}

.mx20{margin-right: 20px;margin-left: 20px;}
.mx30{margin-right: 30px;margin-left: 30px;}

.pt0{padding-top: 0px}
.pt15{padding-top: 15px}
.pt20{padding-top: 20px}
.pt30{padding-top: 30px}
.pt50{padding-top: 50px}
.pt70{padding-top: 70px}
.pb0{padding-bottom: 0px}
.pb10{padding-bottom: 10px}
.pb15{padding-bottom: 15px}
.pb20{padding-bottom: 20px}
.pb30{padding-bottom: 30px}
.pb50{padding-bottom: 50px}
.pb70{padding-bottom: 70px}

.px10{padding-right: 10px;padding-left: 10px;}
.px20{padding-right: 20px;padding-left: 20px;}
.px30{padding-right: 30px;padding-left: 30px;}
.px50{padding-right: 50px;padding-left: 50px;}

@media only screen and (max-width: 890px) {
    .mt50{margin-top: 30px}
    .mt70{margin-top: 50px}
    .mb50{margin-bottom: 30px}
    .mb70{margin-bottom: 50px}

    .mx20{
        margin-left: 20px;
        margin-right: 20px;
    }

    .pt50{padding-top: 30px}
    .pt70{padding-top: 50px}
    .pb50{padding-bottom: 30px}
    .pb70{padding-bottom: 50px}

    .px20{
        padding-left: 10px;
        padding-right: 10px;
    }
    .px50{
        padding-right: 30px;
        padding-left: 30px;
    }
}


/*表示・非表示*/
/* PCでのみ表示（スマホでは非表示） */
.pc-only {
  display: block;
}

/* スマホでのみ表示（PCでは非表示） */
.sp-only {
  display: none!important;
}

/* スマホサイズ（768px未満）の設定 */
@media (max-width: 768px) {
  .pc-only {
    display: none!important;
  }
  
  .sp-only {
    display: block!important;
  }
}

/* 改行位置 */
.br-sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .br-pc {
    display: none;
  }

  .br-sp {
    display: inline-block;
  }
}

/* 画面遷移 スムーススクロール位置調整*/
#features01,#features02,#features03,#features04,#features05,#features06,#Approval-function,#Add-New-Item {
  padding-top: 125px;
  margin-top: -125px;
}
@media screen and (max-width: 768px) {
  #features01,#features02,#features03,#features04,#features05,#features06,#Approval-function,#Add-New-Item {
    padding-top: 60px;
    margin-top: -60px;
  }
}