@charset "UTF-8";

.commonbox h1 {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	color: #fff;
}
.commonbox h2 {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	color: #fff;
}
.block_title2 {
	padding: 0.4em 0.5em;
	background: #1a8600;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
}
.inner_block2 {
	padding: 1em 0;
}
.inner_block2_ttl {
	color: #1a8600;
	font-weight: bold;
	font-size: 110%;
}
.col_2 {
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	justify-content: space-between;
}
.col_2 .imgbox {
	width:38%;
}
.col_2 .imgbox img {
	width:100%;
}
.col_2 .txtbox {
	width:60%;
}
.col_2 .txtbox p {
	margin:0;
	padding:0;
}
.col_2 .txtbox .txtbox_ttl {
	color: #1a8600;
	font-weight: bold;
	font-size: 120%;
	margin: 0 0 1em;
}
.col_2 .txtbox .txtbox_ttl p {
}
.col_4 {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content: flex-start;
}
.col_4 .wrap {
	width:23.5%;
	margin:0 1.9% 0 0;
}
.col_4 .wrap:nth-child(4n) {
 margin:0 0 0 0;
}
.col_4 .zoom-in-img {
	width:177px;
	height:177px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
	cursor: pointer;
	border: 1px solid #ccc;
	position: relative;
}
.col_4 .zoom-in-img img {
	width:100%;
	height: auto;
}
.col_4 .zoom-in-img img {
	transform: scale(1);
 transition: .3s ease-in-out;
	position: absolute;
	top: -100%;
	bottom: -100%;
	left: -100%;
	right: -100%;
	margin: auto;
	z-index: 1;
}
.col_4 .zoom-in-img:hover img {
	transform: scale(1.3);
}
.col_4 figcaption.list_type_txt {
	margin:0.3em 0 1em;
	text-align:center;
}
/* slick customize */
.slick_target {
	padding:0;
}
.slick_target img {
	width:100%;
}
.slick_target figcaption {
	text-align:center;
}
.slick-initialized .slick-slide {
	margin: 0 10px;
}
.slick-prev {
	left:10px;
	z-index:99;
	filter:drop-shadow(0px 0px 1px #777);
}
.slick-next {
	right:10px;
	z-index:99;
	filter:drop-shadow(0px 0px 1px #777);
}
.slick-next:before, .slick-prev:before {
	font-size:25px;
}
.formtbl th.w18 {
	width: 18%;
}
.formtbl td {
	width: 25%;
}
.formtbl td.w41 {
	width: 41%;
}
.contact-bg {
	padding: 0;
	margin: 0 auto 0;
}
.contact-message {
	text-align: center;
	font-size: 14px;
	line-height: 2;
	margin-bottom: 50px;
}
.message-notice {
	color: #c10811;
	font-size: 14px;
}
.essential {
	background: #c10811;
	color: #fafafa;
	font-size: 12px;
	padding: 0 10px;
	font-weight: normal;
	margin-left: 10px;
}
.contact-area {
	background: #fafafa;
	padding: 5%;
	margin: 0 auto;
	width: 90%;
}
.contact-table {
	width: 100%;
}
.table-list {
	display: flex;
	justify-content: space-between;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.05em;
	width: 100%;
	margin-bottom: 40px;
}
.table-list th {
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	text-align: left;
	margin: 0 0 1%;
}
.table-list-address {
	flex-wrap: wrap;
}
.table-list-address .input-area {
	margin-bottom: 10px;
}
.input-area {
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.05em;
	padding: 0 10px;
	border: none;
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	border: 1px solid #c4c4c4;
}
.table-list td {
	font-size: 13px;
	width: calc(100% - 250px);
	width: 100%;
}
.table-list td.table-list-td {
	background: #fff;
	padding: 2% 3%;
	border: 1px solid #ccc;
}
 input::placeholder {
 color: #bfbfbf;
 font-size: 12px;
 font-weight: bold;
}
textarea {
	border: none;
	width: 100%;
	height: 200px;
	padding: 0;
	border: 1px solid #c4c4c4;
	resize: vertical; /* �������Τߥ���������ꤹ�� */
}
 textarea::placeholder {
 color: #bfbfbf;
 font-size: 12px;
}
input[type="text"] {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.contact-area .text {
	font-size: 13px;
	text-align: center;
	margin-bottom: 30px;
}
.contact-area .text a {
	color: #000;
	border-bottom: 1px solid #000;
 transition: all .3s;
	text-decoration: none;
}
.contact-area .text a:hover {
	border-bottom: 1px solid #777;
	padding-bottom: 5px;
	color: #777;
}
.submit-button {
	box-sizing: border-box;
	position: relative;
	display: block;
	margin: 30px auto 0;
	background-color: #e4eeef;
	cursor: pointer;
	border: 1px solid #e4eeef;
	color: #000;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	outline: none;
 -webkit-transition: all .3s;
 transition: all .5s;
	padding: 20px 100px;
}
.submit-button:hover {
	background: #cae1e3;
	color: #000;
	border: 1px solid #cae1e3;
}
.table-list {
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.login_block {
	margin: 0px 0 0 0;
	padding: 10px;
	background-color: #F6F6F6;
	border-radius: 5px;
}
.login_block.hikari_apply {
    background-color: #fff;
}
.inquiry_button{
  background: #eee;
  padding: 2% 3%;
  text-align: center;
}
.formtbl tr:hover td {
  background-color: transparent;
}
.fax_btn{
  width: 50%;
  text-align: center;
}
.fax_btn a{
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #fff;
  background: #999;
  border: solid 2px #999;
  border-radius: 3px;
  transition: .4s;
  width: 85%;
}
.fax_btn a:hover {
 opacity: 0.7;
}

