@charset "utf-8";

/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/

html,
input,
textarea,
select,
button {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

html {
  color: #222;
  background-color: #fafafa;
  font-size: 14px;
  line-height: 1.6;
  word-break: break-all;
}

body {
  margin: 0;
  position: relative;
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}
body.system-web-top {
  opacity: 1;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
}

p {
  margin: 0 0 1em;
  padding: 0;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: #333;
  text-decoration: none;
}

a:active {
  opacity: 0.8;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
select,
textarea,
button {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  outline: none;
  margin: 0;
}

input:not([type="radio"]):not([type="checkbox"]),
select
{
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

input::placeholder {
  color: #ddd;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

button {
  background-color: transparent;
  cursor: pointer;
  padding: 0;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

#wrapper {
  min-width: 320px;
  position: relative;
  overflow: hidden;
}

.outer-block {
  min-width: 320px;
}

.inner-block {
  margin: auto;
  max-width: 450px;
  padding: 0 20px;
  position: relative;
}

.contents-block .inner-block {
  padding: 0 20px 75px;
}

input[type="submit"] {
  -webkit-text-size-adjust: 100%;
}

.js-based {
  display: none;
}

/*------------------------------------------------------------------------------
common-parts
------------------------------------------------------------------------------*/
.common-txt-size p,
.common-txt-size .verification,
.common-txt-size td,
.common-txt-size span {
  font-size: 16px;
}

.table-box p,
.table-box .verification,
.table-box td,
/*.table-box span,*/
.table-box02 span,
.table-box02 p,
.table-box03 span,
.table-box03 p,
.label-txt span,
.label-txt p,
.table-btn span {
  padding: 2px 4px;
}

.label-txt.padding-adjust .ttl-label {
  padding: 2px 12px;
}

.label-txt .txt-color01,
.label-txt .txt-color02 {
  padding: 0;
}

.description-txt {
  font-size: 18px;
}

.description-box {
  padding: 15px;
}

.margin-b {
  margin-bottom: 30px;
}

.txt-color01 {
  color: #ec001c;
  font-weight: bold;
}

.txt-color02 {
  color: #222;
  font-weight: bold;
}

.label-txt {;
  margin: 0;
  position: relative;
  padding-left: 3em;
}
.label-txt + .label-txt {
  margin-top: 5px;
}

.label-txt.txt-adjust {
  padding-left: 5em;
}

.label-txt02 {
  display: inline-block;
  vertical-align: top;
}

.label-txt03 {
  display: table-cell;
  width: 50%;
}

.label-txt.baggege {
  margin-bottom: 10px;
  font-weight: bold;
}

.list-ttl h2 {
  font-size: 16px;
  font-weight: bold;
}

.list-ttl {
  padding: 20px 0 10px;
  border-bottom: solid 2px #5cad3c;
  margin-bottom: 15px;
}

.inner-block.no-padding {
  padding: 0;
}

/*------------------------------------------------------------------------------
header
------------------------------------------------------------------------------*/

.header {
  background: #fff;
  border-bottom: solid 1px #e6ecf0;
  padding: 15px 0;
  margin-bottom: 30px;
}

.header02 {
  margin-bottom: 0;
}

.header .back-btn {
  padding-left: 3px;
}

.header .ttl {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 374px) {
  .header .ttl01 {
    font-size: 18px;
  }
}

.header .back-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
}

.header .back-btn a {
  font-size: 14px;
  margin: 0;
  padding-left: 16px;
  color: #00a0e9;
  position: relative;

}

.header .back-btn a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/common/arrow-left.svg) no-repeat;
  width: 11px;
  height: 15px;
  background-size: 11px;
}

.header .back-btn img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 10px;
  left: -13px;
}

.header-subttl {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #5cad3c;
  text-align: center;
  padding: 14px 0;
  margin-bottom: 30px;
}

.header-subttl.color01 {
  background: #df031d;
}

/* form
----------------------------------------*/
input:not([type="radio"]):not([type="checkbox"]):not([type="image"]),
select {
  background: #fff;
  border: solid 1px #ddd;
  border-radius: 4px;
  font-size: 16px;
  display: block;
  padding: 5px 10px;
  width: 100%;
  height: 45px;
}

input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):focus, select:focus, textarea:focus {
  border-color: #5cad3c;
}

form .txt-s {
  font-size: 14px;
  display: block;
  margin: 10px 0;
  line-height: 1;
}

.form-price {
  width: 93%;
  position: relative;
}

.form-price:after {
  content: '円';
  display: inline-block;
  font-size: 18px;
  vertical-align: middle;
  position: absolute;
  top: 9px;
  right: -21px;
}

.form-comment {
  margin-top: 10px;
}

textarea {
  border-radius: 4px;
  height: 85px;
  width: 100%;
  font-size: 18px;
  padding: 10px;
  resize: none;
  border: solid 1px #ddd;
 -webkit-appearance: none;
 vertical-align: top;
}


/* form-box
----------------------------------------*/
.form-box {
  margin-bottom: 30px;
}

.form-box.under-border {
  padding-bottom: 20px;
  border-bottom: solid 1px #eee;
}

/* ttl
----------------------------------------*/

.common-ttl01 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 10px;
  position: relative;
}

.common-ttl01 img {
  width: 15px;
  margin-right: 5px;
}

.common-ttl01 .img-resize01 {
  width: 11px;
}

.common-ttl01 .img-resize02 {
  width: 13px;
}

.common-ttl01 .img-resize03 {
  width: 14px;
}

.common-ttl01 span {
  font-size: 12px;
  font-weight: lighter;
  color: #fff;
  background-color: #d80000;
  padding: 4px 4px;
  margin-left: 10px;
  text-indent: 0;
  position: absolute;
  top: -2px;
}

.ttl-label,
.ttl-label02{
  font-size: 12px;
  font-weight: lighter;
  color: #fff;
  background-color: #5cad3c;
  margin-right: 6px;
}

.ttl-label {
  position: absolute;
  top: 0;
  left: 0;
}

.ttl-label02 {
  position: absolute;
  top: 4px;
  left: 0;
}

.ttl-label03 {
  position: absolute;
  top: 23%;
  left: 0;
}

/* selectbox
/* selectbox
----------------------------------------*/
.selectbox,
.two-selectbox,
.expiration-month,
.expiration-years {
  position: relative;
}

.selectbox select,
.two-selectbox {
  display: inline-block;
  background: #eee;
  background-color: #fff;
  border-radius: 4px;
  vertical-align: middle;
}

.selectbox:after {
  content: '';
  display: inline-block;
  width: 27px;
  height: 100%;
  background: url(../img/common/arrow-down.png) no-repeat center center, #676f7a;
  background-size: 7px;
  border-left: 0;
  border-radius: 0 4px 4px 0;
  right: 0;
  top: 0;
  position: absolute;
  pointer-events: none;
}

.two-selectbox-area {
  font-size: 0;
}

.two-selectbox {
  width: 48%;
}

.two-selectbox.month {
  margin-right: 4%;
}

.two-selectbox.month:after {
  content: '';
  display: inline-block;
  width: 27px;
  height: 100%;
  background: url(../img/common/arrow-down.png) no-repeat center center, #676f7a;
  background-size: 7px;
  border-left: 0;
  border-radius: 0 4px 4px 0;
  right: 0px;
  top: 0;
  position: absolute;
  pointer-events: none;
}

.two-selectbox.years:after {
  content: '';
  display: inline-block;
  width: 27px;
  height: 100%;
  background: url(../img/common/arrow-down.png) no-repeat center center, #676f7a;
  background-size: 7px;
  border-left: 0;
  border-radius: 0 4px 4px 0;
  right: 0px;
  top: 0;
  position: absolute;
  pointer-events: none;
}

/* radio-btn
----------------------------------------*/
.radio-btn-area {
  display: block;
  margin-top: 12px;
  line-height:1;
}

.radio-btn {
  display: inline-block;
  line-height: 1;
}

.radio-btn input {
  display: none;
}

.radio-btn span {
  font-size: 16px;
  display: inline-block;
  padding-left: 1.5em;
  position: relative;
}

.radio-btn span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #777777;
  background-color: #fff;
  border-radius: 50%;
}

.radio-btn input:checked + span:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 6px;
  height: 6px;
  background: #777777;
  border-radius: 50%;
}

/* btn
----------------------------------------*/
.form-margin {
  margin: 10px 0 0;
}

.form-margin02 {
  margin-bottom: 30px;
}

.input-btn:active {
  opacity: 0.8;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*.input-btn {
  width: 225px;
  height: 40px;
}


.title-btn {
  background-color: #5cad3c;
  border-radius: 3px;
  text-align: center;
  font-size: 14px;
  margin: 0 auto;
}
*/.title-btn button {
  width: 100%;
}

.title-btn.color01 button {
  background-color: #727271;
}

.title-btn.color02 button,
.title-btn.color02 a {
  background-color: #ec5527;
}

.title-btn.color03 button,
.title-btn.color03 a{
  background-color: #f19f02;
}

.title-btn button,
.title-btn a {
  color: #fff;
  text-align: center;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  width: 100%;
  font-size: 16px;
  background-color: #5cad3c;
  padding: 15px;
  border-radius: 3px;
}

.title-btn.register-btn button {
  border: solid 1px #5cad3c;
  background-color: rgba(0, 0, 0, 0.0);
  color: #5cad3c;
}

.title-btn button.deleat-btn,
.title-btn a.deleat-btn  {
  background-color: #d80909;
}

.title-btn button.edit-btn,
.title-btn a.edit-btn  {
  background-color: #f19f02;
}

.btn-box.two-btn {
  font-size: 0;
}

.btn-box.two-btn .box {
  width: 48%;
}

.btn-box.two-btn .box button,
.btn-box.two-btn .box a {
  font-size: 13px;
  height: 56px;
}

.btn-box .box {
  display: inline-block;
  vertical-align: middle;
}

.btn-box .box + .box {
  margin-left: 4%;
}

.table-btn {
  margin-top: 25px;
}

.table-btn .title-btn button {
  padding: 15px 0;
}

.table-btn .send-btn,
.table-btn .delivery-btn02 {
  padding: 5px !important;
}

.table-btn .send-btn span,
.table-btn .delivery-btn02 span {
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  margin-left: 21px;
  position: relative;
}

.table-btn .delivery-btn span {
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  position: relative;
}

.table-btn .send-btn span:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 12px;
  background: url(../img/common/ico_mail02.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.table-btn .delivery-btn02 span:before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 15px;
  background: url(../img/common/ico_baggage02.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.table-btn .delivery-btn span:before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 15px;
  background: url(../img/common/ico_baggage02.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin: -3px 5px 0 0;
}

.sender-btn {
  display: table-cell;
}

.sender-btn button {
  padding: 7px 0;
}

.sender-btn02 button,
.sender-btn02 a {
  padding: 15px 0;
}

.check-btn {
  margin-bottom: 20px;
}

.check-btn a:before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 15px;
  background: url(../img/common/ico_info_white.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin: -3px 5px 0 0;
}


/* tab
----------------------------------------*/
.tab-area {
  background-color: #fafff8;
  padding-top: 24px;
}

.tab-area02 {
  background-color: #fafafa;
  border-top: solid 1px #e6ecf0;
}

.tab-box.two-tab {
  font-size: 0;
  border-bottom: solid 4px #5cad3c;
  margin: 0 -20px;
  text-align: center;
}

.tab-box.two-tab .box {
  width: 42%;
}

.tab-box.two-tab .box button {
  font-size: 13px;
}

.tab-box .box {
  display: inline-block;
  vertical-align: middle;
}

.tab-box .box + .box {
  margin-left: 4%;
}

.tab-box .color01 a {
  background-color: #aaa;
}

.tab-btn {
  border-radius: 3px 3px 0px 0px;
}

.tab-btn a {
  color: #fff;
  text-align: center;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  width: 100%;
  font-size: 16px;
  background-color: #5cad3c;
  vertical-align: middle;
  padding: 4px 10px;
  border-radius: 3px 3px 0px 0px;
}

.tab-btn02 a {
  padding: 16.5px 10px;;
}

/* table
----------------------------------------*/
.table-box {
  border: solid 1px #eee;
  border-radius: 5px;
  /*padding: 15px;*/
  background-color: #fff;
}

.table-box a {
  display: block;
  padding: 15px;
}

.table-box02 {
  padding-bottom: 15px;
  border-bottom: solid 1px #eee;
}

.table-box + .table-box {
  margin-top: 15px;
}

.table-box02 + .table-box02 {
  margin-top: 15px;
}

.table-ttl-box {
  display: table;
  padding-bottom: 15px;
  border-bottom: solid 1px #eee;
  width: 100%;
}

.table-ttl-box02 {
  display: table;
  padding: 15px 0;
  border-bottom: solid 1px #eee;
  width: 100%;
}

.table-ttl-box03 {
  display: table;
  width: 100%;
}

.table-ttl {
  vertical-align: middle;
}

.td-ttl01 {
  width: 100px;
  padding-right: 7px;
  top: 3px;
}

.td-ttl02 {
  width: 60px;
  vertical-align: top;
  padding-top: 6px;
}

.table-txt,
.table-ttl {
  display: table-cell;
  vertical-align: middle;
  min-width: 100px;
}

.table-detail {
  margin-top: 15px;
}

.table-detail th {
  text-align: left;
}

.table-detail td {
  padding-bottom: 15px;
}

.table-detail tr:last-child td {
  padding-bottom: 0;
}

/*------------------------------------------------------------------------------
info-verification
------------------------------------------------------------------------------*/
.sender-info-verification .verification,
.sender-info-verification p,
.driver-info-verification .verification,
.driver-info-verification p,
.page-top-driver-check .verification,
.page-top-driver-check p,
.page-top-sender-check .verification,
.page-top-sender-check p,
.page-register-driver .verification {
  font-size: 16px;
}

.verification:not(:last-child) {
  margin-bottom: 8px;
}

.register-confirm-area {
  display: none;
}

/*------------------------------------------------------------------------------
login
------------------------------------------------------------------------------*/

.title-logo-block {
  padding: 120px 0 0;
}
.title-logo-block.web-second-page {
  padding: 40px 0 0;
}

.title-logo-block img {
  width: 100%;
}

.register-select-block .inner-block {
  padding: 0 20px 134px;
}

/*** TOP ***/
.index-page.title-logo-block img {
  display: none;
}

.register-link {
  text-align: right;
  text-decoration: underline;
}


/*------------------------------------------------------------------------------
message
------------------------------------------------------------------------------*/
.page-message {
  padding-bottom: 45px;
}

.message-list li {
  position: relative;
  border-bottom: solid 1px #eeeeee;
}

.message-list li a {
  display: block;
  padding: 15px 20px;
  font-size: 16px;
}

.message-list li p {
  color: #aaa;
}

.message.name {
  font-weight: bold;
}

.message.date {
  color: #aaa;
  float: right;
  position: relative;
  margin-right: 20px;
}

.message.date:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 12px;
  background: url(../img/common/arrow-right02.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: -14px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.message-list li .mail-txt {
  font-size: 14px;
  margin-top: 5px;
}

.page-message-detail .send-area {
  padding: 0 10px;
}

.page-message-detail .send-area .input-btn {
  margin-top: 15px;
}

.no-message-box {
  text-align: center;
  padding: 30px 0;
}

/*------------------------------------------------------------------------------
message-detail
------------------------------------------------------------------------------*/
.page-message-detail {
  padding-bottom: 75px;
}

.message-dtl-list {

}

.message-dtl-list li {
  margin-bottom: 20px;
}

.message-dtl-list li.own {
  
}

.message-dtl-list .date {
  color: #aaa;
  text-align: center;
  margin-bottom: 10px;
}

.message-dtl-list .message-box {
  display: inline-block;
  border-radius: 4px;
  padding: 10px;
  position: relative;
  border: solid 1px #e6ecf0;
}

.message-dtl-list li.own .message-outer {
  margin-left: 20px;
  text-align: right;
}

.message-dtl-list li.own .message-box {
  background-color: #bef2aa;
  margin-right: 11px;
  text-align: justify;
}

.message-dtl-list li.own .message-box:after {
  content: '';
  display: inline-block;
  width: 11px;
  height: 10px;
  background: url(../img/common/arrow-message01.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -11px;
  margin: auto;
}

.message-dtl-list li.receive .message-outer {
  margin-right: 20px;
}

.message-dtl-list li.receive .message-box {
  background-color: #f2f2f2;
  margin-left: 11px;
}

.message-dtl-list li.receive .message-box:after {
  content: '';
  display: inline-block;
  width: 11px;
  height: 10px;
  background: url(../img/common/arrow-message02.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -11px;
  margin: auto;
}

.message-dtl-list li .message-box a {
  text-decoration: underline;
}

/*------------------------------------------------------------------------------
setting
------------------------------------------------------------------------------*/
.setting-space {
  height: 30px;
  background: #fafafa;
}

.setting-menu.name {
  padding: 15px 20px;
  border-top: solid 1px #e6ecf0;
  border-bottom: solid 1px #e6ecf0;
}

.setting-menu.pass,
.setting-menu.privacy-policy,
.setting-menu.logout {
  border-top: solid 1px #e6ecf0;
  border-bottom: solid 1px #e6ecf0;
}

.setting-menu:last-child {
  border-top: none;
}

.setting-menu .label-txt + .label-txt {
  margin-top: 10px;
}

.setting-menu.logout a {
  color: #f01b1b;
}

.setting-menu.pass a,
.setting-menu.privacy-policy a,
.setting-menu.logout a {
  display: block;
  padding: 15px 20px;
}

/*------------------------------------------------------------------------------
privacy
------------------------------------------------------------------------------*/
.privacy h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.privacy h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0 15px;
}

.privacy .contact p {
  margin-bottom: 10px;
}

.privacy .contact p:first-child {
  margin-top: 20px;
}

.privacy .contact p:last-child {
  margin-bottom: 0;
}

/*------------------------------------------------------------------------------
password
------------------------------------------------------------------------------*/
.pass-setting-ttl h2 {
  font-size: 16px;
  font-weight: bold;
}

.pass-setting-ttl {
  margin-bottom: 10px;
}

/*------------------------------------------------------------------------------
register_driver_check
------------------------------------------------------------------------------*/
.account-registration dt {
  color: #aaaaaa;
}

/*------------------------------------------------------------------------------
information
------------------------------------------------------------------------------*/
.info {
  background-color: #fff;
}

.info .padding-reset {
  padding-bottom: 0;
}

/*------------------------------------------------------------------------------
information_driver_sent
------------------------------------------------------------------------------*/
.info.driver-sent .table-txt p {
  display: table-cell;
}

/*------------------------------------------------------------------------------
driver-schedule-check
------------------------------------------------------------------------------*/
.info.driver-schedule-check .btn-box {
  margin-bottom: 20px;
}

/*------------------------------------------------------------------------------
user_sender_detail
------------------------------------------------------------------------------*/
.user-info-ttl-box {
  display: table;
  padding: 15px 0;
  width: 100%;
}

/*------------------------------------------------------------------------------
user_sender
------------------------------------------------------------------------------*/
.user-list li {
  position: relative;
  border-bottom: solid 1px #eeeeee;
}

.user-list li a {
  display: block;
  padding: 25px 20px;
  font-size: 16px;
}

.user-list li a:after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/common/arrow-right.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page-user-sender .tab-area02 {
  padding-bottom: 45px;
}

/*------------------------------------------------------------------------------
user_sender_detail
------------------------------------------------------------------------------*/
.color01 {
  background: #444;
}

/*------------------------------------------------------------------------------
user_sender
------------------------------------------------------------------------------*/
.page-user-driver .tab-area02 {
  padding-bottom: 45px;
}

/*------------------------------------------------------------------------------
confirm
------------------------------------------------------------------------------*/
.confirm-area {
  background: #fafff8;
}

.confirm .table-box {
  margin-bottom: 20px;
}

.confirm .sender-btn {
  margin-bottom: 20px;
}

.confirm .sender-btn a:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 15px;
  background: url(../img/common/ico_info_white.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}

.confirm .delivery-btn {
  padding: 5px !important;
}

.confirm .delivery-btn span {
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  margin-left: 21px;

  position: relative;
}

.confirm .delivery-btn span:before {
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.confirm-ttl h2 {
  font-size: 16px;
  font-weight: bold;
}

.confirm-ttl {
  margin: -10px 0 15px;
}

/*------------------------------------------------------------------------------
footer
------------------------------------------------------------------------------*/

.footer {
  background: #fff;
  width: 100%;
  position: fixed;
  bottom: 0;
  height: 45px;
}

.footer-nav {
  text-align: center;
  margin: 0 auto;
  font-size: 0;
  height: 45px;
}

.footer-nav li {
  display: inline-block;
  font-size: 10px;
  color: #777;
  width: 20%;
}

.footer-nav li a {
  display: block;
  height: 45px;
}

.footer-menu01 img {
  width: 20px;
  padding-top: 8px;
  pointer-events: none;
}

.footer-menu02 img {
  width: 17px;
}

.footer-menu03 img {
  width: 19px;
}

.footer-menu04 img {
  width: 14px;
}

.footer-menu05 img {
  width: 17px;
}

.footer-nav span {
  display: block;
  line-height: 1;
  padding-top: 30px;
  height: 45px;
  position: relative;
}

.footer-nav span:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.footer-nav .footer-menu01 span:after {
  background: url(../img/common/ico_home.svg) no-repeat;
  width: 20px;
  height: 17px;
  background-size: 20px;
}

.footer-nav .footer-menu02 span:after {
  background: url(../img/common/ico_offering.svg) no-repeat;
  width: 17px;
  height: 16px;
  background-size: 17px;
}

.footer-nav .footer-menu03 span:after {
  background: url(../img/common/ico_massage.svg) no-repeat;
  width: 19px;
  height: 14px;
  background-size: 19px;
}

.footer-nav .footer-menu04 span:after {
  background: url(../img/common/ico_info.svg) no-repeat;
  width: 14px;
  height: 17px;
  background-size: 14px;
}

.footer-nav .footer-menu05 span:after {
  background: url(../img/common/ico_setting.svg) no-repeat;
  width: 17px;
  height: 17px;
  background-size: 17px;
}

/*------------------------------------------------------------------------------
select-date-box
------------------------------------------------------------------------------*/

.select-date-box {
  display: none;
}

/*------------------------------------------------------------------------------
select-address-box
------------------------------------------------------------------------------*/

.select-address-box {
  display: none;
}


/*------------------------------------------------------------------------------
modal
------------------------------------------------------------------------------*/
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.modal-bg {
  background: rgba(0,0,0,0.5);
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}

.modal-inner {
  background: #fff;
  bottom: 0;
  height: 150px;
  left: 0;
  margin: auto;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 0;
  width: 300px;
}

#wrapper .modal button,
#wrapper .modal a {
  font-size: 16px;
}

.validate-text,
.validate-text-registed{
  color: #f00;
}

.error-modal .table-btn {
  margin-top: 10px;
  text-align: center;
}

.system-web-top h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px;
}

.company-table {
  border: 1px solid #999;
  width: 100%;
}

.company-table th {
  background: #eee;
  border: 1px solid #999;
  padding: 10px;
}

.company-table td {
  border: 1px solid #999;
  padding: 10px;
}

.footer-link-web {
  margin: 10px 0 0;
  text-align: center;
}

.footer-link-web a {
  margin: 0 5px;
  text-decoration: underline;
}



/*------------------------------------------------------------------------------
admin
------------------------------------------------------------------------------*/
.admin .inner-block {
  max-width: 1500px;
}

.admin h1 {
  text-align: center;
}

.admin h1 img {
  max-width: 400px;
}

.admin .admin-table {
  background: #fff;
  border: 1px solid #ccc;
  width: 100%;
}

.admin .admin-table th {
  background: #eee;
  border: 1px solid #ccc;
  padding: 10px;
  text-align: left;
}
.admin .admin-table th.th-id {
  width: 45px;
}
.admin .admin-table th.th-date {
  width: 110px;
}
.admin .admin-table th.th-price {
  width: 100px;
}

.admin .admin-table td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: left;
}

.admin .admin-table td.delete {
  background: #aaa;
}

.admin .admin-table td.finish {
  background: #ffeeee;
}

.admin .user_type_1 {
  color: #f66;
  font-weight: bold;
}
.admin .user_type_2 {
  color: #66f;
  font-weight: bold;
}

.admin .page-ul {
  margin: 40px auto;
  text-align: center;
}

.admin .page-ul li {
  display: inline-block;
  margin: 0 10px;
}

.admin .page-ul li .page-item {
  border: 1px solid #5CAB3E;
  display: block;
  height: 30px;
  line-height: 30px;
  width: 30px;
}
.admin .page-ul li .page-item:hover {
  background: #5CAB3E;
  color: #fff;
  font-weight: bold;
}

.admin .page-ul li .current {
  background: #5CAB3E;
  color: #fff;
  font-weight: bold;
}

.card-info-change-block {
  text-align: center;
}

.system-page-logo {
  margin: 0 0 20px;
}

.system-page-logo img {
  width: 80%;
}

.admin .table-head-area .table-title {
  float: left;
  font-size: 18px;
  border-left: 4px solid #5CAD3C;
  padding: 0 0 0 15px;
}

.admin .table-head-area .table-search-area {
  float: right;
  margin: 0 0 10px;
}
.admin .table-head-area .status-search-area {
  float: right;
}
.admin .table-head-area .user-search-area {
  float: right;
  margin: 0 30px 0 0;
}
.admin .table-head-area .submit-btn {
  background: #5CAD3C;
  color: #fff;
  padding: 5px 15px;
}
.admin .table-head-area .submit-btn:hover {
  opacity: 0.7;
}
#wrapper.admin .table-head-area .user-search-input {
  border-radius: 0;
  display: inline-block;
  height: auto;
  margin: 0 5px 0 0;
  padding: 3px 10px;
  width: auto;
}
#wrapper.admin .table-head-area .status-search-area select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
  border-radius: 0;
  height: auto;
  padding: 3px 10px;
}

#wrapper.admin .negotiation-ul li {
  font-size: 12px;
}
#wrapper.admin .negotiation-ul li .detail-modal-wrap li {
  font-size: 16px;
}
#wrapper.admin .negotiation-ul li + li {
  margin: 10px 0 0;
}
#wrapper.admin .negotiation-ul li span {
  font-size: 13px;
}
#wrapper.admin .negotiation-ul li .title {
  color: #5CAD3C;
  font-size: 14px;
  font-weight: bold;
}
#wrapper.admin .negotiation-ul li .title.done {
  color: #f66;
}

#wrapper.admin .detail-view-btn {
  text-decoration: underline;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
}
#wrapper.admin .detail-view-btn:hover {
  opacity: 0.7;
}
#wrapper.admin .has-detail-modal-wrap {
  position: relative;
}
#wrapper.admin .detail-modal-wrap {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
}
#wrapper.admin .detail-modal-wrap .detail-modal-wrap-bg {
  background: rgba(0,0,0,0.5);
  height: 100%;
  width: 100%;
}
#wrapper.admin .detail-modal-wrap .inner {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  margin: auto;
  background: #fff;
  width: 450px;
  max-height: 700px;
  z-index: 999;
}
#wrapper.admin .detail-modal-wrap .inner .head {
  background: #ecf0f3;
  line-height: 40px;
  padding: 5px 20px;
}
#wrapper.admin .detail-modal-wrap .inner .head .title {
  border-right: 1px solid #ccc;
  padding: 0 20px 0 0;
  margin: 0 20px 0 0;
}
#wrapper.admin .detail-modal-wrap .inner .body {
  background: #fff;
}
#wrapper.admin .detail-modal-wrap .info-area {
  padding: 10px 20px;
}
#wrapper.admin .detail-modal-wrap .info-area + .info-area {
  border-top: 1px solid #aaa;
}
#wrapper.admin .detail-modal-wrap .info-area-ul li + li {
  margin-top: 3px;
}
#wrapper.admin .detail-modal-wrap .info-area-ul .title {
  color: #5CAB3E;
}
#wrapper.admin .detail-modal-wrap .history-info-area > .title {
  border-bottom: 2px solid #5CAB3E;
  font-weight: bold;
  font-size: 16px;
  line-height: 2;
  margin: 0 0 15px;
}
#wrapper.admin .detail-modal-wrap .history-info-area-ul {
  overflow: auto;
  max-height: 450px;
}
#wrapper.admin .detail-modal-wrap .history-info-area-ul > li {
  padding: 10px;
}
#wrapper.admin .detail-modal-wrap .history-info-area-ul > li + li {
  border-top: 1px solid #ddd;
}
#wrapper.admin .detail-modal-wrap .history-info-area-ul dl {
  margin: 0 0 10px;
}
#wrapper.admin .detail-modal-wrap .history-info-area-ul dl dt {
  background: #5CAB3E;
  color: #fff;
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 5px 10px;
}
#wrapper.admin .detail-modal-wrap .history-info-area-ul dl dd + dt {
  margin-left: 20px;
}
#wrapper.admin .detail-modal-wrap .history-info-area-ul dl dd {
  display: inline-block;
  margin: 0;
}
#wrapper.admin .detail-modal-wrap .history-info-area-ul .price-dd {
  color: #f00;
}




  /*------------------------------------------------------------------------------
  clearfix
  ------------------------------------------------------------------------------*/

.clearfix:after,
.inner-block:after {
  clear: both;
  content: "";
  display: block;
  height: 0px;
  font-size: 0;
  visibility: hidden;
}
