/*--------------------------------
　　　　　　　共通部分
---------------------------------*/

html {
  font-size: 62.5%;
}

body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  line-height: 1.7;
  font-size: 1.6rem;
}

/* .headinner-container div {
  box-sizing: unset !important;
} */



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

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 4%;
  text-align: center;
}

h2 img {
  margin: 40px 0;
}

/*　小塚フォント指定　*/
.kozuka {
  font-family: '小塚ゴシック Pro', 'Kozuka Gothic Pro6N', sans-serif;
}

/*　フォントサイズ　*/
.txt-xl {
  font-size: 3.6rem;
  letter-spacing: 0.1em;
}

.txt-m {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}

.txt-s {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}

.txt-xs {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}

/*　水色破線フレーム　*/
.flame {
  margin: 100px 0 40px 0;
  background: #68a5d5;
  box-shadow: 0px 0px 0px 10px #68a5d5;
  border: dashed 2px white;
  border-radius: 15px;
}

/*　h2タイトル　*/
.ttl {
  color: #fff;
  font-size: 3rem;
  text-align: center;
  letter-spacing: 0.3em;
}

.ttl span {
  font-size: 2rem;
}

/*　文字の前後の線　*/

.head-border {
  position: relative;
  display: inline-block;
  padding: 0 250px;
  letter-spacing: 0.3em;
  font-size: 2.4rem;
  margin: 40px 0 20px 0;
}

.head-border:before,
.head-border:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 200px;
  height: 1px;
  background-color: #666;
}

.head-border:before {
  left: 0;
}

.head-border:after {
  right: 0;
}


/*　下線　*/
.under01 {
  border-bottom: dashed 5px #fff;
  padding-bottom: 5px;
  font-size: 2rem;
}

.under02 {
  border-bottom: dashed 5px #fcee21;
  padding-bottom: 5px;
}


/*--------------------------------
　　　　　　　　ABOUT
---------------------------------*/

.aboutbox {
  display: flex;
  max-width: calc(100% - 40px);
  overflow: hidden;
  border-radius: 10px;
  margin: 0 auto;
  padding: 10px 35px;
}

.aboutleft {
  float: left;
  width: 250px;
}

.aboutright {
  overflow: hidden;
  text-align: left;
  padding: 10px 10px 10px 100px;
}

.aboutbox p {
  margin: 20px 0;
}


/*--------------------------------
　　　　　　　CHANGE
---------------------------------*/

.case-box {
  text-align: left;
}

.before_after_image>img {
  margin: 0px auto;
  max-width: 100%;
}

.before_after_arrow {
  position: relative;
  width: 60px;
  height: 60px;
  color: #ccc;
}

.before_after_arrow::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  right: -5px;
  width: 0px;
  height: 0px;
  border: 20px solid transparent;
  border-left: 20px solid currentColor;
}

.box-cap {
  padding: 0.5em 1em;
  margin: 2em 0;
  border: solid 1px #000;
  letter-spacing: 0.1em;
}

.box-cap p {
  margin: 0;
  padding: 0;
}


/*--------------------------------
　　　　　　　REASON
---------------------------------*/

.merit-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  display: -ms-flexbox;
  /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
}

.merit-box>div {
  width: 45%;
  padding: 0.2em 0.5em;
}

.meritleft {
  float: left;
  text-align: center;
  padding: 0.2em 0.5em;
  margin: 2em 0;
  color: #fff;
  background: #68a5d5;
  box-shadow: 0px 0px 0px 10px #68a5d5;
  border: dashed 2px #fff;
  border-radius: 8px;
  width: 45%;
}

.meritright {
  overflow: hidden;
  text-align: center;
  padding: 0.2em 0.5em;
  margin: 2em 0;
  color: #fff;
  background: #acd1ea;
  box-shadow: 0px 0px 0px 10px #acd1ea;
  border: dashed 2px #fff;
  border-radius: 8px;
  width: 45%;
}

.merit-box p {
  margin: 20px 0;
}

/*　破線　*/

.cp_hr02 {
  width: 65%;
  margin: 0 auto;
  border-width: 3px 0 0 0;
  border-style: dashed;
  border-color: #fff;
}


/*--------------------------------
　　　　　　　CASE
---------------------------------*/
.case img {
  margin-bottom: 30px;
}

.right-text-box {
  text-align: right;
  margin-left: auto;
}

.right-text:before {
  content: "※";
}


/*--------------------------------
　　　　　　　PLAN
---------------------------------*/

table {
  border-collapse: collapse;
  margin: 60px 0px;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table tr {
  background-color: #fff;
  padding: .35em;

}

table th {
  font-size: .85em;
  color: #fff;
  text-align: center;

}

table thead tr {
  background-color: #167F92;
  color: #fff;
}

table tbody th span {

  line-height: 2em;
  font-size: 3rem;
}


/*　TABLE 灰色 の指定　*/
th.th-top {
  background: #999;
}

table th.th-top,
table td.td-top {
  padding: 30px;
  border: 1px solid #999;
  position: relative;
}

/*　TABLE オレンジ の指定　*/
th.th-center {
  background: #ff7e27;
}

table th.th-center,
table td.td-center {
  padding: 30px;
  border: 1px solid #ff7e27;
  position: relative;
}

/*　TABLE ピンク の指定　*/
th.th-bottom {
  background: #f0296e;
}

table th.th-bottom,
table td.td-bottom {
  padding: 30px;
  border: 1px solid #f0296e;
  position: relative;
}

span.fat {
  font-size: 2rem;
}

.price {
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 4.5rem;
  line-height: 1em;
}

.price span {
  font-size: 2.3rem;
}

caption {
  caption-side: bottom;
  text-align: right;
}

.price-box {
  text-align: center;
}

.price-box p {
  text-align: left;
}

/*　TABLE 強調する吹き出し　*/
table td.td-top span.strong01 {
  position: absolute;
  top: -20px;
  left: calc(50% - 70px);
  width: 150px;
  font-size: 1.8rem;
  background: #999;
  line-height: 1.5;
  padding: 5px;
  color: #fff;
}

table td.td-center span.strong02 {
  position: absolute;
  top: -20px;
  left: calc(50% - 70px);
  width: 150px;
  font-size: 1.8rem;
  background: #ff7e27;
  line-height: 1.5;
  padding: 5px;
  color: #fff;
}

table td.td-bottom span.strong03 {
  position: absolute;
  top: -20px;
  left: calc(50% - 70px);
  width: 150px;
  font-size: 1.8rem;
  background: #f0296e;
  line-height: 1.5;
  padding: 5px;
  color: #fff;
}


/* モニター価格と定価のボックス */
.table-box-01 {
  background-color: #999;
  margin: 0 auto;
  border: 1px solid #999;
  color: #fff;
  padding: 5px;
  width: 180px;
}

.table-box-02 {
  background-color: #ff7e27;
  margin: 0 auto;
  border: 1px solid #ff7e27;
  color: #fff;
  padding: 5px;
  width: 180px;
}


.table-box-03 {
  background-color: #f0296e;
  margin: 0 auto;
  border: 1px solid #f0296e;
  color: #fff;
  padding: 5px;
  width: 180px;
}

.table-box-01,
.table-box-02,
.table-box-03 {
  font-size: 1.8rem;
}


/*--------------------------------
　　　　　　　FLOW
---------------------------------*/

.flowbox {
  display: flex;
  justify-content: space-between;
  max-width: calc(100% - 40px);
  overflow: hidden;
  border-radius: 10px;
  margin: 0 auto;
  padding: 10px 35px;
}

.flowbox:nth-child(odd) {
  flex-direction: row-reverse;
}

.flowleft {
  float: left;
  padding: 20px;
  width: 250px;
}

.flowright {
  overflow: hidden;
  text-align: left;
  padding: 10px 10px 10px 40px;
}

.flowbox p {
  margin: 20px 0;
}

.flow-sp {
  display: none;
}

.td-top br.pc-wrap,
.td-center br.pc-wrap,
.td-bottom br.pc-wrap{
display: none;
}

.osusume {
  margin-top: 30px;
}




/*media Queries 767
----------------------------------------------------*/
@media screen and (max-width: 767px) {

  /*--------------------------------
　　　　　　　共通部分
---------------------------------*/
  body {
    line-height: 2;
  }

  h2 {
    font-size: 2rem;
    /* 20px*/
  }

  .wrapper {
    padding: 0 4% 4% 4%;
  }
  .about.wrapper {
    padding: 0 0 4% 0;
  }


  .kozuka.flame {
    margin: 40px 15px;
    background: rgb(104, 165, 213);
    box-shadow: rgb(104 165 213) 0px 0px 0px 10px;
    border: 2px dashed white;
    border-radius: 3px;
  }

  .ttl {
    font-size: 1.8rem;
    padding: 5px;
  }

  .ttl span {
    font-size: 1.4rem;
  }

  .txt-m {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    text-align: left;
  }

  .txt-s {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    text-align: left;
  }


  .txt-xs {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    text-align: left;
  }

  p.kozuka.cap,
  caption {
    font-size: 1.4rem;
  }

  /* スマホでの改行なし */
  br.smart-wrap {
    display: none;
  }



  /*--------------------------------
　　　　　　　ABOUT
---------------------------------*/

  .about>.aboutbox {
    flex-direction: column;
  }

  .about .img {
    width: 100%;
    margin-bottom: 30px;
  }

  .about .text p {
    font-size: 1.5rem;
  }

  .aboutleft {
    width: 100%;
  }

  .aboutright {
    padding: 0px;
  }

  .aboutbox {
    max-width: 100%;
    padding: 10px 15px;
  }

  /*--------------------------------
　　　　　　　CHANGE
---------------------------------*/

  .before_after_arrow {
    margin: 15px auto;
    /* margin: -20px auto; */
    transform: rotate(90deg);
  }

  /*--------------------------------
　　　　　　　REASON
---------------------------------*/

  .merit-box>div {
    width: 100%;
  }

  .merit-box {
    padding: 0 4%;
  }

  .meritright.reverse {
    background: #68a5d5;
    box-shadow: 0px 0px 0px 10px #68a5d5;
  }

  .meritleft.reverse {
    background: #acd1ea;
    box-shadow: 0px 0px 0px 10px #acd1ea;
  }

  /*--------------------------------
　　　　　　　CASE
---------------------------------*/

  .right-text-box {
    text-align: left;
  }

  .head-border {
    margin: 0 auto;
    padding: 0 50px;
    font-size: 2rem;
    letter-spacing: 0;
  }

  .head-border:before,
  .head-border:after {
    width: 35px;
  }

  .head-border.second {
    margin-top: 30px;
  }


  /* TABLE */
  table {
    border: 0;
    width: 100%;
    margin: 30px 0;
  }

  table th {
    display: block;
    border-right: none;
    padding: 15px;
  }

  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table tr {
    display: block;
    margin-bottom: .625em;
  }

  table td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: .8em;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none;
  }

  table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
    color: #167F92;
  }

  table tbody th {
    color: #fff;
  }

  table tbody th span {
    font-size: 2rem;
  }

  .price span {
    font-size: 1.5rem;
}

  .under01{

    font-size: 1.5rem;
  }

  table td.td-top span.strong01,
  table td.td-center span.strong02,
  table td.td-bottom span.strong03 {
    position: absolute;
    top: 15px;
    left: 10px;
    width: 70px;
    font-size: 1.0rem;
    line-height: 1.5;
    padding: 2px;
    color: #fff;
    }

    td.td-top.price,
    td.td-center.price,
    td.td-bottom.price {
      font-size: 3rem;
    }

  table th.th-top,
  table td.td-top,
  table th.th-center,
  table td.td-center,
  table th.th-bottom,
  table td.td-bottom{
    padding: 15px;
  }

.td-top br.pc-wrap,
.td-center br.pc-wrap,
.td-bottom br.pc-wrap{
  display: block;
  }



  /*--------------------------------
　　　　　　　FLOW
---------------------------------*/

  .flowbox {
    display: none;
  }

  .flow-sp {
    display: block;
  }

  .flow-spbox {
    display: flex;
    justify-content: space-between;
  }

  .flow-txt {
    margin: 15px 0;
    text-align: left !important;
  }

  .flow-txt img {
    vertical-align: middle;
    display: inline-block;
    width: 15%;
    margin-right: 20px !important;
  }

  .flow-txt span {
    display: inline-block;
    border-bottom: dashed 5px #fcee21;
    padding-bottom: 5px;
    width: 65%;
  }
}

@media print,
(min-width: 768px) {
  .before_after {
    display: flex;
    justify-content: space-between;
    position: relative;
  }

  .before_after_image {
    width: calc(50% - 60px);
  }

  .before_after_arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }

}


/* CTA設定 */
.cta-container {
  margin-top: 20px;
  margin-bottom: 60px;
  width: 100%;
  position: relative;
  display: inline-block;
  text-align: center;
}

.cta-btn {
  border: none;
  background-color: #f57aab;
  width: 600px;
  height: 90px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.15em;
  border-radius: 8px;
  box-shadow: 4px 5px 6px 0 rgba(0, 0, 0, .4);
}

.cta-btn:hover {
  cursor: pointer;
  box-shadow: inset 3px 6px 6px 0 rgba(0, 0, 0, .3);
  color: #f7e498;
}

@media screen and (max-width:550px) {
  .cta-btn {
    font-size: 20px;
    width:300px;
    height: 60px;
  }
}

@media screen and (max-width: 400px) {
  table td.td-top span.strong01,
  table td.td-center span.strong02,
  table td.td-bottom span.strong03 {
    position: absolute;
    top: 15px;
    left: 10px;
    width: 50px;
    font-size: 1.0rem;
    line-height: 1.5;
    padding: 2px;
    color: #fff;
    }
  
}