@charset "UTF-8";
/* CSS Document */
:root {
  --detail-sec1-margin-pc: 70px;
  --common-section-margin-pc: 100px;
  --detail-sec1-margin-sp: 12vw;
  --common-section-margin-sp: 8vw;
}

.contents {
  min-height: auto;
}
#detail_sec1 {
  /*margin-top: 200px;*/
  padding-top: 0;
  line-height: 1.6;
  font-weight: 400;
  color: #363739;
}
#detail_sec1 .part1 .part_body {
  margin-top: 0 !important;
  /*margin-bottom: 100px;*/
  margin-bottom: var(--detail-sec1-margin-pc);
}
#detail_sec1 .part1 .part_body:last-child {
  margin-bottom: var(--detail-sec1-margin-pc);
}

@media screen and (max-width: 1000px) {
  #detail_sec1 {
    /*margin-top: 10vw;*/
    margin-top: 4vw;
  }
  #detail_sec1 .part1 .part_body {
    margin-top: 0 !important;
    margin-bottom: var(--detail-sec1-margin-sp);
  }
}
/*---------------------------------
ヘッダー：タブレット調整
---------------------------------*/
@media screen and (max-width: 1000px) {
  .navToggle[aria-expanded="false"].-scroll .navToggle__mplus {
    height: 20px;
  }
  .navToggle[aria-expanded="false"].-scroll .navToggle__mplus img {
    vertical-align: top;
    margin-top: 3px;
  }
}
@media only screen and (min-width: 500px) and (max-width: 768px) {
  .navToggle .navToggle__label {
    font-size: 10px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .header {
    font-size: initial;
  }
  .header .header__shareListLink {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  /*main.contents {
    padding-top: 120px !important;
  }*/
}
@media screen and (min-width: 1001px) {
  main.contents {
    padding-top: 0;
  }
}

/*---------------------------------
common
---------------------------------*/
strong {
  font-weight: bolder !important;
}

#detail_sec1 .part1 .part_body .block {
  margin: 0 auto var(--detail-sec1-margin-pc) !important;
  padding-bottom: 0;
}
#detail_sec1 .part1 .part_body .block a {
  text-decoration: underline;
}
#detail_sec1 span.red {
  color: #fd0037;
  font-weight: bolder !important;
}
#detail_sec1 span.marker_blue {
  background: #b3d8ff;
  padding: 0 0.25em;
}
@media screen and (max-width: 1000px) {
  #detail_sec1 .part1 .content {
    max-width: 100%;
    margin: auto;
  }
  #detail_sec1 .part1 .part_body .block {
    margin: 0 auto var(--detail-sec1-margin-sp) !important;
  }
}

/*---------------------------------
（０）見出し
---------------------------------*/
#detail_sec1 .part1 .part_header .tags a {
  margin-bottom: 5px;
}
@media screen and (max-width: 1000px) {
  #detail_sec1 .part1 .part_header .date_part .category,
  #detail_sec1 .part1 .part_header .date_part .date {
    font-size: 3.08vw !important;
  }
  #detail_sec1 .part1 .part_header .date_part {
    margin-bottom: 0 !important;
  }
  #detail_sec1 .part1 .part_header .tags a {
    font-size: 3.08vw !important;
    height: 6.16vw !important;
    line-height: 6.16vw;
    border-radius: 3.2vw !important;
    margin-bottom: 2vw !important;
  }
  #detail_sec1 .part1 .part_header h1 {
    margin-top: 2.6vw;
  }
}

/*---------------------------------
（０）メインビジュアル
---------------------------------*/
#detail_sec1 .part1 > img {
  margin-bottom: 30px;
}
#detail_sec1 .part1 .mainvisual img {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  #detail_sec1 .part1 > img {
    margin-bottom: 5vw;
  }
}
/*---------------------------------
（０）ヘッダーブロック
---------------------------------*/
#detail_sec1 .part1 .part_body .block.header_block {
  padding-bottom: 0 !important;
}
#detail_sec1 .part1 .part_body .block.header_block .content {
  margin-top: 0 !important;
}
@media screen and (max-width: 1000px) {
  #detail_sec1 .part1 .part_body .block.header_block .content {
    padding: 0 !important;
  }
  #detail_sec1 .part1 .part_body .block.header_block .content p {
    font-size: 4.12vw !important;
  }
  #detail_sec1 .part1 .part_body .block.header_block .content p.from {
    font-size: 2.83vw !important;
  }
}

/*---------------------------------
（１）テキスト＋画像、（２）画像＋テキスト
---------------------------------*/
#detail_sec1 .part1 .part_body .block .content {
  margin-top: 0 !important;
  padding: 0 !important;
}
#detail_sec1 .part1 .part_body .block .content h3 {
  font-size: 20px !important;
  margin-bottom: 10px;
}
#detail_sec1 .part1 .part_body .block .content:last-child {
  margin-bottom: 0 !important;
}

#detail_sec1 .part1 .part_body .block .img_wrapper img {
  margin-bottom: 7px !important;
}
#detail_sec1 .part1 .part_body .block .img_wrapper .text {
  margin-top: 0;
}
@media screen and (max-width: 1000px) {
  #detail_sec1 .part1 .part_body .block .content {
    margin-bottom: 6.4vw;
  }
  #detail_sec1 .part1 .part_body .block .content h2 {
    font-size: 4.62vw !important;
  }
  #detail_sec1 .part1 .part_body .block .content h3 {
    font-size: 4.62vw !important;
    margin-bottom: 3.08vw;
  }
  #detail_sec1 .part1 .part_body .block .content p {
    font-size: 3.59vw !important;
  }
  #detail_sec1 .part1 .part_body .block .img_wrapper img {
    margin-bottom: 0 !important;
  }

  #detail_sec1 .part1 .part_body .block .img_wrapper .text {
    margin-top: 0 !important;
    font-size: 2.83vw !important;
  }
}
/*---------------------------------
（３）2カラムテキスト＋画像（右）、（４）2カラムテキスト＋画像（左）
---------------------------------*/
#detail_sec1 .part1 .flex_img_block {
  max-width: 800px;
  margin: auto;
}
#detail_sec1 .part1 .flex_img_block .block {
  /*gap: 80px;*/
  gap: 40px;
  padding-bottom: 0;
}
#detail_sec1 .part1 .flex_img_right {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
#detail_sec1 .part1 .flex_img_left {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#detail_sec1 .part1 .flex_img_block .block .flex_img {
  max-width: 370px;
}
#detail_sec1 .part1 .flex_img_block .block .flex_img img {
  margin-bottom: 15px;
}
#detail_sec1 .part1 .flex_img_block .block .flex_img .caption {
  font-size: 14px;
}
#detail_sec1 .part1 .flex_img_block .block .flex_body {
  flex: 1;
}
#detail_sec1 .part1 .flex_img_block .block .flex_body p {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 1000px) {
  #detail_sec1 .part1 .flex_img_block {
    max-width: 100%;
    margin: auto;
  }
  #detail_sec1 .part1 .flex_img_block .block {
    margin-top: 12vw;
    gap: 6vw;
  }
  #detail_sec1 .part1 .flex_img_right {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  #detail_sec1 .part1 .flex_img_left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #detail_sec1 .part1 .flex_img_block .block .flex_img {
    max-width: 100%;
  }
  #detail_sec1 .part1 .flex_img_block .block .flex_img img {
    width: 100%;
    margin-bottom: 7px;
  }
  #detail_sec1 .part1 .flex_img_block .block .flex_img .caption {
    font-size: 3.08vw;
  }
  #detail_sec1 .part1 .flex_img_block .block .flex_body {
    flex: 1;
  }
  #detail_sec1 .part1 .flex_img_block .block .flex_body p {
    font-size: 4.12vw;
  }
}
/*---------------------------------
（５）リスト、（６）リスト（数字）
---------------------------------*/
#detail_sec1 .part1 .list_block {
  max-width: 800px;
  margin: 0 auto var(--detail-sec1-margin-pc);
}
#detail_sec1 .part1 .list_block ul {
  padding-left: 33px;
  margin-bottom: 0;
}
#detail_sec1 .part1 .list_block ul li {
  font-size: 16px;
  line-height: 2;
  display: block;
  text-indent: -33px;
  margin-bottom: 12px;
}
#detail_sec1 .part1 .list_block ul li .number {
  width: 24px;
  height: 24px;
  background: #a0a0a0;
  color: white;
  line-height: 24px;
  display: inline-block;
  font-size: 12px;
  margin-right: 6px;
  text-align: center;
  margin-top: 4px;
  text-indent: 0;
}
#detail_sec1 .part1 .list_block ul li .square {
  color: #a0a0a0;
  font-size: 12px;
  margin-top: 4px;
  margin-right: 6px;
}
@media screen and (max-width: 1000px) {
  #detail_sec1 .part1 .list_block {
    max-width: 100%;
    margin: 0 auto var(--detail-sec1-margin-sp);
  }
  #detail_sec1 .part1 .list_block ul {
    padding-left: 8.3vw;
  }
  #detail_sec1 .part1 .list_block ul li {
    font-size: 3.59vw !important;
    line-height: 2;
    text-indent: -8.3vw;
    margin-bottom: 4.12vw;
  }
  #detail_sec1 .part1 .list_block ul li .square {
    font-size: 2.6vw;
  }
  #detail_sec1 .part1 .list_block ul li .number {
    background: #a0a0a0;
    color: white;
    margin-right: 6px;
    font-size: 3.08vw !important;
    width: 5vw !important;
    height: 5vw !important;
    line-height: 5vw !important;
    margin-top: -0.5vw !important;
  }
}
/*---------------------------------
（７）引用
---------------------------------*/
#detail_sec1 .part1 .quotation_block {
  max-width: 800px;
  margin: 0 auto var(--detail-sec1-margin-pc);
  display: flex;
  align-items: center;
  gap: 18px;
}
#detail_sec1 .part1 .quotation_block img {
  width: 36px !important;
  margin-bottom: 0 !important;
}
#detail_sec1 .part1 .quotation_block img:first-child {
  align-self: flex-start;
}
#detail_sec1 .part1 .quotation_block p {
  padding: 10px 0;
  font-size: 16px;
  line-height: 2;
}
#detail_sec1 .part1 .quotation_block img:last-child {
  align-self: flex-end;
}
@media screen and (max-width: 1000px) {
  #detail_sec1 .part1 .quotation_block {
    max-width: 100%;
    margin: 0 auto var(--detail-sec1-margin-sp);
    display: flex;
    align-items: center;
    gap: 2vw;
  }
  #detail_sec1 .part1 .quotation_block img:first-child {
    align-self: flex-start;
  }
  #detail_sec1 .part1 .quotation_block p {
    padding: 10px 0;
    font-size: 3.08vw;
    line-height: 2;
  }
  #detail_sec1 .part1 .quotation_block img:last-child {
    align-self: flex-end;
  }
  #detail_sec1 .part1 .quotation_block img {
    width: 6vw;
  }
}
/*---------------------------------
（８）表
---------------------------------*/
#detail_sec1 .part1 .table_block {
  max-width: 940px;
  margin: 0 auto var(--detail-sec1-margin-pc);
  padding: 0 95px;
}
/*add 20231120*/
#detail_sec1 .part1 .table_block table {
  margin: auto;
  width: 100%;
}
#detail_sec1 .part1 .table_block table tr th {
  background: #f7f7f7;
  padding: 15px 26px;
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
  border-top: 1px solid #363739;
}
#detail_sec1 .part1 .table_block table tr td {
  padding: 15px 20px;
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  border-top: 1px solid #363739;
}
#detail_sec1 .part1 .table_block table tr:last-child th,
#detail_sec1 .part1 .table_block table tr:last-child td {
  border-bottom: 1px solid #363739;
}
@media screen and (max-width: 1000px) {
  #detail_sec1 .part1 .table_block {
    max-width: 100%;
    margin: 0 auto var(--detail-sec1-margin-sp);
    padding: 0;
  }
  #detail_sec1 .part1 .table_block table tr th {
    background: #f7f7f7;
    padding: 2vw;
    font-size: 3.08vw;
    line-height: 2;
    font-weight: 400;
    border-top: 1px solid #363739;
  }
  #detail_sec1 .part1 .table_block table tr td {
    padding: 2vw;
    font-size: 3.08vw;
    line-height: 2;
    font-weight: 300;
    border-top: 1px solid #363739;
  }
  #detail_sec1 .part1 .table_block table tr:last-child th,
  #detail_sec1 .part1 .table_block table tr:last-child td {
    border-bottom: 1px solid #363739;
  }
}
/*---------------------------------
（９）リンク/外部リンク（テキスト）
---------------------------------*/
#detail_sec1 .part1 .external_block {
  max-width: 940px;
  margin: 0 auto var(--detail-sec1-margin-pc);
}
#detail_sec1 .part1 .external_block p {
  font-size: 16px;
  line-height: 2;
}
#detail_sec1 .part1 .external_block p a {
  text-decoration: underline;
  display: inline-block;
}
#detail_sec1 .part1 .external_block p a img {
  width: auto;
  height: 0.7em;
  vertical-align: middle;
}
#detail_sec1 .part1 .external_block .flex_blocks p {
  line-height: 1.6;
}
@media screen and (max-width: 1000px) {
  #detail_sec1 .part1 .external_block {
    max-width: 940px;
    margin: 0 auto var(--detail-sec1-margin-sp);
  }
  #detail_sec1 .part1 .external_block p {
    /*font-size: 12px;*/
    font-size: 3.59vw;
  }
  #detail_sec1 .part1 .external_block .flex_blocks p {
    font-size: 3.08vw;
  }
}
/*---------------------------------
（１０）リンク/外部リンク（画像）
---------------------------------*/
#detail_sec1 .part1 .external_block .flex_blocks {
  margin-top: 60px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 40px;
}
#detail_sec1 .part1 .flex_img_left {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#detail_sec1 .part1 .flex_body {
  flex: 1;
}
#detail_sec1 .part1 .external_block .flex_blocks .flex_img_left_inner {
  background: #f7f7f7;
  align-items: center;
  gap: 14px;
  padding-right: 16px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#detail_sec1 .part1 .external_block .flex_blocks .flex_img_left_inner a {
  display: block;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (min-width: 1001px) {
  #detail_sec1 .part1 .external_block .flex_blocks .piece {
    height: 120px;
  }
  #detail_sec1 .part1 .external_block .flex_blocks p {
    width: 112px;
    height: 100px;
    overflow: hidden;
  }
}
@media screen and (max-width: 1000px) {
  #detail_sec1 .part1 .external_block .flex_blocks {
    margin-top: 8vw;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    gap: 4vw;
  }
  #detail_sec1 .part1 .external_block .flex_blocks .piece .flex_img img {
    width: 40vw;
  }
  #detail_sec1 .part1 .flex_img_left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #detail_sec1 .part1 .external_block .flex_blocks .flex_img_left_inner {
    flex-direction: row;
    background: #f7f7f7;
    align-items: center;
    gap: 15px;
    padding-right: 2vw;
  }
  #detail_sec1 .part1 .external_block .flex_blocks .piece a > img {
    /*width: 15px;*/
    width: 3.8vw;
  }
  #detail_sec1 .part1 .external_block .flex_blocks p {
    max-height: 25vw;
    overflow: hidden;
  }
}
/*---------------------------------
（１１）INDEX
---------------------------------*/
#detail_sec1 .part1 .part_body .block.contents_block {
  margin: 80px auto !important;
}
#detail_sec1 .part1 .part_body .block.contents_block .eigo {
  font-weight: 400;
}
#detail_sec1 .part1 .part_body .block.contents_block .block_content ul {
  margin: 0;
}
#detail_sec1 .part1 .part_body .block.contents_block .block_content ul li:last-child {
  margin-bottom: 0;
}

#detail_sec1 .part1 .part_body .block.contents_block .block_content ul li {
  position: relative;
  padding-left: 1.5em;
}
#detail_sec1 .part1 .part_body .block.contents_block .block_content ul li:before {
  content: "■";
  display: inline-block;
  font-size: 1em;
  color: #a0a0a0;
  position: absolute;
  top: 0;
  left: 0;
}
#detail_sec1 .part1 .part_body .block.contents_block .block_content ul li a {
  text-decoration: none !important;
}
#detail_sec1 .part1 .part_body .block.contents_block .block_content ul li a:hover {
  text-decoration: underline !important;
}
@media screen and (max-width: 1000px) {
  #detail_sec1 .part1 .part_body .block.contents_block {
    margin: 10vw auto !important;
  }
  #detail_sec1 .part1 .part_body .block.contents_block h2.eigo {
    font-size: 3.08vw !important;
    font-weight: 500;
  }
  #detail_sec1 .part1 .part_body .block.contents_block .block_content ul li {
    font-size: 3.59vw !important;
    font-weight: 500;
  }
}
/*---------------------------------
（１２）画像2枚
---------------------------------*/
@media screen and (max-width: 1000px) {
  #detail_sec1 .part1 .part_body .block .img_wrapper img {
    flex-basis: content;
  }
}
/*---------------------------------
（１３）囲み記事
---------------------------------*/
#detail_sec1 .part1 .part_body .block.block1 .content p {
  margin-bottom: 30px;
}
#detail_sec1 .part1 .part_body .block.block1 .content .piece {
  margin: 0 auto 60px;
  padding-bottom: 0;
}
#detail_sec1 .part1 .part_body .block.block1 .content .piece:last-child {
  margin-bottom: 0;
}

#detail_sec1 .part1 .part_body .block.block1 .content .piece img {
  margin-bottom: 40px;
}
#detail_sec1 .part1 .part_body .block.block1 .content .piece h3 {
  margin-top: 0;
  font-weight: 600 !important;
}
#detail_sec1 .part1 .part_body .block.block1 .content .piece p {
  margin-bottom: 0;
}

@media screen and (max-width: 1000px) {
  #detail_sec1 .part1 .part_body .block.block1 {
    padding: 12vw 7.3vw !important;
    margin-left: -7.3vw !important;
  }
  #detail_sec1 .part1 .part_body .block.block1 .content h2 {
    font-size: 5.13vw !important;
  }
  #detail_sec1 .part1 .part_body .block.block1 .content .piece {
    margin: 7.2vw auto 12vw;
  }
  #detail_sec1 .part1 .part_body .block.block1 .content .piece img {
    margin-bottom: 7.2vw;
  }
}
@media screen and (min-width: 1001px) {
  #detail_sec1 .part1 .part_body .block.block1 .content {
    padding: 0 45px !important;
  }
}
/*---------------------------------
WRITER
---------------------------------*/
#detail_sec1 .part1 .part_body .block.writer_block {
  margin-top: 0 !important;
}
@media screen and (max-width: 1000px) {
  #detail_sec1 .part1 .part_body .block.writer_block h4,
  #detail_sec1 .part1 .part_body .block.writer_block .block_body {
    font-size: 3.59vw !important;
  }
}
/*---------------------------------
インフォグラフィックコンテンツ
---------------------------------*/
#detail_sec1 .part1 .infographic_content {
  max-width: 940px;
  margin: 0 auto var(--detail-sec1-margin-pc);
}
#detail_sec1 .part1 .infographic_content .infographic_block {
  margin-bottom: 35px;
  overflow: hidden;
}
#detail_sec1 .part1 .infographic_content .infographic_block:last-child {
  margin-bottom: 0;
}
#detail_sec1 .part1 .infographic_content .infographic_img_block {
  width: 61%;
  float: left;
  clear: left;
}

#detail_sec1 .part1 .infographic_content .infographic_img_block > div {
  margin-bottom: 2rem;
}
#detail_sec1 .part1 .infographic_content .infographic_img_block > div:last-child {
  margin-bottom: 0;
}
#detail_sec1 .part1 .infographic_content .infographic_img_block .infographic_img_block_cap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
#detail_sec1 .part1 .infographic_content .infographic_img_block p.caption {
  font-size: 14px;
}
#detail_sec1 .part1 .infographic_content .infographic_text_block {
  width: 34%;
  float: right;
  margin-bottom: 2rem;
  clear: right;
}
#detail_sec1 .part1 .infographic_content .infographic_text_block:last-child {
  margin-bottom: 0;
}
#detail_sec1 .part1 .infographic_content .infographic_text_block h2 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 10px;
}
#detail_sec1 .part1 .infographic_content .infographic_text_block p {
  line-height: 2;
}
@media screen and (max-width: 1000px) {
  #detail_sec1 .part1 .infographic_content {
    margin: 0 auto var(--detail-sec1-margin-sp);
  }
  #detail_sec1 .part1 .infographic_content .infographic_block {
    display: block;
  }
  #detail_sec1 .part1 .infographic_content .infographic_img_block {
    width: 100%;
    margin-bottom: 2rem;
    float: none;
  }
  #detail_sec1 .part1 .infographic_content .infographic_img_block p.caption {
    font-size: 2.83vw;
  }
  #detail_sec1 .part1 .infographic_content .infographic_text_block {
    width: 100%;
    float: none;
  }
  #detail_sec1 .part1 .infographic_content .infographic_text_block h2 {
    font-size: 4.62vw;
    margin-bottom: 4.8vw;
  }
  #detail_sec1 .part1 .infographic_content .infographic_text_block p {
    font-size: 3.59vw;
  }
}

/*---------------------------------
part2 スライダー
---------------------------------*/
#detail_sec1 .part2 {
  margin-top: 0 !important;
  margin-bottom: var(--detail-sec1-margin-pc);
}
#detail_sec1 .part2 .slicker_parts4 .slicker_part {
  height: auto;
}
#detail_sec1 .part2 .slicker_parts4 .slick-dots li {
  width: 10px;
  height: 10px;
}
#detail_sec1 .part2 .slicker_parts4 .slick-dots {
  top: 595px;
}

#detail_sec1 .part2 .slicker_parts4 .slick-next {
  background: url(../../img/slick_next.png) no-repeat;
  background-size: contain;
  right: 85px;
}
#detail_sec1 .part2 .slicker_parts4 .slick-prev {
  background: url(../../img/slick_prev.png) no-repeat;
  background-size: contain;
  left: 85px;
}

@media screen and (max-width: 1000px) {
  #detail_sec1 .part2 {
    margin-bottom: var(--detail-sec1-margin-sp);
  }
  #detail_sec1 .part2 .slicker_parts4 .slick-next {
    right: 0.8vw;
  }
  #detail_sec1 .part2 .slicker_parts4 .slick-prev {
    left: 0.8vw;
  }
  #detail_sec1 .part2 .slicker_parts4 .slick-dots {
    top: 52.8vw;
    bottom: auto;
  }
}

/*---------------------------------
#common_section
---------------------------------*/
#common_section {
  margin-top: 0 !important;
}
#common_section .part1 {
  padding-bottom: 0;
  margin-bottom: 120px;
}
@media screen and (max-width: 1000px) {
  #common_section .part1 {
    margin-bottom: 12vw;
  }
}
/*---------------------------------
#common_section パンクズ
---------------------------------*/
#common_section .breadcrumb {
  margin-bottom: var(--common-section-margin-pc);
}
@media screen and (max-width: 1000px) {
  #common_section .breadcrumb {
    margin-bottom: var(--common-section-margin-sp);
  }
  #common_section .breadcrumb a,
  .breadcrumb span {
    font-size: 3.08vw !important;
  }
}
/*---------------------------------
#common_section おまけのQ&A
---------------------------------*/
#common_section .part3 .faq_block {
  padding-top: 0 !important;
}
#common_section .part3 .answer dl:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  #common_section .part3 h3 {
    font-size: 4.12vw !important;
  }
  #common_section .part3 .faq_block .answer dl dt {
    font-size: 4.62vw !important;
  }
  #common_section .part3 .faq_block .answer dl dd {
    position: relative;
    display: block;
    padding-left: 2rem;
    font-size: 3.59vw !important;
  }
  #common_section .part3 .faq_block .answer dl dd span {
    position: absolute;
    top: 0;
    left: 2vw;
    margin-top: -0.8vw;
  }
  #common_section .part3 .faq_block .answer dl dd a {
    display: block;
  }
}
/*---------------------------------
#common_section バナー
---------------------------------*/
#common_section .part1 .banner {
  margin: 0 auto var(--common-section-margin-pc);
}
#common_section .part1 .banner,
#common_section .part1 .banner a {
  border: none;
}
@media screen and (max-width: 1000px) {
  #common_section .part1 .banner {
    height: auto !important;
    margin: 0 auto var(--common-section-margin-sp);
  }
}
/*---------------------------------
#common_section SNSボタン
---------------------------------*/
#common_section .part1 .sns {
  margin: 0 auto var(--common-section-margin-pc);
  padding-top: 0 !important;
}
@media screen and (max-width: 1000px) {
  #common_section .part1 .sns {
    margin: 0 auto var(--common-section-margin-sp);
  }
}
/*---------------------------------
#common_section ページネーション
---------------------------------*/
#common_section .part1 .pagination {
  margin: 0 auto var(--common-section-margin-pc);
  padding-top: 0 !important;
}
@media screen and (max-width: 1000px) {
  #common_section .part1 .pagination {
    margin: 0 auto var(--common-section-margin-sp);
  }
}
/*---------------------------------
#common_section 人気記事ランキング
---------------------------------*/
@media screen and (max-width: 1000px) {
  #common_section .part2 .rank_block .piece1 .rank_btn img {
    width: 100%;
  }
  #common_section .part2 .rank_block .piece1 .rank_btn .rank_body .no {
    font-size: 3.08vw !important;
  }
  #common_section .part2 .rank_block .piece1 .rank_btn .rank_body .no .number {
    font-size: 4.62vw !important;
  }
  #common_section .part2 .rank_block .piece1 .rank_btn .rank_body .rank_content .category {
    font-size: 3.08vw !important;
    margin-right: 2vw;
  }
  #common_section .part2 .rank_block .piece1 .rank_btn .rank_body .rank_content .date,
  #common_section .part2 .rank_block .piece1 .rank_btn .rank_body .rank_content .viewmore {
    font-size: 3.59vw !important;
  }
  #common_section .part2 .rank_block .piece2 .rank_btn .rank_body .no {
    font-size: 3.08vw !important;
  }
  #common_section .part2 .rank_block .piece2 .rank_btn .rank_body .no .number {
    font-size: 4.62vw !important;
  }
  #common_section .part2 .rank_block .piece2 .rank_btn .rank_body .rank_content .category,
  #common_section .part2 .rank_block .piece2 .rank_btn .rank_body .rank_content .date {
    font-size: 2vw !important;
  }
  #common_section .part2 .rank_block .piece2 .rank_btn .rank_body .rank_content h3 {
    font-size: 3.59vw !important;
  }
  #common_section .part2 .rank_block .piece2 .rank_btn .rank_body .rank_content .viewmore {
    font-size: 3.08vw !important;
  }
}
/*---------------------------------
#common_section 注目のタグ
---------------------------------*/
@media screen and (max-width: 1000px) {
  #common_section .part4 .tags_block h2 {
    font-size: 4.11vw !important;
  }
  #common_section .part4 .tags_block ul li a {
    font-size: 3.08vw !important;
    height: 6.16vw !important;
    line-height: 6.16vw;
    border-radius: 3.2vw !important;
  }
}
/*---------------------------------
Aboutページ
---------------------------------*/
#detail_sec1.aboutPage {
  padding-top: 80px;
}
#detail_sec1.aboutPage .part1 .part_body .block .content h2 {
  line-height: 1.6;
}
@media screen and (max-width: 1000px) {
  #detail_sec1.aboutPage {
    padding-top: 10vw !important;
  }
  #detail_sec1.aboutPage .part1 .part_header {
    padding-bottom: 0 !important;
  }
  #detail_sec1.aboutPage .part1 .part_header h1 {
    padding: 0 !important;
    margin-top: 0 !important;
  }
  #detail_sec1.aboutPage .part1 .part_body {
    margin-top: 0 !important;
  }
}
/*---------------------------------
効いているか不明なもの（part5がないため、確認できない）
---------------------------------*/
#common_section .part5 .list_block {
  margin-top: 100px;
}
#common_section .part5 .list_block ul li {
  font-size: 16px;
  line-height: 2;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 12px;
}
#common_section .part5 .list_block ul li .number {
  width: 24px;
  height: 24px;
  background: #a0a0a0;
  color: white;
  display: flex;
  align-items: center;
  font-size: 12px;
  margin-right: 6px;
  justify-content: center;
  margin-top: 4px;
}

/*---------------------------------
単体入力 追加要素 共通
---------------------------------*/
#detail_sec1 .part1 .part_body .block_parts_contents {
  max-width: 800px;
  margin: 0 auto;
}
#detail_sec1 .part1 .part_body .block_parts_img_wrapper {
  max-width: 992px;
  margin: 0 auto var(--detail-sec1-margin-pc);
}

/*---------------------------------
単体入力 追加要素 スペース（マージン下の分）
---------------------------------*/
#detail_sec1 .part1 .part_body .block_parts_space {
  height: var(--detail-sec1-margin-pc);
}
@media screen and (max-width: 1000px) {
  #detail_sec1 .part1 .part_body .block_parts_space {
    height: var(--detail-sec1-margin-sp);
  }
}
/*---------------------------------
（１４）単体入力 追加要素 h2
---------------------------------*/
#detail_sec1 .part1 .part_body .block_parts_contents h2 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  #detail_sec1 .part1 .part_body .block_parts_contents h2 {
    font-size: 4.62vw;
    margin-bottom: 4.8vw;
  }
}
/*---------------------------------
（１５）単体入力 追加要素 h3
---------------------------------*/
#detail_sec1 .part1 .part_body .block_parts_contents h3 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  #detail_sec1 .part1 .part_body .block_parts_contents h3 {
    font-size: 4.12vw;
    margin-bottom: 4.8vw;
  }
}

/*---------------------------------
（１６）単体入力 追加要素  p
---------------------------------*/
#detail_sec1 .part1 .part_body .block_parts_contents.block_p {
  margin-bottom: var(--detail-sec1-margin-pc);
}
#detail_sec1 .part1 .part_body .block_parts_contents.block_p p {
  font-size: 16px;
  line-height: 2;
}
#detail_sec1 .part1 .part_body .block_parts_contents.block_p p a {
  text-decoration: underline;
}
@media screen and (max-width: 1000px) {
  #detail_sec1 .part1 .part_body .block_parts_contents.block_p {
    margin-bottom: var(--detail-sec1-margin-sp);
  }
  #detail_sec1 .part1 .part_body .block_parts_contents.block_p p {
    font-size: 3.59vw;
    line-height: 1.8;
  }
}

/*---------------------------------
（１７）（１８）単体入力 追加要素  画像/画像キャプション
---------------------------------*/
#detail_sec1 .part1 .part_body .block_parts_img_wrapper {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
#detail_sec1 .part1 .part_body .block_parts_img_wrapper img {
  width: 100%;
  display: block;
}
#detail_sec1 .part1 .part_body .block_parts_img_wrapper p.caption {
  width: 100%;
  color: #626262;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 1000px) {
  #detail_sec1 .part1 .part_body .block_parts_img_wrapper {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
  }
  #detail_sec1 .part1 .part_body .block_parts_img_wrapper p.caption {
    font-size: 2.83vw;
  }
}
/*---------------------------------
（１９）単体入力 追加要素 Youtube動画 
p.text add 20240314
---------------------------------*/
#detail_sec1 .part1 .part_body .youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
#detail_sec1 .part1 .part_body .youtube iframe {
  width: 100% !important;
  height: 100% !important;
}
#detail_sec1 .part1 .part_body .youtube p.text {
  width: 100%;
  color: #626262;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 8px;
}
@media screen and (max-width: 1000px) {
  #detail_sec1 .part1 .part_body .youtube p.text {
    font-size: 2.83vw !important;
  }
}
/*---------------------------------
（２１）単体入力 TIPS記事　KV
---------------------------------*/
#detail_sec1 .kv_img_wrapper {
  max-width: 1170px;
  margin-bottom: var(--detail-sec1-margin-pc);
}
#detail_sec1 .kv_img_wrapper img {
  width: 100%;
  margin-bottom: 30px;
}
#detail_sec1 .kv_img_wrapper .kv_content {
  max-width: 992px;
  padding: 0 95px;
  margin: 0 auto;
}
#detail_sec1 .kv_img_wrapper .kv_content p {
  font-size: 24px;
  line-height: 1.7;
}
#detail_sec1 .kv_img_wrapper .kv_content p.from {
  font-size: 14px;
  color: #626262;
  margin-top: 10px;
}
@media screen and (max-width: 1000px) {
  #detail_sec1 .kv_img_wrapper {
    margin-bottom: var(--detail-sec1-margin-sp);
    padding: 0 !important;
  }
  #detail_sec1 .kv_img_wrapper img {
    margin-bottom: 5vw;
  }
  #detail_sec1 .kv_img_wrapper .kv_content {
    padding: 0 7.3vw;
  }
  #detail_sec1 .kv_img_wrapper .kv_content p {
    font-size: 4.12vw !important;
  }
  #detail_sec1 .kv_img_wrapper .kv_content p.from {
    font-size: 2.83vw !important;
  }
}
/*---------------------------------
（２２）監修者
---------------------------------*/
.editor_block {
  margin-bottom: var(--detail-sec1-margin-pc);
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  background: #f7f7f7;
  padding: 25px 45px;
  gap: 3em;
}
.editor_block .editor_title {
  width: calc(7em - 40px);
  display: flex;
  align-items: center;

  /*margin-right: 40px;*/
}
.editor_block .editor_detail {
  width: 100%;
}
.editor_block .editor_detail > *:last-child {
  margin-bottom: 0 !important;
}
.editor_block .editor_name {
  margin-bottom: 1em;
  font-weight: bolder;
}
.editor_block ul li::before {
  content: "・";
  display: inline-block;
  font-size: 1em;
}

@media screen and (max-width: 1000px) {
  .editor_block {
    display: block;
    margin-bottom: var(--detail-sec1-margin-sp);
    padding: 5%;
  }
}
/*---------------------------------
（２３）テキストリンク【関連記事】
---------------------------------*/
.textlink_related {
  margin-bottom: var(--detail-sec1-margin-pc);
}
.textlink_related a {
  color: #052e83;
}
.textlink_related a::before {
  content: "▶【関連記事】";
  display: inline-block;
  font-size: 1em;
}
@media screen and (max-width: 1000px) {
  .textlink_related {
    margin-bottom: var(--detail-sec1-margin-sp);
  }
}
/*---------------------------------
（２４）囲み記事（線）
---------------------------------*/
.border_block {
  border: 1px solid #000;
  padding: 15px 26px;
  margin-bottom: 2em;
}
@media screen and (max-width: 1000px) {
  .border_block {
    padding: 2vw;
  }
}
/*---------------------------------
（２５）テキストリンク（文中利用）
---------------------------------*/
.textlink::before {
  content: "▶";
  display: inline-block;
  font-size: 1em;
}
#detail_sec1 .textlink a {
  color: #052e83;
}

/*---------------------------------
（１９）体入力 追加要素 Youtube動画のみ
（２６）単体入力 追加要素 Youtube動画/キャプション
add 20240314
---------------------------------*/
#detail_sec1 .part1 .part_body .block_parts_youtube_wrapper {
  margin: 0 auto var(--detail-sec1-margin-pc) !important;
}
#detail_sec1 .part1 .part_body .block_parts_youtube_wrapper .youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
#detail_sec1 .part1 .part_body .block_parts_youtube_wrapper iframe {
  width: 100% !important;
  height: 100% !important;
}
#detail_sec1 .part1 .part_body .block_parts_youtube_wrapper p.caption {
  width: 100%;
  color: #626262;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 0;
}
@media screen and (max-width: 1000px) {
  #detail_sec1 .part1 .part_body .block_parts_youtube_wrapper {
    margin: 0 auto var(--detail-sec1-margin-sp) !important;
  }
  #detail_sec1 .part1 .part_body .block_parts_youtube_wrapper p.caption {
    font-size: 2.83vw !important;
  }
}

/*---------------------------------
iframe共通
---------------------------------*/
iframe {
  margin: auto;
}

/*---------------------------------
読了時間
---------------------------------*/
.readtime {
  margin-top: 40px;
}

@media screen and (max-width: 1000px) {
  .readtime {
    margin-top: 3.2vw;
  }
  .readtime p {
    font-size: 2.83vw;
  }
}

/*---------------------------------
マウスオーバー調整
---------------------------------*/
a:hover,
a:active,
a:focus {
  text-decoration: underline;
}
/*ページヘッダー*/
#detail_sec1 .part1 .part_header .date_part .category {
  border: 1px solid #ffffff;
}
#detail_sec1 .part1 .part_header .date_part .category:hover {
  background: #fff;
  border-color: #363739;
  color: #363739;
  text-decoration: none;
}
#detail_sec1 .part1 .part_header .tags a {
  border: 1px solid #fff;
}
#detail_sec1 .part1 .part_header .tags a:hover {
  border-color: #363739;
  text-decoration: none;
  border-radius: 12px;
}
@media screen and (max-width: 1000px) {
  #detail_sec1 .part1 .part_header .tags a:hover {
    border-radius: 3.2vw;
  }
}
/*ランキング*/
#common_section .part2 .rank_block .rank_btn .rank_body .rank_content .category {
  border: 1px solid #ececec;
}
#common_section .part2 .rank_block .rank_btn .rank_body .rank_content .category:hover {
  text-decoration: none;
  background: #fff;
  border-color: #363739;
  color: #363739;
}
#common_section .part2 .rank_block .rank_btn .rank_body .rank_content .viewmore {
  padding-right: 15px;
}
#common_section .part2 .rank_block .rank_btn .rank_body .rank_content .viewmore span {
  display: none;
}
#common_section .part2 .rank_block .rank_btn .rank_body .rank_content a.viewmore {
  position: relative;
}
#common_section .part2 .rank_block .rank_btn .rank_body .rank_content a.viewmore:before,
#common_section .part2 .rank_block .rank_btn .rank_body .rank_content a.viewmore:after {
  display: block;
  position: absolute;
  top: calc(50% - 1.5px + 1px);
  right: 0;
  width: 12px;
  height: 3px;
  background-color: #363739;
  content: "";
}
#common_section .part2 .rank_block .rank_btn .rank_body .rank_content a.viewmore:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (max-width: 1000px) {
  #common_section .part2 .rank_block .rank_btn .rank_body .rank_content .viewmore {
    padding-right: 2.83vw;
  }
  #common_section .part2 .rank_block .rank_btn .rank_body .rank_content a.viewmore:before,
  #common_section .part2 .rank_block .rank_btn .rank_body .rank_content a.viewmore:after {
    width: 2.83vw;
    height: 2px;
  }
}

/*注目のタグ*/
#common_section .part4 .tags_block ul li a {
  border: 1px solid #f7f7f7;
}
#common_section .part4 .tags_block ul li a:hover {
  background: #fff;
  border-color: #363739;
  text-decoration: none;
}

/*---------------------------------
TIPS詳細ページ
---------------------------------*/
.tipsContent #detail_sec1 {
  margin-top: 0;
}

@media screen and (max-width: 1000px) {
  .tipsContent #detail_sec1 .tipsDetail__categoryLabel {
    font-size: 2.83vw !important;
  }
  .tipsContent #detail_sec1 .fixedcontainer {
    width: 100% !important;
  }
  .tipsContent #detail_sec1 {
    padding-right: 0;
    padding-left: 0;
  }
  .tipsContent #detail_sec1 .tipsDetail__titleWrapper {
    padding-right: 7.3vw;
    padding-left: 7.3vw;
    padding-top: 5vw;
  }
  .tipsContent #detail_sec1 .tipsDetail__date {
    font-size: 2vw !important;
  }
  /*.tipsContent #detail_sec1 .part1 .part_body .block {
    margin: 10vw 7.3vw !important;
  }
  .tipsContent #detail_sec1 .part1 .part_body .block.block1 {
    margin-left: 0 !important;
  }*/
}

/*---------------------------------
notfoundページ
---------------------------------*/
#detail_sec1 .page__notfound {
  min-height: auto;
}
#detail_sec1 .page__notfound .part_header {
  padding-bottom: 60px;
}
#detail_sec1 .page__notfound .part_header h1 {
  text-align: center;
  font-size: 24px;
}
#detail_sec1 .page__notfound .part_body {
  text-align: center;
}
#detail_sec1 .page__notfound .contents__notfound {
  margin-bottom: 50px;
}
#detail_sec1 .page__notfound .contents__notfound p {
  margin-bottom: 1em;
}

#detail_sec1 .page__notfound .toTop__btn a {
  display: inline-block;
  margin: auto;
  background: #363739;
  color: #fff;
  width: 70%;
  max-width: 320px;
  height: 62px;
  line-height: 62px;
  font-size: 1rem;
}
#detail_sec1 .page__notfound .toTop__btn a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1000px) {
  #detail_sec1 .page__notfound .part_header {
    padding-bottom: 10vw;
  }

  #detail_sec1 .page__notfound .part_header h1 {
    font-size: 5.3vw;
  }
  #detail_sec1 .page__notfound .part_body {
    text-align: center;
  }
  #detail_sec1 .page__notfound .part_body .contents__notfound {
    margin-bottom: 15vw;
  }
  #detail_sec1 .page__notfound .toTop__btn a {
    max-width: 70%;
    height: 10vw;
    line-height: 10vw;
  }
}
/*---------------------------------
CONTENTS CATEGORY(parts)
---------------------------------*/
.contents__cat {
  margin: 0 auto 7rem;
  max-width: calc(1174px - 25px);
  padding-left: 25px;
}
.contents__cat .contents__cat_title {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 2rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #363739;
}
.contents__cat ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contents__cat li {
  position: relative;
}
.contents__cat li a {
  font-size: 0.875rem;
  color: #363739;
}
.contents__cat li a:hover {
  text-decoration: none;
}
.contents__cat li span {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 1.75rem;
  letter-spacing: 0.1em;
}
.contents__cat li::after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  margin-left: -25px;
  border-top: 1px solid #363739;
  border-right: 1px solid #363739;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "　";
}
@media screen and (max-width: 1000px) {
  .contents__cat {
    padding-left: 0;
  }
  .contents__cat ul {
    display: block;
    margin-left: 10%;
  }
  .contents__cat li {
    margin-bottom: 2em;
  }
}
/*---------------------------------
print
---------------------------------*/
@page {
  size: A4;
}
@media print {
  html,
  body {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }
  .navToggle,
  .globalNav,
  .header__share,
  #common_section .part1 .sp.share,
  #common_section .part1 ul.sns,
  #common_section .part1 .pagination,
  #common_section #ranking,
  #common_section .part4,
  .footer__logo,
  .footer__nav {
    display: none;
  }

  .header {
    position: absolute !important;
    height: 50px !important;
    padding: 0 !important;
    background-color: #363739 !important;
  }
  .header__logo img {
    width: 150px;
  }
  main.contents {
    padding-top: 60px !important;
  }
  #main_column {
    width: 90% !important;
    margin: auto;
    overflow: visible;
  }
  #main_column .sp .monthly-ranking,
  #main_column .sp .banner_space {
    display: none !important;
  }
  #detail_sec1 {
    margin-top: 10px !important;
    margin-bottom: 30px;
  }
  #common_section .part1 {
    margin-bottom: 20px !important;
  }
  #common_section .part1 .banner {
    margin-bottom: 0 !important;
  }

  #detail_sec1 .part1 .part_header {
    padding-bottom: 20px;
  }
  #detail_sec1 .part1 .part_header h1 {
    font-size: 34px;
  }
  .banner_space {
    width: 50%;
    margin: auto;
    margin-bottom: 50px;
  }

  /*改行禁止*/
  #detail_sec1 .part1 .part_body .block.contents_block,
  #detail_sec1 .part1 .part_body .block .img_wrapper,
  #detail_sec1 .part2,
  #detail_sec1 .part1 .part_body .block.block1,
  #detail_sec1 .part1 .part_body .block.writer_block {
    break-inside: avoid;
  }

  /*インフォグラフィック*/
  #detail_sec1 .part1 .infographic_content {
    padding: 0 95px;
  }
  #detail_sec1 .part1 .infographic_content .infographic_block {
    display: block;
  }
  #detail_sec1 .part1 .infographic_content .infographic_text_block {
    width: 94%;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  #detail_sec1 .part1 .infographic_content .infographic_img_block {
    width: 94%;
    margin-bottom: 2rem;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  #detail_sec1 .part1 .infographic_content .infographic_img_block > div {
    break-inside: avoid;
  }
  #detail_sec1 .part1 .infographic_content .infographic_img_block > div img {
    display: block;
    width: 100%;
    height: auto;
    break-inside: avoid;
  }

  /*スライダー*/
  #detail_sec1 .part2 {
    padding-top: 30px;
  }
  #detail_sec1 .part2 .slicker_parts4 .slicker_part {
    margin-bottom: 30px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    break-inside: avoid;
  }
  #detail_sec1 .part2 .slicker_parts4 .slicker_part .content {
    padding-top: 10px;
  }

  /*youtube*/
  #detail_sec1 .part1 .part_body .youtube iframe {
    width: 100% !important;
    height: 100% !important;
  }
  .block_parts_youtube_wrapper .youtube {
    width: calc(100% - 2px) !important;
  }
  .block_parts_youtube_wrapper iframe {
    width: 100% !important;
    height: auto !important;
  }
  /*画像*/
  #detail_sec1 .part1 .part_body .img_wrapper {
    align-items: flex-start;
  }
  #detail_sec1 .part1 .part_body .img_wrapper img {
    height: auto;
  }

  /*マージン・行間調整*/
  #detail_sec1 .part1 .part_body .content {
    margin-bottom: 30px !important;
  }
  #detail_sec1 .part1 .part_body .content h2 {
    margin-bottom: 15px !important;
  }
  #detail_sec1 .part1 .part_body .content p {
    line-height: 1.7 !important;
  }
  #detail_sec1 .part1 .part_body .block {
    padding-bottom: 30px !important;
    margin-bottom: 0 !important;
  }

  /*単体入力 追加要素*/
  #detail_sec1 .part1 .part_body .block_parts_contents {
    padding: 0 95px 30px;
  }
  #detail_sec1 .part1 .part_body .block_parts_img_wrapper {
    padding: 0 0 30px;
  }
  #detail_sec1 .part1 .part_body .block_parts_img_wrapper,
  #detail_sec1 .part1 .part_body .block_parts_contents.block_p {
    margin-bottom: 30px;
  }

  /*囲み記事*/
  #detail_sec1 .part1 .part_body .block.block1 {
    margin: 0 auto 30px !important;
    padding: 30px 0;
  }
  #detail_sec1 .part1 .part_body .block.block1 .content {
    padding: 0px 45px !important;
  }
  #detail_sec1 .part1 .part_body .block.block1 .content h2 {
    margin-bottom: 30px;
  }

  /*（１０）外部リンク*/
  #detail_sec1 .part1 .external_block .flex_blocks .flex_img_left_inner {
    gap: 10px;
    padding-right: 10px;
  }
  #detail_sec1 .part1 .external_block .flex_blocks .flex_img {
    width: 120px;
  }
  #detail_sec1 .part1 .external_block .flex_blocks .flex_img img {
    width: 100%;
  }
  #detail_sec1 .part1 .external_block .flex_blocks .flex_body {
    width: 170px;
    height: 50px;
    overflow: hidden;
  }
  #detail_sec1 .part1 .external_block .flex_blocks .flex_body p {
    font-size: 14px;
  }
  #detail_sec1 .part1 .external_block .flex_blocks .flex_img_left_inner > a {
    width: 15px;
  }

  .part_body .bottom_block .pagination {
    width: 100% !important;
  }
  #right_column {
    width: 100% !important;
    page-break-before: always;
  }
  #common_section {
    page-break-before: always;
  }
  .more_articles {
    padding-top: 30px !important;
  }
  .more_articles .more_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    padding: 3%;
  }
  .more_articles .more_cont {
    width: 32%;
    padding-right: 1%;
    margin-bottom: 30px;
  }
  .more_articles .more_cont:nth-child(3n),
  .more_articles .more_cont:last-child {
    width: 31%;
  }
  /*フッター Xアイコン*/
  .footer .footer__xMark {
    position: relative;
    width: 48px;
    height: 48px;
    margin-right: 10px;
  }
  .footer .footer__xMark:before {
    content: "";
    display: block;
    background: #000;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .footer .footer__xMark img {
    width: 24px;
    margin-top: 12px;
    margin-left: 12px;
  }
  .footer .footer__xMark img.-sp {
    display: none;
  }
}

.sns_share {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  padding-bottom: 40px;
}
.sns_share p {
  font-weight: 400;
  line-height: 1;
  margin-right: 20px;
}
.sns_share ul.sns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.sns_share ul.sns a {
  position: relative;
  display: block;
  cursor: pointer;
  margin-right: 20px;
  width: 27px;
  height: 27px;
}
.sns_share ul.sns a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.sns_share ul.sns a img:last-of-type {
  opacity: 0;
}
.sns_share ul.sns a:hover img {
  opacity: 1;
}
@media only screen and (min-width: 1001px) {
  .sns_share ul.sns li.line {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  .sns_share {
    margin-top: 3.2vw;
    padding-bottom: 6.8vw;
  }
  .sns_share ul.sns a {
    width: 7vw;
    height: 7vw;
    margin-right: 5vw;
  }
}

/*---------------------------------
azabunora-present_thanks add_240903
---------------------------------*/
#contact_sec1 #azabunora-present_thanks .title_wrapper h1 {
  line-height: 1.6;
}
@media screen and (max-width: 1000px) {
  #contact_sec1 #azabunora-present_thanks .title_wrapper h1 {
    font-size: 6.4vw;
  }
  #contact_sec1 #azabunora-present_thanks .title_wrapper .text {
    font-size: 3.8vw;
  }
}

/*---------------------------------
azabunora-present_terms add_240903
---------------------------------*/
#contact_sec1 #azabunora-present_terms {
  max-width: 684px;
}
#contact_sec1 #azabunora-present_terms .title_wrapper h1 {
  line-height: 1.6;
}
#contact_sec1 #azabunora-present_terms .title_wrapper .text {
  text-align: left;
}
#contact_sec1 #azabunora-present_terms .terms_wrapper {
  margin-bottom: 10rem;
}
#contact_sec1 .terms_block {
  margin-top: 70px;
}
#contact_sec1 .terms_block h2 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
  padding-left: 0.5em;
  border-left: 4px solid #000;
}
#contact_sec1 .terms_block h3 {
  margin-bottom: 1em;
}
#contact_sec1 #azabunora-present_terms ul > li ul,
#contact_sec1 #azabunora-present_terms ul > li ol,
#contact_sec1 #azabunora-present_terms .list-brackets {
  margin-top: 0.5em;
}
#contact_sec1 #azabunora-present_terms .list,
#contact_sec1 #azabunora-present_terms .list-attention {
  width: 100%;
}
#contact_sec1 #azabunora-present_terms .list,
#contact_sec1 #azabunora-present_terms .list-decimal {
  padding-left: 1em;
}
#contact_sec1 #azabunora-present_terms .list > li {
  list-style: disc;
  margin-bottom: 0.5em;
}
#contact_sec1 #azabunora-present_terms .list-decimal > li {
  list-style: decimal;
  margin-bottom: 0.5em;
}
#contact_sec1 #azabunora-present_terms .list-brackets > li {
  list-style-type: none;
  counter-increment: cnt;
  padding: 0;
  display: flex;
  margin-bottom: 0.5em;
}
#contact_sec1 #azabunora-present_terms .list-brackets > li::before {
  display: inline-block;
  content: "(" counter(cnt) ")";
  margin-right: 0.25em;
}
#contact_sec1 #azabunora-present_terms .list-attention > li {
  display: flex;
  margin-bottom: 0.5em;
}
#contact_sec1 #azabunora-present_terms .list-attention > li::before {
  content: "※";
  display: inline-block;
}

#contact_sec1 #azabunora-present_terms .link-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem auto;
}
#contact_sec1 #azabunora-present_terms .link-btn a {
  margin-right: 10px;
  width: 320px;
  letter-spacing: 0.1em;
  font-size: 14px;
  height: 60px;
  background: #363739;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border: none;
}
#contact_sec1 #azabunora-present_terms .link-btn a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1000px) {
  #contact_sec1 #azabunora-present_terms .title_wrapper {
    padding: 0;
  }
  #contact_sec1 #azabunora-present_terms .title_wrapper .text {
    font-size: 3.59vw;
  }
  #contact_sec1 .terms_block h2 {
    font-size: 4.62vw;
    margin-bottom: 4.8vw;
  }
  #contact_sec1 .terms_block p {
    font-size: 3.59vw;
  }
  #contact_sec1 #azabunora-present_terms .link-btn a {
    width: 57.6vw;
    height: 12vw;
  }
}

/*---------------------------------
article_bottom add_241105
---------------------------------*/
#article_bottom {
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 1000px) {
  #article_bottom {
    width: 85.4vw;
    margin: 0 auto var(--detail-sec1-margin-sp);
  }
}
/*---------------------------------
article_bottom パンクズ
---------------------------------*/
#article_bottom .breadcrumb {
  margin-bottom: var(--common-section-margin-pc);
}
@media screen and (max-width: 1000px) {
  #article_bottom .breadcrumb {
    margin-bottom: var(--common-section-margin-sp);
  }
  #article_bottom .breadcrumb a,
  .breadcrumb span {
    font-size: 3.08vw !important;
  }
}
/*---------------------------------
bonus_faq add_241105
---------------------------------*/
.part_body .bonus_faq {
  padding-bottom: 108px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 980px;
  margin: auto;
}
.part_body .bonus_faq h3 {
  font-size: 24px;
  text-align: left;
  font-weight: 400;
  padding-right: 66px;
}
.part_body .bonus_faq .answer {
  flex: 1;
}
.part_body .bonus_faq .answer dl {
  margin-bottom: 50px;
}
.part_body .bonus_faq .answer dl:last-child {
  margin-bottom: 0;
}
.part_body .bonus_faq .answer dl dt {
  font-size: 20px;
}
.part_body .bonus_faq .answer dl dt span {
  font-size: 32px;
  font-weight: 300;
}
.part_body .bonus_faq .answer dl dd {
  font-size: 16px;
  padding-left: 10px;
}
.part_body .bonus_faq .answer dl dd span {
  font-size: 24px;
  font-weight: 300;
}
@media screen and (max-width: 1000px) {
  .part_body .bonus_faq {
    padding-bottom: 10vw;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    max-width: 100%;
    margin: auto;
  }
  .part_body .bonus_faq h3 {
    font-size: 4.12vw !important;
    text-align: left;
    font-weight: 400;
    padding-right: 0;
  }
  .part_body .bonus_faq .answer {
    flex: 1;
    margin-top: 8vw;
  }
  .part_body .bonus_faq .answer dl {
    margin-bottom: 8.8vw;
  }
  .part_body .bonus_faq .answer dl dt {
    font-size: 4.62vw;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .part_body .bonus_faq .answer dl dt span {
    font-size: 5.8vw;
    padding-right: 2vw;
    margin-top: -1vw;
  }
  .part_body .bonus_faq .answer dl dd {
    margin-top: 3.8vw;
    font-size: 3.59vw;
    padding-left: 2em;
    position: relative;
    display: block;
  }
  .part_body .bonus_faq .answer dl dd span {
    font-size: 4.2vw;
    padding-right: 2vw;
    position: absolute;
    top: 0;
    left: 2vw;
    margin-top: -0.8vw;
  }
  .part_body .bonus_faq .answer dl dd a {
    display: block;
  }
}
/*---------------------------------
bottom_block add_241105
---------------------------------*/
.part_body .bottom_block {
  max-width: 750px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.part_body .bottom_block .banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto var(--common-section-margin-pc);
}
.part_body .bottom_block .pagination {
  width: 750px;
  margin: 0 auto var(--common-section-margin-pc);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.part_body .bottom_block .pagination.-hasNext:not(.-hasPrev)::before {
  display: block;
  content: "";
}
.part_body .bottom_block .pagination a {
  gap: 20px;
  font-size: 16px;
  color: #363739;
  width: 260px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .part_body .bottom_block {
    padding-bottom: 12vw;
  }
  .part_body .bottom_block .banner {
    display: block;
    width: 100%;
    margin: auto;
    height: auto !important;
    margin: 0 auto var(--common-section-margin-sp);
  }
  .part_body .bottom_block h3.share {
    margin-top: 8vw;
    text-align: center;
    font-size: 16px;
  }
  .part_body .bottom_block .sns {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 8vw;
    gap: 8vw;
  }
  .part_body .bottom_block .sns a {
    display: flex;
    flex-direction: column;
    width: 10.5vw;
    height: 10.5vw;
    position: relative;
  }
  .part_body .bottom_block .sns a .eigo {
    position: absolute;
    font-size: 16px;
    top: -24px;
    display: none;
  }
  .part_body .bottom_block .sns a img {
    width: 100%;
    height: 100%;
  }
  .part_body .bottom_block .pagination {
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto var(--common-section-margin-sp);
  }
  .part_body .bottom_block .pagination a {
    gap: 3.2vw;
    /*font-size: 12px;*/
    font-size: 0.75rem;
    color: #363739;
    width: 36.4vw;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .part_body .bottom_block .pagination a img {
    width: 6.8vw;
  }
}

/*---------------------------------
2カラム調整　add_241105
---------------------------------*/
#main_column {
  width: 750px;
}
@media screen and (min-width: 1001px) {
  .part1.fixedcontainer {
    /*display: grid;
    grid-template-columns: 1fr, 1fr;
    grid-template-rows: 1fr, 1fr;
    grid-column-gap: 30px;*/
    position: relative;
    overflow: hidden;
  }
  .part_header,
  .tipsDetail__titleWrapper {
    /*grid-area: 1 / 1 / 2 / 3;*/
  }
  #main_column {
    /*grid-area: 2 / 1 / 3 / 2;*/
    float: left;
  }
  #right_column {
    /*grid-area: 2 / 2 / 3 / 3;*/
  }
}
@media screen and (max-width: 1000px) {
  #main_column {
    width: 100%;
  }
}
/*---------------------------------
right_column common
---------------------------------*/
#right_column {
  width: 380px;
}
@media screen and (max-width: 1000px) {
  #right_column {
    width: 85.4vw;
    margin: 0 auto var(--detail-sec1-margin-sp);
  }
}
@media screen and (min-width: 1001px) {
  #right_column {
    position: absolute;
    float: right;
    margin-left: 794px;
  }
  #right_column.fixed {
    position: fixed;
    left: auto;
    bottom: 0;
    background: #fff;
    /*transition-duration: 0.3s;*/
  }
  #right_column.fixed-top {
    position: fixed;
    left: auto;
    top: 120px;
    background: #fff;
    /*transition-duration: 0.3s;*/
  }
  #right_column.fixed.bottom,
  #right_column.fixed-top.bottom {
    position: absolute;
    top: auto;
    bottom: 70px;
    /*transition-duration: 0.3s;*/
  }
}
/*---------------------------------
monthly-ranking
---------------------------------*/
.monthly-ranking {
  margin: 0 auto;
  padding: 0px;
}
.monthly-ranking h2 {
  text-align: center;
  font-size: 20px;
  padding-bottom: 20px;
  border-bottom: 3px solid #000;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
.monthly-ranking h2 span {
  display: block;
  font-size: 14px;
}
.rank_wrap {
  margin-bottom: var(--detail-sec1-margin-pc);
}
.rank_cont {
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
}
.rank_cont:last-child {
  border: none;
}
.rank_cont a {
  display: flex;
  gap: 20px;
}
.rank_cont:first-child a {
  background: url(/mansionplus/assets/images/common/rank_1.svg) no-repeat right;
  background-size: 60px 73px;
}
.rank_cont:nth-child(2) a {
  background: url(/mansionplus/assets/images/common/rank_2.svg) no-repeat right;
  background-size: auto 73px;
}
.rank_cont:nth-child(3) a {
  background: url(/mansionplus/assets/images/common/rank_3.svg) no-repeat right;
  background-size: auto 73px;
}
.rank_cont:nth-child(4) a {
  background: url(/mansionplus/assets/images/common/rank_4.svg) no-repeat right;
  background-size: auto 73px;
}
.rank_cont:nth-child(5) a {
  background: url(/mansionplus/assets/images/common/rank_5.svg) no-repeat right;
  background-size: auto 73px;
}
.rank_cont .rank_img {
  width: 80px;
  height: 80px;
}
.rank_cont .rank_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rank_cont .rank_text {
  width: calc(100% - 100px);
  padding-right: 10px;
  display: grid;
  align-items: flex-start;
  grid-template-rows: 20px 1fr;
}
.rank_cont p.date {
  font-size: 12px;
  color: #6c6c6c;
}
.rank_cont h3 {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 1001px) {
  .monthly-ranking {
    max-width: 560px;
  }
}
@media screen and (max-width: 1000px) {
  .rank_wrap {
    margin-bottom: var(--detail-sec1-margin-sp);
  }
  .monthly-ranking h2 {
    font-size: 4.8vw;
    margin-bottom: 3vw;
    padding-bottom: 4vw;
  }
  .monthly-ranking h2 span {
    font-size: 3.73333333vw;
  }
  .rank_cont a {
    background-size: auto 18vw !important;
    gap: 3vw;
  }
  .rank_cont:first-child a {
    background-size: 13vw 18vw !important;
  }
  .rank_cont .rank_text {
    grid-template-rows: 5vw 1fr;
    width: calc(100% - 18.7vw - 3vw);
  }
  .rank_cont p.date {
    font-size: 3.2vw;
  }
  .rank_cont h3 {
    font-size: 3.2vw;
  }
  .rank_cont .rank_img {
    width: 18.7vw;
    height: 18.7vw;
  }
}
/*---------------------------------
banner_space
---------------------------------*/
.banner_space .banner_cont {
  margin-bottom: 1em;
}
.banner_space .banner_cont:last-child {
  margin-bottom: 0;
}
.banner_space .banner_cont img {
  width: 100%;
}

.sp .banner_space {
  margin-bottom: var(--detail-sec1-margin-sp);
}

/*---------------------------------
common_section
---------------------------------*/
#common_section {
  border-top: 3px solid #000;
}
/*---------------------------------
more_articles
---------------------------------*/
.more_articles {
  background: #f7f7f7;
  padding: 70px 0;
  margin-bottom: 4px;
}
.more_articles h2 {
  text-align: center;
  font-size: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
  letter-spacing: 0.05em;
}
.more_articles h2 span {
  display: block;
  font-size: 14px;
}
.more_articles .more_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.more_articles .more_cont {
  border-right: 1px solid #d9d9d9;
}
.more_articles .more_cont a {
  text-decoration: none;
}
.more_articles .more_cont:nth-child(3n),
.more_articles .more_cont:last-child {
  border: none;
  padding-right: 0;
  margin-right: 0;
}
.more_articles .more_img {
  margin-bottom: 1.6rem;
  width: 100%;
}
.more_articles .more_img img {
  width: 100%;
}
.more_articles .more_cont p.date {
  font-size: 12px;
  color: #6c6c6c;
  margin-bottom: 0.5rem;
}
.more_articles .more_cont h3 {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 1001px) {
  .more_articles .fixedcontainer {
    width: 1174px;
  }
  .more_articles .more_cont {
    width: 388px;
    padding-right: 10px;
    margin-bottom: 30px;
  }
  .more_articles .more_cont:nth-child(3n),
  .more_articles .more_cont:last-child {
    width: 378px;
  }
}
@media screen and (max-width: 1000px) {
  .more_articles {
    padding: 8.8vw 0;
    border-top: 5px solid #000;
    width: 100%;
  }
  .more_articles h2 {
    font-size: 4.8vw;
    border-color: #d9d9d9;
    margin-bottom: 5vw;
    padding-bottom: 5vw;
  }
  .more_articles h2 span {
    font-size: 3.73333333vw;
  }
  .more_articles .more_wrap {
    display: block;
  }
  .more_articles .more_cont {
    border-bottom: 1px solid #d9d9d9;
    border-right: none;
    width: 100%;
    padding-right: 0;
    padding-bottom: 5vw;
    margin-bottom: 5vw;
  }
  .more_articles .more_cont p.date {
    font-size: 3.2vw;
    margin-bottom: 1vw;
  }
  .more_articles .more_cont h3 {
    font-size: 4.8vw;
  }
}

/*---------------------------------
2カラム調整　part2 スライダー
---------------------------------*/
@media screen and (min-width: 1001px) {
  #detail_sec1 .part2 .slicker_parts4 .slicker_part {
    max-width: 750px !important;
    padding: 0 50px !important;
  }
  #detail_sec1 .part2 .slicker_parts4 .slicker_part .content {
    max-width: 750px !important;
  }
  #detail_sec1 .part2 .slicker_parts4 .slick-dots {
    top: 420px;
  }
  #detail_sec1 .part2 .slicker_parts4 .slick-next {
    top: 220px;
    right: 12.5px;
  }
  #detail_sec1 .part2 .slicker_parts4 .slick-prev {
    top: 220px;
    left: 12.5px;
  }
}

/*---------------------------------
2カラム調整　Tips
---------------------------------*/
.tipsDetail__titleWrapper {
  margin-bottom: 20px;
  padding-top: 70px;
}
.goBack {
  margin-bottom: var(--detail-sec1-margin-pc);
}

@media screen and (max-width: 1000px) {
  .tipsContent #main_column {
    width: 85.4vw;
    margin: 0 auto var(--detail-sec1-margin-sp);
  }
  .contents .tipsContent {
    padding-top: 40px;
  }
  .tipsDetail__titleWrapper {
    padding-top: 20px;
  }
  .tipsDetail__title {
    font-size: 1.375rem;
  }
  .goBack {
    margin-bottom: var(--detail-sec1-margin-sp);
  }
}


/*add 202504*/
@media screen and (min-width: 768px) and (max-width: 1000px) {
	.tipsContent__title .-en, .listContent__title .-en {
    font-size: 3.75rem;
    letter-spacing: 0.3em;
    margin-bottom: .25em;
  }
  .tipsContent__title .-jp, .listContent__title .-jp{
    font-size: 1rem;
  }
  .tipsContent__lead, .listContent__lead{
    font-size: 1.5rem;
  }
  .tipsDetail__title{
    font-size: 5.22vw;
  }
  .tagList01__link{
    font-size: 3.3vw;
  }
  .sns_share p{
    font-size: 2.85vw;
  }
  .part_body .bottom_block .pagination a{
    font-size: 2.85vw;
  }
  .footer__logoLabel{
    font-size: 2.85vw;
  }
  .footer__xLabel{
    font-size: 3.8vw;
  }
  .footer__navListItem{
    font-size: 3.3vw;
  }
  .footer__copyright small{
    font-size: 2.85vw;
  }

}
@media print {
  .commonHeader__content{
    position: static;
  }
  .headToggle{
    display: none;
  }
  .commonHeader.-scroll .commonHeader__logo .-before {
    opacity: 1;
    width: auto;
  }
  .commonHeader.-scroll .commonHeader__logo .-after{
    display: none;
  }
  main.contents,
  #detail_sec1{
    margin-top: 0 !important;
  }
  .footer__copyright small{
    text-align: center;
  }
  #common_section .popularTags{
    page-break-before: always;
    padding: 48px 0;
  }
  #common_section .popularTags h2{
    font-size: 20px;
  }
  #common_section .popularTags__tagListItem{
    margin-bottom: 12px;
  }
  #common_section .popularTags .popularTags__tagListItemLink{
    font-size: 12px;
    padding: 12px;
  }
}
/*---------------------------------
form_banner
---------------------------------*/
.form_banner{
  text-align: center;
  margin: var(--common-section-margin-pc) auto 0;
}
@media screen and (max-width: 1000px) {
  .form_banner{
    margin: var(--common-section-margin-sp) auto 0;
  }
}