@charset "UTF-8";

/* プランメインビジュアル　ここから*/
#page_plan_visual {
  background: url("../img/plan/plan_list_main_bg.jpg") no-repeat center top;
  padding: 60px 0;
  margin: 0 auto 60px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  min-width: 960px;
  max-width: 1920px;
  background-position-y: top;
}
.plan_title--wrap {
  width: 580px;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  margin: auto;
  padding: 8px;
}

.plan_title--wrap .pc__inline {
  display: none;
}

.plan_list--title {
  font-size: 26px;
}
.plan_list--title span {
  font-size: .75em;
}

/* プランメインビジュアル　ここまで*/

/* セットプラン　ここから*/
section#set_plan {
  padding-top: 0px;
}
#set_plan ul.set_plan_list {
  list-style: disc;
  padding-left: 27px;
  margin-top: 7px;
  line-height: 1.4;
}
#set_plan ul.set_plan_list li {
  width: 198px;
  font-size: 24px;
  border: 0;
}
#set_plan ul.set_plan_list li.yokohaba {
  width: 100px;
}
#set_plan ul.set_plan_list li + li {
  margin-left: 0px;
}
#set_plan ul.set_plan_list li:hover {
  opacity: initial;
}
/* セットプラン　ここまで*/

/* セットプラン比較　ここから*/
#set_plan .set_plan_hikaku_h2 {
  margin-bottom: 21px;
}
#set_plan ul#set_plan_hikaku li h3::after {
  font-family: none;
  content: "";
  width: initial;
  margin: 0;
}
#set_plan ul li figure.hikaku_flow {
  border-top: 1px dashed;
  border-bottom: 1px dashed;
  padding: 18px 0;
  margin: 12px auto;
  height: 102px;
}
#set_plan ul.hikaku_icon {
  padding: 9px;
}
#set_plan ul.hikaku_icon li {
  width: 58px;
  border: none;
  text-align: center;
  padding: 0;
  margin: 0 16px 8px 0;
}
#set_plan ul.hikaku_icon li:nth-child(4n) {
  margin-right: 0;
}
#set_plan ul.hikaku_icon li figure {
  width: initial;
  height: initial;
  margin: 0;
}
#set_plan ul.hikaku_icon li figure figcaption {
  line-height: 1.2;
  font-size: 11px;
  font-weight: 700;
  margin-top: 3px;
}
#set_plan ul.hikaku_icon li figure figcaption.icon_small {
  font-size: 10px;
  letter-spacing: -1px;
}
#set_plan ul.pc {
  display: contents !important;
  justify-content: space-between;
  max-height: 536px;
  font-size: 0;
  list-style: none;
}
#set_plan ul.sp {
  display: none !important;
}
/* セットプラン比較　ここまで*/

/* セットプランの選び方　ここから*/
.choice_point {
  margin: 30px 0;
  padding: 0;
  font-weight: 700;
  list-style: none;
  text-align: left;
}
.choice_point li {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 20px;
  text-align: center;
}
.point_decoration {
  position: relative;
  border-top: 2px solid #ff7675;
  border-bottom: 2px solid #ff7675;
  margin: 0 24px 0 0;
  padding: 6px 10px;
  line-height: 1.2;
  font-size: 14px;
  color: #ff7675;
  text-align: center;
}
.point_decoration br,
.point_description br {
  display: none;
}
.point_decoration span {
  display: block;
  font-size: 18px;
}
.point_description {
  font-size: 21px;
}
#choice .choice_table {
  border-top: 2px solid #ff7675;
  border-bottom: 2px solid #ff7675;
}
#choice .choice_table ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin: 15px 20px;
  list-style: none;
  border-bottom: 1px dashed #000000;
}
#choice .choice_table ul.border_none {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin: 20px 20px 0;
  list-style: none;
  border-bottom: none;
}
#choice .choice_table ul li,
#choice .choice_table ul.border_none li {
  padding: 0 0 15px;
}
#choice .choice_table ul li.choice_human {
  width: 130px;
  text-align: left;
}
#choice .choice_table ul li.choice_table_txt {
  text-align: left;
  width: 270px;
}
#choice .choice_table ul li.choice_table_txt p {
  font-size: 18px;
}
#choice .choice_table ul li p,
#choice .choice_table ul.border_none li p {
  min-width: 200px;
  text-align: left;
  position: relative;
}
#choice .choice_table ul li p i {
  position: absolute;
  right: 10px;
  top: 11px;
}
#choice .choice_table ul li figure,
#choice .choice_table ul.border_none li figure {
  display: inline-block;
}
#choice .choice_table ul li a .plan_btn {
  margin: 0;
  padding: 8px 10px;
  position: relative;
  border: 3px solid #2d2d2d;
  border-radius: 2px;
  color: #ffffff;
  background: #2d2d2d;
}
#choice .choice_table ul li a .plan_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 2px solid #fff;
}
#choice .gp_dp_block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px;
  text-align: left;
  background: #ffffff;
  border: 2px solid #9a9a9a;
}

#choice .gp_dp_block p {
  width: 100%;
}

/*201021未使用なら削除OK*/
#choice .gp_dp_block h4 {
  position: relative;
  margin: 0;
  padding: 0 0 0 10px;
  width: 100%;
  font-weight: 700;
}

#choice .gp_dp_block h4::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 4px;
  height: 20px;
  display: inline-block;
  border-left: 4px solid #ff7675;
}
/*ここまで*/

/*201021追加*/
#choice .gp_dp_block .gp_dp_title {
  position: relative;
  margin: 0;
  padding: 0 0 0 10px;
  width: 100%;
  font-weight: 700;
}

#choice .gp_dp_block .gp_dp_title::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 4px;
  height: 20px;
  display: inline-block;
  border-left: 4px solid #ff7675;
}
/*ここまで*/

#choice .gp_dp_block dl {
  width: 380px;
  text-align: left;
}
#choice .gp_dp_block dl dt {
  margin: 15px 0;
  font-weight: 700;
  color: #ffffff;
  max-width: 100px;
  text-align: center;
  border: 1px solid #ff7675;
  border-radius: 3px;
  background: #ff7675;
}
#choice .gp_dp_block dl dd {
  position: relative;
  padding: 0 0 0 25px;
  line-height: 2;
}
#choice .gp_dp_block dl dd::before {
  position: absolute;
  top: 6px;
  left: 0px;
  content: url(../img/top/check.gif);
  display: inline-block;
}
/* セットプランの選び方　ここまで*/

/* 葬儀社選びのステップ　ここから*/
#choice_step .step_list {
  position: relative;
  padding: 20px 30px;
  text-align: left;
  border: 2px solid #9a9a9a;
}

/*201021未使用なら削除OK*/
#choice_step .step_list h4 {
  font-size: 22px;
  margin: 0 0 10px;
}
/*ここまで*/

/*201021追加*/
#choice_step .step_list .step_title {
  font-size: 22px;
  margin: 0 0 10px;
}
/*ここまで*/

#choice_step .step_list dl dt span {
  position: absolute;
  top: -25px;
  left: -25px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 24px;
  color: #ffffff;
  border-radius: 50%;
  background: #ff7675;
}
#choice_step .step_list dl dd .step_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto 0;
  padding: 10px 0;
  max-width: 468px;
  color: #ffffff;
  border-radius: 3px;
  background: #000000;
  transition: all 0.1s ease-in-out;
}
#choice_step .step_list dl dd .step_btn:hover {
  opacity: 0.8;
}
/* 葬儀社選びのステップ　ここまで*/

/* 葬儀の流れ　ここから*/
#funeral_flow ul {
  list-style: none;
}
#funeral_flow ul li {
  border: 2px solid #9a9a9a;
  background: #ffffff;
}
#funeral_flow ul li dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 10px 40px;
  text-align: left;
}
#funeral_flow ul li dl dd {
  position: relative;
  max-width: 680px;
}

/*201021未使用なら削除OK*/
#funeral_flow ul li dl dd h4 {
  margin: 0 0 10px;
  padding: 0 0 0 10px;
}
/*ここまで*/
/*201021追加*/
#funeral_flow ul li dl dd .info_title {
  margin: 0 0 10px;
  padding: 0 0 0 10px;
}
/*ここまで*/

#funeral_flow ul li dl dd .info_announce {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
#funeral_flow ul li dl dd .info_announce .info_block {
  margin: 10px 0;
  padding: 5px 30px;
  max-width: 340px;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  border-radius: 4px;
  background: #ff7675;
}
#funeral_flow ul li dl dd .info_announce .tel_number {
  margin: 0 30px 5px 0;
  padding: 0;
  font-size: 50px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
}
#funeral_flow ul li dl dd::before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  display: inline-block;
  width: 4px;
  height: 25px;
  background: #ff7675;
}
#funeral_flow .line_mark {
  position: relative;
  margin: 0;
  padding: 0;
}
#funeral_flow .line_set {
  margin: 0;
  padding: 20px 0 0 45px;
  font-size: 22px;
  text-align: left;
  line-height: 1.3;
}
#funeral_flow .line_mark .line_set::before {
  position: absolute;
  bottom: 0px;
  left: 15px;
  content: "";
  width: 10px;
  height: 100%;
  background: #ff7675;
}
#funeral_flow .line_mark .line_set::after {
  position: absolute;
  bottom: -2px;
  left: 2px;
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #ff7675;
}
.line_mark ul li dl dt {
  width: 183px;
}
/* 葬儀の流れ　ここまで*/
.set_plan_sp_margin {
  margin-bottom: 40px;
  text-align: center;
}
#set_plan #etc_plan_card.etc_plan_card {
  margin: 0 0 30px 0;
  width: 100%;
}
#set_plan .etc_plan_card__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 10px 0 10px;
}
#set_plan figure#plan_card_img {
  height: 176px;
  margin: 0;
  width: 380px;
}
#set_plan .etc_plan_card__inner {
  width: 536px;
}
#set_plan ul li h3.etc_plan_card {
  margin: 0;
}
#set_plan ul li p.etc_plan__txt {
  margin: 0 0 20px 0;
  width: 100%;
}
#set_plan ul.etc_plan__list {
  font-size: 24px;
  justify-content: start;
  margin-left: -9px;
}
#set_plan ul li.etc_plan__item {
  border: none;
  margin: 0;
  padding: 0;
  width: 33%;
}
.grayout {
  opacity: 0.3;
}
.hikaku_cta_btn {
  text-align: center;
}
.choice_human i {
  color: #ff7675;
  font-size: 28px;
  margin-right: 10px;
}
.choice_point_span {
  background-color: #fff;
  font-size: 13px;
  margin: -20px 0 20px 0;
  padding: 20px;
}
/* プラン内容の比較 */
.comparison_title {
  font-size: 48px;
  margin-bottom: 30px;
}
.comparison_pc__list {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  justify-content: center;
  margin-bottom: 40px;
}
.comparison_pc__list_item {
  width: 33%;
}
.comparison_pc__list_item:first-of-type {
  margin-right: 60px;
}
.sp_only {
  display: none;
}

/* ご依頼の流れ ここから*/

.request__img {
  padding: 40px 0 0 0;
  margin: 0 0 40px 0;
  border-top: #efefef 1px solid;
}

.request__box {
  border: #707070 1px solid;
  padding: 40px 48px;
}

.request__info {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: #efefef 1px solid;
}

.request__info:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none;
}

.request__info--head {
  margin: 0 0 10px 0;
  display: flex;
}

.request__info--number {
  width: 30px;
  height: 30px;
  border: #2d2d2d 1px solid;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
  border-radius: 3px;
  margin: 0 16px 0 0;
}

.request__info--title {
  font-size: 18px;
  font-weight: bold;
  padding: 2px 0 0 0;
}

.request__info--txt {
  font-size: 15px;
}

/*ご依頼の流れ ここまで*/

/*家族葬とは？ ここから*/

.family__caption {
  background: #fff3f2;
  border-left: #ff7676 3px solid;
  padding: 25px;
}

.family__caption--title {
  font-size: 24px;
}

.family__content {
  display: flex;
  margin: 0 0 40px 0;
}

.family__content--img {
  width: 226px;
  margin: 0 24px 0 0;
}

.family__content--box {
  width: calc(100% - 250px);
}

.family__content--title {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.family__content--txt {
  font-size: 15px;
  margin: 0 0 20px 0;
}

.family__content--txt:last-child {
  margin: 0;
}

/*家族葬とは？ ここまで*/

/*平均葬儀費用 ここから*/

.plice__txt {
  margin: 0 0 20px 0;
  font-size: 16px;
}

.plice__txt--notice {
  font-weight: bold;
}

/*平均葬儀費用 ここまで*/

/*よくある質問 ここから*/

.funeral_flow_title br{
  display: none;
}

.faq__container {
  width: 720px;
  margin: 0 auto;
}

.faq__content {
  display: flex;
  margin: 0 0 30px 0;
}

.faq__content:last-child {
  margin: 0;
}

.faq__icon {
  margin: 0 18px 0 0;
}

.faq__icon--txt {
  font-size: 32px;
  font-weight: bold;
  color: #ff7675;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体",
    "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}

.faq__content--box {
}

.faq__content--title {
  font-size: 18px;
  font-weight: bold;
  border-bottom: #707070 1px dashed;
  padding: 8px 0;
  margin: 0 0 10px 0;
}

.faq__content--txt {
  font-size: 15px;
}

/*よくある質問 ここまで*/
