@charset "utf-8";
/* CSS Document */
#contWrap {
  padding: 0;
  margin: 0 auto;
	font-size: 16px;
  width: 100%;
}
#contWrap li {
	list-style-type: none;
}
#contWrap img {
  margin: 0;
  padding: 0;
  border:0;
  vertical-align: bottom;
  width: 100%;
}
#contWrap a {
  cursor: pointer;
  cursor: hand;
}
#contWrap .fl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#contWrap .fl-only-pc {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#contWrap .u-only-sp {
  display: none;
}
#contWrap .u-only-pc {
  display: block;
}
#contWrap .font16 {
  font-size: 16px;
  line-height: 1.8;
  font-weight: normal;
}
#contWrap .font-l {
  text-align: left;
}
#contWrap .fontRed {
  color: #cc3300;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
	#contWrap {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
	}
  #contWrap .fl-only-pc {
    display: block;
  }
  #contWrap .u-only-sp {
    display: block;
  }
  #contWrap .u-only-pc {
    display: none;
  }
  #contWrap .font16 {
    font-size: 14px;
    line-height: 1.6;
  }
}
/* コンテンツ内共通 */
 #contWrap .bgSt {
  background: url( "../images/bg_content.png");
}
#contWrap .btnBox {
  margin: 20px 0 0 0;
  padding: 0;
}
#contWrap .btnBox p {
  margin: 0 auto 20px auto;
  padding: 0;
  width: 74%;
  position: relative;
}
#contWrap .btnBox p::before {
  border-bottom: 10px solid transparent;
  border-left: 14px solid #fff;
  border-top: 8px solid transparent;
  content: "";
  display: inline-block;
  margin: -10px 0 0 0;
  padding: 0;
  position: absolute;
  top: 53%;
  left: 30px;
}
#contWrap .btnBox p a {
  display: block;
  font-size: 26px;
  line-height: 1.6;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  margin: 0;
  padding: 10px;
  border-radius: 8px;
  text-align: center;
}
#contWrap .btnBox02 {
  margin: 50px 0 0 0;
  padding: 0;
}
#contWrap .btnBox02 p {
  margin: 0 auto 20px auto;
  padding: 0;
  width: 47%;
  position: relative;
}
#contWrap .btnBox02 p::before {
  border-bottom: 10px solid transparent;
  border-left: 14px solid #fff;
  border-top: 8px solid transparent;
  content: "";
  display: inline-block;
  margin: -10px 0 0 0;
  padding: 0;
  position: absolute;
  top: 53%;
  left: 30px;
}
#contWrap .btnBox02 p a {
  display: block;
  font-size: 26px;
  line-height: 1.6;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  margin: 0;
  padding: 10px;
  border-radius: 8px;
  text-align: center;
}
#contWrap .btnOr {
  background: #fc774a;
}
#contWrap .btnBl {
  background: #26a1dd;
}
#contWrap .btnGr {
  background: #28a725;
}
#contWrap .btnBox p a span,
#contWrap .btnBox02 p a span {
  font-size: 22px;
  margin: 0;
  padding: 0 5px;
}
@media screen and (max-width: 750px) {
  #contWrap .btnBox {
    margin: 0;
  }
  #contWrap .btnBox p,
  #contWrap .btnBox02 p{
    margin: 0 auto 10px auto;
    width: 90%;
  }
  #contWrap .btnBox p::before,
  #contWrap .btnBox02 p::before {
    border-bottom: 6px solid transparent;
    border-left: 10px solid #fff;
    border-top: 6px solid transparent;
    margin: -8px 0 0 0;
    left: 10px;
  }
  #contWrap .btnBox p a,
  #contWrap .btnBox02 p a {
    font-size: 16px;
    line-height: 1.4;
    padding: 10px 10px 10px 20px;
  }
  #contWrap .btnBox p a span,
  #contWrap .btnBox02 p a span {
    font-size: 18px;
  }
}
/* トップ */
#contWrap #top {
  margin: 0;
  padding: 0;
}
#contWrap #top h2 {
  margin: 0;
  padding: 0;
  position: relative;
}
#contWrap #top #mainPic {
  margin: 0;
  padding: 0;
  position: absolute;
  top: -20px;
  right: 6.896551724137931%;
  width: 29.310344827586203%;
}

/*サインシティ でできること*/
 #contWrap #weCan {
	text-align: center;
  margin: 0;
  padding: 30px 0;
}
#contWrap #weCan > div {
	margin: 0 auto;
	padding: 0;
  width: 94.82758620689656%;
	background: #fff;
}
#contWrap #weCan h3 {
	text-align: center;
	font-size: 30px;
	line-height: 1.6;
	font-weight: 700;
	width: 76.36363636363637%;
	margin: 0 auto;
	padding: 30px 0 20px 0;
	border-bottom: 1px solid #000;
}
#contWrap #weCan > div > div {
	margin: 0 auto;
	padding: 40px 0 50px 0;
	display: flex;
	justify-content: space-around;
	width: 90%;
}
#contWrap #weCan .circle {
	width: 27%;
  margin: 0;
  padding: 0;
}
#contWrap #weCan .circle img {
    width: 100%;
}
#contWrap #weCan .circle > p {
	margin: 0;
  padding: 10px 0 0 0;
	font-size: 16px;
	line-height: 1.6;
	font-weight: normal;
	text-align: left;
}
@media screen and (max-width: 750px) {
  #contWrap #weCan h3 {
      text-align: center;
      font-size: 20px;
      line-height: 24px;
      font-weight: 700;
      width: 90%;
      margin: 0 auto;
      padding: 20px 0 10px 0;
      border-bottom: 1px solid #000;
  }
  #contWrap #weCan > div > div {
      width: 90%;
      margin: 0 auto;
      padding: 10px 0 25px 0;
      display: block;
  }
  #contWrap #weCan .circle {
      display: flex;
      width: 100%;
      justify-content: space-between;
      padding-bottom: 10px;
  }
  #contWrap #weCan .circle > div {
      width: 26%;
  }
  #contWrap #weCan .circle > p {
      width: 70%;
      font-size: 14px;
      line-height: 1.4;
  }
  #contWrap #weCan .circle > div > img {
      width: 100%;
  }
}
/* 主な用途*/
#contWrap #application {
  margin: 0;
  padding: 0 0 40px 0;
}
#contWrap #application h3 {
  margin: 40px 0 0 0;
  padding: 0;
  text-align: center;
  font-size: 30px;
  line-height: 1.6;
  font-weight: 700;
}
#contWrap #application .app_ex {
  margin: 0;
  padding: 40px 0 0 0;
  text-align: center;
  width: 48.706896551724135%;
}
#contWrap .app_ex h4 {
  margin: 0;
  padding: 5px 0;
  font-size: 32px;
  line-height: 1.6em;
  color: #fff;
  font-weight: 700;
  background: url("../images/bg_app_content.png");
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#contWrap .app_ex p {
  font-size: 16px;
  line-height: 1.6;
  font-weight: normal;
  margin: 0;
  padding: 15px 0 0 0;
  text-align: left;
}
@media screen and (max-width: 750px) {
  #contWrap #application {
    padding: 0 0 20px 0;
  }
  #contWrap #application h3 {
    margin: 20px 0 0 0;
    font-size: 20px;
  }
  #contWrap #application .app_ex {
    width: 94.82758620689656%;
    padding: 20px 0 0 0;
    margin: 0 auto;
  }
  #contWrap .app_ex h4 {
    font-size: 18px;
  }
  #contWrap .app_ex h4 span {
    font-size: 14px;
  }
  #contWrap .app_ex p {
    font-size: 14px;
    padding: 10px 0 0 0;
  }
}
/*タペストリーとは*/
#contWrap #aboutTapestry {
	text-align: center;
  margin: 0;
  padding: 30px 0;
}
#contWrap #aboutTapestry > div {
	margin: 0 auto;
	padding: 40px 0 30px 0;
  width: 94.82758620689656%;
	background: #fff;
}
#contWrap #aboutTapestry h3 {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 30px;
  line-height: 1.6;
  font-weight: 700;
}
#contWrap #aboutTapestry h4 {
	text-align: center;
	font-size: 30px;
	line-height: 1.6;
	font-weight: 700;
	margin: 0 auto;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #000;
  position: relative;
}
#contWrap #aboutTapestry h4.iconBubble::after {
	content:"";
	display:inline-block;
	width: 82px;
	height: 74px;
  margin: 0 0 0 10px;
  padding: 0;
	background:url("../images/icon_04@2x.png") no-repeat;
	background-size:contain;
}
#contWrap #aboutTapestry > div > div {
	margin: 0 auto;
	padding: 0;
	width: 95.45454545454545%;
}
#contWrap #aboutTapestry > div > div + div {
	margin: 30px auto 0 auto;
}
#contWrap #aboutTapestry > div > div > div {
	margin: 0;
	padding: 30px 0 0 0;
	width: 47.61904761904761%;
}
#contWrap #aboutTapestry .imgBox {
	margin: 30px auto;
	padding: 0;
	width: 85%;
}
#contWrap #aboutTapestry #certification {
  background: #e5f5fd;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#contWrap #aboutTapestry #certification > p {
  width: 70%;
  padding: 0 30px;
  margin: 0
}
#contWrap #aboutTapestry #certification > div {
  width: 30%;
  padding: 0 30px;
  margin: 0;
}
@media screen and (max-width: 750px) {
  #contWrap #aboutTapestry > div {
    width: 98%;
    padding: 20px 0;
  }
  #contWrap #aboutTapestry h3 {
    font-size: 20px;
    line-height: 1.4;
  }
  #contWrap #aboutTapestry h4 {
    font-size: 20px;
    padding: 0 0 5px 25px;
  }
  #contWrap #aboutTapestry h4.iconBubble::after {
    width: 41px;
    height: 37px;
    margin: 0 0 0 10px;
  }
  #contWrap #aboutTapestry > div > div {
    padding: 0 0 20px 0;
    width: 90%;
  }
  #contWrap #aboutTapestry > div > div + div {
	  margin: 0 auto;
  }
  #contWrap #aboutTapestry > div > div > div {
    padding: 15px 0 0 0;
    width: 100%;
  }
  #contWrap #aboutTapestry .imgBox {
    width: 100%;
  }
  #contWrap #aboutTapestry #certification {
    padding: 20px 0;
    display: block;
  }
  #contWrap #aboutTapestry #certification > p {
    width: auto;
    padding: 0 20px 20px 20px;
  }
  #contWrap #aboutTapestry #certification > div {
    width: 70%;
    padding: 0;
    margin: 0 auto;
  }

}
/*幕の加工方法について*/
#contWrap #processing {
	text-align: center;
  margin: 0;
  padding: 0 0 30px 0;
}
#contWrap #processing > div {
	margin: 0 auto;
	padding: 0;
  width: 94.82758620689656%;
	background: #fff;
}
#contWrap #processing h3 {
  display: inline-block;
	text-align: center;
	font-size: 30px;
	line-height: 1.6;
	font-weight: 700;
	margin: -4px auto 0 auto;
	padding: 0 0 20px 70px;
	border-bottom: 1px solid #000;
  position: relative;
}
#contWrap #processing h3.iconBubble::after {
	content:"";
	display:inline-block;
	width: 82px;
	height: 74px;
  margin: 0 0 0 10px;
  padding: 0;
	background:url("../images/icon_05@2x.png") no-repeat;
	background-size:contain;
}
#contWrap #processing > div > p {
	margin: 0 auto;
	padding: 40px 0;
  width: 94.54545454545455%;
  font-size: 16px;
  line-height: 1.6;
  font-weight: normal;
  text-align: center;
}
#contWrap #processing > div > div {
	margin: 0;
	padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#contWrap #processing .processingBox {
	margin: 0;
	padding: 0 0 40px 0;
  width: 30.17241379310345%;
}
#contWrap .processingBox h4 {
	margin: 0;
	padding: 10px 0;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
  background: #7fcef5;
}
#contWrap .processingBox p {
	margin: 0;
	padding: 15px 15px 0 15px;
  font-size: 16px;
  line-height: 1.6;
  font-weight: normal;
  text-align: left;
}
#contWrap .processingBox div {
	margin: 0 0 17px 0;
	padding: 0;
}
@media screen and (max-width: 750px) {
  #contWrap #processing > div {
    width: 98%;
  }
  #contWrap #processing h3 {
    font-size: 20px;
    line-height: 1.4;
    padding: 0 0 5px 0;
  }
  #contWrap #processing h3.iconBubble::after {
    width: 41px;
    height: 37px;
    margin: 0 0 0 10px;
  }
  #contWrap #processing > div > p {
    padding: 20px 0;
    width: 90%;
    font-size: 14px;
    text-align: left;
  }
  #contWrap #processing > div > div {
	margin: 0 auto;
	width: 94.82758620689656%;
  display: block;
}
  #contWrap #processing .processingBox {
    padding: 0 0 20px 0;
    width: 100%;
  }
  #contWrap .processingBox h4 {
    margin: 0;
    padding: 7px 0;
    font-size: 16px;
    line-height: 1.6;
  }
  #contWrap .processingBox p {
    padding: 5px 0 0 0;
    font-size: 14px;
  }
  #contWrap .processingBox div {
    margin: 0 0 17px 0;
    padding: 0;
  }
}
/*ターポリン価格表*/
#contWrap #tapestryPrice {
	text-align: center;
  margin: 0;
  padding: 60px 0;
  background: #fffff2;
}
#contWrap #tapestryPrice > div {
	margin: 0 auto;
	padding: 0;
  width: 94.82758620689656%;
}
 #contWrap #tapestryPrice h3 {
  display: inline-block;
	text-align: center;
	font-size: 30px;
	line-height: 1.6;
	font-weight: 700;
	margin: 0 auto;
	padding: 0 70px 20px 70px;
	border-bottom: 1px solid #000;
}
#contWrap #tapestryPrice h3 + div {
  width: 73.27586206896551%;
  margin: 60px auto;
  padding: 0;
}
#contWrap #tapestryPrice .bgGr {
  background: #28a725;
}
#contWrap #tapestryPrice .bgOr {
  background: #ff7800;
}
#contWrap #tapestryPrice .cover {
  position: relative;
  margin: 0;
  padding: 0;
}
#contWrap #tapestryPrice table {
  width: 100%;
  padding: 0;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0px;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  background: #fff;
}
#contWrap #tapestryPrice table th {
  width: calc(20% - 20px);
  margin: 0;
  padding: 10px 10px 7px 10px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-weight: 700;
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
  vertical-align: bottom;
  background: #8a8a8a;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
}
#contWrap #tapestryPrice table .f20 {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
}
#contWrap #tapestryPrice table td {
  width: calc(20% - 20px);
  margin: 0;
  padding: 10px 10px 7px 10px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #666;
  border-right: 1px dashed #666;
  font-size: 24px;
  line-height: 1.6;
  font-weight: 700;
}
#contWrap #tapestryPrice table tr th:last-of-type,
#contWrap #tapestryPrice table tr td:last-of-type {
  border-right: 1px solid #666;
}
#contWrap #tapestryPrice ul {
  margin: 0;
  padding: 40px 0 0 0;
  text-align: left;
}
#contWrap #tapestryPrice li {
  margin: 0 0 0 1em;
  padding: 0;
  font-size: 14px;
  line-height: 1.6;
  font-weight: normal;
  list-style-type: none;
  text-indent: -1em;
}
#contWrap #tapestryPrice li::before {
  content: "※";
	color: #000;
	font-size: 14px;
}
@media screen and (max-width: 750px) {
  #contWrap #tapestryPrice {
    padding: 30px 0;
  }
  #contWrap #tapestryPrice > div {
    width: 98%;
  }
   #contWrap #tapestryPrice h3 {
    font-size: 20px;
    line-height: 1.6;
    padding: 0 35px 10px 35px;
  }
  #contWrap #tapestryPrice h3 + div {
    width: 98%;
    margin: 10px auto;
    padding: 0;
  }
  #contWrap #tapestryPrice .cover {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #contWrap #tapestryPrice table th {
    font-size: 12px;
  }
  #contWrap #tapestryPrice table .f20 {
    font-size: 12px;
  }
  #contWrap #tapestryPrice table td {
    padding: 5px 10px 3px 10px;
    font-size: 16px;
  }
  #contWrap #tapestryPrice ul {
    margin: 0 auto;
    padding: 20px 0 0 0;
    width: 96%;
  }
}

/* 製作実績 */
#contWrap #item .case {
  margin: 30px auto 0 auto;
  padding: 0;
  width: 94.82758620689656%;
}
#contWrap #item .case > p {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}
#contWrap #item .case .caseCover {
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	border-radius: 4px;
	padding: 20px;
	margin-bottom: 30px;
	border: #ccc solid 1px;
}
#contWrap #item .case .caseImage {
  	width: 50%;
    margin: 0;
    padding: 0;
}
#contWrap #item .case .caseText {
	width: calc(50% - 40px);
	text-align: left;
}
#contWrap #item .case .caseText p + p  {
	margin: 20px 0 0 0;
}
#contWrap #item .case .customerName {
	font-weight: bold;
	margin: 20px 0;
}
#contWrap #item .case .instaAcco {
  display: inline-block;
  padding: 0;
  margin: 0;
  border: solid 1px #ccc;
  position: relative;
}
/* アイコンを左に表示 */
#contWrap #item .case .instaAcco::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -13px;
  top: 50%;
  border-right: 12px solid #ccc;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  margin: -6px 0 0 0;
}
#contWrap #item .case .instaAcco::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -11px;
  top: 50%;
  border-right: 12px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  margin: -6px 0 0 0;
}
#contWrap #item .case .customerName a {
  display: block;
  width: 100%;
  padding: 5px 7px;
}
#contWrap #item .case .instaAcco img {
  width: 20px;
  margin: 0;
  vertical-align: sub;
}
@media screen and (max-width: 750px) {
  #contWrap #item .case .caseCover {
		display: block;
	}
	#contWrap #item .case .caseImage {
    width: 100%;
		margin-bottom: 20px;
	}
	#contWrap #item .case .caseText {
		width: 100%;
		font-size: 14px;
		line-height: 1.5em;
	}
	#contWrap #item .case .customerName {
		margin: 10px 0;
	}
}


/*見積依頼の方法*/
#contWrap #mitumori h3 {
  text-align: center;
  font-size: 34px;
  line-height: 50px;
  font-weight: 700;
  margin: 60px auto 40px auto;
  padding: 0;
}
@media screen and (max-width: 750px) {
  #contWrap #mitumori h3{
    font-size: 20px;
    margin: 30px auto 20px auto;
    padding: 0;
    line-height: 1.4;
    width: 100%;
  }
}
/*デザインデータについて*/
#contWrap #designArea * {
  margin: 0;
  padding: 0;
}
#contWrap #designArea h3 {
  text-align: center;
  font-size: 30px;
  line-height: 50px;
  font-weight: 700;
  margin: 60px auto 40px auto;
  padding: 0;
}
#contWrap #designArea .boxA-1 {
  overflow: hidden;
  background: #fff;
  margin: 0 2.586206896551724% 20px;
  border: 1px solid #000;
  padding: 3%;
  box-sizing: border-box;
}
#contWrap #designArea .boxA-1 .img {
  margin: 10px;
  width: 30%;
}
#contWrap #designArea .boxA-1 img {
  width: 100%;
}
#contWrap #designArea .boxA-1 .text {
  width: 65%;
}
#contWrap #designArea .boxA-1 .right {
  float: right;
}
#contWrap #designArea .boxA-1 .left {
  float:left;
}
#contWrap #designArea .boxA-1 h4 {
  color: #3fa6e7;
  font-size: 24px;
  border-bottom: 2px dotted #3fa6e7;
  margin: 10px 0;
  font-weight: 700;
}
#contWrap #designArea .boxA-1 p {
  margin: 10px 0;
}
#contWrap #designArea .nyuko h4 {
  color: #D28C4E;
  border-bottom: 2px dotted #D28C4E;
}
#contWrap #designArea .nyuko h5 {
  font-size: 16px;
  margin-top: 20px;
  font-weight: 600;
}
#contWrap #designArea .nyukoImage {
  width: 50%;
}
@media screen and (max-width: 750px){
  #contWrap #designArea h3 {
    font-size: 20px;
    padding: 0;
    margin: 30px auto 20px auto;
    line-height: 1.4;
    width: 100%;
  }
  #contWrap #designArea > div {
  padding: 20px 0;
  margin: 20px 0 0 0;
  }
  #contWrap #designArea .boxA-1 h4 {
    font-size: 20px;
    line-height: 1.7;
  }
  #contWrap #designArea .boxA-1 .img {
    float: none;
    margin: 0;
    text-align: center;
    width: 100%;
  }
  #contWrap #designArea .boxA-1 .text {
    float: none;
    width: auto;
  }
}
/*flowA-4 注文の流れ*/
.flowA-4-wrap{
  display: flex;
  justify-content: space-between;
  margin: 0 2%;
  padding: 0;
}
.flowA-4{
  background: #1C9CD5;
  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 #1C9CD5;
    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: #1C9CD5 transparent transparent transparent;
    }
}
/*contactA お問合せエリア*/
.contactA-area {
  width: 100%;
  background-color:  #1C9CD5;
  padding: 0 0 44px 0;
}
.contactA-area * {
  margin: 0;
  padding: 0;
}
.contactA-area > h3 {
  font-size: 24px;
  line-height: 1.7;
  color: #fff;
  margin: 0 0 18px 0;
  padding: 30px 0 0 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>p{
      font-size: 14px;
      width: 96%;
      margin: 0 auto 20px auto;
  }
  .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;
  }
}
/*お見積りの際は下記項目についてご記載ください*/
#toiawaseText{
    text-align: center;
    margin: 18px auto 40px auto;
}
#toiawaseText h3{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
#toiawaseText ul{
    text-align: left;
    width: 60%;
    margin: 0 auto;
}
#toiawaseText ul li{
    font-size: 18px;
    list-style-type: disc;
}
#toiawaseText p{
    font-size: 18px;
    margin-top: 10px;
}
@media screen and (max-width: 750px) {
    #toiawaseText{
        width: 96%;
        padding: 0 2%;
    }
    #toiawaseText h3{
        font-size: 16px;
    }
    #toiawaseText ul{
        width: 90%;
        padding: 10px 1% 10px 2%;
        border: solid 1px #333;
    }
    #toiawaseText ul li{
        font-size: 14px;
        margin-left: 9%;
    }
    #toiawaseText p{
        font-size: 16px;
    }
}
/* ページ下部のリスト*/
#contWrap > section.btmList {
  padding: 50px 0 0 0;
  border-bottom: none;
  text-align: center;
}
#contWrap .btmList h3 {
  width: 100%;
}
#contWrap .btmList h3 span {
  display: inline-block;
  margin: 0 auto 30px;
  padding: 0 45px;
  text-align: center;
  color: #03121c;
  font-size: 24px;
  line-height: 1.2;
  font-weight: bolder;
  position: relative;
}
#contWrap .btmList h3 span::before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #095b84;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  left: 0;
}
#contWrap .btmList h3 span::after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 44px;
    height: 2px;
    background-color: #095b84;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
    right: 0;
}
#contWrap .btmList ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
  padding: 0;
}
#contWrap .btmList ul li {
  width: 48%;
  margin: 0 0 15px 0;
  padding: 0;
}
#contWrap .btmList ul li a {
  display: block;
  width: 100%;
}
@media screen and (max-width: 750px) {
  #contWrap .btmList h3 span {
  margin: 0 auto 20px;
  font-size: 18px;
}
  #contWrap .btmList ul {
  display: block;
  }
  #contWrap .btmList ul li {
    width: 100%;
  }
}
/*  トピックス */
#contWrap #topics {
  margin: 0;
  padding: 0;
}
#contWrap #topics > div {
    width: 96.55172413793103%;
    padding: 60px 0 40px 0;
    margin: 0 auto;
    text-align: center;
}
#contWrap #topics .ttl3 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    line-height: 1.7;
    display: inline-block;
    margin: 0 auto 30px auto;
    padding: 0;
    color: #000;
}
#contWrap #topics .ttl3 span {
    font-size: 18px;
}
#contWrap #topics .ttl3 + div {
  margin: 0;
  padding: 0;
  text-align: left;
}
#contWrap #topics > div > div a {
  margin: 0 10px 10px 10px;
  padding: 0;
  width: calc(49% - 20px);
}
@media screen and (max-width: 750px) {
  #contWrap #topics > div {
    padding: 30px 0 20px 0;
  }
  #contWrap #topics .ttl3 {
    font-size: 20px;
    line-height: 1.4;
    margin: 0 auto 10px auto;
  }
  #contWrap #topics .ttl3 span {
      font-size: 16px;
  }
  #contWrap #topics > div > div a {
    margin: 0 0 10px 0;
    padding: 0;
    width: 100%;
  }
}