@charset "utf-8";
/* CSS Document */


#main {
  max-width: 1200px;
  width: 100%;
  float: none;
}

body {
  font-size: 14px;
}


/*-----------  layout    --------------*/
.single span {
  display: block;
}

figure {
  margin-bottom: 30px;
}

.contentsTtl {
  font-size: 30px;
  padding: 0 10px;
  margin: 0 0 30px;
  border-left: 6px solid #FE5E8E;
  line-height: 1.5;
}

.openDate {
  font-size: 12px;
  text-align: right;
  display: block;
}

.single {
  margin: 40px auto 0;
  max-width: 720px;
  width: 100%;
  line-height: 160%;
}

.single__thumb {
  max-width: 720px;
  width: 100%;
  margin: 0 auto 30px;
}

.single__thumb img {
  max-width: 720px;
  width: 100%;
  /*height: 100%;*/
  height: auto;
  display: block;
  margin: 0 auto;
}

.list__wrapper {
  margin: 30px auto 40px;
  font-weight: bold;
  background-color: #fff;
  border: 2px solid #FFDEE9;
  padding: 30px;
}

.list__wrapper li {
  padding-top: 1em;
}

.list__title {
  color: #FD5E96;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  display: flex;
  gap:10px;
}

.listIcon{
  max-width: 24px;
}

.main__list {
  font-weight: 600;
  font-size: 16px;
}

.main__list span {
  border-right: 2px solid #FD5E96;
  margin-right: 8px;
  line-height: 16px;
}

.list__wrapper a {
  text-decoration: none;
  color: #555;
}

.list__wrapper ol {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 1em;
  ;
}

.list__wrapper span {
  color: #FD5E96;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  padding-right: 8px;
}

.sub__list li {
  padding-left: 20px;
  padding-top: 1em;
}

.sub__list li a {
  font-weight: normal;
  line-height: 17px;
}

.sub__list span {
  font-size: 14px;
  font-weight: normal;
}

.single h2[id^="heading__"],
.headingTitle {
  padding-bottom: 10px;
  font-size: 26px;
  position: relative;
  border-bottom: 3px solid #D8D8D8;
  margin: 80px 0 30px;
}

.single h2[id^="heading__"]::before,
.headingTitle::before {
  content: '';
  position: absolute;
  bottom: -3px;
  width: 10%;
  height: 3px;
  background: #FD5E96;
}

.heading__txt {
  margin-bottom: 30px;
}

.item {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em;
  padding: 10px 16px;
  max-width: 630px;
  width: 100%;
  color: #fff;
  font-size: 20px;
  background: #FD5E96;
  border-radius: 5px;
  font-weight: 600;
}

.item:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 30px;
  border: 10px solid transparent;
  border-top: 12px solid #FD5E96;
}

.item__img img {
  max-width: 600px;
  width: 100%;
  margin: 30px auto;
  display: block;
}

.list__box {
  margin-bottom: 60px;
}

.caution {
  color: #FD5E96;
  font-size: 18px;
  font-weight: 600;
  background: #FFDEEA;
  padding: 20px 0 20px 46px;
  position: relative;
  margin-bottom: 60px;
  margin-top: 2em;
}

.caution::before {
  content: "";
  display: block;
  width: 22px;
  height: 24px;
  background-image: url("../img/newmo_magazine_detail/common/warning.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 16px;
}

.point__wrapper {
  border: 2px solid #FD5E96;
  padding: 20px 24px;
  position: relative;
  margin-top: 60px;
  background: #fff;
}

.point__wrapper::before {
  content: "";
  width: 130px;
  height: 2px;
  background: #FAFBF7;
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 12%;
  transform: translateX(-50%);
}

.point__top {
  margin-top: -36px;
}


.point__title {
  color: #FD5E96;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  margin-left: 2em;
  margin-bottom: 0.5em;
}

.point__title::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-image: url("../img/newmo_magazine_detail/common/point_icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: -40px;
}


.topicTtl{
  background: #F892C6;
  color: #fff;
  padding: 14px 20px;
  max-width: 720px;
  margin-bottom: 30px;
  position: relative;
  margin-top: 60px;
  font-weight: 600;
}

.topicTtl::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #F892C6;
  top: calc(100% + 2px);
  left: 0;
}

.innerTtl{
  border-left: 4px solid #F892C6;
  background: rgba(251, 241, 242, 0.74);
  color: #333;
  padding: 14px 20px;
  max-width: 720px;
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
}

/*-----------   related  --------------*/

.related__title {
  font-size: 20px;
  font-weight: bold;
  color: #5D5D5D;
  padding-bottom: 12px;
  border-bottom: 2px solid #5D5D5D;
  margin: 80px 0 30px;
}

.related__list a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-radius: 10px;
  background: #fff;
  padding: 20px;
  position: relative;
  align-items: start;
  text-decoration: none;
  color: #000;
}

.related__list li {
  margin-bottom: 30px;
}

.related__list a:hover {
  background: rgb(255, 235, 235, .5);
}

.related__list figure {
  margin-bottom: 0;
}

.card__thumbnail {
  width: 23%;
  max-width: 120px;
}

.card__thumbnail img {
  max-width: 120px;
}

.card__textbox {
  width: 77%;
}

.card__button__arrow {
  right: 20px;
}

.emphasis {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.emphasis__list {
  margin-bottom: 0;
  padding-top: 40px;
}

.emphasis__list:last-of-type {
  margin-bottom: 40px;
}

.yomitai__list{
  margin-top: 40px;
}

.yomitai__card {
  padding-top: 16px;
  margin-bottom: 30px;
}

.yomitai__card figure {
  margin-bottom: 0;
}

.yomitai__title {
  font-size: 16px;
  display: flex;
  align-items: center;
  position: absolute;
  top: -13px;
  padding: 0 10px;
  background: #FAFBF7;
}

.yomitai__title img {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

.yomitai__list a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /* border: 1px solid #000; */
  border: 2px solid #FD5E96;
  padding: 28px 20px 24px;
  position: relative;
  align-items: start;
  text-decoration: none;
  color: #000;
}

.yomitai__card .card__button {
  margin: -26px 40px 0 auto;
}

.listIntro{
  color: #F687BF;
  border-bottom: 1px solid #D9D2CA;
  padding-bottom: 10px;
  margin-bottom: 40px;
  font-weight: 600;
}


/*-----------  back btn    --------------*/
.magazine__btn {
  display: block;
  position: relative;
  color: #fff;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: none;
  border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
  background: #FD5E96;
  font-size: 14px;
  margin: 80px auto 0;
}

.magazine__btn::after {
  content: "";
  position: absolute;
  margin: auto;
  right: 20px;
  top: 0;
  bottom: 0;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: .8em;
  height: .8em;
  border: 0.2em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  transition: all 0.2s ease-out;
}

.magazine__btn.arrow__back::after {
  right: auto !important;
  left: 20px !important;
  transform: translateY(-10%) rotate(-135deg);
}

.magazine__btn.active::after {
  transform: translateY(30%) rotate(-45deg);
}

.magazine__btn.arrow_right::after {
  transform: translateY(-10%) rotate(45deg);
}

/*------ detailInfo ------*/
.detailInfo{
  display: flex;
  font-size: 14px;
  margin-bottom: 40px;
  justify-content:space-between;
}

.cateTagBox{
  display: flex;
  align-items: center;
}

.cateItem{
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.cateItem img{
  max-width: 13px;
  margin-right: 5px;
}

.cateItem a{
  color: #000;
  text-decoration: underline;
}

.panTagListWrap{
  display: flex;
  align-items: center;
}

.panTagListWrap img{
  max-width: 13px;
  margin-right: 5px;
}

.panTagList{
  display: flex;
  flex-wrap: wrap;
}

.panTagList li{
  margin-right: 10px;
}

.panTagList li a{
  color: #FD5E96;
  text-decoration: underline;
}

.cateItem a:hover,
.panTagList li a:hover{
  text-decoration: none;
}

.magazineAsideBottom{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 100px;
}

.magazineAsideBottom .asideBox{
  width: 260px;
}

.magazineAsideBottom .asideBox.inCenter{
  width: 360px;
}

.asideCateList li a{
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  color: #000;
  text-decoration: none;
} 

.asideCateList li a img{
  max-width: 16px;
  margin-right: 10px;
}

.asideCont .navForm input {
  width: 170px!important;
  height: 30px;
  line-height: 30px;
}

.asideCont .navForm button {
  width: 56px;
  height: 30px;
  line-height: 30px;  
}

.snsList{
  display: flex;
}

.snsList li{
  width:32%;
  margin-right: 2%; 
}

.snsList li:last-child{
  margin-right: 0;
}

.snsList li a{
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  text-decoration: none;
  height: 36px;
  line-height: 36px;
}

.snsList li a img{
  max-width: 20px;
  margin-right: 10px;
}

.snsList li a.x{
  border: 2px solid #000;
  color: #000;
}

.snsList li a.facebook{
  border: 2px solid #0866FF;
  color: #0866FF;
}

.snsList li a.line{
  border: 2px solid #4CC764;
  color: #4CC764;
}

.btnRecruit{
  display: flex;
  width: 90%;
  max-width: 390px;
  height: 66px;
  line-height: 66px;
  margin: 70px auto 140px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 4px;
  background: #FF8001;
  box-shadow: 0px 2px 0px 0px #E70;
  position: relative;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  padding-top: 6px;
}

.btnRecruit .icon{
  max-width: 22px;
}

.btnRecruit .btnInnerTxt{
  display: flex;
  width: 80%;
  height: 22px;
  line-height: 22px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  border: 1px solid #FF8001;
  color: #FF8001;
  background: #FFF;
  position: absolute;
  /*left: calc((100% - 260px) / 2);*/
  top: -11px;
  font-size:1.2rem; 
  font-weight: 600;   
}


/* Media Queries ================================================== */
/*896*/
@media screen and (max-width: 896px) {

  #innerBox {
    width: 92%;
    margin: 30px auto;
  }

  .innerBox {
    width: 92%;
    margin: 30px auto;
  }

  .contentsTtl {
    font-size: 20px;
    width: 92%;
    margin: 20px auto;
    box-sizing: border-box;
  }

  .single {
    margin: 40px auto 80px;
    width: 92%;
  }

  .single h2[id^="heading__"] {
    margin: 60px 0 20px;
    font-size: 20px;
    padding-bottom: 8px;
  }

  .single h2[id^="heading__"]::before {
    width: 15%;
  }


  .single__thumb {
    margin-bottom: 20px;
  }

  .item {
    /* width: 96%; */
    width: 91%;
    font-size: 18px;
    /* margin: 0.8em 0 0.5em */
  }

  .item__img img {
    margin: 20px auto;
  }

  .list__box {
    margin-bottom: 30px;
  }

  .list__wrapper {
    padding: 20px;
    margin-bottom: 40px;
  }

  .list__title {
    margin-bottom: 20px;
  }

  .caution {
    font-size: 16px;
  }

  .point__wrapper::before {
    content: "";
    width: 120px;
    left: 12%;
  }

  .point__wrapper {
    margin-top: 40px;
  }

  .magazine__btn {
    margin: 60px auto 0;
  }

  .related__title {
    font-size: 18px;
    margin: 60px 0 30px;
  }

  .card__thumbnail {
    width: 35%;
  }

  .card__thumbnail img {
    max-width: 100%;
    /*width: 80%;*/
    margin: 0;
  }

  .card__textbox {
    width: 60%;
  }

  .card__title {
    margin-top: 0;
    font-size: 14px;
  }

  .card__button p {
    font-size: 0;
  }

  .card__button__arrow {
    font-size: 14px;
  }


  .snsList{
    display: block;
  }

  .snsList li{
    width:100%;
    margin-right: 0;
    margin-bottom: 10px; 
  }

  .snsList li:last-child{
    margin-right: 0;
  }

  .btnRecruit{
    margin: 0 auto 70px;
  }  

  .listIntro {
    margin-bottom: 20px;
  }

  .topicTtl {
    padding: 10px;
    width: 94%;
    font-size: 16px;
    margin-top: 30px;
  }

  .innerTtl{
    padding: 14px 10px;
    width: 93%;
    font-size: 16px;
  }

}

/* Media Queries ================================================== */
/*896*/
@media screen and (max-width: 480px) {

  .point__wrapper::before {
    content: "";
    width: 120px;
    left: 22%;
  }

  .detailInfo {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    width: 92%;
    margin: 0 auto
  }

  .cateTagBox {
    display: block;
  }

  .magazineAsideBottom{
    padding: 0 20px;
  }  

  .magazineAsideBottom .asideBox,
  .magazineAsideBottom .asideBox.inCenter {
    width: 100%;
  }

  .btnRecruit .btnInnerTxt{
    font-size: 1.2rem;
    /*left: 0;*/
    width: 100%;
  }

}