@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');


/*リセット*/
/* 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;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

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

/*******/

input[type="submit"], input[type="button"] {
  -webkit-appearance: none;
  border-radius: 0;
}


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

* {
/*  font-family: 'Noto Sans JP', sans-serif;*/
  font-family: 'Noto Sans JP', sans-serif !important;
}

.mb40 {
  margin-bottom: 40px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb05 {
  margin-bottom: 10px;
}

.mt30 {
  margin-top: 30px;
}

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

.bold {
  font-weight: 700;
}

/*main*/
html {
  font-size: 16px;
}
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.625;
  color: #000000;
  background-color: #ffffff;
}

main {
  max-width: 1920px;
  margin: 0 auto;
  display: block;
}

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

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

p {
	margin-bottom: 1em;
}

.wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 1030px
}

.fl-l, .fl-l_pc {
  float: left;
}

.fl-r, .fl-r_pc {
  float: right;
}

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

.doropdown {
  position: relative;
}
.doropdown .subMenu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
}

.colorRed {
	color: #e30013;
}

/*responsive*/
@media screen and (max-width: 959px) {
  /*sp & tablet*/
  .doropdown .subMenu {
    position: static;
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  /*sp*/

  .pc {
    display: none !important;
  }

  .tbpc {
    display: none !important;
  }

  .tb {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .sptb {
    display: block !important;
  }

  .fl-l_pc, .fl-r_pc {
    float: none;
  }
}

@media screen and (min-width:768px) and (max-width: 959px) {
  /*tablet*/
  .wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }

  .tb {
    display: block !important;
  }

  .sptb {
    display: block !important;
  }

  .sp {
    display: none !important;
  }

  .tbpc {
    display: block !important;
  }

  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 960px) {
  /*pc*/
  .pc {
    display: block !important;
  }


  .tb {
    display: none !important;
  }

  .sptb {
    display: none !important;
  }

  .sp {
    display: none !important;
  }

  .tbpc {
    display: block !important;
  }
}
