@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

/* HTML5 display-role reset for older browsers
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
} */
body {
  line-height: 1.1;
  line-break: strict;
  -webkit-text-size-adjust: 100%;
  text-align: left;
  /*overflow-x: hidden;*/
  background: #fff;
  color: #000;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*--------------------------------------------------------------------
  common
--------------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

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

a {
  color: #0080ff;
  transition: 0.2s ease-in-out;
}
a:hover {
  opacity: 0.8;
}
label {
  cursor: pointer;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.image-center {
  margin: 0 auto;
  display: block;
}

.forPc {
  display: block;
}

.forSp {
  display: none;
}

@media screen and (max-width: 768px) {
  .forPc {
    display: none;
  }
  .forSp {
    display: block;
  }
}
/*------------------------------------------*
* 配置系CSS
*------------------------------------------*/
.ftL {
  float: left;
}

.ftR {
  float: right;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.bold {
  font-weight: bold;
}

.v-middle {
  vertical-align: middle;
}

.v-bottom {
  vertical-align: bottom;
}

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

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

/*------------------------------------------*
* margin系CSS
*------------------------------------------*/
.u-mt-2 {
  margin-top: 2%;
}

.u-mt-4 {
  margin-top: 4%;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.mtb10 {
  margin: 10px 0;
}

/*------------------------------------------*
* padding系CSS
*------------------------------------------*/
.pd10 {
  padding: 10px;
}

.pd20 {
  padding: 20px;
}

/* font-size */
.text--44 {
  font-size: 44px;
}
@media screen and (max-width: 768px) {
  .text--44 {
    font-size: 36px;
  }
}

.text--42 {
  font-size: 42px;
}
@media screen and (max-width: 768px) {
  .text--42 {
    font-size: 36px;
  }
}

.text--38 {
  font-size: 38px;
}
@media screen and (max-width: 768px) {
  .text--38 {
    font-size: 30px;
  }
}

.text--35 {
  font-size: 35px;
}
@media screen and (max-width: 768px) {
  .text--35 {
    font-size: 24px;
  }
}

.text--32 {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .text--32 {
    font-size: 22px;
  }
}

.text--30 {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .text--30 {
    font-size: 20px;
  }
}

.text--28 {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .text--28 {
    font-size: 20px;
  }
}

.text--27 {
  font-size: 27px;
}
@media screen and (max-width: 768px) {
  .text--27 {
    font-size: 20px;
  }
}

.text--24 {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .text--24 {
    font-size: 18px;
  }
}

.text--20 {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .text--20 {
    font-size: 18px;
  }
}

.text--18 {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .text--18 {
    font-size: 16px;
  }
}

.text--17 {
  font-size: 17px;
}
.text--16 {
  font-size: 16px;
}
.text--14 {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .text--14 {
    font-size: 12px;
  }
}

.text--13 {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .text--13 {
    font-size: 12px;
  }
}

.text--12 {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .text--12 {
    font-size: 12px;
  }
}

.text--10 {
  font-size: 10px;
}/*# sourceMappingURL=common.css.map */