@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
}

/* リキッドレイアウト対応 */
html {
  color: #333;
}
@media (max-width: 1044px) {
  html {
    font-size: 1.5325670498vw;
  }
}
@media (min-width: 1044px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

/* pcの電話番号発信対応 */
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a, input[type=submit] {
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover, input[type=submit]:hover, a:hover img{
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */

button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}
input[name=query]{
	width: 210px;
}


.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .inner {
    max-width: 1094px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.article-bg {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #B3D5F9 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #B3D5F9 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  background-color: #F3F8FC;
  padding: 38px 5%;
  padding: 2.375rem 5%;
}

.article {
  max-width: 1044px;
  max-width: 65.25rem;
  width: 100%;
  margin: auto;
  background: #fff;
  padding: 60px 90px;
  padding: 3.75rem 5.625rem;
}
@media screen and (max-width: 768px) {
  .article {
    padding: 1.875rem 1.25rem;
  }
}

.article__category {
  display: inline-block;
  color: #fff;
  background: #E09200;
  font-size: 13px;
  font-size: 0.8125rem;
  border-radius: 0.9375rem;
  padding: 5px 8px;
  padding: 0.3125rem 0.5rem;
  margin-top: 67px;
  margin-top: 4.1875rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .article__category {
    margin-top: 2.0625rem;
    font-size: 0.6875rem;
    padding: 0.125rem 0.25rem;
  }
}

.article__title {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: 0.21em;
  padding-top: 23px;
  padding-top: 1.4375rem;
}
@media screen and (max-width: 768px) {
  .article__title {
    padding-top: 0.6875rem;
    font-size: 1.5rem;
  }
}

.article__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.article__date span {
  font-size: 14px;
  font-size: 0.875rem;
  color: #B0B0B0;
  padding-left: 22px;
  padding-left: 1.375rem;
}
@media screen and (max-width: 768px) {
  .article__date span {
    padding-left: 0.6875rem;
    font-size: 0.75rem;
  }
}

.article__date img {
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  display: inline;
  vertical-align: middle;
  margin-right: 8px;
  margin-right: 0.5rem;
}

.bun-about {
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-bottom: 80px;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .bun-about {
    margin-top: 0.9375rem;
    margin-bottom: 2.5rem;
  }
}

.bun-about__title {
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.21em;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .bun-about__title {
    font-size: 1.25rem;
  }
}

.bun-about__title:before {
  content: "";
  display: inline-block;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  border-radius: 0.625rem;
  background: #8ABFF8;
  margin-right: 15px;
  margin-right: 0.9375rem;
  position: relative;
  top: 2px;
  top: 0.125rem;
}

.bun-about__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 36px;
  margin-top: 2.25rem;
}
@media screen and (max-width: 768px) {
  .bun-about__flex {
    margin-top: 1.125rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.bun-about__left {
  width: 119px;
  width: 7.4375rem;
  margin-right: 45px;
  margin-right: 2.8125rem;
}
@media screen and (max-width: 768px) {
  .bun-about__left {
    margin-right: 0.75rem;
    width: 7.4375rem;
  }
}

.bun-about__img {
  width: 119px;
  width: 7.4375rem;
  height: 119px;
  height: 7.4375rem;
}

.bun-about__name {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.13em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .bun-about__name {
    font-size: 0.8125rem;
  }
}

.bun-about__name span {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
  .bun-about__name span {
    font-size: 0.6875rem;
  }
}

.bun-about__comment {
  width: calc(80% - 1.5625rem);
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  line-height: 2;
  border: 1px solid #C1C1C1;
  border-radius: 0.625rem;
  padding: 31px;
  padding: 1.9375rem;
  position: relative;
  margin-left: 25px;
  margin-left: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .bun-about__comment {
    font-size: 0.8125rem;
    padding: 0.9375rem;
    font-size: 0.8125rem;
    width: 100%;
    margin-left: 0;
    margin-top: 1.5625rem;
  }
}

.bun-about__comment:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 20.8px 12px 0;
  border-width: 0.75rem 1.3rem 0.75rem 0;
  border-color: transparent #C1C1C1 transparent transparent;
  position: absolute;
  top: 60px;
  top: 3.75rem;
  left: -21px;
  left: -1.3125rem;
}
@media screen and (max-width: 768px) {
  .bun-about__comment:before {
    border-width: 0 0.75rem 1.3rem 0.75rem;
    border-color: transparent transparent #c1c1c1 transparent;
    top: -1.3125rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.bun-about__comment:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 19.8px 11px 0;
  border-width: 0.6875rem 1.2375rem 0.6875rem 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  top: 61px;
  top: 3.8125rem;
  left: -19px;
  left: -1.1875rem;
}
@media screen and (max-width: 768px) {
  .bun-about__comment:after {
    border-width: 0 0.6875rem 1.2375rem 0.6875rem;
    border-color: transparent transparent #fff transparent;
    top: -1.1875rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.bun-info {
  margin-top: 28px;
  margin-top: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .bun-info {
    margin-top: 0.875rem;
  }
}

.bun-info__img {
  width: 60px;
  width: 3.75rem;
  height: 60px;
  height: 3.75rem;
}

.bun-info__text {
  line-height: 1.78;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.13em;
  padding-left: 16px;
  padding-left: 1rem;
}
@media screen and (max-width: 768px) {
  .bun-info__text {
    padding-left: 0.5rem;
    font-size: 0.8125rem;
  }
}

.content {
  margin-top: 52px;
  margin-top: 3.25rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .content {
    margin-top: 1.625rem;
  }
}

.content__title {
  background: #F5F7F7;
  font-size: 24px;
  font-size: 1.5rem;
  padding: 16px 30px;
  padding: 1rem 1.875rem;
  border-left: 7px solid #8ABFF8;
  border-left: 0.4375rem solid #8ABFF8;
  font-weight: normal;
  letter-spacing: 0.21em;
}
@media screen and (max-width: 768px) {
  .content__title {
    font-size: 1.125rem;
    padding: 0.625rem 1.25rem;
  }
}

.content__sentence {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-top: 40px;
  margin-top: 2.5rem;
  overflow-wrap: break-word;
}
@media screen and (max-width: 768px) {
  .content__sentence {
    font-size: 0.875rem;
    margin-top: 1.25rem;
  }
}

.list-item {
  width: 100%;
  /*margin-top: 30px;*/
  margin-top: 1.875rem;
	margin-left: 0;
	text-indent: 0
}
.article ul .list-item{/*230607 追記*/
 text-indent: 0;
}

@media screen and (max-width: 768px) {
  .list-item {
    margin-top: 0.9375rem;
  }
}
.list-item:first-child{
  margin-top: 0;
}

.list-item a {
  display: block;
  height: inherit;
}

.list-item__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.list-item__left {
  width: calc(100% - 1.3125rem);
  display: flex;
}

.list-item__right {
  width: 21px;
  width: 1.3125rem;
}

.list-item img {
  display: inline-block;
  vertical-align: middle;
}

.list-item img:first-child {
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  margin-top: 3px;
  margin-top: 0.1875rem;
}

.list-item img:last-child {
  width: 21px;
  width: 1.3125rem;
  height: 24px;
  height: 1.5rem;
}

.list-item__date {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
}
@media screen and (max-width: 768px) {
  .list-item__left{
    display: block;
  }
  .list-item__date {
    font-size: 0.8125rem;
  }
  .list-item img:first-child{
    margin-top: 0;
  }
}

.list-item__title {
  display: inline;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  line-height: 2.4;
  text-decoration: underline;
  margin-top: -6px;
  margin-top:-0.375rem;
  width:80%;
}
@media screen and (max-width: 768px) {
  .list-item__title {
    font-size: 0.8125rem;
    width:100%;
  }
}

.list {
  margin-top: 47px;
  margin-top: 2.9375rem;
  border: 1px solid #c1c1c1;
  padding: 58px 62px;
  padding: 3.625rem 3.875rem;
}
@media screen and (max-width: 768px) {
  .list {
    padding: 1.8125rem 1.9375rem;
    margin-top: 1.4375rem;
  }
}

.list__title {
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.21em;
  margin-bottom: 45px;
  margin-bottom: 2.8125rem;
}
@media screen and (max-width: 768px) {
  .list__title {
    font-size: 1rem;
    margin-bottom: 1.375rem;
  }
}

/* インデント追加　20221025 */
.article ul li{
  margin-left: 1.5rem;
  text-indent: -1rem;
}


/* 追加したスタイル */
.text-right{
  text-align: right;
}
.article__detail > .article__detail-top{
  display: flex;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.article__detail .article__date span{
  padding-left: 0;
}
.article__detail .article__category{
  margin-top: 0;
  margin-left: 16px;
  margin-left: 1rem;
}
.list-item__number{
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  padding-right: 10px;
  padding-right: 0.625rem;
  width:80px;
  width:5rem;;
}
.content__box {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-top: 40px;
  margin-top: 2.5rem;
  border:1px solid #333;
  padding:20px;
  padding:1.25rem;
}
@media screen and (max-width: 768px) {
  .content__box {
    font-size: 0.875rem;
    margin-top: 1.25rem;
    padding:0.625rem;
  }
}
.flex{
  display: flex;
  justify-content: center;
}
.flex img{
  width:50%;
}
#footNav .sns.flex{
	-ms-flex-pack: start;
	justify-content: flex-start;
}
#footNav .sns.flex li:nth-of-type(1) a img{
	width: 24px;
}
#footNav .sns.flex li:nth-of-type(1) a img{
	width: 24px;
}
#footNav .sns li:nth-of-type(2) a img{
	width: 26px;
}
@media screen and (max-width: 768px) {
  .flex{
    flex-direction: column;
  }
  .flex img{
    width:100%;
  }
}
.underline{
  text-decoration:underline;
}

.fukidashi {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .fukidashi {
    margin-top: 1.25rem;
  }
}

.fukidashi__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.fukidashi__flex--risa {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.fukidashi__img {
  width: 100px;
  width: 6.25rem;
}
@media screen and (max-width: 768px) {
  .fukidashi__img {
    width: 3.125rem;
  }
}

.fukidashi__text {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.08em;
  line-height: 2;
  padding: 20px;
  padding: 1.25rem;
  border-radius: 0.625rem;
  max-width: calc(100% - 7.5rem);
  position: relative;
}
@media screen and (max-width: 768px) {
  .fukidashi__text {
    font-size: 0.8125rem;
    padding: 0.625rem;
    max-width: calc(100% - 4.375rem);
  }
}

.fukidashi__text--bun {
  background: #d7ebfe;
  margin-left: 20px;
  margin-left: 1.25rem;
}

.fukidashi__text--risa {
  background: #ffd1d1;
  margin-right: 20px;
  margin-right: 1.25rem;
}

.fukidashi__text:after {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 40px;
  top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .fukidashi__text:after {
    top: 1.25rem;
  }
}

.fukidashi__text--bun:after {
  border-width: 10px 17.3px 10px 0;
  border-width: 0.625rem 1.08125rem 0.625rem 0;
  border-color: transparent #d7ebfe transparent transparent;
  left: -15px;
  left: -0.9375rem;
}

.fukidashi__text--risa:after {
  border-width: 10px 0 10px 17.3px;
  border-width: 0.625rem 0 0.625rem 1.08125rem;
  border-color: transparent transparent transparent #ffd1d1;
  right: -15px;
  right: -0.9375rem;
}
.content img{
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  width:70%;
}

.table-wrap, .column-table-wrap {
  width: 100%;
  overflow: scroll;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.table{
  border-collapse: collapse;
  width:860px;
}
.column-table, .column-table--green, .column-table--blue {
  border-collapse: collapse;
  width: 800px;
}

.table th, table td, .column-table th, .column-table td {
  font-weight: normal;
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height:2;
}

.table th, .column-table th {
  background: #E6F9FF;
}
.column-table--green th {
  background: #009900;
  color:#fff;
}
.column-table--blue th{
  background:#008cbb;
  color:#fff;
}
.column-table--blue td.bg{
  background:#D8EDF4;
}
.blue{
  color:blue;
}
.dark-green{
  color:#004c00;
}
.green{
  color:#009900;
}
.red{
  color:red;
}
.lg{
  font-size: 1.5em;;
}
.sm{
  font-size: 0.8em;
}
.yellow{
  color:#ff7f50;
}
.bg{
  background:#fff9f4;
}
.bold{
  font-weight: bold;
}
.content__box--double{
  border:5px double #333;
}
.text-center{
  text-align: center;
}
.indent{
  padding-left: 3em;
  text-indent: -3em;
}
/*# sourceMappingURL=article.css.map */

/*for novel*/
.novel{
	font-family: 'Noto Serif JP', serif;
}

.novel .lead,
.novel .points{
	margin-top: 40px;
	padding: 40px;
	
}
.novel .lead p{
	margin-bottom: 20px;
}

.novel .lead ul,
.novel .points ol,
.novel .points ul{
	padding: 0 20px 20px
}

.novel .content__sentence{
	text-indent: 1em;
}

.novel .points p{
	display: block;
	margin-bottom: 20px;
	border-bottom: 1px solid #dedede;
}