@charset "UTF-8";
/* Scss Document */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 0;
}

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;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  padding: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

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;
}

body {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #000;
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
}

img, svg {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
  line-height: 1;
}

a {
  color: #000;
  text-decoration: none;
}

input, textarea, button, select {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #000;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 0;
  }
}
@media screen and (max-width: 750px) {
  html {
    scroll-padding-top: 0;
  }
  body {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
  }
  input, textarea, button, select {
    font-size: 14px;
    line-height: 1.8;
    font-weight: 400;
  }
}
/* Scss Document */
/*　header
----------------------------------------------- */
.header {
  padding: 31px 0 47px;
}

.header__flex {
  max-width: 895px;
  margin: 0 auto;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 18px;
}

.logo__copy {
  font-size: 12px;
}

@media screen and (max-width: 750px) {
  .header {
    padding: 15px 0 25px;
  }
  .header__flex {
    max-width: 100%;
    margin: 0;
    padding: 0 15px;
    gap: 0 10px;
  }
  .logo {
    width: 120px;
  }
  .logo__copy {
    font-size: 12px;
  }
}
/*　footer
----------------------------------------------- */
.footer {
  padding: 46px 15px 41px;
  background: #F5F5F5;
  font-weight: 300;
}

.footer-menu {
  max-width: 500px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (hover: hover) and (pointer: fine) {
  .footer-menu a:hover {
    text-decoration: underline;
  }
}

.footer-copy {
  margin-top: 30px;
  text-align: center;
  display: block;
}

@media screen and (max-width: 750px) {
  .footer {
    padding: 25px 15px 20px;
  }
  .footer-menu {
    max-width: 100%;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px 0;
  }
  .footer-copy {
    margin-top: 20px;
  }
}
/*　共通
----------------------------------------------- */
body {
  overflow-x: clip;
}
body.js-on {
  overflow: hidden;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

.pc-inline {
  display: inline;
}

.sp-inline {
  display: none;
}

.inner {
  max-width: 780px;
  margin-inline: auto;
  padding: 0 15px;
}

@media screen and (max-width: 750px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .sp-inline {
    display: inline;
  }
  .pc-inline {
    display: none;
  }
  .inner {
    max-width: 100%;
    margin: 0;
    padding: 0 15px;
  }
}
.post-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 9px;
}

.post-ttl {
  width: 100%;
  margin-bottom: 18px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
}

.post-time {
  color: #B0A8A8;
}

.post-cat {
  color: #B0A8A8;
}

.post-body {
  padding-bottom: 80px;
}
.post-body img {
  display: block;
}

.img {
  margin: 15px 0;
}

.img-link {
  display: block;
}

.mt01 {
  margin-top: 18px;
}

.mt02 {
  margin-top: 40px;
}

.mt03 {
  margin-top: 14px;
}

.mt04 {
  margin-top: 24px;
}

.mt07 {
  margin-top: 70px;
}

.mt08 {
  margin-top: 48px;
}

.mt09 {
  margin-top: 30px !important;
}

.mt10 {
  margin-top: 20px !important;
}

.mt11 {
  margin-top: 5px !important;
}

.mt12 {
  margin-top: 60px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.post-h2 {
  margin: 50px 0 25px;
  padding-left: 10px;
  font-family: "ヒラギノ角ゴ ProN", "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 600;
  border-left: 6px solid #000;
}
.post-h2 a {
  font-size: 24px;
  font-weight: 600;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .post-h2 a:hover {
    opacity: 0.8;
  }
}

.post-h3 {
  margin: 55px 0 6px;
  font-size: 16px;
  font-weight: 700;
}

sup {
  font-size: 0.8em;
  vertical-align: top;
}

a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  a img:hover {
    opacity: 0.8;
  }
}

.post-text {
  line-height: 1.5;
}

.post-text__link {
  font-weight: 500;
  color: #517687;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .post-text__link:hover {
    opacity: 0.8;
  }
}

.bold {
  font-family: "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.post-small-gray {
  font-size: 14px;
  font-weight: 500;
  color: #B0A8A8;
  text-align: center;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #FFFB9C));
  background: linear-gradient(transparent 70%, #FFFB9C 0%);
}

.post-note {
  font-size: 14px;
}
.post-note a {
  font-size: 14px;
  color: #517687;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .post-note a:hover {
    opacity: 0.8;
  }
}

.post-note--space {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 0;
}
.post-note--space a {
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .post-note--space a:hover {
    opacity: 0.8;
  }
}

.quote {
  max-width: 655px;
  margin: 30px auto 0;
  padding: 46px 36px 46px;
  background: #F5F5F5;
  position: relative;
}

.quote__text {
  position: relative;
  z-index: 2;
  line-height: 1.7;
}
.quote__text p {
  padding-left: 1em;
  position: relative;
}
.quote__text p::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
}

.quote__text--space {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 35px 0;
}

.quote__deco01,
.quote__deco02 {
  position: absolute;
}

.quote__deco01 {
  top: 29px;
  left: 13px;
}

.quote__deco02 {
  bottom: 29px;
  right: 13px;
}

.link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 14px auto 0;
}
.link a {
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline;
  color: #517687;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .link a:hover {
    opacity: 0.8;
  }
}

.btn {
  width: 379px;
  margin: 85px auto 0;
  position: relative;
}
.btn::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #A0531B;
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: -1;
  border-radius: 4px;
}
.btn a {
  padding: 21px 0;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  display: block;
  background: #F46600;
  border-radius: 4px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .btn a:hover {
    opacity: 1 !important;
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}

.btn__deco {
  position: absolute;
  top: -33px;
  left: -30px;
  pointer-events: none;
  z-index: 1;
}

@media screen and (max-width: 750px) {
  .post-header {
    gap: 0 5px;
  }
  .post-ttl {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.5;
  }
  .post-body {
    padding-bottom: 40px;
  }
  .img {
    margin: 15px 0;
  }
  .mt01 {
    margin-top: 10px;
  }
  .mt02 {
    margin-top: 20px;
  }
  .mt03 {
    margin-top: 8px;
  }
  .mt04 {
    margin-top: 12px;
  }
  .mt07 {
    margin-top: 35px;
  }
  .mt08 {
    margin-top: 24px;
  }
  .mt09 {
    margin-top: 15px !important;
  }
  .mt10 {
    margin-top: 10px !important;
  }
  .mt11 {
    margin-top: 5px !important;
  }
  .mt12 {
    margin-top: 30px !important;
  }
  .mb20 {
    margin-bottom: 10px !important;
  }
  .post-h2 {
    margin: 25px 0 12px;
    padding-left: 6px;
    font-size: 18px;
    border-left: 3px solid #000;
  }
  .post-h2 a {
    font-size: 18px;
  }
  .post-h3 {
    margin: 30px 0 5px;
    font-size: 16px;
  }
  sup {
    font-size: 0.8em;
  }
  .post-text {
    line-height: 1.5;
  }
  .post-small-gray {
    font-size: 12px;
  }
  .marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #FFFB9C));
    background: linear-gradient(transparent 70%, #FFFB9C 0%);
  }
  .post-note {
    font-size: 12px;
  }
  .post-note a {
    font-size: 12px;
  }
  .post-note--space {
    gap: 5px 0;
  }
  .quote {
    max-width: 100%;
    margin: 15px auto 0;
    padding: 25px 15px;
  }
  .quote__text p {
    padding-left: 1em;
  }
  .quote__text p::before {
    font-size: 14px;
  }
  .quote__text--space {
    gap: 20px 0;
  }
  .quote__deco01 {
    width: 30px;
    top: 15px;
    left: 7px;
  }
  .quote__deco02 {
    width: 30px;
    bottom: 15px;
    right: 7px;
  }
  .link {
    margin: 10px auto 0;
  }
  .link a {
    font-size: 16px;
  }
  .btn {
    width: 100%;
    margin: 60px auto 0;
  }
  .btn a {
    padding: 15px 0;
    font-size: 16px;
    border-radius: 2px;
  }
  .btn a::after {
    bottom: -2px;
    border-radius: 2px;
  }
  .btn__deco {
    width: 100px;
    top: -33px;
    left: -5px;
  }
}

/* テーブル用のスタイルを追加 */
table {
  width: 100%;
  margin: 20px 0;
  border: 1px solid #ddd;
}

table th,
table td {
  padding: 12px 8px;
  text-align: left;
  border: 1px solid #ddd;
}

table th {
  background-color: #f5f5f5;
  font-weight: 600;
}

table tr:nth-child(even) {
  background-color: #f9f9f9;
}

/* h3見出しに下線を追加 */
.post-h3 {
  border-bottom: 1px solid #000;
  padding-bottom: 3px;
}

.standing-test  {

  text-align: center;
  padding-top: 40px;
  margin: 0 !important;
}

@media screen and (max-width: 750px) {
  .standing-test {

      padding-top: 20px;
    }
}


.standing-test p {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .standing-test p {
      font-size: 16px!important;
    }
}

.standing-test span {

  background: linear-gradient(transparent 75%, #ffff7f 75%);
}

.standing-test__img {
  padding-top: 15px;
}

.standing-test__img.p-25 {
  padding-top: 25px;
}

.standing-test__text {
  font-size: 20px;
  font-weight: bold;
  padding: 16px 0 30px;
  text-align: center;

}

@media screen and (max-width: 750px) {
  .standing-test__text {
    font-size: 16px;


  }
}

.standing-test__text a {
  color: #168bc9;
  text-decoration: underline;
}

.standing-test__text.text-left {
  text-align: left;
  padding-bottom: 10px;
  padding-top: 5px;
}

.standing-test__text.padding-none {

  padding-bottom: 0;
}
