@charset "UTF-8";
/* Basic Layout */
html,
body {
	height:100%;
}
body {
	background-color:#fff;
}
#sb-site {
	height:100%;
}
#wrapper {
	height:auto;
	min-height:100%;
	position:relative;
}

/* 共通 */
.full {
	width:100%;
}

/* ヘッダー部 */
header {
	position: relative;
	padding:0;
	text-align:left;
	border:0px solid #000;
	z-index: 999;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 300ms 0s ease;
}
header.fixed {
	background-color: #fff;
	position: fixed;
}
header .inner {
	height: 80px;
	position: relative;
	border: 0px solid #fff;
}
header.fixed .inner {
	height: 50px;
}

#logo_top {
	width: 80px;
	margin:0;
	padding:0;
	position: absolute;
	left: 10px;
	top: 0;
}
.fixed #logo_top {
	display: none;
}
#logo {
	display: none;
	width: 60px;
	position: absolute;
	left: 10px;
	top: 5px;
}

.fixed #logo {
	display: block;
}


/* レスポンシブ対応パンくず */
nav#crumb_resp .inner {
	max-width: 1020px;
	padding-left: 0;
	padding-right: 0;
	margin-left: auto;
	margin-right: auto;
}
nav#crumb_resp ol *,
nav#crumb_resp ol *:after,
nav#crumb_resp ol *:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
nav#crumb_resp ol {
	overflow-x: scroll;
	overflow-y: hidden;
	width: 100%;
	margin: 1em auto;
	padding: 0;
	list-style: none;

	background-color: #f3f3f3;
	white-space: nowrap;
}
nav#crumb_resp ol li {
	display: inline-block;
	padding: 0;
	margin: 0 0 0em 0;
}
nav#crumb_resp ol li a {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0.7em 0.5em 0.7em 2.4em;
	text-decoration: none;
	color: #000;
	background-color: #dfdddd;
	font-size: 1em;
	line-height: 1;
}
nav#crumb_resp ol li:first-child a {
	padding-left: 1em;
}
nav#crumb_resp ol li a::after,
nav#crumb_resp ol li a::before {
	position: absolute;
	top: 50%;
	right: -1.4em;
	margin-top: -1.48em;
	content: '';
	border-top: 1.48em solid transparent;
	border-bottom: 1.48em solid transparent;
	border-left: 1.5em solid;
}
nav#crumb_resp ol li a::after {
	z-index: 2;
	border-left-color: #dfdddd;
}
nav#crumb_resp ol li a::before {
	z-index: 1;
	right: -1.5em;
	border-left-color: #fff;
}
nav#crumb_resp ol li:last-child a {
	cursor: default;
	pointer-events: none;
	color: #000;
	background: #f3f3f3;
}
nav#crumb_resp ol li:last-child a:hover {
	background-color: none;
}
nav#crumb_resp ol li:last-child a:before,
nav#crumb_resp ol li:last-child a:after {
	content: normal;
}

nav#crumb_resp ol li span.ar {
	display: none;
}


/* パンくず */
nav#crumb {
	display: block;
	padding:20px 0 0px 0;
	background:#FFF;
	text-align:left;
	font-size:14px;
}

nav#crumb li {
	list-style:none;
	display:inline;
}
nav#crumb li:not(:first-child) {
	padding-left: 0.5em;
}
nav#crumb li a {
	text-decoration: none;
	color: #3054f0;
}
nav#crumb li a:hover {
	text-decoration: underline;
}


/* コンテナー */
article {
	clear:both;
	margin:0 0 0 0;
	padding:0 0 0px 0;
	border:0px solid #000;
}


#bg {
	/*background-color:#fff;*/
	padding-bottom: 29em; /* フッタの高さと合わせる */
}
/* フッタ部 */
footer {
	height: 29em; /* .bgの高さと合わせる */
	clear:both;
	position:absolute;
	bottom:0;
	width:100%;
	text-align:left;
	background-color:#f3f3f3;
}
footer .inner {
	padding-top: 20px;
	font-size: 14px;
}

footer .inner .upper .lside {
	clear: both;
	float: none;
	width: 100%;
	border: 0px solid;
}

footer .inner .upper .lside #flogo {
	width: 80px;
}


footer .inner .upper .rside {
	display: none;
	clear: none;
	float: right;
	width: 76%;
	border: 0px solid;	
}

footer .inner .flinks li {
	padding: 0.3em 0;
}

footer .inner .flinks li a {
	color: #000;
	text-decoration: none;
}
footer .inner .flinks li a span {
	display: inline-block;
	position: relative;
	padding-left: 0.6em;
}
footer .inner .flinks li a span:before {
	content: '-';
	position: absolute;
	left: 0;
	top: 0.0em;
}

footer .inner .flinks li a:hover {
	text-decoration: underline;
}

footer .lower {
	border-top: 1px solid #fff;
	padding-top: 20px; 
	margin-top: 20px;
}

footer #catch {
	font-size:  14px;
	font-weight: normal;
}

footer small {
	display: inline-block;
	text-align:center;
	font-style:normal;
	font-size:13px;
}

footer #fadr .br1 {
	display: inline-block;
}
footer #fadr .br2 {
	display: inline-block;
}

/* トップに戻る */
#btn_top {
	display: block;
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 90px;
	right: 10px;
	z-index: 999;
}

/* PC用サイドボタン */
#btn_side {
	display: block;
	position: fixed;
	right: -44px;
	top: 80px;
	z-index: 99;
	transition: all 300ms 0s ease;
}
#btn_side.open {
	right: 0;
}
#btn_side li {
	width: 44px;
}
#btn_side .bside1,
#btn_side .bside2 {
	margin-bottom: 4px;
}

/* スマホ・タブレット用ボタン */
#btn_sp {
	display: block;
	position: fixed;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0px;
	margin: 0 auto;
	z-index: 999;
	border-top: 2px solid #b7b7b7;
	transition: all 300ms 0s ease;
}


#btn_sp li {
	clear: none;
	padding: 1.8% 0;
	position: relative;
	background-color: #fcfcfc;
	box-sizing: border-box;
}
#btn_sp li a {
	display: block;
	width: 60px;
	margin: 0 auto;
}


#btn_sp li.bsp1 {
	float: left;
	width: 25%;
	border-right: 1px solid #d0d0d0;
}
#btn_sp li.bsp2 {
	float: left;
	width: 25%;
	border-right: 1px solid #d0d0d0;
}
#btn_sp li.bsp3 {
	float: left;
	width: 25%;
	border-right: 1px solid #d0d0d0;
}
#btn_sp li.bsp4 {
	float: left;
	width: 25%;
}

.text_left{text-align:left;}














@media handheld, print, screen and (min-width: 374px) {
/* iphone6 */

footer #fadr .br1 {
	display: inline-block;
}
footer #fadr .br2 {
	display: none;
}


/* end of media query(iphone6) */	
}



@media handheld, print, screen and (min-width: 413px) {
/*  iPhone6 Plus */

/* end of media query(iPhone6 Plus) */	
}




@media handheld, print, screen and (min-width: 481px) {

header .inner {
	height: 114px;
}

#logo_top {
	width: 114px;
}
#logo {
	width: 70px;
	left: 10px;
	top: 5px;
}

header.fixed .inner {
	height: 58px;
}

/* レスポンシブ対応パンくず */
nav#crumb_resp .inner {
	max-width: 1060px;
	padding-left: 20px;
	padding-right: 20px;
}

nav#crumb_resp ol *,
nav#crumb_resp ol *:after,
nav#crumb_resp ol *:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
nav#crumb_resp ol {
	overflow-x: scroll;
	overflow-y: hidden;
	width: 100%;
	margin: 1em auto;
	padding: 0;
	list-style: none;
	background-color: #fff;
	white-space: nowrap;
}
nav#crumb_resp ol li {
	display: inline-block;
	padding: 0 0 0 0.5em;
	margin: 0 0 0em 0;
}
nav#crumb_resp ol li a {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0.0em 0.0em 0.0em 0.0em;
	text-decoration: none;
	color: #4c71fc;
	background-color: #fff;
	font-size: 0.95em;
	line-height: 1;
}
nav#crumb_resp ol li a:hover {
	text-decoration: underline;
}
nav#crumb_resp ol li:first-child {
	padding: 0 0 0 0.0em;
}
nav#crumb_resp ol li:first-child a {
	padding-left: 0em;
}
nav#crumb_resp ol li a::after,
nav#crumb_resp ol li a::before {
	content: normal;
}
nav#crumb_resp ol li:last-child a {
	cursor: default;
	pointer-events: none;
	color: #000;
	background: #fff;
}

nav#crumb_resp ol li span.ar {
	display: inline-block;
	padding-left: 0.4em;
}

/* パンくず */
nav#crumb {
	display: block;
}

#bg {
	/*background-color:#fff;*/
	padding-bottom: 29em; /* フッタの高さと合わせる */
}
/* フッタ部 */
footer {
	height: 29em; /* .bgの高さと合わせる */
}
footer .inner {
	padding-top: 30px;
}
footer .inner .upper .lside #flogo {
	width: 110px;
}
footer #fadr .br1 {
	display: none;
}
footer #fadr .br2 {
	display: none;
}
/* トップに戻る */
#btn_top {
	width: 50px;
	height: 50px;
	bottom: 110px;
	right: 10px;
}
/* PC用サイドボタン */
#btn_side {
	display: block;
}
/* スマホ・タブレット用ボタン */

#btn_sp li {
	clear: none;
	padding: 1.30% 0;
	position: relative;
}
#btn_sp li a {
	display: block;
	width: 65px;
	margin: 0 auto;
}

/* end of media query */	
}













@media handheld, print, screen and (min-width: 801px) {
header .inner {
	height: 142px;
}

#logo_top {
	width: 142px;
}



#menu {
	display: none;
}



#bg {
	/*background-color:#fff;*/
	padding-bottom: 32em; /* フッタの高さと合わせる */
}
/* フッタ部 */
footer {
	height: 32em; /* .bgの高さと合わせる */
}
footer .inner {
	padding-top: 50px;
}
footer .inner .upper .lside #flogo {
	width: 110px;
}
footer .inner .upper .lside {
	clear: none;
	float: left;
	width: 23%;
}
footer .inner .upper .rside {
	display: block;
}
footer #fadr .br1 {
	display: inline-block;
}
footer #fadr .br2 {
	display: inline-block;
}

/* トップに戻る */
#btn_top {
	width: 60px;
	height: 60px;
	bottom: 30px;
	right: 20px;
}

#btn_sp {
	display: none;
}

.center_1{text-align:center;}

/* end of media query */
}


@media handheld, print, screen and (min-width: 1021px) {


#bg {
	/*background-color:#fff;*/
	padding-bottom: 26em; /* フッタの高さと合わせる */
}
/* フッタ部 */
footer {
	height: 26em; /* .bgの高さと合わせる */
}

/* end of media query */
}