/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
/* line 5, ../../../../../../.rbenv/versions/3.1.3/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../.rbenv/versions/3.1.3/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../.rbenv/versions/3.1.3/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../.rbenv/versions/3.1.3/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../.rbenv/versions/3.1.3/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../.rbenv/versions/3.1.3/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../.rbenv/versions/3.1.3/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../.rbenv/versions/3.1.3/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../.rbenv/versions/3.1.3/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* -- color --*/
/*-- fonts --*/
/*-- default --*/
/* line 16, sass/_default.scss */
html {
  font-size: 62.5%;
}

/* line 20, sass/_default.scss */
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: #000;
  position: relative;
  line-height: 1.6;
}

@media screen and (max-width: 750px) {
  /* line 29, sass/_default.scss */
  body {
    font-size: 1.8rem;
  }
}
/* line 34, sass/_default.scss */
*, div, dt, dd, li, input, select, textarea {
  box-sizing: border-box;
}

/* line 38, sass/_default.scss */
a {
  text-decoration: none;
  color: #000;
}

/* line 43, sass/_default.scss */
img {
  max-width: 100%;
}

/* line 47, sass/_default.scss */
sup {
  font-size: 80%;
}

/*-- common --*/
/* line 52, sass/_default.scss */
.flex {
  display: flex;
}

/* line 56, sass/_default.scss */
.center, center {
  text-align: center;
}

/* line 60, sass/_default.scss */
.right {
  text-align: right;
}

/* line 64, sass/_default.scss */
.left {
  text-align: left;
}

/* line 68, sass/_default.scss */
.regular {
  font-weight: 400;
}

/* line 72, sass/_default.scss */
.bold {
  font-weight: 700;
}

/* line 76, sass/_default.scss */
.d-bold {
  font-weight: 900;
}

/* line 80, sass/_default.scss */
.inner {
  width: 92%;
  max-width: 120rem;
  margin: 0 auto 0;
}

/* line 95, sass/_default.scss */
.pconly {
  display: block;
}

/* line 98, sass/_default.scss */
.sponly {
  display: none;
}

@media screen and (max-width: 1024px) {
  /* line 103, sass/_default.scss */
  .sponly {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  /* line 109, sass/_default.scss */
  .pconly {
    display: none;
  }

  /* line 112, sass/_default.scss */
  .sponly {
    display: block;
  }
}
/* ------------------------- 
            header
--------------------------- */
/* ------------------------- 
            footer
--------------------------- */
/* line 127, sass/_default.scss */
#footer {
  border-top: .1rem solid #ccc;
  text-align: right;
  font-size: 1.2rem;
}
/* line 131, sass/_default.scss */
#footer .ft-top {
  padding: 3rem 0 0;
}
/* line 134, sass/_default.scss */
#footer .ft-bottom {
  padding: 3rem 0;
}

/* ------------------------- 
            CTA
--------------------------- */
/* ------------------------- 
        page under_FV
--------------------------- */
/* ------------------------- 
            404
--------------------------- */
@media screen and (max-width: 1024px) {
  /* ------------------------- 
          header
  --------------------------- */
  /* ------------------------- 
          footer
  --------------------------- */
  /* ------------------------- 
          CTA
  --------------------------- */
  /* ------------------------- 
      page under_FV
  --------------------------- */
  /* ------------------------- 
          404
  --------------------------- */
}
@media screen and (max-width: 750px) {
  /* ------------------------- 
          header
  --------------------------- */
  /* ------------------------- 
          footer
  --------------------------- */
  /* ------------------------- 
          CTA
  --------------------------- */
  /* ------------------------- 
      page under_FV
  --------------------------- */
}
/* line 4, sass/_index.scss */
.article-container {
  background: #f9f9f9;
  padding: 4rem 0 10rem;
}
/* line 7, sass/_index.scss */
.article-container .inner {
  background: #fff;
  border: .1rem solid #ccc;
}
/* line 11, sass/_index.scss */
.article-container article {
  max-width: 84rem;
  margin: auto;
  padding: 4rem 6rem;
}
/* line 16, sass/_index.scss */
.article-container article p:not(:last-of-type) {
  margin-bottom: 1.6em;
}
/* line 20, sass/_index.scss */
.article-container article h2 {
  font-size: 2.4rem;
  font-weight: 600;
  padding: 1rem;
  background: #e3f8ff;
  margin: 4rem 0;
}
/* line 27, sass/_index.scss */
.article-container article h3 {
  font-size: 2rem;
  font-weight: 600;
  padding: 0 0 1rem 2rem;
  border-bottom: .2rem solid #56819c;
  border-left: .4rem solid #56819c;
  margin: 4rem 0;
}
/* line 35, sass/_index.scss */
.article-container article .underline {
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #ffff6f 60%);
}
/* line 38, sass/_index.scss */
.article-container article .red {
  color: #ca0000;
  font-weight: 600;
}
/* line 42, sass/_index.scss */
.article-container article .blue {
  color: #0000ff;
  font-weight: 600;
}
/* line 46, sass/_index.scss */
.article-container article strong {
  font-weight: 600;
}
/* line 49, sass/_index.scss */
.article-container article small {
  font-size: 1.2rem;
}
/* line 52, sass/_index.scss */
.article-container article img {
  margin-bottom: 4rem;
}
/* line 55, sass/_index.scss */
.article-container article ul {
  margin-bottom: 1.6em;
}
/* line 57, sass/_index.scss */
.article-container article ul li {
  padding-left: 2rem;
  position: relative;
}
/* line 60, sass/_index.scss */
.article-container article ul li::before {
  content: '';
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 10vw;
  background: #56819c;
  position: absolute;
  left: 0;
  top: .6rem;
}
/* line 74, sass/_index.scss */
.article-container article .questionary {
  margin: 4rem 0;
}
/* line 77, sass/_index.scss */
.article-container article .set {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/* line 82, sass/_index.scss */
.article-container article .set label {
  display: block;
  width: 150px;
  background: #d9d9d9;
  color: #000;
  padding: 10px;
  margin: 10px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border-radius: 30px;
  cursor: pointer;
  font-size: 22px;
}
/* line 96, sass/_index.scss */
.article-container article .set input:checked + label {
  background: #16b2cd;
  color: #FFF;
}
/* line 100, sass/_index.scss */
.article-container article .set input {
  display: none;
}
/* line 103, sass/_index.scss */
.article-container article .questionary .harf label {
  width: 45%;
}
/* line 106, sass/_index.scss */
.article-container article .questionary .max label {
  width: 90%;
}

@media screen and (max-width: 1024px) {
  /* line 115, sass/_index.scss */
  .article-container {
    padding: 4vw 0 10vw;
  }
  /* line 117, sass/_index.scss */
  .article-container article {
    padding: 6vw 4vw;
  }
}
@media screen and (max-width: 750px) {
  /* line 128, sass/_index.scss */
  .article-container article h2 {
    margin: 6vw 0;
  }
  /* line 131, sass/_index.scss */
  .article-container article h3 {
    margin: 6vw 0;
    font-size: 1.8rem;
    padding: 0 0 1vw 3vw;
    border-left-width: .3rem;
  }
  /* line 137, sass/_index.scss */
  .article-container article img {
    margin-bottom: 6vw;
  }
  /* line 140, sass/_index.scss */
  .article-container article .set label {
    font-size: 16px;
    border-radius: 17px;
    margin: 5px;
  }
}
/* line 6, sass/_page.scss */
.page-under h1 {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2rem;
}
/* line 12, sass/_page.scss */
.page-under table {
  width: 100%;
  border: 1px #ddd solid;
}
/* line 15, sass/_page.scss */
.page-under table th, .page-under table td {
  padding: .8rem 1rem;
  border: #ddd solid 1px;
}
/* line 19, sass/_page.scss */
.page-under table th {
  width: 25%;
  color: #fff;
  background: #919598;
}
/* line 24, sass/_page.scss */
.page-under table td {
  width: 75%;
}
/* line 27, sass/_page.scss */
.page-under table a {
  color: #1ABB9A;
}

@media screen and (max-width: 750px) {
  /* line 43, sass/_page.scss */
  .page-under .table-wrap {
    width: 100%;
    overflow: scroll;
  }
  /* line 47, sass/_page.scss */
  .page-under table {
    white-space: nowrap;
  }
}
/* line 4, sass/_breadcrumbs.scss */
.breadcrumbs {
  padding: 1rem 0;
}
/* line 6, sass/_breadcrumbs.scss */
.breadcrumbs ul {
  display: flex;
  flex-flow: wrap;
}
/* line 9, sass/_breadcrumbs.scss */
.breadcrumbs ul li {
  font-size: 1.2rem;
  padding-right: 2.4rem;
  position: relative;
}
/* line 13, sass/_breadcrumbs.scss */
.breadcrumbs ul li::after {
  content: '>';
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(-5%, -50%);
}
/* line 20, sass/_breadcrumbs.scss */
.breadcrumbs ul li:last-child {
  padding-right: 0;
}
/* line 22, sass/_breadcrumbs.scss */
.breadcrumbs ul li:last-child::after {
  content: none;
}
