@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

body{
	/*background-color: #f5f6f7;*/
	background-color: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	-webkit-text-size-adjust: none;
	}

img {
	image-rendering: -webkit-optimize-contrast;
	border: none;
}


a:hover img{	
	filter: alpha( opacity=80 );  /* IE */
	opacity:0.80;                 /* Firefox,Opera,Safari */
	-moz-opacity:0.80;           /* Firefox 0.9より前 */
	}
	
a img:hover {
	position : relative;
	top : 1pt;
	left : 1pt;
}


/* header  */

#h1_wrap {
	height: 588px;
	width: auto;
	margin: auto;
	background-color: #8ed8f6;
	background: linear-gradient(to right, #e2f4fc, #8ed8f6);
}


h1 {
	width: 960px;
	height: 588px;
	margin: auto;
}

/* contents */
#wrap {
	margin: auto;
	height: auto;
	width: 960px;
}
#contents {
	clear: none;
	float: left;
	height: auto;
	width: 960px;
	background-color: #FFF;
	margin-top: 20px;
}
.text {
	clear: none;
	float: left;
	width: 860px;
	margin-top: 40px;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-left: 50px;
}
.text p {
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 5px;
}

.midashi {
	clear: none;
	float: left;
	width: 900px;
	margin:50px 30px 35px 30px;
}

.midashi img {
	width: 900px;
}

.how_pc {
	clear: none;
	float: left;
	width: 960px;
	margin:40px 0px 20px 0px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.how_pc img {
	max-width: 320px;
	height: auto;
}


.how_sp {
	display:none;
}

.how_sp img {
	display:none;
}


/* */
.qa_area{
	clear: none;
	float: left;
	width: 960px;
	margin:60px 0px 20px 0px;
}


.qa-box {
	width: 100%;
	margin: 0 auto;
}

.qa-box .qa dt,
.qa-box .qa dd {
	display: flex;
	align-items: baseline;
	margin: 30px 0;
}

.qa-box .qa dt p {
	margin: 0;
	padding-left: 15px;
	font-weight: bold;
	width: 100%;
	font-size: 20px;
	color: #009f7a;
}

.qa-box .qa dd p {
	margin: 0;
	padding-left: 15px;
	width: 100%;
	font-size: 19px;
	line-height: 29px;
}

.qa-box .qa dt::before {
	content: "Q";
	display: flex;
	justify-content: center;
	align-items: center;
	background: #bcd400;
	color: #fff;
	width: 40px;
	height: 38px;
	border-radius: 50px;
}

.qa-box .qa dd::before {
	content: "A";
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ff6695;
	color: #fff;
	width: 40px;
	height: 38px;
	border-radius: 50px;
}

/* qa-box LINK */
.qa-box a {
	color: #6C3; /*リンクの色*/
	text-decoration: underline; /*下線あり*/
}

.qa-box a:visited {
	color: #6C3;/*リンクの色*/
}

.qa-box a:hover {
	color: #C30; /*リンクの色*/
	text-decoration: none; /*下線無し*/
}


/* ADDRESS */
.add_area{
	clear: none;
	float: left;
	width: 960px;
	margin:60px 0px 60px 0px;
}

.add_midashi{
	clear: none;
	float: left;
	width: 250px;
}

.add_midashi img{
	width: 250px;
}

.add_box_pc{
	clear: none;
	float: left;
	width: 660px;
	margin:0 0 0 50px;
}

.add_box_pc p{
	font-size: 19px;
	line-height: 35px;
}

.add_box_sp{
	display:none;
}

.add_box_sp p{
	display:none;
}

#foot {
	clear:both;

}


h2 {
	font-weight: normal;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-size: 15px;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
	padding-bottom: 5px;
}

