@charset "UTF-8";
/*======================================================== */
/*  TAG RESET */
/*======================================================== */
html, body, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  list-style: none;
  font-weight: normal;
  font-style: normal;
}

html, body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-size: 14px;
  color: #333;
  width: 100%;
  min-height: 100%;
}

html, body {
  height: 100%;
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

a {
  color: #e00012;
  outline: none;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #e63846;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/*======================================================== */
/*  CLASS STYLES */
/*======================================================== */
.clearfix:after, #site-header:after, #page-home #news-list ul li:after, #page-service .service-container .service-list dl:after, #page-fc .point-container .cluster dl:after {
  content: "";
  clear: both;
  display: block;
}

/*======================================================== */
/*  COMMON STYLES */
/*======================================================== */
#main-container {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 980px;
  margin: 0 auto;
  padding: 20px;
}

h2 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 86px;
  background: #e8e8e8;
  position: relative;
  color: #333;
  border-bottom: 4px solid #bcbbbb;
  font-family: "mplus2cm", "mplus2pm", sans-serif;
  margin-bottom: 56px;
}
h2 p {
  height: 82px;
  padding-left: 36px;
}
h2 p span {
  display: inline-block;
  vertical-align: middle;
  height: 82px;
  line-height: 82px;
  font-size: 36px;
  font-weight: normal;
}
h2 p span.en {
  font-size: 14px;
  padding-left: 16px;
}
h2:after {
  display: block;
  content: "";
  width: 286px;
  height: 4px;
  position: absolute;
  bottom: -4px;
  left: 0;
  background: #e00012;
}

h3 {
  position: relative;
  border-top: 1px solid #414141;
  font-family: "mplus2cb", "mplus2cm", "mplus2pm", sans-serif;
  font-weight: normal;
  text-align: center;
  margin-top: 1.5em;
  margin-bottom: 46px;
}
h3 .anchor {
  height: 1px;
  width: 1px;
  position: absolute;
  top: -30px;
  left: 0;
}
h3 p {
  display: inline-block;
  background: #fff;
  margin-top: -1.3em;
  padding: 0 10px;
}
h3 span {
  display: block;
  line-height: 1;
  font-size: 24px;
}
h3 span.jp {
  margin-bottom: 4px;
}
h3 span.en {
  font-size: 14px;
  font-family: "mplus2cm", "mplus2pm", sans-serif;
  font-weight: normal;
}

h4 {
  position: relative;
  padding-left: 30px;
  font-family: "mplus2cb", "mplus2cm", "mplus2pm", sans-serif;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 40px;
}
h4:before {
  display: block;
  content: "";
  width: auto;
  height: auto;
  position: absolute;
  top: 4px;
  left: 0;
  font-family: "icomoon";
  font-size: 18px;
  content: "";
}

.btn-center {
  text-align: center;
}
.btn-center ul {
  text-align: center;
}
.btn-center ul li {
  display: block;
  margin-right: 20px;
  margin-bottom: 10px;
}
.btn-center ul li:last-child {
  margin-right: 18px;
}

.btn-left {
  text-align: left;
}
.btn-left ul {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}
.btn-left ul li {
  display: inline-block;
  margin-right: 20px;
}

.btn-blank {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  display: inline-block;
  position: relative;
  width: 430px;
  padding: 12px 40px 12px 32px;
  color: #fff;
  background: #ea9c00;
  text-decoration: none;
  font-size: 16px;
  font-family: "mplus2cb", "mplus2cm", "mplus2pm", sans-serif;
  font-weight: normal;
}
.btn-blank:hover {
  color: #fff;
  background: #eeb034;
}
.btn-blank:after {
  display: block;
  content: "";
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  right: 30px;
  content: "";
  font-family: "icomoon";
  font-size: 18px;
  font-weight: normal;
  margin-top: -10px;
}
.btn-blank.sizeS {
  /*width: 240px;*/
  padding-left: 24px;
  font-size: 16px;
}
.btn-blank.sizeS:after {
  display: block;
  content: "";
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
}
.btn-blank.sizeL {
  padding: 20px 70px 20px 44px;
  width: 304px;
  font-size: 18px;
}
.btn-blank.sizeL:after {
  display: block;
  content: "";
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  right: 44px;
  content: "";
  font-size: 24px;
  margin-top: -15px;
}

.btn-normal {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  display: inline-block;
  position: relative;
  background: #e00012;
  width: 304px;
  padding: 25px 0;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-family: "mplus2cb", "mplus2cm", "mplus2pm", sans-serif;
  font-weight: normal;
}
.btn-normal:hover {
  color: #fff;
  background: #e63846;
}
.btn-normal.sizeS {
  /*width: 240px;*/
  padding: 12px 0;
  background: #ea9c00;
  font-size: 16px;
}
.btn-normal.sizeS:hover {
  color: #fff;
  background: #eeb034;
}

/*======================================================== */
/*  HEADER STYLES */
/*======================================================== */
.head-line {
  background: #e00012;
  color: #fff;
  line-height: 1;
}
.head-line span {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 980px;
  margin: 0 auto;
  padding: 10px 26px;
  font-size: 12px;
  font-weight: bold;
}

#site-header {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 980px;
  margin: 0 auto;
  padding: 15px 20px 20px;
}
#site-header h1 {
  float: left;
}
#site-header .access {
  float: right;
}

#global-navi {
  width: 980px;
  margin: 0 auto;
  margin-bottom: 55px;
}
#global-navi ul {
  text-align: center;
}
#global-navi ul li {
  display: inline-block;
  width: 185px;
  height: 48px;
  border-right: 1px solid #dbdbdb;
}
#global-navi ul li:last-child {
  border: none;
}
#global-navi a {
  position: relative;
  width: 185px;
  height: 48px;
  display: block;
  color: #333;
  text-align: center;
  text-decoration: none;
  font-family: "mplus2cm", "mplus2pm", sans-serif;
}
#global-navi a span {
  display: block;
  font-size: 18px;
}
#global-navi a span.en {
  font-size: 12px;
}
#global-navi a.current:after {
  display: block;
  content: "";
  width: auto;
  height: 4px;
  position: absolute;
  right: 20px;
  bottom: -4px;
  left: 20px;
  background: #e00012;
}
#global-navi a.current:hover:after {
  background: #e00012;
}
#global-navi a:hover:after {
  display: block;
  content: "";
  width: auto;
  height: 4px;
  position: absolute;
  right: 20px;
  bottom: -4px;
  left: 20px;
  background: #f5aab0;
}

/*======================================================== */
/*  FOOTER STYLES */
/*======================================================== */
.banner-area {
  width: 100%;
  margin: 0 auto;
  padding: 32px 0;
  max-width: 1200px;
  background: url(/assets/images/banner-bg.png) repeat;
  text-align: center;
  margin-bottom: 78px;
}
.banner-area a {
  display: inline-block;
  background: #fff;
}
.banner-area a img {
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.06);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.06);
}

.service-block {
  margin-bottom: 70px;
}
.service-block .service-list {
  text-align: center;
}
.service-block .service-list li {
  display: inline-block;
  padding-right: 40px;
}
.service-block .service-list li:last-child {
  padding-right: 0;
}

#site-footer {
  position: relative;
  border-top: 3px solid #e00012;
  padding-top: 30px;
  padding-bottom: 20px;
}
#site-footer .copyright {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 980px;
  margin: 0 auto;
  font-family: "mplus2cm", sans-serif;
  font-size: 12px;
  color: #333;
  padding-left: 24px;
}
#site-footer .fb-link {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 980px;
  bottom: 15px;
  left: 50%;
  text-align: right;
  margin-left: -490px;
  padding-right: 24px;
}
#site-footer .fb-link a {
  display: inline-block;
  color: #3b5998;
  font-size: 30px;
}
#site-footer .fb-link a:hover {
  color: #5972a8;
}

#totop {
  position: fixed;
  bottom: 15px;
  right: 24px;
}
#totop a {
  font-size: 40px;
}

/*======================================================== */
/*  HOME STYLES */
/*======================================================== */
#page-home .banner-area {
  margin-bottom: 0;
}
#page-home #global-navi {
  margin-bottom: 24px;
}
#page-home .billboard {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
}
#page-home h3 {
  margin-bottom: 50px;
}
#news-list {
  width: 840px;
  margin: 0 auto;
  margin-bottom: 56px;
}
#news-list ul li {
  /*margin-bottom: 44px;*/
  margin-bottom: 20px;
}
#news-list ul li:last-child {
  margin-bottom: 0;
}
#news-list ul li .date {
  width: 144px;
  color: #e00012;
  float: left;
}
#news-list ul li .text {
  float: left;
}
#news-list ul li .text a {
  color: #666;
}
#news-list ul li .text a:hover {
  text-decoration: underline;
}
#page-home .news-container {
  padding-bottom: 68px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 70px;
}
#page-home .contents-index {
  padding-bottom: 75px;
  border-bottom: 1px solid #e5e5e5;
}
#page-home .contents-index ul {
  text-align: center;
  display: flex;
}
#page-home .contents-index ul li {
  display: block;
  width: 25%;
  height: 138px;
  padding: 0 12px;
}
#page-home .contents-index ul li a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  color: #000;
  display: block;
  height: 138px;
  border: 1px solid #e5e5e5;
  text-align: center;
  padding-top: 24px;
  font-family: "mplus2cm", "mplus2pm", sans-serif;
}
#page-home .contents-index ul li a span {
  display: block;
  line-height: 1;
  font-size: 24px;
}
#page-home .contents-index ul li a span.jp {
  margin-bottom: 6px;
}
#page-home .contents-index ul li a span.en {
  font-size: 14px;
}
#page-home .contents-index ul li a span:after {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 18px;
  left: 50%;
  font-family: "icomoon";
  font-size: 40px;
  content: "";
  color: #e00012;
  margin-left: -20px;
}
#page-home .contents-index ul li a:hover {
  border: 1px solid #e00012;
}


.banner-container {
    width: 900px;
    padding-bottom: 50px;
    border-bottom: 1px solid #E5E5E5;
    margin: 50px auto;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 60px;
}


.banner-link {
    display: block;
    width: 260px;
    height: 60px;
}


.banner-link img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

/*======================================================== */
/*  COMPANY STYLES */
/*======================================================== */
#page-company #main-container {
  padding-bottom: 105px;
}
#page-company .cluster {
  width: 840px;
  margin: 0 auto;
}
#page-company .concept-container {
  background: url(/assets/images/company/concept-bg.png) no-repeat center bottom;
  padding-bottom: 210px;
  margin-bottom: 50px;
}
#page-company .concept-container .ceo-image {
  float: left;
  clear: left;
  width: 184px;
}
#page-company .concept-container .concept {
  padding-left: 224px;
}
#page-company .concept-container .concept p {
  line-height: 1.7em;
}
#page-company .concept-container .concept p.sign {
  line-height: 1;
  text-align: right;
  padding-top: 1em;
}
#page-company .outline-container {
  margin-bottom: 80px;
}
#page-company .outline-container .cluster {
  margin-bottom: 63px;
}
#page-company .outline-container .cluster.last-child {
  margin-bottom: 0;
}
#page-company .table-list {
  margin-bottom: 36px;
}
#page-company .table-list li {
  padding: 15px 0 10px;
  border-bottom: 1px solid #e5e5e5;
}
#page-company .table-list li dl dt {
  color: #e00012;
  float: left;
  clear: left;
  width: 144px;
}
#page-company .table-list li dl dd {
  padding-left: 144px;
}
#page-company .table-list li dl dd a {
  color: #333;
  text-decoration: underline;
}
#page-company .table-list li dl dd a:hover {
  text-decoration: none;
}
#page-company .table-list .map {
  border: 1px solid #e5e5e5;
  height: 325px;
  margin-bottom: 20px;
}
#page-company .history-container .table-list {
  margin-bottom: 0;
}
#page-company #modal {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
}
#page-company #modal .modal-inner {
  width: 600px;
  height: 580px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -290px;
  margin-left: -300px;
}
#page-company #modal .modal-inner #modal-close {
  font-size: 48px;
  position: absolute;
  top: -60px;
  right: -35px;
  color: #fff;
  line-height: 1;
}
#page-company #modal .modal-inner #modal-close:hover {
  opacity: 0.7;
}

/*======================================================== */
/*  SERVICE STYLES */
/*======================================================== */
#page-service .local-navi {
  margin-bottom: 84px;
}
#page-service .local-navi ul {
  text-align: center;
}
#page-service .local-navi ul li {
  display: inline-block;
  position: relative;
  width: 187px;
  height: 235px;
  margin-right: 1px;
}
#page-service .local-navi ul li:last-child {
  margin-right: 0;
}
#page-service .local-navi ul li:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  border: 4px solid transparent;
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
  z-index: 3;
}
#page-service .local-navi ul li:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  border: 4px solid transparent;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  z-index: 3;
}
#page-service .local-navi ul li p {
  width: 187px;
  height: 235px;
}
#page-service .local-navi ul li p:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  border: 4px solid transparent;
  border-bottom: 4px solid #fff;
  border-left: 4px solid #fff;
  z-index: 3;
}
#page-service .local-navi ul li p:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  border: 4px solid transparent;
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
  z-index: 3;
}
#page-service .local-navi ul li p a {
  display: block;
  background: #ea6300;
  width: 187px;
  height: 235px;
  color: #fff;
  text-align: center;
  position: relative;
}
#page-service .local-navi ul li p a:after {
  display: block;
  content: "";
  width: auto;
  height: auto;
  position: absolute;
  bottom: 34px;
  left: 50%;
  font-family: "icomoon";
  font-size: 48px;
  content: "";
  color: rgba(255, 255, 255, 0.4);
  margin-left: -24px;
}
#page-service .local-navi ul li p a span {
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1.4em;
  font-family: "mplus2cm", "mplus2pm", sans-serif;
  font-size: 18px;
  font-weight: normal;
}
#page-service .local-navi ul li p a span.jp {
  bottom: 115px;
  margin-bottom: 14px;
}
#page-service .local-navi ul li p a span.jp em {
  display: block;
}
#page-service .local-navi ul li p a span.en {
  bottom: 102px;
  font-size: 14px;
}
#page-service .local-navi ul li p a:hover {
  background: #e67b2c;
}
#page-service .local-navi ul li:nth-child(4) p a span.jp {
  letter-spacing: -0.1em;
}
#page-service .service-container {
  margin-bottom: 120px;
}
#page-service .service-container > .cluster {
  width: 840px;
  margin: 0 auto;
}
#page-service .service-container .lead {
  margin-bottom: 56px;
}
#page-service .service-container .service-list > li {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
#page-service .service-container .service-list > li:last-child {
  margin-bottom: 0;
  border: none;
}
#page-service .service-container .service-list dl dt {
  width: 273px;
  float: left;
  clear: left;
}
#page-service .service-container .service-list dl dd {
  padding-left: 322px;
}
#page-service .service-container .service-list dl dd h4 {
  margin-bottom: 30px;
  font-size: 16px;
}
#page-service .service-container .service-list dl dd h4:before {
  font-size: 16px;
}
#page-service .service-container .service-list dl dd h5 {
  color: #e00012;
  font-size: 14px;
}
#page-service .service-container .service-list dl dd .cluster {
  margin-bottom: 12px;
}
#page-service .service-container .service-list dl dd .dot-list {
  padding-left: 1.5em;
}
#page-service .service-container .service-list dl dd .dot-list li {
  list-style: disc;
}

/*======================================================== */
/*  RECRUIT STYLES */
/*======================================================== */
#page-recruit #main-container {
  padding-bottom: 105px;
}
#page-recruit .lead {
  text-align: center;
  font-size: 14px;
  margin-bottom: 80px;
}
#page-recruit .lead .strong {
  font-size: 18px;
  color: #e00012;
  margin-bottom: 20px;
}
#page-recruit .contact-container {
  margin-bottom: 80px;
}
#page-recruit .contact-container > .cluster {
  width: 840px;
  margin: 0 auto;
  margin-bottom: 63px;
}
#page-recruit .contact-container > .cluster.last-child {
  margin-bottom: 0;
}
#page-recruit .table-list {
  margin-bottom: 36px;
}
#page-recruit .table-list > li {
  padding: 15px 0 10px;
  border-bottom: 1px solid #e5e5e5;
}
#page-recruit .table-list > li dl dt {
  color: #e00012;
  float: left;
  clear: left;
  width: 144px;
}
#page-recruit .table-list > li dl dd {
  padding-left: 144px;
}
#page-recruit .table-list > li dl dd ol {
  margin-left: 1.5em;
}
#page-recruit .table-list > li dl dd ol li {
  list-style: decimal;
}
#page-recruit .table-list > li dl dd ul {
  margin-left: 1.5em;
}
#page-recruit .table-list > li dl dd ul li {
  list-style: disc;
}

/*======================================================== */
/*  CONTACT STYLES */
/*======================================================== */
#page-contact #main-container {
  padding-bottom: 105px;
}
#page-contact .lead {
  text-align: center;
  font-size: 18px;
  color: #e00012;
  margin-bottom: 100px;
}
#page-contact .contact-container {
  margin-bottom: 80px;
}
#page-contact .contact-container > .cluster {
  width: 840px;
  margin: 0 auto;
  margin-bottom: 63px;
}
#page-contact .contact-container > .cluster.last-child {
  margin-bottom: 0;
}
#page-contact .table-list {
  margin-bottom: 36px;
}
#page-contact .table-list li {
  padding: 15px 0 10px;
  border-bottom: 1px solid #e5e5e5;
}
#page-contact .table-list li dl dt {
  color: #e00012;
  float: left;
  clear: left;
  width: 144px;
}
#page-contact .table-list li dl dd {
  padding-left: 144px;
}
#page-contact .privacy-container > .cluster {
  height: 300px;
  overflow-y: auto;
  border: 1px solid #e5e5e5;
}
#page-contact .privacy-container .privacy {
  padding: 20px;
}
#page-contact .privacy-container .privacy .text {
  margin-bottom: 2em;
}
#page-contact .privacy-container .privacy .cluster {
  margin-bottom: 2em;
}
#page-contact .privacy-container .privacy .cluster h4 {
  margin-bottom: 10px;
  font-size: 16px;
}
#page-contact .privacy-container .privacy .cluster h4:before {
  font-size: 16px;
}
#page-contact .privacy-container .privacy .cluster ul {
  margin-left: 1.5em;
}
#page-contact .privacy-container .privacy .cluster ul li {
  list-style: disc;
}

/*======================================================== */
/*  FC STYLES */
/*======================================================== */
#page-fc #main-container {
  padding-bottom: 135px;
}
#page-fc .about-container {
  margin-bottom: 80px;
}
#page-fc .cluster {
  width: 840px;
  margin: 0 auto;
}
#page-fc .lead {
  margin-bottom: 35px;
}
#page-fc .about {
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  background: url(/assets/images/fc/about-bg.png) no-repeat center top #fcf0f3;
  padding: 70px 30px 30px;
}
#page-fc .about h4 {
  font-size: 16px;
  margin-bottom: 4px;
}
#page-fc .about h4:before {
  font-size: 16px;
}
#page-fc .about .cluster {
  width: auto;
  min-height: 100px;
  padding-left: 156px;
  margin: 0 0 30px;
}
#page-fc .about .cluster.cluster-01 {
  background: url(/assets/images/fc/about-image-01.png) no-repeat 15px top;
}
#page-fc .about .cluster.cluster-02 {
  background: url(/assets/images/fc/about-image-02.png) no-repeat 15px top;
  margin-bottom: 0;
}
#page-fc .market-container {
  margin-bottom: 110px;
}
#page-fc .market-container .graph {
  margin-bottom: 50px;
}
#page-fc .market-container h6 {
  text-align: center;
  font-size: 16px;
  margin-bottom: 24px;
}
#page-fc .market-container .box {
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  padding: 24px 36px;
  margin-bottom: 14px;
}
#page-fc .market-container .box.gray {
  background: #d8d8d8;
}
#page-fc .market-container .box strong {
  color: #cc0000;
}
#page-fc .market-container .box p {
  margin-bottom: 18px;
}
#page-fc .market-container .box p.quotation {
  margin-bottom: 0;
  font-size: 12px;
}
#page-fc .market-container .box.red {
  background: #f9d9de;
}
#page-fc .market-container .box.red p {
  height: 59px;
  line-height: 59px;
  text-align: center;
  margin-bottom: 0;
}
#page-fc .market-container .box.red p span {
  display: inline-block;
  vertical-align: middle;
}
#page-fc .market-container .box.red p strong {
  margin-left: 8px;
  font-size: 48px;
}
#page-fc .market-container .arrow {
  text-align: center;
}
#page-fc .market-container .arrow .icon-arrow-down {
  display: inline-block;
  width: 58px;
  font-size: 58px;
  color: #e00012;
}
#page-fc .point-container h4 {
  text-align: center;
  color: #cc0000;
  padding-bottom: 4px;
  padding-left: 0;
  border-bottom: 1px solid #b3b3b3;
  margin-bottom: 24px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-weight: bold;
}
#page-fc .point-container h4:before {
  display: none;
}
#page-fc .point-container .cluster {
  margin-bottom: 70px;
}
#page-fc .point-container .cluster dl dt {
  float: left;
  width: 510px;
}
#page-fc .point-container .cluster dl dt strong {
  color: #cc0000;
}
#page-fc .point-container .cluster dl dd {
  width: 288px;
  float: right;
}
#page-fc .plan-container p.strong {
  text-align: center;
  color: #e00012;
  font-size: 18px;
  margin-bottom: 32px;
}
#page-fc .plan-container p.ex {
  text-indent: -1.5em;
  margin-left: 1.5em;
  font-size: 12px;
}
#page-fc .plan-container .table {
  width: 100%;
  margin-bottom: 1em;
}
#page-fc .plan-container .table table {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-collapse: collapse;
  margin-bottom: 0.5em;
}
#page-fc .plan-container .table table th, #page-fc .plan-container .table table td {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px;
  border: 1px solid #d0cfcf;
}
#page-fc .plan-container .table table thead th {
  background: #e5e5e5;
  width: 25%;
}
#page-fc .plan-container .table table tfoot th {
  background: #f9d9de;
  width: 25%;
  text-align: left;
  font-weight: bold;
}
#page-fc .plan-container .table table tfoot td {
  text-align: right;
  background: #f9d9de;
  font-weight: bold;
}
#page-fc .plan-container .table table tfoot td.note {
  text-align: left;
  font-size: 12px;
  font-weight: normal;
  background: none;
}
#page-fc .plan-container .table table tbody th {
  background: #f5f5f5;
  text-align: left;
  font-weight: bold;
}
#page-fc .plan-container .table table tbody td {
  text-align: right;
}
#page-fc .plan-container .table table tbody td.note {
  text-align: left;
  font-size: 12px;
}




p.pager {
display: block;
text-align: center;
margin: 20px 0;

}
p.pager a {
display: inline-block;
border: #e63846 solid 1px;
border-radius: 5px;
padding: 0.2em 0.7em;
margin: 0 5px;

}

p.pager a.current {/*選択中のページ番号*/

background: #e63846;
color: #FFFFFF;

}









/*20200323追記*/

.service-list-box {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;



}

.service-list-box > li {
margin-left: 20px;
margin-bottom: 20px;
}

.service-list-box > li:nth-of-type(4n+1) {
margin-left: 0;
}

.service-list-box > li {
border: #EEEEEE solid 5px;
box-sizing: border-box;
width: 220px;
position: relative;
}

.service-list-box > li p,
.service-list-box > li h4,
.service-list-box > li dt {
box-sizing: border-box;
padding: 5px;
}

.service-list-box > li p {
margin-bottom: 30px;
}


.service-list-box h4:before {
content: none;
}
.service-list-box > li dl {
/*display: flex;*/
flex-wrap: wrap;
justify-content: space-around;
align-items: center;
width: 210px;
display: block;

}
.service-list-box > li dl dt {
display: flex;
align-items: center;
height: 145px;
min-height: 145px;
align-content: center;



}
/*.service-list-box > li dt {
width: 200px;
min-height: 135px;
align-items: center;
}*/


.service-list-box > li dl h4 {
font-size: 20px;
font-weight: bold;
text-align: center;
padding: 5px 0;
margin: 0;
}

.service-list-box > li dl h4 span {
font-size: 12px;
width: 100%;
font-weight: normal;
display: block;
}



.service-list-box > li ul {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
text-align: center;
font-size: 12px;
position: absolute;
bottom: 0;
left: 0;
width: 100%;

}


.service-list-box > li li:nth-of-type(1) a {
width: 135px;
background: #BBBBBB;
line-height: 30px;
color: #FFFFFF;
display: block;
position: relative;
transition:all 0.5s ease-out;
text-align: center;
}


.service-list-box > li li:nth-of-type(1) a::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #FFFFFF;
  position: absolute;
  top: 50%;
  left: 10%;
  margin-top: -4px;
  
}

.service-list-box > li li:nth-of-type(1) a:hover {


background: #333333;
}


.service-list-box > li li:nth-of-type(2) {
    width: 75px;
    background: #EEEEEE;
    line-height: 30px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
}




.service-container h3.service-h3 {
font-size: 24px;
border: none;
border-bottom: #E00012 solid 2px;
padding: 0 0 10px 0;
font-weight: bold;
margin: 0;
text-align: left;
margin-bottom: 20px;


}

.service-list-box2 > li dl {
/*display: flex;*/
flex-wrap: wrap;
justify-content: space-around;
align-items: center;
width: 210px;
display: block;

}


.service-list-box.service-list-box2 > li dl dt {
display: flex;
align-items: center;
min-height: 70px;
height: 70px;

}
.service-list-box.service-list-box2 > li dl dd {
/*display: flex;*/
flex-wrap: wrap;
justify-content: center;
align-items: center;
width: 100%;




}
.service-list-box.service-list-box2 > li dl dd h4 {
width: 100%;
font-size: 18px;
font-weight: bold;
text-align: center;
padding: 5px 0;
margin: 0;
min-height: 50px;
height: 50px;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;


}





.srvice-consul h4 {
color: #DF0012;
font-size: 18px;
font-weight: bold;
line-height: 160%;
margin: 0;
padding: 0;

}
.srvice-consul h4::before {
content: none;
}

.srvice-consul dl {
display: flex;
justify-content: space-between;


}

#page-service .service-container .srvice-consul dl dt
 {
width: 640px;
}

.service-list-box3 > li dl {
/*display: flex;*/
flex-wrap: wrap;
justify-content: space-around;
align-items: center;
width: 210px;
display: block;

}



.service-list-box.service-list-box2.service-list-box3 > li dl dt {
display: flex;
align-items: center;
min-height: 90px;
height: 90px;


}



.service-list-box.service-list-box2.service-list-box3 > li ul {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
text-align: center;
font-size: 12px;
position: absolute;
bottom: 10px;
left: 37px;



}


.service-list-box.service-list-box3 > li p {
    margin-bottom: 40px;
}


.font-16 {
font-size: 16px !important;
}


.service-container .lead {
font-size: 16px !important;
line-height: 160%;
}






.site-footer {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 980px;
  margin: 0 auto;
  padding: 15px 20px 20px;
  display: flex;
  justify-content: space-between;
}
/*.site-footer h1 {
  float: left;
}
.site-footer .access {
  float: right;
}*/


.footer-box {

background: #333333;
padding: 40px 0 60px 0;
color: #FFFFFF;
}

.footer-box a {
color: #FFFFFF;
}
.footer-box a:hover {
text-decoration: underline;
}


.footer-list {
display: flex;
justify-content: flex-start;
width: 940px;
  margin: 0 auto;
  border-bottom: #666666 1px solid;
  
}

.footer-list li {
border-left: #666666 1px solid;
padding-left: 30px;
padding-bottom: 40px;
margin-bottom: 90px;
box-sizing: border-box;
}

.footer-list li:nth-of-type(1) {
width: 261px;
}

.footer-list li:nth-of-type(2) {
width: 247px;
}

.footer-list li:nth-of-type(3) {
width: 212px;
}

.footer-list dt {
font-size: 16px;
border-left: #E00012 solid 4px;
font-weight: bold;
margin-bottom: 20px;
padding-left: 5px;
}
.footer-list dd {
line-height: 160%;
margin-bottom: 8px;
}


.footer-list2 {
display: flex;
justify-content: flex-start;
width: 940px;
  margin: 0 auto;
  padding-left: 20px;
  padding-top: 30px;
}

.footer-list2 li {
margin-right: 40px;
}



