﻿@charset "utf-8";
/* CSS Document */
/*下層ページ共通*/
.index {
	margin: 0px 20px;
	font-size: 12px;
	width: 70%;
}
.index a{
	text-decoration: none;
	color: #000;
}
.header-top{
	color: #0e6f8c;
	margin: 10px 30px;
	font-size: 20px;
	border-bottom: 1px solid #0e6f8c;
	font-weight: normal;
	text-align: left;
}
.page-now {
	color: #0e6f8c;
	font-size: 17px;
	margin: 10px;
	padding-bottom: 5px;
	height: 45px;
	line-height: 45px;
	position: relative;
  	display: inline-block;
	font-weight: bold;
 }
.page-now:before {
  content: '';
  position: absolute;
  bottom: 3px;
  display: inline-block;
  width: 30px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #87b8c7;
  border-radius: 2px;
}
/* 会社案内　*/
.greeting-lead{
	margin: 0 0 30px 0;
	font-size: 25px;
	line-height: 1.7em;
}
.greeting-message {
	width: 85%;
	margin: auto;
	line-height: 1.7em;
}
.greeting-photo {
	width: 80%;
	margin: 20px auto;
}
.name{
	font-size: 22px;
}
.campany-table{
	width:85%;
	margin:0 auto 15px auto;
	border-collapse:collapse;
	background: #fff;
	line-height: 1.7em;
}
.campany-table td,th{
	border: solid 1px #0e6f8c;
	font-size: 15px;
	padding: 10px;
}
.campany-table th{
	background-color: #c7e3eb;
	width: 30%;
	font-weight: normal;
}
#campany li{
	 list-style-type: disc;
	margin-left: 15px;
}
/* 施工実績　*/
.results-erea {
	width: 90%;
	margin: auto;
}
.results-paragraph {
	width: 100%;
	border-left: 10px solid #0e6f8c;
	padding-left: 10px;
	margin: 30px 20px 10px 20px;
	font-size: 18px;
	font-weight: bold;
}
.before-after {
	margin: 0 0 15px 0;
}
.results-place {
	margin: 10px 10px 0 10px;
}
.resultscolor {
	color: #b0c4de;
}
.results-photo {
	margin: 5px;
	position: relative;
}
.results-photo-bar {
	position: absolute;
	width: 70px;
	height: 20px;
	line-height: 20px;
	top:10px;
	left:-5px;
	background: #000;
	color: #fff;
	padding-left: 10px;
	border-radius: 0 50px 50px 0;
	opacity: 0.6;
}
.results-arrow{
	font-size: 30px;
	margin: 0;
}
.results-comment {
	font-size: 12px;
	margin-left: 10px;
}
.results-singlephoto{
	margin: 10px;
}

/* 認定・保証　*/
.warranty-illust,.warranty-illust2 {
	width: 100%;
	margin: 30px 0;
}
.warranty-illust {
	text-align: right;
	margin-right:10px;
}
.warranty-illust2 {
	text-align: left;
	margin-left:10px;
}
.warranty-illust img{
	width: 80%;
}
.warranty-illust2 img{
	width: 90%;
}
.warranty-3 {
    position: relative;
    padding: .5em .7em .4em;
    border-bottom: 3px solid #87b8c7;
    color: #333333;
　　font-size:22px;
　　font-weight: bold;
}
.warranty-3::before,
.warranty-3::after {
    position: absolute;
    left: 30px;
    bottom: -15px;
    width: 30px;
    height: 15px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}
.warranty-3::before {
    background-color: #87b8c7;
}
.warranty-3::after {
    bottom: -11px;
    background-color: #fff;
}
.warranty-number {
	margin:30px;
	width:80%;
}
.warranty-3photo {
	width: 80%;
	margin: auto;
}
.warranty-introtext {
	width:80%;
	margin: 20px auto;
	line-height: 1.7em;
}
.warranty-paragraph {
	width: 100%;
	border-left: 10px solid #0e6f8c;
	padding-left: 10px;
	margin: 30px;
	font-size: 18px;
	font-weight: bold;
}
.warranty-flame {
	width: 90%;
	margin: auto;
}
.subheading {
	width: 95%;
	font-size: 16px;
	font-weight: bold;
	margin: 15px auto 5px auto;
}
.subheading:before {
	content:"●";
	color: #0e6f8c;
}
.sub-text{
	width: 90%;
	line-height: 1.7em;
	margin: 0 auto;
}
.totoremodel,.toto10years{
	margin: 50px auto;
}
.figure {
	width: 70%;
	margin: 20px auto;
}
@media screen and (min-width : 600px ){
/* 共通　*/
.page-now {
	margin: 10px;
	padding-bottom: 5px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
}
/* 会社案内　*/
.greeting-lead{
	font-size: 27px;
}
.greeting-message {
	width: 60%;
	margin: 20px;
}
.greeting-photo {
	width: 40%;
	margin: 20px;
}
.campany-table th{
	width: 20%;
}
/*　施工実績 　*/
.results-photo {
	margin: 10px 20px 0 20px;
}
.results-photo-bar {
	width: 70px;
	height: 20px;
	line-height: 20px;
	top:10px;
	left:-5px;
	padding-left: 10px;
}
.results-comment {
	margin-left: 20px;		
}
/* 認定・保証　*/
.warranty-number{
	width:60%;
	margin: 20px;
}
.warranty-3photo {
	width: 40%;
}
.warranty-illust img{
	width: 60%;
}
.warranty-illust2 img{
	width: 70%;
}

}
	
@media screen and (min-width : 768px ){
/*PC*/
.header-top{
	margin: 30px 50px 7px 50px;;
	font-size: 22px;
}
.page-now {
	height: 45px;
  	line-height: 45px;
	margin: 20px 10px;
}

/* 会社案内　*/
.greeting-lead{
	font-size: 30px;
}
.greeting-message {
	width: 60%;
}
.greeting-photo {
	width: 35%;
}
.campany-table{
	width:80%;
}
/* 施工実績　*/
.results-place {
	margin-top: 20px;
}
.results-photo {
	margin: 10px 10px 0 10px;
}
.results-comment {
	margin-left: 10px;		
}
.before-after{
	margin: 0 30px;
}
/* 認定・保証　*/
.warranty-illust img{
	width: 40%;
}
.warranty-illust2 img{
	width: 48%;
}
.warranty-3 {
   font-size:30px;
}
.totoremodel,.toto10years,.jerco-refome{
	width: 95%;
	margin: 50px auto;
}
.warranty-number{
	width:40%;
	margin: 30px;
}
.warranty-3photo {
	width: 30%;
}
.warranty-introtext {
	width:90%;
	margin: 20px auto;
}
.sub-text{
	width: 95%;
}
.figure {
	width: 60%;
	margin: 20px auto;
}
}
@media screen and (min-width : 1000px ){
/*PC　広画面*/

.greeting-message {
	width: 60%;
}
.greeting-photo {
	width: 30%;
}
.page-now {
	font-size: 16px;
	margin: 15px;
}
}





