/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

#mainVisual .bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
        box-shadow: none;
        border: none;
        background-color: transparent;
}

#mainVisual .bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

#mainVisual .bx-wrapper .bx-viewport {
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

#mainVisual .bx-wrapper .bx-pager,
#mainVisual .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 25px;
	width: 100%;
}

/* LOADER */

#mainVisual .bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

#mainVisual .bx-wrapper .bx-pager {
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 0;
        position: static;
}

#mainVisual .bx-wrapper .bx-pager .bx-pager-item,
#mainVisual .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

#mainVisual .bx-wrapper .bx-pager.bx-default-pager a {
	background: #ddd;
	text-indent: -9999px;
	display: block;
	width: 7px;
	height: 7px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 3.5px;
	-webkit-border-radius: 3.5px;
	border-radius: 3.5px;
}

#mainVisual .bx-wrapper .bx-pager.bx-default-pager a:hover,
#mainVisual .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #00732D;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

#mainVisual .bx-wrapper .bx-prev {
	left: 10px;
	background: url(https://u.jimcdn.com/cms/o/s3bc1e7f6912d416e/userlayout/img/mv-left.png?t=1412218784) no-repeat 0 0;
}

#mainVisual .bx-wrapper .bx-next {
	right: 10px;
	background: url(https://u.jimcdn.com/cms/o/s3bc1e7f6912d416e/userlayout/img/mv-right.png?t=1412218791) no-repeat 0 0;
}

#mainVisual .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -29px;
	outline: 0;
	width: 18px;
	height: 30px;
	text-indent: -9999px;
	z-index: 9999;
}

#mainVisual .bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

#mainVisual .bx-wrapper .bx-controls-auto {
	text-align: center;
}

#mainVisual .bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(https://u.jimcdn.com/cms/o/s3bc1e7f6912d416e/userlayout/img/controls.png?t=1412218683) -86px -11px no-repeat;
	margin: 0 3px;
}

#mainVisual .bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(https://u.jimcdn.com/cms/o/s3bc1e7f6912d416e/userlayout/img/controls.png?t=1412218683) -86px -44px no-repeat;
	margin: 0 3px;
}

#mainVisual .bx-wrapper .bx-controls-auto .bx-stop:hover,
#mainVisual .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

#mainVisual .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

#mainVisual .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

#mainVisual .bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

#mainVisual .bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/*------------------------------

Global settings

------------------------------*/
body {
	font-size: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6;
	color: #444444;
}

.body {
	background: url(https://u.jimcdn.com/cms/o/s3bc1e7f6912d416e/userlayout/img/body-bg.png?t=1412218671) 50% 50% repeat;
	-webkit-text-size-adjust: 100%;
}

a {
	color: #043C78;
}

a:hover {
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	zoom:1;
}

img {
	max-width: 100%;
	height: auto;
}

.cfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
 
.cfix {
	display: inline-table;
	min-height: 1%;
}
 
* html .cfix {
	height: 1%;
}
.cfix {
	display: block;
}

.clear {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	margin: 0;
	border: 0;
}

.page {
	width: 960px;
	margin: 0 auto;
}

.inline {
	display: inline;
}

/*list resets*/
.j-text ul,.j-text ul li,
.j-textWithImage ul,.j-textWithImage ul li,
.j-htmlCode ul,.j-htmlCode ul li,
.j-text ol,.j-text ol li,
.j-textWithImage ol,.j-textWithImage ol li,
.j-htmlCode ol,.j-htmlCode ol li,
.j-table ul,.j-table ul li,
#mainVisual ul,#mainVisual ul li,
#globalNavi ul,#globalNavi ul li,
#subNavi ul,#subNavi ul li,
#sp-subNavi ul,#sp-subNavi ul li,
#topNavi ul,#topNavi ul li,
#sp-topNavi ul,#sp-topNavi ul li,
#headNavi ul,#headNavi ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.shadow {
	box-shadow: 0 0 6px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 6px rgba(0,0,0,0.4);
}

/*------------------------------

Layout settings

------------------------------*/
#wrapper {
	background: url(https://u.jimcdn.com/cms/o/s3bc1e7f6912d416e/userlayout/img/wrapper-bg.png?t=1412218875) 0 0 repeat-x;
}

.cc-indexpage #wrapper {
	background: url(https://u.jimcdn.com/cms/o/s3bc1e7f6912d416e/userlayout/img/top-wrapper-bg.png?t=1412218862) 0 0 repeat-x;
}

#header .page {
	margin-bottom: 20px;
	background: #fff;
	padding-bottom: 2px;
}

#header .inset {
	margin: 0 2px;
	border: 1px solid #E8E8E6;
	border-top: 0;
}

#header #switcher {
	display: none;
	padding: 10px;
}

#header #switcher a {
	display: block;
	padding: 10px;
	background: url(https://u.jimcdn.com/cms/o/s3bc1e7f6912d416e/userlayout/img/gnav-bg.png?t=1412218709) 0 bottom repeat-x;
	border: 2px solid #ccc;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #444;
	border-radius: 5px;
}

#header .upper {
	padding: 16px 24px;
}

#header #siteLogo {
	float: left;
	width: 300px;
}

#header .tel {
	float: right;
}

#header .btn {
	display: none;
}

#globalNavi {
	background: url(https://u.jimcdn.com/cms/o/s3bc1e7f6912d416e/userlayout/img/gnav-bg.png?t=1412218709) 0 bottom repeat-x;
}

#globalNavi ul.mainNav2 {
	display: none;
}

#globalNavi ul li {
	display: inline;
}

#globalNavi ul li a {
	display: inline-block;
	padding: 10px 13px;
	background: url(https://u.jimcdn.com/cms/o/s3bc1e7f6912d416e/userlayout/img/gnav-line.png?t=1412218715) right bottom no-repeat;
	color: #444;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
}

#globalNavi ul li a span {
	display: inline-block;
	padding-left: 13px;
	background: url(https://u.jimcdn.com/cms/o/s3bc1e7f6912d416e/userlayout/img/list01.png?t=1412218761) 0 5px no-repeat;
}

#contents {
	position: relative;
	z-index: 5;
}

#contents .page {
	background: #fff;
}

#contents .inset {
	padding: 15px 15px 40px;
}

#topContents {
	display: none;
}

.cc-indexpage #topContents {
	display: block;
}

#mainVisual {
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding: 2px;
	margin-bottom: 10px;
}

#mainVisual ul li.hide {
	display: none;
}

#topNavi {
	position: relative;
	z-index: 5;
	margin: 0 20px;
}

#topNavi ul li {
	float: left;
	width: 48.913043%;
	margin-right: 2.173914%;
}

#topNavi ul li.lc {
	margin-right: 0;
}

#topNavi ul li img {
	display: inline;
}

#sp-topNavi {
	display: none;
}

#main {
	float: left;
	width: 670px;
}

#sub {
	float: right;
	width: 250px;
}

#subNavi,#sp-subNavi {
	margin: 0 5px;
	border-top: 1px solid #e8e8e8;
}

#sp-subNavi {
	display: none;
}

#subNavi ul.mainNav2 {
	margin-bottom: 20px;
}

#subNavi ul li a {
	display: block;
	padding: 10px 12px;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	color: #444;
}

#subNavi ul li a.level_1 {
	display: none;
}

#subNavi ul li a.level_2 {
	position: relative;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #ccc;
	background: url(https://u.jimcdn.com/cms/o/s3bc1e7f6912d416e/userlayout/img/gnav-bg.png?t=1412218709) 0 bottom repeat-x;
}

#subNavi ul li a.level_2:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 6px;
	height: 4px;
	margin-top: -2px;
	background: #00742E;
}

#subNavi ul li a.level_3 {
	background: #E6EAE6;
	border-top: 1px solid #fff;
}

#subBnr {
	margin: 0 5px 20px;
}

#subBnr .bnr {
	margin-bottom: 10px;
}

#subBnr .bnr img {
	display: inline;
}

#footer {
	position: relative;
	padding: 25px 0;
	margin-top: -10px;
	background: url(https://u.jimcdn.com/cms/o/s3bc1e7f6912d416e/userlayout/img/footer-bg.png?t=1412218702) 0 0 repeat-x #00742E;
}

#totop {
	margin: 0 20px;
	padding: 20px 0;
	text-align: right;
}

#totop img {
	display: inline;
}

#footer div#contentfooter div.leftrow {
	width: 100%;
}

#footer #contentfooter a {
	color: #fff;
}

#copyright {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.fb-like-box {
	border: 1px solid #ccc;
}

/*------------------------------

Style settings

------------------------------*/
h1,h2,h3,h4,h5 {
	line-height: 1.3;
	overflow: hidden;
	zoom: 1;
}

#main h1,#sidebar h1 {
	margin-bottom: 10px;
	padding: 13px 10px;
	border-top: 4px solid #00742E;
	border-bottom: 2px solid #E8E8E6;
	background: url(https://u.jimcdn.com/cms/o/s3bc1e7f6912d416e/userlayout/img/h1bg.png?t=1412218721) 0 bottom repeat-x;
}

#main h2,#sidebar h2 {
	margin-bottom: 5px;
	padding: 2px 0 2px 13px;
	border-left: 4px solid #00742E;
}

#main h3,#sidebar h3 {
	position: relative;
	padding: 6px 10px 6px 25px;
	background: url(https://u.jimcdn.com/cms/o/s3bc1e7f6912d416e/userlayout/img/h3bg.png?t=1412218726) 0 bottom repeat-x;
	border: 1px solid #E8E8E6;
}

#main h3:before,#sidebar h3:before {
	position: absolute;
	content: '';
	top: 13px;
	left: 10px;
	width: 9px;
	height: 10px;
	background: url(https://u.jimcdn.com/cms/o/s3bc1e7f6912d416e/userlayout/img/list03.png?t=1412218769) 0 0 no-repeat;
}

.j-text ul,
.j-textWithImage ul,
.j-htmlCode ul,
.j-table ul,
.j-text ol,
.j-textWithImage ol,
.j-htmlCode ol,
.j-table ol {
}

.j-text ul ul,
.j-textWithImage ul ul,
.j-htmlCode ul ul,
.j-table ul ul,
.j-text ol ol,
.j-textWithImage ol ol,
.j-htmlCode ol ol,
.j-table ol ul {
}

.j-text ul li,
.j-textWithImage ul li,
.j-htmlCode ul li,
.j-table ul li {
	margin-bottom: 6px;
	padding-left: 15px;
	background: url(https://u.jimcdn.com/cms/o/s3bc1e7f6912d416e/userlayout/img/list02.png?t=1412218765) 0 6px no-repeat;
}

.j-text ol li,
.j-textWithImage ol li,
.j-htmlCode ol li,
.j-table ol li {
	list-style: decimal;
	margin-left: 25px;
	margin-bottom: 5px;
}

.j-table table {
	width: 100%;
	border-collapse: collapse;
	border: none;
}

.j-table table th {
	padding: 10px;
	background: #E6EAE6;
	border: 1px solid #ccc;
}

.j-table table td {
	padding: 10px;
	border: 1px solid #ccc;
}

.table01 table {
	width: 100%;
	border-collapse: collapse;
	border: none;
}

dl.faq {
	margin-bottom: 20px;
	padding: 5px;
	background: #E6EAE6;
}

dl.faq dt {
	background: url(https://u.jimcdn.com/cms/o/s3bc1e7f6912d416e/userlayout/img/faq-q.png?t=1412218695) 10px 18px no-repeat;
	margin: 0;
	padding: 20px 15px 20px 55px;
	font-size: 18px;
	font-weight: bold;
	color: #00722C;
	cursor: pointer;
}

dl.faq dd {
	margin: 0;
	padding: 20px 15px 20px 55px;
	background: url(https://u.jimcdn.com/cms/o/s3bc1e7f6912d416e/userlayout/img/faq-a.png?t=1412218689) 10px 15px no-repeat #fff;
	font-size: 15px;
}

.cc-pagemode-default dl.faq dd {
	display: none;
}

dl.check {
	margin: 0;
	padding: 0;
}

dl.check dd {
	margin: 0 0 15px;
	padding: 0 0 15px 40px;
	background: url(https://u.jimcdn.com/cms/o/s3bc1e7f6912d416e/userlayout/img/check-mark.png?t=1412227743) 0 0 no-repeat;
	border-bottom: 1px solid #ccc;
}

dl.check dd.lc {
	border-bottom: none;
}

/*------------------------------


max-width 960


------------------------------*/

@media screen and (max-width: 960px) {
	.bx-wrapper .bx-pager {
		display: none;
	}
	/*------------------------------
	
	Global settings
	
	------------------------------*/
	.page {
		width: auto;
		margin: 0 10px;
	}
	/*------------------------------
	
	Layout settings
	
	------------------------------*/
	#main {
		width: 72.043010752688%;
	}
	
	#sub {
		width: 26.881720430108%;
	}
	/*------------------------------
	
	Style settings
	
	------------------------------*/	
	#main img,#sidebar img {
		display: inline;
	}
}
@media screen and (max-width: 768px) {
	/*------------------------------
	
	Layout settings
	
	------------------------------*/
	#header .tel {
		display: none;
	}
	#header .btn {
		display: block;
		float: right;
		width: 28.169014%;
		max-width: 100px;
	}
	#header #siteLogo {
		width: 63%;
	}
	#header .upper {
		padding: 10px;
		background: url(https://u.jimcdn.com/cms/o/s3bc1e7f6912d416e/userlayout/img/gnav-bg.png?t=1412218709) 0 bottom repeat-x;
	}
	#globalNavi {
		display: none;
	}
	#globalNavi ul.mainNav2 {
		display: block;
	}
	#globalNavi ul li {
		display: block;
	}
	#globalNavi ul li a {
		border-top: 1px solid #ccc;
		display: block;
	}
	#globalNavi ul li a.level_1 {
		background: url(https://u.jimcdn.com/cms/o/s3bc1e7f6912d416e/userlayout/img/gnav-bg.png?t=1412218709) 0 bottom repeat-x;
	}
	#globalNavi ul.mainNav2 li a {
		position: relative;
		background: #E6EAE6;
	}
	#globalNavi ul li a.level_2:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		height: 1px;
		width: 100%;
		background: #fff;
	}
	#globalNavi ul li a.level_2 span {
		position: relative;
		background: none;
		color: #00742E;
	}
	#globalNavi ul li a.level_2 span:before {
		content: '';
		position: absolute;
		top: 8px;
		left: 0;
		width: 8px;
		height: 3px;
		background: #00742E;
	}
	#globalNavi ul li a.level_3 {
		padding-left: 30px;
	}
	#globalNavi ul li a.level_3 span {
		padding: 0;
		background: none;
	}
	#main {
		float: none;
		width: auto;
	}
	#sub {
		float: none;
		width: auto;
	}
	#subBnr .bnr {
		width: 33.33%;
		float: left;
		margin: 0;
	}
	#subBnr .bnr span {
		display: block;
		margin: 5px;
	}
	#subNavi {
		display: none;
	}
	#sp-subNavi {
		display: block;
	}
	.cc-indexpage #sp-subNavi {
		display: none;
	}
	#sp-subNavi ul li {
		display: none;
	}
	#sp-subNavi ul li.cc-nav-parent,
	#sp-subNavi ul li.cc-nav-parent li,
	#sp-subNavi ul li.cc-nav-current,
	#sp-subNavi ul li.cc-nav-current li {
		display: block;
	}
	#sp-subNavi ul li a {
		display: block;
		padding: 10px 12px;
		text-decoration: none;
		font-size: 15px;
		font-weight: bold;
		border-bottom: 1px solid #ccc;
		color: #444;
	}
	#sp-subNavi ul.cc-nav-level-0 > li > a{
		background: url(https://u.jimcdn.com/cms/o/s3bc1e7f6912d416e/userlayout/img/gnav-bg.png?t=1412218709) 0 bottom repeat-x;
		border-left: 1px solid #e8e8e8;
		border-right: 1px solid #ccc;
		font-size: 17px;
	}
	#sp-subNavi ul.cc-nav-level-0 > li > a span {
		padding-left: 15px;
		background: url(https://u.jimcdn.com/cms/o/s3bc1e7f6912d416e/userlayout/img/list01.png?t=1412218761) 0 4px no-repeat;
	}
	#sp-subNavi ul.cc-nav-level-1 > li > a{
		position: relative;
		padding-left: 25px;
		border-top: 1px solid #fff;
		border-right: 0;
		background: #e6e6e6;
		color: #00742E;
	}
	#sp-subNavi ul.cc-nav-level-1 > li > a:before {
		content: '';
		position: absolute;
		top: 50%;
		left: 10px;
		width: 8px;
		height: 3px;
		margin-top: -2px;
		background: #00742E;
	}
	#sp-subNavi ul.cc-nav-level-2 > li > a {
		background: #E6EAE6;
		border-top: 1px solid #fff;
		padding-left: 40px;
	}

}
@media screen and (max-width: 540px) {
	.bx-controls-direction {
		display: none;
	}
	/*------------------------------
	
	Global settings
	
	------------------------------*/
	.body {
		font-size: 14px;
	}
	.page {
		margin: 0 5px;
	}
	#header .page {
		margin-bottom: 10px;
	}
	#contents .inset {
		padding: 5px;
	}
	#topNavi {
		margin: 0 10px;
	}
	/*------------------------------
	
	Layout settings
	
	------------------------------*/
	#mainVisual {
		margin-bottom: 0;
	}
	#totop {
		text-align: center;
	}
	/*------------------------------
	
	Style settings
	
	------------------------------*/	
	#main h1,#sidebar h1 {
		font-size: 20px;
		padding: 10px;
	}
	#main h2,#sidebar h2 {
		font-size: 18px;
	}
	#main h3,#sidebar h3 {
		font-size: 16px;
	}
	#main h3:before,#sidebar h3:before {
		top: 11px;
	}
	#main p,#sidebar p,
	#main table, #sidebar table,
	#main table td, #sidebar table td {
		font-size: 14px;
	}
	dl.faq dt {
		font-size: 16px;
	}
	dl.faq dd {
		font-size: 14px;
	}

	.cc-m-hgrid-column {
		float: none !important;
		width: auto !important;
		padding: 0 !important;
	}

	.cc-m-hgrid-column.last {
		float: none !important;
	}

	.cc-imagewrapper {
		float: none !important;
		width: 100% !important;
		text-align: center;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	.cc-imagewrapper img {
		display: inline !important;
		float: none !important;
		width: auto !important;
		height: auto !important;
	}
	#main .cc-imagewrapper.cc-m-width-maxed img,
	#sidebar .cc-imagewrapper.cc-m-width-maxed img {
		width: auto!important;
	}
}

@media screen and (max-width: 400px) {
	/*------------------------------
	
	Layout settings
	
	------------------------------*/
	#header .btn {
	}
	#topNavi {
		display: none;
	}
	#sp-topNavi {
		display: block;
		position: relative;
		z-index: 5;
		margin: 0 10px;
	}
	#sp-topNavi ul li {
		margin-bottom: 10px;
		text-align: center;
		line-height: 0;
	}
	#subBnr .bnr {
		width: 50%;
	}
}

@media screen and (max-width: 320px) {
}