@charset "UTF-8";



/*---------------------------------------------------------------*\
$popup
\*---------------------------------------------------------------*/

#popup {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  display: none;
}

#popup .background_popup {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, .8);
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

#popup .image_popup {
  position: relative;
  width: 560px;
  margin: 0 auto;
}

#popup .modal_close {
  position: absolute;
  background-image: url('../img/article/icon_modal_close.png');
  background-size: 40px;
  background-repeat: no-repeat;
  background-color: inherit;
  border: none;
  width: 40px;
  height: 40px;
  top: -16px;
  right: -16px;
}


@media screen and (max-width: 600px) {

  #popup .image_popup {
    width: 80%;
  }
}



/*---------------------------------------------------------------*\
$reset style
\*---------------------------------------------------------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend,
p, blockquote, th, td, input, select, textarea, button {
  margin: 0;
  padding: 0;
}

a, a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  outline: none;
}

ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
}

/* table */
table {
  margin-top: 40px;
}

table tbody {
  margin-top: 40px;
}

table td {
  width: 100%;
  table-layout: fixed !important;
}

table tbody tr, td {
  padding: 12px;
  text-align: center;
}

table tbody tr td {
  border-right: solid 2px #fff;
}

table tbody tr td:last-child {
  border-right: none;
}

table tbody tr:first-of-type td {
  background-color: #FFDA25;
}

table tbody tr:nth-of-type(odd) {
  background-color: #fff5bc;
}

table tbody tr:nth-of-type(even) {
  background-color: #fffee1;
}

/* headlines */
.en_title {
  font-family: "dunbar-tall", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 44px;
  line-height: 1;
  margin: 4px 0 0 0;
}

.headline {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 600;
  /* font-weight: 700; */
  font-size: 20px;
  line-height: 1;
}

.article_headline {
  font-size: 15px;
  margin-top: 16px;
  text-align: left;
}

/* font weight */
.font_bold {
  font-weight: 600;
}

/* text alignment */
.align_center {
  text-align: center;
}

.align_right {
  text-align: right;
}

.align_left {
  text-align: left;
}

/* font color */
.font_white {
  color: #fff;
}

.font_blue {
  color: #0094FF;
}

/* line height */
.line_p {
  line-height: 1.5;
}

.line_ex {
  line-height: 2;
}

/* block */
.block {
  display: block;
}

/* ask */
.each_ask {
  width: calc(100%/2);
  margin-right: 0%;
  padding: 40px 32px;
}

.each_ask:last-of-type {
  margin-right: 0;
}

.ask_desc {
  margin: 16px 0 32px;
  font-size: 13px;
}

/* utils */
.show_pc {
  display: block;
}

.show_tab {
  display: none;
}

.show_sp {
  display: none;
}

.hide_sp {
  display: block;
}

/* all,html,body,layouts */
* {
  font-size: 16px;
  color: #000;
  box-sizing: border-box;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 0;
  font-feature-settings: "palt";
  font-weight: 400;
  line-height: 1;
  min-height: 100vh;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  flex-direction: column;
  justify-content: space-between;
  -webkit-flex-direction: column;
}

/* selection color */
::selection {
  background: #FFDA25;
  /* Safari */
}

::-moz-selection {
  background: #FFDA25;
  /* Firefox */
}

/* clearfix */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* images and movies */
img, canvas, iframe, video, svg {
  border: 0;
  width: 100%;
  max-width: 100%;
  display: block;
}

img {
  height: auto;
}

/* background color */
.primary_dark,
.primary_black {
  background-color: #000;
}

.primary_white {
  background-color: #fff;
}

.primary_gray {
  background-color: #F3F7FB;
}

.primary_blue {
  background-color: #1EAEFF;
}

.primary_yellow {
  background-color: #FFDA25;
}

.primary_green {
  background-color: #1bff91;
}

.primary_red {
  background-color: #ff6a8c;
}

/* border */
.border {
  border: solid 1px #ddd;
}

.border_top {
  border-top: solid 1px #ddd;
}

.border_bottom {
  border-bottom: solid 1px #ddd;
}

.border_right {
  border-right: solid 1px #ddd;
}

.border_left {
  border-left: solid 1px #ddd;
}

/* shadow */
.shadow {
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.06);
}

.shadow_image {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16);
}

.shadow_button {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16);
}

/* radius */
.radius {
  border-radius: 30px;
  overflow: hidden;
}

.radius_s {
  border-radius: 12px;
  overflow: hidden;
}

.radius_round {
  border-radius: 120px;
  overflow: hidden;
}

/* button */
.button_common_m {
  width: 280px;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.16));
  border-radius: 120px;
  padding: 24px 0;

  font-size: 15px;
  font-weight: 600;
  text-align: center;
  color: #FFFFFF;
}

.button_common_s {
  width: 220px;
  display: block;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.16));
  border-radius: 120px;
  padding: 24px 0;
  margin: 24px auto 0;

  font-size: 15px;
  font-weight: 600;
  text-align: center;
  color: #FFFFFF;
}

/* input */
input[type="search"],
input[type="button"],
input[type="submit"],
input[type="reset"],
select, textarea, button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
}

input, select, textarea, button {
  font-family: inherit;
  font-weight: inherit;
  outline: none;
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

input[type="text"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="file"],
input[type="image"],
input[type="number"],
input[type="range"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="time"],
select,
textarea {
  display: block;
}

input[type="color"],
input[type="file"],
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
  cursor: pointer;
}

input[type="color"],
input[type="file"],
input[type="image"] {
  border: none;
  background-color: transparent;
}

select {
  text-indent: 0.01px;
  text-overflow: "";
  background-image: url(./under_arrow.svg);
  background-position: 100% center;
  background-repeat: no-repeat;
  padding: 0 20px 0 10px;
}

select::-ms-expand {
  display: none;
}

textarea {
  overflow: auto;
  display: block;
  resize: vertical;
}

/* page navi */
.wp-pagenavi {
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 56px;
}

.wp-pagenavi>.page-numbers {
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  border: solid 1px #e8e8e8;
  border-radius: 80px;
  margin-right: 16px;
  background: #fff;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 48px;
  height: 48px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.wp-pagenavi>.page-numbers.prev {
  width: 120px;
  padding-right: 32px;
  text-align: right;
  position: relative;
}

.wp-pagenavi>.page-numbers.next {
  width: 120px;
  padding-left: 32px;
  text-align: left;
  position: relative;
}

.wp-pagenavi>span>a {
  width: 120px;
  height: 48px;
  margin: 0;
  position: relative;
  cursor: pointer;
}

.wp-pagenavi>span:first-child>a {
  text-align: right;
  padding-right: 32px;
}

.wp-pagenavi>span:last-child>a {
  text-align: left;
  padding-left: 32px;
}

.wp-pagenavi .icon_navi_left {
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px solid #3c3a3a;
  border-right: 2px solid #3c3a3a;
  transform: rotate(-135deg);
  top: 1px;
  bottom: 0;
  left: 24px;
  margin: auto;
}

.wp-pagenavi .icon_navi_right {
  display: block;
  position: absolute;
  top: 50%;
  right: 24px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #3c3a3a;
  border-right: 2px solid #3c3a3a;
  transform: translateY(-50%) rotate(45deg);
  margin: auto;
}

.wp-pagenavi>a {
  cursor: pointer;
}

/* wp-page navi - checked */
.wp-pagenavi>.page-numbers.current {
  background: #000 !important;
  color: #fff !important;
  border: none !important;
}

/* topic */
#topic .wrapper_contents_all_posts {
  width: calc(100% - 80px);
  margin: 0 40px;

  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 32px;
}

/* post */
#topic .title_each_post {
  margin-top: 16px;
  font-size: 15px;
}

.m_auto {
  margin: 0 auto;
}

/* modal */
.modaal-container {
  border-radius: 30px !important;
  overflow: hidden;
}

.headline_modal {
  font-size: 24px;
}



/*---------------------------------------------------------------*\
$1200px
\*---------------------------------------------------------------*/
@media screen and (max-width: 1200px) {

  /* text break */
  .flap_on_small_pc {
    display: block;
  }

  .flap_off_small_pc {
    display: none;
  }
}



/*---------------------------------------------------------------*\
$1080px
\*---------------------------------------------------------------*/
@media screen and (max-width: 1080px) {

  /* utils */
  .hide_tab {
    display: none;
  }

  .show_pc {
    display: none;
  }

  .show_tab {
    display: block;
  }

  /* ask */
  .ask {
    width: 100%;
    display: block;
  }

  .each_ask {
    width: 100%;
  }

  /* text break */
  .flap_on_tablet {
    display: block;
  }

  .flap_off_tablet {
    display: none;
  }
}



/*--------------------------------------------------------------*\
$600px
\*---------------------------------------------------------------*/
@media screen and (max-width: 600px) {

  /* topic */
  #topic .wrapper_contents_all_posts {
    width: calc(100% - 32px);
    margin: 0 16px;
  }

  /* headlines */
  .en_title {
    font-size: 32px;
  }

  .headline {
    font-size: 17px;
  }

  /* text break */
  .flap_on_sp {
    display: block;
  }

  .flap_off_sp {
    display: none;
  }

  /* page navi */
  .wp-pagenavi {
    margin-top: 40px;
  }

  .wp-pagenavi a {
    font-size: 11px;
    line-height: 11px;
  }

  .wp-pagenavi>span>a {
    height: 36px;
    width: 56px;
    font-size: 11px;
    line-height: 11px;
  }

  .wp-pagenavi>a {
    width: 36px;
    height: 36px;
    margin-right: 6px;
  }

  .wp-pagenavi>a:nth-of-type(1) {
    margin-left: 6px;
  }

  .wp-pagenavi>a:nth-last-child(2) {
    margin-left: 6px;
  }

  .wp-pagenavi>span:first-child>a {
    padding-right: 10px;
  }

  .wp-pagenavi>span:last-child>a {
    padding-left: 10px;
  }

  .wp-pagenavi .icon_navi_right {
    right: 10px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #3c3a3a;
    border-right: 1px solid #3c3a3a;
  }

  .wp-pagenavi .icon_navi_left {
    left: 10px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #3c3a3a;
    border-right: 1px solid #3c3a3a;
  }

  /* utils */
  .hide_sp {
    display: none;
  }

  .show_sp {
    display: block;
  }
}