@charset "UTF-8";

/***********************************************************************************
  初期設定
***********************************************************************************/

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, img, strong, dl, dt, dd, ol, ul, li, form, label, input, textarea, select, table, tr, th, td,  article, aside, canvas, details, figure, figcaption, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

html {
	font-size: 62.5%;
}

body {
	color: #333333;
	background-color: #ffffff;
	font-size: 1.5em;
	line-height: 1.6;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, Verdana, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6, strong, th {
	font-weight: normal;
}

div, p, h1, h2, h3, h4, h5, h6, th, td {
	word-break: break-all;
	word-wrap: break-word;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	color: #0033cc;
	text-decoration: none;
	outline: none;
}

a:visited {
	color: #3300cc;
}

p {
	text-align: justify;
	text-justify: distribute;
}

form {
	display: inline;
}

/***********************************************************************************
  フォーム初期設定
***********************************************************************************/

label {
	margin-right: 1.5rem;
	display: inline-block;
}

label input {
	margin-right: .3rem;
}

input,
select,
textarea {
	color: #555555;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, Verdana, sans-serif;
}

input[type=submit],
input[type=reset],
input[type=button],
input[type=text],
input[type=password],
select,
textarea {
	margin-right: -1px;
	font-size: 1.3rem;
	border: 1px #aaaaaa solid;
}

input[type=submit],
input[type=reset],
input[type=button] {
	padding: .2rem 1.5rem .2rem 1.4rem;
	letter-spacing: .1rem;
	background: linear-gradient(to bottom, #ffffff, #eeeeee);
}

input[type=text],
input[type=password],
textarea {
	width: 90%;
	max-width: 40rem;
}

input[type=text],
input[type=password] {
	padding: .2rem 0 .2rem .2rem;
}

textarea {
	padding: .2rem;
	min-height: 6rem;
}

select {
	max-width: 100%;
	padding: .1rem .2rem;
}

/***********************************************************************************
  全般
***********************************************************************************/

.frame {
	margin: 0 auto;
}

.block {
	margin-bottom: 2rem;
	display: block;
}

.space {
	margin-bottom: 3rem;
	display: block;
}

.border {
	padding-bottom: 2rem;
	border-bottom: 1px #dddddd solid;
}

.title {
	padding-bottom: 1.2rem;
	border-bottom: 1px #dddddd solid;
}

.title h2,
.title h3,
.title h4,
.title strong {
	font-size: 2.4rem;
	letter-spacing: .2rem;
}

.subtitle h2,
.subtitle h3,
.subtitle h4,
.subtitle strong {
	font-size: 1.8rem;
	letter-spacing: .1rem;
}

.indent {
	padding-left: 2rem;
}

.no_indent {
	text-indent: -0.5em;
}

.error {
	color: #cc3333;
}

.hidden {
	display: none;
}

.clear {
	clear: both;
}

/***********************************************************************************
  フォーム
***********************************************************************************/

.form {
	padding: 2rem;
	background-color: #eeeeee;
	border-radius: .2rem;
}

.form .name {
	margin-bottom: 1rem;
}

.form .value {
	margin-bottom: 1.5rem;
	padding-left: 1.5rem;
	color: #555555;
}

.form .second {
	margin-top: 1rem;
}

.form .notice {
	margin-top: 1rem;
	color: #888888;
	font-size: 1.4rem;
}

.form .error {
	margin-top: .5rem;
	font-size: 1.4rem;
}

.form .buttons {
	margin-bottom: 1rem;
	padding-top: 1rem;
	padding-left: 1.5rem;
}

.form .buttons input[type=button],
.form .buttons input[type=submit],
.form .buttons input[type=reset] {
	margin: 0 1.5rem 0 0;
	padding: .3rem 2.9rem .3rem 3rem;
	font-size: 1.4rem;
}

.form .buttons label {
	margin: 0 0 0 1.5rem;
}

/***********************************************************************************
  リスト
***********************************************************************************/

.list li {
	margin: .8rem 0;
}

.list li a,
.list li span {
	padding-left: 1.6rem;
	background: url(../img/triangle.png) no-repeat left center;
	background-size: .8rem;
	display: inline-block;
}

/***********************************************************************************
  固定要素
***********************************************************************************/

.float {
	z-index: 1;
	position: fixed;
	left: 0;
	right: 0;
}

.float::before {
	content: "";
	background-color: #111111;
	opacity: 0.9;
}

.float::before,
.float .content {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

/***********************************************************************************
  ヘッダー
***********************************************************************************/

header h1 {
	height: 5rem;
	text-indent: -9999px;
}

/***********************************************************************************
  固定ヘッダー
***********************************************************************************/

#top {
	height: 5rem;
	top: 0;
}

#logo {
	height: 2rem;
	margin-top: 1.5rem;
	color: #ffffff;
	font-size: 2rem;
	letter-spacing: 0.2rem;
	line-height: 1;
	/*
	width: 20rem;
	height: 2rem;
	margin-top: 1.5rem;
	text-indent: -9999px;
	background: url(../img/title.png) no-repeat center;
	background-size: contain;
	*/
	display: block;
}

/***********************************************************************************
  フッター
***********************************************************************************/

footer {
	border-top: 1px #cccccc solid;
	padding: 2rem 0;
}

#copyright {
	color: #555555;
	font-size: 1.4rem;
	text-align: center;
}

/***********************************************************************************
  固定フッター
***********************************************************************************/

#bottom {
	bottom: 0;
}

/***********************************************************************************
  上スクロール
***********************************************************************************/

#scroll_top {
	width: 6rem;
	height: 6rem;
	background: #111111 url(../img/arrow.png) no-repeat center;
	background-size: 4rem;
	text-indent: -9999px;
	border-radius: .2rem .2rem 0 0;
	opacity: 0.9;
	z-index: 1;
	display: none;
	position: fixed;
	right: 40px;
	bottom: 0;
}

/***********************************************************************************
  バックリンク
***********************************************************************************/

main .back {
	padding-top: .4rem;
	color: #111111;
	letter-spacing: .2rem;
	opacity: 0.9;
	display: inline-block;
}

main .back::before {
	content: "";
	margin-right: 1.2rem;
	width: 4.5rem;
	height: 4.5rem;
	background: #111111 url(../img/arrow.png) no-repeat center;
	background-size: 3rem;
	border-radius: .2rem;
	transform: rotateZ(270deg);
	vertical-align: middle;
	display: inline-block;
}

/***********************************************************************************
  モーダル
***********************************************************************************/

#cover {
	background-color: #111111;
	opacity: 0.9;
	z-index: 2;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#modal,
#modal_frame {
	z-index: 3;
	display: none;
	position: fixed;
}

#modal {
	max-width: 80%;
	max-height: 80%;
	padding: 2rem;
	background-color: #ffffff;
	overflow: auto;
}

#modal_frame {
	background-color: #cccccc;
	border-radius: .2rem;
	top: 50%;
	left: 50%;
}

#modal .block:last-child,
#modal .space:last-child {
	margin-bottom: 0;
}

/***********************************************************************************
  ボディ
***********************************************************************************/

#body {
	padding: 3rem 0;
}

#body::after {
	content: "";
	clear: both;
	display: block;
}

/***********************************************************************************
  サイド
***********************************************************************************/

.side {
	min-height: 1px;
}

.side .subtitle {
	padding: 1rem 1rem 1rem .9rem;
	text-align: center;
	background-color: #eeeeee;
	border-radius: .2rem;
}

.side .title h2,
.side .title h3,
.side .title h4,
.side .title strong {
	font-size: 1.6rem;
	letter-spacing: .1rem;
}

.side .subtitle h2,
.side .subtitle h3,
.side .subtitle h4,
.side .subtitle strong {
	font-size: 1.5rem;
}

.side .form .value {
	padding-left: 0;
}

.side .form .buttons {
	margin-bottom: .5rem;
	padding-left: 0;
}

.side .form input[type=text],
.side .form input[type=password],
.side .form textarea {
	width: 95%;
}

.side .form input[type=button],
.side .form input[type=submit],
.side .form input[type=reset] {
	width: 100%;
	margin: 0;
}

.side .list li a,
.side .list li span {
	display: block;
}

/***********************************************************************************
  メイン
***********************************************************************************/
