@charset "UTF-8";
input, textarea, select {
  border: none;
  padding: 10px;
  font-size: 16px;
}

.copy {
  animation-delay: 1s;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}

.car {
  animation-delay: 2s;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}

body {
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic,  'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #333;
  line-height: 1.6;
}

a {
  text-decoration: none;
  color: #333;
}

.pc {
  display: none;
}

p {
  line-height: 1.6;
  color: #333;
  font-size: 16px;
  text-align: justify;
}

header {
  background: #ffde00;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10;
}
header.is-fixed .inner {
  padding: 10px 20px;
}
header.is-fixed .inner .logo {
  width: 36%;
}
header.is-fixed .inner .btn div a {
  padding: 5px 0;
}
header .inner {
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  padding: 20px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
header .inner .logo {
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  width: 40%;
}
header .inner .logo div {
  width: 60%;
}
header .inner .logo div img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
header .inner .btn {
  width: 60%;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
header .inner .btn div {
  width: 50%;
}
header .inner .btn div a {
  display: block;
  font-size: 12px;
  letter-spacing: 0;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
}
header .inner .btn div:nth-child(1) a {
  background: #fff;
  color: #333;
  -webkit-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}
header .inner .btn div:nth-child(2) a {
  background: #1a1a1a;
  color: #FFF;
  -webkit-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
}

main {
  padding-top: 73px;
  overflow: hidden;
}
main .mainimage {
  background: url("../images/bg.gif") repeat;
  -webkit-background-size: 25px;
  -o-background-size: 25px;
  background-size: 25px;
}
main .mainimage .sp img {
  width: 100%;
  height: auto;
}
main .mainimage .inner {
  padding: 20px;
}
main .mainimage .inner p {
  margin-bottom: 15px;
}
main .mainimage .inner p a {
  text-decoration: underline;
  margin-right: 5px;
}
main .mainimage .inner ul {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 20px;
}
main .mainimage .inner ul li {
  width: 48%;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: url("../images/icon_check.png") no-repeat left 8px center, #f6f6f6;
  -webkit-background-size: 16px;
  -o-background-size: 16px;
  background-size: 16px;
  line-height: 1.3;
  margin-bottom: 4%;
  font-size: 16px;
  font-weight: bold;
  padding: 13px 5px 13px 31px;
}
main .mainimage .inner .btn a {
  display: block;
  background: #1db620;
  border: 5px solid #9de79e;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  padding: 15px 0;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
main .mainimage .inner .btn p {
  font-size: 13px;
}
main section h2 {
  color: #1a284f;
  font-weight: bold;
  text-align: center;
  font-size: 25px;
  margin-bottom: 25px;
}
main section h2 span {
  color: #1a284f;
  display: block;
  font-weight: normal;
  font-size: 13px;
  margin-top: 10px;
  position: relative;
  padding-top: 15px;
  font-family: 'Hammersmith One', sans-serif;
}
main section h2 span:before {
  content: "";
  display: inline-block;
  background: #ffde00;
  position: absolute;
  width: 50px;
  height: 3px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
main section .inner {
  padding: 60px 20px;
}
main section .slider {
  background-color: #FFF;
  padding: 15px 10px;
}
main section .slider li div {
  margin-bottom: 5px;
}
main section .slider li div img {
  width: 100%;
  height: auto;
}
main section .slider li p {
  font-size: 12px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 5px;
}
main section .slider li .price {
  font-size: 15px;
  text-align: center;
}
main section.amazon {
  position: relative;
}
main section.amazon:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 100%;
  margin: 3% -10% 0;
  background: #222e3e;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
main section.amazon .inner {
  padding: 60px 20px;
  position: relative;
  z-index: 1;
}
main section.amazon .inner h2 {
  color: #ff9900;
}
main section.amazon .inner > p {
  text-align: center;
  margin-bottom: 25px;
  color: #FFF;
}
main section.amazon .inner > p a {
  display: block;
  font-size: 13px;
  margin-top: 15px;
  color: #FFF;
}
main section.rakuten {
  position: relative;
}
main section.rakuten:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 100%;
  margin: 3% -10% 0;
  background: #bf0600;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
main section.rakuten .inner {
  position: relative;
  z-index: 1;
}
main section.rakuten .inner h2 {
  color: #fff;
}
main section.rakuten .inner > p {
  text-align: center;
  margin-bottom: 25px;
  color: #FFF;
}
main section.rakuten .inner > p a {
  display: block;
  font-size: 13px;
  margin-top: 10px;
  color: #FFF;
}
main section.yahoo {
  position: relative;
}
main section.yahoo:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 100%;
  margin: 3% -10% 0;
  background: #f5f5f5;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
main section.yahoo .inner {
  position: relative;
  z-index: 1;
}
main section.yahoo .inner h2 {
  color: #ff0033;
}
main section.yahoo .inner > p {
  text-align: center;
  margin-bottom: 25px;
}
main section.yahoo .inner > p a {
  display: block;
  font-size: 13px;
  margin-top: 10px;
}
main section.flow ul {
  margin-top: 40px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
main section.flow ul li {
  width: 48%;
  position: relative;
  margin-bottom: 50px;
}
main section.flow ul li:last-child {
  margin-bottom: 0;
}
main section.flow ul li img.no {
  position: absolute;
  left: 10px;
  top: -25px;
  width: 40px;
}
main section.flow ul li div {
  margin-bottom: 15px;
}
main section.flow ul li div img {
  width: 100%;
  height: auto;
}
main section.flow ul li h3 {
  color: #1a284f;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 8px;
}
main section.flow ul li p {
  font-size: 13px;
}
main section.payment section {
  position: relative;
  padding: 30px 0;
}
main section.payment section:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 18px;
  height: 3px;
  background: #1a284f;
}
main section.payment section p {
  color: #1a284f;
  line-height: 1.7;
}
main section.payment section p span {
  font-weight: bold;
}
main section.payment section div.box div:nth-child(1) {
  margin-bottom: 15px;
}
main section.payment section div.box img {
  width: 100%;
  height: auto;
}
main section.payment section div p.notes {
  position: relative;
  padding-left: 1.2em;
  font-size: 13px;
  margin-top: 5px;
}
main section.payment section div p.notes:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
main section.payment section div.about {
  padding: 20px 10px;
  margin: 20px 0;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
main section.payment section div.about h3 {
  font-weight: bold;
  margin-bottom: 5px;
  color: #1a284f;
}
main section.payment section div.about p {
  font-size: 14px;
}
main section.payment dl {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 15px;
}
main section.payment dl dt, main section.payment dl dd {
  color: #1a284f;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
  font-size: 16px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
main section.payment dl dt {
  background: #e7f7fd;
  width: 35%;
}
main section.payment dl dd {
  background: #F8F8F8;
  width: 66%;
}
main section.payment dl dd span {
  color: #9ab2f8;
  font-size: 18px;
  display: inline-block;
  margin: 0 10px;
}
main section.buyjp {
  position: relative;
}
main section.buyjp:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 100%;
  margin: 3% -10% 0;
  background: #ffde00;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
main section.buyjp .inner {
  z-index: 1;
  position: relative;
}
main section.buyjp .inner > div:nth-child(1) {
  margin-bottom: 25px;
}
main section.buyjp .inner > div:nth-child(1) div {
  width: 40%;
  margin: 0 auto;
}
main section.buyjp .inner > div:nth-child(1) div img {
  width: 100%;
  height: auto;
}
main section.buyjp .inner > div:nth-child(1) p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
main section.buyjp .inner div:nth-child(2) a {
  display: block;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background: #1db620;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 15px 0;
  margin-bottom: 10px;
  -moz-box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.12);
}
main section.buyjp .inner div:nth-child(2) p {
  text-align: center;
  font-size: 13px;
}
main section#contact table {
  width: 100%;
}
main section#contact table tr th, main section#contact table tr td {
  display: block;
  color: #1a284f;
}
main section#contact table tr th {
  text-align: center;
  font-weight: bold;
  position: relative;
  padding: 10px 0;
}
main section#contact table tr th span {
  background: #e94040;
  color: #fff;
  padding: 4px 10px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  font-size: 13px;
  position: absolute;
  left: 0;
}
main section#contact table tr td {
  padding: 10px 0 30px;
}
main section#contact table tr td input, main section#contact table tr td textarea {
  width: 100%;
  background: #fffbdd;
}
main section#contact table tr td textarea {
  height: 200px;
}
main section#contact input[type=submit] {
  background: #fcc800;
  color: #fff;
  padding: 15px 0;
  border: none;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  letter-spacing: 1px;
  -moz-box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.08);
}
main section#estimate {
  background: #f5f5f5;
  padding-bottom: 30px;
}
main section#estimate table {
  width: 100%;
  margin-bottom: 30px;
}
main section#estimate table tr th, main section#estimate table tr td {
  color: #1a284f;
  padding: 10px 0;
  text-align: left;
}
main section#estimate table tr th {
  font-weight: bold;
  width: 30%;
}
main section#estimate table tr td {
  width: 63%;
}
main section#estimate table tr td select {
  background: #FFF;
  width: 100%;
  border: none;
  padding: 10px;
  vertical-align: middle !important;
  height: 40px;
}
main section#estimate table tr td input {
  border: none;
  width: 70%;
  margin-right: 10px;
}
main section#estimate input[type=submit] {
  background: #1a284f;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
  width: 100%;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.08);
}
main section#estimate div.result {
  margin-top: 50px;
}
main section#estimate div.result p.price {
  border: #EC0000 3px solid;
  color: #EC0000;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  padding: 25px 0;
  margin-bottom: 20px;
}
main section#estimate div.result p.notes {
  padding-left: 1.2em;
  position: relative;
  font-size: 13px;
}
main section#estimate div.result p.notes:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
main section#estimate div.result .irai {
  margin-top: 30px;
}
main section#estimate div.result .irai h3 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
main section#estimate div.result .irai p {
  margin-bottom: 20px;
}
main section#estimate div.result .irai input {
  width: 100%;
  margin-bottom: 20px;
}
main section#estimate div.result .irai input[type=submit] {
  background: #fcc800;
}

footer .inner {
  padding: 40px 20px;
}
footer .inner .logo {
  margin-bottom: 25px;
}
footer .inner .logo div {
  width: 35%;
  margin: 0 auto;
}
footer .inner .logo div img {
  width: 100%;
  height: auto;
}
footer .inner .logo p {
  font-size: 14px;
  text-align: center;
}
footer .inner .menu p {
  text-align: center;
  font-size: 15px;
}
footer .inner .menu p a {
  display: inline-block;
  padding: 0 10px;
}
footer .inner .menu p a:nth-child(1) {
  position: relative;
}
footer .inner .menu p a:nth-child(1):after {
  position: absolute;
  right: 0;
  content: "";
  width: 1px;
  height: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #333;
}
footer small {
  display: block;
  text-align: center;
  background: #f0f0f0;
  font-size: 13px;
  padding: 15px 0;
}

main section.company {
  border-bottom: #f0f0f0 1px solid;
  padding-bottom: 40px;
}
main section.company table {
  width: 100%;
  border-top: solid 2px #e1e1e1;
  border-bottom: solid 2px #e1e1e1;
  margin-bottom: 30px;
}
main section.company table tr {
  border-bottom: 1px dotted #c0c0c0;
}
main section.company table tr th, main section.company table tr td {
  font-size: 15px;
  padding: 15px 10px;
}
main section.company table tr th {
  background: #FFFCE8;
  width: 35%;
  text-align: left;
}
main section.company iframe {
  width: 100%;
  height: 280px;
  margin-bottom: 10px;
}
main section.company p.gmap a {
  color: #014aa5;
  font-size: 14px;
}

.slick_container {
  position: relative;
}

.slick-prev, .slick-next {
  width: 25px;
  height: 25px;
}

.slick-arrow {
  z-index: 10;
}

.slick-prev {
  left: -15px;
}

.slick-next {
  right: -15px;
}

.slick-prev img, .slick-next img {
  width: 25px;
  height: 25px;
}

.slick-initialized .slick-slide {
  margin: 0 5px;
}

/**********************************************************************

 * Media Query For PC

 ***********************************************************************/
@media print, screen and (min-width: 760px) {
  .sp {
    display: none;
  }

  .pc {
    display: block;
  }

  p {
    font-size: 17px;
  }

  header.is-fixed .inner {
    padding: 10px 0;
  }
  header.is-fixed .inner .logo {
    width: 50%;
  }
  header.is-fixed .inner .logo div {
    width: 100px;
  }
  header.is-fixed .inner .logo h1 {
    display: inline;
    font-size: 13px;
  }
  header.is-fixed .inner .btn div a {
    padding: 5px 0;
  }
  header .inner {
    padding: 25px 0;
    max-width: 1080px;
    margin: 0 auto;
  }
  header .inner .logo {
    width: 50%;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  header .inner .logo div {
    width: 140px;
    margin-right: 15px;
  }
  header .inner .logo h1 {
    font-size: 15px;
  }
  header .inner .btn {
    width: 316px;
    display: flex;
  }
  header .inner .btn div {
    width: 158px;
  }
  header .inner .btn div a {
    font-size: 16px;
    padding: 7px 0;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
  }
  header .inner .btn div a:hover {
    background: #1db620;
    color: #FFF;
  }

  main {
    padding-top: 93px;
  }
  main .site {
    background: #f6f6f6;
    padding: 10px 0;
  }
  main .site ul {
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
  }
  main .site ul li:not(:first-child) {
    font-size: 15px;
    position: relative;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  main .site ul li:not(:first-child):after {
    content: "";
    width: 1px;
    height: 15px;
    background: #dedede;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  main .site ul li:not(:first-child) a {
    display: block;
    padding: 0 20px;
  }
  main .site ul li:not(:first-child) a:hover {
    text-decoration: underline;
  }
  main .site ul li:first-child {
    background: #fff;
    font-weight: bold;
    padding: 0 50px;
    position: relative;
    height: 30px;
    margin-right: 10px;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  main .site ul li:first-child:after {
    border-left: 10px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    content: "";
    position: absolute;
    right: -10px;
    top: 0;
    margin-left: 50px;
  }
  main .mainimage {
    padding: 60px 0 40px 0;
    background: url("../images/bg.gif") repeat;
    -webkit-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
  }
  main .mainimage .pc {
    max-width: 1080px;
    margin: 0 auto;
  }
  main .mainimage .pc .copy {
    margin-bottom: 40px;
    position: relative;
    opacity: 0;
    left: -30px;
  }
  main .mainimage .inner {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
  }
  main .mainimage .inner:before {
    content: "";
    background: url("../images/item01.png");
    display: block;
    width: 394px;
    height: 732px;
    position: absolute;
    left: -400px;
    bottom: -180px;
  }
  main .mainimage .inner:after {
    content: "";
    background: url("../images/item02.png");
    display: block;
    width: 316px;
    height: 704px;
    position: absolute;
    right: -350px;
    bottom: -45px;
  }
  main .mainimage .inner p {
    margin-bottom: 18px;
  }
  main .mainimage .inner p a {
    text-decoration: underline;
  }
  main .mainimage .inner p a:hover {
    text-decoration: none;
  }
  main .mainimage .inner ul li {
    background: url("../images/icon_check.png") no-repeat left 10px center, #f6f6f6;
    -webkit-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
    line-height: 1.5;
    font-size: 19px;
    padding: 20px 5px 20px 45px;
  }
  main .mainimage .inner .btn a {
    width: 427px;
    margin: 0 auto 15px auto;
    display: block;
    border: 6px solid #9de79e;
    font-size: 27px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    padding: 15px 0;
  }
  main .mainimage .inner .btn a:hover {
    background: #1db620;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #1db620 0%, #99d822 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #1db620 0%, #99d822 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #1db620 0%, #99d822 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1db620', endColorstr='#99d822',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
  }
  main .mainimage .inner .btn p {
    font-size: 15px;
    width: 400px;
    margin: 0 auto;
  }
  main section h2 {
    font-size: 35px;
  }
  main section h2 span {
    font-size: 15px;
  }
  main section h2 span:before {
    content: "";
    display: inline-block;
    background: #ffde00;
    position: absolute;
    width: 70px;
    height: 3px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  main section .inner {
    padding: 60px 0;
    max-width: 1080px;
    margin: 0 auto;
  }
  main section .slider {
    background-color: #FFF;
    padding: 30px 40px;
  }
  main section .slider li a {
    display: block;
  }
  main section .slider li a:hover {
    opacity: 0.8;
  }
  main section .slider li div {
    margin-bottom: 15px;
  }
  main section .slider li div img {
    max-width: 172px;
    max-height: 113px;
  }
  main section .slider li p {
    font-size: 15px;
    margin-bottom: 10px;
  }
  main section .slider li .price {
    font-size: 20px;
  }
  main section.flow {
    padding-top: 60px;
  }
  main section.flow .inner {
    padding-bottom: 0;
  }
  main section.flow ul {
    max-width: 1020px;
    margin-top: 40px;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  main section.flow ul li {
    width: 29.42%;
    max-width: 300px;
    position: relative;
    margin-bottom: 100px;
    margin-right: 5.69%;
  }
  main section.flow ul li:nth-child(3n) {
    margin-right: 0;
  }
  main section.flow ul li:nth-child(2) {
    position: relative;
  }
  main section.flow ul li:nth-child(2):before {
    content: "";
    display: block;
    position: absolute;
    left: -9.2%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 363px;
    background: #e5e5e5;
  }
  main section.flow ul li:nth-child(2):after {
    content: "";
    display: block;
    position: absolute;
    right: -9.2%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 363px;
    background: #e5e5e5;
  }
  main section.flow ul li:nth-child(4) {
    position: relative;
  }
  main section.flow ul li:nth-child(4):after {
    content: "";
    display: block;
    position: absolute;
    right: -9.2%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 363px;
    background: #e5e5e5;
  }
  main section.flow ul li img.no {
    position: absolute;
    left: 10px;
    top: -35px;
    width: auto;
  }
  main section.flow ul li div {
    margin-bottom: 15px;
  }
  main section.flow ul li div img {
    width: 100%;
    height: auto;
  }
  main section.flow ul li h3 {
    font-size: 17px;
  }
  main section.flow ul li p {
    font-size: 15px;
  }
  main section.payment section {
    margin-bottom: 30px;
  }
  main section.payment section div.box {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  main section.payment section div.box div:nth-child(1) {
    margin-bottom: 15px;
  }
  main section.payment section div.box div a:hover {
    opacity: 0.7;
  }
  main section.payment section div p.notes {
    font-size: 14px;
    margin-top: 25px;
  }
  main section.payment section div.about {
    width: 850px;
  }
  main section.payment section div.about h3 {
    font-weight: bold;
    margin-bottom: 5px;
    color: #1a284f;
  }
  main section.payment section div.about p {
    font-size: 15px;
  }
  main section.payment dl {
    width: 710px;
    margin-top: 35px;
  }
  main section.payment dl dt, main section.payment dl dd {
    padding: 40px 10px;
    font-size: 18px;
  }
  main section.payment dl dt {
    background: #e7f7fd;
    width: 35%;
  }
  main section.payment dl dd {
    background: #F8F8F8;
    width: 65%;
  }
  main section.payment dl dd span {
    font-size: 28px;
    margin: 0 35px;
  }
  main section.buyjp .inner {
    padding: 120px 0 90px 0;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  main section.buyjp .inner > div:nth-child(1) {
    margin-bottom: 0;
    width: 50%;
  }
  main section.buyjp .inner > div:nth-child(1) div {
    width: 197px;
    margin: inherit;
  }
  main section.buyjp .inner > div:nth-child(1) p {
    font-size: 29px;
    text-align: left;
  }
  main section.buyjp .inner div:nth-child(2) {
    width: 40%;
  }
  main section.buyjp .inner div:nth-child(2) a {
    font-size: 27px;
  }
  main section.buyjp .inner div:nth-child(2) a:hover {
    background: #1db620;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #1db620 0%, #99d822 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #1db620 0%, #99d822 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #1db620 0%, #99d822 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1db620', endColorstr='#99d822',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
  }
  main section.buyjp .inner div:nth-child(2) p {
    font-size: 15px;
  }
  main section#contact {
    padding: 60px 0 40px 0;
  }
  main section#contact table {
    width: 850px;
    margin: 0 auto 40px auto;
  }
  main section#contact table tr th, main section#contact table tr td {
    display: table-cell;
    vertical-align: top;
  }
  main section#contact table tr th {
    text-align: left;
    width: 250px;
    position: relative;
  }
  main section#contact table tr th span {
    padding: 4px 10px;
    font-size: 14px;
    right: 30px;
    left: auto;
  }
  main section#contact table tr td textarea {
    height: 250px;
  }
  main section#contact input[type=submit] {
    width: 332px;
    margin: 0 auto;
    display: block;
  }
  main input[type=submit] {
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
  }
  main input[type=submit]:hover {
    opacity: 0.9;
  }
  main section#estimate {
    padding-top: 40px;
  }
  main section#estimate table {
    width: 500px;
    margin: 0 auto 40px auto;
  }
  main section#estimate table tr th, main section#estimate table tr td {
    color: #1a284f;
    padding: 15px;
  }
  main section#estimate table tr th {
    width: 20%;
  }
  main section#estimate table tr td {
    width: 75%;
  }
  main section#estimate input[type=submit] {
    width: 332px;
    margin: 0 auto;
    display: block;
  }
  main section#estimate div.result {
    width: 704px;
    margin: 70px auto 0 auto;
  }
  main section#estimate div.result p.price {
    font-size: 25px;
  }
  main section#estimate div.result p.notes {
    font-size: 15px;
  }
  main section#estimate div.result p.notes:before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
  }
  main section#estimate div.result .irai {
    margin-top: 60px;
  }
  main section#estimate div.result .irai h3 {
    font-size: 20px;
  }
  main section#estimate div.result .irai p {
    font-size: 15px;
  }
  main section#estimate div.result .irai input {
    width: 100%;
    margin-bottom: 40px;
  }
  main section#estimate div.result .irai input[type=submit] {
    width: 332px;
    margin: 0 auto;
    display: block;
  }

  footer .inner {
    padding: 60px 0;
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  footer .inner .logo {
    margin-bottom: 0;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  footer .inner .logo div {
    width: 150px;
    margin: 0;
  }
  footer .inner .logo div img {
    vertical-align: middle;
  }
  footer .inner .logo p {
    font-size: 14px;
    text-align: left;
    margin-left: 25px;
  }
  footer .inner .menu a:hover {
    text-decoration: underline;
  }
  footer small {
    font-size: 12px;
    padding: 20px 0;
  }

  main section.company .inner {
    max-width: 880px;
    margin: 0 auto;
  }
  main section.company table {
    margin-bottom: 50px;
  }
  main section.company table tr th, main section.company table tr td {
    padding: 20px 30px;
    font-size: 17px;
  }
  main section.company table tr th {
    width: 160px;
  }
  main section.company iframe {
    height: 420px;
  }
  main section.company p.gmap a {
    font-size: 15px;
  }

  .slick-prev, .slick-next {
    width: 40px;
    height: 40px;
  }

  .slick-prev {
    left: -20px;
  }

  .slick-next {
    right: -20px;
  }

  .slick-dots {
    bottom: -45px;
  }

  .slick-dots li button:before {
    font-size: 13px;
  }

  .slick-prev img, .slick-next img {
    width: 40px;
    height: 40px;
  }

  .slick-initialized .slick-slide {
    margin: 0 10px;
  }
}
