@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}



/*PC*/
@media only screen and (min-width: 769px) {
.gridContainer {
	width:100%;
	padding:0;
	margin:auto;
	clear:none;
}

#div1 {
}

.zeroMargin_desktop {
    margin-left: 0;
}

.hide_desktop {
    display: none;
}

.pc {	display: block;}
.sp {	display: none;}


/*****************************
com
******************************/
.com_contents {
	width:1060px;
	margin:0 auto;
	position:relative;
}

.sub_tit_area {
	padding: 50px 0;
	text-align: center;
}

.sub_tit_txt::before {
	background: #b3b3b3 none repeat scroll 0 0;
	content: "";
	display: inline-block;
	height: 1px;
	margin: 0 20px 0 0;
	position: relative;
	top: -7px;
	width: 25%;
}

.sub_tit_txt02::after {
	background: #FFFFFF none repeat scroll 0 0;
	content: "";
	display: inline-block;
	height: 1px;
	margin: 0 0 0 20px;
	position: relative;
	top: -7px;
	width: 25%;
}


.sub_tit_txt02::before {
	background: #FFFFFF none repeat scroll 0 0;
	content: "";
	display: inline-block;
	height: 1px;
	margin: 0 20px 0 0;
	position: relative;
	top: -7px;
	width: 25%;
}

.sub_tit_txt::after {
	background: #b3b3b3 none repeat scroll 0 0;
	content: "";
	display: inline-block;
	height: 1px;
	margin: 0 0 0 20px;
	position: relative;
	top: -7px;
	width: 25%;
}

.com_tit_txt {
	position: relative;
	padding: 0.5em 0.5em 0.5em 1.8em;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #000;
	margin: 0 auto 30px;
}

.com_tit_txt::after {
	position: absolute;
	top: 50%;
	left:0.7em;
	transform:translateY(-50%);
	content: '';
	width: 8px;
	height:8px;
	border: solid 3px #446689;
	border-radius:100%;
}


/*.com_tit_txt {
	background-color: rgba(0, 0, 0, 0);
    border-bottom: 3px solid #abd5ff;
    color: #4080c2;
    font-size:1.4em;
    font-weight: bold;
    line-height: 1.3em;
	margin:0 auto 20px;
	padding-bottom:10px;
    text-align: left;
}*/

.com_tit_txt02 {
    font-size:1.2em;
    font-weight: bold;
	margin-bottom:20px;
    text-align: left;
}


.sub_tit_txt {
	color: #111111;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}

.sub_tit_txt02 {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}

.table_tag01 {
	width:100%;
	margin:0 auto 40px;
	padding:0;
}

.table_tag01 th {
	width:20%;
	text-align:left;
	padding:1%;
	border-bottom:1px dotted #0072bb;
	display:table-cell;
	color:#0072bb;
}

.table_tag01 td {
	width: auto;
	text-align:left;
	padding:1%;
	border-bottom:1px dotted #0072bb;
	display:table-cell;
}

.page_title {
	font-size: 2.5em;
    line-height: 1.2;
	color:#FFFFFF;
	padding-top:130px;
	text-shadow: 1px 1px 3px #000;  
}

.com_list_btn {
	width:500px;
	margin:40px auto;
	padding:0;
	list-style-type:none;
}

.com_list_btn li {
	width: 200px;
	padding: 0;
	text-align:center;
	border-radius: 50%;
	float:left;
	border: thick double rgba(255,255,255,1);
}

.com_list_btn li:last-child {
	float: right;
}

.com_list_btn li a {
	font-weight: bold;
	font-family: 'Noto Sans Japanese', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	width: 200px;
	height: 200px;
	display: table-cell;
	vertical-align: middle;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
	line-height: 150%;
	font-size: 1.2em;
}

.com_list_btn01 {
	background-color: rgba(231,73,100,0.70);
}

.com_list_btn01:hover {
	background-color: rgba(231,73,100,1.00);
}

.com_list_btn02 {
	background-color: rgba(68,170,222,0.70);
}

.com_list_btn02:hover {
	background-color: rgba(68,170,222,1.00);
}


.com_list_btn li,
.com_list_btn li:hover {
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}





.com_list_btn01 a,
.com_list_btn02 a {
	display:block;
	color:#FFFFFF;
}

.com_btn01 {
	width: 300px;
	margin:0 auto;
	/* border-radius */
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border:1px solid #0a77d5;
	text-align:center;
	color:#FFFFFF;
	font-size:1.2em;
	font-weight:bold;
	padding:0.5%;
	text-shadow: 1px 1px 3px #000; 
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d0e4f7+0,73b1e7+24,0a77d5+50,539fe1+79,87bcea+100;Blue+Pipe+%231 */

	background: #d0e4f7; /* Old browsers */
	background: -moz-linear-gradient(top,  #d0e4f7 0%, #73b1e7 24%, #0a77d5 50%, #539fe1 79%, #87bcea 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e4f7', endColorstr='#87bcea',GradientType=0 ); /* IE6-9 */
}

.com_btn01 a {
	display:block;
	color:#FFFFFF !important;
}


.scroll-box {
	width:100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin-bottom:30px;
}

.scroll-box::-webkit-scrollbar {
  height: 5px;
}

.scroll-box::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}

.scroll-box::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}

.com_page_txt {
	font-weight: bold;
	font-family: 'Noto Sans Japanese', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	background-color: rgba(255, 255, 255,0.8);
	padding: 4% 1%;
    font-size: 1.2em;
    line-height: 2.4em;
	margin: 0 auto 50px;
    text-align: center;
	/* border-radius */
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
}


/*============================
header
============================*/
header {
	width: 100%;
	margin:0 auto;
	position:relative;
	z-index:100;
	padding:0;
}
header .pc { position: fixed; width: 100%; z-index: 1000; background: #FFF; height: 120px;}

header table { width: 100%; font-size: 0.9em; box-shadow:0px 3px 3px -1px rgba(0,0,0,0.3);}
header table tr:nth-of-type(1) { border-bottom: solid 1px #FFF;}
header table th { width: auto; padding: 0; text-align: center;}
header table td { width: auto; padding: 0; text-align: center; border-left: dotted 1px #333;}
header table td a { width: auto; padding: 5px 0; display: block; color: #FFF; text-shadow: 1px 1px 0 #333;}
header table td a:visited { color: #FFF;}
header table td a:hover { opacity: 0.6; color: #FFF;}
header table tr:nth-of-type(1) td a { background: #dd2144;}
header table tr:nth-of-type(2) td a { background: #0e6cae;}

/*.logo_img {
	position:absolute;
	top:30px;
	left:10px;
	width:230px;
	height:26px;
	z-index:100;
}*/

.g_navi { display: block; font-size: 12px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; white-space: nowrap; margin: 0 20px 5px auto; text-align: right; }
.g_navi a { color: #000000;}
.g_navi a:hover { color: #f30000;}

.sp_list {
	display:none;
}


.hachi_menu { list-style: none; margin: 0; padding: 0;}
.hachi_menu li { display: table-cell; border: solid 1px #FFF; padding: 5px; background: #F00;}
.hachi_menu li a {}
.hachi_menu li a:hover {}

.hachikita_menu { list-style: none; margin: 0; padding: 0;}
.hachikita_menu li { display: table-cell; border: solid 1px #FFF; padding: 5px; background: #F00;}
.hachikita_menu li a {}
.hachikita_menu li a:hover {}


/*.menu {
	position:relative;
	display:block;
	font-size:14px;
	font-weight:bold;
	white-space:nowrap;
	margin:0;
	text-align:right;
}

.menu a {
	color:#000000;
}

.menu a:hover {
	color:#f30000;
}*/


/*============================
footer
============================*/
footer { width: 100%; margin: auto; }
.bg_fot02 { width: 100%; background: #353a3d; padding: 25px 0 11px; }
.bg_fot02 ul { width: 1060px; margin: 0 auto; padding: 0; list-style-type: none; }
.bg_fot02 ul li { width: 235px; float: left; margin-right: 40px; margin-bottom: 20px; padding: 0px; }
.bg_fot02 ul li img { width: 100%; height: auto; border: 1px solid #a8a8a8; }
.bg_fot02 ul li:nth-child(4n+4) { margin-right: 0; }



.bg_fot { background: #ebedf1; width: 100%; margin: auto; padding: 25px 0; }

.sitemap_list { display: inline-block; padding: 0 30px 0 0; margin: 0 30px 0 0; line-height: 120%; border-right: dotted 1px #999;}
.sitemap_list h3 { margin-bottom: 5px;}
.sitemap_list h3 a { font-size: 0.9em; color: #353a3d;}
.sitemap_list ul { list-style-type:none; padding: 00; margin: 0; line-height: 120%;}
.sitemap_list ul li {}
.sitemap_list ul li a { display: block; color: #919495; font-size: 0.7em;}
.sitemap_list ul li a::before { font-family: 'FontAwesome'; content: "\f054"; margin-right: 3px; font-size: 0.7em;}

.address { display: inline-block; width: auto; float:right; margin:auto; line-height: 120%;}
.address h5 { margin: 0 auto 20px; padding: 0; text-align: left;}
.address h6 { margin: 0; padding: 0; text-align: left;}
.address p { color: #a8a8a8; font-size: 0.8em; text-align: left;}
.copy { font-size: 0.8em; font-family: Arial, Helvetica, sans-serif; padding: 20px 0; text-align: center;}


}





/*sp*/
@media only screen and (max-width: 768px) {


/* Mobile Layout: 480px and below. */
.gridContainer {
	width:100%;
	padding:0;
	margin:auto;
	clear:none;
}

#div1 {
}

.zeroMargin_desktop {
    margin-left: 0;
}

.hide_desktop {
    display: none;
}

.pc {	display: none;}
.sp {	display: block;}


/*****************************
spmenu
******************************/


.spMenu { /*position: fixed; top: 10px; right: 15px; z-index: 100;*/}


.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 40px;
  height: 34px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  /*border-radius: 4px;*/
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 15px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}


.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-22px) rotate(45deg);
  transform: translateY(-22px) rotate(45deg);
}


.header-inner { position: fixed; z-index: 10000; top: 0; left: 0; width: 100%; height: 100%; padding: 0; background: rgba(255,255,255,1.0); }

.spMenuInner { position: fixed; top: 20px; right: 15px; z-index: 100;}

/*.header-inner .bg { width: 50%; height: 100%; display: table-cell;}*/
.header-inner nav { width: 100%; height: 100%; display: inline-block; vertical-align: middle; padding: 15% 0 0 50px; box-sizing: border-box; position: relative;}
.header-inner nav::after { position: absolute; content: ''; width: 100%; height: 100%; bottom: 0px; left: 0; z-index: -1;
background-color: #FFFFFF;
background-image:linear-gradient(-45deg, #D6D6D6 5%, #FFFFFF 5%, #FFFFFF 50%, #D6D6D6 50%, #D6D6D6 55%, #FFFFFF 55%, #FFFFFF);
-webkit-background-size: 8px 8px;
}
.header-inner nav ul { list-style: none;}
.header-inner nav ul li { margin: 0 0 10px;}
.header-inner nav ul li a { font-size: 20px; color: #000; text-decoration: none; position: relative;}


.header-inner { overflow: scroll; box-sizing: border-box;}
.header-inner a,
.header-inner a:visited { color: #000; text-decoration: none;}

.header-inner .hed { text-align: center; padding: 5px 0 15px;}
.header-inner .hed p { font-size: 10px;}
.header-inner .hed .logo {}
.header-inner .hed .hedLogo { width: 100px;}
.header-inner .hed .hedLogo01 { fill: #000;}
.header-inner .hed .hedLogoTxt01 { fill: #000;}

.header-inner .main { text-align: center;}
.header-inner .main p { font-size: 16px; margin: 0 0 10px;}
.header-inner .main p span { display: block; font-size: 10px; margin: 5px 0 0;}
.header-inner .main p a { color: #000; text-decoration: none;}
.header-inner .main .box01 { border-top: solid 1px #000; padding: 3% 0; width: 80%; margin: 30px auto 10px;}
.header-inner .main .box01 ul {  padding: 3% 0 0; width: auto; margin: 0 0 0; list-style: none;}
.header-inner .main .box01 ul li { padding: 0 0 0; width: 50%; float: left; margin: 0 0 5px; position: relative; font-size: 14px; text-align: center;}
.header-inner .main .box01 ul li::before { content: "\f0da"; font-family: "FontAwesome"; display: inline-block; margin-right:5px;}
.header-inner .main .box01 ul li a { color: #000; text-decoration: none;}
.header-inner .main .box02 { border-top: solid 1px #000; padding: 3% 0; width: 80%; margin: 30px auto;}
.header-inner .main .box02 p { padding: 0 0 0; margin: 0 0 5px; font-size: 14px; text-align: center;}
.header-inner .main .box02 p a { color: #000; text-decoration: none;}
.header-inner .main .box02 p a::before { content: "\f0da"; font-family: "FontAwesome"; display: inline-block; margin-right:5px;}


.header-inner .fot { text-align: center; padding: 0 0 20px;}
.header-inner .fot div { display: inline-block;}
.header-inner .fot .tel { font-size: 16px; margin-right: 20px;}
.header-inner .fot .mail { font-size: 12px;}
.header-inner .fot p { font-size: 12px;}
.header-inner .fot a { color: #000; text-decoration: none;}



/*****************************
com
******************************/

.pushy a { font-size: 14px;}

.com_contents {
	width:100%;
	margin:0 auto;
	position:relative;
}

.sub_tit_area {
	padding: 20px 0;
	text-align: center;
}

.sub_tit_txt::before {
	background: #b3b3b3 none repeat scroll 0 0;
	content: "";
	display: inline-block;
	height: 1px;
	margin: 0 20px 0 0;
	position: relative;
	top: -7px;
	width: 10%;
}

.sub_tit_txt::after {
	background: #b3b3b3 none repeat scroll 0 0;
	content: "";
	display: inline-block;
	height: 1px;
	margin: 0 0 0 20px;
	position: relative;
	top: -7px;
	width: 10%;
}

.com_tit_txt {
	position: relative;
	padding: 0.5em 0.5em 0.5em 1.8em;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #000;
	margin: 0 auto 30px;
}

.com_tit_txt::after {
     position: absolute;
     top: 50%;
     left:0.7em;
     transform:translateY(-50%);
     content: '';
     width: 8px;
     height:8px;
     border: solid 3px #446689;
     border-radius:100%;
}

/*.com_tit_txt {
	background-color: rgba(0, 0, 0, 0);
    border-bottom: 3px solid #abd5ff;
    color: #4080c2;
    font-size:1em;
    font-weight: bold;
    line-height: 1.3em;
	margin:0 auto 10px;
	padding-bottom:4px;
    text-align: left;
}*/

.com_tit_txt02 {
    font-size:1em;
    font-weight: bold;
	margin-bottom:20px;
    text-align: left;
}


.sub_tit_txt {
	color: #111111;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}

.table_tag01 {
	width:100%;
	margin:0 auto 40px;
	padding:0;
}

.table_tag01 th {
	width:20%;
	text-align:left;
	padding:1%;
	border-bottom:1px dotted #0072bb;
	display:table-cell;
	color:#0072bb;
}

.table_tag01 td {
	width: auto;
	text-align:left;
	padding:1%;
	border-bottom:1px dotted #0072bb;
	display:table-cell;
}

.btn01 {
	width:300px;
	background-color: rgba(231,73,100,0.70);
	padding:1% 2%;
	text-align:center;
	margin:0 auto;
	border-radius: 6px;
	color: #FFF;
}

.btn01 a {
	display:block;
	color:#FFFFFF;
}

.btn02 {
	width:300px;
	background-color: rgba(68,170,222,0.70);
	padding:1% 2%;
	text-align:center;
	margin:0 auto;
	border-radius: 6px;
	color: #FFF;
}

.btn02 a {
	display:block;
	color:#FFFFFF;
}

.page_title {
	font-size: 1.4em;
    line-height: 1.2;
	color:#FFFFFF;
	padding-top:50px;
	text-shadow: 1px 1px 3px #000;  
}

.com_list_btn {
	width:300px;
	margin:20px auto;
	padding:0;
	list-style-type:none;
}

.com_list_btn li {
	width:280px;
	padding:1% 2%;
	text-align:center;
	margin-right:0;
	margin-bottom:20px;
	border-radius: 6px;
	float:none;
}

.com_list_btn li:last-child {
	margin-right:0;
}

.com_list_btn01 {
	background-color: rgba(231,73,100,0.70);
}

.com_list_btn02 {
	background-color: rgba(68,170,222,0.70);
}

.com_list_btn01 a,
.com_list_btn02 a {
	display:block;
	color:#FFFFFF;
}

.com_btn01 {
	width:80%;
	margin:0 auto;
	/* border-radius */
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border:1px solid #0a77d5;
	text-align:center;
	color:#FFFFFF;
	font-size:1em;
	font-weight:bold;
	padding:0.5%;
	text-shadow: 1px 1px 3px #000; 
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d0e4f7+0,73b1e7+24,0a77d5+50,539fe1+79,87bcea+100;Blue+Pipe+%231 */

	background: #d0e4f7; /* Old browsers */
	background: -moz-linear-gradient(top,  #d0e4f7 0%, #73b1e7 24%, #0a77d5 50%, #539fe1 79%, #87bcea 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e4f7', endColorstr='#87bcea',GradientType=0 ); /* IE6-9 */
}

.com_btn01 a {
	display:block;
	color:#FFFFFF !important;
}


.scroll-box {
	width:96%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch; 
	margin-bottom:30px;
}

.scroll-box::-webkit-scrollbar {
	height: 5px;
}

.scroll-box::-webkit-scrollbar-track {
	border-radius: 0px;
	background: #EEEEEE;
}

.scroll-box::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #666666;
}

.com_page_txt {
	font-weight: bold;
	font-family: 'Noto Sans Japanese', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	background-color: rgba(255, 255, 255,0.8);
	padding:3%;
    font-size: 1.8em;
    line-height: normal;
	margin:0 auto 30px;
    text-align:left;
	/* border-radius */
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
}



/*============================
header
============================*/
header {
	width:100%;
	margin:0 auto;
	position:relative;
	z-index:100;
	padding:1% 0;
}

/*.logo_img {
	position:absolute;
	top:10px;
	left:5px;
	width:120px;
	height: auto;
	z-index:100;
}*/

.g_navi,
.menu {
	display:none;
}


.spTit { }

.sp_list {
	display:block;
	width:100%;
	float:none;
	margin: auto;
	padding:5px 0;
	list-style-type:none;
	position:relative;
}

.sp_list li {
	width:30px;
	height:30px;
	float:right;
	margin:0 3px 0 0;
	padding:3px;
	border:1px solid #333333;
	text-align:center;
	font-weight:bold;
	font-size:5px;
	line-height:2em;
	
	border-radius: 3px;        /* CSS3鬯ｯ・ｮ繝ｻ・｣髫ｲ・ｷ陷肴ｻ薙・驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・｡驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・ｽ */
	-webkit-border-radius: 3px;     /* Safari,Google Chrome鬯ｯ・ｨ繝ｻ・ｾ髯具ｽｹ郢晢ｽｻ繝ｻ・ｽ繝ｻ・ｽ郢晢ｽｻ繝ｻ・ｨ */
	-moz-border-radius: 3px;   /* Firefox鬯ｯ・ｨ繝ｻ・ｾ髯具ｽｹ郢晢ｽｻ繝ｻ・ｽ繝ｻ・ｽ郢晢ｽｻ繝ｻ・ｨ */
}

.sp_list li a {
	color: #333333;
	display: block;
	text-align: center;
	width:30px;
	height:30px;
}

.sp_list li i {
	font-size:20px;
	line-height:1em;
}




/*============================
footer
============================*/
footer { width: 100%; margin: auto; }
.bg_fot02 { width: 100%; background: #353a3d; padding: 25px 0 11px; }
.bg_fot02 ul { width: 96%; margin:0 auto 0; padding:0; list-style-type:none;}
.bg_fot02 ul li { width: 49%; float: left; margin-right:2%; margin-bottom: 2%; padding: 0px;}
.bg_fot02 ul li:nth-child(2n+2) { margin-right:0;}
.bg_fot02 ul li img { width: 100%; height: auto; border: 1px solid #a8a8a8; }



.bg_fot { background: #ebedf1; width: 100%; margin: auto; padding: 25px 0; }

.sitemap_list { display: none;}

.address { display: block; width: auto; float:none; margin:auto; line-height: 120%;}
.address h5 { margin: 0 auto 20px; padding: 0; text-align: center;}
.address h6 { margin: 0; padding: 0; text-align: center}
.address p { color: #a8a8a8; font-size: 0.8em; text-align: center;}
.copy { font-size: 0.8em; font-family: Arial, Helvetica, sans-serif; padding: 20px 0; text-align: center;}



}



