@charset "UTF-8";
body {
  -webkit-text-size-adjust: 100%;
}

/*
	HEADER BAR
------------------------------------------------------- */
#header {
  color: #dcdddd;
  background-color: #354052;
  height: 60px;
  width: 100%;
  *zoom: 1;
  display: flex;
  position: relative;
  position: fixed;
  z-index: 999;
}
#header:after {
  content: "";
  display: table;
  clear: both;
}

.cols-box-left {
  width: 270px;
}

.cols-box-right {
  min-width: 200px;
  height: 60px;
  margin-left: auto;
}

.cols-box-center {
  width: -webkit-calc(100% - 540px);
  width: calc(100% - 540px);
  flex: 1;
}

#header a {
  color: #dcdddd;
}

#menu-btn-area {
  width: 60px;
  height: 60px;
  -webkit-transition: background-color 0.25s ease;
  -moz-transition: background-color 0.25s ease;
  -ms-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
#menu-btn-area:hover {
  background-color: #2b3443;
}

.menu-active #menu-btn-area,
.menu-active-hover #menu-btn-area {
  background-color: #2b3443;
}

.cols-box-left {
  display: table;
}

.cols-box-left > div {
  display: table-cell;
  vertical-align: middle;
  border-right: 1px solid #5d6772;
}

.logo {
  padding: 0 15px;
}

.logo a {
  display: block;
  text-align: center;
}

.logo object {
  vertical-align: top;
}

#menu-btn-area {
  width: 60px;
  height: 60px;
  padding: 18px;
  cursor: pointer;
}

.menu-btn {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.menu-btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.menu-btn span:nth-of-type(1) {
  top: 0;
}

.menu-btn span:nth-of-type(2) {
  top: 50%;
  margin-top: -1px;
}

.menu-btn span:nth-of-type(3) {
  bottom: 0;
}

.menu-active .menu-btn {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.menu-active .menu-btn span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}

.menu-active .menu-btn span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}

.menu-active .menu-btn span:nth-of-type(3) {
  opacity: 0;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  #header {
    height: auto;
    background-color: transparent;
    position: relative;
  }
  #header .cols-box-left {
    width: 100%;
    background-color: #354052;
    height: 60px;
    overflow: hidden;
    display: table;
    position: relative;
    top: 0;
    left: 0;
    display: none;
  }
  #header .cols-box-left {
    position: absolute;
    top: 0;
  }

  .navi-clone {
    width: 100%;
    background-color: #354052;
    height: 60px;
    overflow: hidden;
    display: table;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }

  .cols-box-left .logo {
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
  }

  #menu-btn-area {
    background-color: #2d3646;
    width: 60px;
    height: 60px;
    padding: 18px;
  }

  .menu-active .menu-btn span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
}
.newsline {
  overflow: hidden;
}

.newsline > div {
  vertical-align: middle;
  float: left;
}

.cols-box-center .newsline-icon {
  width: 60px;
  height: 60px;
  border-right: #border-color;
  padding-top: 14px;
  text-align: center;
  position: relative;
  border-right: 1px solid #5d6772;
}

.icon-alert {
  font-size: 38px;
  position: relative;
  top: -5px;
  display: inline-block;
}

.icon-alert .label {
  width: 16px;
  line-height: 16px;
  text-align: center;
  display: inline-block;
  font-size: 11px;
  color: #FFF;
  background-color: #ff6633;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-top: -17px;
}

.newsline_body {
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  padding: 0 10px 0 30px;
  overflow: hidden;
}
.newsline_body p {
  max-width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsline_body .text {
  height: 60px;
  padding-right: 80px;
  position: relative;
  line-height: 60px;
}
.newsline_body .text .newsline_btn {
  width: 80px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -13px;
}

.close_news {
  display: none;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .cols-box-center {
    width: 100%;
    height: auto;
    float: none;
    margin-top: 60px;
    background-color: #e0e2e4;
  }

  .newsline {
    overflow: hidden;
    display: block;
  }

  .cols-box-center .newsline-icon {
    background-color: #fff;
    width: 60px;
    height: 60px;
    border-left: none;
    border-right: none;
    display: block;
    padding-top: 5px;
    float: left;
  }

  .icon-alert {
    font-size: 32px;
    position: relative;
    top: 10px;
  }

  .newsline .newsline_body {
    width: calc( 100% - 60px );
    margin: 0;
    padding: 0;
    float: left;
    background-color: #FFF;
    color: #5d6772;
    border-left: 1px solid #eee;
    position: relative;
    z-index: 2;
  }
  .newsline .newsline_body p {
    max-width: auto;
    white-space: inherit;
    overflow: auto;
    text-overflow: inherit;
  }
  .newsline .newsline_body .text {
    height: auto;
    padding: 15px;
    line-height: 1.7;
  }
  .newsline .newsline_body .newsline_btn {
    display: none;
  }

  .newsline .close_news {
    display: block;
    clear: both;
  }

  #header .close_news a {
    font-size: 16px;
    background-color: #43abb2;
    color: #FFF;
    display: block;
    text-align: center;
    padding: 10px 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .close_news span {
    color: #FFF;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 3px;
    position: relative;
    top: 2px;
  }
  .close_news span:before {
    font-size: 20px;
    display: inline-block;
  }
}
.countBlk,
.countBlk a {
  display: block;
  height: 100%;
}

.tooltip {
  position: relative;
  border-left: 1px solid #5d6772;
}
.tooltip.open {
  background-color: #2b3443;
}

.tooltip > a {
  text-align: center;
  line-height: 24px;
  padding: 12px 15px 0 15px;
  -webkit-transition: background-color 0.25s ease;
  -moz-transition: background-color 0.25s ease;
  -ms-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
.tooltip > a:hover {
  background-color: #2b3443;
}

.menu-active #menu-btn-area {
  background-color: #2b3443;
}

.icon-account {
  font-size: 34px;
  padding-right: 10px;
  position: relative;
  top: 2px;
}

.fa-caret-down {
  font-size: 20px;
  padding-left: 15px;
  position: relative;
  top: 4px;
}

.tooltip-con {
  min-width: 270px;
  padding: 0 15px;
  position: absolute;
  top: 60px;
  right: -5px;
  display: none;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  transform: translate3d(0, 30px, 0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip-con .inner {
  position: relative;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);
  background-color: #354052;
  border: 2px solid #354052;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.tooltip-con .inner:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #354052;
  display: inline-block;
  position: absolute;
  top: -7px;
  right: 15px;
  margin-left: -5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.open .tooltip-con {
  display: block;
  -webkit-animation: fadeInDown 0.5s ease 0s;
  -moz-animation: fadeInDown 0.5s ease 0s;
  animation: fadeInDown 0.5s ease 0s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

.tooltip-con ul {
  width: 100%;
  position: relative;
  z-index: 2;
}

.tooltip-con ul li {
  border-bottom: 1px solid rgba(200, 200, 200, 0.1);
}
.tooltip-con ul li:last-child {
  border-bottom: none;
}

.tooltip-con a {
  font-size: 13px;
  padding: 11px 25px;
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tooltip-con a:hover {
  background-color: rgba(67, 171, 178, 0.2);
}

.tooltip-con li:last-child a {
  padding-bottom: 14px;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .cols-box-right {
    width: calc(100% - 60px);
    height: 60px;
    float: none;
    background-color: #FFF;
    border-left: 1px solid #eee;
    position: absolute;
    top: 60px;
    left: 60px;
  }

  .cols-box-right .tooltip {
    border: none;
  }

  .cols-box-right .tooltip > a {
    padding: 12px 0 0 0;
    color: #354052 !important;
  }

  .icon-account {
    font-size: 30px;
    top: 3px;
  }

  .fa-caret-down {
    font-size: 18px;
    top: 2px;
  }

  .tooltip.open {
    background-color: #FFF;
  }
  .tooltip > a:hover {
    background-color: #FFF;
  }

  .tooltip-con {
    width: 100%;
    padding: 0 15px;
    position: absolute;
    top: 65px;
  }
  .tooltip-con .inner:before {
    right: 50%;
  }
}
/* 
	SIDE MENU
------------------------------------------------------- */
html, body {
  height: 100%;
}

#sidemenu {
  width: 270px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 60px;
  background-color: #354052;
  z-index: 3;
  overflow: hidden;
}
#sidemenu .inner {
  width: 287px;
  height: 100%;
  overflow-y: scroll;
}

.side {
  color: #dcdddd;
}
.side .order-group {
  padding: 5px 0;
  background-color: #303a4a;
  margin-bottom: 10px;
}
.side .order-group .separate {
  background-color: #2b3443;
  padding: 5px 0;
}
.side .order-group li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.side .order-group li:last-child {
  border-bottom: none;
}
.side .group {
  margin-bottom: 10px;
}
.side a {
  font-size: 13px;
  letter-spacing: 0;
  display: block;
  line-height: 40px;
  vertical-align: top;
  color: #dcdddd;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
}
.side a:hover {
  background-color: #43abb2;
}
.side a:hover .icon {
  color: #dcdddd;
}
.side .icon {
  width: 60px;
  width: 60px;
  font-size: 26px;
  line-height: 1;
  display: inline-block;
  text-align: center;
  position: relative;
  top: 8px;
  vertical-align: top;
}
.side .icon.icon-alert, .side .icon.icon-account {
  font-size: 30px;
  top: 6px;
  padding: 0;
  text-align: center;
}

.side .name {
  padding: 17px 10px 17px 25px;
}
.side .name p {
  font-size: 14px;
  text-align: left;
}

.account_btn {
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.account_btn ul {
  overflow: hidden;
}
.account_btn li {
  width: 50%;
  float: left;
}
.account_btn li:nth-child(2) {
  float: right;
}
.account_btn li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.04);
}
.account_btn a {
  display: block;
  background-color: rgba(255, 255, 255, 0.03);
  text-align: center;
}
.account_btn a:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.account_btn .icon {
  font-size: 20px;
  width: auto;
  height: auto;
  margin: 3px;
  line-height: 20px;
  position: relative;
  top: 7px;
}

/*
	PC: middle
------------------------------------------------------- */
#sidemenu {
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
#sidemenu .account_btn a, #sidemenu .name {
  visibility: visible;
}

/*	メニュー開閉  */
.menu-active #sidemenu {
  -webkit-transform: translate(-210px);
  -moz-transform: translate(-210px);
  -ms-transform: translate(-210px);
  -o-transform: translate(-210px);
  transform: translate(-210px);
}
.menu-active #sidemenu:hover {
  -webkit-transform: translate(0px);
  -moz-transform: translate(0px);
  -ms-transform: translate(0px);
  -o-transform: translate(0px);
  transform: translate(0px);
}
.menu-active #sidemenu:hover .icon {
  -webkit-transform: translate(0px);
  -moz-transform: translate(0px);
  -ms-transform: translate(0px);
  -o-transform: translate(0px);
  transform: translate(0px);
}
.menu-active #sidemenu:hover .account_btn a, .menu-active #sidemenu:hover .name {
  visibility: visible;
}
.menu-active #sidemenu:hover li a > span:nth-child(2) {
  visibility: visible;
}
.menu-active #sidemenu .account_btn a, .menu-active #sidemenu .name {
  visibility: hidden;
}
.menu-active #sidemenu li a > span:nth-child(2) {
  visibility: hidden;
}
.menu-active .side .icon {
  -webkit-transform: translate(210px);
  -moz-transform: translate(210px);
  -ms-transform: translate(210px);
  -o-transform: translate(210px);
  transform: translate(210px);
}
.menu-active .side li a > span:nth-child(2) {
  visibility: visible;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  #sidemenu {
    padding-top: 0;
    padding-bottom: 60px;
    z-index: 9997;
    top: 60px;
    -webkit-transform: translate(-270px);
    -moz-transform: translate(-270px);
    -ms-transform: translate(-270px);
    -o-transform: translate(-270px);
    transform: translate(-270px);
    -webkit-overflow-scrolling: touch;
  }

  #wrap {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
  }

  .side a {
    line-height: 50px;
  }
  .side .account_btn a {
    line-height: 40px;
  }
  .side .icon {
    top: 12px;
  }
  .side .icon.icon-alert, .side .icon.icon-account {
    top: 9px;
  }

  .menu-active #sidemenu {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
  .menu-active #sidemenu .account_btn a, .menu-active #sidemenu .name {
    visibility: visible;
  }
  .menu-active #sidemenu li a > span:nth-child(2) {
    visibility: visible;
  }
  .menu-active #wrap:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(53, 64, 82, 0.5);
    z-index: 9997;
  }
  .menu-active .side .icon {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
  .menu-active .side li a > span:nth-child(2) {
    visibility: visible;
  }
}
/* -------------------------------------
	セレクトボックス
---------------------------------------- */
.select-field {
  overflow: hidden;
  margin-top: 30px;
}
.select-field .group {
  float: left;
  padding: 0 5px;
}
.select-field .group.btn {
  padding: 35px 0 0 0;
}
.select-field label {
  font-size: 15px;
  color: #43abb2;
  display: block;
  margin-bottom: 5px;
  padding: 0 3px;
}
.select-field span {
  line-height: 40px;
  margin: 0 10px;
}
.select-field span {
  line-height: 40px;
  margin: 0 10px;
}

.select-box {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.select-box select {
  color: #243651;
  font-size: 14px;
  min-width: 220px;
  letter-spacing: 0.05em;
  padding: 10px 50px 10px 30px;
  border: 2px solid #f2f2f2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.select-box:after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .select-field {
    width: 100%;
    margin-top: 20px;
  }
  .select-field .group {
    width: 100%;
    float: none;
  }
  .select-field .group.btn {
    padding: 20px 0 10px 0;
  }
  .select-field select {
    min-width: 100%;
    width: 100%;
  }

  .select-box {
    width: 100%;
  }
  .select-box select {
    min-width: 100%;
    width: 100%;
  }
}
/* -------------------------------------
	label
---------------------------------------- */
.label-ttl {
  font-size: 15px;
  color: #43abb2;
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: top;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .label-ttl {
    font-size: 14px;
  }
}
/* -------------------------------------
	input
---------------------------------------- */
input[type="text"],
input[type="password"] {
  font-size: 14px;
  padding: 10px 10px 10px 10px;
  border: 2px solid #f2f2f2;
}
input[type="text"].size-s,
input[type="password"].size-s {
  width: 30%;
  max-width: 200px;
}
input[type="text"].size-s,
input[type="password"].size-s {
  width: 40%;
}
input[type="text"].size-m,
input[type="password"].size-m {
  width: 70%;
}
input[type="text"].size-l,
input[type="password"].size-l {
  width: 100%;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  input[type="text"] {
    font-size: 16px;
    display: block;
  }
  input[type="text"].size-s {
    width: 100%;
    max-width: 200px;
  }
  input[type="text"].size-m {
    width: 100%;
  }
  input[type="text"].size-l {
    width: 100%;
  }
}
/* -------------------------------------
	textarea
---------------------------------------- */
textarea {
  display: block;
  width: 100%;
  min-height: 300px;
  padding: 10px;
  border: 2px solid #f2f2f2;
}

/* =====================================================
	ボタン
======================================================== */
.btn-area {
  margin-top: 40px;
  text-align: center;
  letter-spacing: -.40em;
}

.btn {
  display: inline-block;
  letter-spacing: normal;
  padding: 3px 10px;
  margin: 0 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.btn-m {
  width: 100%;
  max-width: 280px;
  padding: 12px 10px;
  text-align: center;
}

.btn-l {
  font-size: 16px;
  width: 100%;
  max-width: 300px;
  padding: 15px 10px;
  text-align: center;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .btn-l {
    margin: 0 -15px;
  }
}
.btn-danger {
  text-align: center;
  color: #FFF;
  background-color: #f05352;
}
.btn-danger:hover, .btn-danger:active, .btn-danger:focus {
  color: #FFF;
  background-color: #ed2e2c;
}
.btn-danger .icon {
  color: #FFF;
  line-height: 1.5;
  margin: 0 5px 0 0;
}

.btn-default {
  text-align: center;
  color: #FFF;
  background-color: #43abb2;
}
.btn-default:hover, .btn-default:active, .btn-default:focus {
  color: #FFF;
  background-color: #388f94;
}
.btn-default .icon {
  color: #FFF;
  line-height: 1.5;
  margin: 0 5px 0 0;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .btn-area .btn-m + .btn-m {
    display: block;
    margin: 10px auto 0 auto;
  }
}
/* =====================================================
	アラート
======================================================== */
.alert {
  margin-top: 40px;
}
.alert.color-danger {
  padding: 20px 20px 20px 70px;
  border: 1px solid #f05352;
  color: #b31110;
  background-color: rgba(240, 83, 82, 0.3);
  position: relative;
}
.alert.color-danger:before {
  font-size: 40px;
  content: "\e902";
  font-family: 'icomoon' !important;
  display: inline-block;
  line-height: 1;
  vertical-align: top;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* =====================================================
	見出し
======================================================== */
.headline01 {
  font-size: 28px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 30px;
  margin-bottom: 50px;
  color: #243651;
}
.headline01 .icon {
  color: #243651;
  font-size: 34px;
  position: relative;
  top: 10px;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .headline01 {
    font-size: 22px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .headline01 .icon {
    font-size: 24px;
    top: 8px;
  }
}
.headline02 {
  font-size: 30px;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 30px;
  color: #243651;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .headline02 {
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 15px;
  }
}
/* =====================================================
	テキスト
======================================================== */
.note {
  font-size: 13px;
  margin-top: 20px;
  color: #888;
}

/* =====================================================
	パンくず
======================================================== */
.breadcrumb {
  font-size: 12px;
  margin-bottom: 30px;
}
.breadcrumb li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumb li + li:before {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 3px;
}
.breadcrumb .icon {
  font-size: 20px;
  vertical-align: top;
  line-height: 1;
}
.breadcrumb .icon:before {
  position: relative;
  top: -2px;
  vertical-align: top;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .breadcrumb {
    margin-bottom: 15px;
  }
}
/* =====================================================
	固定　注文金額合計
======================================================== */
.fixed-total {
  min-width: 500px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
}
.fixed-total dl {
  width: 100%;
  font-size: 17px;
  display: table;
}
.fixed-total dl dt, .fixed-total dl dd {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 10px 15px;
}
.fixed-total dl dt {
  color: #FFF;
  background-color: #354052;
  padding-top: 20px;
  -webkit-border-radius: 10px 0 0 0;
  -moz-border-radius: 10px 0 0 0;
  border-radius: 10px 0 0 0;
}
.fixed-total dl dd {
  font-size: 34px;
  padding: 7px 30px;
  background-color: #FFF;
  color: #243651;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fixed-total dl dd span {
  font-size: 14px;
  margin: 0 5px;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .fixed-total {
    width: 100%;
    min-width: 100%;
  }
  .fixed-total dl {
    font-size: 13px;
    letter-spacing: -0.1em;
  }
  .fixed-total dl dt {
    color: #FFF;
    padding: 10px 5px;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
  }
  .fixed-total dl dd {
    font-size: 24px;
    padding: 5px 15px;
  }
  .fixed-total dl dd span {
    font-size: 12px;
    margin: 0 5px;
  }
}
/* =====================================================
	サークルボックス（今月のご注文状況など）
======================================================== */
.mod-order-num .item-num {
  font-size: 74px;
  letter-spacing: 0;
}
.mod-order-num .unit {
  font-size: 20px;
  color: #5d6772;
}

.order-item .horizon {
  width: 100%;
  margin-top: 30px;
  display: flex;
}
.order-item .horizon .square {
  width: 25%;
  height: auto;
  background-color: #FFF;
  display: table;
  position: relative;
}
.order-item .horizon .square:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.order-item .horizon .square .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.order-item .horizon .square .inner .table {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}
.order-item .horizon .square .inner .table > * {
  display: table-cell;
  vertical-align: middle;
}
.order-item .horizon .square dl {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.order-item .horizon .square dl dt, .order-item .horizon .square dl dd {
  text-align: center;
}
.order-item .horizon .circle {
  width: 230px;
  height: 230px;
  margin: 0 auto;
  background-color: #FFF;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: table;
}
.order-item .horizon .circle dl {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.order-item .horizon .circle dl dt, .order-item .horizon .circle dl dd {
  text-align: center;
}
.order-item .horizon .item-name {
  font-size: 20px;
}
.order-item .horizon .item-num {
  color: #43abb2;
}
.order-item .horizon .item-no-num {
  color: #c9caca;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod-order-num {
    margin: 0 -15px;
  }
  .mod-order-num .item-num {
    font-size: 46px;
    letter-spacing: 0;
  }
  .mod-order-num .unit {
    font-size: 20px;
    color: #5d6772;
  }

  .order-item .horizon {
    width: 100%;
    margin-top: 20px;
    display: block;
    overflow: hidden;
  }
  .order-item .horizon .square {
    width: 50%;
    height: auto;
    background-color: #FFF;
    display: block;
    float: left;
    position: relative;
  }
  .order-item .horizon .square:before {
    display: none;
  }
  .order-item .horizon .square .inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .order-item .horizon .square .inner .table {
    padding: 20px 0;
  }
  .order-item .horizon .circle {
    width: 50%;
    height: 100%;
    border-radius: 0;
    display: table;
    float: left;
    padding: 20px 0;
    border: 1px solid #ecf2f6;
  }
}
/* =====================================================
	サークルボックス 下（合計金額）
======================================================== */
.total-price .horizon {
  width: 100%;
  margin-top: 30px;
  display: flex;
}
.total-price .horizon dl {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.total-price .horizon dl dt, .total-price .horizon dl dd {
  text-align: center;
}
.total-price .total {
  width: 33.3333%;
  padding: 0 20px;
}
.total-price .total dl {
  width: 100%;
  height: 50px;
  margin: 0 auto;
  display: table;
  background-color: #FFF;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.total-price .total dl dt {
  text-align: left;
  vertical-align: middle;
  display: table-cell;
  padding: 0 10px 0 15px;
}
.total-price .total dl dd {
  font-size: 28px;
  text-align: right;
  vertical-align: middle;
  display: table-cell;
  padding: 0 15px 0 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.total-price .note {
  text-align: right;
  padding-right: 20px;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .total-price .horizon {
    width: 100%;
    margin-top: 30px;
    display: block;
    padding: 0 15px;
  }
  .total-price .horizon dl {
    width: 100%;
    text-align: center;
    display: table;
    vertical-align: middle;
  }
  .total-price .horizon dl dt, .total-price .horizon dl dd {
    display: table-cell;
  }
  .total-price .total {
    width: 100%;
    padding: 0;
  }
  .total-price .total + .total {
    margin-top: 10px;
  }
}
/* =====================================================
	境界線
======================================================== */
.hidden-trigger {
  width: 100%;
  position: relative;
  margin: 40px 0 60px 0;
}
.hidden-trigger:before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: #ccc;
  position: absolute;
  top: 50%;
  left: 0;
}
.hidden-trigger .btn-trigger {
  width: 52px;
  height: 52px;
  background-color: #ecf2f6;
  padding: 10px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.hidden-trigger .arrow {
  display: block;
  width: 35px;
  height: 35px;
  background-color: #FFF;
  border: 1px solid #ccc;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.hidden-trigger .arrow:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  top: 7px;
  left: 10px;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.hidden-trigger .arrow:hover {
  background-color: #f2f2f2;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .hidden-trigger {
    width: 100%;
    position: relative;
    margin: 30px 0 30px 0;
  }
}
.hidden-trigger {
  cursor: pointer;
}
.hidden-trigger .square {
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.hidden-trigger.open .btn-trigger .arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.hidden-trigger.open .square {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 3;
}
.hidden-trigger.open .square span {
  display: block;
  background-color: #CCC;
  width: 4px;
  height: 4px;
  position: relative;
  top: 15px;
  margin-left: -1px;
}
.hidden-trigger.open .square span:before, .hidden-trigger.open .square span:after {
  content: "";
  display: block;
  background-color: #CCC;
  width: 4px;
  height: 4px;
  position: absolute;
  z-index: 3;
}
.hidden-trigger.open .square span:before {
  top: -9px;
}
.hidden-trigger.open .square span:after {
  bottom: -9px;
}

/* =====================================================
	カラムスタイル
======================================================== */
.column.box-shadow {
  background-color: #FFF;
  -webkit-box-shadow: 0 0 5px 3px #e8e8e8;
  -moz-box-shadow: 0 0 5px 3px #e8e8e8;
  box-shadow: 0 0 5px 3px #e8e8e8;
}
.column.box-shadow + .column.box-shadow {
  margin-top: 60px;
}
.column.box-shadow.column.box-shadow.alpha {
  background-color: rgba(255, 255, 255, 0.3);
}

.column .bar {
  font-size: 17px;
  color: #243651;
  background: #FFF;
  padding: 15px 40px;
  position: relative;
  cursor: pointer;
}
.column .bar .circle {
  width: 21px;
  height: 21px;
  line-height: 21px;
  position: relative;
  top: 1px;
  vertical-align: top;
  text-align: center;
  display: inline-block;
  background: #243651;
  color: #FFF;
  margin: 0 10px 0 3px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.column .bar .btn-toggle {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 50%;
  right: 20px;
  margin-top: -13px;
  border: 1px solid #ccc;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.column .bar .btn-toggle span.fa-caret-down {
  font-size: 21px;
  padding-left: 0;
  top: 2px;
  left: 7px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.column .bar.open span.fa-caret-down {
  left: 5px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.column .column-body {
  color: #243651;
  border-top: 2px solid #e6e6e6;
  padding: 30px 40px;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .column.box-shadow + .column.box-shadow {
    margin-top: 30px;
  }

  .column .bar {
    font-size: 16px;
    padding: 10px 15px;
  }
  .column .bar .btn-toggle {
    width: 22px;
    height: 22px;
    margin-top: -11px;
    right: 15px;
  }
  .column .bar .btn-toggle span.fa-caret-down {
    top: 0px;
    left: 4px;
  }
  .column .bar.open span.fa-caret-down {
    left: 4px;
  }
  .column .column-body {
    color: #243651;
    border-top: 2px solid #e6e6e6;
    padding: 15px 15px;
  }
}
/* =====================================================
	テーブルスタイル（mod-table-style01）
======================================================== */
.table-style01 {
  width: 100%;
  table-layout: fixed;
}
.table-style01 thead {
  border-bottom: 3px solid #e6e6e6;
}
.table-style01 thead th {
  padding: 10px 10px;
}
.table-style01 tbody td {
  padding: 17px 10px;
}
.table-style01 tbody tr + tr {
  border-top: 1px solid #e6e6e6;
}
.table-style01 .btn-group {
  text-align: right;
  margin: 0px;
}
.table-style01 .btn-group a {
  font-size: 13px;
  margin: 0;
  vertical-align: top;
}
.table-style01.fixed-no {
  table-layout: auto;
}
.table-style01.fixed-no td {
  padding: 17px 10px;
}
.table-style01.fixed-no td:nth-child(1) {
  width: 14%;
}
.table-style01.fixed-no td:nth-child(2) {
  width: 12%;
}
.table-style01.fixed-no td:nth-child(3) {
  width: 16%;
}
.table-style01.fixed-no td:nth-child(4) {
  width: 17%;
}
.table-style01.fixed-no td:nth-child(5) {
  width: 17%;
}
.table-style01.fixed-no td:nth-child(6) {
  width: 180px;
  padding-right: 0;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .table-style01 {
    width: 100%;
  }
  .table-style01 tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 1.625em;
  }
  .table-style01 thead {
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .table-style01 tbody td {
    width: 100%;
    border-bottom: 1px solid #ddd;
    display: block;
    text-align: right;
    padding-right: 5px;
    letter-spacing: 0;
    padding-left: 100px;
    position: relative;
  }
  .table-style01 tbody td:last-child {
    border-bottom: 0;
  }
  .table-style01 tbody td:before {
    content: attr(data-label);
    color: #888;
    position: absolute;
    left: 0;
  }
  .table-style01 tbody tr + tr {
    border-top: none;
  }
  .table-style01 .btn-group {
    text-align: center;
    padding: 10px 10px;
    margin: 0px 0 0 -100px;
  }
  .table-style01 .btn-group a {
    min-width: 230px;
    font-size: 16px;
    padding: 10px;
    vertical-align: top;
  }
  .table-style01 .btn-group a + a {
    margin-top: 5px;
  }
  .table-style01.fixed-no {
    table-layout: fixed;
  }
  .table-style01.fixed-no td {
    padding-left: 100px;
  }
  .table-style01.fixed-no td:nth-child(1), .table-style01.fixed-no td:nth-child(2), .table-style01.fixed-no td:nth-child(3), .table-style01.fixed-no td:nth-child(4), .table-style01.fixed-no td:nth-child(5), .table-style01.fixed-no td:nth-child(6) {
    width: 100%;
  }
}
/* =====================================================
	テキストボックス（mod-text-box）
======================================================== */
.mod-text-box {
  padding: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  color: #243651;
}
.mod-text-box p {
  text-align: center;
  line-height: 1.8;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod-text-box {
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 10px;
  }
  .mod-text-box p {
    text-align: left;
  }
  .mod-text-box p br {
    display: none;
  }
}
/* =====================================================
	タブ（tab_container）
======================================================== */
.tab_container {
  overflow: hidden;
  position: relative;
  margin-top: 40px;
  z-index: 2;
}
.tab_container .tab-btn {
  width: 240px;
  position: relative;
  z-index: 3;
}
.tab_container .tab-btn li {
  font-size: 15px;
  color: #888;
  line-height: 65px;
  display: block;
  padding: 0 20px 0 60px;
  background-color: #ecf2f6;
  border-right: 1px solid #e6e6e6;
  background-image: none;
  cursor: pointer;
}
.tab_container .tab-btn li.active {
  font-size: 16px;
  color: #243651;
  background-color: #FFF;
  background: #fff url("../images/check_s.png") no-repeat 20px center;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: none;
}
.tab_container .tab-content {
  width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  padding: 25px 40px 20px 300px;
}
.tab_container .tab-content .select-field {
  margin-top: 0;
}
.tab_container .tab-content.active {
  visibility: visible;
  z-index: 2;
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .tab_container {
    overflow: hidden;
    position: relative;
    margin-top: 30px;
  }
  .tab_container .tab-btn {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .tab_container .tab-btn li {
    width: 50%;
    float: left;
    line-height: 1.3;
    font-size: 14px;
    padding: 5px 20px 5px 20px;
    text-align: center;
    border: 1px solid #e6e6e6;
  }
  .tab_container .tab-btn li.active {
    font-size: 14px;
    color: #243651;
    padding: 5px 20px 5px 30px;
    background-color: #FFF;
    background: #fff url("../images/check_s.png") no-repeat 7px center;
    background-size: 15px auto;
    border: 1px solid #e6e6e6;
    border-bottom-color: #FFF;
  }
  .tab_container .tab-content {
    display: none;
    position: relative;
    padding: 15px;
  }
  .tab_container .tab-content .select-field {
    margin-top: 0;
    text-align: center;
  }
  .tab_container .tab-content.active {
    display: block;
    border: none;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
  }
}
/* =====================================================
	お弁当のご注文（mod-order-list）
======================================================== */
.mod-order-list {
  border-top: 2px solid #e6e6e6;
  padding: 20px 10px;
}
.mod-order-list .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
}
.mod-order-list .item {
  width: 33.3333%;
  margin: 0 10px;
  background: #FFF;
  padding: 20px;
}
.mod-order-list .item .thum {
  text-align: center;
  margin-bottom: 10px;
}
.mod-order-list .item dl {
  width: 100%;
  display: table;
  padding: 0 30px;
  margin-bottom: 20px;
}
.mod-order-list .item dl dt, .mod-order-list .item dl dd {
  display: table-cell;
  vertical-align: middle;
}
.mod-order-list .item dl dt.item-name {
  font-size: 24px;
}
.mod-order-list .item dl dd.item-price {
  text-align: right;
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mod-order-list .item dl dd.item-price .unit {
  font-size: 14px;
}
.mod-order-list .item .order table {
  width: 100%;
}
.mod-order-list .item .order table td {
  padding: 10px 0;
}
.mod-order-list .item .order table tr + tr {
  border-top: 1px solid #f2f2f2;
}
.mod-order-list .item .order table th:nth-child(1), .mod-order-list .item .order table td:nth-child(1) {
  width: auto;
}
.mod-order-list .item .order table th:nth-child(2), .mod-order-list .item .order table td:nth-child(2) {
  width: 80px;
  padding-left: 10px;
  vertical-align: top;
}
.mod-order-list .item .order table td:nth-child(2) {
  text-align: right;
}
.mod-order-list .item .order table input {
  width: 50px;
  line-height: 20px;
  margin-right: 5px;
  padding: 7px 10px 7px 10px;
}
.mod-order-list .item .order .select-box {
  width: 100%;
  margin-top: 0;
}
.mod-order-list .item .order .select-box select {
  min-width: auto;
  width: 100%;
  line-height: 20px;
  padding: 7px 40px 7px 10px;
}
.mod-order-list .item .order .unit {
  position: relative;
  top: 10px;
}
.mod-order-list .item .order .btn-area {
  margin-top: 10px;
}
.mod-order-list .item .order .btn-area a.btn {
  padding: 7px 20px;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod-order-list .row {
    display: block;
  }
  .mod-order-list .item {
    width: 100%;
    margin: 0px auto;
    margin-bottom: 20px;
    padding: 20px;
    box-sizing: border-box;
  }
  .mod-order-list .item + .item {
    margin-bottom: 0;
  }
}
/* =====================================================
	完了（md-complete）
======================================================== */
.mod-complete {
  margin-top: 20px;
  margin-bottom: 80px;
}
.mod-complete h2 {
  text-align: center;
}
.mod-complete p {
  text-align: center;
  margin-top: 1.5em;
}

.circle-chk {
  width: 210px;
  height: 210px;
  background: #FFF;
  padding-top: 57px;
  padding-left: 44px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod-complete {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .circle-chk {
    width: 150px;
    height: 150px;
    background: #FFF;
    padding-top: 40px;
    padding-left: 32px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .circle-chk img {
    width: 95px;
    height: auto;
  }
}
/* =====================================================
	フォーム（md-form）
======================================================== */
.mod-form dl {
  width: 100%;
  display: table;
  padding: 20px 0;
  border-bottom: 1px solid #f2f2f2;
}
.mod-form dl dt, .mod-form dl dd {
  display: table-cell;
  vertical-align: middle;
}
.mod-form dl dt {
  width: 240px;
  text-align: left;
  padding: 10px 15px 10px 0;
  border-right: 1px solid #f2f2f2;
}
.mod-form dl dd {
  width: auto;
  color: #8a9196;
  padding: 10px 0 10px 50px;
}
.mod-form dl dd label {
  min-width: 80px;
  display: inline-block;
  margin-right: 10px;
}
.mod-form .group {
  margin-bottom: 10px;
}
.mod-form .group .select-box {
  display: inline;
}
.mod-form .group .select-box select {
  padding-left: 15px;
}
.mod-form .group .select-box:after {
  top: 20px;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod-form dl {
    display: block;
    padding: 10px 0;
  }
  .mod-form dl:first-child {
    padding-top: 0;
  }
  .mod-form dl dt, .mod-form dl dd {
    display: block;
  }
  .mod-form dl dt {
    width: 100%;
    padding: 10px 0 0 0;
    border: none;
  }
  .mod-form dl dd {
    width: auto;
    padding: 10px 0;
  }
  .mod-form dl dd label {
    min-width: auto;
    margin-bottom: 5px;
  }
}
.require {
  color: #FFF;
  font-size: 12px;
  background: #ff6633;
  display: inline-block;
  vertical-align: top;
  line-height: 1.8;
  padding: 0 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 20px;
}

.btn-add {
  font-size: 12px;
  color: #5d6772;
  background: #ecf2f6;
  padding: 5px 10px;
  border: 1px solid #5e5e5e;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-left: 15px;
}
.btn-add:hover {
  background: #ddd;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .btn-add {
    display: block;
    margin-top: 10px;
    margin-left: 0;
  }
  .btn-add:hover {
    background: #ddd;
  }
}
/* =====================================================
	電話番号案内（md-tel）
======================================================== */
.mod-tel dl {
  width: 100%;
  display: table;
}
.mod-tel dl dt, .mod-tel dl dd {
  display: table-cell;
  vertical-align: middle;
}
.mod-tel dl dt {
  color: #243651;
  font-size: 16px;
  width: 300px;
  padding: 0 40px;
  border-right: 2px solid #ecf2f6;
}
.mod-tel dl dd {
  width: auto;
  padding: 20px;
}
.mod-tel .telnum {
  padding: 15px 40px;
}
.mod-tel .telnum a {
  color: #43abb2;
  font-size: 46px;
  line-height: 1.3;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mod-tel .telnum .note {
  margin-top: 0;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod-tel dl {
    display: block;
  }
  .mod-tel dl dt, .mod-tel dl dd {
    display: block;
  }
  .mod-tel dl dt {
    color: #243651;
    font-size: 16px;
    width: 100%;
    padding: 10px 15px;
    border-right: none;
    border-bottom: 2px solid #ecf2f6;
  }
  .mod-tel dl dd {
    width: auto;
    padding: 15px;
  }
  .mod-tel .telnum {
    padding: 0;
  }
  .mod-tel .telnum a {
    font-size: 30px;
    display: block;
    text-align: center;
    margin-right: 0px;
    margin-bottom: 5px;
  }
  .mod-tel .telnum span {
    text-align: center;
    display: block;
    margin-bottom: 10px;
  }
}
/* =====================================================
	検索（md-search-box）
======================================================== */
.mod-search-box {
  width: 100%;
  max-width: 860px;
  margin: 50px auto 40px auto;
  padding: 15px;
  -webkit-box-shadow: 0 0 5px 3px #e8e8e8;
  -moz-box-shadow: 0 0 5px 3px #e8e8e8;
  box-shadow: 0 0 5px 3px #e8e8e8;
  background-color: rgba(255, 255, 255, 0.3);
}
.mod-search-box .inner {
  background: #FFF;
}
.mod-search-box p {
  text-align: center;
}
.mod-search-box .fl {
  overflow: hidden;
}
.mod-search-box .fl > div {
  float: left;
  width: 50%;
  padding: 15px 30px 20px 30px;
}
.mod-search-box .fl .l {
  border-right: 1px solid #ddd;
  position: relative;
}
.mod-search-box .fl .r {
  padding-left: 60px;
  padding-right: 60px;
}
.mod-search-box .fl .r .select-box {
  width: 100%;
  min-width: 100%;
  margin: 0 auto;
}
.mod-search-box .fl .r select {
  width: 100%;
  min-width: 100%;
}
.mod-search-box .select-field {
  margin: 10px 0;
}
.mod-search-box .select-field select {
  width: auto;
  min-width: auto;
  padding-left: 15px;
  padding-right: 40px;
}
.mod-search-box .select-field span {
  margin: 0 5px;
}
.mod-search-box .btn-area {
  margin-top: 30px;
}

.mod-search-box .l:after {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background: #fff url("../images/plus.png") center center no-repeat;
  border: 1px solid #eee;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  right: -18px;
  margin: -14px 0 0 0px;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod-search-box {
    width: 100%;
    max-width: 100%;
    margin: 30px 0 20px 0;
    padding: 5px;
    -webkit-box-shadow: 0 0 5px 3px #e8e8e8;
    -moz-box-shadow: 0 0 5px 3px #e8e8e8;
    box-shadow: 0 0 5px 3px #e8e8e8;
    background-color: rgba(255, 255, 255, 0.3);
    position: relative;
  }
  .mod-search-box p {
    margin-top: 10px;
  }
  .mod-search-box .fl {
    overflow: hidden;
  }
  .mod-search-box .fl > div {
    float: none;
    min-width: 305px;
    margin: 0 auto;
    padding: 0;
  }
  .mod-search-box .fl .l {
    padding: 15px 15px 35px 15px;
    border-right: none;
    border-bottom: 1px solid #ddd;
  }
  .mod-search-box .fl .r {
    padding: 30px 15px 0 15px;
  }
  .mod-search-box .fl .r .select-box {
    width: 100%;
    min-width: 100%;
    margin: 0 auto;
  }
  .mod-search-box .fl .r select {
    width: 100%;
    min-width: 100%;
  }
  .mod-search-box .select-field {
    margin: 0px 0;
  }
  .mod-search-box .select-field .select-box {
    width: 80%;
    margin-top: 10px;
  }
  .mod-search-box .select-field select {
    font-size: 16px;
    width: 100%;
    min-width: 100%;
  }
  .mod-search-box .select-field span {
    font-size: 16px;
    display: inline-block;
    margin-top: 10px;
  }
  .mod-search-box .btn-area {
    margin: 0px;
    padding: 20px 0px;
  }
  .mod-search-box .btn-area .btn {
    margin: 0;
  }

  .mod-search-box .l:after {
    top: 100%;
    right: 50%;
    -webkit-transform: translate(16px, -4px);
    -moz-transform: translate(16px, -4px);
    -ms-transform: translate(16px, -4px);
    -o-transform: translate(16px, -4px);
    transform: translate(16px, -4px);
  }
}
/* =====================================================
	検索結果（mod-search-result）
======================================================== */
.mod-search-result {
  margin-bottom: 60px;
}
.mod-search-result .headline03 {
  font-size: 26px;
  margin-bottom: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.result-container {
  display: flex;
}
.result-container .horizon {
  margin-top: 0;
}
.result-container .order-item {
  width: 100%;
  padding-right: 30px;
}
.result-container .order-item .square {
  border-right: 2px solid #ecf2f6;
}
.result-container .order-item dl {
  padding: 0 15px;
}
.result-container .order-item dl dt {
  font-size: 20px;
}
.result-container .order-item dl dd {
  font-size: 54px;
}
.result-container .total-price {
  width: 290px;
  margin-left: auto;
}
.result-container .total-price .total {
  width: 290px;
  padding: 0;
  margin-bottom: 13px;
}
.result-container .unit {
  font-size: 20px;
  color: #5d6772;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod-search-result {
    margin-bottom: 30px;
  }
  .mod-search-result .headline03 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
  }

  .result-container {
    display: block;
    margin: 0 -15px 0px -15px;
  }
  .result-container .horizon {
    margin-top: 0;
  }
  .result-container .order-item {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 20px;
  }
  .result-container .order-item .square {
    border: 1px solid #ecf2f6;
  }
  .result-container .order-item dl {
    padding: 0 15px;
  }
  .result-container .order-item dl dt {
    font-size: 20px;
  }
  .result-container .order-item dl dd {
    font-size: 46px;
  }
  .result-container .total-price {
    width: auto;
    margin-left: auto;
    padding: 0 15px;
  }
  .result-container .total-price .total {
    width: auto;
    padding: 0;
    margin-bottom: 10px;
  }
}
/* =====================================================
	ページネーション（md-pagination）
======================================================== */
.mod-pagination {
  text-align: right;
  margin: 0 0 20px 0;
}
.mod-pagination a, .mod-pagination span {
  color: #a8abab;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  line-height: 25px;
  width: 27px;
  background-color: #FFF;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #FFF;
}
.mod-pagination a:hover {
  background-color: #e9eaea;
}
.mod-pagination .prev:hover span, .mod-pagination .next:hover span {
  color: #434444;
}
.mod-pagination .active {
  color: #43abb2;
  border-color: #43abb2;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .mod-pagination {
    text-align: center;
  }
}
/* =====================================================
	ログイン
======================================================== */
body.login,
body.forgot {
  height: auto;
}

.panel_wrap {
  width: 760px;
  margin: 7% auto 0 auto;
}
.panel_wrap .logo {
  text-align: center;
  margin-bottom: 30px;
}
.panel_wrap .logo img {
  width: 200px;
  height: auto;
}
.panel_wrap .inner {
  padding: 5px 0;
  overflow: hidden;
}
.panel_wrap .inner > div {
  width: 340px;
  min-height: 390px;
  float: left;
  background-color: #FFF;
  padding: 40px 30px;
  -webkit-box-shadow: 0 0 5px 3px #e8e8e8;
  -moz-box-shadow: 0 0 5px 3px #e8e8e8;
  box-shadow: 0 0 5px 3px #e8e8e8;
  margin: 0 20px;
}
.panel_wrap .circle01 {
  width: 45px;
  height: 45px;
  background-color: #354052;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: block;
  margin: 0 auto 10px auto;
}
.panel_wrap .circle01:before {
  color: #FFF;
  padding-top: 3px;
  padding-left: 5px;
}
.panel_wrap .circle02 {
  width: 45px;
  height: 45px;
  background-color: #FFF;
  border: 1px solid #354052;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: block;
  margin: 0 auto 10px auto;
}
.panel_wrap .circle02:before {
  color: #354052;
  padding-top: 3px;
  padding-left: 5px;
}
.panel_wrap h2 {
  font-size: 21px;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 10px;
}
.panel_wrap p {
  margin: 40px 0;
  text-align: center;
  line-height: 1.9;
}
.panel_wrap li {
  margin: 5px 0 0 0;
}
.panel_wrap li a {
  margin: 0;
}
.panel_wrap li a:hover {
  text-decoration: underline;
}
.panel_wrap input[type="text"], .panel_wrap input[type="password"] {
  background-color: #FFF;
  width: 100%;
  margin-top: 10px;
}
.panel_wrap .btn-area {
  margin-top: 25px;
  margin-bottom: 20px;
}
.panel_wrap .btn-area .btn {
  width: 240px;
  padding: 10px 15px;
}
.panel_wrap p.note {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 20px;
  text-align: left;
  margin-bottom: 0;
}

.forgot .panel_wrap {
  width: 800px;
  margin: 7% auto 0 auto;
}
.forgot .panel_wrap .right h2 {
  margin-bottom: 25px;
}
.forgot .panel_wrap .panel {
  width: 400px;
  margin: 0;
  padding: 40px 60px;
}
.forgot .panel_wrap .fa-lock {
  padding-top: 10px;
  padding-left: 9px;
}
.forgot .panel_wrap .fa-lock:before {
  font-size: 26px;
}

.forgot .mod-complete {
  margin-top: 7%;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .panel_wrap {
    width: 100%;
    margin: 40px auto 0 auto;
    padding-bottom: 60px;
  }
  .panel_wrap .logo {
    text-align: center;
    margin-bottom: 20px;
  }
  .panel_wrap .inner {
    padding: 0 15px;
  }
  .panel_wrap .inner > div {
    width: 100%;
    min-height: auto;
    float: none;
    padding: 20px 20px;
    margin: 0;
  }
  .panel_wrap .inner div + div {
    margin-top: 30px;
  }
  .panel_wrap h2 {
    font-size: 19px;
    letter-spacing: -0.03em;
    margin-bottom: 15px;
  }
  .panel_wrap p {
    margin: 20px 0;
    text-align: center;
    line-height: 1.9;
  }
  .panel_wrap .circle01 {
    width: 40px;
    height: 40px;
    background-color: #354052;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: block;
    margin: 0 auto 10px auto;
  }
  .panel_wrap .circle01:before {
    color: #FFF;
    padding-top: 4px;
    padding-left: 5px;
  }
  .panel_wrap .circle02 {
    width: 40px;
    height: 40px;
    background-color: #FFF;
    border: 1px solid #354052;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: block;
    margin: 0 auto 10px auto;
  }
  .panel_wrap .circle02:before {
    color: #354052;
    padding-top: 3px;
    padding-left: 4px;
  }

  .forgot .panel_wrap {
    width: 100%;
  }
  .forgot .panel_wrap .right h2 {
    margin-bottom: 15px;
  }
  .forgot .panel_wrap .panel {
    width: 100%;
    margin: 0;
    padding: 20px 20px 30px 20px;
  }
  .forgot .panel_wrap .panel + .panel {
    margin-top: 30px;
  }
  .forgot .panel_wrap .fa-lock {
    padding-top: 7px;
    padding-left: 7px;
  }
  .forgot .panel_wrap .fa-lock:before {
    font-size: 26px;
  }

  .forgot .complete-wrap {
    padding: 40px 20px;
  }
  .forgot .complete-wrap .btn {
    max-width: 240px;
  }
}

/*# sourceMappingURL=module.css.map */
