@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:600);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://cdn.jsdelivr.net/npm/yakuhanjp@2.0.0/dist/css/yakuhanjp_s.min.css);


/* ========================================
foundation
======================================== */

html {
  font-size: 62.5%;
  -ms-text-size-adjust:100%;
  -webkit-text-size-adjust:100%;
}

body {
  font-family: YakuHanJPs, 'Open Sans', 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", 'Yu Gothic', YuGothic, Meiryo, sans-serif;
  margin: 0;
  color: #1e1f1f;
  line-height: 1.8;
  font-size: 12px;
  font-size: 1.2rem;
  word-break: break-word;
}


@media screen and (min-width: 900px){
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

ul {
  list-style: none;
  padding: 0;
}

img {
  max-width: 100%;
  vertical-align:bottom;
}

tr {
  vertical-align: top;
}

th {
  text-align: left;
}

figure {
  margin: 0;
}

td,
li,
p {
  word-break: break-word;
}

ol {
  padding-left: 1.2em;
}



/* ========================================
others
======================================== */


/* 画像ホバー効果 */

a img {
  transition: 0.5s;
}

a:hover img {
  opacity: 0.75;
}

/* 線あり */
/*
img.lp {
  border: 1px solid #a9a9a9;
}
*/

a {
  color: inherit;
}

/* 選択範囲色指定 */
::-moz-selection {
	background-color: #b3d4fc;
	color: #000000;
}

::selection {
	background-color: #b3d4fc;
	color: #000000;
}

/* 埋め込みコード非表示 */
iframe[name='google_conversion_frame']{position:absolute;pointer-events:none;bottom:0;right:0;}
