dl, dt, dd {
  margin: 0;
}

@font-face {
  font-family: "FC2Request-SourceHanSansHeavy";
  src: url("../../../fonts/request/FC2Request-SourceHanSansHeavy.eot");
}
@font-face {
  font-family: "FC2Request-SourceHanSansHeavy";
  src: url("../../../fonts/request/FC2Request-SourceHanSansHeavy?#iefix") format("embedded-opentype");
}
@font-face {
  font-family: "FC2Request-SourceHanSansHeavy";
  src: url("../../../fonts/request/FC2Request-SourceHanSansHeavy.woff") format("woff");
}
.serviceLogo {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 27px;
  font-size: 2.7rem;
  font-family: "FC2Request-SourceHanSansHeavy";
}
.serviceLogo > a {
  color: #000;
  cursor: pointer;
  text-decoration: none;
}
.serviceLogo > a > span {
  padding-left: 3px;
}

/* Base */
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  word-wrap: break-word;
}

p {
  margin-top: 1em;
  margin-bottom: 1em;
}

strong {
  font-weight: bold;
}

em {
  color: #ef5763;
  font-style: normal;
}

br {
  clear: both;
}

::-webkit-input-placeholder {
  color: #959595;
}

/* Layout */
.l-contents {
  width: 960px;
  margin: 0 auto;
  padding: 0 0 40px;
  overflow: hidden;
}

.l-contents-box {
  margin-bottom: 48px;
}

.grid-item {
  width: 220px;
}

.l-drop-loginBase {
  display: none;
  position: absolute;
  top: 54px;
  right: 0;
  width: 240px;
  margin: 0;
  border: 1px solid #e1e8ed;
  background: #fff;
  line-height: 1.6;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0px 0px 1px #ddd;
  -webkit-box-shadow: 0px 0px 1px #ddd;
  box-shadow: 0px 0px 1px #ddd;
  z-index: 9998;
}

.l-drop-loginList {
  list-style-type: none;
  margin: 0;
  padding: 12px;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.l-drop-loginList > li > a {
  display: block;
  width: 200px;
  padding: 8px;
  text-decoration: none;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.l-drop-loginList > li > a:hover {
  background: #f5f8fA;
  text-decoration: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.drop-balloon-login:after,
.drop-balloon-login:before {
  position: absolute;
  bottom: 100%;
  left: 210px;
  width: 0;
  height: 0;
  border: solid transparent;
  content: " ";
  pointer-events: none;
}

.drop-balloon-login:after {
  border-color: transparent transparent #fff;
  border-width: 10px;
  margin-left: -10px;
}

.drop-balloon-login:before {
  border-color: transparent transparent #e1e8ed;
  border-width: 12px;
  margin-left: -12px;
}

.l-drop-help {
  display: none;
  position: absolute;
  top: 45px;
  left: 0;
  width: 926px;
  padding: 16px;
  margin: 0;
  border: 1px solid #e1e8ed;
  background: #fff;
  line-height: 1.6;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0px 0px 1px #ddd;
  -webkit-box-shadow: 0px 0px 1px #ddd;
  box-shadow: 0px 0px 1px #ddd;
  z-index: 9998;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

.l-drop-box {
  margin-bottom: 16px;
}

.l-drop-box > p {
  margin: 4px 0 4px 4px;
  font-weight: bold;
}

.l-drop-list {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
  *zoom: 1;
  overflow: hidden;
}
.l-drop-list > li {
  float: left;
  width: 25%;
}
.l-drop-list > li > a {
  display: block;
  padding: 8px;
  color: #4d4d4d;
  font-weight: normal;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.l-drop-list > li > a:hover {
  background: #f5f8fA;
  color: #4d4d4d;
  text-decoration: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.l-drop-list > li > a > span {
  margin-left: 4px;
}

.drop-balloon:after,
.drop-balloon:before {
  position: absolute;
  bottom: 100%;
  left: 26px;
  width: 0;
  height: 0;
  border: solid transparent;
  content: " ";
  pointer-events: none;
}

.drop-balloon:after {
  border-color: transparent transparent #fff;
  border-width: 10px;
  margin-left: -10px;
}

.drop-balloon:before {
  border-color: transparent transparent #e1e8ed;
  border-width: 12px;
  margin-left: -12px;
}

/* Helper css */
.text-bold {
  font-weight: bold;
}

.text-normal {
  font-weight: normal;
}

.fontSize-md {
  font-size: 16px;
  font-size: 1.6rem;
}

.fontSize-sm {
  font-size: 12px;
  font-size: 1.2rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.font-italic {
  color: #959595;
  font-style: italic;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.block {
  display: block;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.mt-4 {
  margin-top: 4px;
}

.mt-8 {
  margin-top: 8px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-40 {
  margin-top: 40px;
}

.mr-4 {
  margin-right: 4px;
}

.mr-8 {
  margin-right: 8px;
}

.mr-16 {
  margin-right: 16px;
}

.mr-24 {
  margin-right: 24px;
}

.mr-32 {
  margin-right: 32px;
}

.mr-40 {
  margin-right: 40px;
}

.mb-4 {
  margin-bottom: 4px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-40 {
  margin-bottom: 40px;
}

.ml-4 {
  margin-left: 4px;
}

.ml-8 {
  margin-left: 8px;
}

.ml-16 {
  margin-left: 16px;
}

.ml-24 {
  margin-left: 24px;
}

.ml-32 {
  margin-left: 32px;
}

.ml-40 {
  margin-left: 40px;
}

.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

/* Pagetop */
.pagetop {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* Title */
.ttl-pageHeader {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: normal;
  line-height: 1.6;
}

.ttl-contentsHeader {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.6;
}

.ttl-blockHeader {
  margin-top: 1em;
  margin-bottom: 16px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.6;
}

/* Button */
.btn {
  padding: 8px 16px;
}

.btn-default {
  border: 1px solid #cccdce;
  background: #f7f7f7;
  background: -moz-linear-gradient(top, #f7f7f7 0, #efefef 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f7f7f7), color-stop(100%, #efefef));
  background: -webkit-linear-gradient(top, #f7f7f7 0, #efefef 100%);
  background: -o-linear-gradient(top, #f7f7f7 0, #efefef 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0, #efefef 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #efefef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#efefef', GradientType=0);
  color: #4d4d4d;
}
.btn-default:hover {
  background: #efefef;
  background: -moz-linear-gradient(top, #efefef 0, #dfdfdf 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #efefef), color-stop(100%, #dfdfdf));
  background: -webkit-linear-gradient(top, #efefef 0, #dfdfdf 100%);
  background: -o-linear-gradient(top, #efefef 0, #dfdfdf 100%);
  background: -ms-linear-gradient(top, #efefef 0, #dfdfdf 100%);
  background: linear-gradient(to bottom, #efefef 0%, #dfdfdf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#dfdfdf', GradientType=0);
  text-decoration: none;
}

.btn-primary {
  border: 1px solid #2f86ed;
  background: #2f86ed;
  color: #fff;
}
.btn-primary:hover {
  border-color: #297cce;
  background: #297cce;
  text-decoration: none;
}

.btn-lg {
  padding: 12px 20px;
  font-size: 16px;
  font-size: 1.6rem;
}

.btn-sm {
  padding: 4px 6px;
  font-size: 12px;
  font-size: 1.2rem;
}

.more-read {
  text-align: center;
}
.more-read p {
  margin-bottom: 4px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}

.btn-more {
  width: 280px;
}

.icon-more,
.icon-more:before {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 12px;
  vertical-align: middle;
  border-right: 1px solid #757575;
  border-bottom: 1px solid #757575;
  margin-top: -10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.icon-more:before {
  content: "";
  margin: -8px 0 0 2px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* Icons */
.icon-agree,
.icon-disagree {
  display: inline-block;
  vertical-align: middle;
}

.icon-agree {
  width: 12px;
  height: 12px;
  border: 2px solid #7fcd98;
  text-align: right;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.icon-disagree {
  position: relative;
}
.icon-disagree:before, .icon-disagree:after {
  display: inline-block;
  position: absolute;
  top: -11px;
  content: "";
  width: 13px;
  height: 11px;
  background-color: transparent;
  border-bottom: 2px solid #e57b97;
}
.icon-disagree:before {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: -10px;
}
.icon-disagree:after {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: -2px;
}

.icon-pencil {
  display: inline-block;
  position: relative;
  height: 12px;
  width: 6px;
  background: #333;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.icon-pencil:before {
  position: absolute;
  bottom: -6px;
  content: '';
  width: 0px;
  height: 0px;
  border-width: 5px 3px 0 3px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

.icon-close {
  display: inline-block;
}
.icon-close:before, .icon-close:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 0px;
  margin-top: 4px;
  background-color: transparent;
  border-bottom: 34px solid #757575;
}
.icon-close:before {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.icon-close:after {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-switch {
  margin: 0;
  padding: 0 0 0 8px;
  display: inline-block;
  vertical-align: top;
}

.btn-switch-item {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
  border: 1px solid #b5b5b5;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.btn-switch-item a {
  display: inline-block;
  width: 30px;
  height: 30px;
}
.btn-switch-item a:hover, .btn-switch-item a.is-active {
  background-color: #efefef;
}

.icon-hamburger,
.icon-card {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #b5b5b5;
}

.icon-hamburger {
  position: absolute;
  top: 14px;
  left: 7px;
  width: 15px;
  height: 2px;
  -moz-box-shadow: inset 0 0 0 32px, 0 -6px, 0 6px;
  -webkit-box-shadow: inset 0 0 0 32px, 0 -6px, 0 6px;
  box-shadow: inset 0 0 0 32px, 0 -6px, 0 6px;
}

.icon-card {
  position: absolute;
  top: 16px;
  left: 8px;
  width: 6px;
  height: 6px;
  -moz-box-shadow: 0 -8px 0, 8px -8px 0, 0 0 0 20px inset, 8px 0 0;
  -webkit-box-shadow: 0 -8px 0, 8px -8px 0, 0 0 0 20px inset, 8px 0 0;
  box-shadow: 0 -8px 0, 8px -8px 0, 0 0 0 20px inset, 8px 0 0;
}

/* Search Box */
.search-box {
  position: relative;
  margin: 24px 0;
  padding: 16px 24px;
  background-color: #f6f8fa;
}

.search-box-inputText {
  width: 410px;
  margin-right: 8px;
}

.search-box-select {
  width: 160px;
}

.search-global-detail {
  display: none;
}

.search-global-item {
  display: table;
  width: 100%;
  border-bottom: 1px dotted #757575;
  padding: 1em;
}
.search-global-item:last-of-type {
  border-bottom: none;
}

.search-global-ttl {
  display: table-cell;
  width: 15%;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  vertical-align: middle;
}

.search-global-btn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  cursor: pointer;
}
.search-global-btn:hover {
  background-color: #eff3f6;
}
.search-global-btn a {
  display: block;
  width: 100%;
  height: 100%;
}

.search-global-toggleBtn {
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 18px;
  width: 34px;
  height: 34px;
}
.search-global-toggleBtn:before, .search-global-toggleBtn:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 6px;
  background-color: transparent;
  border-bottom: 24px solid #757575;
  -moz-transition: ease-out 0.1s;
  -o-transition: ease-out 0.1s;
  -webkit-transition: ease-out 0.1s;
  transition: ease-out 0.1s;
}
.search-global-toggleBtn:before {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: 6px;
}
.search-global-toggleBtn:after {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 26px;
}
.search-global-toggleBtn.is-active:before, .search-global-toggleBtn.is-active:after {
  height: 0px;
  margin-left: 16px;
  border-bottom: 34px solid #757575;
}

/* Form */
.inputText-item {
  height: 34px;
  padding: 0 12px;
  border: 1px solid #cccdce;
}

.textarea-item {
  height: 108px;
  padding: 0 12px;
  border: 1px solid #cccdce;
}

.select-item {
  height: 34px;
  margin-right: 8px;
  border: 1px solid #cccdce;
  background: #fff;
  vertical-align: middle;
  cursor: pointer;
}

.checkbox-item,
.radio-item {
  display: inline-block;
}
.checkbox-item + label,
.radio-item + label {
  display: inline-block;
  position: relative;
  margin-right: 20px;
  margin-left: 2px;
  color: #757575;
  cursor: pointer;
}

@media (min-width: 1px) {
  .checkbox-item,
  .radio-item {
    display: none;
    margin: 0;
  }
  .checkbox-item + label,
  .radio-item + label {
    padding: 0 0 0 20px;
  }
  .checkbox-item + label::before,
  .radio-item + label::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 12px;
    margin-top: -8px;
    border: 2px solid #757575;
    background-color: #fff;
  }
  .checkbox-item:checked + label::after,
  .radio-item:checked + label::after {
    content: "";
    display: block;
    position: absolute;
  }

  .checkbox-item + label::before {
    border: 2px solid #757575;
  }
  .checkbox-item + label::after {
    top: 6px;
    left: 2px;
    width: 10px;
    height: 4px;
    border-left: 3px solid #2196f3;
    border-bottom: 3px solid #2196f3;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .radio-item + label {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2.4em;
  }
  .radio-item + label::before {
    -moz-border-radius: 50% / 50%;
    -webkit-border-radius: 50% 50%;
    border-radius: 50% / 50%;
  }
  .radio-item + label::after {
    -moz-border-radius: 50% / 50%;
    -webkit-border-radius: 50% 50%;
    border-radius: 50% / 50%;
  }
  .radio-item:checked + label::after {
    top: 0;
    left: 5px;
    margin-top: 11px;
    -moz-border-radius: 50% / 50%;
    -webkit-border-radius: 50% 50%;
    border-radius: 50% / 50%;
    width: 6px;
    height: 6px;
    background-color: #2196f3;
  }
}
/* Tootip */
.tooltip {
  display: block;
  position: absolute;
  z-index: 10;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}

.tooltip-body {
  position: relative;
  top: -2px;
  padding: 4px 8px;
  background: #4d4d4d;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.tooltip-body:after {
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  content: "";
  width: 0;
  height: 0;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top: 5px solid #4d4d4d;
}

/* List */
.list-header,
.list-item {
  display: table;
  width: 100%;
}
.list-header div,
.list-item div {
  display: table-cell;
  vertical-align: middle;
}
.list-header .status,
.list-item .status {
  width: 96px;
}
.list-header .title,
.list-item .title {
  width: 45%;
  padding: 0 8px;
}
.list-header .service,
.list-item .service {
  width: 35%;
  padding: 0 8px;
}
.list-header .evaluation,
.list-item .evaluation {
  width: 96px;
}
.list-header .agree, .list-header .disagree,
.list-item .agree,
.list-item .disagree {
  width: 48px;
}
.list-header .comment,
.list-item .comment {
  width: 42%;
  padding: 0 8px;
}
.list-header .day, .list-header .user-name,
.list-item .day,
.list-item .user-name {
  width: 22%;
  padding: 0 8px;
}
.list-header .edit,
.list-item .edit {
  width: 30px;
}

.list-header {
  padding: 8px 2%;
  background-color: #f6f6f6;
  color: #666;
  font-weight: bold;
}

.list-item {
  border-bottom: 1px solid #ccc;
}
.list-item a {
  display: block;
  padding: 13px 2%;
  color: #4d4d4d;
  text-decoration: none;
}
.list-item a:hover {
  background: #fafafa;
}
.list-item .status span {
  padding: 4px 8px;
  font-size: 12px;
  font-size: 1.2rem;
}
.list-item .title {
  color: #2e5cb4;
}
.list-item .title:hover {
  text-decoration: underline;
}
.list-item .icon-agree, .list-item .icon-disagree {
  display: none;
}

.list-comment .list-item {
  padding: 13px 2%;
}
.list-comment .evaluation {
  width: 50px;
}
.list-comment .icon-agree, .list-comment .icon-disagree {
  display: block;
}
.list-comment .icon-agree {
  margin: 0 auto;
}
.list-comment .icon-disagree {
  text-align: center;
}
.list-comment .icon-pencil-wrap {
  display: inline-block;
  padding: 2px 8px 2px 12px;
  cursor: pointer;
}
.list-comment .icon-pencil-wrap:hover {
  background-color: #f2f2f2;
}

.grid-item {
  margin-left: 2px;
  margin-bottom: 20px;
  border: 1px solid #e7e7e7;
  background: #fff;
  -moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
}
.grid-item a {
  display: block;
  padding: 16px 10px;
  text-decoration: none;
}
.grid-item a:hover {
  background: #fafafa;
}
.grid-item .status {
  width: 54px;
  height: 54px;
  margin: 0 auto;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
  -moz-border-radius: 50% 50%;
  -webkit-border-radius: 50%;
  border-radius: 50% 50%;
}
.grid-item .status span {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.grid-item .title {
  margin: 1em 0 8px;
  color: #2e5cb4;
}
.grid-item .title:hover {
  text-decoration: underline;
}
.grid-item .service {
  margin: 8px 0 1em;
  color: #959595;
  font-size: 12px;
  font-size: 1.2rem;
}
.grid-item .evaluation {
  overflow: hidden;
  color: #4d4d4d;
}
.grid-item .agree, .grid-item .disagree {
  float: left;
  width: 50%;
}
.grid-item .agree {
  padding-right: 12px;
  text-align: right;
}
.grid-item .disagree {
  padding-left: 12px;
}
.grid-item .icon-agree {
  margin-right: 4px;
}
.grid-item .icon-disagree {
  margin-right: 16px;
}

.is-demand {
  background-color: #ef5763;
  border: 1px solid #ef5763;
  color: #fff;
}

.is-corresponding {
  background-color: #DE9930;
  border: 1px solid #DE9930;
  color: #fff;
}

.is-acknowledged {
  background-color: #56BCCE;
  border: 1px solid #56BCCE;
  color: #fff;
}

.is-overlap {
  background-color: #fff;
  border: 2px solid #ef5763;
  color: #ef5763;
}

.is-sendOff {
  background-color: #eaeaea;
  border: 1px solid #eaeaea;
  color: #4d4d4d;
}

/* Pagenation */
.pagenation {
  text-align: center;
}
.pagenation ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.pagenation li {
  float: left;
}
.pagenation a {
  display: block;
  min-width: 28px;
  padding: 7px 5px 6px;
  margin-right: 4px;
  line-height: 13px;
  border: 1px solid #e7e7e7;
  color: #4d4d4d;
  text-decoration: none;
}
.pagenation a.is-active, .pagenation a:hover {
  background: #e7e7e7;
}
.pagenation a.is-active {
  pointer-events: none;
  cursor: default;
}

/* Tab */
.tab {
  list-style: none;
  margin: -40px 0 16px 0;
  padding: 0;
  border-bottom: 1px solid #e7e7e7;
  zoom: 1;
}
.tab:before, .tab:after {
  content: "";
  display: table;
}
.tab:after {
  clear: both;
}

.tab-item {
  display: block;
  position: relative;
  float: left;
  margin-right: 16px;
  margin-bottom: -2px;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}
.tab-item a {
  display: block;
  padding: 12px 24px;
  color: #959595;
}
.tab-item a:link, .tab-item a:visited, .tab-item a:hover, .tab-item a:active {
  text-decoration: none;
}
.tab-item a:hover {
  border-bottom: 3px solid #e74f5b;
  color: #4d4d4d;
}
.tab-item.is-selected {
  border-bottom: 3px solid #e74f5b;
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}
.tab-item.is-selected a {
  color: #e74f5b;
}
.tab-item.is-selected a:link, .tab-item.is-selected a:visited, .tab-item.is-selected a:hover, .tab-item.is-selected a:active {
  text-decoration: none;
}
.tab-item.is-selected a:after {
  position: absolute;
  right: 50%;
  top: 100%;
  content: "";
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top: 8px solid #e74f5b;
  margin-right: -4px;
}

/* Table */
.l-table {
  width: 100%;
  border: 1px solid #e7e7e7;
}
.l-table .l-table-tr {
  border-bottom: 1px solid #e7e7e7;
}
.l-table .l-table-ttl {
  width: 108px;
  font-weight: normal;
}
.l-table td {
  padding: 1em 20px 1em 0;
}
.l-table p {
  margin: 0;
}

.l-table-formItem .inputText-item, .l-table-formItem .textarea-item {
  width: 100%;
}
.l-table-formItem .textarea-item {
  resize: vertical;
}

.icon-caution {
  padding: 4px 8px;
  background: #e74f5b;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* Overlay */
.l-overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.7);
}

.l-overlay-inner {
  width: 960px;
  margin: 40px auto 0;
}

.l-overlay-title {
  position: relative;
  padding: 16px 70px;
  background: #f4f4f4;
  text-align: center;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0;
}
.l-overlay-title .ttl-pageHeader {
  margin: 0;
}

.l-overlay-contents {
  padding: 32px 70px;
  background: #fff;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0;
  border-radius: 0 0 5px 5px;
}

.l-overlay-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 76px;
  cursor: pointer;
}

.bb-dashed {
  padding-bottom: 1em;
  border-bottom: 1px dashed #e7e7e7;
}

/* Top page */
.l-eyecatch {
  width: 100%;
  background: url(../../../images/front/pc/eyecatch_bg.jpg) no-repeat 50% 50%;
  background-attachment: fixed;
  background-size: cover;
  text-align: center;
}

.l-eyecatch-inner {
  min-width: 960px;
  padding: 40px 0;
}

.l-eyecatch-ttl {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
.l-eyecatch-ttl::before, .l-eyecatch-ttl::after {
  display: inline-block;
  content: "";
  width: 2px;
  height: 30px;
  margin-top: -2px;
  background-color: #fff;
  vertical-align: middle;
}
.l-eyecatch-ttl::before {
  margin-right: 20px;
  -moz-transform: rotate(-22.5deg);
  -ms-transform: rotate(-22.5deg);
  -webkit-transform: rotate(-22.5deg);
  transform: rotate(-22.5deg);
}
.l-eyecatch-ttl::after {
  margin-left: 7px;
  -moz-transform: rotate(22.5deg);
  -ms-transform: rotate(22.5deg);
  -webkit-transform: rotate(22.5deg);
  transform: rotate(22.5deg);
}

.l-eyecatch-text {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}

.l-eyecatch-btn {
  margin-top: 16px;
}

.l-appbar {
  margin-bottom: 8px;
  overflow: hidden;
}

.l-appbar-left {
  float: left;
}

.l-appbar-right {
  float: right;
}

.result-total {
  padding-left: 8px;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: bold;
}

.evaluation-icons {
  overflow: hidden;
}
.evaluation-icons div {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  color: #959595;
}
.evaluation-icons .disagree {
  margin-left: 16px;
}
.evaluation-icons .icon-agree {
  margin-right: 4px;
}
.evaluation-icons .icon-disagree {
  margin-right: 10px;
}

/* Detail page */
.l-topbar {
  overflow: hidden;
}

.l-topbar-right {
  float: right;
}

.l-topbar-left {
  float: left;
}

.l-article {
  overflow: hidden;
}
.l-article .status {
  width: 98px;
  height: 98px;
  margin: 0 auto;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.l-article .status span {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.l-article .ttl-contentsHeader {
  margin: 8px 0 1em;
}
.l-article .service {
  margin: 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.l-article .username, .l-article .date {
  margin: 4px 0;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
}

.l-article-left {
  float: left;
}

.l-article-right {
  margin-left: 124px;
}

.border-box {
  border: 1px solid #e7e7e7;
  padding: 16px 24px;
}
.border-box .evaluation-icons div {
  font-size: 14px;
  font-size: 1.4rem;
}

.l-entry-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.l-entry-menu li {
  float: left;
}

.l-entryMenu-text {
  line-height: 38px;
}

.btn.is-active {
  background: #efefef;
  background: -moz-linear-gradient(top, #efefef 0, #dfdfdf 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #efefef), color-stop(100%, #dfdfdf));
  background: -webkit-linear-gradient(top, #efefef 0, #dfdfdf 100%);
  background: -o-linear-gradient(top, #efefef 0, #dfdfdf 100%);
  background: -ms-linear-gradient(top, #efefef 0, #dfdfdf 100%);
  background: linear-gradient(to bottom, #efefef 0%, #dfdfdf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#dfdfdf', GradientType=0);
  text-decoration: none;
}

.l-entryMenu-text.is-active {
  text-decoration: underline;
}

.l-entry {
  margin-top: 4px;
  padding: 20px;
  background-color: #f4f4f4;
}
.l-entry p {
  margin: 0;
}
.l-entry .btn {
  display: block;
  clear: both;
  margin: 0 auto;
}

.l-entry-input {
  overflow: hidden;
  margin-bottom: 16px;
}
.l-entry-input .textarea-item {
  width: 100%;
}

.agree-box, .disagree-box, .overlap-box {
  display: none;
}

.l-entryInput-ttl {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}

.input-comment {
  width: 100%;
}

.input-id {
  width: 30%;
}

/* mypage */
.no-list-text {
  margin: 2em 0;
  color: #757575;
}

/* Form */
.progress-tracker {
  margin: 32px auto;
  padding: 0;
  overflow: hidden;
  text-align: center;
}
.progress-tracker li {
  display: inline-block;
  list-style: none;
  position: relative;
  width: 194px;
  height: 36px;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 36px;
  background-color: #ececec;
}
.progress-tracker li > span {
  display: block;
  text-transform: uppercase;
  color: #757575;
}
.progress-tracker li > span:after, .progress-tracker li > span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -5px;
  width: 0;
  height: 0;
  border: solid transparent;
  border-left-color: #ececec;
  border-width: 18px;
}
.progress-tracker li > span:after {
  top: -6px;
  z-index: 1;
  border-left-color: #fff;
  border-width: 24px;
}
.progress-tracker li > span:before {
  z-index: 2;
}
.progress-tracker li.is-done > span {
  background: #DABA6C;
  color: #fff;
}
.progress-tracker li.is-done + li > span:before {
  border-left-color: #DABA6C;
}
.progress-tracker li:first-child > span:after, .progress-tracker li:first-child > span:before {
  display: none;
}
.progress-tracker li:first-child i, .progress-tracker li:last-child i {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  border: solid transparent;
  border-left-color: #fff;
  border-width: 18px;
}
.progress-tracker li:last-child i {
  left: auto;
  right: -18px;
  border-left-color: transparent;
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.l-notice {
  margin: 24px 0;
  padding: 24px;
  background: #f4f4f4;
}

.l-notice-ttl {
  margin: 0 0 1em;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}

.l-notice-list {
  margin: 0 auto;
  padding: 0;
}
.l-notice-list li {
  list-style: none;
  padding-left: 2em;
}

/* error */
.l-error {
  width: 100%;
}

.l-error-inner {
  width: auto;
  margin: 0 auto;
  background: url(../../../images/front/pc/404.png) no-repeat 50% 0;
  text-align: center;
}

.l-error-ttl {
  padding-top: 200px;
}

.error-message {
  color: #e74f5b;
}
