﻿@charset   "utf-8";

/* ===== 
	Initialization
 ================================================== */

textarea { /* for chrome fontsize bug */
	font-family: sans-serif;
}
button {
	letter-spacing: normal;
	font-family: sans-serif;
}


/* ===== Basic design Styles ================================================== */

body {
	font-family: sans-serif !important;
	font-weight: 400;
}


/* =====================================
	 Basic and for SP
===================================== */

/* TOP PAGE  *********************************/
/* 構成 */
#feature h1{
	font-family: serif;
}

/* 2ND PAGE  *********************************/
#pageTtl h2{
	font-family: serif !important;
}

/* Parts  *********************************/
/* LIST */
.list02 li:before,
.dlist03 dt:before{
	font-size: 1.2em;
	line-height: 1.1;
}

/* よくある質問  *********************************/
.answer:after {
	left: 0;
	content: "回答";
	position: absolute;
	top: 75px;
	width: 50px;
	text-align: center;
	color: #f6c83f;
}


/* =====================================
	 for TB (min-width: 640px)
===================================== */
@media screen and (min-width: 640px) {

/* gnav  *********************************/
#gnav li a{
	font-family: serif;
	font-weight: bold;
	letter-spacing: 0.1em;
}

#gnav li#gnv04 a{
	padding: 36px 0 0;
}

}/* end TAB */

/* =====================================
	 for PC (min-width: 1024px)
===================================== */
@media screen and (min-width: 1024px) {

#gnav li#gnv04 a.this,
#gnav li#gnv04 a:hover{
	padding-top: 43px !important;
}

#gnav.thin li#gnv04 a,
#gnav.thin li#gnv04 a.this,
#gnav.thin li#gnv04 a:hover{
	padding-top: 21px !important;
}

}/* end PC */