html {
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6, p, div, a, figure {
  margin: 0;
}

p {
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

html, body {
  margin: 0;
  font-family: Helvetica Neue, Helvetica, Arial, Geneva, sans-serif, "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

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

a:active {
  color: #000000;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

input, textarea, button {
  box-sizing: border-box;
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
}
input:focus, textarea:focus, button:focus {
  outline: none;
}
input:not(input):focus-visible, textarea:not(input):focus-visible, button:not(input):focus-visible {
  outline: auto;
}

.button-flat {
  width: auto;
  padding: 0;
  margin: 0;
  background: none;
  border: 0;
  font-size: 0;
  line-height: 0;
  overflow: visible;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.content-body h1 {
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (min-width: 991.98px) {
  .content-body h1 {
    font-size: 1.5rem;
  }
}
.content-body h2 {
  font-size: 1.0625rem;
  font-weight: bold;
}
@media screen and (min-width: 991.98px) {
  .content-body h2 {
    font-size: 1.375rem;
  }
}
.content-body h3 {
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (min-width: 991.98px) {
  .content-body h3 {
    font-size: 1.25rem;
  }
}
.content-body h4 {
  font-size: 1rem;
  font-weight: bold;
}
.content-body h5 {
  font-size: 1rem;
  font-weight: bold;
}
.content-body h6 {
  font-size: 0.875rem;
  font-weight: bold;
}
.content-body p {
  font-size: 1rem;
  line-height: 1.75;
  color: #333333;
  margin: 0;
}
@media screen and (min-width: 991.98px) {
  .content-body p {
    line-height: 2;
  }
}
.content-body h1,
.content-body h2,
.content-body h3,
.content-body h4,
.content-body h5,
.content-body h6 {
  margin-top: 24px;
  line-height: 1.5;
  margin-bottom: 16px;
}
.content-body p {
  margin-bottom: 16px;
}
.content-body p:last-child {
  margin-bottom: 0;
}
.content-body img {
  margin-top: 10px;
  margin-bottom: 10px;
  height: auto;
  width: 100%;
}
.content-body a {
  color: #333333;
  text-decoration: none;
}
.content-body a:hover {
  text-decoration: underline;
}
.content-body ul, .content-body ol {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
  list-style: disc;
  padding-left: 20px;
  line-height: 2;
}
.content-body .embedly-embed {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  max-width: 1400px;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  align-self: flex-start;
  margin-top: 32px;
}
@media screen and (max-width: 575.98px) {
  .tag-list {
    margin-top: 16px;
  }
}
.tag-list .tag {
  margin-right: 16px;
}
@media screen and (max-width: 575.98px) {
  .tag-list .tag {
    margin-right: 8px;
  }
}
.tag-list .tag:nth-child(4n+1) {
  background-color: #F2FA5A;
}
.tag-list .tag:nth-child(4n+2) {
  background-color: #5EE6EB;
}
.tag-list .tag:nth-child(4n+3) {
  background-color: #56BBF1;
}
.tag-list .tag:nth-child(4n+4) {
  background-color: #4D77FF;
}
.tag-list .tag:nth-child(4n+4) a {
  color: #FFFFFF;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 980px;
  margin: 0 auto;
  padding: 40px 0 80px;
}
@media screen and (max-width: 991.98px) {
  .container {
    width: 648px;
    padding: 40px 16px 80px;
  }
}
@media screen and (max-width: 767.98px) {
  .container {
    width: calc(100% - 32px);
    padding: 16px;
  }
}

.card-list {
  display: flex;
  width: 980px;
  -moz-column-gap: 16px;
       column-gap: 16px;
  flex-wrap: wrap;
}
@media screen and (max-width: 991.98px) {
  .card-list {
    width: 100%;
  }
}

.pagination-container {
  margin-top: 40px;
}
@media screen and (max-width: 767.98px) {
  .pagination-container {
    margin-top: 24px;
  }
}

.text-link {
  color: #01269F;
}

.img-link:hover {
  opacity: 0.75;
}

.video-player {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  max-width: 1400px;
}

.layout-container {
  min-height: 100vh;
  max-width: 1007.98px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.layout-content {
  flex: 1;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.twitter, .instagram, .tiktok {
  width: 320px;
  margin: 0 auto;
  position: relative;
}
.youtube {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
}
.youtube iframe {
	width: 100%;
	height: 100%;
}
.sns-overlap {
  width: 320px;
  position: absolute;
  height: 100%;
}
.youtube-overlap {
  width: 560px;
  position: absolute;
  height: 100%;
}
/*------------------------------------------------------*/
/*------------------------------------------------------*/

/* error */

/*------------------------------------------------------*/
/*------------------------------------------------------*/
.error{ margin: 50px auto 0 auto; text-align: center; }
.error .error__title{ font-size: 2.2em; margin-bottom: 50px; }
.error p{ margin-bottom: 10px; }
.error .error__btn-text{ margin-top: 50px; }

@media screen and (max-width: 767.98px) {
  .error{ padding: 40px 0; }
  .error__title{ color: #0065A6; font-size: 1.2em; font-weight: bold; margin: 20px 10px; line-height: 1.3; text-align: center; }
  .error__lead{ color: #0065A6; font-size: 1.0em; margin: 0 10px 1.0em 10px; line-height: 1.6; }
  .error__text{ color: #333; margin: 0 10px 20px 10px; font-size: 0.8em; line-height: 1.6; }
  .error__back-btn{ text-align: center; }
  .error__back-btn a{ color: #FFF; display: inline-block; background-image: url(/assets/images/icon_arrow_right_n_white_sp.png); background-size: 16px 16px; background-repeat: no-repeat; background-position: left 10px top 50%; background-color: #249CF8; font-size: 0.9em; padding: 10px 15px 10px 30px; text-align: center; font-weight: normal; }
}

.translate__text {
  margin: 0;
}
@media screen and (max-width: 991.98px) {
  .translate__text {
    margin: 0 10px;
  }
}

.list-info--photo{
	background-image: url(/assets/images/icon_info_photo.svg);
	background-size: 35px 30px;
	background-repeat: no-repeat;
	margin-left: 20px;
	padding-left: 50px;
}
@media screen and (max-width: 575.98px)  {
  .list-info--photo{
    background-image: url(/assets/images/icon_info_photo.svg);
    background-size: auto 30px;
    background-repeat: no-repeat;
    margin-left: 20px;
    padding-left: 50px;
  }
}
.list-info--photo span{
	height: 28px;
	color: #3296d4;
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	border: 1px solid #3296d4;
	border-radius: 3px;
	padding: 0 10px;
	display: inline-block;
	position: relative;
}
.list-info--photo span:before{
	content: "";
	position: absolute;
	top: 50%;
	left: -6px;
	margin-top: -3px;
	border: 3px solid transparent;
	border-right: 3px solid #FFF;
	z-index: 2;
}
.list-info--photo span:after{
	content: "";
	position: absolute;
	top: 50%;
	left: -9px;
	margin-top: -4px;
	border: 4px solid transparent;
	border-right: 4px solid #3296d4;
	z-index: 1;
}
