@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP&family=Roboto+Condensed&family=Roboto:wght@400;700&display=swap");
/*========================================
  ブラウザごとのデフォルトスタイルの初期化
========================================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
big,
code,
del,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
footer,
header,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before, blockquote::after {
  content: "";
  content: none;
}

q::before, q::after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: middle;
}

/*========================================
  要素の基本的なスタイル
========================================*/
html {
  font-size: 10px;
  height: 100%;
}

body {
  text-size-adjust: 100%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #646464;
  background: #fff;
}
@media screen and (max-width: 767px) {
  body {
    font-size: calc(28 / 750 * 100vw);
  }
}
body.en {
  font-family: "Roboto", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img,
svg,
iframe,
video,
picture {
  max-width: 100%;
}

img {
  width: 100%;
  height: auto;
  letter-spacing: 0;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  img.img-size-normal {
    width: auto;
  }
}
img.img-size-normal-all {
  width: auto;
}
@media screen and (max-width: 767px) {
  img.img-size-normal-all {
    max-width: 100%;
  }
}

a {
  color: inherit;
  text-decoration: none;
  word-break: break-all;
}
a.linc-pict {
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  a.linc-pict:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
  }
}

.en a {
  word-break: keep-all;
}

small {
  font-size: 80%;
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

address {
  font-style: normal;
}

table {
  width: 100%;
}

input[type=button],
input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
}

label {
  cursor: pointer;
  display: inline-block;
}

button,
button[type=button],
button[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
}

::placeholder {
  color: #D5D5D5;
}

.c-scroll {
  overflow-y: auto;
}

::-webkit-scrollbar {
  width: 10px;
}

.c-table-sp__scroll::-webkit-scrollbar {
  height: 10px;
}

::-webkit-scrollbar-track {
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  background-color: #EAEAEA;
  border-radius: 7px;
  height: 50px;
}

/*========================================
  テキスト装飾
========================================*/
.c-text-yellow {
  color: #C3B071;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .c-text-yellow:hover {
    text-decoration: none;
  }
}
.c-text-yellow-nounder {
  color: #C3B071;
}

.c-text-red {
  color: #FF3B3B;
}

.c-text-red-02 {
  color: #FF0000;
}

.c-text-green {
  color: #468590;
}

.c-text-green-light {
  color: #B3CEC8;
}

.c-text-blue {
  color: #1313C4;
}

.c-text-bold {
  font-weight: 700;
}

.c-text-owrap {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.c-text-keepall {
  word-break: keep-all;
}

.c-text-nowrap {
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .c-hover-yellow:hover {
    color: #C3B071;
  }
}

.c-text-through {
  text-decoration: line-through;
}

.c-text-small {
  font-size: 80%;
}

.c-text-bg-red01 {
  background: #FDE8E8;
}

.c-text-bg-green01 {
  background: #D5F0EC;
}

/*========================================
  article 並び
========================================*/
section{
    margin-bottom: 80px;
}
dl div {
    margin-bottom: 20px;
}
dl dt, .box2 dt {
  font-weight: 700;
}
dl dd {
    margin-left: 20px;
}
.box1 {
    margin: 6px 30px;
    padding: 5px 10px;
    border: 1px solid #0D2A00;
    max-width: 300px;
    border-radius: 0.2em;
}
.box2 {
    margin: 6px 30px;
    padding: 5px 10px;
    border: 1px solid #0D2A00;
    max-width: 800px;
    border-radius: 0.5em;
    
}
.box2 dt {
    text-decoration-line: underline;
}
.box3 {
    margin: 6px;
    padding: 5px;
    border: 4px solid #d5f0ec;
    max-width: 200px;
    border-radius: 1em;
    box-shadow: 0.2px 3px 0 #d5f0ec;
}



