@charset "UTF-8";

/* Constructions
------------------------- */
.first-inner {
	width:1200px;
	margin:auto;
}
/* Header
------------------------- */
body > #wrap-header header > #wrap_headertop {
	background:#214DB5;
}
body > #wrap-header header > #wrap_headertop h1 a {
	display:inline;
	line-height:1.2;
	text-decoration:none;
	letter-spacing:0;
	font-size:2.2rem;
	color:#fff;
}
body > #wrap-header header > #wrap_headertop h1 a img {
	vertical-align: -8px;
	margin-right: 5px;
}
body > #wrap-header header > #wrap_headertop p {
	display:inline-block;
	line-height:1.2;
	font-size:1.2rem;
	color: #fff;
}
body > #wrap-header header > #wrap_headertop .first-inner {
	display:flex;
	justify-content: space-between;
	padding: 10px 0;
}
body > #wrap-header header > #wrap_headertop .first-inner p {
	width:calc(100% - 310px);
	padding-top: 13px;
	line-height:1.5;
	letter-spacing:2px;
}
/* Section
------------------------- */
body > section {
	padding-bottom:3rem;
}
#inner-top-section {
	padding:20px;
}
#inner-top-section > article {
	margin-bottom:32px;
}
/* Footer
------------------------- */
body > footer {
	padding:30px 0px 2px;
	background:#214DB5;
	font-size:1.4rem;
	color:#fff;
}
body > footer strong {
	font-size:2.4rem;
}
body > footer address {
	text-align:center;
	font-size:1.2rem;
	color:#fff;
}
body > footer a {
	text-decoration:none;
	color:#fff;
}
ul#inner-footer {
	margin-left:0;
}
ul#inner-footer li#text-3 {
	margin-bottom:50px;
}
ul#inner-footer li#text-4 {
	border-top: 1px dotted #fff;
	padding-top:20px;
}
ul#inner-footer li#text-4 #site-id a {
	display: inline;
	line-height: 1.2;
	font-size: 1.8rem;
	color: #fff;
	text-decoration: none;
	letter-spacing: 0;
}
ul#inner-footer li#text-4 a img {
	vertical-align: -6px;
	margin-right: 5px;
}
ul#inner-footer li#text-4 .textwidget {
	display:flex;
	justify-content: flex-start; 
	align-items:baseline;
}
ul#inner-footer li#text-4 .textwidget div {
	margin-right:15px;
}
address {
	text-align: center;
	font-size:1.4rem;
	margin-top:20px;
}
#copyright span {
	display:inline-block;
	text-indent:1rem;
}
#close-window2 {
	display:none;
	position:absolute;
	margin:auto;
	top:-15px;
	right:-17px;
	z-index:99999;
	width:30px;
	height:30px;
}
#close-window2 button {
	cursor:pointer;
	outline:none;
	width:30px;
	height:30px;
	padding-top:4px;
	background:#214DB5;
	border:none;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	text-indent:1px;
	text-align:center;
	color:#fff;
}

input::-ms-reveal {		/* IE パスワード確認ボタン非表示 */
	display:			none;
}

/* ----- [ end of base.css ] ----- */