@charset "UTF-8";
/* 必須指定 */
#contWrap {
  margin: 0 auto;
  width: 100%;
  color: #333;
}
#contWrap a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 750px) {
  #contWrap {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}
/*共通
---------------------------------------*/
#contWrap section{
  margin-bottom: 100px;
}
#contWrap h3{
  font-size: 1.625em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
  color: #333;
}
#contWrap .flex-pc{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#contWrap .inner{
  padding: 0 30px;
}
@media screen and (max-width: 750px){
  #contWrap .flex-pc{
    display: block;
  }
  #contWrap .flex-pc>div{
    width: 100% !important;
  }
  #contWrap .inner{
    padding: 0 10px;
  }
}
/*メインビジュアル
---------------------------------------*/

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
#mv h2 .pc { display: block !important; }
#mv h2 .sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
  #mv h2 .pc { display: none !important; }
  #mv h2 .sp { display: block !important; }
}
/*吸着ターポリンとは？
---------------------------------------*/
#introduction h3{
  text-align: left;
}
#introduction .flex-pc>div:nth-child(1){
  width: 48%;
}
#introduction .flex-pc>div:nth-child(2){
  width: 48.72%;
}
#introduction p{
  line-height: 1.6;
}
@media screen and (max-width: 750px){
  #introduction h3{
    margin-top: 20px;
  }
}
/*吸着ターポリンの特徴
---------------------------------------*/
#point .flex-pc>div{
  width: 24%;
  padding: 20px 20px 30px;
  border: 2px solid #37AB9D;
  border-radius: 10px;
  margin-bottom: 20px;
}
#point h4{
  font-size: 1.375em;
  font-weight: 600;
  text-align: center;
  color: #333;
}
#point h4 span{
  color: #37AB9D;
}
#point .flex-pc>div>div{
  margin: 16px 0;
}
#point .flex-pc>div>p{
  color: #333;
}
#point .youtube{
  text-align: center;
  margin: 60px 0 20px 0;
}
#point .youtube h4{
  margin-bottom: 20px;
  font-size: 1.125em;
  color: #333;
}
@media screen and (max-width: 750px){
  #point .youtube h4{
    font-size: 1em;
  }
  #point .youtube>div{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    margin-bottom: 1em;
  }
  #point .youtube iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
/*吸着ターポリンの活用例
---------------------------------------*/
#case .flex-pc>div{
  width: 48.18%;
  margin-bottom: 40px;
}
#case h4{
  font-size:  1.125em;
  font-weight: 600;
  text-align: center;
  margin: 20px 0 4px 0;
}
#case .flex-pc>div>p{
  text-align: center;
}
@media screen and (max-width: 750px){
  #case .flex-pc>div>p{
    text-align: left;
  }
}
/*吸着ターポリンはどんなところに貼れる？
---------------------------------------*/
#place .flex-pc>div{
  width: 48.18%;
  margin-bottom: 60px;
  position: relative;
}
#place .flex-pc>div>div{
  margin-bottom: 20px;
}
#place h4{
  font-size:  1.125em;
  font-weight: 600;
  margin-bottom: 10px;
}
#place .icon::after{
  content: "";
  position: absolute;
  display: inline-block;
  width: 88px;
  height: 88px;
  top: 10px;
  left: 10px;
}
#place .maru::after{
  background: url(../images/icon-maru.png);
  background-size: contain;
}
#place .batsu::after{
  background: url(../images/icon-batsu.png);
  background-size: contain;
}
#place .sankaku::after{
  background: url(../images/icon-sankaku.png);
  background-size: contain;
  height: 78px;
}
/*印刷・ステッカー製作お任せください！
---------------------------------------*/
#order .flex-pc>div{
  width: 28.18%;
  margin-bottom: 30px;
  text-align: center;
}
#order h4{
  font-size: 1.125em;
  font-weight: 600;
  margin: 16px 0 10px 0;
}
/*メディア販売ページはこちら
---------------------------------------*/
#productIntroduction p{
  text-align: center;
  margin-bottom: 30px;
}
#productIntroduction h3 {
text-align: center;
font-size: 1.875em;
font-weight: 700;
margin: 120px auto 20px auto;
}
#productIntroduction h3 span {
padding: 0 1.5em;
position: relative;
}
#productIntroduction h3 span:before {
  display: block;
  content: "";
  position: absolute;
  top: 40%;
  left: 0;
  width: 0;
  height: 0;
  margin-top: -10px;
  border: 20px solid transparent;
  border-top: 30px solid #37AB9D;
}
#productIntroduction h3 span:after {
  display: block;
  content: "";
  position: absolute;
  top: 40%;
  right: 0;
  width: 0;
  height: 0;
  margin-top: -10px;
  border: 20px solid transparent;
  border-top: 30px solid #37AB9D;
}
@media screen and (max-width: 750px) {
  #productIntroduction h3 {
      text-align: center;
      line-height: 24px;
      font-weight: 700;
      margin: 0 auto;
      padding: 10px 0;
      margin-top: 50px;
      font-size: 1.25em;
  }
  #productIntroduction h3 span {
      padding: 0;
      position: relative;
  }
  #productIntroduction h3 span:before,#productIntroduction h3 span:after{
      content: none;
  }
}

/*お見積りの際は下記項目についてご記載ください
---------------------------------------*/
#toiawaseText{
  text-align: center;
  margin: 18px auto 40px auto;
  border: 1px solid #333;
  padding: 30px;
}
#toiawaseText h3{
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 20px;
}
#toiawaseText ul{
  text-align: left;
  width: 40%;
  margin: 0 auto;
}
#toiawaseText ul li{
  font-size:  1.125em;
  list-style-type: disc;
}
#toiawaseText p{
  font-size:  1.125em;
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  #toiawaseText{
    margin: 0 10px;
  }
  #toiawaseText ul{
      width: 100%;
      padding: 10px 1% 10px 2%;
      border: solid 1px #333;
  }
  #toiawaseText ul li{
      font-size: 1em;
      margin-left: 9%;
  }
  #toiawaseText p{
    font-size: 1em;
  }
}
/*flowA-4 注文の流れ
---------------------------------------*/
.flowA-4-wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 2%;
}
.flowA-4 {
  background: #37AB9D;
  margin-bottom: 20px;
  text-align: center;
  width: 23%;
  padding: 0px 2% 34px;
  position: relative;
}
.flowA-4::after {
  /*手順の三角部分*/
  content: "";
  width: 0;
  height: 0;
  top: 45%;
  right: -7%;
  border-style: solid;
  border-width: 15px 0 15px 20px;
  border-color: transparent transparent transparent #37AB9D;
  position: absolute;
}
.flowA-4:last-child::after {
  /*手順の三角部分-最後は▶消す*/
  border-color: transparent transparent transparent transparent;
}
.flowA-4 p {
  color: #FFF;
}
.flowA-4-no {
  /*手順番号*/
  font-size: 42px;
  margin-top: 15px;
}
.flowA-4-title {
  /*手順タイトル*/
  font-size: 24px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 8px 0;
  line-height: 1.3;
}
.flowA-4-text {
  /*手順説明*/
  font-size: 16px;
  text-align: left;
  margin-top: 30px;
  position: relative;
}
.flowA-4-text::before {
  /*手順の線*/
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -17px;
  border-bottom: 1px solid #FFF;
}
@media screen and (max-width: 750px) {
  .flowA-4-wrap {
    display: block;
  }
  .flowA-4 {
    width: auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
  }
  .flowA-4 div:nth-child(1) {
    width: 40%;
  }
  .flowA-4 div:nth-child(2) {
    width: 55%;
  }
  .flowA-4-text::before {
    /*手順の線*/
    border-bottom: 1px solid transparent;
  }
  .flowA-4-text {
    /*手順説明*/
    font-size: 14px;
    margin-top: 14px;
  }
  .flowA-4-title {
    /*手順タイトル*/
    font-size: 16px;
    height: auto;
    margin-top: 0;
  }
  .flowA-4-no {
    /*手順番号*/
    font-size: 16px;
  }
  .flowA-4::after {
    /*手順の三角部分*/
    top: 100%;
    width: 0;
    height: 0;
    right: 46%;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #37AB9D transparent transparent transparent;
  }
}
/*お問合せエリア
---------------------------------------*/
#contact {
  width: 100%;
  background-color: #37AB9D;
  text-align: center;
}
#contact .wrap {
  padding-top: 40px;
  padding-bottom: 44px;
}
#contact h3 {
  font-size: 36px;
  color: #FFF;
  font-weight: 700;
}
#contact h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
#contact .wrap>p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  color: #FFF;
  margin: 18px 0 26px 0;
}
#contact .wrap_wrap {
  width: 75.86206896551724%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.contact_box {
  width: 48.86363636363637%;
  background-color: #FFF;
  border-radius: 6px;
  padding: 20px 0 8px 0;
}
.contact_tel {
  color: #ff6c00;
  text-decoration: none;
  font-size: 38px;
  font-weight: 700;
  line-height: 0.8;
}
.contact_tel:hover {
  text-decoration: none;
}
.contact_box_p {
  font-size: 14px;
  margin-top: 10px;
}
.contact_box .btn {
  width: 60%;
  font-size: 16px;
  display: inline-block;
  background-color: #ff6c00;
  border-radius: 6px;
  text-decoration: none;
  color: #FFF;
  font-weight: 700;
  padding: 15px 11% 12px 11%;
  border-bottom: solid 4px #a14400;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 750px) {
  #contact {
    background-size: 50%;
    background-position: right 0 top 30px;
    padding: 0 10px;
  }
  #contact h3 {
    font-size: 20px;
  }
  #contact .wrap>p {
    font-size: 16px;
    text-align: left;
  }
  #contact .wrap_wrap {
    width: 100%;
    display: block;
  }
  .contact_box {
    width: 100%;
    padding: 20px 0;
  }
  .contact_box:nth-child(1) {
    margin-bottom: 20px;
  }
  .contact_box .btn{
    padding: 0;
  }
}
/*バナーエリア
---------------------------------------*/
#topics .flex-pc{
  width: 86%;
  margin: 0 auto;
}
#topics .flex-pc a{
  display: block;
  margin-bottom: 30px;
  width: 48%;
}
@media screen and (max-width: 750px) {
  #topics .flex-pc a{
    width: 100%;
  }
}

/*お問合せ右下固定ボタン
---------------------------------------*/
.footer_fix_btn {
  position: fixed;
  width: 80px;
  right: 10px;
  bottom: 100px;
}
.footer_fix_btn a {
  display: block;
  width: 100%;
  text-decoration: none;
}
.footer_fix_btn a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 750px) {
  .footer_fix_btn {
    position: fixed;
    width: 48px;
    right: 0px;
    bottom: 10px;
    z-index: 999;
  }
}