@charset "UTF-8";
/* ======================================
font
====================================== */
@font-face {
  font-family: "Hiragino-w4";
  src: url(../fonts/HiraginoStdN-W4.woff) format("woff"), url(../fonts/HiraginoStdN-W4.woff2) format("woff2");
}
@font-face {
  font-family: "Hiragino-w6";
  src: url(../fonts/HiraginoStdN-W6.woff) format("woff"), url(../fonts/HiraginoStdN-W6.woff2) format("woff2");
}
@font-face {
  font-family: "Hiragino-w7";
  src: url(../fonts/HiraginoStdN-W7.woff) format("woff"), url(../fonts/HiraginoStdN-W7.woff2) format("woff2");
}
@font-face {
  font-family: "Hiragino-w8";
  src: url(../fonts/HiraginoStdN-W8.woff) format("woff"), url(../fonts/HiraginoStdN-W8.woff2) format("woff2");
}
/* ======================================
common style
====================================== */
input,
select {
  font-family: "Hiragino-w4", Meiryo, sans-serif;
  font-weight: 500;
}

input[type=text] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

button[type=submit],
input[type=submit] {
  font-family: "Hiragino-w4", Meiryo, sans-serif;
  font-weight: bold;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast !important;
}

body {
  position: relative;
  letter-spacing: 1px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  font-size: 16px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  font-family: "Hiragino-w4", Meiryo, sans-serif;
  font-weight: normal;
  line-height: inherit;
  color: #000;
}

.text-center {
  text-align: center;
}

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

a {
  color: #000;
  transition: 0.5s;
}
a:hover {
  opacity: 0.8;
}

/* =============================================================
margin
============================================================= */
/* -------------- top -------------- */
.top5 {
  margin-top: 5px;
}

.top-20 {
  margin-top: -20px;
}

.top10 {
  margin-top: 10px;
}

.top20 {
  margin-top: 20px;
}

.top30 {
  margin-top: 30px;
}

.top40 {
  margin-top: 40px;
}

.top50 {
  margin-top: 50px;
}

.top60 {
  margin-top: 60px;
}

.p-top10 {
  padding-top: 20px;
}

.p-top20 {
  padding-top: 20px;
}

.p-top50 {
  padding-top: 50px;
}

/* -------------- bottom -------------- */
.bottom5 {
  margin-bottom: 5px;
}

.bottom8 {
  margin-bottom: 8px;
}

.bottom10 {
  margin-bottom: 10px;
}

.bottom15 {
  margin-bottom: 15px;
}

.bottom20 {
  margin-bottom: 20px;
}

.bottom30 {
  margin-bottom: 30px;
}

.bottom40 {
  margin-bottom: 40px;
}

.bottom50 {
  margin-bottom: 50px;
}

.bottom80 {
  margin-bottom: 80px;
}

/* -------------- left -------------- */
.left10 {
  margin-left: 10px;
}

.left20 {
  margin-left: 20px;
}

.left50 {
  margin-left: 50px;
}

.left80 {
  margin-left: 80px;
}

.left15 {
  margin-left: 15px;
}

.p-bottom50 {
  padding-bottom: 50px;
}

/* -------------- right -------------- */
.right5 {
  margin-right: 5px;
}

.right10 {
  margin-right: 10px;
}

.right20 {
  margin-right: 20px;
}

.right15 {
  margin-right: 15px;
}

table {
  width: 100%;
}

/* */
/* -------- IE5.5 ｡・IE6 -------- */
/* Hides from IE5-mac \*/
* php .hollyhack {
  height: 1%;
}

/* End hide from IE5-mac */
/* --------------------------------------

common - fontcolor

---------------------------------------*/
.font-red {
  color: #e72d23;
}

/* --------------------------------------

common - bgcolor

---------------------------------------*/
.bg-yellow {
  background-color: #ffe600;
}

.bg-blue {
  background-color: #135298;
}

.bg-red {
  background-color: #e72d23;
}

.bg-white {
  background-color: #fff;
}

.bg-gray {
  background-color: #ebeef5;
}

.bg-black {
  background-color: #111111;
}

.icon-white {
  filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
}

.icon-black {
  filter: none;
}

.icon-navy {
  filter: invert(2%) sepia(99%) saturate(7044%) hue-rotate(247deg) brightness(100%) contrast(99%);
}/*# sourceMappingURL=common.css.map */