@charset "UTF-8";
/*** media ***/
/*** font-size ***/
/*** wide-size ***/
/*** color ***/
#mct {
  width: 100%;
}
#mct main {
  margin: 0 auto 100px;
}
#mct main .inner {
  width: 94%;
}
#mct main .inner .back {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}
#mct main .inner .back a {
  color: #333;
  display: inline-block;
  padding: 0.8rem 1.2rem;
  background-color: white;
  border: solid 1px #333;
}
#mct main .inner > div {
  position: relative;
  /*.back{
      left:0;
      position: absolute;
      top:5px;

  }
  */
}
#mct main .inner h1 {
  text-align: center;
  margin: 70px auto 30px;
  border-bottom: 1px solid #ccc;
  font-size: 2.1rem;
}
@media only screen and (min-width: 768px) {
  #mct main .inner h1 {
    width: calc(100% - 40px);
  }
}
#mct main .inner h1 a {
  color: #E94F18;
}
#mct.deposit .form-group {
  margin: 0 auto;
  width: 90%;
}
@media only screen and (min-width: 768px) {
  #mct.deposit .form-group {
    width: 70%;
  }
}
#mct.deposit .form-group .cardform {
  margin: 0 auto;
}
#mct.deposit .form-group .cardform div {
  text-align: left;
  margin-top: 1.5rem;
}
#mct.deposit .form-group .cardform div label {
  display: block;
  font-size: 1.6rem;
}
#mct.deposit .form-group .cardform div input {
  border: solid 1px #ccc;
  padding: 0.8rem;
  width: 100%;
  font-size: 1.8rem;
}
#mct.deposit .form-group .cardform div#card-errors {
  font-size: 1.6rem;
  color: red;
  padding: 1rem 0;
}
#mct.deposit .form-group .cardform div#card-button {
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  background-color: #E94F18;
  color: white;
  padding: 1.5rem 10vw;
  font-size: 1.8rem;
}
#mct.deposit .box {
  text-align: center;
}
#mct.deposit .box .text strong {
  color: #E94F18;
  font-size: 1.8rem;
}
#mct.deposit .box #payment-form {
  margin: 0 auto;
  text-align: left;
  max-width: 600px;
}
#mct.deposit .box #payment-form label {
  margin-top: 1.5rem;
}
#mct.deposit .box #payment-form #card-holder-name,
#mct.deposit .box #payment-form .MyCardElement {
  display: block;
  border: solid 1px #B7B7B7;
  width: 100%;
  border-radius: 5px;
}
#mct.deposit .box #payment-form .form-group {
  margin: 0 auto;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #mct.deposit .box #payment-form .form-group {
    width: 100%;
  }
}
#mct.deposit .box #card-button {
  background-color: #E94F18;
  color: white;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 1.5rem auto 0;
  display: block;
  width: 100%;
  max-width: 360px;
  border-radius: 5px;
}
#mct.work main .inner .ttl {
  margin: 30px auto 20px;
  padding-bottom: 5px;
}
#mct.work main .inner .ttl p {
  background: #E94F18;
  color: white;
  margin-left: 1.5rem;
  padding: 0.5rem 3rem;
  display: inline-block;
}
#mct.work main .inner .conts {
  padding: 0 2rem;
  text-align: left;
}
#mct.work main .inner .conts dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  border-bottom: 1px dotted #ccc;
  padding: 1.5rem 0;
}
#mct.work main .inner .conts dl dt {
  width: 17.5438596491%;
}
#mct.work main .inner .conts dl dd {
  width: 82.4561403509%;
  padding-left: 2rem;
}
#mct.work main .inner .conts dl dd img {
  display: inline-block;
  margin: 0 1rem 1rem 0;
}
#mct.work main .inner .conts dl dd.mct_history a {
  background-color: #da9700;
  padding: 1.2rem 2rem;
  color: white;
  font-size: 1.6rem;
  display: inline-block;
  border-radius: 5px;
}
#mct.work main .inner .conts dl dd.mct_history a::before {
  content: " → ";
  color: white;
  margin-right: 0.5rem;
  font-size: 1.2rem;
  vertical-align: inherit;
}
#mct.work main .inner .back {
  margin-top: 2rem;
}

.box {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .box {
    width: calc(100% - 40px);
  }
}
.box h3 {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 1024px) {
  header .inner .nav ul {
    justify-content: flex-end;
  }
}
header .inner .nav {
  justify-content: normal;
}

header .inner .nav.show ul li.pull {
  border-bottom: 0;
  padding-right: 0;
}

.merchant {
  position: absolute;
  top: 0;
  left: 35vw;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .merchant {
    left: 26rem;
    top: 15px;
  }
}
.merchant dl {
  display: flex;
  font-size: 12px;
  color: #646464;
  line-height: 1.1;
}
.merchant dl dt {
  font-weight: normal;
}

@media only screen and (min-width: 1024px) {
  header .inner #menu {
    margin: 0 auto;
    width: 96%;
  }
  header .inner #menu .pull {
    position: relative;
  }
  header .inner #menu .pull a {
    display: block;
    margin: 0;
  }
  header .inner #menu .pull ul {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    background: #fff;
    border-right: 1px solid #333;
    border-left: 1px solid #333;
    z-index: 10;
  }
  header .inner #menu .pull:last-child ul {
    left: -100%;
    width: 100%;
  }
  #menu .pull ul li {
    overflow: hidden;
    width: 160px;
    height: 0;
    color: #fff;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
  }
  #menu li:hover > ul {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
  }
  #menu li:hover > ul li a {
    padding: 12px 0 12px 15px;
    text-align: left;
    font-size: 12px;
    color: #333;
  }
  #menu li:hover > ul li a:hover {
    color: #E94F18;
  }
  #menu li:hover ul li {
    overflow: visible;
    height: 38px;
  }
}
#mct .inner h2 {
  text-align: left;
  margin: 30px auto 20px;
  border-bottom: 1px solid #ccc;
  width: 100%;
}

#mct.top .search {
  background: #EFEFEF;
  border: 1px solid #707070;
  padding: 20px 2rem;
}
@media only screen and (min-width: 1024px) {
  #mct.top .search {
    padding: 20px 2%;
  }
}
#mct.top .search .btn-search {
  display: block;
  letter-spacing: -3px;
  width: 8rem;
  margin: 10px auto 0;
}
@media only screen and (min-width: 768px) {
  #mct.top .search .btn-search {
    width: 120px;
    display: inline-block;
    height: 30px;
    line-height: 1;
    margin: 0 0 0 10px;
  }
}
#mct.top .search .text_code {
  margin: 10px auto;
  width: 70vw;
}
@media only screen and (min-width: 768px) {
  #mct.top .search .text_code {
    margin: 0;
    width: 30%;
  }
}
#mct.top .search ul {
  display: flex;
  margin: 20px auto;
  border-top: 1px dotted #707070;
  padding-top: 15px;
}
#mct.top .search ul li {
  background: #004BB1;
  width: 70px;
  margin-right: 2%;
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
}
@media only screen and (min-width: 1024px) {
  #mct.top .search ul li {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) {
  #mct.top .search .status {
    display: flex;
    align-items: baseline;
  }
}
@media only screen and (min-width: 768px) {
  #mct.top .search .status div {
    display: flex;
  }
}
#mct.top .search .status div dl {
  display: flex;
}
#mct.top .search .status div dl dt {
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  margin-right: 8px;
  width: 8rem;
}
@media only screen and (min-width: 768px) {
  #mct.top .search .status div dl dt {
    width: auto;
  }
}
#mct.top .search .status div dl dd {
  position: relative;
  margin-right: 20px;
}
#mct.top .search .status div dl dd:after {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid transparent;
  width: 0;
  height: 0;
  right: 16px;
  z-index: 0;
  pointer-events: none;
  border-width: 5.5px 4px 0 4px;
  border-top-color: #B7B7B7;
  top: 48%;
}
#mct.top .search .status div dl:last-child dd {
  margin-right: 0;
}
#mct.top .news {
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
}
#mct.top .news li {
  margin-bottom: 10px;
}
#mct.top .news a {
  text-decoration: underline;
  color: #3B4043;
}
#mct.top .btn_list {
  height: 40px;
  position: relative;
}
#mct.top .btn_list a {
  background: #E94F18;
  color: #fff;
  height: 35px;
  line-height: 35px;
  width: auto;
  padding: 0 1rem;
  display: block;
  text-align: center;
  position: absolute;
  right: 0;
}
#mct.top .message .text {
  font-weight: bold;
}
#mct.top .message .text span {
  color: #E94F18;
}
#mct.top .message div {
  border-bottom: 1px solid #ccc;
  padding: 20px 2% 10px;
  margin-bottom: 15px;
}
#mct.top .message div dl {
  width: 100%;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  #mct.top .message div dl {
    display: flex;
  }
}
#mct.top .message div dl dt {
  width: 30%;
  font-weight: normal;
  margin-right: 1rem;
}
#mct.top .message div dl dd a {
  text-decoration: underline;
}

#mct.order_list .page {
  position: relative;
}
@media only screen and (min-width: 768px) {
  #mct.order_list .page p {
    position: absolute;
    top: 0;
    left: 2%;
  }
}
#mct.order_list .scroll_list {
  margin: 0 auto;
  padding: 0;
  width: 90%;
  /* コンテンツが見切れて見えるようにする */
  overflow-x: auto;
  /* 横スクロールの指定 */
  white-space: nowrap;
  /* 横スクロールの指定 */
  overflow-scrolling: touch;
  /* スクロールを滑らかにする */
  -webkit-overflow-scrolling: touch;
  /* スクロールを滑らかにする */
}
@media only screen and (min-width: 768px) {
  #mct.order_list .scroll_list {
    width: auto;
  }
}
#mct.order_list .scroll_list .list {
  display: flex;
  min-width: 960px;
}
#mct.order_list .scroll_list .list p {
  height: 60px;
  line-height: 60px;
  padding-left: 2rem;
  text-align: center;
}
#mct.order_list .scroll_list .list p.apply {
  width: 100px;
}
#mct.order_list .scroll_list .list p.message {
  width: 105px;
  color: #E94F18;
}
#mct.order_list .scroll_list .list p.number {
  width: 80px;
}
#mct.order_list .scroll_list .list p.day {
  width: 130px;
}
#mct.order_list .scroll_list .list p.code {
  width: 90px;
}
#mct.order_list .scroll_list .list p.point {
  width: 90px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#mct.order_list .scroll_list .list p.place {
  width: 300px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
}
#mct.order_list .scroll_list .list p.place.tt {
  text-align: center;
}
#mct.order_list .scroll_list .list p.budget {
  width: 150px;
}
#mct.order_list .scroll_list .list p.confirm {
  width: 90px;
}
#mct.order_list .scroll_list .list p.confirm a {
  background: #E94F18;
  width: auto;
  height: 30px;
  color: #fff;
  display: block;
  margin: 15px auto 0;
  line-height: 2;
}
#mct.order_list .scroll_list .ttl {
  background: #EFEFEF;
  border: 1px solid #707070;
  height: 60px;
  margin: 0 auto;
}
#mct.order_list .scroll_list .ttl p span {
  position: relative;
}
#mct.order_list .scroll_list .ttl p span:before {
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  border: 1px solid #C8C8C8;
  content: "";
  position: absolute;
  top: 19%;
  right: -19px;
  background: #fff;
}
#mct.order_list .scroll_list .ttl p span:after {
  width: 5px;
  height: 5px;
  border-top: 1px solid #C8C8C8;
  border-right: 1px solid #C8C8C8;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  content: "";
  position: absolute;
  top: 35%;
  right: -14px;
}
#mct.order_list .scroll_list .ttl .message {
  color: #333 !important;
}
#mct.order_list .scroll_list article {
  border-right: 1px solid #707070;
  border-left: 1px solid #707070;
  border-bottom: 1px solid #707070;
  margin: 0 auto;
}

.order main .inner > .ttl {
  margin: 70px auto 0;
}
@media only screen and (min-width: 768px) {
  .order main .inner > .ttl {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin: 70px auto 0;
    padding-bottom: 5px;
  }
}
.order main .inner > .ttl > div {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .order main .inner > .ttl > div {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.order main .inner > .ttl > div h1 {
  border: 0 !important;
  margin: 0 auto !important;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .order main .inner > .ttl > div h1 {
    display: inline;
    width: 10rem !important;
  }
}
.order main .inner > .ttl > div p {
  background: #E94F18;
  height: 30px;
  margin-top: 6px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .order main .inner > .ttl > div p {
    display: block;
    height: auto;
    margin-top: 0;
  }
}
.order main .inner > .ttl > div p a {
  color: #fff;
  display: block;
  line-height: 2.5;
  width: 18.5vw;
  text-align: center;
  font-size: 1.2rem;
  height: 30px;
}
@media only screen and (min-width: 768px) {
  .order main .inner > .ttl > div p a {
    width: 7rem;
    font-size: 1.5rem;
    height: auto;
    line-height: 2.6;
  }
}
.order main .inner > .ttl ul {
  display: flex;
  width: 100%;
  justify-content: space-around;
}
@media only screen and (min-width: 768px) {
  .order main .inner > .ttl ul {
    justify-content: flex-end;
  }
}
.order main .inner > .ttl ul li {
  background: #004BB1;
  height: 30px;
}
@media only screen and (min-width: 768px) {
  .order main .inner > .ttl ul li {
    margin-left: 2%;
    height: auto;
  }
}
.order main .inner > .ttl ul li a {
  font-size: 1.2rem;
  color: #fff;
  display: block;
  width: 35vw;
  text-align: center;
  line-height: 2.5;
}
@media only screen and (min-width: 768px) {
  .order main .inner > .ttl ul li a {
    width: 14rem;
    font-size: 1.5rem;
  }
}
.order main .inner > .ttl ul li.bid {
  background: #E94F18;
}
.order main .inner > .ttl ul li.bid a {
  width: 18.5vw;
}
@media only screen and (min-width: 768px) {
  .order main .inner > .ttl ul li.bid a {
    width: 9rem;
  }
}
.order .constructionstarted {
  text-align: center;
  width: 100%;
  margin: 1rem auto;
  padding: 0.5rem 0.5rem 1rem;
  background-color: #feffce;
}
@media only screen and (min-width: 768px) {
  .order .constructionstarted {
    width: 80%;
  }
}
.order .constructionstarted h3 {
  color: #E94F18;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}
.order .constructionstarted input[type=date] {
  border: solid 1px #ccc;
  margin: 0 0.5rem;
}
.order .constructionstarted .btn_constructionstarted {
  background: #E94F18;
  padding: 0.5rem 3rem;
  color: white;
}
@media only screen and (min-width: 768px) {
  .order .info_ttl {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.order .info_ttl h2 {
  border: 0 !important;
  font-size: 1.6rem;
}
.order .info_ttl dl {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .order .info_ttl dl {
    justify-content: flex-end;
  }
}
.order .info_ttl dl dt {
  font-weight: normal;
}
.order .info_ttl .status {
  margin: 20px auto 5px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .order .info_ttl .status {
    text-align: right;
    margin: 30px auto 10px;
  }
}
.order .info_ttl .status dt {
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .order .info_ttl .status dt {
    width: auto;
    margin-right: 1rem;
  }
}
.order .info_ttl .status dd {
  white-space: nowrap;
  background: #E94F18;
  padding: 0.5rem 3rem;
  color: white;
  width: auto;
}
.order .info_ttl .name {
  margin-bottom: 10px;
}
.order .info_ttl .name dt {
  width: 28vw;
  height: 30px;
  line-height: 30px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .order .info_ttl .name dt {
    width: 10rem;
  }
}
.order .info_ttl .name dt:after {
  content: ":";
  position: absolute;
  top: 0;
  right: 5px;
}
.order .info_ttl .name dd input {
  border: 1px solid #E1E1E1;
  height: 30px;
  line-height: 30px;
  width: 66vw;
}
@media only screen and (min-width: 768px) {
  .order .info_ttl .name dd input {
    width: 22rem;
  }
}
.order h3 {
  margin-top: 30px;
}
.order section dl {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #E1E1E1;
}
@media only screen and (min-width: 768px) {
  .order section dl {
    display: flex;
  }
}
.order section dl dt {
  font-weight: normal;
  position: relative;
  height: 30px;
  line-height: 30px;
}
@media only screen and (min-width: 768px) {
  .order section dl dt {
    min-width: 22rem;
  }
}
@media only screen and (min-width: 768px) {
  .order section dl dt:after {
    content: ":";
    position: absolute;
    top: 0;
    right: 1rem;
  }
}
.order section dl dd {
  width: 76%;
}
.order section dl dd input {
  height: 30px;
  line-height: 30px;
  width: 94vw;
}
@media only screen and (min-width: 768px) {
  .order section dl dd input {
    width: 100%;
  }
}
.order section dl dd select {
  width: 50vw;
  height: 30px;
  line-height: 30px;
  border: none;
  color: black;
  padding: 0;
}
.order section dl dd select::after {
  content: "";
  border: none;
}
@media only screen and (min-width: 768px) {
  .order section dl dd select {
    width: 35%;
  }
}
.order section .gender dd {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.order section .select dd {
  position: relative;
  /*&:after{
      content: '';
      display: block;
      position: absolute;
      border: 1px solid transparent;
      width: 0;
      height: 0;
      z-index: 1;
      pointer-events: none;
      border-width: 5.5px 4px 0 4px;
      border-top-color: #B7B7B7;
      top: 48%;
      right: 24vw;
      @include min-screen($tb) {
          left: 31%;
      }
  }  */
}
.order section .trigger dd {
  width: 90vw;
  word-break: break-all;
}
@media only screen and (min-width: 768px) {
  .order section .trigger dd {
    width: 52rem;
  }
}
.order section .photo dd p {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .order section .photo dd p {
    width: 48%;
  }
}
.order .btn_area {
  position: relative;
  margin-bottom: 50px;
}
.order .btn_area .back {
  left: 0 !important;
}
.order .btn_area .back2 {
  top: 35px !important;
}
@media only screen and (min-width: 768px) {
  .order .btn_area .back2 {
    top: 5px !important;
  }
}
.order .btn_area .save {
  background: #E94F18;
}
.order .btn_area .save_bottom {
  margin: 0 auto;
  display: block;
  padding: 0 3.5rem;
  color: #fff;
  height: 30px;
}
.order .btn_area ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .order .btn_area ul {
    justify-content: flex-end;
  }
}
.order .btn_area ul li {
  background: #004BB1;
  height: 30px;
}
@media only screen and (min-width: 768px) {
  .order .btn_area ul li {
    margin-left: 2%;
    height: auto;
  }
}
.order .btn_area ul li a {
  font-size: 1.2rem;
  color: #fff;
  display: block;
  width: 35vw;
  text-align: center;
  line-height: 2.5;
}
@media only screen and (min-width: 768px) {
  .order .btn_area ul li a {
    width: 14rem;
    font-size: 1.5rem;
  }
}
.order .btn_area ul li.bid {
  background: #E94F18;
}
.order .btn_area ul li.bid a {
  width: 18.5vw;
}
@media only screen and (min-width: 768px) {
  .order .btn_area ul li.bid a {
    width: 9rem;
  }
}

.messeage .inner .message {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 0 auto;
  text-align: left;
  padding: 2rem;
  height: 300px;
}
@media only screen and (min-width: 768px) {
  .messeage .inner .message {
    width: 80%;
  }
}
.messeage .inner .message textarea {
  border: none;
  width: 100%;
  height: 260px;
  outline: none;
}
.messeage .inner .info {
  background: #fff;
  display: flex;
  padding: 10px 2rem;
  margin: 0 auto;
  border: 1px solid #ccc;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .messeage .inner .info {
    width: 80%;
  }
}
.messeage .inner .info > div {
  text-align: left;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .messeage .inner .info > div {
    width: 67%;
  }
}
.messeage .inner .info > div dl {
  display: flex;
  margin-right: 2rem;
}
.messeage .inner .info > div dl dt,
.messeage .inner .info > div dl dd {
  font-size: 1.6rem;
  margin-bottom: 0;
  font-weight: normal;
  white-space: nowrap;
}
.messeage .inner .info .history {
  position: absolute;
  top: 6px;
  right: 1rem;
}
@media only screen and (min-width: 768px) {
  .messeage .inner .info .history {
    right: 2rem;
  }
}
.messeage .inner .info .history a {
  color: #fff;
  padding: 0.3rem 0;
  width: 12rem;
  display: block;
  background: #E94F18;
  text-align: center;
}
.messeage .inner .mitmori {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 0 auto;
  padding: 1rem 0 1rem;
}
@media only screen and (min-width: 768px) {
  .messeage .inner .mitmori {
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
  }
}
.messeage .inner .mitmori p {
  padding: 1rem 2rem;
}
.messeage .inner .mitmori p input {
  border: solid 1px #ccc;
}
.messeage .inner .mitmori p a {
  color: #fff;
  padding: 0.3rem 0;
  width: 13rem;
  display: block;
  background: #E94F18;
  margin: 0 0 0 2rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .messeage .inner .mitmori p a {
    margin: 0 0 0 2rem;
  }
}
.messeage .inner .img {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 0 auto;
  padding: 1rem 0 1rem;
}
@media only screen and (min-width: 768px) {
  .messeage .inner .img {
    width: 80%;
    display: flex;
    padding: 0;
  }
}
.messeage .inner .img p a {
  color: #fff;
  padding: 0.3rem 0;
  width: 13rem;
  display: block;
  background: #E94F18;
  margin: 1rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .messeage .inner .img p a {
    margin: 1rem;
  }
}
.messeage .inner .img ul {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 0 0 3rem;
}
@media only screen and (min-width: 768px) {
  .messeage .inner .img ul {
    padding: 1rem 0;
  }
}
.messeage .inner .img ul li {
  margin-right: 4rem;
}
@media only screen and (min-width: 768px) {
  .messeage .inner .img ul li {
    margin-left: 4.5rem;
  }
}
.messeage .inner .img ul li a {
  color: #333;
  display: inline-block;
  position: relative;
}
.messeage .inner .img ul li span {
  font-size: 1.5rem;
  width: 1.4em;
  height: 1.4em;
  background: #CDD6DD;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: 18%;
  right: -2.5rem;
}
.messeage .inner .img ul li span:before {
  position: absolute;
  top: 5px;
  left: 10px;
  width: 1px;
  height: 12px;
  content: "";
  background-color: #fff;
  transform: rotate(45deg);
}
.messeage .inner .img ul li span:after {
  position: absolute;
  top: 10px;
  left: 4px;
  width: 12px;
  height: 1px;
  content: "";
  background-color: #fff;
  transform: rotate(225deg);
}
.messeage .inner .attention {
  text-align: left;
  width: 80%;
  margin: 0 auto 0;
  font-size: 1.2rem;
}
.messeage .inner .send_area {
  justify-content: space-between;
  margin: 0 auto;
  padding: 1.5rem 0 0 0;
}
@media only screen and (min-width: 768px) {
  .messeage .inner .send_area {
    width: 80%;
    display: flex;
    padding: 1.5rem 0 0 0;
  }
}
.messeage .inner .send_area .text {
  text-align: left;
  font-size: 1.4rem;
  padding-right: 1rem;
}
.messeage .inner .send_area .btn {
  display: flex;
  justify-content: space-around;
  margin-top: 1rem;
}
.messeage .inner .send_area .btn li input {
  height: 35px;
  line-height: 1;
  display: block;
  text-align: center;
}
.messeage .inner .send_area .btn li .cancel {
  color: #B7B7B7;
  border: 1px solid #B7B7B7;
  width: 30vw;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .messeage .inner .send_area .btn li .cancel {
    width: 12rem;
    margin-right: 2rem;
  }
}
.messeage .inner .send_area .btn li .send {
  background: #E94F18;
  color: #fff;
  width: 35vw;
}
@media only screen and (min-width: 768px) {
  .messeage .inner .send_area .btn li .send {
    width: 16rem;
  }
}

@media only screen and (min-width: 768px) {
  .mitmori .inner .mitmori {
    width: 80%;
  }
}
.mitmori .inner .mitmori .mitmori_table div.day label {
  margin: 0;
  padding: 0;
}
.mitmori .inner .mitmori .mitmori_table div.day label::before {
  display: none;
  left: auto;
}
@media only screen and (min-width: 768px) {
  .mitmori .inner .mitmori .mitmori_table div.day {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
.mitmori .inner .mitmori .mitmori_table div.day #claim_days {
  border: solid 1px #ccc;
}
.mitmori .inner .mitmori .mitmori_table div.claim_detail table.table01 {
  width: 100%;
  border-right: #ccc solid 1px;
  border-collapse: collapse;
  margin: 1rem 0 1.5rem;
}
.mitmori .inner .mitmori .mitmori_table div.claim_detail table.table01 thead th {
  background: #ccc;
  color: #3B4043;
  padding: 10px 15px;
  border-right: #FFF solid 1px;
  border-bottom: #FFF solid 1px;
  text-align: center;
}
.mitmori .inner .mitmori .mitmori_table div.claim_detail table.table01 thead th:last-child {
  border-right: #ccc solid 1px;
}
.mitmori .inner .mitmori .mitmori_table div.claim_detail table.table01 tbody th {
  background: #ccc;
  color: #FFF;
  padding: 10px 15px;
  border-bottom: #FFF solid 1px;
  vertical-align: top;
}
.mitmori .inner .mitmori .mitmori_table div.claim_detail table.table01 tbody tr:last-child th {
  border-bottom: #ccc solid 1px;
}
.mitmori .inner .mitmori .mitmori_table div.claim_detail table.table01 tbody td {
  background: #FFF;
  border-left: #ccc solid 1px;
  border-bottom: #ccc solid 1px;
  vertical-align: top;
}
.mitmori .inner .mitmori .mitmori_table div.claim_detail table.table01 tbody td input {
  font-size: 1rem;
  width: 100%;
  outline: none;
  padding: 1rem;
}
@media screen and (max-width: 640px) {
  .mitmori .inner .mitmori .mitmori_table div.claim_detail table.table01 thead {
    display: none;
  }
  .mitmori .inner .mitmori .mitmori_table div.claim_detail table.table01 {
    border-right: none;
  }
  .mitmori .inner .mitmori .mitmori_table div.claim_detail table.table01 .tablelist td:first-child {
    border-top: 2px solid #333;
  }
  .mitmori .inner .mitmori .mitmori_table div.claim_detail table.table01 .tablelist td:last-child {
    margin-bottom: 4rem;
  }
  .mitmori .inner .mitmori .mitmori_table div.claim_detail table.table01 tbody th {
    display: block;
  }
  .mitmori .inner .mitmori .mitmori_table div.claim_detail table.table01 tbody td {
    display: block;
    text-align: center;
    border-left: none;
  }
  .mitmori .inner .mitmori .mitmori_table div.claim_detail table.table01 tbody td input {
    font-size: 1rem;
    width: 100%;
  }
  .mitmori .inner .mitmori .mitmori_table div.claim_detail table.table01 tbody td::before {
    content: attr(label);
    float: left;
    clear: both;
    font-weight: bold;
  }
}
.mitmori .inner .mitmori .mitmori_table div.claim_detail p {
  text-align: center;
}
.mitmori .inner .mitmori .mitmori_table div.claim_detail p .send {
  background: #E94F18;
  color: #fff;
  width: 35vw;
}
@media only screen and (min-width: 768px) {
  .mitmori .inner .mitmori .mitmori_table div.claim_detail p .send {
    width: 16rem;
  }
}
.mitmori .inner .mitmori .send_area {
  margin: 4rem auto 0;
  justify-content: space-between;
  display: flex;
  justify-content: center;
}
.mitmori .inner .mitmori .send_area .btn {
  margin-top: 1rem;
  display: flex;
  justify-content: space-around;
}
.mitmori .inner .mitmori .send_area .btn li input {
  height: 35px;
  line-height: 1;
  display: block;
  text-align: center;
}
.mitmori .inner .mitmori .send_area .btn li .cancel {
  color: #B7B7B7;
  border: 1px solid #B7B7B7;
  width: 30vw;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .mitmori .inner .mitmori .send_area .btn li .cancel {
    width: 12rem;
    margin-right: 2rem;
  }
}
.mitmori .inner .mitmori .send_area .btn li .send {
  background: #E94F18;
  color: #fff;
  width: 35vw;
}
@media only screen and (min-width: 768px) {
  .mitmori .inner .mitmori .send_area .btn li .send {
    width: 16rem;
  }
}

.history .inner .mitmori {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 0 auto;
  text-align: left;
  padding: 2rem;
}
@media only screen and (min-width: 768px) {
  .history .inner .mitmori {
    width: 80%;
  }
}
.history .inner .message {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 0 auto;
  text-align: left;
  padding: 2rem;
}
@media only screen and (min-width: 768px) {
  .history .inner .message {
    width: 80%;
  }
}
.history .inner .btn {
  display: flex;
  margin: 0 auto 30px;
  justify-content: space-around;
}
@media only screen and (min-width: 768px) {
  .history .inner .btn {
    width: 80%;
    justify-content: flex-end;
  }
}
.history .inner .btn li a {
  width: 14rem;
  height: 35px;
  line-height: 35px;
  display: block;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .history .inner .btn li a {
    width: 18rem;
  }
}
.history .inner .btn li.send a {
  background: #004BB1;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .history .inner .btn li.agreement {
    margin: 0 1.5rem;
  }
}
.history .inner .btn li.agreement a, .history .inner .btn li.pay a {
  background: #E94F18;
  color: #fff;
}
.history .inner .info {
  background: #fff;
  display: flex;
  padding: 10px 2rem;
  margin: 0 auto;
  border: 1px solid #ccc;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .history .inner .info {
    width: 80%;
  }
}
.history .inner .charge,
.history .inner .customer {
  margin-bottom: 30px;
}
.history .inner .charge .info {
  background: #FDD6D6;
}
.history .inner .customer .info {
  background: #D0E8FD;
}
.history .inner .info > div {
  width: 67%;
  text-align: left;
  display: block;
}
@media only screen and (min-width: 768px) {
  .history .inner .info > div {
    display: flex;
  }
}
.history .inner .info > div dl {
  display: flex;
  margin-right: 2rem;
}
.history .inner .info > div dl dt {
  display: table;
  width: 22vw;
}
@media only screen and (min-width: 768px) {
  .history .inner .info > div dl dt {
    width: auto;
  }
}
.history .inner .info > div dl dd {
  width: 43vw;
  display: table;
}
@media only screen and (min-width: 768px) {
  .history .inner .info > div dl dd {
    width: auto;
  }
}
.history .inner .info > div dl dt,
.history .inner .info > div dl dd {
  font-size: 1.6rem;
  margin-bottom: 0;
  font-weight: normal;
}
.history .inner .new {
  background: #fff;
  padding: 3px 1rem;
  border: 1px solid #E94F18;
  position: absolute;
  top: 17px;
  right: 2rem;
  color: #E94F18;
}
@media only screen and (min-width: 768px) {
  .history .inner .new {
    top: 5px;
  }
}
.history .inner .img {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .history .inner .img {
    width: 80%;
  }
}
.history .inner .img ul {
  display: flex;
  padding: 1rem 0;
}
.history .inner .img ul li {
  margin-left: 2rem;
}
.history .inner .img a {
  color: #333;
  display: flex;
}
.history .inner .pager {
  display: flex;
  justify-content: center;
}
.history .inner .pager nav {
  display: flex;
}
.history .inner .pager li {
  margin: 0 0.8rem;
}
.history .inner .pager li a {
  color: #333;
}
.history .inner .pager li.on a, .history .inner .pager li.prev a, .history .inner .pager li.next a {
  color: #E94F18;
}
.history .inner .pager li.prev a, .history .inner .pager li.next a {
  background: #FAFAFA;
  padding: 0.8rem 1.2rem;
  border: 1px solid #F0F3F5;
  border-radius: 4PX;
}
.history .inner .attention {
  text-align: right;
  margin: 40px auto 0;
  font-size: 1.2rem;
}
@media only screen and (min-width: 768px) {
  .history .inner .attention {
    width: 80%;
  }
}

.compnay .box > div {
  position: relative;
  margin-bottom: 30px;
}
.compnay .box > div > p {
  position: absolute;
  top: 0;
  right: 0;
}
.compnay .box > div > p a {
  background: #E94F18;
  color: #fff;
  padding: 3px 3.5rem;
}
.compnay .box > div > p input {
  background: #E94F18;
  color: #fff;
  padding: 3px 3.5rem;
}
.compnay .box > div.save {
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  .compnay .box > div.save {
    padding-top: 0;
  }
}
.compnay .box > div.save p {
  top: 10px;
}
@media only screen and (min-width: 768px) {
  .compnay .box > div.save p {
    top: 0;
  }
}
.compnay .name dd input {
  border: 1px solid #E1E1E1;
  height: 30px;
  line-height: 30px;
  width: 66vw;
}
@media only screen and (min-width: 768px) {
  .compnay .name dd input {
    width: 22rem;
  }
}
.compnay h3 {
  margin-top: 30px;
  border-bottom: 1px solid #707070;
  padding-bottom: 1rem;
}
.compnay section dl {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #E1E1E1;
}
@media only screen and (min-width: 768px) {
  .compnay section dl {
    display: flex;
  }
}
.compnay section dl dt {
  font-weight: normal;
  position: relative;
  height: 30px;
  line-height: 30px;
}
@media only screen and (min-width: 768px) {
  .compnay section dl dt {
    min-width: 22rem;
  }
}
@media only screen and (min-width: 768px) {
  .compnay section dl dt:after {
    content: ":";
    position: absolute;
    top: 0;
    right: 1rem;
  }
}
.compnay section dl dd {
  width: 70%;
}
.compnay section dl dd .deadline {
  display: inline-block;
  margin-left: 2rem;
  font-weight: normal;
  background-color: #004BB1;
  padding: 0.8rem 2rem;
  color: white;
}
.compnay section dl dd input {
  border: 1px solid #E1E1E1;
  height: 30px;
  line-height: 30px;
  width: 94vw;
}
@media only screen and (min-width: 768px) {
  .compnay section dl dd input {
    width: 100%;
  }
}
.compnay section dl dd select {
  width: 50vw;
  height: 30px;
  line-height: 30px;
}
@media only screen and (min-width: 768px) {
  .compnay section dl dd select {
    width: 20rem;
  }
}
.compnay section .address dd input:nth-child(1) {
  width: 26vw;
  margin-right: 1vw;
}
@media only screen and (min-width: 768px) {
  .compnay section .address dd input:nth-child(1) {
    margin-right: 1%;
    width: 25%;
  }
}
.compnay section .address dd input:nth-child(2) {
  width: 37vw;
}
@media only screen and (min-width: 768px) {
  .compnay section .address dd input:nth-child(2) {
    width: 35%;
  }
}
.compnay section .address dd input:nth-child(3) {
  width: 94vw;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .compnay section .address dd input:nth-child(3) {
    width: 61.5%;
  }
}
.compnay section .bank dd input {
  margin-bottom: 10px;
}
.compnay section .bank_edit p {
  margin-bottom: 10px;
}
.compnay section .bank_edit span {
  width: 30vw;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .compnay section .bank_edit span {
    width: 25%;
  }
}
.compnay section .trigger dd {
  width: 90vw;
  word-break: break-all;
}
@media only screen and (min-width: 768px) {
  .compnay section .trigger dd {
    width: 52rem;
  }
}
.compnay section .photo {
  border-bottom: 1px dotted #E1E1E1;
  padding-bottom: 15px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .compnay section .photo {
    display: flex;
    align-items: flex-end;
  }
}
.compnay section .photo p {
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .compnay section .photo p {
    width: 48%;
    margin-bottom: 0;
  }
}
.compnay section .photo p:after {
  content: "";
  position: absolute;
  top: -10px;
  width: 22px;
  height: 22px;
  background: #CDD6DD;
  border-radius: 50% !important;
  border-radius: inherit;
  right: -2vw;
  z-index: 0;
}
@media only screen and (min-width: 768px) {
  .compnay section .photo p:after {
    right: -8px;
  }
}
.compnay section .photo p img {
  width: 100%;
}
.compnay section .photo p span {
  display: inline-block;
  font-size: 1.6rem;
  position: absolute;
  top: -14px;
  color: #fff;
  z-index: 10;
  right: -1.2vw;
}
@media only screen and (min-width: 768px) {
  .compnay section .photo p span {
    right: -6px;
  }
}
.compnay section .photo input {
  border: 0;
  width: 20rem;
  font-size: 1.2rem;
}
@media only screen and (min-width: 768px) {
  .compnay section .photo input {
    margin-left: 1rem;
  }
}
.compnay section .photo_edit p:after {
  content: none;
}
.compnay section .plofile {
  padding-top: 6px;
}
.compnay section .plofile dd input:first-child {
  margin-bottom: 15px;
  margin-top: 10px;
}
.compnay section .plofile textarea {
  border: 1px dotted #E1E1E1;
  width: 94vw;
  height: 200px;
  padding: 5px 3vw;
}
@media only screen and (min-width: 768px) {
  .compnay section .plofile textarea {
    width: 100%;
    height: 200px;
    padding: 5px 10px;
  }
}
.compnay section .plofile p {
  width: 94vw;
}
@media only screen and (min-width: 768px) {
  .compnay section .plofile p {
    width: 100%;
  }
}
.compnay section .plofile p.ttl {
  font-weight: bold;
  margin-top: 2px;
}
@media only screen and (min-width: 768px) {
  .compnay section .photo_sub {
    display: flex;
    justify-content: space-between;
  }
}
.compnay section .photo_sub > div {
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .compnay section .photo_sub > div {
    width: 31%;
    margin-bottom: 0;
  }
}
.compnay section .photo_sub > div p {
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .compnay section .photo_sub > div p {
    width: 100%;
    margin-bottom: 10px;
  }
}
.compnay section .photo_sub > div p:after {
  content: "";
  position: absolute;
  top: -10px;
  width: 22px;
  height: 22px;
  background: #CDD6DD;
  border-radius: 50% !important;
  border-radius: inherit;
  right: -2vw;
  z-index: 0;
}
@media only screen and (min-width: 768px) {
  .compnay section .photo_sub > div p:after {
    right: -8px;
  }
}
.compnay section .photo_sub > div p img {
  width: 100%;
}
.compnay section .photo_sub > div p span {
  display: inline-block;
  font-size: 1.6rem;
  position: absolute;
  top: -14px;
  color: #fff;
  z-index: 10;
  right: -1.2vw;
}
@media only screen and (min-width: 768px) {
  .compnay section .photo_sub > div p span {
    right: -6px;
  }
}
.compnay section .photo_sub > div input {
  border: 0;
  width: 20rem;
  font-size: 1.2rem;
}
@media only screen and (min-width: 768px) {
  .compnay section .photo_sub > div input {
    font-size: 1rem;
  }
}
.compnay section .conditions {
  border-bottom: 1px dotted #E1E1E1;
  padding-top: 5px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .compnay section .conditions {
    display: flex;
    padding-bottom: 10px;
  }
}
.compnay section .conditions > div:nth-of-type(1) {
  min-width: 94vw;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .compnay section .conditions > div:nth-of-type(1) {
    display: block;
    min-width: 21rem;
  }
}
.compnay section .conditions > div:nth-of-type(1) p:first-child {
  position: relative;
  padding-bottom: 1rem;
}
.compnay section .conditions > div:nth-of-type(1) p:first-child:after {
  content: ":";
  position: absolute;
  top: 0;
  right: -2vw;
}
@media only screen and (min-width: 768px) {
  .compnay section .conditions > div:nth-of-type(1) p:first-child:after {
    right: 1rem;
  }
}
.compnay section .conditions > div:nth-of-type(1) p:last-child a {
  background: #E94F18;
  color: #fff;
  padding: 3px 3.5rem;
  margin: 0 auto 10px;
}
@media only screen and (min-width: 768px) {
  .compnay section .conditions > div:nth-of-type(1) p:last-child a {
    margin: 15px auto 0;
  }
}
.compnay section .conditions > div:nth-of-type(2) {
  width: 94vw;
}
@media only screen and (min-width: 768px) {
  .compnay section .conditions > div:nth-of-type(2) {
    width: 100%;
  }
}
.compnay section .conditions > div:nth-of-type(2) dl {
  border: 0;
  display: block;
}
.compnay section .conditions > div:nth-of-type(2) dl dt {
  min-width: 94vw;
}
@media only screen and (min-width: 768px) {
  .compnay section .conditions > div:nth-of-type(2) dl dt {
    min-width: 20%;
  }
}
.compnay section .conditions > div:nth-of-type(2) dl dt:after {
  content: none;
}
.compnay section .conditions > div:nth-of-type(2) dl dd {
  padding-left: 1.5rem;
  width: 94vw;
}
@media only screen and (min-width: 768px) {
  .compnay section .conditions > div:nth-of-type(2) dl dd {
    width: 100%;
  }
}
.compnay .taikai {
  text-align: left;
  padding: 3rem 0;
  font-size: 1.4rem;
}

#mct.account_list .text {
  font-size: 1.3rem;
}
#mct.account_list .text a {
  text-decoration: underline;
}
#mct.account_list .attention {
  font-size: 1.3rem;
  margin-bottom: 20px;
}
#mct.account_list .btn_new a {
  background: #E94F18;
  color: #fff;
  padding: 3px 3.5rem;
  margin-bottom: 30px;
  display: inline-block;
}
#mct.account_list .scroll_list {
  margin: 0 auto;
  padding: 0;
  overflow-x: auto;
  /* 横スクロールの指定 */
  white-space: nowrap;
  /* 横スクロールの指定 */
  overflow-scrolling: touch;
  /* スクロールを滑らかにする */
  -webkit-overflow-scrolling: touch;
  /* スクロールを滑らかにする */
}
#mct.account_list .scroll_list .list {
  display: flex;
  min-width: 1060px;
}
#mct.account_list .scroll_list .list p {
  height: 60px;
  line-height: 60px;
  padding-left: 2rem;
  text-align: left;
}
#mct.account_list .scroll_list .list p.number {
  min-width: 80px;
}
#mct.account_list .scroll_list .list p.name {
  min-width: 132px;
}
#mct.account_list .scroll_list .list p.address {
  min-width: 220px;
}
#mct.account_list .scroll_list .list p.authority {
  min-width: 100px;
}
#mct.account_list .scroll_list .list p.receive {
  min-width: 300px;
  display: flex;
}
#mct.account_list .scroll_list .list .form_check {
  display: flex;
}
#mct.account_list .scroll_list .list .btn_fix input {
  background: #E94F18;
  width: 50px;
  height: 32px;
  color: #fff;
  display: block;
  margin: 15px auto 0;
  line-height: 1;
  text-align: center;
}
#mct.account_list .scroll_list .check {
  display: flex;
  flex-wrap: wrap;
}
#mct.account_list .scroll_list .check label {
  display: block;
  font-size: 1.4rem;
  position: relative;
  padding: 0 0 0 4.5rem;
  font-size: 1.4rem;
}
#mct.account_list .scroll_list .check label:after, #mct.account_list .scroll_list .check label:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
}
#mct.account_list .scroll_list .check label:after {
  left: 15px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
#mct.account_list .scroll_list .check label:before {
  /*
  content: "";
  position: absolute;
  top: 28px;
  left: 2.3rem;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  width: 5px;
  height: 11px;
  border-right: 2px solid $order-main;
  border-bottom: 2px solid $order-main;
  opacity: 0;
  background: none;
  border-radius: 0;
  */
  content: "";
  position: absolute;
  top: -2px;
  left: 1.8rem;
  transform: none;
  width: 15px;
  height: 15px;
  opacity: 0;
  background: none;
  border-radius: 0;
  border: none;
  background-color: red;
  border-radius: 100px;
}
#mct.account_list .scroll_list .check input[type=checkbox]:checked + label:before {
  opacity: 1;
}
#mct.account_list .scroll_list .check label:hover:after {
  border-color: #E94F18;
}
#mct.account_list .scroll_list .check input[type=checkbox] + label {
  margin-bottom: 15px;
  cursor: pointer;
  margin-left: 0;
}
#mct.account_list .scroll_list .ttl {
  background: #EFEFEF;
  border: 1px solid #707070;
  height: 60px;
  margin: 0 auto;
}
#mct.account_list .scroll_list article {
  border-right: 1px solid #707070;
  border-left: 1px solid #707070;
  border-bottom: 1px solid #707070;
  margin: 0 auto;
}

#mct.account_change .btn_change {
  border-bottom: 1px solid #ccc;
}
@media only screen and (min-width: 768px) {
  #mct.account_change .btn_change {
    display: flex;
    justify-content: space-between;
  }
}
#mct.account_change .btn_change .text {
  font-size: 1.3rem;
}
#mct.account_change .btn_change .text a {
  text-decoration: underline;
}
#mct.account_change .btn_change .btn {
  text-align: center;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  #mct.account_change .btn_change .btn {
    margin-top: 0;
  }
}
#mct.account_change .btn_change .btn a {
  background: #E94F18;
  color: #fff;
  padding: 3px 3.5rem;
  margin-bottom: 30px;
  display: inline-block;
}
#mct.account_change .btn_bottom {
  position: relative;
  margin: 30px auto 0;
}
#mct.account_change .btn_bottom .register {
  margin: 0 auto;
  text-align: center;
}
#mct.account_change .btn_bottom .register input {
  background: #E94F18;
  color: #fff;
  padding: 3px 0;
  margin-bottom: 30px;
  display: inline-block;
  width: 25vw;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #mct.account_change .btn_bottom .register input {
    width: 12rem;
    padding: 3px 3.5rem;
  }
}
#mct.account_change .btn_bottom .delete input {
  background: #B7B7B7;
  color: #fff;
  padding: 3px 0;
  margin-bottom: 30px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 25vw;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #mct.account_change .btn_bottom .delete input {
    width: 12rem;
    padding: 3px 3.5rem;
  }
}
#mct.account_change section {
  margin-top: 20px;
}
#mct.account_change section dl {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #E1E1E1;
}
@media only screen and (min-width: 768px) {
  #mct.account_change section dl {
    display: flex;
  }
}
#mct.account_change section dl dt {
  font-weight: normal;
  position: relative;
  height: 30px;
  line-height: 30px;
}
@media only screen and (min-width: 768px) {
  #mct.account_change section dl dt {
    min-width: 25rem;
  }
}
@media only screen and (min-width: 768px) {
  #mct.account_change section dl dt:after {
    content: ":";
    position: absolute;
    top: 0;
    right: 1rem;
  }
}
#mct.account_change section dl dd {
  width: 76%;
}
#mct.account_change section dl dd input {
  border: 1px solid #E1E1E1;
  height: 30px;
  line-height: 30px;
  width: 91vw;
}
@media only screen and (min-width: 768px) {
  #mct.account_change section dl dd input {
    width: 100%;
  }
}
#mct.account_change section dl dd select {
  width: 50vw;
  height: 30px;
  line-height: 30px;
}
@media only screen and (min-width: 768px) {
  #mct.account_change section dl dd select {
    width: 35%;
  }
}
@media only screen and (min-width: 768px) {
  #mct.account_change section dl dd.check_area {
    display: flex;
  }
}
#mct.account_change section dl dd .check {
  display: flex;
  flex-wrap: wrap;
}
#mct.account_change section dl dd .check label {
  display: block;
  font-size: 1.4rem;
  position: relative;
  padding: 0 0 0 4.5rem;
  font-size: 1.4rem;
  margin-bottom: 0 !important;
  margin-top: 5px;
}
#mct.account_change section dl dd .check label:after, #mct.account_change section dl dd .check label:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
}
#mct.account_change section dl dd .check label:after {
  left: 15px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
#mct.account_change section dl dd .check label:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 2.3rem;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  width: 5px;
  height: 11px;
  border-right: 2px solid #E94F18;
  border-bottom: 2px solid #E94F18;
  opacity: 0;
  background: none;
  border-radius: 0;
}
#mct.account_change section dl dd .check input[type=checkbox]:checked + label:before {
  opacity: 1;
}
#mct.account_change section dl dd .check label:hover:after {
  border-color: #E94F18;
}
#mct.account_change section dl dd .check input[type=checkbox] + label {
  margin-bottom: 15px;
  cursor: pointer;
  margin-left: 0;
}

@media only screen and (min-width: 768px) {
  #mct.area .btn_change {
    display: flex;
    justify-content: space-between;
  }
}
#mct.area .btn_change .btn {
  text-align: center;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  #mct.area .btn_change .btn {
    margin-top: 0;
  }
}
#mct.area .btn_change .btn input {
  background: #E94F18;
  color: #fff;
  padding: 3px 3.5rem;
  margin-bottom: 30px;
  display: inline-block;
}
#mct.area section {
  display: flex;
}
#mct.area section .ttl {
  width: 27vw;
  height: 45px;
  line-height: 45px;
}
@media only screen and (min-width: 768px) {
  #mct.area section .ttl {
    width: 10rem;
  }
}
#mct.area section > div {
  width: 88%;
}
#mct.area section > div .ttl_area {
  display: flex;
  background: #F5F5F2;
  height: 45px;
}
#mct.area section > div .ttl_area p {
  line-height: 45px;
}
#mct.area section > div .ttl_area .area {
  width: 48vw;
  padding-left: 3vw;
}
@media only screen and (min-width: 768px) {
  #mct.area section > div .ttl_area .area {
    width: 54.5%;
    padding-left: 3%;
  }
}
#mct.area section > div .ttl_area .check_box {
  width: 23vw;
}
@media only screen and (min-width: 768px) {
  #mct.area section > div .ttl_area .check_box {
    width: 30%;
  }
}
#mct.area .acd-check {
  display: none;
}
#mct.area .acd-label {
  color: #333;
  display: block;
  margin-bottom: 1px;
  position: relative;
  height: 45px;
  line-height: 45px;
  border-bottom: 1px dotted #E1E1E1;
  padding-left: 8vw;
  margin-left: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #mct.area .acd-label {
    padding-left: 7%;
  }
}
#mct.area .acd-label .pref {
  width: 14vw;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  #mct.area .acd-label .pref {
    width: 10%;
  }
}
#mct.area .acd-label:after {
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0;
  border-radius: 0;
  border: 0;
  left: 2%;
  margin-top: 0;
  content: "+";
  font-size: 2.5rem;
}
#mct.area .acd-label:before {
  display: none;
}
#mct.area .acd-content {
  display: block;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: 0.5s;
  visibility: hidden;
  padding: 0 !important;
}
#mct.area .acd-content p {
  height: 45px;
  line-height: 45px;
  border-bottom: 1px dotted #E1E1E1;
  padding-left: 8vw;
}
@media only screen and (min-width: 768px) {
  #mct.area .acd-content p {
    padding-left: 14%;
  }
}
#mct.area .acd-content p .city {
  width: 32vw;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  #mct.area .acd-content p .city {
    width: 10%;
  }
}
#mct.area .acd-check:checked + .acd-label:after {
  content: "ー";
  font-size: 2rem;
  left: 1.5%;
}
#mct.area .acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  padding: 10px;
  visibility: visible;
}
#mct.area .acd-check input[type=checkbox] + label {
  margin-left: 0;
}
#mct.area .check_list .ttl {
  width: 10vw;
}
#mct.area .check_list > div P {
  border-bottom: 1px dotted #E1E1E1;
  height: 45px;
  line-height: 45px;
}
#mct.area .check_list .pref {
  display: inline-block;
  width: 39vw;
  padding-left: 3vw;
}
@media only screen and (min-width: 768px) {
  #mct.area .check_list .pref {
    width: 34%;
    padding-left: 3%;
  }
}
#mct.area .check_list > div > div p {
  padding-left: 3vw;
}
@media only screen and (min-width: 768px) {
  #mct.area .check_list > div > div p {
    padding-left: 9%;
  }
}
#mct.area .check_list > div > div p span {
  display: inline-block;
  width: 44vw;
}
@media only screen and (min-width: 768px) {
  #mct.area .check_list > div > div p span {
    width: 50.5%;
  }
}
#mct.area .check_list > div > div p span.check {
  margin-left: 0;
  width: 5vw;
}
#mct.area .check_list .check {
  margin-left: 8vw;
}
@media only screen and (min-width: 768px) {
  #mct.area .check_list .check {
    margin-left: 21%;
  }
}
#mct.area .attention {
  font-size: 1.3rem;
  text-align: center;
  margin: 30px auto 10px;
}
#mct.area .attention_regist04 {
  border-bottom: 0 !important;
  font-size: 1.3rem !important;
  line-height: 1.5 !important;
  margin-top: 15px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  #mct.area .attention_regist04 {
    margin-bottom: 0;
  }
}
#mct.area .btn_request {
  margin: 0 auto 20px;
  text-align: center;
}
#mct.area .btn_request input {
  background: #E94F18;
  color: #fff;
  padding: 3px 3.5rem;
  margin-bottom: 30px;
  display: inline-block;
}

#mct.lnvoice .claim {
  display: flex;
  margin-bottom: 15px;
}
#mct.lnvoice .claim dt {
  height: 40px;
  line-height: 40px;
  font-weight: normal;
}
#mct.lnvoice .claim dd {
  position: relative;
  width: 45vw;
}
@media only screen and (min-width: 768px) {
  #mct.lnvoice .claim dd {
    width: 16rem;
  }
}
#mct.lnvoice .claim dd:after {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid transparent;
  width: 0;
  height: 0;
  right: 16px;
  z-index: 1;
  pointer-events: none;
  border-width: 5.5px 4px 0 4px;
  border-top-color: #B7B7B7;
  top: 48%;
}
#mct.lnvoice .page {
  position: relative;
}
#mct.lnvoice .page .page-link {
  display: inline-block;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
@media only screen and (min-width: 768px) {
  #mct.lnvoice .page p {
    position: absolute;
    top: 0;
    left: 2%;
  }
}
#mct.lnvoice .scroll_list {
  margin: 0 auto;
  padding: 0;
  overflow-x: auto;
  /* 横スクロールの指定 */
  white-space: nowrap;
  /* 横スクロールの指定 */
  overflow-scrolling: touch;
  /* スクロールを滑らかにする */
  -webkit-overflow-scrolling: touch;
  /* スクロールを滑らかにする */
}
#mct.lnvoice .scroll_list .list {
  display: flex;
  min-width: 900px;
}
#mct.lnvoice .scroll_list .list p {
  height: 60px;
  line-height: 60px;
  padding-left: 2rem;
  text-align: center;
}
#mct.lnvoice .scroll_list .list p.intro {
  min-width: 120px;
}
#mct.lnvoice .scroll_list .list p.thank {
  min-width: 120px;
}
#mct.lnvoice .scroll_list .list p.content {
  min-width: 100px;
}
#mct.lnvoice .scroll_list .list p.code {
  min-width: 100px;
}
#mct.lnvoice .scroll_list .list p.code a {
  color: #E94F18;
  text-decoration: underline;
}
#mct.lnvoice .scroll_list .list p.plice {
  min-width: 120px;
}
#mct.lnvoice .scroll_list .list p.tax {
  min-width: 100px;
}
#mct.lnvoice .scroll_list .list p.address {
  width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#mct.lnvoice .scroll_list .list p.confirm {
  min-width: 100px;
}
#mct.lnvoice .scroll_list .list p.confirm a {
  background: #E94F18;
  width: auto;
  height: 30px;
  color: #fff;
  display: block;
  margin: 15px auto 0;
  line-height: 2;
}
#mct.lnvoice .scroll_list .ttl {
  background: #EFEFEF;
  border: 1px solid #707070;
  height: 60px;
  margin: 0 auto;
}
#mct.lnvoice .scroll_list .ttl p span {
  position: relative;
}
#mct.lnvoice .scroll_list .ttl p span:before {
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  border: 1px solid #C8C8C8;
  content: "";
  position: absolute;
  top: 19%;
  right: -19px;
  background: #fff;
}
#mct.lnvoice .scroll_list .ttl p span:after {
  width: 5px;
  height: 5px;
  border-top: 1px solid #C8C8C8;
  border-right: 1px solid #C8C8C8;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  content: "";
  position: absolute;
  top: 35%;
  right: -14px;
}
#mct.lnvoice .scroll_list .ttl .message {
  color: #333 !important;
}
#mct.lnvoice .scroll_list article {
  border-right: 1px solid #707070;
  border-left: 1px solid #707070;
  border-bottom: 1px solid #707070;
  margin: 0 auto;
}

#mct.earnings .scroll_list .list {
  display: flex;
  min-width: 840px;
}
#mct.earnings .scroll_list .list p.contract {
  min-width: 130px;
}
#mct.earnings .scroll_list .list p.done {
  min-width: 130px;
}
#mct.earnings .scroll_list .list p.content {
  min-width: 100px;
}
#mct.earnings .scroll_list .list p.code {
  min-width: 100px;
}
#mct.earnings .scroll_list .list p.code a {
  color: #E94F18;
  text-decoration: underline;
}
#mct.earnings .scroll_list .list p.plice {
  min-width: 120px;
}
#mct.earnings .scroll_list .list p.fee {
  min-width: 120px;
}
#mct.earnings .scroll_list .list p.earnings {
  width: 160px;
}
#mct.earnings .scroll_list .list p.confirm {
  min-width: 100px;
}

#mct.password .text {
  font-size: 1.3rem;
  margin-bottom: 30px;
}
#mct.password .text a {
  text-decoration: underline;
}
#mct.password .btn_bottom {
  position: relative;
  margin: 30px auto 0;
  text-align: center;
}
#mct.password .btn_bottom .register {
  margin: 0 auto;
  text-align: center;
  background: #E94F18;
  color: #fff;
  padding: 3px 3.5rem;
  margin-bottom: 30px;
  display: inline-block;
}
#mct.password section {
  margin-top: 20px;
}
#mct.password section dl {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #E1E1E1;
}
@media only screen and (min-width: 768px) {
  #mct.password section dl {
    display: flex;
  }
}
#mct.password section dl dt {
  font-weight: normal;
  position: relative;
  height: 30px;
  line-height: 30px;
}
@media only screen and (min-width: 768px) {
  #mct.password section dl dt {
    min-width: 25rem;
  }
}
@media only screen and (min-width: 768px) {
  #mct.password section dl dt:after {
    content: ":";
    position: absolute;
    top: 0;
    right: 1rem;
  }
}
#mct.password section dl dd {
  width: 76%;
}
#mct.password section dl dd input {
  border: 1px solid #E1E1E1;
  height: 30px;
  line-height: 30px;
  width: 91vw;
}
@media only screen and (min-width: 768px) {
  #mct.password section dl dd input {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  #mct.password section dl dd.check_area {
    display: flex;
  }
}

#mct.casestudy .text {
  font-size: 1.3rem;
  margin-bottom: 30px;
}
#mct.casestudy .btn_new {
  margin: 0 auto 40px;
  text-align: left;
}
#mct.casestudy .btn_new a {
  text-align: center;
  background: #E94F18;
  width: 100px;
  height: 30px;
  color: #fff;
  display: inline-block;
  line-height: 2;
}
#mct.casestudy .claim {
  display: flex;
  margin-bottom: 15px;
}
#mct.casestudy .claim dt {
  height: 40px;
  line-height: 40px;
  font-weight: normal;
}
#mct.casestudy .claim dd {
  position: relative;
  width: 45vw;
}
@media only screen and (min-width: 768px) {
  #mct.casestudy .claim dd {
    width: 15rem;
  }
}
#mct.casestudy .claim dd:after {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid transparent;
  width: 0;
  height: 0;
  right: 16px;
  z-index: 1;
  pointer-events: none;
  border-width: 5.5px 4px 0 4px;
  border-top-color: #B7B7B7;
  top: 48%;
}
#mct.casestudy .page {
  position: relative;
}
@media only screen and (min-width: 768px) {
  #mct.casestudy .page p {
    position: absolute;
    top: 0;
    left: 2%;
  }
}
#mct.casestudy .scroll_list {
  margin: 0 auto;
  padding: 0;
  overflow-x: auto;
  /* 横スクロールの指定 */
  white-space: nowrap;
  /* 横スクロールの指定 */
  overflow-scrolling: touch;
  /* スクロールを滑らかにする */
  -webkit-overflow-scrolling: touch;
  /* スクロールを滑らかにする */
}
#mct.casestudy .scroll_list .list {
  display: flex;
  min-width: 120vw;
}
@media only screen and (min-width: 768px) {
  #mct.casestudy .scroll_list .list {
    min-width: 100%;
  }
}
#mct.casestudy .scroll_list .list p {
  height: 60px;
  line-height: 60px;
  padding-left: 2rem;
  text-align: center;
}
#mct.casestudy .scroll_list .list p.number {
  min-width: 15vw;
}
@media only screen and (min-width: 768px) {
  #mct.casestudy .scroll_list .list p.number {
    min-width: 150px;
  }
}
#mct.casestudy .scroll_list .list p.status {
  min-width: 25vw;
}
@media only screen and (min-width: 768px) {
  #mct.casestudy .scroll_list .list p.status {
    min-width: 160px;
  }
}
#mct.casestudy .scroll_list .list p.register {
  min-width: 27vw;
}
@media only screen and (min-width: 768px) {
  #mct.casestudy .scroll_list .list p.register {
    min-width: 160px;
  }
}
#mct.casestudy .scroll_list .list p.release {
  text-align: left;
  min-width: 27vw;
}
@media only screen and (min-width: 768px) {
  #mct.casestudy .scroll_list .list p.release {
    min-width: 160px;
  }
}
#mct.casestudy .scroll_list .list p.confirm {
  min-width: 23vw;
}
@media only screen and (min-width: 768px) {
  #mct.casestudy .scroll_list .list p.confirm {
    min-width: 140px;
  }
}
#mct.casestudy .scroll_list .list p.confirm a {
  background: #E94F18;
  width: auto;
  height: 30px;
  color: #fff;
  display: block;
  margin: 15px auto 0;
  line-height: 2;
}
#mct.casestudy .scroll_list .ttl {
  background: #EFEFEF;
  border: 1px solid #707070;
  height: 60px;
  margin: 0 auto;
}
#mct.casestudy .scroll_list .ttl p span {
  position: relative;
}
#mct.casestudy .scroll_list .ttl p span:before {
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  border: 1px solid #C8C8C8;
  content: "";
  position: absolute;
  top: 19%;
  right: -19px;
  background: #fff;
}
#mct.casestudy .scroll_list .ttl p span:after {
  width: 5px;
  height: 5px;
  border-top: 1px solid #C8C8C8;
  border-right: 1px solid #C8C8C8;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  content: "";
  position: absolute;
  top: 35%;
  right: -14px;
}
#mct.casestudy .scroll_list .ttl .message {
  color: #333 !important;
}
#mct.casestudy .scroll_list article {
  border-right: 1px solid #707070;
  border-left: 1px solid #707070;
  border-bottom: 1px solid #707070;
  margin: 0 auto;
}

.casestudy_change .box > div {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .casestudy_change .box > div {
    margin-bottom: 30px;
  }
}
.casestudy_change .back {
  text-align: left;
}
.casestudy_change h3 {
  margin-top: 30px;
}
.casestudy_change section dl {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #E1E1E1;
}
@media only screen and (min-width: 768px) {
  .casestudy_change section dl {
    display: flex;
  }
}
.casestudy_change section dl dt {
  font-weight: normal;
  position: relative;
  height: 30px;
  line-height: 30px;
}
@media only screen and (min-width: 768px) {
  .casestudy_change section dl dt {
    min-width: 22rem;
  }
}
@media only screen and (min-width: 768px) {
  .casestudy_change section dl dt:after {
    content: ":";
    position: absolute;
    top: 0;
    right: 1rem;
  }
}
.casestudy_change section dl dd {
  width: 70%;
}
.casestudy_change section dl dd > div {
  display: flex;
}
.casestudy_change section dl dd input {
  border: solid 1px #ccc;
}
.casestudy_change section dl dd input.case_study_title {
  width: 100%;
}
.casestudy_change section dl dd .input_finish {
  margin-top: 15px;
}
.casestudy_change section dl dd .select {
  position: relative;
  margin-right: 5px;
}
.casestudy_change section dl dd .select:after {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid transparent;
  width: 0;
  height: 0;
  right: 16px;
  z-index: 1;
  pointer-events: none;
  border-width: 5.5px 4px 0 4px;
  border-top-color: #B7B7B7;
  top: 45%;
}
@media only screen and (min-width: 768px) {
  .casestudy_change section dl dd .select:after {
    top: 40%;
  }
}
.casestudy_change section dl dd .year,
.casestudy_change section dl dd .month {
  margin-right: 1rem;
}
.casestudy_change section dl dd select {
  width: 26vw;
  height: 30px;
  line-height: 30px;
  padding-left: 2vw;
}
@media only screen and (min-width: 768px) {
  .casestudy_change section dl dd select {
    width: 11rem;
    padding-left: 1rem;
  }
}
.casestudy_change section dl dd .select_month {
  width: 21vw;
  padding-left: 2vw;
}
@media only screen and (min-width: 768px) {
  .casestudy_change section dl dd .select_month {
    width: 10rem;
    padding-left: 1rem;
  }
}
.casestudy_change section dl dd .btn-search {
  min-width: 17vw;
  height: 30px;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .casestudy_change section dl dd .btn-search {
    min-width: 8rem;
    padding-left: 0;
  }
}
.casestudy_change section dl dd .attention {
  font-size: 1.3rem;
}
.casestudy_change section .plofile {
  padding-top: 6px;
}
.casestudy_change section .plofile dd input:first-child {
  margin-bottom: 15px;
  margin-top: 10px;
}
.casestudy_change section .plofile textarea {
  border: 1px dotted #E1E1E1;
  width: 94vw;
  height: 200px;
  padding: 5px 3vw;
}
@media only screen and (min-width: 768px) {
  .casestudy_change section .plofile textarea {
    width: 100%;
    height: 200px;
    padding: 5px 10px;
  }
}
.casestudy_change section .plofile p {
  width: 94vw;
}
@media only screen and (min-width: 768px) {
  .casestudy_change section .plofile p {
    width: 100%;
  }
}
.casestudy_change section .plofile p.ttl {
  font-weight: bold;
  margin-top: 2px;
}
.casestudy_change section .photo_sub {
  margin-top: 25px;
  border-bottom: 1px dotted #E1E1E1;
}
@media only screen and (min-width: 768px) {
  .casestudy_change section .photo_sub {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
  }
}
.casestudy_change section .photo_sub > div {
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .casestudy_change section .photo_sub > div {
    width: 31%;
    margin-bottom: 0;
  }
}
.casestudy_change section .photo_sub > div p.img {
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .casestudy_change section .photo_sub > div p.img {
    width: 100%;
    margin-bottom: 10px;
  }
}
.casestudy_change section .photo_sub > div p.img:after {
  content: "";
  position: absolute;
  top: -10px;
  width: 22px;
  height: 22px;
  background: #CDD6DD;
  border-radius: 50% !important;
  border-radius: inherit;
  right: -2vw;
  z-index: 0;
}
@media only screen and (min-width: 768px) {
  .casestudy_change section .photo_sub > div p.img:after {
    right: -8px;
  }
}
.casestudy_change section .photo_sub > div p.img img {
  width: 100%;
}
.casestudy_change section .photo_sub > div p.img span {
  display: inline-block;
  font-size: 1.6rem;
  position: absolute;
  top: -14px;
  color: #fff;
  z-index: 10;
  right: -1.2vw;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .casestudy_change section .photo_sub > div p.img span {
    right: -6px;
  }
}
.casestudy_change section .photo_sub > div input {
  border: 0;
  width: 20rem;
  font-size: 1.2rem;
}
@media only screen and (min-width: 768px) {
  .casestudy_change section .photo_sub > div input {
    font-size: 1rem;
  }
}
.casestudy_change section .photo_sub > div .eplain {
  margin-top: 10px;
}
.casestudy_change section .photo_sub > div textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #E1E1E1;
}
.casestudy_change section .area {
  padding-top: 10px;
  margin-bottom: 0;
}
.casestudy_change section .area .select_pref {
  width: 41vw;
}
@media only screen and (min-width: 768px) {
  .casestudy_change section .area .select_pref {
    width: 20rem;
  }
}
.casestudy_change section .area .select_city {
  width: 51vw;
}
@media only screen and (min-width: 768px) {
  .casestudy_change section .area .select_city {
    width: 20rem;
  }
}
.casestudy_change section .year .select_year {
  width: 41vw;
}
@media only screen and (min-width: 768px) {
  .casestudy_change section .year .select_year {
    width: 20rem;
  }
}
.casestudy_change section .price dd input {
  width: 30vw;
  margin-right: 2%;
}
@media only screen and (min-width: 768px) {
  .casestudy_change section .price dd input {
    width: 40%;
  }
}
.casestudy_change section .place dd {
  margin-top: -5px;
  /*  .check{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      display: inline-block;
      margin-left: 5vw;
      @include min-screen($tb) {
          margin-left: 10%;
      }
  }
  .check label{
      color: #333;
      display: block;
      margin-bottom: 1px;
      position: relative;
      height: 45px;
      line-height: 45px;
      padding-left: 8vw;
      margin-left: 0;
      width: 100%;
  }
  .check label:before,.check label:after{
      position: absolute;
      content: "";
      display: block;
      top: 50%;
  }
  .check label:before {
      content: "";
      position: absolute;
      top: 20px;
      left: 2.3rem;
      transform: rotate(50deg);
      width: 5px;
      height: 11px;
      border-right: 2px solid #E94F18;
      border-bottom: 2px solid #E94F18;
      background: none;
      border-radius: 0;
  }
  .check label:after {
      left: 15px;
      margin-top: -10px;
      width: 20px;
      height: 20px;
      border: 1px solid #ccc;
      border-radius: 4px;
  }
  */
}
.casestudy_change section .place dd p {
  display: flex;
  height: 45px;
  line-height: 45px;
  border-bottom: 1px dotted #E1E1E1;
  width: 94vw;
}
@media only screen and (min-width: 768px) {
  .casestudy_change section .place dd p {
    width: auto;
  }
}
.casestudy_change section .place dd p span {
  display: inline-block;
}
.casestudy_change section .place dd p span.ttl {
  min-width: 18rem;
}
.casestudy_change .btn_bottom {
  margin: 30px auto 0;
  text-align: center;
}
.casestudy_change .btn_bottom .register {
  margin: 0 auto;
  text-align: center;
  background: #E94F18;
  color: #fff;
  padding: 3px 3.5rem;
  margin-bottom: 30px;
  display: inline-block;
}

.casestudy_finish .box {
  margin: 0 auto;
  text-align: center;
}
.casestudy_finish .box .text {
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 50px;
}
.casestudy_finish .box .btn a {
  margin: 0 auto;
  text-align: center;
  background: #E94F18;
  color: #fff;
  padding: 3px 3.5rem;
  margin-bottom: 100px;
  display: inline-block;
  text-align: center;
}

.regist01 section dl {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #E1E1E1;
}
@media only screen and (min-width: 768px) {
  .regist01 section dl {
    display: flex;
  }
}
.regist01 section dl dt {
  font-weight: normal;
  position: relative;
  height: 30px;
  line-height: 30px;
}
@media only screen and (min-width: 768px) {
  .regist01 section dl dt {
    min-width: 22rem;
  }
}
@media only screen and (min-width: 768px) {
  .regist01 section dl dt:after {
    content: ":";
    position: absolute;
    top: 0;
    right: 1rem;
  }
}
.regist01 section dl dd {
  width: 100%;
}
.regist01 section dl dd input {
  border: 1px solid #E1E1E1;
  height: 30px;
  line-height: 30px;
  width: 100%;
}
.regist01 section dl dd input.post_code {
  width: 50%;
}
@media only screen and (min-width: 768px) {
  .regist01 section dl dd input.post_code {
    width: 15%;
  }
}
.regist01 section dl dd select {
  width: auto;
  height: 30px;
  line-height: 30px;
  margin-bottom: 1rem;
  padding: 0 1rem;
}
@media only screen and (min-width: 768px) {
  .regist01 section dl dd select {
    padding: 0;
    width: 14%;
    margin-bottom: 0;
  }
}
.regist01 section dl.address dd {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.regist01 section dl.address input:nth-child(1) {
  width: 35vw;
}
@media only screen and (min-width: 768px) {
  .regist01 section dl.address input:nth-child(1) {
    width: 15%;
  }
}
.regist01 section dl.address input:nth-child(2) {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .regist01 section dl.address input:nth-child(2) {
    width: 32%;
  }
}
.regist01 section dl.address input:nth-child(3) {
  width: 94vw;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .regist01 section dl.address input:nth-child(3) {
    width: 50%;
    margin-top: 0;
  }
}
.regist01 .btn_area {
  position: relative;
  margin: 50px auto 50px;
}
.regist01 .btn_area .back {
  left: 0 !important;
}
.regist01 .btn_area .save {
  background: #E94F18;
}
.regist01 .btn_area .save_bottom {
  margin: 0 auto;
  display: block;
  padding: 0 3.5rem;
  color: #fff;
  height: 30px;
}

.regist05 .text_add {
  text-align: center;
  margin-bottom: 25px;
}
.regist05 .innner > div.ttl_area {
  position: relative;
}
.regist05 .btn_finish {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .regist05 .btn_finish {
    right: 10%;
  }
}
.regist05 .btn_finish input {
  background: #E94F18;
  color: #fff;
  padding: 3px 4vw;
}
@media only screen and (min-width: 768px) {
  .regist05 .btn_finish input {
    padding: 3px 3.5rem;
  }
}

#mct.project .search,
#mct.mane_list .search {
  background: #EFEFEF;
  padding: 20px 2%;
}
@media only screen and (min-width: 768px) {
  #mct.project .search .select_month,
  #mct.mane_list .search .select_month {
    display: flex;
  }
}
#mct.project .search .select_month .claim,
#mct.mane_list .search .select_month .claim {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  #mct.project .search .select_month .claim,
  #mct.mane_list .search .select_month .claim {
    margin-bottom: 15px;
  }
}
#mct.project .search .select_month > div,
#mct.mane_list .search .select_month > div {
  display: flex;
}
#mct.project .search .select_month p,
#mct.mane_list .search .select_month p {
  line-height: 40px;
  display: block;
}
#mct.project .search .select_month dd,
#mct.mane_list .search .select_month dd {
  width: 40vw;
}
@media only screen and (min-width: 768px) {
  #mct.project .search .select_month dd,
  #mct.mane_list .search .select_month dd {
    width: 100%;
  }
}
#mct.project .search .select_month span,
#mct.mane_list .search .select_month span {
  line-height: 40px;
  margin: 0 2vw;
}
@media only screen and (min-width: 768px) {
  #mct.project .search .select_month span,
  #mct.mane_list .search .select_month span {
    margin: 0 10px;
  }
}
#mct.project .search .select_month .btn_month,
#mct.mane_list .search .select_month .btn_month {
  margin: 5px auto 20px;
  background: #E94F18;
  color: #fff;
  height: 30px;
  line-height: 30px;
  width: 50px;
  text-align: center;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  #mct.project .search .select_month .btn_month,
  #mct.mane_list .search .select_month .btn_month {
    margin: 5px 0 0 20px;
  }
}
#mct.project .search .text_code,
#mct.mane_list .search .text_code {
  width: 90vw;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  #mct.project .search .text_code,
  #mct.mane_list .search .text_code {
    width: 100%;
  }
}
#mct.project .search .btn-search,
#mct.mane_list .search .btn-search {
  display: block;
  margin: 15px auto 0;
  background: #DB9700;
  padding: 0 3vw;
  height: 30px;
  line-height: 30px;
}
@media only screen and (min-width: 768px) {
  #mct.project .search .btn-search,
  #mct.mane_list .search .btn-search {
    padding: 0 2%;
  }
}
#mct.project .display_month,
#mct.mane_list .display_month {
  display: flex;
  margin: 20px auto 15px;
  border-bottom: 1px solid #ccc;
}
@media only screen and (min-width: 768px) {
  #mct.project .display_month,
  #mct.mane_list .display_month {
    margin: 20px auto 0;
  }
}
#mct.project .display_month p,
#mct.mane_list .display_month p {
  font-weight: bold;
}
#mct.project .display_month span,
#mct.mane_list .display_month span {
  margin: 0 5px;
  line-height: 1.8;
}
#mct.project .scroll_list,
#mct.mane_list .scroll_list {
  margin: 0 auto;
  padding: 0;
  overflow-x: auto;
  /* 横スクロールの指定 */
  white-space: nowrap;
  /* 横スクロールの指定 */
  overflow-scrolling: touch;
  /* スクロールを滑らかにする */
  -webkit-overflow-scrolling: touch;
  /* スクロールを滑らかにする */
}
#mct.project .scroll_list .list,
#mct.mane_list .scroll_list .list {
  display: flex;
  min-width: 200vw;
}
@media only screen and (min-width: 768px) {
  #mct.project .scroll_list .list,
  #mct.mane_list .scroll_list .list {
    min-width: 900px;
  }
}
#mct.project .scroll_list .list p,
#mct.mane_list .scroll_list .list p {
  height: 60px;
  line-height: 60px;
  padding-left: 2rem;
  text-align: center;
}
#mct.project .scroll_list .list p.merchant,
#mct.mane_list .scroll_list .list p.merchant {
  min-width: 30vw;
}
@media only screen and (min-width: 768px) {
  #mct.project .scroll_list .list p.merchant,
  #mct.mane_list .scroll_list .list p.merchant {
    min-width: 120px;
  }
}
#mct.project .scroll_list .list p.contract,
#mct.mane_list .scroll_list .list p.contract {
  min-width: 30vw;
}
@media only screen and (min-width: 768px) {
  #mct.project .scroll_list .list p.contract,
  #mct.mane_list .scroll_list .list p.contract {
    min-width: 150px;
  }
}
#mct.project .scroll_list .list p.contract a,
#mct.mane_list .scroll_list .list p.contract a {
  color: #E94F18;
  text-decoration: underline;
}
#mct.project .scroll_list .list p.merchant_name,
#mct.mane_list .scroll_list .list p.merchant_name {
  min-width: 30vw;
}
@media only screen and (min-width: 768px) {
  #mct.project .scroll_list .list p.merchant_name,
  #mct.mane_list .scroll_list .list p.merchant_name {
    min-width: 220px;
  }
}
#mct.project .scroll_list .list p.name,
#mct.mane_list .scroll_list .list p.name {
  min-width: 40vw;
}
@media only screen and (min-width: 768px) {
  #mct.project .scroll_list .list p.name,
  #mct.mane_list .scroll_list .list p.name {
    min-width: 150px;
  }
}
#mct.project .scroll_list .list p.mail,
#mct.mane_list .scroll_list .list p.mail {
  min-width: 50vw;
}
@media only screen and (min-width: 768px) {
  #mct.project .scroll_list .list p.mail,
  #mct.mane_list .scroll_list .list p.mail {
    min-width: 250px;
  }
}
#mct.project .scroll_list .ttl,
#mct.mane_list .scroll_list .ttl {
  background: #EFEFEF;
  border-bottom: 1px solid #707070;
  height: 60px;
  margin: 0 auto;
}
#mct.project .scroll_list .ttl p span,
#mct.mane_list .scroll_list .ttl p span {
  position: relative;
}
#mct.project .scroll_list .ttl p span:before,
#mct.mane_list .scroll_list .ttl p span:before {
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  border: 1px solid #C8C8C8;
  content: "";
  position: absolute;
  top: 19%;
  right: -19px;
  background: #fff;
}
#mct.project .scroll_list .ttl p span:after,
#mct.mane_list .scroll_list .ttl p span:after {
  width: 5px;
  height: 5px;
  border-top: 1px solid #C8C8C8;
  border-right: 1px solid #C8C8C8;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  content: "";
  position: absolute;
  top: 35%;
  right: -14px;
}
#mct.project .scroll_list .ttl .message,
#mct.mane_list .scroll_list .ttl .message {
  color: #333 !important;
}

#mct.mane_detail .search .select_month {
  margin: 20px auto 0;
}
#mct.mane_detail .search .select_status {
  margin: 0 auto 0 !important;
}
#mct.mane_detail .display_month {
  position: static;
}
#mct.mane_detail .display_month p {
  position: static;
}
#mct.mane_detail .page p {
  position: static;
}
#mct.mane_detail .pager {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}
#mct.mane_detail .scroll_list .list {
  display: flex;
  min-width: 230vw;
}
@media only screen and (min-width: 768px) {
  #mct.mane_detail .scroll_list .list {
    min-width: 944px;
  }
}
#mct.mane_detail .scroll_list .list p.status {
  min-width: 25vw;
}
@media only screen and (min-width: 768px) {
  #mct.mane_detail .scroll_list .list p.status {
    min-width: 130px;
  }
}
#mct.mane_detail .scroll_list .list p.merchant_name {
  min-width: 50vw;
}
@media only screen and (min-width: 768px) {
  #mct.mane_detail .scroll_list .list p.merchant_name {
    min-width: 250px;
  }
}
#mct.mane_detail .scroll_list .list p.price {
  min-width: 30vw;
}
@media only screen and (min-width: 768px) {
  #mct.mane_detail .scroll_list .list p.price {
    min-width: 200px;
  }
}
#mct.mane_detail .scroll_list .list p.claim_day {
  min-width: 30vw;
}
@media only screen and (min-width: 768px) {
  #mct.mane_detail .scroll_list .list p.claim_day {
    min-width: 130px;
  }
}
#mct.mane_detail .scroll_list .list p.payment_day {
  min-width: 30vw;
}
@media only screen and (min-width: 768px) {
  #mct.mane_detail .scroll_list .list p.payment_day {
    min-width: 130px;
  }
}
#mct.mane_detail .scroll_list .list p.claim_payment {
  min-width: 32vw;
}
@media only screen and (min-width: 768px) {
  #mct.mane_detail .scroll_list .list p.claim_payment {
    min-width: 130px;
  }
}
#mct.mane_detail .scroll_list .list p.btn_payment a, #mct.mane_detail .scroll_list .list p.btn_payment input {
  background: #0A4BB1;
  color: #fff;
  width: 95%;
  display: inline-block;
  line-height: 30px;
  vertical-align: middle;
}
#mct.mane_detail .scroll_list .list p.btn_finish a, #mct.mane_detail .scroll_list .list p.btn_finish input {
  background: #0ab12e;
  color: #fff;
  width: 95%;
  display: inline-block;
  line-height: 30px;
  vertical-align: middle;
}
#mct.mane_detail .scroll_list .list p.btn_claim a, #mct.mane_detail .scroll_list .list p.btn_claim input {
  background: #E94F18;
  color: #fff;
  width: 95%;
  display: inline-block;
  line-height: 30px;
  vertical-align: middle;
}
#mct.mane_detail .scroll_list .list p.day_request {
  min-width: 25vw;
}
@media only screen and (min-width: 768px) {
  #mct.mane_detail .scroll_list .list p.day_request {
    min-width: 105px;
  }
}
#mct.mane_detail .scroll_list .list p.contract_amount {
  min-width: 30vw;
}
@media only screen and (min-width: 768px) {
  #mct.mane_detail .scroll_list .list p.contract_amount {
    min-width: 120px;
  }
}
#mct.mane_detail .scroll_list .list p.participating_store {
  min-width: 35vw;
}
@media only screen and (min-width: 768px) {
  #mct.mane_detail .scroll_list .list p.participating_store {
    min-width: 180px;
  }
}
#mct.mane_detail .btn_delete {
  background: #B7B7B7;
  color: #fff;
  padding: 0 3%;
  height: 35px;
  line-height: 35px;
}
#mct.mane_detail .client_code {
  font-weight: bold;
}
#mct.mane_detail .btn_delete {
  margin-top: 30px;
}

#mct.contact_list .line {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
#mct.contact_list .list_box .text {
  font-weight: bold;
}
#mct.contact_list .list_box .text span {
  color: #E94F18;
}
#mct.contact_list .list_box .select {
  display: flex;
}
#mct.contact_list .list_box .select p {
  position: relative;
  width: 180px;
}
#mct.contact_list .list_box .select p:after {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid transparent;
  width: 0;
  height: 0;
  right: 16px;
  z-index: 1;
  pointer-events: none;
  border-width: 5.5px 4px 0 4px;
  border-top-color: #B7B7B7;
  top: 48%;
}
#mct.contact_list .list_box .select p:nth-of-type(1) {
  margin-right: 10px;
}
#mct.contact_list .number_view {
  margin: 25px auto;
}
#mct.contact_list .inquiry_list p {
  margin-bottom: 20px;
}
#mct.contact_list .inquiry_list p a {
  text-decoration: underline;
}
#mct.contact_list .pager {
  border-bottom: 0;
}

#mct.contact_detail .info {
  justify-content: space-between;
  padding: 10px 4vw;
}
@media only screen and (min-width: 768px) {
  #mct.contact_detail .info {
    padding: 10px 2rem;
  }
}
#mct.contact_detail .info > div dl {
  display: block;
}
@media only screen and (min-width: 768px) {
  #mct.contact_detail .info > div dl {
    display: flex;
  }
}
#mct.contact_detail .info > div dl:nth-of-type(2) {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  #mct.contact_detail .info > div dl:nth-of-type(2) {
    margin-top: 0;
  }
}
#mct.contact_detail .btn_delete {
  background: #B7B7B7;
  color: #fff;
  padding: 0 3%;
  height: 35px;
  line-height: 35px;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  #mct.contact_detail .btn_delete {
    margin-left: 10%;
    margin-top: 20px;
  }
}
#mct.contact_detail h3 {
  border-bottom: 1px solid #ccc;
  width: 80%;
  margin: 0 auto 20px;
  text-align: center;
}
#mct.contact_detail .customer {
  margin-bottom: 5px;
}
#mct.contact_detail .customer .info {
  background: #fff;
}
#mct.contact_detail .customer .message textarea {
  width: 100%;
  height: 300px;
  border: none;
  outline: none;
}
#mct.contact_detail .send_area {
  justify-content: space-between;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  #mct.contact_detail .send_area {
    width: 80%;
    display: flex;
  }
}
#mct.contact_detail .send_area .text {
  text-align: left;
  font-size: 1.4rem;
  padding-right: 1rem;
}
#mct.contact_detail .send_area .btn {
  display: flex;
  justify-content: right;
  margin-top: 1rem;
}
#mct.contact_detail .send_area .btn li input {
  height: 35px;
  line-height: 1;
  display: block;
  text-align: center;
}
#mct.contact_detail .send_area .btn li .cancel {
  color: #B7B7B7;
  border: 1px solid #B7B7B7;
  width: 30vw;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  #mct.contact_detail .send_area .btn li .cancel {
    width: 12rem;
    margin-right: 2rem;
  }
}
#mct.contact_detail .send_area .btn li .send {
  background: #E94F18;
  color: #fff;
  width: 35vw;
}
@media only screen and (min-width: 768px) {
  #mct.contact_detail .send_area .btn li .send {
    width: 16rem;
  }
}
#mct.contact_detail .contact_prev form {
  margin: 0 auto;
}

#mct.contact_done .box .text {
  text-align: center;
  margin-bottom: 50px;
}
#mct.contact_done .box .return {
  margin: 0 auto;
}
#mct.contact_done .box .return a {
  margin: 0 auto;
  background: #E94F18;
  color: #fff;
  display: block;
  height: 35px;
  line-height: 35px;
  width: 200px;
  text-align: center;
}

#mct.user .scroll_list {
  margin: 0 auto;
  padding: 0;
  overflow-x: auto;
  /* 横スクロールの指定 */
  white-space: nowrap;
  /* 横スクロールの指定 */
  overflow-scrolling: touch;
  /* スクロールを滑らかにする */
  -webkit-overflow-scrolling: touch;
  /* スクロールを滑らかにする */
}
#mct.user .scroll_list .list {
  display: flex;
  min-width: 160vw;
}
@media only screen and (min-width: 768px) {
  #mct.user .scroll_list .list {
    min-width: 600px;
  }
}
#mct.user .scroll_list .list p {
  height: 60px;
  line-height: 60px;
  padding-left: 2rem;
  text-align: center;
}
#mct.user .scroll_list .list p.contract {
  min-width: 25vw;
}
@media only screen and (min-width: 768px) {
  #mct.user .scroll_list .list p.contract {
    min-width: 150px;
  }
}
#mct.user .scroll_list .list p.contract a {
  color: #E94F18;
  text-decoration: underline;
}
#mct.user .scroll_list .list p.name {
  min-width: 40vw;
}
@media only screen and (min-width: 768px) {
  #mct.user .scroll_list .list p.name {
    min-width: 150px;
  }
}
#mct.user .scroll_list .list p.mail {
  min-width: 50vw;
}
@media only screen and (min-width: 768px) {
  #mct.user .scroll_list .list p.mail {
    min-width: 300px;
  }
}
#mct.user .scroll_list .list p.delete {
  min-width: 40vw;
}
@media only screen and (min-width: 768px) {
  #mct.user .scroll_list .list p.delete {
    min-width: 150px;
  }
}
#mct.user .scroll_list .list p.delete input {
  height: 30px;
  line-height: 1;
  color: #fff;
  background: #B7B7B7;
  vertical-align: middle;
  padding: 0 15px;
}
#mct.user h3 {
  margin: 30px auto 10px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px;
}
#mct.user .register dl {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #E1E1E1;
}
@media only screen and (min-width: 768px) {
  #mct.user .register dl {
    display: flex;
  }
}
#mct.user .register dl dt {
  font-weight: normal;
  position: relative;
  height: 40px;
  line-height: 40px;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  #mct.user .register dl dt {
    min-width: 24%;
  }
}
#mct.user .register dl dt:after {
  content: ":";
  position: absolute;
  top: 0;
  right: -1rem;
}
@media only screen and (min-width: 768px) {
  #mct.user .register dl dt:after {
    right: 1rem;
  }
}
#mct.user .register dl dd {
  width: 71%;
}
#mct.user .register dl dd input {
  border: 1px solid #E1E1E1;
  height: 40px;
  line-height: 40px;
  width: 94vw;
}
@media only screen and (min-width: 768px) {
  #mct.user .register dl dd input {
    width: 100%;
  }
}
#mct.user .btn_register {
  color: #fff;
  background: #E94F18;
  height: 30px;
  line-height: 1;
  margin: 0 auto;
  display: block;
  padding: 0 4%;
}

#mct.claim .scroll_list .list {
  min-width: 290vw;
}
@media only screen and (min-width: 768px) {
  #mct.claim .scroll_list .list {
    min-width: 1080px !important;
  }
}
#mct.claim .scroll_list .list p {
  height: 60px;
  line-height: 60px;
  padding-left: 2rem;
  text-align: center;
}
#mct.claim .scroll_list .list p.code {
  min-width: 38vw;
}
@media only screen and (min-width: 768px) {
  #mct.claim .scroll_list .list p.code {
    min-width: 100px;
  }
}
#mct.claim .scroll_list .list p.status {
  min-width: 28vw;
}
@media only screen and (min-width: 768px) {
  #mct.claim .scroll_list .list p.status {
    min-width: 100px;
  }
}
#mct.claim .scroll_list .list p.merchant_name {
  min-width: 68vw;
}
@media only screen and (min-width: 768px) {
  #mct.claim .scroll_list .list p.merchant_name {
    min-width: 210px;
  }
}
#mct.claim .scroll_list .list p.price {
  min-width: 35vw;
}
@media only screen and (min-width: 768px) {
  #mct.claim .scroll_list .list p.price {
    min-width: 200px;
  }
}
#mct.claim .scroll_list .list p.claim_day, #mct.claim .scroll_list .list p.payment_day {
  min-width: 30vw;
}
@media only screen and (min-width: 768px) {
  #mct.claim .scroll_list .list p.claim_day, #mct.claim .scroll_list .list p.payment_day {
    min-width: 110px;
  }
}
#mct.claim .scroll_list .list p.claim_payment {
  min-width: 38vw;
}
@media only screen and (min-width: 768px) {
  #mct.claim .scroll_list .list p.claim_payment {
    min-width: 130px;
  }
}
#mct.claim .scroll_list .list p.claim_payment a {
  color: #fff;
  width: 32vw;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  #mct.claim .scroll_list .list p.claim_payment a {
    width: 95%;
  }
}
#mct.claim .scroll_list .list p.btn_payment a {
  background: #0A4BB1;
}
#mct.claim .scroll_list .list p.btn_claim a {
  background: #E94F18;
}
#mct.claim .scroll_list .list p.p_contract {
  min-width: 28vw;
}
@media only screen and (min-width: 768px) {
  #mct.claim .scroll_list .list p.p_contract {
    min-width: 110px;
  }
}
#mct.claim .scroll_list .list p.p_fee {
  min-width: 22vw;
}
@media only screen and (min-width: 768px) {
  #mct.claim .scroll_list .list p.p_fee {
    min-width: 80px;
  }
}
#mct.claim .scroll_list .list p.p_transfer {
  min-width: 28vw;
}
@media only screen and (min-width: 768px) {
  #mct.claim .scroll_list .list p.p_transfer {
    min-width: 110px;
  }
}
#mct.claim .scroll_list .list p.transfer_day {
  min-width: 30vw;
}
@media only screen and (min-width: 768px) {
  #mct.claim .scroll_list .list p.transfer_day {
    min-width: 80px;
  }
}
#mct.claim .scroll_list .list p.transfer {
  min-width: 38vw;
}
@media only screen and (min-width: 768px) {
  #mct.claim .scroll_list .list p.transfer {
    min-width: 130px;
  }
}
#mct.claim .scroll_list .list p.transfer a {
  color: #fff;
  width: 34vw;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  background: #E94F18;
}
@media only screen and (min-width: 768px) {
  #mct.claim .scroll_list .list p.transfer a {
    width: 95%;
  }
}
#mct.claim .description {
  margin-top: 40px;
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 768px) {
  #mct.claim .description {
    margin-top: 0;
  }
}
#mct.claim .description dl {
  display: flex;
  font-size: 4vw;
  height: 30px;
  line-height: 30px;
  margin: 0 auto 10px;
}
@media only screen and (min-width: 768px) {
  #mct.claim .description dl {
    font-size: 1.4rem;
  }
}
#mct.claim .description dl dt {
  margin-right: 10px;
  width: 30vw;
  color: #fff;
  text-align: center;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  #mct.claim .description dl dt {
    width: 120px;
  }
}
#mct.claim .description dl dt.cl {
  background: #E94F18;
}
#mct.claim .description dl dt.pa {
  background: #0A4BB1;
}

/** form **/
select {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 40px;
  padding: 0;
  border: 1px solid #B7B7B7;
}
select option {
  width: 100%;
  display: block;
  z-index: 2;
}

input[type=checkbox]:checked + label:before {
  opacity: 1;
}

label:hover:after {
  border-color: #E94F18;
}

input[type=checkbox] + label {
  margin-bottom: 15px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  input[type=checkbox] + label {
    margin-left: 12px;
  }
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/*
label {
    position: relative;
    font-size: 1.4rem;
    margin: 0 3rem -0 -2rem;
    @include min-screen($pc){
        padding: 0 0 0 4rem;
    }
    padding: 0 0 0 42px;
}
label:after,label:before {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
}
label:after{
left: 20px;
margin-top: -5px;
width: 10px;
height: 10px;
background:none;
border-radius: 50%;
opacity: 1;
}
label:before {
    left: 15px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 50%;
    background: #fff;
}
input[type=radio]:checked + label:after {
    opacity: 1;
}*/
.pager {
  display: flex;
  justify-content: center;
  margin: 30px auto;
  align-items: center;
}
.pager .page-link {
  display: inline-block;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.pager .active .page-link {
  background-color: #004BB1;
  border: #004BB1;
  color: white;
}
.pager nav {
  display: flex;
}
.pager nav .text-gray-700 {
  display: none;
}
.pager li {
  margin: 0 0.8rem;
}
.pager li a {
  color: #333;
}
.pager li.on a, .pager li.prev a, .pager li.next a {
  color: #E94F18;
}
.pager li.prev a, .pager li.next a {
  background: #FAFAFA;
  padding: 0.8rem 1.2rem;
  border: 1px solid #F0F3F5;
  border-radius: 4PX;
}

footer {
  padding: 1rem 0;
}
footer .inner {
  margin: 0 auto;
}
footer .inner address {
  margin: 0 auto;
}

/* チェックボックス */
.checkbox_de input[type=checkbox],
.checkbox_de input[type=radio] {
  display: inline-block;
  appearance: auto;
  width: auto;
}
.checkbox_de p {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.checkbox_de p input {
  margin-right: 0.3rem;
}
.checkbox_de p label {
  margin-right: 1rem;
}

#manage_detail .save {
  text-align: right;
  padding: 1rem 0;
}
#manage_detail .save .save_bottom {
  padding: 0.8rem 1.5rem;
  background-color: red;
  color: white;
}
#manage_detail #del_user {
  padding: 1rem 2rem;
  margin: 1rem 0;
}

.search-mct {
  background-color: #fffbe5;
  padding: 1.5rem;
}
.search-mct-top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
.search-mct-top li {
  width: calc(50% - 12px);
}
.search-mct-top li input {
  border: solid 1px #646464;
  padding: 0.5rem;
  border-radius: 5px;
  width: 100%;
}
.search-mct-top li select {
  border: solid 1px #646464;
  padding: 0.5rem;
  border-radius: 5px;
  width: 100%;
}
.search-mct-bottom {
  text-align: center;
}
.search-mct-bottom p {
  margin: 2rem auto 0;
}

.order-message .message {
  margin-top: 1rem;
}
.order-message .message textarea {
  width: 100%;
  height: 15rem;
}
.order-message .send_area .text {
  margin-bottom: 2rem;
}

.btn_ok {
  background-color: red;
  color: white;
  width: 100px;
  height: 40px;
  line-height: 25px;
}

.btn_clear {
  width: 100px;
  height: 40px;
  line-height: 25px;
}

.message-history {
  border: solid 1px #646464;
  margin-bottom: 1.5rem;
  padding: 1rem 1rem 1.5rem;
}

.img #open {
  background-color: red;
  color: white;
  padding: 0.5rem;
}

.order .constructionstarted {
  background: none !important;
}

.constructionstarted p a {
  border: solid 1px red;
  border-radius: 5px;
  font-weight: 600;
  padding: 1.2rem;
  color: red;
  width: 100%;
  display: block;
}

.alert.alert-danger ul li {
  color: red;
}

.constructionstarted.start ul, .constructionstarted.end ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.2rem;
}
.constructionstarted.start ul li input, .constructionstarted.end ul li input {
  border: solid 1px #707070;
  padding: 1rem;
  margin: 0 0.5rem;
}
.constructionstarted .submit_construction_comp {
  border-radius: 5px;
  font-weight: 600;
  padding: 1.2rem;
  color: white;
  background-color: red;
}

.btn_constructionstarted {
  width: 200px !important;
  margin: 1rem auto 0;
}