@charset "UTF-8";

/* **********************************************************************
基本設定
* ******************************************************************** */
body {
	background: #f2f2f2;
	color: #444;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: 300;
	text-align: justify;
	letter-spacing: .03em;
}

/* link */
a {
	color: #ed283e;
	text-decoration: none;
	transition: .3s;
}
a:hover {color: #e6793b;}
a:active, a:focus {outline: 0;}

.hidden {display: none;}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){
	.x2 {zoom: .5;}
}

/* ****************************************************************************
Note
**************************************************************************** */
.logo {
	width: 240px;
	margin: 24px 0;
}
.note {
	margin-bottom: 36px;
	padding: 24px 36px 36px;
	background: #fff;
}
.page-ttl {
	margin-bottom: 24px;
	font-size: 2.4rem;
}
dt {
	margin-bottom: 24px;
	font-size: 1.8rem;
	font-weight: bold;
}
dd {
	margin-bottom: 24px;
	font-size: 1.4rem;
	line-height: 1.8;
}
.note p {
	margin-bottom: 16px;
	font-size: 1.4rem;
	line-height: 1.8;
}

/* ****************************************************************************
Responsive
**************************************************************************** */

/* Text Adjust 561px以上 */
@media screen and (min-width: 561px) {
}
/* medium 641px以上 */
@media screen and (min-width: 641px) {
}
/* 768px以上 */
@media screen and (min-width: 768px) {
/* ****************************************************************************
Note
**************************************************************************** */
	.logo {
		width: 384px;
		margin: 48px 0;
	}
	.note {
		margin-bottom: 72px;
		padding: 56px 72px 72px;
	}
	.page-ttl {
		font-size: 3.2rem;
	}
	dt {
		font-size: 2.0rem;
	}
	dd {
		margin-bottom: 32px;
		font-size: 1.6rem;
	}
	.note p {
		margin-bottom: 24px;
		font-size: 1.6rem;
	}

}
/* large 981px以上 */
@media screen and (min-width: 981px) {
}
