@charset "utf-8";

/* ========================================================
	template.css => テンプレート用CSS

/*★2018-2/9 VIDEO BLACK★*/

/* ======================================================== */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

html,body{
    width: 100%;
    /*overflow: hidden;*/
}
html {
	font-size: 62.5%;
	overflow: auto;
}
body {

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	min-width:100%;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.7;
	/*color: #656565;*/
	font-family:  "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, Arial, Helvetica, Verdana, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*font-family:  "Arial", Arial, Tahoma, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",sans-serif,Verdana,Arial, Helvetica, sans-serif;*/
	/*font-family:  "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",Verdana,Arial, Helvetica, sans-serif;*/
	-webkit-text-size-adjust: 100%;
	background-position: center -70px;
	overflow: hidden;
}
body.top_body {

		background: url(../../images/slide_lite2-min.jpg) center center fixed, linear-gradient(-90deg, #9fc7e0, #7ea6cf);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	min-width:100%;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	color: #656565;
	font-family:  "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, Arial, Helvetica, Verdana, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*font-family:  "Arial", Arial, Tahoma, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",sans-serif,Verdana,Arial, Helvetica, sans-serif;*/
	/*font-family:  "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",Verdana,Arial, Helvetica, sans-serif;*/
	-webkit-text-size-adjust: 100%;
	background-position: center -70px;
}

body.m {
	/*font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Verdana,Arial, Helvetica, sans-serif;*/
	font-family:  "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, Arial, Helvetica, Verdana, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*
.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}
*/

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.7;
}
a {
	color: #1a1a1a;
	text-decoration:underline;
	-webkit-transition: color 0.15s, background-color 0.15s, background-image 0.15s, border 0.15s, opacity 0.15s;
	-o-transition: color 0.15s, background-color 0.15s, background-image 0.15s, border 0.15s, opacity 0.15s;
	transition: color 0.15s, background-color 0.15s, background-image 0.15s, border 0.15s, opacity 0.15s;
}
a:hover {
	text-decoration: none;
}
a.a_reverse,
.a_reverse a {
	text-decoration: none;
}
a.a_reverse[href]:hover,
.a_reverse a[href]:hover {
	text-decoration: underline;
}

/*#container a {
	color:#0044CC;
	text-decoration:underline;
}
#container a:hover {
	color:#0044CC;
	text-decoration:none;
}*/


label {
	cursor: pointer;
}
input, select, textarea, button {
	margin: 0;
	vertical-align: middle;
	font-family: inherit;
	outline: none;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

button {
	cursor: pointer;
}
iframe {
	vertical-align: middle;
}
@media screen and (max-width: 680px) {
	img {
		max-width: 100%;
		height: auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	iframe {
		max-width: 100%;
		height: 200px;
	}
}

.indent{
	padding-left: 1em;	
}

.notosans{
	font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 680px) {
.sk-symbol{
	height: 50px;	
}
}

/* pc
============================================================================================================ */
@media screen and (min-width: 768px){
.br-sp {display: none; }
}

/* pc / sp
============================================================================================================ */
.sp,
.sps {
	display: none !important;
}
@media screen and (max-width: 680px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
	img.sp, span.sp, br.sp, em.sp, strong.sp {
		display: inline !important;
	}
}
@media screen and (max-width: 370px) {
	.sps {
		display: block !important;
	}
	img.sps, spsan.sps, br.sps, em.sps, strong.sps {
		display: inline !important;
	}
}


/* sp
============================================================================================================ */
@media screen and (max-width: 680px) {
	*[data-label] img {
		display: none;
	}
	*[data-label]:before {
		content: attr(data-label);
	}
	*[data-label-r]:after {
		content: attr(data-label-r);
	}

	.sp_mincho {
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
	}
}

/* font-size
============================================================================================================ */
.fz_s {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}
.fz_m {
}
.fz_l {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
}

.fz_l_mvv {
	font-size: 2.0rem;
	line-height: 2.0;
	text-align: center;
}

.fz_ll {
}
@media screen and (max-width: 680px) {
	.fz_s {
		font-size: 1.1rem;
	}
	.fz_l {
		font-size: 1.5rem;
	}
			
	.fz_l_mvv {
	font-size: 1.6rem;
	text-align: center;
    }
	
}

/* font-weight
============================================================================================================ */
.fwn {
	font-weight: normal !important;
}

/* color
============================================================================================================ */
.c_black {
	color: #000 !important;
}
.c_green {
	color: #7ea200 !important;
}
.c_gold {
	color: #a58e3d !important;
}

/* letter-spacing
============================================================================================================ */
.ls1 {
	letter-spacing: 1em;
	margin-right: -1em;
}
span.ls1 {
	display: inline-block;
}

/* dot
============================================================================================================ */
.dot {
	display: inline-block;
	margin: 0 -0.2em;
}



/* w
============================================================================================================ */
.w {
	position: relative;
	display: block;
	width: 1100px;
	margin: 0 auto;
	padding: 0 10px;
}
.pl {
	width: 700px;
	padding: 0 0 0 280px;
}
.mw {
	min-width: 1100px;
}
.w:after,
.mw:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}
@media screen and (max-width: 680px) {
	.w {
		width: auto;
		padding: 0;
	}
	.mw {
		min-width: 0;
	}
	.pl {
		width: auto;
		padding: 0 10px;
	}
}



/* hv_wh
============================================================================================================ */
a.hv_wh,
button.hv_wh,
a .hv_wh,
.hv_wh a {
	position: relative;
	display: inline-block;
}
a.hv_wh:after,
button.hv_wh:after,
a .hv_wh:after,
.hv_wh a:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0);
	-webkit-transition: background 0.15s;
	-o-transition: background 0.15s;
	transition: background 0.15s;
	z-index: 3;
}
a.hv_wh:hover:after,
button.hv_wh:hover:after,
a:hover .hv_wh:after,
.hv_wh a:hover:after {
	background-color: rgba(255,255,255,0.3);
}
@media screen and (max-width: 680px) {
	a.hv_wh:after,
	button.hv_wh:after,
	a .hv_wh:after,
	.hv_wh a:after {
		content: none;
	}
}


/* ヘッダー
============================================================================================================ */
#header {
	/*background: #007fc6;*/
	color: #fff;
  border-bottom: 1px solid #ddd;
  border-top: 2px solid hsl(10, 0%, 70%);
	/*ボーダーカラー*/
}
#header .head {
	margin: 0 auto;
	width: 1100px;
	position: relative;

}
#header .head:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}
#fix-header {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 200;
	background: rgba(255, 255, 255, 0.7);
	border-bottom: 1px solid rgba(255,255,255,0.4);
}

.is-animation #fix-header {
	background: rgba(255, 255, 255, 1) !important;
	border-bottom: 1px solid #f2f2f2;
}

#fix-header.fixed {
  border-top: 4px solid hsl(210, 90%, 50%);
	/*ボーダーカラー*/
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	box-shadow:rgba(0, 0, 0, 0.4) 0px 7px 13px 0px; 
	-webkit-box-shadow:rgba(0, 0, 0, 0.4) 0px 7px 13px 0px; 
	-moz-box-shadow:rgba(0, 0, 0, 0.4) 0px 7px 13px 0px;} 
	/*rgba（赤,緑,青,透明度）「右,下,ぼかし値,広がり値」px*/


#header .fix-head {
	/*position:fixed;*/
}

.sk-logo{
	float: left;
	font-size: 11px;
	font-size: 1.1rem;
	color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -28px;
}
.sk-logo span{
	display:block;
	background: url(../images/nvr_logo.gif) no-repeat left top;
	padding-left: 80px;
}
.sk-logo a{
	color:#ffffff;
	border:none;
}

.tel {
	float: left;
	line-height: 22pt;
}

.sp-head,.sp-head2{
	display: none;
}

@media screen and (max-width: 680px) {
	#header {
		position: fixed;
		width: 100%;
		background: #f2f2f2;
		color: #666;
		z-index: 100;
	}
	#header .head {
		padding: 0;
		width: auto;
	}
	#fix-header {
	background: #ffffff;
	}
/*
	#fix-header.fixed{display:none;}

	#header .fix-head {
	position:fixed;}

	#sp_fix {
	position: absolute;}
*/
#fix-header.fixed {
  	border-top: 4px solid hsl(210, 90%, 50%);
	/*ボーダーカラー*/
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	box-shadow:rgba(0, 0, 0, 0) 0px 0px 0px 0px; 
	-webkit-box-shadow:rgba(0, 0, 0, 0) 0px 0px 0px 0px; 
	-moz-box-shadow:rgba(0, 0, 0, 0) 0px 0px 0px 0px;} 
	/*rgba（赤,緑,青,透明度）「右,下,ぼかし値,広がり値」px*/

	.sp-head{
		background: #ffffff;
		display: block;
		height: 60px;
		padding: 10px 8px;
		box-sizing: border-box;
	}
	.sp-head:after{
		content:" "; display: block; clear: both; height: 0; line-height: 0;
	}
	
	.sp-head2{
		background: #222222;
		display: block;
		height: 38px;
		/*padding: 10px 8px;*/
		padding: 5px 8px;
		box-sizing: border-box;
	}
	
	.sp-head .mail a{
		width: 80px;
		position: absolute;
		top: 73%;
		right: 50px;
		margin-top: -17px;
		display: block;
		color: #FFFFFF;
		background: /*url(../images/icon_mail.gif) no-repeat 5px*/ center #09e;
		background-size: 18px auto;
		padding: .5em .2em .5em /*1.8em*/;
		text-align: center;
		font-size: 1.1rem;
		border-radius: 2px;
	}
	.sp-head .sk-logo{
		font-size: 0.8rem;
		color: #fff;
		position: absolute;
		top: 70%;
		margin-top: -15px;
	}
	.sk-logo span{
		background-position: center left;
		background-size: 40px auto;
		padding-left: 40px;
}

	.sp-head .sk-logo img {
		max-width:60%;
	}
	.head .sk-logo {
		display: none;
	}

	.sp-head2 .tel2 {
		color: #fff;
		position: relative;
	}
	.sp-head2 .tel2 img {
		/*height:18px !important;*/
		height:30px !important;
	}
	.sp-head2 .tel2 a {
		height:100%;
		width:100%;
	}
	
}
.tel a:hover img, .tel2 a:hover img {
	opacity: 0.6; filter: brightness(110%);
	-webkit-transition: all .3s;
	transition: all .3s;
}

/* nav
------------------------------------------------------------- */
#header nav {
float: right;
}
#header nav > div {
	position: relative;
}
#header nav > div > div:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}
#header nav .global {
	float: left;
}




#header nav .global > li {
	position: relative;
	z-index: 2;
	float: left;
	font-size: 14px;
	font-size: 1.4rem;
	/*border-right: 1px solid #0086ce;*/
}

#header nav .global > li.sp_menu {
	display: none;
	}

#header nav .global > li > a {
	position: relative;
	display: block;
	height: 80px;
	padding: 30px;
	color: #1a1a1a;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight:bold;
	/*border-right: 1px solid #0077b7;*/
}
#header nav .global > li > a li > a {
	font-weight:normal;
}

#header nav .global > li:first-child > a {
	/*border-left: 1px solid #0077b7;*/
}

@media screen and (max-width: 681px) {

#header nav .global > li {
	border-right: none;
}
	
#header nav .global > li.sp_menu {
	display: block;
}
	
#header nav .global > li.sp_menu a.sitelink{
	background-color: #eff8fe;
}
	
#header nav .global > li > a {
	border-right: none;
}
#header nav .global > li:first-child > a {
	border-left: none;
}
}






#header nav .global ul {
	position: absolute;
	left: -10px;
	top: 81px;
	height: 0;
	overflow: hidden;
	z-index: 10;
}
#header nav .global ul li {
	padding-left: 10px;
}
#header nav .global ul li a {
	min-width: 175px;
	display: block;
	padding: 10px 20px 10px 25px;
	background: #f2f2f2 url(../images/head/snav_arrow.png) no-repeat 10px 50%;
	border-bottom: 1px solid #eae4da;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: left;
	white-space: nowrap;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
	-webkit-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	transform: scale(1, 0);
	opacity: 0;
}
#header nav .global ul li a:hover,
#header nav .global ul li.current a {
	background-color: #fff;
	color: #666;
}

#header nav .global .has_snav.showed ul {
	overflow: visible;
	height: auto;
}
#header nav .global .has_snav.open li a {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	opacity: 1;
}


#header nav .hover,
#header nav .global > .current > a:before {
	position: absolute;
	bottom: 10px;
	height: 3px;
	/*background-color: #fff;*/
}
#header nav .global > .current > a:before {
	content: "";
	left: 5px;
	right: 5px;
}
#header nav .hover {
	-webkit-transition: height 0.1s ease;
	-o-transition: height 0.1s ease;
	transition: height 0.1s ease;
	height: 0;
}
#header nav .hover.mov {
	-webkit-transition: all 0.3s ease, height 0.15s ease;
	-o-transition: all 0.3s ease, height 0.15s ease;
	transition: all 0.3s ease, height 0.15s ease;
	height: 3px;
	z-index: 10;
}


@media screen and (max-width: 680px) {
	#header .nav-btn {
		position: absolute;
		right: 0;
		top: 40%;
		z-index: 10;
	}
	
	#header .nav-btn.close{
		margin-top: 0px;
	}
	
	#header .nav-btn a {
		position: relative;
		display: block;
		width: 50px;
		height: 55px;
		z-index: 2;
	}
	#header .nav-btn:before,
	#header .nav-btn a:before,
	#header .nav-btn a:after {
		content: "";
		position: absolute;
		left: 12px;
		right: 12px;
		top: 50%;
		height: 3px;
		margin-top: -1px;
		background-color: #1a1a1a;
		-webkit-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
	}
	#header .nav-btn a:before {
		-webkit-transform: translateY(-9px);
		-ms-transform: translateY(-9px);
		-o-transform: translateY(-9px);
		transform: translateY(-9px);
	}
	#header .nav-btn a:after {
		-webkit-transform: translateY(9px);
		-ms-transform: translateY(9px);
		-o-transform: translateY(9px);
		transform: translateY(9px);
	}

	/* open */
	#header.open .nav-btn:before {
		opacity: 0;
	}
	#header.open .nav-btn a:before {
		-webkit-transform: translateY(0) rotate(45deg);
		-ms-transform: translateY(0) rotate(45deg);
		transform: translateY(0) rotate(45deg);
	}
	#header.open .nav-btn a:after {
		-webkit-transform: translateY(0) rotate(-45deg);
		-ms-transform: translateY(0) rotate(-45deg);
		transform: translateY(0) rotate(-45deg);
	}


	#header nav {
		position: fixed;
		top: 98px;
		left: 0;
		right: 0;
		height: 0;
		opacity: 0;
		overflow: hidden;
		background: #f2f2f2;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: height 0.3s, opacity 0.3s;
		-o-transition: height 0.3s, opacity 0.3s;
		transition: height 0.3s, opacity 0.3s;
		z-index:2000;
	}
	#header nav .hover,
	#header nav .global .current a:before {
		display: none;
	}
	#header nav > div {
		height: 100%;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	#header nav > div > div {
		height: 100%;
		overflow-y: auto;
	}

	#header nav div > ul,
	#header nav div > ul li {
		float: none !important;
	}
	#header nav div > ul li {
		border-bottom: 1px solid #fff;
	}
	#header nav div > ul a {
		position: relative;
		height: auto !important;
		display: block;
		padding: 10px 25px !important;
		text-align: left !important;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-decoration: none;
		color: #666;
	}

	#header nav .global > li > a {
		color: #666;
	}


	/* open */
	#header.open nav {
		height: 100%;
		opacity: 1;
	}

	#header nav .global ul {
		position: static;
		height: 0;
		overflow: hidden !important;
		-webkit-transition: height 0.3s;
		-o-transition: height 0.3s;
		transition: height 0.3s;
	}
	#header nav .global ul li {
		border-top: 1px solid #fff;
		border-bottom: 0;
	}
	#header nav .global ul li a {
		padding: 10px 25px;
		background: #f2f2f2;
		border-bottom: 0;
		white-space: normal;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1;
		color: #666;
	}
	#header nav .global ul li a:hover,
	#header nav .global ul li.current a {
		background: #f2f2f2;
		color: #666;
	}

	#header nav .global .showed ul {
		overflow: visible;
		height: auto;
	}

	#header nav .global .has_snav > a:before{
		content: "";
		display: block;
		position: absolute;
		left: auto;
		bottom: auto;
		right: 20px;
		top: 50%;
		width: 13px;
		height: 3px;
		margin-top: -1px;
		background-color: #313d57;
		-webkit-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
	}
	#header nav .global .has_snav > a:after {
		content: "";
		display: block;
		position: absolute;
		left: auto;
		bottom: auto;
		right: 25px;
		top: 50%;
		width: 3px;
		height: 13px;
		margin-top: -3px;
		background-color: #313d57;
		-webkit-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
	}
	#header nav .has_snav > a:before {
		-webkit-transform: translateY(3px);
		-ms-transform: translateY(3px);
		-o-transform: translateY(3px);
		transform: translateY(3px);
	}
	#header nav .has_snav > a.open:before {
		-webkit-transform: translateY(0) rotate(180deg);
		-ms-transform: translateY(0) rotate(180deg);
		transform: translateY(0) rotate(180deg);
	}
	#header nav .has_snav > a.open:after {
		display:none;
	}
}

@media screen and (min-width: 681px) {
	#header nav .global .has_snav ul {
		height: 0 !important;
	}
	#header nav .global .has_snav.showed ul {
		height: auto !important;
	}
}
	nav .nvr-logo{
		display: block
	}

.site-type{
	display: block;
	background: #222222;
	/*padding: 10px 0;
	font-size: 12px;
	font-size: 1.2rem;*/
	color:#FFF;
	border-top:5px solid #222222;
	height:35px;
}
.site-type:after{
	content:" "; display: block; clear: both; height: 0; line-height: 0;
}
.site-type ul{
	float: right;
	margin: 0px 10px 0 0;
	height:35px;
}
.site-type ul li{
	display: inline-block;
	margin-left: 10px;
	border-right: 1px solid #000;
	padding-right: 15px;
	font-size:11px;
}

.site-type ul li a{color:#fff; text-decoration:none !important;}

.site-type ul li a:hover{
	text-decoration: underline !important;
}

.site-type ul li.active{
	background-image: url(../images/icon_active.png);
	background-repeat: no-repeat;
	background-position: center bottom;
        height:35px;
}

.site-type ul li.current{
	color: #fff;
	font-weight: bold;
}
.site-type .logo{
	float: right;
}
@media screen and (max-width: 681px) {
	.site-type{
		display: none;
	}
	.head .nvr-logo{
		display: none;
	}
}





/* sp show nav
------------------------------------------------------------- */
@media screen and (max-width: 680px) {

}


/* コンテナ
============================================================================================================ */
#container {
	position: relative;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom:40px
}
@media screen and (max-width: 680px) {
	#container {
		font-size: 1.3rem;
		padding: 0 10px;
		margin-bottom:20px
	}
}



/* copyright
------------------------------------------------------------- */
.copyright {
	padding: 10px 0;
	background-color: #313d57;
	text-align: center;
	margin-top: 45px;
}
.copyright small {
	font-size: 10px;
	font-size: 1rem;
	color: #fff;
}

@media screen and (max-width: 680px) {

}





/* ===================================================================================================================

	コンテンツ

=================================================================================================================== */

/* main-img-box
============================================================================================================ */
#main-img-box {
	background:url(../../images/top/back_footer_new.jpg) no-repeat center center, linear-gradient(-90deg, #9fc7e0, #7ea6cf);
	/*background: url(../images/main_bg.png) no-repeat center center;*/
	background-size:cover;
	height: 280px;
	width: 100%;
	position: relative;
}
#main-img-box > section{
	width: 1100px;
	margin: 81px auto 0 auto;
	position: relative;
	display: table;
}
.page-title{
	display: table-cell;
	vertical-align: middle;
	font-size: 30px;
	font-size: 3rem;
	text-align: center;
	height:200px;
	width:1100px;
	color:#FFFFFF;
}
#main-img-box .main-img{
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}
#main-img-container {
	width:1100px;
	margin:0 auto;
	text-align:center;
	padding-top:115px;
}

@media screen and (max-width: 680px) {
#main-img-container {
	width:auto;
	margin:0 auto;
	text-align:center;
	padding-top:40px;
}
	#main-img-box {
		background-size: cover;
		height: auto;
		position: relative;
		padding-top: 60px;
		margin-top: 0;
	}
	#main-img-box > section{
		width: auto;
		margin: auto;
	}
	.page-title{
		font-size: 2rem;
		position: relative;
		left: 0;
		right: 0;
		top: 0;
		margin: auto;
		padding:2em 0 2em 0;
		text-align: center;
		line-height: 1.4;
		display: block;/* 20160905*/
		height:auto;
		width:auto;
	}
/* 20160905*/
	#main-img-box .text-none .main-img{
		display: block;
		text-align: center;
	}
	#main-img-box .main-img{
	display: block;
	text-align:center;
	}
	#main-img-box .main-img img{
	max-width:60%;
	}
}
#main-img-box.mb-none {
	margin-bottom: 0;
}
#main-img-box section.main-has-text{
	height: 300px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	display: block;
}
.main-has-text .main-text{
	position: absolute;
	top: 50%;
	left: 0;
	margin: -4.5em auto 0;
	text-align: center;
}
.main-has-text .page-title{
	display:block;
	font-size: 30px;
	font-size: 3rem;
}
.main-has-text .main-text p{
	font-size: 18px;
	font-size: 1.8rem;
	margin-top: 10px;
}
.main-has-text .main-img{
	display: block;
	position: absolute;
	/*top: 50%;*/
	right: 0;
	margin: auto;
}
@media screen and (max-width: 680px) {
	#main-img-box section.main-has-text{
		height: auto;
		margin: auto;
		position: relative;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		display: block;
		padding: 20px 10px 0;
	}
	.main-has-text .main-text{
		position: relative;
		top: 0;
		left: 0;
		margin: 0 auto 0;
		text-align: center;
	}
	.main-has-text .page-title{
		font-size: 2rem;
		position: relative;
		left: 0;
		right: 0;
		top: 0;
		margin: auto;
		text-align: center;
		line-height: 1.4;
	}
	.main-has-text .main-text p{
		font-size: 1.3rem;
		margin: 10px 0 20px;
	}
	.main-has-text .main-img{
		display: block;
		position: relative;
		top: 0;
		right: 0;
		margin: 0 auto 0;
	}
	.main-has-text {
		padding:0px !important;
	}
}




/* topic-path
============================================================================================================ */
.topic-path{
	font-size: 12px;
	font-size: 1.2rem;
	/*color: #666;*/
	color: #FFFFFF;
	position: absolute;
	left: 0;
	top: 10px;
	z-index:20;
}
.topic-path li{
	display: inline-block;
}
.topic-path li a:after{
	content:">";
	margin-left: 5px;
}
.topic-path li a, .topic-path li a:hover {
	color: #FFFFFF !important;
	text-decoration:none !important;
}

@media screen and (max-width: 680px) {
	.topic-path{
		position: relative;
		top: 0;
		left: 0;
		border-bottom: 1px solid #FFFFFF;
		width: 98%;
		padding: 10px 10px;
		display: block;
		margin: auto;
		box-sizing: border-box;
		font-size: 1.1rem;
		z-index:0;
		text-align:left;
	}
}




/* main-left
============================================================================================================ */
#main-left{
	width: 72.72%;
	float: left;
	margin-bottom:40px
}
@media screen and (max-width: 680px) {
	#main-left{
		width: auto;
		float: none;
	margin-bottom:20px
	}
}




/* aside
============================================================================================================ */
aside{
	width: 23.63%;
	float: right;
}
aside dt{
	background:#ffffff;
	color: #1594e5;
	text-align: left;
	padding: 5px 0;
}
aside dd{
	margin-bottom: 20px;
}
aside dd li{
	border-bottom: 1px solid #d9d9d9;
}
aside dd li:last-child{
	border-bottom: none;
}
aside dd a{
	display: block;
	padding: 10px 15px 10px 26px;
	color:#1e273d !important;
	text-decoration:none !important;
}
aside dd a:hover{
	background:#f2f2f2;
	color: #0a4a94 !important;
}


aside .e_link a {
	background:url(../../images/link_black.png) no-repeat right 75%;
}
aside .e_link a:hover {
	background:#f2f2f2 url(../../images/link_black.png) no-repeat right 75%;
}


@media screen and (max-width: 680px) {
	aside{
		width: auto;
		float: none;
		margin-top: 40px;
		clear:both;
	}
}


/* list-arrow
============================================================================================================ */
.list-arrow li{
position: relative;
vertical-align: middle;
}
.list-arrow li:before,
.list-arrow li:after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}
.list-arrow li:before{
	left: 15px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #1594e5;
}

.lead > p{
	margin-bottom: 20px;
}


.info .list-arrow li {
	padding-left:2em;
}
.info .list-arrow li a {
	color:#1a1a1a;
	text-decoration:none !important;
}
.info .list-arrow li a:hover {
	color:#1a1a1a;
	text-decoration:underline !important;
}


/* section-border
============================================================================================================ */
.section-border{
	/*border-top: 1px solid #d9d9d9;*/
	padding-top: 0px;
	margin-top: 60px;
	clear:both;
}

.section-border div + div{
	/*margin-top: 80px;*/
}
@media screen and (max-width: 680px) {
	.section-border{
		padding-top: 30px;
		margin-top: 20px;
	}
	.section-border div + div{
		margin-top: 25px;
	}
}



/* img-left img-right
============================================================================================================ */
.img-left:after,
.img-right:after{
	content:" "; display: block; clear: both; height: 0; line-height: 0;
}
.img-left img{
	float: left;
	width: 50%;
}
.img-left .text{
	float: right;
	/*width: 43.75%;*/
	width: 45%;
}
.img-right img{
	float: right;
	width: 50%;
}
.img-right .text{
	float: left;
	/*width: 43.75%;*/
	width: 45%;
}

.tokucho .img-left img{
	float: left;
	width: 40%;
}
.tokucho .img-left .text{
	float: right;
	width: 55%;
}
.tokucho .img-right img{
	float: right;
	width: 40%;
}
.tokucho .img-right .text{
	float: left;
	width: 55%;
}

.img-left .text p,
.img-right .text p{
	margin-bottom: 20px;
}
@media screen and (max-width: 680px) {
	.img-left img, .tokucho .img-left img{
		float: none;
		width: auto;
		margin: 15px auto auto auto;
		display: block;
	}
	.img-left .text, .tokucho .img-left .text{
		float: none;
		width: auto;
		margin: 0px;
	}
	.img-right img, .tokucho .img-right img{
		float: none;
		width: auto;
		margin: 15px auto auto auto;
		display: block;
	}
	.img-right .text, .tokucho .img-right .text{
		float: none;
		width: auto;
		margin: 0px;
	}
	.img-left .text p,
	.img-right .text p{
		margin-bottom: 10px;
	}
	.section + .section{
		padding-top: 0px;
	}
}


/* link-s ボタン
============================================================================================================ */
.link-s,.link-m{
	background:#0a4a94;
	border-bottom: 1px solid #444;
	border-left: 1px solid #CCC;
	border-right: 1px solid #444;
	border-top: 1px solid #CCC;
	border-radius: 6px;
	/*background:#ef454d;
	border-bottom: 3px solid #e5151f;
	border-left: 1px solid #ef454d;
	border-right: 1px solid #ef454d;
	border-top: 1px solid #ef454d;
	border-radius: 3px;*/
	width: auto;
	box-sizing: border-box;
	display: block;
	text-align: center;
	padding: 10px 40px;
	color: #EEEEEE !important;
	text-decoration: none !important;
}
.link-s:hover,.link-m:hover{
	background:#3d89e0;
	text-decoration: none;
	color: #FFFFFF !important;
	/*color:#1a1a1a !important;
	border-left: 1px solid #e5151f;
	border-right: 1px solid #e5151f;
	border-top: 1px solid #e5151f;*/
}

	.hvr-trim{display:inline-block;vertical-align:middle;
		-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);
		box-shadow:0 0 1px transparent;position:relative}
	.hvr-trim:before{content:'';position:absolute;border:#666666 solid 2px;top:2px;left:2px;right:2px;bottom:2px;opacity:0;
		-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:opacity;transition-property:opacity}
	.hvr-trim:active:before,.hvr-trim:focus:before,.hvr-trim:hover:before{opacity:1}



.el {
	background:#0a4a94 url(../images/link_white.png) no-repeat 95% center;
}
.el:hover {
	background:#3d89e0 url(../images/link_white.png) no-repeat 95% center;
}

@media screen and (max-width: 680px) {
	.link-s{
		width: 100%;
		display: block;
		padding: 5px;
	}
}


/* local-nav
============================================================================================================ */
.local-nav{
	display: block;
	margin: 40px auto 0;
}
.local-nav li{
	display: inline-block;
	background: #f2f2f2;
	font-size: 14px;
	font-size: 1.4rem;
}
.local-nav a{
	color: #1e273d;
	display: block;
	padding: 10px 15px 10px 30px;
	border: 1px solid #f2f2f2;
}
.local-nav .current{
	padding: 10px 15px 10px 30px;
	border: 1px solid #0086ce;
	background: #fff;
	color: #0086ce;
}
.local-nav a:hover{
	border: 1px solid #0086ce;
	background: #fff;
	color: #0086ce;
}
@media screen and (max-width: 680px) {
	.local-nav{
		display: none;
	}
}


/* cv-box
============================================================================================================ */
 .cv-box{
	background: #f2f2f2;
	margin-top: 40px;
	font-size:14px;
	font-size:1.4rem;
}
.cv-box ul{
	display: table;
}
.cv-box li{
	border-right: 1px solid #e0e0e0;
	display: table-cell;
	position: relative;
	width: 25%;
	box-sizing: border-box;
	color:#313d57;
	text-align: center;
}
.cv-box li > a{
	display: block;
	border-right: 2px solid #fafafa;
	padding: 30px;
	color: #313d57;
}
.cv-box li:first-child{
	border-left: 1px solid #e0e0e0;
}
.cv-box li:first-child > a{
	border-left: 2px solid #fafafa;
}
.cv-box li strong{
	font-size: 16px;
	font-size: 1.6rem;
	display: block;
	margin-top: 60px;
}
.cv-box .link-btn{
	border: 1px solid #313d57;
	background: #fff;
	color:#313d57;
	display: inline-block;
	border-radius: 4px;
	padding: 2px 30px;
	margin-top: 30px;
}
.cv-box .link-btn:hover{
	background: #313d57;
	color:#fff;
}

.cv-box .scene{
	background: url(../images/icon_scene.gif) no-repeat center 20px;
}
.cv-box .scene p{
	margin-top: 47px;
}

.cv-box .faq{
	background: url(../images/icon_faq.gif) no-repeat center 20px;
}
.cv-box .faq p{
	margin-top: 47px;
}

.cv-box .camera{
	background: url(../images/icon_camera.gif) no-repeat center 20px;
}
.cv-box .camera p{
	margin-top: 47px;
}

.cv-box .dl{
	background: url(../images/icon_dl.gif) no-repeat center 20px;
}
.cv-box .dl p{
	margin-top: 20px;
}

.cv-box .contact{
	background: url(../images/icon_contact.gif) no-repeat center 20px;
}
.cv-box .contact p{
	margin-top: 20px;
}

.cv-box .consul{
	background: url(../images/icon_consul.gif) no-repeat center 20px;
}
.cv-box .consul p{
	margin-top: 20px;
}
@media screen and (max-width: 680px) {
	.cv-box{
		font-size:1.1rem;
		margin-top: 0;
	}
	.cv-box p{
		display: none;
	}
	.cv-box ul{
		display: -webkit-flex;
		display: -moz-flex;
  		display: flex;
		border-left: none;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		flex-direction:row;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	.cv-box li{
		border-right: 1px solid #e0e0e0;
		border-bottom: 1px solid #e0e0e0;
		display: block;
		width: 25%;
	}
	.cv-box .scene,
	.cv-box .faq,
	.cv-box .camera,
	.cv-box .dl,
	.cv-box .contact,
	.cv-box .consul{
		background-position: center 1em;
		background-size: 32px auto;
	}
	.cv-box li a:after{
		content:"";
		display: block;
		margin-top: 3.5em;
		white-space: pre ;
	}
	.cv-box .scene a:after{
		content:"利用シーン";
	}
	.cv-box .faq a:after{
		content:"FAQ";
	}
	.cv-box .camera a:after{
		content:"対応カメラ";
	}
	.cv-box .dl a:after{
		content:"ダウンロード";
	}
	.cv-box .contact a:after{
		content:"お問い合わせ";
	}
	.cv-box .consul a:after{
		content:"無料相談";
	}
	.cv-box li > a{
		padding: 10px 8px;
		width: auto;
		min-height: 100%;
		display: block;
		box-sizing: border-box;
	}
	.cv-box li strong{
		display: none;
	}
	.cv-box li strong span{
		display: none;
	}
	.cv-box .link-btn{
		display: none;
	}
}


/* #topics-box
============================================================================================================ */
#topics-box{
	background: #313d57;
	padding: 20px 0 40px;
	font-size: 13px;
	font-size: 1.3rem;
	color: #fff;
}
.topics{
	width: 100%;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	box-sizing: border-box;
/* topics shadow★*/
	background: #FFFFFF;
	border:solid #CCCCCC 1px;
	box-shadow:rgba(0, 0, 0, 0.2) 0px 2px 7px 0px; 
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0px 2px 7px 0px; 
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 0px 2px 7px 0px;
	-webkit-transition-duration:.3s;transition-duration:.3s;
	-webkit-transition-property:transform;transition-property:transform;
	-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out
} 

.topics:hover,.topics:active,.topics:focus{
/* topics shadow★*/
	box-shadow:rgba(0, 0, 0, 0.2) 0px 10px 7px 0px; 
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0px 10px 7px 0px; 
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 0px 10px 7px 0px; 
	-webkit-transform:translateY(-3px);
	transform:translateY(-3px);
	position: relative; 
	top:-3px;
	left:0px;}

/* hvr-float*/
.hvr-float{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;
	-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}
.hvr-float:active,.hvr-float:focus,.hvr-float:hover{-webkit-transform:translateY(-8px);transform:translateY(-8px)}


}
.topics:after{
	content:" ";
	min-height: 100%;
	position: absolute;
	top: 0;
	right: -4px;
}
.topics > p{
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 20px;
}
.topics li{
	margin-bottom:5px;
}
.topics li:nth-child(2n){
	margin-bottom:0px;
}
.topics li:after{
	content:" "; display: block; clear: both; height: 0; line-height: 0;
}
.topics li a{
	display: table;
	color: #1a1a1a;
	padding: 0 10px 0px 0;
	text-decoration:none !important;
}
.topics li a:hover{
	text-decoration:underline !important;
}
.topics li .thum{
	width: 150px;
	display: table-cell;
	vertical-align: top;
	overflow: hidden;
	position: relative;
}
.topics li .thum img{
	max-width:140%;
	min-width:100%;
	width:auto;
	min-height:100%;
	max-height:140%;
	height:auto;
	position:absolute;
	top:-40%;
	right:-40%;
	bottom:-40%;
	left:-40%;
	margin:auto;
}
.topics li dl.news{
	display: -webkit-box;
}
.topics li dl{
	display: table-cell;
	vertical-align: top;
	/*padding-left: 10px;*/
	width: 100%;
}
.topics li:last-child{
	border-bottom: none;
	margin-bottom: 0;
}
.topics li:last-child a{
	border-bottom: none;
	padding-bottom: 0;
}
.topics li .cate{
	background: #e5151f;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 2px 5px;
	margin-right: 10px;
	text-decoration:none !important;
	padding-bottom:1px;
	display:inline-block;
	/*text-decoration:noneでのアンダーラインを出さない方法！＞display:inline-block;padding-bottom:1px;*/
}
	.cate,
	.cate:hover,
	.cate:active,
	.cate:focus {
	text-decoration:none !important;
	padding-bottom:1px;
	display:inline-block;
	color:#ffffff;
	/*text-decoration:noneでのアンダーラインを出さない方法！＞display:inline-block;padding-bottom:1px;*/
}

.topics li dt{
	margin-top: 10px;
}

.topics li dl.news dt{
	margin-top: 0px;
	margin-left: 10px;
	width: 85%;
}

.topics li dl.news dd{
	width: 140px;
}

.news-title {
	margin-top: 0px;
	margin-bottom: 5px;
	height:auto;
	border-bottom:2px dotted #BBB;
	/*height:50px;*/
}
@media screen and (max-width: 680px) {
	#topics-box{
		padding: 20px 10px 40px;
	}
	.topics{
		width: auto;
		display: block;
		border-right: none;
		padding-right: 0;
	}
	.topics:after{
		border-right: none;
	}
	.topics li .thum{
		width: 100px;
	}
	.topics li .cate{
		display: inline-block;
		margin-bottom: 5px;
	}
	
	.topics li dl.news dd{
	width: 100px;
	}
	
	.topics li dl.news dt{
	width: 75%;
	}
	
.news-title{
	height:auto !important;
	font-size:14px;
}
}


/* sns-box
============================================================================================================ */
.sns-box{
	display: inline-block;
	box-sizing: border-box;
	vertical-align: middle;
	margin-left: 40px;
	width: 30%;
}
.sns-box li{
	border: 1px solid #fff;
	border-radius: 4px;
	margin-bottom: 18px;
	text-align: center;
}
.sns-box li a{
	display: block;
	padding: 10px;
	box-sizing: border-box;
	color: #fff;
}
.sns-box li strong{
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
}

.fb_iframe_widget {
    /* display: inline-block; */
    position: relative;
}

.fb_iframe_widget {
    /* position: relative; */
    left: 544px;
    bottom: -57px;
}

/*採用一覧ページ*/
.recruitment {
    position: absolute;
    /* display: inline-block; */
    right: 25px;
    top: 377px;
}

.btn-recruitment{
/* preview */
width: 160px;
height: 40px;
background-color: #171E72;
/* border-radius */
border-radius: 6px;
/* box-shadow */
/*box-shadow: 0px 0px 8px 8px rgba(377,225,1,0.5);*/
display: block;
text-align: center;
padding: 10px 40px;
color: #ffffff;
text-decoration: none !important;
line-height: 40px;
font-size:1.8rem;
	font-weight: bold;
}

.btn-recruitment:hover{
background: #444692;
text-decoration: none;
color: #FFFFFF !important;
/* box-shadow */
box-shadow: 0px 0px 0px 0px;
}


@media screen and (max-width: 680px) {
	.sns-box{
		display: block;
		width: auto;
		margin: 30px 0 0;
		text-align: center;
	}
	.sns-box li{
		display: inline-block;
		border: 1px solid #fff;
		border-radius: 84px;
		margin-bottom: 18px;
		text-align: center;
		position: relative;
		margin-right: 20px;
	}
	.sns-box li a{
		width: 84px;
		height: 84px;
		display: block;
	}
	.sns-box li img{
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
	}
	.sns-box li strong{
		font-size: 1.4rem;
	}
	.sns-box .btn-faq{
		display: none;
	}

.introductory-video{
	position: relative;
	top:0px;
	left: -100px;
}
	
.btn-recruitment{
width: auto;
height: 20px;
line-height: 20px;
font-size: 1.4rem;
}

}



/* foot-map
============================================================================================================ */
.foot-map{
	font-size: 12px;
	font-size: 1.2rem;
	padding-top: 80px;
	position: relative;
}
.foot-map .nav {
	margin-right: -3.7%;
}
.foot-mapwrap {
	width:1100px;
	margin:auto;
}
.foot-map .nav:after {
	content:" "; display: block; clear: both; height: 0; line-height: 0;
}
.foot-map  .nav li{
	display: block;
	float: left;
	width: 190px;
}
.foot-map .nav ul{
	margin: 5px 0 0 18px;
}
.foot-map .nav ul li{
	margin-top: 8px;
}
.foot-map .nav > li span{
	display: block;
	font-weight: bold;
	font-size: 13px;
	font-size: 1.3rem;
}
.foot-map .nav > li span:before{
	content:"●";
	margin-right: 2px;
	font-size: 16px;
	font-size: 1.6rem;
}
.foot-map a{
	/*color: #313d57 !important;*/
	text-decoration:none !important;
}
.foot-map a:hover{
	text-decoration: underline !important;
}
@media screen and (max-width: 680px) {
	.foot-map{
		margin-top: 0;
		display:none;
	}
.foot-map .nav{
		display: none;
	}
}

/**/
.footer-area {
	padding-top: 40px;
	position: relative;
	/*background: url(../../images/top/back_footer.png) no-repeat center center;*/
	background:#d1d1d1 url(../../images/top/back_footer_.png) no-repeat center center;
	border-top:solid 1px #666;
	background-size:cover;
	position:relative;
}

.link-saxa{
	color:#014099 !important;
}

.footer-area a{
	text-decoration:none !important;
	color:#222222;
}
.footer-area a:hover{
	text-decoration: underline !important;
}

.footer-logo img {
	max-width:250px;
}
.footer-icon {
	text-align:right;
}
.footer-icon li {
	display: inline-block;
	margin-left:8px;
}
.footer-icon:after {
	clear:both;
}

.footer-sitemap {
	width:50%;
	float:left;
}
.footer-sitemap li {
	margin-bottom:0.5em;
}
.footer-sitemap li li {
	margin-top:0.5em;
}
.footer-sitemap li li {
	padding-left:1em;
}
.footer-sitemap > li span:before {
    content: "●";
    margin-right: 2px;
    font-size: 16px;
    font-size: 1.6rem;
}

.footer-inner {
	width:1100px;
	margin:0 auto;
	height:100%;
}
.footer-inner:after {
	clear:both;
}
.text-right {
     margin-left: auto;
     text-align: right;
     color: #555;
     font-size: 1.2rem;
     white-space: nowrap;
}

.badge { 
	/*display: inline-block;*/
}
.badge figure { 
	margin: 0;
}
.badge img {
      height: 90px;
}
.badge figcaption {
      font-size: 1.0rem;
      color: #333;
      line-height: 1.4;
    }
   

.pmark {
	display:inline-block;
	margin:0;
}
.pmark img {
	vertical-align:middle;
	margin:1em auto;
}
.crtxt {
	display:inline-block;
	margin:40px 0 35px 30px;
}
.footer-inner:after, .crtxt:after {
	clear:both;
}


@media screen and (max-width: 680px) {
.footer-area {
	padding: 20px 10px;
}
.footer-area .nodisplay {
	display:none;
}

.footer-inner {
	width:auto;
}

.pmark.fr {
	float:none;
	clear:both;
	margin:0 auto;
	text-align:center;
	display:block;
}
.pmark.fl {
	float:none;
	clear:both;
	margin:0 auto;
	text-align:center;
	display:block;
}
.crtxt {
	float:none;
	clear:both;
	margin:20px auto 0 auto;
	text-align:center;
	display:block;
	position:relative;
}

}




/* icon-nav
============================================================================================================ */
.icon-nav{
	margin-top: 60px;
}
.icon-nav li{
	display: inline-block;
	margin-right: 20px;
}
.icon-nav .home a{
	background: url(../images/icon_home.gif) no-repeat left top;
	background-size: 21px 18px;
	padding-left: 30px;
	display: block;
}
.icon-nav .contact a{
	background: url(../images/icon_contact.gif) no-repeat left top;
	background-size: 16px 18px;
	padding-left: 25px;
	display: block;
}
.icon-nav .sitemap a{
	background: url(../images/icon_sitemap.gif) no-repeat left top;
	background-size: 24px 18px;
	padding-left: 30px;
	display: block;
}
.icon-nav .company a{
	background: url(../images/icon_company.gif) no-repeat left top;
	background-size: 14px 21px;
	padding-left: 25px;
	display: block;
}


@media screen and (max-width: 680px) {
	.icon-nav{
		margin-top: 0;
		padding: 0 0.5%;
		box-sizing: border-box;
	}
	.icon-nav:after{
		cntent:" "; display: block; clear: both; height: 0; line-height: 0;
	}
	.icon-nav li{
		width: 50%;
		text-align: center;
		background: #F2F2F2;
		box-sizing: border-box;
		margin: 0;
		float: left;
		border-right: 1px solid #e0e0e0;
		padding: 4px;
	}
	.icon-nav li:last-child{
		float: right;
	}
	.icon-nav li a{
		padding: 10px;
	}
	.icon-nav .home,
	.icon-nav .contact{
		display: none;
	}
	.icon-nav .sitemap a{
		background-position: 1.5em center;
	}
	.icon-nav .company a{
		background-position: 3em center;
	}
}


/* footer
============================================================================================================ */
footer{
	text-align: center;
	color: #333333;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 0.5em 0;
	line-height: 1.8;
	position: relative;
	background: #FFFFFF;
}
footer:after {
	clear:both;
}
.foot-logo{
	color: #313d57;
}
footer img{
	/*display: block;
	margin: 20px auto 0;*/
}
footer address{
	color: #313d57;
	margin-top: 30px;
}

@media screen and (max-width: 680px) {
	footer{
		margin-top: 0;
		padding-top: 20;
		line-height: 1.8;
	}
}


/* ===================================================================================================================

	モジュール

=================================================================================================================== */

/* section   (★NEWS)
============================================================================================================ */
article.section,
.section + .section,
.section-border + .section,
.section_s + .section {
	margin-top: 20px;
		border-bottom:#CCCCCC 1px solid;
		padding-bottom:15px;
		clear: both;
}
@media screen and (max-width: 680px) {
	.section + .section {
		margin-top: 10px;
		clear: both;
	}
}



/* title
============================================================================================================ */
.title_l_top {
	/*margin-bottom: 30px;*/
	font-size: 27px;
	font-size: 2.7rem;
	color: #000000;
	/*color: #333333;*/
	text-align: center;
	font-weight: bold;
	line-height: 1.6em;
}

.title_l_top .title_border{
	/*border-top:#FFFFFF 1px solid;*/
	text-shadow:1px 1px 2px #FFFFFF;
	white-space:pre-line;
	margin-top:20px;
	}
.top_jigyou_borde hrr{	
	border-top:#0000FF 1px solid;
		width: 680px;
	}

.title_l {
	/*margin-bottom: 30px;*/
	font-size: 26px;
	font-size: 2.6rem;
	color: #333333;
	/*color: #333333;*/
	text-align: center;
	font-weight: bold;
	line-height: 1.3em;
}

.title_l_mvv {
	font-size: 26px;
	font-size: 2.6rem;
	color: #242e3d;
	text-align: center;
	font-weight: bold;
	line-height: 1.3em;
	}

.title_l_mvv img {
	height: 30px;
	}

.title_ll {
	/*margin-bottom: 30px;*/
	font-size: 26px;
	font-size: 2.6rem;
	color: #000000;
	/*color: #333333;*/
	text-align: center;
	font-weight: bold;
	line-height: 1.3em;
}
.title_m {
	font-size: 24px;
	font-size: 2.0rem;
	color: #1e273d;
	margin-bottom: 20px;
	font-weight: bold;
	border-bottom:#CCCCFF 2px dotted;
	padding-top:5px;
}
.title_m strong {
	font-weight:normal;
}

.title_s {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 5px;
	line-height: 1.3em;
}
.caption {
	margin-bottom: 10px !important;
	font-size: 18px;
	font-size: 1.8rem;
	color: #007fc6;
	text-align: left;
	font-weight: normal;
}
.title_m h3 {
	font-weight:normal;
	line-height: 1.3em;
}

@media screen and (max-width: 680px) {
	.title_l_top {
		font-size: 1.6rem;
		text-align:left;
	}
	.title_l {
		font-size: 1.6rem;
		text-align:left;
	}
	.title_ll {
		font-size: 2.0rem;
	}
	.title_m {
		font-size: 1.6rem;
		margin-bottom: 10px;
	}
	.title_s {
		font-size: 1.4rem;
	}
	.title_m2 {
		font-size: 1.4rem;
		margin-bottom: 10px;
	}

	.title_s2 {
		font-size: 1.2rem;
	}
	.caption {
			font-size: 1.4rem;
		}
	.title_small {
		font-size: 1.4rem;
	}
		
	.title_l_mvv {
	font-size: 1.6rem;
	text-align: center;
	}
	
	.title_l_mvv img{
	height: 25px;
	}
}


/* table
============================================================================================================ */
table.basic {
	width: 100%;
	border: 1px solid #d9d9d9;
	line-height: 1.6;
	table-layout: fixed;
}
table.basic th,
table.basic td {
	padding: 0.6em 1em;
	border: 1px solid #d9d9d9;
	word-wrap:break-word;
}
table.basic th {
	background:#f2f2f2;
}
table.basic.td_cetner td {
	text-align: center;
}
table.basic.td_right td {
	text-align: right;
}


table .w10 {width: 10%;}
table .w15 {width: 15%;}
table .w20 {width: 20%;}
table .w25 {width: 25%;}
table .w30 {width: 30%;}
table .w35 {width: 35%;}
table .w40 {width: 40%;}
table .w45 {width: 45%;}
table .w50 {width: 50%;}

@media screen and (max-width: 680px) {
	table.basic {
		border-width: 2px;
		font-size: 1.2rem;
		line-height: 1.5;
	}
	table.basic th,
	table.basic td {
		padding: 0.5em;
	}
	table.basic th {
		width: 10%;
	}
	table.basic td {
		width: 20%;
	}

}


/* link
============================================================================================================ */
a.blank {
	padding: 3px 26px 3px 0;
	background: url(../images/parts/ico_blank.png) 100% no-repeat;
}
a.pdf {
	padding: 3px 22px 3px 0;
	background: url(../images/parts/ico_pdf.png) 100% no-repeat;
}

@media screen and (max-width: 680px) {
	a.blank {
		background-image: url(../images/parts/ico_blank_sp.png);
		-webkit-background-size: 16px;
		background-size: 16px;
	}
	a.pdf {
		background-image: url(../images/parts/ico_pdf_sp.png);
		-webkit-background-size: 16px;
		background-size: 16px;
	}
}


/* block_link
============================================================================================================ */
.block_link {
	display: block;
	text-decoration: none;
	color: #000;
}


/* box_link / border_link
============================================================================================================ */
.box_link {
	position: relative;
	display: inline-block;
	min-width: 210px;
	padding: 8px;
	background: #3c3c3c;
	border-bottom: 3px solid #000000;
	border-radius: 4px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.box_link:before {
	content: "";
	position: absolute;
	right: 12px;
	top: 50%;
	width: 6px;
	height: 12px;
	margin-top: -6px;
	background-image: url(../images/parts/btn_arrow_w.png);
}
a.box_link:hover:before,
a:hover .box_link:before {
	right: 11px;
}
a.box_link:after,
a .box_link:after {
	bottom: -3px;
}

@media screen and (max-width: 680px) {
	a.box_link,
	a .box_link {
		display: block;
		min-width: 0;
		padding: 6px 15px;
	}
	.box_link:before {
		right: 8px;
		background-image: url(../images/parts/btn_arrow_w_sp.png);
		-webkit-background-size: 6px;
		background-size: 6px;
	}
	a.box_link:hover:before,
	a:hover .box_link:before {
		right: 8px;
	}
}

.border_link {
	position: relative;
	display: inline-block;
	min-width: 210px;
	padding: 8px;
	border: 1px solid #535353;
	text-decoration: none;
	text-align: center;
	color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.border_link:before {
	content: "";
	position: absolute;
	right: 12px;
	top: 50%;
	width: 6px;
	height: 12px;
	margin-top: -6px;
	background-image: url(../images/parts/btn_arrow.png);
}
a.border_link:hover,
a:hover .border_link {
	background-color: #f3f3f3;
}
a.border_link:hover:before,
a:hover .border_link:before {
	right: 11px;
}
@media screen and (max-width: 680px) {
	a.border_link,
	a .border_link {
		display: block;
		min-width: 0;
		padding: 6px 15px;
	}
	.border_link:before {
		right: 8px;
		background-image: url(../images/parts/btn_arrow_sp.png);
		-webkit-background-size: 6px;
		background-size: 6px;
	}
	a.border_link:hover:before,
	a:hover .border_link:before {
		right: 8px;
	}
}

.box_link.green {
	background-color: #7ea200;
	border-color: #638001;
}
.box_link.gold {
	background-color: #a58e3d;
	border-color: #7d6920;
}
.box_link.white {
	background-color: #ffffff;
	border-color: #cccccc;
	color: #000;
}
.box_link.white:before {
	background-image: url(../images/parts/btn_arrow_green.png);
}

.border_link.green {
	border-color: #7ea200;
	color: #7ea200;
}
.border_link.green:before {
	background-image: url(../images/parts/btn_arrow_green.png);
}
a.border_link.green:hover,
a:hover .border_link.green {
	background-color: #f1fed2;
}
@media screen and (max-width: 680px) {
	.box_link.white:before,
	.border_link.green:before {
		background-image: url(../images/parts/btn_arrow_green_sp.png);
	}
}

.border_link.gold {
	border-color: #a58e3d;
	color: #a58e3d;
}
.border_link.gold:before {
	background-image: url(../images/parts/btn_arrow_gold.png);
}
a.border_link.gold:hover,
a:hover .border_link.gold {
	background-color: #fef4d2;
}
@media screen and (max-width: 680px) {
	.border_link.gold:before {
		background-image: url(../images/parts/btn_arrow_gold_sp.png);
	}
}


.border_link.white {
	border-color: #fff;
	color: #fff;
}
.border_link.white:before {
	background-image: url(../images/parts/btn_arrow_w.png);
}
a.border_link.white:hover,
a:hover .border_link.white {
	background-color: transparent;
}
@media screen and (max-width: 680px) {
	.border_link.white:before {
		background-image: url(../images/parts/btn_arrow_w_sp.png);
	}
}


.box_link.db,
.border_link.db {
	display: block;
	min-width: 0;
}

/* box_link_l
------------------------------------------------------------- */
.box_link_l {
	display: inline-block;
	min-width: 560px;
	padding: 18px;
	background: #2b2b2b url(../images/parts/bg_pattern_black.jpg) 50%;
	color: #fff;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width: 680px) {
	.box_link_l {
		display: block !important;
		min-width: 0;
		-webkit-background-size: 140px;
		background-size: 140px;
		font-size: 1.8rem;
	}
}

/* li
============================================================================================================ */
ul.inline {
	text-align: center;
}
ul.inline li {
	display: inline-block;
	margin: 0 5px;
}
@media screen and (max-width: 680px) {
	ul.inline {
		margin: 0 -3px;
	}
	ul.inline:after {
		content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0;
	}
	ul.inline li {
		float: left;
		margin: 0;
		padding: 0 3px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	ul.inline.column4 li {
		width: 25%;
	}
}


/* square
------------------------------------------------------------- */
ul.square li {
	position: relative;
	padding-left: 1em;
}
ul.square li:before {
	content: "■";
	position: absolute;
	left: 0;
}

/* disc
------------------------------------------------------------- */
ul.disc li {
	position: relative;
	padding-left: 1em;
}
ul.disc li:before {
	content: "・";
	position: absolute;
	left: 0;
}

/* notes
------------------------------------------------------------- */
ul.notes li {
	position: relative;
	padding-left: 1em;
}
ul.notes li:before {
	content: "※";
	position: absolute;
	left: 0;
}

/* decimal
------------------------------------------------------------- */
ol.decimal {
	list-style-type: decimal;
}
ol.decimal li {
	margin-left: 2em;
}

/* parentheses
------------------------------------------------------------- */
ol.parentheses li {
	position: relative;
	padding-left: 2em;
}
ol.parentheses li .num {
	position: absolute;
	left: 0;
}



/* dl
============================================================================================================ */
dl.float {
}
dl.float dt {
	float: left;
}
dl.float dd {
	margin-left: 14em;
	padding-bottom: 1em;
}

@media screen and (max-width: 680px) {
	dl.float {
	}
	dl.float dt {
		float: none;
	}
	dl.float dd {
		margin-left: 0;
	}
}
dl.dl_sec dd ~ dt {
	margin-top: 25px;
}


/* img
============================================================================================================ */
@media screen and (max-width: 680px) {
	.sp_img50p img {
		max-width: 50%;
	}
}


/* zoom_img
============================================================================================================ */
.zoom_img {
	position: relative;
}
.zoom_img:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
	background-image: url(../images/parts/ico_zoom.png);
}
.zoom_img.has_border img {
	border: 4px solid #7ea200;
}
@media screen and (max-width: 680px) {
	.zoom_img:before {
		width: 25px;
		height: 25px;
		-webkit-background-size: 100%;
		background-size: 100%;
	}
	.zoom_img.has_border img {
		border-width: 2px;
	}
}

/* img.radius
============================================================================================================ */
img.radius {
	border-radius: 1000px;
}


/* #pagetop
============================================================================================================ */
#pagetop{
	background:#b4b4b4;
	color: #fff !important;
	text-decoration:none !important;
	padding: .8em;
	position: absolute;
	top: -42px;
	right: 50%;
	margin-right: -545px;

}
@media screen and (max-width: 680px) {
	#pagetop{
		display: block;
		padding: .8em;
		margin-bottom: 20px;
		position: relative;
		top: 0;
		right: 0;
		margin-right: 0;
	}
}

.color_b{
	color: #007FC6;
}



/* .box
============================================================================================================ */
.c-s-box1, .c-s-box2, .c-s-box3, .c-x-box3, .c-s-box3_2, .c-x-box5_2, .c-x-box4, .c-x-box2 {
	display:flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;

	align-content:stretch;
	-webkit-align-content:stretch;
	-moz-align-content:stretch;
	-ms-align-content:stretch;

	align-items: stretch;
	-webkit-align-items: stretch;
	-moz-align-items: stretch;
	-ms-align-items: stretch;

    flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
}
.c-s-box1:after, .c-s-box2:after, .c-s-box3:after, .c-x-box3:after, .c-s-box3_2:after, .c-x-box5_2:after, .c-x-box4:after, .c-x-box2:after {
    clear: both;
}


.c-s-box1 .box {
	width:100%;
	height:auto;
	margin:0 0 40px 0;
}
.c-s-box1 .box .image {
	text-align:center;
}

.c-s-box2 .box {
	width:47.5%;
	height:auto;
	margin:0 5% 40px 0;
	float:left;
}
.c-s-box2 .box:nth-child(2n) {
	margin-right:0px;
}

.c-s-box3 .box {
	width:30.00%;
	height:auto;
	margin:0 5% 40px 0;
	float:left;
}
.c-s-box3 .box:nth-child(3n) {
	margin-right:0px;
}

.c-s-box3_2 {
	letter-spacing: -.40em;
}
.c-s-box3_2 .box {
	width:31.66%;
	height:auto;
	margin:0 2.50% 20px 0;
	display: inline-block;
	*display: inline;
    *zoom: 1;
	position: relative;
	letter-spacing: normal;
}
.c-s-box3_2 .box:nth-child(3n) {
	margin-right:0px;
}

.c-x-box1, .c-x-box2, .c-x-box3, .c-x-box4 {
	width:1100px;
	margin:0 auto;
}
.c-x-box3 .box {
	width:32.1%;
	height:auto;
	margin:0 1.81% 20px 0;
	float:left;
}
.c-x-box3 .box:nth-child(3n) {
	margin-right:0px;
}


.c-x-box2 {
	width:1100px;
	margin:0 auto;
}
.c-x-box2 .box {
	width:49%;
	height:auto;
	margin:0 1.81% 20px 0;
	float:left;
}
.c-x-box2 .box:nth-child(2n) {
	margin-right:0px;
}


.c-x-box5_2 {
	letter-spacing: -.40em;
}
.c-x-box5_2 .box {
	width:18.50%;
	height:auto;
	margin:0 1.80% 20px 0;
	display: inline-block;
	*display: inline;
    *zoom: 1;
	position: relative;
	letter-spacing: normal;
}
.c-x-box5_2 .box:nth-child(5n) {
	margin-right:0px;
}


.c-x-box4 {
	/*letter-spacing: -.40em;*/
}
.c-x-box4 .box {
	width:23.6%;
	height:auto;
	margin:0 1.81% 20px 0;
	display: inline-block;
	*display: inline;
    *zoom: 1;
	position: relative;
	letter-spacing: normal;
}
.c-x-box4 .box:nth-child(4n) {
	margin-right:0px;
}



.box img {
	max-width:100%;
	min-height:1px;
}
.box p {
	/*margin-bottom:20px;*/
}
.box h3, .box .title_font {
font-size: 18px;
font-size: 1.8rem;
font-weight:bold;
color:#444444;
/*color:#333333;*/
line-height:1.3em;
}
.box h3.topics_title_top {
font-size: 18px;
font-size: 1.8rem;
font-weight:bold;
color:#000000;
background:#CCCCCC;
padding:10px 10px 10px;
/*color:#333333;*/
line-height:1.0em;
}	
@media screen and (max-width: 680px) {
.box h3, .box .title_font {
font-size: 14px;
font-size: 1.4rem;
font-weight:bold;
color:#222222;
/*color:#333333;*/
}	
}
.back1 {
	background:url(../images/box_back1.png) no-repeat top left;
}
.back2 {
	background:url(../images/box_back2.png) no-repeat top left;
}
.back3 {
	background:url(../images/box_back3.png) no-repeat top left;
}
.back1_2 {
	background:url(../images/box_back1_2.png) no-repeat bottom right;
}
.back2_2 {
	background:url(../images/box_back2_2.png) no-repeat bottom right;
}
.back3_2 {
	background:url(../images/box_back3_2.png) no-repeat bottom right;
}





.border-box {
	border:1px solid #d9d9d9;
	box-sizing:border-box !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-ms-box-sizing: border-box !important;
}

.padding-box {
	box-sizing:border-box !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-ms-box-sizing: border-box !important;
	padding:20px 20px 20px 20px;
}
@media screen and (max-width: 680px) {
.padding-box {
	padding:10px 10px 10px 10px;
}
}



.link_box {
    display: block;
	width:100%;
	height:100%;
/*コメント復帰*/
	/*border:1px solid #dbdbdb;*/
	border:1px solid #d1d1d1;
	background-color:#FFFFFF;
	text-decoration:none !important;


	box-shadow:rgba(0, 0, 0, 0.2) 0px 2px 7px 0px; 
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0px 2px 7px 0px; 
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 0px 2px 7px 0px;
	-webkit-transition-duration:.3s;transition-duration:.3s;
	-webkit-transition-property:transform;transition-property:transform;
	-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out

}
.link_box:hover,.link_box:active,.link_box:focus {
/*コメント復帰*/
	/*border:1px solid #3297d4;*/
	border:1px solid #3d89e0;
	background-color:#FFFFFF;

	box-shadow:rgba(0, 0, 0, 0.2) 0px 10px 7px 0px; 
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0px 10px 7px 0px; 
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 0px 10px 7px 0px; 
	-webkit-transform:translateY(-3px);
	transform:translateY(-3px);
	position: relative; 
	top:-3px;
	left:0px;


}
.link_box:hover h3 {
	color:#3d89e0;
	/*color:#e5151f;*/
}
.link_box div {
	max-width:100%;
	min-height:1px;
}

.box .link_box p {
	/*color:#444444;*/
	/*color:#1e273d;*/
}
.link_box .link-s {
    background: #f8f5ea none repeat scroll 0 0;
    border: 1px solid #21a4fa;
    border-radius: 3px;
    box-sizing: border-box;
    color: #616465 !important;
    display: block;
    padding: 0 5px;
    text-align: center;
    text-decoration: none !important;
    width: 100%;
	margin:0px;
}

@media screen and (max-width: 680px) {
.c-s-box1 .box, .c-s-box2 .box, .c-s-box3 .box, .c-s-box3_2 .box, .c-x-box1 .box, .c-x-box3 .box, .c-x-box2 .box, .c-x-box4 .box {
	flex-basis:auto;
	width:100%;
	height:100%;
	margin:0 0 20px 0;
	clear:both !important;
}

 .c-x-box1, .c-x-box2, .c-x-box3, .c-x-box4 {
	width:auto !important;
}

.c-x-box5_2 .box {
	width:48.52%;
	height:auto;
	margin:0 2.94% 10px 0;
	display: inline-block;
	*display: inline;
    *zoom: 1;
	position: relative;
	letter-spacing: normal;
}
.c-x-box5_2 .box:nth-child(5n) {
	margin-right:2.94% !important;
}
.c-x-box5_2 .box:nth-child(2n) {
	margin-right:0px !important;
}

.link_box {
	display:block;
}
.btn_box .link-s {
    padding: 0.5px 20px !important;
}

}

.btn_box {
	margin:0px !important;
	width:100%;
	text-align:right;
}
.btn_box .link-s {
    margin: 0 auto;
    display: block;
    width: 200px;
    line-height: 40px;
}

.btn_box .link-m {
    margin: 0 auto;
    display: block;
    width: 70%;
    line-height: 40px;
}

.box .icon {
	text-align:center;
	margin-bottom:20px;
}
.box .title_height {
	height:50px;
}
@media screen and (max-width: 680px) {
.box .title_height {
	height:auto;
}
}

.e_link .link_box {
/* 背景色追加設定*/
	background:#FFFFFF url(../../images/link_black.png) no-repeat;
	background-position: right 10px bottom 10px;
}
.e_link .link_box:hover {
/* 背景色追加設定*/
	background:#FFFFFF url(../../images/link_black.png) no-repeat;
	background-position: right 10px bottom 10px;
}



/* faq　sakurai

============================================================================================================ */

dl.search{
	position:relative;
	background-color:#fff;
	border:1px solid #aaa;
	border-radius:6px;
	height:44px;
}

dl.search dt input{
	width:70%;
	background:none;
	border:none;
	padding-left: 8px;
	line-height: 47px;
}
dl.search dd{
	position:absolute;
	top:1px;
	right:1px;
	width:30%;
}
dl.search dd button{
	display:block;
	background:#3a97d3;
	width:100%;
	height:42px;
	border:none;
	border-radius: 0 6px 6px 0;
}
dl.search dd button:hover {
	background:#4e91e4;
}
dl.search dd button span{
	display:block;
	color:#FFF;
}


form > dl.search {
	clear:both;
	margin-left: 3em;
    margin-right: 3em;
}

form > p{
	margin-top:8px;
	text-align:center;
}


ul > li.ques{
	margin-bottom:8px;
    text-indent:-1.4em;
    padding-left:1.4em;

}

ul > li.ques:before{
		color:#3A97D3;
	font-weight:bold;
	margin-right:8px;
	content:"Q:"
}

ul > li.ques:last-child{
	margin-bottom:0px;
}

section .button {
    display: block;
    margin: 20px auto 0;
    color: #616465 !important;
    text-decoration: none !important;
}
section .button:hover {
    background: #fff;
    text-decoration: none;
}

.button {
    background: #eff8fe;
    border: 1px solid #21a4fa;
    border-radius: 3px;
    width: 190px;
    box-sizing: border-box;
    display: block;
    text-align: center;
    padding: 0 5px;
    color: #616465 !important;
    text-decoration: none !important;
}

section .category {

}

section .category > h3 {
    float: none;
    height: 40px;
    text-indent: 15px;
    width: 100%;
    font-size: 90%;
    margin: 0px 0px 0.5em;
    line-height: 40px;
	border:solid 1px #cccccc;
	box-sizing:content-box;
}

@media screen and (max-width: 680px) {

form > dl.search {
	clear:both;
	margin-left: 1em;
    margin-right: 1em;
}

}

/* contents-nav sakurai

============================================================================================================ */

.contents-nav{

	display: block;

	margin: 0;

}

.contents-nav li{

	display: inline-block;

	font-size: 14px;

	font-size: 1.4rem;

}

.contents-nav li:after{

    content: '';
    box-sizing: border-box;
    width: 4px;
    padding-right: 16px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #007fc6;
}


.contents-nav li{

	display: inline-block;

	font-size: 14px;

	font-size: 1.4rem;

	margin-bottom: 8px;

}

.contents-nav a{

	color: #1e273d;

	display: block;

	padding: 10px 15px 10px 15px;

	border: 1px solid #f2f2f2;

}

.contents-nav a:hover{

	border: 1px solid #0086ce;

	background: #fff;

	color: #0086ce;

}

@media screen and (max-width: 680px) {

	section .category {
    margin-bottom: 0px !important;
}


}






/* list-arrow sakurai

============================================================================================================ */

.contents-list-arrow li{

position: relative;

vertical-align: middle;

border: 1px solid #cccccc;

width: 100%;

box-sizing:border-box;

}

.contents-list-arrow li:before,

.contents-list-arrow li:after{

position: absolute;

top: 0;

bottom: 0;

/*left: 0;*/

right: 0;

margin: auto;

content: "";

vertical-align: middle;

}





.lead > p{

	margin-bottom: 20px;

}

@media screen and (max-width: 680px) {
	.topics li .thum{
		display: inline-block;
		width: 100px;
		height: 100px;
	}
}

/* 2016.0901追加 */
/*.topics li .thum{
	max-width: 148px;
    max-height: 100px;
    display: inline-block;
    overflow: hidden;
}
.topics li .thum img{
    max-height: auto;
    max-width: 100%;
    margin: auto;
    display: block;
    position: relative;
}
*/
.nvr-logo a{
	color: #fff;
}






.title_m2 {
	font-size: 18px;
	font-size: 1.8rem;
	color: #1e273d;
	margin-bottom: 20px;
	font-weight:normal;
}
.title_small {
	display:block;
	font-size:18px;
	font-size: 1.8rem;
	margin-bottom: 5px;
}
.title_m h3 {
	font-weight:normal;
}

.txt_c {
	text-align:center !important;
}
.txt_c img {
	max-width:100%;
}
.txt_l {
	text-align:left !important;
}
.m_bottom20 {
	margin-bottom:20px;
}
.m_bottom40 {
	margin-bottom:40px;
}
.m_top20 {
	margin-top:20px;
}
.m_top40 {
	margin-top:40px;
}


ul.list {
	list-style:circle outside none !important;
	display: grid;
}
ul.list ul, ul.list ul ul {
	list-style:circle outside none !important;
	margin-left: 1em;
}
.list li {
    margin-bottom: 0.5em;
    margin-left: 1em;
	margin-top:0px !important;
}
.list ul, .list ul ul {
    margin-top: 1em;
}

ol.num_list {
	margin: 0 0 0 1em;
	list-style-type:decimal;
}
ol.num_list li {
    margin-bottom: 1em;
    margin-left: 1em;
	margin-top:0px !important;
}

/*.sitemap_list p {
	width:100%;
	border-bottom:1px solid #d9d9d9;
	padding:1em 0;
	margin:0 0 2em 0;
	clear:both;
}
.sitemap_list p::before {
    content: "●";
}
.sitemap_list {
	margin-bottom:2em;
}
.sitemap_list .c-s-box2 .box {
	margin-bottom:0px;
}*/



@media screen and (max-width: 680px) {
.list li {
    margin-bottom: 0.5em;
    margin-left: 1em;
	margin-top:0px !important;
}


.adjust01 {
	margin-top:0px !important;
}
.adjust02 {
	margin-bottom:20px !important;
}
p.adjust03 {
	margin-bottom:20px !important;
}

}

.adjust01 {
	margin-top:51px;
}
p.adjust02 {
	margin-bottom:51px;
}
p.adjust03 {
	margin-bottom:43px;
}

.name {
    color: #1fa3f9 !important;
    font-size: 1.8rem;
    margin-bottom: 20px;
}
@media screen and (max-width: 680px) {
.name {
    color: #1fa3f9 !important;
    font-size: 1.5rem;
    margin-bottom: 10px;
}
}
.adjust_img {
	max-width:80%;
	text-align:center !important;
}
@media screen and (max-width: 680px) {
.adjust_img {
	max-width:100%;
}
}


/* lineup */
ul.icon {
    border-collapse: separate;
    border-spacing: 2px 0;
    display: table;
    width: 100%;
	text-align:center;
	margin-bottom:20px;
}
ul.icon li {
    background: #007fc6 none repeat scroll 0 0;
    color: #fff;
    display: table-cell;
    font-size: 1.2rem;
    padding: 2px 5px;
    vertical-align: middle;
}
.lineup_box1 img {
	max-height:80px;
	max-width:100%;
}
.lineup_box2 img {
	max-height:120px;
	max-width:100%;
}





.table_layout01 {
	width:100%;
	text-align:center;
	vertical-align:middle;
	table-layout: fixed;
}
.table_layout01 th {
	text-align:center;
}
@media screen and (max-width: 680px) {
.table_layout01 {
	font-size:10px !important;
}
.table_layout01 th, .table_layout01 td {
	padding:0.5em 0px !important;
}

}
.table_wrap {
	table-layout: fixed;
	width:100%;
}
.table_wrap td {
	word-wrap:break-word;
}


/* lineup table */
.price {
	width:100%;
	text-align:center;
	vertical-align:middle;
	table-layout: fixed;
}
.price th {
	text-align:center;
}
.price td img {
	max-width:100%;
}
.price .table_img {
	max-height:150px;
	margin:2em 0px;
}
.price .table_img2 {
	max-width:220px;
}
@media screen and (max-width: 680px) {
.price .table_img2 {
	max-width:100%;
}
}



/* form */
table.form_table {
	width:100%;
	text-align:left;
	vertical-align:middle;
	table-layout: fixed;
}
table.form_table th {
	padding:1em 1.5em !important;
}
table.form_table td {
	padding:1em 1.5em !important;
}
.form_table .form_cell {
	display:inline-block;
	margin-right:1.5em;
}
.form_table .form_wrap .form_cell {
	line-height: 2em;
}
.form_table .form_wrap2 .form_cell {
	line-height: 4em;
}
.form_table .form_cell2 {
	display:block;
	line-height: 2em;
}
.form_table input[type="text"], .form_table textarea {
	box-sizing: border-box;
	width:100%;
	max-width:100%;
	padding:0.5em 1em;
	border:1px solid #d9d9d9;
}
.form_table label {
	padding-left:0.5em;
}
.form_table .small_text {
	width:auto !important;
}

.form_table .small_text2 {
	margin-left:2em;
}
@media screen and (max-width: 680px) {
.form_table .small_text2 {
	margin-left:0;
	display:block;
}
}

.caution {
	font-weight:bold;
}

.btn-check {
	margin:2em auto 3em auto;
	padding:1em 2em;
	background:#3a97d3 none repeat scroll 0 0;
	border: medium none;
	cursor: pointer;
	color:#ffffff;
	font-size:140%;
	display: block;
	border-radius: 6px;
}
.btn-check:hover {
	background:#5dacdf none repeat scroll 0 0;
}

.btn-back {
	margin:2em auto 3em auto;
	padding:1em 2em;
	background:#d9d9d9 none repeat scroll 0 0;
	border: medium none;
	cursor: pointer;
	color:#1e273d;
	font-size:140%;
	display: block;
	border-radius: 6px;
}
.btn-back:hover {
	background:#f2f2f2 none repeat scroll 0 0;
}











/*櫻井追加分*/

/* faq sakurai

============================================================================================================ */

dl.search{
	position:relative;
	background-color:#fff;
	border:1px solid #aaa;
	border-radius:6px;
	height:44px;
}

dl.search dt input{
	width:70%;
	background:none;
	border:none;
	padding-left: 8px;
    height:48px;
}


/*safariのみ*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, dl.search dt input{
   padding-top: 15px;
   line-height: 48px;
  }
}

dl.search dd{
	position:absolute;
	top:1px;
	right:1px;
	width:30%;
}

dl.search dd button{
	display:block;
	background:#3a97d3;
	width:100%;
	height:42px;
	border:none;
	border-radius: 0 6px 6px 0;
}

dl.search dd button:hover {
	background:#4e91e4;
}

dl.search dd button span{
	display:block;
	color:#FFF;
}


form > dl.search {
	clear:both;
	margin-left: 3em;
    margin-right: 3em;
}

form > p{
	margin-top:8px;
	text-align:center;
}


ul > li.ques{
	margin-bottom:8px;
    text-indent:-1.4em;
    padding-left:1.4em;
}

ul > li.ques:before{
    color:#3A97D3;
	font-weight:bold;
	margin-right:8px;
	content:"Q:"
}

ul > li.ques:last-child{
	margin-bottom:0px;
}

section .button {
    display: block;
    margin: 20px auto 0;
    color: #616465 !important;
    text-decoration: none !important;
}

section .button:hover {
    background: #fff;
    text-decoration: none;
}

.button {
    background: #eff8fe;
    border: 1px solid #21a4fa;
    border-radius: 3px;
    width: 190px;
    box-sizing: border-box;
    display: block;
    text-align: center;
    padding: 0 5px;
    color: #616465 !important;
    text-decoration: none !important;
}

section .category {
}

section .category > h3 {
    float: none;
    height: 40px;
    text-indent: 15px;
    width: 100%;
    font-size: 90%;
    margin: 0px 0px 0.5em;
    line-height: 40px;
	border:solid 1px #cccccc;
	box-sizing:content-box;
}

@media screen and (max-width: 680px) {

form > dl.search {
	clear:both;
	margin-left: 1em;
    margin-right: 1em;
}

}



/* contents-nav sakurai

============================================================================================================ */

.contents-nav{
	display: block;
	margin: 0;
}

.contents-nav li{
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
}

.contents-nav li:after{
    content: '';
    box-sizing: border-box;
    width: 4px;
    padding-right: 16px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #007fc6;
}


.contents-nav li{
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 8px;
}

.contents-nav a{
	color: #1e273d !important;
	text-decoration: none !important;
	font-weight: bold;
	display: block;
	padding: 10px 15px 10px 15px;
	border: 1px solid #f2f2f2;
}

.contents-nav a:hover{
	border: 1px solid #0086ce;
	background: #fff;
	color: #0086ce;
}

@media screen and (max-width: 680px) {
	section .category {
    margin-bottom: 0px !important;
}
}






/* list-arrow sakurai

============================================================================================================ */

.contents-list-arrow li{
	position: relative;
	vertical-align: middle;
	border: 1px solid #cccccc;
	width: 100%;
	box-sizing:border-box;
}

.contents-list-arrow li:before,
.contents-list-arrow li:after{
	position: absolute;
	top: 0;
	bottom: 0;
	/*left: 0;*/
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.lead > p{
	margin-bottom: 20px;
}

@media screen and (max-width: 680px) {

}


/* link-s sakurai

============================================================================================================ */

.btn_box-right {
	float: right;
}

.btn_box-center {
	text-align: center;
	width:auto;
}

.p_bottom40 {
    padding-bottom: 40px;
}

.btn_box-left {
    float: left;
    clear: both;
}

/*ご購入検討サポート一覧*/

.link-s-index {
    /*background: #eff8fe;
    border: 1px solid #21a4fa;
    border-radius: 3px;
    width: 190px;
    box-sizing: border-box;
    display: block;
    text-align: center;
    padding: 0 5px;
    color: #616465 !important;
    text-decoration: none !important;
    position: absolute;
    bottom: 0px;
    right: 0px;*/

	background: #eff8fe;
    border: 1px solid #21a4fa;
    border-radius: 3px;
    width: 190px;
    box-sizing: border-box;
    display: block;
    text-align: center;
    color: #616465 !important;
    text-decoration: none !important;
	margin-top:15px;
}

.link-s-index a{
    text-decoration: none !important;
	color:#1e273d !important;
	display:block;
}


@media screen and (max-width: 680px) {

.btn_box-right {
	width:100%;
}

.btn_box-center {
	width:100%;
}

.btn_box-left {
    width:100%;
}

}


@media screen and (max-width: 680px) {

dl.text > img.mb20{
	margin-bottom:20px;
}

}

.pt3-box {
	width:100%;
	padding:20px;
	font-size:1.4rem;
}

.pt3-box > dl > dd > ol{
    padding-left: 16px;
    list-style-type: decimal;
}

.pt3-box > dl > dt > h2.caution{
    color:#ff1200;
	font-weight:bold;
}

.pt3-box > dl > dt > h2.caution{
	background: url("../images/icon_caution.png") 0px 4px;
    width: 100%;
    background-repeat: no-repeat;
    text-indent: 16px;
    margin-left: -4px;
}

.pt3-box > dl > dt > p{
	font-weight:bold;
}

.link-btn{
    border: 1px solid #313d57;
    background: #fff;
    color: #313d57;
    display: inline-block;
    border-radius: 4px;
    padding: 2px 30px;
    margin-top: 30px;
}


/*sendback sakurai*/
.c-s-box1 .box .svg img{
    text-align: center;
	border:1px solid #dbdbdb;
	width:100%;
}


/*catalogdl sakurai*/
.section-border2{
	border-top: 1px solid #d9d9d9;
	padding-top: 30px;
	margin-top: 40px;
	clear:both;
}

.section-border2 div + div{
	margin-top: 50px;
}

@media screen and (max-width: 680px) {
	.section-border2{
		padding-top: 30px;
		margin-top: 20px;
	}

	.section-border2 div + div{

		margin-top: 25px;

	}

}

.c-s-box1_2{
	display:flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;

	align-content:stretch;
	-webkit-align-content:stretch;
	-moz-align-content:stretch;
	-ms-align-content:stretch;

	align-items: stretch;
	-webkit-align-items: stretch;
	-moz-align-items: stretch;
	-ms-align-items: stretch;

    flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;

}

.c-s-box1_2:after{
    clear: both;
}

.c-s-box1_2 .box {
	width:100%;
	height:auto;
	margin:0px;
}

/*box sakurai*/

.c-s-box3-2 .box {
	width:31.66%;
	height:auto;
	margin:0 2.5% 20px 0;
	float:left;
}

.c-s-box3-2 .box:nth-child(3n) {
	margin-right:0px;
}



.c-x-box3-2 .box {
	width:30.90%;
	height:auto;
	margin:0 3.64% 40px 0;
	float:left;
}

.c-x-box3-2 .box:nth-child(3n) {
	margin-right:0px;
}


/*160823 consider sakurai*/
.c-s-box2-index {
	/*display:flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;*/

	align-content:stretch;
	-webkit-align-content:stretch;
	-moz-align-content:stretch;
	-ms-align-content:stretch;

	align-items: stretch;
	-webkit-align-items: stretch;
	-moz-align-items: stretch;
	-ms-align-items: stretch;

    flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
}

.section-index{
	overflow:hidden;
	width:100%;
}

.section-index div + div{
	margin-top: 50px;
}

@media screen and (max-width: 680px) {
	.section-index{
		    overflow: hidden;
	}

	.section-index div + div{
		margin-top: 25px;
	}
}

.c-s-box2-index > .c-s-box2-group > .box , .c-s-box2-index2 > .c-s-box2-group > .box{
	height:auto;
	flex-basis: auto;
    width: 47.5%;
    margin: 0 5% 40px 0;
    float: left;
	display:block;
}

.c-s-box2-index > .c-s-box2-group > .box > p , .c-s-box2-index2 > .c-s-box2-group > .box > p{
	margin:0px;
}

.c-s-box2-index2 > .c-s-box2-group > .box > a > p.link-s{
	width:100%;
}

.c-s-box2-index > .c-s-box2-group > .box:nth-child(2n) , .c-s-box2-index2 > .c-s-box2-group > .box:nth-child(2n) {
	margin-right:0px;
}

 .c-s-box2-index > .c-s-box2-group > .box > a > img {
	border:1px solid #ccc;
	margin-bottom:15px;
	width:100%;
}

.c-s-box2-index2 > .c-s-box2-group > .box > a > img {
	border:none;
	margin-bottom:15px;
	width:100%;
}



.c-s-box2-index > .c-s-box2-group > .box > p > strong , .c-s-box2-index2 > .c-s-box2-group > .box > p > strong{
	color: #313d57;
	font-size: 1.6rem;
}

@media screen and (max-width: 680px) {
.c-s-box2-index > .c-s-box2-group > .box > p > strong, .c-s-box2-index2 > .c-s-box2-group > .box > p > strong {
    color: #313d57;
    font-size: 1.2rem;
}

 .c-s-box2-index > .c-s-box2-group > .box {
	flex-basis: auto;
    width: 48%;
    height: auto;
    margin: 0 4% 4% 0;
    float: left;
	display:block;
}

.c-s-box2-index2 > .c-s-box2-group > .box {
	flex-basis: auto;
    width: 100%;
    height: auto;
    margin: 0 0 4% 0;
    float: left;
	display:block;
}

 .c-s-box2-index > .c-s-box2-group > .box:nth-child(2n) , .c-s-box2-index2 > .c-s-box2-group > .box:nth-child(2n){
	margin-right:0px;
}


}


table.event{
	margin-top: 40px;
}

table.basic > caption{
	margin-bottom: 30px;
	font-size: 30px;
	font-size: 2rem;
	color: #007fc6;
	text-align: center;
	font-weight: normal;
}

table.emphasis {
    border-collapse: collapse;
    border: 3px solid #0369AD;
    text-align: left;
	float:right;
	margin-top:15px;
	margin-bottom:40px;
}

table.emphasis th {
    border: 1px solid #0369AD;
    background: #0369AD;
    padding: 10px;
    font-weight: bold;
    color: #fff;
    text-align: left;
}

table.emphasis td {
    border: 1px solid #0369AD;
    padding: 10px;
    vertical-align: baseline;
    text-align: left;
}

dl.account{
    position: relative;
}

dl.account img{
    border: 1px solid #dbdbdb;
}

dl.account > dt > p.txt_c{
    font-weight:bold;
}

dl.account > dd > a.link-s , dl.account > dd.demo-manual > a.link-s {
	left: 0px;
    position: relative;
	margin-bottom:15px;
	width:100%;
}

dd.demo-manual{
}

@media screen and (max-width: 680px) {

table.basic th.calc {
    width: 50%;
}

table.emphasis {
    width:100%;
}

table.emphasis td > input{
    width:80%;
}

}

/*チェック sakurai*/

.c-s-box5 > .box > a > img{
	border:1px solid #ccc;
	margin-bottom:5px;
}

.c-s-box5 > .box > div{
	margin-bottom:20px;
}

.c-s-box5 .box {
    width: 18%;
    height: auto;
    margin: 0 2% 0 0;
    float: left;
}

.c-s-box5, .c-x-box5 {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    align-content: stretch;
    -webkit-align-content: stretch;
    -moz-align-content: stretch;
    -ms-align-content: stretch;
    align-items: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.c-s-box5 .box:nth-child(5n) {
    margin-right: 0px;
}

.c-s-box5 .box > p {
    margin-top: 8px;
}

@media screen and (max-width: 680px) {

.c-s-box3-2 .box {
	flex-basis:auto;
	width:100%;
	height:100%;
	margin:0 0 40px 0;
	clear:both !important;
}

.c-s-box5 .box, .c-s-box5 .box {
    flex-basis: auto;
    width: 48%;
    height: 100%;
    margin: 0 0 0 0;
    float: left;
	text-align:center;
}


}

/*flow demoloan mobileapp sakurai*/
table.basic > tbody > tr > td.customer_sk,
table.basic > tbody > tr > th.app,
table.basic > tbody > tr > td.app{
	width:198px;
}

table.basic > tbody > tr > td.comment > p{
	margin-bottom:0px;
}


table.basic > tbody > tr > td.comment > p > img{
	margin-right:8px;
}

table.basic + h3.title_m {
	margin-top:40px;
}

@media screen and (max-width: 680px) {

table.basic > tbody > tr > td.customer_sk,
table.basic > tbody > tr > th.app,
table.basic > tbody > tr > td.app{
	width:10%;
}

	table.basic > tbody > tr > td.customer_sk > img{
	width:100%;
}

	}



.link-s-center{
	background:#eff8fe;
	border: 1px solid #21a4fa;
	border-radius: 3px;
	width: 190px;
	box-sizing: border-box;
	display: inline-block;
	/*text-align: center;*/
	padding: 0 5px;
	color: #616465 !important;
	text-decoration: none !important;
}

.link-s-center:hover{
	background:#fff;
	text-decoration: none;
}

@media screen and (max-width: 680px) {

	.link-s-center{
		width: 100%;
		display: block;
		padding: 5px;
	}

}

/*screens sakurai*/

dl.index{
}

dl.index > dt:before{
	content:"－－";
}


dl.index > dd {
	text-indent:15px;
}


dl.index > dd:before {
	content:"■";
}

/*repair sakurai*/
.clearover{
	clear:both;
	overflow:hidden;
}

p.title_s2{
	line-height: 1.7;
    color: #1e273d;
	font-weight:bold;
}

.btn_box2 {
    margin: 0px !important;
    text-align: right;
}


/* form */
.error_box {
	background:#f8e6e6;
	border:1px solid #d0b4af;
	color:#bb0f16;
}





/* border */
.title_bar {
    /*margin-top: 20px;*/
    margin-bottom: 10px;
	text-align: center;
}
*, *::before, *::after
.title_bar span {
/*width: 50px;
margin-left: auto;
margin-right: auto;*/
}
.title_bar span {
    height: 1px;
    width: 50px;
    display: block;
    position: relative;
    /*background-color: #333333;*/
	margin:auto;
}

.title_bar2 {
    /*margin-top: 20px;*/
    margin-bottom: 20px;
	text-align: center;
}
*, *::before, *::after
.title_bar2 span {
	width: 30px;
margin-left: auto;
margin-right: auto;
}
.title_bar2 span {
    height: 1px;
    width: 30px;
    display: block;
    position: relative;
    /*background-color: #333333;*/
	margin:auto;
}







.img_r_block:after, .img_l_block:after {
    content: " ";
    display: block;
    clear: both;
}
.img_l_block {
	margin:0px auto 40px 0px !important;
}
.img_l_block .img_l {
    float: left;
    margin-right: 4rem;
}

.dl_list dd {
	padding:1em;
}
.dl_list {
	margin-bottom:2em;
}
.dl_list .title_m {
	margin-bottom:0;
}

.img_l {
	width:320px;
}
.img_l img {
	width:100%;
}

@media screen and (max-width: 680px) {
.img_l {
	width:100%;
}
.img_l {
    float: none;
    margin-left: 0;
    text-align: center;
    margin-bottom: 10px;
}
.img_l img {
	width:auto;
}

}


p + p {
    margin-top: 20px;
}
p + h3 {
    margin-top: 20px;
}
p + ul, ul + p, p + ol, ol + p, ul + h3 {
    margin-top: 20px;
}
p + .txt_m {
    margin-top: 40px;
}
@media screen and (max-width: 680px) {
p + .txt_m {
    margin-top: 20px;
}
}


table.basic {
    width: 100%;
    border: 1px solid #d9d9d9;
    line-height: 1.6;
    table-layout: fixed;
}
table.basic th {
    background: #f2f2f2;
}
table.basic th, table.basic td {
    padding: 0.6em 1em;
    border: 1px solid #d9d9d9;
    word-wrap: break-word;
}



.color_box {
    background: #F7F7F7;
    border: 1px solid #ccc;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 20px;
}
@media screen and (max-width: 680px) {
.color_box {
    padding: 10px;
}

}


.color_red {
    color: #FF0000 !important;
}

/* プロダクト等のアイコン囲み線の設定　50％＞5％　★ */

.img_radius {
    border: 4px solid #1594e5;
/*    border: 8px solid #f2f2f2;*/
    border-radius: 5%;
    -moz-border-image: border-radius: 5%;
    -webkit-border-image: border-radius: 5%;
    height: 120px;
    width: 120px;
	margin:auto;
	box-shadow:rgba(0, 0, 0, 0.2) 2px 5px 13px 0px; 
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 2px 5px 13px 0px; 
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 2px 5px 13px 0px;} 
	/*rgba（赤,緑,青,透明度）「右,下,ぼかし値,広がり値」px*/

.img_radius img {
    border-radius: 1%;
    -moz-border-image: border-radius: 1%;
    -webkit-border-image: border-radius: 1%;

}



.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin:20px 0 20px 0;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}




.sitemap_list:first-child {
    border-top: none;
}
.sitemap_list {
    margin-bottom: 2em;
    padding-top: 1em;
    border-top: 1px solid #d9d9d9;
}
.sitemap_list p:before {
    content: "●";
}
.sitemap_list p {
    width: 100%;
    padding: 1em 0 0;
    margin: 0 0 1em 0;
    clear: both;
}
.sitemap_list > .dot_list {
    /*font-size: 15px;*/
    margin-left: 1.2em;
}
.dot_list li:before {
    content: "・";
}
.dot_list .e_link:after {
    content: url(../images/link_black.png);
}
.dot_list li {
    text-indent: -1em;
    padding-left: 1em;
}
.sitemap_list > .dot_list li + li {
    margin-top: 15px;
}


.line1::before {
    content: "－";
    margin-right: 1em;
    font-size: 16px;
    font-size: 1.6rem;
	color:#157de5;
}
.line1::after {
    content: "－";
    margin-left: 1em;
    font-size: 16px;
    font-size: 1.6rem;
	color:#157de5;
}
.line2::before {
    content: "－";
    margin-right: 1em;
    font-size: 16px;
    font-size: 1.6rem;
	color:#e5151f;
}
.line2::after {
    content: "－";
    margin-left: 1em;
    font-size: 16px;
    font-size: 1.6rem;
	color:#e5151f;
}
.line3::before {
    content: "－";
    margin-right: 1em;
    font-size: 16px;
    font-size: 1.6rem;
	color:#e5c315;
}
.line3::after {
    content: "－";
    margin-left: 1em;
    font-size: 16px;
    font-size: 1.6rem;
	color:#e5c315;
}

#top_imgbox {
	padding-top:40px;
	padding-bottom:10px;
}

/*★LOGO MARK★*/
.top_img {width:100%;height:350px;margin: 0 auto;text-align:center;}

.top_img .top_svg {
	margin-top:130px;
	margin-bottom:10px;
	padding:0 auto;
}
.top_img .top_svg_tab1 {
	display: none;
	}
.top_img .top_text_tab1 {
	display: none;
	}
.top_img .top_svg_sp {
	display: none;
	}
.top_img .top_text_sp {
	display: none;
	}
.top_img .top_text {
	display: block;
	color:#FFFFFF;
	position: center center;
	text-shadow:1px 1px 4px #002266;
	margin-top:10px;
	}
.top_text_bg{background:rgba(0,0,0,0.3); padding:5px 15px}
.top_text_bg_lite{background:rgba(0,10,80,0.15); padding:5px 15px}
.top_text_bg_old{background:rgba(80,10,0,0.3); padding:5px 15px}

/*2024*/
@media screen and (max-width: 1360px) {
	.top_img .top_text {
	display: none;
	}
	
	.top_img .top_svg {
	display: none;
	}
	
	.top_img .top_text_tab1 {
	display: block;
	color:#FFFFFF;
	position: center center;
	padding-top:150px;
	text-shadow:1px 1px 4px #000066;
	font-size:3.8rem;
	}
	
	.recruitment {
    top: 46%;
    }
	
}

@media screen and (max-width: 680px) {

body.top_body::before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url(../../images/slide_sp_lite-min.jpg) center/cover no-repeat; /*fixedをトル！*/
  -webkit-background-size:cover;/*Android4*/
  }
body::before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  }

#top_imgbox {
	padding-top:10px;
	padding-bottom:10px;
}
.top_img {
	padding-top: 120px;
	z-index:1;
	opacity: 0.98;
	min-width:100%;
	height:200px;
	background-size: cover;
	background-position: center center;
	margin-bottom:20px;
}

.top_img .top_svg {
	display: none;
	}
.top_img .top_text {
	display: none;
	}
.top_img .top_svg_tab1 {
	display: none;
	}
.top_img .top_text_tab1 {
	display: none;
	}
.top_img .top_svg_sp {
	display: block;
	position: center center;
	opacity: 1.0;
	margin:0 auto;
	top:0;
	-webkit-filter: drop-shadow(12px 12px 7px rgba(0,0,0,0.5));
	filter: drop-shadow(12px 12px 7px rgba(0,0,0,0.5));
	/* for IE 8 & 9 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#000')";
	/* For IE 5.5 - 7 */
	filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#000')";
}
.top_img .top_text_sp {
	display: block;
	color:#FFFFFF;
	position: center center;
	margin-top:30px;
	text-shadow:1px 1px 4px #000066;
	font-size:2.2rem;
	}
	
.recruitment {
    top: 40%;
    }
	
/*
.top_img img {
	display: none;
}*/
}

.top_jigyou_border hr{
	content: '';
	display: block;
	margin-top: 2px;
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}

/*Quote*/
.quotes {
    position: relative;
    padding: 15px 15px 15px 50px !important;
    box-sizing: border-box;
    font-style: normal;
    background: #fafafa;
    color: #555;
}
.quotes::before {
    display: inline-block;
    position: absolute;
    top: 10px !important;
    left: 10px !important;
    content: "“";
    color: #e0e0e0;
    font-size: 90px;
    line-height: 1;
}
.column blockquote {
	margin: 0 0 2rem !important;
}



.cta-box-content {
	display: flex;
	justify-content: center;
	background-color: #f2f2f2;
	padding: 30px 40px;
}
.contact-box {
	width: 80%;
	margin:auto;
}
.contact-box div {
	width: 100%;
}
.contact-list {
	display: flex;
	flex-wrap: wrap;
}
.contact-list li {
	width: 50%;
	position: relative;
    padding-left: 12px;
	box-sizing: border-box;
}
.contact-list li:before {
	content: "";
    position: absolute;
    top: .5em;
    left: 0;
    width: 0;
    height: 0;
    border-width: 4px;
    border-style: solid;
    border-color: transparent transparent transparent #e5151f;
}
.contact-list li:nth-of-type(-n+2) {
	margin-bottom: 1rem;
}

@media screen and (max-width: 680px) {
.cta-box-content {
	display: block;
	padding: 20px 20px;
}
.contact-box {
	width: 100%;
	box-sizing: border-box;
}
.contact-list {
	display: block;
	width: 100%;
}
.contact-list li {
	margin-bottom: 0.5rem !important;
	width: 100%;
}
}


.color_box_gray {
padding: 1em 0.5em 0.5em 0.5em;
margin: 0 auto 1em;
border: solid 4px #ececec;
}
.w80 {
width:80%;
}
@media screen and (max-width: 680px) {
.w80 {
width:100%;
}
}

/* 個人情報保護方針ページ用
============================================================================================================ */

.indent_1 {
    padding-left: 2em;
    display: block;
}

.indent_2 {
    padding-left: 3em;
    display: block;
}

.indent_3 {
    padding-left: 4em;
    display: block;
}

ul.decimal_1 {
	margin-top: 0px;
	list-style-type: disc;
}

ul.decimal_1 li {
    margin-left: 0em;
}

ol.decimal_2 {
	margin-top: 0px;
	list-style-type: decimal;
}
ol.decimal_2 li {
	margin-left: 2em;
}

/* ブログ
============================================================================================================ */
.column{
	font-size: 1.5rem;
}
