/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

body {
  letter-spacing: 0.1em;
}

.centering {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .centering {
    width: auto;
  }
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.wp-pagenavi a, .wp-pagenavi span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  font-size: 12px;
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
  transition: all .2s;
}

.wp-pagenavi a:hover, .wp-pagenavi span:hover {
  background-color: #000;
  color: #fff;
}

.wp-pagenavi span {
  background-color: #000;
  color: #fff;
}

.page-link {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.page-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  height: 30px;
  border-radius: 15px;
  font-size: 12px;
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
  transition: all .2s;
}

.page-link a:hover {
  background-color: #000;
  color: #fff;
}

.page-link .prev a, .page-link .next a {
  width: 30px;
}

.page-link .back a {
  width: 160px;
}

header {
  display: flex;
  justify-content: space-between;
  padding: 20px 50px;
  background-color: #fff;
}

@media screen and (max-width: 640px) {
  header {
    padding: 20px;
  }
}

footer {
  padding: 55px 0;
  background-color: #000;
}

footer .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 640px) {
  footer .inner {
    display: block;
    padding: 0 20px;
  }
}

footer .inner .copyright {
  color: #fff;
  font-size: 12px;
}

@media screen and (max-width: 640px) {
  footer .inner .copyright {
    font-size: 10px;
    letter-spacing: 0.05em;
    text-align: center;
  }
}

body.archive .centering {
  max-width: 1080px;
  padding: 0 40px;
}

body.archive .large-heading {
  background-color: #f7f7f7;
  padding: 60px 0;
  font-size: 50px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  body.archive .large-heading {
    font-size: 24px;
    padding: 40px 0;
  }
}

body.archive .large-heading .sub {
  margin-top: 15px;
  font-size: 20px;
}

@media screen and (max-width: 640px) {
  body.archive .large-heading .sub {
    font-size: 16px;
    margin-top: 20px;
  }
}

body.archive .inner {
  padding: 60px 40px;
}

@media screen and (max-width: 640px) {
  body.archive .inner {
    padding: 40px 20px;
  }
}

body.archive ul {
  margin-bottom: -40px;
  margin-right: -32px;
  display: flex;
  list-style: none;
}

@media screen and (max-width: 640px) {
  body.archive ul {
    display: block;
    margin-bottom: 20px;
  }
}

body.archive ul > li {
  width: calc(100% / 3 - 32px);
  margin-right: 32px;
  letter-spacing: 0;
  margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
  body.archive ul > li {
    width: auto;
    margin-bottom: 20px;
  }
}

body.archive ul > li a {
  display: block;
  text-decoration: none;
  color: #000;
}

body.archive ul > li a .image img {
  width: 100%;
}

body.archive ul > li a .content {
  padding: 24px;
  border: 1px solid #eee;
}

body.archive ul > li a .content .category {
  display: table;
  margin-bottom: 15px;
  padding: 5px;
  font-size: 10px;
  color: #fff;
  background-color: #999;
  border-radius: 2px;
}

body.archive ul > li a .content .category.category1 {
  background-color: #7cdfde;
}

body.archive ul > li a .content .category.category2 {
  background-color: #7f97da;
}

body.archive ul > li a .content .category.category3 {
  background-color: #ddbe5e;
}

body.archive ul > li a .content .title {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 5px;
}

body.archive ul > li a .content .company {
  font-size: 14px;
  line-height: 24px;
}

body.single .centering {
  max-width: 1080px;
  padding: 0 40px;
}

body.single .large-heading {
  background-color: #f7f7f7;
  padding: 60px 0;
  font-size: 50px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  body.single .large-heading {
    font-size: 24px;
    padding: 40px 0;
  }
}

body.single .large-heading .sub {
  margin-top: 15px;
  font-size: 20px;
}

@media screen and (max-width: 640px) {
  body.single .large-heading .sub {
    font-size: 16px;
    margin-top: 20px;
  }
}

body.single .inner {
  padding: 60px 40px;
}

@media screen and (max-width: 640px) {
  body.single .inner {
    padding: 40px 20px;
  }
}

body.single .image {
  text-align: center;
  margin-bottom: 20px;
}

body.single .category {
  display: table;
  margin: 0 auto;
  margin-bottom: 15px;
  padding: 5px;
  font-size: 10px;
  color: #fff;
  background-color: #999;
  border-radius: 2px;
}

body.single .category.category1 {
  background-color: #7cdfde;
}

body.single .category.category2 {
  background-color: #7f97da;
}

body.single .category.category3 {
  background-color: #ddbe5e;
}

body.single .title {
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}

body.single .company {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 40px;
}

body.single .body {
  font-size: 16px;
  line-height: 32px;
}

body.home .section {
  padding: 80px 0;
}

@media screen and (max-width: 640px) {
  body.home .section {
    padding: 40px 20px;
    overflow: hidden;
  }
}

body.home .large-heading {
  font-size: 50px;
  text-align: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 640px) {
  body.home .large-heading {
    margin-bottom: 40px;
    font-size: 24px;
  }
}

body.home .large-heading .sub {
  margin-top: 15px;
  font-size: 20px;
}

@media screen and (max-width: 640px) {
  body.home .large-heading .sub {
    font-size: 16px;
    margin-top: 20px;
  }
}

body.home #firstvisual {
  position: relative;
}

body.home #firstvisual .img {
  width: 100%;
}

@media screen and (max-width: 640px) {
  body.home #firstvisual .img {
    display: none;
  }
}

body.home #firstvisual .catch {
  position: absolute;
  left: 55%;
  top: -5%;
  width: 32%;
}

@media screen and (max-width: 640px) {
  body.home #firstvisual .catch {
    display: none;
  }
}

body.home #firstvisual .img-sp {
  display: none;
}

@media screen and (max-width: 640px) {
  body.home #firstvisual .img-sp {
    display: block;
    position: relative;
    z-index: 2;
  }
}

body.home #news ul {
  margin-bottom: 80px;
  margin-right: -32px;
  display: flex;
  list-style: none;
}

@media screen and (max-width: 640px) {
  body.home #news ul {
    display: block;
    margin-bottom: 40px;
    margin-right: 0;
  }
}

body.home #news ul > li {
  width: calc(100% / 3 - 32px);
  margin-right: 32px;
  letter-spacing: 0;
}

@media screen and (max-width: 640px) {
  body.home #news ul > li {
    width: auto;
    margin-bottom: 20px;
    margin-right: 0;
  }
}

body.home #news ul > li a {
  display: block;
  text-decoration: none;
  color: #000;
}

body.home #news ul > li a .image img {
  width: 100%;
}

body.home #news ul > li a .content {
  padding: 24px;
  border: 1px solid #eee;
}

body.home #news ul > li a .content .category {
  display: table;
  margin-bottom: 15px;
  padding: 5px;
  font-size: 10px;
  color: #fff;
  background-color: #999;
  border-radius: 2px;
}

body.home #news ul > li a .content .category.category1 {
  background-color: #7cdfde;
}

body.home #news ul > li a .content .category.category2 {
  background-color: #7f97da;
}

body.home #news ul > li a .content .category.category3 {
  background-color: #ddbe5e;
}

body.home #news ul > li a .content .title {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 5px;
}

body.home #news ul > li a .content .company {
  font-size: 14px;
  line-height: 24px;
}

body.home #news .button {
  display: flex;
  justify-content: center;
}

body.home #news .button a {
  width: 440px;
  height: 68px;
  font-size: 18px;
  color: #ffca27;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-weight: bold;
  background: url(assets/img/icon_arrow_y.png) #000 right 30px center no-repeat;
}

@media screen and (max-width: 640px) {
  body.home #news .button a {
    width: 100%;
  }
}

body.home #probrem {
  color: #fff;
  background: url(assets/img/problem_bg.jpg) center center/cover no-repeat;
}

body.home #probrem .inner {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 640px) {
  body.home #probrem .inner {
    display: block;
  }
}

body.home #probrem .inner > div {
  padding: 40px 50px;
  background-color: rgba(40, 40, 40, 0.8);
  width: calc(50% - 10px);
}

@media screen and (max-width: 640px) {
  body.home #probrem .inner > div {
    width: auto;
    padding: 40px 20px 20px;
  }
}

body.home #probrem .inner > div h3 {
  font-size: 26px;
  margin-bottom: 50px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  body.home #probrem .inner > div h3 {
    font-size: 20px;
    margin-bottom: 40px;
  }
}

body.home #probrem .inner > div ol {
  list-style-type: none;
  counter-reset: item;
  margin-bottom: -10px;
}

body.home #probrem .inner > div ol > li {
  background-color: #373737;
  border-radius: 2px;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
  padding: 3px 0;
}

body.home #probrem .inner > div ol > li::before {
  counter-increment: item;
  content: counter(item, decimal-leading-zero);
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0;
  font-weight: bold;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  font-size: 10px;
  margin-left: -13px;
  flex: 26px 0 0;
  color: #000;
  margin-right: 10px;
}

@media screen and (max-width: 640px) {
  body.home #probrem .inner > div.provinces {
    margin-bottom: 20px;
  }
}

body.home #probrem .inner > div.provinces ol > li::before {
  background-color: #50c466;
}

body.home #probrem .inner > div.metropolitan ol > li::before {
  background-color: #ffca27;
}

body.home #area {
  background-color: #000;
  color: #fff;
}

body.home #area .inner {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 640px) {
  body.home #area .inner {
    display: block;
  }
}

body.home #area .inner .text {
  font-size: 34px;
  line-height: 50px;
  font-weight: bold;
  padding-top: 70px;
}

@media screen and (max-width: 640px) {
  body.home #area .inner .text {
    font-size: 20px;
    line-height: 30px;
    padding-top: 0;
  }
}

body.home #area .inner .text .catch {
  margin-top: 80px;
}

@media screen and (max-width: 640px) {
  body.home #area .inner .text .catch {
    margin-top: 40px;
  }
}

body.home #area .inner .text .catch em {
  font-size: 64px;
  line-height: 90px;
  font-style: normal;
  background-color: #ffca27;
  color: #000;
}

@media screen and (max-width: 640px) {
  body.home #area .inner .text .catch em {
    font-size: 32px;
    line-height: 48px;
  }
}

body.home #advantage ol {
  list-style-type: none;
  counter-reset: item2;
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  body.home #advantage ol {
    margin-bottom: -40px;
  }
}

body.home #advantage ol li {
  display: flex;
  position: relative;
  margin-bottom: 80px;
}

@media screen and (max-width: 640px) {
  body.home #advantage ol li {
    display: block;
  }
}

body.home #advantage ol li::before {
  position: absolute;
  left: 0;
  top: 0;
  counter-increment: item2;
  content: counter(item2, decimal-leading-zero);
  font-weight: bold;
  font-size: 60px;
  letter-spacing: 0;
}

@media screen and (max-width: 640px) {
  body.home #advantage ol li::before {
    position: static;
  }
}

body.home #advantage ol li .content {
  margin-top: 80px;
  width: 50%;
  flex: none;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 640px) {
  body.home #advantage ol li .content {
    width: 100%;
    margin-top: 20px;
  }
}

body.home #advantage ol li .content h3 {
  margin-bottom: 30px;
  font-size: 28px;
  line-height: 40px;
}

body.home #advantage ol li .content h3 span {
  background-color: #ffca27;
}

body.home #advantage ol li .content .text {
  font-size: 14px;
  line-height: 28px;
}

body.home #advantage ol li .content .text span {
  background-color: #fff;
}

body.home #advantage ol li .image {
  width: calc(50% + 220px);
  flex: none;
  margin-left: -220px;
}

@media screen and (max-width: 640px) {
  body.home #advantage ol li .image {
    width: calc(100% + 40px);
    margin: 30px -20px 0;
  }
}

body.home #advantage ol li:nth-child(2n) {
  text-align: right;
}

@media screen and (max-width: 640px) {
  body.home #advantage ol li:nth-child(2n) {
    text-align: left;
  }
}

body.home #advantage ol li:nth-child(2n)::before {
  left: auto;
  right: 0;
}

body.home #advantage ol li:nth-child(2n) .content {
  order: 2;
}

@media screen and (max-width: 640px) {
  body.home #advantage ol li:nth-child(2n) .content {
    order: 1;
  }
}

body.home #advantage ol li:nth-child(2n) .image {
  order: 1;
  margin-left: 0;
  margin-right: -220px;
}

@media screen and (max-width: 640px) {
  body.home #advantage ol li:nth-child(2n) .image {
    margin: 30px -20px 0;
  }
}

body.home #advantage .catch {
  font-size: 30px;
  line-height: 50px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 640px) {
  body.home #advantage .catch {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    margin: 0 -20px;
  }
}

body.home #advantage .catch::before, body.home #advantage .catch::after {
  font-size: 50px;
  font-weight: normal;
}

@media screen and (max-width: 640px) {
  body.home #advantage .catch::before, body.home #advantage .catch::after {
    font-size: 16px;
  }
}

body.home #advantage .catch::before {
  content: '\\';
  margin-right: 10px;
}

@media screen and (max-width: 640px) {
  body.home #advantage .catch::before {
    margin: 0;
  }
}

body.home #advantage .catch::after {
  content: '/';
  margin-left: 10px;
}

@media screen and (max-width: 640px) {
  body.home #advantage .catch::after {
    margin: 0;
  }
}

body.home #service {
  background-color: #000;
  color: #fff;
}

body.home #service ul {
  margin-right: -30px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -60px;
}

@media screen and (max-width: 640px) {
  body.home #service ul {
    margin-right: -20px;
  }
}

body.home #service ul > li {
  list-style: none;
  width: calc(100% / 3 - 30px);
  margin-right: 30px;
  margin-bottom: 60px;
}

@media screen and (max-width: 640px) {
  body.home #service ul > li {
    margin-right: 20px;
    width: calc(100% / 2 - 20px);
  }
}

body.home #service ul > li .image {
  margin-bottom: 20px;
}

body.home #service ul > li .title {
  margin-bottom: 20px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}

body.home #service ul > li .text {
  font-size: 14px;
  line-height: 24px;
}

body.home #product ul {
  margin-right: -4px;
  margin-bottom: -4px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

@media screen and (max-width: 640px) {
  body.home #product ul {
    margin-bottom: 40px;
  }
}

body.home #product ul > li {
  margin-right: 4px;
  margin-bottom: 4px;
  width: calc(25% - 4px);
  background-color: #f7f7f7;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  height: 160px;
}

@media screen and (max-width: 640px) {
  body.home #product ul > li {
    width: calc(50% - 4px);
  }
}

body.home #product ul > li .image {
  margin-bottom: 20px;
}

body.home #product ul > li .title {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  body.home #product ul > li .title {
    font-size: 12px;
    letter-spacing: 0;
  }
}

body.home #product .catch {
  font-size: 30px;
  line-height: 50px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 640px) {
  body.home #product .catch {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    margin: 0 -20px;
  }
}

body.home #product .catch::before, body.home #product .catch::after {
  font-size: 50px;
  font-weight: normal;
}

@media screen and (max-width: 640px) {
  body.home #product .catch::before, body.home #product .catch::after {
    font-size: 16px;
  }
}

body.home #product .catch::before {
  content: '\\';
  margin-right: 10px;
}

@media screen and (max-width: 640px) {
  body.home #product .catch::before {
    margin: 0;
  }
}

body.home #product .catch::after {
  content: '/';
  margin-left: 10px;
}

@media screen and (max-width: 640px) {
  body.home #product .catch::after {
    margin: 0;
  }
}

body.home #flow {
  background-color: #000;
  color: #fff;
}

body.home #flow ol {
  margin-bottom: -20px;
  list-style-type: none;
  counter-reset: item3;
}

body.home #flow ol > li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 640px) {
  body.home #flow ol > li {
    display: block;
    padding-bottom: 30px;
    margin-bottom: 10px;
  }
}

body.home #flow ol > li::before {
  counter-increment: item3;
  content: "STEP " counter(item3, decimal-leading-zero);
  color: #ffca27;
  font-weight: bold;
  letter-spacing: 0;
  font-size: 28px;
  flex: 150px 0 0;
}

@media screen and (max-width: 640px) {
  body.home #flow ol > li::before {
    margin-bottom: 10px;
    display: block;
    text-align: center;
  }
}

body.home #flow ol > li::after {
  content: '';
  border-left: 4px dotted #ffca27;
  width: 0;
  height: 80px;
  position: absolute;
  left: 63px;
  top: 70px;
}

@media screen and (max-width: 640px) {
  body.home #flow ol > li::after {
    left: 50%;
    margin-left: -2px;
    height: 20px;
    top: auto;
    bottom: 0;
  }
}

body.home #flow ol > li .content {
  background-color: #161616;
  border: 1px solid #ffffff;
  border-radius: 4px;
  display: flex;
  height: 100px;
  flex: auto 1 1;
}

@media screen and (max-width: 640px) {
  body.home #flow ol > li .content {
    display: block;
    height: auto;
  }
}

body.home #flow ol > li .content .title {
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  flex: 200px 0 0;
  padding-left: 20px;
  line-height: 24px;
  justify-content: space-between;
}

@media screen and (max-width: 640px) {
  body.home #flow ol > li .content .title {
    padding: 20px 0 20px 20px;
  }
}

body.home #flow ol > li .content .title::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 98px 20px;
  border-color: transparent transparent #fff transparent;
}

@media screen and (max-width: 640px) {
  body.home #flow ol > li .content .title::after {
    display: none;
  }
}

body.home #flow ol > li .content .text {
  background-color: #fff;
  color: #000;
  flex: auto;
  display: flex;
  align-items: center;
  padding: 30px;
  font-size: 14px;
  line-height: 24px;
}

@media screen and (max-width: 640px) {
  body.home #flow ol > li .content .text {
    padding: 20px;
  }
}

body.home #flow ol > li:last-child::after {
  content: none;
}

body.home #flow ol > li:last-child .content .title {
  background-color: #ffca27;
  color: #000;
}

body.home #about .logo {
  margin-bottom: 25px;
  text-align: center;
}

body.home #about h2 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 60px;
}

body.home #about .description {
  text-align: center;
  font-family: serif;
  font-size: 18px;
  line-height: 40px;
  margin-bottom: 49px;
  margin-top: -11px;
}

@media screen and (max-width: 640px) {
  body.home #about .description {
    font-size: 14px;
    line-height: 32px;
    text-align: left;
  }
}

body.home #about .box {
  background-color: #ededed;
  padding: 30px;
  display: flex;
}

@media screen and (max-width: 640px) {
  body.home #about .box {
    display: block;
    padding: 20px;
  }
}

body.home #about .box .image {
  width: 50%;
}

@media screen and (max-width: 640px) {
  body.home #about .box .image {
    width: auto;
    margin-bottom: 20px;
  }
}

body.home #about .box .text {
  width: calc(50% - 30px);
  margin-left: 30px;
  font-size: 14px;
  line-height: 20px;
}

@media screen and (max-width: 640px) {
  body.home #about .box .text {
    width: 100%;
    margin-left: 0;
  }
}

body.home #about .box .text p {
  margin-top: 20px;
}

body.home #about .box .text p:first-child {
  margin-top: 0;
}

body.home #about .box .sign {
  text-align: right;
}

body.home #company {
  background: url(assets/img/company_bg.jpg) center bottom -1px/cover no-repeat;
  color: #fff;
}

body.home #company dl {
  display: flex;
  flex-flow: column;
  font-size: 14px;
  line-height: 22px;
  height: 880px;
  flex-wrap: wrap;
  margin-left: -50px;
}

@media screen and (max-width: 640px) {
  body.home #company dl {
    display: block;
    height: auto;
    margin-left: 0;
    margin-bottom: 40px;
  }
}

body.home #company dl dt {
  width: calc(50% - 25px);
  margin-left: 50px;
}

@media screen and (max-width: 640px) {
  body.home #company dl dt {
    margin-left: 0;
    width: auto;
    margin-bottom: 20px;
    font-weight: bold;
  }
}

body.home #company dl dt:first-child {
  padding-top: 30px;
  border-top: 1px solid #fff;
}

body.home #company dl dt:nth-child(11) {
  padding-top: 30px;
  border-top: 1px solid #fff;
}

@media screen and (max-width: 640px) {
  body.home #company dl dt:nth-child(11) {
    padding-top: 0;
    border-top: 0;
  }
}

body.home #company dl dd {
  margin-top: -22px;
  margin-left: 50px;
  width: calc(50% - 25px);
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
  padding-left: 150px;
}

@media screen and (max-width: 640px) {
  body.home #company dl dd {
    margin-top: 0;
    margin-left: 0;
    width: auto;
    padding-left: 0;
  }
}

body.home #company dl dd:nth-child(10) {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  body.home #company dl dd:nth-child(10) {
    margin-bottom: 30px;
  }
}

body.home #company dl dd a {
  color: #388ef9;
}

body.home #large-button {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  z-index: 3;
}

body.home #large-button a {
  display: flex;
  height: 136px;
  max-width: 1000px;
  margin: 0 auto;
  background: url(assets/img/icon_arrow_k.png) #ffca27 right 40px center no-repeat;
  color: #000;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  body.home #large-button a {
    font-size: 16px;
    letter-spacing: 0;
    height: 60px;
    background-position: right 10px center;
    background-size: auto 16px;
  }
}

body.home footer {
  padding-bottom: 231px;
}

@media screen and (max-width: 640px) {
  body.home footer {
    padding-bottom: 155px;
  }
}
/* FBA add20200401 */
p.fba_p01 {
    text-align: center;
    font-family: serif;
    line-height: 40px;
    margin-bottom: 49px;
    margin-top: -11px;
    font-size: x-large;
    font-weight: 700;
}
p.fba_p02 {
    text-align: center;
    font-family: serif;
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 49px;
    margin-top: -11px;
}
.fba {
    max-width: 50%;
    margin: 0 auto;
}
img.fba_img {
    margin: 0 auto;
    margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  .fba {
    max-width: 100%;
    margin: 0 auto;
}
p.fba_p02 {
    text-align: inherit;
    font-family: serif;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: -20px;
}
p.fba_p01 {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 40px;
}
}
