/*--------
 banner align
---------*/
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*
    記事冒頭にまとめ
*/
.PreConclusion {
  border: solid 3px #ea83b0;
  outline: 0;
  font-size: 100%;
  margin: 29px 0px 20px 0px;
  padding: 30px 20px 20px 20px;
  position: relative;
  border-radius: 5px;
}

.PreConclusion:before {
  content: "この記事の結論";
  padding: 0 12px 0 35px;
  font: bold 17px "";
  position: absolute;
  vertical-align: baseline;
  top: -15px;
  left: 20px;
  line-height: 25px;
  color: #eb4d89;
  background: url(/wp-content/themes/matchapp/theme_img/ma.png) no-repeat 5px /
      25px 25px,
    white;
}

.PreConclusion ul li {
  list-style: none;
  margin-bottom: 1em;
  margin-left: 2em;
}

.PreConclusion li:before {
  content: "\f00c";
  font-family: "FontAwesome", "Font Awesome 6 Free";
  size: 15px;
  margin-right: 1em;
  color: #eb4d89;
  margin-left: -2em;
}

.PreConclusion ul {
  margin: 0;
}

/*
    トップアプリ
*/
.topApps {
  border: solid 2px #cd80a9;
  outline: 0;
  font-size: 100%;
  margin: 29px 0px 20px 0px;
  padding: 30px 20px 20px 20px;
  position: relative;
  border-radius: 15px;
}
.topApps a {
  text-decoration: none;
}
.topApps:before {
  content: "目的別おすすめアプリ";
  padding: 0 12px 0 35px;
  font: bold 30px "";
  position: absolute;
  vertical-align: baseline;
  top: -15px;
  line-height: 25px;
  left: 50%;
  margin-left: -170px;
  color: #cd80a9;
  background: url(/wp-content/themes/matchapp/theme_img/ma.png) no-repeat 5px /
      25px 25px,
    white;
}
.topApps .app {
  text-align: center;
  font-weight: lighter;
}
.topApps .appList {
  display: flex;
  align-items: center;
  justify-content: space-around;
  max-width: 540px;
  margin: 0 auto;
}
.topApps .crown {
  width: 54px;
  height: 44px;
}
.topApps .appTitle {
  font-size: 24px;
  color: #1c1c1c;
  margin-bottom: 10px;
}
.topApps .appTitle:after {
  max-width: 195px;
  background-color: #fff3d3;
  content: "";
  display: block;
  height: 7px;
  margin: -18px auto 0;
}
.topApps .appIcon {
  width: 80px;
  height: 80px;
  border: solid;
  border-color: rgba(0, 0, 0, 20%);
  border-radius: 14px;
  border-width: 1px;
}
.topApps .appName {
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0;
}

.topApps .appButton {
  font-family: Arial, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
  margin: 15px 0;
  width: 120px;
}

.topApps .appButton .button {
  background-color: #2c3e75;
  padding: 8px 0;
  color: white;
  border: black;
  border-radius: 20px;
  font-size: 12px;
  cursor: pointer;
  display: flex;
  flex-direction: column; /* 縦方向に要素を並べる */
  align-items: center; /* 中央揃え */
  gap: 5px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  text-align: center; /* テキストを中央揃え */
  line-height: 10px;
  width: 100%;
}

.topApps .appButton .japanese-text {
  display: block;
}

.topApps .appButton .button:hover {
    background-color: #1f2e57;
}

.topApps .appDesc {
  font-size: 16px;
  color: #656565;
  line-height: 22px;
}

@media screen and (max-width: 600px) {
  .topApps:before {
    font: bold 20px "";
    left: 50%;
    margin-left: -120px;
  }
  .topApps .crown {
    width: 27px;
    height: 21px;
    margin-bottom: 5px;
  }
  .topApps .appTitle {
    font-size: 16px;
  }
  .topApps .appTitle:after {
    max-width: 80px;
    height: 4px;
    margin: -10px auto 0;
  }
  .topApps .appIcon {
    width: 55px;
    height: 55px;
  }
  .topApps .appName {
    font-size: 16px;
    margin: 5px 0;
  }
  .topApps .appDesc {
    font-size: 12px;
    line-height: 18px;
  }
  .topApps .appButton {
    width: 96px;
    margin: 8px 4px;
  }
  .topApps .appButton .button {
    font-size: 10px;
  }
}

/*
    トップアプリ（おすすめ）
*/
.topAppsRecommend {
  border: solid 2px #cd80a9;
  outline: 0;
  font-size: 100%;
  margin: 29px 0px 20px 0px;
  padding: 30px 20px 20px 20px;
  position: relative;
  border-radius: 15px;
}

.topAppsRecommend a {
  color: #5095ff !important;
}

.topAppsRecommend:before {
  content: "おすすめアプリランキング";
  padding: 0 12px 0 35px;
  font: bold 30px "";
  position: absolute;
  vertical-align: baseline;
  top: -15px;
  line-height: 25px;
  left: 50%;
  margin-left: -190px;
  color: #cd80a9;
  background: url(/wp-content/themes/matchapp/theme_img/ma.png) no-repeat 5px /
      25px 25px,
    white;
}
.topAppsRecommend .app {
  text-align: center;
  font-weight: lighter;
}
.topAppsRecommend .appList {
  display: flex;
  align-items: center;
  justify-content: space-around;
  max-width: 540px;
  margin: 0 auto;
}
.topAppsRecommend .crown {
  width: 54px;
  height: 44px;
}
.topAppsRecommend .appTitle {
  font-size: 24px;
  color: #1c1c1c;
  margin-bottom: 10px;
}
.topAppsRecommend .appTitle:after {
  max-width: 195px;
  background-color: #fff3d3;
  content: "";
  display: block;
  height: 7px;
  margin: -18px auto 0;
}
.topAppsRecommend .appIcon {
  width: 80px;
  height: 80px;
  border: solid;
  border-color: rgba(0, 0, 0, 20%);
  border-radius: 14px;
  border-width: 1px;
}
.topAppsRecommend .appName {
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0;
}
.topAppsRecommend .appDesc {
  font-size: 16px;
  color: #656565;
  line-height: 22px;
}

@media screen and (max-width: 600px) {
  .topAppsRecommend:before {
    font: bold 20px "";
    left: auto !important;
    margin-left: 10px !important;
  }
  .topAppsRecommend .crown {
    width: 27px;
    height: 21px;
    margin-bottom: 5px;
  }
  .topAppsRecommend .appTitle {
    font-size: 16px;
  }
  .topAppsRecommend .appTitle:after {
    max-width: 80px;
    height: 4px;
    margin: -10px auto 0;
  }
  .topAppsRecommend .appIcon {
    width: 55px;
    height: 55px;
  }
  .topAppsRecommend .appName {
    font-size: 16px;
    margin: 5px 0;
  }
  .topAppsRecommend .appDesc {
    font-size: 12px;
    line-height: 18px;
  }
}

/*
    PointBox
*/
.PntBox {
  border: solid 2px #eb4d89;
  border-radius: 5px;
  padding: 20px 10px;
  position: relative;
  margin: 2em 0;
  word-break: break-all;
}

.PntTitle {
  font: 700 17px "";
  color: #fff;
  position: relative;
  top: -33px;
  word-break: break-all;
  background: #eb4d89;
  border-radius: 5px;
  padding: 3px 8px;
  margin: 0;
  display: inline-flex;
  max-height: 56px;
}

.PntCtn {
  position: relative;
  top: -33px;
  margin-bottom: -33px;
  padding: 1em 10px 0;
}

.PntCtn > ol > li {
  list-style: none;
}

.PntCtn > ol > li > ul > li {
  list-style: disc;
  margin: 10px 0 10px 0;
}

/*
    AppBtn
*/
a.AppBtn {
  position: relative;
  display: inline-flex;
  border-radius: 4px;
  width: 6em;
  padding-left: 1.6em;
  height: 2em;
  line-height: 0;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 1em;
  margin: 3px auto;
}

.fa_download:before,
.fa_search:before {
  position: absolute;
  left: 0.8em;
  content: "\f019";
  font-family: "FontAwesome", "Font Awesome 6 Free";
  color: #fff;
}

.fa_search:before {
  content: "\f002";
}

/*
    編集長
*/
div.Henshucho {
  width: 100%;
  margin: 40px 0px 30px 0px;
  position: relative;
  margin-bottom: -50px;
  box-sizing: content-box !important;
  pointer-events: none;
}

div.Henshucho p:not(.Henshucho) {
  margin: 0px;
}

a.Henshucho img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  border: solid 3px #d0edf2;
  position: relative;
  top: -5px;
  box-sizing: content-box !important;
}

a.Henshucho:after {
  content: "編集長：伊藤早紀";
  position: absolute;
  left: 84px;
  text-align: left;
  margin: auto;
  font: 700 16px "";
  box-sizing: content-box !important;
  line-height: 1.25;
  word-break: keep-all;
  overflow: hidden;
  pointer-events: all;
}

p.Henshucho {
  display: inline-block;
  position: relative;
  top: -50px;
  margin: 5px 0 0 80px;
  padding: 20px;
  border-radius: 12px;
  border: 2px solid #d0edf2;
  width: calc(100% - 131.5px);
  box-sizing: content-box !important;
  background-color: #d0edf2;
  pointer-events: all;
}

p.Henshucho:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -13px;
  border: 13px solid transparent;
  border-top: 13px solid #d0edf2;
  box-sizing: content-box !important;
}

/*
      編集長吹き出し下ver
  */
div.HenshuchoBottom {
  width: 100%;
  margin: 40px 0px 30px 0px;
  position: relative;
  box-sizing: content-box !important;
  pointer-events: none;
}

div.HenshuchoBottom p:not(.HenshuchoBottom) {
  margin: 0px;
}

a.HenshuchoBottom {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #333;
}

a.HenshuchoBottom img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  border: solid 3px #dedede;
  position: relative;
  top: -5px;
  box-sizing: content-box !important;
}

p.HenshuchoBottom {
  font-weight: bold;
  display: block;
  position: relative;
  top: 0px;
  margin: 5px 0 0 0;
  padding: 20px;
  border-radius: 12px;
  border: 2px solid #efefef;
  background-color: #efefef;
  pointer-events: all;
}

a.HenshuchoBottom .name,
a.HenshuchoBottom .title {
  font-weight: bold;
  position: absolute;
  left: 84px;
  text-align: left;
  margin: auto;
  line-height: 0.8;
  word-break: keep-all;
  pointer-events: all;
  display: block;
}

a.HenshuchoBottom .name {
  top: 24px;
  font-size: 22px;
}

a.HenshuchoBottom .title {
  top: 4px;
  font-size: 14px;
  color: #454545;
}

@media screen and (max-width: 600px) {
  a.HenshuchoBottom .title {
    font-size: 12px;
  }
  a.HenshuchoBottom .name {
    font-size: 18px;
  }
}

/*---------
     点線枠
  ----------*/

div.DashBoxBlue {
  border-style: solid;
  border-width: 8px;
  margin: 20px 0px;
  padding: 6px 12px;
  -moz-border-image: url(/wp-content/themes/matchapp/theme_img/DashBoxBlue.png)
    16 round;
  -webkit-border-image: url(/wp-content/themes/matchapp/theme_img/DashBoxBlue.png)
    16 round;
  -o-border-image: url(/wp-content/themes/matchapp/theme_img/DashBoxBlue.png) 16
    round;
  border-image: url(/wp-content/themes/matchapp/theme_img/DashBoxBlue.png) 16
    round;
}

div.DashBoxPink {
  border-style: solid;
  border-width: 8px;
  margin: 20px 0px;
  padding: 6px 12px;
  -moz-border-image: url(/wp-content/themes/matchapp/theme_img/DashBoxPink.png)
    16 round;
  -webkit-border-image: url(/wp-content/themes/matchapp/theme_img/DashBoxPink.png)
    16 round;
  -o-border-image: url(/wp-content/themes/matchapp/theme_img/DashBoxPink.png) 16
    round;
  border-image: url(/wp-content/themes/matchapp/theme_img/DashBoxPink.png) 16
    round;
}

/*---------
  関連記事 relatedBox & relatedPostList
----------*/
.RelatedBox {
  border: solid 2px #ffb500;
  outline: 0;
  font-size: 100%;
  box-sizing: border-box;
  margin: 29px 0px 20px 0px;
  padding: 30px 20px 20px 20px;
  position: relative;
  border-radius: 5px;
  box-sizing: content-box !important;
}

.RelatedBox:before {
  content: "関連記事";
  padding: 5px 12px;
  font-size: 17px;
  position: absolute;
  vertical-align: baseline;
  top: -15px;
  left: 20px;
  background: #ffb500;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px;
  line-height: 25px;
  box-sizing: content-box !important;
}

.RelatedBox ul {
  margin: 0px;
  padding: 0px;
}

.RelatedBox li {
  margin-left: 2em;
  margin-bottom: 0.5em;
  padding: 0px;
}

.RelatedBox li:before {
  content: "\f138";
  font-family: "FontAwesome", "Font Awesome 6 Free";
  size: 15px;
  margin-right: 1em;
  margin-left: -2em;
  color: #4d4d4d;
}

.RelatedPostList {
  border: solid 3px #314488;
  outline: 0;
  font-size: 100%;
  box-sizing: border-box;
  margin: 29px 0px 20px 0px;
  padding: 30px 20px 20px 20px;
  position: relative;
  border-radius: 20px;
  box-sizing: content-box !important;
  background: #f6f3f3;
  padding-bottom: 40px;
  width: 80%;
  left: 5%;
}

.RelatedPostList:before {
  content: "関連記事まとめ";
  padding: 5px 12px;
  font-size: 22px;
  position: absolute;
  vertical-align: baseline;
  top: -25px;
  left: calc(100% / 2 - 25% - 10px);
  width: 50%;
  text-align: center;
  background: #314488;
  color: #ffffff;
  font-weight: bold;
  border-radius: 40px;
  line-height: 40px;
  box-sizing: content-box !important;
}

.RelatedPostList ul {
  margin: 0px;
  padding: 0px;
}

.RelatedPostList li {
  margin: 0px 10%;
  padding: 35px 5% 0px 0px;
}

.RelatedPostList .postTitle {
  display: inline-block;
  width: 70%;
  color: #707070;
  font-weight: bold;
  border-bottom: 2px solid #707070;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: middle;
}

.RelatedPostList .btn {
  font-weight: bold;
  margin-left: 5%;
  width: 25%;
  color: #000;
  display: inline-block;
  background: #314488;
  cursor: pointer;
  border-radius: 10px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  line-height: 35px;
  vertical-align: middle;
}
.RelatedPostList .btn::after {
  content: "\f08e";
  font-family: "FontAwesome", "Font Awesome 6 Free";
  margin-left: 10px;
}

.RelatedPostList .btn:hover {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

@media screen and (max-width: 600px) {
  .RelatedPostList {
    width: unset;
    left: 0px;
  }
  .RelatedPostList::before {
    font-size: 18px;
  }
  .RelatedPostList li {
    margin: 0px 0px;
    padding: 35px 0px 0px 0px;
  }

  .RelatedPostList .btn {
    font-size: 14px;
  }
}

/*
  口コミボックス
*/

.Evaluation {
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-template-rows: 30px 30px 1fr 1.5em;
  padding: 20px;
  padding-bottom: 5px;
  border: solid 1px #ddd;
  border-radius: 8px;
  box-shadow: 2px 2px 4px #eee;
  margin: 1em 0;
}

.Evaluation .EvaIcon {
  grid-row: 1/3;
  display: flex;
  align-items: center;
}

.Evaluation .EvaStars {
  display: flex;
  align-items: center;
}

.Evaluation .EvaTitle {
  text-overflow: ellipsis;
  white-space: wrap;
  display: inline;
  margin-top: 0;
}

.Evaluation .EvaComment {
  padding-top: 20px;
  grid-column: 1/3;
  margin-top: 0;
}

.Evaluation .EvaComment ul {
  grid-column: 1/3;
}

.Evaluation .EvaWhois {
  display: flex;
  grid-column: 1/3;
  font-size: 10pt;
  align-items: center;
  margin-top: 0;
}

/*---------
   フキダシ(男/左)
---------*/

.Fukidashi {
  width: 100%;
  margin: 40px 0px 30px 0px;
  position: relative;
  margin-bottom: -50px;
  box-sizing: content-box !important;
  pointer-events: none;
}

.FukidashiFaceLeftM {
  width: 60px;
  height: 60px;
  box-sizing: content-box !important;
  pointer-events: all;
}

.FukidashiFaceLeftM img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  object-fit: cover;
  margin-top: -20px;
  border: solid 2px #65bcbc;
  border-radius: 50%;
  position: relative;
  box-sizing: content-box !important;
}

.FukidashiNameLeft {
  position: absolute;
  top: 48px;
  left: 0px;
  width: 64px;
  text-align: center;
  margin: auto;
  padding: auto;
  font-size: 10px;
  box-sizing: content-box !important;
  max-height: 24px;
  line-height: 1.25;
  word-break: keep-all;
  overflow: hidden;
  pointer-events: all;
}

.FukidashiCommentLeftM {
  display: inline-block;
  position: relative;
  top: -80px;
  margin: 5px 85px 0 85px;
  padding: 20px;
  border-radius: 12px;
  border: solid 2px #65bcbc;
  width: calc(100% - 209.5px);
  box-sizing: content-box !important;
  pointer-events: all;
}

.FukidashiCommentLeftM:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px;
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #65bcbc;
  box-sizing: content-box !important;
}

.FukidashiCommentLeftM:after,
.FukidashiCommentLeftF:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px;
  left: -21px;
  border: 12px solid transparent;
  border-right: 12px solid #fff;
  box-sizing: content-box !important;
}

/*---------
   フキダシ(女/左)
---------*/

.FukidashiFaceLeftF {
  width: 60px;
  height: 60px;
  box-sizing: content-box !important;
  pointer-events: all;
}

.FukidashiFaceLeftF img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  object-fit: cover;
  margin-top: -20px;
  border: solid 2px #eb4d89;
  border-radius: 50%;
  position: relative;
  box-sizing: content-box !important;
}

.FukidashiCommentLeftF {
  display: inline-block;
  position: relative;
  top: -80px;
  margin: 5px 85px 0 85px;
  padding: 20px;
  border-radius: 12px;
  border: solid 2px #eb4d89;
  width: calc(100% - 209.5px);
  box-sizing: content-box !important;
  pointer-events: all;
}

.FukidashiCommentLeftF:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px;
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #eb4d89;
  box-sizing: content-box !important;
}

/*---------
   フキダシ(男/右)
---------*/

.FukidashiFaceRightM {
  width: 60px;
  height: 60px;
  box-sizing: content-box !important;
  pointer-events: all;
}

.FukidashiFaceRightM img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  object-fit: cover;
  margin-top: -20px;
  border: solid 2px #65bcbc;
  border-radius: 50%;
  right: 0px;
  position: absolute;
  box-sizing: content-box !important;
}

.FukidashiNameRight {
  position: absolute;
  top: 48px;
  right: 0px;
  width: 64px;
  text-align: center;
  margin: auto;
  padding: auto;
  font-size: 10px;
  box-sizing: content-box !important;
  max-height: 24px;
  line-height: 1.25;
  word-break: keep-all;
  overflow: hidden;
  pointer-events: all;
}

.FukidashiCommentRightM {
  display: inline-block;
  position: relative;
  top: -80px;
  margin: 5px 85px 0 85px;
  padding: 20px;
  border-radius: 12px;
  border: solid 2px #65bcbc;
  width: calc(100% - 209.5px);
  box-sizing: content-box !important;
  pointer-events: all;
}

.FukidashiCommentRightM:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px;
  right: -24px;
  border: 12px solid transparent;
  border-left: 12px solid #65bcbc;
  box-sizing: content-box !important;
}

.FukidashiCommentRightM:after,
.FukidashiCommentRightF:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px;
  right: -21px;
  border: 12px solid transparent;
  border-left: 12px solid #fff;
  box-sizing: content-box !important;
}

/*---------
   フキダシ(女/右)
---------*/

.FukidashiFaceRightF {
  width: 60px;
  height: 60px;
  box-sizing: content-box !important;
  pointer-events: all;
}

.FukidashiFaceRightF img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  object-fit: cover;
  margin-top: -20px;
  border: solid 2px #eb4d89;
  border-radius: 50%;
  right: 0px;
  position: absolute;
  box-sizing: content-box !important;
}

.FukidashiCommentRightF {
  display: inline-block;
  position: relative;
  top: -80px;
  margin: 5px 85px 0 85px;
  padding: 20px;
  border-radius: 12px;
  border: solid 2px #eb4d89;
  width: calc(100% - 209.5px);
  box-sizing: content-box !important;
  pointer-events: all;
}

.FukidashiCommentRightF:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px;
  right: -24px;
  border: 12px solid transparent;
  border-left: 12px solid #eb4d89;
  box-sizing: content-box !important;
}

.Fukidashi + .Fukidashi {
  margin-top: 15px;
}

/*---------
   フキダシ下配置(男/左)
---------*/

.FukidashiBottom {
  width: 100%;
  margin: 40px 0px 40px 0px;
  position: relative;
  box-sizing: content-box !important;
  pointer-events: none;
}

.FukidashiBottomFaceLeftM {
  width: 60px;
  height: 60px;
  box-sizing: content-box !important;
  pointer-events: all;
}

.FukidashiBottomFaceLeftM img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  object-fit: cover;
  margin-top: -20px;
  border: solid 2px #ddebff;
  border-radius: 50%;
  position: relative;
  box-sizing: content-box !important;
}

.FukidashiBottomNameLeft {
  font-weight: bold;
  position: absolute;
  top: 0px;
  left: 84px;
  text-align: center;
  margin: auto;
  padding: auto;
  font-size: 22px;
  box-sizing: content-box !important;
  word-break: keep-all;
  pointer-events: all;
}

.occupationLeft {
  position: absolute;
  top: -10px;
  left: 0px;
  text-align: left;
  margin: auto;
  line-height: 0.8;
  word-break: keep-all;
  pointer-events: all;
  display: block;
  font-size: 14px;
  color: #454545;
}

.FukidashiBottomCommentLeftM {
  font-weight: bold;
  display: block;
  position: relative;
  top: -10px;
  margin: 0;
  padding: 20px;
  border-radius: 12px;
  border: solid 2px #eaf6ff;
  pointer-events: all;
  background-color: #eaf6ff;
  word-break: break-all;
}

/*---------
   フキダシ下配置(女/左)
---------*/

.FukidashiBottomFaceLeftF {
  width: 60px;
  height: 60px;
  box-sizing: content-box !important;
  pointer-events: all;
}

.FukidashiBottomFaceLeftF img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  object-fit: cover;
  margin-top: -20px;
  border: solid 2px #ffebf9;
  border-radius: 50%;
  position: relative;
  box-sizing: content-box !important;
}

.FukidashiBottomCommentLeftF {
  font-weight: bold;
  display: block;
  position: relative;
  top: -10px;
  margin: 0;
  padding: 20px;
  border-radius: 12px;
  border: solid 2px #fff4f7;
  background-color: #fff4f7;
  pointer-events: all;
  word-break: break-all;
}

/*---------
   フキダシ下配置(男/右)
---------*/

.FukidashiBottomFaceRightM {
  width: 60px;
  height: 60px;
  box-sizing: content-box !important;
  pointer-events: all;
}

.FukidashiBottomFaceRightM img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  object-fit: cover;
  margin-top: -20px;
  border: solid 2px #ddebff;
  border-radius: 50%;
  right: 0px;
  position: absolute;
  box-sizing: content-box !important;
}

.FukidashiBottomNameRight {
  font-weight: bold;
  position: absolute;
  top: 0px;
  right: 84px;
  text-align: center;
  margin: auto;
  padding: auto;
  font-size: 22px;
  box-sizing: content-box !important;
  word-break: keep-all;
  pointer-events: all;
}

.occupationRight {
  position: absolute;
  top: -10px;
  right: 0px;
  text-align: left;
  margin: auto;
  line-height: 0.8;
  word-break: keep-all;
  pointer-events: all;
  display: block;
  font-size: 14px;
  color: #454545;
}

.FukidashiBottomCommentRightM {
  font-weight: bold;
  display: block;
  position: relative;
  top: -10px;
  margin: 0;
  padding: 20px;
  border-radius: 12px;
  border: solid 2px #eaf6ff;
  pointer-events: all;
  background-color: #eaf6ff;
  word-break: break-all;
}

/*---------
   フキダシ下配置(女/右)
---------*/

.FukidashiBottomFaceRightF {
  width: 60px;
  height: 60px;
  box-sizing: content-box !important;
  pointer-events: all;
}

.FukidashiBottomFaceRightF img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  object-fit: cover;
  margin-top: -20px;
  border: solid 2px #ffebf9;
  border-radius: 50%;
  right: 0px;
  position: absolute;
  box-sizing: content-box !important;
}

.FukidashiBottomCommentRightF {
  font-weight: bold;
  display: block;
  position: relative;
  top: -10px;
  margin: 0;
  padding: 20px;
  border-radius: 12px;
  border: solid 2px #fff4f7;
  background-color: #fff4f7;
  pointer-events: all;
  word-break: break-all;
}

.FukidashiBottom + .FukidashiBottom {
  margin-top: 15px;
}

@media screen and (max-width: 600px) {
  .FukidashiBottomNameLeft,
  .FukidashiBottomNameRight {
    font-size: 18px;
  }

  .occupationLeft,
  .occupationRight {
    font-size: 12px;
  }
}

/*---------
   注意点
----------*/

.CautionBox {
  position: relative;
  margin: 40px 0px 20px 0px;
  padding: 30px 20px 20px 20px;
  border: solid 2px #ffb500;
  border-radius: 5px;
  box-sizing: content-box !important;
}

.CautionBox:after {
  position: absolute;
  content: "\f071";
  font-family: "FontAwesome", "Font Awesome 6 Free";
  color: #fff;
  font-size: 28px;
  display: inline-block;
  margin: auto auto;
  padding: 0px 0px 12px 0px;
  text-align: center;
  width: 45px;
  height: 33px;
  border-radius: 23px;
  background-color: #ffb055;
  top: -25px;
  left: 20px;
  box-sizing: content-box !important;
}

.CautionBox:before {
  content: "注意点";
  position: absolute;
  display: inline-block;
  top: -15px;
  left: 20px;
  padding: 0px 9px 0px 55px;
  line-height: 25px;
  font-size: 17px;
  background: #fff;
  color: #ffb500;
  font-weight: bold;
  box-sizing: content-box !important;
}

/*--------
 ライター紹介
---------*/
.ProfileBox {
  position: relative;
  margin: 32px 0;
  padding: 15px 20px 20px 20px;
  border: solid 2px #65cccc;
  border-radius: 5px;
  box-sizing: content-box !important;
}

.ProfileBox:before {
  content: "この記事の監修者";
  position: absolute;
  display: inline-block;
  top: -15px;
  left: 20px;
  padding: 0px 9px 0px 9px;
  line-height: 25px;
  font-size: 17px;
  background: #fff;
  color: #65cccc;
  font-weight: bold;
  box-sizing: content-box !important;
}

.ProfileBox div {
  position: relative;
  box-sizing: content-box !important;
  font-weight: bold;
  padding-bottom: 12px;
}

.ProfileBox div img {
  overflow: hidden;
  object-fit: cover;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #4d4d4d;
  box-sizing: content-box !important;
  margin-bottom: -14px;
  margin-right: 10px;
}

.ProfileName {
  display: inline-block;
  font-weight: bold;
  position: relative;
  left: 8px;
  bottom: 13px;
  margin-right: 10px;
  box-sizing: content-box !important;
}

.ProfileBox p {
  margin: 0px;
  padding: 0px;
  line-height: 1.5;
}

/*---------
   対談フキダシ(左)
---------*/

.Taidan {
  width: 100%;
  margin: 40px 0px 30px 0px;
  position: relative;
  margin-bottom: -50px;
  box-sizing: content-box !important;
  pointer-events: all;
}

.TaidanFaceLeft {
  width: 60px;
  height: 60px;
  box-sizing: content-box !important;
  pointer-events: none;
}

.TaidanFaceLeft img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  object-fit: cover;
  margin-top: -20px;
  border: solid 1px #4d4d4d;
  border-radius: 50%;
  position: relative;
  box-sizing: content-box !important;
}

.TaidanNameLeft {
  position: absolute;
  top: 48px;
  left: 0px;
  width: 62px;
  text-align: center;
  margin: auto;
  padding: auto;
  font-size: 10px;
  box-sizing: content-box !important;
  max-height: 24px;
  line-height: 1.25;
  word-break: keep-all;
  overflow: hidden;
  pointer-events: all;
}

.TaidanCommentLeft {
  display: inline-block;
  position: relative;
  top: -80px;
  margin: 5px 86px 0 86px;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #4d4d4d;
  width: calc(100% - 211.5px);
  box-sizing: content-box !important;
  pointer-events: all;
}

.TaidanCommentLeft:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px;
  left: -25px;
  border: 12px solid transparent;
  border-right: 12px solid #4d4d4d;
  box-sizing: content-box !important;
}

.TaidanCommentLeft:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 17px;
  left: -25px;
  border: 13px solid transparent;
  border-right: 13px solid #fff;
  box-sizing: content-box !important;
}

/*---------
   対談フキダシ(右)
---------*/

.TaidanFaceRight {
  width: 60px;
  height: 60px;
  box-sizing: content-box !important;
  pointer-events: all;
}

.TaidanFaceRight img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  object-fit: cover;
  margin-top: -20px;
  border: solid 1px #4d4d4d;
  border-radius: 50%;
  right: 0px;
  position: absolute;
  box-sizing: content-box !important;
}

.TaidanNameRight {
  position: absolute;
  top: 48px;
  right: 0px;
  width: 62px;
  text-align: center;
  margin: auto;
  padding: auto;
  font-size: 10px;
  box-sizing: content-box !important;
  max-height: 24px;
  line-height: 1.25;
  word-break: keep-all;
  overflow: hidden;
  pointer-events: all;
}

.TaidanCommentRight {
  display: inline-block;
  position: relative;
  top: -80px;
  margin: 5px 86px 0 86px;
  padding: 20px;
  border-radius: 12px;
  border: solid 1px #4d4d4d;
  width: calc(100% - 211.5px);
  box-sizing: content-box !important;
  pointer-events: all;
}

.TaidanCommentRight:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px;
  right: -25px;
  border: 12px solid transparent;
  border-left: 12px solid #4d4d4d;
  box-sizing: content-box !important;
}

.TaidanCommentRight:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 17px;
  right: -25px;
  border: 13px solid transparent;
  border-left: 13px solid #fff;
  box-sizing: content-box !important;
}

.Taidan + .Taidan {
  margin-top: 15px;
}

/*---------
   口コミフキダシ
---------*/

.Kuchikomi {
  width: 100%;
  margin: 40px 0px 30px 0px;
  position: relative;
  margin-bottom: -50px;
  box-sizing: content-box !important;
  pointer-events: none;
}

.KuchikomiFace {
  width: 60px;
  height: 60px;
  box-sizing: content-box !important;
  pointer-events: all;
}

.KuchikomiFace img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  object-fit: cover;
  margin-top: -20px;
  border: solid 2px #ffb500;
  border-radius: 50%;
  position: relative;
  box-sizing: content-box !important;
}

.KuchikomiName {
  position: absolute;
  top: 48px;
  left: 0px;
  width: 64px;
  text-align: center;
  margin: auto;
  padding: auto;
  font-size: 10px;
  box-sizing: content-box !important;
  max-height: 24px;
  line-height: 1.25;
  word-break: keep-all;
  overflow: hidden;
  pointer-events: all;
}

.KuchikomiComment {
  display: inline-block;
  position: relative;
  top: -80px;
  margin: 5px 88px 0 88px;
  padding: 20px;
  border-radius: 12px;
  border: 2px solid #ffb500;
  width: calc(100% - 215.5px);
  box-sizing: content-box !important;
  pointer-events: all;
}

.KuchikomiComment:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 17px;
  left: -28px;
  border: 13px solid transparent;
  border-right: 13px solid #ffb500;
  box-sizing: content-box !important;
}

.KuchikomiComment:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 17px;
  left: -25px;
  border: 13px solid transparent;
  border-right: 13px solid #fff;
  box-sizing: content-box !important;
}

.Kuchikomi + .Kuchikomi {
  margin-top: 15px;
}

.Hider {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.Hider > input {
  position: absolute;
  bottom: -1em;
  width: 100%;
  height: 3em;
  margin: 0;
  z-index: 1;
  border-width: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

.Hider > input:before {
  content: "";
  background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
  height: 1em;
  width: 100%;
  position: absolute;
  top: -1em;
}

.Hider > input:checked {
  display: none;
}

.Hider > input:after {
  content: "もっと読む▼";
  font-size: 16px;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 2em;
  margin: auto;
  background: #fff;
  color: #5095ff;
  cursor: pointer;
}

.Hider > input + div {
  height: 3em;
  overflow-y: hidden;
}

.Hider > input:checked + div {
  height: auto;
  overflow-y: show;
  margin-bottom: 1em;
}

/* dlbox */
.dlbox {
  background-color: #f5f2f2;
  border: 2px solid #07142e;
}

.dlbox .inner_box {
  align-items: center; /* コンテンツを中央に配置 */
  background-color: white;
  margin: 20px;
}

.dlbox .imageAndText {
  padding: 20px 0 0 5%;
}

.dlbox img {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-right: 20px;
  border-color: #4d4d4d;
  border-radius: 25px;
}

.dlbox .text-container {
  display: inline-block;
  padding-bottom: 10px;
  width: 70%;
  vertical-align: top;
}

.dlbox .reasons {
  display: flex;
  flex-wrap: wrap;
}

.dlbox .text {
  width: 50%;
  font-size: 20px;
  font-weight: bold;
}

.dlbox .title {
  width: 100%;
  font-size: 24px;
  font-weight: bold;
}

.dlbox .buttons {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}

.dlbox .button {
  cursor: pointer;
  border-radius: 10px;
  width: 40%;
  height: 40px;
  margin: 0 auto;
  line-height: 40px;
  text-align: center;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 16%);
  text-decoration: none;
}
.dlbox .button:hover {
  opacity: 80%;
}
.dlbox .button a {
  text-decoration: none;
  color: inherit;
}

.dlbox .dlButton {
  border: 1px solid #707070;
  background-color: #07142e;
  color: #fff;
}
.dlbox .dlButton:after {
  content: "\f019";
  font-family: "FontAwesome", "Font Awesome 6 Free";
  margin-left: 5px;
}

.dlbox .detailButton {
  border: 2px solid #07142e;
  background-color: #fff;
  color: #07142e;
}
.dlbox .detailButton:after {
  content: "\f002";
  font-family: "FontAwesome", "Font Awesome 6 Free";
  margin-left: 5px;
}

@media screen and (max-width: 600px) {
  .dlbox img {
    width: 100px;
    height: 100px;
  }
  .dlbox .text-container {
    width: 50%;
    padding-bottom: 0;
  }
  .dlbox .title {
    width: 100%;
    font-size: 20px;
  }
  .dlbox .text {
    width: 100%;
    font-size: 14px;
  }
  .dlbox .button {
    width: 80%;
  }
  .dlbox .detailButton {
    margin-top: 10px;
  }
}

/* osusumeLinks */
.osusumeLinks_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px auto 20px auto;
  border: 5px solid #334381;
  border-radius: 30px;
  padding: 50px 0 20px 0;
  position: relative;
  width: 90%;
}

.osusumeLinks_container .osusumeLinks_title {
  position: absolute;
  top: -30px;
  color: white;
  background: #334381;
  padding: 10px 40px;
  border-radius: 15px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}

.osusumeLinks_container .osusumeLink {
  width: 40%;
  border: 3px solid #334381;
  text-align: center;
  vertical-align: middle;
  margin: 5px 10px;
  height: 60px;
  background-color: #ffffff;
  border-color: #334381;
  border-radius: 8px;
  border-bottom: 5px solid #334381;
}
.osusumeLinks_container .osusumeLink a {
  text-decoration: none;
  color: #7b7373;
  font-size: 22px;
  font-weight: bold;
  line-height: 54px;
  display: inline-block;
  width: 100%;
}
.osusumeLinks_container .arrow {
  display: block;
  transform: scale(2, -1.5);
  color: #334381;
  width: inherit;
  margin: -30px 0 0 32%;
  font-size: 16px;
  pointer-events: none;
}
.osusumeLinks_container .osusumeLink a:hover {
  background-color: #334381;
  color: #ffffff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom: 2px solid #ffffff;
  cursor: pointer;
  opacity: 1;
}
.osusumeLinks_container .osusumeLink a:hover + .arrow {
  color: #ffffff !important;
}

@media screen and (max-width: 600px) {
  .osusumeLinks_container {
    width: 100%;
    padding: 30px 0 15px 0;
  }
  .osusumeLinks_container .osusumeLinks_title {
    top: -20px;
    width: 90%;
    font-size: 15px;
    padding: 8px;
  }
  .osusumeLinks_container .osusumeLink {
    margin: 5px 5px;
  }
  .osusumeLinks_container .osusumeLink a {
    font-size: 14px;
  }
}
