@charset "UTF-8";

/* コンテンツ共通 */
.guideAncr_destination{
  display: block;
  margin-top: -70px;
  padding-top: 70px;
}
.guideLeadTxt{
	margin-bottom: 24px;
	text-align: center;
}
.guideCnts .ri-linkItem__moreArrow,
.guideFtr .ri-linkItem__moreArrow {
  display: inline-block;
  margin-left: 3px;
  text-decoration: none;
}
.guideCnts .ri-linkItem__moreArrow::after,
.guideFtr .ri-linkItem__moreArrow::after {
  width: 20px;
	height: 20px;
}

/* 看板下ディスクリプション */
.guideDsc_box {
  background-color: #f8f8f8;
  padding: 16px;
}

/* 見出し */
.guideCnts .rc-headline__headline._h2 {
  margin-top: 12px;
  border-bottom: solid 3px #cfcfcf;
  position: relative;
  text-align-last: left;
  color: #373737;
  text-align: left;
}
.guideCnts .rc-headline__headline._h2::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ee4b6d;
  bottom: -2.5px;
  width: 30%;
}
.guideCnts .rc-headline__headline._h3 {
  margin-top: 8px;
  padding: 6.5px 13px;
  border-left: solid 5px #9494d0;
  text-align: left;
  color: #373737;
}

/* 通常画像 */
.guideImg_box {
  width: 100%;
  text-align: center;
}

/* 通常テキスト */
.guideTxt_ttl {
	margin-bottom: 4px;
	font-weight: bold;
}
.guideTxt_txt {
  margin-bottom: 8px;
}

/* 例文 */
.guideTxt_ex {
  margin: 8px 0;
  padding: 22px;
  box-sizing: border-box;
  border: 4px solid #d8e8ff;
  background-color: #ffffff;
}

/* 目次 */
.rc-contentsList__title {
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  letter-spacing: 2px;
  background-color: #ee4b6d;
}
.rc-contentsList__title::before {
  display: inline-block;
  vertical-align: top;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.rc-contentsList__listWrap {
  position: relative;
  counter-reset: num;
  background-color: #FEF5F7;
  border: 2px solid #ee4b6d;
  border-radius: 0 0 8px 0;
}
.rc-contentsList__item {
  position: relative;
}
.rc-contentsList__item::before {
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  color: #ffffff;
  content: counter(num);
  counter-increment: num;
  background-color: #ee4b6d;
  padding-top: 2px;
}
.rc-contentsList__item._h3::before {
  content: none;
}
a.rc-contentsList__link {
  color: #333333;
}

/* 目次（開閉機能付き） */
.check{
  display: none;
}
.label{
  display: flex;
  justify-content: center;
  position: relative;
}
.label::after {
  box-sizing: border-box;
  content: '－';
  display: block;
  color: #fff;
  padding: 10px 20px;
  position: absolute;
  right: 0;
}
.check:checked + .label:after {
  content: '＋';
}
.content{
  overflow: hidden;
  margin-bottom: 10px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.check:checked + .label + .content{
  height: 0;
  padding: 0;
}

/* アンケートタイトル */
.Qttl{
  padding: 5px;
  color: #fff;
  background-color: #ee4b6d;
  font-weight: bold;
  position: relative;
  height: 45px;
}
.Qttl:before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 5px;
  -webkit-background-size: 100% auto !important;
  background-size: 100% auto !important;
  width: 40px;
  height: 100%;
}
.Qttl .Qttl__text{
  position: absolute;
  padding-left: 48px;
}

/* 導線ボタンエリア */
.guideLeadbtn_area {
	margin-bottom: 16px;
}
.guideLeadbtn_area > li > p{
	margin-bottom: 12px;
	font-weight: bold;
}
.guideLeadbtn_area .rc-anchorList__itemTxt {
  font-weight: bold;
  margin-bottom: 12px;
  text-align: center;
}
.guideLeadbtn_area .rc-anchorList {
  padding: 0;
}
.guideLeadbtn_area .rc-button {
  border: 2px solid #ef547b;
  background-color: #ef547b;
  color: #fff;
}
.guideLeadbtn_area .rc-button .rc-button__text {
	margin-left: 24px;
	margin-right: 20px;
}
.guideLeadbtn_area .rc-button .rc-button__rightIcon {
	height: 16px;
  padding-right: 8px;
  color: #fff;
}

/* .ri-contentsIntro */
.guideCnts .cardWrap .ri-contentsIntro,
.guideFtr .cardWrap .ri-contentsIntro {
  padding: 0;
  box-shadow: 0 2px 5px #ccc;
  border-radius: 4px;
}
.guideCnts .cardWrap .ri-contentsIntro__imageBox:before,
.guideFtr .cardWrap .ri-contentsIntro__imageBox:before {
  padding-top: 65%;
}
.guideCnts .cardWrap .ri-contentsIntro__imageBox img,
.guideFtr .cardWrap .ri-contentsIntro__imageBox img {
  margin: 0 auto;
  border-radius: 4px 4px 0 0;
  width: 100%;
}
.guideCnts .cardWrap .ri-contentsIntro__textContainer,
.guideFtr .cardWrap .ri-contentsIntro__textContainer {
  justify-content: start;
}
.guideCnts .cardWrap._img .ri-contentsIntro__textContainer,
.guideFtr .cardWrap._img .ri-contentsIntro__textContainer {
  padding: 8px;
}
.guideCnts .cardWrap._noimg .ri-contentsIntro__textContainer,
.guideFtr .cardWrap._noimg .ri-contentsIntro__textContainer {
  padding: 20px;
}
.guideCnts .cardWrap._noimg .ri-contentsIntro__btnContainer,
.guideFtr .cardWrap._noimg .ri-contentsIntro__btnContainer {
  text-align: center;
}

.guideCnts .cardWrap._noimg .ri-contentsIntro__btn,
.guideFtr .cardWrap._noimg .ri-contentsIntro__btn {
  display: inline-block !important;
  border: none;
  border-radius: 30px !important;
  display: block;
  text-align: center;
  background-color: #ef547b;
  color: #ffffff!important;
  padding: 16px 44px;
  margin-bottom: 20px;
}

/* .ri-linkItem */
.guideCnts .ri-linkItem a.ri-linkItem__link,
.guideFtr .ri-linkItem a.ri-linkItem__link {
	padding: 0;
}
.guideCnts .ri-contentsIntro__image,
.guideFtr .ri-contentsIntro__image {
	border-radius: 8px;
}
.guideCnts .ri-contentsIntro__linkText,
.guideFtr .ri-contentsIntro__linkText {
	color: #333;
	font-weight: bold;
}

/* データリスト */
.guideList_dl {
  margin-bottom: 24px;
}
.guideList_dl > dt {
  position: relative;
  display: inline-block;
  font-weight: bold;
}
.guideList_dl > dt::before{
  position: absolute;
  bottom: 0;
  left: 2px;
  margin: auto;
  content: "";
  vertical-align: middle;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 10px solid transparent;
  border-left: 16px solid #777777;
}

/* 表 */
.guideTbl_box {
  margin-bottom: 24px;
}
.guideTbl_table td {
  border: 1px solid #888888;
  padding: 12px;
}

/* Q&A */
.guideHowtoCon ._howtoQuestion{
  background:#f0f6ff;
  position: relative;
  border-bottom: 3px solid #fff;
}
.guideHowtoCon ._howtoQuestion::before{
  display: block;
  content:"";
  height: 100%;
  background: url(https://r.r10s.jp/evt/event/mother/2021/_cmn/img/guide/howto_q_icon.png?v=202103311216) no-repeat left center #9494d0;
  background-size: contain;
  position: absolute;
  top:0;
  left:0;
}
.guideHowtoCon ._howtoQuestion p{
  text-align: left;
  font-weight: 600;
  line-height: 58px;
  margin-bottom: 0;
}
.guideHowtoCon ._howtoAnswer{
  background:#fff0f5;
  min-height: 60px;
  padding:10px 0 10px 60px;
  display: table;
  margin-bottom: 30px;
  position: relative;
}
.guideHowtoCon ._howtoAnswer::before{
  display: block;
  content:"";
  height: 100%;
  background: url(https://r.r10s.jp/evt/event/mother/2021/_cmn/img/guide/howto_a_icon.png?v=202103311216) no-repeat left center #fc8496;
  background-size: contain;
  position: absolute;
  top:0;
  left:0;
}
.guideHowtoCon ._howtoAnswer p{
  display: table-cell;
  vertical-align: middle;
  text-align:left;
  color:#333333;
}

/* 他記事への誘導リスト（記事タイトルのみ） */
.itemization_smallTtl {
  font-weight: bold;
  margin-bottom: 8px;
  background: linear-gradient(transparent 50%, #FEF5F7 50%);
}
.itemization_item {
  display: flex;
}
.itemization_imgBox {
  width: 116px;
  max-width: 116px;
  min-width: 116px;
  padding-right: 16px;
}
.itemization_txtBox {
  width: 100%;
}
.itemization_link {
  max-width: 200px;
  font-size: 14px;
  margin-bottom: 8px;
  border-bottom: 1px solid #cccccc;
}
.itemization_link > a {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 8px;
  color: #333333;
}
.itemization_link .arrow {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  right: 0;
  bottom: 8px;
}

/* 他記事への誘導リスト（横並び版）*/
.horizontalWrap .ri-linkItem{
  height: 100%;
}
.horizontalWrap .ri-linkItem__imageBox {
  flex-basis: 135px;
  opacity: initial;
}
.horizontalWrap .ri-linkItem__more{
  position: absolute;
  bottom: 5px;
  right: 0;
}
.horizontalWrap .ri-linkItem__textBox{
  position: relative;
  height: 135px;
  box-sizing: border-box;
  border-bottom: solid 4px #FEF5F7!important;
  width: 100%;
}
.horizontalWrap .ri-linkItem a.ri-linkItem__link{
  padding: 8px 0;
}
.horizontalWrap .ri-linkItem__imageBox img{
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}
.horizontalWrap .ri-contentsIntro__linkText {
  position: absolute;
  bottom: 5px;
  right: 0;
}
.horizontalWrap .ri-contentsIntro__linkTextArrow{
  padding-right: 12px;
  top: 2px;
  color: #ee4b6d;
}
.horizontalWrap .ri-contentsIntro__linkTextArrow:before{
  top: 1.5px;
}

/* テキストリンクセクション */
.guideCnts .txtLinkSection .rc-headline {
  margin-bottom: 8px;
}
.guideCnts .txtLinkSection h3.rc-headline__headline {
  line-height: 1;
  margin: 0;
}
.guideCnts .txtLinkSection .txtLink {
  padding-left: 24px;
}
.guideCnts .txtLinkSection .txtLink a {
  background: url(https://r.r10s.jp/evt/event/oseibo/2019/_pc/cmn/list-back.png?v=202110291121) left 5px no-repeat;
  background-size: 10px;
  padding-left: 12px;
  text-indent: 0;
}

.rc-headline{
  font-family: HiraKakuProN-W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,sans-serif;
}