@charset "UTF-8";

/* 必須指定 */
#contWrap {
  margin: 0 auto;
  width: 100%;
  color: #333;
  background: url(/main/online-business/images/content_bg.png);
}
#contWrap ul{
  list-style-type: none;
}
@media screen and (max-width: 750px)  {
	#contWrap {
		width: 100%;
    max-width: 100%;
    min-width: 100%;
	}
}

/*文字調整------------------------------*/
.mat-10{margin-top: 10px;}
.red{color:#FF5B3B;}
.fs-16{font-size: 16px;}
.fs-24{font-size: 24px;}
@media screen and (max-width: 750px)  {
	.fs-16{font-size: 14px;}
  .fs-24{font-size: 16px;}
}
/*共通パーツ
---------------------------------------*/
.btn{
    display: inline-block;
    background-color: #ff6c00;
    border-radius: 6px;
    text-decoration: none;
    color: #FFF;
    font-weight: 700;
    font-size: 20px;
    padding: 15px 11% 12px 11%;
    border-bottom: solid 4px #a14400;
    margin-bottom: 20px;
    position: relative;
}
.btn:hover{
    text-decoration: none;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.btn::after {
    content: "";
    position: absolute;
    top: 48%;
    right: 12px;
    width: 0px;
    height: 0px;
    border-top: 4px solid transparent;
    border-left: 6px solid #FFF;
    border-bottom: 4px solid transparent;
    }
.ttl3{
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    line-height: 1.7;
    margin-bottom: 20px;
}
.ttl3 span{
    font-size: 18px;
}
.ttl4{
    font-size: 24px;
    font-weight: 700;
}
@media screen and (max-width: 750px) {
    .btn{
        font-size: 18px;
        width:100%;
        padding: 0;
    }
    .ttl3{
        font-size: 20px;
        line-height: 1.4;
        display: block;
    }
    .ttl3 span{
        font-size: 16px;
        font-weight: 300;
    }
    .ttl4{
        font-size: 20px;
    }
}
@media screen and (max-width: 320px){
    .ttl3 {
        font-size: 18px;
    }
    .ttl3 span{
        font-size: 14px;
    }
    .ttl3::before{
        top: 34px;
    }
    .ttl3::after{
        top: 34px;
    }
}

/*導入部分
---------------------------------------*/
#first>div{
  background-color: #009B99;
  padding: 0 8% 40px;
  color: #FFF;
}
.taisho{
  font-size: 30px;
  font-weight: 700;
  color: #FDE305;
  text-align: center;
  margin-bottom: 20px;
  border: solid 2px #FDE305;
}
@media screen and (max-width: 750px)  {
  .taisho{font-size: 20px;}
}
/*割引対象アイテムはこちら
---------------------------------------*/
#itemList{
  margin-top: 50px;
  margin-bottom: 100px;
}
#itemList .itemwrap{
  overflow: hidden;
  background: #fff;
  border: solid 3px #009B99;
  padding: 2%;
  margin-bottom: 30px;
  margin-right: 2%;
  margin-left: 2%;
}
#itemList .textWrap{
  border-bottom:none;
  font-size: 16px;
}
#itemList .textWrap h4{
  font-size: 30px;
  color: #009B99;
  font-weight: 700;
  margin-bottom: 20px;
}
#itemList .textWrap h4 span{
  color: #fff;
  background-color: #009B99;
  display: inline-block;
  padding: 0 10px;
  line-height: 50px;
  font-size: 42px;
  margin-right: 16px;
  font-weight: normal;
}
.box_around{/*サムネイルで画像切り替え*/
    width:35%;
    float:left;
    margin-right:15px;
    margin-bottom:30px;
    margin-right: 2%;
}
.box_around img{
  border: solid 1px #ccc;
}
.detail ul{
    display:inline-block;
    width:100%;
    padding:0;
    margin:0;
}
.detail ul li{
    display:inline-block;
    width:16.5%;
    float:left;
}
.detail ul li img{
    max-width:95%;
    margin:0 auto;
    display:block;
}
.main_image_box{
  margin-bottom: 10px;
}
.product-gallery__movie{
  width: 40%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 750px)  {
  .box_around{/*サムネイルで画像切り替え*/
      width:100%;
  }
  #itemList .textWrap h4{
    font-size: 20px;
  }
  #itemList .textWrap h4 span{
    line-height: 40px;
    font-size: 30px;
  }
}
/*キャンペーン内容
---------------------------------------*/
#campaign{
  background-color: #B4E3DF;
  margin-bottom: 60px;
  padding: 2% 5%;
}
#campaign h4{
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 24px;
}
#campaign .campaignText{
  text-align: center;
  background-color: #fff;
  padding: 3%;
  margin-bottom: 30px;
  font-size: 20px;
}
#campaign .taisho2{
    font-size: 30px;
    font-weight: 700;
    color: #FF5B3B;
    text-align: center;
    margin-top: 20px;
    border: solid 2px #FF5B3B;
  }
@media screen and (max-width: 750px)  {
  #campaign{
    padding: 6% 1%;
  }
  #campaign h4,#campaign .campaignText{
    font-size: 16px;
  }
  #campaign .campaignText{
    padding: 4% 2%;
  }
  #campaign .taisho2{font-size: 20px;}
}
/*例えばのセットアイテム
---------------------------------------*/
#setItem{
  text-align: center;
  margin-bottom: 100px;
}
#setItem p{
  color: #009B99;
  margin-bottom: 10px;
}
#setItem .setItemBox{
  margin: 30px 0 40px 0;
  border: solid 3px #009B99;
  padding: 2%;
  margin-right: 2%;
  margin-left: 2%;
  background-color: #fff;
}
/*デザインデータについて
---------------------------------------*/
#designArea{
  margin-bottom: 100px;
}
#designArea .boxA-1{
  overflow: hidden;
  background: #fff;
  margin: 0 2% 20px;
  border: 1px solid #000;
  padding: 3%;
}
#designArea .boxA-1 .img{
  margin: 10px;
  width: 30%;
}
#designArea .boxA-1 img{
    width: 100%;
}
#designArea .boxA-1 .text{
  width: 65%;
}
#designArea .boxA-1 .right{
  float: right;
}
#designArea .boxA-1 .left{
  float:left;
}
#designArea .boxA-1 h4{
  color: #3fa6e7;
  font-size: 24px;
  border-bottom: 2px dotted #3fa6e7;
  margin: 10px 0;
  font-weight: 700;
}
#designArea .boxA-1 p{
    margin: 10px 0;
}
#designArea .nyuko h4{
    color: #D28C4E;
    border-bottom: 2px dotted #D28C4E;
}
#designArea .nyuko h5{
    font-size: 16px;
    margin-top: 20px;
    font-weight: 600;
}
#designArea .nyukoImage{
    width: 50%;
}

@media screen and (max-width: 750px){
    #designArea h3{
        font-size: 20px;
        padding: 0;
        line-height: 1.4;
        width: 100%;
        margin-top: 70px;
    }
    #designArea .boxA-1 h4{
        font-size: 20px;
        line-height: 1.7;
    }
  #designArea .boxA-1 .img{
    float: none;
    margin: 0;
    text-align: center;
    width: 100%;
  }
  #designArea .boxA-1 .text{
    float: none;
    width: auto;
  }
}
/*テンプレート部分--------------------------*/
.design-area{
    border: 1px solid #037FD2;
    padding: 10px 8%;
    margin-top: 20px;
    margin: 20px 2%;
    background-color: #FFF;
}
.design-area p{
    font-weight: 700;
    text-align: center;
    color: #037FD2;
    margin-bottom: 12px;
}
.design-area li {
    display: inline-block;
    margin-right:10px;
}
.design-btn{
    background-color: #037FD2;
    color: #fff;
    padding:3px 10px;
    border-radius: 5px;
    margin-top: 8px;
}
.template{
    font-weight: 700;
}
.template:after{
    content: " ";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-left: 7px solid #6db3e4;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    position: relative;
    top: -.1em;
    right: -5px;
    margin-right: 4px
}
.mgl-222{margin-left: 222px;}
.mar-71{margin-right: 71px;}
.mar-14{margin-right: 14px;}
.mar-87{margin-right: 87px;}
}
@media screen and (max-width: 750px){
  .design-area li {
    font-size:12px;
  }
  .template:after{
    content:none;
  }
  .mgl-222{
    margin-left: 0px;
  }
  .mar-71,.mar-14,.mar-87{
    margin-right: 0px;
  }
}
/*flowA-4 注文の流れ
---------------------------------------*/
#mitumori{
  margin-bottom: 100px;
}
.flowA-4-wrap{
  display: flex;
  justify-content: space-between;
  margin: 0 2%;
}
.flowA-4{
  background: #009B99;
  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 #009B99;
    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: #009B99 transparent transparent transparent;
    }
}
/*contactA お問合せエリア
---------------------------------------*/
.contactA-area{
    width: 100%;
    background-color:  #B4E3DF;
    padding: 30px 0 44px 0;
}
.contactA-area>h3{
    font-size: 30px;
    color: #333;
    margin: 0 0 18px 0;
    text-align: center;
    font-weight: 600;
    letter-spacing: 2px;
}
.contactA-area>p{
    font-size: 18px;
    text-align: center;
    color: #333;
    margin-bottom: 20px;
}
.contactA-wrap{
    width: 75.86%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.contactA-box{
    width: 48.86%;
    background-color: #fff;
    border-radius: 6px;
    padding: 20px 0 3px;
    text-align: center;
}
.contactA-box h4{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
.contactA-tel{
    color: #ff6c00;
    text-decoration: none;
    font-size: 38px;
    font-weight: 700;
    line-height: 0.8;
}
.contactA-box-p{
    color: #333;
    margin: 20px 0;
    font-size: 14px;
}
.contactA-btn{/*ボタン*/
    display: inline-block;
    background-color: #ff6c00;
    border-radius: 6px;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    padding: 15px 11% 12px 11%;
    border-bottom: solid 4px #a14400;
    margin-bottom: 20px;
    position: relative;
}
.contactA-btn:hover,.contactA-tel:hover{
    text-decoration: none;
    opacity: 0.5;
}
@media screen and (max-width: 750px) {
    .contactA-area>h3{
      font-size: 20px;
    }
    .contactA-area>p{
        font-size: 14px;
    }
    .contactA-wrap{
        width: 100%;
        display: block;
    }
    .contactA-box{
        width: 95%;
        margin: 0 auto;
        padding: 20px 0 8px;
    }
    .contactA-box:nth-child(1){
        margin-bottom: 20px;
    }
}
/*人気商品紹介ページ一覧
---------------------------------------*/
#topics{
    width: 100%;
}
#topics .wrap{
    padding-top: 120px;
}
#topics .wrap_wrap{
    width: 82.93103448275862%;
    margin: 50px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#topics a{
    display: block;
    margin-bottom: 40px;
    width: 46.77754677754678%;
}
#topics a > img{
    width: 100%;
}
@media screen and (max-width: 750px) {
    #topics .wrap{
        padding-top: 50px;
    }
    #topics .wrap_wrap{
        width: 94.66666666666667%;
        margin: 50px auto 0 auto;
        display: block;
    }
    #topics a{
        display: block;
        margin-bottom: 16px;
        width: 100%;
    }
    #topics a > img{
        width: 100%;
    }
}
