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


/* #＃＃### 共通項目 ＃＃#### */
/*PCでは無効（改行しない）*/
.sma{
    display: none;
}

/* ## header ## */
#header {
	width: 100%;
	box-sizing: border-box;
}
#header .inner {
	position: relative;
}

/* 選択 */
#ncChoice {
	width: 100%;
	box-sizing: border-box;
	background-color: #ffffff;
	text-align: center;
}
#ncChoice .inBox {
}
#ncChoice ul {
	width: 100%;
	box-sizing: border-box;
}
#ncChoice li {
	/*
	width: 33.19%;
	*/
	width: calc(100%/4);
	box-sizing: border-box;
	float: left;
}
#ncChoice li a {
	width: 100%;
	box-sizing: border-box;
	color: #21466c;
	font-size: 16px;
	background-color: #ffffff;
	font-weight: bold;
	text-align: center;
	padding: 14px 0 0 0;
	display: block;
}
#ncChoice li:first-child {
	padding-left: 3px;
}

/*#ncChoice li span {
	border-right: solid 1px #d4d4d4;
	padding: 6px 0;
	display: block;
}
#ncChoice li:first-child span {
	border-left: solid 1px #d4d4d4;
}*/


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

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


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

/* ## main ## */

/* bans */
aside#bans {
	width: 100%;
	box-sizing: border-box;
	background-color: #f3f3f3;
}
aside#bans .inner {
	width: 100%;
	max-width: 1000px;
	box-sizing: border-box;
	background-color: #ffffff;
	margin: 0 auto;
	padding: 24px 0;
}
aside#bans ul {
	width: 100%;
	max-width: 950px;
	box-sizing: border-box;
	text-align: center;
	margin: 0 auto;
}
aside#bans li {
	width: 31%;
	padding: 4px 8px;
	display: inline-block;
}
aside#bans li img {
	width: 100%;
	box-sizing: border-box;
	border: solid 1.5px #d0d0d0;
}

/* ## footer ## */
#footer {
	width: 100%;
	box-sizing: border-box;
	background-color: #10347b;
	color: #888888;
	font-size: 12px;
	padding-right: 14px;
	padding-left: 14px;
	overflow: hidden;
}
#footer .inner {
	width: 100%;
	box-sizing: border-box;
	max-width: 950px;
	margin: 0 auto;
	padding-top: 14px;
	padding-bottom: 14px;
	overflow: hidden;
	position: relative;
}
#footer .boxB {
	color: #ffffff;
	padding-top: 14px;
	clear: left;
}
#footer .boxB .box1 {
	width: 32%;
	box-sizing: border-box;
	padding-right: 24px;
	float: left;
}
#footer .boxB .box2 {
	width: 68%;
	box-sizing: border-box;
	float: left;
}
#footer .boxB .box2 ul#fRow, #footer .boxB .box2 ul#sRow {
	width: 100%;
	box-sizing: border-box;
	padding-bottom: 14px;
}
#footer .boxB .box2 ul#fRow:after, #footer .boxB .box2 ul#sRow:after {
  content: "";
  clear: both;
  display: block;
}
#footer .boxB .box2 ul#fRow > li {
	width: 50%;
	box-sizing: border-box;
	float: left;
}
#footer .boxB .box2 ul#fRow ul#ulThema li {
	width: 50%;
	box-sizing: border-box;
	float: left;
}
#footer .boxB .box2 ul#sRow > li {
	width: 25%;
	box-sizing: border-box;
	padding-right: 10px;
	float: left;
}
#footer .boxB .box2 .cfTitle {
	font-size: 16px;
	font-weight: bold;
}
#footer .boxB .box2 ul.second {
	width: 100%;
	box-sizing: border-box;
	margin-top: 8px;
}
#footer .boxB .box2 ul.second li {
	width: 100%;
	box-sizing: border-box;
	padding: 2px 0;
}
#footer .boxB .box2 a {
	color: #f4f4f4;
}
#footer .boxB .box2 a:hover {
	text-decoration: none;
}

/* 問い合わせ */
#footer .boxB address#add01 {
	width: 100%;
	box-sizing: border-box;
	color: #ffffff;
}
#footer .boxB address#add01:after {
  content: "";
  clear: both;
  display: block;
}
#footer .boxB address#add01 .addImg {
	width: 144px;
	box-sizing: border-box;
	float: left;
}
#footer .boxB address#add01 .addImg img {
	width: 144px;
}
#footer .boxB address#add01 .addBox {
	width: 100%;
	box-sizing: border-box;
	font-size: 13px;
	line-height: 1.3;
	padding-top: 10px;
}
#footer .boxB address#add01 .addBox h3 {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 8px;
}
#footer .boxB address#add01 .addBox p {
	margin-bottom: 8px;
}
#footer .boxB address#add01 .addBox p.adTel {
	font-size: 25px;
}
#footer .boxB address#add01 .addBox2 {
	width: 44px;
	box-sizing: border-box;
	padding-left: 14px;
	float: left;
}
#footer .boxB address#add01 .addBox2 #img01 {
	width: 34px;
	border-radius: 1px;
}
#footer .boxB address#add01 .addBox2 #img02 {
	width: 34px;
	border-radius: 4px;
	margin-bottom: 3px;
}

#footer ul.fotToi {
	width: 100%;
}
#footer ul.fotToi li {
	width: 100%;
	box-sizing: border-box;
}
#footer ul.fotToi li a {
	width: 88%;
	color: #ffffff;
	font-size: 18px;
	border-radius: 14px;
	text-align: center;
	box-shadow: 1px 1px 2px #444444;
	box-sizing: border-box;
	opacity: 0.9;
	padding: 4px 14px;
	display: block;
}
#footer ul.fotToi li#ftToi a {
	background-color: #08a0e6;
}
#footer ul.fotToi li#ftMitsu a {
	background-color: #f73a50;
}
#footer ul.fotToi li a:active {
	text-decoration: none;
	opacity: 0.74;
}

/* sns link */
#footer .boxB ul#snsLink {
	width: 88%;
	box-sizing: border-box;
	margin-top: 24px;
	padding-bottom: 10px;
}
#footer .boxB ul#snsLink:after {
  content: "";
  clear: both;
  display: block;
}
#footer .boxB ul#snsLink li {
	box-sizing: border-box;
	text-align: left;
}
#footer .boxB ul#snsLink li.snsIco a {
	text-align: center;
	margin-bottom: 8px;
}
#footer .boxB ul#snsLink li:nth-child(3) {
	margin-right: 0;
}
#footer .boxB ul#snsLink li a {
	width: 100%;
	box-sizing: border-box;
	color: #ffffff;
	box-shadow: 1px 1px 2px rgba(68,68,68,0.84);
	padding: 4px 4px;
	display: block;
}
#footer .boxB ul#snsLink li#slFb a {
	background-color: #3b5998;
}
#footer .boxB ul#snsLink li#slInsta a {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#426adc+0,b73692+29,d52e7c+56,f77333+81,fab95d+100 */
	background: rgb(66,106,220); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(66,106,220,1) 0%, rgba(183,54,146,1) 29%, rgba(213,46,124,1) 56%, rgba(247,115,51,1) 81%, rgba(250,185,93,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(66,106,220,1) 0%,rgba(183,54,146,1) 29%,rgba(213,46,124,1) 56%,rgba(247,115,51,1) 81%,rgba(250,185,93,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(66,106,220,1) 0%,rgba(183,54,146,1) 29%,rgba(213,46,124,1) 56%,rgba(247,115,51,1) 81%,rgba(250,185,93,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#426adc', endColorstr='#fab95d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#footer .boxB ul#snsLink li#slTw a {
	background-color: #2eaaf4;
}

#footer .boxB ul#comCon {
	margin-top: 24px;
}
#footer .boxB ul#comCon li {
	font-size: 12px;
	border-right: solid 1px #f4f4f4;
	margin-right: 24px;
	margin-bottom: 4px;
	padding-right: 24px;
	float: left;
}
#footer .boxB ul#comCon li:last-child {
	border-right: none;
}
#footer .boxB ul#comCon a {
	color: #f4f4f4;
}

#footer .boxB address#copy {
	font-size: 11px;
	color: #dcdcdc;
	text-align: right;
	padding-top: 14px;
	clear: left;
}
.noCount {
	color: red;
	font-size: 14px;
}


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


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

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

}

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

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

/* ## main ## */

/* #### footer #### */
#footer .boxB address {
	font-size: 10px;
}

}

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

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


/* ## main ## */


/* #### footer #### */
#footer .boxB address#add01 .addBox br.dn {
	display: none;
}

}

/* ## width 767px 以下の場合の設定 (for All Mobile Dvices) ## */
@media (max-width: 767px) {
.sma{
	display: block;
}
.bunner {
	margin: 0 2% 20px 2%;
}
/* ## 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 fix ## */
#header.headFix {
	position: fixed;
	opacity: 0.94;
}
#header.headFix .inner {
	height: 50px;
	background-color: rgba(255,255,255,0.94);
	box-shadow: 2px 2px 4px #dcdcdc;
}

#header h1 {
	width: 100%;
	position: absolute;
	text-align: center;
	top: 1px;
	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: 68px;
}
#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;
}
	
/* 選択 */
#ncChoice {
	/*
	height: 54px;
	*/
	width: 99.6%;
	height: 65px;
	border-bottom: solid 5px #133880;
	margin: 44px auto 0 auto;
}
#ncChoice:after {
  content: "";
  clear: both;
  display: block;
}
#ncChoice ul {
}
#ncChoice li {
	height: 60px;
	border-right: solid 1px #d4d4d4;
	position: relative;
}
#ncChoice li:after {
	position: absolute;
	right: -1px;
	top: 0;
	content: '';
	width: 1px;
	height: 12px;
	background-color: #ffffff;
}
#ncChoice li:before {
	position: absolute;
	right: -1px;
	bottom: 0;
	content: '';
	width: 1px;
	height: 6px;
	background-color: #ffffff;
}
#ncChoice li:last-child {
	border-right: none;
}
#ncChoice li a {
	height: 50px;
	font-size: 12px;
	padding: 18px 0 0 0;
}
/* choice selected */
#ncChoice li.ncSelected a {
	color: #ffffff;
	height: 60px;
}
#ncChoice li a:hover {
	text-decoration: none;
}
	
hr.ajHeight {
	display: none;
}

/* ## 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;
	background-image: url(../img/arrow_down.gif);
	background-position: center bottom 6px;
	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/arrow_up.gif);
	background-repeat: no-repeat;
	background-position: center bottom 6px;
	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;
	color: #ffffff;
	padding: 10px 0;
	display: block;
}
#dropmenu > li a:active {
	background-color: #444444;
}
#dropmenu > li.cCurre > h2 a {
	background-color: #282828;
	opacity: 0.94;
}
#dropmenu > li.cCurre h2.mbCtitle {
	background-color: #333333;
}


/* ## wrapper ## */
#wrapper {
	padding-top: 14px;
	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;
}

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

/* bans */
aside#bans {
}
aside#bans .inner {
}
aside#bans li {
	width: 100%;
	box-sizing: border-box;
	padding: 4px 14px;
}

/* ## footer ## */
#footer {
}
#footer .inner {
	padding-top: 18px;
	padding-bottom: 18px;
}
#footer .boxB {
	text-align: center;
}
#footer .boxB .box1 {
	width: 100%;
	box-sizing: border-box;
	padding-right: 0;
	float: none;
	clear: left;
}
#footer .boxB .box2 {
	width: 100%;
	box-sizing: border-box;
	padding-right: 0;
	float: none;
	clear: left;
}
#footer .boxB .box2 ul {
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
	overflow: hidden;
}
#footer .boxB .box2 > li {
	width: 33.3333%;
	text-align: left;
	margin-bottom: 18px;
}
#footer .boxB .box2 > li .cfTitle {
	font-size: 14px;
}
#footer .boxB .box2 > li:last-child {
}
#footer .boxB .box2 ul.second {
	font-size: 10px;
	text-align: left;
	margin-top: 8px;
}
#footer .boxB .box2 ul.second li {
	text-align: left;
	margin: 2px 0;
}
#footer .boxB .box2 ul > li {
	text-align: left;
}
#footer .boxB .box2 ul#fRow {
	padding-bottom: 24px;
}
#footer .boxB .box3 {
	width: 100%;
	box-sizing: border-box;
	float: none;
	clear: left;
}
	
/* 問い合わせ */
#footer .boxB address#add01 h2 {
	font-size: 14px;
	border-top: solid 1px #f4f4f4;
	border-bottom: solid 1px #f4f4f4;
	margin-bottom: 8px;
	padding: 2px 0;
}
#footer .boxB address#add01 {
	width: 100%;
	box-sizing: border-box;
	color: #ffffff;
}
#footer .boxB address#add01 .adimgWrapp {
	width: 188px;
	box-sizing: border-box;
	margin: 0 auto;
}
#footer .boxB address#add01 .addBox h3 {
	font-size: 16px;
	margin-bottom: 8px;
}
#footer .boxB address#add01 .addBox p {
	margin-bottom: 8px;
}
#footer .boxB address#add01 .addBox p.adTel {
	font-size: 18px;
}
#footer .boxB address#add01 .addBox {
	font-size: 14px;
	line-height: 1.4;
	clear: left;
}

#footer ul.fotToi li a {
	width: 60%;
	color: #ffffff;
	font-size: 18px;
	border-radius: 14px;
	text-align: center;
	box-shadow: 1px 1px 2px #444444;
	box-sizing: border-box;
	opacity: 0.9;
	margin: 0 auto 14px auto;
	padding: 4px 14px;
	display: block;
}
	
#footer .boxB ul#comCon {
	margin-top: 14px;
	clear: left;
}
#footer .boxB ul#comCon li {
	font-size: 12px;
	border-right: solid 1px #f4f4f4;
	margin-right: 10px;
	margin-bottom: 4px;
	padding: 0 14px 6px 0;
	float: left;
}
#footer .boxB ul#comCon li:last-child {
	border-right: none;
}
#footer .boxB ul#comCon a {
	color: #f4f4f4;
}
/* sns link */
#footer .boxB ul#snsLink {
	width: 60%;
	margin: 0 auto;
}
#footer .boxB ul#snsLink li a {
	padding: 4px 4px;
}

#footer .boxB address#copy {
	font-size: 10px;
	text-align: center;
	clear: left;
}

#back-top {
	display: none;
}
#back-top i {
	display: none;
}

}

/* #### width 768px 以上の場合の設定 (for PC) #### */
@media (min-width: 768px) {
.bunner {
	margin: 0 0 20px 0;
}

	
/* ## header ## */
#header {
	width: 100%;
	box-sizing: border-box;
	background-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: 128px;
	max-width: 950px;
	margin: 0 auto;
	padding-right: 14px;
	padding-left: 14px;
	position: relative;
}
#header h1 {
	width: 60%;
	box-sizing: border-box;
	text-align: left;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	overflow: hidden;
	position: absolute;
	top: 14px;
	left: 14px;
	z-index: 102;
}
#header h1 #logo {
	width: 126px;
	box-sizing: border-box;
}
#header h1 p.cRin {
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 8px;
}
#header h1 p.cCopy {
	color: #0a2f69;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.1;
	position: absolute;
	top: 8px;
	left: 144px;
}
#header h1 p.cCopy span {
	font-size: 27px;
}
#header h1 a:hover {
	opacity: 0.78;
}
	
#header .boxR {
	width: 60%;
	box-sizing: border-box;
	margin-top: 28px;
	float: right;
}
#header .boxR {
	width: 60%;
	box-sizing: border-box;
	float: right;
}
	
#header .boxR #snsLink {
	margin-left: 14px;
	float: right;
}
#header .boxR #snsLink li {
	margin-left: 14px;
	float: right;
}
#header .boxR #snsLink li i {
	font-size: 28px;
}
#header .boxR #snsLink li#hFb a i {
	color: #0073ff;
}
#header .boxR #snsLink li#hInsta a i {
	color: #d100a9;
}
#header .boxR #snsLink li#hTwt a i {
	color: #2baff2;
}
#header .boxR #hContact {
	font-size: 14px;
	font-weight: bold;
	margin-top: 4px;
	margin-left: 20px;
	float: right;
}
#header .boxR #hContact a {
	color: #888888;
}
#header .boxR #hContact a i {
	color: #f17b08;
	font-size: 18px;
}
#header .boxR #hContact a span {
}
#header .boxR .tel {
	float: right;
}
#header .boxR .tel a {
	width: 100%;
	box-sizing: border-box;
	font-size: 20px;
	color: #343c7e;
	text-align: center;
	display: block;
}
	
/* 選択 */
#ncChoice {
	height: 44px;
	padding: 0 4px;
	position: absolute;
	top: 84px;
}

#ncChoice .inBox {
	border-left: solid 1px #dcdcdc;
	position: relative;
}
#ncChoice .inBox:after {
	position: absolute;
	left: -1px;
	top: 0;
	content: '';
	width: 1px;
	height: 8px;
	background-color: #ffffff;
	overflow: hidden;
}
#ncChoice .inBox:before {
	position: absolute;
	left: -1px;
	bottom: 0;
	content: '';
	width: 1px;
	height: 8px;
	background-color: #ffffff;
}
#ncChoice ul {
	position: relative;
	overflow: hidden;
}
#ncChoice li {
	/*
	width: 33.3333%;
	*/
	width: calc(100%/4);
	box-sizing: border-box;
	border-right: solid 1px #d4d4d4;
	float: left;
	position: relative;
}
#ncChoice li:after {
	position: absolute;
	right: -1px;
	top: 0;
	content: '';
	width: 1px;
	height: 8px;
	background-color: #ffffff;
}
#ncChoice li:before {
	position: absolute;
	right: -1px;
	bottom: 0;
	content: '';
	width: 1px;
	height: 8px;
	background-color: #ffffff;
}/*
#ncChoice li:last-child {
	border-right: solid 1px #d4d4d4;
	position: relative;
}
#ncChoice li:last-child:after {
	position: absolute;
	right: 10px;
	top: 0;
	content: '';
	width: 1px;
	height: 8px;
	background-color: red;
}
#ncChoice li:last-child:before {
	position: absolute;
	right: 1px;
	bottom: 0;
	content: '';
	width: 1px;
	height: 8px;
	background-color: red;
}*/
#ncChoice .inBox {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
}
#ncChoice li a {
	width: 100%;
	box-sizing: border-box;
	height: 44px;
	text-align: center;
	padding: 12px 0 0 0;
	display: block;
	position: relative;
}
#ncChoice li a:hover {
	text-decoration: none;
	color: #1061AF;
}
#ncChoice li a::after {
	position: absolute;
	top: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 4px;
	background-color: #1061AF;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#ncChoice li a:hover::after {
	width: 100%;
	color: #1061AF;
}
	
/* study学生用 */
#ncChoice li#ncStudys a:hover {
	color: #198EC8;
}
#ncChoice li#ncStudys a::after {
	background-color: #198EC8;
}
#ncChoice li#ncStudys a:hover::after {
	color: #198EC8;
}
/* study一般用 */
#ncChoice li#ncStudyg a:hover {
	color: #0B59A0;
}
#ncChoice li#ncStudyg a::after {
	background-color: #0B59A0;
}
#ncChoice li#ncStudyg a:hover::after {
	color: #0B59A0;
}
/* culture用 */
#ncChoice li#ncCulture a:hover {
	color: #503382;
}
#ncChoice li#ncCulture a::after {
	background-color: #503382;
}
#ncChoice li#ncCulture a:hover::after {
	color: #503382;
}
/* ordemade用 */
#ncChoice li#ncOrdermade a:hover {
	color: #9F4BAF;
}
#ncChoice li#ncOrdermade a::after {
	background-color: #9F4BAF;
}
#ncChoice li#ncOrdermade a:hover::after {
	color: #9F4BAF;
}	

/* choice selected */
#ncChoice li.ncSelected a::after {
	width: 100%;
}
	
/* #### nav #### */
nav {
	width: 100%;
	box-sizing: border-box;
	background-color: #133880;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
/* clearfix */
nav:after {
  content: "";
  clear: both;
  display: block;
}
nav#scrollNav.fixed {
	position: fixed;
	top: 0;
	z-index: 998;
	opacity: 0.94;
}

/* ## breadcrumb ## */
#breadcrumb {
	width: 100%;
	box-sizing: border-box;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	border-top: solid 1px #e4e4e4;
	border-bottom: solid 1px #e4e4e4;
	background-color: #f9f9f9;
}
#breadcrumb ul {
	width: 100%;
	box-sizing: border-box;
	max-width: 950px;
	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;
}
	
/* ## dropdown menu ## */
#dropmenu {
	width: 100%;
	box-sizing: border-box;
	max-width: 950px;
	margin: 0 auto;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
}
#dropmenu > li {
	width: 16.6666%;
	/*width: 14.2857143%;*/
	font-family: "游ゴシック", "Yu Gothic", YuGothic, Quicksand, helvetica, メイリオ, Meiryo, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	text-align: center;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	float: left;
}
#dropmenu > li#ccSerch {
	display: none;
}
#dropmenu > li a {
	width: 100%;
	box-sizing: border-box;
	font-size: 14px;
	height: 42px;
	color: #ffffff;
	background-color: #133880;
	border-left: solid 1px #1e4289;
	padding-top: 10px;
	display: block;
	position: relative;
}
#dropmenu > li:last-child a {
	border-right: solid 1px #1e4289;
}
#dropmenu > li a::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 3px;
	background-color: #ffffff;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#dropmenu > li a:hover::after {
	width: 100%;
	color: #ffffff;
}
#dropmenu > li.cCurre a {
	color: #ffffff;
}
#dropmenu > li.cCurre a::after {
	width: 100%;
}
#dropmenu > li:hover {
	text-decoration: none;
} 
#dropmenu > li:hover a::after {
	width: 100%;
}
#dropmenu > li:hover a {
	color: #ffffff;
	background-color: #1e4289;
}
#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;
	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 li a {
	width: 100%;
	box-sizing: border-box;
	font-size: 12px;
	color: #ffffff;
	height: auto;
	background-color: #1e4289;
	padding: 6px 0;
	display: block;
}
#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: #284f9a;
	opacity: 1;
}
#dropmenu li.menu_single:hover ul.menu_second-level li {
  overflow: visible;
  border-top: 1px solid #284f9a;
}
#dropmenu li.menu_single:hover ul.menu_second-level {
	top: 42px;
	visibility: visible;
	opacity: 1;
}

/* 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;
}

/* ## wrapper ## */
#wrapper {
	width: 100%;
	box-sizing: border-box;
	background-color: #f3f3f3;
}
#wrapper .inner {
	width: 100%;
	max-width: 1000px;
	box-sizing: border-box;
	background-color: #ffffff;
	margin: 0 auto;
	padding: 24px 14px 0 14px;
}

/* ## 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%;
	max-width: 950px;
	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;
}

/* ## footer ## */
#footer {
	box-sizing: border-box;
	padding-right: 14px;
	padding-left: 14px;
	overflow: hidden;
}
#footer .inner {
	width: 100%;
	box-sizing: border-box;
	max-width: 950px;
	margin: 0 auto;
	overflow: hidden;
}
#footer .boxB {
	padding-top: 24px;
	clear: left;
	overflow: hidden;
}
#footer .boxB address#add01 {
}
#footer .boxB address#add01 h2 {
	text-align: center;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	margin: 0 auto 10px auto;
	padding: 2px 0;
}
#footer .boxB address#add01 .addImg {
}
#footer .boxB address#add01 .addImg img {
}
#footer .boxB address#add01 .addBox {
	width: 100%;
	overflow: hidden;
}
#footer .boxB address#add01 .addBox br.dn {
	display: none;
}
#footer .boxB address#add01 .addBox h3 {
}
#footer .boxB address#add01 .addBox2 {
	text-align: left;
}
#footer .boxB address#add01 .addBox2 #img01 {
	width: 32px;
	border-radius: 1px;
}
#footer .boxB address#add01 .addBox2 #img02 {
	width: 32px;
	border-radius: 3px;
}

#footer .boxB .box2 ul#fRow {
	padding-bottom: 40px;
}
#footer .boxB .box2 ul.second li {
	width: 100%;
	box-sizing: border-box;
	padding: 4px 0;
}
#footer .boxB .box2 a {
	color: #f4f4f4;
}
#footer .boxB .box2 a:hover {
	text-decoration: none;
}

#footer ul.fotToi {
/*	width: 80%;
	margin: 0 auto;*/
}
#footer .boxB .dn {
	display: none;
}

/* sns link */
#footer .boxB ul#snsLink {
}
#footer .boxB ul#snsLink li {
}
#footer .boxB ul#snsLink li:nth-child(3) {
	margin-right: 0;
}
#footer .boxB ul#snsLink li a {
	padding: 4px 4px;
}
#footer .boxB ul#snsLink li a:hover {
	opacity: 0.84;
	text-decoration: none;
}
	
#back-top {
	position: fixed;
	bottom: 84px;
	right: 24px;
	z-index: 100;
}
#back-top a i {
	color: #1c84ef;
	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;
}

}

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

	
/* ## wrapper ## */
#wrapper .inner {
	padding: 24px 0 0 0;
}
	
}

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

#header h1 {
	left: 0;
}
#header #cdWrapp {
	right: 0;
}

/* inner box設定 */
#header .inner, #root .inner, #footer .inner {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
}

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

/* ## breadcrumb ## */
#breadcrumb {
}
#breadcrumb ul {
	padding: 0;
}

/* ## wrapper ## */
#wrapper .inner {
	padding: 24px 0 0 0;
}

/* ## side ## */
aside#side #sidebar ul#con_list li a {
}


/* ## menu ## */
#menu {
}

}