@charset "utf-8";
/* リセット
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, button {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 140%;
  font-weight: normal;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
blockquote, q { /*引用符の表示が出ないように*/
  quotes: """";
}
a img {
  border: 0;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;/*画像下に生まれる余白消す*/
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
  position: relative;
}
strong {
  font-weight: bold;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, Times, "Times New Roman", serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 18px;
  line-height: 2;
  color: #333333;
  font-weight: normal;
  width: 100%;
  position: relative;
  min-width: 960px;
  letter-spacing: 2px;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, body {
    /* IE11 にのみ適用される */
    font-family: "メイリオ ", Meiryo, sans-serif;
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box; -moz-box-sizing: border-box;-o-box-sizing: border-box;  -ms-box-sizing: border-box;box-sizing: border-box;
}

@media (min-width: 767px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}


mark{
  font-weight: 500;
  background-size: 200% 0.5em;
  background-position: 0 0.7em;
  transition: all 3s ease;
  transition-delay: 1s;
  background-color: #fff;
  background-image: linear-gradient(to left,transparent 50%,#dce7c4 50%);
  background-repeat: repeat-x;
  background-color: transparent;
}

mark.active{
  background-position: -100% 0.7em;
}


/* リンク設定
------------------------------------------------------------*/
a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: #333;
}
a:hover, a:active {
  outline: none;
  opacity: 0.8;
}
/* PC,SP切り替え
------------------------------------------------------------*/
.pc-on {
  display: block !important;
}
.pc-on-inlineblock {
  display: inline-block !important;
}
.sp-on {
  display: none !important;
}
.sp-on-inline {
  display: none !important;
}
/* ヘッダー
------------------------------------------------------------*/
header {
  position: relative;
  margin: 0 auto;
  padding-bottom: 50px;
}

header .logo_box {
  padding: 10px;
}

header .logo_box .logo_box_inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

header .logo_box .logo_iiohaka {
  width: 140px;
}
header .logo_box .logo_iiohaka img {
  width: 100%;
}
header .keyvisual{
  width: 100%;
  background: url(/feature/park_cemetery_resources/img/img_kv_bg.png) no-repeat;
  background-size: cover;
  margin: 0 0 100px 0;
  position: relative;
}
header .keyvisual h1 {
  max-width: 690px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
  text-align: center;
}
header .keyvisual h1 img {
  width: 100%;
}
header .nav_box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  margin: auto;
  max-width: 1000px;
  width: 100%;
  padding: 0 20px;
}
header .nav_box.is-fixed {
  position: fixed;
  top: 0;
  bottom: auto;
  z-index: 10;
  background: #fff;
}
header .nav_box.is-fixed ul a {
  display: block;
  transition: .3s padding ease;
}
header .nav_box ul {
  display: flex;
  justify-content: space-between;
}
header .nav_box ul li {
  width: calc(100% / 6);
  text-align: center;
}
header .nav_box ul a {
  display: block;
  padding-bottom: 6px;
  font-size: 18px;
  font-weight: bold;
  color: #875238;
  position: relative;
  text-align: center;
}
header .nav_box ul li span {
  font-size: 28px;
}
header .nav_box ul a::after {
  content: '';
  display: inline-block;
  width: 22px;/*画像の幅*/
  height: 14px;/*画像の高さ*/
  background-image: url(/feature/park_cemetery_resources/img/ina/icon_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: .3s bottom ease;
}
header .nav_box ul a:hover::after {
  bottom: -2px;
  transition: .3s bottom ease;
}


#block01 {
  padding: 80px 0;
}
#block01 .inner {
  max-width: 1000px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
#block01 .inner h2 {
  position: relative;
  padding: 0 0 0 180px;
  font-size: 32px;
  line-height: 2;
  color: #875238;
  font-family: "Sawarabi Mincho";
  margin-bottom: 80px;
}
#block01 .inner p {
  text-align: left;
  margin-bottom: 20px;
}
#block01 .inner .imgCenter {
  width: 480px;
  margin: 20px auto;
  text-align: center;
}
#block01 .inner .imgCenter img {
  width: 100%;
}

#block06 .inner h2:before,
#block05 .inner h2:before,
#block04 .inner h2:before,
#block03 .inner h2:before,
#block02 .inner h2:before,
#block01 .inner h2:before {
  content: '';
  display: inline-block;
  width: 142px;/*画像の幅*/
  height: 120px;/*画像の高さ*/
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#block01 .inner h2:before {
  background-image: url(/feature/park_cemetery_resources/img/ina/img_h2_01.png);
}
#block06 .inner h2:after,
#block05 .inner h2:after,
#block04 .inner h2:after,
#block03 .inner h2:after,
#block02 .inner h2:after,
#block01 .inner h2:after {
  content: '';
  display: inline-block;
  width: 100%;/*画像の幅*/
  height: 30px;/*画像の高さ*/
  background-image: url(/feature/park_cemetery_resources/img/ina/img_h2_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: -62px;
}




#block02 {
  padding: 50px 0;
}
#block02 .inner {
  max-width: 1000px;
  width: 100%;
  padding: 30px 20px 0;
  margin: 0 auto;
  overflow: hidden;
}
#block02 .inner h2 {
  position: relative;
  padding: 0 0 0 180px;
  font-size: 32px;
  line-height: 2;
  color: #875238;
  font-family: "Sawarabi Mincho";
  margin-bottom: 80px;
}
#block02 .inner h2:before {
  background-image: url(/feature/park_cemetery_resources/img/ina/img_h2_02.png);
}
#block02 .inner .imgCenter {
  width: 480px;
  margin: 20px auto;
}
#block02 .inner .imgCenter img {
  width: 100%;
}




#block03 {
  padding: 50px 0;
}
#block03 .inner {
  max-width: 1000px;
  width: 100%;
  padding: 30px 20px 0;
  margin: 0 auto;
  overflow: hidden;
}
#block03 .inner h2 {
  position: relative;
  padding: 0 0 0 180px;
  font-size: 32px;
  line-height: 2;
  color: #875238;
  font-family: "Sawarabi Mincho";
  margin-bottom: 80px;
}
#block03 .inner h2:before {
  background-image: url(/feature/park_cemetery_resources/img/ina/img_h2_03.png);
}
#block03 .inner .imgCenter {
  width: 480px;
  margin: 20px auto;
}
#block03 .inner .imgCenter img {
  width: 100%;
}



#block04 {
  padding: 80px 0;
}
#block04 .inner {
  max-width: 1000px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
#block04 .inner h2 {
  position: relative;
  padding: 0 0 0 180px;
  font-size: 32px;
  line-height: 2;
  color: #875238;
  font-family: "Sawarabi Mincho";
  margin-bottom: 80px;
}
#block04 .inner h2:before {
  background-image: url(/feature/park_cemetery_resources/img/ina/img_h2_04.png);
}
#block04 .inner .imgCenter {
  width: 480px;
  margin: 20px auto;
}
#block04 .inner .imgCenter img {
  width: 100%;
}




#block05 {
  padding: 80px 0;
}
#block05 .inner {
  max-width: 1000px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
#block05 .inner h2 {
  position: relative;
  padding: 0 0 0 180px;
  font-size: 32px;
  line-height: 2;
  color: #875238;
  font-family: "Sawarabi Mincho";
  margin-bottom: 80px;
}
#block05 .inner h2:before {
  background-image: url(/feature/park_cemetery_resources/img/ina/img_h2_05.png);
}
#block05 .inner .imgCenter {
  width: 480px;
  margin: 20px auto;
}
#block05 .inner .imgCenter img {
  width: 100%;
}



#block06 {
  padding: 80px 0;
}
#block06 .inner {
  max-width: 1000px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
#block06 .inner h2 {
  position: relative;
  padding: 0 0 0 180px;
  font-size: 32px;
  line-height: 2;
  color: #875238;
  font-family: "Sawarabi Mincho";
  margin-bottom: 80px;
}
#block06 .inner h2:before {
  background-image: url(/feature/park_cemetery_resources/img/ina/img_h2_06.png);
}


#block10 {
  padding: 80px 0;
  clear: both;
}
#block10 .inner {
  max-width: 1000px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
#block10 .inner h2 {
  position: relative;
  padding: 0;
  font-size: 32px;
  line-height: 2;
  color: #875238;
  font-family: "Sawarabi Mincho";
  margin-bottom: 20px;
  text-align: center;
}
#block10 .inner h3 {
  font-size: 20px;
  line-height: 1.6;
  color: #875238;
  font-family: "Sawarabi Mincho";
  margin: 40px 0 10px;
}
#block10 .inner ul.list_disc {
  margin-bottom: 50px;
}
#block10 .inner ul.list_disc > li {
  padding: 0 0 0 1em;
  position: relative;
}
#block10 .inner ul.list_disc > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8em;
  width: 0.4em;
  height: 0.4em;
  border-radius: 0.2em;
  background: #875238;
}

#block10 .inner ul.list_arrow > li {
  padding: 0 0 0 1.2em;
  position: relative;
}
#block10 .inner ul.list_arrow > li:before {
  content: "";
  background: #fff;
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 10px;
  height: 10px;
  border-top: 1px solid #875238;
  border-right: 1px solid #875238;
  transform: rotate(45deg);
}


/* コンバージョン
------------------------------------------------------------*/
.conversionBlock {
  padding: 80px 0;
  background: linear-gradient(90deg,#fefdee,#e9c0af);
}
.conversionBlock .inner {
  max-width: 1000px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.conversionBlock .inner .campaign {
  position: relative;
}
.conversionBlock .inner .campaign img {
  width: 100%;
}
.conversionBlock .inner .campaign:before {
  content: '';
  display: inline-block;
  width: 140px;/*画像の幅*/
  height: 190px;/*画像の高さ*/
  background-image: url(/feature/park_cemetery_resources/img/img_conversion_badge.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 26px;
  top: -30px;
}
.conversionBlock .inner a.campaignBtn {
  display: block;
  position: absolute;
  right: 50px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 150px;
  height: 110px;
  padding: 24px 0 0 24px;
  color: #fff;
  font-size: 24px;
  background: #333333;
  line-height: 1.4;
}
.conversionBlock .inner a.campaignBtn:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  transition: .3s right ease;
}
.conversionBlock .inner a:hover.campaignBtn:after {
  right: 16px;
  transition: .3s right ease;
}
.conversionBlock .inner .conversionBtn {
  display: flex;
  justify-content: space-between;
  margin: 20px auto;
}
.conversionBlock .inner .conversionBtn div {
  width: calc((100% / 2) - 20px);
}
.conversionBlock .inner .conversionBtn div img {
  width: 100%;
}
.conversionBlock .inner .conversionBtn a.formBtn {
  background: linear-gradient(to right, #ff6b97, #fe0072, #ff6b97);
  background-position: left;
  background-size: 200% 100%;
  color: #fff;
  display: block;
  font-size: 24px;
  line-height: 1.4;
  margin-left: 15px;
  padding: 20px 0;
  text-align: center;
  transition: 1s all ease;
  width: calc((80% / 2) - 20px);
}
.conversionBlock .inner .conversionBtn a.formBtn.visit {
  background: linear-gradient(to right, #64c0f0, #1794d5, #64c0f0);
  background-size: 200% 100%;
  background-position: left;
}
.conversionBlock .inner .conversionBtn a.formBtn:hover {
  background-position: right;
  transition: 1s all ease;
  opacity: 1;
}
.conversionBlock .inner .conversionBtn a.formBtn span {
  font-size: 34px;
}
/* 共通パーツ
------------------------------------------------------------*/
.flex_2column {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px auto;
}

.flex_2column.reverse {
  flex-direction: row-reverse;
}
.flex_2column div {
  width: calc((100% / 2) - 10px);
  text-align: center;
  margin: 0 0 20px 0;
}
.flex_2column div .imgBox {
  width: 100%;
  position: relative;
  display: block;
}
.flex_2column div .imgBox img {
  width: 100%;
}
.flex_2column div .imgBox:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 10px;
  border: 1px solid #fff;
  display: block;
}




/* section outline_area
------------------------------------------------------------*/
section.outline_area {
  width: 100%;
  /*background: #fdf5f7;*/
  padding: 50px 0;
}

section.outline_area .outline_area_inner {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
section.outline_area .outline_area_inner h2 {
  color: #066850;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px 0;
}

section.outline_area .outline_area_inner h3 {
  color: #066850;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 40px 0 20px 0;
}

section.outline_area .outline_area_inner p.note {
  font-size: 14px;
  text-indent: -16px;
  padding-left: 16px;
  margin: 20px 0 50px 0;
}
section.outline_area .outline_area_inner .review {
  margin: 0 0 50px 0;
}
section.outline_area .outline_area_inner .review img {
  margin: 0 auto;
}



table{
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 50px 0;
}

table tr{
  border-bottom: solid 2px white;
}

table tr:last-child{
  border-bottom: none;
}

table th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #52c2d0;
  color: white;
  text-align: center;
  padding: 10px 0;
}

table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #52c2d0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

table td{
  text-align: left;
  width: 70%;
  text-align: center;
  background-color: #eee;
  padding: 10px 0;
}
table td sup{
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

/* サイド
-----------------------------------------------*/ .pagetop {
  position: fixed;
  left: 50%;
  bottom: 10px;
  margin-left: 44vw;
}
.page-top {
  cursor: pointer;
}
.cv_side {
  position: fixed;
  left: 50%;
  bottom: -1000px;
  margin-left: 34vw;
  text-align: center;
}
.cv_side a {
  display: block;
  margin-bottom: 10px;
}
.cv_side img {
  width: 100%;
}
.cv_side img.page-top {
  width: 60px;
  margin-top: 20px;
}





/* スマートフォン
-----------------------------------------------*/
@media only screen and (max-width: 767px) {
  body {
    font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, Times, "Times New Roman", serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 4vw;
    line-height: 170%;
    color: #333333;
    -webkit-text-size-adjust: 100%;
    font-weight: normal;
    width: 100%;
    position: relative;
    min-width: 100%;
  }
  img {
  height: initial;
  max-width: 100%;
  }
  /* リンク設定
------------------------------------------------------------*/
  a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-size: 100%;
    transition: all 0.3s ease;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    color: #333;
  }
  a:hover, a:active {
    outline: none;
    opacity: 0.8;
  }
  /* ヘッダー
------------------------------------------------------------*/
  header {
    position: relative;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  header .logo_box {
    position: relative;
    height: 14vw;
  }
  header .logo_box .logo_box_inner {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    margin: 0;
    position: relative;
  }
  header .logo_box .logo_iiohaka {
    position: absolute;
    top: 4vw;
    left: 2vw;
    width: 26vw;
  }
  header .logo_box .logo_iiohaka img {
    width: 100%;
  }

  header .keyvisual{
    width: 100%;
    background-size: 360vw;
    margin: 0 0 10vw 0;
    position: relative;
    background-position: -64vw;
  }
  header .keyvisual h1 {
    max-width: 690px;
    width: 100%;
    margin: 0 auto;
    padding: 100px 0;
    text-align: center;
  }
  header .keyvisual h1 img {
    width: 100%;
  }
  header .nav_box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 7vw;
    margin: auto;
    max-width: 1000px;
    width: 100%;
    padding: 0;
  }
  header .nav_box.is-fixed {
    position: fixed;
    top: 0;
    bottom: auto;
    z-index: 10;
    background: #fff;
  }
  header .nav_box ul {
    display: flex;
    justify-content: space-between;
  }
  header .nav_box ul li {
    padding: 2vw;
  }
  header .nav_box.is-fixed ul li {
    padding: 1vw;
    transition: .3s padding ease;
  }
  header .nav_box ul a {
    font-size: 3vw;
    font-weight: bold;
    color: #875238;
    position: relative;
    text-align: center;
  }
  header .nav_box ul a:hover::after {
    bottom: -1vw;
    transition: .3s bottom ease;
  }
  header .nav_box ul a span {
    font-size: 4vw;
  }
  header .nav_box ul a::after {
    content: '';
    display: inline-block;
    width: 4vw;/*画像の幅*/
    height: 3vw;/*画像の高さ*/
    background-image: url(/feature/park_cemetery_resources/img/ina/icon_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: .3s bottom ease;
  }


  #block01 {
    padding: 10vw 0;
  }
  #block01 .inner {
    max-width: 1000px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  #block01 .inner h2 {
    position: relative;
    padding: 0 0 0 14vw;
    font-size: 5.5vw;
    line-height: 1.6;
    color: #875238;
    font-family: "Sawarabi Mincho";
    margin-bottom: 6vw;
  }
  #block01 .inner .imgCenter {
    width: 100%;
    margin: 20px auto;
  }
  #block01 .inner .imgCenter img {
    width: 100%;
  }
  #block06 .inner h2:before,
  #block05 .inner h2:before,
  #block04 .inner h2:before,
  #block03 .inner h2:before,
  #block02 .inner h2:before,
  #block01 .inner h2:before {
    content: '';
    display: inline-block;
    width: 14vw;/*画像の幅*/
    height: 10vw;/*画像の高さ*/
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    bottom: auto;
    margin: auto;
  }
  #block01 .inner h2:before {
    background-image: url(/feature/park_cemetery_resources/img/ina/img_h2_01.png);
  }
  #block06 .inner h2:after,
  #block05 .inner h2:after,
  #block04 .inner h2:after,
  #block03 .inner h2:after,
  #block02 .inner h2:after,
  #block01 .inner h2:after {
    content: '';
    display: inline-block;
    width: 100%;/*画像の幅*/
    height: 30px;/*画像の高さ*/
    background-image: url(/feature/park_cemetery_resources/img/ina/img_h2_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: -11vw;
  }


  #block02 {
    padding: 10vw 0;
  }
  #block02 .inner {
    max-width: 1000px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  #block02 .inner h2 {
    position: relative;
    padding: 0 0 0 14vw;
    font-size: 5.5vw;
    line-height: 1.6;
    color: #875238;
    font-family: "Sawarabi Mincho";
    margin-bottom: 6vw;
  }
  #block02 .inner h2:before {
    background-image: url(/feature/park_cemetery_resources/img/ina/img_h2_02.png);
  }
  #block02 .inner .imgCenter {
    width: 100%;
    margin: 20px auto;
  }
  #block02 .inner .imgCenter img {
    width: 100%;
  }




  #block03 {
    padding: 10vw 0;
  }
  #block03 .inner {
    max-width: 1000px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  #block03 .inner h2 {
    position: relative;
    padding: 0 0 0 14vw;
    font-size: 5.5vw;
    line-height: 1.6;
    color: #875238;
    font-family: "Sawarabi Mincho";
    margin-bottom: 6vw;
  }
  #block03 .inner h2:before {
    background-image: url(/feature/park_cemetery_resources/img/ina/img_h2_03.png);
  }
  #block03 .inner .imgCenter {
    width: 100%;
    margin: 20px auto;
  }
  #block03 .inner .imgCenter img {
    width: 100%;
  }




  #block04 {
    padding: 10vw 0;
  }
  #block04 .inner {
    max-width: 1000px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  #block04 .inner h2 {
    position: relative;
    padding: 0 0 0 14vw;
    font-size: 5.5vw;
    line-height: 1.6;
    color: #875238;
    font-family: "Sawarabi Mincho";
    margin-bottom: 6vw;
  }
  #block04 .inner h2:before {
    background-image: url(/feature/park_cemetery_resources/img/ina/img_h2_04.png);
  }
  #block04 .inner .imgCenter {
    width: 100%;
    margin: 20px auto;
  }
  #block04 .inner .imgCenter img {
    width: 100%;
  }




  #block05 {
    padding: 10vw 0;
  }
  #block05 .inner {
    max-width: 1000px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  #block05 .inner h2 {
    position: relative;
    padding: 0 0 0 14vw;
    font-size: 5.5vw;
    line-height: 1.6;
    color: #875238;
    font-family: "Sawarabi Mincho";
    margin-bottom: 6vw;
  }
  #block05 .inner h2:before {
    background-image: url(/feature/park_cemetery_resources/img/ina/img_h2_05.png);
  }
  #block05 .inner .imgCenter {
    width: 100%;
    margin: 20px auto;
  }
  #block05 .inner .imgCenter img {
    width: 100%;
  }



  #block06 {
    padding: 10vw 0;
  }
  #block06 .inner {
    max-width: 1000px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  #block06 .inner h2 {
    position: relative;
    padding: 0 0 0 14vw;
    font-size: 5.5vw;
    line-height: 1.6;
    color: #875238;
    font-family: "Sawarabi Mincho";
    margin-bottom: 6vw;
  }
  #block06 .inner h2:before {
    background-image: url(/feature/park_cemetery_resources/img/ina/img_h2_06.png);
  }






  #block10 {
    padding: 10vw 0;
    clear: both;
  }
  #block10 .inner {
    max-width: 1000px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  #block10 .inner h2 {
    position: relative;
    padding: 0;
    font-size: 5.5vw;
    line-height: 1.6;
    color: #875238;
    font-family: "Sawarabi Mincho";
    margin-bottom: 6vw;
    text-align: center;
  }
  #block10 .inner h3 {
    font-size: 5vw;
    line-height: 1.6;
    color: #875238;
    font-family: "Sawarabi Mincho";
    margin: 8vw 0 2vw;
  }
  #block10 .inner ul.list_disc {
    margin-bottom: 6vw;
  }
  #block10 .inner ul.list_disc > li {
    padding: 0 0 0 1em;
    position: relative;
    margin-bottom: 2vw;
  }
  #block10 .inner ul.list_disc > li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.8em;
    width: 0.4em;
    height: 0.4em;
    border-radius: 0.2em;
    background: #875238;
  }

  #block10 .inner ul.list_arrow > li {
    padding: 0 0 0 1.2em;
    position: relative;
    margin-bottom: 2vw;
  }
  #block10 .inner ul.list_arrow > li:before {
    content: "";
    background: #fff;
    position: absolute;
    left: 0;
    top: 0.6em;
    width: 2vw;
    height: 2vw;
    border-top: 1px solid #875238;
    border-right: 1px solid #875238;
    transform: rotate(45deg);
  }


  /* コンバージョン
  ------------------------------------------------------------*/
  .conversionBlock {
    padding: 10vw 0 6vw;
    background: linear-gradient(90deg,#fefdee,#e9c0af);
  }
  .conversionBlock .inner {
    max-width: 1000px;
    width: 100%;
    padding: 0 4vw;
    margin: 0 auto;
  }
  .conversionBlock .inner .campaign {
    position: relative;
  }
  .conversionBlock .inner .campaign img {
    width: 100%;
  }
  .conversionBlock .inner .campaign:before {
    content: '';
    display: inline-block;
    width: 14vw;/*画像の幅*/
    height: 16vw;/*画像の高さ*/
    background-image: url(/feature/park_cemetery_resources/img/img_conversion_badge.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 2vw;
    top: -6vw;
  }
  .conversionBlock .inner a.campaignBtn {
    display: block;
    position: absolute;
    right: 2vw;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 17vw;
    height: 12vw;
    padding: 2vw 0 0 2vw;
    color: #fff;
    font-size: 3vw;
    background: #333333;
    line-height: 1.4;
  }
  .conversionBlock .inner a.campaignBtn:after {
    content: "";
    display: block;
    position: absolute;
    right: 2vw;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 2vw;
    height: 2vw;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    transition: .3s right ease;
  }
  .conversionBlock .inner a:hover.campaignBtn:after {
    right: 1vw;
    transition: .3s right ease;
  }

  
  /*SP*/
  /*CVボタン*/
  .conversionBlock .inner .conversionBtn {
    display: block;
    margin: 20px auto;
  }
  .conversionBlock .inner .conversionBtn div {
    width: 100%;
  }
  .conversionBlock .inner .conversionBtn div img {
    width: 100%;
  }
  .conversionBlock .inner .conversionBtn a.formBtn {
    width: 100%;
    display: block;
    color: #fff;
    font-size: 20px;
    padding: 4vw 0 3vw;
    text-align: center;
    background: linear-gradient(to right, #ff6b97, #fe0072, #ff6b97);
    background-size: 200% 100%;
    background-position: left;
    line-height: 1.4;
    margin: 10px 0 0;
    transition: 1s all ease;
  }
  .conversionBlock .inner .conversionBtn a.formBtn:hover {
    background-position: right;
    transition: 1s all ease;
    opacity: 1;
  }
  .conversionBlock .inner .conversionBtn a.formBtn span {
    font-size: 4vw;
  }
  /* 共通パーツ
  ------------------------------------------------------------*/
  .flex_2column {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px auto;
  }

  .flex_2column div {
    width: 100%;
    text-align: center;
    margin: 0 0 2vw 0;
  }
  .flex_2column div .imgBox {
    width: 100%;
    position: relative;
    display: block;
  }
  .flex_2column div .imgBox img {
    width: 100%;
  }
  .flex_2column div .imgBox:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 2vw;
    border: 1px solid #fff;
    display: block;
  }




  /* section outline_area
  ------------------------------------------------------------*/
  section.outline_area {
    width: 100%;
    padding: 10vw 0;
  }

  section.outline_area .outline_area_inner {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    padding: 0 4vw;
  }
  section.outline_area .outline_area_inner h2 {
    color: #066850;
    font-size: 5vw;
    font-weight: bold;
    text-align: center;
    margin: 0 0 20px 0;
  }

  section.outline_area .outline_area_inner h3 {
    color: #066850;
    font-size: 4.5vw;
    font-weight: bold;
    text-align: center;
    margin: 40px 0 20px 0;
  }

  section.outline_area .outline_area_inner p.note {
    font-size: 3vw;
    text-indent: -16px;
    padding-left: 16px;
    margin: 0 0 12vw 0;
  }
  section.outline_area .outline_area_inner .review {
    margin: 0 0 50px 0;
  }
  section.outline_area .outline_area_inner .review img {
    margin: 0 auto;
  }



  table{
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 50px 0;
  }

  table tr{
    border-bottom: solid 2px white;
  }

  table tr:last-child{
    border-bottom: none;
  }

  table th{
    position: relative;
    text-align: left;
    width: 30%;
    background-color: #52c2d0;
    color: white;
    text-align: center;
    padding: 10px 0;
    font-size: 2.5vw;
  }

  table th:after{
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top:calc(50% - 10px);
    right:-10px;
    border-left: 10px solid #52c2d0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }

  table td{
    text-align: left;
    width: 70%;
    text-align: center;
    background-color: #eee;
    padding: 3vw;
    font-size: 3.5vw;
  }
  table td sup{
    font-size: 70%;
    vertical-align: top;
    position: relative;
    top: -0.1em;
  }

  /* サイド
  -----------------------------------------------*/
  .content-inner-small {
    padding: 0 0 50px;
    width: 100%;
    margin: 0 auto;
  }
  .cv_side {
    position: fixed;
    left: 0;
    bottom: -1000px;
    margin-left: 0;
    display: flex;
  }
  .cv_side a {
    display: block;
    width: 100%;
    text-align: center;
  }
  .cv_side a img {
    width: 90%;
    height: auto;
  }
  .is-fixed {
    position: fixed;
    top: 0;
    padding: 0;
    width: 100%;
    z-index: 1000;
  }
  .pc-on {
    display: none !important;
  }
  .pc-on-inline {
    display: none !important;
  }
  .sp-on {
    display: block !important;
  }
  .sp-on-inline {
    display: inline-block !important;
  }
  .sp-on-flex {
    display: flex !important;
  }

}

#grobal .blk_footer_attention .btn_trigger::after{
  top: 3px !important;
}
#grobal .blk_footer_info .btn_trigger_info::after{
  top: 8px !important;
}
#grobal .blk_footer_info .input_trigger_info:checked~.btn_trigger_info::after{
  top: 11px !important;
}
#grobal .blk_footer_attention .input_trigger:checked~.btn_trigger::after {
  top: 9px !important;
}
@media only screen and (min-width: 768px){
  #grobal .blk_footer_attention .btn_trigger::after{
    top: 5px !important;
  }
  #grobal .blk_footer_attention .input_trigger:checked~.btn_trigger::after {
    top: 20px !important;
  }
}
