@charset "UTF-8";
/* common css */
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0;
  padding: 0;
  color: #1d1d1d;
  font-size: 13px;
  position: relative;
}

/* ==============================================
 Reset
=============================================== */
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: bottom;
}

article, aside, details, figcaption, figure, main,
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;
}

span {
  vertical-align: baseline;
}

/* ==============================================
 Common
=============================================== */
*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  margin: 0;
  width: 100%;
}

body {
  background: #ffffff;
  color: #1d1d1d;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

a {
  color: #1d1d1d;
  outline: medium none;
  text-decoration: none;
}

a:visited {
  outline: medium none;
}

a:focus {
  outline: medium none;
}

a:active, a:hover {
  outline: medium none;
}

@media (min-width: 1040px) {
  a:hover {
    color: #999;
    text-decoration: none;
  }
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: bold;
  font-weight: 600;
  margin: 0;
}

address {
  font-style: italic;
  margin: 0 0 24px;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: none repeat scroll 0 0 #FFFF00;
  color: #000000;
}

p {
  line-height: 1.7;
  margin: 0 0 36px;
  max-height: 100%;
}
@media (max-width: 767px) {
  p {
    line-height: 1.6;
    margin-bottom: 24px;
  }
}

code, kbd, pre, samp {
  -webkit-hyphens: none;
          hyphens: none;
  font-family: monospace, serif;
  font-size: 14px;
}

pre {
  background: none repeat scroll 0 0 #F5F5F5;
  color: #666666;
  font-family: monospace;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

blockquote, q {
  -webkit-hyphens: none;
          hyphens: none;
  quotes: none;
}

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

blockquote {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 24px 40px;
}

blockquote blockquote {
  margin-right: 0;
}

blockquote cite, blockquote small {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}

blockquote em, blockquote i {
  font-style: normal;
  font-weight: 300;
}

blockquote strong, blockquote b {
  font-weight: 400;
}

small {
  font-size: 13px;
  font-size: 1.3rem;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl {
  margin: 0;
}

dt {
  line-height: 1.8;
  font-weight: bold;
  font-weight: 600;
  margin: 0;
}

dd {
  line-height: 1.8;
  margin: 0;
}

menu, ol, ul {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
}

li {
  line-height: 1.8;
}

th {
  font-weight: bold;
  font-weight: 600;
  line-height: 1.6em;
}

td {
  line-height: 1.6em;
}

img {
  border: 0 none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  backface-visibility: hidden;
}

input[type=text]:focus,
textarea:focus {
  outline: 0;
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}

/* ==============================================
 Loading
=============================================== */
.loader {
  color: #df0515;
  font-size: 40px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  left: 50%;
  top: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  border-radius: 50%;
  position: fixed;
  transform: translateZ(0);
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes round {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* ==============================================
 fade Animation
=============================================== */
.fade-animation {
  animation-fill-mode: both;
  animation-duration: 0.8s;
  animation-name: fade-animation;
  visibility: visible !important;
}
@keyframes fade-animation {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes pulsation {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(0.96);
  }
  70% {
    transform: scale(1.06);
  }
  100% {
    transform: scale(1);
  }
}
/* ==============================================
 Font
=============================================== */
/* Font size
----------------------------------------------- */
.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

/* Font color
----------------------------------------------- */
.fc-red {
  color: #df0515;
}

/* Font family
----------------------------------------------- */
.ff-serif {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.ff-en {
  font-family: "Barlow", sans-serif;
}

/* Text align
----------------------------------------------- */
.ta-center {
  text-align: center;
}

.ta-left {
  text-align: left;
}

.ta-right {
  text-align: right;
}

/* Text indent
----------------------------------------------- */
.indent-1 {
  text-indent: 1em;
}

/* ==============================================
 Layout
=============================================== */
/* Common
----------------------------------------------- */
.outer {
  background-color: #ffffff;
  display: none;
  overflow: hidden;
}

.wrapper {
  background-color: #fff;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 72px;
}
@media (max-width: 1039px) {
  .wrapper {
    padding-top: 42px;
  }
}

.section {
  padding-top: 100px;
  padding-bottom: 110px;
}
@media (max-width: 767px) {
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.container {
  padding-right: 30px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.flex {
  display: flex;
}

/* Float
----------------------------------------------- */
.fl-left {
  float: left;
}

.fl-right {
  float: right;
}

/* Table
----------------------------------------------- */
.table {
  display: table;
  width: 100%;
}

.table > * {
  display: table-cell;
  vertical-align: middle;
}

/* Micro Clearfix
----------------------------------------------- */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* ==============================================
 Header
=============================================== */
#header {
  background-color: #fff;
  height: 72px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  transition: all 0.14s ease-out;
}
@media (max-width: 1039px) {
  #header {
    height: 42px;
  }
}
#header .container {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 767px) {
  #header .container {
    padding-left: 10px;
  }
}

#header-logo {
  margin-right: auto;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 1039px) {
  #header-logo {
    height: 42px;
    line-height: 40px;
  }
}
#header-logo .logo-corp {
  margin-right: 20px;
}
@media (max-width: 1039px) {
  #header-logo .logo-corp img {
    width: 110px;
  }
}
@media (max-width: 767px) {
  #header-logo .logo-corp {
    margin-right: 6px;
  }
}
@media (max-width: 360px) {
  #header-logo .logo-corp {
    margin-right: 0;
  }
}
@media (max-width: 1039px) {
  #header-logo .logo img {
    width: 110px;
  }
}

#header-nav {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1039px) {
  #header-nav {
    display: none;
  }
}
#header-nav ul {
  display: flex;
}
#header-nav ul li {
  margin-right: 20px;
  padding-right: 20px;
  position: relative;
}
#header-nav ul li::after {
  background: #ccc;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  height: 18px;
  width: 1px;
  opacity: 0.5;
  transform: rotate(20deg);
}
#header-nav ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
#header-nav ul li:last-child::after {
  content: none;
}
#header-nav ul li a {
  padding: 5px 3px;
}
@media (min-width: 1040px) {
  #header-nav ul li a {
    transition: color 200ms;
  }
  #header-nav ul li a:hover {
    color: #777;
  }
}

#header-btns {
  margin-left: auto;
}
@media (max-width: 1039px) {
  #header-btns {
    padding-left: 10px;
  }
}
#header-btns > a {
  background-color: #df0515;
  color: #fff;
  letter-spacing: 0.02em;
  font-size: 17px;
  font-weight: bold;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  display: block;
  height: 72px;
  line-height: 70px;
  text-align: center;
  width: 180px;
  white-space: nowrap;
}
#header-btns > a::after {
  right: 16px;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
@media (max-width: 1039px) {
  #header-btns > a {
    height: 42px;
    font-size: 13px;
    line-height: 40px;
    width: 100px;
  }
}
@media (max-width: 767px) {
  #header-btns > a {
    padding-left: 12px;
    padding-right: 18px;
    width: auto;
  }
  #header-btns > a::after {
    right: 9px;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
  }
}
@media (max-width: 360px) {
  #header-btns > a {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #header-btns > a::after {
    content: none;
  }
}
@media (min-width: 1040px) {
  #header-btns > a {
    transition: background-color 200ms ease;
  }
  #header-btns > a:hover {
    background-color: rgb(173.1184210526, 3.8815789474, 16.3026315789);
  }
}

/* ==============================================
 Main
=============================================== */
.heading-2 {
  line-height: 1.3;
  text-align: center;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .heading-2 {
    margin-bottom: 30px;
  }
  .heading-2 img {
    height: 37px;
    width: auto;
  }
}
@media (max-width: 360px) {
  .heading-2 img {
    height: 32px;
    width: auto;
  }
}

/* mainvisual
----------------------------------------------- */
#mainvisual {
  overflow: none;
  text-align: center;
}
@media (max-width: 767px) {
  #mainvisual {
    background: none;
  }
}
#mainvisual .mv-img {
  padding: 0;
  max-width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}
@media screen and (max-width: 1560px) {
  #mainvisual .mv-img {
    max-width: 1560px;
    margin-left: -780px;
  }
}
@media (max-width: 767px) {
  #mainvisual .mv-img {
    left: 0;
    margin-left: 0;
  }
}
#mainvisual img {
  display: block;
  width: 100%;
}

/* overview
----------------------------------------------- */
#overview {
  padding-top: 100px;
}
@media (max-width: 767px) {
  #overview {
    padding-top: 46px;
  }
}
#overview .heading-2 {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  #overview .heading-2 {
    margin-bottom: 40px;
  }
}
#overview .overview-main .overview-block {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  #overview .overview-main .overview-block {
    display: block;
    text-align: center;
  }
}
#overview .overview-main .overview-block h3 {
  background-color: #df0515;
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.08em;
  padding: 5px;
  margin-right: 28px;
  margin-top: 9px;
  width: 180px;
}
@media (max-width: 767px) {
  #overview .overview-main .overview-block h3 {
    font-size: 14px;
    display: inline-block;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 12px;
    width: 160px;
  }
}
#overview .overview-main .overview-block .cont {
  flex: 1;
}
#overview .overview-main .overview-block .cont .large {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #overview .overview-main .overview-block .cont .large {
    font-size: 18px;
  }
}
#overview .overview-main .overview-block .cont .large span {
  display: inline-block;
}
#overview .overview-main .overview-block .cont .large .underline {
  position: relative;
}
#overview .overview-main .overview-block .cont .large .underline::after {
  background-color: #df0515;
  content: "";
  height: 1px;
  left: 0;
  bottom: 2px;
  position: absolute;
  width: 100%;
}
@media (max-width: 767px) {
  #overview .overview-main .overview-block .cont .large .sp-small {
    font-size: 14px;
  }
}
#overview .overview-main .overview-block .cont .caps {
  line-height: 1.3;
  text-align: left;
  margin-top: 16px;
}
@media (max-width: 767px) {
  #overview .overview-main .overview-block .cont .caps {
    margin-top: 12px;
    display: block;
  }
}
#overview .overview-main .overview-block .cont .caps li {
  display: block;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0em;
  margin-bottom: 0.4em;
}
@media (max-width: 767px) {
  #overview .overview-main .overview-block .cont .caps li {
    display: block;
    line-height: 1.5;
    font-size: 11px;
    margin-bottom: 0;
  }
}
#overview .overview-main .overview-block .cont .overview-service-list {
  margin-bottom: 20px;
}
#overview .overview-main .overview-block .cont .overview-service-list dt {
  color: #df0515;
  font-size: 24px;
  line-height: 1.4;
  text-indent: -0.5em;
  margin-bottom: 0.2em;
}
@media (max-width: 767px) {
  #overview .overview-main .overview-block .cont .overview-service-list dt {
    text-indent: 0;
    font-size: 18px;
  }
}
#overview .overview-main .overview-block .cont .overview-service-list dd {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-indent: -1em;
  padding-left: 1em;
}
@media (max-width: 767px) {
  #overview .overview-main .overview-block .cont .overview-service-list dd {
    font-size: 15px;
    line-height: 1.55;
    text-align: left;
  }
}
@media (max-width: 767px) {
  #overview .overview-main .overview-block__1 .cont img {
    margin: 5px auto;
    width: 380px;
  }
}
#overview .overview-main .overview-block__1 .cont .caution {
  color: #df0515;
  font-size: 16px;
  font-weight: 500;
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  #overview .overview-main .overview-block__1 .cont .caution {
    font-size: 14px;
  }
}
#overview .overview-main .overview-block__2 h3 {
  margin-top: 0;
}
#overview .overview-main .overview-block__3 h3 {
  margin-top: 3px;
}
@media (max-width: 767px) {
  #overview .overview-main .overview-block__3 h3 {
    margin-top: 0;
  }
}
#overview .overview-main .overview-block__4 h3 {
  margin-top: 3px;
}
@media (max-width: 767px) {
  #overview .overview-main .overview-block__4 h3 {
    margin-top: 0;
  }
}
#overview .overview-img {
  padding-left: 10px;
  padding-top: 20px;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  #overview .overview-img {
    padding-top: 0;
    padding-left: 0;
    margin-bottom: 50px;
  }
}
#overview .overview-coating h3 {
  color: #df0515;
  border-bottom: 1px solid #df0515;
  border-top: 1px solid #df0515;
  font-size: 22px;
  padding: 10px 0;
  text-align: center;
  margin-bottom: 46px;
  margin-top: 100px;
}
@media (max-width: 767px) {
  #overview .overview-coating h3 {
    font-size: 17px;
    margin-bottom: 20px;
    margin-top: 60px;
  }
}
#overview .overview-coating .overview-coating-menu {
  display: flex;
  justify-content: center;
}
#overview .overview-coating .overview-coating-menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 767px) {
  #overview .overview-coating .overview-coating-menu ul {
    gap: 0;
  }
}
#overview .overview-coating .overview-coating-menu ul li {
  text-align: center;
  width: 210px;
}
@media (max-width: 767px) {
  #overview .overview-coating .overview-coating-menu ul li {
    padding: 15px 3%;
    width: 50%;
  }
}
#overview .overview-coating .overview-coating-menu ul li img {
  display: block;
  margin: 0 auto 14px;
}
@media (max-width: 767px) {
  #overview .overview-coating .overview-coating-menu ul li img {
    margin-bottom: 10px;
  }
}
#overview .overview-coating .overview-coating-menu ul li p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #overview .overview-coating .overview-coating-menu ul li p {
    font-size: 13px;
  }
}
#overview .overview-addition h3 {
  color: #df0515;
  border-bottom: 1px solid #df0515;
  border-top: 1px solid #df0515;
  font-size: 22px;
  padding: 10px 0;
  text-align: center;
  margin-bottom: 36px;
  margin-top: 90px;
}
@media (max-width: 767px) {
  #overview .overview-addition h3 {
    font-size: 17px;
    margin-bottom: 20px;
    margin-top: 30px;
  }
}
#overview .overview-addition ol {
  list-style: none;
}
#overview .overview-addition ol li {
  font-weight: 500;
  padding: 0 10px;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  #overview .overview-addition ol li {
    border: 1px solid #e5e5e5;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  #overview .overview-addition ol li:last-child {
    margin-bottom: 0;
  }
}
#overview .overview-addition ol li p {
  line-height: 1.5;
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  #overview .overview-addition ol li p {
    margin-bottom: 15px;
  }
}

/* howto
----------------------------------------------- */
#howto {
  background-color: #fef4f4;
}
#howto .heading-2 {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  #howto .heading-2 {
    margin-bottom: 46px;
  }
}
#howto .howto-list {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  #howto .howto-list {
    display: block;
    margin: 0 auto;
    max-width: 340px;
  }
}
#howto .howto-list li {
  background-color: #fff;
  position: relative;
  margin-right: 3.5%;
  text-align: center;
  padding: 40px 10px 35px;
  margin-bottom: 65px;
  width: 31%;
  border-radius: 24px;
}
@media (max-width: 767px) {
  #howto .howto-list li {
    margin-right: auto;
    padding: 30px 20px 26px;
    margin-bottom: 65px;
    width: auto;
    border-radius: 20px;
  }
}
#howto .howto-list li::after {
  content: "";
  position: absolute;
  right: -8.5%;
  top: 50%;
  margin-top: -13px;
  border-style: solid;
  border-width: 13px 0 13px 17px;
  border-color: transparent transparent transparent #df0515;
}
@media (max-width: 767px) {
  #howto .howto-list li::after {
    border-width: 14px 13px 0 13px;
    border-color: #df0515 transparent transparent transparent;
    margin-top: auto;
    bottom: -28px;
    top: auto;
    margin-right: -13px;
    right: 50%;
  }
}
#howto .howto-list li:nth-child(3n) {
  margin-right: auto;
}
#howto .howto-list li:nth-child(3n)::after {
  content: none;
}
@media (max-width: 767px) {
  #howto .howto-list li:nth-child(3n)::after {
    content: "";
  }
}
@media (max-width: 767px) {
  #howto .howto-list li:last-child {
    margin-bottom: 36px;
  }
  #howto .howto-list li:last-child::after {
    content: none;
  }
}
#howto .howto-list li .step {
  position: absolute;
  left: 50%;
  top: -35px;
  transform: translateX(-50%);
  height: 55px;
  width: auto;
  z-index: 1;
}
@media (max-width: 767px) {
  #howto .howto-list li .step {
    top: -24px;
    height: 45px;
  }
}
#howto .howto-list li .img {
  margin-bottom: 22px;
  text-align: center;
}
@media (max-width: 767px) {
  #howto .howto-list li .img {
    margin-bottom: 16px;
    width: 260px;
  }
}
#howto .howto-list li .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3em;
}
@media (max-width: 767px) {
  #howto .howto-list li .txt {
    display: block;
    min-height: auto;
  }
}
#howto .howto-list li p {
  line-height: 1.4;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 0;
}
#howto .btn-area {
  text-align: center;
}
#howto .btn-area .btn {
  background: #df0515 url(../images/btn_arrow_white.png) no-repeat right 30px top 50%;
  background-size: 16px 14px;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  font-size: 20px;
  border-radius: 60px;
  padding: 26px 50px;
  width: 400px;
  max-width: 100%;
}
@media (min-width: 1040px) {
  #howto .btn-area .btn {
    transition: background-color 200ms ease;
  }
  #howto .btn-area .btn:hover {
    background-color: rgb(173.1184210526, 3.8815789474, 16.3026315789);
  }
}
@media (max-width: 767px) {
  #howto .btn-area .btn {
    font-size: 16px;
    background-size: 14px 12px;
    width: 340px;
  }
}

/* mobile pay
----------------------------------------------- */
#mobile_pay {
  background-color: #fffaf1;
  text-align: center;
}
#mobile_pay .heading-2 {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  #mobile_pay .heading-2 {
    margin-top: -20px;
    margin-bottom: 24px;
  }
}
#mobile_pay .txt-wrap {
  position: relative;
  padding: 38px;
}
@media (max-width: 767px) {
  #mobile_pay .txt-wrap {
    padding: 0;
  }
}
#mobile_pay .txt-wrap p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #mobile_pay .txt-wrap p {
    text-align: center;
    position: relative;
  }
  #mobile_pay .txt-wrap p img {
    width: 340px;
  }
}
#mobile_pay .txt-wrap .app-mark {
  position: absolute;
  left: 2%;
  top: 0;
}
@media (max-width: 767px) {
  #mobile_pay .txt-wrap .app-mark {
    position: static;
    left: auto;
    top: auto;
    margin-bottom: 20px;
    width: 100px;
  }
}
#mobile_pay .txt-wrap .illust {
  position: absolute;
  left: 13.5%;
  top: 232px;
}
@media (max-width: 767px) {
  #mobile_pay .txt-wrap .illust {
    display: none;
    margin-left: 70px;
    left: 50%;
    top: 30px;
    right: auto;
    width: 100px;
  }
}
@media (max-width: 360px) {
  #mobile_pay .txt-wrap .illust {
    top: -62px;
    width: 80px;
  }
}
#mobile_pay .txt-wrap .staff {
  position: absolute;
  right: -62px;
  top: 20px;
}
@media (max-width: 767px) {
  #mobile_pay .txt-wrap .staff {
    position: static;
    right: 0;
    top: 0;
    display: block;
    margin: 10px auto 30px;
    width: 220px;
  }
}
#mobile_pay .btn-area {
  margin: 60px auto 25px;
}
@media (max-width: 767px) {
  #mobile_pay .btn-area {
    margin: 24px auto;
  }
}
#mobile_pay .btn-area .btn {
  background: #fff url("../images/btn_arrow.png") no-repeat right 20px top 50%;
  background-size: 24px 24px;
  border: 2px solid #df0515;
  box-shadow: 0 2px 0 #df0515;
  color: #df0515;
  letter-spacing: 0.04em;
  font-size: 19px;
  font-weight: bold;
  display: inline-block;
  padding: 30px;
  border-radius: 60px;
  width: 500px;
  max-width: 100%;
}
@media (min-width: 1040px) {
  #mobile_pay .btn-area .btn:hover {
    opacity: 0.8;
  }
}
@media (max-width: 767px) {
  #mobile_pay .btn-area .btn {
    background-size: 20px 20px;
    background-position: right 16px top 50%;
    font-size: 16px;
    padding: 24px 40px;
  }
}
@media (max-width: 360px) {
  #mobile_pay .btn-area .btn {
    background-size: 16px 16px;
    font-size: 4.4vw;
  }
}
#mobile_pay h3 {
  background-color: #df0515;
  color: #fff;
  font-size: 19px;
  letter-spacing: 0.04em;
  padding: 10px;
  border-radius: 6px;
  margin: 60px auto 26px;
}
@media (max-width: 767px) {
  #mobile_pay h3 {
    font-size: 16px;
    margin: 40px auto 20px;
  }
}
#mobile_pay .end-bnr {
  position: relative;
  margin: 70px auto 20px;
}
@media (max-width: 767px) {
  #mobile_pay .end-bnr {
    margin: 40px auto 20px;
  }
}
#mobile_pay .end-bnr .dl-btns {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 20.5%;
  bottom: 15%;
  z-index: 1;
}
#mobile_pay .end-bnr .dl-btns li {
  float: left;
  margin-right: 14px;
}
#mobile_pay .end-bnr .dl-btns li:last-child {
  margin-right: 0;
}
#mobile_pay .end-bnr .dl-btns li img {
  width: 166px;
}
@media (max-width: 1039px) {
  #mobile_pay .end-bnr .dl-btns li img {
    width: 144px;
  }
}
@media (max-width: 767px) {
  #mobile_pay .end-bnr {
    border-radius: 16px;
  }
  #mobile_pay .end-bnr .dl-btns {
    width: 94%;
    left: 5.8%;
    bottom: 9%;
    margin-top: 12px;
    display: flex;
  }
  #mobile_pay .end-bnr .dl-btns li {
    float: none;
    margin-right: 4%;
    width: 43.2%;
  }
  #mobile_pay .end-bnr .dl-btns li img {
    width: 100%;
  }
}

/* set-guide
----------------------------------------------- */
#set-guide .heading-2 + p {
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 45px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  #set-guide .heading-2 + p {
    font-size: 16px;
    margin-bottom: 24px;
    margin-top: 24px;
  }
}
#set-guide .set-guide-flow {
  position: relative;
}
#set-guide .set-guide-flow::after {
  content: "";
  border-style: solid;
  border-width: 13px 0 13px 16px;
  border-color: transparent transparent transparent #df0515;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-40%, -50%);
}
@media (max-width: 767px) {
  #set-guide .set-guide-flow::after {
    border-width: 15px 13px 0 13px;
    border-color: #df0515 transparent transparent transparent;
    transform: translate(-50%, -48%);
  }
}
#set-guide .set-guide-flow .flex {
  justify-content: space-between;
}
@media (max-width: 767px) {
  #set-guide .set-guide-flow .flex {
    display: block;
  }
}
#set-guide .set-guide-flow .flex .img {
  width: 48%;
}
#set-guide .set-guide-flow .flex .img img {
  width: 100%;
}
@media (max-width: 767px) {
  #set-guide .set-guide-flow .flex .img {
    width: auto;
  }
  #set-guide .set-guide-flow .flex .img:first-child {
    margin-bottom: 40px;
  }
}
#set-guide .set-guide-flow.flow-set .img {
  border: 1px solid #e9e8e5;
}
#set-guide .set-guide-flow.flow-ss::after {
  border-color: transparent transparent transparent #12ac9f;
}
@media (max-width: 767px) {
  #set-guide .set-guide-flow.flow-ss::after {
    border-color: #12ac9f transparent transparent transparent;
  }
}
#set-guide h3 {
  font-size: 29px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 70px;
}
@media (max-width: 767px) {
  #set-guide h3 {
    font-size: 17px;
    margin-bottom: 16px;
    margin-top: 40px;
  }
}
@media (max-width: 360px) {
  #set-guide h3 {
    font-size: 16px;
  }
}
#set-guide .attention {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 38px;
}
@media (max-width: 767px) {
  #set-guide .attention {
    margin-bottom: 22px;
  }
}
#set-guide .attention p {
  background-color: #df0515;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.5;
  padding: 12px 30px 13px;
  border-radius: 50px;
  position: relative;
}
@media (max-width: 767px) {
  #set-guide .attention p {
    font-size: 15px;
  }
}
@media (max-width: 360px) {
  #set-guide .attention p {
    font-size: 14px;
  }
}
#set-guide .attention p span {
  display: inline-block;
}
@media (max-width: 767px) {
  #set-guide .attention p {
    padding: 12px 20px 13px;
  }
}
#set-guide .attention p::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border-style: solid;
  border-width: 12px 10px 0 10px;
  border-color: #df0515 transparent transparent transparent;
  transform: translateX(-50%);
}

/* notes
----------------------------------------------- */
#notes {
  background-color: #fef4f4;
}
@media (max-width: 767px) {
  #notes .heading-2 img {
    height: auto;
    width: 320px;
  }
}
#notes .notes-block .notes-inner {
  background-color: #fff;
  padding: 40px 45px 50px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  #notes .notes-block .notes-inner {
    padding: 20px 20px 26px;
  }
}
#notes .notes-block h4 {
  color: #df0515;
  font-size: 18px;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  #notes .notes-block h4 {
    font-size: 14px;
  }
}
#notes .notes-block h5 {
  color: #df0515;
  font-size: 16px;
  letter-spacing: 0.02em;
  margin-bottom: 6px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  #notes .notes-block h5 {
    font-size: 14px;
  }
}
#notes .notes-block p {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.75;
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  #notes .notes-block p {
    font-size: 12px;
    line-height: 1.7;
    margin-bottom: 22px;
  }
}
#notes .notes-block p a {
  color: #df0515;
  text-decoration: underline;
  word-break: break-all;
}
#notes .notes-block p a:hover {
  text-decoration: none;
}
#notes .notes-block p a.no-color {
  color: #353434;
  text-decoration: none;
}
#notes .notes-contact {
  margin-top: 50px;
  border-bottom: 1px solid #dfdfdf;
  border-top: 1px solid #dfdfdf;
  padding: 1px 0;
}
@media (max-width: 767px) {
  #notes .notes-contact {
    margin-top: 2px;
  }
}
#notes .notes-contact table {
  width: 100%;
}
#notes .notes-contact table th {
  background-color: #f4f4f4;
  text-align: center;
  line-height: 1.5;
  padding: 22px 20px;
  font-size: 15px;
  vertical-align: middle;
  width: 280px;
}
@media (max-width: 1039px) {
  #notes .notes-contact table th {
    font-size: 14px;
    display: block;
    padding: 12px;
    width: auto;
  }
}
#notes .notes-contact table td {
  background: #fff;
  text-align: left;
  line-height: 1.6;
  padding: 22px 30px;
  font-size: 15px;
  vertical-align: middle;
}
@media (max-width: 1039px) {
  #notes .notes-contact table td {
    font-size: 14px;
    display: block;
    text-align: center;
    padding: 20px;
  }
}
#notes .notes-contact dl {
  text-align: center;
}
#notes .notes-contact dl dt {
  display: inline-block;
  line-height: 1.6;
  color: #df0515;
  font-size: 16px;
  margin-right: 30px;
}
@media (max-width: 767px) {
  #notes .notes-contact dl dt {
    display: block;
    font-size: 14px;
    margin-right: auto;
  }
}
#notes .notes-contact dl dd {
  display: inline-block;
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 767px) {
  #notes .notes-contact dl dd {
    display: block;
  }
}

/* ==============================================
 Footer
=============================================== */
/* Common
----------------------------------------------- */
#footer {
  padding: 60px 0 20px;
  text-align: center;
}
@media (max-width: 767px) {
  #footer {
    padding-top: 30px;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  #footer .container {
    padding: 0;
  }
}

.footer-logo {
  margin-bottom: 25px;
}

/* footer nav
----------------------------------------------- */
.footer-nav ul li {
  display: inline-block;
  margin: 0 20px 10px 0;
  line-height: 1.1;
  position: relative;
  vertical-align: baseline;
}
@media (max-width: 767px) {
  .footer-nav ul li {
    display: block;
    border-right: none;
    border-top: 1px solid #dcdddd;
    padding: 0;
    margin: 0;
    text-align: left;
  }
}
.footer-nav ul li a {
  font-size: 12px;
  line-height: 1;
}
@media (max-width: 767px) {
  .footer-nav ul li a {
    display: block;
    font-weight: bold;
    padding: 15px 20px 15px 34px;
    position: relative;
  }
  .footer-nav ul li a::before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -3.5px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #d54514;
    border-right: 2px solid #d54514;
    transform: rotate(45deg);
    left: 15px;
    right: auto;
  }
}
.footer-nav ul li:last-child {
  margin-right: 0;
}
.footer-nav ul li:last-child::after {
  content: none;
}
.footer-nav ul li::after {
  background: #d2d2d2;
  content: "";
  position: absolute;
  right: -12px;
  top: 4px;
  height: 13px;
  width: 1px;
  transform: rotate(20deg);
}
@media (max-width: 767px) {
  .footer-nav ul li::after {
    content: none;
  }
}

.copyright {
  margin-bottom: 0;
  font-size: 10px;
  padding-top: 30px;
}
@media (max-width: 767px) {
  .copyright {
    background-color: #949494;
    color: #fff;
    font-size: 11px;
    text-align: center;
    padding: 10px 16px;
  }
}

/*  Pagetop
----------------------------------------------- */
.pagetop {
  cursor: pointer;
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 100;
}
@media (max-width: 767px) {
  .pagetop {
    right: 20px;
    bottom: 20px;
    width: 30px;
  }
}

/*  cookie dialog
----------------------------------------------- */
#gdpr-cookie-message {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #000;
  background-color: #fff;
  padding: 20px 0 20px;
  z-index: 9999;
}

#gdpr-cookie-message .container {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
}

#gdpr-cookie-message h4 {
  display: none;
}

#gdpr-cookie-message h5 {
  display: none;
}

#gdpr-cookie-message p {
  line-height: 1.7;
  font-size: 80%;
  margin-bottom: 0;
  padding-right: 220px;
}

#gdpr-cookie-message p:last-child {
  margin-bottom: 0;
  padding-right: 0;
  text-align: right;
}

#gdpr-cookie-message a {
  color: #000;
  text-decoration: underline;
}

#gdpr-cookie-message a:hover {
  text-decoration: none;
}

#gdpr-cookie-message button#gdpr-cookie-accept {
  background-color: #000;
  color: #fff;
  border: none;
  outline: 0;
  font-size: 12px;
  display: inline-block;
  padding: 10px 12px;
  margin: 0;
  position: absolute;
  top: 0px;
  right: 16px;
}

button#gdpr-cookie-advanced {
  display: none;
}

@media (max-width: 1039px) {
  #gdpr-cookie-message {
    padding: 20px 10px;
  }
  #gdpr-cookie-message p {
    padding-right: 0;
    margin-bottom: 6px;
  }
  #gdpr-cookie-message p:last-child {
    text-align: center;
    margin-top: 16px;
  }
  #gdpr-cookie-message button#gdpr-cookie-accept {
    position: static;
    top: auto;
    right: auto;
    padding: 8px;
    display: block;
    width: 100%;
  }
}
#gdpr-cookie-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
  z-index: 9998;
}

/* ==============================================
 Media Queries
=============================================== */
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}
/* ==============================================
 Media Queries
=============================================== */
/* hidden
----------------------------------------------- */
@media screen and (min-width: 992px) {
  .hidden-lg {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .hidden-md {
    display: none !important;
  }
}
@media screen and (min-width: 544px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}
@media screen and (max-width: 543px) {
  .hidden-xs {
    display: none !important;
  }
}
/* column
----------------------------------------------- */
.col-lg-1 {
  width: 12%;
}

.col-lg-2 {
  width: 16.6666%;
}

.col-lg-3 {
  width: 25%;
}

.col-lg-4 {
  width: 33.3333%;
}

.col-lg-5 {
  width: 41.6666%;
}

.col-lg-6 {
  width: 50%;
}

.col-lg-7 {
  width: 57.0833%;
}

.col-lg-8 {
  width: 66.6667%;
}

.col-lg-9 {
  width: 75%;
}

.col-lg-10 {
  width: 83.3334%;
}

.col-lg-11 {
  width: 91.6666%;
}

.col-lg-12 {
  width: 100%;
}

/* pc min
----------------------------------------------- */
@media screen and (max-width: 1119px) {
  /* column
  ----------------------------------------------- */
  .col-md-1 {
    width: 12%;
  }
  .col-md-2 {
    width: 16.6666%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333%;
  }
  .col-md-5 {
    width: 41.6666%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 57.0833%;
  }
  .col-md-8 {
    width: 66.6667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3334%;
  }
  .col-md-11 {
    width: 91.6666%;
  }
  .col-md-12 {
    width: 100%;
  }
}
/* tablet
----------------------------------------------- */
@media screen and (max-width: 991px) {
  body.sp-nav-open {
    overflow: hidden !important;
  }
  /* ==============================================
   Layout
  =============================================== */
  /* column
  ----------------------------------------------- */
  .col-sm-1 {
    width: 12%;
  }
  .col-sm-2 {
    width: 16.6666%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333%;
  }
  .col-sm-5 {
    width: 41.6666%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 57.0833%;
  }
  .col-sm-8 {
    width: 66.6667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3334%;
  }
  .col-sm-11 {
    width: 91.6666%;
  }
  .col-sm-12 {
    width: 100%;
  }
}
/* column
----------------------------------------------- */
@media screen and (max-width: 767px) {
  /* column
  ----------------------------------------------- */
  .col-xs-1 {
    width: 12%;
  }
  .col-xs-2 {
    width: 16.6666%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-4 {
    width: 33.3333%;
  }
  .col-xs-5 {
    width: 41.6666%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-7 {
    width: 57.0833%;
  }
  .col-xs-8 {
    width: 66.6667%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-10 {
    width: 83.3334%;
  }
  .col-xs-11 {
    width: 91.6666%;
  }
  .col-xs-12 {
    width: 100%;
  }
}
@media print {
  body {
    zoom: 75%;
  }
}/*# sourceMappingURL=style.css.map */