@charset "Shift_JIS";
/* CSS Document */

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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.hack:after {
	display: block;
	clear: both;
	content: "";
}
.clear {
	clear:both;
}

img {/*画像の隙間をなくす*/
	vertical-align: bottom;
}

/*----------------------------------------------------*/

html,body {
	width:100%;
	height:100%
}

body {
	color:#ccc;
	font-size:13px;
	line-height:2em;
/*    background-image: url(../img/common/common_bg_img.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
	background-attachment: fixed;
    height: 100vh;
    padding-top: 0vh;*/
}

/*フェードインここから*/
/*JSは無関係*/
#wrap {
    animation: zoomInDown 4s both;/*動作時間*/
}

@keyframes zoomInDown {
0% {opacity: 0;}
60% {opacity: 1;}
}
/*フェードインここまで*/

#wrap {
	width: 100%;
	height:100%;
}

section {
	clear:both;
}


/*----------------------------------------------------*/

.tbold {font-weight: bolder;}

.red_txt{font-weight: bold !important;color: #901e23 !important;}
.w_txt{color:#fff !important;}

.tleft {text-align:left;}
.tright {text-align:right}
.tcenter {text-align:center;}

/*----------------------------------------------------*/

.font_size_110 {font-size: 110%;}
.font_size_120 {font-size: 120%;}
.font_size_130 {font-size: 130%;}
.font_size_140 {font-size: 140%;}
.font_size_150 {font-size: 150%;}

/*----------------------------------------------------*/

/*float*/
.fleft {float:left;}
.fright {float:right;}
.fclear {clear:both;}

/*----------------------------------------------------*/

a:link {
	text-decoration:underline;
	color: #1b95d4;
	font-weight: bold;
}
a:visited	{
	text-decoration:underline;
	color: #1b95d4;
	font-weight: bold;
}
a:hover		{
	text-decoration:none;
	color:#e60012;
	font-weight: bold;
}
a:active	{
	text-decoration:none;
	color:#000;
	font-weight: bold;
}


/*commonメニュー----------------------------------------------------*/
/*ヘッダー----------------------------------------------------*/
/*ここはPCとSPで振り分け*/
.common header {
	width: 100%;
    padding-top: 10px;
}

.common header #head {
	width: 100%;
	border-top:1px #901e23 solid;
}

.common header h1 {
/*	width: 290px;
	float: left;*/
}

.common header nav {
/*	float: right;
    width: 743px;
    height: 75px;
    background-image: url("../img/common/common_menu_back.png");
    background-repeat: no-repeat;
    background-position: 0 0;*/
}

.common header nav ul {
    margin: 10px 0 0 4px;
/*    height: 75px;*/
}

.common header nav ul a {
	width: 178px;
    display: block;
	float: left;
}


/*各ページタイトル----------------------------------------------------*/
.common h2 {
	width: 980px;
	font-size:20px;
	text-align:center;
    letter-spacing:0.2em;/*字間*/
	margin:10px auto 5px auto;
	color:#CCC;
	border-bottom: 1px solid #555;
	padding:30px 0 7px 0;
    clear: both;
}

@font-face{
	font-family: 'Helvetica Black';
    src: url('./fonts/fontsbin.com_helvetica-black.ttf') format('truetype');
}

.common h3 {
	font-size:85%;
    letter-spacing:1em;/*字間*/
	text-align:center;
	font-family: 'Helvetica Black';
    color: #901e23;
	margin:0 0 10px 0;
    opacity: 0.6;
}

/*フッダー----------------------------------------------------*/
.common footer {
	width: 100%;
	height:86px;
}

.common #foot_1 {/*トップページのみ*/
/*	width: 100%;*/
	height:26px;
    font-size: 12px;
    color: #222;
    text-align: right;
    padding-right: 20px;
}

.common #foot_1_2 {/*トップページ以外*/
	height:26px;
    font-size: 12px;
    color: #111;
    text-align: center;
}

.common #foot_2 {
	width: 100%;
	height:60px;
    background-color: rgba(0,0,0,0.6);
}

.common .left {
	width:50%;
	float:left;
    font-size: 85%;
    color: #999;
    padding:5px 0 0 20px;
}

.common .right {
	width:175px;
	float:right;
}


/*PC----------------------------------------------------*/
@media print, screen and (min-width: 641px) {
.sp_img {
	display:none;
}
.pc_img {
	display:block;
}
}

/*SP----------------------------------------------------*/
@media print, screen and (max-width: 640px) {
.sp_img {
	display:block;
}
.pc_img {
	display:none;
}
}
