@charset "UTF-8";

/************************************
** 内容
************************************/
.content {
  margin-top: 0;
  /*overflow-x: hidden;*/
}
/*************************************/
img{
  width: auto;
  max-width: 100%;
  height: auto;
}
.mt-hp {
  margin-top: 10px;
}
.mt-1p {
  margin-top: 20px;
}
.mt-2p {
  margin-top: 40px;
}
.mt-3p {
  margin-top: 60px;
}
.mt-4p {
  margin-top: 80px;
}
.xxxlarge {
  font-size: 48px;
}
.xxlarge {
  font-size: 36px;
}
.xlarge {
  font-size: 30px;
}
.large {
  font-size: 24px;
}
.small {
  font-size: 16px;
}
.xsmall {
  font-size: 14px;
}
.xxsmall {
  font-size: 12px;
}
.fw-b {
  font-weight: bold;
}
.fw-n {
  font-weight: normal;
}
.white {
  color: #fff;
}
.lh-1 {
  line-height: 1;
}
.lh-1p2 {
  line-height: 1.2;
}
.lh-1p4 {
  line-height: 1.4;
}
.lh-1p6 {
  line-height: 1.6;
}
.center {
  text-align: center;
}

/************************************
** 見出し
************************************/
.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  line-height: 1.25;
  font-weight: bold;
}
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  margin: 0;
}
.article h4,
.article h5,
.article h6 {
  font-size: 1em;
  padding: 0;
}
.article h2 {
  font-size: 1em;
  padding: 0;
  background-color: none;
  border-radius: 0;
}
.article h3 {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: none;
  font-size: 1em;
  padding: 0;
}
.article h4 {
  border-top: none;
  border-bottom: none;
}
.article h5 {
  border-bottom: none;
}
.article h6 {
  border-bottom: none;
}
.article-header {
  margin: 40px auto;
  border-bottom: 1px solid #222;
}
.article-header .title {
  font-size: 2em;
}

/************************************
** メールフォーム共通
************************************/
textarea {
  min-height: 0;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
  padding: .5em;
  font-size: 1em;
  border: 1px solid #ccc;
  font-weight: normal;
}

a:hover,
input:hover {
    opacity: 0.7;
}

/* 必須／任意 */
#kantan .required::before {
  content: '必須';
    border-radius: 3px;
    background-color: #d75a5a;
    padding: 0.2em 0.4em;
    margin-right: 1em;
    font-size: 0.7em;
    font-weight: normal;
    color: #fff;
    white-space: nowrap;
}
#kantan .optional::before {
  content: '任意';
    border-radius: 3px;
    background-color: #999;
    padding: 0.2em 0.4em;
    margin-right: 1em;
    font-size: 0.7em;
    font-weight: normal;
    color: #fff;
    white-space: nowrap;
}
.acceptance {
  margin-top: 1em;
  text-align: center;
  color: #fff;
}
.acceptance a {
  color: #fff;
}

/************************************
** フロントページ
************************************/
/*KV*/
.kv {
  margin: 0 auto;
  text-align: center;
}
.kv-gradient {
height: 100%;
z-index: 2;
background: url(images/e1061_1.svg),-moz-linear-gradient(top, #fff, #b4e0de);
background: url(images/e1061_1.svg),-webkit-linear-gradient(top, #fff, #b4e0de);
background: url(images/e1061_1.svg),linear-gradient(to bottom, #fff, #b4e0de);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
position: relative;
margin: 0 auto;
overflow: hidden;
}
.kv h1 img{
  width: 80%;
  max-width: 732px;
}

.kv .price {
  position: relative;
  width: 80%;
  max-width: 580px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0 10px;
  font-size: 0.7em;
}
.kv .price img{
  width: 100%;
}
.kv .price::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -450px;
    width: 494px;
    height: 600px;
    background: url(images/kv_staff_01.png) no-repeat;
     z-index: -1;
    background-size: contain;
}
.kv .price::after {
    content: "";
    position: absolute;
    bottom: -2px;
    right: -500px;
    width: 550px;
    height: 600px;
    background: url(images/kv_staff_02.png) no-repeat;
     z-index: -1;
    background-size: contain;
  }
.kv-inner {
  width: 98%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0 0;
  position: relative;
  z-index: 3;
}
.antibacterial .kv-inner {width: 100%; max-width: initial;}
.kv .plan ul {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.kv .plan li {
  width: auto;
  background-color: #fff;
  border: 1px solid #000;
  padding: .1em .4em;
  margin: 5px 5px 0 0;
}

/*お悩み*/
.worries {
  background-color: #e2d7c8;
  text-align: center;
  padding: 50px 0 0;
  position: relative;
}
.worries h2 {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
}
.worries figure.pc img {
  max-width: 90%;
}
.worries figure.sp {
  display: none;
}
.worries ul {
  display: none;
}
.worries-after {
  background-color: #45413c;
  text-align: center;
  padding: 20px;
  line-height: 1.4;
  position: relative;
}

.worries-after:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #45413c transparent transparent transparent;
  border-width: 20px 30px 0 30px;
}

/*選ばれる理由*/
.reason {
  padding: 80px 0 60px;
  background-image: url(images/reason_bg.png);
  text-align: center;
}
.reason h2 {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  display: flex;
  align-items: center;
  margin-bottom: -20px;
}
.reason h2 .large {
  font-size: 1.8em;

}
.reason h2 .large span {
  font-size: 1.4em;
  color: #01479d
}
.reason h2:before, .reason h2:after {
  content: "";
  flex-grow: 1;
  height: 4px;
  background: #444;
  display: block;
}
.reason h2:before {
  margin-right: 2em;
}
.reason h2:after {
  margin-left: 2em;
}
.reason .box {
  margin-top: 80px;
  background-color: #fff;
  border: 4px solid #01479d;
  padding-bottom: 30px;
}
.reason .num {
  display: inline-block;
  margin: 0 auto;
  background-color: #01479d;
  padding: .2em 1em;
  margin-top: -50%;
}
.reason .num span {
  font-size: 1.4em;
}
.reason h3 {
  width: 90%;
  margin: 30px auto 0;
  padding-bottom: 10px;
  border-bottom: 1px dotted #01479d;
}
.reason .blue {
  width: 80%;
  margin: 1em auto .4em;
  text-align: left;
  font-size: 1.1em;
  line-height: 1.4;
  font-weight: bold;
  color: #01479d;
}
.reason .txt {
  width: 80%;
  margin: 0 auto;
  text-align: left;
}

/*オフィスサービス*/
#service-front {
  padding: 60px 0;
}
#service-front ul {
    display:flex;
    flex-wrap:wrap;
}
#service-front ul li {
  width: 48%;
  padding: 30px;
  background-color: #f4f4f4;
}
#service-front ul li:nth-child(even){
  margin-left: 4%;
}
#service-front ul li figure {
  width: 100%;
}
#service-front ul li a {
  display: block;
  width: 90%;
  margin: 20px auto 0;
  background-color: transparent;
  border: 1px solid #666;
  text-decoration: none;
  color: #333;
  text-align: center;
  font-size: .9em;
  padding: .4em 1em;
}
#service-front ul li a:hover {
  opacity: .7;
}
#service-front ul li a i {
  margin-left: 1em;
}

/*よくあるご質問*/
#faq-front {
  padding: 80px 0;
  background-color: #ebeae8;
}

#faq-front dt {
  display: block;
  background-color: #45413c;
  line-height: 1.4;
  padding: 12px 40px 10px 100px;
}

#faq-front dt::before {
  content:'Q';
  font-weight: bold;
  margin: 0 1em 0 -2em;
}

#faq-front dd {
  display: block;
  padding: 20px 40px 40px 100px;
}

#faq-front dd::before {
  content:'A';
  font-size: 1.2em;
  font-weight: bold;
  color: #c61415;
  margin: 0 1em 0 -2em;
}

/*よくあるご質問*/
#faq {
  padding: 60px 0;
}
#faq dl {
  margin-left: 2em;
}
#faq dt::before {
  content:'Q';
  font-weight: bold;
  margin: 0 1em 0 -2em;
}
#faq dd::before {
  content:'A';
  font-weight: bold;
  color: #c61415;
  margin: 0 1em 0 -2em;
}

/************************************
** 簡易オフィスレイアウト無料作成キャンペーン
************************************/
.layout-free {font-family: "游ゴシック","メイリオ","ヒラギノ角ゴ ProN"}
.layout-free .sp-img {display: none !important;}
.layout-free .kv-inner .plan { 
  padding: .5em 2em !important;
  background:rgb(0,0,0,0) !important;}
.layout-free-header {
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    background-attachment: local;
    padding: 0;
    margin: 0 auto;
    text-align: center;
}
.layout-free .sp,#hikari .type .sp {display: none}
.layout-free .merit.step {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e82e31+0,e82e31+70,ff5d00+100 */
background: #e82e31; /* Old browsers */
background: -moz-linear-gradient(top,  #e82e31 0%, #e82e31 70%, #ff5d00 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #e82e31 0%,#e82e31 70%,#ff5d00 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #e82e31 0%,#e82e31 70%,#ff5d00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e82e31', endColorstr='#ff5d00',GradientType=0 ); /* IE6-9 */
}
.layout-free .merit.step .center{color: #ffec68}

.to-layout-free{
    background-color: #ffb804;
    background-image: url(../layout-free/layout-free_header_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin: 0 auto;
    padding: .5em 0;
    text-align: center;
}

/*-----------------------------------------------　
WEB会議ブースLP
------------------------------------------------*/
#web-c-booth .type {
  background: #949495; /* Old browsers */
  color: #dcdcdc;
  margin: 0 auto 7em;
  padding: 8vw 8vw 10vw;
  position: relative;
  z-index: 0;
  background: rgb(85,85,85);
  background: -moz-linear-gradient(135deg, rgba(85,85,85,1) 50%, rgba(68,68,68,1) 50%);
  background: -webkit-linear-gradient(135deg, rgba(85,85,85,1) 50%, rgba(68,68,68,1) 50%);
  background: linear-gradient(135deg, rgba(85,85,85,1) 50%, rgba(68,68,68,1) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#555555",endColorstr="#444444",GradientType=1);
}

#web-c-booth .type h2 {
    width: 60%;
    position: absolute;
    top: -1.5em;
    left: 40%;
    left: 50%;
    transform: translateX(-50%);
    display: inline;
    background-color: white;
    color: #171c61;
    text-align: center;
    margin: 0 auto;
    padding: .5em 2em;
    border-radius: 2em;
}

#web-c-booth .type .inner h3 {
    font-size: 36px;
    line-height: 1;
    margin-bottom: .5em;
}
#web-c-booth .type .maker h3 {
    margin: 1em 0;
    color: #fff;}
#web-c-booth .type .inner h3.maker img {width: 200px;}
#web-c-booth .type .inner h3 span {
    font-size: 14px;
    font-weight: normal;
    margin-left: 22px;
}
#web-c-booth .type img{border-radius: 8px;}
#web-c-booth .type .box {
    background-color: white;
    border-radius: 12px;
    padding: 2em;
    text-align: center;
    margin: 1em auto 4em;
    color: #333;
}
#web-c-booth .type .box .merit {
    font-size: 1.5em;
    font-weight: 900;
    text-align: center;
    display: inline-block;
    padding: 0;
    color: #ea5506;
    border-bottom: 5px dashed #fff600;
    margin-bottom: .6em;
    width: 140px;
}
#web-c-booth .type .box .merit span{font-size: 1.5em; line-height:  0.8;}
#web-c-booth .type .box .merit_sub {
    margin: 18px auto 1em;
    padding: 0.6em;
    background-color: #eee;
    border-radius: 2em;
    width: 800px;
    max-width: 94%;
    line-height: 1.7;
}
#web-c-booth .type .box .txt {
    width: 800px;
    max-width: 90%;
    margin: 0 auto 2em;
    line-height: 1.5;
    font-size: 15px;
    text-align: left;
}
#web-c-booth .type .inner ul {
  display: flex;
  justify-content: space-between;
}
#web-c-booth .type .inner ul li {
color: white;
    background-color: #000;
    border-radius: 2em;
    margin: 4px 1px;
    font-size: .8em;
    text-align: center;
    display: inline-block;
    padding: 4px 12px;
}

#web-c-booth .flexwrap {
    display: flex;
    justify-content: space-between;
}
#web-c-booth .flexwrap > div {
    width: 50%;
    padding-left: 1.5em;
}
#web-c-booth .reason {
  padding: 40px 8vw 150px;
  background-image: none;
  position: relative;
  z-index: 0;
}
#web-c-booth .reason:before {
  content: '';
  position: absolute;
  left:0;
  top: 0;
  transform: skewY(5deg);
  transform-origin: top right;
  z-index: -1;
  width:100%;
  height:100%;
  background: #fff; /* Old browsers */
  background: -moz-linear-gradient(top,  #fff 0%, #ecdde9 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #fff 0%,#ecdde9 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #fff 0%,#ecdde9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#ffafc2',GradientType=0 ); /* IE6-9 */
}
#web-c-booth .ob {
  padding: 40px 8vw 150px;
  background-image: none;
  background: #fff; /* Old browsers */
  position: relative;
  z-index: 0;
}
#web-c-booth .ob:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    transform: skewY(-5deg);
    transform-origin: top left;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #fff;
}

  #web-c-booth .reason .is > div {width: 100%; margin-bottom: 1em}
  #web-c-booth .reason h2 {
    position: relative;
    display: inline-block;
    padding: 0 50px;
    font-size: 2em;
    margin: 2em auto 1em;
  }
    #web-c-booth .reason h2:before,
    #web-c-booth .reason h2:after
     {content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 44px;
    height: 2px;
    background-color: black;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }
    #web-c-booth .reason h2:before {left: 0}
    #web-c-booth .reason h2:after {right: 0}

  #web-c-booth .ob h2 {
    text-align: center;
    max-width: 1040px;
    display: block;
    margin: 100px auto 20px;
  }
  #web-c-booth .reason h3 {
      font-size: 3.5em;
      font-weight: normal;
      color: #171c61;
      border: none;
      margin: 70px auto 20px;
      line-height: 1.1;
  }
  #web-c-booth .reason h4 {
      font-size: 36px;
      margin: 1em 0;
      color: #8b14a9;
      line-height: 1.2;
  }
  #web-c-booth .ob h4 {
    text-align: center;
  }
#web-c-booth .reason .inner{
  margin-bottom: 3vw;
  padding: 30px 50px;
  max-width: initial;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0px -10px 0px rgb(229 106 154);
  }
#web-c-booth .reason .inner img { border-radius: 8px;}
#web-c-booth .reason .inner p {
    line-height: 1.6;
    font-size: 1em;
    text-align: left;
    width: 74%;
    max-width: 90%;
    margin: 0 auto 2em;
}
#web-c-booth .reason .box{
    margin-top: 0;
    background-color: #fff;
    border: none;
    border-radius: 16px;
    padding-bottom: 50px;
  }
#web-c-booth .ob .inner {
  padding: 30px 50px 80px;
}
#web-c-booth .ob .inner h3 {
    text-align: center;
    font-size: 35px;
    color: #497ecc;
    border-bottom: 1px dotted;
    padding-bottom: 10px;
    margin-bottom: 26px;
    line-height: 1.4;
    letter-spacing: 1px;
}

#web-c-booth .ob i {
    font-size: 11em;
    color: #171c61;
    margin-bottom: -60px;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#web-c-booth .reason ul.mt-1p li {width: 30%;}
#web-c-booth .reason ul.mt-1p li img {
  border-radius: 20px;
  box-shadow: 0px -10px 0px rgb(112 161 232);
}
#web-c-booth .reason ul.mt-1p li h3{
    width: 100%;
    margin: 20px auto;
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px dashed white;
    padding: 20px 0;
}
#web-c-booth .reason .point {
    position: relative;
    padding: 1.4em 0 0;
    margin: 0 auto 0;
}

#web-c-booth .reason p {
    width: 800px;
    max-width: 90%;
    margin: 0 auto 2em;
    line-height: 1.5;
    font-size: 15px;
    text-align: left;
}
#web-c-booth .reason ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
    margin-bottom: 3em;
}

#web-c-booth .type .inner.maker_wrapper {
    margin-bottom: 40px;
    padding-bottom: 20px;
}
#web-c-booth .type .inner.maker_wrapper:last-child {
  border-bottom: none;
  padding-bottom: 0;
  }

#web-c-booth .type .inner.maker_wrapper a:hover img {opacity: 0.7}
#web-c-booth .type .inner.maker_wrapper ul.maker_series {
    display: block;
    background-blend-mode: screen;
    padding: 12px 0;
    border-top: 1px solid rgb(255 255 255 / 10%);
}
#web-c-booth .type .inner.maker_wrapper p {line-height: 1.6;font-size: .9em}
#web-c-booth .type .inner.maker_wrapper ul.maker_series > div {
    color: #fff;
    display: inline;
    margin-right: 8px;
    }
#web-c-booth .type .inner.maker_wrapper h4 {
    color: green;
    line-height: 1.3;
    font-size: 1.3em;
    border-bottom: 1px dotted;
    padding: 10px;
}
#web-c-booth .type .inner.maker_wrapper a.to_link {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
    padding: 2em;
    text-decoration: none;
    color: #333;
    border: 1px solid #fff;
    border-radius: 10px;
    background-color: white;
}
#web-c-booth .type .inner.maker_wrapper a.to_link:hover {
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 2em;
    background-color: #ccc;
    color: #333;
}
#web-c-booth .type .inner.maker_wrapper a.to_link:hover img {opacity: 1}
#web-c-booth .type .inner.maker_wrapper a.to_link > div {margin-right: 2em}
#web-c-booth .type .inner.maker_wrapper a .bnr {
    display: block;
    width: 50%;
    text-align: right;
}

#web-c-booth #service-front {
    text-align: center;
    max-width: initial;
    padding: 0 10vw 10vw;
}
  #web-c-booth #service-front  h2 {
      text-align: center;
      font-size: 36px;
      color: #555;
      border-bottom: 5px dashed #e95295;
      display: inline-block;
      margin: 0 auto;
  }
  #web-c-booth #service-front  h3 {
    border-bottom: 2px solid white;
    padding-bottom: 10px;
    font-weight: bold;
    text-align: center;
  }
  #web-c-booth #service-front ul {
      padding: 0;
 }
  #web-c-booth #service-front ul li {
      position: relative;
      border-radius: 8px;
      width: 46%;
      text-align: left;
      box-shadow: 0px -10px 0px #548ae2;
  }
    #web-c-booth #service-front ul li .tag {
        display: inline-block;
        position: relative;
        padding: 5px 20px;
        font-size: 18px;
        font-weight: normal;
        color: #FFF;
        letter-spacing: 2px;
        background: #e95295;
        border-radius: 0 6px 6px 0;
        position: absolute;
        top: 30px;
        left: -20px;
    }
      #web-c-booth #service-front ul li .tag:before {
          position: absolute;
        content: '';
        top: 100%;
        left: 0;
        border: none;
        border-bottom: solid 15px transparent;
        border-right: solid 20px #5f5f5f;/*折り返し部分*/
      }

#web-c-booth #service-front ul li {
    position: relative;
    border-radius: 20px;
    padding: 4em 3vw 3em;
    margin: 3em auto 0;
}

#web-c-booth #faq {
    padding: 0 0 6em;
    margin: 0;
    text-align: center;
    background-color: pink;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ecdde9 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#ecdde9 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#ecdde9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffafc2',GradientType=0 );
  }
  #web-c-booth #faq h2 {
      text-align: center;
      font-size: 36px;
      color: #555;
      border-bottom: 5px dashed #e95295;
      display: inline-block;
      margin: 0 auto;
  }
  #web-c-booth #faq dl { margin-left: 0;}
    #web-c-booth #faq dt {
        font-weight: normal;
        line-height: 1.5;
        text-align: left;
    }
      #web-c-booth #faq dt::before {
          content: 'Q';
          font-weight: bold;
          font-size: 34px;
          padding-right: 16px;
          margin: 0;
        }
    #web-c-booth #faq dd {
      margin: 1.5em 0;
      padding: 1em 1.5em;
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0px 6px 0px #9c7d96;
      text-align: left;
      line-height: 1.5;
    }
      #web-c-booth #faq dd:before {display: none;}

  #web-c-booth #kantan { background-color: #00214f;}
  #web-c-booth #kantan .inpt .scroll .feed a,
  #web-c-booth #kantan .inpt .scroll .feed input { border: none; border-radius:2em;}
  #web-c-booth #kantan h2 {
    padding: 20px 0 0;
    border-top: none;
    border-bottom: none;
    color: #fff;
    letter-spacing: 0;
  }


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/

/************************************
** 1023px以下
************************************/
@media screen and (max-width: 1023px) {

  /*1023px------------------- WEB会議ブース*/
  #web-c-booth .reason h2 { font-size: 3vw;}
  #web-c-booth .reason .inner p {width: auto;}
  #web-c-booth .type h2 {width: 80%;}
  #web-c-booth .type img {width: 40vw;}
  #web-c-booth #faq .inner {width: 84vw;}
  #web-c-booth #service-front {padding: 0 5vw 10vw;}
  #web-c-booth #service-front h3 {
    font-size: 2.2vw;
    line-height: 1.6;
  }

/*1023px以下 ここまで*/
}

/************************************
** 834px以下
************************************/
@media screen and (max-width: 834px){
  .mt-1p {
    margin-top: 15px;
  }
  .mt-2p {
    margin-top: 30px;
  }
  .mt-3p {
    margin-top: 45px;
  }
  .mt-4p {
    margin-top: 60px;
  }
  .xxxlarge {
    font-size: 36px;
  }
  .xxlarge {
    font-size: 30px;
  }
  .xlarge {
    font-size: 24px;
  }
  .large {
    font-size: 18px;
  }
  .small {
    font-size: 14px;
  }
  .xsmall {
    font-size: 12px;
  }
  .xxsmall {
    font-size: 11px;
  }

  .inner {
    width: 94%;
    margin: 0 auto;
  }


  /*834px tmp-service オフィスサービス*/
  #service-front {
    padding: 40px 0;
  }
  #service-front ul {
      display: block;
  }
  #service-front ul li {
    width: 100%;
    padding: 20px;
  }
  #service-front ul li:nth-child(even){
    margin-left: 0;
  }
  #service-front ul li figure {
    width: 50%;
    margin: auto;
  }

  /*834px tmp-kantan かんたん見積り*/
  #kantan {
      padding: 40px 0;
  }
  #kantan h2 {
    font-size: 1.6em;
    letter-spacing: 0;
    padding: 15px 0;
  }

  /*834px フロントページ*/
  .antibacterial-header {padding: 0;}
  .kv .price::before,
  .kv .price::after {display: none;}

  .reason { padding: 50px 0 30px; }
  .reason h2:before, .reason h2:after { margin-right: 0.5em; background-color: initial;}
  .reason h2:after { margin-left: 0.5em;}
  .reason h2 .large {font-size: 1.6em;font-weight: bold}
  .reason h2 .large span { font-size: 1.5em;}
  .reason .box { margin-top: 40px;}

  /*834px------------------- WEB会議ブース*/
  #web-c-booth .flexwrap {display: block;}
  #web-c-booth .type img {
    width: 100%;
    margin-bottom: 0;
  }
  #web-c-booth .type .inner h3.maker img {width: 240px;}
  #web-c-booth .type .inner.maker_wrapper p {margin-top: 1em;}
  #web-c-booth .flexwrap > div {
    width: 100%;
    padding-left: 0;
  }
  #web-c-booth .reason ul {margin-bottom: 0;}
  #web-c-booth .reason ul.mt-1p li h3 {
    font-size: 1.2em;
    line-height: 1.3;}
  #web-c-booth .ob .inner {padding: 30px 0 80px;}
  #web-c-booth .ob .inner h3 {font-size: 3.5vw;}
  #web-c-booth #service-front ul li {width: auto;}
  #web-c-booth #service-front h3 {font-size: 3.2vw;}

/*834px ここまで*/
}


/************************************
** 480px以下
************************************/
@media screen and (max-width: 480px){
  .mt-1p {
    margin-top: 10px;
  }
  .mt-2p {
    margin-top: 20px;
  }
  .mt-3p {
    margin-top: 30px;
  }
  .mt-4p {
    margin-top: 40px;
  }
  .xxxlarge {
    font-size: 1.8em;
  }
  .xxlarge {
    font-size: 1.6em;
  }
  .xlarge {
    font-size: 1.4em;
  }
  .large {
    font-size: 1.2em;
  }
  .small {
    font-size: .9em;
  }
  .xsmall {
    font-size: .8em;
  }
  .xxsmall {
    font-size: .7em;
  }

  /*480px tmp-faq よくある質問*/
  #faq-front { padding: 40px 0 20px}
  #faq-front dt {padding: 12px 10px 12px 56px;}
  #faq-front dd {padding: 12px 10px 12px 64px; margin-bottom: 24px;}

 
  /*480px フロントページ*/
  .kv {
    height: auto;
    background:-moz-linear-gradient(top, #fff, #cce7f8);
    background:-webkit-linear-gradient(top, #fff, #cce7f8);
    background:linear-gradient(to bottom, #fff, #cce7f8);
  }
  .kv-inner {padding: 0;}
  .layout-free .kv-inner {padding: 0; height: 45vw;}
  .kv-inner h1{
    background: none;
  }
  .kv-inner h1 img{
    width: 90%;
    padding: 20px 0 20px;
  }
  .antibacterial .kv-inner {width: auto !important;}

  .kv .plan {
    margin-top: 0;
  }

  .kv .plan ul {
    width: 94%;
    }

  .worries {
    text-align: center;
    padding: 20px 20px 0;
    position: static;
  }
  .worries h2 {
    position: static;
  }
  .worries figure.pc {
    display: none;
  }
  .worries figure.sp {
    display: block;
  }
  .worries ul {
    display: block;
  }
  .worries li {
    width: 90%;
    margin: 5px 0 0;
    padding: .1em;
    background-color: #887d6e;
    border-radius: 20px;
    color: #fff;
    text-align: center;
  }
  .worries li:nth-child(even){
    margin-left: 10%;
  }

.layout-free .kv-inner .plan { 
  padding: .5em 1em !important;}
.layout-free .sp, #hikari .type .sp {display: block; width: 80%;margin: 0 auto;}
.layout-free .pc, #hikari .type .pc {display: none}

  /*480px バスターズひかり*/
  #hikari h1 {
    font-size: 30px;
  }
  #hikari h2 {
    font-size: 21px;
  }
 
  /*480px------------------- WEB会議ブース*/
  #web-c-booth .reason {padding: 40px 4vw;}
  #web-c-booth .reason h2 {
    margin: 0 auto 1em;
    font-size: 5.2vw;
  }
  #web-c-booth .reason .point {padding: 0;}
  #web-c-booth .reason .inner {padding: 30px 4vw; margin-bottom: 18vw;}
  #web-c-booth .reason ul {display: block;}
  #web-c-booth .reason ul.mt-1p li {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 8vw;}
  #web-c-booth .reason ul.mt-1p li h3 {margin: 10px auto 20px; padding: 20px 0 14px;}
  #web-c-booth .ob {padding: 40px 8vw;}
  #web-c-booth .ob .inner h3 {font-size: 5.5vw;}
  #web-c-booth .ob i {font-size: 9em;}
  #web-c-booth .ob h2 { margin: 20px auto;}
  #web-c-booth .type {
    padding: 18vw 8vw 10vw;
    background: rgb(85,85,85);}
  #web-c-booth .type h2 {
    width: 92%;
    padding: .5em 1em;
    top: -1.4em;}
  #web-c-booth .type .inner h3 {font-size: 2em;}
  #web-c-booth .type .inner h3 span {
    display: block;
    margin: 4px 0 0;
    }
    #web-c-booth .type .inner.maker_wrapper p {line-height: 1.7}
  #web-c-booth .flexwrap {display: block;}
  #web-c-booth .flexwrap > div {
    width: auto;
    padding-left: 0;
    margin: 1em auto;}
  #web-c-booth #service-front h3 {
    font-size: 6.2vw;
    width: 90%;
    line-height: 1.4;
    margin: auto;
  }
  #web-c-booth #service-front ul li {padding: 6em 6vw 3em;}
  #web-c-booth #faq {padding: 4em 0 6em;}
  #web-c-booth #faq .inner {width: 80vw;}

/*480px ここまで*/
}