@charset "utf-8";
/* CSS Document */

/* 基本設定 */
* {
	margin: 0px;
	padding: 0px;
}
html {
overflow-x: hidden;
}
body {
	font-family: "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Verdana, Arial, Meiryo, "MS P Gothic", "MS Pゴシック", sans-serif;
	font-weight: normal;
	color: #231815;
	background-color: #FFF;
	font-size: 18px;
	line-height: 100%;
	background-image: url(../img/bk.png);
	background-attachment: fixed;
}
img {
	border: none;
-webkit-backface-visibility: hidden;
}
ul {
	list-style-type:none;
}
li img { 
  vertical-align:bottom; 
}
p {
	font-size: 18px;
	line-height: 1.7em;
	margin-bottom: 0.5em;
}
a {
	color: #231815;
	text-decoration: none;
}
a:hover {
	color: #ce004c;
	text-decoration: underline;
}
a img {
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
a:hover img {
opacity:0.6;
filter: alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
}
.clear {
	clear: both
}
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.pc {
	display: block;
}
.sp {
	display: none!important;
}
.sp_navi {
	display: none!important;
}


/* 基本テンプレート設定 */

#wrapper {
	position:relative; /*gototopの親要素に指定*/
}
#header {
	width:1050px;
	margin-left:auto;
	margin-right:auto;
	height: 93px;
	padding-top:20px;
}
#header dl {
	float:left;
	width:224px;
}
#header dt,
#header dd {
	width:224px;
}
#header dt img,
#header dd img {
	width:100%!important;
	vertical-align: bottom;
}
#header dl a:hover img {
opacity:1;
filter: alpha(opacity=100);
-ms-filter: "alpha( opacity=100 )";
}
#header h1 {
	float:left;
	width:346px;
	padding-top:19px;
	font-size: 28px;
	line-height: 1em;
	text-shadow: 1px 1px 1px #FFF;
	text-align:center;
}
#header h1 a {
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
#header h1 a:hover {
	color: #231815;
	text-decoration: none;
opacity:0.6;
filter: alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
}
#header ul {
	width:480px;
	float:right;
}
#header li {
	float:left;
	font-size: 11px;
	line-height: 1.3em;
	color: #231815;
	font-weight:bold;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #231815;
	height: 62px;
	width: 165px;
	text-shadow: 1px 1px 1px #FFF;
}
#header li span {
	font-size: 10px;
	display:block;
	font-weight:normal;
}
#header li:first-child {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #231815;
}
#header li a {
	display:block;
	width:100%;
	height: 42px;
	padding-top:20px;
	color: #231815;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
#header li a:hover {
	text-decoration: none;
	color: #999;
opacity:0.6;
filter: alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
}
#header ul #search,
#header ul #menu {
	height: 93px!important;
	width: 61px;
	border:none;
	padding:0px;
}
#header ul #search img ,
#header ul #menu img {
	margin-bottom:20px;
}
#header ul #search {
	margin-left:358px;
}
/*
#header ul #search {
	margin-left:25px;
}
*/
#header #search-checkbox {
	display: none;
}
#header ul #search:hover .search {
	max-height: 9999px;
	opacity: 1;
	z-index: 101;
}
#header ul .search {
	transition: all .2s ease-in;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	width: 100%;
	text-align: left;
	position: absolute;
	padding-left:0px;
	background-color: #6D6D6D;
	padding-top: 15px;
	padding-bottom: 15px;
	left: 0px;
}
#header ul .search .main {
	width:1050px;
	margin-left:auto;
	margin-right:auto;
}
#header ul .search .main form {
	float: right;
	width: 370px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header ul .search .main form h6 {
	font-size: 12px;
	line-height: 1em;
	color: #FFF;
	margin-right: 1em;
	text-shadow: 0px 0px 0px #FFF;
	display: inline;
	font-weight: normal;
}
#header ul .search .main form input {
	padding: 0.3em;
	width: 200px;
	font-size: 13px;
	line-height: 1em;
	display: inline;
}
#header ul .search .main form button {
	font-size: 13px;
	line-height: 1em;
	color: #000;
	background-color: #FFF;
	text-align: center;
	padding: 0.3em 0.5em;
	margin-left: 1em;
	display: inline;
}
#header #hm-checkbox {
	display: none;
}
#header ul #menu:hover .menu {
	max-height: 9999px;
	opacity: 1;
	z-index: 100;
}
#header ul .menu {
	transition: all .2s ease-in;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	width: 100%;
	text-align: left;
	position: absolute;
	padding-left:0px;
	background-color: #6D6D6D;
	padding-top: 30px;
	padding-bottom: 20px;
	left: 0px;
}
#header ul .menu .main {
	width:1050px;
	margin-left:auto;
	margin-right:auto;
}
#header ul .menu ul {
	width:auto!important;
	height: auto!important;
	float:left!important;
	margin: 0px!important;
	padding: 0px!important;
	padding-left: 40px!important;
}
#header ul .menu li {
	float:none!important;
	font-size: 13px!important;
	line-height: 1.3em!important;
	color: #FFF!important;
	font-weight:normal!important;
	text-align: left!important;
	height: auto!important;
	width: auto!important;
	border: none!important;
	text-shadow: 0px 0px 0px #FFF!important;
	padding: 0px!important;
	padding-left: 15px!important;
	margin: 0px!important;
	margin-left: 1em!important;
	margin-bottom: 0.5em!important;
	background-image: url(../img/menu_li.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	background-size:7px;
}
#header ul .menu li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	width: 100%!important;
	height: auto!important;
	margin: 0px!important;
	padding: 0px!important;
}
#header ul .menu li a:hover {
	color: #FF0;
	text-decoration: underline;
opacity:1;
filter: alpha(opacity=100);
-ms-filter: "alpha( opacity=100 )";
}
#header ul .menu h6 {
	font-size: 14px;
	line-height: 1em;
	color: #FFF;
	margin-bottom:1em;
	text-shadow: 0px 0px 0px #FFF!important;
}

#container {
	padding-top:30px;
	padding-bottom:60px;
}
#container .main {
	width:1050px;
	margin-left:auto;
	margin-right:auto;
}
#contents {
	width:1050px;
	margin-left:auto;
	margin-right:auto;
}
#footer {
	background-color: #6d6d6d;
	padding-top:40px;
}
#footer .main {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	padding-left:100px;
	padding-bottom:40px;
}
#footer .main ul {
	width:auto;
	margin-right:80px;
	float:left;
}
#footer .main ul img {
	margin-top:1em;
}
#footer .main ul li {
	color: #FFF;
	font-size: 11px;
	line-height: 1.3em;
	margin-bottom: 0.6em;
}
#footer .main ul li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	width: 100%;
}
#footer .main ul li a:hover {
	color: #FF0;
	text-decoration: none;
}
#footer .main ul h5 {
	color: #FFF;
	font-size: 19px;
	line-height: 1em;
	margin-bottom: 1em;
}
#footer .main ul h6 {
	font-size: 12px;
	line-height: 1em;
	color: #FFF;
	margin-top:2em;
	margin-bottom:1.5em;
}
#footer .copy {
	padding-bottom: 20px;
	text-align: center;
	font-size: 10px;
	line-height: 1em;
	color: #FFF;
}
#form_navi {
	width: 69px;
	position: fixed;
	top:60px;
	right: 0px;
	z-index: 103;
}
#form_navi li {
	width: 69px;
	margin-top:47px;
}
#form_navi li:first-child {
	margin-top:0px;
}

/* 20200703追加設定 */

#info_link {
	background-color: #FFF;
	border: 1px solid #c01c25;
/*
	padding: 1em 30px;
	width:700px;
	border-radius:1em;
*/
	padding: 1em 20px;
	border-radius:10px;
	box-shadow:5px 5px 10px rgba(0,0,0,0.2);
	margin-left:auto;
	margin-right:auto;
	margin-top:3em;
	margin-bottom:4em;
	width:740px;
	text-align:center;
}
#info_link h5 {
	font-size: 24px;
	line-height: 1em;
	margin-bottom:0.5em;
	color: #c01c25;
/*
	font-size: 28px;
	width:600px;
	margin-bottom:0.3em;
*/
	margin-left:auto;
	margin-right:auto;
}
#info_link .left {
	float:left;
	width:380px;
}
#info_link p {
	font-size: 16px!important;
	line-height: 1em!important;
	margin-top:0.5em;
	margin-bottom:0px!important;
	text-align:left;
	text-indent: -1em;
	margin-left: 1em;
/*
	font-size: 18px!important;
	width:600px;
	line-height: 1.7em;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
*/
}
#info_link ul {
	width:360px;
	float:right;
	padding-top:1em;
}
/*
	position: absolute;
	margin-top: -70px;
	width:700px;
*/
#info_link li {
	float:left;
	width:12%;
	margin-left:4%;
/*
	float:right;
*/
}
#info_link ul li:first-child {
/*
	float:left;
*/
}
#info_link ul li img {
	width:100%;
}