@charset "utf-8";
/* ---------------------------------------------------------------------------------------------

　   COMMON

--------------------------------------------------------------------------------------------- */
#ttl {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.page_ttl span {
	display: block;
	color: #fff;
	text-align: center;
}
.page_ttl .jp {
	line-height: 1.3em;
}
.page_ttl .en {
	margin-top: .5em;
}
.page_ttl h1 .jp {
	font-weight: 900;
}
.ex_txt {
	font-weight: 600;
}
body.howto,
body.business {
	background: #F3F5F6;
}
.bg_white {
	background: #fff;
}
.table {
	width: 100%;
}
.table th {
	background: rgba(114,113,113,.2);
	text-align: left;
}
.table th,
.table td {
	padding: 10px 15px;
}

@media only screen and ( max-width : 991px ) {
	#ttl {
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 200px;
		padding-top: 60px;
		background-image: url(../img/page_ttl_sp.jpg);
		background-image: image-set(url(../img/page_ttl_sp.jpg) 1x, url(../img/page_ttl_sp@2x.jpg) 2x);
		background-image: -webkit-image-set(url(../img/page_ttl_sp.jpg) 1x, url(../img/page_ttl_sp@2x.jpg) 2x);
	}
	#about #ttl {
		background-image: url(../img/about/page_ttl_sp.jpg);
		background-image: image-set(url(../img/about/page_ttl_sp.jpg) 1x, url(../img/about/page_ttl_sp@2x.jpg) 2x);
		background-image: -webkit-image-set(url(../img/about/page_ttl_sp.jpg) 1x, url(../img/about/page_ttl_sp@2x.jpg) 2x);
	}
	#attachment #ttl {
		background-image: url(../img/howto/page_ttl_sp.jpg);
		background-image: image-set(url(../img/howto/page_ttl_sp.jpg) 1x, url(../img/howto/page_ttl_sp@2x.jpg) 2x);
		background-image: -webkit-image-set(url(../img/howto/page_ttl_sp.jpg) 1x, url(../img/howto/page_ttl_sp@2x.jpg) 2x);
	}
	#business #ttl {
		background-image: url(../img/business/page_ttl_sp.jpg);
		background-image: image-set(url(../img/business/page_ttl_sp.jpg) 1x, url(../img/business/page_ttl_sp@2x.jpg) 2x);
		background-image: -webkit-image-set(url(../img/business/page_ttl_sp.jpg) 1x, url(../img/business/page_ttl_sp@2x.jpg) 2x);
	}
	#works #ttl {
		background-image: url(../img/works/page_ttl_sp.jpg);
		background-image: image-set(url(../img/works/page_ttl_sp.jpg) 1x, url(../img/works/page_ttl_sp@2x.jpg) 2x);
		background-image: -webkit-image-set(url(../img/works/page_ttl_sp.jpg) 1x, url(../img/works/page_ttl_sp@2x.jpg) 2x);
	}
	#flow #ttl {
		background-image: url(../img/flow/page_ttl_sp.jpg);
		background-image: image-set(url(../img/flow/page_ttl_sp.jpg) 1x, url(../img/flow/page_ttl_sp@2x.jpg) 2x);
		background-image: -webkit-image-set(url(../img/flow/page_ttl_sp.jpg) 1x, url(../img/flow/page_ttl_sp@2x.jpg) 2x);
	}
	#faq #ttl {
		background-image: url(../img/faq/page_ttl_sp.jpg);
		background-image: image-set(url(../img/faq/page_ttl_sp.jpg) 1x, url(../img/faq/page_ttl_sp@2x.jpg) 2x);
		background-image: -webkit-image-set(url(../img/faq/page_ttl_sp.jpg) 1x, url(../img/faq/page_ttl_sp@2x.jpg) 2x);
	}
	#news #ttl,
	#news_single #ttl {
		background-image: url(../img/news/page_ttl_sp.jpg);
		background-image: image-set(url(../img/news/page_ttl_sp.jpg) 1x, url(../img/news/page_ttl_sp@2x.jpg) 2x);
		background-image: -webkit-image-set(url(../img/news/page_ttl_sp.jpg) 1x, url(../img/news/page_ttl_sp@2x.jpg) 2x);
	}
	#company #ttl {
		background-image: url(../img/company/page_ttl_sp.jpg);
		background-image: image-set(url(../img/company/page_ttl_sp.jpg) 1x, url(../img/company/page_ttl_sp@2x.jpg) 2x);
		background-image: -webkit-image-set(url(../img/company/page_ttl_sp.jpg) 1x, url(../img/company/page_ttl_sp@2x.jpg) 2x);
	}
	#cuttingsheet #ttl {
		background-image: url(../img/cuttingsheet/page_ttl_sp.jpg);
		background-image: image-set(url(../img/cuttingsheet/page_ttl_sp.jpg) 1x, url(../img/cuttingsheet/page_ttl_sp@2x.jpg) 2x);
		background-image: -webkit-image-set(url(../img/cuttingsheet/page_ttl_sp.jpg) 1x, url(../img/cuttingsheet/page_ttl_sp@2x.jpg) 2x);
	}
	#estimate #ttl,
	.estimate-child #ttl {
		background-image: url(../img/estimate/page_ttl_sp.jpg);
		background-image: image-set(url(../img/estimate/page_ttl_sp.jpg) 1x, url(../img/estimate/page_ttl_sp@2x.jpg) 2x);
		background-image: -webkit-image-set(url(../img/estimate/page_ttl_sp.jpg) 1x, url(../img/estimate/page_ttl_sp@2x.jpg) 2x);
	}
	#contact #ttl,
	.contact-child #ttl {
		background-image: url(../img/contact/page_ttl_sp.jpg);
		background-image: image-set(url(../img/contact/page_ttl_sp.jpg) 1x, url(../img/contact/page_ttl_sp@2x.jpg) 2x);
		background-image: -webkit-image-set(url(../img/contact/page_ttl_sp.jpg) 1x, url(../img/contact/page_ttl_sp@2x.jpg) 2x);
	}
	.page_ttl {
		/*position: absolute;
		top: 55%;
		left: 0;
		right: 0;*/
	}
	.page_ttl .jp {
		font-size: 22px;
	}
	.page_ttl .en {
		font-size: 10px;
	}
	.ex_txt {
		line-height: 1.6;
	}
}

@media only screen and ( max-width : 767px ) {
	.table {
		border: 1px solid #231815;
	}
	.table th,
	.table td {
		display: block;
	}
	.table td {
		border-bottom: 1px solid #231815;
	}
	.table tr:last-of-type td {
		border-bottom: none;
	}
}
@media only screen and ( max-width : 320px ) {
	.page_ttl .jp {
		font-size: 17px;
	}
}

@media print, screen and ( min-width : 768px ) {
	.table th,
	.table td {
		vertical-align: middle;
		border: 1px solid #231815;
	}
	.table th {
		width: 220px;
		border-right: none;
	}
	.table td {
		border-left: none;
	}
}

@media print, screen and ( min-width : 992px ) {
	#ttl {
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 280px;
		padding-top: 70px;
		background-image: url(../img/page_ttl.jpg);
		background-image: image-set(url(../img/page_ttl.jpg) 1x, url(../img/page_ttl@2x.jpg) 2x);
		background-image: -webkit-image-set(url(../img/page_ttl.jpg) 1x, url(../img/page_ttl@2x.jpg) 2x);
	}
	#about #ttl {
		background-image: url(../img/about/page_ttl.jpg);
		background-image: image-set(url(../img/about/page_ttl.jpg) 1x, url(../img/about/page_ttl@2x.jpg) 2x);
		background-image: -webkit-image-set(url(../img/about/page_ttl.jpg) 1x, url(../img/about/page_ttl@2x.jpg) 2x);
	}
	#attachment #ttl {
		background-image: url(../img/howto/page_ttl.jpg);
		background-image: image-set(url(../img/howto/page_ttl.jpg) 1x, url(../img/howto/page_ttl@2x.jpg) 2x);
		background-image: -webkit-image-set(url(../img/howto/page_ttl.jpg) 1x, url(../img/howto/page_ttl@2x.jpg) 2x);
	}
	#business #ttl {
		background-image: url(../img/business/page_ttl.jpg);
		background-image: image-set(url(../img/business/page_ttl.jpg) 1x, url(../img/business/page_ttl@2x.jpg) 2x);
		background-image: -webkit-image-set(url(../img/business/page_ttl.jpg) 1x, url(../img/business/page_ttl@2x.jpg) 2x);
	}
	#works #ttl {
		background-image: url(../img/works/page_ttl.jpg);
		background-image: image-set(url(../img/works/page_ttl.jpg) 1x, url(../img/works/page_ttl@2x.jpg) 2x);
		background-image: -webkit-image-set(url(../img/works/page_ttl.jpg) 1x, url(../img/works/page_ttl@2x.jpg) 2x);
	}
	#flow #ttl {
		background-image: url(../img/flow/page_ttl.jpg);
		background-image: image-set(url(../img/flow/page_ttl.jpg) 1x, url(../img/flow/page_ttl@2x.jpg) 2x);
		background-image: -webkit-image-set(url(../img/flow/page_ttl.jpg) 1x, url(../img/flow/page_ttl@2x.jpg) 2x);
	}
	#faq #ttl {
		background-image: url(../img/faq/page_ttl.jpg);
		background-image: image-set(url(../img/faq/page_ttl.jpg) 1x, url(../img/faq/page_ttl@2x.jpg) 2x);
		background-image: -webkit-image-set(url(../img/faq/page_ttl.jpg) 1x, url(../img/faq/page_ttl@2x.jpg) 2x);
	}
	#news #ttl,
	#news_single #ttl {
		background-image: url(../img/news/page_ttl.jpg);
		background-image: image-set(url(../img/news/page_ttl.jpg) 1x, url(../img/news/page_ttl@2x.jpg) 2x);
		background-image: -webkit-image-set(url(../img/news/page_ttl.jpg) 1x, url(../img/news/page_ttl@2x.jpg) 2x);
	}
	#company #ttl {
		background-image: url(../img/company/page_ttl.jpg);
		background-image: image-set(url(../img/company/page_ttl.jpg) 1x, url(../img/company/page_ttl@2x.jpg) 2x);
		background-image: -webkit-image-set(url(../img/company/page_ttl.jpg) 1x, url(../img/company/page_ttl@2x.jpg) 2x);
	}
	#cuttingsheet #ttl {
		background-image: url(../img/cuttingsheet/page_ttl.jpg);
		background-image: image-set(url(../img/cuttingsheet/page_ttl.jpg) 1x, url(../img/cuttingsheet/page_ttl@2x.jpg) 2x);
		background-image: -webkit-image-set(url(../img/cuttingsheet/page_ttl.jpg) 1x, url(../img/cuttingsheet/page_ttl@2x.jpg) 2x);
	}
	#estimate #ttl,
	.estimate-child #ttl {
		background-image: url(../img/estimate/page_ttl.jpg);
		background-image: image-set(url(../img/estimate/page_ttl.jpg) 1x, url(../img/estimate/page_ttl@2x.jpg) 2x);
		background-image: -webkit-image-set(url(../img/estimate/page_ttl.jpg) 1x, url(../img/estimate/page_ttl@2x.jpg) 2x);
	}
	#contact #ttl,
	.contact-child #ttl {
		background-image: url(../img/contact/page_ttl.jpg);
		background-image: image-set(url(../img/contact/page_ttl.jpg) 1x, url(../img/contact/page_ttl@2x.jpg) 2x);
		background-image: -webkit-image-set(url(../img/contact/page_ttl.jpg) 1x, url(../img/contact/page_ttl@2x.jpg) 2x);
	}
	.page_ttl {
		/*position: absolute;
		top: 45%;
		left: 0;
		right: 0;*/
	}
	.page_ttl .jp {
		font-size: 40px;
	}
	.page_ttl .en {
		font-size: 12px;
	}
	.ex_txt {
		line-height: 2;
	}
}

/* ---------------------------------------------------------------------------------------------

　   ABOUT

--------------------------------------------------------------------------------------------- */

.crown_box .container {
	position: relative;
}
.crown_box .ttl {
	position: relative;
}
.crown_list_box {
	background: #fff;
	border: #000 solid 1px;
}
.crown_box_ttl {
	text-align: center;
	position: relative;
	font-weight: 900;
}
.crown_box_txt {
	font-weight: 600;
}
.merit_icon {
	display: flex;
	align-items: center;
	justify-content: center;
}
#about #option .bg_red {
	padding: 15px 10px;
	position: relative;
	color: #fff;
	font-weight: 700;
	line-height: 1.4;
}
#about .bg_red_arrow {
	display: inline-block;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #e60012 transparent transparent transparent;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	display: block;
	width: 10px;
	margin: 0 auto;
}
#about .option_txt h3 {
	font-weight: 900;
}
#about .option_txt h3 span {
	line-height: 1.4;
}
#about .bk_box {
	background: #231815;
	color: #fff;
	text-align: center;
	font-weight: 700;
	border-radius: 6px;
}
#about .option_txt p {
	font-weight: 700;
}
#about .imp_list_img img {
	display: block;
	margin: 0 auto;
}
#about #imp_list li h3 {
	font-weight: 900;
}
#about #imp_list li p {
	font-weight: 600;
}
#about #machine {
	position: relative;
}
#about .machine_txt {
	color: #fff;
}
#about .machine_txt p {
	font-weight: 700;
}
#about #other li p {
	margin-top: 5px;
	font-weight: 700;
}
#about .how_to_box {
	background: #fff;
	position: relative;
}
#about .how_to_box:after {
	content: url(../img/about/how_to_arrow.png);
	display: block;
	max-width: 39px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
}
#about .how_to_box:last-child:after {
	display: none;
}
#about .how_to_ttl {
	display: inline-block;
	padding: 5px 40px;
	color: #fff;
	font-weight: 900;
	letter-spacing: 0.1rem;
	text-align: center;
	border-radius: 30px;
}
#about .how_to_ttl span {
	display: inline-block;
	margin-top: 5px;
	line-height: 1;
}
#about .how_to_ttl span span {
	margin-top: 0;
}
#about .how_to_num {
	display: inline-block;
	margin-right: 10px;
	vertical-align: text-bottom;
}


@media only screen and ( max-width : 991px ) {
	#about #about_intro ul {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	#about #about_intro li {
		width: 49%;
		margin-top: 10px;
	}
	#about #about_intro li img {
		width: 100%;
	}
	#about .crown_box.section {
		padding-bottom: 120px;
	}
	#crown_list {
		margin-top: 20px;
	}
	#crown_list li {
		max-width: 338px;
		margin: 10px auto 0;
	}
	.crown_list_wrap {
		max-width: 400px;
		margin: 0 auto;
		position: relative;
	}
	.crown_box .ttl span:before {
		content: url(../img/about/ttl_left_sp.png);
		position: absolute;
		left: 0;
		bottom: -5px;
	}
	.crown_box .ttl span:after {
		content: url(../img/about/ttl_right_sp.png);
		position: absolute;
		right: 0;
		bottom: -5px;
	}
	.crown_img {
		max-width: 100px;
		margin: 0 auto 5px;
	}
	.crown_list_box {
		border-radius: 30px;
		box-shadow: 7px 7px 0 #b1020c;
	}
	.crown_box_ttl {
		margin-top: 10px;
		position: relative;
	}
	#about .crown_box_ttl:after {
		content: url(../img/about/merit_arrow_sp.png);
		position: absolute;
		left: 0;
		right: 0;
		bottom: -30px;
	}
	#about .option_txt h3 {
		font-size: 14px;
	}
	#about .option_txt h3 span {
		font-size: 26px;
	}
	.crown_box_ttl span {
		font-size: 26px;
	}
	.crown_box .ttl {
		max-width: 400px;
		margin: 0 auto;
	}
	#about .crown_box_txt {
		margin-top: 10px;
		padding: 25px 20px 20px;
		line-height: 1.6;
	}
	.merit_icon {
		margin-top: 30px;
	}
	#about .merit_character {
		position: absolute;
		right: 80px;
		bottom: -120px;
	}
	#about #option.section {
		padding-bottom: 0;
	}
	#about #option_list {
		margin-top: 20px;
	}
	#about #option_list li {
		max-width: 450px;
		margin: 0 auto;
		border-radius: 30px;
		overflow: hidden;
	}
	#about #option_list li:nth-child(1) {
		margin-bottom: 40px;
	}
	#about #option .bg_red {
		font-size: 15px;
	}
	#about .option_box {
		padding: 30px 30px 20px;
		-ms-flex-pack: justify;
	  justify-content: space-between;
	}
	#about .option_txt p {
		margin-top: 10px;
		font-size: 13px;
	}
	#about .bk_box {
		display: inline-block;
		margin-right: 10px;
		padding: 2px 5px 0;
		font-size: 12px;
	}
	#about .option_txt {
		width: 55%;
		margin-right: 5%;
	}
	#about .option_img {
		width: 40%;
	}
	#about .option_img img {
		display: block;
		margin: 0 auto;
	}
	#about #imp_list {
		margin-top: 20px;
		padding: 20px 20px 0;
		border-radius: 20px;
		box-shadow: 8px 8px 0 #e9e9e8;
	}
	#about #imp_list li {
		padding: 30px 10px;
	}
	#about #imp_list h3 {
		margin: 20px 0 10px;
		font-size: 17px;
	}
	#about #imp_list li:nth-child(1),#about #imp_list li:nth-child(2),#about #imp_list li:nth-child(3) {
		border-bottom: #231815 dashed 1px;
	}
	#about #machine {
		margin-top: 80px;
		margin-left: 20px;
		padding-bottom: 100px;
		border-top-left-radius: 30px;
		-webkit-border-top-left-radius: 30px;
		-moz-border-radius-topleft: 30px;
		border-bottom-left-radius: 30px;
		-webkit-border-bottom-left-radius: 30px;
		-moz-border-radius-bottomleft: 30px;
		position: relative;
	}
	#about .machine_img {
		margin-left: -10px;
		margin-right: 20px;
	}
	#about .machine_character {
		position: absolute;
		left: 0;
		right: 0;
		bottom: -130px;
		display: block;
		max-width: 157px;
		margin: 0 auto;
	}
	#about .machine_txt {
		padding: 40px 20px 20px;
	}
	#about .machine_txt h3 {
		margin-bottom: 20px;
		font-size: 20px;
	}
	#about .machine_txt p {
		line-height: 1.8;
	}
	#about #other {
		padding-top: 150px;
	}
	#about #other li {
		width: 48%;
		margin-top: 15px;
	}
	#about #other li img {
		width: 100%;
	}
	#about .how_to_box {
		max-width: 450px;
		margin: 90px auto 0;
		padding: 70px 30px 30px;
	}
	#about .how_to_box.first {
		margin-top: 60px;
	}
	#about #how_to .ex_txt {
		margin-top: 30px;
	}
	#about .how_to_box:after {
		bottom: -60px;
	}
	#about .how_to_ttl {
		position: absolute;
		top: -20px;
		left: -20px;
	}
	#about .how_to_ttl .how_to_num {
		display: inline-block;
	}
	#about .how_to_ttl .how_to_num span {
		display: inline-block;
		margin-top: 0;
	}
	#about .alphabet img {
		display: block;
		margin: 0 auto 20px;
	}
	#about .how_to_boxL {
		margin-bottom: 20px;
	}
	#about .how_to_boxRL {
		width: 48%;
	}
	#about .how_to_boxRR {
		width: 48%;
	}
	#about .how_to_boxRR p {
		font-size: 13px;
	}
	#about .how_to_boxRR_txt {
		margin: 5px 0;
	}
	#about .how_to_boxRR_bk_box {
		margin: 10px 0 15px;
	}
	#about #how_to_boxR03 .how_to_boxRL,#about #how_to_boxR03 .how_to_boxRR,#about #how_to_boxR04 .how_to_boxRL,#about #how_to_boxR04 .how_to_boxRR {
		width: 100%;
	}
	#about #how_to_boxR03 .btn {
		width: 100%;
		max-width: inherit;
		margin-top: 10px;
	}
	#about #how_to_boxR03 img,#how_to_boxR04 img {
		display: block;
		margin-bottom: 15px;
	}
}

@media only screen and ( max-width : 767px ) {
	#about .option_box {
		padding: 20px;
	}
	#about .option_txt h3 span {
		font-size: 20px;
	}
	#about .option_txt p {
		font-size: 12px;
	}
	#about .option_txt p .price {
		margin-right: 5px;
		font-size: 10px;
	}
}

@media print, screen and ( min-width : 768px ) {
}

@media print, screen and ( min-width : 992px ) {
	#about .slider .slick-arrow {
		display: none !important;
	}
	#about #about_intro li {
		margin: 0 5px;
	}
	#about .crown_box.section {
		padding-bottom: 120px;
	}
	#crown_list {
		margin-top: 20px;
	}
	#crown_list li {
		width: 32%;
	}
	.crown_box .ttl {
		max-width: 470px;
		margin: 0 auto;
	}
	.crown_box .ttl span:before {
		content: url(../img/about/ttl_left.png);
		position: absolute;
		left: 0;
		bottom: -5px;
	}
	.crown_box .ttl span:after {
		content: url(../img/about/ttl_right.png);
		position: absolute;
		right: 0;
		bottom: -5px;
	}
	.crown_img {
		max-width: 152px;
		margin: 0 auto 10px;
	}
	.crown_list_box {
		border-radius: 30px;
		box-shadow: 7px 7px 0 #b1020c;
		min-height: 350px;
	}
	.crown_box_ttl {
		margin-top: 20px;
		position: relative;
	}
	#about .crown_box_ttl:after {
		content: url(../img/about/merit_arrow.png);
		position: absolute;
		left: 0;
		right: 0;
		bottom: -30px;
	}
	#about .crown_box_ttl span {
		font-size: 40px;
	}
	#about .crown_box_txt {
		margin-top: 5px;
		padding: 30px 30px 25px;
		line-height: 1.8;
	}
	.merit_icon {
		margin-top: 30px;
	}
	.merit_character {
		position: absolute;
		right: 0;
		bottom: -120px;
	}
	#about #option_list {
		margin-top: 30px;
	}
	#about #option_list li {
		width: 48%;
		border-radius: 30px;
		overflow: hidden;
	}
	#about #option .bg_red {
		font-size: 20px;
	}
	#about .option_box {
		padding: 20px;
	}
	#about .option_box h3 {
		font-size: 16px;
		line-height: 1.6;
	}
	#about .option_box h3 span {
		font-size: 23px;
	}
	#about .option_txt {
		margin-right: 10%;
	}
	#about .bk_box {
		display: inline-block;
		margin-right: 5px;
		padding: 4px 5px 3px;
		font-size: 12px;
		line-height: 1;
	}
	#about .option_txt p {
		margin-top: 15px;
		font-size: 14px;
	}
	#about #imp_list {
		margin-top: 40px;
	}
	#about #imp_list li {
		width: calc(50% - 31px);
		padding: 30px;
	}
	#about #imp_list li:nth-child(1),#imp_list li:nth-child(2) {
	border-bottom: #231815 dashed 1px;
	}
	#about #imp_list li:nth-child(1),#imp_list li:nth-child(3) {
	border-right: #231815 dashed 1px;
	}
	#about #imp_list li h3 {
		margin: 10px 0;
		font-size: 23px;
	}
	#about #machine {
		max-width: 900px;
		margin-top: 110px;
		margin-left: auto;
		margin-right: 0;
		padding: 20px 0;
		border-top-left-radius: 30px;
		-webkit-border-top-left-radius: 30px;
		-moz-border-radius-topleft: 30px;
		border-bottom-left-radius: 30px;
		-webkit-border-bottom-left-radius: 30px;
		-moz-border-radius-bottomleft: 30px;
	}
	#about .machine_txt h3 {
		font-size: 26px;
	}
	#about .machine_txt p {
		margin-top: 20px;
		font-size: 16px;
		line-height: 1.8;
	}
	#about .machine_txt {
		width: 50%;
		margin-left: 150px;
		padding: 10px 0;
	}
	#about .machine_img {
		width: 40%;
		margin-top: -60px;
		padding-bottom: 0;
	}
	#about .machine_character {
		position: absolute;
		left: -60px;
		top: -20px;
	}
	#about #other h2 .jp {
		font-size: 25px;
	}
	#about #other ul {
		margin-top: 50px;
	}
	#about #other li {
		width: 23.5%;
	}
	#about #other li p {
		font-size: 16px;
	}
	#about .how_to_box {
		padding: 30px 40px;
	}
	#about .how_to_ttl {
		font-size: 23px;
		position: absolute;
		top: -30px;
		left: -20px;
	}
	#about .how_to_ttl span span {
		font-size: 40px;
	}
	#about .how_to_box {
		margin: 70px 0 60px;
		/* border-radius: 30px; */
	}
	#about .how_to_box:after {
		bottom: -55px;
	}
	#about .how_to_boxL {
		width: 35%;
	}
	#about .how_to_boxR {
		width: 60%;
	}
	#about .alphabet img {
		display: block;
		margin: 0 auto;
	}
	#about .alphabet img {
		margin-bottom: 20px;
	}
	#about .how_to_boxRL {
		width: 45%;
	}
	#about .how_to_boxRR {
		width: 51%;
	}
	#about .how_to_boxRR_txt {
		margin: 5px 0 8px;
	}
	#about .how_to_boxRR .btn_small {
		width: 100%;
		margin-top: 15px;
		max-width: inherit;
	}
}
@media print, screen and ( min-width : 1200px ) {
	#about #machine {
		max-width: 1000px;
	}
	#about .machine_img {
		padding-bottom: 20px;
	}
	#about #other h2 .jp {
		font-size: 30px;
	}
	#about #other li p {
		font-size: 18px;
	}
}
@media print, screen and ( min-width : 1300px ) {
	#about #machine {
		max-width: 1200px;
		padding: 0;
	}
	#about .machine_txt h3 {
		font-size: 30px;
	}
	#about .machine_txt {
		/* width: calc(45% - 5%);
		margin-left: 5%; */
		padding-top: 15px;
	}
	#about .machine_img {
		/* width: 45%; */
		margin-top: -60px;
	}
}
@media print, screen and ( min-width : 1400px ) {
	#about #machine {
		max-width: 1300px;
	}
	#about .crown_box.section {
		padding-bottom: 80px;
	}
	#about .merit_character {
		right: -125px;
		bottom: -80px;
	}
	#about .bk_box {
		margin-right: 10px;
		font-size: 14px;
	}
	#about .option_txt p {
		font-size: 16px;
	}
}
@media print, screen and ( min-width : 1500px ) {
	#about .machine_txt h3 {
		font-size: 35px;
	}
	#about #machine {
		max-width: 1450px;
	}
}


/* ---------------------------------------------------------------------------------------------

　   取り付け方法

--------------------------------------------------------------------------------------------- */
#howto_step {
	background: #F3F5F6;
}
#attachment .howto_lead_box p {
	text-align: center;
	line-height: 2em;
}
#attachment .howto_lead_box p a {
	text-decoration: underline;
}
.attachment_info__box {
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
}
.attachment_info__box h3 {
	background: #E60012;
	color: #fff;
}
.attachment_info__box h4 {
	background: #E60012;
	color: #fff;
	text-align: center;
	border-radius: 7px;
	padding: .2em 1em;
	margin-bottom: 1em;
}
.circle_list li {
	position: relative;
	padding-left: 1.4em;
}
.circle_list li:before {
	content: "";
	position: absolute;
	left: 0;
	top: .3em;
	background: #231815;
	border-radius: 50%;
	width: 1em;
	height: 1em;
}
.attachment_info__left_txt dl {
	position: relative;
	border-left: 1.5px solid #231815;
	border-right: 1.5px solid #231815;
	display: inline-block;
	padding: 0 10px;
	margin-top: 1em;
}
.attachment_info__left_txt dl dt:before,
.attachment_info__left_txt dl dt:after,
.attachment_info__left_txt dl dd:before,
.attachment_info__left_txt dl dd:after {
	content: "";
	width: 10px;
	height: 1.5px;
	position: absolute;
	background: #231815;
}
.attachment_info__left_txt dl dt:before {
	top: 0;
	left: 0;
}
.attachment_info__left_txt dl dt:after {
	top: 0;
	right: 0;
}
.attachment_info__left_txt dl dd:before {
	bottom: 0;
	left: 0;
}
.attachment_info__left_txt dl dd:after {
	bottom: 0;
	right: 0;
}
.howto_step__box {
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
}
.howto_step__box:last-child {
	margin-bottom: 0;
}
.howto_step_num {
	background: #E60012;
	color: #fff;
}
.howto_step_title h3 {
	color: #E60012;
}
.howto_step_character {
	position: relative;
}
@media only screen and ( max-width : 991px ) {
	.attachment_info__box {
		margin-bottom: 50px;
	}
	.attachment_info__box h3 {
		text-align: center;
		font-size: 17px;
	}
	.attachment_info__left {
		margin-bottom: 25px;
	}
	#howto_step__list .ttl {
		margin-bottom: 30px;
	}
	.howto_step__box {
		margin-bottom: 30px;
	}
	.howto_step_num {
		text-align: center;
		font-size: 29px;
	}
	.howto_step_content {
		padding: 25px 20px;
	}
	.howto_step_title {
		margin-bottom: 10px;
	}
	.howto_step_title h3 {
		font-size: 17px;
		margin-bottom: 15px;
	}
	.howto_step_character {
		margin-top: 40px;
	}
	.howto_step_character img {
		max-width: 90%;
	}
}

@media only screen and ( max-width : 767px ) {
	.attachment_info__box .attachment_info__inner {
		padding: 20px 15px;
	}
	.attachment_info__box h3 {
		padding: 10px;
	}
	.attachment_info__left_img {
		width: 120px;
		margin-right: 15px;
	}
	.attachment_info__left_txt {
		width: calc(100% - (120px + 15px));
	}
	.attachment_info__left_txt dl {
		font-size: 13px;
	}
	.howto_step_txt {
		font-size: 13px;
	}
	.howto_step_txt ul {
		display: flex;
		flex-wrap: wrap;
	}
	.howto_step_txt ul li {
		margin-right: 1em;
	}
	.howto_step_txt ul li:last-child {
		margin-right: 0;
	}
}

@media print, screen and ( min-width : 768px ) {
	.attachment_info__left_img {
		width: 175px;
		margin-right: 25px;
	}
	.attachment_info__left_txt {
		width: calc(100% - (175px + 25px));
	}
	.attachment_info__box .attachment_info__inner {
		padding: 25px 50px;
	}
	.attachment_info__box h3 {
		padding: 10px 50px;
	}
	.howto_step_txt ul {
		flex: auto;
	}
	.howto_step_txt li,
	.howto_step_txt_subtitle {
		font-size: 14px;
	}
}

@media print, screen and ( min-width : 992px ) {
	.attachment_info__box {
		max-width: 880px;
		margin: 0 auto 70px;
	}
	.attachment_info__box h3 {
		font-size: 24px;
	}
	.attachment_info__left {
		width: 56%;
		padding-right: 25px;
		border-right: 1.5px solid #231815;
	}
	.attachment_info__right {
		width: 40%;
	}
	#howto_step__list .ttl {
		margin-bottom: 60px;
	}
	.howto_step__box {
		min-height: 180px;
		margin-bottom: 50px;
	}
	.howto_step_num {
		font-size: 31px;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 40px;
	}
	.howto_step_content {
		width: calc(100% - (40px + 22%));
	}
	.howto_step_title {
		width: 38%;
		padding: 0 25px;
	}
	.howto_step_title h3 {
		font-size: 20px;
		line-height: 2em;
	}
	.howto_step_title p {
		margin-top: 30px;
	}
	.howto_step__box:first-child .howto_step_txt {
		padding: 0 25px 0 0;
	}
	.howto_step__box .howto_step_txt {
		padding: 0 80px 0 0;
		width: 62%;
	}
	.howto_step_img {
		width: 22%;
	}
	.howto_step_img picture {
		height: 100%;
	}
	.howto_step_character {
		left: -120px;
	}
}
@media print, screen and ( min-width : 1300px ) {
	.howto_step_character {
		left: -175px;
	}
}
/* ---------------------------------------------------------------------------------------------

　   事業案内

--------------------------------------------------------------------------------------------- */
#business_lead_sec {
	background: #fff;
}
#business .crown_box_ttl span {
	letter-spacing: .15em;
}
.staff__listBox {
	margin-bottom: 30px;
}
.staff__listBox .staff__listBox_img {
	margin-bottom: 20px;
}
.staff__listBox .staff__listBox_img img {
	border-radius: 20px;
}
.staff__listBox .staff_name {
	margin-bottom: .5em;
}
.staff__listBox .staff__listBox_content dt,
.staff__listBox .staff__listBox_content dd {
	margin-bottom: .4em;
}
.staff__listBox .staff__listBox_content dt {
	width: 3em;
}
.staff__listBox .staff__listBox_content dd {
	width: calc(100% - 3em);
}
#business_lead_sec h2 {
	position: relative;
}
#business_lead_sec h2 span {
  background:linear-gradient(transparent 80%, #fff100 80%);
}
#business_lead_sec .business_lead_sec_txt p {
	text-align: right;
}
#business_lead_sec .business_lead_sec_txt .arms_officialSite_bnr {
	border-radius: 20px;
	background: #E60012;
	color: #fff;
	overflow: hidden;
}
#business_lead_sec .business_lead_sec_txt .arms_officialSite_bnr .arms_officialSite_bnr_tit {
	text-align: center;
}
#business_lead_sec .business_lead_sec_txt .arms_officialSite_bnr .arms_officialSite_bnr_more {
	background: #fff;
	color: #E60012;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	border-radius: 40px;
	height: 40px;
	margin: 0 auto;
}
#business_lead_sec .business_lead_sec_txt .arms_officialSite_bnr .arms_officialSite_bnr_more:after {
	content: "";
	width: 12px;
	height: 12px;
	background: url(../img/arrow_red.svg) no-repeat center / 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
}
#arms_thought {
	overflow: hidden;
}
.arms_thought_content {
	background: #fff;
	border-radius: 20px;
	position: relative;
}
.arms_thought_content .ttl span {
	text-align: left;
}
.arms_thought_content li {
	position: relative;
	border-bottom: 1px solid #231815;
	padding: 10px 0 10px 25px;
}
.arms_thought_content li:last-child {
	border-bottom: none;
}
.arms_thought_content li:before {
	content: "";
	position: absolute;
	left: 0;
	height: 60%;
	border-radius: 5px;
	background: #E60012;
	width: 6px;
	top: 50%;
	transform: translateY(-50%);
}
.arms_thought_img {
	position: absolute;
}
.arms_thought_character {
	position: absolute;
	z-index: 10;
}
@media only screen and ( max-width : 991px ) {
	#business .crown_box_txt {
		padding: 10px 20px 20px 20px;
		line-height: 1.6;
	}
	.staff__listBox {
		width: 48%;
		margin-right: 4%;
	}
	.staff__listBox:nth-child(2n) {
		margin-right: 0;
	}
	#business_lead_sec h2 {
		font-size: 19px;
		margin-bottom: 30px;
	}
	#business_lead_sec .business_lead_sec_txt {
		margin-top: 30px;
	}
	#business_lead_sec .business_lead_sec_txt .arms_officialSite_bnr {
		margin-top: 40px;
	}

	#business_lead_sec .business_lead_sec_txt .arms_officialSite_bnr .arms_officialSite_bnr_content {
		padding: 30px;
	}
	#business_lead_sec .business_lead_sec_txt .arms_officialSite_bnr .arms_officialSite_bnr_more {
		max-width: 200px;
		font-size: 17px;
	}
	#business_lead_sec .business_lead_sec_txt .arms_officialSite_bnr .arms_officialSite_bnr_tit {
		font-size: 20px;
		margin-bottom: .5em;
	}
	#arms_thought {
		padding-bottom: 220px;
		padding-top: 20vw;
	}
	.arms_thought_content .ttl span  {
		font-size: 20px;
	}
	.arms_thought_img {
		left: 20%;
		width: 100%;
		top: -14vw;
	}
	.arms_thought_img img {
		border-radius: 10px 0 0 10px;
		height: 30vw;
	}
	.arms_thought_content {
		padding: 20vw 15px 20px 15px;
	}
	.arms_thought_character {
		width: 260px;
		left: 0;
		bottom: -221px;
	}
}

@media only screen and ( max-width : 767px ) {
	.staff__listBox {
		width: 100%;
		margin-right: 0;
	}
	.staff__listBox .staff_name {
		font-size: 17px;
	}
	#arms_thought {
		padding-top: 26vw;
	}
	.arms_thought_content {
		padding: 24vw 15px 20px 15px;
	}
}

@media print, screen and ( min-width : 768px ) {
	.staff__listBox .staff_name {
		font-size: 20px;
	}
}

@media print, screen and ( min-width : 992px ) {
	#business .crown_box_ttl span {
		font-size: 26px;
	}
	#business .crown_box_txt {
		padding: 25px 30px;
		line-height: 1.8;
	}
	.staff__listBox {
		width: 30%;
		margin-right: 5%;
	}
	.staff__listBox:nth-child(3n) {
		margin-right: 0;
	}
	#business_lead_sec h2 {
		font-size: 30px;
	}
	#business_lead_sec h2:before {
		content: "";
		position: absolute;
		height: 1px;
		width: 2000%;
		background: #231815;
		left: -2004%;
		bottom: 0;
	}
	#business_lead_sec .business_lead_sec_txt {
	}
	#business_lead_sec .business_lead_sec_txt p {
		line-height: 2em;
	}
	.arms_officialSite_bnr {
		width: 730px;
		margin-top: 40px;
		height: 110px;
	}
	#business_lead_sec .business_lead_sec_txt .arms_officialSite_bnr .arms_officialSite_bnr_img {
		width: 230px;
	}
	#business_lead_sec .business_lead_sec_txt .arms_officialSite_bnr .arms_officialSite_bnr_content {
		width: calc(100% - 230px);
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	#business_lead_sec .business_lead_sec_txt .arms_officialSite_bnr .arms_officialSite_bnr_more {
		width: 250px;
		font-size: 20px;
	}
	#business_lead_sec .business_lead_sec_txt .arms_officialSite_bnr .arms_officialSite_bnr_tit {
		font-size: 22px;
		line-height: 1;
		margin-bottom: .5em;
	}
	#arms_thought {
		padding-top: 160px;
	}
	.arms_thought_content .ttl {
		margin-bottom: 50px;
	}
	.arms_thought_content {
		padding: 60px 35px 30px 35px;
	}
	.arms_thought_content li {
		font-size: 20px;
		min-height: 60px;
		display: flex;
		align-items: center;
	}
	.arms_thought_img {
		left: 50%;
		width: 670px;
		top: -90px;
	}
	.arms_thought_img img {
		border-radius: 20px;
		height: 220px;
	}
	.arms_thought_character {
		right: -50px;
		bottom: -50px;
		width: 230px;
	}
}
@media print, screen and ( min-width : 1200px ) {
	#arms_thought {
		padding-top: 240px;
	}
	.arms_thought_img {
		width: 900px;
		top: -180px;
	}
	.arms_thought_img img {
		height: 300px;
	}
	.arms_thought_character {
		position: absolute;
		right: -140px;
		bottom: -70px;
		width: 330px;
	}
}
/* ---------------------------------------------------------------------------------------------

　   制作実績

--------------------------------------------------------------------------------------------- */

#work_list li {
	border-radius: 20px;
	position: relative;
}
#work_list li img {
	border-radius: 20px 20px 0 0;
}
.works_listBox_img:after {
	content: "";
	width: 28px;
	height: 28px;
	background: url(../img/works/icon-zoom.svg) no-repeat center / 100%;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 10;
}
.works_listBox_content .works_shop_name {
	font-size: 22px;
	margin-bottom: 20px;
}
.works_listBox_content dt,
.works_listBox_content dd {
	margin-bottom: 5px;
	font-size: 16px;
}
.works_listBox_content dt:last-of-type,
.works_listBox_content dd:last-of-type {
	margin-bottom: 0;
}
.works_listBox_content dt {
	width: 4em;
	margin-right: 15px;
}
.works_listBox_content dt span {
	background: #E60012;
	display: block;
	color: #fff;
	border-radius: 5px;
	text-align: center;
}
.works_listBox_content dd {
	width: calc(100% - (4em + 15px));
}
@media only screen and ( max-width : 991px ) {
	#work_list li {
		width: 48%;
		margin-right: 4%;
		margin-top: 35px;
	}
	#work_list li:nth-child(1),
	#work_list li:nth-child(2) {
		margin-top: 0;
	}
	#work_list li:nth-child(2n) {
		margin-right: 0;
	}
	.works_listBox_content {
		padding: 30px 20px;
	}
	.works_listBox_img {
		height: 270px;
	}
}

@media only screen and ( max-width : 767px ) {
	#work_list li {
		width: 100%;
		margin-right: 0;
		margin-top: 0;
		margin-bottom: 30px
	}
	#work_list li:last-child {
		margin-bottom: 0;
	}
	.works_listBox_img {
		height: 60vw;
	}
}

@media print, screen and ( min-width : 768px ) {
}

@media print, screen and ( min-width : 992px ) {
	#work_list li {
		width: 31%;
		margin-right: 3.5%;
		margin-top: 35px;
	}
	#work_list li:nth-child(1),
	#work_list li:nth-child(2),
	#work_list li:nth-child(3) {
		margin-top: 0;
	}
	#work_list li:nth-child(3n) {
		margin-right: 0;
	}
	.works_listBox_content {
		padding: 30px 25px 40px 25px;
	}
	.works_listBox_img {
		height: 235px;
	}
}

@media print, screen and ( min-width : 1200px ) {
	.works_listBox_img {
		height: 280px;
	}
	.work_list_warapper .container {
    	max-width: 1130px;
	}
}
/* ---------------------------------------------------------------------------------------------

　   ご注文の流れ

--------------------------------------------------------------------------------------------- */
.flow__list li {
	position: relative;
}
.flow__list li:after {
	content: "";
	background: url(../img/flow/balloon.png) no-repeat center / 100%;
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.flow__list li:last-child:after {
	content: none;
}
@media only screen and ( max-width : 991px ) {
	#flow_wrapper h2.ttl .jp {
		font-size: 20px;
	}
	#flow #half_bnr {
		margin-top: 60px;
	}
}

@media only screen and ( max-width : 767px ) {
	.flow__list li {
		padding: 30px 0;
		border-bottom: 3px solid #E6E6E6;
	}
	.flow__list li:after {
		width: 30px;
		height: 14px;
		bottom: -14px;
	}
	.flow__list_img {
		display: flex;
		align-items: center;
		padding: 0 20px;
		margin-bottom: 25px;
	}
	.flow__list_img figure {
		width: 120px;
		margin-right: 25px;
	}
	.flow__list_img .flow__list_sp_ttl {
		width: calc(100% - (120px + 25px));
		font-size: 18px;
	}
	.flow__list_content h3 {
		display: none;
	}
}

@media print, screen and ( min-width : 768px ) {
	.flow__list li {
		padding: 30px 10px;
		border-bottom: 7px solid #E6E6E6;
	}
	.flow__list li:after {
		width: 70px;
		height: 32px;
		bottom: -32px;
	}
	.flow__list_img {
		width: 170px;
		margin-right: 30px;
	}
	.flow__list_img .flow__list_sp_ttl {
		display: none;
	}
	.flow__list_content {
		width: calc(100% - 200px);
	}
	.flow__list_content h3 {
		font-size: 22px;
		margin-bottom: 15px;
	}
}

@media print, screen and ( min-width : 992px ) {
	#flow #half_bnr {
		margin-top: 110px;
	}
}
/* ---------------------------------------------------------------------------------------------

　   FAQ

--------------------------------------------------------------------------------------------- */
.faq__listBox {
	border-radius: 20px;
}
.faq__listBox h3 {
	border-bottom: 3px solid #E0E1E1;
	position: relative;
	color: #E60012;
}
.faq__listBox h3:before {
	content: "Q";
	font-family: 'Futura', sans-serif;
	font-weight: 900;
	position: absolute;
	left: 0;
}
.faq__listBox .faq__listBox_content {
	position: relative;
}
.faq__listBox .faq__listBox_content:before {
	content: "A";
	font-family: 'Futura', sans-serif;
	font-weight: 900;
	position: absolute;
	left: 0;
}
@media only screen and ( max-width : 991px ) {
}

@media only screen and ( max-width : 767px ) {
	.faq__listBox {
		margin-bottom: 20px;
	}
	.faq__listBox h3 {
		padding: 20px 15px 20px 50px;
		font-size: 15px;
	}
	.faq__listBox h3:before {
		font-size: 16px;
		left: 15px;
		top: 20px;
	}
	.faq__listBox .faq__listBox_content {
		padding: 20px 15px 20px 50px;
		font-size: 13px;
	}
	.faq__listBox .faq__listBox_content:before {
		font-size: 16px;
		left: 15px;
		top: 20px;
	}
}

@media print, screen and ( min-width : 768px ) {
	.faq__listBox {
		margin-bottom: 30px;
	}
	.faq__listBox h3 {
		padding: 20px 25px 20px 75px;
		font-size: 22px;
	}
	.faq__listBox h3:before {
		font-size: 24px;
		left: 25px;
		top: 20px;
	}
	.faq__listBox .faq__listBox_content {
		padding: 20px 25px 20px 75px;
	}
	.faq__listBox .faq__listBox_content:before {
		font-size: 24px;
		left: 25px;
		top: 20px;
	}
}

@media print, screen and ( min-width : 992px ) {
}


/* ---------------------------------------------------------------------------------------------

　   お知らせ詳細

--------------------------------------------------------------------------------------------- */
.single__content .single__content_date {
	color: #595757;
	font-size: 12px;
}
.single__content h1 {
	margin-bottom: 1em;
}
.single__content p {
	margin-bottom: 2em;
}
.single__contentPager {
	border-top: .5px solid #231815;
	margin-top: 2em;
	padding-top: 2em;
}
@media only screen and ( max-width : 991px ) {
}

@media only screen and ( max-width : 767px ) {
	.single__content h1 {
		font-size: 18px;
	}
	.single_thumb {
		margin-bottom: 40px;
	}
	.single__contentPager ul {
		justify-content: space-between;
	}
	.single__contentPager li {
		width: 49%;
	}
	.single__contentPager .single__contentPager_back {
		width: 100%;
		text-align: center;
		margin-bottom: .5em;
	}
	.single__contentPager .single__contentPager_next {
		text-align: right;
	}
}

@media print, screen and ( min-width : 768px ) {
	.single__content {
		max-width: 715px;
		margin: 0 auto;
	}
	.single__content h1 {
		font-size: 20px;
	}
	.single_thumb {
		margin-bottom: 50px;
	}
	.single__contentPager li {
		margin-right: 60px;
	}
	.single__contentPager .single__contentPager_prev {
		order: 1;
	}
	.single__contentPager .single__contentPager_next {
		order: 3;
		margin-right: 0;
	}
	.single__contentPager .single__contentPager_back {
		order: 2;
	}
}

@media print, screen and ( min-width : 992px ) {
}


/* ---------------------------------------------------------------------------------------------

　   プライバシーポリシー

--------------------------------------------------------------------------------------------- */
.privacy__listBox {
	font-size: 13px;
	margin-bottom: 3rem;
}
.privacy__listBox h2 {
	border-bottom: .25px solid #231815;
	padding-bottom: .6rem;
	margin-bottom: 1.5rem;
}
.privacy__listBox h3 {
	font-size: 15px;
	border-bottom: .25px solid #231815;
	padding-bottom: .6rem;
	margin-bottom: 1.5rem;
}
@media only screen and ( max-width : 991px ) {
}

@media only screen and ( max-width : 767px ) {
}

@media print, screen and ( min-width : 768px ) {
	.privacy__listBox h2 {
		font-size: 13px;
	}
}

@media print, screen and ( min-width : 992px ) {
}

/* ---------------------------------------------------------------------------------------------

　   料金表・お支払いと送料

--------------------------------------------------------------------------------------------- */
.payment_table {
	width: 100%;
	table-layout: fixed;
}
.payment_table th {
	background: rgba(114,113,113,.2);
}
.payment_table th,
.payment_table td {
	padding: 10px 15px;
	vertical-align: middle;
	border: 1px solid #231815;
	text-align: center;
}
.payment_option h3 {
	text-align: center;
}
.payment_option__list li {
	border-radius: 20px;
	background: #E60012;
	color: #fff;
}
.payment_information h2 {
	text-align: center;
	position: relative;
}
.payment_information h2:before {
	content: "";
	height: 2px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #E60012;
	z-index: 1;
}
.payment_information h2 span {
	background: #f3f5f6;
	display: inline-block;
	text-align: center;
	position: relative;
	z-index: 2;
}
.payment_informationBox:last-child {
	margin-bottom: 0;
}
.payment_tansfer_destination {
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
}
.payment_tansfer_destination h3 {
	background: #E60012;
	color: #fff;
	position: relative;
}
@media only screen and ( max-width : 991px ) {
	.payment_option__list li {
		display: flex;
		margin-bottom: 30px;
		height: 140px;
	}
	.payment_option__list li:last-child {
		margin-bottom: 0;
	}
	.payment_option__list li .payment_option_img {
		width: 50%;
	}
	.payment_option__list li .payment_option_img img {
		border-radius: 20px 0 0 20px;
	}
	.payment_option__list li .payment_option_txt {
		width: 50%;
		padding: 15px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.payment_option__list li h4 {
		font-size: 15px;
		margin-bottom: 10px;
	}
	.payment_option__list li p {
		font-size: 14px;
	}
	.payment_information h2 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.payment_information h2 span {
		width: 10em;
	}
	.payment_informationBox p small {
		font-size: 11px;
	}
}

@media only screen and ( max-width : 767px ) {
	.payment_lead_text {
		font-size: 11px;
		margin-bottom: 30px;
		margin-top: 20px;
	}
	.scroll_table {
		overflow: auto;
		margin-right: -20px;
	}
	.scroll_table table {
		min-width: 640px;
	}
	.scroll_table_sp_text {
		color: #FF0000;
		font-size: 12px;
		margin-bottom: 10px;
	}
	.payment_option h3 {
		font-size: 18px;
		margin-bottom: 30px;
	}
	.payment_informationBox {
		margin-bottom: 40px;
	}
	.payment_tansfer_destination {
		margin-top: 30px;
	}
	.payment_tansfer_destination h3 {
		text-align: center;
		font-size: 18px;
		background: url(../img/payment/payment_tansfer_destination_arrow_sp.png) no-repeat 0 100% / 100% #E60012;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 20vw;
	}
	.payment_tansfer_destination .payment_tansfer_destination_content {
		padding: 25px;
		text-align: center;
		font-size: 15px;
		background: #fff;
		margin-top: -.5px;
		position: relative;
		z-index: 2;
	}
}

@media print, screen and ( min-width : 768px ) {
	.payment_lead_text {
		margin-bottom: 20px;
		margin-top: 15px;
	}
	.scroll_table_sp_text {
		display: none;
	}
	.payment_option h3 {
		font-size: 24px;
		margin-bottom: 30px;
	}
	.payment_option__list li .payment_option_txt {
		padding: 25px;
	}
	.payment_informationBox {
		margin-bottom: 50px;
	}
	.payment_tansfer_destination {
		height: 125px;
		margin-top: 20px;
	}
	.payment_tansfer_destination h3 {
		width: 174px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.payment_tansfer_destination h3:after {
		content: "";
		position: absolute;
		width: 32px;
		height: 125px;
		background: url(../img/payment/payment_tansfer_destination_arrow.png) no-repeat center / 100%;
		top: 0;
		right: -32px;
	}
	.payment_tansfer_destination .payment_tansfer_destination_content {
		width: calc(100% - 174px);
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

@media print, screen and ( min-width : 992px ) {
	.payment_option__list li {
		width: 32%;
	}
	.payment_option__list li .payment_option_img img {
		border-radius: 20px 20px 0 0;
	}
	.payment_option__list li .payment_option_txt {
		text-align: center;
	}
	.payment_option__list li h4 {
		font-size: 20px;
	}
	.payment_option__list li p {
		font-size: 19px;
	}
	.payment_information h2 {
		font-size: 30px;
		margin-bottom: 30px;
	}
	.payment_information h2 span {
		width: 300px;
	}
	.payment_informationBox p {
		font-size: 19px;
	}
	.payment_informationBox p small {
		font-size: 15px;
	}
}

/* ---------------------------------------------------------------------------------------------

　   会社概要

--------------------------------------------------------------------------------------------- */
.company__title {
	text-align: center;
}
.company__map iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.company__information dt,
.company__information dd {
	border-bottom: .5px solid #231815;
}
.company__information dt .company_profile_label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	padding-left: 20px;

}
.company__information dt .company_profile_label:before {
	width: 5px;
	height: 15px;
	background: #E60012;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 5px;
}
.message_text p {
	line-height: 2em;
}
.message_photo figcaption {
	text-align: center;
	margin-top: .5em;
}
#company_thought li {
	border-radius: 20px;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#company_thought li p {
	text-align: center;
}
@media only screen and ( max-width : 991px ) {
	.company__title {
		font-size: 20px;
		margin-bottom: 30px;
	}
	.company__information {
		margin-bottom: 30px;
	}
	.company__map {
		height: 250px;
	}
	.message_photo {
		margin-top: 30px;
	}
	.message_photo figure {
		text-align: center;
	}
	.message_photo figure img {
		max-width: 70%;
	}
	#company_thought li {
		height: 110px;
		padding: 0 15px;
	}
}

@media only screen and ( max-width : 767px ) {
	.company__information dt {
		width: 34%;
		padding: 20px 0;
	}
	.company__information dd {
		width: 66%;
		padding: 20px 30px;
	}
}
@media only screen and ( max-width : 320px ) {
	#company_thought li {
		font-size: 12px;
		padding: 0 10px;
	}
}

@media print, screen and ( min-width : 768px ) {
	.company__information dt {
		width: 130px;
		padding: 20px 0;
	}
	.company__information dd {
		width: calc(100% - 130px);
		padding: 20px 35px;
	}
}

@media print, screen and ( min-width : 992px ) {
	.company__title {
		font-size: 29px;
		margin-bottom: 30px;
	}
	.company__information {
		width: 44%;
	}
	.company__map {
		width: 52%;
	}
	.message_text {
		widows: 60%;
	}
	.message_photo {
		width: 30%;
	}
	#company_thought li {
		width: 48%;
		height: 130px;
		padding: 0 50px;
	}
}
/* ---------------------------------------------------------------------------------------------

　   カッティングシートのカラーバリエーション

--------------------------------------------------------------------------------------------- */
.cuttingsheet_lead_text {
	text-align: center;
}
.color__list li p {
	text-align: center;
	margin-top: .5em;
	line-height: 1.3em;
}
@media only screen and ( max-width : 991px ) {
	.cuttingsheet_lead_text {
		margin-bottom: 40px;
	}
}

@media only screen and ( max-width : 767px ) {
	.color__list {
		margin: 0 -3%;
	}
	.color__list li {
		width: 31.333333333333333%;
		font-size: 12px;
		margin: 0 1% 10px;
	}
}

@media print, screen and ( min-width : 768px ) {
	.color__list li {
		width: 18.4%;
		margin-right: 2%;
		font-size: 14px;
		margin-bottom: 20px;
	}
	.color__list li:nth-child(5n) {
		margin-right: 0;
	}
}

@media print, screen and ( min-width : 992px ) {
	.cuttingsheet_lead_text {
		margin-bottom: 80px;
	}
}
/* ---------------------------------------------------------------------------------------------

　   見積もり

--------------------------------------------------------------------------------------------- */
.form_lead_text {
	margin-bottom: 1em;
	line-height: 1.3em;
}
.form__wrap .must {
	background: #E60012;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	padding: 5px;
	line-height: 1;
	vertical-align: middle;
	margin-left: 5px;
}
.form__wrap .table th, .form__wrap .table td {
	padding: 15px;
	position: relative;
}
.form_submit_btn_area .form_submit_btn {
	background: #009FA8;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
}
.form_submit_btn_area .form_submit_btn.form_submit_back_btn {
	background: #333;
}
.form_dl input[type="text"],.form_dl textarea,.form_dl input[type="tel"],.form_dl input[type="email"]{
  border: 1px dotted #231815;
  border-radius: 3px;
}
.contact_form .must {
	color: #E60012;
}
.mw_wp_form .form__wrap .error {
	font-size: 13px;
}
.mw_wp_form .form__wrap .form_col_wrap .error {
	position: absolute;
	left: 15px;
	top: 0;
	width: 100%;
}
.form_td_attention_txt {
	font-weight: normal;
	color: #E60012;
	font-size: 12px;
	margin-top: 1em;
}
.form__wrap .table td a {
	font-size: 13px;
	font-weight: normal;
	text-decoration: underline;
	color: #0080CB;
}
.form_fileup_btn span {
	font-weight: normal;
	font-size: 12px;
}
@media only screen and ( max-width : 991px ) {
	.form__wrap .table th, .form__wrap .table td {
		display: block;
		width: 100%;
		border: none;
	}
	.form__wrap .table {
		border: 1px solid #231815;
	}
	.form__wrap .table .sp_border_bottom {
		border-bottom: 1px solid #231815;
	}
	.form_submit_btn_area .form_submit_btn {
		height: 50px;
		width: 100%;
		font-size: 15px;
	}
	.form_submit_btn_area .form_submit_btn.form_submit_back_btn {
		margin-bottom: 30px;
	}
}

@media only screen and ( max-width : 767px ) {
	.form_lead_text {
		font-size: 18px;
		text-align: center;
	}
	.form_dl {
		margin: 30px 0 70px;
	}
	.form_dl dt {
		margin-bottom: 5px;
	}
	.form_dl dd {
		margin-bottom: 30px;
	}
	.form_doui {
		margin-top: 30px;
	}
	.form_fileup_btn span {
		display: block;
	}
}

@media print, screen and ( min-width : 768px ) {
	.form_lead_text {
		font-size: 20px;
	}
	.form_dl {
		margin: 50px 0 70px;
	}
	.form_dl dt,
	.form_dl dd {
		margin-bottom: 30px;
	}
	.form_dl dt {
		width: 150px;
	}
	.form_dl dd {
		width: calc(100% - 150px);
	}
	.form_doui {
		margin-top: 50px;
	}
}

@media print, screen and ( min-width : 992px ) {
	.form__wrap .table td.pc_border_right_none {
		border-right: none;
	}
	.form__wrap .pc_border_right_none {
		border-bottom: none;
	}
	.form__wrap .table th {
		width: 300px;
	}
	.form_submit_btn_area .form_submit_btn {
		width: 420px;
		font-size: 20px;
		height: 65px;
	}
	.form_submit_btn_area .form_submit_btn.form_submit_back_btn {
		margin-right: 30px;
	}
}

/* ---------------------------------------------------------------------------------------------

　   フォーム下層

--------------------------------------------------------------------------------------------- */
#contact_thanks h1 {
	text-align: center;
	position: relative;
	letter-spacing: .05em;
	margin-bottom: 30px;
}
.thanks #contact_thanks h1:before {
	content: "";
	width: 25px;
	height: 25px;
	background: url(../img/icon-check.png) no-repeat center / 100%;
	display: block;
	margin: 0 auto 15px;
}
.form_child_text {
	text-align: center;
	line-height: 2em;
}
@media only screen and ( max-width : 991px ) {
}

@media only screen and ( max-width : 767px ) {
	#contact_thanks h1 {
		font-size: 19px;
	}
}

@media print, screen and ( min-width : 768px ) {
	#contact_thanks h1 {
		font-size: 24px;
	}
}

@media print, screen and ( min-width : 992px ) {
}
