@charset "UTF-8";
/*
** import core file
*/
/*==================================================

fonts
==================================================*/
/*Safariでヒラギノ角ゴシックをきれいに表示させるCSS*/
@font-face {
  font-family: sans-serif;
  src: local(HiraginoSans-W3);
  font-weight: normal;
  font-display: swap; }
@font-face {
  font-family: sans-serif;
  src: local(HiraginoSans-W6);
  font-weight: bold;
  font-display: swap; }
@font-face {
  font-family: 'Hiragino Kaku Gothic Pro';
  src: local(HiraginoSans-W3);
  font-weight: normal;
  font-display: swap; }
@font-face {
  font-family: 'Hiragino Kaku Gothic Pro';
  src: local(HiraginoSans-W6);
  font-weight: bold;
  font-display: swap; }
@font-face {
  font-family: 'ヒラギノ角ゴ Pro W3';
  src: local(HiraginoSans-W3);
  font-weight: normal;
  font-display: swap; }
@font-face {
  font-family: 'ヒラギノ角ゴ Pro W3';
  src: local(HiraginoSans-W6);
  font-weight: bold;
  font-display: swap; }
@font-face {
  font-family: 'ヒラギノ角ゴ ProN W3';
  src: local(HiraginoSans-W3);
  font-weight: normal;
  font-display: swap; }
@font-face {
  font-family: 'ヒラギノ角ゴ ProN W3';
  src: local(HiraginoSans-W6);
  font-weight: bold;
  font-display: swap; }
@font-face {
  font-family: 'ＭＳ Ｐゴシック';
  src: local(HiraginoSans-W3);
  font-weight: normal;
  font-display: swap; }
@font-face {
  font-family: 'ＭＳ Ｐゴシック';
  src: local(HiraginoSans-W6);
  font-weight: bold;
  font-display: swap; }
@font-face {
  font-family: 'MS P Gothic';
  src: local(HiraginoSans-W3);
  font-weight: normal;
  font-display: swap; }
@font-face {
  font-family: 'MS P Gothic';
  src: local(HiraginoSans-W6);
  font-weight: bold;
  font-display: swap; }
@font-face {
  font-family: 'MS PGothic';
  src: local(HiraginoSans-W3);
  font-weight: normal;
  font-display: swap; }
@font-face {
  font-family: 'MS PGothic';
  src: local(HiraginoSans-W6);
  font-weight: bold;
  font-display: swap; }
/*==================================================

sectioning	
==================================================*/
/*	outline	*/
html {
  font-size: 62.5%; }

html,
body {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1; }

body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", "M+ 1p", sans-serif;
  font-weight: normal;
  font-size: 1.6rem; }

p,
blockquote,
address,
small,
dt,
dd,
li,
th,
td {
  line-height: 1.6; }

div {
  line-height: 1; }

main {
  display: block; }

/*	heading	*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  vertical-align: top;
  font-weight: normal;
  font-size: 100%;
  line-height: 1.6; }

/*==================================================

link	
==================================================*/
a {
  color: inherit;
  text-decoration: inherit;
  cursor: pointer; }

a:hover {
  text-decoration: underline; }

/*==================================================

content	
==================================================*/
/*	text	*/
p,
blockquote {
  margin: 0; }

address {
  font-style: normal; }

/*	list	*/
ol,
ul,
dl,
dd {
  margin: 0; }

ol,
ul {
  padding: 0;
  list-style: none; }

/*	table	*/
table {
  border-collapse: collapse; }

th,
td {
  padding: 0; }

th {
  font-weight: normal; }

/*	embed	*/
img {
	max-width: 100%;
  vertical-align: bottom;
  border: 0; }

figure {
  margin: 0;
  padding: 0; }

iframe {
  width: 100%;
  vertical-align: bottom; }

/*	semantics	*/
ruby,
rt,
mark,
menu {
  margin: 0;
  padding: 0; }

small {
  font-size: 100%; }

em,
cite,
dfn,
i {
  font-style: normal; }

strong,
b {
  font-weight: normal; }

ins,
del {
  text-decoration: none; }

q {
  quotes: none; }

sup,
sub {
  vertical-align: baseline; }

ruby,
rt,
mark {
  line-height: 1; }

mark {
  background: none; }

/*==================================================

form
==================================================*/
form {
  margin: 0; }

input,
select,
textarea,
button {
  -webkit-appearance: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 1.6rem;
  outline: none; }

label,
button,
select {
  cursor: pointer; }

select {
  line-height: 1;
  font-weight: normal; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }
