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

.hero {
	background-image: url(/src/img/common/com_tit_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	position: relative;
	border-top: #dae6ed 1px solid;
	border-bottom: #e4ebef 1px solid;
	margin-top: 130px;
}
.hero .titBox {
    padding: 5rem 0 4rem 0;
    text-align: center;
    letter-spacing: 2px;
}
.hero h1 {
    color: #666666;
    font-weight: 600;
    font-size: 2rem;
    }

.hero .titBox span {
    color: #488ab2;
    font-weight: normal;
    font-size: 1rem;
    display: inline-block;
    margin-top: 0.5rem;
}

.hero .titBox span:after {
    content: '';
    background-color: #488ab2;
    width: 100%;
    height: 3px;
    display: block;
    margin-top: 0.1rem;
}

.contents {
    border-bottom: #d4d6d7 1px solid;
}

.contents {
    position: relative;
}

.contents .contents_title .inner {
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
    z-index: 100;
}
.contents .contents_title {
    padding: 3rem 0 0 0;
}

.contents .contents_title h2 span.block {
    display: block;
}
.thank_text {
    max-width: 1024px;
    margin: 2rem auto 5rem;
    text-align: center;
}

.thank_text p {
    text-align: center;
    line-height: 2;
    font-size: 1rem;
}
.thank_text p br.sp {
    display: none;
}
.contents .contents_title h2 {
    color: #488ab2;
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 2rem;
    font-weight: 600;
	text-align: center;
}
.contents .thank_text h2 {
    font-size: 1.8rem;
}

.textArea {
    background-color: #eff3f5;
    width: 70%;
    margin: 2rem auto;
    padding: 1.5rem;
    text-align: center;
}

.contents .contents_title .sub span {
    display: block;
    text-align: center;
}

.textArea {
    line-height: 2.5;
}
.ques_cont {
    max-width:  1000px;
    margin-left:  auto;
    margin-right:  auto;
    background-color: #fff;
    margin-top: 30px;
    padding-bottom: 100px;
    position: relative;
}
label {
    margin-left: 0.2rem;
}

textarea {
    width: 90%;
    display: block;
    height: 160px;
    margin-top: 5px;
    /* padding: 0.25rem 1rem; */
		padding: 1rem;
    border: none;
    background-color: #eff0f4;
}

.ques_box dl dd .ans.textarea li {
    width: 100%;
}
.ques_box .queslist02 {
    padding-left: 3.5rem;
}
.ques_box .queslist02 dl dd {
    padding-left: 0;
}

.ques_box dl.queslist02 dt {
	padding-left:0;
}
.ques_box dl.queslist02 dd {
    padding-left: 0;
    margin-top: 1rem;
}
.ques_box dl dt.line {
    margin-bottom: 1rem;
}
.ques_box .queslist02 dt.line {
    text-indent: 0;
    padding-left: 0;
    line-height: 1.5;
}

.ques_formArea {
	margin-top: 50px;
}

.thanks_area {
    text-align: center;
    font-size: 1.2rem;
    margin-top: -5px;
}

.inputArea {
    border-top: #acacac 1px solid;
    border-bottom: #acacac 1px solid;
    margin-top: 20px;
}

.error {
	color:#f07e2a;
}

.inputArea dt {
    text-align: center;
    padding: 1.5rem;
    border-bottom: 1px dotted #848486;
    vertical-align: middle;
    width: 28%;
    white-space:nowrap;
}

.inputArea dd {
    border-bottom: 1px dotted #848486;
    color: #353535;
    padding: 20px;
    vertical-align: middle;
    line-height: 2;
		word-break:break-word;
}
.inputArea dl:last-child dt, 
.inputArea dl:last-child dd {
    border-bottom: none;
}

.inputArea dl {
    display: table;
    width: 100%;
}

.inputArea input[type="text"],
 .inputArea input[type="tel"], 
 .inputArea input[type="fax"] {
    -webkit-appearance: none;
    padding: 1rem;
    background-color: #eff0f4;
    border: none;
}
#fdw_birth input {
    width: 30%;
    margin-right: 0.5rem;
}
.inputArea form input, 
.inputArea form textarea, 
.inputArea form select {
    border: 1px solid #dcdcdc;
    font-size: 14px;
    line-height: 3;
    padding-left: 1rem;
}
.inputArea #fdw_gender input, 
.inputArea #fdw_work input, 
.inputArea #fdw_policy input {
    width:  auto;
}

.inputArea dt, .inputArea dd {
    display: table-cell;
}

.inputArea .label-Req {
    font-size: 0.7rem;
    font-weight: normal;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    background: #fa9717;
    padding: 0.1rem 0.3rem;
    vertical-align: middle;
    margin-left: 0.7rem;
    line-height: 1.5;
}


.inputArea select {
    line-height: 3;
    margin-left: 10px;
    width: 25%;
    font-size: 14px;
    height: 50px;
    border: 1px solid #a9a9aa;
}
.inputArea #fdw_code dd input {
    width: 10rem;
}

.inputArea #fdw_address dd input, 
.inputArea #fdw_name dd input, 
.inputArea #fdw_name_kana dd input, 
.inputArea #fdw_date01 dd input,  
.inputArea #fdw_date02 dd input {
    width: 90%;
}

.inputArea #fdw_tel dd input {
    width: 50%;
	min-width:13rem;
}
.inputArea #fdw_tel dt em {
    display: block;
    text-align: center;
    line-height: 0.7;
    text-indent: -1rem;
}

.inputArea #fdw_tel dt {
    /* text-align: center; */
    line-height: 2;
}
.inputArea dd .ans li {
    display: inline-block;
    margin-right: 3rem;
}
.inputArea dt p .block {
    display: block;
}

.inputArea dt p {
    display: inline-block;
    vertical-align: top;
}

.inputArea dt em {
    display: block;
    font-size: 0.9rem;
}

.inputArea dt em .block {
    display: block;
    line-height: 1.5;
}

.check_cell {
    display: inline-block;
    margin-right: 2rem;
}

.ques_form {
    max-width: 1024px;
    margin: 2rem auto;
    padding-bottom: 10rem;
}

#fdw_code input {
    margin-left: 1rem;
}

#fdw_mail ul li:last-child {
    border-top: 1px dotted #848486;
    margin-top: 20px;
    padding-top: 10px;
}

.inputArea #fdw_mail dd {padding: 20px 0;}
.confirm #fdw_mail dd {padding: 20px;}

.inputArea #fdw_mail dd input {
    margin-left: 20px;
    width: 85%;
}
.inputArea #fdw_mail dd .cap {
    font-size: 0.9rem;
    line-height: 1.7;
    display: block;
    padding: 1rem 0 0 1rem;
}

#fdw_date dd input {
    width: 75%;
    margin-left: 1rem;
}

.inputArea dd ul li:first-child {
    margin-bottom: 1rem;
}

.inputArea #fdw_date01 dt p:after, 
.inputArea #fdw_date02 dt p:after {
    content: '';
    background-image: url(/src/img/common/ico_calender.png);
    background-repeat: no-repeat;
    background-position: center top;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    background-size: 25px auto;
    padding: 0 0.5rem;
    margin-top: -0.2rem;
}
.confirm #fdw_date dd ul li span:after {
  display:none;
}
.inputArea #fdw_mail dd .mail_comment {
	margin-left:20px;
}
#fdw_mail ul li:last-child label {
    margin-left: 20px;
}

.inputArea dd a {
    color: #0f71ae;
    font-size: 90%;
    display: inline-block;
    padding: 0 0 0 30px;
    text-decoration: underline;
}

.inputArea dd a:hover {
    text-decoration: none;
}


.inputArea .fd-att {
    color: #0f71ae;
    font-size: 12px;
    padding: 0 0 0 20px;
    display:  block;
}

.btnArea,
.btnArea2 {
	letter-spacing:-0.4rem;
	text-align:center;
	margin-top: 50px;
}
.btnArea p,
.btnArea2 p {
	letter-spacing:normal;
	vertical-align:top;
	display:inline-block;
	padding:0 1rem;
	position:  relative;
}
.btnArea p span, .btnArea2 p span {
    font-size: 1.2rem;
}
.btnArea p a,
.btnArea2 p a {
	display:inline-block;
}
.btnArea #submitBtn,
.btnArea2 #submitBtn {
	border:none;
	color:#fff;
	font-size: 1.1rem;
	font-weight: 600;
	background: -webkit-linear-gradient(top, #f3b103 0%, #ef9a03 88%);
	background: -moz-linear-gradient(top, #f3b103 0%, #ef9a03 88%);
	background: -o-linear-gradient(top, #f3b103 0%, #ef9a03 88%);
	background: -ms-linear-gradient(top, #f3b103 0%, #ef9a03 88%);
	background: linear-gradient(to bottom, #f3b103 0%, #ef9a03 88%);
	padding: 20px 80px;
	margin: 0 0.5rem;
	cursor: pointer;
}

.btnArea #submitBtn:disabled {
	background: -moz-linear-gradient(top, #d9c3ac 0%, #ceb295 84%);
	background: -o-linear-gradient(top, #d9c3ac 0%, #ceb295 84%);
	background: -ms-linear-gradient(top, #d9c3ac 0%, #ceb295 84%);
	background: #a7a8a9;
}
.btnArea2 .backtoBtn {
	border:none;
	color:#fff;
	font-size: 1.1rem;
	font-weight: 600;
	background: -moz-linear-gradient(top, #d9c3ac 0%, #ceb295 84%);
	background: -o-linear-gradient(top, #d9c3ac 0%, #ceb295 84%);
	background: -ms-linear-gradient(top, #d9c3ac 0%, #ceb295 84%);
	background: #a7a8a9;
	padding: 20px 80px;
	margin: 0 0.5rem;
}

.btnArea #backBtn {
	border:none;
	color:#fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.84, #ceb295), color-stop(0.00, #d9c3ac));
	background: -webkit-linear-gradient(top, #d9c3ac 0%, #ceb295 84%); 
	background: -moz-linear-gradient(top, #d9c3ac 0%, #ceb295 84%);
	background: -o-linear-gradient(top, #d9c3ac 0%, #ceb295 84%);
	background: -ms-linear-gradient(top, #d9c3ac 0%, #ceb295 84%);
	background: linear-gradient(to bottom, #d9c3ac 0%, #ceb295 84%); 
	padding: 20px 80px;
	border: #fff 5px solid;
	border-radius: 10px;
	box-shadow: 5px 5px 6px -2px #d4d3ce;
}
.btnArea2 #submitBtn:after,
.btnArea #submitBtn:after {
   content: '';
   position: absolute;
   top: 50%;
   right: 50px;
   margin-top: -4px;
   width: 8px;
   height: 8px;
   border-top: 1.5px solid #fff;
   border-right: 1.5px solid #fff;
   transition: all 0.3s;
   -webkit-transform: rotate(45deg);
   transform: rotate(45deg);
}
.btnArea2 .backtoBtn:after {
   content: '';
   position: absolute;
   top: 50%;
   left: 50px;
   margin-top: -4px;
   width: 8px;
   height: 8px;
   border-top: 1.5px solid #fff;
   border-right: 1.5px solid #fff;
   transition: all 0.3s;
   -webkit-transform: rotate(45deg);
   transform: rotate(-135deg);
}

.inputArea dl#fdw_policy dt, 
.inputArea dl#fdw_policy dd {
    border-bottom: none;
}
.inputArea dl#fdw_policy dd {
    width: 80%;
}
#fdw_policy dt {
    font-size: 0.9rem;
}



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

}


@media screen and (max-width: 1024px) {
.hero {
    margin-top: 80px;
}
.contents .contents_title .inner {
    max-width: 90%;
}

.contents .contents_title h2 {
    font-size: 1.4rem;
}
.contents .thank_text h2 {
    font-size: 1.6rem;
}



}

@media screen and (max-width: 750px) {
.hero h1 {
    font-size: 1.8rem;
}
.hero .titBox {
    padding: 3.5rem 0 3rem 0;
}

.hero .titBox span {
    font-size: 0.8rem;
}

.hero .titBox span:after {
    height: 2px;
}

.contents .contents_title .inner {
    max-width: 95%;
}

.contents .contents_title h2 {
    font-size: 1.2rem;
    line-height: 1.7;
}

.contents .contents_title h2 {
    font-size: 1.2rem;
    line-height: 1.7;
}
.contents .thank_text h2 {
    font-size: 1.4rem;
}
.thank_text p {
    font-size: 15px;
    line-height: 1.8;
}
.contents .contents_title h2 em {
    display: block;
}
.ques_form {
    padding-bottom: 7rem;
}
.textArea {
    line-height: 2;
    padding: 2rem 1rem;
}

.inputArea dt, .inputArea dd {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0 1rem 1.2rem;
}
.inputArea dl#fdw_policy dd { width: 100%}
.inputArea #fdw_mail dd {
    padding: 0 1rem 1rem 1rem;
}
.inputArea dt {
    border-bottom: none;
    padding: 1rem 0 0.5rem 1rem;
}
.inputArea #fdw_mail dd .cap {
    font-size: 13px;
}

.inputArea dt p .block {
    display: inline;
}

textarea {
    width: 100%;
}

.inputArea #fdw_address dd input, 
.inputArea #fdw_name dd input, 
.inputArea #fdw_name_kana dd input {
    width: 100%;
}

.inputArea dt em .block {
    display: initial;
}

#fdw_date dd input {
    width: 80%;
}

.inputArea #fdw_mail dd input {
    width: 90%;
}
.btnArea p span, .btnArea2 p span {
    font-size: 1rem;
}
.btnArea #submitBtn, 
.btnArea2 .backtoBtn, 
.btnArea2 #submitBtn {
    font-size: 0.95rem;
    margin: 0 0.2rem;
    padding: 20px 60px;
}


}


@media screen and (max-width: 480px) {
.hero h1 {font-size: 1.5rem;}
.hero .titBox span {margin-top: 0.3rem;}
.contents .contents_title h2 {
    font-size: 1.1rem;
    padding: 0 0.5rem;
}

.contents .contents_title h2 {
    font-size: 1.05rem;
	padding: 0;
}
.contents .thank_text h2 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
}
.thank_text p {
    font-size: 14px;
}
.thank_text p br.sp {
    display: block;
}
.textArea {
    padding: 1rem;
    text-align: left;
    font-size: 0.85rem;
    line-height: 1.9;
}
.textArea p:nth-child(1), 
.textArea p:nth-child(2), 
.textArea p:nth-child(4) {
    display: initial;
}

.ques_form {
    margin: 2rem auto;
}
.inputArea dt, .inputArea dd {
    font-size: 14px;
}
.inputArea input[type="text"] {
    padding: 0.9rem;
}

#fdw_date dd input {
    margin-left: 0;
    width: 100%;
}

#fdw_date .select {
    margin-bottom: 0.2rem;
    display: block;
}

.inputArea dd a {
    padding-left: 1rem;
    font-size: 14px;
}

.inputArea #fdw_tel dd input {
    width: 100%;
}
.btnArea p, .btnArea2 p {
    padding: 0;
}

.btnArea #submitBtn, 
.btnArea2 .backtoBtn, 
.btnArea2 #submitBtn {
    font-size: 14px;
    padding: 1rem 2.5rem;
}
.btnArea2 .backtoBtn:after {
    left: 25px;
    width: 6px;
    height: 6px;
}

.btnArea2 #submitBtn:after, 
.btnArea #submitBtn:after {
    right: 25px;
    width: 6px;
    height: 6px;
}
}
@media screen and (max-width: 320px) {
.btnArea #submitBtn, 
.btnArea2 .backtoBtn, 
.btnArea2 #submitBtn {
    padding: 1rem 2.2rem;
}
}