@charset "utf-8";

/*
 * form styles
 */
 
select::-ms-expand {
  display: none;
}

select {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	text-indent: .01px; /*Firefox用*/
	text-overflow: ""; /*Firefox用*/
/*	color: #B3B3B3;*/
	height: 45px;
	font-size: 100%;
	padding: 12px 50px 12px 12px;
	border: 1px solid #B3B3B3;
	border-radius: 4px;
	background: #FFF url(/order/img/icon_select_pulldown_white.png) no-repeat right;
}

.form-twice-column,.form-thrice-column,.form-fourth-column {_height: 1px;min-height: 1px;}
.form-twice-column:after,.form-thrice-column:after,.form-fourth-column:after {height: 0;visibility: hidden;content: ".";display: block;clear: both;} 

.form-regulation {
  border: 1px solid #e6e6e6;
  padding: 20px;
  margin-top: 10px;
  overflow: auto;
  height: 200px;
	background-color: #fff;
}
@media screen and (max-width: 767px) {
  .form-regulation { height: 200px; }
}

.form-regulation-title {
  padding-bottom: 3px;
    font-size: 18px;
    margin: 10px 0;
}
.form-regulation-title.main {
    text-align: center;
    font-size: 24px;
    margin: 10px;
}
.form-regulation-description {
  text-indent: 10px;
}
.form-regulation-list {
  padding-left: 30px;
}

.form-table {
  margin: 10px 0px 0px 0px;
}
@media screen and (max-width: 940px) {
  .form-table {
    width: 100%;
    margin: 15px 0 0 0;
  }
}
.form-table th,.form-table td {
  padding: 5px 0;
  vertical-align: middle;
}
.form-table th {
  width: 270px;
  font-weight: bold;
  font-size: 16px;
}
.form-table td {
    padding-right: 2%;
}

.form-table td.left {
    width: 455px;
    padding-left: 2%;
}
.form-table td.right_area {
    padding-right: 0;
    width: 455px;
}
.form-table input[type=text],
.form-table input[type=tel],
.form-table input[type=password],
.form-table textarea, {
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  padding: 5px 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
    height: 50px;
}
@media screen and (max-width: 767px) {
  .form-table th,.form-table td {
    display: block;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .form-table td {
    padding: 10px 5px;
  }
}
.form-table textarea.txt_area_height {
    height: 100px;
}
.form-table input[type=text],
.form-table input[type=tel],
.form-table input[type=password],
.form-table textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  padding: 5px 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
    height: 50px;
}

.select3 input[type=text]{
    width: 75%;
    border: 1px solid #ccc;
    background: #fff;
    padding: 5px 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    font-size: 18px;
    text-indent: 10px;
    text-align: right;
}

.form-table input.error-input[type=text],
.form-table input.error-input[type=tel],
.form-table input.error-input[type=password] { border-color: #e01c1c; }

.form-table input[type=radio],
.form-table input[type=checkbox] {
  display: inline-block;
  width: 20px;
}

.form-table select {
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  padding: 5px 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: .01px;
  text-overflow: "";
  font-size: 16px;
  border-radius: 0;
  position: inherit;
  background: #fff url(/order/img/icon_select_pulldown_white.png) center right no-repeat;
  cursor: pointer;
}

.form-table label { cursor: pointer; }
@media all and (-ms-high-contrast:none){
  .form-table select { background-image: none; }
}

.form-essential {
  color: #e01c1c;
}

.form-regulation-styles {
  padding: 20px 20px 0;
}
.form-regulation-styles-list { 
  padding: 10px 20px;
  line-height:1.5;
}

@media screen and (max-width: 760px) {
  .form-regulation-styles {
    padding: 10px 5px;
  }
  .form-regulation-styles-list {
    padding: 15px 0;
  }
  .form-table select {
  padding: 5px 10px;
  font-size: 14px;
  }
}

.error-message {
  border: 1px solid #e01c1c;
  background: #fce8e8;
  padding: 5px 10px;
  color: #e01c1c;
  font-weight: bold;
  transition: all 0.3s ease;
  width: auto !important;
  position: absolute;
  top: -37px;
  font-size:14px;
}
.error-message:before,.error-message:after {
  content: "";
  position: absolute;
  bottom: -14px;
  left : 15px;
  border: 7px solid transparent;
  border-top-color: #fce8e8;
  z-index: 2;
}
.error-message:after {
  bottom: -16px;
  left: 14px;
  border: 8px solid transparent;
  border-top-color: #e01c1c;
  z-index: 1;
}
@media screen and (max-width: 760px) {
  .error-message { width: 95%; }
  .error-message.error-rightside:before {
    left: 50%;
    margin-left: 21px;
  }
  .error-message.error-rightside:after {
    left: 50%;
    margin-left: 20px;
  }
}

.error-message02 {
  margin: 10px 0;
  border: 1px solid #e01c1c;
  background: #fce8e8;
  padding: 5px 10px;
  color: #e01c1c;
  font-weight: bold;
  width: auto !important;
}
.form-twice-column .one-column.one_textbox {
  float: left;
  width: 100%;
}

.one-column.send_textbox {
  width: 100%;
	text-align:left;
}

.form-twice-column .one-column {
  float: left;
  width: 48.5%;
}
.form-twice-column .one-column.btn-right_only:first-child {
  text-align: right;
  float: right;
  margin-right: 0;
}

.form-twice-column .one-column.btn-center_only:first-child {
  text-align:center;
  float:none;
  margin-left:auto;
  margin-right:auto;
}
.form-thrice-column .one-column.one-textarea {
    float:right;
    margin-left: 0;
}
.form-twice-column .one-column.add_button {
    width: 100%;
}
.form-twice-column .addsrc_button {
    width: 48%;
		float:right;
}

.form-twice-column .one-column:first-child { margin-right: 3%; }

.form-thrice-column .one-column {
  float: left;
  width: 31%;
  margin-left: 3.2%;
}

.form-thrice-column .one-column:first-child { margin-left: 0; }
.form-fourth-column .one-column {
  float: left;
  width: 22%;
  margin-left: 3.5%;
}

@media screen and (max-width: 760px) {
.form-thrice-column .one-column { width: 95%; 
  clear:both;
  width: 100%;
  margin-left: 0%;
}
.form-fourth-column .one-column {
  width: 40%;
}
}

.form-fourth-column .one-column:first-child { margin-left: 0; }
.form-fourth-column .one-column.minisize {
  float: left;
  width: 8%;
  font-weight: bold;
}

.form-fourth-column .one-column.minisize_next,
.form-thrice-column .one-column.minisize_next {
  width: 100%;
  margin-bottom:5px;
  font-weight: bold;
}

.form-fourth-column .one-column.minisize p { padding-top: 5px; }
.form-fourth-column .one-column.double-column { width: 48%; }

.form-twice-column .one-column_onebutton:first-child {
    margin-right: 0%;
}
.form-twice-column .one-column_onebutton {
    float: right;
    width: 48.5%;
}
.form-twice-column .one-column_onebutton_small:first-child {
    margin-right: 1%;
}
.form-twice-column .one-column_onebutton_small {
    float: right;
    width: 200px;
    margin-right: 5px;
}
.form-twice-column .one-column_onebutton_delete:first-child {
    margin: 0px;
}
.form-twice-column .one-column_onebutton_delete {
    float: right;
    width: 32%;
		margin-right:10px;
}
.form-twice-column .one-column_onebutton_add:first-child {
    margin-right: 5px;
}
.form-twice-column .one-column_onebutton_add {
    float: left;
    width: 120px;
}
.form-twice-column .one-column_addbutton:first-child {
    margin-right: 3%;
}
.form-twice-column .one-column_addbutton {
    width: 48.5%;
}
.right_text-column input[type=text],
.right_text-column input[type=tel],
.right_text-column select {
  width: 75%;
  float: left;
}

.right_text-column p {
  width: 25%;
  float: left;
  text-align: center;
  padding-top: 6px;
}
.form-table .form-hyphen-mode .one-column { margin: 0; }
.form-hyphen-mode .hyphen-column {
  float: left;
  width: 3%;
  text-align: center;
  padding-top: 5px;
}
.form-table .form-hyphen-mode.form-fourth-column .hyphen-column { width: 4%; }

.form-table .one-column.full-column { width: 100%; }
.form-table .one-column.check_center {
    text-align: center;
    width: 61%;
    margin: 40px auto 30px;
}
.description-input_attentions { font-size: 12px; }
.pulllist_height { height: 50px;}
.pulllist_red {
    color: #fff;
    width: 100%;
}
@media screen and (max-width: 760px) {
  #zipcode-column input[type=text] { width: 80%; }
  .form-table .is-sp-half_size { width: 48%; }
  .form-table .minisize { width: 100%; }
  .form-table .is-sp-full_size { width: 100%;}
  .form-table .is-sp-fourth-column .is-sp-half_size:nth-child(2n+1) { margin-left: 0; }
}
.confirm_form-table {
    width: 100%;
    font-size:18px;
}
.confirm_form-table th {
    width: 300px;
    padding: 5px 10px;
    font-weight: bold;
}
.confirm_form-table th.underline {
    border-bottom: solid 1px #f6f6f6;
}
.confirm_form-table th.underline_black {
    border-bottom: solid 1px #959595;
}
.confirm_form-table td {
    font-size: 16px;
}
.confirm_form-table td.underline {
    border-bottom: solid 1px #f6f6f6;
}
.confirm_form-table td.underline_black {
    border-bottom: solid 1px #959595;
}
.confirm_area_right .confirm_form-table {
    width: 100%;
    font-size:18px;
}
.confirm_area_right .confirm_form-table th {
    padding: 5px 10px;
    font-weight: bold;
    width: 65%;
}
.confirm_area_right .confirm_form-table td {
    font-size: 16px;
    text-align: right;
    padding-right: 10px;
}
.confirm_detail_left {
    display: inline;
}
.confirm_detail_right {
    margin-left: 100px;
}

.form-agreement-check { font-size: 18px; }
.confirm-column { font-size: 16px; }
#telephone_contact img {
	margin: 0 auto;
	display: block;
}
#telephone_contact_sp { display: none; }
@media screen and (max-width: 760px) {
  #telephone_contact { display: none; }
  #telephone_contact_sp { display: block; }
  #telephone_contact_sp .all_support,#telephone_contact_sp .customer_center {
    background: url(/order/img/bg_sp_telephone01.jpg) no-repeat;
    background-size: cover;
    padding-top: 39%;
    width: 100%;
    margin: 15px 0;
    border: 1px solid #ddd;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }
  #telephone_contact_sp .customer_center {
    background: url(/order/img/bg_sp_telephone02.jpg) no-repeat;
    background-size: cover;
    margin: 0;
  }
  #telephone_contact_sp .all_support p,#telephone_contact_sp .customer_center p {
    position: absolute;
    top: 42%;
    left: 17%;
    font-size: 40px;
  }
}
@media screen and (max-width: 600px) {
  #telephone_contact_sp .all_support p,#telephone_contact_sp .customer_center p {
    font-size: 36px;
    top: 40%;
  }
}
@media screen and (max-width: 480px) {
  #telephone_contact_sp .all_support p,#telephone_contact_sp .customer_center p {
    font-size: 32px;
    top: 40%;
  }
}
@media screen and (max-width: 420px) {
  #telephone_contact_sp .all_support p,#telephone_contact_sp .customer_center p {
    font-size: 28px;
    top: 38%;
  }
}
@media screen and (max-width: 360px) {
  #telephone_contact_sp .all_support p,#telephone_contact_sp .customer_center p {
    font-size: 22px;
    top: 40%;
  }
}

.prefectures-layout .one-column {
  margin-left: 0;
  width: 20%;
}
.prefectures-text { font-weight: bold; }
@media screen and (max-width: 940px) {
  .prefectures-layout .one-column { width: 25%; }
}
@media screen and (max-width: 760px) {
  .prefectures-layout .one-column { width: 33%; }
}

.img-size{
	width:48%;
	height:auto;
	margin-right:2%;
}

.innerbox .form-table{
	margin:0px;
	width:100%;
}

.innerbox p{
	padding-left:20px;
}
@media screen and (max-width: 940px) {
  .form-table .one-column label {
    padding: 2px 5px 5px;
    display: inline-block;
  }
}
@media screen and (max-width: 760px) {
  .sp-thrice-column .one-column {
    width: 31%;
    float: left;
    clear: none;
    margin-left: 2%;
  }
  .sp-two-column .one-column {
    width: 48%;
    float: left;
    clear: none;
    margin-left: 2%;
  }
}
.logo-card {
  display: block;
  font-size: 0;
  line-height: 0;
  width: 100%;
}
.creditcard-column {
  float: left;
  width: 67%;
  margin-left: 2%;
}
@media screen and (max-width: 760px) {
  .creditcard-column {
    clear: both;
    float: none;
    width: 100%;
    padding-top: 7px;
    margin-left: 0;
  }
}
.attention-message {
  margin: 10px 0 10px;
  border: 1px solid #e6db55;
  background: #ffffe0;
  padding: 5px 10px;
  color: #333333;
  font-weight: bold;
  width: auto !important;
}

.form-table.mt10 {
	margin-top:10px;
}
.send_date_area {
    margin: 0px;
    padding: 0px 0px 10px 10px;
    text-align: right;
		overflow:hidden;
}
.send_img {
	float:left;
	margin-top:15px;
}
.send_select {
	float:left;
	padding-top:30px;
	margin-left:50px;
	font-size:18px;
}
.txt_date {
text-align: right;
    width: 75%;
    display: table;
    float: left;
    margin: 15px 0;
    font-size: 18px;
}
.atention_title {
    text-align: center;
    font-size: 24px;
}
.atention_title_icon {
    background: url(/order/img/icon_attention.png) center left no-repeat;
    padding: 10px 0 10px 50px;
    min-height: 15px;
    display: inline-block;
}


.confirm_area_left input[type=radio],
.confirm_area_left input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
.confirm_area_left input[type=radio] + label,
.confirm_area_left input[type=checkbox] + label {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    line-height: 30px;
    cursor: pointer;
}
 
@media (min-width: 1px) {
    .confirm_area_left input[type=radio],
    .confirm_area_left input[type=checkbox] {
        display: none;
        margin: 0;
    }
    .confirm_area_left input[type=radio] + label,
    .confirm_area_left input[type=checkbox] + label {
        padding: 0 0 0 30px;
    }
    .confirm_area_left input[type=radio] + label::before,
    .confirm_area_left input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 15px;
        left: 0;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 20px;
        height: 20px;
        margin-top: -9px;
        background: #FFF;
    }
    .confirm_area_left input[type=radio] + label::before {
        border: 2px solid #aaaaaa;
        border-radius: 30px;
    }
    .confirm_area_left input[type=checkbox] + label::before {
        border: 2px solid #aaaaaa;
    }
    .confirm_area_left input[type=radio]:checked + label::after,
    .confirm_area_left input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 15px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    .confirm_area_left input[type=radio]:checked + label::after {
        left: 5px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background: #E71063;
        border-radius: 8px;
    }
    .confirm_area_left input[type=checkbox]:checked + label::after {
        left: 3px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #E71063;
        border-bottom: 3px solid #E71063;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

/*RadioとText*/
input[type=radio] {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-right:5px;
}

/*
label.radio_text {
	cursor       : pointer;
	position     : relative;
	padding-left : 5px;
	margin-right : 20px;
	overflow     : hidden;
	padding-left : 20px;
	/*display      : inline-block;
	margin-top:10px;
	margin-bottom:10px;
}
label.radio_text:before {
	position      : absolute;
	width         : 15px;
	height        : 15px;
	border        : 1px solid #666;
	border-radius : 50%;
	left          : 0px;
	top           : 4px;
	content       : '';
	z-index       : 3;
}
label.radio_text:after {
	content          : '';
	position         : absolute;
	width            : 11px;
	height           : 11px;
	border-radius    : 100%;
	left             : 3px;
	top              : 7px;
	background-color : #000;
	z-index          : 1;
}
label.radio_text input[type="radio"] {
	-moz-appearance: none;
	-webkit-appearance: none;	
	position   : absolute;
	z-index    : 2;
	width      : 20px;
	height     : 20px;
	left       : -23px;
	top        : 1px;
	margin     : 0px;
	box-shadow : 20px -1px #fff;
}

 @media all and (-ms-high-contrast:none)
     {
 *::-ms-backdrop,
	label.radio_text input[type="radio"] ,
	label.radio_text input[type="radio"]:checked ,
	label.radio_text input[type="radio"]:focus {
		display:none
	}
     }
		 
label.radio_text input[type="radio"]:checked {
	box-shadow : none;
}
label.radio_text input[type="radio"]:focus {
	opacity    : 0.2;
	box-shadow : 20px -1px #FFF;
}
*/

