@charset "utf-8";

/* ========================================
Webフォント インポート
======================================== */
/*
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Manuale:500|Roboto+Condensed:700);
@import url(https://cdn.jsdelivr.net/npm/yakuhanjp@2.0.0/dist/css/yakuhanjp_s.min.css);
@import url(https://cdn.jsdelivr.net/npm/yakuhanjp@2.0.0/dist/css/yakuhanmp_s.min.css);

/*
 * "Noto Serif CJK" licensed under the SIL Open Font License
 * https://www.google.com/get/noto/
*/

/*
@font-face {
    font-family: NotoSerifSubset;
    src: url('../../../core_sys/images/others/font/noto_serif_sb.woff2');
    src: url('../../../core_sys/images/others/font/noto_serif_sb.woff2') format('woff2'),
         url('../../../core_sys/images/others/font/noto_serif_sb.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
*/

@font-face {
    font-family: NotoSerifSubset;
    src: url('../../../core_sys/images/others/font/NotoSerifCJKjp-Medium_min.woff2');
    src: url('../../../core_sys/images/others/font/NotoSerifCJKjp-Medium_min.woff2') format('woff2'),
         url('../../../core_sys/images/others/font/NotoSerifCJKjp-Medium_min.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* ========================================
サイトごとの全体設定
======================================== */

/* 基本のフォント設定 */
body {
  color: #333;
  font-family: YakuHanJPs, "Helvetica Neue", "Noto Sans JP", 'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 500;
}

/* リンク */
a {
  color: #fff;
  transition: .5s;
}

/* 訪問済みリンクカラー */
a:visited {
  color: #fff;
}

/* ホバー効果 */
a:hover {
  color: #5db1e3;
  opacity: .6;
}

/* 画像ホバー効果 */

a:hover img {
  transition: 0.5s;
  filter: brightness(1.1);
}

/* 選択時カラー */
::-moz-selection {
  background-color: #093a95;
  color: #fff;
}

::selection {
  background-color: #093a95;
  color: #fff;
}

/* ========================================
foundation
リセットのためのCSSの追加
======================================== */

/* 1rem = 10pxにする */
html {
  font-size: 62.5%;
}

body {
  font-variant-ligatures: none;
  word-break: break-word;
}

video,
img {
  max-width: 100%;
  vertical-align: bottom;
}

iframe {
  border: none;
}

table {
  border-collapse: collapse;
}

tr {
  vertical-align: top;
}

th {
  text-align: left;
  padding: 0;
}

td {
  padding: 0;
}

figure {
  margin: 0;
}

ul {
  list-style: none;
  padding: 0;
}

ol {
  padding-left: 1.2em;
}

p,
ul,
ol,
dl {
  margin: 0 0 1em;
}

td,
th,
li,
p {
  word-break: break-word;
}

small {
  font-size: inherit;
}

button {
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  padding: 0;
  outline: 0;
}

/* リマーケティングタグの隙間回避 */
iframe[name='google_conversion_frame']{
  pointer-events: none;
  position: absolute;
  bottom: 0;
  right: 0;
}