@charset "UTF-8";

/* 必須指定 */
#contWrap {
  margin: 0 auto;
  width: 100%;
  color: #333;
  font-size: 18px;
}
#contWrap ul{
  list-style-type: none;
}
@media screen and (max-width: 750px)  {
	#contWrap {
		width: 100%;
    max-width: 100%;
    min-width: 100%;
    font-size: 14px;
	}
}

/*文字調整------------------------------*/

/*共通パーツ
---------------------------------------*/
#contWrap .hover:hover{
  text-decoration: none;
  filter:alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.text-center{text-align: center;}
.flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ttl-3a{
  background-color: #037ad0;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  padding: 24px 0;
  margin: 30px 0 100px 0;
  position: relative;
}
.ttl-3a::after{
  position: absolute;
  content: "";
  border-top: solid 20px #037ad0;
  border-left: solid 20px transparent;
  border-right: solid 20px transparent;
  bottom: -20px;
  left: calc(50% - 20px);
}
.ttl-3a span{
  color:#faf02f;
}
.ttl-3b{
  color: #037ad0;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  position: relative;
  display: inline-block;
  margin: 100px 0 50px 0;
  padding: 0 55px;
  width: 100%;
}
.ttl-3b::before,.ttl-3b::after{
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: calc(30% - 30px);
  height: 3px;
  background-color: #037ad0;
}
.ttl-3b:before {left:0;}
.ttl-3b:after {right: 0;}
.designLinkBtn{
  display: block;
  color: #FFF;
    width: 220px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin: 20px auto 0 auto;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    background: -webkit-linear-gradient(-180deg, rgb(255, 137, 174), rgb(237, 68, 100));
    background: linear-gradient(-180deg, rgb(255, 137, 174), rgb(237, 68, 100));
}
@media screen and (max-width: 750px) {
    .flex{
      display: block;
      width: 100%;
    }
    .btn{
        font-size: 18px;
        width:100%;
        padding: 0;
    }
    .ttl-3a,.ttl-3b{
        font-size: 20px;
        line-height: 1.4;
        display: block;
        margin-bottom: 20px;
        margin-top: 50px;
    }
}
/*nav
---------------------------------------*/
#sectionNav>div{
  padding: 40px 0;
}
#sectionNav ul{
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
}
#sectionNav li{
  font-size: 18px;
  width: 25%;
  display: flex;
  justify-content: center;
}
#sectionNav a{
  display: flex;
  color: #037ad0;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 0px 0px 20px;
  width: 100%;
  height: 80px;
  background: url(../images/nav_arrow.png) no-repeat bottom center;
  border-left: 2px solid #e5e5e5;
  font-weight: bold;
}
#sectionNav li:last-child a{
  border-right: 2px solid #e5e5e5;
}
@media screen and (max-width: 750px){
  #sectionNav a{font-size: 12px;}
  #sectionNav>div {padding: 12px 0;}
}
/*featuresBox 三つの強み
---------------------------------------*/
.featuresBox:first-of-type{
  margin-top: 60px;
}
.left{
  flex-direction: row-reverse;
}
.imgArea{
  width: 44%;
}
.textArea{
  width: 52%;
}
.titleBox{
  display: flex;
}
.titleBox p{
  font-size: 110px;
  line-height: 54px;
  font-weight: 700;
  color: #037ad0;
}
.titleBox h4 span{
  font-size: 24px;
  color: #037ad0;
}
.titleBox h4{
  font-size: 30px;
  font-weight: 700;
  padding-left: 10px;
}
.textBox{
  margin: 30px 0 40px 0;
}
.pointBox{
  position: relative;
  padding: 30px 4% 10px 4%;
  border: solid 3px #037ad0;
  border-radius: 8px;
}
.pointBox p{
  text-align: center;
  position: absolute;
  display: inline-block;
  top: -20px;
  left: calc(50% - 90px);
  background: #e90041;
  color: #fff;
  width: 180px;
  padding: 1% 0;
}
.pointBox li{
  margin-bottom: 10px;
  margin-left: 10%;
  text-indent: -2.3em;
  font-weight: 700;
}
.pointBox li::before{
  content: '';
  display: inline-block;
  width: 38px;
  height: 25px;
  background-image: url(../images/check.png);
  background-size: contain;
  vertical-align: middle;
}
.addBox{
  background-color: #ceeaff;
  padding-top: 30px;
  margin-top: 60px;
  margin-bottom: 100px;
}
.addBox h5{
  color: #037ad0;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
.addImage{
  padding:30px 6% 40px;
}
.addImage > div{
  width: 48%;
}
.addBox:last-of-type .addImage > div{
  width: 33%;
}
#scFeatures hr{
  border-width: 3px 0px 0px 0px;
  border-style: solid;
  border-color: #e5e5e5;
  margin: 70px 0;
}
@media screen and (max-width: 750px){
  .imgArea ,.textArea{width: 100%;}
  .textArea{margin-top: 20px;}
  .titleBox{display: block;text-align: center;}
  .titleBox p{font-size: 50px;}
  .titleBox h4 span {font-size: 20px;}
  .titleBox h4 {font-size: 24px;}
  .pointBox{margin: 0 2%;}
  .addImage > div {width: 100%;margin-bottom: 20px;}
  .addBox:last-of-type .addImage > div {width: 100%;}
}
/*orderFlow ご注文の流れ
---------------------------------------*/
#orderFlow .ttl-3a{
  margin-bottom: 50px;
}
#orderFlow .tab{
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 50px;
}
#orderFlow .tab li{
  width: 49.5%;
  text-align: center;
  color: #fff;
  font-size: 20px;
  display: inline-block;
}
#orderFlow .tab li a{
  display: block;
  padding: 20px 0;
  text-decoration: none;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
#orderFlow .green{
  background-color: #9ec32e;
}
#orderFlow .blue{
  background-color: #037ad0;
}
.tab{overflow:hidden;}
.hide {display:none;}
.linkWrap a{
  width: 49.5%;
  margin-top: 60px;
}
@media screen and (max-width: 750px){
  .linkWrap a {width: 100%;margin-top: 30px;}
  #orderFlow .tab li{font-size: 14px;width: 49%;}
  #orderFlow .tab,#orderFlow .content,.linkWrap a{padding: 0 2%;}
}
/*signDesign デザイン集
---------------------------------------*/
.design--collection {
  width: 100% !important;
  margin: 50px auto;
}
.maginR_none{
  margin-right: 10px !important;
}
@media screen and (max-width: 750px){
  .design--collection{padding: 0 2%;}
  .maginR_none{margin-right: 0px !important;}
}
@media screen and (max-width: 370px){
  .design--collection a .design--collection__elements{width: 158px;}
  .elements--parts {font-size: 11px;}
}
/*voice お客様の声
---------------------------------------*/
/*#voice > div> div{
  margin-top: 60px;
}*/
#voice > div> div> div{
  margin-bottom: 50px;
  text-align: center;
}
.linkBtn{
  text-align: center;
}
.linkBtn a{
  display: inline-block;
  text-decoration: none;
  background: #43bbba;
  color: #FFF;
  border-radius: 3px;
  padding: 20px 80px;
  line-height: 1.6;
}

/* お客様1名分　【上：見出し　左：画像・右：本文】 */
/*#contWrap .voiceItemCover {
	display: flex;
	justify-content: space-between;
}*/
#contWrap .voiceItemCover:first-of-type {
	margin-top: 60px;
}
#contWrap .voiceItemCover .item {
	/*width: calc(50% - 6px);*/
	width: 100%;
	border-radius: 10px;
	padding: 20px;
	border: #aaa solid 1px;
}
#contWrap .voiceItemCover .item .titleCover {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#contWrap .voiceItemCover .item .customerName {
	font-weight: bold;
}
#contWrap .voiceItemCover .item .tag {
	display: inline-block;
	color: #fff;
	line-height: 1em;
	padding: 7px 20px;
}
#contWrap .voiceItemCover .item .design {
	background-color: #037ad0;
}
#contWrap .voiceItemCover .item .data {
	background-color: #9ec32e;
}
#contWrap .voiceItemCover .item .pointCover {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	font-size: 16px;
}
#contWrap .voiceItemCover .item .pointCover .pointImage {
	width: 40%;
}
#contWrap .voiceItemCover .item .pointCover .pointImage figure {
	margin: 0 0 1em 0;
}
#contWrap .voiceItemCover .item .pointText {
	width: calc(60% - 40px);
	text-align: left;
}
#contWrap .voiceItemCover .item .pointText p {
	margin-bottom: 10px;
}
#contWrap .voiceItemCover .item .pointText .midashi {
	font-weight: bold;
}
#contWrap .voiceItemCover .item .pointText p.commentText {
	margin-bottom: 20px!important;
}
#contWrap .sns-wrap a{
  width: 34px;
}
@media screen and (max-width: 750px) {
	#contWrap .voiceItemCover {
		display: block;
		padding: 0 10px;
	}
	#contWrap .voiceItemCover .item {
		width: 100%;
		margin-bottom: 20px; 
	}
	#contWrap .voiceItemCover .item .titleCover {
		display: block;
	}
	#contWrap .voiceItemCover .item .customerName {
		margin-bottom: 10px;
	}
	#contWrap .voiceItemCover .item .pointCover {
		display: block;
	}
	#contWrap .voiceItemCover .item .pointCover .pointImage {
		width: 100%;
		margin-bottom: 20px;
	}
	#contWrap .voiceItemCover .item .pointCover .pointImage figure {
		width: 100%;
	}
	#contWrap .voiceItemCover .item .pointCover .pointText {
		width: 100%;	
	}
}
/*SNSアイコン*/
#contWrap .sns-wrap{
  padding: 10px 0;
  background-color: #efefef;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46%;
  margin-bottom: 20px;
}
#contWrap .sns-wrap p{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0 !important;
  margin-right: 20px;
}
@media screen and (max-width: 750px) {
  #contWrap .sns-wrap{
    width: 100%;
  }
}
/*faq よくある質問
---------------------------------------*/
.faqWrap{
  margin: 50px 5%;
}
/*designContents お役立ちコンテンツ
---------------------------------------*/
#designContents{
  margin-top: 100px;
}
.designcontentWrap{
  background-color: #ceeaff;
  padding: 30px 2% 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contentBox{
  width: 24%;
  margin-bottom: 20px;
  background-color: #fff;
  margin: 0 auto 20px;
}
.contentBox>div{
  width: 80%;
  margin: 0 auto;
}
#designContents .linkBtn a{
  width: 86%;
  line-height: 2;
  padding: 0;
  margin-bottom: 20px;
}
#designContents .ttl-3b{
  font-size: 24px;
}
#designContents .ttl-3b::before,.ttl-3b::after{
  width: 25%;
}
@media screen and (max-width: 750px) {
  .contentBox {width: 48%;}
  #designContents .ttl-3b {font-size: 20px;padding: 0 89px;}
}
/*contactA お問合せエリア
---------------------------------------*/
.contactA-area{
    width: 100%;
    background-color:  #037ad0;
    padding: 30px 0 44px 0;
    margin-top: 60px;
}
.contactA-area>h3{
    font-size: 30px;
    color: #fff;
    margin: 0 0 18px 0;
    text-align: center;
    font-weight: 600;
    letter-spacing: 2px;
}
.contactA-area>p{
    font-size: 18px;
    text-align: center;
    color: #fff;
    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;}
}
/*#ページリンク調整
----------------------------------*/
#scFeatures,#orderFlow,#signDesign,#voice,#designContents,#faq{
	margin-top: -30px;
	padding-top: 30px;
}
@media screen and (max-width: 750px){
  #scFeatures,#orderFlow,#signDesign,#voice,#designContents,#faq{
  	margin-top: -80px;
  	padding-top: 80px;
  }
}
/*#コンテンツページ内バナーエリア
----------------------------------*/
#contWrap .cont_ban_box {
  padding: 0;
  margin: 40px 0 0 0;
  text-align: center;
}
#contWrap .cont_ban_box > div {
  width: 80%;
  padding: 0;
  margin: 20px auto 0 auto;
  text-align: center;
}
  @media screen and (max-width: 750px){
    #contWrap .cont_ban_box {
      margin: 20px 0 0 0;
    }
  #contWrap .cont_ban_box > div {
    width: 96%;
    margin: 10px auto 0 auto;
  }
}