/*-------------------------------------------------------
  reset
-------------------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
box-sizing:border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
color: #333;
line-height: 1;
}
html {
min-height: 100%;
position: relative;
scroll-behavior: smooth;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

body {
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-family: Arial, ¥Ò¥é¥®¥Î³Ñ¥´ Pro W3, Hiragino Kaku Gothic Pro, YuGothic, Þâ¥´¥·¥Ã¥¯, ¥á¥¤¥ê¥ª, Meiryo, £Í£Ó £Ð¥´¥·¥Ã¥¯, MS P Gothic, Helvetica, Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
}

a:link {
  text-decoration: none;
}

a:hover {
  opacity: .7;
}

a:hover,
a:link,
a:visited {
  color: #147cbe;
}

h1,h2,h3 {
  font-weight: bold;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 16px;
}
p {
  font-size: 16px;
}
th {
  font-size: 16px;
}
td {
  font-size: 15px;
}
dd, dt {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 20px;
  }
  h2 {
    font-size: 18px;
  }
  p {
    font-size: 15px;
    margin: 6px 10px;
  }
  dd, dt {
    font-size: 15px;
  }
}

h1 {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 30px;
  margin: 12px 0;
  font-weight: bold;
}
h1::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50px;
  background: #dd6765;
  left: 0;
}
h1::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50px;
  background: #fff;
  left: 6px;
}
@media screen and (max-width: 1079px) {
  h1 {
    margin: 0 6px;
  }
}
h2 {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 46px;
  margin-bottom: 16px;
  line-height: 1.4;
  font-weight: bold;
  background-color: #f2f2f2;
  border-bottom: solid 2px #dd6765;
  padding: 9px 0 7px 30px;
  color: #333;
}
h2::before {
  position: absolute;
  content: "";
  display: inline-block;
  left: 16px;
  width: 5px;
  height: 5px;
  background: #dd6765;
  border-radius: 100%;
  box-sizing: border-box;
  margin-top: -1px;
}
h3 {
  display: flex;
  align-items: center;
  background: #f6f6f6;
  min-height: 40px;
  margin-bottom: 10px;
  padding-left: 10px;
}
