/* =========== 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;
  line-height: 1.5;
  vertical-align: baseline;
  background: transparent;
}

body {
  width: 100%;
  color: #333;
  font-size: 14px;
  font-family: "ãƒ’ãƒ©ã‚®ãƒŽä¸¸ã‚´ Pro W4", "ãƒ’ãƒ©ã‚®ãƒŽä¸¸ã‚´ Pro",
    "Hiragino Maru Gothic Pro", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3",
    "Hiragino Kaku Gothic Pro", "HGä¸¸ï½ºï¾žï½¼ï½¯ï½¸M-PRO", "HGMaruGothicMPRO";
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
}

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

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

blockquote,
q {
  quotes: none;
}

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

span {
  display: inline;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

button {
  display: inline-block;
  background: none;
  border: 0;
}

img,
a img {
  vertical-align: top;
  line-height: 0;
  font-size: 0;
  border: 0;
  border-image-width: 0;
  background: transparent;
}

object,
embed {
  vertical-align: top;
}

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

em {
  font-style: italic;
}

i {
  font-style: italic;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.imgSuccess {
  /* height: 115px !important; */
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 30px;
}

th {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: left;
  vertical-align: middle;
  background-color: #f3f9fa;
}

td {
  border: 1px solid #ccc;
  padding: 10px;
}

a {
  margin: 0;
  padding: 0;
  color: #333;
  vertical-align: baseline;
  background: transparent;
  text-decoration: underline;
  transition: 0.2s;
}

a:hover {
  text-decoration: none;
}

@media (min-width: 1000px) {
  a:hover img {
    opacity: 0.6;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
}

a.redlink,
a.redlink:hover {
  color: #f44176;
}

/* ------ margin ------ */
.mb0 {
  margin-bottom: 0px !important;
}
.mb01 {
  margin-bottom: 1px !important;
}
.mb02 {
  margin-bottom: 2px !important;
}
.mb03 {
  margin-bottom: 3px !important;
}
.mb04 {
  margin-bottom: 4px !important;
}
.mb05 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb11 {
  margin-bottom: 11px !important;
}
.mb12 {
  margin-bottom: 12px !important;
}
.mb13 {
  margin-bottom: 13px !important;
}
.mb14 {
  margin-bottom: 14px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb16 {
  margin-bottom: 16px !important;
}
.mb17 {
  margin-bottom: 17px !important;
}
.mb18 {
  margin-bottom: 18px !important;
}
.mb19 {
  margin-bottom: 19px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb55 {
  margin-bottom: 55px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}

.mt0 {
  margin-top: 0 !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}

.pt30 {
  padding-top: 30px !important;
}

/* ------ font ------ */
.bold {
  font-weight: bold;
}
.normal {
  font-weight: normal;
}
.red {
  color: #f44176;
}
.blue {
  color: #1e9fbc;
}
.gray {
  color: #888;
}
.underline {
  text-decoration: underline;
}

#alert {
  visibility: hidden;
  top: 30px;
  right: 15px;
  min-width: 250px;
  margin-left: -125px;
  background-color: #dc3545;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  font-size: 17px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#alert.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

.f12 {
  font-size: 12px !important;
}
.f16,
.fs16 {
  font-size: 16px !important;
}
.font06 {
  font-size: 60%;
}
.font07 {
  font-size: 70%;
}
.font08 {
  font-size: 80%;
}
.font09 {
  font-size: 90%;
}
.font12 {
  font-size: 120%;
}
.font13 {
  font-size: 130%;
}
.font17 {
  font-size: 170%;
}
.s {
  font-size: 50%;
}
.ss {
  font-size: 70%;
}
.l {
  font-size: 150%;
  line-height: 130%;
}
.ll {
  font-size: 200%;
  line-height: 120%;
}
big {
  font-size: 3.333em;
  line-height: 1.4;
}
small {
  font-size: 0.8em;
}
.highlight {
  background-color: #cfc;
  font-weight: bold;
  color: #c36;
}

/* ------ fontAwesome ------ */
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
}

/* ------ break ------ */
.PC {
  display: block;
}
.SP {
  display: none;
}

@media (max-width: 899px) {
  .PC {
    display: none;
  }
  .SP {
    display: block;
  }
}

/* ------ Anchor adjustment ------ */

.anchor01 {
  display: block;
  padding-top: 70px;
  margin-top: -40px;
}

/* =========== iOS css Reset =========== */
input[type="text"],
input[type="tel"],
input[type="checkbox"],
input[type="radio"],
input[type="button"],
input[type="submit"] button,
select,
textarea {
  /* ãƒ‡ãƒ•ã‚©ãƒ«ãƒˆã‚¹ã‚¿ã‚¤ãƒ«ã‚’ãƒªã‚»ãƒƒãƒˆ */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  /* font-familyã‚’ç¶™æ‰¿ã—ãªã„ã®ã§ã€ç¶™æ‰¿ã•ã›ã‚‹ */
  font-family: inherit;

  /* iOSã®è§’ä¸¸ã‚’ãƒªã‚»ãƒƒãƒˆ */
  border-radius: 0;

  /* box-size */
  box-sizing: border-box;

  /* æ–‡å­—ã®å¤§ãã• iOSã§ã‚ºãƒ¼ãƒ ã•ã›ãªã„ãŸã‚ã«16pxä»¥ä¸Šã‚’æŒ‡å®š */
  font-size: 16px;

  /* æ–‡å­—è‰²ã‚’è¦ªã‹ã‚‰ç¶™æ‰¿ */
  color: inherit;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
}
/* ãƒ•ã‚©ãƒ¼ã‚«ã‚¹æ™‚ã®ãƒ‡ã‚¶ã‚¤ãƒ³ã‚’ãƒªã‚»ãƒƒãƒˆ */

label {
  /* iOSã§ã®labelã¨input,select,textareaã®é–¢é€£ä»˜ã‘ */
  cursor: pointer;
}
