@charset "utf-8";
/* CSS Document */
html {
  min-height: 100%;
  position: relative;
}
body{
	margin: 0 auto;
	padding: 0;
	font-family:Shin Maru Go Regular,'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.75;
	width: 100%;
	max-width: 820px;
 	background-color: #e94a1e;
	color: #fff;
}
.fs08 { 
	font-size: 0.7rem;
	display: block;
}
.pc { display: none; }
.tc { text-align: center; }
/* ヘッダー */
h1 { 
	width: 100%;
}
h1 img {
	display: block;
    max-width: 820px;
    width: 100%;
    margin: 20px 0 0 1rem;
}

.head_wrap { 
    width: 100%;
}
/*　ぺージトップ　*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 10px;
	z-index: 5;
}
.pagetop a {
	display: block;
    text-indent: -9999px;
    background-image: url(../img/page.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 40px;
    background-size: contain;
    opacity: 0.8;
}
/* コンテンツ */
section { 
	padding-top: 80px;
	width: 100%;
}
.contents_wrap {
	width: 96%;
	max-width: 820px;
	margin: 50px auto;
}
.tile { 
	max-height: 50px; 
	margin-bottom: 50px!important;
}
.box-parent{
	width: 96%;
	padding: 0 2%;
}

.box-child img{ width: 100%; }
.box-child-text{ padding: 1rem; }
.box-child a{
	border: 1px solid #231815;
	margin: 1rem auto;
	padding: 0.5rem 1rem;
	float: right;
}
.main_nav { margin: 20px auto; }
.navi_l, .navi_r { 
	width: 96%;
    margin: 20px 2% 50px;
}
.navi_l, .navi_r a { color: #fff; }
/* フッター */
footer {
	background-color: #e94a1e;
	width: 100%;
	color: #fff;
	padding: 1rem 0 4rem;
}
address p { text-align: center; }

.pdf {
    margin-top: 1rem;
    display: block;
    text-align: center;
    font-size: 1.25rem;
}
.pdf a{
	border: 1px solid #fff;
	padding: 0.5rem 1rem;
	color: #fff;
}
.navi_l a { 
	color: #fff;
	text-decoration: underline;
}