@charset "utf-8";
/* CSS Document */

/*===============================================

■共通セッティング

===============================================*/

/*------------------------------------------
 カテゴリーエリア
------------------------------------------*/
.cat_contact #category {
	background-color: #13AA8B;
}


/*------------------------------------------
 基本レイアウト
------------------------------------------*/

.cat_contact #contents section#content-main {
	float:none;
	width: 100%;
	max-width: 800px;
	margin-top: 1em;
}

.cat_contact #contents #content-main h1 {
	font-size: 214%;
	color: #13AA8B;
}

.cat_contact #contents #content-main p.lead {
	margin-top:1em;
}

.cat_contact #contents #content-main p.lead span {
	color: #FF0004;
	font-weight: bold;
}

.cat_contact #contents #content-main .number_area {
	width: 100%;
}

.cat_contact #contents #content-main .number_area ol {
	width: 100%;
	display: table;
	margin-top: 1em;
}

.cat_contact #contents #content-main .number_area ol li {
	display: table-cell;
	width: 33.333%;
}

.cat_contact #contents #content-main .form_area {
	width: 100%;
	max-width: 798px;
	border: 1px solid #888888;
	font-size: 108%;
}

.cat_contact #contents #content-main .form_area dt span {
	margin-left: 0.3em;
	color: #FF4C4C;
	font-weight: normal;
}

.cat_contact #contents #content-main .form_area dl {
	margin: 1em auto 0.5em auto;
	width: 90%;
	padding: 1em 0;

}

.cat_contact #contents #content-main .form_area dl dt {
	width: 15em;
	padding: 1em 0 1em 0;
	text-align: right;
	clear: left;
	float: left;
	font-weight: bold;
}

.cat_contact #contents #content-main .form_area dl dt p {
	font-size: 86%;
	font-weight: normal;
}

.cat_contact #contents #content-main .form_area dl dd {
	padding: 1em 2em 1em 18em;
}

.cat_contact #contents #content-main .form_area input {
	width:100%;
	max-width:27em;
	padding: 0.5em;
}

.cat_contact #contents #content-main .form_area textarea {
	width:100%;
	max-width: 27em;
	padding: 0.5em;
}

.cat_contact #contents #content-main .form_operate {
	width: 100%;
	max-width: 800px;
	text-align: center;
}

.selectBtn {
	margin: -4px 0 0 0;
	padding: 6px 0;
}

/*------------------------------------------
 エラー表示（入力画面内）
------------------------------------------*/
#entry #contents #content-main .error_area{
	display:inline-block;
	padding:0.5em 1em;
	margin:0.5em 0;
	background:#FFDCD3;
}

#entry #contents #content-main .error_area li{
	color:#FF2626;
	font-weight:bold;
	line-height:1.5em;
}

/*------------------------------------------
 確認画面
------------------------------------------*/
#confirm #contents #content-main .form_area dl dd {
	font-weight:bold;
	width: 100%;
	word-break: break-all;
}

#confirm #contents #content-main .form_operate input{
 display:inline-block;
	width:100%;
	max-width:250px;
	padding:1em 2em;
}


/*------------------------------------------
 サンキュー画面
------------------------------------------*/
#thanks #contents #content-main .form_area input{
	width:100%;
	max-width:250px;
}

#thanks #contents #content-main .form_area{
	text-align:center;
	padding:4em 0;
}

#thanks #contents #content-main .form_area p{
	font-size:1.8em;
	line-height:1.5em;
	font-weight:bold;
}





/*===============================================

■レスポンシブ対応（PC）

===============================================*/

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

/*------------------------------------------
 基本レイアウト
------------------------------------------*/
/*
.cat_contact #contents #content-main .number_area ol li span {
	display:inline-block;
	text-indent: 100%;
 white-space: nowrap;
 overflow: hidden;
	width:100%;
	max-width:259px;
	height:4.8em;
}

.cat_contact #contents #content-main .number_area ol li.first{text-align:left;}
.cat_contact #contents #content-main .number_area ol li.first span {
	background:url(../../contact/images/flow_entry_off.gif) top left no-repeat;
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	background-size:100% auto;
}

.cat_contact #contents #content-main .number_area ol li.first.active span{
	background:url(../../contact/images/flow_entry_on.gif) top left no-repeat;
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	background-size:100% auto;
}

.cat_contact #contents #content-main .number_area ol li.middle{text-align:center;}
.cat_contact #contents #content-main .number_area ol li.middle span {
	background:url(../../contact/images/flow_confirm_off.gif) top center no-repeat;
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	background-size:100% auto;
}

.cat_contact #contents #content-main .number_area ol li.middle.active span{
	background:url(../../contact/images/flow_confirm_on.gif) top center no-repeat;
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	background-size:100% auto;
}

.cat_contact #contents #content-main .number_area ol li.last{text-align:right;}
.cat_contact #contents #content-main .number_area ol li.last span{
	background:url(../../contact/images/flow_thanks_off.gif) top right no-repeat;
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	background-size:100% auto;
}

.cat_contact #contents #content-main .number_area ol li.last.active span{
	background:url(../../contact/images/flow_thanks_on.gif) top right no-repeat;
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	background-size:100% auto;
}*/



/* Z-INDEX */
 .formError { z-index: 990; }
    .formError .formErrorContent { z-index: 991; }
    .formError .formErrorArrow { z-index: 996; }

    .ui-dialog .formError { z-index: 5000; }
    .ui-dialog .formError .formErrorContent { z-index: 5001; }
    .ui-dialog .formError .formErrorArrow { z-index: 5006; }




.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
	text-align: left;
	margin: 0;
	z-index: 0;
}

.formError.inline {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none;
}

.formError .formErrorContent {
	width: 100%;
	background: #FF4D4D;
	position:relative;
	top: -38px;
	color: #fff;
	min-width: 120px;
	line-height: 16px;
	font-size: 11px;
	border: 2px solid #ddd;
/*	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	-o-box-shadow: 0 0 6px #000;*/
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
}

.formError.inline .formErrorContent {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position:relative;
	top: -38px;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	margin: 0px 0 0 12px;
	top:2px;
}

.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
/*	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	-o-box-shadow: 0 2px 3px #444;*/
	font-size: 0px;
	height: 1px;
	background: #FF4D4D;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow .line10 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 11px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}
Window size: 1280 x 774
Viewport size: 1280 x 643


}





/*===============================================

■レスポンシブ対応（モバイル）

===============================================*/

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



/*------------------------------------------
 基本レイアウト
------------------------------------------*/

.cat_contact #contents section#content-main,
.cat_contact #contents #content-main .number_area,
.cat_contact #contents #content-main .form_area{
	width: auto;
}

.cat_contact #contents #content-main .number_area ol li{
	font-size:0.9em;
	font-weight:bold;
	color:#777;
}

.cat_contact #contents #content-main .number_area ol li.first {
	background:none;
	width:38%;
}

.cat_contact #contents #content-main .number_area ol li.middle {
	background:none;
	width:38%;
}

.cat_contact #contents #content-main .number_area ol li.last {
	background:none;
	width:24%;
}

.cat_contact #contents #content-main .number_area ol li.first.active,
.cat_contact #contents #content-main .number_area ol li.middle.active,
.cat_contact #contents #content-main .number_area ol li.last.active{
	color:#13AA8B;
}


.cat_contact #contents #content-main .form_area dl {
	margin: 0 auto;
	width: 95%;
}

.cat_contact #contents #content-main .form_area dl dt {
	text-align: left;
	float: none;
	font-weight: bold;
}

.cat_contact #contents #content-main .form_area dl dt p {
	font-size: 86%;
	font-weight: normal;
}

.cat_contact #contents #content-main .form_area dl dd {
	padding: 0;
}

.cat_contact #contents #content-main .form_area input,
.cat_contact #contents #content-main .form_area textarea{
	width:95%;
}

/*------------------------------------------
 確認画面
------------------------------------------*/
#confirm #contents #content-main .form_area dl dd {
	font-weight:normal;
}




/* Z-INDEX */
 .formError { z-index: 990; }
    .formError .formErrorContent { z-index: 991; }
    .formError .formErrorArrow { z-index: 996; }

    .ui-dialog .formError { z-index: 5000; }
    .ui-dialog .formError .formErrorContent { z-index: 5001; }
    .ui-dialog .formError .formErrorArrow { z-index: 5006; }




.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
	text-align: left;
	margin: 0;
}

.formError.inline {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none;
}

.formError .formErrorContent {
	width: 100%;
	background: #FF4D4D;
	position:relative;
	color: #fff;
	min-width: 120px;
	line-height: 16px;
	font-size: 11px;
	border: 2px solid #ddd;
/*	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	-o-box-shadow: 0 0 6px #000;*/
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
}

.formError.inline .formErrorContent {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position:relative;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	margin: 0px 0 0 12px;
	top:2px;
}

.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
/*	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	-o-box-shadow: 0 2px 3px #444;*/
	font-size: 0px;
	height: 1px;
	background: #FF4D4D;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow .line10 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 11px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}
Window size: 1280 x 774
Viewport size: 1280 x 643



}
