body.check dt {
	color: #506e9e;
}
.address_head {
	color: #506e9e;
	font-weight: 700;
}
.mb20 {
	margin-bottom: 20px;
}
form {
    margin: 0 3% 20px  3%;
    text-align: left;
}
span.ok,
span.option,
span.required {
    font-size: 12px;
    color: #fff;
    padding: 1px 4px 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-weight: 700;
}
input[type="text"] {
    display: block;
    border: 1px solid #9a9a9a;
    background-color: #ebebeb;
    padding: 0 5px;
    font-size: 1.2em;
    border-radius: 4px;
    box-sizing: border-box;
}
.data_set{
    margin: 10px 0;
    border: 1px solid #ccc;
    line-height: 1.2em;
}
.data_img{
    width: 25%;
    float: left;
    max-height: 70px;
    overflow: hidden;
}
.data_doc{
    width: 75%;
    float: right;
    padding: 5px 0 5px 5px;
    box-sizing: border-box;
}
.data_doc h5 {
    margin: 0;
    font-size: 1em;
}
div.telbox {
    padding: 3px;
    border: 1px solid #002344;
    background: #cfedff;
}
div.telbox div {
    margin: 0 auto;
    padding-top: 1%;
    width: fit-content;
    line-height: 1.3em
}
div.telbox div span {
    font-size: 1.5em;
    font-weight: 700;
    color: #f87400;
}
div.telbox a.tel {
    color: #002344;
    text-decoration: none;
}
div.telbox small {
    font-size: 90%;
}
::-webkit-input-placeholder {
  color: #848484;
}
::-moz-placeholder {
  color: #848484; opacity: 1;
}
:-ms-input-placeholder {
  color: #848484;
}
fieldset{
    border: none;
    margin: 0;
    padding: 0;
}
div.ui-controlgroup {
    border: 1px solid #ccc;
    margin: 5px 0;
}
div.ui-radio {
    border-bottom: 1px solid #ccc;
    padding: 8px;
}
select {
    font-size: 1.2em;
    line-height: 2.2em;
    border-radius: 4px;
    box-sizing: border-box;
	position: relative;
	background: -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
	background: linear-gradient(to bottom, #fff 0%,#efebe1 100%);
}
.select-wrap {
    position:relative;
	display: inline-block;
}
serect,option,label {
    position: relative;
}
label input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

input[type="radio"]:checked + span::before {
    border-width: 6px;
}
dd input[type="checkbox"] + span,
dd input[type="radio"] + span {
    position: relative;
    padding: 0 0 0 25px;
    line-height: 1.3em;
    margin-right: 15px;
	white-space: nowrap
}
dd input[type="radio"] + span::before {
    z-index: 0;
    top: 3px;
    left: 0;
    background: #fff;
    width: 20px;
    height: 20px;
    border: 2px #002663 solid;
    position: absolute;
    display: inline-block;
    content: '';
    box-sizing: border-box;
    border-radius: 22px;
}
textarea {
    width: 100%;
    box-sizing: border-box;
    margin: 5px 0;
    background-color: #ebebeb;
    font-size: 1.2em;
    border-radius: 4px;
    height: 100px;
    border: 1px solid #9a9a9a;
}
dd select.v_required,
input.necessary {
    background: #ffcece;
}
.back_btn {
	display: inline-block;
    border-radius: 4px;
    text-decoration: none;
    text-align: center;
    -webkit-box-shadow: inset 0 -1px 1px 0 rgba(0,0,0,.2);
    box-shadow: inset 0 -1px 1px 0 rgba(0,0,0,.2);
    font-size: 1.2em;
    line-height: 2.5em;
    color: #5b5b5b;
    border:0;
    margin-bottom: 30px;
	padding: 0 2em;
}
.form_btn {
	display: inline-block;
    background: #002663;
    border-radius: 4px;
    text-decoration: none;
    text-align: center;
    -webkit-box-shadow: inset 0 -1px 1px 0 rgba(0,0,0,.2);
    box-shadow: inset 0 -1px 1px 0 rgba(0,0,0,.2);
    font-size: 1.2em;
    line-height: 2.5em;
    color: #fff;
    border:0;
    margin: 20px 0;
}
ol {
    text-align: center;
    margin: 20px;
    margin: 20px 0 40px 0;
}
.contact_list {
    display: inline-block;
}
ol .contact_list:nth-child(1),
ol .contact_list:nth-child(2){
    width:  30%;
}
.contact_icon {
    position: relative;
    z-index: 0;
    overflow: hidden;
    width: 32px;
    min-width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #999;
    background: #fff;
    border: 1px solid #999;
    line-height: 33px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: border .24s ease-out,color .24s ease-out;
    -o-transition: border .24s ease-out,color .24s ease-out;
    transition: border .24s ease-out,color .24s ease-out;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.contact_text {
    color: #484848;
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 14px;
    -webkit-transition: color .24s ease-out;
    -o-transition: color .24s ease-out;
    transition: color .24s ease-out;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.contact_list-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact_list-inner:after {
    content: '';
    height: 1px;
    background-color: #ddd;
    display: inline-block;
    width: 100%;
    position: relative;
    top: 0;
    bottom: 0;
    margin: auto 12px;
}
.focus .contact_list-inner span.contact_icon {
    background: #002663;
    border-color: #002663;
    color: #fff;
}
.focus .contact_list-inner span.contact_text {
    color: #002663;
    font-weight: 700;
}
button:disabled {
    background: #ccc;
}

.comon-table02 th {
    vertical-align: top;
    padding-top: 0.8em;
}
td {
    vertical-align: top;
    position: relative;
    padding-bottom: 30px;
}
input.inputError {
    background:#ffcece;
}
select.optionOk,
textarea.optionOk,
input.optionOk,
select.inputOk,
textarea.inputOk,
input.inputOk{
    background:#d6efc7!important;
}
div.btn {
    text-align: center;
    width: 100%;
}

input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
input[type="checkbox"] + span::before,
input[type="checkbox"] + span::after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: '';
  box-sizing: border-box;
}
input[type="checkbox"] + span::before {
  z-index: 0;
  background-color: transparent;
  width: 22px;
  height: 22px;
  border: 2px #002663 solid;
  border-radius: 5px;
}
input[type="checkbox"] + span::after {
  z-index: 1;
  margin: 5px 8px;
  width: 6px;
  height: 9px;
}
input[type="checkbox"]:checked + span::before {
  background-color: #002663;
}
input[type="checkbox"]:checked + span::after {
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
dd.radio,
.checkbox_set {
    padding: 8px 30px 8px 8px;
}
.date_set + span.option:before,
.checkbox_set + span.option:before,
select + span.option:before,
input.voluntary + span.option:before,
textarea.voluntary + span.option:before {content: "任意";}
select + span.required:before,
input.inputErrer + span.required:before,
input.necessary + span.required:before {content: "必須";}
span.ok:before,
.optionOk + span.option:before,
.inputOk + span.required:before {content: "OK"!important;}
.add {
    position: absolute;
    z-index: 100;
    background: red;
    color: #fff;
    border-radius: 4px;
    top: -30px;
    padding: 2px 5px;
    display: table;
}
.add:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -7px;
	border: 7px solid transparent;
	border-top: 7px solid red;
}
.fav {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 140px;
    z-index: 10;
	text-align: center;
	
    display: inline-block;
    background: #ffcece;
    border: 2px solid #fff;
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);
    border-radius: 4px;
    color: #000;
    text-decoration: none;
    line-height: 1em;
    padding: 5px;
}
.fav span{
    color: red;
	font-size: 1.3em;
	font-weight: 700;
	margin-left: 2px;
}

input.hasDatepicker + img {
    position: absolute;
    bottom: 0.6em;
    right: 0.5em;
}

@media (max-width: 799px){
dd select,
.select-wrap {
    width: 100%;
}
input[type="text"] {
    line-height: 2.2em;
}
dl {
    padding-bottom: 1em;
    border-bottom: 1px solid #ccc;
}
dl dt {
    margin-top: 1em;
}
dl dd {
    margin: 0;
	padding: 0;
	position: relative;
}
.relative {
    position: relative;
}
input {
	width: 100%;
}
input[type="checkbox"] + span,
input[type="radio"] + span {
    position: relative;
    padding: 0 0 0 25px;
    line-height: 1.3em;
}
.date_set + span.option,
.checkbox_set + span.option,
select + span.option,
input.voluntary + span.option,
textarea.voluntary + span.option{
    right: 0;
    top: -1.8em;
    background: #008fe2;
    text-align: center;
    position: absolute;
}
select + span.required,
input.inputErrer + span.required,
input.necessary + span.required {
    right: 0;
    top: -1.8em;
    background: red;
    text-align: center;
    position: absolute;
}
input.inputErrer + span.option,
input.necessary + span.option {
    right: 0.5em;
    top: -1.8em;
    background: #008fe2;
    text-align: center;
    position: absolute;
}
.optionOk + span.option,
span.ok,
.inputOk + span.required,
.optionOk + span.option {
    top: -1.8em;
    right: 0.1em;
    background: #72bf44!important;
    text-align: center!important;
    position: absolute!important;
}
p.inputOk + span.option{
	top:0!important;
}
.answer {
    position: absolute;
    background: #ffffff;
    border: 1px solid #006ba9;
    color: #006ba9;
    border-radius: 4px;
    padding: 1px 4px 0px 4px;
    top: -1.8em;
    right: 2.5em;
}
}


@media (min-width: 800px){
form h3 {margin-top: 45px!important;}
dl {
    border-bottom: 1px solid #ccc;
	clear: both;
}
dl dd {
    margin: 5px 0;
	padding-left: 200px;
    position: relative;
    min-height: 2em;
}
dl dd p {
    font-size: 1.2em;
}
dl dt {
	clear: left;
	float: left;
	width: 200px;
    padding: 8px 30px 8px 8px;
	box-sizing: border-box;
}
body.check dd {
    padding: 8px 30px 8px 8px;
}
select::-ms-expand {
    display: none;
}
dd select,
dd input[type="text"] {
    display: inline-block;
	width: 330px;
	max-width: 100%;
	height: 2em;
	border:1px solid #ccc;
	padding-left: 10px;
}
dd textarea {
	width: 600px;
}
.date_set + span.option,
.checkbox_set + span.option,
dd.radio span.option,
select + span.option,
input.voluntary + span.option,
textarea.voluntary + span.option{
    top: 0.8em;
    left: 152px;
    width: 2.5em;
    background: #008fe2;
    text-align: center;
    position: absolute;
}
select + span.required,
input.inputErrer + span.required,
input.necessary + span.required {
    top: 0.8em;
    left: 152px;
    width: 2.5em;
    background: red;
    text-align: center;
    position: absolute;
}
span.ok,
.checkbox_set.optionOk + span.option,
.checkbox_set.inputOk + span.option,
p.inputOk + span.option,
select.optionOk + span.option,
select.inputOk + span.required,
textarea.inputOk + span.option,
.optionOk + span.option,
.optionOk + span.required
.inputOk + span.option,
.inputOk + span.required {
    top: 0.8em;
    left: 152px;
    width: 2.5em;
    background: #72bf44!important;
    text-align: center;
    position: absolute;
}
div.select-wrap span {
    left: -48px!important;
}
	
    form{
        margin:0 0 80px 0;
    }
    .comon-table01 {
        font-size: 14px;
        margin: 10px 0;
        width: 100%;
        border-collapse: collapse;
        border-color: grey;
    }
    .comon-table01 th {
        background: #EFF1E1;
        text-align: left;
    }
    #customerTable {
        background: #fff;
        padding: 20px;
    }
    table.comon-table02{
        display: block;
        width: 100%;
        height: auto;
        padding: 19px;
        box-sizing: border-box;
        border-collapse:collapse;
    }
div.telbox {
    padding: 10px 80px;
    background: #e6f7fd;
    border: 1px solid #2e4b6b;
    margin: 10px 0;
}
div.telbox div {
    font-size: 26px;
    font-weight: 700;
    color: #00253b;
}
div.telbox div span {
    font-size: 1.3em;
    color: #f87400;
}

#desireCheck td {
    padding-top: 0.8em;
}

.address_set {
	border-bottom: 1px solid #ccc;
	padding-bottom: 1em;
}
.address_set .address_head {
    position: absolute;
    margin-top: 56px;
}
.address_set dl{
    margin: 0;
    padding: 0;
    border: 0;
    width: 800px;
    padding-left: 20px;
    margin-left: 120px;
    border-left: 1px solid #ccc;
}
.answer {
	display: inline-block;
    background: #ffffff;
    border: 1px solid #006ba9;
    color: #006ba9;
    border-radius: 4px;
    padding: 2px 5px 0px 5px;
    top: 5px;
	margin-right: 10px;
}
.date_set {
    position: relative;
    display: inline-block;
	vertical-align: top;
}
select {width: 230px!important;}
}