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


/*	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	behavior: url("/css/PIE.htc");*/



/*vi*/
.vi {
	position:relative;
	height:560px;
	background:url(../img/top/vi.png) no-repeat center center;
}
.vi h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}
.vi h3 {
	display:none;
}
@media screen and (min-width: 1600px) {
.vi {
	position:relative;
	height:35vw;
	background:url(../img/top/vi.png) no-repeat center center;
	background-size:cover;
}
}
.top_about {
	height:435px;
	background:url(../img/top/about_bg_pc.png) no-repeat center center;
	padding:75px 0 0;
}
@media screen and (min-width: 1600px) {
.top_about {
	position:relative;
	height:27.1875vw;
	background:url(../img/top/about_bg_pc.png) no-repeat center center;
	background-size:cover;
	padding:4.6875vw 0 0;
}
}
.top_about .ttl {
	margin:0 0 20px;
}
.top_about .com {
	font-size:1.5rem;
	line-height:2.0;
	text-align:center;
	margin:0 0 20px;
}
.top_about .com span {
	font-weight:bold;
	color:#032f60;
}
.top_about .btn {
	text-align:center;
}
.top_about .btn a {
	display:inline-block;
	line-height:1.1;
	font-size:1.6rem;
	color:#FFF;
	background:#E1862E;
	padding:15px 105px;
}
.top_about .btn a:hover {
	text-decoration:none;
	opacity:0.65;
	filter: alpha(opacity=65);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=65)";  /* ie 8 */
	-moz-opacity:0.65;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.65;              /* Safari 1.x */
	zoom:1;
}
.top_service {
	position:relative;
	background:url(../img/top/service_bg_in_pc.png) no-repeat center center , url(../img/top/service_bg_pc.png) no-repeat center center;
	height:733px;
	padding:70px 0 0;
}
@media screen and (min-width: 1600px) {
.top_service {
	position:relative;
	background:url(../img/top/service_bg_in_pc.png) no-repeat center center , url(../img/top/service_bg_pc.png) no-repeat center center;
	background-size:auto , cover;
}
}
.top_service h2 {
	position:absolute;
	top:355px;
	width:100%;
	text-align:center;
	line-height:1.1;
	font-size:1.6rem;
	color:#FFF;
}
.top_service h2 span {
	display:block;
	text-align:center;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:3.8rem;
	font-weight:bold;
	letter-spacing:0.05em;
	margin:0 0 10px;
	-webkit-text-transform: uppercase;
       -moz-text-transform: uppercase;
         -o-text-transform: uppercase;
        -ms-text-transform: uppercase;
            text-transform: uppercase;
}
.top_service h3 {
	text-align:center;
	font-size:1.6rem;
	color:#FFF;
}
.top_service .box {
	position:absolute;
	top:115px;
	left:0;
	right:0;
	margin:0 auto;
	width:570px;
}
.top_service .box section {
	width:172px;
	height:172px;
	background:#f5f6f6;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.top_service .box section.box01 {
	position:absolute;
	top:0;
	left:199px;
}
.top_service .box section.box02 {
	position:absolute;
	top:88px;
	right:0;
}
.top_service .box section.box03 {
	position:absolute;
	top:274px;
	right:0;
}
.top_service .box section.box04 {
	position:absolute;
	top:373px;
	left:199px;
}
.top_service .box section.box05 {
	position:absolute;
	top:274px;
	left:0;
}
.top_service .box section.box06 {
	position:absolute;
	top:88px;
	left:0;
}
.top_service .box section div {
	padding:37px 0 0;
}
.top_service .box section.box01 div ,
.top_service .box section.box02 div ,
.top_service .box section.box03 div ,
.top_service .box section.box04 div {
	padding:50px 0 0;
}
.top_service .box section div h4 {
	text-align:center;
	font-size:1.8rem;
	line-height:1.3;
	color:#032f60;
	white-space:nowrap;
	margin:0 0 10px;
}
.top_service .box section.box01 div h4 ,
.top_service .box section.box02 div h4 ,
.top_service .box section.box03 div h4 ,
.top_service .box section.box04 div h4 {
	margin:0 0 15px;
}
.top_service .box section div p {
	text-align:center;
}
.top_service .box section div p a {
	display:inline-block;
	padding:10px 20px;
	line-height:1.1;
	font-size:1.3rem;
	background:#E1862E;
	color:#FFF;
	-webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
	-webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
}
.top_service .box section div p a:hover {
	text-decoration:none;
	-webkit-transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -o-transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
}
.top_info {
	padding:80px 0 60px;
}
.top_info .box {
	width:960px;
	margin:0 auto;
}
.top_info .box:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
.top_info .box section {
	float:left;
	width:228px;
	margin:0 16px 0 0;
	padding:20px 0 0;
	border-top: solid 1px #032f60;
}
.top_info .box section:last-child {
	margin:0;
}
.top_info .box section h3 {
	text-align:center;
	margin:0 0 15px;
	font-size:1.6rem;
}
.top_info .box section h3 a ,
.top_info .box section h3 a:hover {
	color:#032f60;
}
.top_info .box section p {
	text-align:center;
}
@media screen and (max-width: 768px) {
.vi {
	position:relative;
	height:auto;
	background:none;
}
.vi h2 {
	display:none;
}
.vi h3 {
	display:block;
}
.top_about {
	height:auto;
	background:url(../img/top/about_bg_sp.png) no-repeat center bottom;
	background-size:100%;
	padding:10.4166vw 0;
}
.top_about .ttl {
	margin:0 0 6.5104vw;
}
.top_about .com {
	font-size:3.3854vw;
	margin:0 0 3.9062vw;
}
.top_about .btn {
	text-align:center;
	padding:0 4%;
}
.top_about .btn a {
	display:block;
	font-size:3.3854vw;
	padding:6.5104vw 0;
}
.top_service {
	position:relative;
	background:url(../img/top/service_bg_in_sp.png) no-repeat left top , url(../img/top/service_bg_sp.png) no-repeat center center;
	background-size:100% , cover;
	height:auto;
	padding:10.4166vw 0;
}
.top_service h2 {
	position: relative;
	top: inherit;
	font-size:4.1666vw;
	margin:0 0 7.8125vw;
}
.top_service h2 span {
	font-size:9.8958vw;
	margin:0 0 2.6041vw;
}
.top_service h3 {
	font-size:3.3854vw;
	margin:0 0 3.9062vw;
}
.top_service .box {
	position: relative;
	top: inherit;
	left:inherit;
	right:inherit;
	margin:0 auto;
	padding:0 6.5104vw;
	width:100%;
}
.top_service .box:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
.top_service .box section {
	float:left;
	position: static !important;
	top: inherit !important;
	left: inherit !important;
	right: inherit !important;
	width:39.0625vw;
	height:39.0625vw;
	margin:0 0 2.6041vw;
}
.top_service .box section:nth-child(2n) {
	float:right;
}
.top_service .box section:nth-child(2n+1) {
	clear:both;
}
.top_service .box section:nth-last-child(-n+2) {
	margin:0;
}
.top_service .box section div {
	padding:9.1145vw 0 0;
}
.top_service .box section.box01 div ,
.top_service .box section.box02 div ,
.top_service .box section.box03 div ,
.top_service .box section.box04 div {
	padding:12.2395vw 0 0;
}
.top_service .box section div h4 {
	font-size:3.9062vw;
	margin:0 0 2.3437vw;
}
.top_service .box section.box01 div h4 ,
.top_service .box section.box02 div h4 ,
.top_service .box section.box03 div h4 ,
.top_service .box section.box04 div h4 {
	margin:0 0 3.125vw;
}
.top_service .box section div p a {
	display:inline-block;
	padding:2.6041vw 5.2083vw;
	font-size:2.8645vw;
}
.top_info {
	padding:10.4166vw 0 7.8125vw;
}
.top_info .box {
	width:92%;
}
.top_info .box section {
	float:left;
	width:48%;
	margin:0 0 2.6041vw 0;
	padding:2.6041vw 0 0;
}
.top_info .box section:nth-child(2n) {
	float:right;
}
.top_info .box section:nth-child(2n+1) {
	clear:both;
}
.top_info .box section:nth-last-child(-n+2) {
	margin:0;
}
.top_info .box section h3 {
	margin:0 0 2.6041vw;
	font-size:3.9062vw;
}
}


/*Q&A dl01*/
.question{
	margin:15px 0;
}
.question dt{
	min-height: 28px;
	line-height: 28px;
	padding: 11px 10px 10px 50px;
	background-color: #F0EFEF;
	background-image: url(../img/faq/icon-q.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
.question dd{
	min-height:28px;
	line-height:1.6;
	background:url(../img/faq/icon-a.png) no-repeat 10px 10px;
	margin-bottom: 20px;
	padding-top: 13px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	margin-left: 0px;
}


/* イメージリスト施工の流れ*/
#imageListflow01{
	max-width:1200px;
	overflow:hidden;
	margin-top:20px;
}
#imageListflow01 li{
	width: 33.3333%;
	float: left;
	margin-bottom: 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}
.img-responsive{
	width:100%;
	height:auto;
}
#imageListflow01 p.txt01 {
	padding-top: 2px;
	font-size: 135%;
	font-weight: bold;
	color: #FFF;
	background-color: #032f60;
	padding-right: 5px;
	padding-left: 5px;
}
#imageListflow01 p.txt01 span{
	color: #98A3D6;
}
#imageListflow01 p.txt02 {
	padding-top: 1px;
}

/* TABLET */
@media screen and (max-width: 768px){
#imageListflow01 li{
	width: 100%;
	float: left;
	padding: 0 15px;
}
}
