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

address,
cite,
dfn,
em,
var {
  font-style: normal;
}

blockquote {
  margin: 0;
}

body {
  background-color: #fff;
  color: #000;
  font-family: sans-serif;
  margin: 0;
}

caption {
  text-align: left;
}

code,
kbd,
samp {
  font-family: sans-serif;
  font-size: 100%;
}

dd {
  margin-left: 0;
}

del,
ins {
  text-decoration: none;
}

dl,
form,
p {
  margin-bottom: 0;
  margin-top: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
  margin-bottom: 0;
  margin-top: 0;
}

img {
  border: 0;
  vertical-align: bottom;
}

input,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  vertical-align: bottom;
}

legend {
  padding: 0;
}

li {
  list-style: none;
}

ol,
ul {
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
  padding-left: 0;
}

pre {
  font-family: sans-serif;
  font-size: 100%;
  margin-bottom: 0;
  margin-top: 0;
}

q:after,
q:before {
  content: "";
}

strong {
  font-weight: normal;
}

sub {
  vertical-align: text-bottom;
}

sup {
  vertical-align: text-top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

td {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: normal;
  padding: 0;
  text-align: left;
  vertical-align: top;
}

/* html5 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

*:focus {
  outline: none;
}

a {
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  color: #f1882b;
}

.js-non-touch-device a:hover {
  opacity: 0.5;
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    color: inherit;
    pointer-events: none;
  }
}

img {
  height: auto;
  width: 100%;
}

strong {
  font-weight: bold;
}

body {
  background: #fff;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna";
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
}

@media screen and (min-width: 769px) {
  body {
    padding-bottom: 10px;
  }
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1040px;
}

@media screen and (min-width: 769px) {
  .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .wrapper {
    padding-left: 8%;
    padding-right: 8%;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

/**** header ****/
#header {
  background-image: url("../images/image-header-01.png");
  background-color: #17288a;
  background-position: calc(100% - 10px) 50%;
  background-repeat: no-repeat;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 769px) {
  #header {
    background-size: auto 30px;
    font-size: 27px;
    font-weight: bold;
    min-height: 52px;
    line-height: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    min-width: 800px;
  }
}

@media screen and (max-width: 768px) {
  #header {
    font-weight: bold;
    line-height: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    background-size: auto 15px;
    font-size: 12px;
    min-height: 25px;
  }
}

#header .logo {
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  width: auto;
}

@media screen and (min-width: 769px) {
  #header .logo {
    height: 33px;
  }
}

@media screen and (max-width: 768px) {
  #header .logo {
    height: 13px;
  }
}

/**** content ****/
@media screen and (min-width: 769px) {
  #content .image-10 {
    margin-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  #content .image-10 {
    margin-top: 60px;
  }
}

#content .image-11,
#content .image-12,
#content .image-13 {
  margin-top: 10px;
}

@media screen and (min-width: 769px) {
  #content .banner-03 {
    padding-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  #content .banner-03 {
    padding-top: 30px;
  }
}

@media screen and (min-width: 769px) {
  #content .banner-01 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  #content .banner-01 {
    margin-top: 10px;
  }
}

@media screen and (min-width: 769px) {
  #content .banner-02 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  #content .banner-02 {
    margin-top: 20px;
  }
}

#content .note {
  font-size: 12px;
  line-height: 1.3;
}

@media screen and (min-width: 769px) {
  #content .note {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  #content .note {
    margin-top: 20px;
  }
}

@media screen and (min-width: 769px) {
  #content .note-02 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  #content .note-02 {
    margin-top: 10px;
  }
}

#content .note-02 dl {
  border: 1px solid #000;
}

@media screen and (min-width: 769px) {
  #content .note-02 dl {
    padding-bottom: 5px;
    padding-top: 5px;
  }
}

@media screen and (max-width: 768px) {
  #content .note-02 dl {
    padding-bottom: 5px;
    padding-top: 5px;
  }
}

#content .note-02 dl dt {
  color: #0076b2;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

@media screen and (min-width: 769px) {
  #content .note-02 dl dt {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  #content .note-02 dl dt {
    font-size: 13px;
  }
}

#content .note-02 dl dd {
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

@media screen and (min-width: 769px) {
  #content .note-02 dl dd {
    font-size: 12px;
    margin-top: 5px;
  }
}

@media screen and (max-width: 768px) {
  #content .note-02 dl dd {
    font-size: 10px;
    margin-top: 5px;
  }
}

/**** footer ****/
@media screen and (min-width: 769px) {
  #footer {
    margin-top: 160px;
  }
}

@media screen and (max-width: 768px) {
  #footer {
    margin-top: 30px;
    padding-bottom: 90px;
  }
}

#footer p {
  text-align: center;
}

@media screen and (max-width: 768px) {
  #footer p {
    font-size: 10px;
  }
}

/**** button ****/
#button {
  position: fixed;
  width: 100%;
  z-index: 100;
}

@media screen and (min-width: 769px) {
  #button {
    bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  #button {
    bottom: 10px;
  }
}

#button ul {
  background-color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 769px) {
  #button ul {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  #button ul {
    padding: 5px 8%;
  }
}

@media screen and (max-width: 768px) {
  #button ul li {
    width: 50%;
  }
}

#button ul li a {
  background-color: #e83740;
  border-radius: 20px;
  color: #fff;
  display: block;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

@media screen and (min-width: 769px) {
  #button ul li a {
    font-size: 26px;
    padding: 10px 15px;
    width: 320px;
  }
}

@media screen and (max-width: 768px) {
  #button ul li a {
    font-size: 14px;
    padding: 10px 15px;
  }
}

#button ul li + li {
  margin-left: 20px;
}
/*# sourceMappingURL=common.css.map */