/*
Author: AG2
Author URI: http://ag2works.tokyo/
*/

/**********************************
***********************************
Start of rest
   http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
***********************************
**********************************/
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 {
	font-family: 'Noto Sans JP', Helvetica, Arial, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 100%;
	vertical-align: baseline;
	padding: 0;
	margin: 0;
	border: 0;
}
/* 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;
}
/********************
AG2Origin
   http://ag2works.tokyo/
   Ver 1.0 - 1 Jun 2017
   License: none (public domain)
********************/
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
html,
body {
	width: 100%;
	min-width: 320px;
	word-wrap: break-word;
	word-break: normal;
	text-align: center;
	-webkit-text-size-adjust: 100%;/** for sp's font-size **/
	font-size: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: normal;
}
s, strike {
	text-decoration: line-through;
}
a {
	color: #44A7C2;
	text-decoration: none;
	transition: .2s;
}
img {
	width: auto;
	height: auto;
}
li {
	list-style: none;
}
hr {
	border-style: none;
	border: 1px solid #000000;
}
input, button, textarea, select {
	font-family: 'Noto Sans JP', Helvetica, Arial, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	background: none transparent;
	outline: none;
	border: none;
	border-radius: 0;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
::selection {
	color: #ffffff;
	background-color: #505050;
}
::-moz-selection {
	color: #ffffff;
	background-color: #505050;
}
/**********************************
***********************************
End of reset
***********************************
**********************************/

/** Start of body **/
html,
body {
	background-color: #fcfdf1;
	color: #707070;
}
.display-pc {
	display: none;
}
/** End of body **/
/**********************************
***********************************
Start of z-index
***********************************
**********************************/
#wrap {
	z-index: 9;
}
header,
footer {
	z-index: 999;
}
/**********************************
***********************************
End of z-index
***********************************
**********************************/

/**********************************
***********************************
Start of header
***********************************
**********************************/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #00001e;
	padding: 15px 0;
}
header h1 {
	display: inline-block;
	color: #fcfdf1;
	font-size: 12px;
	letter-spacing: .05em;
}
/**********************************
***********************************
End of header
***********************************
**********************************/

/**********************************
***********************************
Start of index
***********************************
**********************************/
#wrap {
	padding: 90px 30px;
}
#section-contents {}
.block-content {
	padding: 0 0 15px;
}
.p-url {
	color: #cc0000;
	font-size: 18px;
	line-height: 1.8;
	letter-spacing: .1em;
	padding: 0 0 45px;
	text-decoration: underline;
}
.block-content p {
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: .1em;
}
.p-designed {
	color: #909090;
	font-size: 10px;
	letter-spacing: .1em;
}
/**********************************
***********************************
End of index
***********************************
**********************************/

/**********************************
***********************************
Start of footer
***********************************
**********************************/
footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #00001e;
	padding: 15px 0;
}
#copyright,
#copyright a {
	display: inline-block;
	color: #fcfdf1;
	font-size: 12px;
	letter-spacing: .05em;
}
#copyright a {
	position: relative;
	transition: .2s;
}
#copyright a:hover {
	color: #ffffff;
}
#copyright a::after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-bottom: 1px dotted;
}
/**********************************
***********************************
End of footer
***********************************
**********************************/