@charset "UTF-8";

/* =========================================================
Reset styles
========================================================= */

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;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

html, body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

blockquote, q {
  quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

a {
  margin:0;
  padding:0;
  font-size:100%;
  background:transparent;
  display: block;
  text-decoration: none;
	padding-bottom: 5px;
}

a:focus {
  outline: none;
	}

img {
  max-width: 100%;
}

img, img a {
	border: none;
  vertical-align: bottom;
}

input, select, textarea {
  margin: 0;
  padding: 0;
  vertical-align:middle;
}

ol, ul{
  list-style: none;
}

table{
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.pc_none {
  display: none;
}

.sp_none {
  display: block;
}

.indent-1 {
  padding-left:1rem;
  text-indent:-1rem;
}

.d_ilb {
  display: inline-block;
}

input[type="submit"],
input[type="button"],
input[type="reset"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}


/* =========================================================
Fonts
========================================================= */

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-size: 1.6rem;/* 16px*/
	color: #000;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	}

h2 {
  font-size: 50px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 75px;
  font-size: 5rem;/* 50px*/
  line-height: 1;
}

@media screen and (max-width: 559px) {/* 560px以下*/
  h2{
      font-size: 2.5rem;/* 25px*/
      margin-bottom: 40px;
      line-height: 1.2;
  }
}

/* =========================================================
a  [ :link , :visited , :hover , :active ]
========================================================= */

a:link,
a:visited {
	color: #003d82;
}

a:hover img {
  transition: transform 0.5s linear;
}

a:hover img {
  opacity: 0.7;
}

@media screen and (max-width: 559px) {

  .sp_none {
    display: none;
  }

  .pc_none {
    display: block;
  }

}
