@charset "utf-8";

/*************************************
	base
*************************************/

#container
{
	width: 100%;
	height: 100%;
	min-height: 780px;
	position: relative;
	background: url(../img/contact/line_parts_01.gif) repeat-x 0 210px;
	z-index: 1;
}

#content
{
	width: 100%;
	padding: 211px 0 105px;
	position: relative;
	background: none;
	background: url(../img/contact/line_parts_02.gif) no-repeat 50% 207px, none;
}

#foot.bttm
{
	position: absolute;
	bottom: 0;
}

/*************************************
	contact
*************************************/

#contact
{
	width: 100%;
	padding-bottom: 3px;
	background: none;
	background: url(../img/contact/line_parts_04.gif) no-repeat 50% 100%, none;
}

/*************************************
	init
*************************************/

#init
{
	width: 786px;
	padding: 2px 3px 0 3px;
	margin: 0 auto;
	background: url(../img/contact/line_parts_04.gif) no-repeat 0 0, url(../img/contact/line_parts_03.png) repeat-y 0 0;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
}

#init p
{
	padding: 45px 20px;
}

#init p.error
{
	background: url(../img/contact/bg_error.png) repeat 0 0;
	font-size: 20px;
	font-size: 2.0rem;
	color: #ff0000;
}

#init.error p.guide
{
	display: none;
}

/*************************************
	formlist
*************************************/

#formlist
{
	width: 100%;
	padding-top: 4px;
	background: url(../img/contact/line_parts_01.gif) repeat-x 0 3px;
	background:
		url(../img/contact/line_parts_05.gif) no-repeat 50% 0,
		url(../img/contact/line_parts_01.gif) repeat-x 0 3px,
		url(../img/contact/line_parts_06.png) repeat-y 50% 0;
}

#formlist li
{
	width: 100%;
	list-style: none;
	background: url(../img/contact/line_parts_01.gif) repeat-x 0 100%;
	background:
		url(../img/contact/line_parts_07.gif) no-repeat 50% 0,
		url(../img/contact/line_parts_05.gif) no-repeat 50% 100%,
		url(../img/contact/line_parts_01.gif) repeat-x 0 100%;
}

#formlist dl
{
	width: 786px;
	padding: 2px 3px 3px 3px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}

#formlist dl dt
{
	width: 226px;
	float: left;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 78px;
	text-indent: 20px;
}

#formlist dl.txtara dt
{
	padding-bottom: 302px;
}

#formlist dl dd
{
	width: 519px;
	height: 42px;
	padding: 18px;
	float: right;
	font-size: 16px;
	font-size: 1.6rem;
}

#formlist dl.txtara dd
{
	height: 344px;
}

/*************************************
	formlist > error
*************************************/

#formlist li.error dl dt,
#formlist li.error dl dd
{
	background: url(../img/contact/bg_error.png) repeat 0 0;
}

#formlist li.error dl dt
{
	color: #ff0000;
}

/*************************************
	formlist > confirm
*************************************/

#formlist.confirm dl
{
	padding-left: 0;
}

#formlist.confirm li dl dt,
#formlist.confirm li dl.txtara dt
{
	width: 229px;
	background: url(../img/contact/icon_input_nomal.gif) no-repeat 0 32px;
	color: #767676;
	padding: 0;
}

#formlist.confirm li dl dd,
#formlist.confirm li dl.txtara dd
{
	width: 527px;
	height: auto;
	padding: 25px 14px 25px;
}

/*************************************
	formlist > input
*************************************/

#formlist dl dd input
{
	width: 499px;
	padding: 13px 10px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	color: #000000;
	border-radius: 0;
	background: #eeeeee;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.20) inset;
	border: 1px solid #cccccc;
	border: 0 rgba(0,0,0,0);
}

#formlist dl dd input:focus
{
	background: #ffffff;
}

#formlist dl dd input.def
{
	color: #CCCCCC;
}

#formlist dl dd textarea
{
	-webkit-appearance: none;
	width: 519px;
	padding: 8px 10px;
	box-sizing: border-box;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
	color: #000000;
	resize: none;
	border-radius: 0;
	background: #eeeeee;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.20) inset;
	border: 1px solid #cccccc;
	border: 0 rgba(0,0,0,0);
}

#formlist dl dd textarea:focus
{
	background: #ffffff;
}

/*************************************
	formlist > check icon
*************************************/

#formlist dl dd.check
{
	width: 12px;
	height: 14px;
	padding: 0;
	overflow: hidden;
	float: none;
	position: absolute;
	top: 34px;
	left: 0;
	background: url(../img/contact/icon_input_nomal.gif) no-repeat 0 50%;
	text-indent: 100%;
	white-space: nowrap;
}

#formlist li.error dl dd.check
{
	background-image: url(../img/contact/icon_input_ng.gif);
}

#formlist li.ok dl dd.check
{
	background-image: url(../img/contact/icon_input_ok.gif);
}

/*************************************
	end
*************************************/

#end
{
	width: 100%;
	background: url(../img/contact/line_parts_01.gif) repeat-x 0 100%;
	background:
		url(../img/contact/line_parts_07.gif) no-repeat 50% 0,
		url(../img/contact/line_parts_02.gif) no-repeat 50% 100%,
		url(../img/contact/line_parts_03.png) repeat-y 50% 0,
		url(../img/contact/line_parts_01.gif) repeat-x 0 100%;
}

#end.confirm
{
	padding-top: 40px;
}

#end p
{
	width: 722px;
	padding: 40px 0 32px;
	margin: 0 auto;
	font-size: 14px;
	font-size: 1.4rem;
}

#end div.btn
{
	width: 100%;
	padding-bottom: 40px;
}

#end div.btn.send
{
	padding-bottom: 34px;
}

#end div.link
{
	width: 722px;
	padding: 0 0 34px;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 30px;
}

#end div.link a
{
	display: inline-block;
	padding-left: 24px;
	background: url(../img/common/icon_back.gif) no-repeat 0 50%;
	color: #767676;
}

#end div.link a:hover
{
	color: #000000;
}

/*************************************
	end > toconfirm
*************************************/

#toconfirm
{
	display: block;
	width: 710px;
	height: 100px;
	overflow: hidden;
	margin: 0 auto;
	background: url(../img/contact/btn_next.png) no-repeat 100% 50% #cccccc;
	text-indent: 720px;
	white-space: nowrap;
	cursor: pointer;
}

#toconfirm:hover
{
	background-color: #767676;
}

/*************************************
	end > tofinish
*************************************/

#tofinish
{
	display: block;
	width: 710px;
	height: 100px;
	overflow: hidden;
	margin: 0 auto;
	background: url(../img/contact/btn_send.png) no-repeat 50% 50% #cccccc;
	text-indent: 720px;
	white-space: nowrap;
	cursor: pointer;
}

#tofinish:hover
{
	background-color: #767676;
}

/*************************************
	thanks
*************************************/

#thanks
{
	width: 100%;
	padding: 2px 0 3px;
	background: url(../img/contact/line_parts_01.gif) repeat-x 0 100%;
	background:
		url(../img/contact/line_parts_04.gif) no-repeat 50% 0,
		url(../img/contact/line_parts_02.gif) no-repeat 50% 100%,
		url(../img/contact/line_parts_03.png) repeat-y 50% 0,
		url(../img/contact/line_parts_01.gif) repeat-x 0 100%;
}

#thanks p
{
	width: 752px;
	padding: 33px 17px;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 26px;
}

#thanks p.error
{
	background: url(../img/contact/bg_error.png) repeat 0 0;
	color: #ff0000;
}

/*************************************
	finish
*************************************/

#finish
{
	width: 100%;
	padding: 40px 0 34px;
	margin: 0 auto;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	font-size: 1.4rem;
	background: url(../img/contact/line_parts_01.gif) repeat-x 0 100%;
	background:
		url(../img/contact/line_parts_04.gif) no-repeat 50% 0,
		url(../img/contact/line_parts_02.gif) no-repeat 50% 100%,
		url(../img/contact/line_parts_03.png) repeat-y 50% 0,
		url(../img/contact/line_parts_01.gif) repeat-x 0 100%;
}

#finish a
{
	display: inline-block;
	padding-left: 24px;
	background: url(../img/common/icon_back.gif) no-repeat 0 50%;
	color: #767676;
}

#finish a:hover
{
	color: #000000;
}

/*************************************
	modal
*************************************/

#modal
{
	display: none;
	width: 100%;
	height: 100%;
	background: url(../img/contact/privacy_bg.png) repeat 0 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 91;
}

#modal.disp
{
	display: block;
}

/*************************************
	privacy
*************************************/

#privacy
{
	width: 780px;
	height: 542px;
	padding: 54px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -325px 0 0 -444px;
	color: #FFFFFF;
}

#privacy a.close
{
	display: block;
	width: 44px;
	height: 44px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../img/contact/privacy_btn_close.png) no-repeat 0 0;
	text-indent: 100%;
	white-space: nowrap;
	cursor: pointer;
}

#privacy a.close:hover
{
	background-position: 0 -44px;
}

#privacy div.txt
{
	height: 540px;
	padding: 0 46px;
	overflow-y: scroll;
	border: 1px solid #FFFFFF;
}

#privacy div.txt h2
{
	padding: 46px 0 1em;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1;
}

#privacy div.txt p
{
	font-size: 14px;
	font-size: 1.4rem;
	padding-bottom: 1.5em;
	line-height: 24px;
}

/*************************************
	noform
*************************************/

.noform
{
	width: 100%;
	padding: 2px 0 3px;
	background: url(../img/contact/line_parts_01.gif) repeat-x 0 100%;
	background:
			url(../img/contact/line_parts_04.gif) no-repeat 50% 0,
			url(../img/contact/line_parts_02.gif) no-repeat 50% 100%,
			url(../img/contact/line_parts_03.png) repeat-y 50% 0,
			url(../img/contact/line_parts_01.gif) repeat-x 0 100%;
}

.noform p
{
	width: 752px;
	padding: 33px 17px;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 26px;
}

#container .title-contact
{
	width: 84%;
	max-width:164px;
	height: 64px;
	overflow: hidden;
	margin: 0 auto;
	margin-top:-64px;
	background: no-repeat 0 0;
	text-indent: 100%;
	white-space: nowrap;
}
#container .title-contact
{
	min-width: 164px;
	background-image: url(../img/contact/ttl_2x.png);
	background-size: 164px auto;
}

.toform{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	aspect-ratio: 5/4;
	width:320px;
	margin:0 auto;
}

.toform dt{
	width:100%;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight:bold;
	line-height: 1.3;
	padding:1em 0;
	text-align:center;
}
.toform dd a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 240px;
	height: 50px;
	position: relative;
	background: url(../img/works/arrow_bg.png) repeat-x 0 0;
	text-decoration:none;
}
.toform dd a i {
	display: inline-block;
	width: 28px;
	height: 45px;
	background: url(../img/common/arrow_2x.png) no-repeat -65px 0;
	background-size: 90px 45px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.toform dd a span {
	color: #FFFFFF;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: HelveticaNeue-UltraLight, "aktiv-grotesk-std-n2", "aktiv-grotesk-std", Arial, sans-serif;
	font-weight: 200;
	text-decoration: none;
}
.toform dd a:hover {
	background-position: 0 100%;
}
.notice-contact{
	display: flex;
	justify-content: center;
	align-items: center;

}
.notice-contact span{
	display:block;
	font-size: 13px;
	font-size: 1.3rem;
	text-align:left;
	text-indent:-1em;
	line-height:1.4;
	white-space: nowrap;
}