@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1;
  background: #fff; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  transition: transform .2s; }
  a:active {
    transform: scale(0.95); }

ul[class],
ol[class] {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

*,
*::before,
*::after {
  box-sizing: border-box; }

img {
  max-width: 100%;
  height: auto;
  display: block; }

.clearfix::after {
  clear: both;
  content: "";
  display: block; }

li {
  list-style: none; }

/**▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼　デバイス毎の条件分岐　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼**/
/**▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ デバイス毎の条件分岐（触らない） ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲**/
/* ------------------------------------------------- *
 *        ＠base
 * ------------------------------------------------- */
html {
  font-size: 100%;
  font-size: 62.5%;
  /*10px*/
  word-break: break-all; }

body {
  letter-spacing: .08rem;
  font-family: 'NotoSansJP-Medium', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック体", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

a:link {
  color: #333; }

a:visited {
  color: #333; }

a:hover,
a:active,
a:focus {
  color: #174434; }

a:hover img {
  opacity: 0.7;
  transition: 0.3s ease-in-out; }

section {
  margin-bottom: 3rem; }

p {
  font-size: 1.6rem;
  line-height: 2; }
  @media only screen and (max-width: 767px) {
    p {
      font-size: 1.4rem;
      line-height: 1.95; } }

li {
  font-size: 1.5rem; }

dt {
  font-size: 1.5rem;
  line-height: 1.5; }

dd {
  font-size: 1.4rem;
  line-height: 1.5; }

th,
td {
  font-size: 1.5rem;
  line-height: 1.5; }

small {
  font-size: 1.2rem;
  font-weight: normal; }
  @media only screen and (max-width: 767px) {
    small {
      font-size: 1rem; } }

.accordion-content {
  display: none; }

.pc-none {
  display: inline; }
  @media only screen and (max-width: 960px) and (min-width: 768px) {
    .pc-none {
      display: none; } }
  @media only screen and (min-width: 960px) {
    .pc-none {
      display: none !important; } }

.sp-none {
  display: none; }
  @media only screen and (max-width: 960px) and (min-width: 768px) {
    .sp-none {
      display: inline; } }
  @media only screen and (min-width: 960px) {
    .sp-none {
      display: inline; } }

/* ------------------------------------------------- *
 *        ＠レイアウト　　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
@media only screen and (min-width: 960px) {
  .l-wrapper {
    width: 850px;
    margin: 0 auto;
    padding: 4rem 0 3rem; } }
@media only screen and (max-width: 767px) {
  .l-wrapper {
    padding: 0rem 0 3rem; } }

.l-container {
  margin-bottom: 1.5rem; }
  @media only screen and (max-width: 960px) and (min-width: 768px) {
    .l-container {
      width: 100%;
      padding: 0 1rem; } }
  @media only screen and (max-width: 767px) {
    .l-container {
      width: 100%; } }

/* ------------------------------------------------- *
 *        ＠テキスト
 * ------------------------------------------------- */
.fwb {
  font-weight: 700; }

.txt-center {
  text-align: center; }

.txt-left {
  text-align: left; }

.txt-right {
  text-align: right; }

.txt-red {
  color: #f00;
  font-weight: 700; }

.txt-marker {
  background: linear-gradient(transparent 60%, #fbe46c 60%);
  font-weight: 700; }

/* ------------------------------------------------- *
 *        ＠マージン
 * ------------------------------------------------- */
.mt0 {
  margin-top: 0; }

.mt1 {
  margin-top: 1rem; }

.mt2 {
  margin-top: 2rem; }

.mt3 {
  margin-top: 3rem; }

.mb0 {
  margin-bottom: 0; }

.mb1 {
  margin-bottom: 1rem; }

.mb2 {
  margin-bottom: 2rem; }

.mb3 {
  margin-bottom: 3rem !important; }

.pd0 {
  padding: 0 !important; }

/*# sourceMappingURL=base.css.map */
