@charset "UTF-8";
/* CSS Document */
#contWrap {
	padding: 0;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.8;
	font-weight: normal;
	width: 100%;
	color: #333;
}
#contWrap div,
#contWrap p {
	margin: 0;
  padding: 0;
}
#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 a:hover {
  filter:alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
#contWrap .fl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#contWrap .fl-c {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
#contWrap .fl-st {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
#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;
}
@media screen and (max-width: 750px) {
	#contWrap {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
	}
  #contWrap .fl-st {
    display: block;
    height: auto;
  }
  #contWrap .fl-only-pc {
    display: block;
  }
  #contWrap .u-only-sp {
    display: block;
  }
  #contWrap .u-only-pc {
    display: none;
  }
}
/* コンテンツ内共通 */

div#MgRight {
	padding: 0;
	margin: 0 auto;
}
div#MgRight > div:first-of-type {
	margin: 0;
	padding: 30px;
	background: url(../images/contents_bg.png) #f9c1d3 repeat-x top center;
}
div#MgRight h1 {
	display: inline-block;
    text-align: center;
	margin: 0 auto;
	padding: 0 0 15px 0;
	font-size: 32px;
	line-height: 1.2;
	font-weight: 700;
	color: #000;
	border-bottom: solid 1px #d0d9db;
	position: relative;
}
div#MgRight h1:before {
	content: '';
	position: absolute;
	bottom: -3px;
	display: inline-block;
	width: 60px;
	height: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #f6cbd9;
	border-radius: 2px;
}
@media screen and (max-width: 750px) {
	div#MgRight > div:first-of-type {
		padding: 20px;
	}
	div#MgRight h1 {
		margin: 0 1em;
		padding: 0 0 10px 0;
		font-size: 24px;
	}
}
/* 製作のポイント */
div#MgRight > div:first-of-type > div {
	margin: 0;
	padding: 45px 0 30px 0;
	background: #fff;
	text-align: center;
}
div#pointBox > div {
	margin: 0;
	padding: 50px 2.73% 0 2.73%;
}
div#pointBox > div:first-of-type > div:first-of-type {
	margin: 0 0 0 2.88%;
	padding: 0;
	text-align: left;
	width: 55.77%;
}
div#pointBox > div:first-of-type > div:nth-of-type(2) {
	margin: 0;
	padding: 0;
	width: 41.35%;
}
div#pointBox > div:nth-of-type(2) > div:first-of-type {
	margin: 0 0 0 2.88%;
	padding: 0;
	width: 37.5%;
}
div#pointBox > div:nth-of-type(2) > div:nth-of-type(2) {
	margin: 0;
	padding: 0;
	text-align: left;
	width: 55.77%;
}
div#pointBox h2 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 700;
	color: #000000;
	position: relative;
}
div#pointBox h2::before {
	content: "";
	display: inline-block;
	width: 38px;
	height: 18px;
	background-image:url(../images/icon-leaf@2x.png);
	background-size: contain;
	vertical-align: middle;
	margin: 0 5px 0 0;
	padding: 0;
   }
div#pointBox p {
	margin: 0 0 40px 0;
	padding: 0;
}
@media screen and (max-width: 750px) {
	div#MgRight > div:first-of-type > div {
		padding: 30px 0 20px 0;
	}
	div#pointBox > div {
		padding: 20px 2.73% 0 2.73%;
	}
	div#pointBox > div:first-of-type > div:first-of-type {
		width: 100%;
		margin: 0;
	}
	div#pointBox > div:first-of-type > div:nth-of-type(2) {
		width: 90%;
		margin: 0 auto;
	}
	div#pointBox > div:nth-of-type(2) > div:first-of-type {
		width: 100%;
		margin: 0;
	}
	div#pointBox > div:nth-of-type(2) > div:nth-of-type(2) {
		width: 100%;
		margin: 20px 0 0 0;
	}
	div#pointBox h2 {
		font-size: 20px;
	}
	div#pointBox h2::before {
		width: 30px;
		height: 14px;
	   }
	div#pointBox p {
		margin: 0 0 20px 0;
		line-height: 1.6;
	}
}
/* 種類 */
div#h2Box {
	margin: 30px 0 0 0;
	padding: 20px 0;
	background: #f9c1d3;
}
div#h2Box h2 {
	margin: 0;
	padding: 10px;
	font-size: 32px;
	line-height: 1.4;
	font-weight: 700;
	text-align: center;
	color: #fff;
	background: #f392af;
}
div#MgRight #seriesBox {
	margin: 0;
	padding: 0 30px 30px 30px;
	background: #f9c1d3;
}
div#MgRight #seriesBox > div {
	margin: 0;
	padding: 30px 2.73% 50px 2.73%;
	background: #fff;
	text-align: center;
}
div#MgRight #seriesBox > div + div {
	margin: 30px 0 0 0;
}
div#seriesBox h3  {
	margin: 0 0 40px 0;
	padding: 0 0 5px 0;
	font-size: 28px;
	line-height: 1.4;
	font-weight: 700;
	text-align: left;
	border-bottom: dashed #9da2a0 1px;
}
div#MgRight #seriesBox h3 img {
	width: 12.5%;
}
div#seriesBox h3 strong {
	margin: 0;
	padding: 0;
	color: #00ad76;
	font-weight: 900;
	font-size: 40px;
	line-height: 1.4;
	padding: 0 0.2em 0 20px;
}
div#seriesBox #purpleBox h3 strong {
	color: #6b54a4;
}
div#seriesBox > div > div > div:first-of-type {
	margin: 0;
	padding: 0;
	text-align: left;
	width: 50.96%;
	display: flex;
	flex-direction: column;
}
div#seriesBox h4 {
	margin: 0;
	padding: 0;
	font-size: 24px;
	line-height: 1.4;
	font-weight: 900;
}
div#seriesBox > div > div > div:first-of-type > p {
	margin: 0 auto 0 0;
	padding: 30px 0;
	width: 90%;
}
div#seriesBox > div > div > div:first-of-type > p a {
	color: #6b54a4;
	font-weight: 700;
	text-decoration: underline;
	padding: 0 0.3em 0 0;
};
div#seriesBox > div > div > div:first-of-type > div {
	margin: auto 0 0 0;
	padding: 0;
}
div#seriesBox > div > div > div:nth-of-type(2) {
	margin: 0;
	padding: 0;
	width: 49.04%;
	text-align: left;
	display: flex;
	flex-direction: column;
}

div#seriesBox > div > div > div:nth-of-type(2) > div {
	margin: 0 0 20px 0;
	padding: 0;
}
div#seriesBox #bulletPoints {
	margin: auto 0 0 0;
	padding: 0 0 12px 0;
	background: #33b68d;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	position: relative;
}
div#seriesBox #purpleBox #bulletPoints {
	background: #846eb9;
}
div#seriesBox #bulletPoints::after {
	content: "";
	display: inline-block;
	width: 218px;
	height: 47px;
	background: url(../images/icon-point@2x.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: -15px;
	right: 10px;
}
div#seriesBox #bulletPoints + ul {
	margin: 5px 0 0 0;
	padding: 0;
	background: #fff;
}
div#seriesBox #bulletPoints + ul li {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.4;
	position: relative;
}
div#seriesBox #bulletPoints + ul li::before {
	content: '＊';
}
div#seriesBox #bulletPoints > p {
	margin: 0;
	padding: 10px 30px;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 700;
	color: #fff;
}
div#seriesBox #bulletPoints > ul {
	margin: 0 15px;
	padding: 20px 30px 8px 30px;
	font-size: 18px;
	line-height: 1.4;
	font-weight: normal;
	background: #fff;
	text-align: center;
}
div#seriesBox #bulletPoints > ul li {
	margin: 0 0 0 1em;
	padding: 0 0 5px 0;
	text-align: left;
	position: relative;
	text-indent: -1em;
}
div#seriesBox #bulletPoints > ul li::before {
	content: '・';
}
div#seriesBox #bulletPoints > ul li strong {
	color: #f30c63;
	font-weight: 700;
}
@media screen and (max-width: 750px) {
	div#h2Box {
		margin: 20px 0 0 0;
	}
	div#h2Box h2 {
		font-size: 24px;
	}
	div#MgRight #seriesBox {
		padding: 0 20px 20px 20px;
	}
	div#MgRight #seriesBox > div {
		padding: 15px 2.73% 25px 2.73%;
	}
	div#MgRight #seriesBox > div + div {
		margin: 20px 0 0 0;
	}
	div#seriesBox h3  {
		margin: 0 0 20px 0;
		padding: 0 0 3px 0;
		font-size: 18px;
		line-height: 1.8;
	}
	div#MgRight #seriesBox h3 img {
		width: 25%;
	}
	div#seriesBox h3 strong {
		font-size: 26px;
		padding: 0 0.2em 0 10px;
	}
	div#seriesBox > div > div > div:first-of-type {
		width: 100%;
		display: block;
	}
	div#seriesBox h4 {
		font-size: 24px;
		font-weight: 700;
	}
	div#seriesBox > div > div > div:first-of-type > p {
		margin: 0;
		padding: 15px 0;
		width: 100%;
		font-size: 14px;
		line-height: 1.6;
	}
	div#seriesBox > div > div > div:nth-of-type(2) {
		width: 100%;
		display: block;
	}
	div#seriesBox > div > div > div:nth-of-type(2) > div {
		margin: 0;
		padding: 30px 0;
	}
	div#seriesBox #bulletPoints {
		margin: 20px 0 0 0;
	}
	div#seriesBox #bulletPoints::after {
		width: 174px;
		height: 38px;
		position: absolute;
		top: -10px;
		right: auto;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
	}
	div#seriesBox #bulletPoints + ul li {
		margin: 0 0 0 1em;
    	text-indent: -1em;
	}
	div#seriesBox #bulletPoints > p {
		text-align: center;
	}
	div#seriesBox #bulletPoints > ul {
		margin: 0 15px;
		padding: 20px 15px 15px 15px;
		font-size: 16px;
		line-height: 1.4;
		font-weight: normal;
		background: #fff;
		text-align: center;
	}
	div#seriesBox #bulletPoints > ul li {
		margin: 0 0 0 1em;
		text-indent: -1em;
	}
}

/* 価格表 */
div#priceList h4 {
	font-size: 18px;
	line-height: 1.4;
	font-weight: 700;
	color: #33b68d;
	margin: 60px 0 0 0;
	padding: 0;
	display: flex;
    align-items: center;
}
#purpleBox div#priceList h4 {
	color: #6b54a4;
}
div#priceList h4:before, 
div#priceList h4:after {
	content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #33b68d;
}
#purpleBox div#priceList h4:before, 
#purpleBox div#priceList h4:after {
    background-color: #7d66b5;
}
div#priceList h4:before {
    margin-right: 1rem;
}
div#priceList h4:after {
    margin-left: 1rem;
}
div#priceList table {
	margin: 15px 0 0 0;
	padding: 0;
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0;
	box-sizing: border-box;
	border: solid 2px #33b68d;
}
div#priceList table th {
	font-weight: 700;
	background: #33b68d;
	color: #fff;
	padding: 5px 20px;
	border-right: solid 2px #fff;
	width: 20.67%;
	font-size: 14px;
}
div#priceList table td {
	padding: 15px 5px;
	border-right: solid 2px #33b68d;
	border-top: solid 2px #33b68d;
}
div#priceList table tr th:last-of-type {
	border-right: none;
}
div#priceList table tr td:last-of-type {
	border-right: none;
}
div#priceList table th:nth-of-type(2) {
	width: 13.85%;
}
div#priceList table td > img {
	width: 80%;
	margin: 0 auto;
}
div#priceList table td > span {
	display: inline-block;
	width: 4em;
	margin: 0 auto;
	text-align: right;
}
div#priceList table + ul {
	margin: 5px 0 0 1em;
	padding: 0;
	background: #fff;
	text-align: left;
}
div#priceList table + ul li {
	margin: 0;
	padding: 0 0 3px 0;
	font-size: 14px;
	line-height: 1.4;
	text-indent: -1em;
	position: relative;
}
div#priceList table + ul li::before {
	content: '＊';
}
/* 紫の価格表用の追加記載項目 */
#purpleBox div#priceList table {
	border: solid 2px #846eb9;
}
#purpleBox div#priceList table th {
	background: #846eb9;
	width: 10.19%;
}
#purpleBox div#priceList table tr:first-of-type th:first-of-type {
	width: 37.69%;
}
#purpleBox div#priceList table td {
	border-right: solid 2px #846eb9;
	border-top: none;
}
#purpleBox div#priceList table td > span {
	width: 3em;
}
#purpleBox div#priceList table tr th:last-of-type {
	border-right: none;
}
#purpleBox div#priceList table tr td:last-of-type {
	border-right: none;
}
#purpleBox div#priceList table td > img {
	width: 100%;
}
@media screen and (max-width: 750px) {
	div#priceList h4 {
		margin: 30px 0 0 0;
		display: block;
	}
	div#priceList h4:before, 
	div#priceList h4:after {
		content: none;
	}
	div#priceList table {
		font-size: 14px;
		line-height: 1.4;
	}
	div#priceList table th {
		padding: 10px 3px;
	}
	div#priceList table tr:nth-of-type(3) th {
		font-size: 10px;
	}
	div#priceList table td {
		padding: 20px 3px;
	}
	div#priceList table tr:first-of-type th:first-of-type {
		width: auto;
	}
	div#priceList table td > img {
		width: 60%;
	}
	#purpleBox div#priceList table th {
		width: auto;
	}
	#purpleBox div#priceList table tr:first-of-type th:first-of-type {
		width: auto;
	}
	#purpleBox div#priceList table tr:nth-of-type(3) th {
		font-size: 14px;
	}
}
/* データ入稿 */
div#MgRight #dataSubmission {
	margin: 30px 0 0 0;
	padding: 30px;
	background: #f9c1d3;
}
#dataSubmission > div {
	margin: 0;
	padding: 45px 2.73% 0 2.73%;
	background: #fff;
	text-align: center;
}
#dataSubmission > div > p:first-of-type {
	margin: 0;
	padding: 50px 5.45%;
}
#dataSubmission > div > div {
	margin: 0;
	padding: 30px 0 40px 0;
	border-top: dashed #9da2a0 1px;
}
#dataSubmission > div > div > div + div {
	margin: 30px 0 0 0;
	padding: 0;
}
#dataSubmission .explan > div:first-of-type {
	margin: 0;
	padding: 0;
	text-align: left;
	width: 50.48%;
}
#dataSubmission .explan > div:nth-of-type(2) {
	margin: 0;
	padding: 0;
	width: 48.08%;
}
#dataSubmission h2 {
	margin: 0;
	padding: 0;
	font-size: 24px;
	line-height: 1.4;
	font-weight: 700;
}
#dataSubmission h2 + p {
	margin: 20px 0 30px 0;
	padding: 0;
}
#dataSubmission p strong,
#dataSubmission li strong {
	color: #e7121c;
	font-weight: 700;
}
#dataSubmission ul {
	margin: 20px 0 0 1em;
	padding: 0;
	background: #fff;
}
#dataSubmission ul li {
	margin: 0;
	padding: 0;
	position: relative;
	text-indent: -1em;
}
#dataSubmission ul li::before {
	content: '・';
}
#dataSubmission #attentionPoint {
	display: inline-block;
	margin: 0;
	padding: 0 2em;
	border-radius: 30px;
	background: #e7121c;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}
#dataSubmission #tempDL dl {
	border: solid 2px#2c3e8a;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	margin: 0 auto;
	padding: 0;
	width: 50%;
}
#dataSubmission #tempDL dt {
	color: #fff;
	font-size: 16px;
	line-height: 1.6;
	text-align: left;
	margin: 0;
	padding: 30px 70px 30px 30px;
	background: url(../images/icon-arrow@2x.png) center right 18px / 34px 32px no-repeat #2c3e8a;
}
#dataSubmission #tempDL dd {
	margin: 0 auto;
	padding: 12px 15px;
}
#dataSubmission #tempDL dd span {
    margin: 0 10px;
}
#dataSubmission #tempDL dd a {
    margin: 0 0 0 10px;
    padding: 0;
}
#dataSubmission #tempDL dd a img {
    width: 33px;
    vertical-align: middle;
}
@media screen and (max-width: 750px) {
	div#MgRight #dataSubmission {
		padding: 20px;
	}
	#dataSubmission > div {
		padding: 25px 2.73% 0 2.73%;
	}
	#dataSubmission > div > p:first-of-type {
		padding: 25px 0;
	}
	#dataSubmission > div > div {
		padding: 15px 0 20px 0;
	}
	#dataSubmission > div > div > div + div {
		margin: 40px 0 0 0;
	}
	#dataSubmission .explan > div:first-of-type {
		width: 100%;
	}
	#dataSubmission .explan > div:nth-of-type(2) {
		width: 100%;
		margin: 20px 0 0 0;
	}
	#dataSubmission h2 {
		font-size: 20px;
	}
	#dataSubmission h2 + p {
		margin: 10px 0 15px 0;
	}
	#dataSubmission ul {
		margin: 20px 0 0 1em;
		font-size: 14px;
	}
	#dataSubmission #attentionPoint {
		font-size: 16px;
	}
	div#dataSubmission #tempDL dl {
		display: block;
		margin: 20px auto 0 auto;
		width: 100%;
	}
	div#dataSubmission #tempDL dt {
		font-size: 14px;
		line-height: 1.6;
		padding: 10px 50px 10px 10px;
		background: url(../images/icon-arrow@2x.png) center right 18px / 34px 32px no-repeat #2c3e8a;
		display: block;
		text-align: center;
	}
}

/* デザイン製作 */
div#MgRight #designBox {
	margin: 30px 0 0 0;
	padding: 30px;
	background: #f9c1d3;
}
div#MgRight #designBox > div {
	margin: 0;
	padding: 45px 0 0 0;
	background: #fff;
	text-align: center;
}
div#MgRight #designBox > div > p:first-of-type {
	margin: 0;
	padding: 50px 5.45%;
}
div#MgRight #designBox > div > div:first-of-type {
	margin: 0;
	padding: 0 5.45%;
}
@media screen and (max-width: 750px) {
	div#MgRight #designBox {
		margin: 20px 0 0 0;
		padding: 20px;
	}
}
/* ギャラリー */
div#contWrap #gallery {
	margin: 50px 0 0 0;
	padding: 30px 0 70px 0;
	background: #f7f7f7;
}
div#contWrap #gallery h2 {
	margin: 0 auto 10px auto;
	padding: 0;
	display: inline-block;
	color: #4ebccc;
	font-size: 36px;
	line-height: 1.4;
	font-weight: 700;
}
div#contWrap #gallery h2 span {
	margin: 0 auto;
	padding: 0;
	display: block;
	color: #000;
	font-size: 14px;
	line-height: 1.4;
	font-weight: normal;
	display: flex;
    align-items: center;
}
div#contWrap #gallery h2 span::before, 
div#contWrap #gallery h2 span::after {
	content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #000;
}
div#contWrap #gallery h2 span::before {
    margin-right: 1rem;
}
div#contWrap #gallery h2 span::after {
    margin-left: 1rem;
}
div#contWrap #gallery ul {
	margin: 0 auto;
	padding: 0 2.73%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
div#contWrap #gallery ul li {
	margin: 30px 2.69% 0 0;
	padding: 0;
	width: 14.42%;
}
div#contWrap #gallery ul li a {
	position: relative;
	display: block;
}
div#contWrap #gallery ul li a::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 2.5em;
	height: 2.5em;
	background-color: rgba(0,0,0,0.2);
	background-image: url(../images/icon-magnifying@2x.png);
	background-size: 2em 2em;
	background-position: center center;
	background-repeat: no-repeat;
}
div#contWrap #gallery ul li:nth-of-type(6n) {
	margin: 30px 0 0 0;
}
div#contWrap #gallery ul li.beside {
	margin: 30px 2.69% 0 0;
	padding: 0;
	width: 22.98%;
}
div#contWrap #gallery ul li.beside:nth-of-type(4n) {
	margin: 30px 0 0 0;
}
@media screen and (max-width: 750px) {
	div#contWrap #gallery {
		margin: 20px 0 0 0;
		padding: 20px 0 40px 0;
	}
	div#contWrap #gallery h2 {
		font-size: 32px;
	}
	div#contWrap #gallery ul li {
		margin: 20px 2% 0 0;
		width: 32%;
	}
	div#contWrap #gallery ul li a::after{
		width: 2em;
		height: 2em;
		background-color: rgba(0,0,0,0.2);
		background-image: url(../images/icon-magnifying@2x.png);
		background-size: 1.5em 1.5em;
	}
	div#contWrap #gallery ul li:nth-of-type(7n) {
		margin: 20px 2% 0 0;
	}
	div#contWrap #gallery ul li:nth-of-type(3n) {
		margin: 20px 0 0 0;
	}
	div#contWrap #gallery ul li.beside {
		margin: 20px 3% 0 0;
		width: 48.5%;
	}
	div#contWrap #gallery ul li.beside:nth-of-type(2n) {
		margin: 20px 0 0 0;
	}
}

/* お問い合わせボタン */
div#contWrap .linkBtn {
	padding: 70px 0 0 0;
	margin: 0 auto;
	width: 60%;
  }
div#contWrap .linkBtn a {
	width: 100%;
	margin: 0;
	padding: 1em 0;
	display: block;
	color: #fff;
	background-color: #ff862d;
	font-size: 24px;
	line-height: 1.4em;
	font-weight: 700;
	border-radius: 8px;
	text-decoration: none;
	position: relative;
  }
  div#contWrap .linkBtn a strong {
	font-size: 18px;
	line-height: 1.4em;
	font-weight: 700;
	padding: 0 0.5em 0 0;
  }
div#contWrap .linkBtn a span::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 17px;
	width: 0;
	height: 0;
	margin: -5px 0 0 0;
	padding: 0;
	border: 5px solid transparent;
	border-left: 8px solid #fff;
  }
@media screen and (max-width: 750px) {
	div#contWrap .linkBtn {
		padding: 30px 0 20px 0;
		width: 90%;
	  }
	div#contWrap .linkBtn a {
		padding: 0.7em 0;
		font-size: 20px;
		line-height: 1.6;
	}
	div#contWrap .linkBtn a strong {
		padding: 0;
	  }
}

/*見積依頼の方法*/
#contWrap #mitumori {
	margin: 60px 0 0 0;
	padding: 0;
  }
  #contWrap #mitumori h3 {
	text-align: center;
	font-size: 34px;
	line-height: 1.6;
	font-weight: 700;
	margin: 0 auto;
	padding: 0;
  }
  #contWrap #mitumori h3 + ol {
	margin: 40px 0 0 0;
	padding: 0;
  }
  @media screen and (max-width: 750px) {
	#contWrap #mitumori h3{
	  font-size: 28px;
	}
  }

/*flowA-4 注文の流れ*/
#contWrap .flowA-4-wrap{
	display: flex;
	justify-content: space-between;
	margin: 0 2%;
  }
  #contWrap .flowA-4{
	background: #1C9CD5;
	margin-bottom: 20px;
	text-align: center;
	width: 23%;
	padding: 0px 2% 34px;
	  position: relative;
  }
  #contWrap .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;
  }
  #contWrap .flowA-4:last-child::after{/*手順の三角部分-最後は▶消す*/
	  border-color: transparent transparent transparent transparent;
  }
  #contWrap .flowA-4 p{
	color: #FFF;
  }
  #contWrap .flowA-4-no{ /*手順番号*/
	font-size: 42px;
	  margin-top: 15px;
  }
  #contWrap .flowA-4-title{/*手順タイトル*/
	font-size: 24px;
	  height: 60px;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  margin: 8px 0;
	  line-height: 1.3;
  }
  #contWrap .flowA-4-text{/*手順説明*/
	font-size: 16px;
	text-align: left;
	  margin-top: 30px;
	  position: relative;
  }
  #contWrap .flowA-4-text::before{/*手順の線*/
	  content: "";
	  position: absolute;
	  left: 0;
	  right: 0;
	  top: -17px;
	  border-bottom: 1px solid #FFF;
  }
  @media screen and (max-width: 750px) {
	#contWrap .flowA-4-wrap{
		  display: block;
	  }
	  #contWrap .flowA-4{
		  width: auto;
		  display: flex;
		  justify-content: space-between;
		  padding-bottom: 10px;
	  }
	  #contWrap .flowA-4 div:nth-child(1){
		  width: 40%;
	  }
	  #contWrap .flowA-4 div:nth-child(2){
		  width: 55%;
	  }
	  #contWrap .flowA-4-text::before{/*手順の線*/
		  border-bottom: 1px solid transparent;
	  }
	  #contWrap .flowA-4-text{/*手順説明*/
		font-size: 14px;
		  margin-top: 14px;
	  }
	  #contWrap .flowA-4-title{/*手順タイトル*/
		font-size: 16px;
		  height: auto;
		  margin-top: 0;
	  }
	  #contWrap .flowA-4-no{ /*手順番号*/
		font-size: 16px;
	  }
	  #contWrap .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;
	  }
  }
  /*お見積りの際は下記こうもくについてご記載ください*/
  #contWrap #toiawaseText{
    text-align: center;
    margin: 18px auto 40px auto;
}
#contWrap #toiawaseText h3{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
#contWrap #toiawaseText ul{
    text-align: left;
    width: 40%;
    margin: 0 auto;
}
#contWrap #toiawaseText ul li{
    font-size: 18px;
    list-style-type: disc;
}
#contWrap #toiawaseText p {
    font-size: 18px;
    margin-top: 10px;
}
@media screen and (max-width: 750px) {
    #contWrap #toiawaseText{
        width: 100%;
        padding: 0 2%;
    }
    #contWrap #toiawaseText h3{
        font-size: 16px;
		padding: 0 1em;
    }
    #contWrap #toiawaseText ul {
        width: 90%;
        padding: 10px 1% 10px 2%;
        border: solid 1px #333;
    }
    #contWrap #toiawaseText ul li {
        font-size: 14px;
        margin-left: 9%;
    }
	#contWrap #toiawaseText p {
        font-size: 14px;
		padding: 0 1em;
    }
}
  /*contactA お問合せエリア*/
  #contWrap .contactA-area {
	width: 100%;
	background-color:  #1C9CD5;
	padding: 0 0 44px 0;
  }
    #contWrap .contactA-area * {
	margin: 0;
	padding: 0;
  }
  #contWrap .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;
  }
  #contWrap .contactA-area > p {
	font-size: 18px;
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
  }
  #contWrap .contactA-wrap{
	width: 75.86%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
  }
  #contWrap .contactA-box{
	width: 48.86%;
	background-color: #fff;
	border-radius: 6px;
	padding: 20px 0 3px;
	text-align: center;
  }
  #contWrap .contactA-box h4{
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
  }
  #contWrap .contactA-tel{
	color: #ff6c00;
	text-decoration: none;
	font-size: 38px;
	font-weight: 700;
	line-height: 0.8;
  }
  #contWrap .contactA-box-p{
	color: #333;
	margin: 20px 0;
	font-size: 14px;
  }
  #contWrap .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;
  }
  #contWrap .contactA-btn:hover,.contactA-tel:hover{
	text-decoration: none;
	opacity: 0.5;
  }
  @media screen and (max-width: 750px) {
	#contWrap .contactA-area > p {
		font-size: 14px;
		padding: 0 1em;
	}
	#contWrap .contactA-wrap {
		width: 100%;
		display: block;
	}
	#contWrap .contactA-box{
		width: 95%;
		margin: 0 auto;
		padding: 20px 0 8px;
	}
	#contWrap .contactA-box:nth-child(1){
		margin-bottom: 20px;
	}
  }

/*おすすめ特集バナー一覧*/

div#contWrap #recommend {
	margin: 0;
	padding: 0;
}
div#contWrap #recommend h3 {
	margin: 40px 0 20px 0;
	padding: 0;
	font-size: 24px;
	line-height: 1.4;
    font-weight: 600;
	text-align: center;
}
#recommend ul {
	width: 80%;
	margin: 0 auto 80px auto;
  }
  #recommend ul>li {
	width: 48%;
	margin-bottom: 20px;
  }

  @media screen and (max-width: 750px){
	div#contWrap #recommend h3 {
		font-size: 18px;
	}
	#recommend ul {
		width: 92%;
		margin: 0 auto 40px auto;
	}
	#recommend ul > li {
		width: 100%;
		margin-bottom: 10px;
	}
}

  /*お問合せ右下固定ボタン*/
.footer_fix_btn {
	position:fixed;
	width: 80px;
	right: 0px;
	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;
	}
}