@charset "utf-8";

/* ------------------------------------------------------------
contents page style
------------------------------------------------------------ */
/* #sidebar 婚活お役立ちコンテンツ サブナビゲーション
-------------------------------------------------- */
#sidebar .sub_nav_article{
    margin: 30px 0 0 0;
}

#sidebar .sub_nav_article li{
    display: flex;
    align-items: center;
    gap: 11px;
    position: relative;
    height: 65px;
    margin: 0 0 1px 0;
    padding: 0 11px;
    background: #fff;
}
#sidebar .sub_nav_article li.title{
    height: 38px;
    margin: 0 0 3px 0;
    padding: 0 10px;
    line-height: 38px;
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    -ms-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
}
@media screen and (max-width: 850px) {
  #sidebar .sub_nav_article li.title:first-child {
    height: 76px;
    font-size: 15px;
  }
}
@media screen and (max-width: 500px) {
  #sidebar .sub_nav_article li.title:first-child {
    font-size: 13px;
    line-height: 16px;
    height: 30px;
  }
}
#sidebar .sub_nav_article li a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#sidebar .sub_nav_article li p{
  font-size: 13px;
}

.sub_nav_article .date_info {
  display: flex;
  justify-content: space-between;
}

#amemuchi .sub_nav_article li .date_info span {
  color: initial;
}

/* #sidebar 婚活お役立ちコンテンツ サブナビゲーション　ピックアップ
-------------------------------------------------- */
#sidebar .pickup li.bn{
  margin: 0 0 1px 0;
    background: #fff;
    height: 60px;
}

#sidebar .pickup li.title{
  height: auto;
  margin: 0 0 5px 0;
  padding: 5px;
  font-family: "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN W6", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
    font-size: 17px;
  border-bottom: 2px solid #756448;
  background: none;
}


/* #main 婚活お役立ちコンテンツ
-------------------------------------------------- */
.r_box.article_wrap{
    margin: 0 0 30px 2px;
    padding: 0;
}

.r_box.article_wrap .inner{
    padding: 30px 30px 10px 30px;
}

.top_article .title{
    font-size: 22px;
}

.topic_path{
    margin: 0 0 0 0 !important;
    font-size:12px;
    color: #666;
}

#contents .articleHead {
	margin-bottom: 10px;
  border: none;
	font-size: 24px;
	font-weight: 700;
  font-family: inherit;
}
#contents .articleHead::before {
	content: '';
	display: inline-block;
	width: 38px;
	height: 32px;
  position: relative;
  top: 6px;
	background-image: url(../../../assets/img/top_new/header-menu-column.svg);
	background-size: contain;
  background-repeat: no-repeat;
	margin-right: 12px;
}
#contents .articleHead.beginner::before, #contents .articleHead.basic::before,
#contents .articleHead.nayami::before, #contents .articleHead.age::before,
#contents .articleHead.man::before, #contents .articleHead.senior::before,
#contents .articleHead.event::before, #contents .articleHead.job::before,
#contents .articleHead.remarriage::before, #contents .articleHead.oya::before{
  width: 47px;
  height: 47px;
  top: 13px;
  margin-right: 15px;
  background-repeat: no-repeat;
}
#contents .articleHead.beginner::before {
	background-image: url(../../../assets/img/contents/sub_nav_beginner.png);
}
#contents .articleHead.basic::before {
	background-image: url(../../../assets/img/contents/sub_nav_basic.png);
}
#contents .articleHead.nayami::before {
	background-image: url(../../../assets/img/contents/sub_nav_nayami.png);
}
#contents .articleHead.age::before {
	background-image: url(../../../assets/img/contents/sub_nav_age.png);
}
#contents .articleHead.man::before {
	background-image: url(../../../assets/img/contents/sub_nav_man.png);
}
#contents .articleHead.senior::before {
	background-image: url(../../../assets/img/contents/sub_nav_senior.png);
}
#contents .articleHead.event::before {
	background-image: url(../../../assets/img/contents/sub_nav_event.png);
}
#contents .articleHead.job::before {
	background-image: url(../../../assets/img/contents/sub_nav_job.png);
}
#contents .articleHead.remarriage::before {
	background-image: url(../../../assets/img/contents/sub_nav_remarriage.png);
}
#contents .articleHead.oya::before {
	background-image: url(../../../assets/img/contents/sub_nav_oya.png);
}

#contents .main_head .main_head_lead{
  padding: 8px 0 20px 12px;
  border: none;
  line-height: 1.8;
}

.articleTitleLevel3 {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 16px;
}
.articleTitleLevel3:before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 17px;
  background-image: url(../../assets/img/top_new/column-bookmark.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.5rem;
}

.article_list li {
  padding: 16px 0px;
  font-size: 16px;
  border-bottom: 1px solid #dbdbdb;
}
.article_list li:first-child {
  padding-top: 0;
}
.article_list li:last-child {
  border: none;
}
/* .article_list li a {
  text-decoration: none;
  color: #333333;
} */

.articleBlock {
  position: relative;
  display: grid;
  grid-template-columns: 240px 1fr;
  padding-bottom: 0px;
  align-items: center;
  gap: 1rem;
}
.articleImage {
  margin: 0;
  padding: 0;

}
.articleImage img{
  width: 100%;
  height: 150px;
  border-radius: 4px;
  object-fit: cover;
}
#main .articleLead {
  font-weight: 700;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.8px;
}
#main .articleContent a{
  text-decoration: none;
  color: #333333;
}
#main .articleContent a:hover {
  color:#0ABAB5;
}
.articleCategory {
  font-size: 14px;
}
.articleCategory:before {
  display: inline-block;
  width: 10px;
  height: 10px;
  content: '';
  border-radius: 100%;
  margin-right: 8px;
}
/**カテゴリー別カラー**/
.articleCategory.beginner:before {
  background:#B6E4C4;
 }
.articleCategory.basic:before {
  background:#C6E6AE;
 }
.articleCategory.nayami:before {
  background:#E1CCF4;
 }
.articleCategory.age:before {
  background:#B2E4EF;
 }
 .articleCategory.man:before {
  background:#A1C0F3;
 }
 .articleCategory.senior:before {
  background:#DEC2B7;
 }
 .articleCategory.event:before {
  background:#F6C2E3;
 }
 .articleCategory.job:before {
  background:#F6E49C;
 }
 .articleCategory.remarriage:before {
  background:#FFBDBE;
 }
 .articleCategory.oya:before {
  background:#FFCAB0;
 }
 /**ランキング別リボン**/
 .articleRanking{
  display: inline-block;
  position: absolute;
  top: 0;
  left: 8px;
  margin: 0;
  padding: 4px 0;
  z-index: 1;
  width: 30px;
  text-align: center;
  font-size: 16px;
  color: white;
  font-weight: bold;
  background: #C2B329;
 }
 .articleRanking::before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 15px solid #C2B329;
  border-right: 15px solid #C2B329;
  border-bottom: 8px solid transparent;
}
.articleRanking::after {
  content: '1';
}
.article_list li:nth-child(2) .articleRanking {
  background: #9B9B9E;
}
.article_list li:nth-child(2) .articleRanking::before {
  border-left: 15px solid #9B9B9E;
  border-right: 15px solid #9B9B9E;
}
.article_list li:nth-child(2) .articleRanking::after {
  content: '2';
}
.article_list li:nth-child(3) .articleRanking {
  background: #BC5F41;
}
.article_list li:nth-child(3) .articleRanking::before {
  border-left: 15px solid #BC5F41;
  border-right: 15px solid #BC5F41;
}
.article_list li:nth-child(3) .articleRanking::after {
  content: '3';
}
.article_list li:nth-child(4) .articleRanking,
.article_list li:last-child .articleRanking {
  display: none;
}

/**ページネーション*/
#paginate-area {
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
}

#paginate-area .paginate-block a {
  text-decoration: none;
  color: #7D7D7D;
}

.paginate-block .page-numbers {
  float: left;
  width: 40px;
  height: 40px;
  border: 1px solid #DBDBDB;
  margin: 0 4px;
  border-radius: 50%;
  line-height: 40px;
}

.paginate-block {
  display: inline-block;
  padding: 0;
  margin: 8px 0;
}

.page-numbers.current {
  background-color: #0ABAB5;
  color: white;
  border-color: #0ABAB5;
}

.page-numbers:hover:not(.dots) {
  background-color: #0ABAB5;
  color: white !important;
  border-color: #0ABAB5;

}

.series_list{
    margin: 10px 0 30px 0;
}

.series_list li{
    padding: 7px 0;
}

.past_link{
    text-align: right;
}


.section_box{
  clear: both;
}


.section_box p{
  line-height: 180%;
}


/* 婚活お役立ちコンテンツ 記事一覧
-------------------------------------------------- */
.category_list .title{
  margin: 0 0 5px;
  padding: 0 0 0 15px;
  background: url(/assets/img/common/icon_li_arrow.gif) left center no-repeat;
  color: #746548;
  font-weight: bold;
}

.category_list ul li{
  float: left;
  margin: 0 0 5px;

}

.category_list ul li a{
  margin: 0 5px 0 0;
  padding: 1px 10px;
  background: #fff;
  text-decoration: none;
  border-left: solid 4px #b7aa97;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}


/* 連載コラム装飾
-------------------------------------------------- */
.author{
  margin: 20px 0;
    padding: 20px;
  background: #f4f2f6;
}

.author h3{
    position:relative;
    margin: 0 0 20px 0;
  padding: 0 0 10px 0;
    font-weight: bold;
    font-size: 18px;
    color: #746342;
    background: url(/assets/img/top/after_word_ti_bg.gif) left bottom no-repeat;
}

/* 婚活用語集
-------------------------------------------------- */
.glossary .index{
  margin: 0 0 10px;
  height: 140px;
  background: url(/assets/img/contents/series_tit/glossary.jpg) right -30px no-repeat;
}

.glossary .index ul{
  margin: 0 0 0 20px;
  width: 400px;
}

.glossary .index ul li{
    width: 50px;
    height: 20px;
    float: left;
    margin: 10px 10px 0 0;
    padding: 5px 3px 5px;
    text-align: center;
    font-size: 18px;
    border: 2px solid #a5d5df;
    background: #f3fafc;
}

.glossary .index ul li:hover{
    background: #a5d5df;
}

.glossary .index li a{
    display:block;
    width: 100%;
    height: 100%;
    color: #746342;
    text-decoration: none;
}

.glossary .words li{
  float: left;
    margin: 10px 30px 0 0;
  padding: 0 0 0 25px;
  background: #f3fafc url(/assets/img/common/icon_li_arrow.gif) no-repeat 5px center;
}

.glossary .explain{
  margin: 20px 0;
  padding: 0 20px 10px;
  border: dotted 1px #999;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.glossary .explain h4{
  margin: 1em 0 0;
font-size: 16px;
font-weight: bold;
color:#e5004f;
}


/* ------------------------------------------------------------
amemuchi 宮下さんコンテンツ
------------------------------------------------------------ */
/* amemuchi INDEX トップページ
-------------------------------------------------- */
#amemuchi #main a{
  text-decoration: none;

    text-decoration: none;
}



#amemuchi #prof{
  overflow:hidden;
  margin: 0 0 30px;
  background: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
    -moz-box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.15);
}

#amemuchi #prof h3{
  padding: 4px 10px;
  font-weight:bold;
  background: #d1a17f;
}

#amemuchi #prof img{
  float: right;
  margin: 10px;
}

#amemuchi #prof p{
  margin: 10px;
}

#amemuchi #prof p span{
  display: block;
  text-align: right;
  text-decoration:underline
}

#amemuchi #topic_list{
  margin: 0 0 30px;
}

#amemuchi .topic{
  position:relative;
  padding: 10px 8px;
  background: url(/assets/img/amemuchi/bg_tree.png) repeat left top;
  border: 1px solid #d1a17f;
}

#amemuchi .topic .num{
  position: absolute;
  top: -10px;
  left: 3px;
  width: 70px;
  height: 70px;
  padding: 15px 6px 0 0;
  color: #fff;
  text-align: center;
  background: url(/assets/img/amemuchi/label.png) no-repeat left top;
}

#amemuchi .topic .num span{
  font-size: 20px;
}

#amemuchi .topic .topic_head{
  margin: 0 0 10px 65px;
  font-size: 18px;
}


#amemuchi .first .topic_head{
  margin: 0 0 15px 75px;
}

#amemuchi .topic .topic_head span{
  display: block;
  font-size: 12px;
  color: #c83428;
}


#amemuchi .topic .inner{
  padding: 5px 10px;
  background: #fff;
    -moz-box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.15);
}

#amemuchi .topic .inner .more{
  padding: 0 10px 0 0;
  text-align: right;
}


#amemuchi .first .inner .more{
  padding: 30px 10px 0 0;
  text-align: right;
}

#amemuchi #nextbacklink p{
  text-align: right;
}

#amemuchi #nextbacklink a {
  text-decoration:none;
  float: right;
}

#amemuchi #nextbacklink a{
  font-weight: bold;
  font-size: 16px;
  padding: 0 20px 0 0;
  color: #f60;
  border-bottom: 1px solid #f60;
  background: url(/assets/img/common/icon_li_arrow.gif) no-repeat right center;
}


#amemuchi #nextbacklink p.back{
  text-align: left;
}

#amemuchi #nextbacklink p.back a {
  padding: 0 0 0 20px;
  text-decoration:none;
  background: url(/assets/img/common/icon_li_arrow_left.gif) no-repeat left center;
  float: left;
}

/* amemuchi sub_nav サイドバー
-------------------------------------------------- */
#amemuchi .sub_nav_article li{
  height: auto;
  padding: 5px 10px;
}

#amemuchi .sub_nav_article li span{
  display: block;
  font-size: 12px;
  color: #c83428;
}

#amemuchi .sub_nav_article a, .backnumber a {
  text-decoration:none;
}

#amemuchi .backnumber{
  text-align: right;
}

#amemuchi .backnumber a{
  padding: 0 0 0 20px;
  color:#75644a;
  background: url(/assets/img/common/icon_li_arrow.gif) no-repeat left center;
}


/* amemuchi answer 回答ページ
-------------------------------------------------- */
#amemuchi .bnr{
  margin: 24px 0 50px;
  text-align: center;
}

#amemuchi #topic_answer .topic{
  padding-bottom: 50px;
}

#amemuchi .answer .answer_head{
  position: relative;
  padding: 20px 20px 20px 220px;
  background:#c83428;
  font-size: 20px;
  color: #fff;
  line-height: 1.4;
}

#amemuchi .answer .answer_head img{
  position: absolute;
  left:0;
  bottom: 0;
}

#amemuchi .answer .inner{
  padding: 10px 20px 90px;
  background: #fff url(/assets/img/amemuchi/bg_answer.png) no-repeat center bottom;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
    -moz-box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.15);
}


/* amemuchi backnumber バックナンバー
-------------------------------------------------- */
#amemuchi_backnumber h3{
    height: 38px;
    margin: 0 0 3px 0;
    padding: 0 10px;
    font-family: "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN W6", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
    font-size: 17px;
    line-height: 38px;
    background: #fff;
    -moz-border-radius: 4px 4px 0px 0px;
  -webkit-border-radius: 4px 4px 0px 0px;
  -ms-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
}

#main #amemuchi_backnumber a{
  color: #000;
}

#amemuchi_backnumber a:hover li{
  color: #f60;
}

#amemuchi_backnumber ul li{
    margin: 0 0 2px 0;
  padding: 10px 20px;
    background: #fff;
}

#amemuchi_backnumber ul li .topic_head{
  margin: 0 0 10px;
  font-size: 20px;
  color: #c83428;
}


#amemuchi_backnumber ul li .topic_head .num{
  margin: 0 0 10px;
  font-size: 12px;
  color: #5a4831;
}

#amemuchi_backnumber ul li .topic_head span:not(.date_info span){
  padding: 0 4px;
  color: #5a4831;
  background:#f7f2e8;
  border: 1px solid #c1ad85;
}

.inner .date_info {
  display: flex;
  justify-content: space-between;
}

.corp_name_jp_bg {
  display: inline !important;
  color: #434343 !important;
  background: #f6f5fa;
  border-radius: 4px;
  padding: 1px 3px;
  margin-right: 4px;
}

.corp_name_jp_txt {
  display: inline !important;
  color: #434343 !important;
  padding: 1px 0;
}

#amemuchi .pagenation{
  padding: 20px 0;
    background: #fff;
    -moz-border-radius: 0px 0px 4px 4px;
  -webkit-border-radius: 0px 0px 4px 4px;
  -ms-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;
}

/* ------------------------------------------------------------
report 結婚相談所取材レポート
------------------------------------------------------------ */
.report_tit {
  margin: 30px 0 0;
}
.report_tit img {
  width: 100%;
}
.report_list_box{
  margin: 20px 10px 20px 0;
  width: 350px;
  float: left;
}

.report_list_box:nth-child(2n){
  margin-right: 0;
}

.report_list_tit{
  display: table;
  width: 100%;
  height: 50px;
  font-size: 16px;
  color: #fff;
  background: #0abab5;
  -moz-border-radius: 4px 4px 0px 0px;
  -webkit-border-radius: 4px 4px 0px 0px;
  -ms-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
}

.report_list_tit_item{
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
  line-height: 1.1;
}

.report_list_ibox_inner{
  margin: 15px 20px;
}

.report_list_ibox_inner .report_list_lead{
  height: 130px;
}

.report_list_box_intro{
  height: 60px;
}

.report_list_box_button{
    text-align: center;
    font-size: 16px;
    border: 2px solid #a5d5df;
    background: #f3fafc no-repeat 5px center;
}

.report_list_box_button:hover{
    background: #c7e5eb no-repeat 5px center;
}

.report_list_box_button a{
  display: block;
    padding: 17px 10px;
}

/* report_nextbacklink　ページネーション */
.report_nextbacklink{
  margin: 20px 0 40px;
}

.report_nextbacklink .next{
  margin: 0;
  text-align: center;
  font-size: 16px;
  background: #f3fafc;
}

.report_nextbacklink .next:hover{
  background: #c7e5eb;
}

.report_nextbacklink .next a{
  display: block;
  padding: 17px 10px;
  border: 2px solid #a5d5df;
}

/* report corp 会社情報 */
.report_corp_img{
  float: left;
  margin:  0 20px 0 0;
}

.report_corp_img img{
  width: 150px;
  height: 150px;
    border: 1px solid #ccc;
}

.report_corp{
  width: 495px;
  float: left;
}

.report_corp_titi{
  font-size: 20px;
}

.report_corp_subtit{
  margin: 0 !important;
}


.report_photo{
  margin: 10px auto !important;
}

.report_corp_table{
    width: 100%;
    margin: 0 0 5px 0;
    color: #434343;
    font-size: 100%;
}

.report_corp_table_head{
  width: 120px;
    padding: 3px 10px;
    vertical-align: top;
    border: none;
    border-bottom: 2px solid #fff;
    background: #f5e5bc;
}

.report_corp_table_data{
  padding: 3px 5px;
  border: none;
  border-bottom: 2px solid #fff;
  background: #fcf6e9;
}

.report_corp_btn{
  clear: both;
}

.report_corp_btn .btn_corp{
  width: 320px;
  margin: 0 0 0 auto;
  background: url(/assets/img/common/btn_corp_bg.png) left top no-repeat;
}

.report_corp_btn .btn_corp a{
  display: block;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
}


/* ------------------------------------------------------------
contents page decoration 記事内の装飾
------------------------------------------------------------ */
/* img　画像装飾
-------------------------------------------------- */
.article_img{
  display: block;
  margin: 0 auto;
    background: #fff;
  border: 5px #fff solid;
    -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
    -moz-box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.30);
  -webkit-box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.30);
  -ms-box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.30);
  box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.30);
}

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

/* text　テキスト装飾
-------------------------------------------------- */
.section_box strong{
  color: #e5004f;
  font-size: 110%;
}

.section_box em{
  color: #e5004f;
  background: #f7f2e8;
}

#nextbacklink {
  /* for IE 7 */
  *position:relative;
}
#nextbacklink a {
  color: #756448;
  display:block;
}

.next_url{
  text-align:right;
  /* for IE7 */
  *position:absolute;
  *right:0;
}

.back_url  {
  text-align:left;
  float:left;
  /* for IE7 */
  *margin-right:auto;
}


/* hr 区切り線
-------------------------------------------------- */
.sec_line01{
  border: 0;
  border-bottom: dashed 2px #746342;
}

/* list-item　headline　リスト項目と小見出し
-------------------------------------------------- */
.section_box .sec_item01{
  margin: 10px 0;
  padding: 0 0 0 25px;
  font-size: 18px;
  color: #746342;
  font-weight: bold;
  background: url(/assets/img/top/after_word_icon.gif) left center no-repeat;
}

.section_box .sec_item02{
  margin: 0;
  padding: 0 0 0 25px;
  font-size: 16px;
  color: #746342;
  font-weight: bold;
  background: url(/assets/img/compare/icon_service.gif) left center no-repeat;
}

/*メリットデメリットのリスト*/
.merit_list li,
.demerit_list li{
  margin: 5px 0;
  padding: 5px 5px 5px 38px;
  font-size: 16px;
  font-weight: bold;
}

.merit_list li{
  background: #f4f2f6 url(/assets/img/contents/icon_grestar.gif) 5px center no-repeat;
}

.demerit_list li{
  background: #f4f2f6 url(/assets/img/contents/icon_bad.gif) 5px center no-repeat;
}

/* table
-------------------------------------------------- */
.sec_table01,
.sec_table02{
  width: 100%;
}

.sec_table01 th{
  width: 33%;
  font-weight: bold;
  text-align: center;
  background: #f6f2e7;
}

.sec_table01 td{
  vertical-align: top;
}

.sec_table02 th{
  font-weight: bold;
  text-align: center;
  background: #f6f2e7;
  text-align: left;
}

/* div
-------------------------------------------------- */
.sec_block01{
  margin: 0 0 5px;
  padding: 5px 20px;
  background: #f4f2f6;
}

.list{
  font-size: 18px;
    color: #746548;
}
.oneArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 1024px;
  margin: 50px auto;
  padding: 0 10px;
}
.oneArea .onebox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.oneArea .onebox:nth-child(even) {
  flex-direction: row-reverse;
  margin-top: 20px;
}
.oneArea .onebox .imgArea {
  width: 16%;
  position: relative;
  padding: 25px;
}
.oneArea .onebox .imgArea img {
  width: 90px;
  max-width: 130px;
  position: absolute;
  top: 0;
}
.oneArea .onebox:nth-child(odd) .imgArea img {
  left: 0;
  padding-right: 30px;
}
.oneArea .onebox:nth-child(even) .imgArea img {
  right: 0;
  padding-left: 30px;
}
.oneArea .onebox .fukiArea {
  width: 63%;
}
.oneArea .onebox .fukidasi {
  width: 100%;
  position: relative;
  padding: 25px;
  background-color: #f2f3f7;
  font-size: 13px;
  color: #231815;
  border-radius: 12px;
  box-sizing: border-box;
}
.oneArea .onebox .fukidasi::before {
  content: '';
  position: absolute;
  display: block;
  top: 22px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 30px 15px 0;
  border-color: transparent #f2f3f7 transparent transparent;
}
.oneArea .onebox:nth-child(odd) .fukidasi::before {
  left: -20px;
}
.oneArea .onebox:nth-child(even) .fukidasi {
  background-color: #fde5e5;
}
.oneArea .onebox:nth-child(even) .fukidasi::before {
  right: -20px;
  border-color: transparent #fde5e5 transparent transparent;
  transform: rotate(180deg);
}



/* ------------------------------------------------------------
lp page style お見合いパーティーなど、LPページの装飾
------------------------------------------------------------ */

/* kv（キービジュアル）
-------------------------------------------------- */
#kv_party {
position: relative;
height: 420px;
margin: 15px 0 0;
background: url(/assets/img/lp/kv_party_bg.png) 0 0 no-repeat;
}

#kv_senior_party{
position: relative;
height: 420px;
margin: 15px 0 0;
background: url(/assets/img/lp/kv_senior_party_bg.png) 0 0 no-repeat;
}

#kv_party .catch,
#kv_senior_party .catch{
position: absolute;
top: 15px;
left: 40px;
width: 630px;
height: 220px;
}

#kv_party .catch_02,
#kv_senior_party .catch_02{
position: absolute;
top: 270px;
left: 250px;
width: 470px;
height: 65px;
text-align: center;
}

#kv_party .catch_02 .catch_02_01,
#kv_senior_party .catch_02 .catch_02_01{
    font-size: 21px;
　　-webkit-text-fill-color: #000;
　　-webkit-text-stroke-width: 2px;
　　-webkit-text-stroke-color: #fff;
    /* for modan browser */
    text-shadow:0px 2px 1px white,0px 1px 1px white,1px 1px 1px white,1px 0px 1px white,2px 0px 1px white,1px -1px 1px white,1px -2px 1px white,0px -2px 1px white,-1px -2px 1px white,-2px -2px 1px white,-2px -1px 1px white,-2px 0px 1px white,-2px 1px 1px white,-1px 1px 1px white;
}

#kv_party .catch_02 .catch_02_02,
#kv_senior_party .catch_02 .catch_02_02{
    font-size: 12px;
    line-height: 1.2;
　　-webkit-text-fill-color: #000;
　　-webkit-text-stroke-width: 2px;
　　-webkit-text-stroke-color: #fff;
    /* for modan browser */
    text-shadow:0px 2px 1px white,0px 1px 1px white,1px 1px 1px white,1px 0px 1px white,2px 0px 1px white,1px -1px 1px white,1px -2px 1px white,0px -2px 1px white,-1px -2px 1px white,-2px -2px 1px white,-2px -1px 1px white,-2px 0px 1px white,-2px 1px 1px white,-1px 1px 1px white;
}

#kv_party .logo_area,
#kv_senior_party .logo_area{
    position: absolute;
    top: 335px;
    left: 64px;
    width: 830px;
    height: 70px;
}

/* kvここまで */

/* list_soudansho（プレミアムバナー）
-------------------------------------------------- */
.list_soudansho{
    margin: 20px 0 0 0;
    _zoom: 1;
    overflow: hidden;
}

.list_soudansho .bn{
    float: left;
    width:150px;
    margin: 0 0 20px 20px;
    font-size: 12px;
    text-align: center;
}

.list_soudansho .bn:nth-child(4n+1){
  clear: left;
  margin: 0 0 20px;
}

/* list_soudansho ここまで */

/* その他
-------------------------------------------------- */
.r_box .float_r{
  margin: 0 0 10px 10px;
}


.title_flower{
  margin: 10px 0;
  padding: 0 0 0 25px;
  font-size: 24px;
  color: #746342;
  font-weight: bold;
  line-height: 66px;
  background: url(/assets/img/lp/bg_lp_ti.png) left center no-repeat;
}

.party_merit li{
  font-size: 20px;
  padding: 10px 0;
  border-bottom: dotted 1px #746342;
}

.party_merit li span{
  display: inline-block;
  margin: 0 12px 0 0;
  width: 35px;
  line-height: 35px;
  text-align: center;
  background: #85C401;
  color: #fff;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  -ms-border-radius: 18px;
  border-radius: 18px;
}

.lead{
    background: #f4f2f6;
    margin: 30px 0 30px;
    padding: 0 0 20px 0;
}

.lead h4{
    padding: 10px 20px 10px 20px;

    font-weight: bold;
    font-size:20px;
    line-height: 1.2;
    color:#746342;
}

.lead p{
    padding: 0 20px;
}

.lead hr{
    margin: 0 0 20px 0;
    border: 0;
    border-bottom: 2px dashed #746342;
}

.lp_last_lead{
  text-align: center;
  font-size: 15px;
}

/* --------------------------------------------------
140701_お見合いパーティーABテスト用　ここから
-------------------------------------------------- */
/* --------------------------------------------------
kv（キービジュアル）
-------------------------------------------------- */
#kv_box{
    position:relative;
    margin: 10px 0 20px 0;
    background: #fff url(/assets/img/contents/kv_img01_party.png) right top no-repeat;
}

#kv_box_s{
    position:relative;
    margin: 10px 0 20px 0;
    background: #fff url(/assets/img/contents/kv_img01_party_s.png) right top no-repeat;
}/* シニア */


#kv_box .catch_01,
#kv_box_s .catch_01{
    position: absolute;
    top: 30px;
    left: 20px;
}

#kv_box .catch_02{
  padding: 295px 0 0;
    text-align: center;
  color: #8b7546;
  font-weight: bold;
  font-size: 16px;
}

#kv_box_s .catch_02{
  padding: 295px 0 0;
    text-align: center;
  color: #8b7546;
  font-weight: bold;
  font-size: 18px;
}



/* --------------------------------------------------
intro
-------------------------------------------------- */
/* intro メイン部分*/


#kv_box #intro,
#kv_box_s #intro,
#kv_box_saikon #intro{
    float: left;
  margin: 10px 20px 0 20px;
    width: 590px;
  font-size: 16px;
}

#kv_box #intro .intro_inner,
#kv_box_s #intro .intro_inner,
#kv_box_saikon #intro .intro_inner{
  margin: 0 0 0 10px;
}

#kv_box #intro h2,
#kv_box_s #intro h2,
#kv_box_saikon #intro h2{
  margin: 0 0 7px;
  font-family: "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN W6", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 22px;
  color: #e60012;
}


#kv_box #intro .intro_inner p,
#kv_box_saikon #intro .intro_inner p{
    font-size: 16px;
    margin: 0 0 12px 0;
    line-height: 1.8 !important;
}

#kv_box_s #intro .intro_inner p{
  font-size: 18px;
    margin: 0 0 12px 0;
    line-height: 1.8 !important;
}

#kv_box #intro .intro_inner p em,
#kv_box_s #intro .intro_inner p em,
#kv_box_saikon #intro .intro_inner p em{
    background: #fffbcc;
}

#kv_box #intro .intro_inner p span,
#kv_box_s #intro .intro_inner p span,
#kv_box_saikon #intro .intro_inner p span{
    font-size: 14px;
    line-height: 1 !important;
}

#kv_box #intro .intro_inner p strong,
#kv_box_s #intro .intro_inner p strong,
#kv_box_saikon #intro .intro_inner p strong{
  color: #e60012;
  font-weight: normal;
}

#kv_box #intro .intro_inner .memo,
#kv_box_s #intro .intro_inner .memo,
#kv_box_saikon #intro .intro_inner .memo{
  margin: -10px 0 0;
  font-size: 12px;
  text-align: right;
}

#kv_box .intro_btn,
#kv_box_s .intro_btn,
#kv_box_saikon .intro_btn{
  margin: -20px 0 0 0;
}

/* --------------------------------------------------
再婚LP　ここから
-------------------------------------------------- */
#kv_box_saikon{
    position:relative;
    margin: 10px 0 20px 0;
    background: #fff url(/assets/img/contents/kv_img01_saikon.png) right top no-repeat;

}

#kv_box_saikon .catch_01{
    position: absolute;
    top: 40px;
    left: 20px;
}

#kv_box_saikon .catch_02{
  padding: 295px 0 0;
    text-align: center;
  color: #8b7546;
  font-weight: bold;
  font-size: 16px;
}

#kv_box_s_saikon .catch_02{
  padding: 295px 0 0;
    text-align: center;
  color: #8b7546;
  font-weight: bold;
  font-size: 18px;
}

/*style type="text/css*/
.breadcrumb {
    font-size: 85.7% ;/*12px*/
}
@media screen and (max-width: 600px) {
  .breadcrumb {
    font-size: 10px;
  }
}
.breadcrumb a:link{
    color:#000;
}
.breadcrumb div{
    display: inline;
}

/* contents 16 sunmarie */
.sunmarie_interview{
    text-align: center;
    font-size: 16px;
}
.sunmarie_interview:hover{
  background: #67c5ff;
  color: white;
}
.sunmarie_interview a{
  display: block;
  border: solid 2px #67c5ff;
  padding: 16px;
}
