/*
Theme Name: kaisenji.jp
Theme URI: http://www.kaisenji.jp/
Description: 海泉寺のオリジナルテーマ
Version: 1.0
Author: trevo
*/

@charset "utf-8";

html {
  font-size: 62.5%;
}

@font-face {
  font-family: "YuGothic-M";
  font-weight: normal;
  src: local("YuGothic-Medium"),
  local("Yu Gothic Medium"),
  local("YuGothic-Regular");
}

@font-face {
  font-family: "YuGothic-M";
  font-weight: bold;
  src: local("YoGothic-Bold"),
  local("Yu Gothic");
}

html {
  font-size: 62.5%;
  /* 16px x 0.625 = 10px(=1rem) */;
}

body {
  /*min-width: 1280px;*/
  font-size: 1.6rem;
  /* 16px */
  font-family: -apple-system, blinkMacSystemFont, YuGothic-M, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome, body {
    -webkit-font-feature-settings: "pkna";
    font-feature-settings: "pkna";
  }
}

body {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  padding: 0px;
  line-height: 210%;
  font-family: '游明朝', YuMin, "ヒラギノ明朝 ProN W6", HiraMinProN-W6, '游ゴシック', Yu Gothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333333;
  background-repeat: repeat-x;
  background-position: top;
  color: #0b346e;
}

a {
  text-decoration: none;
}

a:hover {
  color: #fff;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

li, h3 {
  margin: 0px;
  padding: 0px;
}

hr {
  display: none;
}

iframe {
  margin: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

img {
  vertical-align: top;
  margin: 0px;
  padding: 0px;
  border-top: 0px none;
  border-right: 0px none;
  border-bottom: 0px none;
  border-left: 0px none;
}

h1, h2, h3, h4, h5, h6, p, dl, dt, dd {
  margin: 0px;
  padding: 0px;
}

.form_text {
  font-size: 12px;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
  zoom: 1;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.center {
  width: 690px;
  text-align: center;
  clear: both;
  margin-right: auto;
  margin-left: auto;
}

.center2 {
  width: 100%;
  text-align: center;
  clear: both;
  margin-right: auto;
  margin-left: auto;
}

.trans {
  opacity: 1;
}

.trans:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  -khtml-opacity: 0.70;
  opacity: 0.70;
}

/*--------------------------------------
共通設定
--------------------------------------*/
.btn_txt {
  color: #fff;
}

.link_btn_box {
  width: 440px;
}

.link_btn_box .border_in {
  /*padding: 2px 0;*/
  /*border-color: #fff;*/;
}

.btn_txt {
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: .2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 120px;
  -webkit-transition: .3s;
  transition: .3s;
  margin: 3px;
}

.link_btn_box {
  width: 440px;
  background-color: #0b346e;
  margin: 0 auto;
  margin-top: 50px;
}

.f_btn_box .link_btn_box {
  margin-top: 0;
}

.link_btn {
  white-space: nowrap;
  font-size: 18px;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  padding: 11px 0;
  -webkit-transition: .3s;
  transition: .3s;
}

/*.btn_txt:hover,*/
.btn_txt:hover,
.link_btn:hover {
  background-color: #59549f;
}

.sankaku {
  position: relative;
}

.sankaku:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4.5px;
  margin-right: 16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 10px;
  border-color: transparent transparent transparent #ffffff;
}

.tel {
  font-size: 2.4rem;
  line-height: 1;
  color: #fff;
}

.mail {
  font-size: 1.8rem;
  line-height: 1;
  margin-top: 8px;
}

.btn_txt_small {
  white-space: nowrap;
  font-size: 1.5rem;
  margin-bottom: .2rem;
}

.sp_visible {
  display: none;
}

.header {
  /*min-width: 1280px;*/
  width: 100%;
  pointer-events: auto;

}

.g-box {
  /*min-width: 1280px;*/
  width: 100%;
  height: 70px;
  background-color: #fff;
  margin: 0;


  position: absolute;
  top: 110px;
  z-index: 5;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;

  box-shadow: 0px 3px 3px -1px #d4d4d9;
  -moz-box-shadow: 0px 3px 3px -1px #d4d4d9;
  -webkit-box-shadow: 0px 3px 3px -1px #d4d4d9;

}
.home .g-box{
  top: 784px;
}
.home .g-box.is-fixed{
  top: 0;
}

.home .h-box .btn_box{
  top: 496px;
}

.g-box .btn_box {
  position: absolute;
  right: 0;
  top: 303px;

}

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}

.home .is-fixed.g-box .btn_box{
  position: fixed;
  top: 0;
}

.g-box .logo {
  width: 180px;
}

.g-box .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.g-box .btn_txt img {
  width: 27%;
}

img.wp-smiley img {
  float: none;
}

.page-template-page-noukotsu .g-box.is-fixed {
  top: 0;
}
.page-template-page-noukotsu  .h-box .btn_box{
  position: absolute;
  right: 0;
  top: 712px;
  z-index: 5;
}
.h-box .btn_box{
  position: absolute;
  right: 0;
  top: 412px;
  z-index: 5;
}
.h-box .btn_box.is-fixed{
  position: fixed;
  top: 0;
  left: auto;
  right: 0;
  width: auto;
}

.global_nav_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.goro {
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: block;
  letter-spacing: .3rem;
}

.tel rt {
  width: 100%;
  white-space: nowrap;

}

.global_nav_list li {
  margin: 0 2%;
}

.global_nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  color: #0b346e;
}

.global_nav__item:hover {
  color: inherit;
}

.under_line {
  position: relative;
}

.under_line:after {
  width: 100%;
  height: 4px;
  display: block;
  background-color: #0b346e;
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.under_line:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.resimg {
  max-width: 100%;
}

.l_container {
  /*width: 1000px;*/
  max-width: 1000px;
  margin: 0 auto;
}

.banner_area {
  width: 830px;
  margin: 32px auto;
  display: flex;
  justify-content: space-between;
}
.banner_area.single{
  justify-content: center;
}
.banner_area_item p{
  text-align: center;
  color: #000;
  margin-top: 5px;
  letter-spacing: 0.2px;
}
.banner_area_item:hover img {
  opacity: .7;
  transition: .3s;
}

#subpage .banner_area{
  margin-bottom: 5em;
}
.header.g-box_height {
  height: 72px;
}

.first_nav {
  border-top: 1px solid #eee;
  background-color: #fff;
  width: 100%;
  height: 73px;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  box-shadow: 0 3px 5px 1px rgba(205, 205, 205, 0.8);
}


.first_nav .global_nav_list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.h-box {
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  margin: 0 auto;
  max-width: 2100px;
  height: auto;
}
.h-box_outer{
  display: flex;
  justify-content: space-between;
  padding: 1em 1em 0 1em;
  box-sizing: border-box;
}

.l_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.border_in {
  font-size: 2rem;
  border: 1px solid #fff;
  width: 430px;
  height: 110px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1.3;
  letter-spacing: .1rem;
  box-sizing: border-box;
}

/*お問い合わせボタン*/
.contact_btn {
  width: 440px;
  height: 120px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.contact_btn:hover {
  background-image: url("/wp-content/themes/top/img/bg_black_hover.png");
}

.f_btn_box .tel,
.f_btn_box .mail {
  position: relative;
}

.f_btn_box .btn_txt_small {
  font-size: 1.8rem;
}

.f_btn_box .tel {
  font-size: 2.8rem;
  margin-top: .5rem;
  margin-left: 2.5rem;
}

.f_btn_box .tel rt {
  letter-spacing: .4rem;
}

.f_btn_box .mail {
  font-size: 3rem;
  margin-top: .5rem;
}

.f_btn_box .tel:before {
  content: '';
  background-image: url("/wp-content/themes/top/img/ico_phone.gif");
  width: 17px;
  height: 29px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  margin-top: -16px;
  margin-left: -2.5rem;
  top: 50%;
}

.f_btn_box .tel.noukotsu:before {
  margin-top: -10px;
}

.f_btn_box .mail:before {
  content: '';
  display: inline-block;
  background-image: url("/wp-content/themes/top/img/ico_mail.gif");
  width: 29px;
  height: 21px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 1rem;
}



.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.drawer-hamburger-icon, .drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
  width: 100%;
  height: 4px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #0b346e;
}

.nav-box {
  /*width: 1000px;*/
  max-width: 1000px;
  text-align: center;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

#contents {
  width: 100%;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#container {
  /*width: 1000px;*/
  max-width: 1000px;
  text-align: left;
  background-color: #FFF;
  margin-right: auto;
  margin-left: auto;
  background-image: url("/wp-content/themes/top/img/content02.jpg");
  background-repeat: repeat-y;
  background-position: center top;
  padding-right: 8px;
  padding-left: 8px;
}

.logo_box {
  height: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#logo {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  text-align: left;
}

.logo {
  width: 440px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}

.logo_txt {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  line-height: 1.7;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  text-align: left;
}

.logo_txt.sub,
.h_nav_txt.sub {
  color: #0b346e;
}

.header_btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.header_btn_box .contact_btn {
  width: 250px;
  height: 90px;
  box-shadow: 0px 0 2px 2px #716b95;
}

.header_btn_box .border_in {
  width: 240px;
  height: 78px;
}

#h-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  font-size: 14px;
}

.h_nav_txt {
  /*flex-shrink: 0;*/
  color: #fff;
  text-align: right;
  line-height: 1.6;
}

.h_nav_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 20px;
}

.h_nav_link .link_btn_box {
  width: 250px;
  height: 70px;
  margin-top: 0;
}

.h_nav_link .btn_txt {
  font-size: 1.5rem;
  height: 70px;
}

.h_nav_link .tel {
  font-size: 2.4rem;
}

.h_nav_link .mail {
  font-size: 1.8rem;
}

.mainimg {
  width: 100%;
  padding: 0px 0px;
  margin-top: 182px;
  position: relative;
  overflow: hidden;
  height: 230px;
  text-align: center;
  background-color: #94A1E1;
}

.kv_catch,
.kv_txt {
  position: absolute;
}

.kv_txt {
  left: 50%;
  margin-left: -500px;
  margin-top: 350px;
}

.kv_catch {
  left: 50%;
  margin-left: 380px;
  margin-top: 190px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  opacity: 1
}

.kv_catch:hover {
  opacity: .6;
}

.inner {
  width: 1535px;
  height: 230px;
  padding: 0px 0px;
  position: absolute;
  left: 50%;
  margin-left: -767px;
}

#page_title,
#about_kaisenji {
  width: 100%;
  display: block;
  clear: both;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  margin-top: 3em;
  font-weight: bold;
  margin-bottom: 5em;
}

#page_title h2,
#about_kaisenji h2 {
  font-size: 240%;
  margin-bottom: 0.5em;
}

#page_title p,
#about_kaisenji p {
  font-size: 110%;
}

#about_kaisenji p {
  text-align: left;
}

.footer_contact {
  width: 100%;
  background-image: url("/wp-content/themes/top/img/bg_flower.png");
  background-size: 200px;
  background-repeat: repeat;
}

.footer_contact_box {
  padding: 90px 0;
}

.f_btn_box {
  margin-top: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.f_btn_box .contact_btn {
  width: 320px;
}

.f_btn_box .border_in {
  width: 308px;
}

.footer_contact_con {
  /*width: 1000px;*/
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  padding-top: 10px;
}

.footer_contact_con h3 {
  color: #FFFFFF;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  display: block;
  clear: both;
  width: 100%;
}

.footer_line {
  width: 100%;
}

.footer_contact2 {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 40px;
}

#footer {
  background-image: url("/wp-content/themes/top/img/bg_black.png");
  background-size: 149px 139px;
  /*min-width: 1280px;*/
  width: 100%;
}

#footer a:link,
#footer a:visited,
#footer a:active {
  font-size: 1.6rem;
  color: #fff;
  text-decoration: none;
  line-height: 1.4;
}

#footer a:hover {
  color: #fff;
  text-decoration: underline;
}

#footer2 {
  color: #fff;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 79px 0;
  margin: 0 3%;
}

#footer2 p {
  padding-top: 5px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.6;
}

.footer2__list {
  width: 60%;
}

.footer2__list a {
  text-indent: -1em;
  white-space: nowrap;
}

#footer2 .btn_box {
  flex-shrink: 0;
}

#footer2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
}

#footer2 li {
  line-height: 100%;
  -ms-flex-preferred-size: 130px;
  flex-basis: 130px;
  text-align: left;
  margin-right: 8%;
  padding-top: 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#footer2 li a {
  position: relative;
}

#footer2 li a:before {
  content: '';
  width: 6px;
  height: 6px;
  display: inline-block;
  background: #fff;
  margin-right: 1rem;
}

.footer2_l {
  width: 650px;
  text-align: left;
  margin-right: 54px;
}

#footer2 .contact_btn {
  width: 620px;
  height: 120px;
  background-color: #ac9d8f;
  -webkit-transition: .3s;
  transition: .3s;
}

#footer2 .contact_btn:hover {
  background-color: #5f5aa2;
  background-image: none;
  text-decoration: none;
}

#footer2 .btn_box {
}

#footer2 .border_in {
  font-size: 1.8rem;
  width: 610px;
  line-height: 1.8;
}

#copyright {
  width: 100%;
  font-size: 15px;
  color: #fff;
  line-height: 100%;
  text-align: center;
  padding: 18px 0;
  border-top: 1px solid #bbbbbb;
}

/*--------------------------------------
マージン設定
--------------------------------------*/
.mt00 {
  margin-top: 0 !important;
}

.mt04 {
  margin-top: 4px !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt08 {
  margin-top: 8px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt12 {
  margin-top: 12px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 50px !important;
}

.mr00 {
  margin-right: 0 !important;
}

.mr05 {
  margin-right: 5px !important;
}

.mr09 {
  margin-right: 9px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr12 {
  margin-right: 12px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr18 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb00 {
  margin-bottom: 0 !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb12 {
  margin-bottom: 12px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb16 {
  margin-bottom: 16px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml00 {
  margin-left: 0 !important;
}

.ml05 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml12 {
  margin-left: 12px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml16 {
  margin-left: 16px !important;
}

.ml17 {
  margin-left: 17px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

/*--------------------------------------
パディング設定
--------------------------------------*/
.pt00 {
  padding-top: 0 !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt12 {
  padding-top: 12px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pr00 {
  padding-right: 0 !important;
}

.pr05 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr12 {
  padding-right: 12px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr57 {
  padding-right: 57px !important;
}

.pr120 {
  padding-right: 120px !important;
}

.pb00 {
  padding-bottom: 0 !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb12 {
  padding-bottom: 12px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl00 {
  padding-left: 0 !important;
}

.pl05 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl12 {
  padding-left: 12px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl57 {
  padding-left: 57px !important;
}

.me1 {
  margin-bottom: 1.5em;
}

/*--------------------------------------
フォント設定
--------------------------------------*/
.text_b {
  font-weight: bold;
}

.text_or {
  color: #f39800;
}

.text01 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-size: 1.6rem;
}

.text02 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 30px;
  font-size: 3rem;
  color: #4558b4;
  margin-bottom: 0.8em;
}

.text02_b {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 30px;
  font-size: 3rem;
  color: #4558b4;
  margin-bottom: 0.8em;
  font-weight: bold;
}

.text03 {
  font-size: 25px;
  font-size: 2.5rem;
}

.text04 {
  font-size: 31px;
  font-size: 3.1rem;
  font-weight: bold;
}

.text05_b {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  color: #000000;
}

.text06 {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  color: #000000;
  background-image: url("/wp-content/themes/top/img/h3_title_bg.jpg");
  background-repeat: no-repeat;
  padding-left: 2%;
  line-height: 100%;
  margin-bottom: 1em;
  padding-top: 1.8%;
  padding-bottom: 2%;
}

.text07 {
  font-weight: bold;
  display: block;
  border-bottom: 1px solid #CCCCCC;
}

.text08 {
  background-image: url("/wp-content/themes/top/img/footer_li.png");
  background-repeat: no-repeat;
  background-position: left 12px;
  padding-left: 10px;
}

.text09 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
}

.text10 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
}

.text11 {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}

.text12 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
}

.text13 {
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
}

/*--------------------------------------
トップページ
--------------------------------------*/
.top_mainimg {
  width: 100%;
  padding: 0px 0px;
  position: relative;
  height: 768px;
  margin-bottom: 118px;
  background-image: url("/wp-content/themes/top/img/top_kv.jpg");
  background-size: cover;
}

.top_inner {
  /*width: 1000px;*/
  max-width: 1000px;
  padding: 0 0;
}

.top_01 {
  display: block;
}

.top_02 {
  display: none;
}

.top_info {
  overflow: hidden;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}

.top_info:before,
.top_info:after {
  content: '';
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
}

.top_info:before {
  width: 361px;
  height: 898px;
  background-image: url("/wp-content/themes/top/img/vc_waterLeft_white.png");
  left: 50%;
  top: 0;
  margin-left: -930px;
  /*margin-left: -50%;*/;
}

.top_info:after {
  width: 342px;
  height: 748px;
  background-image: url("/wp-content/themes/top/img/vc_water_white.png");
  right: 50%;
  top: 0;
  margin-right: -940px;
  /*margin-right: -50%;*/
  margin-top: 230px;
}

.top_info ul {
  /*width: 1000px;*/
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 45px;
}

.top_info li:first-child {
  border-top: 1px solid #ccc;
}

.top_info li {
  border-bottom: 1px solid #CCC;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top_info li a {
  font-size: 18px;
  font-size: 1.8rem;
  color: #0b346e;
}

.top_info li a:hover {
  text-decoration: underline;
}

.top_info .link_btn_box {
  margin: 0 auto;
  margin-top: 64px;
}

.day {
  font-size: 18px;
  font-size: 1.8rem;
  width: 100px;
  margin-right: 20px;
}

.info_ca {
  background-color: #0b346e;
  color: #FFFFFF;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  width: 100px;
  margin-right: 20px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.info_btn a {
  text-align: center;
  font-size: 13px;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #CCCCCC;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  margin-top: 30px;
}

.top_con01 {
  width: 100%;
  background-image: url("/wp-content/themes/top/img/bg_flower.png");
  background-repeat: repeat;
  background-size: 400px;
  overflow: hidden;
}

.top_con_box {
  /*width: 1000px;*/
  max-width: 1000px;
  margin: 0 auto;
  padding: 90px 0;
}

.top_con01_img {
  position: relative;
  text-align: center;
  margin-top: 48px;
}

.top_con01_img:before,
.top_con01_img:after {
  content: '';
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/top/img/vc_cloud.png");
  width: 403px;
  height: 108px;
  background-size: contain;
  position: absolute;
}

.top_con01_img:before {
  bottom: 0;
  margin-left: -320px;
}

.top_con01_img:after {
  top: 0;
  margin-left: -120px;
}

#kuyou .top_con_box {
  color: #fff;
}

#kuyou .link_btn_box {
  background-color: #fff;
  margin: 0 auto;
  margin-top: 40px;
}

#kuyou .link_btn {
  color: #0b346e;
}

#kuyou .link_btn:hover {
  color: #fff;
  background-color: #5f5aa2;
}

#kuyou .sankaku:after {
  border-color: transparent transparent transparent #0b346e;
}

#kuyou .sankaku:hover:after {
  border-color: transparent transparent transparent #fff;
}

.top_con_box_text {
  text-align: center;
}

#haka .top_con_box_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.con_title {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.6;
  font-weight: bold;
}

.deco {
  position: relative;
}

.deco:before {
  content: '';
  background-image: url("/wp-content/themes/top/img/deco.png");
  width: 24px;
  height: 5px;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 12px;
}

.con_subTitle {
  display: inline-block;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 30px;
}

.con_txt {
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: justify;
  line-height: 2;
  margin-top: 30px;
}

.txt-center {
  text-align: center;
}

#kuyou .top_con_box_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.top_con02 {
  width: 100%;
  background-image: url("/wp-content/themes/top/img/bg_black.png");
  background-size: 149px 139px;
  background-position: center;
  background-repeat: repeat;
  position: relative;
  overflow: hidden;
}

.top_con02:before,
.top_con02:after {
  content: '';
  background-size: contain;
  position: absolute;
}

.top_con02:before {
  bottom: 0;
  left: 50%;
  background-image: url("/wp-content/themes/top/img/vc_water_Bl.png");
  width: 243px;
  height: 162px;
  margin-left: -798px;
}

.top_con02:after {
  background-image: url("/wp-content/themes/top/img/vc_water_Br.png");
  width: 354px;
  height: 442px;
  right: 50%;
  bottom: 0;
  margin-right: -890px;
}

.top_con02 a {
  text-decoration: none;
}

.top_con02_l {
  line-height: 150%;
  width: 140px;
  float: left;
  padding-top: 23px;
}

.top_con02_r {
  width: 130px;
  float: right;
}

.top_con02_box {
  /*width: 1000px;*/
  max-width: 1000px;
  clear: both;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.top_con02_box2 {
  width: 1020px;
  margin-left: -20px;
}

.top_con02_box h2 {
  font-family: '游明朝', Yu Mincho, "ヒラギノ明朝 ProN W6", HiraMinProN-W6, '游ゴシック', Yu Gothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
  color: #0a0a68;
  font-size: 29px;
  font-size: 2.8rem;
  background-image: url("/wp-content/themes/top/img/top_s_con_li.png");
  background-repeat: no-repeat;
  background-position: left 6px;
  padding-left: 18px;
  padding-bottom: 15px;
  font-weight: normal;
}

.top_con02_con01 {
  box-shadow: 0px 0px 4px 4px #cccccc;
  border-radius: 1em;
  background-color: #FFFFFF;
  width: 290px;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  float: left;
  margin-left: 20px;
  background-image: url("/wp-content/themes/top/img/top_con02_img01.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 420px;
}

.top_con02_con01 {
  opacity: 1;
}

.top_con02_con01:hover {
  background-color: #FEF6E8;
}

.top_con02_con01 p {
  line-height: 180%;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  clear: both;
  padding-top: 20px;
}

.top_con02_con01_2 {
  box-shadow: 0px 0px 4px 4px #cccccc;
  border-radius: 1em;
  background-color: #FFFFFF;
  width: 290px;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  float: left;
  margin-left: 20px;
  background-image: url("/wp-content/themes/top/img/top_con02_img02.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 420px;
}

.top_con02_con01_2 {
  opacity: 1;
}

.top_con02_con01_2:hover {
  background-color: #FEF6E8;
}

.top_con02_con01_2 p {
  line-height: 180%;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  clear: both;
  padding-top: 20px;
}

.top_con02_con01_3 {
  box-shadow: 0px 0px 4px 4px #cccccc;
  border-radius: 1em;
  background-color: #FFFFFF;
  width: 290px;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  float: left;
  margin-left: 20px;
  background-image: url("/wp-content/themes/top/img/top_con02_img03.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 420px;
}

.top_con02_con01_3 {
  opacity: 1;
}

.top_con02_con01_3:hover {
  background-color: #FEF6E8;
}

.top_con02_con01_3 p {
  line-height: 180%;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  clear: both;
  padding-top: 20px;
}

.top_link {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-image: url("/wp-content/themes/top/img/bg_he.png");
  background-size: 200px;
  text-align: center;
  padding: 50px 0;
}

.feature_list {
  width: 945px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.feature_list .link_btn_box {
  width: 400px;
  margin-top: 50px;
}

.feature_list__item {
  width: 440px;
  background-color: #fff;
}

.feature_list_container {
  padding: 40px 20px 40px 20px;
  text-align: left;
}

.feature__title {
  display: inline-block;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: left;
}

.feature_txt {
  font-size: 18px;
  line-height: 1.66;
  padding-top: 28px;
  min-height: 210px;
}

.top_con03 {
  width: 100%;
  clear: both;
  margin-right: auto;
  margin-left: auto;
  background-image: url("/wp-content/themes/top/img/bg_he.png");
  background-size: 200px;
  text-align: center;
  padding-bottom: 90px;
}

.top_con03_box {
  /*width: 1000px;*/
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 90px;
}

.top_con03_box p {
  font-size: 2.4rem;
}

.top_con03_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 320px;
  height: 260px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  text-decoration: none;
}

.top_access_txt {
  width: 100%;
  height: 80px;
  background-color: #fff;
  font-size: 14px;
  font-weight: bold;
  color: #0b346e;
  line-height: 1.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top_con03_box ul {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}

.top_con03_box ul li:nth-child(n + 4) {
  margin-top: 32px;
}

.top_access07 {
  margin-top: 50px;
}

/*--------------------------------------
サブページ
--------------------------------------*/
.con_box {
  width: 100%;
  margin-bottom: 3em;
  float: none;
}

.con_box2 {
  width: 94%;
  float: none;
  border-bottom: 8px solid #4558B4;
  padding-top: 3%;
  padding-right: 3%;
  padding-bottom: 3%;
  padding-left: 3%;
  background-color: #F0F2FE;
  color: #4558B4;
  margin-bottom: 1em;
}

.con_box2 p {
  margin-bottom: 0.5em;
}

.con_l {
  float: left;
  width: 520px;
}

.con_r {
  float: right;
  width: 440px;
}

.con_l2 {
  float: left;
  width: 440px;
}

.con_r2 {
  float: right;
  width: 530px;
}

.con_l3 {
  float: left;
  width: 600px;
  text-align: left;
}

.con_r3 {
  float: right;
  width: 319px;
  text-align: center;
}

.con_l4 {
  float: left;
  width: 600px;
  text-align: left;
}

.con_btn a {
  display: block;
  text-decoration: none;
  background-image: url("/wp-content/themes/top/img/sub_btn.jpg");
  color: #6076e5;
  text-align: center;
  width: 240px;
  height: 40px;
  margin-right: 10px;
  margin-top: 0.8em;
  float: left;
  line-height: 240%;
  margin-left: 10px;
}

.con_btn a:hover {
  color: #999999;
}

/*--------------------------------------
よくある質問
--------------------------------------*/
.faq {
  width: 100%;
}

.faq .menu {
  margin-left: -26px;
  display: block;
}

.faq .menu_item {
  display: block;
  float: left;
  width: 230px;
  margin-left: 26px;
}

.faq .menu_item a {
  width: 230px;
  display: block;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  background-image: url("/wp-content/themes/top/img/faq_btn.gif");
  height: 42px;
  padding-top: 8px;
  background-repeat: no-repeat;
}

.faq .menu_item a:hover {
  color: #4558B4;
}

.faq dt {
  background-image: url("/wp-content/themes/top/img/faq01.gif");
  background-repeat: no-repeat;
  background-position: left 5px;
  padding-left: 3%;
  font-size: 120%;
  margin-bottom: 0.3em;
}

.faq dd {
  background-image: url("/wp-content/themes/top/img/faq02.gif");
  background-repeat: no-repeat;
  background-position: left 6px;
  padding-left: 3%;
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #CCCCCC;
}

.faq h3 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: block;
  background-image: url("/wp-content/themes/top/img/faq03.jpg");
  float: none;
  color: #FFFFFF;
  padding-top: 1%;
  padding-right: 2%;
  padding-bottom: 1%;
  padding-left: 2%;
  margin-bottom: 1.5em;
  margin-top: 3em;
}

#fa01 a {
  display: inline;
  text-align: center;
  font-weight: normal;
  background-image: url("/wp-content/themes/top/none");
  text-decoration: underline;
  height: auto;
}

/*--------------------------------------
お問い合わせ
--------------------------------------*/
.contact {
  width: 100%;
  margin-bottom: 60px;
  margin-right: 0px;
}

.contact table {
  width: 100%;
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #CCC;
}

.contact th {
  width: 200px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #CCC;
  text-align: left;
  vertical-align: top;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #F4F4F4;
  padding-left: 30px;
  color: #333333;
}

.contact td {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #CCC;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
}

.contact_btn button {
  width: 170px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  cursor: pointer;
}

.ch {
  margin-bottom: 5px;
}

#mfp_button_send {
  font-size: 14px;
  border: 1px solid #CCCCCC;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
}

#mfp_button_cancel {
  font-size: 14px;
  border: 1px solid #CCCCCC;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
}

/*--------------------------------------
個人情報保護
--------------------------------------*/
.privacy {
  clear: both;
  width: 100%;
}

.privacy dl {
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #CCC;
  margin-top: 30px;
  margin-bottom: 60px;
}

.privacy dt {
  width: 100%;
  color: #0A0A68;
  font-weight: bold;
  font-size: 110%;
  padding-top: 30px;
}

.privacy dd {
  width: 100%;
}

.privacy-r {
  width: 100%;
  text-align: right;
  padding-top: 30px;
  padding-bottom: 30px;
}

.jisage {
  padding-left: 1.7em;
  text-indent: -1.7em;
}

/*--------------------------------------
お墓
--------------------------------------*/
.grave_con_btn ul {
  margin-top: 1em;
}

.grave_con_btn li {
  display: inline;
  width: 240px;
  margin-left: 10px;
}

/*--------------------------------------
納骨堂
--------------------------------------*/
.noukotudou {
  text-align: center;
}

/*.noukotudou ul {*/
  /*padding-top: 2em;*/
/*}*/

/*.noukotudou li {*/
  /*margin-bottom: 10px;*/
/*}*/

.noukotudou_bg01 {
  background-image: url("/wp-content/themes/top/img/noukotudou_bg01.png");
}

.noukotudou_bg02 {
  background-image: url("/wp-content/themes/top/img/noukotudou_bg02.png");
}

.noukotudou_bg03 {
  background-image: url("/wp-content/themes/top/img/noukotudou_bg03.png");
}

.noukotudou_con {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
}

.noukotudou_con h2 {
  width: 100%;
  background-image: url("/wp-content/themes/top/img/noukotudou_bg04.png");
  text-align: center;
  color: #000000;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 25px;
}

.noukotudou_l {
  width: 600px;
  float: left;
}

.noukotudou_l ul {
  background-color: #FFF8E5;
  width: 94%;
  padding-top: 3%;
  padding-right: 3%;
  padding-bottom: 2%;
  padding-left: 3%;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.85rem;
}

.noukotudou_l li {
  margin-bottom: 10px;
}

.noukotudou_r {
  width: 331px;
  float: right;
  text-align: center;
}

.noukotudou_r2 {
  width: 331px;
  float: right;
  text-align: center;
}

.noukotudou_text01 {
  border-bottom: 1px dotted #CCCCCC;
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #000000;
}

.noukotudou_no01 {
  background-image: url("/wp-content/themes/top/img/noukotudou_no01.png");
  background-repeat: no-repeat;
  background-position: left 0px;
  padding-left: 30px;
}

.noukotudou_no02 {
  background-image: url("/wp-content/themes/top/img/noukotudou_no02.png");
  background-repeat: no-repeat;
  background-position: left 0px;
  padding-left: 30px;
}

.noukotudou_no03 {
  background-image: url("/wp-content/themes/top/img/noukotudou_no03.png");
  background-repeat: no-repeat;
  background-position: left 0px;
  padding-left: 30px;
}

.noukotudou_no04 {
  background-image: url("/wp-content/themes/top/img/noukotudou_no04.png");
  background-repeat: no-repeat;
  background-position: left 0px;
  padding-left: 30px;
}

.noukotudou_no05 {
  background-image: url("/wp-content/themes/top/img/noukotudou_no05.png");
  background-repeat: no-repeat;
  background-position: left 0px;
  padding-left: 30px;
}

.noukotudou_no06 {
  background-image: url("/wp-content/themes/top/img/noukotudou_no06.png");
  background-repeat: no-repeat;
  background-position: left 0px;
  padding-left: 30px;
}

.noukotudou_no07 {
  background-image: url("/wp-content/themes/top/img/noukotudou_no07.png");
  background-repeat: no-repeat;
  background-position: left 0px;
  padding-left: 30px;
}

.noukotudou_no08 {
  background-image: url("/wp-content/themes/top/img/noukotudou_no08.png");
  background-repeat: no-repeat;
  background-position: left 0px;
  padding-left: 30px;
}

.noukotudou_con2 {
  width: 93.5%;
  border: 3px solid #878AAA;
  background-color: #F0F2FE;
  padding-top: 3%;
  padding-right: 3%;
  padding-bottom: 3%;
  padding-left: 3%;
  text-align: right;
}

.noukotudou_con3 {
  width: 94%;
  background-color: #eeeeee;
  padding-top: 3%;
  padding-right: 3%;
  padding-bottom: 3%;
  padding-left: 3%;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 60px;
}

.noukotudou_con4 {
  width: 100%;
  margin-bottom: 80px;
}

.noukotudou_con4 h3 {
  width: 100%;
  background-image: url("/wp-content/themes/top/img/noukotudou_bg05.png");
  color: #FFFFFF;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 20px;
}

.noukotudou_con4_2 {
  width: 994px;
  border-right: 3px solid #A08F70;
  border-bottom: 3px solid #A08F70;
  border-left: 3px solid #A08F70;
  padding-top: 35px;
  padding-bottom: 35px;
}

.noukotudou_con4_2_cont a {
  width: 367px;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  background-color: #EB6877;
  border-radius: 5px;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: 80px;
  font-size: 20px;
  font-size: 2.0rem;
  float: left;
  margin-right: 107px;
}

/*--------------------------------------
アクセス
--------------------------------------*/
.access {
  width: 100%;
  background-color: #eeeeee;
  margin-bottom: 30px;
}

.access_l {
  width: 300px;
  float: left;
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
}

.access_r {
  width: 670px;
  float: right;
}

.access_btn {
  width: 1020px;
  margin-left: -20px;
}

.access_btn ul {
  margin-left: 0px;
}

.access_btn li {
  width: 320px;
  background-color: #0a0a68;
  margin-bottom: 20px;
  float: left;
  margin-left: 20px;
}

.access_btn a {
  color: #FFFFFF;
  display: block;
  text-decoration: none;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
}

.access_btn a:hover {
  background-color: #3434A7;
}

.ma01 {
  background-image: url("/wp-content/themes/top/img/access_li.png");
  background-repeat: no-repeat;
  background-position: 105px center;
}

.ma02 {
  background-image: url("/wp-content/themes/top/img/access_li.png");
  background-repeat: no-repeat;
  background-position: 95px center;
}

/*--------------------------------------
お知らせ
--------------------------------------*/
.info {
  width: 700px;
  padding-bottom: 60px;
  float: left;
}

.info ul {
  width: 700px;
  clear: both;
}

.info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #CCC;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.info li a {
  color: #0b346e;
}

.info h3 {
  width: 98%;
  margin-top: 0px;
  padding-left: 1%;
  padding-right: 1%;
  margin-bottom: 1em;
  background-image: url("/wp-content/themes/top/img/faq03.jpg");
  color: #FFFFFF;
}

.info_l {
  width: 220px;
  float: right;
  padding-bottom: 60px;
}

.info_l a {
  color: #0b346e;
}

.info_l li {
  border-bottom: 1px solid #CCC;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 0.8em;
}

.info_l_title {
  border-bottom: 1px solid #CCC;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 1em;
}

.day2 {
  font-size: 13px;
  font-size: 1.2rem;
}

.info2 h1 {
  width: 100%;
  font-size: 1.2em;
  font-weight: bold;
  color: #47588E;
  border-bottom: 1px solid #47588E;
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 15px;
  float: none;
  clear: none;
}

.info2 h2 {
  width: 100%;
  font-size: 1.2em;
  font-weight: bold;
  color: #47588E;
  border-bottom: 1px solid #47588E;
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 15px;
  float: none;
  clear: none;
}

.info2 h3 {
  width: 100%;
  font-size: 1.2em;
  font-weight: bold;
  color: #47588E;
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 15px;
  padding-left: 5px;
  border-left: 3px solid #47588E;
  float: none;
  clear: none;
}

.info2 h4 {
  width: 100%;
  font-size: 1.1em;
  color: #47588E;
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 15px;
  background-image: url("/wp-content/themes/top/none");
  padding-left: 0px;
  margin-left: 0px;
  float: none;
  clear: none;
}

#wp_page_numbers, #wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
  font-size: 100%;
}

#wp_page_numbers {
  margin: 0;
  width: 100%;
  text-align: center;
  padding-bottom: 30px;
  clear: both;
}

#wp_page_numbers ul {
  width: 100%;
  margin-bottom: 10px;
  padding: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
  display: inline;
}

#wp_page_numbers li {
  margin: 2px;
  padding: 0px;
  display: inline;
}

#wp_page_numbers a {
  padding: 3px;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 5px;
  color: #333;
  display: inline;
  text-align: center;
  border: 1px solid #D8D8D8;
  background-color: #F3F3F3;
}

#wp_page_numbers li a:hover {
  text-decoration: underline;
  background-color: #C0C0C0;
  border-color: #C1C1C1;
}

#wp_page_numbers li.active_page a {
  border-color: #686868;
}

#wp_page_numbers li.active_page a:hover {
  color: black;
  /* IE fix */
  text-decoration: underline;
  border-color: #7A7A7A;
}

#wp_page_numbers li.page_info {
  display: inline;
  padding: 3px;
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 2px;
  color: #666;
  font-size: 11px;
  border: 2px solid #888888;
}

#a01, #a02, #a03, #a04, #a05, #a06, #a07 {
  margin-top: -100px;
  /* 固定ナビの高さ分のネガティブマージン */
  padding-top: 100px;
  /* 打ち消し用のパディング */;
}

#fa01, #fa02, #fa03, #fa04, #fa05, #fa06, #fa07 {
  margin-top: -100px;
  /* 固定ナビの高さ分のネガティブマージン */
  padding-top: 100px;
  /* 打ち消し用のパディング */;
}

/* NEW SERVER */

.ruby {
  position: absolute;
  left: 0;
  bottom: -32px;
  width: 100%;
  text-align: center;
}

.ml {
  margin-left: 1em;
}

/*納骨堂*/
.over-hid {
  overflow: hidden;
}

.sub_kv {
  width: 100%;
  padding: 0 0;
  position: relative;
  height: 530px;
  background-image: url("/wp-content/themes/top/img/sub/kv_nou.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sub_kv__txt {
  position: absolute;
  left: 50%;
  margin-left: -422px;
  top: 50%;
  margin-top: -74.5px;
}

.sub_content {
  padding: 90px 0;
}

.sub_heading {
  font-size: 3.2rem;
  font-weight: bold;
}

#haka .con_subTitle {
  margin-top: 60px;
}

#haka.top_con_box {
  position: relative;
}

#haka {
  position: relative;
}

#haka:before,
#haka .top_con_box_text:after {
  content: '';
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/top/img/vc_cloud.png");
  width: 403px;
  height: 108px;
  background-size: contain;
  position: absolute;
}

#haka:before {
  right: 50%;
  margin-right: -760px;
}

#haka .top_con_box_text:after {
  left: 50%;
  margin-left: -780px;
  top: 0;
  margin-top: 90px;
}

.image_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}

.image_list__item {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image_list__text {
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  margin-top: 10px;
}

.bgcolor_skin {
  background-color: #fafaff;
}

.bgcolor_white {
  background-color: #fff;
}

.point_box .bgcolor_skin {
  width: 1200px;
  margin: 0 auto;
}

.point_box {
  margin: 0 auto;
  margin-top: 80px;
  position: relative;
}

.point_box .sub_heading {
  margin-bottom: -1.6rem;
}

.point_content {
  /*width: 1000px;*/
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 60px 0;
}

.point_main {
  -ms-flex-preferred-size: 600px;
  flex-basis: 600px;
  font-size: 1.8rem;
  line-height: 2;
  text-align: left;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.point_thumb {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.point__big {
  font-size: 3.6rem;
  line-height: 1;
}

.point_thumb a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 320px;
  height: 260px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  text-decoration: none;
}

#location .point_main {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.bg_black {
  background-image: url("/wp-content/themes/top/img/bg_black.png");
  background-size: 149px 139px;
}

.bg_he {
  background-image: url("/wp-content/themes/top/img/bg_he.png");
  background-size: 200px;
  width: 100%;
}

.bg_black .con_title,
.bg_black .con_subTitle {
  color: #fff;
}

.slick-slide img {
  max-width: 100%;
  height: auto;
}

.SliderFade {
  margin-top: 40px;
}

.slick-dots li button {
  display: none;
}

.item_intro {
  padding: 50px 0;
}

.item_intro_top {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}

/*納骨壇の紹介*/
.entry_panel,
.entry_panel_sub,
.entry_panel_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.entry_panel_top {
  font-size: 1.8rem;
  margin-top: 1px;
  min-height: 175px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.item_name {
  font-size: 3rem;
  font-weight: bold;
}

.item_name__yomi {
  font-size: 1.5rem;
}

.entry_panel_sub {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #eee;
  text-align: left;
  position: relative;
}

.entry_panel_sub__top {
  min-height: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.frame .entry_panel_top:before,
.frame .entry_panel_top:after,
.frame .entry_panel_sub__top:before,
.frame .entry_panel_sub__top:after {
  content: '';
  background-image: url("/wp-content/themes/top/img/sub/item_frame.png");
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}

.frame .entry_panel_top:before,
.frame .entry_panel_sub__top:before {
  left: 0;
}

.frame .entry_panel_top:before {
  top: 0;
  margin-top: 8px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.frame .entry_panel_top:after {
  top: 0;
  margin-top: 8px;
}

.frame .entry_panel_top:after,
.frame .entry_panel_sub__top:after {
  right: 0;
}

.frame .entry_panel_sub__top:before {
  bottom: 0;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.frame .entry_panel_sub__top:after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.item_desc {
  max-width: 100%;
  border-top: 1px solid #eee;
  font-size: 1.5rem;
  line-height: 1.6;
  min-height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 16px 30px;
  box-sizing: border-box;
}

.item_list {
  /*width: 1000px;*/
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

/*商品が奇数の場合*/
.item_list.two {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.item_list.two .item_list_item {
  margin: 0 16px;
}

.bg_band {
  position: relative;
}

.bg_band:before {
  content: '';
  position: absolute;
  background-color: #fafaff;
  width: 100%;
  height: 510px;
  left: 0;
  top: 0;
}

#item_intro_01:before {
  margin-top: 80px;
}

#item_intro_02:before {
  margin-top: 25px;
}

#item_intro_03:before {
  margin-top: 100px;
}

.item_list_item {
  position: relative;
  -ms-flex-preferred-size: 300px;
  flex-basis: 300px;
  height: 100%;
  padding-bottom: 30px;
  border-top: 4px solid #ddb400;
  border-bottom: 4px solid #ddb400;
  /* box-shadow */
  box-shadow: 0 0 10px 4px #f0f0f5;
  -moz-box-shadow: 0 0 10px 4px #f0f0f5;
  -webkit-box-shadow: 0 0 10px 4px #f0f0f5;
  background: #fff;
}

.item_list_item.purple {
  border-color: #5f5aa2;
}

.item_list_item:before {
  content: '';
  background-color: #ddb400;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 3px;
}

.item_list_item.purple:before {
  background-color: #5f5aa2;
}

.item_list_item:after {
  content: '';
  background-color: #ddb400;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 3px;
}

.item_list_item.purple:after {
  background-color: #5f5aa2;
}

.entry_panel_bottom {
  width: 970px;
  margin: 0 auto;
  margin-top: 20px;
}

.entry_panel_bottom.two {
  width: 630px;
}

.entry_panel_bottom.yellow {
  background-color: #ddb400;
}

.item_list_item.purple .entry_panel_bottom,
.entry_panel_bottom.purple {
  background-color: #5f5aa2;
}

.item_point {
  text-align: left;
  padding: 20px;
  box-sizing: border-box;
  text-indent: -1em;
  padding-left: 2em;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.75;
}

.item_point.pc {
  text-indent: 0;
  padding-left: 0;
  margin: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.item_point.pc .item_point_txt {
  white-space: nowrap;
  margin-right: 2rem;
}

.item_point.start {
  justify-content: flex-start;
}

.item_point_txt {
  text-shadow: 0 4px 10px #c19d00, 0 -4px 10px #c19d00, 4px 0 10px #c19d00, -4px 0 10px #c19d00;
}

.item_list_item.purple .item_point_txt,
.entry_panel_bottom.purple .item_point_txt {
  text-shadow: 0 4px 10px #5f5aa2, 0 -4px 10px #5f5aa2, 4px 0 10px #5f5aa2, -4px 0 10px #5f5aa2;
}

.join_title {
  background-color: #0b346e;
  color: #fff;
  padding: 11px 32px;
}

.img_box {
  margin-top: 48px;
}

#join .img_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.img_box__text {
  font-size: 1.5rem;
  margin-top: 20px;
}

.border_box {
  width: 800px;
  margin: 0 auto;
  margin-top: 20px;
  border: 3px solid #0b346e;
}

.border_inner {
  font-size: 1.8rem;
  line-height: 2;
  padding: 20px 0;
  letter-spacing: .1rem;
}

#contact_flow .entry_panel {
  width: 800px;
  margin: 0 auto;
  margin-top: 40px;
}

.entry_panel_title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  background-color: #0b346e;
  padding: 11px 32px;
}

.entry_panel_main {
  background-color: #fff;
}

.entry_panel_main ul {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
  text-align: left;
  margin: 0 auto;
  padding: 16px 2rem 16px 240px;
}

/*申込みまでの流れ*/
.flow_main {
  margin-top: 32px;
}

.flow_list {
  /*width: 1000px;*/
  max-width: 1000px;
  height: 110px;
  margin: 0 auto;
}

#join .border_box {
  height: 130px;
  box-sizing: border-box;
}

#join .border_in,
.flow_main .border_in {
  width: 788px;
  border: 1px solid #0b346e;
  margin: 0 auto;
  margin-top: 3px;
  box-sizing: border-box;
}

#join .border_in {
  height: 118px;
}

.flow_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.flow_list_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flow_list:not(:last-child) {
  margin-bottom: 12px;
}

.flow_list_number,
.flow_list_title,
.flow_list_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
}

.flow_list_number {
  -ms-flex-preferred-size: 60px;
  flex-basis: 60px;
  font-size: 5.6rem;
  font-style: italic;
  color: #fff;
  background-color: #0b346e;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 6px;
}

.flow_list.bottom .flow_list_number {
  background-color: #5f5aa2;
}

.digits {
  letter-spacing: -1rem;
  margin-left: -22px;
}

.flow_list_title {
  -ms-flex-preferred-size: 260px;
  flex-basis: 260px;
  font-size: 2.2rem;
  text-align: left;
  font-weight: bold;
  background-color: #fff;
  padding: 15px;
}

.flow_list.bottom .flow_list_title {
  color: #5f5aa2;
}

.flow_list_main {
  -ms-flex-preferred-size: 680px;
  flex-basis: 680px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
  background-color: #fff;
  border-left: 1px solid #5f5aa2;
  padding: 15px 30px 15px 15px;
  line-height: 1.66;
}

.flow_list.bottom .flow_list_main {
  color: #5f5aa2;
}

.flow_main .con_subTitle {
  /*width: 1000px;*/
  max-width: 1000px;
  color: #fff;
  background-color: #5f5aa2;
  padding: 16px 0 21px 0;
  margin-bottom: 30px;
}

.warning {
  /*width: 1000px;*/
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
}

.flow_main .border_box {
  height: 130px;
  margin-top: 22px;
  box-sizing: border-box;
}

.flow_main .border_in {
  height: 118px;
}

.sp_contact .contact_btn {
  display: none;
}

.trans {
  -webkit-transition: .4s;
  transition: .4s;
}
.sub_kv{
  margin-top: 182px;
}
#subpage .logo_txt,
#subpage .h_nav_txt{
  color: #0b346e;
}
#fixedBox,
.button-toggle {
  display: none;
}

@media screen and (max-width: 1400px) {
  .h-box_outer{
  }

  .home .pc-drawer{
    position: absolute;
    top: 770px;
    transition: none;
  }
  .pc-drawer.drawer-fix{
    position: fixed;
    top: 0;
  }
  .h-box .g-box.is-fixed,
  .h-box .btn_box,
  .g-box{
    display: none;
  }

  .pc-drawer{
    position: absolute;
    top: 90px;
    transition: none;
  }
  #fixedBox,
  .button-toggle{
    display: block;
  }
  #subpage #box {
    padding-top: 360px;
  }

  .h-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .logo_box {

  }

  .header.sub {
    height: 360px;
  }


  .logo_txt.sub, .h_nav_txt.sub {
    text-align: center;
  }

  .h_nav_txt {
    text-align: right;
  }

  .h_nav_link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .first_nav .global_nav_list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
  }

  .global_nav_list {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }


  nav {
    text-align: left;
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
  }

  nav ul {
    width: 100%;
    background-image: none;
    margin-right: auto;
    margin-left: auto;
  }

  nav li {
    text-align: center;
    float: none;
    background-image: none;

    border-bottom: 1px solid #CCCCCC;
  }

  #fixedBox .nav-box {
    width: 100%;
  }

  #fixedBox a {
    width: 100%;
    display: block;
    color: #fff;
    text-decoration: none;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.4rem;
    height: auto;
    padding: 1rem 0;
  }

  .global_nav_list li,
  #footer2 ul li {
    white-space: nowrap;
  }
}

.text-rd {
  color: red;
}

form#mailformpro .radio-lebel {
  display: inline;
}

#mailformpro .contact_btn {
  /*width: 1000px;*/
  max-width: 1000px;
}

#mailformpro .contact_btn:hover {
  background: none;
}

.pcmlnoukotsu {
  margin-left: 84px;
}

#kv-link {
  position: absolute;
  top: 584px;
  left: 50%;
  margin-left: -490px;
}

#faq-box {
  width: 90%;
  padding: 90px 0;
  margin: 0 auto;
}