@charset "utf-8";

.font-now{
	font-family: "ナウ-GM";
}

.container {
	margin: 0 auto;
}
.center_btn {
	text-align: center;
	margin-top: 20px;
}


.clearfix::after{
  content: "";
  display: block;
  clear: both;
}




/* お問い合わせ分岐_タイトル */

.pagetitle-area {
    text-align: center;
	margin: 30px 0 100px 0;
}

.pagetitle-area .page-title-en {
    font-weight: 500;
    font-size: 32px;
    color: #4D4D4D;
}

.pagetitle-area .page-title-jp {
    font-weight: 500;
    font-size: 20px;
    color: #4D4D4D;
}


/* お問い合わせ分岐_タイトルレスポンシブ */

@media(min-width:300px) and (max-width:780px) {
	.product-introduction-title {
		font-size: 22px;
	}
}

/* お問い合わせ分岐_見出し */

.contact-title {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin: 0 auto 10px auto;
}


/* お問い合わせ分岐 */

#main_content .product_area .container .product-item {
    width: 100%;
}

.item-position {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 100px;
}

.contact-area {
	width: 100%;
    box-shadow: 0px 2px 3px #AAA8A7;
    margin-bottom: 100px;
}

.contact-block {
	width: 100%;
	display: flex;
	flex-direction: row;
	overflow: hidden;
}

/* お問い合わせ分岐レスポンシブ ====================================== */

@media(min-width:300px) and (max-width:780px) {
	#main_content .product_area .container .product-item {
		display: flex;
		align-items: center;
		flex-direction: column;
	}

	.contact-area {
		width: 100%;
		margin-bottom: 100px;
		max-width: 359px;
	}

	.contact-block {
		width: 100%;
		
		flex-direction: column;
		align-items: center;
	}
}

/* お問い合わせ分岐_画像拡大まわり */

.contact-link {
	overflow: hidden;
	width: 100%;
	display: flex;
	flex-direction: row;
}

.contact-image {
	width: 100%;
	transition: all 0.3s ease-in-out;
	object-fit: cover;
}

.contact-image-mob {
	display: none;
}

.contact-image:hover {
	transform: scale(1.1);
}

/* お問い合わせ分岐_画像拡大まわりレスポンシブ ====================================== */

@media(min-width:300px) and (max-width:780px) {
	.contact-link {
		overflow: hidden;
		width: 100%;
		display: flex;
		justify-content: center;
	}

	.contact-image {
		display: none;
	}
	
	.contact-image-mob {
		display: inline;
		transition: all 0.3s ease-in-out;
		object-fit: cover;
	}
	
	.contact-image-mob:hover {
		transform: scale(1.1);
	}
}

/* お問い合わせ分岐_右側 */

.contact-rightarea {
	width: 40%;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 15px;
}

.contact-text {
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 10px;
}

/* お問い合わせ分岐_右側レスポンシブ */

@media(min-width:300px) and (max-width:780px) {
	.contact-rightarea {
		width: 80%;
	}

	.contact-text {
		width: 100%;
		font-size: 13px;
		margin: 10px 0;
	}
}

@media(min-width:781px) and (max-width:1139px) {

	.contact-text {
		
		font-size: 12px;
		margin: 10px 0;
	}
}

/* ホバーアクション */
.btn-animation-02 {
  display: inline-block;
  text-align: center;
  background-color: #000;
  border: 2px solid #EDEBE9;
  font-size: 14px;
  color: #777575;
  text-decoration: none;
  padding: 8px 35px;
  position: relative;
}

.btn-animation-02 span {
  position: relative;
  z-index: 1;
}

.btn-animation-02::before,.btn-animation-02::after {
  content: "";
  display: block;
  background-color: #EDEBE9;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .4s;
}

.btn-animation-02::before {
  left: 0;
}

.btn-animation-02::after {
  right: 0;
}

.btn-animation-02:hover:before,.btn-animation-02:hover:after {
  width: 0;
  background-color: #fff;
}

.btn-animation-02:hover {
  color: #FFF;
}

@media(min-width:300px) and (max-width:780px) {
	.btn-animation-02 {
		padding: 8px 31px;
		margin-bottom: 15px;
	}

	
}

/* footer */
#footer {
	padding: 50px 30px 20px;
	background-color: #0068B7;
	color: #fff;
	border-bottom: solid 1px #999;
}
#footer table {
	width: 100%;
}
#footer ul li {
	padding: 0 0 5px 0;
}
#footer ul li a {
	text-decoration: none;
	color: #fff;
}
#footer ul li a:hover {
	opacity:0.5;
}
#footer .footer_area .footer_links td {
	padding-left: 30px;
}
@media (min-width: 1441px){
	#footer .footer_area .footer_links td.nopadding {
		padding-left: 0px;
	}
}
#footer .footer_area .footer_links ul li {
	display: block;
	list-style: none;
	background: none;
	font-size:12px;
}
#footer .footer_area .footer_links ul li.st_title {
	font-size: 17px;
	margin-bottom: 10px;
}
#footer .footer_area .footer_links ul li.links_root {
	margin-right: -200px;
	font-size: 15px;
}

#footer .footer_area .footer_links ul li.sub {
	padding-bottom: 5px;
	font-weight: 100;
}

#footer .footer_area .footer_links ul li.company {
	font-size: 15px;
	font-weight: 300;
}


#copy {
	background-color: #0068B7;
	padding: 25px;
	color: #fff;
}
#copy .copy_box {
	width: 100%;
}
#copy .copy_box .cr_name {
	margin-right: 60px;
	vertical-align: middle;
	float:left;
}
#copy .copy_box .cr_name .company{
	font-size:16px;
}
#copy .copy_box .cr_name .copyright{
	font-size:14px;
}
#copy .copy_box .notification {
	text-align: right;
	font-size:16px;
	vertical-align: middle;
}
#copy .copy_box .notification span {
	border-left: solid 2px #fff;
	padding:3px 20px;
	color: #fff;
}

#copy .copy_box .notification span.last {
    padding: 3px 0px 3px 20px
}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}