@charset "utf-8";


/*-------------------------------------------- */
/* Module：お問い合わせ フォーム：.contactForm
---------------------------------------------- */

.contentsBlock_white {
	margin-bottom: 0;
}

.contentsBlock_txt {
	width: 700px;
	margin: 0 auto 60px;
}
.contentsBlock_txt_mci-jcs {
	width: 740px;
	padding-left: 20px;
	box-sizing: border-box;
}

.contactForm {
	width: 700px;
	margin: 0 auto 30px;
}
.contactForm + .headline_tit {
	margin-top: 55px;
	margin-bottom: 52px;
}

/* .contactForm_tit */

.contactForm_tit {
	font-size: 1.5rem;
	margin: 0 0 11px;
	display: block;
}
.contactForm_label {
	font-size: 1.1rem;
	margin: 3px 0 0 12px;
	padding: 4px 6px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.contactForm_tit small.is_pc {
	font-weight: normal;
	display: inline !important;
}

/* .contact_form_check .contactForm_tit */

.contact_form_check .contactForm_tit {
	width: 240px;
	display: table-cell;
	padding-right: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* .contactForm_select */

.contactForm_select {
	width: 460px;
	font-size: 1.3rem;
	border-bottom: 1px solid #ccc;
	background: #eeeff1 url(/files/user/img/common/icn_pulldown_02_pc.svg) right center no-repeat;
	background-size: 42px auto;
	padding: 12px 54px 12px 18px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

/* .contactForm_txt, .contactForm_txtarea */

.contactForm_txt,
.contactForm_txtarea {
	font-size: 1.3rem;
	border-bottom: 1px solid #ccc;
	padding: 12px 18px 12px 18px;
}
.contactForm_txtarea {
	line-height: 1.65;
	height: 180px;
}


/* .contactForm_date
---------------------------------------------- */

.contactForm_date .contactForm_select {
	width: 120px;
	padding-right: 0;
	padding-left: 18px;
}
.contactForm_date .contactForm_select:first-of-type {
	width: 160px;
}
.contactForm_date label {
	font-size: 1.5rem;
	padding: 0 10px;
}


/* .contactForm_time
---------------------------------------------- */

.contactForm_time .contactForm_select {
	width: 120px;
	padding-right: 0;
	padding-left: 18px;
}
.contactForm_time .contactForm_select:first-of-type {
	width: 120px;
}
.contactForm_time label {
	font-size: 1.5rem;
	padding: 0 10px;
}


/* .contactForm_supportLang2
---------------------------------------------- */

.contactForm_langsLevel {
	margin-top: 20px;
}
.contactForm_langs label,
.contactForm_langsLevel label {
	display: inline-block;
	font-size: 1.3rem;
	padding: 0 14px;
	vertical-align: middle;
	width: auto;
	text-align: center;
}
.contactForm_langs .contactForm_select {
	width: 210px;
	padding-right: 0;
	padding-left: 18px;
}
.contactForm_langsLevel .contactForm_select {
	width: 493.5px;
}
.contact_form_check .contactForm_supportLang2 .dammy {
	padding-bottom: 20px;
}

/* .contactForm_zip
---------------------------------------------- */

.contactForm_zip {
	margin-bottom: 20px;
}
.contactForm_zip_list {
	display: block;
}
.contactForm_zip .contactForm_txt {
	width: 240px;
}
.contactForm_zip_sarch_btn {
	width: auto;
	font-size: 1.5rem;
	font-weight: bold;
	border: none;
	border-bottom: 1px solid #13a4d3;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin: 0 0 0 20px;
	padding: 3px 2px 4px;
	vertical-align: middle;
	float: none;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-ms-transition: opacity 0.6s;
	transition: opacity 0.6s;
}
.media_pc .contactForm_zip_sarch_btn:hover,
.media_tab .contactForm_zip_sarch_btn:active {
	opacity: 0.6;
}


/* .contactForm_langLevel
---------------------------------------------- */

.contactForm_langLevel {
	margin-bottom: 20px;
}
.contactForm_langLevel_lang {
	margin-bottom: 0;
	width: 160px;
	margin-right: 20px;
}
.contactForm_langLevel_level {
	width: 320px;
}


/* .contactForm_file_box
---------------------------------------------- */


.contactForm_file_box {
	position: relative;
	display: block;
	width: 700px;
	overflow: hidden;
}
.contactForm_file_box input {
	width: 2000px;
	height: 40px;
	vertical-align: middle;
	display: block;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1000px;
	z-index: 3;
	font-size: 100rem;
}
.browser_ie .contactForm_file_box input {
	left: auto;
	margin-left: auto;
	right: 0;
}
.contactForm_file_btn,
.contactForm_file_btn2 {
	width: 170px;
	height: 40px;
	border: 1px solid #333;
	background: #eeeff1 url(/files/user/img/common/icn_file_01_01.svg) 119px center no-repeat;
	background-size: 28px auto;
	padding: 7px 50px 0 25px;
	font-size: 1.3rem;
	letter-spacing: 0.1rem;
	pointer-events: none;
	float: left;
	-webkit-transition: background-color 0.6s,border-color 0.6s,color 0.6s,opacity 0.6s;
	-moz-transition: background-color 0.6s,border-color 0.6s,color 0.6s,opacity 0.6s;
	-ms-transition: background-color 0.6s,border-color 0.6s,color 0.6s,opacity 0.6s;
	transition: background-color 0.6s,border-color 0.6s,color 0.6s,opacity 0.6s;
	z-index: 2;
}
.contactForm_file_btn:before,
.contactForm_file_btn2:before {
	content: "";
	width: 28px;
	height: 28px;
	display: block;
	background: url(/files/user/img/common/icn_file_01_03.svg) 0 0 no-repeat;
	background-size: 28px auto;
	position: absolute;
	top: 50%;
	margin-top: -14px;
	left: 119px;
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-ms-transition: opacity 0.6s;
	transition: opacity 0.6s;
}
.contactForm_file_btn.is_active:before,
.contactForm_file_btn2.is_active:before {
	background: url(/files/user/img/common/icn_file_01_02.svg) 0 0 no-repeat;
	background-size: 28px auto;
}
.contactForm_file_btn.is_over,
.contactForm_file_btn2.is_over {
	color: #fff;
	background-color: #000;
	border-color: #000;
}
.contactForm_file_btn.is_over:not(.is_active):before,
.contactForm_file_btn2.is_over:not(.is_active):before {
	opacity: 1;	
}
.contactForm_file_btn.is_over.is_active,
.contactForm_file_btn2.is_over.is_active {
	opacity: 0.6;	
}
.contactForm_file_btn.is_active,
.contactForm_file_btn2.is_active {
	border: 1px solid #0c8fb9;
	background: #13a4d3 url(/files/user/img/common/icn_check_01.svg) 119px center no-repeat;
	background-size: 28px auto;
	padding: 8px 50px 0 25px;
	font-size: 1.3rem;
	color: #fff;
}
.contactForm_file_name,
.contactForm_file_name2 {
	margin-top: 0;
	width: 530px;
	height: 40px;
	min-height: 40px;
	padding: 9px 0 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.4rem;
	line-height: 1.5;
	background-color: #fff;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-ms-transition: opacity 0.6s;
	transition: opacity 0.6s;
	float: right;
}
.contactForm_file_name.is_over,
.contactForm_file_name2.is_over {
	opacity: 0.6;	
}
.contactForm_note,
.contactForm_note2 {
	clear: both;
	margin-top: 0;
	padding-top: 8px;
}


/* .contactForm_cb_list
---------------------------------------------- */

.contactForm_cb_list:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	height: 0;
}
.contactForm_cb_label {
	border: none;
	background: transparent url(/files/user/img/common/icn_checkbox_01_01.svg) 13px 7px no-repeat;
	background-size: 17px auto;
	margin: 5px 0 0 0;
	padding: 4px 20px 4px 42px;
	font-size: 1.5rem;
	line-height: 1.5;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-ms-transition: opacity 0.6s;
	transition: opacity 0.6s;
	display: block;
	height: auto;
	min-height: 25px;
}
.contactForm_cb_label input {
	display: none;
}
.contactForm_cb_label:nth-child(1) {
	margin-top: 0;
}
.media_pc .contactForm_cb_label:hover,
.media_tab .contactForm_cb_label:active {
	opacity: 0.6;
}
.contactForm_cb_label.is_active {
	border: none;
	background: transparent url(/files/user/img/common/icn_checkbox_01_02_pc.svg) 13px 7px no-repeat;
	background-size: 17px auto;
	color: #222;
}


/* .contactForm_cb_col_3
---------------------------------------------- */

.contactForm_cb_col_3 .contactForm_cb_label {
	width: 33.3%;
	float: left;
	display: block;
	height: auto;
	min-height: 25px;
}
.contactForm_cb_col_3 .contactForm_cb_label:nth-child(1),
.contactForm_cb_col_3 .contactForm_cb_label:nth-child(2),
.contactForm_cb_col_3 .contactForm_cb_label:nth-child(3) {
	margin-top: 0;
}


/* .contactForm_radio_list
---------------------------------------------- */

.contactForm_radio_label {
	border: none;
	background: transparent url(/files/user/img/common/icn_checkbox_01_01.svg) 13px 7px no-repeat;
	background-size: 17px auto;
	margin: 5px 0 0 0;
	padding: 4px 20px 4px 42px;
	font-size: 1.5rem;
	line-height: 1.5;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-ms-transition: opacity 0.6s;
	transition: opacity 0.6s;
	display: block;
	width: 33.3%;
	height: auto;
	min-height: 25px;
	float: left;
}
.contactForm_radio_label input {
	display: none;
}
.contactForm_radio_label:nth-child(1),
.contactForm_radio_label:nth-child(2),
.contactForm_radio_label:nth-child(3) {
	margin-top: 0;
}
.media_pc .contactForm_radio_label:hover,
.media_tab .contactForm_radio_label:active {
	opacity: 0.6;
}
.contactForm_radio_label.is_active {
	border: none;
	background: transparent url(/files/user/img/common/icn_checkbox_01_02_pc.svg) 13px 7px no-repeat;
	background-size: 17px auto;
	color: #222;
}


/* .contactForm_btnBlock
---------------------------------------------- */

.contactForm_btnBlock {
	margin-top: 65px;
	margin-bottom: 65px;
}

/* .contactForm_confirm_btn */

.contactForm_confirm_btn {
	width: 333px;
	height: 52px;
	background-position: 308px center;
	font-size: 1.6rem;
	color: #222;
	padding: 12px 30px;
	margin: 0 auto;
}
.browser_ie .contactForm_confirm_btn {
	padding-top: 9px;
}
.contactForm_confirm_btn:before {
	top: 18px;
	left: 308px;
}
.media_pc .contactForm_confirm_btn:hover,
.media_tab .contactForm_confirm_btn:active {
	color: #fff;
}
.media_pc .contactForm_confirm_btn:hover:before,
.media_tab .contactForm_confirm_btn:active:before {
	opacity: 1;
}

/* .contactForm_modify_btn, .contactForm_send_btn */

.contactForm_modify_btn {
	width: 333px !important;
	height: 52px;
	background-position: 9px center !important;
	background-size: 12px 12px !important;
	font-size: 1.6rem !important;
	color: #222;
	padding: 12px 30px;
	margin: 0 0 0 0px;
}
.browser_ie .contactForm_modify_btn {
	padding-top: 9px;
}
.contactForm_modify_btn:before {
	top: 18px;
	left: 9px !important;
	background-size: 12px 12px !important;
}
.media_pc .contactForm_modify_btn:hover,
.media_tab .contactForm_modify_btn:active {
	color: #fff;
}
.media_pc .contactForm_modify_btn:hover:before,
.media_tab .contactForm_modify_btn:active:before {
	opacity: 1;
}

/* .contactForm_modify_btn, .contactForm_send_btn */

.contactForm_send_btn {
	width: 333px !important;
	height: 52px;
	background-position: 308px center !important;
	font-size: 1.6rem !important;
	color: #222;
	padding: 12px 30px;
	margin: 0 0px 0 0;
}
.browser_ie .contactForm_send_btn {
	padding-top: 9px;
}
.contactForm_send_btn:before {
	top: 18px;
	left: 308px !important;
}
.media_pc .contactForm_send_btn:hover,
.media_tab .contactForm_send_btn:active {
	color: #fff;
}
.media_pc .contactForm_send_btn:hover:before,
.media_tab .contactForm_send_btn:active:before {
	opacity: 1;
}


/*-------------------------------------------- */
/* Module：お問い合わせ フォーム：.formStep
---------------------------------------------- */

.formStep {
	width: 504px;
	height: 36px;
	margin: 0 auto 65px;
	background-size: 504px auto;
}
.formStep_step_1 {
	background-position: 0 0;
}
.formStep_step_2 {
	background-position: 0 -43px;
}
.formStep_step_3 {
	background-position: 0 -87px;
}
.formStep li {
	height: 36px;
	font-size: 1.6rem;
	padding-bottom: 2px;
}


/*-------------------------------------------- */
/* Module：お問い合わせ フォーム：.noteList
---------------------------------------------- */

.noteList {
	width: 700px;
	padding: 35px 22px;
}
#contact_privacy *:not(.contactForm_btnBlock) + .noteList {
	margin: 40px auto 30px;
}
.noteList_tit {
	font-size: 1.6rem;
	margin: 0 0 30px;
}

/* .noteList_list */

.noteList_list li {
	display: block;
	width: 100%;
	position: relative;
	margin: 10px 0 0;
	padding: 0 10px 0 18px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background: url(/files/user/img/common/icn_ar_black_04.svg) 0 6px no-repeat;
	background-size: 12px 12px;
	font-size: 1.3rem;
	color: #222;
	line-height: 1.65;
}


/*-------------------------------------------- */
/* Module：お問い合わせ フォーム：.contactForm_error
---------------------------------------------- */

.contactForm_error {
	margin: 13px 0 0;
}
.contactForm_error + .contactForm_error {
	margin-top: 5px;
}
.topErr {
	margin-top: -25px;
	margin-bottom: 52px;
}


/*-------------------------------------------- */
/* Module：お問い合わせ フォーム：.contactForm_check
---------------------------------------------- */

.contact_form_check .contactForm {
	clear: both;
}
.contactForm_check {
	width: 100%;
	margin: 0 0 0;
	padding: 0 0 20px;
	border-bottom: 2px solid #d1d1d1;
}
.contactForm.noborder .contactForm_check {
	padding-bottom: 0;
	border-bottom: none;	
}
.contact_form_check .contactForm_tit {
	float: left;
}
.contact_form_check .contactForm_check {
	width: 240px;
	width: -webkit-calc(100% - 240px);
	width: calc(100% - 240px);
	display: table-cell;
	border-bottom: none;
	padding: 0;
	float: left;
}
.contact_form_check .contactForm:not(.contactForm_btnBlock) {
	padding: 0 0 20px;
	border-bottom: 1px solid #d1d1d1;
}
.contact_form_check .contactForm.noborder  {
	padding: 0 0 0;
	border-bottom: none;
}

/* 確認画面 非表示項目 */

.contact_form_check .contactForm_zip .contactForm_check:last-of-type,
.contact_form_check .contactForm_address {
	display: none;
}

.contact_form_check .contactForm_supportLang .contactForm_check:last-of-type,
.contact_form_check .contactForm_supportLang + .contactForm,
.contact_form_check .contactForm_supportLang + .contactForm + .contactForm,
.contact_form_check .contactForm_supportLang + .contactForm + .contactForm + .contactForm {
	display: none;
}
.contact_form_check .contactForm_check .split:last-of-type {
	display: none;
}
