@charset "UTF-8";
/* ----------------------------------------------------------------
    Default
----------------------------------------------------------------- */
/* common settings */
* {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Yu Gothic, Meiryo, メイリオ, sans-serif;
  outline: none;
}

html {
  overflow-y: scroll;
}

body,
h1,
h2,
h3,
h4,
h5,
ol,
ul,
li,
dl,
dt,
dd,
ruby,
rb,
rt,
rp,
table,
th,
td,
p,
img,
a,
div,
em,
small,
sup,
form,
input,
address,
button,
select {
  margin: 0;
  padding: 0;
  color: #555;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  line-height: 1.4;
}

a:hover,
a:active,
a:focus {
  color: #ff7c00;
  text-decoration: underline;
}

main a {
  color: #444;
}

ul,
ol {
  list-style-type: none;
}

img {
  border-style: none;
}

sup {
  display: inline-block;
  margin-top: -10px;
  font-size: 0.75em;
}

/* margin Setting
---------------------*/
.mgt0 {
  margin-top: 0px !important;
}

.mgb0 {
  margin-bottom: 0px !important;
}

.mgt10 {
  margin-top: 10px !important;
}

.mgb10 {
  margin-bottom: 10px !important;
}

.mgt20 {
  margin-top: 20px !important;
}

.mgb20 {
  margin-bottom: 20px !important;
}

.mgt30 {
  margin-top: 30px !important;
}

.mgb30 {
  margin-bottom: 28px !important;
}

.mgt40 {
  margin-top: 40px !important;
}

.mgb40 {
  margin-bottom: 40px !important;
}

.pdt0 {
  padding-top: 0px !important;
}

.pdb0 {
  padding-bottom: 0px !important;
}

/* fontSetting
---------------------*/
em,
em *,
strong,
strong *,
.fwB {
  font-weight: bold;
}

.fsS {
  font-size: 0.875em !important;
}

.fsXS {
  font-size: 0.75em !important;
}

.fsL {
  font-size: 1.2em !important;
}

.fcRed,
.fcRed * {
  color: #cc0000 !important;
}

.fcOrange,
.fcOrange * {
  color: #ff7c00 !important;
}

.txtRight {
  text-align: right !important;
}

.txtCenter {
  text-align: center !important;
}

.txtLeft {
  text-align: left !important;
}

.txtNowrap {
  white-space: nowrap !important;
}

.txtItalic {
  font-style: italic !important;
}

.txtUnderline {
  text-decoration: underline !important;
}

.flR {
  float: right !important;
}

/* header
---------------------*/
header {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f0f0f0), color-stop(43%, #fff));
  background-image: -webkit-linear-gradient(bottom, #f0f0f0, #fff 43%);
  background-image: -o-linear-gradient(bottom, #f0f0f0, #fff 43%);
  background-image: linear-gradient(to top, #f0f0f0, #fff 43%);
  border-bottom: 1px solid #cdcdcd;
  position: relative;
  z-index: 1;
  min-width: 1215px;
}

#headerGroup {
  background: #004831;
  border-bottom: 5px solid #c4d700;
}

#headerGroup ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  padding: 12px 19px;
  width: 1177px;
  height: 35px;
}

#headerGroup img {
  position: relative;
}

#headerGroupLeft img {
  width: 120px;
  left: 0;
  top: 2px;
}

_:-ms-input-placeholder,
:root #headerGroupLeft img {
  top: 4px;
}

#headerGroupRight img {
  width: 80px;
}

_:-ms-input-placeholder,
:root #headerGroupRight img {
  top: 3px;
}

#headerInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 auto;
  width: 1188px;
}

#logo {
  margin: 17px 0;
  margin-right: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

#logo a {
  display: block;
  width: 346px;
  height: 30px;
}

#logo img {
  max-width: 100%;
}

#headLink a {
  border: 1px solid #cdcdcd;
  color: #444;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  padding: 8px 10px 6px 35px;
  text-decoration: none;
  position: relative;
}

@media all and (-ms-high-contrast: none) {
  #headLink a {
    padding: 10px 10px 4px 35px;
  }
}

#headLink a:hover {
  background-color: #dde552;
}

#headerInner li a#serviceLink {
  display: none;
}

body#service #headerInner li a#serviceLink {
  display: block;
  padding-left: 18px;
}

#headerInner ul:not(#headLink) {
  text-align: right;
  padding-top: 3px;
}

#headerInner li {
  display: inline-block;
  margin-left: 25px;
  text-align: left;
}

#headerInner #headLink {
  position: relative;
  top: 1px;
}

#headerInner #headLink li {
  margin-left: 5px;
}

#headerInner ul:not(#headLink) li a {
  color: #444;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  padding-left: 12px;
  position: relative;
  text-decoration: none;
}

#headerInner ul:not(#headLink) li a:hover {
  color: #008431;
}

#headerInner li a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #444444;
  top: 8px;
  left: 0;
}

@media all and (-ms-high-contrast: none) {
  #headerInner li a::before {
    top: 5px;
  }
}

#topPage #headerInner li a#homeLink {
  display: none;
}

#headerInner li a#homeLink::before {
  background: url(../img/ico_home01.png) no-repeat 0 0;
  background-size: 22px auto;
  border: none;
  width: 22px;
  height: 17px;
  left: 8px;
  top: 50%;
  margin-top: -9px;
}

#headerInner li a#serviceLink::before {
  left: 8px;
  top: 50%;
  margin-top: -3px;
}

#headerInner ul:not(#headLink) li a:hover::before {
  border-color: transparent transparent transparent #008431;
}

/* footer
---------------------*/
footer {
  -webkit-box-shadow: 0px 1px 1px 1px #ffffff inset;
  box-shadow: 0px 1px 1px 1px #ffffff inset;
  background-color: #e8e8e8;
  border-top: 2px solid #004831;
  margin: 80px 0 0;
  padding: 20px 0 20px;
  min-width: 1215px;
}

#footerInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875em;
  margin: 0 auto;
  padding-left: 14px;
  width: 1201px;
}

#footerLinks {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

#footerLinks ul {
  display: table;
  margin: 0 auto 36px;
}

#footerLinks li {
  display: table-cell;
  padding: 0 15px;
}

#footerLinks a {
  color: #444;
  display: block;
  line-height: 1.4;
  padding-left: 14px;
  text-decoration: underline;
  position: relative;
}

#footerLinks a:hover {
  color: #24733a;
  text-decoration: none;
}

#footerLinks a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #444444;
  top: 6px;
  left: 0;
}

@media all and (-ms-high-contrast: none) {
  #footerLinks a::before {
    top: 4px;
  }
}

#footerLinks a:hover::before {
  border-color: transparent transparent transparent #24733a;
}

footer small {
  display: block;
  margin: 0 auto;
  text-align: center;
}

/* main
---------------------*/
#mainInner {
  margin: 0 auto;
  padding: 0 7px;
  width: 1201px;
}

#mainColumn {
  display: table;
  margin-top: 20px;
  width: 1201px;
}

#mainColumn > * {
  display: table-cell;
  vertical-align: top;
}

#topPage #topColumn {
  display: block;
}

#topPage #mainColumn {
  display: block;
  margin-top: 0;
  padding-top: 0;
}

#mainColumn nav {
  padding-top: 32px;
  width: 317px;
}

#mainContent {
  font-size: 1.25rem;
  width: 826px;
  padding-right: 46px;
}

#mainContent:only-child {
  width: 1201px;
  display: block;
  padding-right: 0;
}

.areaWrap {
  padding: 0 20px;
}

/* sideNavi
---------------------*/
#sideNavi {
  border: 1px solid #d3d8d4;
  font-size: 1.25rem;
}

div#sideNavi {
  border-top: none;
}

#sideNavi a {
  display: block;
  text-decoration: none;
}

#sideNavi dt a,
div#sideNavi #sideParent a {
  background-color: #08513d;
  color: #fff;
  padding: 23px 25px 19px 16px;
  position: relative;
}

#sideNavi dt a:hover,
div#sideNavi #sideParent a:hover,
div#sideNavi #sideParent .active a {
  background-color: #dde552;
  color: #555;
}

#sideNavi dt a::before,
div#sideNavi #sideParent a::before,
#sideParent a::before {
  content: "";
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg) skew(-8deg, -8deg);
  -ms-transform: rotate(45deg) skew(-8deg, -8deg);
  transform: rotate(45deg) skew(-8deg, -8deg);
  width: 13px;
  height: 13px;
  right: 16px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}

#sideParent a::before {
  border-top: 1px solid #004831;
  border-right: 1px solid #004831;
}

#sideNavi dt a:hover::before,
div#sideNavi #sideParent a:hover::before,
div#sideNavi #sideParent .active a::before {
  border-color: #004831;
}

#sideParent > li {
  border-top: 1px solid #d3d8d4;
  background-color: #f5f5f5;
}

#sideParent a {
  color: #555;
  display: block;
  background-color: #f5f5f5;
  -webkit-box-shadow: 0px -1px 0px 0px #ffffff inset, 0px 1px 0px 0px #ffffff inset;
  box-shadow: 0px -1px 0px 0px #ffffff inset, 0px 1px 0px 0px #ffffff inset;
  padding: 24px 45px 20px 16px;
  position: relative;
}

#sideParent a[target=_blank] {
  padding-right: 48px;
}

#sideParent > li > a[target=_blank]::after {
  background: url(../img/ico_blank02.png) no-repeat 0 0;
  background-size: 33px auto;
  content: "";
  display: block;
  position: absolute;
  width: 33px;
  height: 33px;
  top: 22px;
  right: 8px;
}

.sidechild {
  background: #fff url(../img/line01.png) repeat-x 0 0;
  background-size: auto 1px;
  margin: 0 10px 10px;
  padding: 1px 0 0;
}

.sidechild > li {
  background: url(../img/line01.png) repeat-x left bottom;
  background-size: auto 1px;
  padding: 0 0 1px;
}

.sidechild a:hover,
.sidechild > li.active a {
  background-color: #dde552;
}

#sideParent .sidechild a {
  padding: 15px 10px 12px 61px;
}

#sideParent .sidechild a[target=_blank] {
  padding-left: 70px;
}

#sideParent .sidechild a::before {
  top: 20px;
  left: 41px;
}

#sideParent .sidechild a[target=_blank]::before {
  background: url(../img/ico_blank02.png) no-repeat 0 0;
  background-size: 33px auto;
  width: 33px;
  height: 33px;
  top: 9px;
  left: 28px;
}

#sideParent .sideGrandChild a {
  padding: 6px 10px 2px 85px;
}

#sideParent .sideGrandChild a::before {
  top: 11px;
  left: 65px;
}

#sideParent a:hover,
#sideParent .active:not(.noSelf) > a {
  background-color: #dde552;
}

/* titles
---------------------*/
#mainContent h1 {
  border-bottom: 3px solid #004831;
  color: #004831;
  display: table;
  font-size: 1.875rem;
  line-height: 1.4;
  margin: 0 0 50px;
  width: 100%;
}

#mainContent h1 > * {
  display: table-cell;
  height: 2.1em;
  padding: 0 0 10px;
  vertical-align: bottom;
}

#mainContent h1 > span:first-child {
  padding: 0 10px 10px;
}

@media all and (-ms-high-contrast: none) {
  #mainContent h1 > * {
    height: 2.15em;
  }
  #mainContent h1 > span:first-child {
    padding-top: 0.3em;
  }
}

#service #mainContent h1 > span {
  color: #004831;
}

#mainContent h1 #cateTxt {
  display: block;
  font-size: 1rem;
}

#mainContent h1 #purLink {
  background-color: #24733a;
  border: 1px solid #24733a;
  color: #fff;
  display: block;
  float: right;
  font-weight: 500;
  font-size: 1.25rem;
  padding: 14px 10px 14px 63px;
  position: relative;
  text-decoration: none;
}

@media all and (-ms-high-contrast: none) {
  #mainContent h1 #purLink {
    padding: 18px 10px 10px 63px;
  }
}

#mainContent h1 #purLink:hover {
  border: 1px solid #cdcdcd;
  background-color: #dde552;
  color: #444;
}

#mainContent h1 #purLink::before {
  background: url(../img/service/ico_pur01.png) no-repeat 0 0;
  background-size: 38px auto;
  content: "";
  position: absolute;
  top: 11px;
  left: 14px;
  width: 38px;
  height: 32px;
}

#mainContent h1 #purLink:hover::before {
  background: url(../img/service/ico_pur01_h.png) no-repeat 0 0;
  background-size: 38px auto;
}

#mainContent h2:not([class]) {
  background-color: #f5f5f5;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 1.5rem;
  font-weight: 500;
  margin: 60px 0 25px;
  padding: 16px 10px 13px 35px;
  position: relative;
}

@media all and (-ms-high-contrast: none) {
  #mainContent h2:not([class]) {
    padding: 19px 10px 10px 35px;
  }
}

#mainContent h2:not([class])::before {
  background-color: #004831;
  content: "";
  position: absolute;
  top: 26px;
  left: 10px;
  width: 13px;
  height: 13px;
}

@media all and (-ms-high-contrast: none) {
  #mainContent h2:not([class])::before {
    top: 25px;
  }
}

#mainContent h2.infoTitle {
  background: none;
  border: none;
  font-size: 1.875em;
  line-height: 1.4;
  text-align: right;
  margin: 0 0 9px;
}

#mainContent h2 > .txt {
  color: #ff7c00;
  display: inline-block;
  font-weight: bold;
  font-size: 1.25rem;
  margin-left: 25px;
  position: relative;
  top: -2px;
}

#mainContent h3:not([class]) {
  color: #004831;
  font-size: 1rem;
  font-weight: bold;
  margin: 30px 0 15px;
  padding: 0 10px 0 20px;
  position: relative;
}

#mainContent h2 + h3:not([class]) {
  margin-left: 10px;
}

#mainContent h3:not([class])::before {
  background-color: #004831;
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 13px;
  height: 13px;
}

@media all and (-ms-high-contrast: none) {
  #mainContent h3:not([class])::before {
    top: 2px;
  }
}

#mainContent .infoList + h2.infoTitle {
  margin-top: 40px;
}

/* button
---------------------*/
.btn01,
.btn02 {
  border: 1px solid #004831;
  background-color: #004831;
  color: #fff !important;
  display: inline-block;
  margin: 0;
  padding: 24px 48px 20px 15px;
  text-align: left;
  text-decoration: none !important;
  position: relative;
}

@media all and (-ms-high-contrast: none) {
  .btn01 {
    padding: 27px 48px 17px 15px;
  }
}

.btn02 {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #444 !important;
  padding: 12px 48px 10px 25px;
}

@media all and (-ms-high-contrast: none) {
  .btn02 {
    padding: 14px 48px 6px 25px;
  }
}

.btn02.large {
  min-width: 8em;
}

.btn01:hover {
  background-color: #dde552;
  border: 1px solid #ccc;
  color: #444 !important;
}

.btn02:hover {
  background-color: #dde552;
}

.btn01::after,
.btn02::after,
.btnFac span::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg) skew(-8deg, -8deg);
  -ms-transform: rotate(45deg) skew(-8deg, -8deg);
  transform: rotate(45deg) skew(-8deg, -8deg);
  position: absolute;
  margin-top: -5px;
  top: 50%;
  right: 15px;
}

.btn01:hover::after {
  border-color: #004831;
}

.btn02::after {
  border-color: #004831;
}

.btn01::before {
  content: "";
  display: block;
  position: absolute;
  height: 25px;
  top: 23px;
  left: 9px;
}

.btn01.faq::before {
  background: url(../img/ico_btn01.png) no-repeat 0 0;
  background-size: 30px auto;
  width: 30px;
}

.btn01.case::before {
  background: url(../img/ico_btn02.png) no-repeat 0 0;
  background-size: 25px auto;
  width: 25px;
}

.btn01.faq:hover::before {
  background: url(../img/ico_btn01_h.png) no-repeat 0 0;
  background-size: 30px auto;
}

.btn01.case:hover::before {
  background: url(../img/ico_btn02_h.png) no-repeat 0 0;
  background-size: 25px auto;
}

.btn01.faq,
.btn01.case,
.btn01.pamphlet,
.btn01.inquiry {
  padding-left: 50px;
}

.btn01.pamphlet {
  padding-left: 36px;
}

.btn01.pamphlet::before {
  background: url(../img/ico_btn03.png) no-repeat 0 0;
  background-size: 20px auto;
  width: 20px;
}

.btn01.inquiry::before {
  background: url(../img/ico_btn04.png) no-repeat 0 0;
  background-size: 29px auto;
  width: 29px;
  height: 26px;
}

.btn01.pamphlet:hover::before {
  background: url(../img/ico_btn03_h.png) no-repeat 0 0;
  background-size: 20px auto;
}

.btn01.inquiry:hover::before {
  background: url(../img/ico_btn04_h.png) no-repeat 0 0;
  background-size: 29px auto;
}

.btn01[target=_blank]:not(.pamphlet) {
  padding-left: 39px;
}

.btn02[target=_blank] {
  padding-left: 35px;
}

.btn01[target=_blank]:not(.pamphlet)::before,
.btn02[target=_blank]::before {
  content: "";
  display: block;
  background: url(../img/ico_blank03.png) no-repeat 0 0;
  background-size: 26px auto;
  width: 26px;
  height: 26px;
  top: 50%;
  left: 9px;
  position: absolute;
  margin-top: -13px;
}

.btn02[target=_blank]::before {
  background: url(../img/ico_blank02.png) no-repeat 0 0;
  background-size: 20px auto;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  left: 7px;
}

.btnFac {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #444 !important;
  display: block;
  font-size: 1.25em;
  line-height: 1.2;
  padding: 26px 0 24px 10px;
  text-decoration: none !important;
}

@media all and (-ms-high-contrast: none) {
  .btnFac {
    padding: 29px 0 21px 10px;
  }
}

.btnFac span {
  display: block;
  padding-right: 36px;
  position: relative;
}

.btnFac:hover {
  background-color: #dde552;
  border: 1px solid #cdcdcd;
  color: #444;
  text-decoration: none;
}

.btnFac:hover span {
  text-decoration: none;
}

.btnFac span::before {
  margin-top: -7px;
  width: 13px;
  height: 13px;
  right: 16px;
  border-top: 2px solid #004831;
  border-right: 2px solid #004831;
}

@media all and (-ms-high-contrast: none) {
  .btnFac span::before {
    margin-top: -10px;
  }
}

.btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px auto 0;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btnArea.noBg {
  background-color: transparent;
  padding: 0;
}

.btnArea.noBgFac {
  display: block;
  margin: 20px auto 0;
  padding: 0;
}

.btnArea.noBg li,
.btnArea.noBgFac li {
  background-color: transparent;
}

.borderArea {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  display: block;
  margin-top: 70px;
  padding: 20px 70px;
}

.btnArea li {
  background-color: #ededed;
}

.btnArea li:first-child {
  text-align: right;
  padding: 20px 10px 20px 20px;
}

.btnArea li:nth-child(2):not(:last-child) {
  text-align: center;
  padding: 20px 10px;
}

.btnArea li:last-child {
  text-align: left;
  padding: 20px 20px 20px 10px;
}

.btnArea li:only-child {
  padding: 20px 20px;
  text-align: center;
  width: auto;
}

.btnArea.noBgFac li {
  display: block;
  padding: 20px 50px !important;
  width: auto !important;
  text-align: center !important;
}

.btnArea .arrow02 {
  position: absolute;
  top: 16px;
  left: 0;
}

.btnArea a + div {
  margin-top: 5px;
}

/* link
---------------------*/
a.arrow01,
.arrow01 a,
a.arrow02,
.arrow02 a {
  display: inline-block;
  padding-left: 14px;
  position: relative;
  text-align: left;
}

a.arrow01::before,
.arrow01 a::before,
a.arrow02::before,
.arrow02 a::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #004831;
  top: 8px;
  left: 0;
}

a.arrow01[href^="http"]::before,
.arrow01 a[href^="http"]::before {
  background: url(../img/ico_blank02.png) no-repeat 0 0;
  background-size: 20px auto;
  width: 20px;
  height: 20px;
  top: 6px;
  left: 1px;
  border: none !important;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

a.arrow01[href^="http"],
.arrow01 a[href^="http"] {
  padding-left: 25px;
}

a.arrow02::before,
.arrow02 a::before {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.linkBack .arrow02 {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  color: #444;
  display: inline-block;
  padding: 10px 10px 10px 25px;
  text-decoration: none;
}

@media all and (-ms-high-contrast: none) {
  .linkBack .arrow02 {
    padding: 14px 10px 6px 25px;
  }
}

.linkBack .arrow02::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border: none;
  border-top: 2px solid #08513d;
  border-right: 2px solid #08513d;
  -webkit-transform: rotate(225deg) skew(-8deg, -8deg);
  -ms-transform: rotate(225deg) skew(-8deg, -8deg);
  transform: rotate(225deg) skew(-8deg, -8deg);
  position: absolute;
  margin-top: -5px;
  top: 50%;
  left: 9px;
}

.linkBack .arrow02:hover {
  background-color: #dde552;
}

/* table
---------------------*/
#mainContent table {
  border: 1px solid #c7c7c7;
  border-collapse: collapse;
  margin: 10px 0;
  width: 100%;
}

th,
td {
  border: 1px solid #c7c7c7;
  padding: 17px 10px 14px;
}

th {
  background-color: #ececec;
  text-align: left;
}

td ul:only-child,
td ol:only-child {
  margin-top: 0;
  margin-bottom: 0;
}

td .btn02 {
  padding: 8px 38px 4px 15px;
}

@media all and (-ms-high-contrast: none) {
  td .btn02 {
    padding: 10px 38px 2px 15px;
  }
}

td .btn02::after {
  width: 9px;
  height: 9px;
  margin-top: -5px;
}

/* list
---------------------*/
ul.list01 {
  margin: 14px 0 24px;
}

ul.list01 > li {
  padding: 0 0 13px 28px;
  position: relative;
}

ul.list01 > li:last-child {
  padding-bottom: 0;
}

ul.list02 > li {
  padding: 0 0 0 20px;
  position: relative;
}

ul.list02 > li:not(:first-child) {
  margin: 20px 0 0;
}

ul.list01 > li::before,
ul.list02 > li::before {
  background-color: #818181;
  content: "";
  display: block;
  height: 6px;
  width: 6px;
  left: 11px;
  position: absolute;
  top: 10px;
}

ul.list02 > li::before {
  background-color: #08513d;
  height: 11px;
  width: 11px;
  left: 0;
  position: absolute;
  top: 6px;
}

@media all and (-ms-high-contrast: none) {
  ul.list01 > li::before,
  ul.list02 > li::before {
    top: 8px;
  }
  ul.list02 > li::before {
    top: 4px;
  }
}

ol.list01 {
  list-style-type: decimal;
  padding-left: 1.5em;
}

ol.list01 > li {
  margin-bottom: 10px;
}

ol.list01.box01 {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  margin-top: 30px;
  padding: 25px 15px;
  padding-left: calc(1.5em + 15px);
}

ol.list01.box01 > li {
  margin-bottom: 20px;
}

ol.list02 > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}

ol.list01 > li:last-child,
ol.list02 > li:last-child {
  margin-bottom: 0;
}

ol.list02 > li .no {
  white-space: nowrap;
  padding: 0 5px 0 0;
}

ol.list01 > li .txt,
ol.list02 > li .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.notice01 {
  border: 1px solid #ccc;
  background-color: #f5f5f5;
  margin: 15px 0 0;
  padding: 15px 0;
}

.list02 + .notice01 {
  margin-top: 35px;
}

.notice01 > dt {
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 15px;
}

.notice01 > dd {
  padding: 0 15px;
}

dl.notes > dt {
  float: left;
  width: 1.2em;
  white-space: nowrap;
  overflow: hidden;
}

dl.notes > dd {
  padding: 0 0 0 1.2em;
}

dl.notes.letter2 > dt {
  width: 2.3em;
}

dl.notes.letter2 > dd {
  padding: 0 0 0 2.3em;
}

dl.notes.letter4 > dt {
  width: 4.3em;
}

dl.notes.letter4 > dd {
  padding: 0 0 0 4.3em;
}

/* Paragraph
---------------------*/
p.indent {
  padding-left: 10px;
}

/* box
---------------------*/
.grayBox {
  margin: 50px 80px 0;
}

.grayBox.merit {
  margin: 50px 150px 0;
}

.grayBox > dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
}

.grayBox > dt .title {
  background-color: #004831;
  color: #fff;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.grayBox > dt .title::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 0 0 100px;
  border-color: transparent transparent transparent #004831;
  position: absolute;
  right: -100px;
  top: 0;
  z-index: 0;
}

.grayBox > dt span {
  display: block;
  font-weight: bold;
}

.grayBox > dt .ico {
  background: #fff url(../img/ico_gray01.png) no-repeat left center;
  background-size: 16px auto;
  color: #004831;
  display: inline-block;
  margin-left: -7px;
  padding: 3px 5px 0px 22px;
}

@media all and (-ms-high-contrast: none) {
  .grayBox > dt .ico {
    line-height: 1;
    padding: 9px 5px 2px 22px;
  }
}

.grayBox dt .title {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.4;
  padding: 7px 0 3px 13px;
}

.grayBox dt.no {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
}

.grayBox dt.no span {
  display: inline-block;
  font-family: Century;
  font-size: 1.625em;
  font-style: italic;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 5px 0 0;
}

.grayBox dt .productFlow {
  color: #004831;
  font-size: 1.25rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-weight: bold;
  padding: 0 0 0 50px;
  text-align: right;
}

.grayBox > dd {
  border: 2px solid #004831;
  padding: 34px 48px;
}

.grayBox > dd .productFlow {
  margin-bottom: 20px;
}

.grayBox dd ol {
  list-style-type: decimal;
  margin: 0;
  padding-left: 2em;
}

.grayBox dd ol li {
  color: #ff7c00;
  font-family: Century;
  font-style: italic;
  font-weight: bold;
  font-size: 1.875em;
  margin-bottom: 7px;
}

.grayBox dd ol span {
  font-size: 0.64em;
  font-style: normal;
}

.grayBox dd ol p {
  color: #333333;
  font-size: 0.535em;
  font-style: normal;
  font-weight: normal;
  margin: 0 0 10px;
  padding: 0;
}

.grayBox > dd > dl.subject {
  border-radius: 10px;
  background-color: #fff1e0;
  border: solid 3px #fac9a5;
  margin-bottom: 73px;
  padding: 10px 17px;
  position: relative;
}

.grayBox > dd > dl.subject::after {
  content: "";
  position: absolute;
  bottom: -55px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 29px 113px 0 113px;
  border-color: #f47d26 transparent transparent transparent;
}

.grayBox > dd > dl.subject > dt {
  border-bottom: 1px solid #cccccc;
  color: #f47d26;
  font-weight: bold;
  font-size: 1.5rem;
  padding-bottom: 9px;
  text-align: center;
}

.grayBox > dd > dl.subject > dt .ico {
  background: none;
  color: #fff1e0;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  width: 38px;
  height: 30px;
}

@media all and (-ms-high-contrast: none) {
  .grayBox > dd > dl.subject > dt .ico {
    top: -3px;
    margin-bottom: -3px;
  }
}

.grayBox > dd > dl.subject > dt .ico::after {
  content: "！";
  color: #fff;
  display: inline-block;
  font-size: 26px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 6px;
  width: 26px;
  height: 36px;
}

@media all and (-ms-high-contrast: none) {
  .grayBox > dd > dl.subject > dt .ico::after {
    top: 3px;
  }
}

.grayBox > dd > dl.subject > dt .ico::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 19px 30px 19px;
  border-color: transparent transparent #f47d26 transparent;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}

.grayBox > dd > dl.factor > dt {
  color: #004831;
  font-weight: bold;
  font-size: 1.5rem;
  padding-top: 8px;
}

.factor dd {
  padding: 10px 0 0 62px;
}

.subject dd ul,
.factor dd ul {
  margin: 16px 0;
}

.subject dd li,
.factor dd li {
  font-weight: bold;
  margin: 12px 0 0;
  padding-left: 28px;
  position: relative;
}

.subject dd li::before,
.factor dd li::before {
  content: "";
  display: block;
  position: absolute;
}

.subject dd li::before {
  background-color: #f47d26;
  width: 12px;
  height: 12px;
  left: 4px;
  top: 7px;
}

@media all and (-ms-high-contrast: none) {
  .subject dd li::before {
    top: 4px;
  }
}

.factor dd li::before {
  background: url(../img/ico_factor01.png) no-repeat 0 0;
  background-size: 18px auto;
  width: 18px;
  height: 18px;
  left: 0;
  top: 5px;
}

@media all and (-ms-high-contrast: none) {
  .factor dd li::before {
    top: 3px;
  }
}

.linkBox {
  margin: 20px 0;
}

.linkBox > dt > a {
  background-color: #08513d;
  border: 1px solid #08513d;
  color: #fff;
  display: block;
  padding: 12px 48px 10px 10px;
  position: relative;
  text-decoration: none;
}

@media all and (-ms-high-contrast: none) {
  .linkBox > dt > a {
    padding: 15px 48px 7px 10px;
  }
}

.linkBox > dt > a:hover {
  background-color: #dde552;
  border: 1px solid #cdcdcd;
  color: #444;
}

.linkBox > dt > a[target=_blank] {
  padding-left: 39px;
}

.linkBox > dt > a::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg) skew(-8deg, -8deg);
  -ms-transform: rotate(45deg) skew(-8deg, -8deg);
  transform: rotate(45deg) skew(-8deg, -8deg);
  position: absolute;
  margin-top: -5px;
  top: 50%;
  right: 15px;
}

.linkBox > dt > a:hover::after {
  border-color: #444;
}

.linkBox > dt > a[target=_blank]::before {
  content: "";
  display: block;
  background: url(../img/ico_blank03.png) no-repeat 0 0;
  background-size: 26px auto;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  left: 7px;
  top: 50%;
  position: absolute;
}

.linkBox > dd {
  padding: 20px;
  border: 1px solid #CCC;
  border-top: none;
}

@media all and (-ms-high-contrast: none) {
  .linkBox > dd {
    padding: 24px 20px 16px;
  }
}

#privacyList .linkBox {
  margin-right: 20px;
}

#privacyList ol.list02 .linkBox.mgt-13 {
  margin-top: -13px;
}

/* tabs
---------------------*/
.tabs {
  border-bottom: 3px solid #004831;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabs a {
  border-radius: 3px 3px 0 0;
  background-color: #f5f5f5;
  border: solid 1px #d3d8d4;
  border-bottom: none;
  color: #555;
  display: block;
  font-size: 1.25em;
  margin-right: 5px;
  padding: 10px 40px;
  text-decoration: none;
}

@media all and (-ms-high-contrast: none) {
  .tabs a {
    padding: 14px 40px 6px;
  }
}

.tabs a:hover,
.tabs a.active {
  background-color: #004831;
  border-color: #004831;
  color: #fff;
}

/* top
---------------------*/
#mainVisual {
  background: url(../img/top/mainvisual.png) no-repeat top right;
  min-height: 349px;
  margin: 0 auto;
  position: relative;
  width: 1200px;
}

#mainVisual p {
  color: #004831;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  padding: 92px 0 0 42px;
}

#topColumn > .Column {
  display: block;
}

#topColumn #topLeftColumn {
  width: 824px;
  float: left;
}

#topRightColumn {
  width: 352px;
  float: right;
}

#topColumn > .Column + .Column * {
  font-weight: 500;
}

#topNotice {
  background-color: #fff;
  border: solid 1px #b4b4b4;
  border-top: none;
  margin: 0 150px 28px;
}

#topNotice h2 {
  background-color: #004831;
  color: #fff;
  font-size: 1.875em;
  margin-bottom: 15px;
  padding: 10px;
  text-align: center;
}

#topNotice dl {
  margin: 0 18px 18px;
  font-size: 1.25rem;
  border-top: none;
}

#topNotice dt {
  padding-top: 14px;
}

#topNotice dd {
  padding-bottom: 14px;
}

#topNotice dd:last-child {
  border-top: none;
  border-bottom: none;
}

#topNotice.caution h2 {
  background-color: #ff7c00;
}

#topServiceBox {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 13px rgba(7, 0, 2, 0.27);
  box-shadow: 0 2px 13px rgba(7, 0, 2, 0.27);
  border: solid 1px #b4b4b4;
  border-top: none;
}

#topServiceBox h2 {
  background-color: #004831;
  color: #fff;
  font-size: 1.875em;
  margin-bottom: 43px;
  padding: 14px 10px 13px;
  text-align: center;
}

@media all and (-ms-high-contrast: none) {
  #topServiceBox h2 {
    padding: 18px 10px 9px;
  }
}

#topServiceBox > .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 16px 34px;
}

#collectFlow {
  min-height: 358px;
  padding-bottom: 0 !important;
}

#factoringFlow {
  min-height: 348px;
}

.wrap > dl {
  border-radius: 12px 12px 0 0;
  width: 347px;
}

#collectFlow > dl {
  border: 2px solid #8bc04c;
}

#factoringFlow > dl {
  border: 2px solid #ff7c00;
}

.wrap > dl > dt {
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: 1.25rem;
  padding: 8px;
  text-align: center;
}

@media all and (-ms-high-contrast: none) {
  .wrap > dl > dt {
    padding: 11px 8px 5px;
  }
}

#collectFlow > dl > dt {
  background-color: #8bc04c;
  font-weight: 500;
}

#factoringFlow > dl > dt {
  background-color: #ff7c00;
}

.wrap > dl > dd {
  padding: 16px 25px 14px;
}

.wrap > dl > dd p {
  font-size: 0.875rem;
  font-weight: 500;
}

.wrap > dl > dd .btn01 {
  display: block;
  font-size: 1.125rem;
  margin: 10px 0 0;
  padding: 12px 48px 12px 15px;
}

@media all and (-ms-high-contrast: none) {
  .wrap > dl > dd .btn01 {
    padding: 15px 48px 9px 15px;
  }
}

.wrap#factoringFlow > dl > dd .btn01 {
  background-color: #354751;
}

.wrap#factoringFlow > dl > dd .btn01:hover {
  background-color: #dde552;
}

#collectFlow .img {
  background: url(../img/top/bg_service01.png) no-repeat;
  min-height: 162px;
}

#factoringFlow .img {
  background: url(../img/top/bg_service02.jpg) no-repeat top center;
  margin-top: 20px;
  min-height: 162px;
}

.wrap .img ul {
  font-size: 0.875rem;
}

#collectFlow .img ul {
  float: right;
  margin: 86px 0 0;
}

#topServiceBox > .wrap > *:not(dl) {
  width: 213px;
  position: relative;
}

#topServiceBox > .wrap .arrow {
  position: absolute;
}

#topServiceBox > .wrap .arrow::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

#serviceFlow01 .arrow {
  width: 85px;
  height: 138px;
  border-top: 15px solid #8bc04c;
  border-left: 17px solid #8bc04c;
  bottom: 25px;
  right: 23px;
}

#serviceFlow01 {
  position: relative;
}

#serviceFlow01 .arrow::after {
  border-width: 17px 0 17px 23px;
  border-color: transparent transparent transparent #8bc04c;
  top: -24px;
  right: -23px;
}

#serviceFlow01 ul {
  background-color: #8bc04c;
  border-radius: 50%;
  display: inline-block;
  min-width: 113px;
  max-width: 173px;
  padding: 32px 15px 29px 25px;
  position: relative;
  top: -10px;
}

#serviceFlow01 .flowTxt,
#serviceFlow02 .flowTxt,
#serviceFlow04 .flowTxt {
  color: #24733a;
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  top: -64px;
  left: -20px;
  white-space: nowrap;
}

#serviceFlow02 .flowTxt {
  top: -60px;
  left: 33px;
}

#serviceFlow04 .flowTxt {
  color: #ff7c00;
  top: 211px;
  left: 5px;
  width: 220px;
  white-space: normal;
}

#serviceFlow04 .arrow:first-child .flowTxt {
  top: 134px;
  width: 150px;
}

#serviceFlow01 ul::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23px 0 23px 45px;
  border-color: transparent transparent transparent #8bc04c;
  position: absolute;
  bottom: -12px;
  right: 11px;
  -webkit-transform: rotate(45deg) skew(-8deg, -8deg);
  -ms-transform: rotate(45deg) skew(-8deg, -8deg);
  transform: rotate(45deg) skew(-8deg, -8deg);
}

#serviceFlow01 li,
.wrap .img ul li {
  font-weight: 500;
  font-size: 0.875rem;
  padding-left: 10px;
  position: relative;
}

#serviceFlow01 li {
  color: #fff;
  font-weight: 500;
}

#serviceFlow01 li::before,
.wrap .img ul li::before {
  content: "";
  background-color: #555;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0.5em;
  left: 0;
}

#serviceFlow01 li::before {
  background-color: #fff;
}

#serviceFlow01 .circled,
#serviceFlow03 .circled {
  background-color: #b4cd82;
  border-radius: 50%;
  font-weight: 500;
  font-size: 30px;
  width: 160px;
  padding: 20px 0;
  text-align: center;
  position: absolute;
  bottom: -1px;
  right: 12px;
}

@media all and (-ms-high-contrast: none) {
  #serviceFlow01 .circled,
  #serviceFlow03 .circled {
    padding: 26px 0 14px;
  }
}

#serviceFlow03 .circled {
  background-color: #8a92a3;
  color: #fff;
  top: -1px;
  bottom: auto;
}

#serviceFlow02 .arrow {
  width: 109px;
  height: 114px;
  border-top: 15px solid #8bc04c;
  border-right: 17px solid #8bc04c;
  bottom: 50px;
  left: 0;
}

#serviceFlow02 .arrow::after {
  border-width: 23px 17px 0 17px;
  border-color: #8bc04c transparent transparent transparent;
  bottom: -23px;
  right: -25px;
}

#serviceFlow03 .arrow {
  width: 85px;
  height: 138px;
  border-bottom: 15px solid #8a92a3;
  border-left: 17px solid #8a92a3;
  top: 15px;
  right: 23px;
}

#serviceFlow03 .arrow::after {
  border-width: 17px 0 17px 23px;
  border-color: transparent transparent transparent #8a92a3;
  bottom: -24px;
  right: -23px;
}

#serviceFlow04 .arrow {
  width: 160px;
  height: 186px;
  border-bottom: 15px solid #ff7c00;
  border-right: 17px solid #ff7c00;
  top: 38px;
  left: 0;
}

#serviceFlow04 .arrow:first-child {
  width: 69px;
  height: 116px;
}

#serviceFlow04 .arrow::after {
  border-width: 0 17px 23px 17px;
  border-color: transparent transparent #ff7c00 transparent;
  top: -23px;
  right: -25px;
}

#productFlow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  width: 754px;
  min-height: 113px;
}

#productFlow > * {
  font-size: 1.25rem;
  position: relative;
  text-align: center;
  vertical-align: middle;
}

#productFlow div {
  font-weight: 500;
}

#productFlow .arrow {
  width: 411px;
  position: relative;
}

#productFlow .arrow span {
  background-color: #777164;
  color: #fff;
  display: inline-block;
  margin: 0 auto;
  padding: 8px 22px;
  position: relative;
  z-index: 1;
}

@media all and (-ms-high-contrast: none) {
  #productFlow .arrow span {
    padding: 11px 22px 5px;
  }
}

#productFlow .arrow::before {
  background-color: #777164;
  content: "";
  display: block;
  width: 389px;
  height: 15px;
  position: absolute;
  top: 50%;
  margin: -8px auto 0;
  left: 0;
  right: 0;
}

#productFlow .arrow::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 23px 17px 0;
  border-color: transparent #777164 transparent transparent;
  top: 50%;
  left: -12px;
  margin-top: -17px;
}

@-moz-document url-prefix() {
  #productFlow .arrow::before {
    top: 50%;
    margin: -8px auto 0;
  }
  #productFlow .arrow::after {
    top: 50%;
    margin-top: -16px;
  }
}

#companyImg div {
  font-size: 1.5rem;
  position: absolute;
  top: -0.5em;
  left: 53px;
}

#companyImg img {
  margin-bottom: -43px;
}

#topServiceBox #companyImg img {
  top: 22px;
  left: 1px;
}

#customerImg {
  padding: 6px 15px 0 0;
  width: 162px;
}

#topNewsBox {
  -webkit-box-shadow: 0 2px 13px rgba(7, 0, 2, 0.27);
  box-shadow: 0 2px 13px rgba(7, 0, 2, 0.27);
  border: solid 1px rgba(134, 134, 141, 0.54);
  margin: 46px 0 0;
}

#topNewsBox h2 {
  margin-bottom: 28px;
  padding: 0;
}

#topNewsBox h2 a {
  background-color: #004831;
  border-bottom: 1px solid #004831;
  color: #fff;
  display: block;
  font-size: 1.875em;
  padding: 14px 45px 10px 22px;
  position: relative;
  text-decoration: none;
}

@media all and (-ms-high-contrast: none) {
  #topNewsBox h2 a {
    padding: 17px 45px 7px 22px;
  }
}

#topNewsBox h2 a::after {
  content: "";
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg) skew(-8deg, -8deg);
  -ms-transform: rotate(45deg) skew(-8deg, -8deg);
  transform: rotate(45deg) skew(-8deg, -8deg);
  width: 17px;
  height: 17px;
  right: 26px;
  margin-top: -11px;
  position: absolute;
  top: 50%;
}

#topNewsBox h2 a:hover {
  background-color: #dde552;
  border-bottom: 1px solid rgba(134, 134, 141, 0.54);
  color: #444;
}

#topNewsBox h2 a:hover::after {
  border-color: #004831;
}

#topNewsListWrap {
  overflow: hidden;
  position: relative;
}

#topNewsList {
  font-size: 1.25rem;
  width: 783px;
  height: 360px;
  margin-left: 18px;
}

#topNewsList.noscript {
  height: auto;
}

#topNewsList .infoList {
  border: none;
  padding-right: 25px;
}

#topNewsList .infoList dt {
  padding-top: 14px;
}

#topNewsList .infoList > * {
  display: block;
  text-decoration: none;
}

#topNewsList .infoList > a {
  padding-right: 50px;
  position: relative;
}

#topNewsList .infoList > a:hover {
  background-color: #dde552;
}

#topNewsList .infoList > a:after {
  content: "";
  display: block;
  border-top: 2px solid #004831;
  border-right: 2px solid #004831;
  -webkit-transform: rotate(45deg) skew(-8deg, -8deg);
  -ms-transform: rotate(45deg) skew(-8deg, -8deg);
  transform: rotate(45deg) skew(-8deg, -8deg);
  width: 17px;
  height: 17px;
  right: 19px;
  margin-top: -11px;
  position: absolute;
  top: 50%;
}

#topNewsList .infoList > * {
  border-bottom: 1px solid #ccc;
}

#topNewsList .infoList > *:first-child {
  border-top: 1px solid #ccc;
}

#topNewsList .infoList dt span {
  font-size: 0.875rem;
}

#topNewsList .infoList dd {
  border-bottom: none;
  padding-bottom: 14px;
}

.jspContainer {
  overflow: hidden;
  position: relative;
}

.jspPane {
  position: absolute;
}

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: -7px;
  width: 27px;
  height: 100%;
}

.jspTrack {
  background: #C7C7C7;
  position: relative;
  width: 13px;
}

.jspDrag {
  background: #004831;
  position: relative;
  width: 21px;
  top: 0;
  left: -4px;
  cursor: pointer;
}

#topNewsBtns {
  font-size: 1.25rem;
  display: table;
  border-spacing: 22px 0;
  margin: 30px 0 33px;
}

#topNewsBtns a {
  background-color: #ececec;
  border: 1px solid #ccc;
  color: #555;
  display: table-cell;
  padding: 16px 55px 16px 16px;
  position: relative;
  text-decoration: none;
  width: 305px;
  vertical-align: middle;
}

#topNewsBtns a::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-top: 2px solid #004831;
  border-right: 2px solid #004831;
  -webkit-transform: rotate(45deg) skew(-8deg, -8deg);
  -ms-transform: rotate(45deg) skew(-8deg, -8deg);
  transform: rotate(45deg) skew(-8deg, -8deg);
  position: absolute;
  right: 17px;
  margin-top: -9px;
  top: 50%;
}

#topNewsBtns a:hover {
  background-color: #dde552;
}

#groupLinks {
  margin-top: 50px;
}

#groupLinks li {
  display: inline-block;
}

#groupLinks li:first-child {
  margin-right: 22px;
}

#groupLinks a {
  border: 1px solid #ccc;
  display: block;
  text-align: center;
  width: 398px;
}

#groupLinks a img {
  width: 185px;
  margin: 43px auto 24px;
}

#groupLinks li:first-child a img {
  width: 234px;
  margin-top: 24px;
}

#loginBoxTitle {
  background-color: #8bc04c;
  color: #004831;
  font-size: 1.875em;
  line-height: 1;
  padding: 10px 0 5px;
  text-align: center;
}

#loginBoxTitle span {
  display: block;
  font-size: 0.666em;
  padding-top: 5px;
}

#loginBoxCont {
  -webkit-box-shadow: 0 2px 13px rgba(7, 0, 2, 0.27);
  box-shadow: 0 2px 13px rgba(7, 0, 2, 0.27);
  border: solid 1px #b4b4b4;
  border-top: none;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#e1e1e1), color-stop(66%, #fff));
  background-image: -webkit-linear-gradient(bottom, #e1e1e1, #fff 66%);
  background-image: -o-linear-gradient(bottom, #e1e1e1, #fff 66%);
  background-image: linear-gradient(to top, #e1e1e1, #fff 66%);
  margin-bottom: 35px;
  padding: 24px 10px 10px;
}

#loginBoxCont .title {
  color: #004831;
  font-size: 1.5em;
  font-weight: bold !important;
  margin-bottom: 15px;
  padding-left: 2px;
  text-align: center;
}

#loginBox > dd p {
  padding-left: 2px;
}

#loginBoxListWrap {
  margin-top: 17px;
}

.loginBoxList {
  border: 1px solid #7b7b7b;
  margin-bottom: -1px;
}

.loginBoxLink {
  display: block;
  background: #fff;
  color: #24733a;
  font-size: 1.5em;
  line-height: 1.2;
  padding: 16px 43px 15px 10px;
  position: relative;
  text-decoration: none;
  background: #fff url(../img/top/bg_btn01.png) no-repeat center center\9;
  *background: #fff url(../img/top/bg_btn01.png) no-repeat center center;
  *padding-left: 47px;
}

@media all and (-ms-high-contrast: none) {
  .loginBoxLink {
    padding: 19px 43px 12px 10px;
  }
}

.loginBoxLink[target=_blank] {
  padding-left: 47px;
}

.loginBoxLink[target=_blank]:before {
  background: url(../img/ico_blank02.png) no-repeat 0 0;
  background-size: 26px auto;
  content: "";
  position: absolute;
  height: 26px;
  left: 11px;
  right: auto;
  margin-top: -13px;
  top: 50%;
  width: 26px;
  display: none\9;
}

.loginBoxLink[target=_blank]:not(:target):before {
  display: block\9;
}

.loginBoxLink::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-top: 2px solid #004831;
  border-right: 2px solid #004831;
  -webkit-transform: rotate(45deg) skew(-8deg, -8deg);
  -ms-transform: rotate(45deg) skew(-8deg, -8deg);
  transform: rotate(45deg) skew(-8deg, -8deg);
  position: absolute;
  right: 19px;
  margin-top: -8px;
  top: 50%;
}

.loginBoxLink:hover {
  background-color: #dde552;
  color: #444;
  text-decoration: none;
}

#bannerArea li {
  -webkit-box-shadow: 0 5px 5px rgba(7, 0, 2, 0.2);
  box-shadow: 0 5px 5px rgba(7, 0, 2, 0.2);
  border: solid 1px #b4b4b4;
  margin: 0 0 20px;
}

#bannerArea li.noShadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#bannerArea a {
  display: block;
  min-height: 185px;
  position: relative;
  text-decoration: none;
}

#bannerArea .title {
  font-weight: bold !important;
  color: #555;
  font-size: 1.5rem;
}

#companyBanner .title,
#recruitBanner .title {
  position: absolute;
  margin: auto;
}

#inquiryBanner {
  background: url(../img/top/bg_banner01.jpg) no-repeat top right;
}

#inquiryBanner .title {
  font-size: 1.5rem;
  padding: 45px 0 6.68rem 17px;
}

#inquiryBanner .txt {
  background-image: -webkit-gradient(linear, left top, right top, from(#c3e340), color-stop(17%, rgba(195, 227, 64, 0.83)), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, #c3e340, rgba(195, 227, 64, 0.83) 17%, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(left, #c3e340, rgba(195, 227, 64, 0.83) 17%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to right, #c3e340, rgba(195, 227, 64, 0.83) 17%, rgba(255, 255, 255, 0));
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #444;
  font-size: 20px;
  padding: 10px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

#companyBanner {
  background: url(../img/top/bg_banner02.jpg) no-repeat top right;
}

#companyBanner .title {
  top: 0;
  bottom: 0;
  right: 20px;
  height: 1.5em;
}

#recruitBanner {
  background: url(../img/top/bg_banner03.jpg) no-repeat top right;
}

#recruitBanner .title {
  top: 0;
  bottom: 0;
  left: 27px;
  height: 1.5em;
}

#markArea {
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  margin-top: 40px;
  padding: 36px 0 34px 31px;
}

#markArea > li {
  display: inline-block;
}

#markArea > li:first-child {
  padding-right: 31px;
}

#markArea > li img {
  width: 100px;
}

#markArea > li:first-child img {
  width: 157px;
}

/* history
---------------------*/
#historyList {
  border-top: 1px solid #ccc;
}

#historyList dt {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: left;
  float: left;
  padding: 18px 0 0 18px;
  width: 12.3em;
}

#historyList dd {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 18px 18px 18px 12.3em;
}

#historyList dd:nth-child(2) {
  border-top: none;
}

#historyList > dd:nth-child(4n) {
  background-color: #f5f5f5;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

#historyList dd .list01 {
  margin: 0;
}

/* service
---------------------*/
#mainContent .factoringBox h2 {
  background: #08513d;
  color: #fff;
  margin-bottom: 40px;
}

#mainContent .factoringBox h2:not([class]):before {
  background-color: #fff;
}

#mainContent .factoringBox h2 > .txt {
  color: #fff;
}

.factoringBox #collectFlow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1157px;
  margin: 0 auto;
  min-height: 276px !important;
}

#productFlowTxt {
  color: #555;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 20px;
  padding: 27px 35px 0;
  text-align: center;
}

#linksInner {
  border: 2px solid #669900;
  border-bottom: none;
  border-radius: 20px 20px 0 0;
  padding: 0 20px 20px;
}

#notesWrap {
  position: relative;
}

#notesWrap:before {
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  content: "";
  width: 669px;
  height: 76px;
  border-radius: 0 0 10px 10px;
  border: 2px solid #669900;
  border-top: none;
  padding: 10px 0;
  -webkit-transform: perspective(600px) scaleZ(2) rotateX(-45deg);
  transform: perspective(600px) scaleZ(2) rotateX(-45deg);
}

.factoringBox #collectFlow .arrow {
  position: absolute;
}

.factoringBox #collectFlow .arrow::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

.factoringBox #collectFlow #serviceFlow01,
.factoringBox #collectFlow #serviceFlow02 {
  position: relative;
  width: 198px;
}

.factoringBox #collectFlow #serviceFlow01 .arrow {
  border-color: #8bc04c;
  height: 153px;
  top: 102px;
  right: 23px;
  bottom: auto;
}

.factoringBox #collectFlow #serviceFlow01 .flowTxt {
  color: #354751;
  font-size: 1.5rem;
}

.factoringBox #collectFlow #serviceFlow01 .arrow::after {
  border-color: transparent transparent transparent #8bc04c;
}

.factoringBox #collectFlow #serviceFlow01 .circled {
  background-color: #8bc04c;
  color: #fff;
}

.factoringBox #collectFlow #serviceFlow02 .arrow {
  border-top: 15px solid #ff7c00;
  border-right: 17px solid #ff7c00;
  top: 102px;
  left: 0;
  bottom: auto;
}

.factoringBox #collectFlow #serviceFlow02 .arrow::after {
  border-color: #ff7c00 transparent transparent;
}

.factoringBox #collectFlow #serviceFlow02 .flowTxt {
  color: #ff7c00;
  left: 13px;
  font-size: 1.5rem;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}

.factoringBox #collectFlow #serviceFlow02 .flowTxt + .flowTxt {
  top: 7px;
}

.factoringBox #collectFlow .linksWrap {
  width: 761px;
}

.factoringBox #collectFlow .linksWrap .notes {
  font-size: 1rem;
  margin: 0 0 0 13px;
  width: 150px;
  position: relative;
  top: -15px;
  left: 25px;
}

.factoringBox #collectFlow .links {
  display: table;
  border-collapse: collapse;
  width: 719px;
}

.factoringBox #collectFlow .links a {
  background-color: #c4e41a;
  border: 2px solid #cdcdcd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #008000;
  display: table-cell;
  padding: 10px 16px 10px 0;
  height: 94px;
  text-decoration: none;
  vertical-align: middle;
  width: 25%;
}

@-moz-document url-prefix() {
  .factoringBox #collectFlow .links a {
    padding: 10px 14px 10px 0;
  }
}

@media all and (-ms-high-contrast: none) {
  .factoringBox #collectFlow .links a {
    padding: 13px 16px 7px 0;
  }
}

.factoringBox #collectFlow .links a:hover {
  background-color: #dde552;
  color: #444;
}

.factoringBox #collectFlow .links span {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  padding-left: 48px;
  position: relative;
}

.factoringBox #collectFlow .title {
  color: #004831;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: -20px;
  padding: 21px 0 8px;
  text-align: center;
}

@media all and (-ms-high-contrast: none) {
  .factoringBox #collectFlow .title {
    padding: 24px 0 6px;
  }
}

.factoringBox #collectFlow .links span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 22px;
  margin-top: -9px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #004831;
  border-right: 2px solid #004831;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.factoringBox #collectFlow .links span::before {
  background: #fff;
  content: "";
  display: block;
  position: absolute;
  margin-top: -13px;
  width: 25px;
  height: 25px;
  top: 50%;
  left: 15px;
}

.factoringBox #collectFlow .links a:hover span::before {
  background: #fff;
}

.factoringBox #collectFlow .links a:hover span::after {
  border-top: 2px solid #004831;
  border-right: 2px solid #004831;
}

@media all and (-ms-high-contrast: none) {
  .factoringBox #collectFlow .links span::after {
    margin-top: -11px;
  }
  .factoringBox #collectFlow .links span::before {
    margin-top: -15px;
  }
}

.factoringBox #productFlow {
  margin: 12px auto 0;
  width: 1117px;
}

.factoringBox #customerImg {
  padding-right: 47px;
}

.factoringBox #productFlow .arrow {
  width: 722px;
}

.factoringBox #productFlow .arrow::before {
  width: 700px;
}

.factoringBox #companyImg div {
  top: -1.1em;
  left: 82px;
}

#companyImg img {
  margin-bottom: 0;
  position: relative;
  top: 1px;
  left: 21px;
}

.factoringBox .column {
  display: table;
}

.factoringBox .column .columnInner {
  display: table-cell;
  vertical-align: top;
}

.factoringBox .column .columnInner:first-child {
  padding: 0 45px 0 36px;
  width: 591px;
}

.factoringBox .column .columnInner:only-child {
  width: auto;
}

.factoringBox .columnInner .btn01 {
  background-color: #24733a;
  border-color: #24733a;
  margin-top: 30px;
  padding: 14px 48px 12px 15px;
  width: 378px;
}

@media all and (-ms-high-contrast: none) {
  .factoringBox .columnInner .btn01 {
    padding: 16px 48px 10px 15px;
  }
}

.factoringBox .columnInner .btn01:hover {
  background-color: #dde552;
  border-color: #cdcdcd;
  color: #444;
}

.factoringBox .columnInner h3 {
  margin: 0 0 20px !important;
}

.serviceArea {
  padding: 0 32px;
}

.serviceArea .imgArea {
  margin-bottom: 50px;
}

.serviceArea .imgArea img {
  border: 1px solid #CCC;
  margin: 0 auto;
}

/* factoringFlow
---------------------*/
#factoringTable {
  border-collapse: collapse;
  width: 700px;
  color: #464646;
  border-right: none !important;
  border-left: none !important;
  border-bottom: 1px solid #718f78 !important;
  margin: 0 0 30px 0;
}

#factoringTable th {
  border: 1px solid #718f78;
  border-left: none;
  background-color: #d7e781;
  padding: 15px 10px;
  text-align: left;
}

#factoringTable .side th {
  background-color: #08513d;
  border: 1px solid #08513d;
  border-right: 1px solid #ffffff;
  border-left: none;
  color: #ffffff;
  font-size: 1.2em;
  text-align: center;
  white-space: nowrap;
}

#factoringTable .side th[colspan] {
  width: 40%;
}

#factoringTable .side th:not(colspan) {
  width: 10%;
}

#factoringTable td {
  border: none;
  border-left: 1px solid #08513d;
  border-right: 1px solid #08513d;
  padding: 15px 10px;
  border-top: none;
  background: url(../img/line02.png) repeat-x;
}

#factoringTable td[class] {
  text-align: center;
}

#factoringTable td:last-child {
  border-right: none;
}

#factoringTable th ~ td {
  background: none;
  border-top: 1px solid #718f78;
}

#factoringTable.noBorder,
#factoringTable.noBorder td {
  border: none !important;
}

#factoringTable a.mark {
  font-size: 2em;
  color: #ff7c00;
  text-decoration: none;
}

#factoringTable td.active,
colgroup.active {
  background-color: #dde552;
}

#factoringTable th dl.note {
  background-color: #ffffff;
  color: #fe6c00;
  font-weight: normal;
  padding: 10px;
}

#factoringTable td p.title {
  font-weight: bold;
  color: #336600;
  margin: 0 0 15px 0;
  text-align: left !important;
}

#factoringTable ul.list01 {
  margin: 0;
}

#commodity {
  display: table;
  border-spacing: 10px 0;
  margin: 0 -10px;
  width: 100%;
}

#commodity > * {
  display: table-cell;
  font-weight: 500;
  width: 25%;
  vertical-align: middle;
}

.imgArea {
  margin-bottom: 50px;
}

.imgArea img {
  display: block;
  margin: 0 auto;
}

/* purchase
---------------------*/
p.emphasis {
  color: #ff7c00;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.4;
  margin: 35px 0 30px;
  text-align: center;
}

strong.title {
  display: block;
  margin: 30px 0 10px;
}

/* casestudy
---------------------*/
#caseAnchor {
  background-color: #edf3ef;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin: 0 80px;
}

#caseAnchor li {
  list-style-type: none;
  position: relative;
}

#caseAnchor li:not(:first-child) {
  padding: 1px 0 0;
}

#caseAnchor li:not(:first-child)::before {
  background: url(../img/line01.png) repeat-x 0 0;
  background-size: auto 1px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 15px;
  width: 1009px;
  height: 1px;
}

#caseAnchor a {
  color: #333333;
  display: block;
  line-height: 1.3;
  padding: 13px 25px 13px 54px;
  position: relative;
  text-decoration: none;
}

@media all and (-ms-high-contrast: none) {
  #caseAnchor a {
    padding: 18px 25px 8px 54px;
  }
}

#caseAnchor li:first-child a {
  border-radius: 11px 11px 0 0;
}

#caseAnchor li:last-child a {
  border-radius: 0 0 11px 11px;
}

#caseAnchor li a:hover {
  background-color: #dde552;
}

#caseAnchor a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 22px;
  margin-top: -7px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

#caseAnchor a::before {
  background: #004831;
  content: "";
  display: block;
  position: absolute;
  margin-top: -10px;
  width: 25px;
  height: 25px;
  top: 50%;
  left: 15px;
}

#caseAnchor li span.text {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  vertical-align: top;
}

/* faq
---------------------*/
#faq {
  margin-bottom: 50px;
}

#faq > dt {
  color: #004831;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 50px 0 0;
  padding: 7px 0 3px 70px;
  position: relative;
}

#faq > dt::before {
  content: "";
  display: block;
  position: absolute;
  width: 52px;
  height: 52px;
  top: 3px;
  left: 4px;
}

#faq > dd {
  background: #edf3ef;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0 0 70px;
  padding: 27px 15px 24px 81px;
  position: relative;
  min-height: 28px;
}

#faq > dt div.ico,
#faq > dd div.ico {
  background-color: #dde552;
  border-radius: 50%;
  color: #004831;
  display: block;
  font-size: 30px;
  width: 52px;
  height: 45px;
  text-align: center;
  position: absolute;
  top: 3px;
  left: 3px;
}

@media all and (-ms-high-contrast: none) {
  #faq > dt div.ico,
  #faq > dd div.ico {
    line-height: 1;
    padding-top: 12px;
    height: 33px;
  }
}

#faq > dd div.ico {
  background-color: #c7dcf0;
  top: 16px;
  left: 14px;
}

#faq > dt::before,
#faq > dd div.ico::before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 4px;
  margin: 0 0 0 -5px;
  width: 0;
  height: 0;
  border-right: 7px solid transparent;
  border-top: 20px solid #dde552;
  border-left: 7px solid transparent;
  -webkit-transform: rotate(45deg) skew(-8deg, -8deg);
  -ms-transform: rotate(45deg) skew(-8deg, -8deg);
  transform: rotate(45deg) skew(-8deg, -8deg);
}

#faq > dt::before {
  bottom: auto;
  top: 36px;
}

#faq > dd div.ico::before {
  left: auto;
  right: 0;
  border-top: 20px solid #c7dcf0;
  -webkit-transform: rotate(-45deg) skew(-8deg, -8deg);
  -ms-transform: rotate(-45deg) skew(-8deg, -8deg);
  transform: rotate(-45deg) skew(-8deg, -8deg);
}

/* profile
---------------------*/
#profileTable th {
  font-size: 1.5rem;
  width: 245px;
}

/* info
---------------------*/
.yearLinks .yearLinksWrap {
  display: table;
  margin: -1px auto 0;
}

.yearLinks .yearLinksWrap:first-child *:first-child {
  border-radius: 10px 0 0 0;
}

.yearLinks .yearLinksWrap:first-child *:last-child {
  border-radius: 0 10px 0 0;
}

.yearLinks .yearLinksWrap:last-child *:first-child {
  border-radius: 0 0 0 10px;
}

.yearLinks .yearLinksWrap:last-child *:last-child {
  border-radius: 0 0 10px 0;
}

.yearLinks .yearLinksWrap > * {
  background-color: #edf3ef;
  border: 1px solid #ccc;
  line-height: 1;
  padding: 18px 25px 17px 54px;
  position: relative;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
  width: 7em;
}

@media all and (-ms-high-contrast: none) {
  .yearLinks .yearLinksWrap > * {
    padding: 19px 25px 15px 54px;
  }
}

.yearLinks .yearLinksWrap > *:not(:first-child) {
  border-left: none;
}

.yearLinks .yearLinksWrap > a:hover {
  color: #555;
  background-color: #dde552;
}

.yearLinks .yearLinksWrap > span {
  background-color: #fff;
  color: #ccc;
}

.yearLinks .yearLinksWrap > *::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 22px;
  margin-top: -9px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.yearLinks .yearLinksWrap > *::before {
  background: #004831;
  content: "";
  display: block;
  position: absolute;
  margin-top: -13px;
  width: 25px;
  height: 25px;
  top: 50%;
  left: 15px;
}

.yearLinks .yearLinksWrap > span::before {
  background-color: #ccc;
}

.yearLinks .yearLinksWrap > span:not([class])::before {
  display: none;
}

.infoList {
  border-top: 1px solid #ccc;
}

.infoList.box {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 0 80px;
  padding: 0 30px;
}

.infoList.box > dt {
  padding-top: 30px;
}

.infoList.box > dd {
  border-bottom: none;
  padding-bottom: 30px;
}

div.infoList {
  border: none;
}

.infoList dt,
.infoList .date {
  padding: 50px 0 0 8px;
}

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

.infoTitle + .infoList dt {
  text-align: left;
}

.infoList dt span {
  background-color: #d9d9d9;
  border-radius: 3px;
  display: inline-block;
  margin: 0 0 0 20px;
  padding: 4px 12px 1px 30px;
  position: relative;
}

@media all and (-ms-high-contrast: none) {
  .infoList dt span {
    padding: 6px 12px 0 30px;
  }
}

.infoList.history dt span {
  margin: 0;
}

.infoList dt span::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  left: 5px;
}

.infoList dt span.mail::before {
  background: url(../img/ico_mail01.png) no-repeat 0 0;
  background-size: 20px auto;
}

.infoList dt span.swindle::before {
  background: url(../img/ico_swindle01.png) no-repeat 0 0;
  background-size: 20px auto;
}

.infoList dt span.kessai::before {
  background: url(../img/ico_blank01.png) no-repeat 0 0;
  background-size: 20px auto;
}

.infoList dd {
  border-bottom: 1px solid #ccc;
  padding: 6px 0 50px 8px;
}

.infoList dd strong {
  line-height: 1.4;
}

#mainContent div.infoList h2 {
  background: none;
  border: none;
  color: #555;
  font-size: 1.25em;
  line-height: 1.4;
  margin: 6px 0 25px;
  padding: 0;
}

div.infoList p:not(.date),
.infoList dd > p,
.infoList dd > ul,
.infoList dd > ol {
  margin-bottom: 25px;
  line-height: 1.5;
}

.infoList dd > p.title {
  margin-bottom: 25px;
}

.infoList dd > p:first-child {
  margin-top: 5px;
}

.infoList dd > *:last-child {
  margin-bottom: 0;
}

.infoList.date {
  border-top: none;
  border-bottom: none;
}

h2 + .infoList.date {
  margin-top: -30px;
}

.infoList.date + h2 {
  margin-top: 30px !important;
}

.infoList.date > dt {
  clear: both;
  float: left;
  padding: 56px 10px 0 8px;
  position: relative;
  width: 6em;
}

.infoList.date > dd {
  border-bottom: none;
  overflow: hidden;
  padding: 50px 10px;
}

.infoList.date > dt:not(:first-child)::after {
  background-color: #ccc;
  content: "";
  display: block;
  width: 1201px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
}

/* inquiry
---------------------*/
.inquiryBox {
  background-color: #fff;
  border: 2px solid #004831;
  margin: 50px auto;
  width: 500px;
  display: table;
}

div.inquiryBox * {
  text-align: left;
}

.inquiryBox > dt {
  background-color: #004831;
  color: #fff;
  font-size: 1.875rem;
  padding: 10px;
  text-align: center;
}

@media all and (-ms-high-contrast: none) {
  .inquiryBox > dt {
    padding: 15px 10px 5px;
  }
}

.inquiryBox > dd {
  font-size: 1.25rem;
  padding: 30px 10px;
  text-align: center;
}

@media all and (-ms-high-contrast: none) {
  .inquiryBox > dd {
    padding: 37px 10px 23px;
  }
}

.inquiryBox > dd.onlyBox {
  padding: 50px 10px;
}

.inquiryBox > dd .notes * {
  font-weight: 500;
  text-align: left;
}

.inquiryBox .telNo {
  font-size: 3.5rem;
  line-height: 1;
  margin-bottom: 7px;
  text-align: center;
}

dl.telBox {
  clear: both;
  display: inline-block;
  margin: 0 0 8px 0;
}

dl.telBox > dt {
  clear: both;
  float: left;
  white-space: nowrap;
  width: 5em;
}

dl.telBox > dd {
  padding: 0 0 0 5em;
}

/* guide_text
---------------------*/
#guideTextArea > div {
  border: 1px solid #ccc;
  border-top: none;
  -webkit-box-shadow: 0 2px 13px rgba(7, 0, 2, 0.17);
  box-shadow: 0 2px 13px rgba(7, 0, 2, 0.17);
  padding: 43px 31px;
}

#guideTextArea > div p {
  font-size: 1.125em;
  font-weight: 500;
  padding: 0 0 20px 0;
}

.guideTextColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.guideTextColumn > * {
  display: block;
}

.guideTextColumn.imgCenter img {
  margin: 0 auto;
}

.guideTextColumn img {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 7px;
}

.guideTextColumn > dl {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  margin: 0 0 0 25px;
  padding: 10px 15px;
}

.guideTextColumn > dl dt {
  font-weight: bold;
  padding: 0 0 0 25px;
  position: relative;
}

.guideTextColumn > dl dt::after {
  background-color: #898989;
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 5px;
  left: 0;
}

.guideTextColumn > dl dd {
  padding: 15px 15px 13px;
}

.guideTextColumn + p {
  margin-top: 40px;
}

.guidePar {
  background-color: #f5f5f5;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 25px;
  padding: 16px 10px 13px 35px !important;
  position: relative;
}

.guideTextColumn + p.guidePar {
  margin-top: 60px;
}

.guidePar::before {
  background-color: #004831;
  content: "";
  position: absolute;
  top: 26px;
  left: 10px;
  width: 13px;
  height: 13px;
}

@media all and (-ms-high-contrast: none) {
  .guidePar {
    padding: 19px 10px 10px 35px;
  }
  .guidePar::before {
    top: 22px;
  }
}

.guidePar > * {
  display: block;
  font-weight: 500;
}

.guidePar .no {
  padding-right: 5px;
}

.chIcon {
  background: url(../img/guide/img_ch04.png) no-repeat right 2px;
  display: inline-block;
  padding-right: 27px;
}

@media all and (-ms-high-contrast: none) {
  .chIcon {
    background: url(../img/guide/img_ch04.png) no-repeat right 0;
  }
}

/* privacy
---------------------*/
#pmarkArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ccc;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 25px;
  padding: 15px 23px;
  width: 787px;
}

#pmarkArea a {
  display: block;
  margin-right: 33px;
}

#pmarkArea p {
  font-size: 0.875em;
}

#privacyArea {
  padding: 28px 0 0;
  width: 100%;
}

#privacyList {
  margin: 32px 0 0;
  width: 835px;
}

#privacyList > dt {
  background-color: #f5f5f5;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 16px 10px 13px 35px;
  position: relative;
}

#privacyList > dt::before {
  background-color: #004831;
  content: "";
  position: absolute;
  top: 23px;
  left: 10px;
  width: 13px;
  height: 13px;
}

@media all and (-ms-high-contrast: none) {
  #privacyList > dt::before {
    top: 21px;
  }
}

#privacyList > dd {
  padding: 18px 0 35px 33px;
}

#privacyList .list02 h3 {
  margin: 40px 0 -10px !important;
}

/* sitemap
---------------------*/
.sitemapWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  width: 1221px;
}

.sitemapWrap .sitemapColumn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 10px;
  width: 33%;
}

.sitemapWrap .sitemapColumn a {
  color: #555;
  display: block;
  line-height: 1.4;
  position: relative;
  text-decoration: none;
}

.sitemapWrap .sitemapColumn a:hover {
  background-color: #dde552;
  color: #555 !important;
}

.sitemapWrap .sitemapColumn h2 {
  background: none !important;
  border: none;
  margin: 0 !important;
  padding: 0 !important;
}

.sitemapWrap .sitemapColumn h2::after {
  display: none !important;
}

.sitemapColumn h2 a {
  background-color: #08513d;
  color: #fff !important;
  padding: 23px 25px 19px 16px;
}

@media all and (-ms-high-contrast: none) {
  .sitemapColumn h2 a {
    padding: 25px 25px 17px 16px;
  }
}

.sitemapColumn h2 a[target=_blank] {
  padding-left: 45px;
}

.sitemapColumn h2 a::after {
  content: "";
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg) skew(-8deg, -8deg);
  -ms-transform: rotate(45deg) skew(-8deg, -8deg);
  transform: rotate(45deg) skew(-8deg, -8deg);
  width: 13px;
  height: 13px;
  right: 19px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}

.sitemapColumn h2 a:hover::after {
  border-color: #004831;
}

.sitemapColumn h2 a[target=_blank]::before {
  content: "";
  display: block;
  background: url(../img/ico_blank03.png) no-repeat 0 0;
  background-size: 26px auto;
  border: none !important;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 26px;
  height: 26px;
  position: absolute;
  margin-top: -13px;
  top: 50%;
  left: 11px;
}

.sitemapList {
  margin: -1px 0 40px;
}

.sitemapList > li {
  margin: 0 0 -1px;
}

.sitemapList > li > a {
  background-color: #f5f5f5;
  -webkit-box-shadow: 0px -1px 0px 0px #ffffff inset, 0px 1px 0px 0px #ffffff inset;
  box-shadow: 0px -1px 0px 0px #ffffff inset, 0px 1px 0px 0px #ffffff inset;
  border: 1px solid #d3d8d4;
  padding: 24px 45px 20px 16px;
}

.sitemapList > li > a[target=_blank] {
  padding: 24px 46px 20px 45px;
}

@media all and (-ms-high-contrast: none) {
  .sitemapList > li > a {
    padding: 26px 45px 18px 16px;
  }
  .sitemapList > li > a[target=_blank] {
    padding: 26px 46px 18px 45px;
  }
}

.sitemapList > li a::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-top: 2px solid #004831;
  border-right: 2px solid #004831;
  -webkit-transform: rotate(45deg) skew(-8deg, -8deg);
  -ms-transform: rotate(45deg) skew(-8deg, -8deg);
  transform: rotate(45deg) skew(-8deg, -8deg);
  position: absolute;
  right: 19px;
  margin-top: -8px;
  top: 50%;
}

.sitemapList > li > a::before {
  content: "";
  display: block;
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: auto;
  right: 17px;
  width: 9px;
}

.sitemapList > li a[target=_blank]::before {
  background: url(../img/ico_blank02.png) no-repeat 0 0;
  background-size: 26px auto;
  height: 26px;
  left: 11px;
  right: auto;
  margin-top: -13px;
  top: 50%;
  width: 26px;
  border: none !important;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.sitemapChild {
  background: url(../img/line01.png) repeat-x left top;
  background-size: auto 1px;
  margin-top: 10px;
  padding: 1px 0 0;
}

.sitemapChild > li {
  background: url(../img/line01.png) repeat-x left bottom;
  background-size: auto 1px;
  padding: 0 0 1px;
}

.sitemapChild .title {
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.4;
  padding: 16px 0 0 40px;
}

.sitemapChild > li > a {
  padding: 16px 45px 17px 16px;
}

@media all and (-ms-high-contrast: none) {
  .sitemapChild > li > a {
    padding: 20px 45px 13px 16px;
  }
}

.sitemapChild > li > a[target=_blank] {
  padding-left: 42px;
}

.sitemapChild ul {
  background: url(../img/line01.png) repeat-x 0 0;
  background-size: auto 1px;
  padding: 10px 0 17px;
}

.sitemapChild .title + ul {
  background: none;
  padding-top: 4px;
}

.sitemapChild ul a {
  padding: 8px 5px 8px 60px;
}

.sitemapChild ul a[target=_blank] {
  padding-left: 72px;
}

.sitemapChild ul a::before {
  top: 12px;
  left: 43px;
}

.sitemapChild ul a[target=_blank]::before {
  margin-top: 0;
  top: 5px;
  left: 40px;
}

/* solution
---------------------*/
.solutionNote th {
  width: 150px;
}

/* blankPage
---------------------*/
#blankText {
  font-size: 1.5rem;
  margin: 127px 0 87px;
  text-align: center;
}

#blankText.notfound {
  line-height: 2;
  margin-bottom: 67px;
}

.linkBack {
  margin: 47px 0 0;
}

.linkBack li:not(:first-child) {
  margin-top: 20px;
}

/* topPage
---------------------*/
#topLink {
  background-color: #08513d;
  border: 1px solid #08513d;
  border-right: none;
  display: block;
  bottom: 116px;
  right: 0;
  width: 71px;
  height: 70px;
  position: fixed;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

#topLink::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -4px 0 0 -12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#topLink:hover {
  background-color: #dde552;
  border-color: #cdcdcd;
}

#topLink:hover::before {
  border-color: #08513d;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#B3000000, EndColorStr=#B3000000);
  z-index: 100;
}

#oldIETxt {
  border: solid 4px #ff7c00;
  background-color: #fff;
  width: 720px;
  position: absolute;
  top: 100px;
  margin: auto;
  padding: 48px 40px 30px;
  left: 0;
  right: 0;
  z-index: 101;
}

#oldIETxt > p:first-child {
  color: #ff7c00;
  font-size: 1.875em;
  font-weight: 500;
  padding-bottom: 40px;
  text-align: center;
}

#oldIETxt ul.list01 {
  margin: 0 0;
}

#oldIETxt ul.list01 > li:before {
  background-color: #818181;
  content: "";
  display: block;
  height: 6px;
  width: 6px;
  left: 11px;
  position: absolute;
  top: 10px;
}

#oldIETxt table {
  border-collapse: collapse;
  font-size: 1.25em;
}

#oldIETxt table th {
  width: 20% !important;
}

#oldIETxt .txtCenter {
  padding: 40px 0 20px;
}

#oldIETxt a {
  background: #ff7c00 url(../img/top/ico_close.png) no-repeat 30px center;
  color: #fff;
  display: inline-block;
  font-size: 1.5em;
  padding: 10px 28px 6px 72px;
  text-decoration: none;
  position: relative;
}

#JSOff {
  border-bottom: 1px solid #cdcdcd;
  padding: 30px 0 50px;
}

#JSOff p {
  border: solid 4px #ff7c00;
  background-color: #fff;
  margin: 0 auto;
  width: 850px;
  color: #ff7c00;
  font-size: 1.875em;
  font-weight: 500;
  padding: 40px 20px 35px;
  text-align: center;
}

/* Clearfix
---------------------*/
.clearFix::after,
#topPage #topColumn::after,
.mapContent dd::after,
#historyList dd::after,
.sitemapList::after,
#mainContent h1::after,
#collectFlow .img::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
  font-size: 0;
}

@media print {
  body {
    overflow: visible !important;
  }
  #mainContent {
    width: 100%;
  }
  #pmarkArea,
  #privacyList {
    width: 1100px;
  }
  #mainColumn nav {
    display: none;
  }
}

@page {
  margin: 8mm 4mm;
}

/*//PC用スタイル*/
/*
モバイル用CSS
・横幅がpxで指定されている箇所を全てinherit(継承)か100%指定に修正
・ヘッダー/フッターはデザイン待ち。スマートフォンで表示した際にレイアウトが崩れない程度に微修正
・max-width:599px→各社スマートフォンの縦画面(portrait)以上、横画面(landscape)以下を想定
・スマホ向けのレイアウトに不要なマージン・パディングの削除、縦に開きすぎるマージン・パディングの調整
*/
.show-pc {
  display: block !important;
}

.show-sp {
  display: none !important;
}

img {
  -ms-interpolation-mode: bicubic;
}

/* basic scrollbar styling */
/* vertical scrollbar */
.mCSB_container {
  width: auto;
  overflow: hidden;
}

.mCSB_container.mCS_no_scrollbar {
  margin-right: 0;
}

.mCS_disabled .mCSB_container.mCS_no_scrollbar, .mCS_destroyed .mCSB_container.mCS_no_scrollbar {
  margin-right: 30px;
}

.mCustomScrollBox .mCSB_scrollTools {
  width: 5%;
  height: 100%;
  top: 0;
  right: 0;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 13px;
  height: 100%;
  margin: 0 auto;
}

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 21px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}

.mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: relative;
  height: 20px;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: relative;
  height: 20px;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
  top: 100%;
  margin-top: -40px;
}

/* horizontal scrollbar */
.mCSB_horizontal .mCSB_container {
  height: auto;
  margin-right: 0;
  margin-bottom: 30px;
  overflow: hidden;
}

.mCSB_horizontal .mCSB_container.mCS_no_scrollbar {
  margin-bottom: 0;
}

.mCS_disabled .mCSB_horizontal .mCSB_container.mCS_no_scrollbar, .mCS_destroyed .mCSB_horizontal .mCSB_container.mCS_no_scrollbar {
  margin-right: 0;
  margin-bottom: 30px;
}

.mCSB_horizontal.mCustomScrollBox .mCSB_scrollTools {
  width: 100%;
  height: 16px;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.mCSB_horizontal .mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 0 20px;
}

.mCSB_horizontal .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.mCSB_horizontal .mCSB_scrollTools .mCSB_dragger {
  width: 30px;
  height: 100%;
}

.mCSB_horizontal .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.mCSB_horizontal .mCSB_scrollTools .mCSB_buttonLeft {
  display: block;
  position: relative;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
  float: left;
}

.mCSB_horizontal .mCSB_scrollTools .mCSB_buttonRight {
  display: block;
  position: relative;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
  float: left;
  margin-left: -40px;
  float: right;
}

@media screen and (max-width: 599px) {
  .mCSB_container {
    width: auto;
    overflow: hidden;
  }
  .mCSB_container.mCS_no_scrollbar {
    margin-right: 0;
  }
  .mCS_disabled .mCSB_container.mCS_no_scrollbar, .mCS_destroyed .mCSB_container.mCS_no_scrollbar {
    margin-right: 30px;
  }
  .mCustomScrollBox .mCSB_scrollTools {
    width: 2.4rem;
    height: 100%;
    top: 0;
    right: 0;
  }
  .mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
  }
  .mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 20px 0;
  }
  .mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
  }
  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    height: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .mCSB_scrollTools .mCSB_buttonUp {
    display: block;
    position: relative;
    height: 20px;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
  }
  .mCSB_scrollTools .mCSB_buttonDown {
    display: block;
    position: relative;
    height: 20px;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
    top: 100%;
    margin-top: -40px;
  }
  /* horizontal scrollbar */
  .mCSB_horizontal .mCSB_container {
    height: auto;
    margin-right: 0;
    margin-bottom: 30px;
    overflow: hidden;
  }
  .mCSB_horizontal .mCSB_container.mCS_no_scrollbar {
    margin-bottom: 0;
  }
  .mCS_disabled .mCSB_horizontal .mCSB_container.mCS_no_scrollbar, .mCS_destroyed .mCSB_horizontal .mCSB_container.mCS_no_scrollbar {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .mCSB_horizontal.mCustomScrollBox .mCSB_scrollTools {
    width: 100%;
    height: 16px;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    overflow: hidden;
  }
  .mCSB_horizontal .mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 0 20px;
  }
  .mCSB_horizontal .mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .mCSB_horizontal .mCSB_scrollTools .mCSB_dragger {
    width: 30px;
    height: 100%;
  }
  .mCSB_horizontal .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .mCSB_horizontal .mCSB_scrollTools .mCSB_buttonLeft {
    display: block;
    position: relative;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
    float: left;
  }
  .mCSB_horizontal .mCSB_scrollTools .mCSB_buttonRight {
    display: block;
    position: relative;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
    float: left;
    margin-left: -40px;
    float: right;
  }
  .mCustomScrollBox {
    -ms-touch-action: none;
    touch-action: none;
    /*MSPointer events - direct all pointer events to js*/
  }
  .mCustomScrollBox > .mCSB_scrollTools {
    opacity: 0.75;
  }
  .mCustomScrollBox:hover > .mCSB_scrollTools {
    opacity: 1;
  }
}

/* default scrollbar colors and backgrounds (default theme) */
.mCSB_scrollTools {
  position: absolute;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background: #C7C7C7;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
  /* old ie */
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #004831;
  /* rgba fallback */
  background: #004831;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: #004831;
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
  /* old ie */
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: #004831;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
  /* old ie */
}

.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
  /* old ie */
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /* 
      sprites locations are 0 0/-16px 0/-32px 0/-48px 0 (light) and -80px 0/-96px 0/-112px 0/-128px 0 (dark) 
      */
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /* 
      sprites locations are 0 -20px/-16px -20px/-32px -20px/-48px -20px (light) and -80px -20px/-96px -20px/-112px -20px/-128px -20px (dark) 
      */
}

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /* 
      sprites locations are 0 -40px/-20px -40px/-40px -40px/-60px -40px (light) and -80px -40px/-100px -40px/-120px -40px/-140px -40px (dark) 
      */
}

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /* 
      sprites locations are 0 -56px/-20px -56px/-40px -56px/-60px -56px (light) and -80px -56px/-100px -56px/-120px -56px/-140px -56px (dark) 
      */
}

.mCSB_scrollTools .mCSB_buttonUp:hover, .mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */
}

.mCSB_scrollTools .mCSB_buttonUp:active, .mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
  /* old ie */
}

/*scrollbar themes*/
/*dark (dark colored scrollbar)*/
.mCS-dark .mCSB_scrollTools .mCSB_draggerRail {
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.15);
}

.mCS-dark .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75);
}

.mCS-dark .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85);
}

.mCS-dark .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}

.mCS-dark .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/*light-2*/
.mCS-light-2 .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #004831;
  /* rgba fallback */
  background: rgba(0, 72, 49, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-light-2 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background: #004831;
  /* rgba fallback */
  background: rgba(0, 72, 49, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-light-2.mCSB_horizontal .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-light-2.mCSB_horizontal .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCS-light-2 .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 72, 49, 0.85);
}

.mCS-light-2 .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-light-2 .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 72, 49, 0.9);
}

.mCS-light-2 .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}

.mCS-light-2 .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}

.mCS-light-2 .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}

.mCS-light-2 .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}

/*dark-2*/
.mCS-dark-2 .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-dark-2 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-dark-2.mCSB_horizontal .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-dark-2.mCSB_horizontal .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCS-dark-2 .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85);
}

.mCS-dark-2 .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-2 .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}

.mCS-dark-2 .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}

.mCS-dark-2 .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}

.mCS-dark-2 .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}

.mCS-dark-2 .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}

/*light-thick*/
.mCS-light-thick .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #004831;
  /* rgba fallback */
  background: rgba(0, 72, 49, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-light-thick .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background: #004831;
  /* rgba fallback */
  background: rgba(0, 72, 49, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-light-thick.mCSB_horizontal .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-light-thick.mCSB_horizontal .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

.mCS-light-thick .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 72, 49, 0.85);
}

.mCS-light-thick .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-light-thick .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 72, 49, 0.9);
}

.mCS-light-thick .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}

.mCS-light-thick .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}

.mCS-light-thick .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}

.mCS-light-thick .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}

/*dark-thick*/
.mCS-dark-thick .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-dark-thick .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_horizontal .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-dark-thick.mCSB_horizontal .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

.mCS-dark-thick .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thick .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-thick .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thick .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}

.mCS-dark-thick .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}

.mCS-dark-thick .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}

.mCS-dark-thick .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}

/*light-thin*/
.mCS-light-thin .mCSB_scrollTools .mCSB_draggerRail {
  background: #004831;
  /* rgba fallback */
  background: rgba(0, 72, 49, 0.1);
}

.mCS-light-thin .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

.mCS-light-thin.mCSB_horizontal .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
}

.mCS-light-thin.mCSB_horizontal .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

/*dark-thin*/
.mCS-dark-thin .mCSB_scrollTools .mCSB_draggerRail {
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_horizontal .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
}

.mCS-dark-thin.mCSB_horizontal .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

.mCS-dark-thin .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-thin .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thin .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark-thin .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark-thin .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark-thin .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

@media screen and (min-width: 599px) {
  #mainContent h1 .show-sp {
    display: none;
  }
  #groupLinks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #groupLinks li a {
    height: 100%;
  }
  #factoringTable th {
    border-bottom: none;
  }
  #factoringTable .side th[colspan] {
    width: 620px;
  }
  #commodity {
    width: 1221px;
  }
  #commodity .btnFac {
    font-size: 1.2em;
  }
  .factoringBox #collectFlow .links span small {
    font-size: 18px;
    color: #008000;
  }
  .factoringBox #collectFlow .links a:hover span small {
    color: #444;
  }
  .const_info {
    text-align: right;
    margin-top: 16px;
  }
  .sitemapChild {
    margin-top: 9px;
  }
  #international_factoring ul {
    width: 1130px;
    margin: 0 auto;
  }
  #international_factoring ul li {
    font-size: 20px;
    line-height: 28px;
    padding-left: 1.2em;
    position: relative;
  }
  #international_factoring ul li:before {
    content: "";
    display: block;
    position: absolute;
    font-family: Arial, Helvetica, sans-serif;
    background: #004831;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 100%;
    left: 0;
    top: 3px;
  }
  #international_factoring h2 {
    padding: 16px 10px;
  }
  #international_factoring h2:not([class]) {
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    background: #004831;
    padding: 16px 10px;
    margin: 60px 0 40px;
  }
  #international_factoring h2:not([class])::before {
    content: none;
  }
  #international_factoring h2.bg_gray {
    color: #333;
    font-size: 24px;
    line-height: 28px;
    background: #f5f5f5;
    margin-top: 60px;
    margin-bottom: 40px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
  }
  #international_factoring dl {
    margin: 20px 36px;
  }
  #international_factoring dl dt {
    color: #ff7c00;
    font-size: 24px;
    font-weight: normal;
    border-bottom: 1px solid #A6A6A6;
  }
  #international_factoring dl dd {
    margin-top: 3px;
  }
  #international_factoring dl dd:before {
    content: "■";
    margin-right: 1rem;
  }
  #international_factoring .circle {
    padding-top: 30px;
    padding-bottom: 25px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: #06f;
    background: #DFEDC4;
    -webkit-box-shadow: #89C57C 0 3px 3px inset;
    box-shadow: #89C57C 0 3px 3px inset;
    border: 1px solid #61743B;
    border-radius: 100%;
    width: 780px;
    margin: 28px auto;
  }
  #international_factoring p:not([class]) {
    margin: 40px 36px 0;
  }
  #international_factoring .img_box {
    max-width: 670px;
    margin: 0 auto;
  }
  #international_factoring .img_box img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 599px) {
  :root {
    /* モバイルのみベースのフォントサイズを調整＋1rem=10pxでサイズ計算できるように調整 */
    font-size: 62.5%;
  }
  /* フォントサイズ調整用クラスの上書き */
  .fsS {
    font-size: 1.2rem !important;
  }
  .fsXS {
    font-size: 1rem !important;
  }
  .fsL {
    font-size: 1.8rem !important;
  }
  /* // フォントサイズ調整用クラスの上書き */
  p {
    text-align: justify;
  }
  /* メインエリア */
  #mainInner {
    width: auto;
    min-width: auto;
    padding: 0 1rem;
  }
  #topPage #mainInner {
    padding: 0;
  }
  #mainContent {
    width: auto;
    min-width: auto;
    padding-right: 0;
  }
  #mainContent h1 {
    margin-bottom: 2rem;
  }
  #mainContent:only-child {
    width: auto;
    min-width: auto;
    display: block !important;
  }
  #mainColumn {
    width: 100%;
    min-width: 100%;
  }
  #mainColumn > *:not(.show-pc) {
    display: inherit;
  }
  #mainColumn nav {
    padding-top: 0;
    width: 100%;
    margin-top: 5rem;
  }
  /* // メインエリア */
  /* topに戻るリンクのサイズ修正・hoverの無効化 */
  #topLink {
    bottom: 2.4rem;
    width: 4.8rem;
    height: 4.8rem;
    border-right: 1px solid #08513d;
    z-index: 10;
  }
  #topLink:before {
    width: 1rem;
    height: 1rem;
    margin: 0;
    -webkit-transform: rotate(-45deg) translate3d(-20%, -50%, 0);
    transform: rotate(-45deg) translate3d(-20%, -50%, 0);
  }
  #topLink:hover {
    background-color: #08513d;
    border-color: #08513d;
  }
  #topLink:hover:before {
    border-color: #fff;
  }
  /* // topに戻るリンクのサイズ修正・hoverの無効化 */
  /* header */
  header {
    width: auto;
    min-width: auto;
    background: #F5F5F5;
    z-index: 200;
  }
  header #headerInner {
    width: auto;
    min-width: auto;
    padding: 0 1rem;
  }
  header #headerInner #logo {
    font-size: 0;
    max-width: 170px;
    margin: 1.5rem auto 1.4rem 0;
  }
  header #headerInner #logo a {
    width: inherit;
    height: inherit;
  }
  header #headerInner #logo img {
    width: auto;
    height: 15px;
  }
  header #headerInner ul:not(#headLink) {
    padding-top: 0;
  }
  header #headerInner ul:not(#headLink) li a {
    font-size: 1.2rem;
  }
  header #headerInner ul li a:before {
    /* 擬似要素の縦位置を％指定に修正 */
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  header #headerGroup {
    border-bottom-width: 3px;
  }
  header #headerGroup ul {
    width: auto;
    min-width: auto;
    font-size: 0;
    padding: 1rem;
    height: 4.2rem;
  }
  header #headerGroupLeft img {
    width: 90px;
    top: 0;
  }
  header #headerGroupRight img {
    width: 65px;
    height: 9px;
  }
  /* // header */
  /* footer */
  footer {
    margin: 4rem 0 0;
    padding: 0;
    width: auto;
    min-width: auto;
  }
  footer #footerInner {
    padding: 0 0 2.1rem;
    width: auto;
    min-width: auto;
  }
  footer #footerLinks {
    /* リンクの並び方を変更 */
    padding-top: 1.6rem;
  }
  footer #footerLinks ul {
    display: block;
    margin: 0 auto 3.6rem;
  }
  footer #footerLinks ul li {
    display: block;
    margin: 1rem 0;
    padding: 0 1.8rem;
  }
  footer #footerLinks a {
    font-size: 1.6rem;
    padding-left: 1.8rem;
  }
  footer #footerLinks a:before {
    /* 装飾の縦位置修正 */
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-width: .5rem 0 .5rem .8rem;
  }
  /* // footer */
  /* // トップページ(/index.html) */
  #mainVisual {
    width: 100%;
    min-height: 13rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../img/mobile/top-header.png) no-repeat top right;
    background-size: 375px auto;
  }
  #mainVisual p {
    position: absolute;
    left: 2rem;
    top: 3rem;
    padding: 0;
    font-size: 1.8rem;
    line-height: 2.7rem;
    min-width: 28rem;
  }
}

@media screen and (max-width: 599px) and (max-width: 362px) {
  #mainVisual p {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}

@media screen and (max-width: 599px) {
  #topNotice {
    margin: 0 0 2rem;
  }
  #topNotice dl {
    margin: 0 1.5rem 1.5rem;
  }
  #topNotice dl dd {
    padding: 0 1rem 1.5rem;
  }
  #nav_company {
    display: none;
  }
  #mainContent #profileTable {
    border: none;
  }
  #profileTable th, #profileTable td {
    display: block;
    padding: 1rem;
    border: none;
  }
  #profileTable th {
    width: auto;
    padding-top: 0.9rem;
    margin-top: 0.6rem;
  }
  #profileTable td .txtRight {
    text-align: justify !important;
  }
  #profileTable td a {
    max-width: 100%;
    margin: 0.5rem 0;
  }
  #profileTable td .btn02 {
    padding: .8rem 1.5rem .8rem 3.4rem;
  }
  #profileTable tr:first-of-type th {
    margin-top: 0;
  }
  #profileTable + h2 {
    padding: 1.2rem 1rem 1.1rem 3.5rem !important;
  }
  #profileTable + h2 + .list01,
  #profileTable + h2 + .list01 > li:last-of-type {
    margin-bottom: 0;
  }
  #historyList {
    border: none;
  }
  #historyList dt {
    float: none;
    width: 100%;
    background: #e8e8e8;
    padding-top: .9rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: .9rem;
    margin-top: .8rem;
  }
  #historyList dd {
    padding: 1rem 1rem 0;
    text-align: justify;
    border: none;
  }
  #historyList dd ul.list01 li {
    padding-left: 1.5rem;
  }
  #historyList dd ul.list01 li:before {
    left: 0;
    top: 1.1rem;
  }
  #historyList dd:nth-child(4n) {
    background: transparent;
  }
  .company-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 2.5rem 0 1.6rem;
  }
  .company-menu li {
    width: 100%;
  }
  .company-menu li:first-of-type {
    margin-right: 1rem;
  }
  .company-menu li a {
    display: block;
    color: #004831;
    border: 1px solid #004831;
    text-decoration: none;
    text-align: center;
    padding: 1.3rem 0 1.3rem;
    position: relative;
  }
  .company-menu li a.active {
    background: #004831;
    color: #fff;
  }
  .company-menu li a.active:after {
    background: url("../img/mobile/company_arrow_active.png") no-repeat left top;
    background-size: 11px 16px;
  }
  .company-menu li a:after {
    position: absolute;
    content: "";
    width: 11px;
    height: 16px;
    background: url("../img/mobile/company_arrow.png") no-repeat left top;
    background-size: 11px 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1rem;
  }
  th,
  td {
    padding: 1.5rem 1rem;
  }
  .solutionNote td .btn02 {
    padding: .8rem 2.2rem .8rem 3.4rem;
  }
  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -webkit-font-feature-settings: "pkna" 1;
    font-feature-settings: "pkna" 1;
  }
  .show-pc {
    display: none !important;
  }
  .show-sp {
    display: block !important;
  }
  /* プライバシーポリシー(/policy/index.html) */
  #pmarkArea {
    width: auto;
    min-width: auto;
    display: block;
  }
  #pmarkArea a {
    margin: 0 auto 1rem;
    text-align: center;
  }
  #pmarkArea p {
    font-size: 1.6rem;
  }
  #privacyList {
    width: auto;
    min-width: auto;
  }
  #privacyList > dd {
    padding-left: 0;
    text-align: justify;
  }
  #privacyList > dd:last-of-type {
    padding-bottom: 0;
  }
  #privacyList > dt {
    padding: 1.3rem 1rem 1.3rem 2.5rem;
    line-height: 2rem;
  }
  #privacyList > dt:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 2.3rem !important;
    left: .7rem;
    width: 1.2rem;
    height: 1.2rem;
  }
  #privacyList .list02 h3:not([class]) {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  #privacyList .list02 h3:not([class]):before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 1rem;
    width: 1.4rem;
    height: 1.4rem;
  }
  #privacyList .linkBox {
    margin-right: 0;
  }
  #privacyArea th {
    text-align: center;
  }
  #sideNavi #sideParent > li {
    font-size: 1.6rem;
  }
  #sideNavi #sideParent > li a {
    padding: 1.3rem 3.5rem 1.3rem 2rem;
  }
  h2:not([class]):before,
  h3:not([class]):before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  /* // プライバシーポリシー(/policy/index.html) */
  /* サイトマップ(/sitemap/index.html) */
  .sitemapWrap {
    width: 100%;
    display: block;
    margin-left: 0;
  }
  .sitemapWrap .sitemapColumn {
    padding: 0.5rem 0;
    width: 100%;
  }
  .sitemapWrap .sitemapColumn .sitemapList {
    margin-bottom: 2rem;
  }
  /* // サイトマップ(/sitemap/index.html) */
  /* お知らせ(/info/index.html) */
  /* 各年度リンクの並び、角丸関連の修正 */
  .yearLinks .yearLinksWrap {
    margin-top: 0;
    max-width: 37.4rem;
    font-size: 0;
  }
  .yearLinks .yearLinksWrap > * {
    width: 50%;
    display: inline-block;
    border: 0.1rem solid #ccc;
    border-top: none;
    padding: 1.8rem 1rem 1.8rem 5.4rem;
    font-size: 1.6rem;
  }
  .yearLinks .yearLinksWrap > *:after {
    left: 2.1rem;
    margin-top: -.9rem;
  }
  .yearLinks .yearLinksWrap > *:before {
    margin-top: -1.2rem;
    width: 2.4rem;
    height: 2.4rem;
  }
}

@media screen and (max-width: 599px) and (max-width: 320px) {
  .yearLinks .yearLinksWrap > * {
    padding-left: 5rem;
  }
}

@media screen and (max-width: 599px) {
  .yearLinks .yearLinksWrap > *:not(:first-child) {
    border: 0.1rem solid #ccc;
    border-top: none;
  }
  .yearLinks .yearLinksWrap > *:nth-child(2n) {
    border-left: none;
  }
  .yearLinks .yearLinksWrap:first-of-type > *:first-child,
  .yearLinks .yearLinksWrap:first-of-type > *:nth-child(2) {
    border-top: 0.1rem solid #ccc;
  }
  .yearLinks .yearLinksWrap:first-child *:last-child,
  .yearLinks .yearLinksWrap:last-child *:first-child,
  .yearLinks .yearLinksWrap:last-child *:nth-child(2) {
    border-radius: 0;
  }
  .yearLinks .yearLinksWrap:first-child *:nth-child(2) {
    border-top-right-radius: 1rem;
  }
  .yearLinks .yearLinksWrap:last-child *:nth-last-child(2) {
    border-bottom-left-radius: 1rem;
  }
  .yearLinks .yearLinksWrap:last-child *:last-child {
    border-bottom-right-radius: 1rem;
  }
  .infoList.date {
    /* トピック同士の間隔調整 */
    /* トピック間の擬似要素削除、2件目以降の記事の上にボーダー追加 */
    /* トピック見出しの高さ調整 */
  }
  .infoList.date + h2 {
    margin-top: 0 !important;
  }
  .infoList.date dt {
    padding-top: 4.9rem;
    padding-left: 0;
    padding-right: 1rem;
    width: unset;
  }
  .infoList.date dd {
    padding: 4.5rem 0 3.5rem;
  }
  .infoList.date dd .btn02 {
    display: block;
    max-width: 100%;
  }
  .infoList.date > dt:not(:first-child)::after {
    content: none;
  }
  .infoList.date dt:not(:first-of-type) {
    padding-top: 3.9rem;
    border-top: 0.1rem solid #ccc;
  }
  .infoList.date dd:not(:first-of-type) {
    padding: 3.5rem 0;
    border-top: 0.1rem solid #ccc;
  }
  .infoList.date dt,
  .infoList.date dd {
    line-height: 1.6rem;
    background: transparent;
  }
  .infoList.date dd > p.title {
    margin: 0 0 1.5rem;
  }
  /* トピック見出しの高さ調整 */
  .infoList dd strong {
    line-height: 1.6rem;
  }
  /* // お知らせ(/info/index.html) */
  /* ご注意ください(/caution/index.html) */
  .infoList.box {
    margin: 0;
    padding: 0 2rem;
  }
  .infoList dt {
    padding: 2.5rem 0 0.5rem;
  }
  .infoList dt span.mail,
  .infoList dt span.swindle {
    font-size: 1.2rem;
  }
  .infoList dt span.mail:before,
  .infoList dt span.swindle:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.5rem;
    height: 1.5rem;
    margin-top: auto;
    background-size: 1.5rem auto;
    left: 0.7rem;
  }
  .infoList dd {
    padding: 0.5rem 0 2.5rem;
  }
  .infoList dd > p {
    margin-bottom: 1.5rem;
  }
  .infoList dd:last-child {
    border-bottom: none;
  }
  #caseAnchor {
    margin: 2.5rem auto !important;
    max-width: 37.4rem;
  }
  #caseAnchor li:not(:first-child):before {
    left: 0;
    width: 100%;
  }
  #caseAnchor li a {
    width: 100%;
    padding: 1.5rem .5rem 1.5rem 5rem;
    font-size: 1.6rem;
  }
  #caseAnchor li a:before {
    margin-top: -1.3rem;
    width: 2.6rem;
    height: 2.6rem;
    left: 1rem;
  }
  #caseAnchor li a:after {
    margin-top: -1rem;
    left: 1.7rem;
  }
  #caseAnchor li a span.text {
    display: inline;
  }
  ul.list01 > li {
    padding-bottom: 0;
    margin-bottom: .8rem;
  }
  ul.list01 > li::before,
  ul.list02 > li::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 11px;
  }
  /* // ご注意ください(/caution/index.html) */
  /* 当社が契約する指定紛争解決機関(/policy/solution.html) */
  .solutionNote th {
    min-width: 7rem;
  }
  /* // 当社が契約する指定紛争解決機関(/policy/solution.html) */
  .inquiryBox {
    width: 100%;
    min-width: 100%;
  }
  /* サービス関連,404 not found(/404.html)等 */
  /* オレンジの見出し */
  p.emphasis {
    font-size: 1.8rem;
  }
  /* 「商品から探す」のボタン類 */
  #commodity {
    margin: 0;
    display: block;
  }
  #commodity > * {
    display: block;
  }
  #commodity .btnFac {
    padding: 1rem;
    margin: 1rem 1rem 0;
    width: unset;
  }
  #commodity .btnFac span {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
  #commodity .btnFac:first-of-type {
    margin-top: 0;
  }
  .btn01,
  .btn02 {
    padding: 1rem 3.4rem 1rem 1.5rem;
    width: 100%;
    max-width: 33.5rem;
    display: inline-block;
  }
  .btn01:before,
  .btn02:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .btn01.pamphlet,
  .btn02.pamphlet {
    padding-left: 5rem;
  }
  .btn01.pamphlet:before,
  .btn02.pamphlet:before {
    left: 1.5rem;
  }
  .btn01.case::before, .btn01.inquiry::before,
  .btn02.case::before,
  .btn02.inquiry::before {
    left: 1.2rem;
  }
  .btn01[target=_blank]::before,
  .btn02[target=_blank]::before {
    margin-top: 0;
  }
  .btnArea {
    display: block;
    margin-top: 3rem;
  }
  .btnArea li {
    width: 100%;
  }
  .btnArea li:first-child {
    padding: 1rem .5rem .5rem .5rem;
    text-align: center;
  }
  .btnArea li:nth-child(2):not(:last-child) {
    padding: .5rem;
  }
  .btnArea li:last-child {
    padding: .5rem .5rem 1rem .5rem;
    text-align: center;
  }
  .btnArea.noBgFac {
    margin-top: 5rem;
  }
  .btnArea.noBgFac li {
    padding: 0 !important;
  }
  .imgArea {
    margin-bottom: 3rem;
  }
  .imgArea img {
    width: 100%;
    height: auto;
  }
  .grayBox, .grayBox.merit {
    margin: 3rem 0;
  }
  .grayBox > dd {
    padding: 1.5rem 1rem;
  }
  .grayBox > dd ol {
    margin-left: 4rem;
    padding-left: 1rem;
  }
  .grayBox > dd ol span {
    font-size: 1.8rem;
  }
  .grayBox > dd ol li {
    line-height: 1.6rem;
  }
  .grayBox > dd ol li:last-of-type p {
    margin-bottom: 0;
  }
  .grayBox > dd ol li p {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin: 1rem 0;
  }
  .grayBox > dd dl.subject > dt {
    line-height: 32px;
  }
  .grayBox > dd dl.subject > dt .ico:after {
    top: 2px;
  }
  .grayBox > dd dl.subject dd li::before {
    top: 5px;
  }
  .grayBox > dd dl.factor dd li::before {
    top: 2px;
  }
  .grayBox > dd dl.factor > dt {
    font-size: 1.6rem;
  }
  .grayBox > dd dl.factor dd {
    padding: 1rem 0;
  }
  .grayBox .no {
    display: block;
    font-size: 0;
    line-height: 0;
  }
  .grayBox .no .title {
    padding: .3rem 6.5rem .9rem 1.3rem;
    text-indent: -0.85em;
    padding-left: 2.4em;
    font-size: 1.6rem;
    overflow: hidden;
    display: block;
  }
  .grayBox .no .title:before {
    border-color: #fff #fff #fff #004831;
    position: absolute;
    top: inherit;
    bottom: 0;
    right: 0;
    border-width: 6.5rem 0 0 6.5rem;
  }
  .grayBox .no .productFlow {
    font-size: 1.6rem;
    font-weight: normal;
    padding: 1rem;
    text-align: left;
    border: 2px solid #004831;
    border-top: 0;
    border-bottom: 0;
  }
  .grayBox .no + dd {
    border-top: 0;
  }
  #blankText.notfound {
    margin: 8.5rem 0 8.5rem;
    font-size: 2rem;
    line-height: 1.5;
  }
  .const_info {
    text-align: right;
    margin-top: -2rem;
    font-size: 1.4rem;
  }
  #faq > dt {
    padding: .5rem 1rem .5rem 7rem;
    min-height: 5rem;
  }
  #faq > dt > div.ico,
  #faq > dt + dd > div.ico {
    padding-top: 2px;
  }
  #faq > dt + dd > div.ico {
    top: 2rem;
  }
  #mainContent {
    font-size: 1.6rem;
  }
  #mainContent h1 {
    font-size: 2rem;
    display: block;
  }
  #mainContent h1 > * {
    overflow: hidden;
    height: auto;
  }
  #mainContent h1 > *:not(.show-pc), #mainContent h1 > *:not(.show-sp) {
    display: block;
  }
  #mainContent h1 > *.show-pc {
    display: none;
  }
  #mainContent h1 #cateTxt {
    font-size: 1.4rem;
  }
  #mainContent h1 #purLink {
    padding: .3rem 1rem .3rem 3rem;
    min-width: 18rem;
  }
  #mainContent h1 #purLink:before, #mainContent h1 #purLink:hover:before {
    background-size: 1.9rem auto;
    width: 1.9rem;
    height: 1.6rem;
    left: .5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #mainContent h2 + h3:not([class]) {
    font-size: 1.6rem;
  }
  #mainContent h2 + h3:not([class]):before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.2rem;
    height: 1.2rem;
  }
  #mainContent h2:not([class]) {
    margin: 3rem 0 1.5rem;
    padding: .9rem 1rem .9rem 3rem;
    font-size: 1.8rem;
    line-height: 3rem;
  }
  #mainContent h2:not([class]):before {
    top: 50%;
    width: 1.2rem;
    height: 1.2rem;
  }
  #mainContent h3:not([class])::before {
    top: .6rem;
  }
  #faq > dd {
    margin-left: 0;
    margin-top: 2rem;
  }
  .borderArea {
    padding: 2rem 3rem;
  }
  /* // サービス関連,404 not found(/404.html)等 */
  .tabs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .tabs a {
    width: 33%;
    text-align: center;
    font-size: 1.4rem;
    padding: 1rem 0;
  }
  .tabs a:last-of-type {
    margin-right: 0;
  }
  #guideTextArea > div {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #guideTextArea > div p {
    font-size: 1.2rem;
  }
  .chIcon {
    padding-right: 12px;
    height: 1.2rem;
    background-size: 1rem auto;
  }
  .guideTextColumn {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .guideTextColumn img {
    width: 100%;
    height: auto;
  }
  .guideTextColumn > dl {
    margin: 2.5rem 0 0 0;
    font-size: 1.2rem;
  }
  #topColumn #topLeftColumn, #topColumn #topRightColumn {
    float: none;
    width: auto;
  }
  #topNewsBox,
  #loginBoxCont {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    margin-top: 40px;
  }
  #topNewsBox h2 {
    margin-bottom: 1.6rem;
  }
  #topNewsBox h2 a {
    text-align: center;
    font-size: 2.2rem;
    padding: 1rem 0;
    border-bottom: none;
  }
  #topNewsBox h2 a:after {
    -webkit-transform: rotate(45deg) skew(-8deg, -8deg) translate(0, -75%);
    -ms-transform: rotate(45deg) skew(-8deg, -8deg) translate(0, -75%);
    transform: rotate(45deg) skew(-8deg, -8deg) translate(0, -75%);
    top: 50%;
    right: 30px;
    margin-top: 0;
  }
  #topNewsBox h2 a:hover {
    background-color: #004831;
    color: #fff;
    border-bottom: none;
  }
  #topNewsBox h2 a:hover:after {
    border-color: #fff;
  }
  #topNewsList {
    width: 100%;
    padding: 0 25px 0 10px;
    margin: 0;
    font-size: 1.6rem;
  }
  #topNewsList .infoList {
    padding-right: 0;
  }
  #topNewsList .infoList a {
    padding-right: 3rem;
  }
  #topNewsList .infoList a:after {
    right: 1.5rem;
  }
  #topNewsList .infoList a:hover {
    background-color: inherit;
  }
  #topNewsList .infoList dt {
    padding-top: 1rem;
  }
}

@media screen and (max-width: 599px) and (max-width: 322px) {
  #topNewsList .infoList dt {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 599px) {
  #topNewsList .infoList dd {
    padding-bottom: 1rem;
  }
  #topNewsList .infoList dt span.kessai {
    position: relative;
    font-size: 1.4rem;
    padding: .3rem 1.2rem .2rem 3rem;
  }
  #topNewsList .infoList dt span.kessai:before {
    background-size: 14px auto;
    width: 14px;
    height: 14px;
    margin-top: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #topNewsList .infoList dl:not(.notes) {
    padding: 0 .5rem;
  }
  #topNewsList .infoList > *:first-child {
    border-top: none;
  }
  #topNewsList .infoList > *:last-child {
    border-bottom: none;
  }
  #topNewsBtns {
    display: block;
    margin: 2rem 0;
  }
  #topNewsBtns a {
    width: calc(100% - 20px);
    display: block;
    margin: 1rem 10px 0;
    font-size: 1.6rem;
  }
  #groupLinks {
    margin: 4rem 1rem 0;
  }
  #groupLinks li {
    display: block;
  }
  #groupLinks li:first-child {
    margin: 0 0 1.6rem 0;
  }
  #groupLinks li:first-child a img,
  #groupLinks li a img {
    width: 260px;
    margin-top: 19px;
    margin-bottom: 29px;
  }
  #groupLinks li a {
    width: 100%;
    max-height: 124px;
  }
  #groupLinks li a img {
    margin-top: 33px;
    margin-bottom: 24px;
  }
  #markArea {
    text-align: center;
    padding: 2.1rem 0;
    margin: 1.6rem 1rem;
  }
  #markArea > li img,
  #markArea > li:first-child img {
    width: auto;
    height: 90px;
    vertical-align: bottom;
  }
  #nav-content {
    position: absolute;
    z-index: 2;
    top: 90px;
    left: 0;
    color: #000;
    height: 0;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    width: 100%;
    display: none;
  }
  #nav-content nav {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  #nav-content nav.nav-menu {
    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
  #nav-content nav.nav-menu > span:first-of-type a {
    padding: 1rem;
  }
  #nav-content nav.nav-menu > span:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  #nav-content nav.nav-submenu {
    display: none;
  }
  #nav-content nav.nav-submenu span a {
    padding: 1rem 4.4rem 1rem 3rem;
    background: #f5f5f5;
  }
  #nav-content nav span {
    font-size: 1.6rem;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #ddd;
    display: block;
  }
  #nav-content nav span a {
    display: block;
    color: #004831;
    text-decoration: none;
    padding: 1rem 2rem;
    background: #fff;
    font-size: 1.6rem;
    line-height: 2.7rem;
  }
  #nav-content nav span a.nav-subtoggle {
    background: #fff;
    position: relative;
  }
  #nav-content nav span a.nav-subtoggle:after {
    content: "＋";
    display: block;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 2.4rem;
    width: 2.4rem;
    height: 2.4rem;
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 47%;
  }
  #nav-content nav span a.nav-subtoggle.active:after {
    content: "－";
  }
  #nav-content nav span a.nav-item-external {
    position: relative;
  }
  #nav-content nav span a.nav-item-external:after {
    content: "";
    position: absolute;
    width: 2.4rem;
    height: 2.7rem;
    right: 1.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../img/mobile/nav-icon-ex.png") no-repeat center center;
    background-size: 1.8rem 1.5rem;
  }
  .nav-home {
    background: url("../img/mobile/nav-home.png") no-repeat left top;
    background-size: 3.6rem 3.6rem;
    display: inline-block;
    width: 3.6rem;
    height: 3.6rem;
    margin-right: 1rem;
    font-size: 0;
    text-decoration: none;
    color: #f5f5f5;
  }
  .nav-home:hover {
    color: #f5f5f5;
  }
  .nav-toggle {
    display: block;
    position: relative;
    width: 3.6rem;
    height: 3.6rem;
    cursor: pointer;
    z-index: 3;
    text-align: center;
    font-weight: 500;
    background: url("../img/mobile/nav-toggle.png") no-repeat center center;
    background-size: 3.6rem 3.6rem;
    font-size: 0;
  }
  .nav-toggle.active {
    background: url("../img/mobile/nav-toggle-active.png") no-repeat center center;
    background-size: 3.6rem 3.6rem;
  }
  #nav-over {
    display: none;
  }
  #nav-over.active {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 100;
    left: 0;
    top: 0;
    display: block;
  }
  #loginPanel {
    display: none;
  }
  .toggle-login {
    display: block;
    position: relative;
    background: #8BC04C;
    margin: 0 2rem;
    padding: .5rem 1rem;
    font-size: 2.2rem;
    line-height: 2.6rem;
    font-weight: bold;
    color: #004831;
    cursor: pointer;
  }
  .toggle-login span {
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: normal;
    display: block;
  }
  .toggle-login:before, .toggle-login:after {
    content: "";
    background-color: #004831;
    position: absolute;
    display: block;
  }
  .toggle-login:before {
    right: 1.5rem;
    width: 1.8rem;
    height: .2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .toggle-login:after {
    right: 2.3rem;
    width: .2rem;
    height: 1.8rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    -webkit-transition: All .1s linear;
    -o-transition: All .1s linear;
    transition: All .1s linear;
  }
  #loginPanel:checked + .toggle-login:after {
    opacity: 0;
  }
  .login-panel {
    background: #f5f5f5;
    border: 1px solid #8BC04C;
    border-top: none;
    margin: 0 2rem 2rem;
    display: none;
    overflow: hidden;
  }
  .login-panel h2 {
    font-size: 2rem;
    line-height: 2.6rem;
    color: #004831;
    font-weight: bold;
    text-align: center;
    margin-top: 1.6rem;
  }
  .login-panel p {
    font-size: 1.6rem;
    margin: 1.6rem 2rem;
    color: #555;
  }
  .login-panel ul {
    margin: 1.6rem 2rem 2rem;
  }
  .login-panel ul li {
    border: 1px solid #004831;
  }
  .login-panel ul li:not(:last-of-type) {
    border-bottom: none;
  }
  .login-panel ul li a {
    font-size: 2.2rem;
    padding: .8rem 0 .8rem 4.5rem;
    text-decoration: none;
    color: #004831;
    font-weight: normal;
    background: #fff;
    display: block;
    position: relative;
  }
}

@media screen and (max-width: 599px) and (max-width: 320px) {
  .login-panel ul li a {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 599px) {
  .login-panel ul li a:before, .login-panel ul li a:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .login-panel ul li a:before {
    width: 2.6rem;
    height: 2.6rem;
    background: url("../img/mobile/loginmenu-external.png") no-repeat left top;
    background-size: 2.6rem auto;
    left: 1rem;
  }
  .login-panel ul li a:after {
    width: 1.6rem;
    height: 1.6rem;
    right: 1rem;
    background: url("../img/mobile/loginmenu-arrow.png") no-repeat left top;
    background-size: 1.6rem auto;
  }
  #loginPanel:checked ~ .login-panel {
    display: block;
  }
  .section-heading {
    background: #004831;
    color: #fff;
    text-align: center;
    font-size: 2.2rem;
    padding: 1rem 0;
    margin: 3rem 0 1.6rem;
  }
  .service-box {
    margin: 1rem 1rem 0;
    font-size: 1.6rem;
    line-height: 2.4rem;
    border: .2rem solid #8bc04c;
    border-radius: .6rem .6rem 0 0;
    overflow: hidden;
  }
  .service-box h3 {
    background: #8bc04c;
    color: #fff;
    padding: 0.6rem 0 .7rem;
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.7rem;
  }
  .service-box p,
  .service-box .service-btn,
  .service-box .img_box {
    margin: 1.6rem 1rem;
  }
  .service-box .service-btn {
    display: block;
    position: relative;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #fff;
    background: #004831;
    text-decoration: none;
    padding: 1rem;
  }
  .service-box .service-btn:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.6rem;
    height: 1.6rem;
    right: 1rem;
    background: url("../img/mobile/service-arrow.png") no-repeat left top;
    background-size: 1.6rem auto;
  }
  .service-box .img_box img {
    width: 100%;
  }
  .service-box.sp-factoring {
    border-color: #ff7c00;
    margin: 1.6rem 1rem 4rem;
  }
  .service-box.sp-factoring h3 {
    background: #ff7c00;
  }
  .service-box.sp-factoring .service-btn {
    background: #354751;
  }
  .sp-banner {
    display: block;
    margin: 0 1rem;
  }
  .sp-banner li {
    font-size: 0;
  }
  .sp-banner li:nth-child(2) {
    margin: 1.6rem 0;
  }
  .sp-banner li a {
    position: relative;
    display: block;
  }
  .sp-banner li a h3, .sp-banner li a p {
    position: absolute;
    z-index: 100;
    left: 1.5rem;
  }
  .sp-banner li a h3 {
    top: 2rem;
    font-size: 2.2rem;
    line-height: 3.6rem;
    font-weight: bold;
  }
  .sp-banner li a p {
    font-size: 1.8rem;
    line-height: 2.7rem;
    top: 6.4rem;
    width: 54%;
  }
}

@media screen and (max-width: 599px) and (max-width: 320px) {
  .sp-banner li a p {
    width: 90%;
  }
}

@media screen and (max-width: 599px) {
  .sp-banner li a img {
    width: 100%;
    height: auto;
    z-index: 0;
  }
  .purpose_title, .factoring_title {
    background: #004831;
    color: #fff;
    font-size: 2rem;
    line-height: 2.4rem;
    margin: 2.5rem 0 1.6rem;
    padding: 1.3rem 2rem 1.3rem 3.6rem;
    position: relative;
  }
  .purpose_title:before, .factoring_title:before {
    content: "";
    position: absolute;
    left: 1rem;
    width: 1.6rem;
    height: 1.6rem;
    background: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .purpose_merit {
    position: relative;
    z-index: 2;
    background: #f5f5f5;
    border: .1rem solid #dcdcdc;
    margin: 0 1rem 2rem;
    padding: 1rem;
    color: #555;
  }
  .purpose_merit:before, .purpose_merit:after {
    content: "";
    position: absolute;
    border-style: solid;
  }
  .purpose_merit:before {
    border-color: #f5f5f5 transparent transparent transparent;
    border-width: 2.2rem 1.4rem 0 1.4rem;
    bottom: -1.8rem;
    left: 4.4rem;
    z-index: 1;
  }
  .purpose_merit:after {
    border-color: #dcdcdc transparent transparent transparent;
    border-width: 2rem 1.3rem 0 1.3rem;
    bottom: -2rem;
    left: 4.5rem;
    z-index: 0;
  }
  .purpose_merit li {
    font-weight: bold;
    text-indent: -1em;
    padding-left: 1em;
  }
  .purpose_data {
    margin: 0 1rem 2.5rem;
  }
  .purpose_data li {
    display: block;
  }
  .purpose_data li:last-of-type {
    border-bottom: 1px solid #24733A;
  }
  .purpose_data li:last-of-type dt,
  .purpose_data li:last-of-type dd {
    padding: .1rem 1rem;
  }
  .purpose_data li a {
    text-decoration: none;
  }
  .purpose_data li a dl dt {
    text-decoration: underline;
  }
  .purpose_data li a dl dd span {
    color: #555;
  }
  .purpose_data li dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #24733A;
    border-bottom: none;
  }
  .purpose_data li dl dt,
  .purpose_data li dl dd {
    padding: .2rem 1rem .1rem;
  }
  .purpose_data li dl dt {
    width: 70%;
    background: #d7e781;
    border-right: 1px solid #24733A;
    line-height: 3.6rem;
  }
  .purpose_data li dl dd {
    width: 30%;
    text-align: center;
  }
  .purpose_state {
    position: relative;
    display: inline-block;
    width: 1.8rem;
    height: 1.8rem;
    font-size: 0;
    vertical-align: middle;
    margin: .9rem 0;
  }
  .purpose_state.available {
    border-radius: 100%;
    background: #ff7c00;
    color: #ff7c00;
  }
  .purpose_state.available:after {
    content: none;
  }
  .purpose_state:not(.partial):not(.available):after {
    content: "";
    width: 1rem;
    height: .1rem;
    background: #555;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: .4rem;
  }
  .purpose_state.partial {
    color: #ff7c00;
  }
  .purpose_state.partial:after {
    position: absolute;
    content: "";
    border-style: solid;
    border-width: 0rem .9rem 1.5rem .9rem;
    border-color: transparent transparent #ff7c00 transparent;
    top: .1rem;
    left: 0;
  }
  .purpose:not(:first-of-type) {
    margin-top: 4rem;
  }
  .sp-factoring p {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin: 1.6rem 1rem;
  }
  .sp-factoring p.read {
    font-size: 1.8rem;
    font-weight: bold;
  }
  .sp-factoring .img_box {
    margin: 1.6rem 1rem;
  }
  .sp-factoring .img_box img {
    width: 100%;
    height: auto;
  }
  .sp-factoring:not(:first-of-type) {
    margin-top: 4rem;
  }
  .factoring_title {
    line-height: 2.3rem;
    padding-top: 1.2rem;
  }
  .factoring_title strong {
    font-size: 1.4rem;
  }
  .factoring_subtitle {
    font-size: 1.8rem;
    line-height: 2.8rem;
    background: #f5f5f5;
    padding: 1.4rem 1rem 1.3rem 3.2rem;
    margin-top: 2.5rem;
    margin-bottom: 1.6rem;
    border-style: solid;
    border-width: 1px 0;
    border-color: #dcdcdc;
    position: relative;
  }
  .factoring_subtitle:after {
    position: absolute;
    content: "";
    left: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.2rem;
    height: 1.2rem;
    background: #004831;
  }
  .factoring_menu {
    border: 1px solid #004831;
    margin: 0 1rem .5rem;
  }
  .factoring_menu li:not(:last-of-type) a {
    padding-bottom: 1rem;
    border-bottom: 1px solid #004831;
  }
  .factoring_menu li a {
    position: relative;
    text-decoration: none;
    display: block;
    background: #c4e41a;
    color: #004831;
    font-size: 1.6rem;
    line-height: 2.4rem;
    padding: 0.9rem 0 .9rem 5.5rem;
  }
  .factoring_menu li a sup {
    color: #555;
  }
  .factoring_menu li a:before {
    position: absolute;
    content: "";
    width: 23px;
    height: 13px;
    background: url("../img/mobile/factoring-arrow.png") no-repeat left top;
    background-size: 23px auto;
    left: 1.6rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .factoring_menu + span {
    display: block;
    margin: 0 1rem;
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
  .factoring_btn {
    position: relative;
    background: #24773a;
    color: #fff;
    display: block;
    text-decoration: none;
    padding: 1rem;
    margin: 1.6rem 1rem;
  }
  .factoring_btn:hover, .factoring_btn:focus {
    color: #fff;
    text-decoration: none;
  }
  .factoring_btn.btn_purpose {
    padding-left: 5rem;
  }
  .factoring_btn.btn_purpose:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 26px;
    background: url("../img/mobile/icon_purpose.png") no-repeat left top;
    background-size: 30px auto;
    left: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .factoring_btn.btn_purpose:after {
    content: none;
  }
  .factoring_btn:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.6rem;
    height: 1.6rem;
    right: 1rem;
    background: url("../img/mobile/service-arrow.png") no-repeat left top;
    background-size: 1.6rem auto;
  }
  .sitemapWrap .sitemapColumn h2 a {
    padding: 1.2rem 2.5rem 1.2rem 1.6rem;
  }
  .sitemapWrap .sitemapColumn h2 a[target=_blank] {
    padding: 1.2rem 2.5rem 1.2rem 4.5rem;
  }
  .sitemapList > li > a,
  .sitemapList .sitemapChild > li > a {
    padding: 1.2rem 3.5rem 1.2rem 1.6rem;
  }
  .sitemapList > li > a[target=_blank],
  .sitemapList .sitemapChild > li > a[target=_blank] {
    padding: 1.2rem 3.5rem 1.2rem 4.5rem;
  }
  #international_factoring ul {
    margin: 2.5rem auto 0;
  }
  #international_factoring ul li {
    font-size: 1.6rem;
    line-height: 2.4rem;
    padding: 0 2rem;
    text-align: justify;
    position: relative;
  }
  #international_factoring ul li:before {
    content: "";
    display: block;
    position: absolute;
    font-family: Arial, Helvetica, sans-serif;
    background: #004831;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 100%;
    left: 4px;
    top: 6px;
  }
  #international_factoring h2 {
    padding: 1rem;
  }
  #international_factoring h2:not([class]) {
    font-size: 2rem;
    line-height: 2.4rem;
    color: #fff;
    background: #004831;
    padding: 1.3rem 1rem;
    margin: 2.5rem 0 1.6rem;
    border: none;
  }
  #international_factoring h2:not([class])::before {
    content: none;
  }
  #international_factoring h2.bg_gray {
    color: #333;
    font-size: 1.8rem;
    line-height: 2.8rem;
    background: #f5f5f5;
    margin-top: 2.5rem;
    margin-bottom: 1.6rem;
    border-top: .1rem solid #dcdcdc;
    border-bottom: .1rem solid #dcdcdc;
  }
  #international_factoring dl {
    margin: 1.6rem 2rem;
  }
  #international_factoring dl dt {
    color: #ff7c00;
    font-size: 1.7rem;
    font-weight: normal;
    border-bottom: .1rem solid #A6A6A6;
  }
  #international_factoring dl dd {
    font-size: 1.6rem;
    line-height: 2rem;
    padding-left: 2rem;
    margin-top: .6rem;
    position: relative;
  }
  #international_factoring dl dd:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    top: 1rem;
    width: 1.2rem;
    height: 1.2rem;
    background: #555;
  }
  #international_factoring .circle {
    padding: 1.4rem 0;
    margin: 1.6rem 3.4rem 2.5rem;
    text-align: center;
    font-weight: bold;
    font-size: 1.7rem;
    line-height: 2.4rem;
    color: #06f;
    background: #DFEDC4;
    -webkit-box-shadow: #89c57c 0 .3rem .3rem inset;
    box-shadow: #89c57c 0 .3rem .3rem inset;
    border: .1rem solid #61743b;
    border-radius: 100%;
  }
  #international_factoring p:not([class]) {
    margin: 1rem 1rem 0;
  }
  #international_factoring .img_box {
    max-width: 35.5rem;
    margin: 0 auto;
  }
  #international_factoring .img_box img {
    width: 100%;
    height: auto;
  }
}
