@charset "utf-8";

/*
Webフォントの使用がないか必ずディレクターに確認すること
*/
body {
  background: #fff;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  min-width: 1200px;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}

/*PC用*/
@media screen and (min-width:641px) {
	.pc { display: block !important }
	.sp { display: none !important }
	.h_menu, #sp_global_nav { display: none; }


/*header*/
#header {
	margin: 0 auto;
	width: 1016px;
	height: 84px;
	justify-content: flex-end;
}
#header .logo {
	margin: 6px auto 0 0;
	width: 133px;
}
#header .description {
	margin: 11px 9px 0 0;
	width: 459px;
}
#header .contact {
	margin: 8px 7px 0 0;
	width: 312px;
}
#header .mail_btn {
	width: 89px;
}

/*mailcolumn*/
.container {
	margin: 0 auto;
	width: 100%;
}

.thanks_txt{
    text-align: center;
    margin-bottom: 350px;
    font-size: 20px;
}

.thanks_txt span{
	display: block;
	font-size: 15px;
	padding-top: 20px;
	letter-spacing: 1px;
}


.inner {
	margin: 0 auto;
	width: 1000px;
}
/*footer*/
#footer {
	margin: 0 auto;
	padding: 35px 0 0;
	width: 100%;
	color: #fff;
	text-align: center;
	letter-spacing: 0.12em;
	background: #4D4D4D;
}
#footer .copy {
	margin-bottom: 25px;
}
#footer .footer_menu {
	margin-bottom: 25px;
	justify-content: center;
}
#footer .footer_menu li {
	margin: 0 18px;
}
#footer .footer_menu li a {
	padding: 0 0 0 19px;
	color: #fff;
	font-weight: bold;
	background: url("../images/icon01.png") no-repeat left center;
}
#footer .footer_menu li a:hover {
	text-decoration: underline;
}
#footer small {
	display: block;
	padding: 12px 0;
	text-align: center;
	background: #000;
}
/*fixed_menu*/
#fixed_menu {
	width: 61px;
	position: fixed;
	right: 0;
	top: 140px;
	z-index: 1000;
}

}


/*SP用*/
@media screen and (max-width:640px) {
	.pc { display: none !important }
	.sp { display: block !important }
	img { max-width: 100%; height: auto; width: auto; }
	body { min-width: auto !important; overflow: inherit !important; }
	.sp_tac { text-align: center !important; }
	.sp_tar { text-align: right !important; }
	.sp_mb15 { margin-bottom: 15px !important; }
	.sp_mb20 { margin-bottom: 20px !important; }
	div, p, dd, dl, dt, th, td, span, li { box-sizing: border-box; }


/*header*/
#header {
	margin: 0 auto;
	justify-content: flex-end;
	height: 16.5vw;
	overflow: hidden;
}
#header .logo {
	/*margin: 2vw 33vw 0 0px;
	width: 27vw;*/
	margin: 2vw 12vw 0 0px;
	width: 50vw;
}
#header .description {
	margin: 23px 9px 0 0;
	width: 459px;
}
#header .contact {
	margin: 8px 7px 0 0;
	width: 312px;
}
#header .contact_tel{
	width: 18vw;
	height: 16.5vw;
}

#header .contact_tel img{
	width:100%;
}

#header .mail_btn {
	width: 18vw;
	height: 16.5vw;
}

#header .mail_btn img{
	width:100%;
}

/*mailcolumn*/
.container {
	margin: 0 auto;
	width: 100%;
}

.thanks_txt{
    text-align: center;
    margin-bottom: 37vw;
    font-size: 5vw;
}

.thanks_txt span{
	display: block;
	font-size: 4vw;
	padding-top: 4vw;
	letter-spacing: 0.2vw;
}

.inner {
	margin: 0 auto;
	width: 92vw;
	display: block !important;
}
/*footer*/
#footer {
	margin: 0 auto;
	padding: 10vw 0 0;
	width: 100%;
	color: #fff;
	text-align: center;
	letter-spacing: 0.12em;
	background: #4D4D4D;
}
#footer .copy {
	margin-bottom: 4vw;
	font-size: 3.8vw;
}
#footer .footer_menu {
	margin-bottom: 7vw;
	justify-content: space-between;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	padding: 0 4vw;
}
#footer .footer_menu li {
}
#footer .footer_menu li a {
	color: #fff;
	font-weight: bold;
	background: url("../images/icon01.png") no-repeat left center / 2vw;
	padding-left: 4vw;
	font-size: 3vw;
}
#footer .footer_menu li a:hover {
	text-decoration: underline;
}
#footer small {
	display: block;
	padding: 2vw 0;
	text-align: center;
	background: #000;
	font-size: 3.2vw;
	letter-spacing: 0.2vw;
}
/*fixed_menu*/
#fixed_menu {
	width: 61px;
	position: fixed;
	right: 0;
	top: 140px;
	z-index: 1000;
	display: none !important;
}

}
