@charset "Shift_JIS";

div.contact-title{
	width: 960px;
	margin: 50px auto;

}


.container {
	width: 1024px;
	margin:10px;
}

#area_topimg img{
	width:100%;
}
#area_topimg p{
	position: absolute;
	color: white;
	font-size:2.3em;
	top: 200px;
	left: 100px;
}

h1 {
	font-size: 190%;
	margin-bottom: 25px;
	display: block;
	line-height: 1.35;
	
}
p.contact-p {
	line-height: 1.25;
	margin-bottom: 1.85em;
}

/*ツールチップ*/
.tooltip2{
	position: relative;
	cursor: pointer;
	display: inline-block;
}
.tooltip2 p{
	margin:0;
	padding:0;
}
.description2 {
	display: none;
	position: absolute;
	padding: 10px;
	font-size: 12px;
	line-height: 1.6em;
	color: #fff;
	border-radius: 5px;	background: #696969;
	width: 500px;
	z-index:10;
}
.description2:before {
	content: "";
	position: absolute;
	top: -24px;
	right: 60%;
	border: 15px solid transparent;
	border-top: 15px solid #696969;
	margin-left: -15px;
	transform: rotateZ(180deg);
}
.tooltip2:hover .description2{
	display: inline-block;
	top: 110px;
	left: 20px;
}
/*ツールチップ*/

/*ツールチップ2*/
.tooltip2_01{
	position: relative;
	cursor: pointer;
	display: inline-block;
}
.tooltip2 p{
	margin:0;
	padding:0;
}
.description2_01 {
	display: none;
	position: absolute;
	padding: 10px;
	font-size: 12px;
	line-height: 1.7em;
	color: #fff;
	border-radius: 5px;
	background: #696969;
	width: 500px;
}
.description2_01:before {
	content: "";
	position: absolute;
	top: 0%;
	right: 100%;
	border: 15px solid transparent;
	border-top: 15px solid #696969;
	margin-left: -15px;
	transform: rotateZ(90deg);
}
.tooltip2_01:hover .description2_01{
	display: inline-block;
	top: 0px;
	left: 180px;
}
/*ツールチップ2*/

/*=============
a.btn_07
=============*/
a.btn_07 {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border: 1px solid #c0c0c0;
	box-sizing: border-box;
	width: 20%;
	height: 40px;
	padding: 0 25px;
	margin-right:3px;
	color: #696969;
	font-size: 16px;
	text-align: left;
	text-decoration: none;
	position: relative;
	transition-duration: 0.2s;
}
a.btn_07:hover {
	background: #c0c0c0;
	border: 1px solid #c0c0c0;
	color: #fff;
}
a.btn_07:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 35px 27px;
	border-color: transparent transparent #c0c0c0 transparent;
}
a.btn_07 span {
	position: absolute;
	bottom: 12px;
	right: 15px;
	display: inline-block;
}
a.btn_07 span:before {
	content: '';
	width: 15px;
	height: 15px;
	background: #ffffff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -7px;
}
a.btn_07 span:after {
	content: '';
	width: 4px;
	height: 4px;
	border: 0;
	border-top: 2px solid #c0c0c0;
	border-right: 2px solid #c0c0c0;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 4px;
	margin-top: -3px;
}

.flex-container{
	display:flex;

}





/*================================================
 *  タブレット向けデザイン
 ================================================*/
@media screen and (max-width:979px) {

.container {
	width: 979px;

}

}


/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {


.container {
	max-width: 100%;
	margin:10px 10px;
}

h1 {
	font-size: 150%;
	
}

p.contact-p  {
	font-size: 80%;
	line-height: 1.5;
}



.description2 {
	width: 100%;
}

.tooltip2:hover .description2{
	left: 50px;
}

a.btn_07 {
	width: 30%;
	font-size: 75%;
}



}
