@charset "UTF-8";

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}

body {
line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
display:block;
}

nav ul {
list-style:none;
}

blockquote, q {
quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}

a {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}

ins {
background-color:#ff9;
color:#000;
text-decoration:none;
}

mark {
background-color:#ff9;
color:#000; 
font-style:italic;
font-weight:bold;
}

del {
text-decoration: line-through;
}

abbr[title], dfn[title] {
border-bottom:1px dotted;
cursor:help;
}

table {
border-collapse:collapse;
border-spacing:0;
}

hr {
display:block;
height:1px;
border:0; 
border-top:1px solid #cccccc;
margin:1em 0;
padding:0;
}

input, select {
vertical-align:middle;
}


/*========================================
    base
========================================*/

html,body {
    background: #fff url(/sp/asset/img/bg-body.png) repeat center top;
    background-size: 250px 250px;
	font-size: 62.5%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
    color: #000;
}

img {
    vertical-align: bottom;
}

a {
	color: #a90101;
	text-decoration: none;
    outline: 0;
}z

strong {
	font-weight: 700;
}

.inner {
}

.clearfix:after {
    content:"";
    display:block;
    clear:both;
}

.breakctrl {
    display: inline-block;
}

/*========================================
    Header
========================================*/
#header {
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	padding: 10px 10px 16px;
	display: flex;
	justify-content: space-between;
	height: 53px;
	box-sizing: border-box;
	z-index: 5000;
    background: #fff url(/sp/asset/img/bg-body.png) repeat-x center top;
    background-size: 250px 250px;
}
#header .logo {
	width: 72.666%;
}
#header .logo img {
	height: 32px;
	width: auto;
}
#header .btn-menu {
	width: 12.166%;
}
#header .btn-menu a {
	position: relative;
	display: block;
	text-decoration: none;
	width: 100%;
	height: 32px;
	text-indent: -9999px;
	border: 0;
	outline: none;
	background: url(/sp/asset/img/btn-menu.png) no-repeat right top;
	background-size: contain;
	
}
#header.active .btn-menu a {
	background: url(/sp/asset/img/btn-menu_open.png) no-repeat right top;
	background-size: contain;
}
#header .nav {
	position: fixed;
	opacity: 0;
	left: -100%;
	top:0;
	transition: opacity 0.3s;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.6);
}
#header.active .nav {
	left: 0;
	opacity: 1;
}
#header .nav ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 17.5%;
	list-style: none;
	border-bottom: 2px solid #000;
}
#header .nav li {
	width: 50%;
	box-sizing: border-box;
	border-top: 2px solid #000;
	border-right: 1px solid #000;
}
#header .nav li:nth-child(even) {
	border-left: 1px solid #000;
	border-right: 0;
}
#header .nav li a {
	display: block;
	background-color: #fff;
	padding: 15px;
	box-sizing: border-box;
}
#header .nav li a img {
	height: 16px;
	width: auto;
}

/*========================================
    Content
========================================*/
#content {
	padding-top: 53px;
	position: relative;
	z-index: 1;
}
#content .ttl-content {
	text-align: center;
	background: url(/sp/asset/img/bg-title_content.png) repeat-x center bottom;
	background-size: 17px 6px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#content .ttl-content img {
	height: 58px;
	width: auto;
}

#content .title-common {
	padding: 0 15px 15px;
	border-bottom: 2px solid #000;
	position: relative;
	font-size: 1.6rem;
	line-height: 135.483%;
}
#content .title-common.toggle:after {
	content:'';
	width: 10px;
	height: 6px;
	position: absolute;
	background: url(/sp/asset/img/btn-title_open.svg) no-repeat left top;
	background-size: contain;
	right: 15px;
	bottom: 15px;
}
#content .title-common.toggle.open:after {
	background: url(/sp/asset/img/btn-title.svg) no-repeat left top;
	background-size: contain;
}



/*========================================
    footer
========================================*/
#footer {
    margin-top: 30px;
    padding-bottom: 30px;
}
#footer .copy {
    text-align: center;
    font-size: 1.0rem;
    font-family: Arial, sans-serif;
}