@charset "utf-8";
/* CSS Document */

/*===============================================
●共通
===============================================*/

.tit {
	line-height: 1.5em;
	font-family: "Oswald", sans-serif;
	text-align: center;
}
.tit span {color: #0052a4;}
.subTit {
	font-size: 1.5em;
	line-height: 1.5em;
	color: #0052a4;
	/* font-family: "ゴシックMB101 DB"; */
	font-weight: 600;
	text-align: center;
}
.redText {color: #ff0004;}
.bkgWhite {background-color: #fff;}

/* ボタン */
.blueBtn a:hover #arrowIcon {fill: #fff;}
.blueBtn #arrowIcon {
	display: inline-block;
	width: 0.9em;
	height: 0.9em;
	margin-right: 0.7em;
	vertical-align: -0.15em;
	fill: #0052a4;
}

/* mainImage
---------------------------------------- */
#mainImage {
	background-repeat: no-repeat;
	background-position:center center;
	background-size: cover;
}
#mainImage section h1 {
	color: #fff336;
	/* font-family: "ゴシックMB101 DB"; */
	font-weight: 600;
}
#mainImage section h1 span {font-size: 0.65em;}
#mainImage section .deliveryDate {
	color: #fff;
	background-color: #d83e08;
	/* font-family: "ゴシックMB101 DB"; */
	font-weight: 600;
}
#mainImage section .whiteText {color: #fff;}

/* firstWrap
---------------------------------------- */
#firstWrap h2 {text-align: left;}

/* typeWrap
---------------------------------------- */
#typeWrap {background-color: #eaf5fc;}
#typeWrap .blueHead {
	background-color: #0052a4;
	/* font-family: "ゴシックMB101 DB"; */
	font-weight: 600;
}
#typeWrap .blueHead h3 {
	color: #fff336;
	text-align: center;
}
#typeWrap .blueHead p  {
	color: #fff;
	text-align: center;
}

.iconBox {
	display: flex;
	align-items: center;
	background-color: #fff;
	border: 2px solid #000;
	width: 100%;
}
.iconBox p {/* font-family: "ゴシックMB101 DB"; */ font-weight: 600;}
.iconBox p span {font-size: 0.72em;}

/* fullColor
---------------------------------------- */
#fullColor .iconBox:nth-child(2) p span:first-of-type {
	font-size: 1em;
	letter-spacing: -0.1em;
}
/* result */
#result {background-color: #fff;}
#result h4 {
	font-weight: bold;
	text-align: center;
}
#resultTxt p {line-height: 1.7em;}
#resultTxt .fontSmall {font-size: 0.86em;}

/* oneColor
---------------------------------------- */
#colorWrap h4 {
	background-color: #000;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
#colorBox {background-color: #fff;}
#colorBox ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
}
#colorBox li {margin: 3% 6% 0 0;}
#colorBox li:nth-child(5),
#colorBox li:nth-child(10) {margin-right: 0;}
#colorBox p {font-size: 0.93em;}

/* caseWrap
---------------------------------------- */
.caseBox section {background-color: #000;}
.caseBox h3 {
	font-family: "Oswald", sans-serif;
	color: #fff336;
}
.caseBox p {
	color: #fff;
	/* font-family: "ゴシックMB101 DB"; */
	font-weight: 600;
}

/* pointWrap
---------------------------------------- */
#pointWrap {background-color: #eaf5fc;}
#pointWrap .flexWrap section {
	position: relative;
	background-color: #fff;
}
#pointWrap .flexWrap section:after {
	content: "";
	position: absolute;
	display: block;
	background-position: top left;
	background-repeat: no-repeat;
	background-size: contain;
	top: 0;
	left: 0;
}
#pointWrap #p01:after {background-image: url("../../img/name_print/p01.png");}
#pointWrap #p02:after {background-image: url("../../img/name_print/p02.png");}
#pointWrap #p03:after {background-image: url("../../img/name_print/p03.png");}
#pointWrap #p04:after {background-image: url("../../img/name_print/p04.png");}
#pointWrap h3 {
	/* font-family: "ゴシックMB101 DB"; */
	font-weight: 600;
	color: #0052a4;
}
#pointWrap .textBox .blueBtn a {margin: inherit;}
#pointWrap #p01 .textBox p span {
	display: block;
	font-size: 0.92em;
	margin-top: 0.5em;
}
#pointWrap #p01 .flexImg ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#pointWrap #p01 .flexImg ul li {
	width: 48%;
	display: block;
}
#pointWrap #p01 li img {max-height: 11em;}
#pointWrap #p01 .flexImg ul li {
		margin-bottom: 1em;
	}

/* pointSecondWrap */
.borderHead {
	border-bottom: 3px solid #000;
	border-top: 3px solid #000;
}
#pointSecondWrap h4 {
	/* font-family: "ゴシックMB101 DB"; */
	font-weight: 600;
	text-align: center;
}
#pointSecondWrap p {
	display: inline-block;
	background-color: #fff336;
	font-family: "Oswald", sans-serif;
	padding: 0.2em 0.3em;
}

/* contactWrap */
.contactWrap {border: #d83e08 2px solid;}
.contactWrap header {
	background-color: #d83e08;
	color: #fff;
	padding: 1em 0;
}
.contactWrap header h4 {
	color: #fff;
	/* font-family: "ゴシックMB101 DB"; */
	font-weight: 600;
	text-align: center;
	vertical-align: middle;
}
.tellBox a {
	color: #d83e08;
	text-decoration: none;
	display: inline-block;
	/* font-family: "ゴシックMB101 DB"; */
	font-weight: 600;
}
.tellBox a .number {font-family: "Oswald", sans-serif;}
.tellBox p {
	/* font-family: "ゴシックMB101 DB"; */
	font-weight: 600;
	background-color: #e7e7e7;
	text-align: center;
	font-size: 0.9em;
}
.contactWrap .flexBox {background-color: #fafafa;}
.contactWrap .orangeBtn2 a {
	color: #d83e08;
	border: #d83e08 1px solid;
	background-color: #fff;
}
.contactWrap .orangeBtn2 #arrowIcon {
	fill: #d83e08;
	display: inline-block;
	width: 0.9em;
	height: 0.9em;
	margin-right: 0.7em;
	vertical-align: -0.15em;
}
.contactWrap .orangeBtn2 a:hover {
	background-color: #d83e08;
	color: #fff;
}
.contactWrap .orangeBtn2 a:hover #arrowIcon {fill: #fff;}
.contactCover .orangeBtn2 a div {font-weight: bold;}
.contactCover .orangeBtn2.btn span {margin: 0;}

/* orderWrap
---------------------------------------- */
#orderWrap {background-color: #f3f3f3;}
#orderWrap #whiteBg {
	background-color: #fff;
	/* font-family: "ゴシックMB101 DB"; */
	font-weight: 600;
}
#orderWrap #blackHead {
	background-color: #000;
	border-radius: 18px;
	font-weight: bold;
	color: #fff;
	max-width: 370px;
	text-align: center;
	padding: 0.5em 0;
}
#orderR h4 {font-weight: bold;}

/* table */
#orderContents table {border: 1px solid #d5d5d5;}
#orderContents table th {
	background-color: #d5d5d5;
	text-align: center;
	vertical-align: middle;
	width: 20%
}
#orderContents table td {
	background-color: #fff;
	border-bottom: 1px solid #d5d5d5;
}
#orderContents table td span:first-of-type {
	font-family: "Oswald", sans-serif;
	background-color: #e1002a;
	border-radius: 50%;
	width: 17px;
	height: 17px;
	font-size: 0.86em;
	line-height: 1.4em;
	color: #fff;
	display: inline-block;
	text-align: center;
}

/* h3 */
#orderWrap h3 {
	background-color: #0052a4;
	color: #fff;
	/* font-family: "ゴシックMB101 DB"; */
	font-weight: 600;
	text-align: center;
}
#orderWrap h3 span {color: #fff336;}

/* flexBox */
#orderWrap .flexBox {
	background-color: #fff;
	display: flex;
}
#orderWrap .blueBtn a div {font-weight: bold;}
#orderWrap .blueBtn.btn span {margin: 0;}

/* contactInner */
.contactInner .contactWrap header {position: relative;}
.contactInner .contactWrap header:before {
	width: 13em;
	height: 3em;
	content: "";
	position: absolute;
	display: block;
	background: url("../../img/name_print/contact.png") no-repeat top left / contain;
	left: -0.8em;
}

/*===============================================
●画面の横幅が729px以下
===============================================*/
@media screen and (max-width: 729px) {

	.tit {
		font-size: 2.14em;
		margin-bottom: 0.3em;
	}
	.subTit {font-size: 1.5em;}
	#pointWrap, #orderWrap, #linkBanner ul {
		padding: 3.5em 0;
	}

	/* mainImage
	---------------------------------------- */
	#mainImage div {width: 100%;}
	#mainImage {
		background-image:url("../../img/point_print/mainImg_sp.jpg");
		padding: 5% 0 60%;
		position: relative;
	}
	#mainImage .imgTit {width: 50%;}
	#mainImage .imgTit img {width: 100%;}
	#mainImage section {margin-bottom: 8%;}
	#mainImage section h1 {
		font-size: 3.42em;
		margin-top: 0.2em;
		line-height: 0.8em;
	}
	#mainImage .mainIcon {padding-top: 1.5em;}
	#mainImage .deliveryDate {
		width: 6em;
		padding: 7px 0 5px 5px;
		font-size: 1.2em;
		text-align: center;
		line-height: 1em;
		margin: 1.5em 0 0.6em;
	}
	#mainImage .whiteText {line-height: 1.7em;}
	#mainImage #tentImg {
		width: 100%;
		margin: 0 auto;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	/* firstWrap
	---------------------------------------- */
	#firstWrap {padding: 1.5em 0 2.5em;}
	#firstWrap .inner {margin-top: 5%;}
	#firstWrap h2 {
		font-size: 1.3em;
		line-height: 1.5em;
	}
	#firstWrap p {
		padding-top: 1em;
		line-height: 1.7em;
	}

	/* typeWrap
	---------------------------------------- */
	#typeWrap {padding: 2em 0 3em;}
	#typeFlex {margin-top: 2em}
	#typeWrap .blueHead {padding: 0.5em;}
	#typeWrap .blueHead h3 {
		font-size: 1.7em;
		line-height: 1.5em;
	}
	#typeWrap .blueHead p {line-height: 2.3em;}
	#typeWrap .typeTent {margin: 1em 0;}
	.iconBox {
		padding: 0.4em 0.3em 0.2em 0.3em;
		margin-bottom: 0.4em;
		height: 35px;
	}
	.iconBox .typeIcon {
		max-width: 20px;
		margin-right: 0.5em;
	}
	.iconBox p span {margin-left: 0.5em;}
	.iconWrap .iconBox:nth-child(2) span:first-of-type {margin: 0;}
	#typeWrap .typeDetail {
		line-height: 1.7em;
		margin: 1em 0;
	}
	#typeWrap .margin15 {margin-bottom: 0.8em!important;}

	/* fullColor
	---------------------------------------- */
	#fullColor {
		border-bottom: 1px solid #000;
		padding-bottom: 2.5em;
		margin-bottom: 2.5em;
	}
	#fullColor img {width: 100%;}

	/* result */
	#result {
		padding: 1em;
		margin-bottom: 1.5em;
	}
	#result h4 {
		font-size: 1.07em;
		line-height: 1.6em;
	}
	#resultTxt {padding: 0.8em 0 1.2em;}
	#resultTxt .fontSmall {margin-top: 0.8em;}
	#resultImg {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#resultImg div:first-of-type {
		width: 40%;
		max-width: 200px;
		margin-right: 8%;
	}
	#resultImg div:last-of-type {
		width: 50%;
		max-width: 255px;
	}

	/* oneColor
	---------------------------------------- */
	#colorWrap h4 {padding: 0.8em 0.8em 0.6em;}
	#oneColor img {width: 100%;}
	#colorBox {
		padding: 0.5em 1em 1em;
		margin-bottom: 1.5em;
	}
	#colorBox li {width: 15%;}
	#colorBox p {
		line-height: 1.7em;
		margin-top: 1em;
	}

	/* caseWrap
	---------------------------------------- */
	#caseWrap {padding: 2em 0 3em;}
	.caseBox.case01 {margin-top: 2em;}
	.caseBox.case02 {margin-top: 1em;}
	.caseBox section {padding: 2em 0 2em 2em;}
	.caseBox h3 span.case {
		font-size: 1.36em;
		line-height: 1em;
		margin-right: 0.4em;
		letter-spacing: 0.1em;
	}
	.caseBox h3 span.number {
		font-size: 2.6em;
		line-height: 0.53em;
		letter-spacing: 0.05em;
	}
	.caseBox p {
		font-size: 1.14em;
		line-height: 1.75em;
		padding-top: 0.7em;
	}

	/* contactWrap */
	.contactWrap header div {max-width: 20px;}
	.contactWrap header .leftBkg {padding-right: 0.2em;}
	.contactWrap header .rightBkg {padding-left: 0.2em;}
	.contactWrap header {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.contactWrap header h4 {
		font-size: 1.21em;
		line-height: 1.47em;
	}
	.contactWrap header h4 span.spNone {display: none;}
	.contactWrap .tellBox {
		text-align: center;
		padding-top: 1em;
	}
	.contactWrap .tellBox p {
		width: 90%;
		margin: 0 auto;
		padding: 0.5em 0;
	}
	.contactWrap .free {
		font-size: 1.07em;
		display: block;
		margin-bottom: 1em;
	}
	.contactWrap .number {
		font-size: 2.7em;
		display: block;
		margin-bottom: 0.5em;
	}
	.contactWrap .orangeBtn2 {padding: 1.5em 1em !important;}

	/* contactCover */
	.contactCover {margin-bottom: 3em !important;}
	.contactCover .contactWrap .orangeBtn2 a {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.contactWrap .orangeBtn2 #arrowIcon {margin-right: 0.5em;}
	.contactCover .contactWrap .orangeBtn2 a div {line-height: 1.2em;}
	.contactCover .contactWrap .orangeBtn2 a div span {font-size: 0.77em;}

	/* pointWrap
	---------------------------------------- */
	#pointWrap {padding: 3.5em 0;}
	#pointWrap h2 {margin-bottom: 1em;}
	#pointWrap h3 {
		font-size: 1.36em;
		line-height: 1.37em;
		padding-left: 2em;
	}
	#pointWrap .textBox p {
		line-height: 1.7em;
		margin-top: 1em;
	}
	#pointWrap .flexWrap section:after {
		width: 4.5em;
		height: 4.5em;
	}
	#pointWrap .flexWrap.inner {padding: 0;}
	#pointWrap .leftB section {
		margin-bottom: 1.5em;
		padding: 1.5em 1em;
	}
	#pointWrap .flexWrap .rightB {
		width: 90%;
		margin: 0 auto 2em;
	}
	#pointWrap .flexWrap .rightB img {width: 100%;}
	#pointWrap .flexWrap .leftB {
		width: 100%;
		margin-bottom: 2em;
	}
	#pointWrap .flexWrap .leftB {padding: 0 1em;}
	#pointWrap .flexWrap .leftB section:last-child {margin-bottom: 0;}

	/* pointSecondWrap */
	#pointSecondWrap {padding-top: 0.5em;}
	#pointSecondWrap .borderHead {
		padding: 0.8em 0;
		margin-bottom: 1.5em;
		text-align: center;
	}
	#pointSecondWrap p {
		text-align: center;
		margin-bottom: 0.4em;
	}
	#pointSecondWrap h4 {
		font-size: 1.35em;
		line-height: 1.53em;
		/*padding: 1em 0;*/
	}
	#pointSecondWrap div img {width: 100%;}
	#pointSecondWrap .triangle {
		transform: rotate(90deg);
		max-width: 18px;
		margin: 0.5em auto;
	}

	/* orderWrap
	---------------------------------------- */
	#orderWrap {margin-top: 3.5em;}
	#orderContents {margin-bottom: 3em;}
	#orderWrap #orderContents #orderL img {width: 100%;}
	#orderWrap #whiteBg {
		line-height: 1.7em;
		padding: 0.8em 1em 1em;
		margin: 1em 0;
	}
	#orderWrap #blackHead {
		font-size: 1.07em;
		line-height: 1.6em;
	}
	#orderL div {margin-top: 1em;}
	#orderL p {margin-top: -1em;}
	#orderR {margin-top: 3em;}
	#orderR h4 {
		text-align: center;
		padding-left: 4.5em;
		margin-bottom: 1em;
	}

	/* table */
	#orderWrap .tableWrap {margin-top: 2em;}
	#orderContents table {width: 100%;}
	#orderContents table td {
		padding: 0.2em 0 0.2em 0.6em;
		width: 80%;
	}
	#orderContents table td span:first-of-type {margin-right: 0.5em;}
	#orderWrap #topTable {border-bottom: none;}
	#orderWrap #topTable th {border-bottom: 1px solid #fff;}
	#orderWrap #bottomTable ,
	#orderWrap #bottomTable tr:first-of-type td {border-top: none;}

	/* h3 */
	#orderWrap h3 {padding: 0.8em 0;}
	#orderWrap h3 span {
		font-size: 1.64em;
		line-height: 1.3em;
	}

	/* flexBox */
	#orderWrap .flexBox {flex-wrap: wrap;}
	#orderWrap .flexBox .text {
		order: 2;
		padding: 0.5em 1em 1em;
	}
	#orderWrap .flexBox .text p {
		line-height: 1.7em;
		margin-bottom: 1em;
	}
	#orderWrap .flexBox .img {
		order: 1;
		margin-top: 1em;
		padding-left: 0.5em;
	}
	#orderWrap .flexBox .img img {width: 100%;}

	/* btn  */
	#orderWrap .btn a {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#orderWrap .btn a #arrowIcon {margin-right: 0.5em}
	#orderWrap .blueBtn a div {line-height: 1.2em;}
	#orderWrap .blueBtn a div span {font-size: 0.8em;}

	/* contactInner */
	.contactInner {padding-top: 3.5em;}
	.contactInner {padding: 3.25 1em;}
	.contactInner .contactWrap header:before {top: -2em;}

	/*linkBanner
	---------------------------------------- */
	#linkBanner li {margin-bottom: 2em;}
	#linkBanner li:last-child {margin-bottom: 0;}

}

/*===============================================
●画面の横幅が730px以上
===============================================*/
@media screen and (min-width: 730px) {

	.tit {font-size: 3.2em;}
	.subTit {
		font-size: 2.14em;
		line-height: 1.5em;
		margin-bottom: 1em;
	}
	.bkgWhite {padding: 1.8em 0;}

	/* コンテンツ間隔 */
	#pointWrap,
	#orderWrap,
	.contactCover {padding: 4.3em 1em !important;}

	/* mainImage
	---------------------------------------- */
	#mainImage {
		background-image:url("../../img/point_print/mainImg.jpg");
		padding: 3% 0;
		position: relative;
	}
	#mainImage section h1 {
		font-size: 4.9em;
		letter-spacing: -0.07em;
		line-height: 1em;
		margin-bottom: 0.3em;
	}
	#mainImage div.imgTit {width: 25.2%;}
	#mainImage .deliveryDate {
		width: 6em;
		padding: 5px 0 7px;
		font-size: 1.4em;
		text-align: center;
		line-height: 1em;
		margin: 1em 0;
	}
	#mainImage .whiteText {
		max-width: 420px;
		width: 48%;
		line-height: 1.8em;
		font-size: 1.15em;
	}
	#mainImage #tentImg {
		width: 50%;
		max-width: 740px;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	#mainImage .mainIcon img {
		width: 40%;
		display: block;
	}

	/* firstWrap
	---------------------------------------- */
	#firstWrap {
		position: relative;
		padding-top: 4.3em;
	}
	#firstWrap .inner {position: relative;}
	#firstWrap h2 {
		font-size: 2em;
		line-height: 1.46em;
	}
	#firstWrap .toolTent {
		width: 50%;
		max-width: 710px;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	#firstWrap p {
		max-width: 435px;
		width: 48%;
		line-height: 1.7em;
	}

	/* typeWrap
	---------------------------------------- */
	#typeWrap {padding: 4.3em 0;}
	#typeWrap .inner {max-width: 1100px;}
	#typeFlex {
		display: flex;
		justify-content: space-between;
		padding-top: 2em;
	}
	#typeFlex > article {
		max-width: 545px;
		width: 50%;
	}
	#typeWrap .blueHead {padding: 1em;}
	#typeWrap .blueHead h3 {
		font-size: 2.3em;
		line-height: 0.9em;
	}
	#typeWrap .blueHead p {
		font-size: 1.14em;
		line-height: 2em;
		margin-top: 0.5em;
	}
	.typeTent {margin: 2em auto;}

	/* iconWrap */
	.iconWrap {
		display: flex;
		justify-content: space-around;
	}
	.iconBox {
		padding: 0.2em 0.3em 0.3em 0.3em;
		height: 50px;
		margin-right: 2%;
	}
	.iconWrap .iconBox:last-of-type {margin: 0;}
	.iconBox .typeIcon {
		max-width: 20px;
		margin-right: 0.5em;
	}
	.iconBox:first-of-type p {line-height: 0.9em;}
	.iconBox p {line-height: 1.2em;}
	.iconBox p span {line-height: 0;}
	.typeDetail {
		margin: 1.8em 0 2em;
		line-height: 1.7em;
		font-feature-settings: "palt"; letter-spacing: 0.06em;
	}

	/* fullColor
	---------------------------------------- */
	#fullColor {
		border-right: 1px solid #000;
		padding-right: 5%;
	}
	#fullColor .typeTent {max-width: 432px;}

	/* result */
	#result {
		padding: 1.5em;
		margin-bottom: 2.9em;
	}
	#resultBox {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-top: 0.8em;
	}
	#result h4 {
		font-size: 1.2em;
		line-height: 1.4em;
	}
	#resultTxt {width: 55%;}
	#resultTxt .fontSmall {margin-top: 1em;}
	#resultImg {margin-left: 5%;}
	#resultImg div {width: 100%;}
	#resultImg div:first-of-type {
		max-width: 110px;
		margin: 0 auto;
	}
	#resultImg div:last-of-type {
		max-width: 140px;
		margin-top: 0.5em;
	}

	/* oneColor
	---------------------------------------- */
	#oneColor {padding-left: 5%;}
	#oneColor .typeTent {max-width: 345px;}
	#oneColor .iconBox {max-width: 155px;}
	#colorWrap {margin-bottom: 2.9em;}
	#colorWrap h4 {padding: 1em 0;}
	#colorBox {padding: 0.5em 0 1.2em;}
	#colorBox ul {padding: 0 2em;}
	#colorBox li {width: 14%;}
	#colorBox p {padding: 1.2em 1em 0 1em;}

	/* caseWrap
	---------------------------------------- */
	#caseWrap {padding: 4.3em 0 1em 0;}
	#caseBoxWrap {
		max-width: 1440px;
		margin: 4em auto 0;
	}
	.caseBox {display: flex;}
	.caseBox.case01 {padding-bottom: 3em;}
	.caseBox > div {
		max-width: 800px;
		min-width: 300px;
		width: 60%;
	}
	.caseBox section {
		max-width: 640px;
		width: 50%;
	}
	.caseBox.case01 section {
		display: flex;
		align-items: center;
		padding-left: 5%;
	}
	.caseBox.case02 section {
		display: flex;
		align-items: center;
		padding-left: 5%;
	}
	.caseBox h3 {margin-bottom: 1.8em;}
	.caseBox h3 span.case {
		font-size: 2.2em;
		line-height: 1em;
		letter-spacing: 0.1em;
		margin-right: 0.4em;
	}
	.caseBox h3 span.number {
		font-size: 4em;
		line-height: 0.6em;
		letter-spacing: 0.05em;
		vertical-align: sub;
	}
	.caseBox p {
		font-size: 1.7em;
		line-height: 1.9em;
	}
	.caseBox.case02 section div {
		max-width: 340px;
		margin: 0 13% 0 auto;
	}
	#caseBoxWrap #caseTxt {
		max-width: 248px;
		width: 18%;
		margin: -3.5em 1.5em 0 auto;
	}

	/* contactCover */
	.contactCover .contactWrap .flexBox {padding: 2.5em 0.7em;}
	.contactCover .contactWrap .tellBox {margin-right: 6.45%;}
	.contactCover .orangeBtn2 {width: 50%;}
	.contactCover .orangeBtn2 a {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.contactCover .orangeBtn2 a div {
		line-height: 1.2em;
		text-align: left;
	}
	.contactCover .orangeBtn2 a div span {font-size: 0.77em;}

	/* pointWrap
	---------------------------------------- */
	#pointWrap {margin-bottom: 5.7em;}
	#pointWrap .flexWrap {
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		width: 100%;
		margin-bottom: 4.3em;
	}
	#pointWrap .flexWrap .leftB,
	#pointWrap .flexWrap .rightB {width: 48%;}
	#pointWrap section:after {
		width: 6em;
		height: 6em;
	}
	#pointWrap .flexWrap #p01,
	#pointWrap .flexWrap #p02,
	#pointWrap .flexWrap #p03 {margin-bottom: 1em;}
	#pointWrap section#p03 {display: block;}
	#pointWrap section#p03 .img,
	#pointWrap section#p03 .textBox {
		width: 100%;
	}
	#pointWrap h3 {
		padding-left: 3.5em;
		padding-top: 0.5em;
		font-size: 1.7em;
		line-height: 1.7em;
	}
	#pointWrap h3 span {font-size: 1.5em;}
	#pointWrap .textBox p {
		line-height: 1.7em;
		padding: 1em 1.5em 1em;
	}

	/* pointSecondWrap */
	.borderHead {
		display: flex;
		justify-content: center;
		padding: 0.6em 0 0.8em;
		margin-bottom: 2.2em;
	}
	#pointSecondWrap h4 {
		font-size: 1.85em;
		line-height: 1.15em;
	}
	#pointSecondWrap p {
		font-size: 1.3em;
		line-height: 1em;
		margin: 0.3em 1em 0 0;
	}
	#pointSecondWrap section {
		display: flex;
		align-items: center;
	}
	#pointSecondWrap .work {width: 30%;}
	#pointSecondWrap .triangle {
		padding: 0 1.8%;
		width: 5.5%;
	}

	/* contactWrap */
	.contactWrap header h4 {font-size: 1.7em;}
	.contactWrap header span {
		width: 2em;
		display: inline-block;
	}
	.contactWrap header .leftBkg {padding-right: 1em;}
	.contactWrap header .rightBkg {padding-left: 1em;}
	.contactWrap .flexBox {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 2.5em 0;
	}
	.contactWrap .tellBox {margin-right: 4em;}

	/* telBox */
	.tellBox a {
		display: flex;
		align-items: center;
		margin-bottom: 2em;
	}
	.tellBox a span {display: block;}
	.tellBox a .free{
		font-size: 1.2em;
		padding-right: 1em;
	}
	.tellBox a .number {
		font-size: 2.7em;
	}
	.tellBox p {padding: 5px 0;}

	/* orangeBtn2 */
	.contactWrap .orangeBtn2 a:hover {
		background-color: #d83e08;
		color: #fff;
	}
	.orangeBtn2 {width: 30%;}
	.orangeBtn2 a {
		width: 100%;
		margin: 0 auto;
	}

	/* orderWrap
	---------------------------------------- */
	#orderWrap #whiteBg {
		font-size: 1.14em;
		line-height: 1.5em;
		text-align: center;
		padding: 1em;
	}
	#orderContents {
		margin: 2.2em 0 4em 0;
		display: flex;
		justify-content: space-between;
	}
	#orderWrap #blackHead {
		font-size: 1.14em;
		line-height: 1.5em;
	}
	#orderL {
		margin-right: 5%;
		width: 40%;
	}
	#orderL div {
		margin-top: 1.5em;
		max-width: 350px;
	}
	#orderL p {margin-top: -1em;}
	#orderR h4 {
		font-size: 1.07em;
		line-height: 1.6em;
		text-align: center;
		margin-left: 30%;
	}
	#orderR {width: 55%;}
	#orderR div {
		margin-top: 1em;
		max-width: 488px;
	}

	/* table */
	#orderContents .tableWrap {
		display: flex;
		margin-top: 1.5em;
	}
	#orderContents table {width: 50%;}
	#orderContents .tableWrap table:first-of-type {border-right: none;}
	#orderContents table td {
		width: 50%;
		padding: 0.2em 0 0.2em 0.5em;
	}
	#orderContents table tr:last-of-type td {border: none;}
	#orderContents table td span:first-of-type {margin-right: 0.3em;}

	/* h3 */
	#orderWrap h3 {
		font-size: 1.28em;
		line-height: 1.8em;
		padding: 0.5em 0;
	}
	#orderWrap h3 span {
		font-size: 1.7em;
	}

	/* flexBox */
	#orderWrap .flexBox {
		justify-content: space-between;
		padding: 1.5em 0 0 1.5em;
	}
	#orderWrap .flexBox p {
		line-height: 1.5em;
		margin-bottom: 2em;
	}
	#orderWrap .flexBox .text {width: 49%;}
	#orderWrap .flexBox .img {width: 47%;}

	/* btn */
	#orderWrap .blueBtn a {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#orderWrap .blueBtn a div {
		line-height: 1.2em;
		text-align: left;
	}
	#orderWrap .blueBtn a div span {font-size: 0.77em;}

	/* contactInner */
	.contactInner {padding-top: 4.3em !important;}
	.contactInner .contactWrap header:before {
		width: 20%;
		height: 4em;
		top: -2.6em;
	}

	/* linkBanner
	---------------------------------------- */
	#linkBanner ul {padding: 3em 0 5em;}
	#linkBanner ul li {margin-bottom: 3em;}
}
/*===========================================================
●画面の横幅が729px以上825px以下(スタイルが崩壊するため、特別処置)
=============================================================*/
@media screen and (min-width: 730px) and (max-width: 825px) {
	.iconWrap {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.iconBox {
		width: 49%;
		height: 45px;
		margin: 0;
	}
	.iconWrap .iconBox:last-of-type {margin-top: 0.5em;}

}