@charset "utf-8";



/* !top
---------------------------------------------------------- */
.topteaser {
	background: url(../img/top/teaser_top.jpg) center center no-repeat;
	background-size: cover;
}
.tophd {
	border-left: 6px #2b71b8 solid;
	padding-left: 20px;
}
.tophd .tophden {
	display: block;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
.tophd {
	border-left: 3px #2b71b8 solid;
	padding-left: 10px;
}
.tophd .tophden {
	font-size: 24px;
}
}


.toplib {
	background: #f4f4f4;
	padding: 80px 20px;
}
.toplib .toplibbox {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin: 70px -10px 0;
}
.toplib .toplibbox li {
	margin: 0 10px;
}
.toplib .toplibbox li a {
	display: block;
	background: #fff;
}
.toplib .toplibbox li a:hover {
	-webkit-box-shadow: 0 5px 30px rgba(56,56,56,0.2);
	-moz-box-shadow: 0 5px 30px rgba(56,56,56,0.2);
	-ms-box-shadow: 0 5px 30px rgba(56,56,56,0.2);
	-o-box-shadow: 0 5px 30px rgba(56,56,56,0.2);
	box-shadow: 0 5px 30px rgba(56,56,56,0.2);
}
.toplib .toplibimg {
	
}
.toplib .toplibtit {
	padding: 20px;
	position: relative;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
}
.toplib .toplibtit:before {
	position:absolute;
	background: #2b71b8;
	width: 50px;
	height: 1px;
	content:"";
	z-index:2;
	top: 50%;
	right: 20px;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.toplib .toplibbox a:hover .toplibtit:before {
	width: 70px;
	right: 0;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
@media screen and (max-width: 767px) {
.toplib {
	padding: 40px 20px;
}
.toplib .toplibbox {
	display: block;
	margin: 30px 0 0;
}
.toplib .toplibbox li {
	margin: 0;
}
.toplib .toplibbox li+li {
	margin-top: 30px;
}
.toplib .toplibbox li a {
	max-width: 320px;
	margin: 0 auto;
}
.toplib .toplibtit {
	font-size: 16px;
}
.toplib .toplibtit:before {
	width: 30px;
}
.toplib .toplibbox a:hover .toplibtit:before {
	width: 50px;
}
}

.topbtn {
	margin-top: 40px;
}
.topbtn a {
	display: flex;
	background: #2b71b8;
	border: 2px #2b71b8 solid;
	color: #fff;
	font-weight: 700;
	width: 300px;
	margin: 0 auto;
	height: 60px;
	align-items: center;
	justify-content: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.topbtn a:hover {
	background: #fff;
	color: #2b71b8;
}
.toplist {
	margin-top: 40px;
}
@media screen and (max-width: 767px) {
.topbtn {
	margin-top: 30px;
}
.topbtn a {
	width: 260px;
}
.toplist {
	margin-top: 20px;
}
}



/* !news
---------------------------------------------------------- */
.newsteaser {
	background: url(../img/news/teaser_news.jpg) center center no-repeat;
	background-size: cover;
}
.newstab {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	margin-bottom: 30px;
	flex-wrap: wrap;
}
.newstab a {
	width: 230px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	border-bottom: 1px #000 solid;
	position: relative;
}

.newstab a.current {
	background: #e6e6e6;
	border: none;
	font-weight: 700;
}

.newstab a.current:before {
	position: absolute;
	content: "";
	left: 50%;
	top:100%;
	transform:translateX(-50%);
	border-top: 10px solid #e6e6e6;
	border-bottom: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	z-index: 2;
}


@media screen and (max-width: 1024px) {
.newstab {
	margin: -40px 0 30px;
}
.newstab a {
	width: 22%;
	margin-top: 40px;
}
}

@media screen and (max-width: 767px) {
.newstab {
	margin: -30px 0 30px;
}
.newstab a {
	font-size: 12px;
	margin-top: 30px;
}
}




/* !library
---------------------------------------------------------- */
.libraryteaser {
	background: url(../img/library/teaser_library.jpg) center center no-repeat;
	background-size: cover;
}
.newstab.librarytab a {
	/*width: 320px;*/
	width: 230px;
}

@media screen and (max-width: 767px) {
.newstab.librarytab a {
	width: 22%;
}
}



/* !stock
---------------------------------------------------------- */
.stockteaser {
	background: url(../img/stock/teaser_stock.jpg) center center no-repeat;
	background-size: cover;
}
.stocktab {
	width: 100%;
	font-size: 15px;
}
.stocktab th,.stocktab td {
	border-bottom: 1px #b5b5b5 solid;
	padding: 18px 20px;
	padding-right: 0;
	vertical-align: middle;
}
.stocktab th {
	font-weight: 700;
	width: 240px;
	padding-right: 0;
	padding-left: 0;
}

@media screen and (max-width: 767px) {
.stocktab {
    table-layout: fixed;
}
.stocktab th,.stocktab td {
	padding: 15px 5px;
}
.stocktab th {
	width: 30%;
	text-align: left;
}
}



/* !announcement
---------------------------------------------------------- */
.annouteaser {
	background: url(../img/announcement/teaser_announcement.jpg) center center no-repeat;
	background-size: cover;
}
.annoubox+.annoubox {
	margin-top: 80px;
}
.annoulist {
	margin-top: 10px;
}
.annoucont {
	margin-top: 30px;
}


@media screen and (max-width: 767px) {
.annoubox+.annoubox {
	margin-top: 40px;
}
.annoucont {
	margin-top: 20px;
}

}



/* !disclaimer
---------------------------------------------------------- */
.discteaser {
	background: url(../img/disclaimer/teaser_disclaimer.jpg) center center no-repeat;
	background-size: cover;
}
.discbox+.discbox {
	margin-top: 40px;
}
.discbox .hdl {
	margin-bottom: 20px;
	font-size: 18px;
}




/* !contact
---------------------------------------------------------- */
.contactteaser {
	background: url(../img/contact/teaser_contact.jpg) center center no-repeat;
	background-size: cover;
}

.formbox {
	
}
.formbox .formtable {
	width: 100%;
}
.formbox .formtable th,.formbox .formtable td {
	border-bottom: 2px #d8d8d8 solid;
	vertical-align: middle;
	font-size: 18px;
}
.formbox .formtable th {
	font-weight: 700;
	padding: 25px;
	width: 270px;
}
.formbox .formtable td {
	padding: 15px;
}
.formbox .formtable input[type=text] {
	width: 100%;
	height: 50px;
	border: 1px #333 solid;
	padding: 0 20px;
	font-size: 14px;
	outline: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.formbox .formtable .must {
	display: inline-block;
	vertical-align: middle;
	background: #2b71b8;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	width: 46px;
	line-height: 16px;
	text-align: center;
	margin-left: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.formbox .formtable textarea {
	width: 100%;
	height: 150px;
	border: 1px #333 solid;
	padding: 20px;
	font-size: 14px;
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.formbox .formtable input[type=text]::placeholder {
	color: #a0a0a0;
	font-weight: 400;
}
.formbox .formtable textarea::placeholder {
	color: #a0a0a0;
	font-weight: 400;
}
.formbox .formtable .formradio {
	display: flex;
	font-weight: 700;
	font-size: 16px;
}
.formbox .formtable .formradio input {
	margin-right: 10px;
}
.formbox .formtable .formradio label+label {
	margin-left: 30px;
}
.radio_type input[type=radio] {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	position: relative;
	outline: none;
	appearance: none;
	-webkit-appearance: none;
	border: none !important;
}
.radio_type input[type=radio]:before {
	position: absolute;
	content: "";
	background: url(../img/contact/radio_no.png) 0 0 no-repeat;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	z-index: 2;
}
.radio_type input[type=radio]:checked:before {
	position: absolute;
	content: "";
	background: url(../img/contact/radio_on.png) 0 0 no-repeat;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	z-index: 2;
}
.formbox .formtxt {
	text-align: center;
	margin-top: 25px;
	font-size: 14px;
	line-height: 2;
}
.formbox .formbtn {
	text-align: center;
	margin-top: 40px;
}
.formbox .formbtn input[type=submit] {
	outline: none;
	border: 1px #2b71b8 solid;
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background: #2b71b8;
	color: #fff;
	width: 300px;
	height: 60px;
	text-align: center;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
	-webkit-appearance: none;
}
.formbox .formbtn input[type=submit]:hover {
	background: #fff;
	color: #2b71b8;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.formbox .formcheck {
	text-align: center;
	font-weight: 700;
	margin-top: 35px;
}
.formbox .formcheck input[type=checkbox] {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	outline: none;
	position: relative;
	appearance: none;
	-webkit-appearance: none;
	border: none !important;
}
.formbox .formcheck input[type=checkbox]:before {
	position: absolute;
	content: "";
	background: url(../img/contact/check_no.png) 0 0 no-repeat;
	width: 20px;
	height: 20px;
	left: 0;
	top: 0;
	z-index: 2;
}
.formbox .formcheck input[type=checkbox]:checked:before {
	position: absolute;
	content: "";
	background: url(../img/contact/check_on.png) 0 0 no-repeat;
	width: 20px;
	height: 20px;
	left: 0;
	top: 0;
	z-index: 2;
}

@media screen and (max-width: 767px) {
.formbox .formtable th,.formbox .formtable td {
	font-size: 16px;
	display: block;
}
.formbox .formtable th {
	padding: 15px 10px;
	width: auto;
}
.formbox .formtable td {
	padding: 15px 10px;
}
.formbox .formtable input[type=text] {
	height: 40px;
	padding: 0 10px;
}
.formbox .formtable .formradio {
	font-size: 16px;
}
.formbox .formtable .formradio label+label {
	margin-left: 20px;
}
.formbox .formbtn {
	margin-top: 30px;
}
.formbox .formbtn input[type=submit] {
	width: 260px;
}
}

.error {
	color: #ff0000;
}

/* !thanks
---------------------------------------------------------- */
.thanksbox {
}
.thankstit {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
}
.thankstxt {
	text-align: center;
}
@media screen and (max-width: 767px) {
.thankstit {
	font-size: 18px;
}
}


table a {
	word-break: break-all;
    color: #2b71b8;
    text-decoration: underline;
}
a:hover {
    opacity: 0.5;
	transition: 0.3s;
}

.pc-only {
	display: block;
}
.sp-only {
	display: none;
}
@media screen and (max-width: 767px) {
	.pc-only {
		display: none;
	}
	.sp-only {
		display: block;
	}
}