@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;
}


/************************************
** フリーアドレスデスク販促LP
************************************/
.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;
}
.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;
}
#freeaddressdesk .type {
  background: #949495; /* Old browsers */
  color: white;
  margin-top: -60px;
  padding: 74px 8vw 100px;
  position: relative;
  z-index: 0;
}
#freeaddressdesk .type:after {
  content: '';
  position: absolute;
  left:0;
  top: 0;
  transform: skewY(-2deg);
  transform-origin: top left;
  z-index: -1;
  width:100%;
  height:100%;
  background:#4e4e4e;
  background: -moz-linear-gradient(top, #4e4e4e 0%, #949495 100%);
  background: -webkit-linear-gradient(top, #4e4e4e 0%,#949495 100%);
  background: linear-gradient(to bottom, #4e4e4e 0%,#949495 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e4e4e', endColorstr='#949495',GradientType=0 );
}

#freeaddressdesk .type h2 img{
    padding: 0 0 1em;
}
#freeaddressdesk .type .inner h3 {
    font-size: 36px;
    line-height: 1.2;
}
#freeaddressdesk .type .maker h3 {
    margin: 1em 0;
    color: #fff;}
#freeaddressdesk .type .inner h3 span {
    font-size: 14px;
    font-weight: normal;
    margin-left: 1em;
}
#freeaddressdesk .type img{border-radius: 8px;}
#freeaddressdesk .type .box {
    background-color: white;
    border-radius: 12px;
    padding: 2em;
    text-align: center;
    margin: 1em auto 4em;
    color: #333;
}
#freeaddressdesk .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;
}
#freeaddressdesk .type .box .merit span{font-size: 1.5em; line-height:  0.8;}
#freeaddressdesk .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;
}
#freeaddressdesk .type .box .txt {
    width: 800px;
    max-width: 90%;
    margin: 0 auto 2em;
    line-height: 1.5;
    font-size: 15px;
    text-align: left;
}
#freeaddressdesk .type .inner ul {
  display: flex;
  justify-content: space-between;
}
#freeaddressdesk .type .inner ul li {
  display: block;
  width:  30%;
}
#freeaddressdesk .type .inner ul li span {
    height: 3.5em;
    line-height: 1.3;
    text-align: left;
    text-align: left;
    font-weight: bold;
    padding-bottom: 1em;
    border-top: 1px solid rgb(255 255 255 / 0.5);
    border-bottom: 1px solid rgb(255 255 255 / 0.5);
    display: block;
    font-size: 22px;
    padding: .5em;
    margin-bottom: 1em;
}
#freeaddressdesk .flexwrap {
    display: flex;
    justify-content: space-between;
}
#freeaddressdesk .flexwrap > div {
    width: 50%;
    padding-left: 1.5em;
}
#freeaddressdesk .reason {
padding: 40px 8vw 150px;
background-image: none;
background-color: #ffcf00;
background: #ffd800; /* Old browsers */
background: -moz-linear-gradient(top,  #ffd800 0%, #ffb135 100%, #ffb135 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffd800 0%,#ffb135 100%,#ffb135 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffd800 0%,#ffb135 100%,#ffb135 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd800', endColorstr='#ffb135',GradientType=0 ); /* IE6-9 */
position: relative;
z-index: 0;
}
#freeaddressdesk .reason:after {
  content: '';
  position: absolute;
  left:0;
  top: 0;
  transform: skewY(2deg);
  transform-origin: top right;
  z-index: -1;
  width:100%;
  height:100%;
    background-image: url(images/reason_bg.png);
  background:#ffcf00;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffd800+0,ffb135+100,ffb135+100 */
background: #ffd800; /* Old browsers */
background: -moz-linear-gradient(top,  #ffd800 0%, #ffb135 100%, #ffb135 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffd800 0%,#ffb135 100%,#ffb135 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffd800 0%,#ffb135 100%,#ffb135 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd800', endColorstr='#ffb135',GradientType=0 ); /* IE6-9 */
}
#freeaddressdesk .reason .is {margin-top: 1em;}
  #freeaddressdesk .reason .is > div {width: 100%; margin-bottom: 1em}
  #freeaddressdesk .reason h2 {
      text-align: center;
      max-width: 1040px;
      display: block;
      margin: 0 auto 25px;
  }
    #freeaddressdesk .reason h2:before,
    #freeaddressdesk .reason h2:after
     {display: none;}
  #freeaddressdesk .reason.ob h2 { margin: 73px auto 25px;}
  #freeaddressdesk .reason h3 {
      font-size: 3.5em;
      font-weight: normal;
      color: #171c61;
      border: none;
      margin: 70px auto 20px;
      line-height: 1.1;
  }
  #freeaddressdesk .reason h4 {
      font-size: 36px;
      margin: 1em 0;
      color: #f39800;
      line-height: 1.2;
  }
#freeaddressdesk .reason .inner {
  background-color: white;
  padding: 30px 50px;
  border-radius: 20px;
  }
#freeaddressdesk .reason .inner img { border-radius: 8px;}
#freeaddressdesk .reason .inner p {
  line-height: 1.6;
  text-align: left;
}
#freeaddressdesk .reason .box{
    margin-top: 0;
    background-color: #fff;
    border: none;
    border-radius: 16px;
    padding-bottom: 50px;
  }
#freeaddressdesk .reason i {
    font-size: 11em;
    color: #171c61;
    margin-bottom: -60px;
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#freeaddressdesk .reason .point {
position: relative;
    padding: 1.4em 0 0;
    margin: 33px auto 0;
}
#freeaddressdesk .reason .point .point_tit {
font-weight: bold;
    font-size: 24px;
    margin: 20px 0 0;
    color: #f39800;
}
#freeaddressdesk .reason .point i {
    font-size: 3em;
    color: #171c61;
    margin: 0 auto;
}
#freeaddressdesk .reason .point ul { margin: 0 1.5em 2em;}
#freeaddressdesk .reason .point ul li {
    display: block;
    background-color: #171c61;
    font-size: 22px;
    color: white;
    padding: 6px 4em;
    border-radius: 2em;
    margin: 4px auto;
    width: fit-content;
  }
#freeaddressdesk .reason p {
    width: 800px;
    max-width: 90%;
    margin: 0 auto 2em;
    line-height: 1.5;
    font-size: 15px;
    text-align: left;
}
#freeaddressdesk .type .inner .demerit_txt {
    color: #fff203;
    line-height: 1.4;
    text-align: left;
    font-weight: bold;
    padding-bottom: 1em;
}
#freeaddressdesk .type .inner.maker_wrapper {
    margin-bottom: 40px;
    padding-bottom: 20px;
}
#freeaddressdesk .type .inner.maker_wrapper:last-child {
  border-bottom: none;
  padding-bottom: 0;
  }

#freeaddressdesk .type .inner.maker_wrapper a:hover img {opacity: 0.7}
#freeaddressdesk .type .inner.maker_wrapper ul.maker_series {
    display: block;
    background-blend-mode: screen;
    padding: 12px;
    border-top: 1px dashed rgb(255 255 255 / 20%);
}
#freeaddressdesk .type .inner.maker_wrapper p {line-height: 1.4}
#freeaddressdesk .type .inner.maker_wrapper ul.maker_series > div {color: #ffd900;
}
#freeaddressdesk .type .inner.maker_wrapper ul.maker_series a {
    width: auto;
    text-indent: 1em;
    font-size: 0.85em;
    color: #eee;
    text-decoration: none;
  }
#freeaddressdesk .type .inner.maker_wrapper ul.maker_series a li {
    width: auto;
    list-style-type: disc;
}
#freeaddressdesk .type .inner.maker_wrapper ul.maker_series a li:hover {
    /*text-decoration: underline;*/
    color: #fff;
}
#freeaddressdesk .type .inner.maker_wrapper h4 {
    color: green;
    line-height: 1.3;
    font-size: 1.3em;
    border-bottom: 1px dotted;
    padding: 10px;
}
#freeaddressdesk .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;
}
#freeaddressdesk .type .inner.maker_wrapper a.to_link:hover {
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 2em;
    background-color: #ccc;
    color: #333;
}
#freeaddressdesk .type .inner.maker_wrapper a.to_link:hover img {opacity: 1}
#freeaddressdesk .type .inner.maker_wrapper a.to_link > div {margin-right: 2em}
#freeaddressdesk .type .inner.maker_wrapper a .bnr {
    display: block;
    width: 50%;
    text-align: right;
}

#freeaddressdesk #service-front {text-align:  center}
  #freeaddressdesk #service-front  h2 {
    text-align: center;
    font-size: 36px;
    color: #555;
    border-bottom: 5px dashed #fff600;
    display: inline-block;
    margin: 0 auto;
  }
  #freeaddressdesk #service-front ul {
  margin-bottom: 6em;
  padding: 0;
 }
  #freeaddressdesk #service-front ul li {
    position: relative;
    border-radius: 8px;
      width: 46%;
      text-align: left;
  }
    #freeaddressdesk #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: #ffc100;
        border-radius: 0 6px 6px 0;
        position: absolute;
        top: 90px;
        left: -20px;
    }
      #freeaddressdesk #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;/*折り返し部分*/
      }

#freeaddressdesk #service-front ul li {
      position: relative;
    border-radius: 8px;
    padding: 1em 3vw 2em;
    margin: 2em auto;
}

#freeaddressdesk #faq {
    padding: 60px 1em;
    margin: 0 1em;
    text-align: center; 
}
  #freeaddressdesk #faq h2 {
      text-align: center;
      font-size: 36px;
      color: #555;
      border-bottom: 5px dashed #fff600;
      display: inline-block;
      margin: 0 auto;
  }
  #freeaddressdesk #faq dl { margin-left: 0;}
    #freeaddressdesk #faq dt {
        font-weight: normal;
        line-height: 1.5;
        text-align: left;
    }
      #freeaddressdesk #faq dt::before {
          content: 'Q';
          font-weight: bold;
          font-size: 34px;
          padding-right: 16px;
          margin: 0;
        }
    #freeaddressdesk #faq dd {
        text-align: left;
        background-color: #eee;
        padding: 1em 1.5em;
        margin-bottom: 2em;
        border-radius: 10px;
        line-height: 1.5;
    }
      #freeaddressdesk #faq dd:before {display: none;}

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

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

  /*1023px------------------- 支社*/
  #branch .kv-inner .plan img { width: 56%;}
  #branch .service { margin: 20px auto 0;}
  #branch .inner {width: 90%;}
  #branch #faq .qa label {
    font-size: 1.1em;
    line-height: 1.4;}
  #branch #faq .qa .qa_actab input[type=checkbox]:checked ~ .qa_actab-content {
  width: 80%;}

  /*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------------------- ICT　UTMLP*/
  #ict-telework .type .txt { min-height: 13em;}
  #ict-telework .service ul a h3 { font-size: 2em;}
  #ict-telework .service-etc  {background-size: initial;}
  #ict-telework .service-etc h2 {font-size: 2em;}
  #ict-telework .service-etc ul {max-width: 900px;}
  #ict-telework article form {width: 80%;}

/*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;}

  /* フリーアドレスデスク販促LP　*/
  #freeaddressdesk .large {
    font-size: 24px;
    line-height: 3em;
  }
  #freeaddressdesk figure img {border-radius:  8px;}
  #freeaddressdesk .reason h2 {
    display: block;
    width: 90vw;
    max-width: 1040px;
    margin: auto auto 16px;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}
#freeaddressdesk .reason .point ul li {
padding: 10px 1.5em;
    font-size: 18px;
    line-height: 1.5;
    width: 100%;
}
  #freeaddressdesk .reason .inner { width: 90%; padding: 30px;}

  #freeaddressdesk .reason .inner img {margin-bottom: 1.5em;}

  #freeaddressdesk .type img,
  #freeaddressdesk .type .inner { width: 80vw;}
  #freeaddressdesk .type h2 img { width: auto;}
  #freeaddressdesk .type .box .merit_sub {
    padding: 0.6em 2em;
    line-height: 1.5;
  }
  #freeaddressdesk .flexwrap { display: block;}
  #freeaddressdesk .flexwrap > div { width: 100%; padding-left: 0;}
  #freeaddressdesk .type .inner ul {
    display: block;
    justify-content: initial;
  }
  #freeaddressdesk .type .inner ul li {
    display: block;
    width:  auto;
    margin-bottom: 3em;
  }
  #freeaddressdesk .type .inner ul li span { height: auto; }

  #freeaddressdesk #service-front ul { padding: 0 5vw;}
  #freeaddressdesk #service-front ul li { padding: 2em 8vw; width: 100%;text-align:  left}
  #freeaddressdesk #service-front ul li figure { width: auto;text-align: center;}

  #freeaddressdesk .type .inner.maker_wrapper ul.maker_series a li {
    text-decoration: none;
    list-style: inside circle;
    margin: 10px 0 0;
  }
  #freeaddressdesk .type .inner.maker_wrapper figure { margin-bottom: 1em;}
  #freeaddressdesk .type .inner.maker_wrapper a .bnr {
      width: 100%;
      margin: 1em auto;
  }
  #freeaddressdesk .type .inner.maker_wrapper a.to_link { display: block;}
  #freeaddressdesk .type .inner.maker_wrapper a.to_link > div { margin-right: 0;}
 
 /*834px------------------- 支社*/
  #branch .kv-inner .plan div { font-size: 14px;width: 50%;}
  #branch .kv-inner .plan div h1 img { width: 55%;}
  #branch .service { width: 86%; margin: 0 auto 0;}
  #branch .tel-wrapper { width: 90%;}
  #branch .tel-wrapper .inner { padding: 60px 0 20px;}
  #branch .tel-wrapper .inner h2 {
    line-height: 1.3;
    padding: 10px 20px 8px;
    top: -40px;
  }
  #branch .tel-wrapper .inner h2 span {
    display: block;
    font-size: 70%}
  #branch .tel-wrapper .inner .tel a {text-decoration: none;}
  #branch .reason .blue,
  #branch .reason .txt
   { width: 98%;}
   #branch #tenpo_list img {width: 70px;}
   #branch #tenpo_list ul#shop-container a { width: calc(100% / 2 - 4px);}

  /*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------------------- ICT　UTMLP*/
  #ict-telework h2 {
    width: 70vw;
    margin: 0 auto;
  }
  #ict-telework .nayami .inner {flex-wrap: wrap;}
  #ict-telework .type {width: 48%;}
    #ict-telework .type .txt {min-height: 8em;}
  #ict-telework .service ul {flex-wrap: wrap;}
    #ict-telework .service ul a {width: 100%;margin-bottom: 2em;padding: 2em;}
    #ict-telework .service ul a .txt {margin: .5em auto;}
 #ict-telework .service-more-wrapper {
    background-size: 300% auto;
  }
  #ict-telework .service-more .inner {display: block;}
  #ict-telework .service-more .type {width: 100%;}
    #ict-telework .service-more .type:after {
        content: "\f078";
        bottom: -170px;
        left: 50%;
        transform: translateX(-50%);
      }
    #ict-telework .service-more .type img {width: 20vw;}
  #ict-telework .service-more .answer {
      width: 100%;
      margin: 2em auto;
    }
  #ict-telework .service-more ul li {display: block;}
  #ict-telework .service-more ul li img {
    width: 86%;
    max-height: 420px;
  }
  #ict-telework .service-more ul li h3 {font-size: 3em;}
  #ict-telework .service-more ul li .price {font-size: 2.5em;}
  #ict-telework .service-more ul li .info { font-size: 1em;}
  #ict-telework .service-etc {    padding-bottom: 10em;}
  #ict-telework .service-etc h2 {font-size: 1.8em;}
    #ict-telework .service-etc h2 img { width: 88px;}
  #ict-telework .service-etc ul {max-width: 80vw;}

/*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-contact あなたのオフィスの快適を本気で考えます！*/
  .induction .inner{
    display: block; 
    width: 93%;
  }
  .induction .head2 {
    display: block;
    font-weight: normal;
  }
  .induction .whitebox {
    padding: 10px;
  }

  /*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);
  }
  .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 フリーアドレスデスク販促LP*/
  #freeaddressdesk .xxlarge {
    font-size: 6vw;
  }
  #freeaddressdesk .large {
      font-size: 19px;
      line-height: 2;
  }
  #freeaddressdesk .reason { padding: 40px 0 100px;}
  #freeaddressdesk .reason i { font-size: 7em;}
  #freeaddressdesk .reason h2 {
    width: 90%;
    margin: 0 auto 25px;
  }
  #freeaddressdesk .reason h3 {
    font-size: 7vw;
    font-weight: bold;
    color: #171c61;
    border: none;
    margin: 48px auto 10px;
    line-height: 1.1;
    }
  #freeaddressdesk .reason h4 {
  font-size: 8vw;
  margin: 3vw 0;
  }
  #freeaddressdesk .reason p { max-width: 100%;}
  #freeaddressdesk .reason .point ul { margin: 0 0 2em;}

  #freeaddressdesk .type {padding: 74px 8vw 50px;}
  #freeaddressdesk .type h2 img { width: 50%}
  #freeaddressdesk .type h2.inner.merit img{ width: 100%}
  #freeaddressdesk .type .inner h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
  }
  #freeaddressdesk .type .inner.maker_wrapper ul {margin-bottom: 1em;}

  #freeaddressdesk #service-front h2 {
    font-size: 30px;
    line-height: 1.2;
    padding-bottom: 10px;
    }
    #freeaddressdesk #service-front ul li {padding: 20px 5vw;}
    #freeaddressdesk #service-front ul li .tag {
      top: 70px;
      left: -20px;
      padding: 5px 16px;
      font-size: 14px;
    }

  #freeaddressdesk #faq h2 { font-size: 30px;}

/*480px ここまで*/
}