/*
Theme Name: Horie
Version: 1.00
Author: Horie Seiko
Author URI: https://.com
Theme URI: https://.com/themes/horie
*/

@font-face {
  font-family: "US101";
  src: url("../horie/fonts/US101.woff") format("woff");
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

	0. 	CSS Reset
	1.	Font
	2.	Common Setting
	3.	Header
	4.	Header Slider
	5.	Footer
	6.　Top Page Contents
	7.	Strangth Contents
	8.	Products Contents
	9.	Facility Contents
	10.	Company Contents
	11.	Contact
	12.	Privacy Policy

----------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------- */
/*	0. CSS Reset
/* -------------------------------------------------------------------------- */


html,
body {
	border: none;
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6,p,blockquote,address,big,cite,code,em,font,img,small,strike,sub,sup,li,ol,ul,fieldset,form,label,legend,button,table,caption,tr,th,td {
	border: none;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
}

/* -------------------------------------------------------------------------- */
/*	1. Font
/* -------------------------------------------------------------------------- */


body {
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}


/* -------------------------------------------------------------------------- */
/*	2. Common Setting
/* -------------------------------------------------------------------------- */

.container {
	width: 1200px;
	margin: 0 auto;
}

/* -------------------------------------------------------------------------- */
/*	3. Header
/* -------------------------------------------------------------------------- */

.header-bar {
	width: 100%;
	padding: 20px 0 10px;
	position: fixed;
	left: 0;
	z-index: 99;
}
.header-bar a {
	color: #FFF;
	text-decoration: none;
}
.header-bar__logo {
	font-size: 1.75em;
	letter-spacing: 5px;
}
.header-bar__logo_small {
	font-size: .5em;
}
.header-bar__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 40px;
}
.header-bar__logo a, .header-bar__navi {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-bar__navi_toppage_menu {
    padding: 0;
}
.header-bar__navi_menu>a, .header-bar__navi_btn>a {
    display: block;
    position: relative;
    color: #fff;
    font-size: 1em;
	white-space: nowrap	;
	padding: 0 25px;

}
.header-bar__navi_menu a:hover {
    color: #FFF;
    border-bottom: 3px solid #FFF;
	backface-visibility: hidden;
	overflow: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.header-bar__navi_btn a {
	display: block;
    color: #fff;
    font-size: 1em;
	font-weight: bold;
    padding: 10px 30px;
	margin-left: 10px;
    border: 1px solid #2699FB;
	border-radius: 8px;
	background-color: #2699FB;
}
.header-bar__navi_btn a:hover {
    color: #FFF;
    border: 1px solid #2699FB;
	background-color: #2699FB;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.headerColor-default {
	background-color: #FFF;
}
.headerColor-default .header-bar__navi_menu a, .headerColor-default .header-bar__logo a {
	color: #000;
}
.headerColor-default button span {
	background-color: #000;
}
.header-bar__sub {
	width: 100%;
	padding: 20px 0 10px;
	position: fixed;
	left: 0;
	z-index: 99;
}
.header-bar__sub {
	background-color: #FFF;
}
.header-bar__sub a .header-bar__navi_menu>a, .header-bar__sub .header-bar__navi_menu>a, .header-bar__sub .header-bar__logo>a {
	color: #000;
	text-decoration: none;
}
.header-bar__sub .header-bar__navi_menu>a:hover {
    border-bottom: 3px solid #000;
	backface-visibility: hidden;
	overflow: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;	
}
.header-bar__sub .header-bar__navi_btn>a {
	text-decoration: none;
}

/* -------------------------------------------------------------------------- */
/*	4. Header Slider
/* -------------------------------------------------------------------------- */

@keyframes zoomUp {
	0% {
    	transform: scale(1);
	}
	100% {
    	transform: scale(1.15);
	}
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img,
.swiper-slide-subpage .slide-img {
	animation: zoomUp 10s linear 0s 1 normal both;
}
//imgタグだと下に隙間ができるのでblockに。
.slide-img img {
	display: block;
}
.slide-img>img {
	width: 100%;
}
.swiper-container {
	max-width: 100%;
	/* height: 95vh; */
	max-height: 800px;
	position: relative;
}
.center-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	margin: auto;
	z-index: 95;
	height: 500px;
	color: #FFF;
	font-family: 'Noto Serif JP', serif;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.center-logo-main {
	font-size: 5.5em;
}
.center-logo-sub {
	font-size: 1.5em;
}
.wrap {
}
.swiper-container-subpage {
	max-height: 675px;
}
.center-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	margin: auto;
	z-index: 95;
	color: #FFF;
}
.center-title-main {
	border: 1px solid #FFF;
	padding: 10px 40px;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	font-size: 1.5em;
}
.center-title-sub {
	text-align: center;
	padding: 15px 0;
	font-size: 1em;
}
.contents-swiper {
	height: 650px;
}
.wrap-contents {
	margin-bottom: 15px;
}
.contents__head {
	width: 70%;
	text-align: center;
	margin: 100px auto 150px;
}
.contents__head h2 {
	padding-bottom: 30px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	font-size: 2em;
}
.contents__head p {
	line-height: 2;
}
.products_head {
	color: #007FEB;
}

/* -------------------------------------------------------------------------- */
/*	5. Footer
/* -------------------------------------------------------------------------- */

.footer__top {
	background-image: url(../horie/images/footer-contact.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	max-height: 500px;
	padding: 150px 0;
	text-align: center;
}
.footer__top_info .title {
	display: block;
	font-size: 2em;
	font-weight: bold;
	width: 200px;
	color: #2699FB;
	border-bottom: 2px solid #2699FB;
	margin: 0 auto;
}
.footer__top_info .info {
	line-height: 3em;
}
.footer__top_info .contact_tel a {
	font-size: 2em;
	font-weight: bold;
	line-height: 2em;
	color: #2699FB;
	text-decoration: none;
}
.footer__top_info .contact_btn a {
	display: block;
	background-color: #2699FB;
	font-size: 1.25em;
	width: 250px;
	border-radius: 5px;
	color: #FFF;
	padding: 10px 30px;
	margin: 0 auto;
	text-decoration: none;
}
.footer-bar__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	background-color: #F1F9FF;
	height: 60px;
    padding: 0 40px;
}
.footer__navi {
	background-color: #F1F9FF;
}
.footer-bar__navi_menu>a {
    display: block;
    position: relative;
    color: #2699FB;
    font-size: 1em;
    padding: 0 10px;
}
.footer-bar__navi_menu a {
   text-decoration: none;
}
.footer-bar__navi_menu a:hover {
    border-bottom: 3px solid #2699FB;
	backface-visibility: hidden;
	overflow: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.footer__bottom {
	background-color: #2699FB;
	max-height: 400px;
	padding: 30px 0;
	text-align: center;
}
.footer__bottom .footer__bottom_company, .footer__bottom .info, .footer__bottom .info a {
	color: #FFF;
	font-size: 1em;
}
.footer__bottom .footer__bottom_company {
	font-size: 1.5em;
	font-weight: bold;
	padding: 15px 0;
}
.footer__bottom .footer__bottom_company_name {
	font-size: 1.5em;
	padding-left: 15px;
}
.footer__bottom .info a {
	text-decoration: none;
}
.footer__copyright {
	background-color: #F1F9FF;
	color: #2699FB;
	font-size: 0.75em;
	text-align: center;
    padding: 20px 40px;
}
#top__scroll {
    position: fixed;
    bottom: 15px;
    right: 50px;
}
#top__scroll a {
    background-color: #F1F9FF;
    color: #2699FB;
	border: 1px solid #2699FB;
    text-align: center;
    text-decoration: none;
    padding: 5px 5px 3px;
}
#top__scroll a:hover {
    background-color: #2699FB;
    color: #F1F9FF;
    text-decoration: none;
}

/* -------------------------------------------------------------------------- */
/*	6. Top Page Contents
/* -------------------------------------------------------------------------- */

.contents__navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 400px;
    position: relative;
    z-index: 2;
}
.contents__navi_product {
	position: relative;
	background-color: #007FEB;
	background-image: url(../horie/images/products.jpg);
	background-position: center center;
	background-size: cover;
	width: 50%;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-property: width;
	transition-property: width;
}
.contents__navi_product:hover {
	width: 70%;
}
.contents__navi_facility {
	position: relative;
	background-image: url(../horie/images/facility.jpg);
	background-position: center center;
	background-size: cover;
	width: 50%;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-property: width;
	transition-property: width;
}
.contents__navi_facility:hover {
	width: 70%;
}
.contents__navi .title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	margin: auto;
	padding: 10px 40px;
	font-size: 1.5em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	color: #FFF;
	border: 1px solid #FFF;
}
.contents__navi_product a, .contents__navi_facility a {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.contents__about {
	max-width: 2000px;
	margin: 100px 100px 150px;
}
.contents__about_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 2;
	margin: 0 50px;
}
.contents__about_img {
	-webkit-box-flex: 40%;
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	width: 35vw;
	height: 500px;
	overflow: hidden;
	background-image: url(../horie/images/about.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.contents__about_textarea {
	-webkit-box-flex: 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
}
.contents__about_textarea h2 {
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	font-size: 2.5em;
	line-height: 1.5em;
	padding: 50px 0;
}
.contents__about_textarea .text {
	font-size: 1em;
	line-height: 2em;
	padding: 0 0 50px;
}
.contents__about_textarea .more_btn a {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
    color: #fff;
	width: 150px;
    border: 1px solid #2699FB;
	border-radius: 8px;
	background-color: #2699FB;
	font-size: 1.25em;
	text-decoration: none;
	line-height: 2em;
	padding: 0 25px;
}
.contents__about_textarea .more_btn a:hover {
    color: #2699FB;
    border: 1px solid #2699FB;
	border-radius: 8px;
	background-color: #FFF;
}

/* -------------------------------------------------------------------------- */
/*	7. Strangth Contents
/* -------------------------------------------------------------------------- */

.contents__strength_head {
	background-color: #FFF;
	margin-bottom: 100px;
}
.contents__strength {
	background-color: #D0EAFF;
	padding: 150px 0;
}
.contents__strength_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	position: relative;
	margin-bottom: 150px;
}
.contents__strength_inner:nth-child(even) {
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin-bottom: 150px;
}
.contents__strength_textarea_l .number, .contents__strength_textarea_r .number {
	font-family: 'US101', 'U.S. 101', sans-serif;
	font-size: 5em;
	position: absolute;
	top: -12%;
	left: 7%;
	color: transparent;
	text-stroke: 1px #007FEB;
	-webkit-text-stroke: 1px #007FEB;
}
.nb03 {
	letter-spacing: 5px;
}
.contents__strength_img_01 {
	width: 50vw;
	height: 500px;
	overflow: hidden;
	background-image: url(../horie/images/strength_contents_01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.contents__strength_img_02 {
	width: 50vw;
	height: 500px;
	overflow: hidden;
	background-image: url(../horie/images/strength_contents_02.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.contents__strength_img_03 {
	width: 50vw;
	height: 500px;
	overflow: hidden;
	background-image: url(../horie/images/strength_contents_03.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.contents__strength_img_04 {
	width: 50vw;
	height: 500px;
	overflow: hidden;
	background-image: url(../horie/images/strength_contents_04.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.contents__strength_textarea_r {
	width: 550px;
	height: 280px;
	position: absolute;
	top: 15%;
	right: 10vw;
	background-color: #FFF;
	padding: 40px;
}
.contents__strength_textarea_l {
	width: 550px;
	height: 280px;
	position: absolute;
	top: 15%;
	left: 10vw;
	background-color: #FFF;
	padding: 40px;
}
.contents__strength_textarea_l h3, .contents__strength_textarea_r h3 {
	padding-bottom: 30px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	font-size: 2em;
	color: #007FEB;
}
.contents__strength_textarea_l p, .contents__strength_textarea_r p {
	font-size: 1em;
	color: #000;
	padding: 20px 0;
}

/* -------------------------------------------------------------------------- */
/*	8. Products Contents
/* -------------------------------------------------------------------------- */

.contents__products {
	background-color: #D0EAFF;
	padding: 150px 0;
}
.contents__products_container {
	width: 80%;
	max-width: 2000px;
	margin: 0 auto;
}
.contents__products_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	position: relative;
}
.products_box {
	-ms-flex-preferred-size: 40%;
	flex-basis: 40%;
}
.products_box img {
	width: 100%;
}
.products_box p {
	text-align: center;
	margin: 10px 0 75px;
}

/* -------------------------------------------------------------------------- */
/*	9. Facility Contents
/* -------------------------------------------------------------------------- */

.contents__facility {
	background-color: #D0EAFF;
	padding: 150px 0 0;
}
.contents__facility_container {
	width: 80%;
	max-width: 2000px;
	margin: 0 auto;
}
.contents__facility_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	position: relative;
}
.facility_box {
	-ms-flex-preferred-size: 40%;
	flex-basis: 40%;
}
.facility_box img {
	width: 100%;
}
.facility_box p {
	text-align: center;
	margin: 10px 0 75px;
}
.contents__others_facility {
	background-color: #D0EAFF;
	padding: 0 65px 150px;
}
.contents__others_facility_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	position: relative;
}
.others_facility_title {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	background-color: transparent;
	text-align: left;
	margin: 4px;
	padding: 10px 30px;
}
.others_facility_box {
	-ms-flex-preferred-size: 42%;
	flex-basis: 42%;
	-ms-flex-positive: 1;
	flex-grow: 1;
	background-color: #FFF;
	text-align: center;
	margin: 4px;
	padding: 10px 30px;
}

/* -------------------------------------------------------------------------- */
/*	10. Company Contents
/* -------------------------------------------------------------------------- */

.wrap-company {
	background-color: #D0EAFF;
	margin-bottom: 0;
}
.contents__message_company {
	background-color: #D0EAFF;
	padding: 30px 0 150px;
}
.contents__message_company_container {
	width: 80%;
	max-width: 2000px;
	margin: 0 auto;
}
.contents__message_company_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-wrap: wrap;
	position: relative;
}
.item {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.message_company_title {
	-webkit-box-flex: 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}
.message_company_box {
	-webkit-box-flex: 50%;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
}
.message_company_img {
	-webkit-box-flex: 50%;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
	text-align: center;
}
.message_company_img img {
    height: calc(800px * 0.5);
}
.message_company_title h2 {
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	font-size: 2.5em;
	padding-bottom: 15px;
}
.message_company_title p {
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	font-size: 2.5em;
	padding-bottom: 15px;
}
.message_company_box {
	line-height: 2;
}
.message_company_box .message_company_president_name {
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	font-size: 2em;
	text-align: right;
}
.message_company_box .message_company_president_name span {
	font-size: 0.5em;
}
.company__pala_01 {
	width: 100%;
	height: 700px;
	background-image: url(../horie/images/company_pala_01.jpg);
	/* background-attachment: fixed; */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.company__pala_02 {
	width: 100%;
	height: 400px;
	background-image: url(../horie/images/company_pala_02.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.contents__sppliers_company {
	background-color: #D0EAFF;
	padding: 30px 0 150px;
}
.contents__sppliers_company_container {
	width: 80%;
	max-width: 2000px;
	margin: 0 auto;
}
.contents__sppliers_company_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-wrap: wrap;
	position: relative;
}
.sppliers_company_title {
	-webkit-box-flex: 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	margin-bottom: 20px;
	padding-top: 150px;
}
.sppliers_company_title h3 {
	color: #007FEB;
	font-size: 1.5em;
	border-bottom: 3px solid #007FEB;
	margin-bottom: 30px;
}
.sppliers_company_list {
	background-color: #FFF;
	color: #000;
	font-size: 1em;
	-webkit-box-flex: 40%;
	-ms-flex: 1 1 40%;
	flex: 1 1 40%;
	padding: 15px 30px;
}
.contents__history_company {
	background-color: #D0EAFF;
	padding: 30px 0 150px;
}
.contents__history_company_container {
	width: 80%;
	max-width: 2000px;
	margin: 0 auto;
}
.contents__history_company_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-wrap: wrap;
	position: relative;
}
.history_company_title {
	-webkit-box-flex: 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	margin-bottom: 20px;
}
.history_company_title h3 {
	color: #007FEB;
	font-size: 1.5em;
	border-bottom: 3px solid #007FEB;
	margin-bottom: 30px;
}
.history_company_year {
	background-color: #BCE0FD;
	color: #000;
	font-size: 1em;
	text-align: center;
	border-bottom: 1px solid #D0EAFF;
	-webkit-box-flex: 20%;
	-ms-flex: 1 1 20%;
	flex: 1 1 20%;
	padding: 15px 30px;
}
.history_company_list {
	background-color: #FFF;
	color: #000;
	font-size: 1em;
	border-bottom: 1px solid 
	-webkit-box-flex: 55%;
	-ms-flex: 1 1 55%;
	flex: 1 1 55%;
	padding: 15px 30px;
}
.contents__company {
	background-color: #D0EAFF;
	padding: 30px 0 150px;
}
.contents__company_container {
	width: 80%;
	max-width: 2000px;
	margin: 0 auto;
}
.contents__company_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-wrap: wrap;
	position: relative;
}
.company_title {
	-webkit-box-flex: 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	margin-bottom: 20px;
}
.company_title h3 {
	color: #007FEB;
	font-size: 1.5em;
	border-bottom: 3px solid #007FEB;
	margin-bottom: 30px;
}
.company_year {
	background-color: #BCE0FD;
	color: #000;
	font-size: 1em;
	text-align: center;
	border-bottom: 1px solid #D0EAFF;
	-webkit-box-flex: 20%;
	-ms-flex: 1 1 20%;
	flex: 1 1 20%;
	padding: 15px 30px;
}
.company_list {
	background-color: #FFF;
	color: #000;
	font-size: 1em;
	border-bottom: 1px solid 
	-webkit-box-flex: 55%;
	-ms-flex: 1 1 55%;
	flex: 1 1 55%;
	padding: 15px 30px;
}
.contents__gmap_company {
	background-color: #D0EAFF;
	padding: 30px 0 150px;
}
.contents__gmap_company_container {
	width: 80%;
	max-width: 2000px;
	margin: 0 auto;
}
.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 30.25%; /* 56.25% */
	position: relative;
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
/* -------------------------------------------------------------------------- */
/*	11. Contact
/* -------------------------------------------------------------------------- */

.contents__contact {
	background-color: #D0EAFF;
	padding: 30px 0 50px;
}
.contents__contact_container {
	width: 80%;
	max-width: 2000px;
	margin: 0 auto;
}
.contents__contact_inner {
}
.contact_message_box {
	text-align: center;
	margin: 15px 0 50px;
}
.contact_tel_box,
.contact_privacy_policy_box {
	background-color: #FFF;
	width: 80%;
	text-align: center;
	padding: 30px;
	margin: 0 auto 100px;
}
.contact_tel_box h3 {
	font-size: 1.25em;
	padding: 15px 0 30px;
}
.contact_ _box h3 {
	font-size: 1.25em;
	color: #007FEB;
	padding: 15px 0 30px;
}
.contact_tel_box a {
	display: block;
	background-color: #007FEB;
	border-radius: 5px;
	font-size: 1.5em;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	width: 250px;
	padding: 10px 10px;
	margin: 0 auto 15px;
}
.contact_privacy_policy_box a {
	color: #007FEB;
	text-decoration: none;
}
.contact_tel_box p {
	font-size: 1em;
	color: #007FEB;
	padding: 15px 0;
}
.contents__contact_form {
	background-color: #D0EAFF;
	padding-bottom: 150px;
}
.contents__contact_form_container table {
	border-spacing: 200px 0;
	margin: 0 auto;
}
.contents__contact_form_input {
	font-size: 1em;
	text-align: left;
	margin-bottom: 20px;
}
.contents__contact_form_input_textarea {
	font-size: 1em;
	text-align: left;
	margin-bottom: 20px;
}
.contents__contact_form_input .title,
.contents__contact_form_input_textarea .title {
	font-size: 1em;
	font-weight: bold;
	color: #007FEB;
	margin-bottom: 5px;
}
.contents__contact_form_input .title span,
.contents__contact_form_input_textarea .title span{
	background-color: #007FEB;
	font-size: .5em;
	font-weight: bold;
	color: #FFF;
	padding: 2px 5px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
    background-color: #fff;
	border: 0;
    color: #000;
    width: 100%;
	padding: 15px;
}
.zipcode input.wpcf7-form-control.wpcf7-text.form-control.number {
    background-color: #fff;
	border: 0;
    color: #000;
    width: 50%;
	padding: 15px;
}
.wpcf7 textarea,
.wpcf7 select {
    background-color: #fff;
	border: 0;
    color: #000;
    width: 100%;
	padding: 15px;
}
#formbtn {
	display: block;
	width: 200px;
	background-color: #007FEB;
	color: #FFF;
	font-size: 1em;
	font-weight: bold;
	border-radius: 2px;
	border: 1px solid #007FEB;
	padding: 10px 20px;
	margin: 0 auto;
}
#formbtn:hover {
	background-color: #FFF;
	border: 1px solid #007FEB;
	border-radius: 2px;
	color: #007FEB;
}


/* -------------------------------------------------------------------------- */
/*	12. Privacy Policy
/* -------------------------------------------------------------------------- */

.contents__privacy_policy_container {
	width: 1200px;
	margin: 0 auto;
}
.contents__privacy_policy_inner {
	padding: 200px 0;
}