@charset "utf-8";
/*
///////////////////////////////////////////////////////////////////////////////////
//
//  基本CSS設定
//
///////////////////////////////////////////////////////////////////////////////////
/*
/* [RESET,FORMAT]
--------------------------------------------------------------------------*/

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%;
  font-style: normal;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section {
	display: block;
}
ul, li {
	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;
	color: #545454;
	text-decoration: none;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	word-break: break-all;
}
a:hover {
	opacity: 0.5;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}
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;
	line-height: 180%;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #CCC;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}

/* [SITE FORMAT]
--------------------------------------------------------------------------*/
html, body {
	/*font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;*/
	font-family: 'Noto Serif JP', serif;
	font-size: 17px;
	height: 100%;
	line-height: 200%;
	color: #545454;
}
img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
header {
	width: 100%;
	position: relative;
	box-shadow: 0 0 10px rgba(166, 166, 166, 0.70);
	-moz-box-shadow: 0 0 10px rgba(166, 166, 166, 0.70);
	-o-box-shadow: 0 0 10px rgba(166, 166, 166, 0.70);
	-ms-box-shadow: 0 0 10px rgba(166, 166, 166, 0.70);
	padding-top: 30px;
}
h1 {
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	background: url(../images/common/bg_h1.png) no-repeat center bottom;
	padding-bottom: 40px;
	margin-bottom: 40px;
	color: #101217;
}
h3 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #101217;
	margin-bottom: 40px;
}
h5 {
	font-size: 18px;
	font-weight: bold;
	color: #101217;
	margin-bottom: 15px;
}
main {
	background: #1b1d22;
	text-align: center;
}
main h1,
main p {
	color: #FFF;
}
main h1 {
	width: 100%;
	text-align: center;
	font-size: 40px;
	background: none;
	line-height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 140px;
	letter-spacing: 0.2em;
}
main p {
	width: 100%;
	text-align: center;
	font-size: 20px;
	line-height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 195px;
}
main img {
	width: 100%;
	max-width: 1140px;
	height: auto;
	max-height: 660px;
}
main div {
	position: relative;
	width: 1140px;
	margin: 0 auto;
}
footer {
	background: #1b1d22;
	color: #FFF;
	font-size: 14px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
footer a {
	color: #FFF;
}
footer .pkg {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 60px 0;
}
#addr {
	width: 240px;
	float: left;
}
#addr img {
	width: 204px;
	margin-bottom: 20px;
}
#links {
	width: 870px;
	float: right;
}
#links br {
	display: none;
}
#copyright {
	background: #101217;
	line-height: 50px;
	font-size: 10px;
}
#copyright p {
	width: 1140px;
	margin: 0 auto;
}
#copyright p i {
	font-size: 10px !important;
	vertical-align: middle;
	margin: -2px 0 0 5px;
}
.back_top {
	background: #101217;
	width: 60px;
	height: 60px;
	line-height: 60px;
	display: block;
	position: fixed;
	right: 20px;
	bottom: 20px;
	color: #FFF;
	font-size: 24px;
	text-align: center;
	z-index: 3;
}
.breadcrumbs {
	background: #FFF;
	border-top: solid 1px #f5f5f5;
	font-size: 10px;
	line-height: 30px;
	padding: 0;
	margin: 0;
}
.breadcrumbs div {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	text-align: center;
	box-sizing: border-box;
	position: relative;
	box-sizing: border-box;
	line-height: 17px;
}
.breadcrumbs span {
	display: inline-block;
	/*white-space: nowrap;*/
	margin: 0;
	padding: 0;
	color: #545454;
}
.breadcrumbs div a {
	color: #545454;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="date"],
input[type="submit"],
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	vertical-align: middle;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #f5f5f5;
	border: none;
	width: 100%;
	font-size: 16px;
	line-height: 50px;
	padding: 0px 10px;
	/*font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;*/
	font-family: 'Noto Serif JP', serif;
}
select {
	background: #FFF;
	border: solid 1px #DDD;
	width: 100%;
	font-size: 16px;
	line-height: 32px;
	height: 32px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-family: 'Noto Serif JP',serif;
}
input[type="checkbox"],
input[type="radio"] {
	vertical-align: middle;
	margin-top: -1px;
}
input[type="submit"] {
	cursor: pointer;
	-webkit-transition: opacity 0.6s ease-out;
	-moz-transition: opacity 0.6s ease-out;
	-ms-transition: opacity 0.6s ease-out;
	transition: opacity 0.6s ease-out;
	width: 660px;
	/*height: 56px;*/
	line-height: 56px;
	display: block;
	background: #148289;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #FFF;
	text-align: center;
	margin: 0 auto;
}
input[type="submit"]:hover {
	opacity: 0.50;
	-webkit-opacity: 0.50;
	-moz-opacity: 0.50;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}

input.backBtn{
	background-color:#CCC;
}

.list-sns {
    float: right;
    margin: 15px 0 0 0;
}
.list-sns li {
    margin-left: 10px;
    list-style-type: none;
    float: left;
}

ul.footer-bn{
    text-align: right;
    padding: 0;
    margin: 10em 0 2em;
}
ul.footer-bn li{
	list-style:none;
	width:328px;
	height:15%;
	display:inline-block;
	box-sizing:border-box;	
	margin:0;
}
ul.footer-bn li:nth-child(2){
	margin-left:8px;
}
ul.footer-bn li img{
	width:100%;
}