@charset "UTF-8";
/****************************************
contents
*****************************************/

.right{
	float: right;
}
.left{
	float: left;
}

/*
#wrapper,
#wrapper-index {

	padding: 0 10px;
	padding: 0;
}
#wrapper-index {
	padding: 0;
}
@media screen and (max-width: 660px) {
	#wrapper,
	#wrapper-index {
		margin: 0;
		padding: 50px 0 0;
	}
}
#wrapper-pdf {
	margin: 60px 0 0;
	padding: 0;
	overflow: hidden;
}
*/




.wrapper { 
	max-width: 1060px;
	margin: 0 auto;
	position: relative;
}

nav .grid { 
	border: 1px solid  #A6A09C;
	margin: 10px 0;
	width: 100%;
	padding: 10px;
}




/****************************************
header
*****************************************/
.headerWrapper { 
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
}
header{
/*
	position: absolute; 
	top: 0;
	left: 0;
*/
	width: 100%;
	height: 60px;
	z-index: 998;
}
header .inner{
	width: 100%;
	height: 60px;
	position: relative;
}
header #logo {
	display: block; 
	width: 100%;
	height: 60px;
	background: url(../images/logo.png) no-repeat center center;
}
header ul {
	position: absolute; 
	top: 70px;
	left: 220px;
}
header ul li {
	display: block;
	float: left;
	line-height: 100%;
	border-right: 1px solid #A6A09C;
	padding: 0 10px;
}
header ul li:last-child {
	border: none;
}
header ul li:before { 
}

@media screen and (max-width: 660px) {
	header{
		height: 60px;
		/*background-color: rgb(255,255,255,0.5);*/
		background-color: rgb(255,255,255,1);
	}
	header .inner{
		height: 60px;
	}

	header #logo {
		height: 60px;
/*
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
*/
	}

	header ul {
		display: none;
	}
}

/****************************************
footer
*****************************************/
footer{
	width: 100%;
	height: 90px;
	line-height: 65px;
	text-align: center;
}



#breadcrumb {
	font-weight: 200;
	font-size: 12.5px;
	position: absolute;
	top: 95px;
	left: 15px;
}

@media screen and (max-width: 712px) {
	#account  {
		display: none;
	}
}
@media screen and (max-width: 544px) {
	#breadcrumb  {
		display: none;
	}
}



/* loader  --------------------------------------------------> */
#loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #fff;
	z-index: 998;
}
#loader {
	display: none;
	position: fixed;
	top: 45%;
	left: 50%;
	text-align: center;
	color: #000C57;
	font-weight: 100;
	font-size: 13px;
	z-index: 999;
	width: 200px;
	margin-left: -100px;
	line-height: 48px;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
}

/* nav  --------------------------------------------------> */
.fixed1 {
	position: fixed;
	width: 100%;
	height: 100%;
}

#nav-outer {
	position: fixed;
	top: 0px;
	right: 0;
	z-index: 999;
	transition: all 0.2s;
	transform: translate(0px);
	height: 100%;


}
#nav-outer.open {
	transform: translate(-0px); 
}
nav#nav {
	width: 270px;
	height: 100%;
	transition: all 0.2s;
	transform: translate(0px);
	position: absolute;
	top: 0;
	left: 0;
	padding: 60px 10px 0;
	box-sizing: border-box;
}
nav#nav.open {
	transform: translate(-270px); 
	background: #4E4139;
}

/*   ボタンタグ設定   */
#navBotton  {
	display: block;
	background: #fff;

	letter-spacing: 0.1em;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 50px;

	height: 60px;
	width: 270px;

	line-height: 60px;
	font-size: 16px;
	box-sizing: border-box;
	padding: 0 0 0 0px;
}
nav#nav.open #navBotton {
	right: 0;
	background: #4E4139;
	color: #fff;
}
#navBotton button {
	display: block;
	background: none;
	border: none;
	padding: 0;
	width: 25px;
	color: #fff;
	letter-spacing: 0.1em;
	cursor: pointer;
	position: absolute;
	top: 15px;
	left: 12px;
	text-align: center;
	outline: none;
}
/*   ハンバーガーボタン3本線   */
#navBotton button span.bar {
	display: block;
	height: 1px;
	background-color: #4E4139;
	margin: 7px 0;
	transition: all 0.2s;
	transform-origin: 0 0;
}
#navBotton button .close {
	letter-spacing: 0.08em;
	display: none;
}
#navBotton button .menu {
	display: block;
}
/*  メニューアクティブ時  */
#navBotton button.active span.bar {
	background-color: #fff;
	width: 26px;
	margin: 8px 0;
}
#navBotton button.active .bar1 {
	transform: rotate(45deg);
}
#navBotton button.active .bar2 {
	opacity: 0;
}
#navBotton button.active .bar3 {
	transform: rotate(-45deg);
}
#navBotton button.active .menu {
	display: none;
}
#navBotton button.active .close {
	display: block;
}
nav#nav ul {
	width: 270px;
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
}
nav#nav ul li a {
	color: #fff;
}


dl.accordion_dl, .accordion_dl dt, .accordion_dl dd {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	width: 270px;
}
dl.accordion_dl {
	width: 270px;
	padding: 0 0 0 40px;
}
nav#nav.open dl.accordion_dl {
	width: 250px;
	padding: 0;
}
.accordion_dl dt {
	float: none;
	width: auto;
}
.accordion_dl dt {
	/*background-color: #fff;*/
	font-weight: 200;
	font-size: 14px;
	padding: 3px 5px;
	padding-right: 50px;
	cursor: pointer;
	position: relative;
	color: #fff;
	font-weight: 2;
}
.accordion_dl dt a {
	color: #fff;
}
.accordion_dl dt.arrow {
	background: #4E4139;
	margin-bottom: 2px;
}
.accordion_dl dt.arrow:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 15px;
	width: 10px;
	height: 10px;
	margin-top: -8px;
	background: #fff;
}
.accordion_dl dt.arrow:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 15px;
	width: 10px;
	height: 10px;
	margin-top: -10px;
	background: #4E4139;
}
.accordion_dl dt.active:before {
	margin-top: -1px;
}
.accordion_dl dt.active:after {
	margin-top: 1px;
}
.accordion_dl dd {
	font-size: 14px;
	padding: 2px 10px;
	margin-bottom: 1px;
	display: block;
	text-decoration: underline;
	font-weight: 2;
}
.accordion_dl dd a {
	color: #fff;
	background: none;
}
.accordion_dl dd ul {
	padding: 0 0 10px 5px;
}


#search {
	position: absolute;
	top: 35px;
	left: 230px;
	width : -webkit-calc(100% - 350px) ;
	width : calc(100% - 350px) ;
}
@media screen and (max-width: 660px) {
	#search {
		display: none;
	}
}

/* ajaxsearch --------------------------------------------------> */
#ajaxsearch {
	position: relative;
	width: 100%;
	min-height: 33px;
	padding: 0;
	box-sizing: border-box;
	margin-bottom: 10px;
}
#ajaxSearch_input {
	width: 100%;
	border: none;
	border: 1px solid #A6A09C;
	text-indent: 5px;
	height: 27px;
	line-height: 27px;
	font-size: 11.5px;
	-webkit-border-top-right-radius: 2px;  
	-webkit-border-bottom-right-radius: 2px;  
	-moz-border-radius-topright: 2px;  
	-moz-border-radius-bottomright: 2px;  
}
.ajaxSearch_paging {
	display: block;
	padding: 10px 0;
	text-align: right;
}
.ajaxSearch_result {
	padding: 10px 0;
	border-bottom: 1px dotted #ddd;
	border-top: 1px dotted #ddd;
	margin-bottom: -1px;
}

input::placeholder {
	color: #A6A09C;
}
input:-ms-input-placeholder {
	color: #A6A09C;
}
input::-webkit-input-placeholder {
	color: #A6A09C;
}
#ajaxSearch_submit, #searchClose {
	position: absolute;
	top: 0;
	right: -45px;
	width: 40px;
	height: 27px;
	border: none;
	padding: 0;
	margin: 0;
}
#ajaxSearch_submit {
	background: url(../images/search.png) no-repeat left top;
}
#searchClose {
	z-index: 999;
	background: url(../images/search.png) no-repeat left top;
}
#indicator {
	position: absolute;
	top: 6px;
	right: 70px;
	width: 20px;
	height: 20px;
	z-index: 1000;
}
#ajaxSearch_output {
	font-family: sans-serif, 'Noto Sans Japanese';
	font-weight: 200;
	line-height: 140%;
	background: #0062AF;
	padding: 0 10px 25px;
}
.AS_ajax_resultsInfos, .AS_ajax_grpResultName {
	padding-top: 5px;
}
.AS_ajax_resultsIntroFailure {
	padding-top: 25px;

	font-size: 13px;
}
.AS_ajax_result {
	padding: 25px;
}
.AS_ajax_resultLink {
	font-size: 15px;
	text-decoration: underline;

	display: block;
}
.AS_ajax_resultExtract p {

	font-size: 13px;
}
.ajaxSearch_highlight {
	background-color: #A9D97F;
}


#mail {
	width: 40px;
	height: 27px;
	position: absolute;
	top: 33px;
	right: 120px;
	background: url(../images/mail.png) no-repeat left top;
}

/* main -------------------------------------------------- */

main {
	margin: 0 0 30px;
	padding: 1rem;
}

main p.img-outer {
	text-align: center;
	margin: 25px auto 50px;
	border: 1px solid #ddd;
}

main h1 { 
	font-size: 25px;
	line-height: 30px;
	border-bottom: 1px solid #A6A09C;
	margin: 65px 0 30px;
	font-weight: 200;
}
main h1:first-child {
	margin: 30px 0;
}

main h2, 
main h3 { 
	font-size: 16px;
	line-height: 25px;
	border-bottom: 1px solid #ddd;
	margin: 20px 0 10px;
	font-weight: 200;
}
main h3 { 
	border: none;
	margin: 20px 0 0px;
}
main hr {
	border: 0;
	border-bottom: 1px solid #A6A09C;
	margin: 30px 0;
}


main .button  {
	position: relative;
	margin: 2px auto;
	width: 500px;
	max-width: 90%;
	border: 2px solid #A6A09C;
	text-align: center;
	line-height: 43px;
}
main .button div {
	position: absolute;
	top : -webkit-calc(50% - 0.3rem) ;
	top : calc(50% - 0.3rem) ;
	right: 10px;
	width: 0.75em;
	height: 0.75em;
	border-bottom: 2px solid #A6A09C;
	border-right: 2px solid #A6A09C;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
main .button-outer {
	padding: 20px 0;
}




main p {
	padding: 0.5rem 0;
}

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

/* dl -------------------------------------------------- */
main dl, main dt, main dd {
	margin: 0;
	padding: 0;

}
main dl  {
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #ddd;
	padding: 0px;
	margin: 0px 0px 20px 0px;

}
main dt {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #ddd;
	padding: 5px;
	min-height: 32px;
	box-sizing: border-box;
}

main dd {
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #ddd;
	padding: 5px;
	min-height: 32px;
	box-sizing: border-box;
}



main dt a {
}
main dd a {
	/*background: url(../images/13x15.png) no-repeat right center;*/
}



@media screen and (min-width: 980px) {
	main dt {
		float: left;
		clear: both;
		width: 300px;
	}
	main dd {
		margin-left: 300px;
	}
}
@media screen and (max-width: 979px) {
	main dt {
		float: none;
		width: 100%;
		border-bottom: 1px dotted #ddd;
	}
	main dd {
		margin-left: 0;
		border-width: 0;
	}
	main dd a {
		background: none;
	}
}


/* modal --------------------------------------------------> */
 #lean_overlay{
	position: fixed;
	z-index:1; 
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	display: none;
}

#lean_overlay{
	position: fixed;
	z-index:100; 
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #fff;
	display: none;
}

.modal {
	display: none;

}
.modal_close{ 
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 999;
}

.modal {
	width: 100px;
	background: #0062AF;
	color: #fff;
	position: relative;
}
.modal h1 {
	font-size: 30px;
	color: #fff;
}
.modal_close{ 
	position: absolute;
	top: 12px;
	right: 12px;
/*
	display: block; 
	width: 14px;
	height: 14px; 
	background: url(../images/modal_close.png);
*/
	z-index: 999;
}

#target {
	z-index: 2;
}









/*
.notice {
	color: #8899bb;
	padding-right: 10px;

}
.notice1 {
	color: #8899bb;
	font-size: 1.2rem;
	padding-right: 0px;
	line-height: 2.2rem;
}
*/
.pagetop {
	padding: 0 1em 0 0;
	font-size: 1.3rem;
}
#pagetop {
	display: block;
	position: fixed;
	z-index: 998;
	width: 50px;
	height: 60px;
	bottom: -60px;
	right: 0;
	background-color: none;
}
#pagetop div{
	position: relative;
	display: inline-block;
	padding-left: 20px;
}
#pagetop div::before{
	content: '';
	width: 20px;
	height: 20px;
	border: 0px;
	border-top: solid 1px #0062AF;
	border-left: solid 1px #0062AF;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 15px;
	left: 15px;
	margin-top: -4px;
}


#tab {
	width: 100%;
	height: auto;
	margin: 5px 0 0;
	font-size: 12px;
	overflow: hidden;
	display: inline-block;
	position: relative;
}
#tab::before,
#tab::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 3px;
	border-bottom: 1px solid #A6A09C;
	z-index: -1;
}
#tab::after {
	bottom: 51px;
}
#tab ul {
	width: 100%;
	height: 45px;
	z-index: 999;
	margin: 0;
	padding: 0;

}
#tab ul li {
	padding: 0;
	text-indent: 0;
	margin: 0 0 3px 2px;
	list-style: none;
	float: left;
	height: 45px;
	line-height: 45px;
	color: #999;
	padding: 0 35px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #A6A09C;
}
@media screen and (max-width: 540px) {
	#tab ul li {
		padding: 0 15px;
	}
}

#tab ul li:before  {
	content: '';
}
#tab:after {

}
#tab ul li.active {
	background: #ffffff;
	border-bottom: none;
}
#tab ul li a {
	color: #005DB2;
}
#tab ul li.active a {
	color: #00227C;
}




/* weblogin --------------------------------------------------> */
.weblogin {
}
.weblogin1 {

	max-width: 100%;
	height: 360px;
	margin: 0 auto;

	background-color: #0062AF;
	color: #ffffff;
}
.weblogin1 a {
	color: #ffffff;
}
.weblogin1 input[type=text],
.weblogin1 input[type=password]
{
	width: 110px;
	border: 0;
	padding: 0 5px;
}
.weblogin1 .user {
	position: absolute;
	right: 15px;
	top: 95px;
}
.weblogin1 .pass {
	position: absolute;
	right: 15px;
	top: 125px;
}
.weblogin1 .remenber {
	position: absolute;
	left: 85px;
	top: 155px;
}
.weblogin1 .login {
	position: absolute;
	left: 15px;
	top: 182px;
	text-indent: -9999px;
	background:url(images/190x25.png);
	width:190px;
	height:25px;
	border:0;
	cursor:pointer;
}
.weblogin1 .forget {
	position: absolute;
	left: 15px;
	top: 220px;
}
.weblogin1 .txt {
	position: absolute;
	left: 15px;
	top: 15px;
}
.weblogin1 .txt1 {
	position: absolute;
	left: 15px;
	top: 95px;
}
.weblogin1 .txt2 {
	position: absolute;
	left: 15px;
	top: 125px;
}
.weblogin1 .txt3 {
	position: absolute;
	left: 100px;
	top: 153px;
}

.weblogin3 {
	position: relative;
	width: 220px;
	height: 260px;
	background: url(images/220x260.png) no-repeat left top;
	color: #ffffff;
	font-size: 12px;
}
.weblogin3 input[type=text] {
	width: 192px;
	border: 0;
}
.weblogin3 .mail {
	position: absolute;
	right: 15px;
	top: 100px;
}
.weblogin3 .submit {
	position: absolute;
	left: 15px;
	top: 135px;
	text-indent: -9999px;
	background:url(images/190x25_1.png);
	width:190px;
	height:25px;
	border:0;
	cursor:pointer;
}
.weblogin3 .reset {
	position: absolute;
	text-indent: -9999px;
	background:url(images/190x25_2.png);
	width:190px;
	height:25px;
	border:0;
	cursor:pointer;
	right: 15px;
	top: 170px;
}
.weblogin3 .txt {
	position: absolute;
	left: 15px;
	top: 10px;
	width: 190px;
}
.weblogin3 .txt1 {
	position: absolute;
	left: 15px;
	top: 80px;
	font-size: 11px;
}
.weblogin3 .txt2 {
	position: absolute;
	right: 15px;
	top: 205px;
	width: 190px;
	font-size: 11px;
}

/*
#page-top1:hover {
	background: url(images/38x38_1.png) no-repeat right bottom rgba(0,81,167,1);
}
*/

/*
h1 {
	font-size: 23px;
	padding: 100px 0 20px;
}
h1:first-child {
	font-size: 23px;
	padding: 30px 0 20px;
}

h2 {
	font-size: 18px;
	padding: 50px 0 10px;
}
h1+h2 {
	padding: 25px 0 10px;
}

p {
	padding: 10px 0;
}

hr {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #eeeeee;
	height: 1px;
	margin: 25px 0;
}
*/

ul{
	padding: 10px 0;
}
ul li,
li ul li {
	list-style: outside circle;
	margin-left: 20px;
	text-indent: 0px;
	line-height: 100%;
	padding-bottom: 10px;
}
ol li,
li ol li {
	list-style: outside decimal;
	margin-left: 20px;
	text-indent: 0px;
	padding-bottom: 10px;
}



table {
	border-collapse: collapse;
	width: 100%;
}
table th {
	width: 150px;
	padding: 5px;
	text-align: left;
	border: 1px solid #ddd;
	background: #fefefe;
}
table td {
	padding: 5px;
	border: 1px solid #ddd;
}


.banner {
	width: 100%;
	text-align:center;
}
.banner img {
	max-width: 100%;
}






.sliderWrapper  {
	width: 100%;
	margin: 0 auto;
	position: relative;

min-height : 135px;
	max-width:1280px;
}
@media screen and (max-width: 1280px) {
	.sliderWrapper {
		overflow: hidden;
	}
}
#slider{
	width: 100%;
	padding: 0;
	margin: 0;
}
#slider li {
	padding: 0;
	margin: 0;
	display: block;
	position: relative;
}
#slider li > div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 100%;
	/*bottom: 310px;*/
	bottom: 140px;
	left: 0;
	margin: 0;
	/*max-width: 50%;*/
	text-shadow:
	1px 1px 0 #fff,
	-1px -1px 0 #fff,
	-1px 1px 0 #fff,
	1px -1px 0 #fff,
	0px 1px 0 #fff,
	0px -1px 0 #fff,
	-1px 0 0 #fff,
	1px 0 0 #fff;
}
#slider li div h1 {
	font-size: 30px;
	line-height: 40px;
	font-weight: 500;
	position: absolute;
	padding-left: 50px;
	font-family: sans-serif, 'Noto Sans Japanese';
}

#slider li > div#product_introduction {
	top: 140px;
	text-shadow:none;
	
}


#slider li img{
	height: auto;
	width: 100%;
}
@media screen and (max-width: 1080px) {
	#slider li img {
		width: 140%;
	}
	#slider li div {
		bottom: 140px;
	}
	#slider li div h1 {
		padding: 0 25px;
		font-size: 25px;
		line-height: 30px;
	}
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
	color: #000;
}

.slick-slide {
	position: relative;
}
.slick-slide .caption {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	/*width: calc(100% - 40px);*/
	opacity: 0;
	transition: .3s ease;
}
.slick-current .caption {
	opacity: 1;
	transform: translateX(-10px);
	transition-delay: .5s;
}

.banner {
	width: 100%;
	text-align:center;
}
.banner img {
	max-width: 100%;
}

/*sitemap*/
#sitemap ul,
#sitemap ol {
	list-style:none;
}
#sitemap li {
	list-style:none;
	margin: 0;
	padding: 0;
	background: none;
	border-left: 4px solid #000C57;
	border-color: #000C57;
	margin-left: 10px;
	padding-left: 5px;
}


#sitemap li li {
	border-color: #7F85AB;
}
#sitemap  li  li  li {
	border-color: #A6A09C;
}
#sitemap  li  li  li {
	border-color: #A6A09C;
}
#sitemap .description {
	margin-bottom: 0.4rem;
	color: #5a5a5a;
	padding-left: 10px;
	text-indent: 0;

}


ul.news  {
	padding: 0;
}
ul.news li {
	padding: 10px 0;
	border-bottom: 1px solid #A6A09C;
}
ul.news li:last-child {
	border: none;
}



#slider2 div {
	height: 220px;
}




.cert { /* 認証書 */
	border: 1px solid #ddd;
	float: left;
	margin: 0 20px 20px 0;
	max-width: 100%;
}

