@charset "utf-8";
/*
 * object_top
 * トップページ用スタイル
 *
 *一般トップ・シニアトップ・パーティートップなど、トップページとそれに準じた構成のページで使用
 */
 /* =========================================================
トップページ共通
========================================================= */
/* キービジュアル　kv　
--------------------------------------------------------- */
.kv {
  background: url(../../img/sp/top/bg_kv.jpg) repeat;
  background-size: 320px 270px;
  border-bottom: 5px solid #dbdbdb;
}

/* コンバージョンエリア
--------------------------------------------------------- */
.cvBlock {
  margin: 0 10px 10px;
  padding-bottom: 5px;
  border: 1px solid #005b8f;
  border-radius: 4px;
  text-align: center;
  background: #e2eff4;
}
.cvBlock_point {
  padding: 5px 10px;
  background: #0087bb;
}
.cvBlock_ttl {
  padding: 10px 0;
  font-size: 16px;
}
.cvBlock_webBox,
.cvBlock_telBox  {
  margin: 0 10px 10px;
  background: #fff;
}
.cvBlock_telBox {
  padding-bottom: 15px;
}
.cvBlock_boxText {
  padding: 15px 0;
  font-weight: bold;
}
.cvBlock_telImg {
  display: block;
  width: 80%;
  height: auto;
  margin: 0 auto;
}

/* 無料体験
--------------------------------------------------------- */
.muryo {
  margin: 60px 0 40px;
}
.muryo_ttl {
  position: relative;
}
.muryo_ttlBallon {
  position: absolute;
  top: -30px;
  left: 15px;
  padding: 5px 15px;
  font-size: 18px;
  color: #ff7f03;
  background: #ffe6cd;
  border-radius: 30px;
}
.muryo_ttlBallon:after {
  content: "";
  display: block;
  position: absolute;
  top:25px;
  left: 8px;
  width: 1px;
  height: 1px;
  border-bottom: 10px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #ffe6cd;
}
.muryo_text {
  margin: 15px;
  line-height: 1.6;
  font-size: 14px;
}

/* ----- 無料体験の一例 ----- */
.muryoExample {
  line-height: 1.6;
  background: url(../../img/sp/top/pattern_stripe-blue.gif) repeat;
  background-size: 6px 6px;
}
.muryoExample_ttl {
  font-size: 16px;
  background: #e2eff4;
  text-align: center;
}
.muryoExample_list {
  padding: 5px;
}
.muryoExample_item {
  width: 50%;
  float: left;
  padding: 5px;
}
.muryoExample_itemInner {
  display:flex;
  padding: 10px;
  border: 2px solid #cccccc;
  background: #fff;
  border-radius: 4px;
}
.muryoExample_item img {
  /* width: 37px; */
  height: 37px;
}
.muryoExample_item p {
  line-height: 1.2;
  padding-left: 10px;
}
.muryoExample_item p.-small {
  font-size: 10px;
}
/* 資料請求のメリット
--------------------------------------------------------- */
.merit {
  margin: 40px 0;
  border-bottom: 1px dotted #ccc;
}
.merit_name {
  position: relative;
  width: 98%;
  padding: 0 0 0 15px;
  font-size: 16px;
  background: #ffba00;
  line-height: 26px;
}
.merit_name:after {
  content: "";
  display: block;
  position: absolute;
  top:0;
  right: 0;
  border-bottom: 13px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid #fff;
  border-top: 13px solid transparent;
}
.merit_text {
  margin: 10px 15px 15px;
  line-height: 1.6;
}

/* 資料請求からの流れ
--------------------------------------------------------- */
.flow {
  margin: 40px 0;
  border-bottom: 1px dotted #ccc;
}
.flow_item {
  position: relative;
  margin: 10px 15px;
  padding: 0 0 5px 85px;
  border-bottom: 10px solid #e7e7e7;
}
.flow_item:last-child {
  border-bottom: 0;
}
.flow_item:after {
  content: "";
  display: block;
  position: absolute;
  bottom:-20px;
  left: 50%;
  margin-left: -15px;
  border-bottom: 10px solid transparent;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 10px solid #fff;
}
.flow_itemTtl {
  color: #d71941;
}
.flow_itemTtl img{
  margin-right: 5px;
  vertical-align: bottom;
}
.flow_itemDesc {
  line-height: 1.6;
  font-size: 14px;
	min-height: 43px;
}
.flow_itemImg {
  position: absolute;
  top:0;
  left: 0;
}

/* 掲載中の結婚相談所
--------------------------------------------------------- */
.corps {
  margin: 40px 0;
}
.corps_sort {
  margin: 10px 15px;
  display: flex;
  align-items: center;
}
.corps_sortText {
  position: relative;
  margin-right: 18px;
  width: 50%;
  background: #e2eff4;
  line-height: 28px;
  text-align: center;
  color: #0f5e7c;
  border: 1px solid #55aacb;
}
.corps_sortText:after {
  content: "";
  display: block;
  position: absolute;
  top:-2px;
  right: -20px;
  margin-left: -15px;
  border-bottom: 16px solid transparent;
  border-left: 10px solid #55aacb;
  border-right: 10px solid transparent;
  border-top: 16px solid transparent;
}
.corps_sortText:before {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  top:-1px;
  right: -19px;
  margin-left: -15px;
  border-bottom: 15px solid transparent;
  border-left: 10px solid #e2eff4;
  border-right: 10px solid transparent;
  border-top: 15px solid transparent;
}
.corps_sort form {
  flex: auto;
}
.corps_select {
  width: 100%;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.6;
  background-color: #e7e7e7;
  border: 1px solid #ccc;
  border-radius: 4px;
  webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.corps_list {
  border-top: 1px solid #e7e7e7;
  background: #e7e7e7;
}
.corps_item {
  width: 25%;
  float: left;
  margin: 0;
}
.corps_item a{
  display: block;
  padding: 5px 10px;
  background: #fff;
  border-bottom: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  border-left: 1px solid #fff;
}
.corps_item:nth-child(4n+1) a{
  border-left: 1px solid #e7e7e7;
}

.corps_toPref {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.corps_toPref a{
  display: block;
  padding: 15px;
  background: white url(../../img/sp/common/icon_nav-arrow.png) no-repeat 96%;
  background-size: 7px 13px;
  color: #000;
  font-size: 16px;
}

/* 婚活初心者向けコンテンツへのリンク　firstGuide
--------------------------------------------------------- */
.firstGuide {
  margin: 40px 0;
  padding-bottom: 20px;
  border-bottom: 1px dotted #ccc;
}
.firstGuide_list {
  display: flex
}
.firstGuide_item {
  padding: 5px 5px 10px;
  background: #e2eff4;
  border-bottom: 2px solid #55aacb;
  border-left: 1px solid #fff;
}
.firstGuide_item:first-child {
  border-left: none;
}

/* おすすめコンテンツへのリンク　recomend
--------------------------------------------------------- */
.recomend {
  margin: 40px 0;
}

/* =========================================================
シニア
========================================================= */
