﻿/* --　全体共通部分　-- */
.linkStyle{
	color:#aaa;
}
.linkStyle:hover{
	color:#aaa;
	opacity: 0.7;
	transition: all 0.5s;
}
.stripe:after{
	display:none;
}


/* --　TOP　-- */
#intro h2,.box_wrap2 .box h2,.top_cms_box .cms_title h2{
	border-bottom: 3px solid #0D5072;
	padding-bottom: 0px;
}
.top_cms_box .cms_title h2{
	padding-bottom: 5px;
}
.box_wrap2 .box h2{
	margin-left: 50px;
	margin-right: 50px;
}



/* --　下層ページ　-- */
#page7 .box_item:last-child p{
	font-size: 16px;
	line-height: 1.8
}
#page8 .box input {
    background-color: rgba(105,122,132,0.1);
}
#page8 .box textarea{
    background-color: rgba(105,122,132,0.1);
}
#page8 #tel_wrap h2{
	border-bottom: 3px solid #333;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#page8 #tel_wrap p a{
	color: #0D5072;
}
#page8 #mail_wrap h2{
	border-bottom: 3px solid #333;
	padding-bottom: 10px;
}




/*----------------------------------------------
			スマホ
----------------------------------------------*/
@media screen and (max-width: 667px){
#page7 .box_item:last-child p{
	letter-spacing: 2px;
	font-size: 15px;
}
#page8 #tel_wrap p a {
	font-size: 20px;
	letter-spacing: 3px;
}
}