/* article 婚活お役立ちコンテンツ
WordPress側の設定
-------------------------------------------------- */

.useful_contents img {
    display: block;
    margin: 25px auto 40px;
}

/* 強調文字 */
.useful_contents strong {
    color: #ff7777;
    font-size: 110%;
}

/*
目次
旧目次（toc_container）と同じ形。
RTOCプラグインで生成されるHTMLを元に実装している
*/
#rtoc-mokuji-wrapper {
    margin: 30px auto;
    background: #f9f9f9;
    border: 1px solid #aaa;
    padding: 10px 10px 25px;
    display: table;
}

#rtoc-mokuji-title {
    text-align: center;
    font-weight: 700;
    margin-top: 20px;
    padding: 0;
}

#rtoc-mokuji-title span {
    position: relative;
    margin-left: 30px;
    font-size: 16px;
}

#rtoc-mokuji-title span::before {
    display: block;
    width: 20px;
    height: 100%;
    content: "";
    background: url(/assets/img/common/icon_toc.png) center/contain no-repeat;
    position: absolute;
    top: 0;
    left: -30px;
}


#rtoc-mokuji-wrapper a {
    background: #f5f9fa;
    text-decoration: none;
    text-shadow: none;
}

.rtoc-mokuji-content .rtoc-mokuji {
    margin-top: 0.7em;
}

.rtoc-mokuji-content .toc_list, .rtoc-mokuji-content .rtoc-item {
    padding: 6px 20px;
    background: 0 0;
    list-style: none none;
}

.rtoc_open_close {
    /*管理画面から開閉ボタンを削除できたいため見えないようにしている*/
    display: none;
}

/* 目次リンク */
.rtoc-item a:link, a.link:link{
    color: #53bcca;
    font-weight: bold;
}

.rtoc-item a:hover, a.link:hover{
    color: #f60;
}

.rtoc-item a:visited, a.link:visited{
    color: #00b7ed;
}


.rtoc-item a:active, a.link:active{
    color: #f60;
}


/* テキストリンク */

.useful_contents a:link, a.link:link{
    color: #53bcca;
    font-weight: bold;
}

.useful_contents a:visited, a.link:visited{
    color: #00b7ed;
}

.useful_contents a:hover, a.link:hover{
    color: #f60;
}

.useful_contents a:active, a.link:active{
    color: #f60;
}



/* カテゴリリンク */

.CategoryList {
    display: flex;
    justify-content: center;
    margin: 30px auto 20px;
}

.CategoryItem {
    display: flex;
    justify-content: center;
    align-items: center;

}

.CategoryItemLink {
    display: block;
    justify-content: center;
    align-items: center;
    background-color: #0abab5;
    border-radius: 6px;
    padding: 10px 20px;
    margin: 0 12px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    transition: all 0.3s;
}

.CategoryItemLink span {
    font-size:12px;
}

.CategoryItemLink:hover {
    box-shadow: 0 0 0 rgba(0,0,0,0);
    transform: scale(0.95);
    background: #078a86;
    color: #fff;
    text-decoration: none;
}

/* 年代別ボタンのリンクカラー */

#main a.CategoryItemLink:link {
    color: #FFF !important;
}

 #main a.CategoryItemLink:visited {
    color: #FFF !important;
}


/*テーブル*/
.wp-block-table, .wp-block-flexible-table-block-table {
  display: block;
  overflow: auto;
  white-space:nowrap;
}

.wp-block-table table, .wp-block-flexible-table-block-table table {
    width: 100%;
}

.wp-block-table tr, .wp-block-flexible-table-block-table tr {
    height: 40px;
}
/* 表見出し */
.wp-block-table tr:first-child, .wp-block-flexible-table-block-table th  {
    font-weight: 600;
    color: #232323;
    background-color: #cff5f1;
    font-size: 15px;
}

.wp-block-table td, .wp-block-flexible-table-block-table td {
    padding-right: 15px;
    padding-left: 15px;
}

.wp-block-table table, .wp-block-flexible-table-block-table table, th, td {
    margin-bottom: 25px;
    border: 1px solid #0ABAB5;
}

/* 著者情報 */

.authorWrap {
    margin: 40px 50px;
    padding: 32px 32px 40px;
    background-color: #f9f9f9;
  }

  .r_box .authorWrap p {
    margin: initial;
  }

  .r_box .authorWrap .authorLead {
    display: block;
    margin-bottom: 10px;
    color: #A3A3A3;
    font-size: 13px;
    text-align: center;
    letter-spacing: 0.2em;
  }

  .r_box .authorWrap .authorTitle {
    margin-bottom: 33px;
    font-weight: 700;
    font-size: 17px;
    text-align: center;
    letter-spacing: 0.1em;
  }

  .authorContent {
    display: flex;
  }

  .authorImage {
    width: 85px;
    height: 85px;
    margin-right: 22px;
  }

  .r_box .authorWrap .authorName {
    margin-bottom: 10px;
    font-weight: 700;
  }

  .authorText {
    font-size: 13px;
  }

  .authorSnsBox {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-top: 20px;
    margin-left: 106px;
  }

  .r_box .authorWrap .authorSnsTitle {
    position: relative;
    margin-left: 10px;
    font-size: 10px;
    line-height: 3.5em;
  }

  .r_box .authorWrap .authorSnsTitle:before {
    content: "";
    position: absolute;
    height: 8px;
    width: 1px;
    top: -4px;
    left: -1px;
    transform: rotate(40deg);
    background: #454343;
  }

  .r_box .authorWrap .authorSnsTitle:after {
    content: "";
    position: absolute;
    height: 8px;
    width: 1px;
    bottom: -4px;
    left: -1px;
    transform: rotate(138deg);
    background: #454343;
  }

  .authorSnsImage {
    width: 33px;
    height: 33px;
  }


 /* article 婚活お役立ちコンテンツ
-------------------------------------------------- */
/* 見出し */
.useful_contents_head.main_head h1 {
    float: left;
    padding: 20px 0 20px 12px;
    border: none;
    vertical-align: bottom;
    font-size: 30px;
    font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic",sans-serif;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.1em;
    color: #333;
}

.useful_contents_head.main_head .main_head_lead {
    border: none;
}

.useful_contents h2 {
    margin-top: 60px;
    padding: 30px 0 0;
    border-top: 5px solid #53bcca;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.1em;
}

.useful_contents h3 {
    padding: 20px 15px;
    margin-top: 50px;
    border-left: 7px solid #c9a94e;
    border-bottom: none;
    background-color: #FEFAE8;
    font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic",sans-serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 1.2;
}

.useful_contents h4 {
    padding: 10px 0 12px;
    border-bottom: 4px dotted #53bcca;
    margin-top: 14px;
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
}

.useful_contents h5 {
    padding: 10px 0;
    border-bottom: 2px solid #53bcca;
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.8;
}

.useful_contents h6 {
    padding: 10px 0;
    border-bottom: 2px solid #53bcca;
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.8;
}

/* 旧目次 */
#toc_container {
    margin: 30px auto;
    background: #f9f9f9;
    border: 1px solid #aaa;
    padding: 10px;
    display: table;
}

#toc_container p.toc_title {
    text-align: center;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

#toc_container span.toc_toggle {
    font-weight: 400;
    font-size: 90%;
}

#toc_container a {
    text-decoration: none;
    text-shadow: none;
}

#toc_container p.toc_title+ul.toc_list {
    margin-top: 0.7em;
}

#toc_container.no_bullets li, #toc_container.no_bullets ul, #toc_container.no_bullets ul li, .toc_widget_list.no_bullets, .toc_widget_list.no_bullets li {
    background: 0 0;
    list-style-type: none;
    list-style: none;
    padding: 2px 10px;
}

.toc_title2 {
	  padding-top: 10px;
    margin: 100px 0 30px;
}

.toc_title2:first-child {
	  margin-top: 0;
}

/* 強調文字 */
div.useful_contents em {
    color: initial;
    background: initial;
    border-bottom: 1px solid #ff7777;
}

.useful_contents .sec_block01 {
    margin: 15px 0 5px;
    padding: 5px 10px;
    background: #f4f2f6;
}

/* マーカー黄色 */
.marker_yellow {
	background: linear-gradient(transparent 60%, #ffff95 60%);
}

/* リスト */
.useful_contents ul {
    padding: 20px 0 0 20px;
}

.useful_contents ul li {
    padding-bottom: 10px;
    list-style: disc;
}

/*コラムのリンクカード*/
.wp-block-embed iframe.wp-embedded-content {
  width: 100%;
  height: 180px;
  border-radius: 5px;
  box-shadow: 0 4px 12px rgba(0,0,0,.15);
  transition: box-shadow .3s,transform .3s
}

.wp-block-embed__wrapper:hover iframe.wp-embedded-content {
  box-shadow: 0 10px 21px rgba(0,0,0,.15);
  transform: translateY(-3px)
}

iframe.wp-embedded-content {
  position: relative !important;
}

figure.wp-block-embed {
  margin: 0 0 15px 0;
}

blockquote.wp-embedded-content {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.wp-block-embed {
    position: relative;
}

blockquote.wp-embedded-content a{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}

.wp-embed {
  border: none;
  box-shadow: none;
}

.columnLinkCardWrap {
    display: flex;
}

.wp-embed-featured-image.square {
    float: none;
    box-shadow: initial;
}

.wp-embed-featured-image {
    margin-bottom: 0;
}

.wp-embed-excerpt {
    margin-bottom: 15px;
    text-align: left;
}

p.wp-embed-heading {
    font-size: 1.3em;
}

.wp-embed-footer {
    margin-top: initial;
    font-size: 0.8em;
    text-align: right;
}

/* 記事内CTAここから */

.Cta .SupportMoneyImage {
  height: auto;
  margin: 5px 0 28px;
  padding: initial;
}
.Cta {
  margin: 30px 0 70px;
  padding: 24px;
  background: linear-gradient(#cff5f1 0%, #d2f8f4 100%);
}
.CtaFixed {
  display: none;
}
.FooterAddress{
  padding-bottom: 70px;
}
.CtaBox {
  display: block;
  padding: 25px 0 23px;
  text-align: center;
  border-radius: 12px;
  background: #fff;
  max-width: 612px;
  margin: auto;
}
.useful_contents div.CtaHeading {
  position: relative;
  display: inline-block;
  margin: 25px 0 0 0;
  padding: initial;
  border-top: none;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.12em;
  line-height: 1.4;
}
@media screen and (min-width: 600px) {
  .CtaHeading {
    font-size: 28px;
  }
}
.CtaHeading-Sub {
  display: inline-block;
  position: relative;
}
.CtaHeading-Sub:before {
  content: url(/assets/img/lp_wa/lp001/cta-image.svg);
  position: absolute;
  left: -23px;
  top: -23px;
  width: 35px;
  height: 18px;
}
.CtaHeading-Underline {
  border-bottom: 3px solid #e8d295;
  font-size: 1.47em;
}
.CtaHeading-Weak {
  font-size: 0.69em;
}
.useful_contents ul.CtaContents {
  display: flex;
  justify-content: center;
  max-width: 350px;
  margin: 7px auto -5px;
  padding: initial;
}
@media screen and (min-width: 600px) {
  .CtaContents {
    max-width: 100%;
  }
}
.useful_contents ul li.CtaList {
  margin: 5px;
  padding: initial;
  list-style: none;
}
#main .useful_contents a.CtaLink {
  background: #0abab5;
  display: inline-block;
  padding: 16px 9px;
  border-radius: 12px;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.3s;
}
@media screen and (min-width: 600px) {
  #main .useful_contents a.CtaLink {
    font-size: 14px;
  }
}
#main .useful_contents a.CtaLink:hover {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transform: scale(0.95);
  background: #078a86;
}
#main .useful_contents a.CtaLinkAge {
  font-size: 20px;
}
.CtaLink-Strong {
  font-size: 1.18em;
  display: inline-block;
  line-height: 1;
}
.CtaLink-Number {
  font-size: 1.86em;
}
.useful_contents img.PamphletImage {
  display: block;
  width: 470px;
  height: auto;
  margin: 18px auto -25px;
  border: none;
}
.CtaBalloon {
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
  padding: 8px 10px 7px 15px;
  border-radius: 50px;
  background: #FF5E5E;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
}
.CtaBalloon:after{
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  border-bottom: 10px solid #FF5E5E;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid transparent;
}
.section_box p.CtaPamphletText {
  padding: initial;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.8rem;
}
@media screen and (min-width: 600px){
  .section_box p.CtaPamphletText {
    font-size: 18px;
    line-height: 2.4rem;
  }
}
.r_box p.CtaPamphletText {
  margin: initial;
}
.CtaPamphletTextStrong {
  color: #FF5E5E;
  font-size: 17px;
}
@media screen and (min-width: 600px){
  .CtaPamphletTextStrong {
    font-size: 22px;
  }
}
.r_box p.CtaPamphletTextAnnot {
  margin: 4px 0 0 0;
  padding: initial;
  font-weight: 700;
  font-size: 13px;
  line-height: initial;
}
.section_box p.CtaPamphletTextAnnot .CtaPamphletTextStrong{
  font-size: 13px;
}
#main .useful_contents .ctaSingle a.CtaLink {
  padding: 16px;
  font-size: 18px;
}

/* CTAパターンB用CSS */

.CtaWt .CtaBox{
  padding: 12px 0;
}

.CtaWt .CtaBalloon{
  margin-right: 8px;
  margin-bottom: initial;
  padding: 10px 9px 8px 11px;
  font-size: 12px;
  line-height: 1.1em;
}

.CtaWt .CtaBalloon:after{
  content: none;
}

.r_box .CtaWt p.CtaPamphletText{
  position: relative;
  display: inline-block;
  margin-top: -3px;
}

.useful_contents .CtaWt img.PamphletImage{
  position: absolute;
  top: -60px;
  right: -104px;
  width: 130px;
  margin: initial;
}

.r_box .CtaWt p.CtaPamphletTextAnnot{
  margin: initial;
  font-size: 12px;
}

#main .useful_contents .CtaWt a.CtaLink{
  padding: 11px 8px;
  font-size: 13px;
}

#main .useful_contents .ctaSingle.CtaWt a.CtaLink{
  font-size: 16px;
}

.useful_contents .CtaWt ul.CtaContents{
  margin: 6px auto 0;
}


/* 記事内CTAここまで */
