@charset "utf-8";

/*　769px以上の対応
////////////////////////////////////////////////////*/
@media screen and (min-width:769px) {


/*///　　共通設定　　//////////////////////////////////*/
@font-face {
	font-display: swap; 
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/noto-sans-jp-v52-japanese-regular.woff2') format('woff2'),
	url('../fonts/noto-sans-jp-v52-japanese-regular.woff') format('woff');
}
@font-face {
	font-display: swap; 
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/noto-sans-jp-v52-japanese-500.woff2') format('woff2'),
	url('../fonts/noto-sans-jp-v52-japanese-500.woff') format('woff');
}
@font-face {
	font-display: swap; 
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/noto-sans-jp-v52-japanese-700.woff2') format('woff2'),
	url('../fonts/noto-sans-jp-v52-japanese-700.woff') format('woff');
}
html {
	color: #343434;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 62.5%;
	scroll-padding-top: 110px;
	scroll-behavior: smooth;
}
body {
	font-size: 14px;
	font-size: 1.4rem;	
	box-sizing: border-box;
}
img{
	width: 100%;
	height: auto;
}
.marker{
	background: #FFF8C5;
}
#contact #wrap{
	width: 800px;
	margin: 0 auto 0;
	letter-spacing: 0.15em;
	font-feature-settings: "palt";
}
#contact .logo{
	width: 132px;
	margin: 40px 0 48px;
}
#contact .header--image{
	width: 100%;
	height: auto;
}
#contact h1{
	font-size: 32px;
	margin-bottom: 32px;
	color: #FC6C85;
}
#contact .page_lead, #contact .attention_lead{
	font-size: 14px;
	line-height: 1.8;
	font-weight: 500;
}
#contact .page_lead{
	margin-bottom: 16px;
}
#contact .mailform-general.page_lead{
	margin-bottom: 32px;
}
#contact .attention_lead {
	color: #FC6C85;
	background: #F9F1F1;
	display: inline-block;
	padding: 0 8px;
	margin-bottom: 32px;
}
#contact .attention_lead a{
	text-decoration: underline !important;
	color: #FC6C85;
}
#contact .attention_lead a:hover{
	text-decoration: none !important;
}
/** デモお申し込み・お問い合わせの対応 **/
#form {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
	margin-bottom: 80px;
}
.footer-contact-form {
	background: #FC6C85;
	font-size: 12px;
	text-align: center;
	color: #fff;
	padding: 10px 0 11px;
	width: 100%;
	min-width: 800px;
}

}


/*////////////////////////////////////////////////////////////////////////////

　768px以下の対応

////////////////////////////////////////////////////////////////////////////*/

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

/* font */
@font-face {
	font-display: swap; 
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/noto-sans-jp-v52-japanese-regular.woff2') format('woff2'),
	url('../fonts/noto-sans-jp-v52-japanese-regular.woff') format('woff');
}
@font-face {
	font-display: swap; 
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/noto-sans-jp-v52-japanese-500.woff2') format('woff2'),
	url('../fonts/noto-sans-jp-v52-japanese-500.woff') format('woff');
}
@font-face {
	font-display: swap; 
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/noto-sans-jp-v52-japanese-700.woff2') format('woff2'),
	url('../fonts/noto-sans-jp-v52-japanese-700.woff') format('woff');
}

html{
	color: #343434;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 62.5%;
	scroll-padding-top: 110px;
	scroll-behavior: smooth;
}
body {
	font-size: 10px;
	font-size: 1.0rem;
	color: #343434;
	letter-spacing: 0.06em;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 2.0;
	position: relative;
}
img{
	width: 100%;
	height: auto;
	vertical-align: top;
}
.marker{
	background: #FFF8C5;
}
#contact #wrap{
	letter-spacing: 0.15em;
	font-feature-settings: "palt";
	width: 90%;
	margin: 0 auto;
}
#contact .logo{
	width: 132px;
	margin: 8% 0 3%;
}
#contact .header--image{
	width: 100%;
	margin: 8% 0 3%;
}
#contact h1{
	font-size: 23px;
	margin-bottom: 3%;
	color: #FC6C85;
}
#contact h1.document--3set__title{
	line-height: 1.5;
}
#contact .page_lead, #contact .attention_lead{
	font-size: 14px;
	line-height: 1.8;
	font-weight: 500;
}
#contact .page_lead{
	margin-bottom: 16px;
}
#contact .mailform-general.page_lead{
	margin-bottom: 24px;
}
#contact .attention_lead {
	color: #FC6C85;
	background: #F9F1F1;
	display: inline-block;
	padding: 3%;
	margin-bottom: 24px;
}
#contact .attention_lead a{
	text-decoration: underline !important;
	color: #FC6C85;
	display: inline;
}

/** デモお申し込み・お問い合わせの対応 **/
#form{
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
	margin-bottom: 30px;
}
.footer-contact-form {
	background: #FC6C85;
	font-size: 12px;
	text-align: center;
	color: #fff;
	padding: 10px 0 11px;
	width: 100%;
}


}