@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/**
 * Noto Sans CJK JP: https://www.google.com/get/noto/#sans-jpan
 * Noto Sans JP: https://fonts.google.com/earlyaccess#Noto+Sans+JP
 */

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 100;
	font-style: normal;
	src: local('Noto Sans CJK JP Thin'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 300;
	font-style: normal;
	src: local('Noto Sans CJK JP Light'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 400;
	font-style: normal;
	src: local('Noto Sans CJK JP Regular'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 500;
	font-style: normal;
	src: local('Noto Sans CJK JP Medium'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 700;
	font-style: normal;
	src: local('Noto Sans CJK JP Bold'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 900;
	font-style: normal;
	src: local('Noto Sans CJK JP Black'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format('opentype');
}

/*
// ==========================================================================
// animation
// ==========================================================================
*/

/*
// ==========================================================================
// utility
// ==========================================================================
*/

/* margin reset */

.u-mt-reset {
	margin-top: 0 !important;
}

.u-mb-reset {
	margin-bottom: 0 !important;
}

.u-ml-reset {
	margin-left: 0 !important;
}

.u-mr-reset {
	margin-right: 0 !important;
}

/* padding reset */

.u-pt-reset {
	padding-top: 0 !important;
}

.u-pb-reset {
	padding-bottom: 0 !important;
}

.u-pl-reset {
	padding-left: 0 !important;
}

.u-pr-reset {
	padding-right: 0 !important;
}

/* align */

.u-align-center {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.u-align-left {
	margin-right: auto;
	text-align: left;
}

.u-align-right {
	margin-left: auto;
	text-align: right;
}

@media screen and (min-width: 768px) {

/* ---------------------------------------------------- common
---------------------------------------------------- */

/* title */

.page-title {
	font-size: 41px;
	font-weight: 500;
	box-sizing: border-box;
	width: 100%;
	height: 205px;
	padding: 0 0 0 0;
	text-align: center;
	letter-spacing: .1em;
	color: #41545e;
	background: url(../img/contact/bg_title.jpg) center center no-repeat;
	background-size: cover;
}

.page-title span {
	font-size: 16px;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	letter-spacing: .5em;
}

/* inner */

.page-inner {
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0 60px 0;
}

/* clearfix */

.clearfix {
	*zoom: 1;
}

.clearfix:after {
	font-size: .1em;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '.';
}

/* ---------------------------------------------------- contact
---------------------------------------------------- */

/* read */

.contact-read {
	font-size: 140%;
	line-height: 1.8;
	margin: 0 0 20px 0;
	text-align: center;
	color: #323232;
}

/* tel */

.contact-tel {
	width: 520px;
	margin: 0 auto 35px auto;
	padding: 15px 0 15px 0;
	text-align: center;
	border: 3px solid #e5ecf2;
}

.contact-tel-num a {
	font-size: 220%;
	font-weight: bold;
	line-height: 1;
	display: inline-block;
	margin: 6px 0 0 0;
	padding: 3px 0 3px 50px;
	color: #436477;
	background: url(../img/contact/icn_tel.png) left center no-repeat;
}

/* title */

.contact-tel-title {
	font-size: 20px;
	font-weight: normal;
	line-height: 1;
}

.contact-title {
	font-size: 30px;
	font-weight: 500;
	padding: 30px 0 50px 0;
	text-align: center;
}

/* table */

.contact-table {
	width: 800px;
	margin: 0 auto 30px auto;
}

.contact-table th {
	font-size: 130%;
	width: 180px;
	padding: 0 20px;
	text-align: left;
	vertical-align: middle;
	color: #323232;
	border: 1px solid #a9c5d1;
	border-left: none;
	background: #f0f5f9;
}

.contact-table th em {
	font-size: 70%;
	line-height: 1;
	position: relative;
	top: -2px;
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 3px;
	color: #fff;
	background: #e7545e;
}

.contact-table td {
	font-size: 140%;
	padding: 15px 0 15px 30px;
	vertical-align: middle;
	color: #323232;
	border: 1px solid #a9c5d1;
	border-right: none;
}

.contact-table td span {
	font-size: 80%;
	margin: 0 0 0 10px;
	color: #999;
}

.contact-table input[type=text],
.contact-table input[type=email],
.contact-table input[type=tel],
.contact-table input[type=password] {
	height: 38px;
	padding: 0 10px;
}

.contact-table input[type=text].w55,
.contact-table input[type=email].w55,
.contact-table input[type=tel].w55,
.contact-table input[type=password].w55 {
	width: 55px;
}

.contact-table input[type=text].w310,
.contact-table input[type=email].w310,
.contact-table input[type=tel].w310,
.contact-table input[type=password].w310 {
	width: 310px;
}

.contact-table input[type=text].w500,
.contact-table input[type=email].w500,
.contact-table input[type=tel].w500,
.contact-table input[type=password].w500 {
	width: 500px;
}

.contact-table textarea {
	width: 500px;
	padding: 10px;
}

.contact-table .customSelect {
	font-size: 13px;
	width: 200px;
	margin: 0 !important;
	padding: 8px 9px;
	color: #323232 !important;
	border: 1px solid #b2b2b2;
	background: url(../img/contact/btn_select.png) right center no-repeat;
}

.contact-table .customSelect span {
	font-size: 13px !important;
	margin: 0 !important;
	color: #323232 !important;
}

.contact-table .customSelectFocus {
	border: 1px solid #666;
}

.contact-table .customSelectInner {
	width: 200px !important;
}

/* btn */

.contact-btn {
	position: relative;
	width: 200px;
	margin: 0 auto;
	text-align: center;
}

.contact-btn input {
	font-size: 15px;
	display: block;
	width: 200px;
	padding: 9px 0;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border: none;
	background: #436475;
	background-size: 9px auto;
}

.contact-btn::after {
	position: absolute;
	top: 40%;
	right: 5%;
	display: block;
	width: 8px;
	height: 8px;
	content: '';
	content: '';
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
}

.sp-contact {
	display: none;
}

}

@media screen and (min-width: 769px) {

.sp {
	display: none !important;
}

}

@media screen and (min-width: 990px) {

.tab {
	display: none !important;
}

}

@media screen and (max-width: 768px) {

.pc {
	display: none !important;
}

}

@media screen and (max-width: 767px) {

.tab {
	display: none !important;
}

/* ----------------------------------------------------
  common
---------------------------------------------------- */

/* title */

.page-title {
	font-size: 4vw;
	font-weight: 600;
	line-height: 1.4;
	width: 100%;
	padding: 5.33333vw 0 5.33333vw 0;
	text-align: center;
	background: url(../img_sp/contact/bg_title.jpg) center center no-repeat;
}

.page-title span {
	font-size: 1.33333vw;
	font-weight: 600;
	display: block;
	width: 100%;
	margin-bottom: .66667vw;
	letter-spacing: .2em;
}

/* inner */

.page-inner {
	margin: 0 auto;
	padding: 10px;
}

/* clearfix */

.clearfix {
	*zoom: 1;
}

.clearfix:after {
	font-size: .1em;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '.';
}

/* ----------------------------------------------------
  contact
---------------------------------------------------- */

/* read */

.contact-read {
	margin: 0 0 15px 0;
	color: #323232;
}

/* tel */

.contact-tel {
	margin: 0 auto 20px auto;
	padding: 10px;
	text-align: center;
	border: 2px solid #e5ecf2;
}

.contact-tel-title {
	font-size: 15px;
	font-weight: 500;
	color: #40545f;
}

.contact-tel-num {
	font-size: 22px;
	font-weight: normal;
	line-height: 1;
	display: block;
	margin: 12px 0 0 0;
	border: 1px solid #9fbacc;
	background: #f0f5f9;
}

.contact-tel-num a {
	display: block;
	padding: 3px 0;
	text-decoration: none;
	color: #436475;
	background: url(../img_sp/contact/icn_arrow01.png) 98% center no-repeat #e6f0f7;
	background-size: 8px auto;
}

.contact-tel-num span {
	padding: 0 0 0 32px;
	background: url(../img_sp/contact/icn_tel.png) left center no-repeat;
	background-size: 25px auto;
}

/* title */

.contact-title {
	font-size: 16px;
	font-weight: 500;
	padding: 10px 0 15px 0;
	text-align: center;
	color: #40545f;
}

/* table */

.contact-table {
	width: 100%;
	margin: 0 auto 10px auto;
}

.contact-table th {
	font-size: 13px;
	padding: 6px 0;
	text-align: center;
	vertical-align: middle;
	color: #40545f;
	border-top: 1px solid #a9c5d1;
	border-bottom: 1px solid #a9c5d1;
	background: #f0f5f9;
}

.contact-table th em {
	font-size: 11px;
	line-height: 1;
	position: relative;
	top: -2px;
	display: inline-block;
	margin: 0 0 0 5px;
	padding: 2px;
	color: #fff;
	background: #e7545e;
}

.contact-table td {
	padding: 12px 10px;
	text-align: center;
	color: #323232;
}

.contact-table td span {
	display: block;
	margin: 5px 0 0 0;
	text-align: center;
	color: #999;
}

.contact-table td li {
	padding: 3px 0 3px 15px;
	text-align: left;
}

.contact-table input[type=text] {
	width: 96%;
	height: 32px;
	padding: 0 2%;
}

.contact-table input[type=text].w55 {
	width: 55px;
}

.contact-table textarea {
	width: 96%;
	padding: 2%;
}

.contact-table .customSelect {
	font-size: 13px;
	width: 96%;
	margin: 0 !important;
	padding: 6px 2%;
	text-align: left !important;
	color: #323232 !important;
	border: 1px solid #b2b2b2;
	background: url(../img/contact/btn_select.png) right center no-repeat;
	background-size: 35px auto;
}

.contact-table .customSelect span {
	font-size: 13px !important;
	margin: 0 !important;
	text-align: left !important;
	color: #323232 !important;
}

.contact-table .customSelectFocus {
	border: 1px solid #666;
}

.contact-table .customSelectInner {
	width: 100% !important;
}

/* btn */

.contact-btn {
	position: relative;
	padding: 0 0 20px 0;
}

.contact-btn input {
	font-size: 16px;
	line-height: 1.2;
	display: flex;
	box-sizing: border-box;
	width: 100%;
	height: 43px;
	margin: 0 auto;
	cursor: pointer;
	text-decoration: none;
	color: #fff;
	border-radius: 0;
	background: #416575;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	-webkit-appearance: none;
}

.contact-btn input:hover {
	opacity: .9;
}

.contact-btn::after {
	position: absolute;
	top: 27%;
	right: 3%;
	display: block;
	width: 10px;
	height: 10px;
	content: '';
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
}

.pc-contact {
	display: none;
}

.your-post01,
.your-post02 {
	display: inline !important;
}

}

