@charset "UTF-8";


html {
	font-size:15px;
	width: 100%
}

@media screen and  (min-width:768px){
  html{
    font-size: 16px;
  }
}
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

body {
  line-height: 1.5;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  text-decoration: none;
}

ins, mark {
  background-color: #ff9;
  color: #000;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

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

table {
  font-size: inherit;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  font: 115% monospace;
  line-height: 150%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
	font-size: 1rem;
}

.clear {
  clear: both;
}

br.clear {
  font-size: 1px;
  line-height: 100%;
  clear: both;
}

div.clear {
  line-height: 100%;
  clear: both;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.imgfix {
  font-size: 1px;
  line-height: 1px;
}


body {
  font-family:  Hiragino Kaku Gothic ProN, 'ヒラギノ角ゴ ProN W3', Meiryo UI, Meiryo, 'メイリオ', Osaka, MS PGothic, arial, helvetica, sans-serif;
  background: #f9f7fa;
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  -webkit-text-size-adjust: 100%;
}
*, *::after, *::before {
  box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

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

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

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

main {
  display: block;
}
.container {
  margin-right: 1rem;
  margin-left: 1rem;
}
@media (min-width: 769px) {
  .container {
    width: 1000px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .hide-sp {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .hide-pc {
    display: none !important;
  }
}
.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.whitetext {
  color: #fff;
}

.bluetext {
  color: #0565b9;
}
.aquatext {
	color: #8acae8;
}

.orangetext {
  color: #fc8935;
}

.yellowtext {
  color: #fcec35;
}

.graytext {
	color: #a0a0a0;
}
.dbluetext {
	color: #0584b9;
}
.greentext {
	color: #059db9;
}
.fontweight400 {
  font-weight: 400;
}
.fontweight600 {
  font-weight: 600;
}

.fontweight800 {
  font-weight: 800;
}
.underline {
  border-bottom: solid;
  border-color: #fcec35;
  border-width: 1px;
}