@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.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: 'notoserif';
    src: 
         local("Noto Serif CJK JP Light"),
         url('../../../core_sys/images/others/font/notoserif_subset.woff2') format('woff2'),
         url('../../../core_sys/images/others/font/notoserif_subset.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* ========================================
foundation
======================================== */

html {
  font-size: 62.5%;
}

body {
  font-family: YakuHanMPs, "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", 'Sawarabi Mincho', 'Noto Sans JP', "メイリオ", "Meiryo", sans-serif;
  margin: 0;
  color: #333;
  line-height: 1.8;
  font-size: 14px;
  font-size: 1.4rem;
  background: url(../../images/main/common/bg_paper.jpg) ,#fcfbfa;
}

ul {
  list-style: none;
  padding: 0;
}

img {
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

tr {
  vertical-align: top;
}

th {
  text-align: left;
}
ol {
  padding-left: 1.5em;
}

/* ========================================
others
======================================== */


/* 画像ホバー効果 */
a:hover img {
  transition: 0.5s;
  opacity: 0.6;
}

/* 線あり */
.block img.lp {
  box-sizing: content-box;
  border: 1px solid #999;
  backface-visibility: hidden;
}


/* 基本リンク色指定 */
a:link {color: #70bccf;}
a:visited {color: #70bccf;}
