  @charset "utf-8";

/* CSS Document */

/***********
base
************/
html,
body {
  height: 100%;
  min-height: 100%;
  font-size: 13px;
  font-weight: normal;
  font-family: '游ゴシック体', YuGothic,  '游ゴシック', 'Yu Gothic', sans-serif;
  line-height: 1.5;
  letter-spacing: 0.02em;
  background-color: #f4fcff;
  word-break: break-all;
}

body.is-menu-open {
  overflow: hidden;
}


@media screen and (max-width:834px) {
/*
  body{
    font-size:calc(9px + 1vmin);
    -webkit-tap-highlight-color:transparent;
  }
*/
}

a {
  color: #167ac6 ;
  text-decoration: underline;
  transition:all 0.2s ease;
}

a:visited{
}
a:hover,
a:active {
  color: ;
  text-decoration: none;
}

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

::selection {
  background: rgba(0, 144, 202, 0.5); /* Safari */
}

::-moz-selection {
  background: rgba(0, 144, 202, 0.5); /* Firefox */
}

@media screen and (min-width:835px) {

  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }

}

/***********************
layout
************************/

/***********
common
************/

.l-relative {  position: relative !important; }

.l-textAlign-center {  text-align: center !important; }
.l-textAlign-right  {  text-align: right !important; }
.l-textAlign-left   {  text-align: left !important; }

.l-bottom-xxsmall {  margin-bottom: 5px  !important; }
.l-bottom-xsmall  {  margin-bottom: 10px !important; }
.l-bottom-small   {  margin-bottom: 15px !important; }
.l-bottom         {  margin-bottom: 20px !important; }
.l-bottom-large   {  margin-bottom: 30px !important; }
.l-bottom-xlarge  {  margin-bottom: 50px !important; }
.l-bottom-xxlarge {  margin-bottom: 80px !important; }

.l-top-xxsmall {  margin-top: 5px  !important; }
.l-top-xsmall  {  margin-top: 10px !important; }
.l-top-small   {  margin-top: 15px !important; }
.l-top         {  margin-top: 20px !important; }
.l-top-large   {  margin-top: 30px !important; }
.l-top-xlarge  {  margin-top: 50px !important; }
.l-top-xxlarge {  margin-top: 80px !important; }

@media screen and (max-width:834px) {

  .l-bottom-xxsmall {  margin-bottom: 5px  !important; }
  .l-bottom-xsmall  {  margin-bottom: 7px !important; }
  .l-bottom-small   {  margin-bottom: 10px !important; }
  .l-bottom         {  margin-bottom: 15px !important; }
  .l-bottom-large   {  margin-bottom: 20px !important; }
  .l-bottom-xlarge  {  margin-bottom: 30px !important; }
  .l-bottom-xxlarge {  margin-bottom: 40px !important; }

  .l-top-xxsmall {  margin-top: 5px  !important; }
  .l-top-xsmall  {  margin-top: 7px !important; }
  .l-top-small   {  margin-top: 10px !important; }
  .l-top         {  margin-top: 15px !important; }
  .l-top-large   {  margin-top: 20px !important; }
  .l-top-xlarge  {  margin-top: 30px !important; }
  .l-top-xxlarge {  margin-top: 40px !important; }

}

/***********
layout
************/

.l-wrapper{
}

.l-contents{
  max-width: 1024px;
  margin: 0 auto ;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

/***********
base
************/

.l-base {
  padding-left: 4%;
  padding-right: 4%;
}


.l-block {
  padding-top: 60px;
  padding-bottom: 60px;
}

.l-block-top {
  padding-top: 60px;
}

.l-block-bottom {
  padding-bottom: 60px;
}


@media screen and (max-width:834px) {


  .l-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .l-block-top {
    padding-top: 40px;
  }

  .l-block-bottom {
    padding-bottom: 40px;
  }

}
/***********
text
************/

.l-textMain{
  font-size: 116%;
  line-height: 2;
}

.l-text-danger{
  font-weight: bold;
  color: #db1616;
}

@media screen and (max-width:834px) {

  .l-textMain{
    line-height: 1.7;
  }

  .l-list-dot li {
    font-size: 100%;
    line-height: 1.7;
  }

  .l-list-asterisk li {
    font-size: 100%;
    line-height: 1.7;
  }

  .l-list-number li {
    font-size: 100%;
    line-height: 1.7;
  }

}


/***********
linkWrap
************/

.l-linkWrap{
  padding: 20px 0 20px;
  text-align: center;
}
.l-linkWrap.is-left{
  text-align: left;
}
.l-linkWrap.is-right{
  text-align: right;
}

.l-linkWrap + .l-linkWrap{
  padding-top: 0;
}

.l-linkWrap.is-separate{
  display: flex;
  justify-content: space-between;
}
.l-linkWrap.is-separate .btn {
  min-width: 50px;
}

.l-linkWrap-item.is-small {
  width: 35%;
}
.l-linkWrap-item.is-large {
  width: 63%;
}



@media screen and (max-width:834px) {

  .l-linkWrap.is-left ,
  .l-linkWrap.is-right{
    text-align: center;
  }

}

/***********
btn
************/

.btn{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 100px;
  text-align: center;
  display: inline-block;
  padding: 8px 40px;
  background-color: #666;
  color: #fff;
  box-shadow: none;
  border: none;
  text-decoration: none !important;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 116%;
  font-feature-settings: "palt";
  font-weight: 600;
  border-radius: 5px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  line-height: 1.8;
  cursor: pointer;
  position: relative;
  font-family: '游ゴシック体', YuGothic,  '游ゴシック', 'Yu Gothic', sans-serif;
}
.btn i{
  opacity: 0.7;
  margin-left: -0.5em;
}

.btn-large{
  font-size: 124%;
  padding: 15px 30px;
}
.btn-small{
  white-space: nowrap;
  min-width: initial;
  font-size: 100%;
  padding: 5px 15px;
}
.btn-xsmall{
  white-space: nowrap;
  min-width: initial;
  font-size: 85%;
  padding: 2px 8px;
}
.btn-block{
  width: 100%;
  display: block;
}

.btn.btn-default,
.fixedCv-btn.btn-default{
  box-shadow: 0 0 0 1px #999 inset;
  background-color: #aaa;
  color: #fff;
}
.btn.btn-default:hover{
}
.btn.btn-primary,
.fixedCv-btn.btn-primary{
  background-color: #02a7cb;
}
.btn.btn-success{
  background-color: #5cb85c;
}
.btn.btn-warning{
  background-color: #f0ad4e;
}
.btn.btn-danger,
.fixedCv-btn.btn-danger{
  background-color: #db1616;
}


@media screen and (max-width:834px) {

  .btn {
    font-size: 108%;
    min-width: 100px;
    padding: 0.7em 1.5em;
    margin-bottom: 0.2em;
  }

  .btn-large{
    font-size: 124%;
  }
  .btn-small{
    min-width: initial;
    font-size: 100%;
    padding: 5px 10px;
  }
  .btn-xsmall{
    font-size: 85%;
    padding: 2px 8px;
    min-width: initial;
  }
  .btn-block{
    display: block;
  }

}

/***********
header
************/

.l-header {
  background-color: #02a7cb;
  height: 60px;
}

.l-header-inner {
  padding-top: 20px;
  position: relative;
}

.l-header-title {
  padding-left: 80px;
  font-size: 16px;
  font-feature-settings: "palt";
  color: #fff;
}

.l-header-link {
  position: absolute;
  right: 15px;
  top: 5px;
  display: flex;
}
.l-header-link li {
  padding-left: 8px;
}
.l-header-link li > a {
  display: block;
  width: 1.2em;
  padding: 0.5em 0;
  text-align: center;
  font-size: 26px;
  color: #fff;
  line-height: 1;
  text-decoration: none;
}
.l-header-link .l-header-user {
  color: #fff;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.l-header-link .l-header-user a{
  display: block;
  color: #fff;
  text-decoration: none;
}
.l-header-link .l-header-user i {
  font-size: 20px;
  padding-top: 5px;
}
.l-header-link .l-header-user-name {
  font-size: 77%;
  font-feature-settings: "palt";
  font-weight: 600;
  letter-spacing: 0;
  padding-top: 0.5em;
  max-width: 7.5em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 見積wo依頼 */
.request_contents .l-header {
  background-color: #a4c9b0;
}
.request_contents .l-contents{
  background-color: #e8f0eb;
}

/***********
navi
************/

.l-navi {
  padding: 80px 20px 80px;
  overflow: auto;
  font-feature-settings: "palt";
}

.l-navi-block {
}

.l-navi-main {
}
.l-navi-main li {
  margin-bottom: 15px;
}
.l-navi-main a {
  display: block;
  color: #fff;
  background-color: #02a7cb;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 1em 0;
  border-radius: 0.5em;
}


.l-navi-list {
  padding-top: 20px;
}
.l-navi-list li {
  margin-bottom: 5px;
}
.l-navi-list a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  padding: 0.6em 0;
  text-decoration: none;
  cursor: pointer;
}
.l-navi-list a i {
  width: 1.5em;
  margin-right: 0.5em;
  text-align: center;
  opacity: 0.5;
}

/***********
footer
************/


.l-footer{
  max-width: 834px;
  padding: 20px 12px 300px 12px;
  text-align: center;
  margin: 0 auto;
  font-size: 93%;
}

.l-footer-navi {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 20px;
}
.l-footer-navi li {
}
.l-footer-navi li:not(:last-child)::after {
  content: "|";
  padding: 0 1em;
  opacity: 0.5;
}
.l-footer-navi a {
  display: inline-block;
  padding: 2px 0;
}

.l-footer-text {
  font-size: 93%;
  line-height: 1.8;
}

.copyright{
  display: block;
  font-size: 93%;
  padding-top: 20px;
}


@media screen and (max-width:834px) {

  .l-footer{
    padding: 0 0 220px;
    margin-top: 10px;
  }

  .l-footer-navi {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 0;
    margin-bottom: 20px;
    border-top: 1px solid #ddd;
    background-color: #fff;
  }
  .l-footer-navi li {
    width: 50%;
    flex-grow: 1;
    box-shadow: 1px 1px 0 0 #ddd;
  }
  .l-footer-navi li:not(:last-child)::after {
    display: none;
  }
  .l-footer-navi a {
    display: block;
    padding: 10px 0;
    color: #000;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
  }

  .l-footer-text {
    font-size: 93%;
    padding: 0 15px;
  }

  .copyright{
    display: block;
    font-size: 77%;
    padding-top: 20px;
  }

}


/***********
jump
************/

.l-jumpTop{
  position: fixed;
  right: 5px;
  bottom: 118px;
  z-index: 100;
}
.l-jumpTop a{
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 40px;
  height: 40px;
  background-color: rgba(34, 34, 34, 0.95);
  color: #fff;
  text-decoration: none;
  border-radius: 50%;
  font-size: 16px;
  z-index: 999;
  position: relative;
}



/***********
menu
************/

.l-menu{
  position: fixed;
  width: 320px;
  height: 100vh;
  z-index: 9998;
  left: -320px;
  top: 0;
  transition:all 0.3s ease;
  background-color: #222;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.is-menu-open .l-menu{
  opacity: 1;
  left: 0;
}

.l-menu-close{
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  z-index: -1;
}
.is-menu-open .l-menu-close{
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  z-index: 9990;
}

.l-menu-trigger {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  cursor: pointer;
  background: none;
  border: none;
  background-color: transparent;
}
.l-menu-btn {
  display: block;
  position: relative;
  width: 70px;
  height: 60px;
  padding: 10px 20px;
  cursor: pointer;
  background: none;
  border: none;
  transition: all 0.3s;
  -webkit-tap-highlight-color:transparent;
}
.l-menu-btn span {
  display: inline-block;
  position: absolute;
  left: 25%;
  top: 28px;
  width: 50%;
  height: 3px;
  background-color: #fff;
  transition: 0.3s;
}
.l-menu-btn span::before,
.l-menu-btn span::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 0;
  transition: 0.3s;
}
.l-menu-btn span::before {
  top: -9px;
}
.l-menu-btn span::after {
  top: 9px;
}

.l-menu-btn p {
  font-size: 11px;
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  text-align: center;
}

.l-menu-btn.is-active span {
  background-color: transparent;
}
.l-menu-btn.is-active span::before {
  transform: translateY(9px) rotate(-45deg);
}
.l-menu-btn.is-active span::after {
  transform: translateY(-9px) rotate(45deg);
}


/***********
heading
************/

.l-heading{
  text-align: center;
  padding-bottom: 2em;
}
.l-heading-title{
  font-size: 170%;
}
.l-heading-title::after{
  content: "";
  display: block;
  width: 3em;
  height: 2px;
  background-color: #02a7cb;;
  margin: 0.4em auto 0;
}

@media screen and (max-width:834px) {

  .l-heading{
  }
  .l-heading-title{
    font-size: 154%;
  }
}


/***********
headline
************/

.l-headline{

}
.l-headline-title{

}
.l-headline-subTitle{

}

/***********
title
************/

.l-title{
  font-size: 154%;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.l-subTitle{
  font-size: 131%;
  font-weight: bold;
  border-bottom: 1px solid #02a7cb;
  padding-bottom: 8px;
  margin-bottom: 15px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.l-minTitle{
  font-size: 116%;
  font-feature-settings: "palt";
  margin-bottom: 0.5em;
  padding-left: 0.5em;
  border-left: 3px solid #02a7cb;
}

.l-barTitle{
  background-color: #222;
  color: #fff;
  padding: 0.5em 4%;
  font-size: 124%;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

@media screen and (max-width:834px) {

  .l-title{
    font-size: 131%;
  }

}

/***********
l-bgColor
************/

.l-bgColor01{

}

/***********
alert
************/

.alert{
  padding: 15px 30px;
  margin-bottom: 15px;
  background-color: #f6f6f6;
  position: relative;
  line-height: 1.8;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}


.alert-success{
  background-color: #dff0d8;
}
.alert-info{
  background-color: #d9edf7;
}
.alert-warning{
  background-color: #fcf8e3;
}
.alert-danger{
  background-color: #fee9e9;
  color: #a00;
}


.alert-close{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  right: 20px;
  top: 10px;
  border: none;
  box-shadow: none;
  background: none;
  font-size: 16px;
  padding: 5px 5px;
  cursor: pointer;
}

@media screen and (max-width:834px) {

  .alert{
    padding: 15px 15px;
    line-height: 1.7;
  }

}
/***********
searchForm
************/

.l-searchForm {
  position: absolute;
  left: 0;
  top: 60px;
  width: 100%;
  background-color: #222;
  z-index: 999;
}
.l-searchForm-box {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
}
.l-searchForm-box {
  padding: 15px 20px;
  position: relative;
}

.l-searchForm-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 50px;
  background-color: #fff;
  border-radius: 5px;
  border: none;
  padding: 5px 60px 5px 15px;
  font-size: 16px;
  line-height: 1;
}
.l-searchForm-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  background: none;
  box-shadow: none;
  border: none;
  width: 2em;
  font-size: 20px;
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -0.5em;
  line-height: 1;
  opacity: 0.6;
  color: #222;
  text-align: center;
}

/***********
mainNavi
************/

.mainNavi{
  padding-bottom: 4em;
}
.mainNavi-section {
  padding: 2em 0;
  background-color: #f8f6ef;
}
.mainNavi-subSection {
  padding: 2em 0;
}
.mainNavi-base {
  max-width: 400px;
  margin: 0 auto;
}


.mainNavi-list {
  white-space: nowrap;
}
.mainNavi-list li:not(:last-child) {
  margin-bottom: 10px;
}
.mainNavi-list a {
  background-color: #fff;
  color: #006b82;
  border: 1px solid #006b82;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  min-height: 11em;
  box-shadow: 0.1em 0.1em 0.4em rgba(0, 0, 0, 0.2);
}
.mainNavi-list-block {
  max-width: 320px;
  display: inline-flex;
  align-items: center;
  margin: 0 auto;
  font-family: 'Noto Sans JP',Hiragino Sans,Hiragino Kaku Gothic ProN,YuGothic,'Yu Gothic',Meiryo,sans-serif;
}
.mainNavi-list-icon {
  width: 35%;
  padding-right: 5%;
}
.mainNavi-list-inner {
}

.mainNavi-list-title {
  font-size: 231%;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  display: inline-block;
  border-bottom: 1px solid #006b82;
  padding-bottom: 0.2em;
  margin-bottom: 0.2em;
}
.mainNavi-list-text {
  line-height: 1.3em;
  font-size: 108%
}

.mainNavi-list-alert {
}
.mainNavi-list-alert span {
  display: inline-block;
  font-weight: 700;
  font-feature-settings: "palt";
  color: #e7980e;
  padding-left: 1.2em;
  padding-right: 1.2em;
  letter-spacing: 0.2em;
  position: relative;
  line-height: 1.2;
  animation: anim-alert 3s normal infinite 1s;
}
.mainNavi-list-alert span::before,
.mainNavi-list-alert span::after {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background: url(/user_data/img/navi_icon/alert.png) no-repeat 0 0 / 100% auto;
  position: absolute;
  bottom: 0;
}
.mainNavi-list-alert span::before {
  left: 0;
}
.mainNavi-list-alert span::after {
  right: 0;
  transform: scaleX(-1);
}

.is-show .cv-link {
}
@keyframes anim-alert {
  0% {transform: translateY(0px);}
  3% {transform: translateY(-3px);}
  6% {transform: translateY(0px);}
  9% {transform: translateY(-3px);}
  12% {transform: translateY(0px);}
}


.mainNavi-subList {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2%;
  margin-bottom: -2%;
  font-family: 'Noto Sans JP',Hiragino Sans,Hiragino Kaku Gothic ProN,YuGothic,'Yu Gothic',Meiryo,sans-serif;
}
.mainNavi-subList li {
  width: 31.3%;
  margin-left: 2%;
  margin-bottom: 2%;
}
.mainNavi-subList a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  padding: 0.5em 0 0.5em;
  color: #006b82;
  border: 1px dashed #006b82;
  border-radius: 5px;
  background-color: #f8f6ef;
  box-shadow: 0.1em 0.1em 0.4em rgba(0, 0, 0, 0.2);
}
.mainNavi-subList-icon {
  width: 60%;
  margin: 0 auto;
}
.mainNavi-subList-icon img {
}
.mainNavi-subList-title {
  font-feature-settings: "palt";
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: 3em;
  margin-top: -1em;
  line-height: 1.3;
}


@media screen and (min-width:835px) { /*pc*/

  .mainNavi-list a:hover ,
  .mainNavi-subList a:hover {
    transform: translate(1px,1px);
  }
}

@media screen and (max-width:520px) {

  .mainNavi{
    padding-bottom: 4em;
  }
  .mainNavi-section {
    padding: 2em 3%;
  }
  .mainNavi-subSection {
    padding: 2em 3%;
  }
}


/***********
xxxxx
************/

/***********
xxxxx
************/

/***********
xxxxx
************/

/***********
is-spScroll
************/




@media screen and (max-width:834px) {

  .is-spScroll{
    overflow: auto;
    position: relative;
    -webkit-overflow-scrolling: touch;
  }

  .is-spScroll::-webkit-scrollbar {
    height: 10px;
  }
  .is-spScroll::-webkit-scrollbar-thumb{
    background: #999;
    border-radius: 5px;
  }
  .is-spScroll::-webkit-scrollbar-track-piece {
    background: #eee;
  }
/*
  .is-spScroll::before{
    content: "SWIPEABLE";
    display: block;
    width: 80px;
    height: 70px;
    margin-left: -40px;
    padding-top: 50px;
    box-sizing: border-box;
    border-radius: 8px;
    white-space: nowrap;
    font-size: 10px;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 50%;
    top: 80px;
    z-index: 99;
  }
  .is-spScroll::after{
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    margin-left: -16px;
    background: url(../../img/icon/swipe.png) no-repeat 0 0 / 100% 100%;
    position: absolute;
    left: 50%;
    top: 90px;
    z-index: 99;
    animation:spScrollArrow 1.5s infinite ease-in-out ;
  }
*/
  body.is-pc .is-spScroll::after{
    display: none !important;
  }
  .is-spScroll.is-active::before,
  .is-spScroll.is-active::after{
    display: none;
  }
  .is-spScroll > .spScroll-480{
    min-width: 480px;
    min-height: 150px;
  }
  .is-spScroll > .spScroll-640{
    min-width: 640px;
    min-height: 150px;
  }
  .is-spScroll > .spScroll-834{
    min-width: 834px;
    min-height: 150px;
  }
  .is-spScroll > .spScroll-1024{
    min-width: 1024px;
    min-height: 150px;
  }

}


@keyframes spScrollArrow {
  0%    {transform:translate(10px, 0); }
  60%   {transform:translate(-10px, 0) ;  }
  100%  {transform:translate(-10px, 0) ;  }
}




/***********
status
************/

.is-hide {
  display: none;
}

.is-inlineBlock{
  display: inline-block;
}

.is-out{
  position: absolute;
  left: -9999999px;
}

.is-pc-hide {
  display: none;
}

.is-pc-inline ,
.pc-br {
  display: inline;
}

.is-sp-inline ,
.sp-br {
  display: none;
}

.is-pc-noevent {
  pointer-events: none;
}

.is-step > *{
  opacity: 0;
  transition: opacity 1.2s ease;
}
.is-step.is-show > *{
  opacity: 1;
}

@media screen and (max-width:834px) {

  .is-pc-hide {
    display: block;
  }

  .is-sp-hide {
    display: none;
  }

  .is-sp-inline ,
  .sp-br {
    display: inline;
  }

  .is-pc-inline ,
  .pc-br {
    display: none;
  }

  .is-pc-noevent {
    pointer-events: auto;
  }

}
