@charset "utf-8";

/* import reset */
@import "common.css";
@import "toppage.css";

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@1,600&display=swap");

/*===============================================

 *	ブラウザリセット

===============================================*/
* {
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック Medium", YuGothic,
    YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ,
    Meiryo, sans-serif;
}

html {
  overflow-y: scroll;
}

body {
  font-size: 100%;
}

table {
  font-size: inherit;
}

/*select,input, textarea {
	font: 99% arial,helvetica,clean,sans-serif;
}*/

pre,
code {
  font: 115% monospace;
  *font-size: 100%;
}

br {
  letter-spacing: normal;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
}

address,
em {
  font-style: normal;
}

strong,
th {
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
}

th,
td {
  text-align: left;
  border: none;
  font-weight: normal;
}

hr {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  /*line-height: 1.4;*/
}

img,
fieldset {
  border: 0;
  vertical-align: bottom;
}

li {
  list-style-type: none;
}

ul,
ol,
dl {
  margin: 0;
  list-style-position: outside;
  list-style-type: none;
}

li,
dt,
dd {
  font-size: 100%;
}

dt {
  font-weight: normal;
}
a {
  text-decoration: none;
  outline: none;
}

form,
input {
  padding: 0;
  margin: 0;
}

small {
  font-size: 100%;
}

ifram {
  border: none;
}
iframe:not([seamless]) {
  border: none;
}

/* ----------------------------------
	このサイトオリジナル設定
---------------------------------- */

a {
  outline: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

a:link {
  /*color: #333;*/
  /*text-decoration: underline;*/
}

/*a:visited {
	color: #0f367a;
}*/

a:hover {
  color: #fc7471;
}

a img {
  transition: 0.8s;
}

a img:hover {
  opacity: 0.8;
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
}

/*===============================================
	clearFix
===============================================*/

.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

/**/
