@charset "UTF-8";
@import url("grid.css");
@import url("nav.css");
@import url("news.css");
@import url("ress.min.css");
@import url("form.css");
/* PC時に表示 */
.pc { display: block !important; }
.sp { display: none !important; }

p{
  text-align: justify;
}
a {
display:block;
color: #666;
text-decoration-line: none;
}
a:hover { 
color: #999;
text-decoration-line: none;
}   

/*ヘッダー固定 高さ 色--------------------*/
header {
background-color:#fefef6;/*#fdfdfd*/
width:100%;
height:3.5em;
text-align:center;
position:fixed;
z-index:100;
padding: 0rem 0rem 0rem 0rem; 
filter: drop-shadow(0px 1px 4px  #000);	
}
.container img{/*--ロゴ--*/ 
width: 200px;
height: 40px;  
margin: -1.4rem 0rem 0rem 0rem;
}
header h1{/*--ロゴTXT--*/
float:right;  
margin: 0.7rem 0rem 0rem 0rem;
font-family: "Georgia";  
/*font-family: "Comic Sans MS","serif"; ----*/ 
}
header a{
margin: -0.6rem auto 0rem auto;
color: #000;
font-size: 90%
}
.header {
display: flex;
flex-direction: row;
padding: 2rem 0 0 0;
}

.header-box {
margin-left: auto;
margin-top: 8px;
}
.contact-button {
padding: 1rem;
border: 2px solid #000;
}
/*------------------------*/
.mainimg img {
width: 100%;
position: relative;
margin: 0rem auto 10rem auto;
}


/*見出し----------------------*/
.midashi {
text-align: center;
margin: 3rem auto 0rem auto;  
}  
.midashi h3 {
text-align: center;    
margin: 0rem auto 0rem auto;
padding: 0rem 0rem 0rem 0rem;
}   
.midashi p {
text-align: center;    
margin: 3rem auto 3rem auto;
padding: 0rem 0rem 0rem 0rem;
font-size: 85%;	
}  
.midashi2 p {
text-align: left;
text-align: justify;  
margin: 0rem auto 3rem auto; 
width:100%;  
}  
.midashi2 img {
max-width:90%;
height: auto;/*高さ自動*/
}

.midashi-B h3 {
text-align: left;    
margin: -6rem auto 0rem auto;
padding: 0rem 0rem 0rem 0rem;
font-weight: 600;	
}   


#sitemap p{
	text-align: center;
	
}
/*比較　見出し-------------------*/

.midashire {
text-align: center;
margin: 3rem auto 0rem auto;  
}  
.midashire h3 {
text-align: center;    
margin: 0rem auto 0rem auto;
padding: 0rem 0rem 0rem 0rem;
}   
.midashire p {
text-align: center;
text-align: justify;
margin: 3rem auto 1rem auto;
padding: 0rem 0rem 0rem 0rem;
} 
/*コンセプト----------------------*/

main {
margin: 5rem 0 0 0;
}
section {
margin: 5rem 0;
padding: 3rem 0;
}
.gray-back {
background-color: #f4f4f4;/*#f4f4f4*/
}
.contents {
text-align: center;
margin: 10rem auto  10rem auto;
}
.contents h4{
color: #333333;
margin: 0rem auto 0rem auto;  
line-height: 2rem;  
text-align: left;  
font-size: 90%;  
}
.contents h3{
text-align: center;
margin: 0rem auto 3rem auto;
line-height: 2.5rem;
}
.contents img{
max-width: 90%;
margin: 0rem auto 0rem auto;
}
.contents p{
text-align: left;
text-align: justify;
margin: 0rem auto 0rem auto;
}

/*事業内容----------------------*/
.service{
text-align: center;  
margin: 10rem auto 10rem auto;  
}
.service p{
text-align: center;
margin: 0rem auto 0rem auto;
font-size: 	85%;
}
.service img{
text-align: center;
margin: 3rem auto 0rem auto;  
padding: 0rem 0rem 0rem 0rem;
max-width: 100%;
height: auto;
}
.service a{
text-align: center;
color:#00A7A0 ; 
margin: 0rem auto 0rem auto;  
}
 
.catch p {
text-align: left;
margin: 3rem auto 3rem auto;  
}
.catch h3 {
text-align: center;
line-height: 2.5rem;
}

  
/*申し込みの流れ
-------------------------------------*/
.flow.row {
margin-bottom: 3rem;

}

/*フッター
-------------------------------------*/
footer {
background-color: #F9F8F4;
margin: 10rem auto 0rem auto;  
}

footer li{
padding:1.2rem 0rem 0rem 0rem;
}

footer h4 {
border-bottom: 3px solid #ccc;
}


/*お問い合わせ
-------------------------------------*/
.contact-box {
border: 1px solid #ccc;
text-align: center;
padding: 2rem 0;
}

table {
  width: 700px;
  text-align: center;
  margin: 0rem auto 5rem auto;
}

table,th,td {
  border: 1px solid #bbb;
}
table a {
  color: #003C8F; }
table a:hover {
  color: #0062BD; 
}
th {
width: 25%;
background: #ddd;
border: solid 1px #aaa;
text-align: center;
margin: auto;
}
td {
border: solid 1px #aaa;
margin: 0rem 1rem 0rem 0rem;
padding: 0rem 1rem 0rem 0rem;
text-align: justify;  
}   
.a {
  width: 20%;
}
.b {
  width: 10%;
}
.c {
  width: 70%;
}
/*コピーライト
-------------------------------------*/
.copyright {
text-align: center;
padding: 1rem 0;
background-color: #2D2D2D;

}
.copyright a {
color: #fff;
text-decoration: none;
display: inline;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
position: fixed;
bottom: 15px;
right: 15px;
}
#pagetop a {
display: block;
background: #2d2d2d;
color: #fff;
width: 50px;
padding: 10px 5px;
text-align: center;
}
#pagetop a:hover {
background: #666;
}


#btn {
position: fixed;
bottom: 15px;
left: 10px;
}
#btn a {
display: block;
background: #6cd440;
color: #fff;
width: 100px;
border-radius: 6%;
padding: 5px 3px;
text-align: center;
}
#btn a:hover {
background: #08C201;
}


/*form
-------------------------------------*/
.form h2 {
margin: 0rem auto 0rem auto;
padding: 10rem 0rem 0rem 0rem;
text-align: center;
}
.form p {
margin:5rem auto -5rem auto;
padding: 0rem 0rem 0rem 0rem;
text-align: center;
}

/*banner
-------------------------------------*/
.banner {}

.banner .img_box img {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0 auto 0;
}



