@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.t_center{ text-align:center !important;}


/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	リンク・インプットをタップ時のクラス
------------------------------------------------------------*/
a.tapCtrl, input.tapCtrl,
.tapCtrl a, .tapCtrl input {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.tap {

}

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
	color: #192644;
}


body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #192644;
	text-decoration: none;
}

a:visited {
	color: #192644;
}

a:hover {
	color: #192644;
}

a:active {
	color: #192644;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #192644;
	font-size: 16px;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
	background: url(../images/img_bg_01.png) repeat top left #ffd72e;
	background-attachment: fixed;
}

@media screen and (min-width: 640px) {
	
	.pc {
		display: block;
	}
	
	.smp {
		display: none;
	}
	
}

@media screen and (max-width: 640px) {
	
	.pc {
		display: none;
	}
	
	.smp {
		display: block;
	}
	
}

header {
	width: 100%;
	background: #ffbc00;
}

header .inr {
	max-width: 980px;
	margin: 0 auto;
	padding: 5px 0;
}

header .logo {
	float: left;
	width: 277px;
}

header .logo img {
	width: 100%;
	max-width: 277px;
}


header .txtNav {
	float: right;
	width: 440px;
	padding: 10px 0;
	text-align: right;
}

header .txtNav p {
	font-size: 14px;
	color: #b6b6b6;
}

header .txtNav span {
	color: #b6b6b6;
}

header .txtNav a {
	font-size: 13px;
}

@media screen and (max-width: 980px) {

	header .inr {
		max-width: 960px;
		padding: 5px 10px;
	}

}

@media screen and (max-width: 750px) {
	
	header .logo {
		width: 230px;
	}
	
	header .txtNav {
		width: 100%;
	}
	
	header .txtNav p {
		font-size: 11px;
	}

	header .txtNav a {
		display: inline-block;
		font-size: 11px;
	}
	header .txtNav span {
		display: inline-block;
		font-size: 11px;
	}
}


@media screen and (max-width: 350px) {
	
	header .txtNav {
		display: none;
	}
}

@media screen and (max-width: 250px) {
	
	header .logo {
		width: 100%;
	}
	
}

footer {
	margin: 40px 0 0;
	padding: 10px 0;
	text-align: center;
	background: #ffbc00;
}

footer .copy {
	font-size: 12px;
	font-weight: bold;
}


@media screen and (max-width: 750px) {
	
	footer .copy {
		font-size: 10px;
	}

}

.ttl img {
	width: 100%;
	max-width: 980px;
	vertical-align: bottom;
}

.contentBox {
	background-image: url(../images/img_bg_02.png);
	background-repeat: repeat-y;
	background-position: top left;
	background-color:transparent;
	background-size: 100%;
}

.contentBtm {
	text-align: center;
	line-height: 0;
}

.contentBtm img {
	width: 100%;
	max-width: 980px;
}

@media screen and (max-width: 640px) {
	
	.contentBox {
		background-image: url(../images/img_smp_bg_02.png);
	}
	
}