.textEellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearF:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.userSelect {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.totalIconCss {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dFlex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.major-body {
  padding: 30px 0 0;
  display: flex;
  justify-content: space-between;
}
.major-body .major-aside {
  width: 270px;
  background: #fff;
  border: 1px solid #e7e7e7;
}
.major-body .major-aside .to-order-btn {
  padding: 14px 0;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.major-body .major-aside .to-order-btn:hover .text {
  color: #e02d2d;
}
.major-body .major-aside .to-order-btn .text {
  position: absolute;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  font-family: NunitoSans-Bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.major-body .guide-flow {
  background: #fff;
  border: 1px solid #e7e7e7;
  margin-top: 20px;
  position: relative;
}
.major-body .guide-flow .jump-flow {
  display: flex;
  justify-content: space-between;
}
.major-body .guide-flow .jump-flow .jump-btn {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 110px;
  font-size: 16px;
  color: #313131;
  border-bottom: 1px solid #e7e7e7;
  flex-direction: column;
}
.major-body .guide-flow .jump-flow .jump-btn:hover .iconfont {
  color: #e02d2d;
}
.major-body .guide-flow .jump-flow .jump-btn .iconfont {
  font-size: 28px;
  margin-bottom: 6px;
}
.major-body .guide-flow .jump-flow .jump-btn:first-child {
  border-right: 1px solid #e7e7e7;
}
.major-body .guide-flow .calendar-parent-box {
  padding: 18px 15px;
}
.major-body .guide-flow .calendar-parent-box .deal-time {
  text-align: center;
  line-height: 20px;
}
.major-body .guide-flow .calendar-parent-box .deal-time .tag {
  color: #e02d2d;
  font-size: 13px;
  font-weight: 600;
}
.major-body .guide-flow .the-calendar-area {
  height: 290px;
  border: 1px solid #e7e7e7;
  padding: 10px;
  margin-top: 16px;
  position: relative;
}
.major-body .guide-flow .the-calendar-area:before,
.major-body .guide-flow .the-calendar-area:after {
  display: block;
  content: '';
  height: 14px;
  width: 10px;
  background: #e7e7e7;
  position: absolute;
  top: -7px;
  z-index: 2;
}
.major-body .guide-flow .the-calendar-area:before {
  left: 28px;
}
.major-body .guide-flow .the-calendar-area:after {
  right: 28px;
}
.major-body .guide-flow .the-calendar-area .toggle-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6px;
  position: relative;
}
.major-body .guide-flow .the-calendar-area .toggle-nav .icon-arrow-right {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  transform: rotate(180deg);
  color: #e7e7e7;
  transition: all 0.3s ease-in-out;
}
.major-body .guide-flow .the-calendar-area .toggle-nav .icon-arrow-right:hover {
  color: #313131;
}
.major-body .guide-flow .the-calendar-area .toggle-nav .icon-arrow-right:nth-of-type(2) {
  left: unset;
  right: -3px;
  transform: rotate(0deg);
}
.major-body .guide-flow .the-calendar-area .toggle-nav dd {
  padding: 0 12px;
  font-size: 14px;
  line-height: 20px;
  color: #313131;
  cursor: pointer;
}
.major-body .guide-flow .the-calendar-area .toggle-nav dd:nth-of-type(2) .text:after {
  background: #ff4949;
}
.major-body .guide-flow .the-calendar-area .toggle-nav dd .text:after {
  background: #f7ba2a;
}
.major-body .guide-flow .the-calendar-area .toggle-nav .text {
  position: relative;
}
.major-body .guide-flow .the-calendar-area .toggle-nav .text:after {
  display: block;
  content: '';
  height: 4px;
  background: transparent;
}
.major-body .guide-flow .toggle-view-calendar {
  margin-top: 5px;
  overflow: hidden;
  width: 218px;
  height: 232px;
}
.major-body .guide-flow .design-el {
  width: 218px;
  height: 232px;
  margin-bottom: 10px;
}
.major-body .guide-flow .trend-figure {
  height: 130px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  background: linear-gradient(180deg, #F5F5F5 0%, #E7E7E7 100%);
  padding: 15px;
}
.major-body .guide-flow .trend-figure .trend-title {
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  height: 44px;
}
.major-body .guide-flow .trend-figure .view-trend {
  margin-top: 10px;
  display: flex;
  align-items: center;
  background: #d9d9d9;
  height: 60px;
}
.major-body .guide-flow .trend-figure .view-text {
  line-height: 16px;
  color: #313131;
  width: 94px;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #fff;
}
.major-body .guide-flow .trend-figure .the-status-box {
  height: 34px;
  overflow: hidden;
  width: 144px;
}
.major-body .guide-flow .trend-figure .the-status-box .status-mask {
  height: 34px;
  overflow: hidden;
}
.major-body .guide-flow .trend-figure .view-map {
  display: flex;
  flex: 1;
  min-width: 0;
  justify-content: center;
  align-items: center;
}
.major-body .guide-flow .trend-figure .icon-tubiao-shengxu {
  font-size: 30px;
  margin-right: 10px;
  color: #20A0FF;
}
.major-body .guide-flow .trend-figure .time-count dt {
  font-size: 12px;
  font-weight: 600;
  color: #313131;
}
.major-body .guide-flow .trend-figure .time-count dd {
  color: #20A0FF;
  font-size: 16px;
  font-weight: 600;
}
.major-body .guide-flow .order-swiper-box {
  background: #fff;
  padding: 12px 15px 26px;
}
.major-body .guide-flow .order-swiper-box .order {
  width: 80px;
  padding-left: 10px;
}
.major-body .guide-flow .order-swiper-box .date {
  width: 40px;
}
.major-body .guide-flow .order-swiper-box .amount {
  width: 60px;
}
.major-body .guide-flow .order-swiper-box .process {
  width: 60px;
}
.major-body .guide-flow .order-swiper-box .thead-swiper {
  height: 30px;
  background: #f2f2f2;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e7e7e7;
}
.major-body .guide-flow .order-swiper-box .swiper-body-mask {
  height: 180px;
  overflow: hidden;
  border-bottom: 1px solid #e7e7e7;
}
.major-body .guide-flow .order-swiper-box .swiper-body {
  height: 180px;
  overflow: hidden;
}
.major-body .guide-flow .order-swiper-box .order-row {
  height: 30px;
  display: flex;
  font-size: 12px;
  color: #313131;
  align-items: center;
  border-bottom: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
}
.major-body .guide-flow .order-swiper-box .order-row:first-child {
  border-top: 1px solid #e7e7e7;
}
.major-body .guide-flow .order-swiper-box .mask-process {
  width: 40px;
  position: relative;
  height: 8px;
  background: #f2f2f2;
}
.major-body .guide-flow .order-swiper-box .mask-process .portion {
  display: block;
  height: 8px;
  background: #20A0FF;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  margin-top: -4px;
}
.major-body .guide-flow .order-swiper-box .swiper-container {
  height: 180px;
  transform: translate3d(0, 0, 0);
  transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  -webkit-transition-timing-function: linear !important;
}
.major-body .guide-flow .order-swiper-box .swiper-wrapper {
  transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  -webkit-transition-timing-function: linear !important;
}
.major-body .guide-flow .spread-jump-box {
  padding: 20px 15px;
  border-top: 1px solid #e7e7e7;
}
.major-body .guide-flow .spread-jump-box .spread {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s linear;
  margin-bottom: 4px;
  overflow: hidden;
}
.major-body .guide-flow .spread-jump-box .spread:hover img {
  transform: scale(1.02);
}
.major-body .guide-flow .spread-jump-box .spread.point {
  height: 60px;
  margin-top: 16px;
}
.major-body .guide-flow .spread-jump-box .spread.point:first-child {
  margin-top: 0;
}
.major-body .guide-flow .spread-jump-box .spread.point:hover .iconfont {
  transform: translateX(4px) translateZ(-1px);
}
.major-body .guide-flow .spread-jump-box .spread.point:hover .text {
  text-decoration: underline;
}
.major-body .guide-flow .spread-jump-box .spread .iconfont {
  font-size: 24px;
  font-weight: normal;
  margin-right: 14px;
  transition: all 0.3s linear;
}
.major-body .guide-flow .spread-jump-box .spread .text {
  margin-top: -2px;
}
.major-body .guide-flow .spread-jump-box .spread .view-ads {
  transition: all 0.3s ease-in;
}
.major-body .major-section {
  width: 840px;
  background: #fff;
  border: 1px solid #e7e7e7;
  padding: 30px 60px 140px;
  position: relative;
}
.major-body .major-section .section-title {
  padding-bottom: 16px;
  font-size: 24px;
  font-family: NunitoSans-Bold;
  font-weight: 600;
  border-bottom: 2px solid #313131;
}
.major-body .major-section .the-rich-body {
  padding: 40px 0;
  color: #313131;
  line-height: 24px;
  font-size: 14px;
  word-break: break-word;
}
.major-body .major-section .the-rich-body img {
  max-width: 720px;
}
.major-body .major-section .the-rich-body .table-box {
  max-width: 100% !important;
}
.major-body .major-section .the-rich-body table {
  max-width: 100% !important;
  border-collapse: collapse !important;
}
.cal_item {
  background-color: #fff;
}
.cal_item .cal_item_title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 34px;
  background: #d8d8d8;
}
.cal_item .cal_item_title .cal_item_title_y {
  font-size: 14px;
  font-weight: 600;
  color: #313131;
}
.cal_item .cal_item_title .cal_item_title_m {
  font-size: 14px;
  font-weight: 600;
  color: #313131;
}
.cal_item .cal_item_title .cal_item_title_me {
  color: #929292;
  font-size: 14px;
  margin: 4px 0 0 6px;
}
.cal_item .cal_item_tab {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  width: 100%;
  height: 198px;
}
.cal_item .cal_item_tab thead td {
  border-right: 1px solid #E7E7E7;
}
.cal_item .cal_item_tab thead td:first-child {
  border-left: 1px solid #e7e7e7;
}
.cal_item .cal_item_tab TD {
  text-align: center;
  width: 30px;
}
.cal_item .cal_item_tab TD.pbholiday {
  background-color: #eaeaea;
  position: relative;
}
.cal_item .cal_item_tab TD.pbholiday:before {
  display: block;
  content: '';
  width: 10px;
  height: 4px;
  background: #f0d90e;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.cal_item .cal_item_tab TD .date_wrapper {
  position: relative;
  height: 100%;
}
.cal_item .cal_item_tab TD .date_wrapper .date_item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
}
.cal_item .cal_item_tab TD .date_wrapper .sekkei_holiday {
  background-color: #f0d90e;
}
.cal_item .cal_item_tab TD .date_wrapper .seizo_holiday {
  background-color: #ff4949;
}
.cal_item .cal_item_tab THEAD TD:first-child {
  color: #e02d2d;
}
.cal_item .cal_item_tab THEAD TD:last-child {
  color: #e02d2d;
}
.cal_item .cal_item_tab THEAD TD {
  border-bottom: 1px solid #E7E7E7;
  color: #313131;
  font-weight: 600;
}
.cal_item .cal_item_tab TBODY tr:first-child td {
  border-top: 0;
  border-left: 1px solid #e7e7e7;
}
.cal_item .cal_item_tab TBODY TD {
  color: #333;
  border-top: solid 1px #e7e7e7;
  border-right: solid 1px #e7e7e7;
}
ul.calendarIndex {
  margin: 0 0 50px 0;
  list-style: none;
}
/* line 56, ../../sass/information/cal.scss */
ul.calendarIndex LI {
  margin-top: 10px;
  font-size: 16px;
}
/* line 58, ../../sass/information/cal.scss */
ul.calendarIndex LI A {
  color: #333;
  padding-left: 15px;
  background: url(/cmn_img/icon_arrow_right_org.gif) no-repeat left 7px !important;
}
/* line 58, ../../sass/information/cal.scss */
ul.calendarIndex LI A:hover {
  color: #ed8804;
  text-decoration: none;
}
/* line 59, ../../sass/information/cal.scss */
ul.calendarIndex LI.hoverNone A {
  padding-left: 15px;
  background: url(/cmn_img/icon_arrow_right_org.gif) no-repeat left 7px !important;
}
/* line 59, ../../sass/information/cal.scss */
ul.calendarIndex LI.hoverNone A:hover {
  color: #333;
  text-decoration: none;
}
/* line 60, ../../sass/information/cal.scss */
ul.calendarIndex LI UL {
  margin: 0 0 0 13px;
}
/* line 60, ../../sass/information/cal.scss */
ul.calendarIndex LI UL LI {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 60, ../../sass/information/cal.scss */
ul.calendarIndex LI UL LI A {
  background-image: none;
  margin: 0 0 5px 0;
  padding: 0;
}
/* line 63, ../../sass/information/cal.scss */
.refCalendar {
  margin-bottom: 30px;
  overflow: hidden;
}
/* line 65, ../../sass/information/cal.scss */
.refCalendar DT {
  font-weight: bold;
}
/* line 68, ../../sass/information/cal.scss */
.refCalendar DD DL DT {
  clear: both;
  float: left;
  width: 10em;
  text-align: right;
  font-weight: normal;
}
/* line 69, ../../sass/information/cal.scss */
.refCalendar DD DL DD {
  margin-left: 11em;
}
/* line 71, ../../sass/information/cal.scss */
.refCalendar DD DL DD .p-ban {
  display: block;
  color: #F8D1BC;
  width: 20px;
  background: #F8D1BC;
  height: 15px;
  border: 1px solid #ccc;
}
/* line 72, ../../sass/information/cal.scss */
.refCalendar DD DL DD UL {
  margin: 0;
  list-style: none;
}
/* line 74, ../../sass/information/cal.scss */
.refCalendar DD DL DD UL LI {
  float: left;
  padding-right: 16px;
  position: relative;
  margin-right: 20px;
}
/* line 76, ../../sass/information/cal.scss */
.refCalendar DD DL DD UL LI SPAN {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  height: 13px;
  width: 13px;
  display: inline-block;
  padding: 0;
  position: absolute;
  right: 0;
  top: 1px;
}
/* line 78, ../../sass/information/cal.scss */
.refCalendar DD DL DD UL LI SPAN.d-factory {
  color: #66A7F6;
  background: #66A7F6;
}
/* line 79, ../../sass/information/cal.scss */
.refCalendar DD DL DD UL LI SPAN.p-factory {
  color: #ff9000;
  background: #ff9000;
}
/* line 80, ../../sass/information/cal.scss */
.refCalendar DD DL DD UL LI SPAN.i-factory {
  color: #7BC532;
  background: #7BC532;
}
/* line 81, ../../sass/information/cal.scss */
.refCalendar DD DL DD UL LI SPAN.m-factory {
  color: #b2b2b2;
  background: #cccccc;
}
/* line 82, ../../sass/information/cal.scss */
.refCalendar DD DL DD UL LI SPAN.k-factory {
  color: #c285f2;
  background: #dbb2fb;
}
/* line 83, ../../sass/information/cal.scss */
.refCalendar DD DL DD UL LI SPAN.h-factory {
  color: #f0d90e;
  background: #f0d90e;
}
/* line 94, ../../sass/information/cal.scss */
.calendar H3 {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 2px solid #666;
  margin-bottom: 20px !important;
  line-height: 2;
}
/* line 95, ../../sass/information/cal.scss */
.calendar H3:before {
  display: none;
}
/* line 96, ../../sass/information/cal.scss */
.calendar .tableBox TABLE {
  margin: 5px 0;
}
/* line 98, ../../sass/information/cal.scss */
.calendar .tableBox TABLE TD,
.calendar .tableBox TABLE TH {
  padding: 5px 10px;
  line-height: 15px;
  background: #fff;
  border: solid 1px #b5b5b5;
}
/* line 99, ../../sass/information/cal.scss */
.calendar .tableBox TABLE TH {
  width: 130px;
  text-align: center;
  background: #f2f2f2;
}
/* line 101, ../../sass/information/cal.scss */
.calendar .textlead {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  /* line 106, ../../sass/information/cal.scss */
  #cal_wrapper {
    margin: 0 5%;
  }
  /* line 107, ../../sass/information/cal.scss */
  ul.calendarIndex {
    margin: 0 2% 30px;
  }
  /* line 108, ../../sass/information/cal.scss */
  .calendar dl.refCalendar {
    margin: 0 3% 20px;
  }
  /* line 109, ../../sass/information/cal.scss */
  .cal_item {
    width: 100% !important;
  }
  /* line 110, ../../sass/information/cal.scss */
  .sekkei_holiday,
  .seizo_holiday,
  .jisso_holiday,
  .metal_holiday,
  .mold_holiday,
  .harness_holiday {
    width: 25% !important;
    height: 30% !important;
  }
  /* line 111, ../../sass/information/cal.scss */
  .sekkei_holiday,
  .harness_holiday {
    left: 6% !important;
  }
  /* line 112, ../../sass/information/cal.scss */
  .seizo_holiday,
  .metal_holiday {
    left: 36% !important;
  }
  /* line 113, ../../sass/information/cal.scss */
  .jisso_holiday,
  .mold_holiday {
    left: 66% !important;
  }
}
.diy-tag {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 0;
  left: 2px;
  right: 0;
  margin: auto;
  z-index: 2;
}
.diy-tag div {
  width: 10px;
  height: 4px;
  margin-right: 4px;
  flex-wrap: wrap;
}
@font-face {
  font-family: 'myfont';
  src: url('../fonts/MyriadPro-Regular.woff') format('woff'), /* chrome、firefox */ url('../fonts/MyriadPro-Regular.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('../fonts/MyriadPro-Regular.otf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('../fonts/MyriadPro-Regular.svg#iconfont') format('svg'), /* iOS 4.1- */ url('../fonts/MyriadPro-Regular.eot');
}
@font-face {
  font-family: 'activeFont';
  src: url("../activeFonts/DIN-Condensed-Bold.ttf");
}
@font-face {
  font-family: 'open-sans';
  src: url("../fonts/Open-Sans-2.ttf") format('opentype');
}
@font-face {
  font-family: 'open-sans-blod';
}
@font-face {
  font-family: 'open-semi-bold';
}
@font-face {
}
@font-face {
}
@font-face {
}
@font-face {
  font-family: 'NunitoSans';
  src: url("../fonts/SiteFont/NunitoSans_7pt_SemiCondensed-Regular.ttf") format('truetype');
}
@font-face {
  font-family: 'NunitoSans-Bold';
  src: url("../fonts/SiteFont/NunitoSans_7pt_SemiCondensed-Bold.ttf") format('opentype');
}
@font-face {
  font-family: 'NunitoSans-Semibold';
  src: url("../fonts/SiteFont/NunitoSans_7pt_SemiCondensed-SemiBold.ttf") format('opentype');
}
html,
body {
  font-size: 12px;
  font-family: NunitoSans, 'open-sans', 'Arial';
}
body {
  background: #f2f2f2;
}
.contact-pages-module {
  padding-bottom: 40px;
}
.menu-type-module .module-type-title {
  height: 50px;
  background: #fff;
  padding: 0 20px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: NunitoSans-Bold;
  font-weight: 600;
  border-bottom: 1px solid #e7e7e7;
  position: relative;
}
.menu-type-module .module-type-title.active:before {
  display: block;
  content: '';
  border-top: 2px solid #e02d2d;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 1;
  width: 100%;
}
.menu-type-module .menu-lists {
  background: #fff;
  font-size: 14px;
}
.menu-type-module .menu-lists li {
  border-top: 1px solid #e7e7e7;
}
.menu-type-module .menu-lists li:first-child {
  border-top: 0;
}
.menu-type-module .menu-lists li.active .l-head {
  background: #e7e7e7;
  color: #e02d2d;
}
.menu-type-module .menu-lists li:hover .l-head {
  color: #e02d2d;
}
.menu-type-module .menu-lists li:hover .l-head:before {
  color: #313131;
}
.menu-type-module .menu-lists .l-head {
  height: 40px;
  color: #313131;
  font-weight: 600;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 36px;
  flex: 1;
}
.menu-type-module .menu-lists .l-head:before {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  content: '\e649';
  position: absolute;
  top: 50%;
  left: 18px;
  z-index: 3;
  transform: translateY(-50%);
}
.menu-type-module .menu-lists .sub-menus {
  padding: 8px 0;
  display: none;
}
.menu-type-module .menu-lists .sub-menus a {
  color: #313131;
  display: block;
  padding: 6px 0 6px 38px;
}
.menu-type-module .menu-lists .sub-menus a:hover {
  text-decoration: underline;
}
.menu-type-module .menu-lists .sub-menus a.active {
  color: #e02d2d;
}
.major-body .major-aside {
  background: #fff;
}
.major-body .major-aside .guide-flow {
  margin-top: 20px;
  position: relative;
  border: 0;
  border-top: 1px solid #e7e7e7;
}
.major-body .major-aside .guide-flow:before {
  display: block;
  content: '';
  height: 20px;
  width: 270px;
  background: #f2f2f2;
  position: absolute;
  top: -21px;
  left: -1px;
  z-index: 1;
}
.major-body .major-aside .to-order-btn {
  border-top: 0;
}
.major-body .major-section {
  border: 1px solid #e7e7e7;
  background: #fff;
  padding: 30px 60px;
  position: relative;
}
.major-body .major-section .section-title {
  padding-bottom: 16px;
  font-size: 24px;
  font-family: NunitoSans-Bold;
  font-weight: 600;
  border-bottom: 2px solid #313131;
}
.major-body .major-section .contact-title {
  margin-top: 34px;
  font-size: 24px;
  color: #313131;
  font-family: NunitoSans-Bold;
  font-weight: 600;
}
.major-body .major-section .contact-rules-box {
  font-size: 14px;
  line-height: 24px;
  margin-top: 14px;
}
.major-body .major-section .contact-way-box {
  margin-top: 20px;
}
.major-body .major-section .contact-way-box .way-row {
  border-bottom: 1px solid #e7e7e7;
  padding: 16px 0;
  display: flex;
}
.major-body .major-section .contact-way-box .way-row:first-child .mark-icon {
  margin-top: 4px;
}
.major-body .major-section .contact-way-box .way-row .mark-icon {
  margin: 1px 12px 0 0;
}
.major-body .major-section .contact-way-box .way-row .des {
  font-size: 18px;
  font-weight: 600;
  font-family: NunitoSans-Bold;
  line-height: 24px;
}
.major-body .major-section .business-rest-box {
  margin-top: 40px;
  border: 1px solid #e7e7e7;
  padding-top: 20px;
}
.major-body .major-section .business-rest-box .deal-time {
  text-align: center;
  margin-bottom: 14px;
}
.major-body .major-section .business-rest-box .deal-time dt {
  color: #ff4949;
  font-size: 24px;
  font-weight: 600;
  font-family: NunitoSans-Bold;
}
.major-body .major-section .business-rest-box .deal-time dd {
  text-align: center;
  font-size: 14px;
}
.major-body .major-section .business-rest-box .deal-time .tag {
  font-weight: bold;
}
.major-body .major-section .business-rest-box .each-rest-box {
  display: flex;
}
.major-body .major-section .business-rest-box .each-rest-box .each {
  width: 50%;
}
.major-body .major-section .business-rest-box .each-rest-box .each-top {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding: 10px 14px;
  display: flex;
  font-size: 14px;
  align-content: center;
  position: relative;
}
.major-body .major-section .business-rest-box .each-rest-box .each-top:before {
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  background: #ff4949;
  margin-right: 10px;
}
.major-body .major-section .business-rest-box .each-rest-box .each-top .switch-btn {
  position: absolute;
  right: 40px;
  width: 60px;
  height: 16px;
  top: 50%;
  margin-top: -8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.major-body .major-section .business-rest-box .each-rest-box .each-top .switch-btn .icon-arrow-right {
  transform: rotate(180deg);
  color: #e7e7e7;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.major-body .major-section .business-rest-box .each-rest-box .each-top .switch-btn .icon-arrow-right:hover {
  color: #313131;
}
.major-body .major-section .business-rest-box .each-rest-box .each-top .switch-btn .icon-arrow-right:nth-of-type(2) {
  transform: rotate(0deg);
}
.major-body .major-section .business-rest-box .each-rest-box .yield {
  border-right: 1px solid #e7e7e7;
}
.major-body .major-section .business-rest-box .each-rest-box .yield .each-top:before {
  background: #F7BA2A;
}
.major-body .major-section .business-rest-box .each-rest-box .draw-box {
  padding: 4px;
}
.major-body .major-section .business-rest-box .each-rest-box .draw-box#design-el2 .pbholiday {
  position: relative;
}
.major-body .major-section .business-rest-box .each-rest-box .draw-box#design-el2 .pbholiday:before {
  display: block;
  content: '';
  width: 32px;
  height: 4px;
  background: #f0d90e;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  margin-left: -16px;
}
.major-body .major-section .business-rest-box .each-rest-box .draw-box#design-el2 .sekkei_holiday {
  width: 32px;
  margin-left: 7px;
}
.major-body .major-section .business-rest-box .each-rest-box .draw-box#design-el3 .pbholiday {
  position: relative;
}
.major-body .major-section .business-rest-box .each-rest-box .draw-box#design-el3 .pbholiday:before {
  display: none;
  content: '';
  width: 32px;
  height: 4px;
  background: #ff4949;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  margin-left: -16px;
}
.major-body .major-section .business-rest-box .each-rest-box .draw-box#design-el3 .seizo_holiday {
  width: 32px;
  margin-left: 7px;
}
.major-body .major-section .business-rest-box .each-rest-box .draw-box .cal_item {
  display: none;
}
.major-body .major-section .business-rest-box .each-rest-box .draw-box .cal_item:first-child {
  display: block;
}
.major-body .major-section .the-writing-area {
  margin-top: 40px;
  padding-bottom: 70px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  position: relative;
}
.major-body .major-section .the-writing-area .envelope-box {
  height: 140px;
  margin: 0 68px;
  border-bottom: 1px solid #e7e7e7;
  border-radius: 6px;
  position: relative;
}
.major-body .major-section .the-writing-area .envelope-box:before {
  display: block;
  content: '';
  height: 138px;
  border-left: 1px solid #e7e7e7;
  position: absolute;
  top: 0;
  left: -34px;
  z-index: 1;
  transform: skewX(26deg);
}
.major-body .major-section .the-writing-area .envelope-box:after {
  display: block;
  content: '';
  height: 138px;
  border-left: 1px solid #e7e7e7;
  position: absolute;
  top: 0;
  right: -34px;
  z-index: 1;
  transform: skewX(-26deg);
}
.major-body .major-section .the-writing-area .envelope-box .title {
  font-size: 14px;
  text-align: center;
  padding-top: 20px;
  font-weight: 600;
}
.major-body .major-section .the-writing-area .envelope-box .rules {
  margin-top: 10px;
  text-align: center;
  line-height: 22px;
  color: #9e6c01;
}
.major-body .major-section .the-writing-area .writer-form {
  width: 576px;
  margin: 40px auto 0;
}
.major-body .major-section .the-writing-area .writer-form .form-row {
  position: relative;
  display: flex;
}
.major-body .major-section .the-writing-area .writer-form .form-row.no .tag {
  border: 0;
}
.major-body .major-section .the-writing-area .writer-form .form-row .tag {
  color: #ff4949;
  border: 1px solid #ff4949;
  display: block;
  width: 40px;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  text-align: center;
  margin-top: 10px;
}
.major-body .major-section .the-writing-area .writer-form .set-info {
  border-bottom: 1px solid #e7e7e7;
  width: 520px;
  margin-left: 10px;
  display: flex;
  align-items: baseline;
  padding: 10px 0;
  font-size: 14px;
  position: relative;
  cursor: pointer;
}
.major-body .major-section .the-writing-area .writer-form .set-info .refresh-code {
  width: 100px;
  height: 40px;
  border: 1px solid #e7e7e7;
  position: absolute;
  bottom: 2px;
  right: 0;
  z-index: 1;
}
.major-body .major-section .the-writing-area .writer-form .set-info:before {
  display: block;
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
  right: 0;
  margin: auto;
  width: 0;
  border-bottom: 1px solid #20A0FF;
  transition: all 0.3s;
}
.major-body .major-section .the-writing-area .writer-form .set-info:focus-within:before {
  width: 100%;
}
.major-body .major-section .the-writing-area .writer-form .label {
  width: 140px;
}
.major-body .major-section .the-writing-area .writer-form .val {
  display: flex;
  flex: 1;
  min-height: 24px;
  padding-left: 6px;
}
.major-body .major-section .the-writing-area .writer-form textarea {
  resize: none;
  overflow: auto;
  border: 0;
  outline: none;
  height: 120px;
  padding: 6px 6px 6px 0;
  font-size: 12px;
  font-family: NunitoSans;
}
.major-body .major-section .the-writing-area .form-control {
  margin-top: 30px;
  text-align: right;
}
.major-body .major-section .the-writing-area .form-control .btn {
  background: #e02d2d;
  color: #fff;
  width: 190px;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.major-body .major-section .the-writing-area .form-control .btn:active {
  background: #ff4949;
}
