@charset "utf-8";
/* CSS Document */
/*
#apply_title {
    background: none !important;
    color: #1e1e1e !important;
    padding: 0;
    font-size: 2.6rem;
    text-align: center;
    line-height: 1.6 !important;
}
#apply_title em{
    display: block;
    font-size: 3.6rem;
}
@media screen and (max-width:899px) {
#apply_title em{
    font-size: 2.6rem;
}
}

#contact_txt span{
    display: block;
    margin-top: 10px;
}
#contact_business{
    margin-top: 40px;
    text-align: center;
    padding: 30px;
    border: solid 1px #bbc4dc;
}
#contact_business span{
    display: block;
    margin: 15px auto 0 auto;
}
@media screen and (max-width:899px) {
#contact_business{
    margin-top: 30px;
    text-align: left;
    padding: 20px 15px;
}
}
*/

/* フォーム
-----------------------------------------*/
.surveyform_table{
    margin-top: 60px;
    border-top: dashed 1px #bbc4dc;
}
.surveyform_table th{
    width: 50%;
}
.surveyform_table th,
.surveyform_table td{
    vertical-align: middle;
}
.surveyform_table input[type=radio].radio_item{
  display: none;
}
.surveyform_table label {
  display: inline-block;
}
.surveyform_table .radio_item + span {
  padding-left: 2.2em;
  display: inline-block;
  position: relative;
}
.surveyform_table .radio_item + span::after,
.surveyform_table .radio_item + span::before {
  content: '';
  display: block;
  position: absolute;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
}
.surveyform_table .radio_item + span::after {
  opacity: 0;
  width: 14px;
  height: 14px;
  top: 5px;
  left: 5px;
  border: none;
  background: #204c8e;
}
.surveyform_table .radio_item:checked + span::after {
  opacity: 1;
}
.surveyform_table td textarea{
    width: 100%;
	height: 200px;
    padding: 8px 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-appearance: none;
	max-width: 100%;
	border-radius: 0;
	border: 1px solid #ccc;
}
@media screen and (max-width:899px) {
.surveyform_table th{
    width: 100%;
}
.surveyform_table td{
    padding-top: 10px !important;
}
.surveyform_table td .mwform-radio-field{
    display: block;
}
.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !important;
    margin-top: 8px;
}
}

.form_table{
    margin-top: 60px;
    border-top: dashed 1px #bbc4dc;
}
.form_table th{
	width: 320px;
    vertical-align: top;
    line-height: 42px;
}
.form_table th span{
    color: #fff;
    background: #d80314;
    font-size: 1.4rem;
    line-height: 1;
    padding: 5px;
    float: right;
    clear: right;
    margin-top: 9px;
}
.form_table td dl{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.form_table td dt{
    width: 5em;
}
.form_table td dd{
    width: calc(100% - 5em);
}
.form_table td dt:nth-child(n+3),
.form_table td dd:nth-child(n+3){
    margin-top: 10px;
}
.form_table td input[type="text"],
.form_table td select{
    padding: 8px 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-appearance: none;
	max-width: 100%;
	border-radius: 0;
	border: 1px solid #ccc;
}
.form_table td input[name="company"],
.form_table td input[name="section"],
.form_table td input[name="rep_post"],
.form_table td input[name="rep_name"],
.form_table td input[name="staff_name"],
.form_table td input[name="staff_post"],
.form_table td select{
    width: 100%;
    max-width: 100%;
}
.form_table td .select_wrap{
    position: relative;
}

.mw_wp_form_input .form_table td .select_wrap::after{
    content: "";
    position: absolute;
    top: 14px;
    right: 20px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(45deg);
    z-index: -1;
}




#apply_privacy{
    margin-top: 40px;
    border: solid 1px #bbc4dc;
    padding: 20px;
    /*height: 120px;
    overflow-y: scroll;*/
    font-size: 1.5rem;
}
#privacy_agree{
    margin-top: 40px;
    text-align: center;
}
.mw_wp_form_confirm #apply_privacy,
.mw_wp_form_confirm #privacy_agree,
.mw_wp_form_confirm #reecipt_attention{
    display: none;
}

.mw_wp_form_input #confirm_txt{
    display: none;
}
.mw_wp_form_confirm #confirm_txt{
    text-align: center;
    margin-top: 40px;
}


.error{
	margin-top: 10px;
    border: dotted 1px #d80314;
    color: #d80314 !important;
    padding: 1px 10px;
}
.display_error .error{
    margin-top: 0;
    padding: 10px;
}
.mw_wp_form_confirm th,
.mw_wp_form_confirm td{
    line-height: 1.6;
}
.mw_wp_form_confirm th span{
    margin-top: 0px;
}

#thanks_txt em{
    font-size: 2rem;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}
@media screen and (max-width:899px) {
.form_table th,
.form_table td{
    width: 100%;
}
.form_table .receipt th{
    font-size: 1.8rem;
}
.form_table th span{
    font-size: 1.2rem;
}
.mw_wp_form_input td{
    padding-bottom: 20px !important;
}
.mw_wp_form_confirm td{
    padding-top: 10px !important;
}
.form_table td input[type="text"],
.form_table td select,
.form_table td textarea{
    font-size: 16px;
}
#thanks_txt em{
    font-size: 1.6rem;
}
}



#form_Btn{
	margin-top: 40px;
	text-align: center;
}
	#form_Btn li{
		display: inline;
	}
    #form_Btn li:nth-child(2){
        margin-left: 40px;
    }
		#form_Btn li input{
			display: inline-block;
            color: #fff;
            font-size: 1.6rem;
            font-weight: 700;
			line-height: 60px;
			text-align: center;
			width: 240px;
			-webkit-transition: all 0.7s ease-out;
			transition: all 0.7s ease-out;
			box-sizing: border-box;
			cursor: pointer;
		}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

#sendBtn input{
	background: #204c8e;
}
#sendBtn input:hover{
    opacity: .7;
}
.mw_wp_form_input #backBtn{
	display: none;
}
#backBtn input{
	background: #888;
}
#backBtn input:hover{
	opacity: .7;
}
@media screen and (max-width:899px) {
#form_Btn li{
	display: block;
}
#form_Btn li:nth-child(2){
    margin-left: 0;
}
#form_Btn li input{
	width: 100%;
	max-width: 240px;
}
.mw_wp_form_confirm #backBtn{
	margin-top: 20px;
}
}
