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

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

コーティング共通（.service）

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

.service #visual {
	height: 300px;
}

.service #visual h2 {
	margin: 50px 0 0;
	text-align: center;
	color: #fff;
	font-size: 3em;
	font-weight: bold;
}
.service #visual h2 span{
	display: block;
	font-size: .6em;
}

.service #visual {
	height: 300px;
}


@media screen and (max-width: 737px){
	.service #main-content {
		margin: 0;
	}
	
	.service #visual {
		height: 150px;
		padding: 0;
	}
	
	.service #visual h2 {
		margin: 0 10px;
		font-size: 1.4em;
	}
	
	.service #cont .sp_none {
		display: none;
	}
}


.service #cont .topic_box {
	background-color: #EFEFEF;
}

.service #cont #topic-pass {
	width: 1000px;
	margin: 0 auto;
	padding: 14px 0;
}

.service #cont #topic-pass li {
	float: left;
}

.service #cont #topic-pass li img {
	vertical-align: top;
}

.service #cont #topic-pass li span {
	padding: 0 14px;
	display: inline-block;
}

.service #cont #topic-pass li a {
	text-decoration: none;
}

.service #cont #topic-pass li a:hover {
	text-decoration: underline;
}

.service #cont #topic-pass li a:hover img {
	opacity: 0.8;
}


@media screen and (max-width: 737px){
	.service #cont .topic_box {
		display: none;
	}
	
	.service #cont #topic-pass {
		width: auto;
		padding: 10px;
	}
}


.service #cont ul.p_nav {
	width: 1000px;
	margin: 40px auto;
	padding: 20px 30px;
	background: url("../../imgs/service/p_nav_bg.png") left top;
	border: solid 4px #001527;
	box-sizing: border-box;
	line-height: 2.5;
	text-align: center;
}

.service #cont ul.p_nav li {
	margin: 0 30px 0 0;
	display: inline-block;
}

.service #cont ul.p_nav li a {
	padding: 0 0 0 25px;
	background: url("../../imgs/service/icon_arrow01.png") no-repeat left center;
	color: #22303D;
}


@media screen and (max-width: 737px){
	.service #cont ul.p_nav {
		width: auto;
		margin: 20px 3% 40px;
		padding: 10px;
		border: solid 2px #001527;
		box-sizing: border-box;
	}
	
	.service #cont ul.p_nav li {
		margin: 0;
		display: block;
	}
}


.service #cont .inner {
	padding: 0;
}


@media screen and (max-width: 737px){
	.service #cont .inner {
		padding: 0 3%;
	}
	
	.service #cont .inner img {
		max-width: 100%;
	}
}



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

コーティングラインナップ一覧（#service）

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

#service #visual {
	background: url("../../imgs/service/visual.jpg") center center no-repeat #F2F2F2;
	background-size: cover;
}


@media screen and (max-width: 737px){
	#service #visual {
		background-size: auto 100%;
	}
	
	#service #visual .inner {
		padding: 50px 10px 0;
	}
	
	#shop #visual .inner {
		padding: 50px 10px 0;
	}
}


#service #cont .headline dl {
	width: 500px;
	margin: 45px 0 0;
	float: left;
	font-size: 1.143em;
}

#service #cont .headline dl dt {
	margin: 0 0 20px;
	color: #001527;
	font-size: 2.125em;
}

#service #cont .headline p {
	margin: 0;
	float: right;
}


@media screen and (max-width: 737px){
	#service #cont .headline dl {
		width: auto;
		margin: 0 0 20px;
		float: none;
	}
	
	#service #cont .headline dl dt {
		margin: 0 0 15px;
		font-size: 1.429em;
	}
	
	#service #cont .headline p {
		width: 80%;
		margin: 0 auto;
		float: none;
	}
}


#service #cont .service_detail {
	padding: 90px 0 50px;
	background: url("../../imgs/service/bg01.jpg") center top no-repeat #E6E6E6;
	background-size: 100% auto;
}

#service #cont .service_detail .inner section {
	margin: 0 0 40px;
	padding: 40px 45px 50px;
	background-color: rgba(255,255,255,0.9);
	border: solid 15px #001527;
}

#service #cont .service_detail .inner section .txt {
	width: 520px;
	margin: 0 0 30px;
	float: left;
}

#service #cont .service_detail .inner section .txt h3 {
	margin: 0 0 20px;
	padding: 0 0 0 70px;
	position: relative;
	color: #001527;
	font-size: 1.714em;
	line-height: 1.3;
}

#service #cont .service_detail .inner section .txt h3::before {
	width: 60px;
	height: 60px;
	padding: 19px 0 0;
	background-color: #C00000;
	border-radius: 50%;
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	font-size: 0.750em;
	position: absolute;
	left: 0;
	top: -8px;
}

#service #cont .service_detail .inner #service_01 .txt h3::before {
	content: "01";
}

#service #cont .service_detail .inner #service_02 .txt h3::before {
	content: "02";
}

#service #cont .service_detail .inner #service_03 .txt h3::before {
	content: "03";
}

#service #cont .service_detail .inner #service_04 .txt h3::before {
	content: "04";
}

#service #cont .service_detail .inner #service_05 .txt h3::before {
	content: "05";
}

#service #cont .service_detail .inner section .txt h3 .eng {
	display: block;
	color: #C00000;
	font-size: 0.500em;
}

#service #cont .service_detail .inner section .txt p {
	font-size: 1.143em;
}

#service #cont .service_detail .inner section .img {
	margin: 0 0 30px;
	float: right;
}

#service #cont .service_detail .inner #service_04 .txt ,
#service #cont .service_detail .inner #service_04 .img {
	margin: 0 0 30px;
}

#service #cont .service_detail .inner section div {
	clear: both;
}

#service #cont .service_detail .inner section div dl {
	width: 273px;
	margin: 0 0 0 18px;
	background-color: #fff;
	border: solid 1px #001527;
	float: left;
	font-size: 1.143em;
}

#service #cont .service_detail .inner #service_02 div dl,
#service #cont .service_detail .inner #service_03 div dl {
	width: 418px;
	margin: 0 0 0 18px;
	background-color: #fff;
	border: solid 1px #001527;
	float: left;
	font-size: 1.143em;
}

#service #cont .service_detail .inner section div dl:first-of-type {
	margin: 0 0 0 10px;
}

#service #cont .service_detail .inner #service_02 div dl:first-of-type,
#service #cont .service_detail .inner #service_03 div dl:first-of-type {
	border: solid 1px #C00000;
}

#service #cont .service_detail .inner section div dl dt {
	padding: 15px 0;
	background-color: #001527;
	text-align: center;
	color: #fff;
	font-size: 1.125em;
	font-weight: bold;
}

#service #cont .service_detail .inner #service_02 div dl:first-of-type dt,
#service #cont .service_detail .inner #service_03 div dl:first-of-type dt {
	background-color: #C00000;
}

#service #cont .service_detail .inner section div dl dd {
	padding: 20px 25px;
	line-height: 2.0;
}

#service #cont .service_detail .inner section div dl dd ul li {
	margin: 0 0 10px;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.5;
}

#service #cont .service_detail .inner section div dl dd ul li:last-of-type {
	margin: 0;
}

#service #cont .service_detail .inner section p.btn {
	clear: both;
	width: 400px;
	margin: 50px auto 0;
	text-align: center;
}

#service #cont .service_detail .inner section p.btn a {
	padding: 20px 0;
	background: url("../img/arrow01.png") no-repeat right 30px center #001527;
	border-radius: 40px;
	display: block;
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: none;
}

#service #cont .service_detail .inner section p.btn a:hover {
	opacity: 0.8;
}


@media screen and (max-width: 737px){
	#service #cont .service_detail {
		padding: 20px 0;
		background: url("../../imgs/service/bg01.jpg") 70% top no-repeat #E6E6E6;
		background-size: 150% auto;
	}
	
	#service #cont .service_detail .inner section {
		margin: 0 0 30px;
		padding: 20px 10px;
		background-color: rgba(255,255,255,0.9);
		border: solid 10px #001527;
	}
	
	#service #cont .service_detail .inner section .txt {
		width: auto;
		margin: 0 0 20px;
		float: none;
	}
	
	#service #cont .service_detail .inner section .txt h3 {
		margin: 0 0 20px;
		padding: 0 0 0 60px;
		position: relative;
		font-size: 1.571em;
		line-height: 1.3;
	}
	
	#service #cont .service_detail .inner section .txt h3::before {
		width: 50px;
		height: 50px;
		padding: 15px 0 0;
		font-size: 0.727em;
	}
	
	#service #cont .service_detail .inner section .txt h3 .eng {
		font-size: 0.545em;
	}
	
	#service #cont .service_detail .inner section .img {
		margin: 0 0 30px;
		float: none;
	}
	
	#service #cont .service_detail .inner section div dl {
		width: 100% !important;
		margin: 20px 0 0 !important;
		float: none;
	}
	
	#service #cont .service_detail .inner section div dl:first-of-type {
		margin: 0 !important;
	}
	
	#service #cont .service_detail .inner section div dl dt {
		padding: 10px 0;
	}
	
	#service #cont .service_detail .inner section div dl dd {
		padding: 10px;
	}
	
	#service #cont .service_detail .inner section p.btn {
		width: 80%;
		margin: 30px auto 0;
		text-align: center;
	}
	
	#service #cont .service_detail .inner section p.btn a {
		padding: 15px 0;
		border-radius: 30px;
	}
}

#service #cont .cBox03 .inner{
	width:1001px;
	padding: 65px 0 0 0;

}
#service #cont .cBox03{
	min-height:1937px;
	background: url(../../imgs/home/bg_cbox03.jpg) no-repeat center top;
	background-size: cover;
}
#service #cont .cBox03 ul li{
	width:500px;
	height: 520px;
	float:left;
	background:#fff;
	overflow:hidden;
	margin-right:1px;
}
#service #cont .cBox03 ul li:last-child{ margin-right:0;}

#service #cont .cBox03 ul li .text{ padding:25px 30px;}
#service #cont .cBox03 ul li .text h3{
	text-align:center;
	font-size: 24px;
	font-weight: bold;
	margin-bottom:20px;
}




#service #cont .cBox03 table{
	width:100%;
	margin-bottom:45px;
	border-top: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
}
#service #cont .cBox03 table tr th{
	background:#c02323;
	text-align:center;
	line-height:1.2;
	color:#fff;
	padding:10px 0;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}
#service #cont .cBox03 table tr td{
	background:#fff;
	text-align:center;
	padding:15px 0;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}
#service #cont .cBox03 table tr td.star{
	color:#de5400;
}




@media screen and (max-width:737px){
	#service #cont .cBox03{
		min-height: inherit;
	}
	#service #cont .cBox03 .inner{
		width: auto;
		padding: 5% 3%;
		box-sizing: border-box;
	}
	#service #cont .cBox03 ul li{
		width: auto;
		float: none;
		margin:0 auto 10px;
		height: auto;
	}
	#service #cont .cBox03 ul li p.img{
		padding: 10px 10px 0 10px;
		text-align: center;
	}
	#service #cont .cBox03 ul li p.img img{
		max-width: 100%;
	}
	#service #cont .cBox03 ul li .text{ padding:10px;}
	#service #cont .cBox03 ul li .text h3{
		font-size: 18px;
		margin-bottom:10px;
	}
	#service #cont .cBox03 .responsive-table01{ margin-bottom:20px;}
	#service #cont .cBox03 table th,
	#service #cont .cBox03 table td{
	    white-space: nowrap;
	}
	#service #cont .price-btn{
		margin: 60px 0 0 0;
	}
}

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

ガラスコーティング（#glass）

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

#glass #visual {
	background: url("../../imgs/service/visual.jpg") center center no-repeat #F2F2F2;
	background-size: cover;
}

#glass #cont ul.p_nav {
	text-align: center;
}

@media screen and (max-width: 737px){
	#glass #visual {
		background-size: auto 100%;
	}
	
	#glass #visual .inner {
		padding: 50px 10px 0;
	}
	
	#glass #cont ul.p_nav {
		text-align: left;
	}
}


#glass #cont .feature_01 {
	margin: 0 0 100px;
}

#glass #cont .feature_02 {
	margin: 0 0 60px;
	padding: 80px 0 145px;
	background-color: #E6E6E6;
}

#glass #cont section p.catch {
	margin: 0 0 20px;
	text-align: center;
	color: #fff;
	font-size: 1.143em;
	line-height: 1.1;
}

#glass #cont section p.catch span {
	padding: 5px 20px 3px;
	background-color: #001527;
	border-radius: 15px;
	display: inline-block;
}

#glass #cont section h3 {
	margin: 0 0 40px;
	text-align: center;
	color: #001527;
	font-size: 2.429em;
	line-height: 1.2;
}

#glass #cont .feature p.txt {
	width: 500px;
	margin: 0 0 100px;
	float: left;
	font-size: 1.143em;
}

#glass #cont .feature_02 p.txt {
 width: 100%;
 text-align: center;
}

#glass #cont .feature p.img {
	margin: 0 0 100px;
	float: right;
}

#glass #cont .feature .detail {
	min-height: 734px;
	padding: 110px 0 0;
	background: url("../../imgs/service/glass/bg01.jpg") left top no-repeat;
	background-size: cover;
	box-sizing: border-box;
}

#glass #cont .feature_02 .detail {
	min-height: 654px;
	background: url("../../imgs/service/glass/bg02.jpg?ver250805") right top no-repeat;
}

#glass #cont .feature .detail div {
	width: 1000px;
	margin: 0 auto;
}

#glass #cont .feature .detail div p {
	width: 500px;
	margin: 0 0 0 500px;
	padding: 40px 40px 60px;
	background-color: #001527;
	box-sizing: border-box;
	box-shadow: -10px 10px 0px 0px #fff;
	color: #fff;
	font-size: 1.143em;
}

#glass #cont .feature_02 .detail div p {
	margin: 0;
	box-shadow: 10px 10px 0px 0px #fff;
}


@media screen and (max-width: 737px){
	#glass #cont .feature {
		margin: 0 0 40px;
	}
	
	#glass #cont .feature_02 {
		padding: 30px 0 0;
	}
	
	#glass #cont section p.catch span {
		padding: 5px 20px;
	}
	
	#glass #cont section h3 {
		margin: 0 0 20px;
		font-size: 1.714em;
		font-weight: bold;
		line-height: 1.4;
	}
	
	#glass #cont .feature p.txt {
		width: auto;
		margin: 0 0 20px;
		float: none;
	}
	
	#glass #cont .feature p.img {
		margin: 0 0 20px;
		float: none;
	}
	
	#glass #cont .feature .detail {
		min-height: inherit;
		padding: 72% 0 0;
		background: url("../../imgs/service/glass/bg01b.jpg") center top no-repeat;
		background-size: 100% auto;
		/* background-size: 94% auto; */
	}
	
	#glass #cont .feature_02 .detail {
		min-height: inherit;
		padding: 64% 0 0;
		background: url("../../imgs/service/glass/bg02b.jpg") center top no-repeat;
		background-size: 100% auto;
	}
	
	#glass #cont .feature .detail div {
		width: auto;
		margin: 0 auto;
	}
	
	#glass #cont .feature .detail div p {
		width: auto;
		margin: 0;
		padding: 15px 3%;
		box-shadow: none;
	}
}


#glass #cont .introduction {
	margin: 0 0 60px;
}

#glass #cont .introduction h3 {
	margin: 0 0 30px;
	color: #001527;
}

#glass #cont .introduction .inner {
	padding: 30px 20px 50px;
	background-color: #fff;
	border: solid 15px #001527;
	box-sizing: border-box;
}

#glass #cont .introduction .inner h4 {
	margin: 0 0 20px;
	border-bottom: solid 3px #002C52;
	text-align: center;
	color: #002C52;
	font-size: 1.429em;
	font-weight: bold;
}

#glass #cont .introduction .detail p.txt {
	width: 400px;
	margin: 0 0 30px 10px;
	float: left;
	font-size: 1.143em;
}

#glass #cont .introduction .detail p.img {
	margin: 0 10px 30px 0;
	float: right;
}

#glass #cont .introduction .detail aside {
	clear: both;
	margin: 0 10px 30px;
	padding: 0 0 20px;
	border: solid 1px #001527;
}

#glass #cont .introduction .detail aside h5 {
	padding: 15px 0;
	background-color: #001527;
	text-align: center;
	color: #fff;
	font-size: 1.286em;
	font-weight: bold;
}

#glass #cont .introduction .detail aside p {
	margin: 20px;
	font-size: 1.143em;
}

#glass #cont .introduction .detail aside dl {
	margin: 0 20px;
	padding: 20px;
	background-color: #E6E6E6;
	font-size: 1.143em;
}

#glass #cont .introduction .detail aside dl dt {
	margin: 0 0 10px;
	padding: 0 0 0 16px;
	position: relative;
	color: #001527;
	font-weight: bold;
}

#glass #cont .introduction .detail aside dl dt::before {
	content: "";
	border: solid 4px transparent;
	border-left: solid 4px #001527;
	position: absolute;
	left: 0;
	top: 9px;
}

#glass #cont .introduction .inner .box {
	margin: 0 0 50px;
	padding: 10px 0 0;
}

#glass #cont .introduction .inner .box:last-of-type {
	margin: 0;
}

#glass #cont .introduction .inner .item p.img {
	margin: 0 20px 0 0;
	float: right;
    width: 280px;
}
#glass #cont .introduction .inner .item p.img img{
    max-width: 100%;
}

#glass #cont .introduction .inner .item .txt {
	width: 550px;
	margin: 0 0 0 20px;
	float: left;
}

#glass #cont .introduction .inner .item .txt h5 {
	margin: 0 0 20px;
	padding: 10px;
	background: url("../../imgs/service/glass/bg03.png") left top;
	color: #001527;
	font-size: 1.571em;
	font-weight: bold;
	line-height: 1.1;
}

#glass #cont .introduction .inner .item .txt dl.attr {
	margin: 0 0 15px;
	font-size: 1.286em;
	line-height: 1.4;
	display: table;
}

#glass #cont .introduction .inner .item .txt dl.attr dt {
	padding: 5px 10px;
	background-color: #001527;
	border: solid 1px #001527;
	display: table-cell;
	color: #fff;
}

#glass #cont .introduction .inner .item .txt dl.attr dt:nth-of-type(1) {
	background-color: #C00000;
	border: solid 1px #C00000;
}

#glass #cont .introduction .inner .item .txt dl.attr dd {
	width: 130px;
	padding: 5px 10px;
	border: solid 1px #001527;
	display: table-cell;
	text-align: right;
	color: #001527;
}

#glass #cont .introduction .inner .item .txt dl.attr dd:nth-of-type(1) {
	width: 260px;
	border: solid 1px #C00000;
	color: #C00000;
}

#glass #cont .introduction .inner .item .txt p {
	margin: 0 10px 15px;
	font-size: 1.143em;
}

#glass #cont .introduction .inner .item .txt ul {
	margin: 0 10px;
	font-size: 1.143em;
}

#glass #cont .introduction .inner .item .txt ul li {
	margin: 0 0 5px;
	padding-left: 1.3em;
	text-indent: -1.3em;
}

#glass #cont .introduction .inner .item p.btn {
	clear: both;
	width: 400px;
	margin: 50px auto 0;
	text-align: center;
}

#glass #cont .introduction .inner .item p.btn a {
	padding: 20px 0;
	background: url("../img/arrow01.png") no-repeat right 30px center #001527;
	border-radius: 40px;
	display: block;
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: none;
}

#glass #cont .introduction .inner .item p.btn a:hover {
	opacity: 0.8;
}


@media screen and (max-width: 737px){
	#glass #cont .introduction {
		margin: 0 3% 40px;
	}
	
	#glass #cont .introduction h3 {
		margin: 0 0 20px;
	}
	
	#glass #cont .introduction .inner {
		padding: 20px 10px;
		border: solid 10px #001527;
	}
	
	#glass #cont .introduction .detail p.txt {
		width: auto;
		margin: 0 0 20px;
		float: none;
	}
	
	#glass #cont .introduction .detail p.img {
		margin: 0 0 20px;
		float: none;
	}
	
	#glass #cont .introduction .detail aside {
		clear: both;
		margin: 0 0 30px;
		padding: 0 0 10px;
	}
	
	#glass #cont .introduction .detail aside h5 {
		padding: 10px;
		background-color: #001527;
	}
	
	#glass #cont .introduction .detail aside p {
		margin: 10px;
	}
	
	#glass #cont .introduction .detail aside dl {
		margin: 0 10px;
		padding: 10px;
	}
	
	#glass #cont .introduction .inner .box {
		margin: 0 0 30px;
		padding: 0;
	}
	
	#glass #cont .introduction .inner .box:last-of-type {
		margin: 0;
	}
	
	#glass #cont .introduction .inner .item p.img {
        width: 100%;
		margin: 0 0 20px;
		float: none;
		text-align: center;
	}
	
	#glass #cont .introduction .inner .item .txt {
		width: auto;
		margin: 0;
		float: none;
	}
	
	#glass #cont .introduction .inner .item .txt h5 {
		font-size: 1.429em;
	}
	
	#glass #cont .introduction .inner .item .txt dl.attr {
		margin: 0 0 20px;
		display: block;
		overflow: hidden;
	}
	
	#glass #cont .introduction .inner .item .txt dl.attr dt {
		clear: both;
		width: 18%;
		padding: 5px 0;
		float: left;
		display: block;
		box-sizing: border-box;
		text-align: center;
	}
	
	#glass #cont .introduction .inner .item .txt dl.attr dd {
		width: 82% !important;
		float: left;
		display: block;
		box-sizing: border-box;
	}
	
	#glass #cont .introduction .inner .item .txt dl.attr dt:nth-of-type(1),
	#glass #cont .introduction .inner .item .txt dl.attr dd:nth-of-type(1) {
		border-bottom: none;
	}
	
	#glass #cont .introduction .inner .item .txt p {
		clear: both;
		margin: 0 0 20px;
	}
	
	#glass #cont .introduction .inner .item .txt ul {
		margin: 0;
	}
	
	#glass #cont .introduction .inner .item .txt ul li {
		margin: 0;
	}
	
	#glass #cont .introduction .inner .item p.btn {
		width: 80%;
		margin: 30px auto 0;
	}
	
	#glass #cont .introduction .inner .item p.btn a {
		padding: 15px 0;
		border-radius: 30px;
	}
}



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

ポリマーコーティング（#polymer）

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

#polymer #visual {
	background: url("../../imgs/service/polymer/visual.jpg") center center no-repeat #F2F2F2;
	background-size: cover;
}

#polymer #cont ul.p_nav {
	text-align: center;
}

@media screen and (max-width: 737px){
	#polymer #visual {
		background-size: auto 100%;
	}
	
	#polymer #visual .inner {
		padding: 50px 10px 0;
	}
	
	#polymer #cont ul.p_nav {
		text-align: left;
	}
}


#polymer #cont .feature_01 {
	margin: 0 0 100px;
}

#polymer #cont .feature_02 {
	margin: 0 0 60px;
	padding: 80px 0 145px;
	background-color: #E6E6E6;
}

#polymer #cont section p.catch {
	margin: 0 0 20px;
	text-align: center;
	color: #fff;
	font-size: 1.143em;
	line-height: 1.1;
}

#polymer #cont section p.catch span {
	padding: 5px 20px 3px;
	background-color: #001527;
	border-radius: 15px;
	display: inline-block;
}

#polymer #cont section h3 {
	margin: 0 0 40px;
	text-align: center;
	color: #001527;
	font-size: 2.429em;
	line-height: 1.2;
}

#polymer #cont .feature p.txt {
	width: 500px;
	margin: 0 0 100px;
	float: left;
	font-size: 1.143em;
}

#polymer #cont .feature p.img {
	margin: 0 0 100px;
	float: right;
}

#polymer #cont .feature .detail {
	min-height: 734px;
	padding: 110px 0 0;
	background: url("../../imgs/service/polymer/bg01.jpg") left top no-repeat;
	background-size: cover;
	box-sizing: border-box;
}

#polymer #cont .feature .detail div {
	width: 1000px;
	margin: 0 auto;
}

#polymer #cont .feature .detail div p {
	width: 500px;
	margin: 0 0 0 500px;
	padding: 40px 40px 60px;
	background-color: #001527;
	box-sizing: border-box;
	box-shadow: -10px 10px 0px 0px #fff;
	color: #fff;
	font-size: 1.143em;
}

#polymer #cont .feature .detail div p em {
	font-size: 1.250em;
	font-weight: bold;
}


@media screen and (max-width: 737px){
	#polymer #cont .feature {
		margin: 0 0 40px;
	}
	
	#polymer #cont .feature_02 {
		padding: 30px 0 0;
	}
	
	#polymer #cont section p.catch span {
		padding: 5px 20px;
	}
	
	#polymer #cont section h3 {
		margin: 0 0 20px;
		font-size: 1.714em;
		font-weight: bold;
		line-height: 1.4;
	}
	
	#polymer #cont .feature p.txt {
		width: auto;
		margin: 0 0 20px;
		float: none;
	}
	
	#polymer #cont .feature p.img {
		margin: 0 0 20px;
		float: none;
	}
	
	#polymer #cont .feature .detail {
		min-height: inherit;
		padding: 72% 0 0;
		background: url("../../imgs/service/polymer/bg01b.jpg") center top no-repeat;
		background-size: 100% auto;
		//background-size: 94% auto;
	}
	
	#polymer #cont .feature .detail div {
		width: auto;
		margin: 0 auto;
	}
	
	#polymer #cont .feature .detail div p {
		width: auto;
		margin: 0;
		padding: 15px 3%;
		box-shadow: none;
	}
}


#polymer #cont .merit {
	
}

#polymer #cont .merit {
	padding: 80px 0;
	background-color: #E6E6E6;
}

#polymer #cont .merit .inner {
	padding: 30px 20px 50px;
	background-color: #fff;
	border: solid 15px #001527;
	box-sizing: border-box;
}

#polymer #cont .merit .inner h3 {
	margin: 0 0 20px;
	border-bottom: solid 3px #002C52;
	text-align: center;
	color: #002C52;
	font-size: 1.429em;
	font-weight: bold;
}

#polymer #cont .merit .inner .txt {
	width: 400px;
	margin: 0 0 30px 10px;
	float: left;
}

#polymer #cont .merit .inner .txt p {
	margin: 0 0 20px;
	font-size: 1.143em;
}

#polymer #cont .merit .inner .txt dl.attr {
	margin: 20px 0 0;
	font-size: 1.286em;
	line-height: 1.4;
	display: table;
}

#polymer #cont .merit .inner .txt dl.attr dt {
	padding: 5px 10px;
	background-color: #C00000;
	border: solid 1px #C00000;
	display: table-cell;
	color: #fff;
}

#polymer #cont .merit .inner .txt dl.attr dd {
	width: 320px;
	padding: 5px 10px;
	border: solid 1px #C00000;
	display: table-cell;
	text-align: right;
	color: #C00000;
}

#polymer #cont .merit .inner p.img {
	margin: 0 10px 30px 0;
	float: right;
}

#polymer #cont .merit .inner dl.merit_and_demerit {
	width: 438px;
	margin: 0 0 40px 20px;
	background-color: #fff;
	border: solid 1px #001527;
	float: left;
	font-size: 1.143em;
}

#polymer #cont .merit .inner dl.merit_and_demerit:first-of-type {
	clear: both;
	margin: 0 0 40px 15px;
	border: solid 1px #C00000;
}

#polymer #cont .merit .inner dl.merit_and_demerit dt {
	padding: 15px 0;
	background-color: #001527;
	text-align: center;
	color: #fff;
	font-size: 1.125em;
	font-weight: bold;
}

#polymer #cont .merit .inner dl.merit_and_demerit:first-of-type dt {
	background-color: #C00000;
}

#polymer #cont .merit .inner dl.merit_and_demerit dd {
	padding: 20px 25px;
	line-height: 2.0;
}

#polymer #cont .merit .inner dl.merit_and_demerit dd ul li {
	margin: 0 0 10px;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.5;
}

#polymer #cont .merit .inner dl.merit_and_demerit dd ul li:last-of-type {
	margin: 0;
}

#polymer #cont .merit .inner p.btn {
	clear: both;
	width: 400px;
	margin: 50px auto 0;
	text-align: center;
}

#polymer #cont .merit .inner p.btn a {
	padding: 20px 0;
	background: url("../img/arrow01.png") no-repeat right 30px center #001527;
	border-radius: 40px;
	display: block;
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: none;
}

#polymer #cont .merit .inner p.btn a:hover {
	opacity: 0.8;
}


@media screen and (max-width: 737px){
	#polymer #cont .merit {
		margin: 0 0 40px;
		padding: 20px 3%;
	}
	
	#polymer #cont .merit .inner {
		padding: 20px 10px;
		border: solid 10px #001527;
	}
	
	#polymer #cont .merit .inner h3 {
		margin: 0 0 20px;
	}
	
	#polymer #cont .merit .inner .txt {
		width: auto;
		margin: 0 0 20px;
		float: none;
	}
	
	#polymer #cont .merit .inner p.img {
		margin: 0 0 20px;
		float: none;
	}
	
	#polymer #cont .merit .inner .txt dl.attr {
		margin: 0 0 20px;
		display: block;
		overflow: hidden;
	}
	
	#polymer #cont .merit .inner .txt dl.attr dt {
		clear: both;
		width: 18%;
		padding: 5px 0;
		float: left;
		display: block;
		box-sizing: border-box;
		text-align: center;
	}
	
	#polymer #cont .merit .inner .txt dl.attr dd {
		width: 82% !important;
		float: left;
		display: block;
		box-sizing: border-box;
	}
	
	#polymer #cont .merit .inner .item .txt p {
		clear: both;
		margin: 0 0 20px;
	}
	
	#polymer #cont .merit .inner dl.merit_and_demerit {
		width: 100% !important;
		margin: 20px 0 0 !important;
		float: none;
	}
	
	#polymer #cont .merit .inner dl.merit_and_demerit:first-of-type {
		margin: 0 !important;
	}
	
	#polymer #cont .merit .inner dl.merit_and_demerit dt {
		padding: 10px 0;
	}
	
	#polymer #cont .merit .inner dl.merit_and_demerit dd {
		padding: 10px;
	}
	
	#polymer #cont .merit .inner p.btn {
		width: 80%;
		margin: 30px auto 0;
	}
	
	#polymer #cont .merit .inner p.btn a {
		padding: 15px 0;
		border-radius: 30px;
	}
}



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

その他オプション（#option）

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

#option #visual {
	background: url("../../imgs/service/option/visual.jpg") center center no-repeat #F2F2F2;
	background-size: cover;
}

#option #cont ul.p_nav {
	margin: 40px auto 60px;
	padding: 20px 30px 20px 120px;
}

#option #cont ul.p_nav li {
	width: 220px;
	float: left;
}

#option #cont ul.p_nav li:nth-of-type(1),
#option #cont ul.p_nav li:nth-of-type(4),
#option #cont ul.p_nav li:nth-of-type(7) {
	width: 290px;
}

@media screen and (max-width: 737px){
	#option #visual {
		background-size: auto 100%;
	}
	
	#option #visual .inner {
		padding: 50px 10px 0;
	}
	
	#option #cont ul.p_nav {
		margin: 20px 3% 40px;
		padding: 10px;
	}
	
	#option #cont ul.p_nav li {
		width: auto;
		float: none;
	}
}



#option #cont .opiton_detail {
	margin: 0 0 80px;
}

#option #cont .opiton_detail h3 {
	margin: 0 0 20px;
	text-align: center;
	color: #001527;
	font-size: 2.429em;
	line-height: 1.2;
}

#option #cont .opiton_detail .inner {
	padding: 30px 20px 50px;
	background-color: #fff;
	border: solid 15px #001527;
	box-sizing: border-box;
}

#option #cont .opiton_detail .inner h4 {
	margin: 0 0 20px;
	border-bottom: solid 3px #002C52;
	text-align: center;
	color: #002C52;
	font-size: 1.429em;
	font-weight: bold;
}

#option #cont .opiton_detail .detail {
	margin: 0 0 40px;
}

#option #cont .opiton_detail .detail:last-of-type {
	margin: 0;
}

#option #cont .opiton_detail .detail .txt {
	width: 400px;
	margin: 0 0 0 10px;
	float: left;
	font-size: 1.143em;
}

#option #cont .opiton_detail .detail .txt dl.attr {
	margin: 20px 0 0;
	font-size: 1.125em;
	line-height: 1.4;
	display: table;
}

#option #cont .opiton_detail .detail dl.attr dt {
	padding: 5px 10px;
	background-color: #C00000;
	border: solid 1px #C00000;
	display: table-cell;
	color: #fff;
}

#option #cont .opiton_detail .detail dl.attr dd {
	width: 320px;
	padding: 5px 10px;
	border: solid 1px #C00000;
	display: table-cell;
	text-align: right;
	color: #C00000;
}

#option #cont .opiton_detail .detail p.img {
	margin: 0 10px 0 0;
	float: right;
}

#option #cont .opiton_detail .detail .txt dl.btn {
	padding: 10px 0 0;
}
#option #cont .opiton_detail .detail .txt dl.btn dd{
	margin-top: 10px;
}
#option #cont .opiton_detail .detail .txt dl.btn dd a{
	transition: .3s;
}
#option #cont .opiton_detail .detail .txt dl.btn dd a:hover{
	opacity: .7;
}

@media screen and (max-width: 737px){
	#option #cont .opiton_detail {
		margin: 0 3% 40px;
	}
	
	#option #cont .opiton_detail h3 {
		margin: 0 0 20px;
		font-size: 1.714em;
		font-weight: bold;
		line-height: 1.4;
	}
	
	#option #cont .opiton_detail .inner {
		padding: 20px 10px;
		border: solid 10px #001527;
	}
	
	#option #cont .opiton_detail .detail .txt {
		width: auto;
		margin: 0 0 20px;
		float: none;
	}
	
	#option #cont .opiton_detail .detail .txt dl.attr {
		margin: 20px 0 0;
		display: block;
		overflow: hidden;
	}
	
	#option #cont .opiton_detail .detail .txt dl.attr dt {
		clear: both;
		width: 18%;
		padding: 5px 0;
		float: left;
		display: block;
		box-sizing: border-box;
		text-align: center;
	}
	
	#option #cont .opiton_detail .detail .txt dl.attr dd {
		width: 82% !important;
		float: left;
		display: block;
		box-sizing: border-box;
	}
	
	#option #cont .opiton_detail .detail p.img {
		margin: 0;
		float: none;
	}
}



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

よくあるご質問（#qa）

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

#qa #visual {
	height: 300px;
	background: url("../../imgs/qa/visual.jpg") center center no-repeat #F2F2F2;
	background-size: cover;
}

#qa #visual h2 {
	margin: 50px 0 0;
	text-align: center;
	color: #fff;
	font-size: 3.286em;
	font-weight: bold;
}

#qa #visual {
	height: 300px;
}


@media screen and (max-width: 737px){
	#qa #visual {
		background-size: auto 100%;
	}
	
	#qa #visual .inner {
		padding: 50px 10px 0;
	}
	
	#qa #main-content {
		margin: 0;
	}
	
	#qa #visual {
		height: 150px;
		padding: 0;
	}
	
	#qa #visual h2 {
		margin: 0 10px;
		font-size: 1.714em;
	}
	
	#qa #cont .sp_none {
		display: none;
	}
}


#qa #cont .topic_box {
	background-color: #EFEFEF;
}

#qa #cont #topic-pass {
	width: 1000px;
	margin: 0 auto;
	padding: 14px 0;
}

#qa #cont #topic-pass li {
	float: left;
}

#qa #cont #topic-pass li img {
	vertical-align: top;
}

#qa #cont #topic-pass li span {
	padding: 0 14px;
	display: inline-block;
}

#qa #cont #topic-pass li a {
	text-decoration: none;
}

#qa #cont #topic-pass li a:hover {
	text-decoration: underline;
}

#qa #cont #topic-pass li a:hover img {
	opacity: 0.8;
}


@media screen and (max-width: 737px){
	#qa #cont .topic_box {
		display: none;
	}
	
	#qa #cont #topic-pass {
		width: auto;
		padding: 10px;
	}
}


#qa #cont ul.p_nav {
	width: 1000px;
	margin: 40px auto 60px;
	padding: 20px 30px;
	background: url("../../imgs/qa/p_nav_bg.png") left top;
	border: solid 4px #001527;
	box-sizing: border-box;
	line-height: 2.5;
}

#qa #cont ul.p_nav li {
	margin: 0 30px 0 0;
	display: inline-block;
}

#qa #cont ul.p_nav li a {
	padding: 0 0 0 25px;
	background: url("../../imgs/qa/icon_arrow01.png") no-repeat left center;
	color: #22303D;
}


@media screen and (max-width: 737px){
	#qa #cont ul.p_nav {
		width: auto;
		margin: 20px 3% 40px;
		padding: 10px;
		border: solid 2px #001527;
		box-sizing: border-box;
	}
	
	#qa #cont ul.p_nav li {
		margin: 0;
		display: block;
	}
}


#qa #cont .inner {
	padding: 0;
}


@media screen and (max-width: 737px){
	#qa #cont .inner {
		padding: 0 3%;
	}
	
	#qa #cont .inner img {
		max-width: 100%;
	}
}


#qa #cont .qa_box {
	margin: 0 0 80px;
}

#qa #cont #qa_02 {
	padding: 80px 0;
	background-color: #E6E6E6;
}

#qa #cont .qa_box .inner {
	background-color: #fff;
	border: 10px solid #001527;
	border-top: 10px solid #001527;
	box-sizing: border-box;
}

#qa #cont .qa_box .inner h3 {
	padding: 0 15px 10px;
	background-color: #001527;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	font-size: 1.571em;
}

#qa #cont .qa_box .inner dl dt {
	padding: 30px;
	color: #C00000;
	font-size: 1.286em;
 position: relative;
 border-top: solid 1px #D5D5D5;
}

#qa #cont .qa_box .inner dl dt:first-child {
 border-top: none;
}

#qa #cont .qa_box .inner dl dt::before,
#qa #cont .qa_box .inner dl dt::after {
 content: "";
 width: 20px;
 height: 3px;
 background-color: #C00000;
 position: absolute;
 right: 30px;
 top: 50%;
 transform: translateY(-50%);
 transition: 0.5s all;
}

#qa #cont .qa_box .inner dl dt::after {
 transform: rotate(90deg);
}

#qa #cont .qa_box .inner dl dt.active::after {
 transform: rotate(0);
}

#qa #cont .qa_box .inner dl dt span {
	margin: 0 10px 0 0;
	font-weight: bold;
}

#qa #cont .qa_box .inner dl dt:hover {
 cursor: pointer;
}

#qa #cont .qa_box .inner dl dd {
	padding: 0 30px 40px 54px;
	font-size: 1.143em;
 display: flex;
}

#qa #cont .qa_box .inner dl dd:last-of-type {
	border-bottom: none;
}

#qa #cont .qa_box .inner dl dd span.a-icon {
	margin: 0 10px 0 -23px;
	color: #FDA701;
	font-size: 1.125em;
	font-weight: bold;
}

#qa #cont .qa_box .inner dl dd p span.bold{
 font-weight: bold;
}

@media screen and (max-width: 737px){
	#qa #cont .qa_box {
		margin: 0 0 30px;
		padding: 0 3%;
	}
	
	#qa #cont #qa_02 {
		padding: 30px 3%;
	}
	
	#qa #cont .qa_box .inner {
		padding: 0;
		border: 10px solid #001527;
		border-top: 10px solid #001527;
	}
	
	#qa #cont .qa_box .inner h3 {
		padding: 0 10px 10px;
		font-size: 1.429em;
  margin: -1px;
	}
	
	#qa #cont .qa_box .inner dl dt {
		margin: 10px;
		padding: 20px 40px;
		text-indent: -25px;
	}
 #qa #cont .qa_box .inner dl dt::before,
 #qa #cont .qa_box .inner dl dt::after {
  right: 10px;
 }
	#qa #cont .qa_box .inner dl dd {
		padding: 0 10px 10px 34px;
	}
}



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

よくあるご質問（#flow）

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

#flow #visual {
	height: 300px;
	background: url("../../imgs/flow/visual.jpg") center center no-repeat #F2F2F2;
	background-size: cover;
}

#flow #visual h2 {
	margin: 50px 0 0;
	text-align: center;
	color: #fff;
	font-size: 3.286em;
	font-weight: bold;
}

#flow #visual {
	height: 300px;
}


@media screen and (max-width: 737px){
	#flow #visual {
		background-size: auto 100%;
	}
	
	#flow #visual .inner {
		padding: 50px 10px 0;
	}
	
	#flow #main-content {
		margin: 0;
	}
	
	#flow #visual {
		height: 150px;
		padding: 0;
	}
	
	#flow #visual h2 {
		margin: 0 10px;
		font-size: 1.714em;
	}
	
	#flow #cont .sp_none {
		display: none;
	}
}


#flow #cont .topic_box {
	background-color: #EFEFEF;
}

#flow #cont #topic-pass {
	width: 1000px;
	margin: 0 auto;
	padding: 14px 0;
}

#flow #cont #topic-pass li {
	float: left;
}

#flow #cont #topic-pass li img {
	vertical-align: top;
}

#flow #cont #topic-pass li span {
	padding: 0 14px;
	display: inline-block;
}

#flow #cont #topic-pass li a {
	text-decoration: none;
}

#flow #cont #topic-pass li a:hover {
	text-decoration: underline;
}

#flow #cont #topic-pass li a:hover img {
	opacity: 0.8;
}


@media screen and (max-width: 737px){
	#flow #cont .topic_box {
		display: none;
	}
	
	#flow #cont #topic-pass {
		width: auto;
		padding: 10px;
	}
}


#flow #cont ul.p_nav {
	width: 1000px;
	margin: 40px auto 60px;
	padding: 20px 30px;
	background: url("../../imgs/flow/p_nav_bg.png") left top;
	border: solid 4px #001527;
	box-sizing: border-box;
	line-height: 2.5;
	text-align: center;
}

#flow #cont ul.p_nav li {
	margin: 0 30px 0 0;
	display: inline-block;
}

#flow #cont ul.p_nav li a {
	padding: 0 0 0 25px;
	background: url("../../imgs/flow/icon_arrow01.png") no-repeat left center;
	color: #22303D;
}


@media screen and (max-width: 737px){
	#flow #cont ul.p_nav {
		width: auto;
		margin: 20px 3% 40px;
		padding: 15px 10px;
		border: solid 2px #001527;
		box-sizing: border-box;
		text-align: left;
	}
	
	#flow #cont ul.p_nav li {
		margin: 0;
		padding: 0 0 0 25px;
		text-indent: -25px;
		display: block;
		line-height: 1.4;
	}
	
	#flow #cont ul.p_nav li:first-of-type {
		margin: 0 0 20px;
	}
}


#flow #cont .inner {
	padding: 0;
}


@media screen and (max-width: 737px){
	#flow #cont .inner {
		padding: 0 3%;
	}
	
	#flow #cont .inner img {
		max-width: 100%;
	}
}


#flow #cont .flow_box p.catch {
	margin: 0 0 20px;
	text-align: center;
	color: #fff;
	font-size: 1.143em;
	line-height: 1.1;
}

#flow #cont .flow_box p.catch span {
	padding: 5px 20px 3px;
	background-color: #001527;
	border-radius: 15px;
	display: inline-block;
}

#flow #cont .flow_box h3 {
	margin: 0 0 40px;
	text-align: center;
	color: #001527;
	font-size: 2.429em;
	line-height: 1.2;
}

#flow #cont .flow_box .inner ol {
	margin: 0 0 20px;
}

#flow #cont .flow_box .inner ol li {
	padding: 0 0 40px 108px;
}

#flow #cont .flow_box .inner ol li:nth-of-type(1) {
	padding: 0 0 60px 108px;
	background: url("../../imgs/flow/icon_step01.png") no-repeat left top,
				url("../../imgs/flow/bg01.png") repeat-y 37px top;
}

#flow #cont .flow_box .inner ol li:nth-of-type(2) {
	background: url("../../imgs/flow/icon_step02.png") no-repeat left top,
				url("../../imgs/flow/bg01.png") repeat-y 37px top;
}

#flow #cont .flow_box .inner ol li:nth-of-type(3) {
	background: url("../../imgs/flow/icon_step03.png") no-repeat left top,
				url("../../imgs/flow/bg01.png") repeat-y 37px top;
}

#flow #cont .flow_box .inner ol li:nth-of-type(4) {
	background: url("../../imgs/flow/icon_step04.png") no-repeat left top,
				url("../../imgs/flow/bg01.png") repeat-y 37px top;
}

#flow #cont .flow_box .inner ol li:nth-of-type(5) {
	background: url("../../imgs/flow/icon_step05.png") no-repeat left top;
}

#flow #cont .flow_box .inner ol li p {
	float: left;
}

#flow #cont .flow_box .inner ol li dl {
	width: 680px;
	float: right;
	font-size: 1.143em;
}

#flow #cont .flow_box .inner ol li dl dt {
	padding: 0 5px 3px;
	border-bottom: solid 1px #D5D5D5;
	color: #001527;
	font-size: 1.375em;
	font-weight: bold;
}

#flow #cont .flow_box .inner ol li dl dd {
	margin: 20px 5px 0;
	line-height: 2.0;
}

#flow #cont .flow_box .inner ol li dl dd.tel {
	margin: 30px 5px 0;
	line-height: 1.4;
}

#flow #cont .flow_box .inner ol li dl dd.tel a {
	margin: 0 3px 0 0;
	color: #C00000;
	font-size: 1.750em;
	cursor: default;
	text-decoration: none;
}

#flow #cont .flow_box .inner ol li dl dd.mail {
	margin: 30px 5px 0;
}

#flow #cont .flow_box .inner ol li dl dd.mail a {
	padding: 20px 0;
	background: url("../../imgs/flow/icon_arrow02.png") no-repeat 98% center #C00000;
	display: block;
	color: #fff;
	font-size: 1.125em;
	text-decoration: none;
	text-align: center;
}

#flow #cont .flow_box .inner ol li dl dd.mail a:hover {
	opacity: 0.8;
}


@media screen and (max-width: 737px){
	#flow #cont .flow_box p.catch span {
		padding: 5px 20px;
	}
	
	#flow #cont .flow_box h3 {
		margin: 0 0 20px;
		font-size: 1.714em;
		font-weight: bold;
		line-height: 1.4;
	}
	
	#flow #cont .flow_box .inner ol {
		margin: 0 0 20px;
	}
	
	#flow #cont .flow_box .inner ol li {
		padding: 0 0 30px 60px;
	}
	
	#flow #cont .flow_box .inner ol li:nth-of-type(1) {
		padding: 0 0 30px 60px;
		background: url("../../imgs/flow/icon_step01.png") no-repeat left top,
					url("../../imgs/flow/bg01.png") repeat-y 20px top;
		background-size: 50px, auto;
	}
	
	#flow #cont .flow_box .inner ol li:nth-of-type(2) {
		background: url("../../imgs/flow/icon_step02.png") no-repeat left top,
					url("../../imgs/flow/bg01.png") repeat-y 20px top;
		background-size: 50px, auto;
	}
	
	#flow #cont .flow_box .inner ol li:nth-of-type(3) {
		background: url("../../imgs/flow/icon_step03.png") no-repeat left top,
					url("../../imgs/flow/bg01.png") repeat-y 20px top;
		background-size: 50px, auto;
	}
	
	#flow #cont .flow_box .inner ol li:nth-of-type(4) {
		background: url("../../imgs/flow/icon_step04.png") no-repeat left top,
					url("../../imgs/flow/bg01.png") repeat-y 20px top;
		background-size: 50px, auto;
	}
	
	#flow #cont .flow_box .inner ol li:nth-of-type(5) {
		background: url("../../imgs/flow/icon_step05.png") no-repeat left top;
		background-size: 50px;
	}
	
	#flow #cont .flow_box .inner ol li p {
		width: 50%;
		margin: 0 auto 15px;
		float: none;
		text-align: center;
	}
	
	#flow #cont .flow_box .inner ol li dl {
		width: auto;
		float: none;
	}
	
	#flow #cont .flow_box .inner ol li dl dt {
		padding: 0 5px 0;
	}
	
	#flow #cont .flow_box .inner ol li dl dd {
		margin: 10px 5px 0;
		line-height: 1.75;
	}
	
	#flow #cont .flow_box .inner ol li dl dd.tel {
		margin: 10px 5px 0;
	}
	
	#flow #cont .flow_box .inner ol li dl dd.mail {
		margin: 10px 5px 0;
	}
	
	#flow #cont .flow_box .inner ol li dl dd.mail a {
		padding: 10px 20px 10px 10px;
	}
}


#flow #cont .banner {
	width: 1000px;
	margin: 0 auto 100px;
	padding: 10px 0 10px 194px;
	border: solid 10px #C00000;
	box-sizing: border-box;
	position: relative;
}

#flow #cont .banner::before {
	content: "";
	width: 152px;
	height: 170px;
	background: url("../../imgs/flow/bnr_img02.png") no-repeat left top;
	position: absolute;
	right: 0;
	bottom: -10px;
}

#flow #cont .banner h3 {
	position: absolute;
	left: 5px;
	bottom: -10px;
}

#flow #cont .banner p.txt {
	width: 588px;
	height: 20px;
	margin: 0 0 6px;
	background: url("../../imgs/flow/bnr_img03.png") no-repeat left top;
	font-size: 0;
}

#flow #cont .banner ul {
	margin: 0 0 8px;
}

#flow #cont .banner ul li {
	float: left;
}

#flow #cont .banner ul li:first-of-type {
	margin: 0 32px 0 0;
}

#flow #cont .banner p.btn {
	width: 635px;
	font-size: 1.500em;
	font-weight: bold;
	text-align: center;
}

#flow #cont .banner p.btn a {
	padding: 5px;
	background: url("../../imgs/flow/icon_arrow03.png") no-repeat 95% center #C00000;
	border-radius: 30px;
	display: block;
	color: #fff;
	text-decoration: none;
}

#flow #cont .banner p.btn a:hover {
	opacity: 0.8;
}


@media screen and (max-width: 737px){
	#flow #cont .banner {
		width: auto;
		margin: 0 3% 60px;
		padding: 135px 20px 20px 20px;
		border: solid 10px #C00000;
	}
	
	#flow #cont .banner::before {
		content: "";
		width: 117px;
		height: 130px;
		background: url("../../imgs/flow/bnr_img02.png") no-repeat left top;
		background-size: 100%;
		position: absolute;
		right: 10px;
		top: -5px;
	}
	
	#flow #cont .banner h3 {
		width: 130px;
		position: absolute;
		left: 10px;
		top: -5px;
	}
	
	#flow #cont .banner img {
		width: 100%;
	}
	
	#flow #cont .banner p.txt {
		width: auto;
		height: auto;
		margin: 0 0 10px;
		background: none;
		color: #002C52;
		font-size: 1.429em;
		font-weight: bold;
		line-height: 1.4;
	}
	
	#flow #cont .banner ul {
		margin: 0 0 15px;
	}
	
	#flow #cont .banner ul li {
		margin: 0;
		float: none;
	}
	
	#flow #cont .banner ul li:first-of-type {
		margin: 0 0 15px;
	}
	
	#flow #cont .banner p.btn {
		width: auto;
		font-size: 1.429em;
	}
	
	#flow #cont .banner p.btn a {
		padding: 10px;
		border-radius: 40px;
	}
}
