@charset "UTF-8";
/* CSS Information
ガーディナルスマート用 layout_contact.css

//memo
お問い合わせ・資料請求ページ用スタイルシート
デザインが決まったらlayout.cssに合流させること

2017.01.06
---------------------------------------------------------- */
/*==================================

index page

====================================*/

/*============================
   768px以上(タブレット・PC) 
==============================*/
@media screen and (min-width: 768px) {	

/*--------
   contact
----------*/
.section-contact {
	background: #cccccc;
	position: relative;
}

	.contact-ttl {
		position: absolute;
		top: 100px;
		left: 10%;
	}

	.contact-box {
		width: 380px;
		height: 650px;
		background: rgba(255,255,255,0.8);
		-webkit-box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.2);
		-moz-box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.2);
		box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.2);
		position: absolute;
		top: 130px;
		right: 15%;
		text-align: center;
		padding-left: 20px;
	}
	
		.contact-box-inner01,
		.contact-box-inner02 {
			background: url(../images/ico_arrow04.png) no-repeat 210px bottom;
			padding-bottom: 50px;
		}
		
		.contact-box-inner01 {
			margin-top: 50px;
		}
		
		.contact-box-inner02 {
			margin-top: 30px;
		}
		
		.contact-box-inner03 {
			margin-top: 30px;
			position: relative;
			z-index: 0;
		}
		
		.contact-box-inner03::after {
			content: url(../images/ico_point03_bg.png);
			position: absolute;
			top: -65px;
			left: -80px;
			z-index: -1;
		}
		
		.ttl-contact {
			float: left;
		}
	
		.txt-contact {
			float: left;
		}

/*==================================

contact page

====================================*/
.content-contact-ttl {
	text-align: center;
	margin: 50px 0;
	font-size: 2.0rem;
}

.contents-contact {
	background: #ffffff;
	height: 100%;
	padding: 80px 0 80px 0;
}

.content-contact-box {
	width: 750px;
	background: rgba(238,247,246,0.9);
	-webkit-box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.2);
	box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.2);
	margin: 40px auto;
	padding: 0;
}

	.content-contact-box-inner {
		width: 100%;
		margin: auto;
	}

		.content-ttl-contact {
				margin: 0 auto 20px;
				display: inline-block;
			}
		
			.content-ttl-contact h4,
			.content-ttl-contact h4 + p {
				display: inline-block;
			}
			
			.content-ttl-contact h4 + p {
				margin: 0 0 0 10px;
			}
		
		.content-contact-txt {
			font-size: 1.6rem;
			line-height: 1.75;
		}
		
		.content-contact-small {
			font-size: 1.2rem;
			line-height: 1.3;
		}
		
		
		/*center*/
		.content-contact-img-c {
			margin-bottom: 20px;
		}		
		
		/*left*/
		.content-contact-left {
		}
		
			.content-contact-left .left-img {
				float: left;
			}
			
			.content-contact-left .left-txt {
				width: 360px;
				float: right;
				margin-left: 30px;
			}
		
		.content-contact-caption-l {
			text-align: left;
		}
		
		.content-contact-caption-l small {
			font-size: 1.0rem;
		}
		
		/*right*/
		.content-contact-right {
		}
		
			.content-contact-right .right-img {
				float: right;
			}
			
			.content-contact-right .right-txt {
				width: 360px;
				float: left;
				margin-right: 30px;
			}
		
		.content-contact-caption-r {
			text-align: right;
		}
		
		.content-contact-caption-r small {
			font-size: 1.0rem;
		}
		
		/*input*/
	.ttl-input {
		background: #DBEEEC;
		display:  inline-block;
		width: 250px;
		padding: 10px;
		text-align: right;
		vertical-align: top;
		/*border-top:  1px solid #ccc;
		border-right:  1px solid #ccc;
		border-bottom:  1px solid #ccc;*/
	}
	/*.ttl-input::before {
		content: '●';
	}*/
	.ttl-input span {
		color: #CC0000;
	}
	.txt-input {
		display:  inline-block;
		width: 490px;
		padding: 10px;
		/*border-top:  1px solid #ccc;
		border-bottom:  1px solid #ccc;*/
	}
	.txt-input > p {
		margin-bottom: 5px;
		display: inline-block;
	}
	.txt-input input[type="text"],
	.txt-input textarea,
	.txt-input select {
		width: 350px;
		padding: 5px;
	}
	.txt-input textarea {
		min-height: 150px;
	}
	.txt-input input.w80 {
		width: 300px;
		display: inline-block;
	}
	.txt-input input.w50 {
		width: 120px;
		display: inline-block;
	}
	.txt-input input.w30 {
		width: 60px;
		display: inline-block;
	}
	.txt-input label {
		/*display: inline-block;*/
	}
	
	/*項目下のボーダー*/
	.contact-input-box dt,
	.contact-input-box dd {
		border-bottom: 1px solid #fff;
	}
	.contact-input-box dt:last-child,
	.contact-input-box dd:last-child {
		/*border-bottom: none;*/
	}
	/*高さ調整*/
	.contact-input-box .h50 {
		min-height: 50px;
	}
	.contact-input-box .h55 {
		min-height: 55px;
	}
	.contact-input-box .h80 {
		min-height: 180px;
	}
	.contact-input-box .h90 {
		min-height: 90px;
	}
	.contact-input-box .h123 {
		min-height: 123px;
	}
	.contact-input-box .h161 {
		min-height: 161px;
	}
	.contact-input-box .h250 {
		min-height: 250px;
	}

	/*ボタンのスタイル*/
	.button-box-input {
		width: 100%;
		margin-top: 10px;
	}
	.button-box-input li {
		display: inline-block;
	}
	.button-box-input li:last-child {
		margin-left: 10px;
	}
	.button-m-cancel {
		width: 250px;
		background: #DBE3E7;
		color: #333 !important;
		font-size: 1.5rem;
		letter-spacing: 0.1rem;
		padding: 10px 10px 10px;
	}

	.button-m-cancel::after {
		content: url(../images/ico_arrow05.png);
		top: 10px;
		left: 10px;
	}

	.txt-tel {
/*
		font-size: 2.8rem;
		color: #3C5D8A;
*/
		font-size: 3.8rem;
		font-weight: bold;
		color: #00008A;
		line-height: 1.7;
		letter-spacing: -0.1rem;
		text-align: center;
		margin: 5px 0;
	}
	.txt-tel-s {
		letter-spacing: -0.1rem;
	}

			
			.ttl-contact-01 {
				font-size: 2.8rem;
				color: #3C5D8A;
				line-height: 1.7;
				letter-spacing: -0.1rem;
			}
			
			.ttl-contact-02 {
				font-size: 2.3rem;
				line-height: 1.7;
				letter-spacing: -0.1rem;
			}
						
			.bg-contact-01 {
				width: 750px;
				background: #70B3C6;
				color: #FFF;
				font-size: 1.6rem;
				line-height: 1.5;
				margin: 0 auto 40px;
				padding: 15px;
				text-align: center;
			}
	/*2カラムのリスト*/
	.ul-input {
		width: 100%;
	}
	.li-l {
		float: left;
		width: 48%;
	}
	.li-r {
		float: right;
		width: 48%;
	}
	
	/*カタログのボックス*/
	.content-catalog-box {
		width: 750px;
		box-sizing:padding-box;
		padding: 10px;
		margin: 10px auto;
	}
	.content-catalog-box li {
	}
	
	.scrollBox {
		overflow-y: scroll;
		height: 200px;
		padding: 10px;
		border: 1px solid #ccc;
	}
	
	.content-catalog-ttl {
		background: #EBF7F6;
		padding: 5px;
		margin-bottom: 10px;
	}
	.scrollBox .content-catalog-txt {
		font-size: 1.4rem;
		line-height: 1.5;
	}
	
	/*table*/
	.content-catalog-table {
		width: 300px;
	}
	.content-catalog-table table {
		width: 100%;
		border-top: 1px solid #ccc;
		border-left: 1px solid #ccc;
		
	}
	.content-catalog-table tr {
		border-bottom: 1px solid #ccc;
	}
	.content-catalog-table th,
	.content-catalog-table td {
		padding: 5px;
	}
	.content-catalog-table th {
		background: #efefef;
		border-right: 1px solid #ccc;
	}
	.content-catalog-table td {
		border-right: 1px solid #ccc;
	}
	
	/*error*/
	.content-input-error {
		border: 1px solid #CC0000;
		padding: 10px;
	}
	.content-error-ttl {
		background: #F1D2C5;
		padding: 5px;
		margin-bottom: 5px;
	}
	.content-input-error .content-contact-txt {
		color: #CC0000;
	}
	
	.txt-small {
		font-size: 1.2rem;
	}

	.txt-input > p.txt-confirm{
		display: block !important;
	}

}

/*==============================
   414px以下(大 縦iphone6+) 
================================*/
@media only screen and (max-width: 414px){
}

/*=============================
   415px～738px(～横iphone6+) 
===============================*/
@media only screen and (min-width: 415px) and (max-width: 736px){
}

/*============================
   767px以下(スマートフォン) 
==============================*/
@media screen and (max-width: 767px) {

/*--------
   contact
----------*/
.section-contact {
	background: #cccccc;
	position: relative;
	padding-top: 100px;
}

	.contact-ttl {
		position: absolute;
		top: 60px;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		width: 180px;
	}

	.contact-box {
		width: 300px;
		height: 480px;
		background: rgba(255,255,255,0.8);
		-webkit-box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.2);
		-moz-box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.2);
		box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.2);
		position: absolute;
		top: 170px;
		left: 0;
		right: 0;
		margin: auto;
		text-align: center;
	}
	
		.contact-box-inner01,
		.contact-box-inner02,
		.contact-box-inner03 {
			margin: auto;
			width: 290px;
			margin-left: 10px;
		}
		
		.contact-box-inner01,
		.contact-box-inner02 {
			background: url(../images/ico_arrow04.png) no-repeat 170px bottom;
			padding-bottom: 25px;
		}
		
		.contact-box-inner01 {
			margin-top: 25px;
		}
		
		.contact-box-inner02 {
			margin-top: 15px;
		}
		
		.contact-box-inner03 {
			margin-top: 15px;
			position: relative;
			z-index: 0;
		}
		
		.contact-box-inner03::after {
			content: " ";
			width: 107px;
			height: 100px;
			background: url(../images/ico_point03_bg.png) no-repeat 0 0;
			background-size: contain;
			position: absolute;
			top: -35px;
			left: -20px;
			z-index: -1;
		}
		
		.ttl-contact {
			float: left;
			width: 80px;
			margin-top: 10px;
		}
	
		.txt-contact {
			float: left;
			width: 180px;
			margin-left: 10px;
		}

/*==================================

point page

====================================*/
.contents-contact {
	background: #ffffff;
	height: 100%;
	padding: 80px 5% 80px 5%;
}

.content-contact-ttl {
	margin: auto;
	width: 180px;
	text-align: center;
}

.content-contact-box {
	background: rgba(238,247,246,0.9);
	-webkit-box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.2);
	box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.2);
	margin: 20px auto 40px;
	padding: 10px;
}

	.content-contact-box-inner {
		margin: auto;
		max-width: 300px;
	}

		.content-ttl-contact {
			margin: 20px auto 10px;
			display: inline-block;
		}
		
			.content-ttl-contact h4,
			.content-ttl-contact h4 + p {
				display: inline-block;
			}
			
			.content-ttl-contact h4 {
				width: 60px;
			}
			
			.content-ttl-contact h4 + p {
				margin: 0 0 0 10px;
				width: 180px;
			}
		
		/*center*/
		.content-contact-img-c {
			margin-bottom: 10px;
		}
		
		.content-contact-txt {
			font-size: 1.3rem;
			line-height: 1.75;
		}
		
		.content-contact-small {
			font-size: 1.1rem;
			line-height: 1.2;
		}
		
		/*left*/
		.content-contact-left {
		}
		
			.content-contact-left .left-img {
				margin-bottom: 10px;
			}
			
			.content-contact-left .left-txt {
				margin-top: 10px;
			}
		
		.content-contact-caption-l {
			text-align: left;
		}
		
		.content-contact-caption-l small {
			font-size: 0.9rem;
		}
		
		/*right*/
		.content-contact-right {
		}
		
			.content-contact-right .right-img {
				margin-bottom: 10px;
			}
			
			.content-contact-right .right-txt {
				margin-top: 10px;
			}
		
		.content-contact-caption-r {
			text-align: right;
		}
		
		.content-contact-caption-r small {
			font-size: 0.9rem;
		}
			
		
		/*input*/
	.ttl-input {
		padding: 5px 0;
		margin-bottom: 5px;
		border-bottom:  1px solid #ccc;
	}
	/*.ttl-input::before {
		content: '●';
	}*/
	.ttl-input span {
		color: #CC0000;
	}
	.txt-input {
		padding: 5px 0;
	}
	.txt-input > p {
		margin-bottom: 5px;
	}
	.txt-input input[type="text"],
	.txt-input textarea,
	.txt-input select {
		width: 100%;
		padding: 5px;
	}
	.txt-input input.w80 {
		width: 80%;
		display: inline-block;
	}
	.txt-input input.w50 {
		width: 50%;
		display: inline-block;
	}
	.txt-input input.w30 {
		width: 30%;
		display: inline-block;
	}
	.txt-input label {
		/*display: inline-block;*/
	}
	
	.button-box-input {
		width: 100%;
		margin-top: 10px;
	}
	.button-m-cancel {
		width: 250px;
		background: #DBE3E7;
		color: #333 !important;
		font-size: 1.5rem;
		letter-spacing: 0.1rem;
		padding: 10px 10px 10px;
	}

	.button-m-cancel::after {
		content: url(../images/ico_arrow05.png);
		top: 10px;
		left: 10px;
	}
			.ttl-contact-01 {
				font-size: 2.0rem;
				color: #3C5D8A;
				line-height: 1.7;
				letter-spacing: -0.1rem;
				text-align: center;
			}
	.txt-tel {
		font-size: 2.4rem;
/*
		color: #3C5D8A;
*/
		font-weight: bold;
		color: #00008A;
		line-height: 1.7;
		letter-spacing: -0.1rem;
		text-align: center;
		margin: 10px 0 5px;
	}
	.txt-tel-s {
		/*font-size: 1.8rem;
		color: #3C5D8A;
		line-height: 1.7;*/
		letter-spacing: -0.1rem;
		/*text-align: center;
		margin: 10px 0 5px;*/
	}
			
			.bg-contact-01 {
				background: #70B3C6;
				color: #FFF;
				font-size: 1.5rem;
				line-height: 1.5;
				/*-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				border-radius: 5px;*/
				padding: 15px;
			}
	/*2カラムのリスト*/
	.ul-input {
		width: 100%;
		margin: 20px 0;
	}
	.content-catalog-box .ul-input li {
		border: 1px solid #ccc;
		padding: 10px;
		margin-bottom: 10px;
	}
	.content-catalog-box .ul-input li p {
		line-height: 1.5;
		margin-bottom: 10px;
	}
	.content-contact-box .li-l {
		float: left;
		width: 48%;
	}
	.content-contact-box .li-r {
		float: right;
		width: 48%;
	}
	
.scrollBox {
		overflow-y: scroll;
		height: 150px;
		padding: 10px;
		border: 1px solid #ccc;
	}
	
	.content-catalog-ttl {
		background: #EBF7F6;
		padding: 5px;
		margin-bottom: 10px;
	}
	.scrollBox .content-catalog-txt {
		font-size: 1.4rem;
		line-height: 1.5;
	}
	
	/*table*/
	.content-catalog-table {
		width: 85%;
	}
	.content-catalog-table table {
		width: 100%;
		border-top: 1px solid #ccc;
		border-left: 1px solid #ccc;
		
	}
	.content-catalog-table tr {
		border-bottom: 1px solid #ccc;
	}
	.content-catalog-table th,
	.content-catalog-table td {
		padding: 5px;
	}
	.content-catalog-table th {
		background: #efefef;
		border-right: 1px solid #ccc;
	}
	.content-catalog-table td {
		border-right: 1px solid #ccc;
	}
	
	/*error*/
	.content-input-error {
		margin: 20px 0;
	}
	.content-error-ttl {
		background: #F1D2C5;
		padding: 5px;
		margin-bottom: 5px;
	}
	.content-input-error .content-contact-txt {
		color: #CC0000;
	}
	
	.txt-small {
		font-size: 1.2rem;
	}
}