@charset "utf-8";
@import "common.css";

/*-----------------------------------------------
	senkyo
-----------------------------------------------*/

.senkyo p {
  font-size: 15px;
}

.headCatch03 {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.2em;
}

/*吹き出しタイトル*/
.balloonTitle {
 	position: relative;
  display: inline-block;
  margin: 2em 0;
  padding: 15px 32px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 18px;
  background: #b7282d;
  border-radius: 10px;
  font-weight: bold;
}
.balloonTitle:before{
	content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 10px solid #b7282d;
}

.balloonNet {
 	position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 5px;
  color: #fff;
  font-size: 14px;
  background: #f27935;
  border-radius: 5px;
  width: 100%;
  text-align: center;
}
.balloonNet:before{
	content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -4px;
  border: 6px solid transparent;
  border-top: 10px solid #f27935;
}

.balloonPrint {
 	position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 5px;
  color: #fff;
  font-size: 14px;
  background: #38a1db;
  border-radius: 5px;
  width: 100%;
  text-align: center;
}
.balloonPrint:before{
	content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -4px;
  border: 6px solid transparent;
  border-top: 10px solid #38a1db;
}

/*ポイントタイトル*/
.pointTitle {
  position: relative;
}
.pointTitle::before {
  content: '';
  position: absolute;
  top: -17px;
  left: 0;
  background-image: url(../images/No_01.gif);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 67px;
  height: 69px;
}
.pointPadding {
  padding-left: 71px;
}

.pointTitle02 {
  position: relative;
}
.pointTitle02::before {
  content: '';
  position: absolute;
  top: -17px;
  left: 0;
  background-image: url(../images/No_02.gif);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 67px;
  height: 69px;
}

.pointTitle03 {
  position: relative;
}
.pointTitle03::before {
  content: '';
  position: absolute;
  top: -17px;
  left: 0;
  background-image: url(../images/No_03.gif);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 67px;
  height: 69px;
}


#meritTable td {
  text-align: left !important;
  padding: 0.4rem;
  font-size: 16px;
  font-weight: bold;
}

/*ネット関連サービス*/
#netWrap {
  border: 2px solid #f27935;
  border-radius: 0.8rem;
  position: relative;
}
#netWrap:before {
  position: absolute;
  content: '';
  top: 102%;/*上からの距離*/
  left: 49%;/*左からの距離*/
  background-image: url(../images/arrowBoth.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 26px;
  height: 60px;
}
#netWrap h6 {
  font-size: 24px;
  color: #fff;
  background-color: #f27935;
  text-align: center;
  border-radius: 0.5rem 0.5rem 0 0;
  padding: 0.3rem 0;
}
.netBox-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  padding-bottom: 1rem;
}
.netBox {
  width: 22%;
  margin: 0 1.5%;
  display: flex;
  flex-wrap: wrap;
  /*flex-direction: column;*/
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  /*-webkit-flex-direction: column;*/
}
.netBox-inner {
  display: flex;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  width: 100%;
}
.netBox-inner img {
  margin: auto;
}
.netBox-txt {
  text-align: center;
  margin-top: auto;
  color: #b7282d;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.3rem;
  padding-top: 1rem;
}

/*ARシステム*/
#arWrap {
  border: 2px solid #e95377;
  border-radius: 0.8rem;
  position: relative;
}
#arWrap:before {
  position: absolute;
  content: '';
  top: 106%;/*上からの距離*/
  left: 49%;/*左からの距離*/
  background-image: url(../images/arrowBoth.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 26px;
  height: 60px;
}
#arWrap h6 {
  font-size: 24px;
  color: #fff;
  background-color: #e95377;
  text-align: center;
  border-radius: 0.5rem 0.5rem 0 0;
  padding: 0.3rem 0;
}
.arBox-wrap {
  margin: 1rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  display: -webkit-flex;
  -webkit-justify-content: space-around;
  -webkit-align-items: center;
}
.arBox-wrap h7 {
  color: #b7282d;
  font-weight: bold;
  font-size: 18px;
  line-height: 2.5rem;
}

/*印刷関連サービス*/
#printWrap {
  border: 2px solid #38a1db;
  border-radius: 0.8rem;
  position: relative;
}
#printWrap h6 {
  font-size: 24px;
  color: #fff;
  background-color: #38a1db;
  text-align: center;
  border-radius: 0.5rem 0.5rem 0 0;
  padding: 0.3rem 0;
}
.printBox-wrap {
  margin: 0 1rem 1rem 1rem;
}
.printItems {
  text-align: center;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  display: -webkit-flex;
  -webkit-justify-content: space-around;
  -webkit-align-items: flex-end;
}
.printItems img {
  margin: auto;
}

.benefits li {
  display: inline-block;
  margin: 0 0.8rem;
}

.arRelation {
  display: flex;
  justify-content: space-between;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  margin-top: 2rem;
}
.ar-text {
  width: 20%;
  margin: auto 0;
}
#arSystem {
  position: relative;
  padding-bottom: 2rem;
}
#arSystem:before {
  position: absolute;
  content: '';
  background-image: url(../images/arrowRight_b.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 175px;
  height: 26px;
  top: 31px;
}
.arEx {
  display: flex;
  display: -webkit-flex;
  width: 40%;
}
.arEx-txt {
  margin-left: 1rem;
}
.arEx-txt-p01 {
  margin-top: 2rem;
}
.arEx-txt-p02 {
  margin-top: 7rem;
}

.arSample {
  background-color: #007bc5;
  font-size: 16px;
  color: #fff;
  margin-bottom: 1rem;
  padding: 0.3rem;
}
.arHowto {
  display: flex;
  justify-content: space-between;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
}
.arHowtoBox {
  width: 22%;
  border: 1px solid #007bc5;
  padding: 0.5rem;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  display: -webkit-flex;
  -webkit-flex-flow: column;
  -webkit-justify-content: space-between;
}
.arHowtoBox img {
  margin: 0.3rem auto;
}
.arHowtoTitle {
  font-size: 15px;
  color: #007bc5;
  font-weight: bold;
}
.install-img {
  width: 5.5rem;
}

.homepageWrap {
  display: flex;
  justify-content: space-between;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
}
.beforeWrap {
  display: flex;
  align-items: flex-start;
  display: -webkit-flex;
  -webkit-align-items: flex-start;
}
.beforeWrap li {
  font-size: 15px;
  line-height: 1.6rem;
  margin-left: 1rem;
  padding-left:1em;
  text-indent:-1em;
}

.hpBefore {
  border: 2px solid #007bc5;
  padding: 0.8rem;
  width: 47%;
  position: relative;
  display: flex;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-flex-direction: column;
}
.hpBefore:before {
  position: absolute;
  content: '';
  background-image: url(../images/arrowBlue.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 125px;
  height: 76px;
  top: 38%;
  right: -31%;
}

.hpAfter {
  border: 2px solid #b7282d;
  padding: 0.8rem;
  width: 47%;
}
.supportRate-d {
  margin-top: auto;
  position: relative;
  padding-top: 0.5rem;
}
.supportRate-d:before {
  position: absolute;
  content: '';
  background-image: url(../images/arrowDown_r.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 19px;
  height: 18px;
  top: 32%;
  right: 32%;
}
.supportRate-u {
  margin-top: auto;
  position: relative;
  padding-top: 0.5rem;
}
.supportRate-u:before {
  position: absolute;
  content: '';
  background-image: url(../images/arrowUp_r.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 19px;
  height: 18px;
  top: 32%;
  right: 32%;
}
.beforeTitle {
  font-size: 18px;
  font-weight: bold;
}

/*-----------------------------------------------
	汎用装飾
-----------------------------------------------*/

.center-txt {
  text-align: center;
}
.center-margin {
  margin: auto;
}
.mr1 {
  margin-right: 1rem
}
.colorRed {
  color: #b7282d;
}
.colorBlue {
  color: #007bc5;
}
.bold-Large {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.2em;
}
.bold-Middle {
  font-weight: bold;
  font-size: 21px;
  line-height: 1.6em;
}
.bold-Small {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2em;
}

/*-----------------------------------------------
	flex関連
-----------------------------------------------*/

.d-flex_justify-center {
  display: flex;
  justify-content: center;
  display: -webkit-flex;            /*safari*/
  -webkit-justify-content: center;  /*safari*/
}

/*-----------------------------------------------
	breakpoint
-----------------------------------------------*/

/* タブレットのみ */
@media (min-width: 768px) and (max-width: 991px) {
  .hpBefore {
    width: 80%;
  }
  .ar-text {
    width: 65%;
  }
  .arEx {
    width: 65%;
  }
  .arSystem-txt:before {
    left: 21%;
  }
  .hpBefore {
    width: 80%;
  }
  .hpAfter {
    width: 80%;
  }
  .beforeWrap {
    justify-content: space-around;
    -webkit-justify-content: space-around;
  }
  .hpBefore:before {
    top: 105%;
    left: 45%;
  }
}

/* スマホのみ */
@media (max-width: 767px) {
  .hpBefore {
    width: 100%;
  }
  .headCatch03 {
    font-size: 28px;
    line-height: 1.5em;
  }
  .bold-Large {
    font-size: 24px;
    line-height: 1.5em;
  }
  #netWrap:before{
    top: 101%;
  }
  #netWrap h6 {
    font-size: 20px;
    text-align: center;
  }
  .netBox {
    width: 46%;
    margin: 0 2%;
  }
  #arWrap h6 {
    font-size: 20px;
    text-align: center;
  }
  .arBox-wrap {
    display: block;
  }
  .arBox-txt {
    margin-bottom: 1.5rem;
  }
  .printItems {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .bold-Middle {
  font-size: 19px;
  }
  .benefits {
    text-align: left;
    display: inline-block;
    margin: auto;
  }
  .balloonNet {
    line-height: 1.3rem;
  }
  .benefits li {
    display: block;
  }
  .ar-text {
    width: 100%;
  }
  .ar-text {
    width: 100%;
  }
  .arEx {
    width: 100%;
  }
  .arSystem-txt:before {
    left: 26%;
  }
  .hpBefore {
    width: 100%;
  }
  .hpAfter {
    width: 100%;
  }
  .hpBefore:before {
    top: 103%;
    left: 42%;
  }
  .supportRate-d:before {
    right: 29%;
  }
  .supportRate-u:before {
    right: 29%;
  }
}

/* スマホ〜タブレットまで */
@media (max-width: 991px) {
  .arRelation {
    flex-direction: column;
    align-items: center;
    -webkit-flex-direction: column;
    -webkit-align-items: center;
  }
  #arSystem {
    padding-bottom: 0.5rem;
  }
  #arSystem:before {
    content: '';
    background-image: none;
  }
  .ar-text {
    margin: 2rem 0 2rem 0;
  }
  .arEx-txt-p01 {
    font-size: 15px;
    font-weight: bold;
  }
  .arEx-txt-p02 {
    font-size: 15px;
    font-weight: bold;
    margin-top: 6rem;
  }
  .arSystem-txt {
    position: relative;
    margin-bottom: 1.5rem;
  }
  .arSystem-txt:before {
    position: absolute;
    content: '';
    background-image: url(../images/ARsample_arrow.gif);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 26px;
    height: 35px;
    top: 123%;
  }
  
  .homepageWrap {
    display: block;
  }
  .hpBefore {
    margin: 0 auto 3rem auto;
  }
  .hpBefore:before {
  position: absolute;
  content: '';
  background-image: url(../images/arrowBlue_sp.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 76px;
  height: 25px;
  }
  .hpAfter {
    margin: 0 auto 1rem auto;
  }
  .beforeWrap {
    flex-direction: column;
    align-items: center;
    -webkit-flex-direction: column;
    -webkit-align-items: center;
  }
  .supportRate-d {
    margin: 1rem 0;
  }
  .supportRate-u {
    margin: 1rem 0;
  }
  .beforeWrap ul {
    margin-top: 1rem;
  }
}