/* ---------------全ページ共通--------------- */
:root{
  --notogo: 'Noto Sans JP', sans-serif;
  --colorPrimary: #484C68;
}
html {
  overflow: auto;
  font-size: 12px;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
body {
  overflow: hidden;
  font-family: 'Noto Serif JP', sans-serif;
  color: #000;
  font-weight: 400;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
a:hover,
a:focus {
  opacity: .5;
}

/* ================ヘッダー================ */
.header{
  width: 100%;
  position: fixed;
  background-color: #fff;
  z-index: 100;
}
.header_head{
  display: flex;
  align-items: center;
  height: 46px;
}
.header_logo{
  padding-left: 6px;
  height: 41px;
  margin-right: auto;
}
.header_logo_link{
  width: 100%;
  height: 100%;
  display: inline-block;
}
.header_logo img{
  height: 100%;
  object-fit: contain;
}
.header_logo_link{
  width: 100%;
  height: 100%;
  display: inline-block;
}
.header_right{
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 1px;
}
.header_btn_wrap{
  width: calc(50% - .5px);
}
.contact_btn{
  background-color: var(--colorPrimary);
  display: inline-block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #fff;
  justify-content: center;
}
.contact_btn img{
  width: 15px;
  height: 19px;
  object-fit: contain;
  margin: 2px 2px 0 0;
}
.navi_list{
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #8C8C8C;
  height: 100%;
}
.navi_item{
  width: calc(100% / 3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #8C8C8C;
  border-right: 1px solid #8C8C8C;
}
.navi_item:nth-of-type(3n){
  border-right: none;
}
.navi_link{
  padding: 10px 0;
  font-size: 10px;
  text-align: center;
  display: inline-block;
  font-weight: 700;
}
/* ================フッター上部CTA================ */
.cta{
  padding: 100px 0 200px;
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.cta_top{
  padding-top: 0;
}
.cta_top .cta_item:first-child .cta_banner_link{
  margin-top: 0;
}
.cta_banner_link{
  width: 100%;
  height: 100%;
  display: inline-block;
  margin-top: 20px;
}
.cta_banner_img{
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.top_back_wrap{
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 90;
  filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.16));
}
/* ================フッター================ */
.footer_navi_list{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  gap: 0px 0px;
  grid-template-areas:
    ". ."
    ". ."
    ". ."
    ". .";
    border-bottom: 1px solid #707070;
}
.footer_navi_item{
  height: 38px;
  line-height: 38px;
  width: auto;
  text-align: left;
  border-top: 1px solid #707070;
}
.footer_navi_item:nth-of-type(odd){
  border-right: 1px solid #707070;
}
.footer_btn_arrow_right{
  position: relative;
  width: 100%;
}
.footer_btn_arrow_right::after{
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: 50%;
  right: 7%;
  transform: translate(-50%,-50%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../img/btn_arrow.svg);
}
.footer_navi_link{
  padding: 0 12% 0 5%;
  display: block;
  width: 100%;
  height: 100%;
}
.footer_banner_wrap{
  background-color: #f0f1f1;
  padding: 37px 0 130px;
}
.footer_banner_inner{
  width: 85%;
  margin: 0 auto;
  max-width: 100%;
}
.footer_banner_list{
  text-align: center;
}
.footer_banner_link{
  max-width: 400px;
  width: 100%;
  height: 100%;
  display: inline-block;
  margin: 17px auto 0;
}
.footer_banner_list:first-of-type .footer_banner_link{
  width: 86%;
  max-width: 300px;
}
.footer_banner_img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.copyright{
  font-size: 10px;
  text-align: center;
  line-height: 1.5;
  margin-top: 23px;
  color: #707070;
  font-family: var(--notogo);
}

/* ================共通================ */
.inner{
  width: 95%;
  margin: 0 auto;
  position: relative;
}
.pc_display{
  display: none !important;
}
/* メインビジュアル */
.top_page_main{
  padding-top: 140px;
}
.mainvisual{
  padding-top: 30px;
}
.mainvisual_img_wrap{
  width: 95%;
  margin: 0 auto;
}
.mainvisual_img_list img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/*
================================================
トップページメイン
================================================
*/
.section_lead{
  margin-top: 85px;
  border: 1px solid var(--colorPrimary);
  padding: 20px 20px 110px 20px;
  background-image: url(../img/top/top_bg_1.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 100% auto;
}
.top_page_main img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  vertical-align: bottom;
}
.section_lead_title{
  color: var(--colorPrimary);
  font-size: 26px;
  line-height: 1.4;
  font-weight: 500;
}
.section_lead_title_gray{
  color: #5E5F66;
  font-size: 24px;
}
.section_lead_title_gray_small{
  color: #5E5F66;
  font-size: 16px;
  display: block;
  margin-left: 1em;
}
.section_lead_body_text{
  color: #5E5F66;
  line-height: 1.8;
  margin-top: 24px;
}
.section_lead_body_text_big{
  font-size: 16px;
  line-height: 1.8;
  color: #5E5F66;
}
.section_lead2{
  margin-top: 40px;
  border: 1px solid var(--colorPrimary);
  padding: 30px 10px 16px 20px;
  background-image: url(../img/top/top_bg_2.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 78% auto;
}
.section_about{
  margin-top: 65px;
}
.section_about_title{
  color: var(--colorPrimary);
  font-size: 17px;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
}
.section_about_figure{
  margin-top: 20px;
}
.section_about_content{
  text-align: center;
}
.section_about_content_title{
  color: var(--colorPrimary);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  margin-top: 20px;
}
.section_about_content_title:last-child{
  margin-top: 30px;
}
.section_about_content_text{
  color: #5E5F66;
  font-weight: 500;
  line-height: 2.1;
}

/* plan_cardごとの色変更 */
.plan_card.plan_card-second{
  border-color: #1E3E7D;
}
.plan_card.plan_card-second .plan_card_title{
  color: #1E3E7D;
}
.plan_card.plan_card-second .plan_card_title_inner{
  border-color: #1E3E7D;
}
.plan_card.plan_card-second .plan_card_price{
  color: #2d507f;
}
.plan_card.plan_card-third{
  border-color: #1E3E7D;
}
.plan_card.plan_card-third .plan_card_title{
  color: #1E3E7D;
}
.plan_card.plan_card-third .plan_card_title_inner{
  border-color: #1E3E7D;
}
.plan_card.plan_card-third .plan_card_price{
  color: #002d6a;
}
/* plan_cardごとの色変更 */

.plan_card{
  border: 2px solid #1E3E7D;
  padding: 17px 6px 20px;
  text-align: center;
  width: 95%;
  margin: 40px auto 0;
  position: relative;
}
.plan_card_title{
  color: #1E3E7D;
  font-size: 24px;
  margin-bottom: 22px;
  line-height: 1.375;
  font-weight: 500;
}
.plan_card_title_inner{
  border-bottom: 1px solid #1E3E7D;
  width: 234px;
  text-align: center;
  display: inline-block;
}
.plan_card_figure_wrap{
  width: 86%;
  margin: 0 auto;
}
.plan_card_figure{
  position: relative;
  width: 100%;
}
.plan_card_figure_caution{
  position: absolute;
  font-size: 10px;
  color: #000;
  transform: scale(0.6);
  transform-origin: left center;
  white-space: nowrap;
  left: 20px;
  bottom: 14px;
}
.plan_card_main_text{
  font-size: 12px;
  line-height: 1.5;
  margin-top: 6px;
  font-weight: 400;
}
.plan_card_price_wrap{
  margin-top: 10px;
}
.plan_card_price{
  font-size: 34px;
  color: #1E3E7D;
  font-weight: 700;
}
.plan_card_price_yen{
  font-size: 20px;
}
.plan_card_price_unit{
  font-size: 14px;
  font-weight: 400;
  margin-left: 4px;
}
.plan_card_price_caution{
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
}
.plan_card_desc{
  font-size: 10px;
  line-height: 1.4;
  margin-top: 10px;
  text-align: center;
}
.section_about2{
  margin-top: 40px;
}
.section_about2 .section_about_title,
.section_about2 .section_about_content_text,
.section_about2 .section_about_content_title{
  text-align: left;
}
.section_about2 .section_about_title{
  margin-top: 18px;
  font-size: 20px;
}
.hp_blue{
  color: #002d6a;
}
.section_about2_bottom .section_about_title,
.section_about2_bottom .section_about_content_text{
  text-align: center;
}
.section_about2_bottom .section_about_title{
  margin-top: 65px;
}
.section_about2_bottom .section_about_content_text{
  margin-top: 15px;
}
.hp_mt30{
  margin-top: 30px;
}

.section_nessesary{
  margin-top: 40px;
}
.nessesary_item_container{
  text-align: center;
}
.nessesary_item_box_title{
  font-size: 10px;
  background-color: var(--colorPrimary);
}
.nessesary_item_box_title{
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  padding: 10px 0;
}
.nessesary_item_box_title_attension{
  font-size: 12px;
}
.nessesary_item_box_wrap{
  display: grid;
  width: 100%;
  grid-auto-flow: row;
  margin-top: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 10px 10px;
  grid-template-areas:
      ". . . ."
      ". . . ."
      ". . . .";
  padding: 0;
}
.nessesary_item_img{
  width: 100%;
  height: auto !important;
  object-fit: contain;
}
.nessesary_item_title{
  font-size: 10px;
  line-height: 1.3;
  font-weight: 400;
  margin-top: 4px;
}


.section_faq{
  margin-top: 40px;
}
.section_faq_title {
  background: linear-gradient(to left ,#fff 0%, #fdfdfc 0.3%, #484c68 35.13%, #484c68 48.53%, #484c68 59.82%, #fff 100%);
  color: #fff;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.06em;
  font-weight: 400;
  line-height: 1.5;
  padding: 10px 0;
}
.faq_menu_dt{
  border-bottom: 1px solid #5E5F66;
  position: relative;
  padding-top: 10px;
}
.faq_menu_dt::after {
  position: absolute;
  content: "";
  background-color: var(--colorPrimary);
  width: 16px;
  height: 1px;
  right: 26px;
  top: 50%;
  transform: translateY(-50%);
}
.faq_menu_dt::before {
  position: absolute;
  content: "";
  background-color: var(--colorPrimary);
  width: 1px;
  height: 16px;
  right: 34px;
  transition: .2s;
  top: calc(50%);
  transform: translateY(-50%);
}
.faq_menu_dt.on::before {
  transform: translateY(-50%) rotate(90deg);
  transition: .2s;
  opacity: 0;
}
.faq_menu_title{
  display: flex;
  padding-right: 50px;
  padding-bottom: 10px;
}
.faq_menu_title_icon{
  font-size: 13px;
  font-weight: 400;
  width: 50px;
  display: flex;
  color: var(--colorPrimary);
  justify-content: center;
  margin-top: 1px;
}
.faq_menu_title_text{
  font-weight: 400;
  line-height: 1.3;
}
.faq_menu_dd{
  padding: 10px 50px;
  line-height: 1.4;
  font-size: 9px;
  display: none;
  border-bottom: 1px solid var(--colorPrimary);
}
.section_flow{
  margin-top: 40px;
}
.section_flow_title{
  font-size: 28px;
  font-weight: 400;
  color: var(--colorPrimary);
  text-align: center;
  margin-top: 60px;
}
.section_flow_top_box{
  margin-top: 30px;
  padding: 20px 16px;
  border: 1px solid var(--colorPrimary);
}
.section_flow_top_box_text{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  letter-spacing: -0.04em;
}
.section_flow_top_box_figure{
  width: 80%;
  margin: 20px auto 0;
}
.section_flow_top_box_text_silver{
  font-size: 11px;
  line-height: 1.3;
  width: 80%;
  height: 56px;
  margin: 0 auto 3px;
  padding: 0 10px 0 15px;
  display: flex;
  align-items: center;
  background: rgb(189,190,191);
  background: linear-gradient(90deg, rgba(189,190,191,1) 0%, rgba(255,255,255,1) 100%);
}
.section_flow_top_box_footer{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--colorPrimary);
  height: 60px;
  margin: 20px auto 0;
  width: 94%;
}
.section_flow_top_box_tel_icon{
  height: 22px;
  width: 30px;
  height: 37px;
  margin-right: 7px;
}
.section_flow_top_box_tel{
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}
.section_flow_box{
  padding: 10px 10px 20px;
  border: 1px solid var(--colorPrimary);
}
.section_flow_box_first{
  margin-top: 40px;
}
.section_flow_box_title{
  color: var(--colorPrimary);
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
.section_flow_box_body_figure{
  width: 90%;
  margin: 10px auto 0;
}
.section_flow_box_body{
  padding-top: 10px;
  width: 90%;
  margin: 0 auto;
}
.section_flow_box_body_text_10{
  font-size: 10px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.section_flow_box_tel_wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}
.section_flow_box_tel{
  font-size: 29px;
  font-weight: 700;
  color: var(--colorPrimary);
}
.section_flow_box_body_title_sub{
  font-weight: 500;
  color: var(--colorPrimary);
  margin-bottom: 5px;
}
.section_flow_box_body_list{
  border: 1px solid var(--colorPrimary);
  padding: 5px 4px 5px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.section_flow_box_body_item{
  font-size: 10px;
  line-height: 1.6;
  width: 49.5%;
}
.section_flow_box_body_item_etc{
  width: 90%;
  text-align: right;
  font-size: 10px;
}
.section_flow_box_body_text_11{
  font-size: 11px;
  line-height: 2;
  margin-bottom: 10px;
}
.section_flow_box_body_title_sub_big{
  font-size: 15px;
  font-weight: 700;
  color: var(--colorPrimary);
  margin-bottom: 10px;
  margin-top: 20px;
}
.hp_medium{
  font-weight: 500;
}
.section_flow_box_last .section_flow_box_body_item{
  width: 100%;
}
/* background-image: url(../img/top/top_bg_3.png); */
.section_guide{
  border: 1px solid var(--colorPrimary);
  padding: 22px 0 14px;
  margin-top: 4px;
}
.section_guide_title{
  border: 2px solid #1E3E7D;
  color: #1e3e7d;
  font-size: 24px;
  line-height: 1.25;
  text-align: center;
  padding: 8px 8px 10px;
  width: 95%;
  margin: 0 auto 22px;
}
.section_guide_linkWrap{
  background-image: url(../img/top/top_bg_3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
  padding: 60px 4px 24px;
  margin-bottom: 20px;
}
.section_guide_link_text{
  font-size: 20px;
  line-height: 1.35;
  color: var(--colorPrimary);
  margin-bottom: 8px;
}
.section_guide_btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  color: #fff;
  background-color: var(--colorPrimary);
  height: 56px;
  width: 300px;
  max-width: 100%;
}
.section_guide_text{
  font-size: 17px;
  color: #5e5f66;
  line-height: 1.47;
  text-align: center;
  letter-spacing: -0.01em;
}
.section_guide_bottom_inner{
  width: 95%;
  margin: 0 auto;
}
.section_guide_bottom_box{
  margin-top: 20px;
  padding: 6px 20px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section_guide_bottom_box img{
  width: 210px;
  margin-bottom: 8px;
}
.section_guide_bottom_box.-gold{
  border: 3px solid #A39160;
}
.section_guide_bottom_box.-gray{
  border: 3px solid #B7B7B7;
}

.section_tomo{
  margin-top: 60px;
}
.section_tomo_head{
  text-align: center;
}
.section_tomo_title{
  font-size: 26px;
  line-height: 1.3;
  font-weight: 400;
}
.section_tomo_title img{
  font-size: 30px;
  line-height: 1.3;
  height: 27px;
  margin-top: 10px;
}
.section_order_title{
  font-size: 16px;
  line-height: 1.5;
  padding: 4px 0;
  margin-top: 20px;
  color: #fff;
  text-align: center;
  font-weight: 400;
  background: linear-gradient(to left,rgba(72, 76, 104, 0) 0%, #484c68 33.05%, #484c68 64.42%, rgba(72, 76, 104, 0) 100%, rgba(255, 255, 255, 0) 100%);
}
.section_tomo_body{
  position: relative;
  margin-top: 20px;
  padding-bottom: 44px;
  width: 100%;
}
.section_tomo_body::before{
  position: absolute;
  content: "";
  background-image: url(../img/top/top_bg_4.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 60%;
  top: 0;
  left: 0;
  right: 0;
}
.section_tomo_body_text{
  text-align: center;
  line-height: 1.75;
}
.section_tomo_body_text_big{
  font-size: 16px;
  margin-top: 20px;
  font-weight: 700;
  text-align: center;
}
.form_contact_text{
  font-size: 16px;
  text-align: center;
  line-height: 1.3;
}
.page_form_contact .form_heading{
  padding-top: 24px;
}
.page_form_contact .step_info{
  margin-top: 120px;
}
.name_input_box{
  position: relative;
  width: 72%;
  display: flex;
  align-items: flex-end;
  margin-top: 20px;
}

.assistance_flow{
  padding: 50px 0 40px;
}
.assistance_flow_title{
  font-size: 24px;
  color: #a78035;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
}
.assistance_flow_box{
  text-align: center;
}
.assistance_flow_box:nth-of-type(1){
  margin-top: 38px;
}
.assistance_flow_box:last-child{
  margin-top: 40px;
}
.assistance_flow_box_title{
  background-color: #c3b285;
  font-size: 23px;
  line-height: 1.74;
  color: #fff;
  padding: 6px 0;
  font-weight: 500;
}
.assistance_flow_box_body{
  padding: 20px 10px;
  border: 0.3px solid #C3B285;
  border-top: none;
}
.assistance_flow_box_body_text{
  font-size: 16px;
  color: #c3b285;
  line-height: 1.625;
}
.assistance_flow_box_body_figure{
  width: 87%;
  max-width: 350px;
  margin: 14px auto 0;
}
.assistance_flow_box_body_figure img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.assistance_flow_box_body_text_small{
  color: #c3b285;
  line-height: 2.1;
  margin-top: 16px;
}
.assistance_flow_box_arrow_wrap{
  padding: 20px 0;
  text-align: center;
}
.assistance_flow_box_arrow{
  width: 76px;
  height: 16px;
  margin: 0 auto;
}
.assistance_flow_box_arrow img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.assistance_flow_box_arrow_small{
  font-size: 11px;
  line-height: 1.6;
  margin-top: 11px;
  color: #c3b285;
  text-align: center;
}
.assistance_flow_box_tel_wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.assistance_flow_box_tel_icon{
  background-color: #a27d35;
  color: #fff;
  font-size: 10px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  padding: 0 4px;
  margin-right: 13px;
}
.assistance_flow_box_tel{
  font-weight: 700;
  font-size: 29px;
  color: #a27d35;
  margin-bottom: 2px;
}
.assistance_flow_box_body_text_last{
  font-size: 14px;
  line-height: 1.85;
  color: #c3b285;
}

/*
================================================
お問い合わせフォームページ
================================================
*/
.page_head_common{
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.page_head{
  width: 100%;
  height: 300px;
  text-align: center;
  position: relative;
  background-color: #fff;
}
.page_title_wrap{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page_title{
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: 0.03em;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}
.page_title img{
  width: 180px;
  object-fit: contain;
}
.form_heading{
  padding-top: 120px;
}
.step_info {
  position: relative;
  color: #1a1311;
  text-align: center;
  margin: 92px auto 50px;
  max-width: 700px;
}
.step_info.step3::after {
  margin: 0 20%;
  width: 60%;
}
.step_info::after {
  content: '';
  border-top: 2px #E5EEF1 solid;
  position: absolute;
  top: -30px;
  left: 0;
  z-index: 0;
  height: 0;
}
.step_info .step_txt {
  font-family: "Noto Sans JP";
}
.step_info .step_txt p::after {
  content: ' ';
  z-index: 1;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  position: absolute;
  border: 1px solid #E5EEF1;
  background: #E5EEF1;
  border-radius: 15px;
  height: 19px;
  width: 19px;
}
.step_info p.now_step::after {
  color: #fff;
  background: #fff;
  border: 6px solid var(--colorPrimary);
  top: -46px;
}
.step_info .step_txt p {
  width: 30%;
  display: inline-block;
  margin: 0;
  vertical-align: bottom;
  position: relative;
  font-weight: 500;
  font-size: 16px;
}
.form{
  width: 100%;
}
.form_row{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}
.form_head{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form_label{
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}
.require_icon{
  font-size: 8px;
  background-color: #ad2732;
  font-weight: bold;
  color: #fff;
  border-radius: 3px;
  padding: 2px 3px;
  margin-top: 4px;
  white-space: nowrap;
}
.form_body{
  width: 100%;
  text-align: left;
}
.form_horizontal{
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  font-size: 20px;
}
input[type="text"],
textarea{
  border: 1px solid #707070;
  font-family: inherit;
  line-height: 1.3;
  height: auto;
  font-size: 20px;
  height: 40px;
  background: #F5F5F5;
  vertical-align: middle;
  border-radius: 3px;
  -webkit-appearance: none;
  width: 100%;
}
textarea{
  resize: none;
  height: calc( 1.3em * 8 );
  line-height: 1.3;
  width: 100%;
}
.sei_kanzi,
.mei_kanzi,
.sei_kana,
.mei_kana{
  position: relative;
  width: 72%;
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.sei_kanzi input,
.mei_kanzi input,
.sei_kana input,
.mei_kana input{
  width: 100%;
}
.sei_kanzi::before{
  position: absolute;
  content: "姓";
  color: #000;
  top: -22px;
  font-size: 16px;
}
.mei_kanzi::before{
  position: absolute;
  content: "名";
  color: #000;
  top: -22px;
  font-size: 16px;
}
.sei_kana::before{
  position: absolute;
  content: "セイ";
  color: #000;
  top: -22px;
  font-size: 16px;
}
.mei_kana::before{
  position: absolute;
  content: "メイ";
  color: #000;
  top: -22px;
  font-size: 16px;
}
.honorific{
  font-size: 16px;
  margin-left: 6px;
}
.form_row_sex .form_horizontal{
  flex-direction: inherit;
  justify-content: center;
  margin-top: 14px;
}
.radio_wrap{
  height: 54px;
  border: 1px solid #707070;
  background: #F5F5F5;
  border-radius: 3px;
  display: flex;
  align-items: center;
  padding: 16px 30px 16px 23px;
  font-size: 18px;
  white-space: nowrap;
}
.radio_wrap:last-child{
  margin-left: 16px;
}
input[type=radio] {
  margin-right: 8px;
}
.form_horizontal input[type=radio] {
  display: none;
}
.form_horizontal label {
  position: relative;
  padding-left: 55px;
}
.form_horizontal input[type=radio] + label::before {
  position: absolute;
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  left: 0;
  top: -3px;
}
.form_horizontal input[type=radio] + label::after {
  position: absolute;
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--colorPrimary);
  left: 3px;
  top: 0;
  opacity: 0;
  transition: .3s;
}
.form_horizontal input[type=radio]:checked + label::after {
 opacity: 1;
}
.select_box_inner{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  font-size: 20px;
  width: 88%;
  margin: 0 auto;
}
.form_body select{
  height: 54px;
  border-radius: 3px;
  font-size: 20px;
  background-color: #F5F5F5;
}
.form_body .year{
  width: 85%;
  padding-left: 8px;
  margin: 23px 10px 0 0;
}
.form_body .month{
  width: 23%;
  padding-left: 8px;
  margin: 26px 3px 0 0;
}
.form_body .day{
  width: 23%;
  padding-left: 8px;
  margin: 26px 3px 0 3px;
}
.zip_row{
  margin-top: 20px;
}
.zip_row .form_horizontal{
  flex-direction: inherit;
}
.form_zip{
  margin: 0 10px;
  width: 37%;
}
.form_address{
  margin-top: 20px;
  width: 100%;
}
.sp_mt12{
  margin-top: 12px;
}
.sp_mt30{
  margin-top: 30px;
}
.form_tel,
.form_email,
.form_area,
.form_temple,
.form_sect{
  width: 100%;
}
.how_select{
  width: 95%;
  margin: 0 auto;
  height: 40px;
  padding-left: 18px;
}
.form_inner_small{
  width: 100%;
  max-width: 814px;
  margin: 0 auto;
}
.agree_privacy_position_wrap{
  text-align: center;
}
.agree_privacy_wrap{
  margin-top: 60px;
  background-color: #f5f5f5;
  display: inline-block;
  border-radius: 3px;
  width: 100%;
  padding: 19px 0;
  max-width: 400px;
}
input[type="checkbox"] {
  display: none;
}
label.form_agree_label {
  line-height: 1.4;
  position: relative;
  display: inline-block;
  padding-left: 30px;
  cursor: pointer;
  text-align: left;
  font-weight: 700;
  font-size: 16px;
}
label.form_agree_label::before {
  position: absolute;
  content: '';
  top: 18px;
  left: -20px;
  width: 26px;
  height: 26px;
  margin-top: -8px;
  background: #fff;
}
input[type="checkbox"]:checked + label.form_agree_label::after {
  position: absolute;
  content: '';
  top: 13px;
  left: -17px;
  width: 18px;
  height: 10px;
  border-left: 2px solid var(--colorPrimary);
  border-bottom: 2px solid var(--colorPrimary);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.disabled_btn_wrap{
  text-align: center;
}
.disabled_btn{
  border: 2px solid #000;
  border-radius: 3px;
  font-weight: 700;
  letter-spacing: 0.03em;
  font-family: inherit;
  background-color: #fff;
  width: 100%;
  max-width: 400px;
  height: 80px;
  line-height: 80px;
  margin-top: 60px;
  text-align: center;
  outline: none;
  font-size: 16px;
}
.disabled_btn:hover{
  background-color: var(--colorPrimary);
  opacity: 1;
  color: #fff;
  transition: .3s;
  border-color: var(--colorPrimary);
}

/*
================================================
家族の会フォームページ
================================================
*/
.page_head{
  max-width: 980px;
  margin: 0 auto;
}
.page_head img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page_form_family .page_title{
  width: 260px;
  margin: 0 auto;
}
.page_head_form{
  height: 250px;
}
.form_title{
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-align: center;
}

/* 斎場ネットワーク */

.top_page_title::before{
  position: absolute;
  content: "";
  background-image: url(../img/heading_bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 103px;
  height: 107px;
  top: 170%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.top_page_title{
  position: relative;
  font-size: 24px;
  color: #000;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.hall_link::after{
  content: " ";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("../img/btn_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
	margin-bottom: -0.5px;
}

.hall_table{
  width: 100%;
  position: relative;
  padding-bottom: 60px;
  display: inline-flex;
  justify-content: center;
}
.hall_table::before{
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  min-height: 270px;
  width: 100%;
  z-index: -1;
}
.hall_table_tr{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.hall_table_tr:not(:first-child){
  margin-top: 10px;
}
.hall_table_th{
  font-size: 14px;
  font-weight: 600;
  width: 172px;
  line-height: 1.4;
  border-bottom: 1px solid #1E3E7D;
}
.hall_table_th_w{
  width: 192px;
}
.hall_table_td{
  text-align: center;
  line-height: 1.66;
}
.hall_table_td_address{
  margin-top: 2px;
  font-size: 12px;
}
.hall_table_td_access{
  font-size: 11px;
  color: #1E3E7D;
}
.network{
  margin: -50px 0 70px 0px;
  width: 100%;
  z-index: -1;

}
.network_text{
  text-align: center;
  font-size: 11px;
  line-height: 1.45;
  color: #000;
}
.network_text a {
	color: #1E3E7D;
	font-weight: bold;
	font-size: 150%;
}
/*プライバシーポリシー*/

.privacy_txt_big {
	font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 20px;
  color: #333;
}
.privacy_txt {
padding-left: 20px;
  font-size: 14px;
  line-height: 1.42;
  margin-top: 4px;
  color: #333;
}



@media screen and (min-width: 768px) {
  .pc_display{
    display: block !important;
  }
  .sp_display{
    display: none !important;
  }
  html{
    font-size: 16px;
  }
  body{
    width: 100%;
  }
  .header{
    height: 135px;
  }
  .header_inner{
    width: 980px;
    max-width: 100%;
    margin: 0 auto;
  }
  .header_head{
    height: 96px;
  }
  .header_logo{
    padding-left: 0;
    height: 81px;
    padding-right: 20px;
  }
  .header_right{
    width: auto;
    padding-bottom: 0;
    display: inline-flex;
    align-items: center;
  }
  .header_btn_wrap{
    width: 150px;
  }
  .header_tel_area {
    width: 296px;
    height: 69px;
    margin-right: 14px;
    margin-top: 8px;
  }
  .tel_desc {
    background-color: var(--colorPrimary);
    color: #fff;
    border-radius: 2px;
    text-align: center;
    padding: 5px 0;
    font-size: 14px;
  }
  .tel_area_body {
    display: flex;
    align-items: center;
  }
  .tel_icon {
    width: 31px;
    height: 39px;
    margin-right: 7px;
  }
  .tel_number {
    font-size: 35px;
    pointer-events: none;
    color: var(--colorPrimary);
    font-weight: 700;
  }
  .contact_btn{
    height: 63px;
    font-size: 14px;
    font-weight: 700;
  }
  .nav_wrap{
    height: 39px;
  }
  .navi_list{
    border-top: none;
    border-bottom: none;
  }
  .navi_item{
    border-right: none;
    width: calc(100% / 6);
    justify-content: start;
    border-bottom: none;
    white-space: nowrap;
  }
  .navi_link{
    font-size: 12px;
    font-weight: 700;
    border-right: 1px solid #333;
    display: inline-block;
    width: 100%;
    line-height: 2;
    padding: 0;
  }
  .navi_item:first-child .navi_link{
    border-left: 1px solid #959595;
  }

  /* ================フッター上部CTA================ */
  .cta{
    padding: 160px 0 225px;
    width: 100%;
    max-width: inherit;
    margin-right: -2%;
  }
  .cta_list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    max-width: inherit;
    justify-content: space-evenly;
    align-items: center;
  }
  .cta_item{
    width: 48%;
    margin-right: 2%;
  }
  /* ================フッター ================*/
  .footer{
    background-color: #f0f1f1;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding-top: 40px;
  }
  .footer_inner{
    width: 980px;
    max-width: 100%;
    margin: 0 auto;
  }
  .footer_navi_list{
    display: inline-flex;
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    border-bottom: none;
  }
  .footer_navi_item{
    width: calc(100% / 5);
    border-top: none;
  }
  .footer_navi_item:nth-of-type(odd){
    border-right: none;
  }
  .footer_navi_item:nth-of-type(5){
    border-bottom: none;
    border-right: none;
  }
  .footer_btn_arrow_right::after{
    content: none;
  }
  .footer_navi_link{
    padding: 0;
    line-height: 2;
    display: inline-block;
    font-size: 12px;
    height: auto;
    border-right: 1px solid #665E61;
    text-align: center;
    color: #665e61;
    font-weight: 700;
  }
  .footer_navi_item:first-child .footer_navi_link{
    border-left: 1px solid #665E61;
  }
  .footer_banner_wrap{
    padding: 0;
    margin-top: 27px;
  }
  .footer_banner_inner{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .footer_banner_list{
    width: calc((100% / 3) - 10px);
  }
  .footer_banner_link{
    margin: 0;
  }
  .footer_banner_list:first-of-type .footer_banner_link{
    width: 70%;
    padding-bottom: 0;
  }
  .copyright{
    color: #D8D8D8;
    margin-top: 40px;
    padding-bottom: 20px;
  }
  .footer_navi_list_sub{
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    margin-top: 16px;
  }
  .footer_navi_item_sub{
    margin-left: 30px;
  }
  .footer_navi_link_sub{
    font-size: 10px;
    color: #665e61;
    font-weight: 700;
  }


  /* ================共通 ================*/
  .inner{
    max-width: 800px;
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
  }
  /* ================メインビジュアル================ */
  .top_page_main{
    padding-top: 132px;
  }
  .mainvisual{
    padding-top: 0;
    width: 980px;
    max-width: 100%;
    margin: 0 auto;
  }
  .mainvisual_img_wrap{
    width: 100%;
  }
  /* ================================================
  トップページメイン
  ================================================
   */
  .section_lead{
    margin: 110px auto 0;
    font-size: 20px;
    padding: 40px 10px 40px 66px;
    background-size: 60% auto;
    max-width: 780px;
  }
  .section_lead_title_gray{
    font-size: 26px;
  }
  .section_lead_title_gray_small{
    font-size: 18px;
  }
  .section_lead_body{
    margin-top: 20px;
  }
  .section_lead_body_text{
    line-height: 1.5;
    font-size: 16px;
  }
  .section_lead_body_text:not(:first-child){
    margin-top: 24px;
  }
  .section_lead_body_text_big{
    line-height: 1.5;
    font-size: 22px;
  }
  .section_lead2{
    max-width: 780px;
    margin: 40px auto 0;
    padding: 66px 10px 40px 66px;
    background-size: 60% auto;
  }
  .section_lead_title_sub{
    margin-top: 24px;
    font-size: 20px;
    display: inline-block;
  }
  .section_lead2 .section_lead_body_text{
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.7;
  }
  .section_lead2_body{
    margin-top: 40px;
  }
  .section_about{
    margin-top: 90px;
  }
  .section_about_title{
    font-size: 26px;
  }
  .section_about_figure{
    margin: 40px auto 0;
    max-width: 482px;
  }
  .section_about_content_title{
    font-size: 20px;
  }
  .section_about_content_title:last-child{
    margin-top: 24px;
  }
  .section_about_content_text{
    font-size: 16px;
    line-height: 2;
    margin-top: 16px;
  }

  .plan_card{
    width: 680px;
    padding: 33px 6px 40px;
    margin-top: 60px;
  }
  .plan_card_title{
    font-size: 40px;
    margin-bottom: 38px;
  }
  .plan_card_title_inner{
    width: 450px;
  }
  .plan_card_figure_wrap{
    width: 570px;
    max-width: 90%;
  }
  .plan_card_type{
    font-size: 21px;
    margin: 0 0 22px;
  }
  .plan_card_figure_caution{
    bottom: 24px;
    transform: scale(1);
  }
  .plan_card_main_text{
    font-size: 19px;
    margin-top: 22px;
  }
  .plan_card_price{
    font-size: 49px;
  }
  .plan_card_price_yen{
    font-size: 29px;
  }
  .plan_card_price_unit{
    font-size: 18px;
    margin-left: 6px;
  }
  .plan_card_desc{
    font-size: 16px;
    margin-top: 18px;
  }
  .plan_card_price_caution{
    font-size: 16px;
  }
  .plan_card_desc{
    font-size: 14px;
    margin-top: 20px;
  }
  .section_about_content{
    margin-top: 40px;
  }

  .section_order{
    margin-top: 80px;
  }
  .section_order_head_text{
    font-size: 34px;
    line-height: 1.6;
    margin-bottom: 24px;
  }
  .section_order_title{
    width: 980px;
    max-width: 100%;
    margin: 0 auto;
    font-size: 20px;
  }
  .section_order_inner{
    display: flex;
    flex-wrap: wrap;
    width: 780px;
    max-width: 100%;
    margin: 80px auto 0;
  }
  .section_order_card{
    width: 50%;
    padding: 40px 0;
  }
  .section_order_card:nth-of-type(2n){
    width: 50%;
    border-left: #707070 1px solid;
  }
  .section_order_card:nth-of-type(1){
    padding-top: 0;
  }
  .section_order_card:nth-of-type(2){
    padding-top: 0;
  }
  .section_order_card_figure{
    width: 238px;
  }
  .section_order_card_text{
    font-size: 16px;
    margin-top: 12px;
  }
  .section_order_card_price{
    margin-right: 0;
  }
  .section_order_card_regist_wrap{
    font-size: 16px;
    width: 310px;
    margin-bottom: 6px;
  }
  .section_order_card_regist_wrap{
    width: 320px;
  }
  .section_order_card_regist_text{
    font-size: 16px;
    width: 148px;
  }
  .ls01{
    letter-spacing: 0.15em;
  }
  .section_order_card_regist_price{
    font-size: 20px;
    margin-right: 0;
  }
  .section_order_card_regist_price_small{
    font-size: 16px;
  }
  .section_order_card_desc{
    font-size: 16px;
  }
  .section_about2{
    margin-top: 80px;
  }
  .section_about2 .section_about_title{
    margin-bottom: 70px;
    text-align: center;
  }
  .section_about2_box{
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
  }
  .section_about2_box .section_about_figure{
    width: 48%;
    margin: 0;
  }
  .section_about2_box .section_about2_box_inner{
    width: 48%;
  }
  .section_about2 .section_about_content_title{
    margin-top: 0;
    line-height: 1.5;
  }
  .section_about2 .section_about_content_text{
    font-size: 14px;
  }
  .section_about2 .section_about_title{
    font-size: 26px;
    margin-top: 30px;
  }
  .section_about2_bottom .section_about_title{
    margin-bottom: 16px;
    margin-top: 80px;
  }
  .hp_mt30{
    margin-top: 70px;
  }

  .section_nessesary{
    margin: 80px auto 0;
    width: 780px;
    max-width: 100%;
  }
  .section_nessesary .nessesary_item_box_title{
    font-size: 34px;
    line-height: 1.26;
    padding: 16px 0;
  }
  .nessesary_item_box_title_attension{
    font-size: 22px;
  }
  .nessesary_item_box_wrap{
    width: 680px;
    max-width: 100%;
    margin: 38px auto 0;
    gap: 20px 20px;
  }
  .nessesary_item_title{
    margin-top: 8px;
    font-size: 19px;
  }


  .section_faq{
    width: 980px;
    max-width: 100%;
    margin: 80px auto 0;
  }
  .section_faq_title{
    font-size: 34px;
    background: linear-gradient(to left ,#fff 0%, #fdfdfc 0.3%, #484c68 33.05%, #484c68 47.57%, #484c68 57.12%, #bbbdc7 84.09%, #fff 100%);
    padding: 4px 0;
  }
  .faq_menu{
    margin: 0 auto;
    width: 780px;
    max-width: 100%;
  }
  .faq_menu_dt{
    padding-top: 30px;
  }
  .faq_menu_dt::after {
    width: 30px;
    right: 35px;
    bottom: 40px;
  }
  .faq_menu_dt::before {
    height: 30px;
    right: 50px;
    bottom: 26px;
  }
  .faq_menu_title{
    padding-bottom: 24px;
    padding-right: 80px;
  }
  .faq_menu_title_icon{
    font-size: 26px;
    width: 96px;
    min-width: 96px;
  }
  .faq_menu_title_text{
    font-size: 20px;
  }
  .faq_menu_dd{
    padding: 24px 10px 24px 96px;
    font-size: 14px;
  }


  .section_flow{
    margin: 60px auto 0;
  }
  .section_flow_figure{
    width: 680px;
    margin: 0 auto;
  }
  .section_flow_title{
    margin-top: 80px;
    font-size: 26px;
  }
  .section_flow_top_box{
    padding: 20px 6px 40px;
  }
  .section_flow_top_box_text{
    font-size: 20px;
  }
  .section_flow_top_box_inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
  }
  .section_flow_top_box_figure{
    width: 324px;
    margin: 0;
  }
  .section_flow_top_box_text_silver{
    font-size: 16px;
    height: 65px;
    width: 340px;
    margin-bottom: 11px;
  }
  .section_flow_top_box_text_silver:last-child{
    margin-bottom: 0;
  }
  .section_flow_top_box_footer{
    width: 482px;
    margin: 20px auto 0;
  }
  .section_flow_top_box_tel{
    font-size: 34px;
  }
  .section_flow_box_first{
    margin-top: 95px;
  }
  .section_flow_box_title{
    font-size: 20px;
    width: 100%;
  }
  .section_flow_box_body_figure{
    width: 316px;
    margin: 20px 16px 0 0;
  }
  .section_flow_box_body_outer{
    width: 340px;
    margin-top: 20px;
  }
  .section_flow_box_body{
    width: 340px;
    padding-top: 6px;
    margin: 0;
  }
  .section_flow_box_body_text_10{
    font-size: 12px;
  }
  .section_flow_box_tel_icon{
    font-size: 9px;
  }
  .section_flow_box_tel{
    font-size: 27px;
  }
  .section_flow_box_body_title_sub{
    font-size: 14px;
  }
  .section_flow_box_body_pc_box{
    width: 316px;
    margin-top: 4px;
  }
  .section_flow_box_body_list{
    padding: 5px;
    width: 316px;
  }
  .section_flow_box_body_item_etc{
    font-size: 10px;
    width: 100%;
  }
  .assistance_flow_box_arrow_wrap{
    padding: 40px 0;
  }
  .section_flow_box{
    padding: 20px 0 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .section_flow_box_body_text_11{
    font-size: 12px;
    line-height: 1.5;
  }
  .section_flow_box_body_text_11_pc_big{
    font-weight: 500;
    font-size: 14px;
  }
  .section_flow_box_body_item{
    font-size: 10px;
  }
  .section_guide{
    margin-top: 40px;
    padding: 46px 0 24px;
  }
  .section_guide_inner{
    width: 87%;
    margin: 0 auto;
  }
  .section_guide_title{
    font-size: 27px;
    padding: 20px 10px;
    margin-bottom: 46px;
  }
  .section_guide_linkWrap{
    margin-bottom: 30px;
    padding: 60px 4px 48px;
    background-image: url(../img/top/top_bg_3_pc.png);
  }
  .section_guide_link_text{
    font-size: 24px;
    margin-bottom: 22px;
  }
  .section_guide_btn{
    height: 59px;
    width: 320px;
    font-size: 24px;
  }
  .section_guide_text{
    font-size: 20px;
    line-height: 1.5;
  }
  .section_guide_bottom_inner{
    display: flex;
    justify-content: space-between;
  }
  .section_guide_bottom_box{
    margin-top: 30px;
    padding: 10px 20px;
    width: 49%;
  }
  .section_guide_bottom_box img{
    width: 224px;
    height: auto;
  }

  .section_tomo{
    width: 980px;
    max-width: 100%;
    margin: 0 auto;
    padding: 50px 0 0;
    background-image: url(../img/top/top_bg_4.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 70% auto;
  }
  .section_tomo_head{
    padding-top: 100px;
  }
  .section_tomo_title{
    font-size: 34px;
  }
  .section_tomo_title img{
    margin-top: 8px;
    font-size: 45px;
    line-height: 1.3;
    height: 41px;
  }
  .section_tomo .section_order_title{
    margin-top: 16px;
    font-size: 24px;
    padding: 12px 0;
  }
  .section_tomo_body{
    margin-top: 32px;
    padding-bottom: 0;
  }
  .section_tomo_body::before{
    content: none;
  }
  .section_tomo_body_text{
    font-size: 14px;
    line-height: 1.85;
  }
  .section_tomo_body_text_big{
    font-size: 24px;
    margin-top: 20px;
  }
  .section_tomo_btn_wrap{
    margin-top: 20px;
  }
  .section_tomo_btn{
    width: 354px;
    margin: 20px auto 0;
  }

  .nessesary_item_title{
    font-size: 16px;
  }
  .assistance_flow{
    padding: 80px 0 40px;
  }
  .assistance_flow_title{
    font-size: 26px;
  }
  .assistance_flow_box{
    width: 640px;
    margin: 0 auto;
  }
  .assistance_flow_box_title{
    font-size: 23px;
    padding: 11px 0;
  }
  .assistance_flow_box_body{
    display: flex;
    padding: 20px;
  }
  .assistance_flow_box_body_figure{
    order: 0;
    width: 290px;
    min-width: 290px;
    margin-top: 0;
    margin-right: 16px;
  }
  .assistance_flow_box_body_text{
    order: 1;
    font-size: 18px;
    text-align: left;
  }
  .assistance_flow_box_body_text_small{
    font-size: 16px;
    text-align: left;
    margin-top: 20px;
  }
  .assistance_flow_box_arrow_small{
    font-size: 16px;
  }
  .assistance_flow_box_tel_wrap_pc{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 20px;
  }
  .assistance_flow_box_tel{
    font-size: 30px;
  }
  .assistance_flow_box_body_text_last{
    font-size: 16px;
    width: 100%;
  }

  /* ================================================
お問い合わせフォームページ
  ================================================
  */
  .page_head_wrap{
    width: 980px;
    max-width: 100%;
    margin: 0 auto;
  }
  .page_head{
    height: 500px;
    width: 100%;
  }
  .page_title{
    font-size: 40px;
  }
  .page_title img{
    width: auto;
    height: auto;
  }
  .form_heading{
    padding-top: 90px;
  }
  .form_title{
    font-size: 40px;
  }
  .step_info{
    margin: 125px auto v 0px;
  }
  .form_inner{
    max-width: 850px;
    margin: 0 auto;
    padding-top: 90px;
  }
  .form_row{
    margin-top: 50px;
    flex-direction: row;
  }
  .form_head{
    flex-direction: row;
    width: 40%;
    justify-content: space-between;
    padding-right: 16px;
  }
  .form_label{
    text-align: left;
  }
  .form_body{
    width: 60%;
  }
  .form_horizontal{
    flex-direction: row;
  }
  input[type="text"]{
    height: 54px;
  }
  .sei_kanzi,
  .mei_kanzi,
  .sei_kana,
  .mei_kana{
    margin-top: 0;
    width: 45%;
    align-items: flex-end;
  }
  .sei_kanzi,
  .sei_kana{
    margin-right: 10px;
  }
  .form_row_sex .form_horizontal{
    justify-content: inherit;
    margin-top: 0;
  }
  .select_box_inner{
    width: 100%;
    flex-wrap: inherit;
  }
  .form_body .year{
    width: 56%;
    margin: 0 6px 0 0;
  }
  .form_body .month{
    width: 15%;
    margin: 0 6px;
  }
  .form_body .day{
    width: 15%;
    margin: 0 6px;
  }
  .sp_mt12{
    margin-top: 0;
  }
  .sp_mt30{
    margin-top: 0;
  }
  .how_select{
    width: 100%;
  }
  .form_inner_small{
    margin: initial;
  }
  .agree_privacy_wrap{
    margin-top: 40px;
    padding: 24px 0;
    font-size: 20px;
    max-width: inherit;
  }
  label.form_agree_label{
    font-size: 20px;
  }
  label.form_agree_label::before{
    top: 9px;
  }
  input[type="checkbox"]:checked + label.form_agree_label::after{
    top: 5px;
  }
  .disabled_btn{
    max-width: 480px;
    font-size: 20px;
  }
  .page_form_contact .form_inner{
    padding-top: 0;
  }
  .name_input_box{
    margin-top: 0;
  }
  .page_form_contact .page_title{
    width: 360px;
    margin: 0 auto;
  }
  .page_form_contact .page_title img{
    width: 100%;
  }
  .page_head{
    height: 550px;
  }
  .top_page_title{
    font-size: 35px;
  }
  .top_page_title::before{
    width: 167px;
    height: 173px;
  }
  .sp_max_width_figure{
    width: 482px;
    margin: 0 auto 40px;
  }


  /*
  ================================================
  家族の会フォームページ
  ================================================
  */
  .page_form_family .page_title{
    width: 470px;
  }
  .page_form_family .page_title img{
    width: 100%;
  }


 /* 斎場ネットワーク */
  .page_hall .page_head_common{
    height: 370px;
  }
.hall_link{
	border-bottom: solid 1px #565656;
}
	
	
.hall_link::after{
  content: " ";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("../img/btn_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
	margin-bottom: 1.5px;
}
  .hall_content{
    width: 980px;
    margin: 0 auto;
    max-width: 100%;
  }
  .hall_table{
    width: 100%;
    display: table;
  }
  .hall_table tbody{
    margin: 0 auto;
    width: 780px;
    max-width: 100%;
    border-top: 1px solid #1E3E7D;
    display: block;
    padding-bottom: 160px;
  }
  .hall_table::before{
    content: inherit;
  }
  .hall_table_tr{
    flex-direction: row;
    border-bottom: 1px solid #1E3E7D;
    padding: 6px;
  }
  .hall_table_tr:not(:first-child){
    margin-top: 0;
  }
  .hall_table_th{
    border-bottom: none;
    font-size: 20px;
    width: 50%;
    padding-left: 60px;
    text-align: left;
  }
  .hall_table_td{
    width: 50%;
    text-align: left;
  }
  .hall_table_td_address{
    font-size: 18px;
  }
  .hall_table_td_access{
    font-size: 16px;
  }
  .network{
    width: 980px;
    max-width: 100%;
	margin: -100px 0 170px 0;
  }
  .network_text{
    font-size: 20px;
    padding-left: 0;
	  text-align: center;
  }
	/*プライバシーポリシー*/

.privacy_txt_big {
	font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 20px;
  color: #333;
}
.privacy_txt {
padding-left: 20px;
  font-size: 14px;
  line-height: 1.42;
  margin-top: 4px;
  color: #333;
}


}
