@charset "utf-8";
/* CSS Document */


/* #＃＃### 共通項目 ＃＃#### */


/* ## header ## */
#header {
	width: 100%;
	box-sizing: border-box;
/*	background-color: rgba(20,20,20,0.54);*/
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#header .inner {
	position: relative;
}

hr.ajHeight {
   border-width: 0 0 0 0;	/* 太さ */
   border-style: none;		/* 線種 */
   border-color: transparent;		/* 線色 */
   height: 0;				/* 高さ */
   margin: 0;
}

#ribon {
}

/* ## contact box ## */
#conBox {
	width: 100%;
	height: 100px;
	font-family: '游明朝', "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.94);
	border-top: solid 1px #dcdcdc;
	position: fixed;
	bottom: 0;
	display: none;
	z-index: 10000;
}
#conBox .inner {
	width: 100%;
	max-width: 980px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 24px 0;
}
#conBox .inner .tel {
	width: 30%;
	box-sizing: border-box;
	float: left;
}
#conBox .inner .tel a {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	font-size: 30px;
	color: #ff2400;
}
#conBox .inner .tel a i {
	font-size: 26px;
}
#conBox .inner .tel a:hover {
	opacity: 0.84;
}

#conBox .inner .telSub {
	width: 20%;
	box-sizing: border-box;
	float: left;
	margin-top: 15px;
}
#conBox .inner #snsLink {
	width: 20%;
	box-sizing: border-box;
	margin-top: 10px;
	float: left;
}
#conBox .inner #snsLink li {
	margin-left: 24px;
	float: left;
}
#conBox .inner #snsLink li i {
	font-size: 24px;
}
#conBox .inner #snsLink li a i {
	color: #242424;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#conBox .inner #fContact {
	width: 30%;
	box-sizing: border-box;
	float: left;
}
#conBox .inner #fContact a {
	width: 224px;
	color: #ffffff;
	font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	text-align: center;
	background-color: #ff2400;
	padding: 8px 24px;
	display: block;
}
#conBox .inner #fContact a:hover {
	color: #5bade1;
	text-decoration: none;
}
#conBox .inner #fContact a i {
}
#conBox .inner #fContact a span {
}
#conBox .inner #fContact a {
	width: 100%;
	box-sizing: border-box;
	max-width: 300px;
	color: #ffffff;
	font-weight: bold;
	background-color: #ff2400;
	border: solid 2px #ff2400;
	border-radius: 24px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	margin: 0 auto;
	padding: 10px 12px;
	position: relative;
}
#conBox .inner #fContact a:hover {
	color: #ff2400;
	background-color: #ffffff;
	opacity: 1;
}
#conBox .inner #fContact a i.arrow {
	color: #ffffff;
	position: absolute;
	top: 32%;
	right: 22px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#conBox .inner #fContact a:hover i.arrow {
	color: #ff2400;
	right: 14px;
}

/* ## wrapper ## */
#wrapper {
}
#wrapper:after {
	content: "";
	display: block;
	clear: both;
}


/* #### side #### */
aside#side {
	padding-bottom: 24px;
}

/* ## main ## */
ul#bans {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
ul#bans li {
	width: 24%;
	max-width: 250px;
	box-sizing: border-box;
	padding: 4px 8px;
	display: inline-block;
}
ul#bans li img {
	width: 100%;
	box-sizing: border-box;
	border: solid 1px #d0d0d0;
}

/* ## footer ## */
#footer {
	color: #ffffff;
	background-color: #182753;
	/*margin-bottom: 100px;*/
	position: relative;
}
#footer .boxT, #footer .boxB,#footer .cInfo {
	box-sizing: border-box;
	padding-right: 14px;
	padding-left: 14px;
	overflow: hidden;
}
#footer .boxT .inner, #footer .boxB .inner,#footer .cInfo .inner {
	width: 100%;
	box-sizing: border-box;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
#footer .boxT {
	font-size: 12px;
	padding-top: 18px;
	padding-bottom: 18px;
}
#footer .boxT .bLogo {
	text-align: center;
	margin-top: 14px;
	margin-bottom: 14px;
}

#footer .boxT .fInfo {
	width: 60%;
	font-size: 14px;
	text-align: center;
	margin: 0 auto 20px auto;
	overflow: hidden;
}	
.fInfo .fiBox {
	width: calc(94%/3);
	float: left; 
	padding: 6px;
	background-color: #E7EBFF;
	border-radius: 8px;
	color: #000000;
	margin: 0 1%;
	text-align: center;
}
#footer .fInfo .fiBox a {
	color: #000000;
}
#footer .fInfo .fiBox a:hover {
	opacity: 0.6;
}

#footer .boxT .bLogo img {
	width: 74px;
}
#footer .boxT ul {
	text-align: center;
}
#footer .boxT li {
	width: calc(97.6%/3);
	box-sizing: border-box;
	margin-bottom: 40px;
	float: left;
}
#footer .boxT li:nth-child(3n) {
}
#footer .boxT li .cfTitle {
	font-family: '游明朝', "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 14px;
	font-weight: bold;
}
#footer .boxT li:last-child {
}
#footer .boxT ul.second {
	margin-top: 8px;
}
#footer .boxT ul.second li {
	width: 100%;
	margin: 2px 0;
}
#footer .boxT ul.third li {
	padding-left: 10px;
}
#footer .boxT a {
	color: #eeeeee;
}
#footer .boxT a:hover {
	text-decoration: none;
}
#footer .boxB {
	font-size: 14px;
	text-align: center;
	padding-top: 14px;
	padding-bottom: 14px;
	clear: left;
	overflow: hidden;
}
#footer .boxB address {
	color: #cccccc;
}


/* ## width 359px以下の場合の設定 (for SP Only) ## */
@media (max-width: 359px) {


/* #### header #### */

#footer address{
	font-size: 9px;
}
	
/* #### footer #### */
#footer .boxT li {
}
#footer .boxB {
	font-size: 9px;
}

}

/* ## width 360px～500pxの場合の設定 (for SP Wide Only) ## */
@media (min-width: 360px) and (max-width: 500px) {

/* #### header #### */

/* ## main ## */

/* #### footer #### */
#footer .boxT li {
}
#footer .boxB {
	font-size: 9px;
}

}

/* ## width 501px～767pxの場合の設定 (for Tub Only) ## */
@media (min-width: 501px) and (max-width: 767px) {

/* #### header #### */


/* ## main ## */


/* #### footer #### */
#footer .boxT > li {
}
#footer .boxB {
	font-size: 10px;
}

}

/* ## width 767px 以下の場合の設定 (for All Mobile Dvices) ## */
@media (max-width: 767px) {

	
/* ## header ## */
#header {
	width: 100%;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
}
#header .inner {
	height: 50px;
/*	background-color: rgba(255,255,255,1);*/
	padding-left: 8px;
	padding-right: 8px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
}
#header #logo {
	width: 120px;
	height: 50px;
	margin: 5px auto 0 auto;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#header #logo a {
	width: 120px;
	height: 50px;
	box-sizing: border-box;
	background-image: url("../img/header/logo1.png");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/* ## header fix ## */
#header.headFix #logo {
}
#header.headFix #logo a {
	width: 88px;
	height: 48px;
}
#header #logo p {
	display: none;
}
#header .hTel {
	width: 36px;
	text-align: center;
	position: absolute;
	top: 14px;
	right: 10px;
}
#header .hTel a {
	color: #242424;
}
#header .hTel i {
	font-size: 24px;
}
	
/* ## header fix ## */
#header.headFix {
	position: fixed;
	opacity: 0.94;
}
#header.headFix .inner {
	height: 50px;
	background-color: rgba(255,255,255,0.54);
	box-shadow: 2px 2px 4px #dcdcdc;
}

#header h1 {
	width: 100%;
	position: absolute;
	text-align: center;
	top: 8px;
	left: 0;
	z-index: 1000;
}
#header h1 p.cRin {
	display: none;
}
#header h1 p.cCopy {
	color: #0a2f69;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
}
#header h1 p.cCopy br {
	display: none;
}
#header h1 #logo {
	width: 184px;
}
#header .boxR .dpnn {
	display: none;
}
#header #cdWrapp {
	display: none;
}

.tel {
	width: 30px;
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 1001;
}
.tel i {
	font-size: 24px;
	color: #242424;
}
.tel address span, .tel p {
	display: none;
}
.telsub {
	display: none;
}
	
hr.ajHeight {
	display: none;
}
	
#header #cChoice {
	display: none;
}
	
#ribon {
	margin-top: 50px;
}

/* ## breadcrumb ## */
#breadcrumb {
	display: none;
}

/* ## dropmenu ## */
#dropmenu {
	text-align: center;
}
#dropmenu li {
	border-top: solid 1px #333333;
}
#dropmenu li.menu_single h2.nmlCtitle {
	display: none;
}
#dropmenu li h2.noLink {
	color: #545454;
}
h2.mbCtitle {
	color: #ffffff;
	font-family: '游明朝', "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	background-image: url(../img/common/arrow_down.gif);
	background-position: center bottom 4px;
	background-repeat: no-repeat;
	background-size: 12px;
	padding-top: 8px;
	padding-bottom: 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
h2.mbCtitle.active {
	background-image: url("../img/common/arrow_up.gif");
	background-repeat: no-repeat;
	background-position: center bottom 4px;
	background-size: 12px;
	background-color: #444444;
}
#dropmenu li.menu_single ul {
	display: none;
}
#dropmenu li.menu_single ul li a {
	background-color: #333333;
	border-top: solid 1px #282828;
}
#dropmenu li.menu_single ul li:first-child a {
	border-top: none;
}
#dropmenu > li a {
	width: 100%;
	box-sizing: border-box;
	font-family: '游明朝', "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	color: #ffffff;
	padding: 12px 0;
	display: block;
}
#dropmenu > li a:active {
	background-color: #444444;
}
#dropmenu > li.cCurre > h2 a {
	background-color: #ff2400;
}
#dropmenu > li.cCurre h2.mbCtitle {
	background-color: #333333;
}


/* ## wrapper ## */
#wrapper {
	padding-left: 0;
	padding-right: 0;
}

/* ## main ## */

section#main {
	padding-top: 14px;
	padding-bottom: 14px;
}

/* dl.dt.dd 設定 */
section#main dl {
}
section#main dt {
	font-size: 13px;
	width: 100%;
	padding: 8px 0 0 0;
}
section#main dd {
	border-bottom: dotted 1px #dcdcdc;
	margin: 0 ;
	padding: 8px 0;
}

ul#bans li {
	width: 48%;
	box-sizing: border-box;
	max-width: 250px;
	padding: 4px 4px;
}	

/* ## menu ## */
aside#menu {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 8px;
	padding: 0 14px;
}

/* ## contact box ## */
#conBox {
	visibility:hidden
}

#conBox .inner #snsLink li#hFb a:active i {
	color: #0073ff;
}
#conBox .inner #snsLink li#hInsta a:active i {
	color: #d100a9;
}
#conBox .inner #snsLink li#hTwt a:active i {
	color: #2baff2;
}
#conBox .inner #snsLink li#hYutube a:active i {
	color: #FF0000;
}	

#hContact a {
	width: 42px;
	height: 42px;
	box-sizing: border-box;
	color: #ffffff;
	border-radius: 21px;
	font-size: 9px;
	text-align: center;
	line-height: 1;
	background-color: #ff2400;
	padding: 6px 0 0 0;
	float: right;
	display: block;
	position: fixed;
	right: 14px;
	bottom: 24px;
	z-index: 1000;
}
#hContact a:active {
	background-color: #fcaf2a;
	text-decoration: none;
}
#hContact a i {
	font-size: 20px;
	line-height: 1;
}
#hContact a span.free {
	width: 30px;
	font-size: 9px;
	color: #ffffff;
	margin: 0 auto 0 auto;
	padding: 0;
	display: block;
}
	
/* ## footer ## */
#footer {
	margin-bottom: 0;
}
#footer .boxT {
	padding-top: 10px;
	padding-bottom: 0;
}
#footer .boxT a:active {
	text-decoration: none;
	color: #1c84ef;
}
#footer .boxT .bLogo {
	margin-top: 10px;
}
#footer .boxT .fInfo {
	font-size: 12px;
	text-align: center;
	margin-top: 14px;
	margin-bottom: 14px;
}
#footer .boxT .fInfo {
	width: 96%;
	font-size: 11px;
	text-align: center;
	margin: 0 auto 20px auto;
	overflow: hidden;
}	
.fInfo .fiBox {
	width: calc(96%/3);
	float: left; 
	padding: 3px;
	background-color: #E7EBFF;
	border-radius: 8px;
	color: #000000;
	margin: 0 0.5%;
	text-align: center;
}
#footer .fInfo .fiBox a {
	color: #000000;
}
#footer .fInfo .fiBox a:hover {
	opacity: 0.6;
}

#footer .boxT li {
	width: calc(97.6%/3);
	font-size: 9px;
	text-align: left;
	margin-bottom: 14px;
	display: inline-block;
	vertical-align: top;
	float: none;
}
	
#footer .boxT ul > li {
	text-align: left;
	display: inline-block;
	vertical-align: top;
	padding-right: 4px;
	padding-left: 4px;
	overflow: hidden;
}
#footer .boxT li ul li {
	display: block;
}
#footer .boxT li .cfTitle {
	font-size: 11px;
}
#footer .boxT ul.second {
	margin-bottom: 14px;
}
#footer .boxT li ul.second li:before {
    content: "・ ";
    color: #cccccc;
}
#footer .boxT li ul.third li:before {
	content: "├ ";
	color: #cccccc;
}
#footer .boxT li ul.third li:last-child:before {
	content: "└ ";
	color: #cccccc;
}
#footer .boxB {
	padding-top: 8px;
	padding-bottom: 8px;
}
#footer .boxB address {
	font-size: 9px;
}

#back-top {
	display: none;
}
#back-top i {
	display: none;
}
/* ## エラーメッセージ ## */
.errorMes {
	width: 100%;
	color: #ffffff;
	border-radius: 12px;
	background: red;
	margin-bottom: 18px;
	padding: 14px 16px;
	position:relative;
	font-size: 14px;
}
.errorMes:after {
	border: 14px solid transparent;
	border-top-color: red;
	border-bottom-width:0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	bottom:-10px;
	content:"";
	display: block;
	left: 10%;
	position:absolute;
	width: 0;
}
}

/* #### width 768px 以上の場合の設定 (for PC) #### */
@media (min-width: 768px) {
.bunner {
	margin: 0 0 20px 0;
}
/* ## header ## */
#header {
	width: 100%;
	height: 128px;
	box-sizing: border-box;
	color: #ffffff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
	
#header .inner {
	width: 100%;
	box-sizing: border-box;
	height: 100px;
	margin: 10px auto;
	padding-right: 24px;
	padding-left: 24px;
	position: relative;
}
#header #logo {
	width: 190px;
	height: 120px;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 102;
}
#header #logo a {
	width: 190px;
	height: 120px;
	box-sizing: border-box;
	background-image: url("../img/header/logo2.png");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/* ## header fix ## */
#header.headFix {
	height: 70px;
	background-color:rgba(255,255,255,0.84);
}
#header.headFix #logo a {
	width: 150px;
	height: 84px;
}
#header.headFix #logo a {
	background-image: url("../img/header/logo1.png");
}
#header #logo p {
	display: none;
}
	
/* #### nav #### */
nav {
	width: 70%;
	height: 42px;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	margin-top: 0px;
	float: right;
}
#header.headFix nav {
	margin-top: 0px;
}
#header .hTel {
	display: none;
}
	
/* clearfix */
nav:after {
  content: "";
  clear: both;
  display: block;
}
	
/* ## dropdown menu ## */
#dropmenu {
	width: 100%;
	box-sizing: border-box;
	max-width: 1200px;
	margin: 0 auto;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
}
#dropmenu > li {
	width: 20%;
/*	width: 14.2857143%;*/
	text-align: center;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	padding: 0 2px;
	float: right;
}
#dropmenu > li#hmDspln {
	display: none;
}
#dropmenu > li#hmDspln2 {
	display: none;
}	
#dropmenu > li a {
	width: 100%;
	box-sizing: border-box;
	font-size: 14px;
	height: 42px;
	color: #ffffff;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.34);
	padding-top: 10px;
	display: block;
	position: relative;
}
#header.headFix #dropmenu > li a {
	color: #242424;
}
#dropmenu > li a .rOrange {
	font-size: 16px;
	color: #ff2400;
}
#header.headFix #dropmenu > li a {
}
#dropmenu > li:last-child a {
/*	border-right: solid 1px #1e4289;*/
}
#dropmenu > li a::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #ff2400;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#dropmenu > li a:hover::after {
	width: 100%;
}
#dropmenu > li.cCurre a {
}
#dropmenu > li.cCurre a::after {
	width: 100%;
}
#dropmenu > li:hover {
	text-decoration: none;
} 
#dropmenu > li:hover a::after {
	width: 100%;
}
#dropmenu > li:hover a {
}
#dropmenu > li a:hover {
	text-decoration: none;
}
#dropmenu li.menu_single {
	position: relative;
}
#dropmenu li.menu_single ul.menu_second-level {
	width: 100%;
	box-sizing: border-box;
	border-left: solid 1px transparent;
	border-radius: 10px;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 20px;
	z-index: 9998;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#dropmenu li.menu_single ul.menu_second-level:after {
  content: "";
  clear: both;
  display: block;
}
#dropmenu li.menu_single ul.menu_second-level li a {
	width: 100%;
	box-sizing: border-box;
	font-size: 12px;
	color: #ffffff;
	height: auto;
	background-color: #141414;
	border-bottom: 1px solid #333333;
	padding: 8px 0;
	display: block;
}
#header.headFix #dropmenu li.menu_single ul.menu_second-level li a {
	color: #ffffff;
}
#dropmenu li.menu_single ul.menu_second-level li a::after {
	height: 0;
}
#dropmenu li.menu_single ul.menu_second-level li a:hover {
	background-color: #ff2400;
	opacity: 1;
}
#dropmenu li.menu_single ul.menu_second-level li:first-child a {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#dropmenu li.menu_single ul.menu_second-level li:last-child a {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
#dropmenu li.menu_single:hover ul.menu_second-level li {
  overflow: visible;
}
#dropmenu li.menu_single:hover ul.menu_second-level {
	top: 52px;
	border-radius: 10px;
	visibility: visible;
	opacity: 1;
}
#dropmenu li.menu_single:hover ul.menu_second-level:before {
  content: "";
  position: absolute;
  top: -14px;
  left: 50%;
  margin-left: -8px;
  border: 7px solid transparent;
  border-bottom: 8px solid #333333;
}

/* no link 用処理 */
#dropmenu li h2.noLink {
	width: 100%;
	box-sizing: border-box;
	font-size: 14px;
	height: 50px;
	color: #999999;
	border-left: solid 1px transparent;
	padding-top: 14px;
}

/* mobile 用処理 */
#dropmenu li h2.mbCtitle {
	display: none;
}
#dropmenu li.menu_single ul.menu_second-level li.mbTop {
	display: none;
}
#dropmenu li.mbSns {
	display: none;
}

/* ## wrapper ## */
#wrapper {
	width: 100%;
	box-sizing: border-box;
}

/* ## breadcrumb ## */
#breadcrumb {
	width: 100%;
	box-sizing: border-box;
	border-top: solid 1px #e4e4e4;
	border-bottom: solid 1px #e4e4e4;
	background-color: #f9f9f9;
}
#breadcrumb ul {
	width: 100%;
	box-sizing: border-box;
	max-width: 1200px;
	height: 32px;
	text-align: left;
	margin: 0 auto;
	padding: 0 16px;
}
#breadcrumb ul li {
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1;
	position: relative;
	display: inline-block;
	padding: 0 8px;
	margin: 10px 11px 9px 11px;
}
#breadcrumb ul li:first-child {
	margin-left: 0;
	padding-left: 0;
}
#breadcrumb ul li:last-child {
	font-weight: bold;
	color: #383c3d;
}
#breadcrumb ul li:not(:last-child)::before, #breadcrumb ul li:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -17px;
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
	border-left: 13px solid;
	right: -16px;
}
#breadcrumb ul li:not(:last-child)::before {
	border-left-color: #e4e4e4;
	right: -17px;
	z-index: 1;
}
#breadcrumb ul li:not(:last-child)::after {
	z-index: 2;
	border-left-color: #f9f9f9;
}
	
/* ## main ## */
section#main {
	width: 74%;
	box-sizing: border-box;
	min-height: 340px;
	margin-bottom: 30px;
	padding: 0;
	float: left;
}

/* ## main wide ## */
section#mainW {
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
}
section#mainW:after {
  content: "";
  clear: both;
  display: block;
}

/* ## side ## */
aside#side {
	width: 26%;
	box-sizing: border-box;
	margin-bottom: 24px;
	padding-left: 42px;
	float: left;
}


/* ## menu ## */
aside#menu {
	width: 25%;
	box-sizing: border-box;
	margin-bottom: 24px;
	padding-right: 44px;
	padding-left: 0;
	float: left;
}
	
/* ## contact box ## */
#conBox .inner #snsLink li#hFb a:hover i {
	color: #0073ff;
}
#conBox .inner #snsLink li#hInsta a:hover i {
	color: #d100a9;
}
#conBox .inner #snsLink li#hTwt a:hover i {
	color: #2baff2;
}
#conBox .inner #snsLink li#hYutube a:hover i {
	color: #FF0000;
}

#back-top {
	position: fixed;
	bottom: 124px;
	right: 24px;
	z-index: 100;
}
#back-top a i {
	color: #ff2400;
	font-size: 44px;
	opacity: 0.5;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
#back-top a i:hover {
	opacity: 1;
}

#hContact a {
	display: none;
}

/* ## footer ## */
#footer .boxT, #footer .boxB {
	box-sizing: border-box;
	padding-right: 14px;
	padding-left: 14px;
	overflow: hidden;
}
#footer .boxT .inner, #footer .boxB .inner {
	width: 100%;
	box-sizing: border-box;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
#footer .boxT .inner {
	max-width: 980px;
}
#footer .boxT {
	padding-top: 18px;
	padding-bottom: 18px;
}
#footer .boxT li {
	text-align: left;
	display: inline-block;
	vertical-align: top;
	padding-right: 24px;
}
#footer .boxT > li {
	text-align: left;
	display: inline-block;
	vertical-align: top;
	padding-right: 24px;
	padding-left: 24px;
}
#footer .boxT li ul li {
	display: block;
}
#footer .boxT ul.second li {
}
#footer .boxT li ul.second li:before {
    content: "・ ";
    color: #cccccc;
}
#footer .boxT li ul.third li {
	font-size: 11px;
}
#footer .boxT li ul.third li:before {
	content: "├ ";
	color: #cccccc;
}
#footer .boxT li ul.third li:last-child:before {
	content: "└ ";
	color: #cccccc;
}
#footer .boxT .bLogo {
	margin-bottom: 24px;
}
#footer .boxT .bLogo img {
	width: 114px;
}

#footer .boxT a {
}
#footer .boxT a:hover {
	text-decoration: none;
	color: #ff2400;
}
#footer .boxB {
	padding-top: 14px;
	padding-bottom: 14px;
	clear: left;
	overflow: hidden;
}
#footer .boxB address {
	font-size: 11px;
}

}

/* #### width 980px 以上の場合の設定 #### */
@media (min-width: 980px) {

#cChoice li a {
	font-size: 13px;
	padding: 8px 4px;
}

/* #### nav #### */
nav {
	width: 66%;
}
	
}

/* #### width 1200px 以上の場合の設定 #### */
@media (min-width: 1200px) {


/* inner box設定 */
#header .inner, #root .inner, #footer .inner {
}

/* sns link button */
#snsLink {
	right: 228px;
}

/* #### nav #### */
nav {
	width: 60%;
}
	
/* ## breadcrumb ## */
#breadcrumb {
}
#breadcrumb ul {
	padding: 0;
}



}