@charset "UTF-8";

/*--- base ---*/
html { font-size: 62.5%; width: 100%; }
body {
	width: 100%;
	font-size: 1.4rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
	color: #222255;
  -webkit-text-size-adjust: 100%;
}
* { box-sizing: border-box; word-wrap: break-word; }
img{vertical-align: bottom;}
a { color: #222255;transition: .3s; }
a:link,
a:visited,
a:active,
a:hover { overflow: hidden;transition: .3s; }
a:focus-visible{
}
img { width: 100%; }
input, select, textarea { outline: none; }
a[href^="tel"] {

  /*display: inline-block;
  pointer-events: none; */}
h1{font-size: 2.0rem;}
h2{
  position: relative;
  display: inline;
  padding: 3.5em 10px 1.8em;
  line-height: 1.166;
  font-size: 2.4rem;
}
h2::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 7.5em;
  border-left: 1px solid #222255;
}
h3{font-size: 2.0rem;}
.vertical {
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
button, [type=button], [type=reset], [type=submit], [role=button]{
  cursor: pointer;
}
.fs_ss{font-size: 1.2rem;}
.fs_s{font-size: 1.4rem;}
.fs_ss{font-size: 1.2rem;}
.tl{text-align: left !important;}
/* PC style */
@media print, screen and (min-width:769px) {
  body{
    font-size: 1.6rem;
  }
  h2{
    padding-left: 15px;
    padding-right: 15px;
    font-size: 3.0rem;
    line-height: 1.73;}
}
/* flexbox */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
/* wrap */
.wrap{
  margin: auto;
  width: 90%;
  max-width: 1000px;
}
/* form style */
/* reset */
input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-family: inherit;
  font-size: 100%;
}
textarea {
  resize: none;
}
input[type="submit"]:hover,
label:hover {
  cursor: pointer;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
select::-ms-expand { display: none; }
input[type="text"], textarea, select,
input[type="submit"] {
  font-size: inherit;
  border: 0;
  border-radius: 0;
}
select::-ms-expand { display: none; }
textarea { display: block; }
input[type="submit"]:hover { cursor: pointer; }

/* form_style */


/* font */

/* section */
.contents_wrap{
  width: 100%;
}
body:not(#top,#kamitsu,#oneday) main section h2::before{
  border-left: unset;
}
body:not(#top,#kamitsu,#oneday) main section h2::after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 7.5em;
  border-right:1px solid #222255
}
/* PC style */
@media print, screen and (min-width:769px) {
  body:not(#top,#kamitsu,#info) main{
    padding-bottom: 50px;
  }
}
/* title */

/* button */
.more{
  margin: 60px auto auto;
  max-width: 300px;
  width: 90%;
  text-align: center;
}
.more a,
#top_info ul li a .more,
.form_submit button{
  display: block;
  width: 100%;
  padding: 1em 0;
  font-size: 1.1em;
  line-height: 1;
  border: 1px solid #222255;
  color: #222255;
}
#top_info ul li a .more{
  transition: .3s;
  border: 1px solid #222255;
}
.more a:hover,
#top_info ul li a .more.more:hover,
.form_submit button:hover{
  background: #222255;
  color: #fff;
  border: 1px solid #222255;
  transition: .3s;
}
.pdf ::before{
	display: inline-block;
	content: url(../../img/icon_pdf.png);
	vertical-align: middle;
	position: relative;
	margin-right: 10px;
    transform: scale(0.5);
}
/* breadlist */


/* table */


/* pager */

/* accordion */
.acBody {
  display: none;
}

/* sp_menubtn */
.sp_menubtn {
  background: #222255;
  position: fixed;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 10000;
}
.sp_menubtn .line-wrap span {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 50%;
  height: 2px;
  background: #ece8f7;
  transition: all .4s;
}
.sp_menubtn .line-wrap span:nth-of-type(1) {
  top: 12px;
}
.sp_menubtn .line-wrap span:nth-of-type(2) {
  top: 19px;
}
.sp_menubtn .line-wrap span:nth-of-type(3) {
  top: 26px;
}
.sp_menubtn .text {
  width: 90%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  margin: 0 auto;
  font-size: 12px;
  color: #fff;
}
.sp_menubtn.active {
  background: #222255;
  color: #fff;
}
.sp_menubtn.active span {
}
.sp_menubtn.active  .line-wrap span:nth-of-type(1) {
  transform: translateY(8px) rotate(-315deg);
}
.sp_menubtn.active  .line-wrap span:nth-of-type(2) {
  opacity: 0;
}
.sp_menubtn.active  .line-wrap span:nth-of-type(3) {
  transform: translateY(-8px) rotate(315deg);
}

/* bargernavi */
.bargernavi{
}
.bargernavi_wrapper {
  transition: opacity .5s;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  position: fixed;
  top: 60px;
  left: 0;
  background: #222255;
  pointer-events: none;
}
.bargernavi_wrapper.menu_open {
  /*position: absolute;*/
  opacity: 1;
  pointer-events: auto;
  z-index: 9999;
}

.closeBtn {
  margin: 30px auto 0;
  width: 70%;
  padding: 1em;
  background: #FFF;
  color:#222255;
  border-radius: 3px;
  font-weight: 500;
  text-align: center;
}


/* link */
.link_txt{
  text-decoration: underline;
}

/*--- header ---*/
header{
  align-items: center;
}
header button{
  /*display: none;*/
}
.header_inner{
  position: fixed;
  width: 100%;
  height: 60px;
  color: #FFF;
  transition: 0.6s;
  z-index: 9999;
}
.header_inner .wrap{
  position: relative;
  align-items: center;
  justify-content: space-between;
  height: 60px;
}
.header_inner.bg_active {
  background: #fff;
  transition: 0.6s;
}
.header_logo{
  font-weight: 500;
  line-height: 1.2;
}
.header_inner .header_logo a{
  color: #FFF;
}
.header_inner.bg_active .header_logo a{
  color: #222255;
  transition: 0.6s;
}
.header_logo a{

}
.header_logo span{
  font-size: 0.8em;
}
.header_address{
  display: none;
  font-weight: 500;
  line-height: 1.5;
}
.header_contact{
  display: none;
}
.header_tel{
  position: relative;
  width: 210px;
  padding-left: 20px;
  z-index: 9999;

}
.header_reception{
  display: block;
  padding: 0.2em;
  width: 100%;
  color: #fff;
  background: #222255;
  line-height: 1;
  border-radius: 20px;
  text-align: center;
}
.header_tel{
  font-size: 2.4rem;
}

header nav{
  background: #222255;
}

.nav-list{
  margin: 2em auto 0;
  width: 90%;
  text-align: center;
}
.nav-list li{
  width: 100%;
  text-align: center;
}
.nav-list li + li{
  border-top: 1px solid #fff;
}
.nav-list li a{
  display: block;
  padding: 20px 0;
  color: #fff;
  line-height: 1em;
}
.nav-list li a:hover{
  background: #151536;
}

.nav-list li > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1em .25em;
  font-size: 2rem;
  font-weight: 500;
  color: #FFF;
}
.nav-list li {
  width: 100%;
  line-height: 1.25;
}
@media print, screen and (max-width:768px) {
  body:not(#top) header .header_inner,
  body:not(#top) header .header_logo a{
    color: #222255;
    background: #fff;
  }
}
/* PC style */
@media print, screen and (min-width:769px) {
  body:not(#top) header{
    position: fixed;
    width: 100%;
    z-index: 2;
  }
  body:not(#top) header nav{
    padding-top: 60px;
    width: 100%;
  }
  .header_inner,
  .header_inner.bg_active{
    background: linear-gradient(90deg,#fff 0%,#fff 50%,#ece8f7 50%,#ece8f7 100%);
    color: #222255;
  }
  .header_inner .wrap::before{
    content: "";
    position: absolute;
    width: 90%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff no-repeat;
    z-index: -1;
  }
  .header_inner .header_logo a{
    color:#222255;
  }
  .header_contact{
    position: relative;
    display: flex;
    align-items: center;
    height: 60px;
    background: #ece8f7 none repeat scroll 0 0;
    z-index: 2;
    }
    .header_contact p{
      line-height: 1em !important;
    }
    .nav-list{
      margin: auto;
    }
    .nav-list li{
      width: calc(100% / 7);
    }
    .nav-list li + li{
      border: none;
    }
    .nav-list li > * {
      font-size: 1.5rem;
    }
}
/* PC-wide style */
@media print, screen and (min-width:1025px) {
  .header_address{
    display: block;
  }
}
/*--- main ---*/
.section_inner{
  position: relative;
  margin: auto;
  padding: 20px 0 50px;
  justify-content: center;
  width: 90%;
  max-width: 1000px;
}
body:not(#top) main{
  position: relative;
  padding-top: 60px;
  z-index: 1;
}
body:not(#top) main::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../../img/kazari.png) no-repeat right top;
  background-size: contain;
  z-index: -1;
}
.breadcrumbs{
  padding: 0.5em 5%;
  width: 100%;
  max-width: 1000px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #000;
  background: #f6f4fc;
}
.breadcrumbs p{
  margin: 0 !important;
  padding: 0 !important;
}
.breadcrumbs span{
  margin: 0 0.5em;
}
.breadcrumbs a{
}
.breadcrumbs a:hover{
  opacity: .6;
}
/* PC style */
@media print, screen and (min-width:769px) {
  body:not(#top) main{
    padding-top:118px;
  }
  body:not(#top) main::before{
    top: 118px;
    background-size: unset;
  }
  .breadcrumbs{
    max-width: 1000px;
    margin: 10px auto 30px;
    padding: 0;
    font-size: 0.76em;
    color: #222255;
    background:none;
  }
}
/*--- footer ---*/
footer{
  background: #222255;
  color: #fff;
}
footer a{
  color: #fff;
}
#footer_map {
  width: 100%;
  height: 300px;
  position: relative;
}
#footer_map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.copy{
  text-align: center;
  padding: 1em;
  font-size: 12px;
}
.footer_sitemap .flex{
  justify-content: center;
}
.footer_sitemap .section_inner{
  padding: 20px 0 25px;
}
.footer_info{
  width: 100%;
  max-width: 350px;
}
.footer_logo{
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
}
.footer_address{
  margin-top: 1.35em;
  text-align: center;
}
.footer_info dl{
  display: flex;
  margin-top: 10px;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  line-height: 1;
}
.footer_info dt,
.footer_info dd{
  margin-bottom: 5px;
}
.footer_info dt {
  display: flex;
  width: 90px;
  margin-right: 10px;
  padding: 0.3em 0.5em;
  align-items: center;
  justify-content: center;
  font-size: 0.75em;
  text-align: center;
  border: 1px solid #fff;
}

.footer_info dd {
  width: calc(100% - 100px);
}
.footer_info dd span{
  font-size: 0.75em;
  margin-bottom: 5px;
  line-height: 1.2;
}
.footer_info dd li + li{
  margin-top: 0.1em;
}
.footer_info dd li:last-of-type{
  margin-bottom: 5px;
}
.footer_contents{
  display: none;
  text-align: center;
}
.footer_contents ul{
  margin-bottom: 1.2em;
}
/* PC style */
@media print, screen and (min-width:769px) {
  #footer_map {
    height: 400px;
  }
  .footer_sitemap .section_inner{
    margin-top: 30px;
    padding: 20px 0 50px !important;
  }
  .footer_contents{
    display: block;
    width: 100%;
    margin: 2em auto;
  }
  .footer_contents li:not(:last-of-type){
    margin-right: 1.5em;
    padding-right: 1.5em;
    border-right: 1px solid #fff;
  }
  .copy{
    padding: 1em 0.5em;
  }
}
/* PC-wide style */
@media print, screen and (min-width:1025px) {
  .footer_sitemap .flex{
    justify-content: space-between;
  }
  .footer_logo,
  .footer_address,
  .footer_contents{
    text-align: left;
  }
 /* .footer_contents{
    width: auto;
    margin: 0;
  }*/
  .footer_contents ul{
    margin-bottom: 1em;
  }
}

/* fixed items */


/*--- TOP ---*/
.top_mv{
  position: relative;
  padding-top: 60px;
  width: 100%;
  height: 100vh;
  background: url(../../img/mv.jpg) no-repeat center top;
  background-size: cover;
  z-index: 1;
}
.top_mv::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../img/kazari.mv.png) no-repeat;
  background-size: contain;
  z-index: 2;
}
.top_mv-caption{
  position: relative;
  margin: auto;
  height: 100%;
  padding-bottom: 1.8em;
  justify-content: center;
  align-items: center;
  color: #fff;
  z-index: 999;
}
.top_mv-caption_txt{
  height: 100%;
  max-height: 30vh;
}
.top_mv-caption_txt p{
  letter-spacing: 2px;
  line-height: 1.8;
}
.top_mv-caption_txt p + p{
  margin-right: 2em;
}
.top_mv_copy{
  padding-bottom: 3.5vh;
  width: 46vw;
}
@media print, screen and (min-width:768px) {
  .top_mv{
    height: 100%;
    max-height: 680px;
  }
  .top_mv-caption{
    justify-content: flex-end;
  }
  .top_mv-caption_txt p{
    line-height: 2.7;
  }
  .top_mv_copy{
    margin-left: 100px;
    padding-bottom: 0;
    width: 100%;
    max-width: 233px;
    height: auto;
    }
    .top_mv-caption_txt{
      padding-bottom: 1.25em;
      height: 100%;
      max-height: calc(240px + 1.8em);
    }

}
/* --- */

/* --top main-- */
section#top_about h2{
  color: #fff;
}
section#top_about h2::before,
section#top_qa h2::before{
  right: 0;
  left: unset;
}
section#top_about h2::before{
  border-left: 1px solid #fff;
}
#top .read_wrap{
  margin: auto;
}

#top_news .section_inner{
  justify-content: center;
}
#top_news .news_list{
  border-bottom: 1px solid #000;
}
#top_news .news_list dt{
  display: table-cell;
  margin-right: 2.8em;
  padding: 0.2em 0;
  width: 150px;
  text-align: center;
  background: #ece8f7;
}
#top_news .news_list dd{
  padding-top: 0.5em;
}
#top_news .news_list a{
  display: block;
  padding: 1em;
  font-size: 1.6rem;
  line-height: 1.6;
}
#top_news .news_list a + a{
  border-top: 1px solid #000;
}

#top_about{
  position: relative;
}
#top_about::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../img/naikan.jpg) no-repeat 70% 0;
  background-size: cover;
  z-index: -1;
}

#top_about .contents_wrap{
  justify-content: space-between;
  color: #fff;
  line-height: 2.15;
}
#top_about figure{
  margin-bottom: 1em;
}

#top_about .contents_wrap .more a{
  color: #fff;
  border: 1px solid #fff;
}
#top_about .contents_wrap .more a:hover{
  border: 1px solid #222255;
}
#top_about .contents_wrap .more a:focus-visible{
  border: 3px solid gold;
}

#top_info{
  position: relative;
  line-height: 2.15;
}
#top_info::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../img/kazari.png) no-repeat right top;
  background-size: contain;
  z-index: -1;
}
#top_info .contents_wrap{
  margin-top: 50px;
}
#top_info ul li{
  margin: auto;
  width: 90%;
}
#top_info ul li + li{
  margin-top: 2em;
}
#top_info ul li a{
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
  color: #fff;
}
#top_info ul li a .more{
  margin-top: 10px;
  max-width: 90%;
  color: #222255;
}
#top_info ul li a div{
  width: 100%;
  justify-content: center;
  align-items: center;
  aspect-ratio: 11 / 10;
  background-size: contain;
  background-repeat: no-repeat;
}
#top_info ul li:nth-of-type(1) a div{
  background-image: url(../../img/top_tosystem.jpg);
}
#top_info ul li:nth-of-type(2) a div{
  background-image: url(../../img/top_toaccess.jpg);
}
#top_info ul li:nth-of-type(3) a div{
  background-image: url(../../img/top_tocontact.jpg);
}
#top_info h3{
  line-height: 2;
  letter-spacing: 0.05em;
}
#top_info h3 span{
  font-size: 0.7em;
  display: block;
}
.btn_info{
  margin: 50px auto 0;
  width: 100%;
  max-width: 760px;
}
.btn_info a{
  display: block;
}
.btn_info a:focus-visible{
  border: 3px solid gold;
}
#top_qa{
  background: #f6f4fc;
}
#top_qa .section_inner{
  width: 95%;
}
#top #top_qa .contents_wrap{
  max-width: 780px;
}
.qaContainer dt {
  margin-bottom: .9em;
  padding-left: 2.2em;
  font-size: 1.14em;
  line-height: 1.8;
  text-indent: -1.3em;
}
.qaContainer dt:before {
content: "Q.";
margin-right: 7px;
}
.qaContainer dd {
  margin-bottom: 1.8em;
  padding: 1em;
  line-height: 1.8;
  border-radius: 5px;
  background: #fff;
}
.qaContainer dd:last-of-type{
  margin-bottom: 0;
}
.qaContainer2 dt {
  margin-bottom: .9em;
  padding-left: 2.2em;
  font-size: 1.14em;
  line-height: 1.8;
  text-indent: -1.3em;
}
.qaContainer2 dt:before {
content: "Q.";
margin-right: 7px;
}
.qaContainer2 dd {
  margin-bottom: 1.8em;
  padding: 1em;
  line-height: 1.8;
  border-radius: 5px;
  background: #f6f4fc;
}
.qaContainer2 dd:last-of-type{
  margin-bottom: 0;
}
/* PC style */
@media print, screen and (min-width:769px) {
  #top .section_inner{
    padding: 10px 0 120px;
  }
  #top .read_wrap{
    margin-top:120px;
    width: calc(100% - 105px);
    max-width: 700px;
  }
  #top_info::before{
    background-size: unset;
  }
  #top #top_info .read_wrap{
    max-width: 800px;
  }
  #top_news .news_list a{
    display: flex;
    padding: 1.2em 2em;
  }
  #top_news .news_list dt{
    display: inline-block;
    height: 2em;
}
  #top_news .news_list dd{
    width: calc(100% - (150px + 2.8em));
    padding-top: 0;
  }
  #top_info .contents_wrap{
    margin-top: 80px;
  }
  #top_about .section_inner{
    justify-content: flex-end;
  }
  #top_about .contents_wrap{
    margin-top: 2.2em;
  }
  #top_about .contents_wrap figure{
    width: 52%;
    max-width: 520px;
  }
  #top_about .contents_wrap div{
    width: 100%;
    max-width: calc(48% - 2em);
  }

  #top_info ul{
    justify-content: space-between;
  }
  #top_info ul li{
    width: calc((100% / 3) - 13px);
  }
  #top_info ul li + li{
    margin-top:0;
  }
  #top_info h3{
    font-size: 2.6rem;
  }
  #top_info h3 span{
    font-size: 0.53em;
  }
  #top_info ul li a .more{
    margin-top: 20px;
  }
  #top_qa .section_inner{
    flex-direction:row-reverse;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  #top #top_qa .contents_wrap{
    margin-top: 120px;
  }
  .qaContainer dt {
    padding-left: 0;
    text-indent: 30px;
  }
  .qaContainer dd {
    padding-left: 30px;
  }
  .qaContainer2 dt {
    padding-left: 0;
    text-indent: 30px;
  }
  .qaContainer2 dd {
    padding-left: 30px;
  }
}

/* -- news -- */
#news_list article{
  padding: 20px;
  min-height: 220px;
  background: -moz-linear-gradient(180deg, #f6f4fc 0%,#fff 240px);
  background: -webkit-linear-gradient(180deg, #f6f4fc 0%,#fff 240px);
  background: linear-gradient(180deg, #f6f4fc 0%,#fff 240px);
  border-radius: 18px;
}
#news_list article + article{
  margin-top: 1.4em;
}
#news_list article h3{
  margin: 16px auto;
  font-size: 1.16em;
  font-weight: 500;
  line-height: 1.5;
}
#news_list article .news_data{
  width: 12em;
  padding: 0.5em 0;
  font-size: 0.9em;
  text-align: center;
  color: #fff;
  line-height: 1;
  background: #222255;
}
#news_list article p{
  line-height: 2.28;
}
#news_list article u {
    position: relative;
    padding-left: 2.5em;
    display: inline-block;
}
#news_list article .file_jpg::before,
#news_list article .file_jpeg::before,
#news_list article .file_png::before,
#news_list article .file_pdf::before {
    background-image: url("../../img/icon_jpg.png");
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    content: '';
    height: 2em;
    width: 2em;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
}
#news_list article .file_png::before {
    background-image: url("../../img/icon_png.png");
}
#news_list article .file_pdf::before {
    background-image: url("../../img/icon_pdf.png");
}
#news_list ul li > *{
  display:flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1 /1;
  background: #fff;
  color: #222255;
  border-radius: 50%;
  border: 1px solid #222255;
}
#news_list ul li.active a{
  background: #222255;
  color: #fff;
}
#news_list ul li:first-of-type a,
#news_list ul li:last-of-type a{
  background: #f6f4fc;
  color: #222255;
  border: none;
}
#news_list ul li:hover > *,
#news_list ul li:first-of-type:hover > *,
#news_list ul li:last-of-type:hover > *{
  background: #222255;
  color: #fff;
}
#news_list ul li + li{
  margin-left: 0.8em;
}
#news_list nav{
  margin-top: 50px;
}
@media print, screen and (min-width:769px) {
  #news_list article{
    width: 100%;
    padding: 50px;
    border-radius: 40px;
  }
  #news_list article + article{
    margin-top: 3em;
  }
  #news_list article h3{
    margin: 30px auto;
    font-size: 1.5em;
  }
  #news_list article p{
    line-height: 2;
  }
  #news_list ul li.list_skip{
    display:flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    aspect-ratio: 1 /1;
    background: #fff;
    color: #222255;
    border-radius: 50%;
  }
}

/* -- お問い合わせ -- */
.contact_read{
  line-height: 2.28;
  text-align: center;
}
.contact_form{
  margin-top: 1em;
}
.contact_form dt{
  margin-bottom: 5px;
  padding: 10px;
  font-size: 1.14em;
  text-align: center;
  background: #222255;
  color: #fff;
}
.contact_form dt span{
  margin-left: 1em;
  font-size: 0.78em;
  padding: 0 .8em;
  background: #d80000;
}
.contact_form dd{
  margin-bottom: 10px;
  padding: 10px;
  background: #f6f4fc;
}
.contact_form dd > *{
  width: 100%;
}
.contact_form textarea,
.contact_form input{
  padding: 1em;
}
.contact_form textarea{
  height: 100px;
}
.form_submit button{
  margin-top: 30px;
  background: #fff;
}
.error-message{
  font-size: 0.8em;
  font-weight: 500;
  color: #d80000;
}
/* PC style */
@media print, screen and (min-width:769px) {
  .contact_form{
    margin: 1em auto 0;
    width: 100%;
    max-width: 830px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .contact_form dt{
    width: 24%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1em;
  }
  .contact_form dt:last-of-type{
    align-items: flex-start;
  }
  .contact_form dt span{
    padding: .1em .5em;
  }
  .contact_form dd{
    width: calc(100% - (24% + 25px));
    margin-bottom: 5px;
  }
  .contact_form dd:last-of-type{
    margin-bottom: 0;
  }
  .contact_form textarea,
  .contact_form input{
    padding: 0;
  }
}
/* -- system/access -- */
#system section:not(:first-of-type) .section_inner,
#access section:not(:first-of-type) .section_inner {
  padding-top:0;
}
#system section:first-of-type .section_inner{
  padding-bottom: 0;
}
#system h3,
#access h3,
#info h3{
  position: relative;
  margin-bottom: 16px;
  padding: 0.5em;
  width: 100%;
  font-size: 1.14em;
  font-weight: 500;
  text-align: center;
  line-height: 1;
}
#system h3::before,
#system h3::after,
#access h3::before,
#access h3::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  background:#222255;
}
#system h3::before,
#access h3::before,
#info h3::before{
  top: 0;
}
#system h3::after,
#access h3::after,
#info h3::after
{
  bottom: 0;
}
.parking{
  margin: 30px auto 0;
  }
#system h4{
  margin: 1em auto 0.5em;
  width: 100%;
  font-size: 1.14em;
  font-weight: 500;
  padding: 0.5em;
  text-align: center;
  background: #f6f4fc;
  border-radius: 16px;
}
#system  main section p{
  line-height: 2.28;
}
#system main section p:not(.notes){
  margin-bottom: 16px;
  font-size: 1.14em;
  text-align: center;
}
#system main section#system_pet p:last-of-type{
  margin-bottom: 0;
}
#system .notes{
  margin-top: 20px;
}
#system table{
  width: 100%;
  text-align: center;
  border: #222255 1px solid;
}

#system table tr:not(:last-of-type){
  border-bottom: #222255 1px solid;
}
#system table tr > *{
  vertical-align: middle;
  padding: 0.7em;
  font-size: 1.14em;
}
#system table tr th{
  background: #f6f4fc;
}
#system table tr th,
#system table tr td:not(:last-of-type){
  border-right: 1px solid #222255;
}
/* access */
#access h3:not(:first-of-type){
  margin: 30px auto 20px;
}
#access #access_info p:not(.notes){
  width: 100%;
  font-size: 1.142em;
  text-align: center;
}
#access .notes{
  margin-top: 16px;
  padding: 0 1em;
  text-align: center;
  line-height: 2.285;
}
.info_img{
  margin-top: 20px;
}
/* PC style */
@media print, screen and (min-width:769px) {
  #system section:first-of-type .section_inner{
    padding-bottom: 0;
  }
  #system section:not(:first-of-type) .section_inner > *:not(h3){
    max-width: 780px;
  }
  #system h3,
  #access h3,
  #info h3{
    font-size: 1.5em;
    margin-bottom: 30px;
    padding: 20px;
  }
  #system h4{
    font-size: 1.25em;
    margin: 50px auto 15px;
  }
  #system table tr > *{
    font-size: 1em;
    font-weight: 500;
    padding: 0.9em;
  }
  #system table .title{
    width: 55%;
  }
  #system table .l-title{
    width: 28%;
  }
  #system table .m-title{
    width: 28%;
  }
  #system .notes{
    text-align: center;
  }
  #system main p:not(.notes){
    margin-bottom: 30px;
  }
  /* access */
  #access #access_info p:not(.notes){
    font-size: 1.25em;
  }
  #access h3:not(:first-of-type){
    margin: 60px auto 30px;
  }
}

/* -- infomation -- */
#info main section:first-of-type .section_inner{
  padding-bottom: 0;
}
#info_en{
  position: relative;
  padding-top: 220px;
  line-height: 2.285;
  color: #fff;
}
#info_en::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../../img/info_photo_en_sp.jpg) no-repeat center top;
  background-size: cover;
  z-index: -1;
}
.en_ttl{
  font-size: 2.14em;
  text-align: center;
}
.en_sign{
  text-align: right;
}
.en_sign img{
  width: 189px;
}
#info_hall{
  font-size: 1.142em;
  line-height: 2;
}
#info_hall ul{
  justify-content: space-between;
}
#info_hall li{
  width: calc((100% - 10px) / 2);
  margin-bottom: 20px;
}
#info_hall li .hall_ttl{
  margin: 10px auto 0;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
#info_outline{
  background: #f6f4fc;
}
#info_outline dl > *{
  text-align: center;
  font-size: 1.142em;
  line-height: 2.125;
}
#info_outline dt{
  margin-bottom: 5px;
  width: 100%;
  background: #222255;
  color: #fff;
}
#info_outline dd{
  margin-bottom: 10px;
  padding-left: 1em;
  padding-right: 1em;
  background: #fff;
}
#info_outline dd:last-of-type{
  padding-bottom: 1em;
}
#info_outline ul{
  justify-content: center;
  align-items: center;
}
#info_outline li{
  width: 100%;
  max-width: 390px;
  margin-top: 20px;
}
#info_hall li p{
  color: #000;
}
#info_hall li .hall_ttl{
  color: #222255;
}
#info h3 {
  background: #f6f4fc;
  border-radius: 16px;
}

/* PC style */
@media print, screen and (min-width:769px) {
  #info main #info_outline .section_inner{
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  #info main .section_inner{
    padding-bottom: 100px;
  }
  #info .contents_wrap{
    width: calc(100% - 80px);
    margin-top: 100px;
    max-width: 780px;
  }
  #info_en{
    padding: 90px 0;
    margin-bottom: 90px;
  }
  #info_en::before{
    background: url(../../img/info_photo_en.jpg) no-repeat center top;
    background-size: cover;
  }
  #info_en .section_inner div{
    width: 100%;
    max-width: 600px;
    text-align: justify;
  }
  .en_ttl{
    font-size: 45px;
    text-align: left;
  }
  .en_sign{
    text-align: left;
  }
  #info_hall li{
    width: calc((100% - 20px) / 3);
  }
  #info_hall li:nth-of-type(-n+3){
    margin-bottom: 45px;
  }
  #info_hall li:nth-of-type(-n+6){
    min-height: 400px;
  }
  #info_hall li p{
    font-size: 16px;
    padding: 0 1em;
  }
  #info_hall li .hall_ttl{
    font-size: 24px;
    letter-spacing: 2px;
  }
  #info_outline dl{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    line-height: 1.55;
  }
  #info_outline dl > *{
    display: flex;
    align-items: center;
    padding: 5px 15px;

  }
  #info_outline dt{
    width: 150px;
    margin-right: 10px;
    margin-bottom: 10px;
    justify-content: center;
    font-size: 1.125em;
  }
  #info_outline dd{
    width: calc(100% - (150px + 10px));
    font-size: 1em;
    text-align: left;
  }
}


/* ------ 伊丹市神津墓地 kamitsu------ */
#kamitsu main section{
  line-height: 2.28;
}
#kamitsu h2{
  text-align: start;
}
#kamitsu h3,
#kamitsu h4,
#kamitsu h5 { /*#system h4 と同じ*/
  position: relative;
  margin: 1em auto 0.5em;
  width: 100%;
  font-size: 1.14em;
  font-weight: 500;
  padding: 0.5em;
  text-align: center;
  line-height: 1;
}
#kamitsu h3{
  background: #f6f4fc;
  border-radius: 16px;
}
#kamitsu h4{
}
#kamitsu h4::before,
#kamitsu h4::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  background: #222255;
}
#kamitsu h4::before{top:0;}
#kamitsu h4::after{bottom:0;}
#kamitsu h5::before{content: "＜";}
#kamitsu h5::after{content: "＞";}
#kamitsu .notes{
  text-align: left !important;
}
#kamitsu section:not(:first-of-type):nth-child(even),
#kamitsu main section:not(#kamitsu_about) p{
  text-align: center;
}

#kamitsu section:not(:first-of-type):nth-child(even) {
  background: #f6f4fc;
}
#kamitsu section:not(:first-of-type):nth-child(even) .section_inner{
  flex-direction: row-reverse;
}
#kamitsu section:not(:first-of-type):nth-child(even) h2::before {
  right: 0;
  left: unset;
}
#kamitsu main section .sp_tl{
  text-align: left !important;
}
#kamitsu .image_wrap{
  margin: 20px auto 0;
  width: 100%;
}
#kamitsu_mv{
  position: relative;
  width: 100%;
  height: 360px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
#kamitsu_mv::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../../img/kamitsu_mv.jpg) no-repeat center top;
  background-size: cover;
  z-index: -1;
}
#kamitsu_mv .kamitsu_logo{
  font-weight: 500;
  font-size: 3.86em;
  padding: 25px;
  line-height: 1.1;
  border: 1px solid #fff;
  text-shadow: 0px 1px 10px #000000;
  box-shadow: 0px 1px 5px #000000;
}
#kamitsu_mv .kamitsu_logo span{
  display: block;
  font-size: 0.44em;
}
#kamitsu_about,
#kamitsu_access{
  position: relative;
}
#kamitsu_about::before,
#kamitsu_access::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../img/kazari.png) no-repeat right top;
  background-size: contain;
  z-index: -1;
}
#kamitsu #kamitsu_system{
  line-height: 2.125;
}
#kamitsu_system ul:first-of-type li:before{
  content: "・";
}
#kamitsu_system ul:not(:first-of-type) li{
  font-size: 1.14em;
}
#kamitsu_system ul:not(:first-of-type) li:before,
#kamitsu_flow li::before{
  content: "●";
  margin-right: 0.3em;
}
#kamitsu #kamitsu_system dl > *{
  text-align: center;
  font-size: 1.142em;
}
#kamitsu #kamitsu_system dt{
  margin-bottom: 5px;
  width: 100%;
  background: #222255;
  color: #fff;
}
#kamitsu #kamitsu_system dd{
  margin-bottom: 10px;
  background: #fff;
}
#kamitsu_flow dl{
  width: 100%;
  padding: 20px;
  text-align: left;
  background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 160px);
  background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 160px);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 160px);
  border-radius: 16px;
}
#kamitsu_flow dt{
  font-size: 1.14em;
  font-weight: 500;
}
#kamitsu_flow a[href^="tel"]{
  text-decoration: underline;
}
#kamitsu_docments li{
  padding-top: 20px;
  padding-bottom: 18px;
  line-height: 1.5;
}
#kamitsu_docments li + li{
  border-top: 1px solid #d5d5d5;
}
#kamitsu_docments li{
  position: relative;
}
#kamitsu_docments li::before{
  content: url(../../img/icon_pdf.png);
  display: block;
  vertical-align: middle;
  transform: scale(0.76);
}

.gassoushikibochi{
  margin: 30px auto 0;
  width: 100%;
}
#info_oneday{
  line-height: 2.125;
}
#info_oneday ul:first-of-type li:before{
  content: "・";
}
#info_oneday ul:not(:first-of-type) li{
  font-size: 1.14em;
}
#info_oneday ul:not(:first-of-type) li:before,
#kamitsu_flow li::before{
  content: "●";
  margin-right: 0.3em;
}
#info_oneday dl > *{
  text-align: center;
  font-size: 1.142em;
}
#info_oneday dt{
  margin-bottom: 5px;
  width: 100%;
  background: #222255;
  color: #fff;
}
#info_oneday dd{
  margin-bottom: 10px;
  background: #fff;
}
/* SP style */
@media print, screen and (max-width:768px) {

}
/* PC style */
@media print, screen and (min-width:769px) {
  #kamitsu{
    line-height: 2.125;
  }
  #kamitsu .breadcrumbs{
    display: none;
  }
  #kamitsu_about::before,
  #kamitsu_access::before{
    background-size: unset;
  }
  #kamitsu main .section_inner{
    justify-content: space-between;
    padding-bottom: 100px;
  }
  #kamitsu h3{
    font-size: 1.5em;
  }
  #kamitsu h4,
  #kamitsu h5{
    font-size: 1.25em;
  }
  #kamitsu h5{
    margin: 1.64em auto 0;
  }
  #kamitsu .contents_wrap{
    margin-top: 100px;
    width: calc(100% - 115px);
    max-width: 780px;
  }
  #kamitsu h2{
    font-size: 3.0rem;
  }
  #kamitsu main section .sp_tl{
    text-align: center !important;
  }
  #kamitsu_mv{
    height: 600px;
  }
  #kamitsu ul:not(.nav-list) li {
    text-align: left;
  }

  #kamitsu_access .contents_wrap{
    text-align: center;
  }
  #kamitsu #kamitsu_system dl{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    line-height: 1.55;
  }
  #kamitsu #kamitsu_system dl > *{
    display: flex;
    align-items: center;
    padding: 15px;

  }
  #kamitsu #kamitsu_system dt{
    width: 150px;
    margin-right: 10px;
    margin-bottom: 10px;
    justify-content: center;
    font-size: 1.125em;
  }
  #kamitsu #kamitsu_system dd{
    width: calc(100% - (150px + 10px));
    font-size: 1em;
    text-align: left;
  }
  #kamitsu main #kamitsu_system p:nth-child(-n+3){
    text-align: center;
  }
  #kamitsu #kamitsu_system li{
    padding-left: 1em;
    text-indent: -1em;
  }
  #kamitsu_system .image_wrap{
    max-width: 700px;
  }
  #kamitsu_system .image_wrap:last-of-type{
    max-width: 460px;
  }
  #kamitsu_system ul:not(:first-of-type) li{
    font-size: 1em;
  }
  #kamitsu_system p + ul{
    margin-top: 30px;
  }
  #kamitsu_flow dl{
    padding: 50px;
  }
  #kamitsu_flow dt{
    font-size: 1.5em;
  }
  #kamitsu_docments li{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 22%;
  }
  #kamitsu_docments li::before{
    position: absolute;
    transform: scale(0.5);
    top: -10px;
    left: calc(18% - 30px);
  }
  #kamitsu_access h4{
    margin-top: 30px;
    padding: 15px;
    font-size: 1.5em;
  }
  #kamitsu_access h4:first-of-type{
    margin-top: 0;
  }
  #kamitsu_access p:first-of-type{
    font-size: 1.25em;
  }
  #kamitsu_access .image_wrap{
    max-width: 650px;
  }
  #kamitsu_docments li::before{
    display: inline-block;
  }
  #info h3{
    font-size: 1.5em;
  }
  #info h3{
    justify-content: space-between;
  }
  .bochi_about{
    justify-content: space-between;
  }
  .gassoushikibochi{
    width: 48%;
  }
  .gassoushikibochi img{
    object-fit: cover;
    aspect-ratio: 187 / 131;
  }
}

/* ------ 一日葬 oneday------ */
#oneday{
  position: relative;
  line-height: 2.285;
}
#oneday main{
  background: #f6f4fc;
}
#oneday section{
  position: relative;
}
#oneday .contents_area{
  margin: auto;
  max-width: 780px;
  width: 100%;
}
#oneday h3, #oneday h4, #oneday h5 {
  position: relative;
  margin: 20px auto 10px;
  width: 100%;
  font-size: 1.14em;
  font-weight: 500;
  padding: 0.5em;
  text-align: center;
  line-height: 1;
}

#oneday h3::before,
#oneday h3::after,
#oneday h4::before,
#oneday h4::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  background: #222255;
}
#oneday h3::before,
#oneday h4::before {
  top: 0;
}
#oneday h3::after,
#oneday h4::after {
  bottom: 0;
}
#oneday_about::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../img/kazari_oneday.png) no-repeat left top;
  background-size: contain;
  z-index: -1;
}
.oneday_mv {
  position: relative;
  padding-top: 60px;
  width: 100%;
  height: 100vh;
  background: url(../../img/oneday_mv.jpg) no-repeat center top;
  background-size: cover;
  z-index: 1;
}
.oneday_mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../img/kazari.mv.png) no-repeat;
  background-size: contain;
  z-index: 2;
}
.oneday_mv-caption {
  position: relative;
  margin: auto;
  height: 100%;
  padding-bottom: 1.8em;
  justify-content: center;
  align-items: center;
  color: #fff;
  z-index: 999;
}
.oneday_mv_copy {
  padding-bottom: 6vh;
  width: 36vw;
}
.oneday_mv-caption_txt {
  height: 100%;
  max-height: 30vh;
}
.oneday_mv-caption_txt p {
  letter-spacing: 2px;
  line-height: 1.8;
}
#oneday main .section_inner {
  padding-bottom: 0;
}
#oneday h2 {
}
#oneday .ct_ttl{
  margin: 18px auto 10px;
  font-size: 1.14em;
  line-height: 1.62;
  letter-spacing: 1px;
  text-align: center;
}
#oneday .ct_txt{
  margin-bottom: 10px;
  text-align: center;
}
.od_price_list{
  justify-content: space-between;
  margin-bottom: 36px;
}
.od_price_list li{
  width: calc((100% - 30px) / 2);
  padding: 10px 15px;
  font-weight: 700;
  text-align: center;
  border: 1px solid #222255;
}
.od_price_list li p{
  line-height: 1em;
}

.oneday_area{
  padding-bottom: 10px;
  border-bottom: 1px solid #222255;
}
.oneday_price{
  margin-top: 10px;
  font-size: 1.5em;
}
#oneday main #oneday_flow .section_inner{
  justify-content: flex-end;
}
#oneday #oneday_flow .contents_wrap{
  margin-top: 0;
}
#oneday_flow{
  padding-bottom: 64px;
}
#oneday_flow::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: url(../../img/kazari_oneday2.png) no-repeat left top;
  background-size: contain;
  aspect-ratio: 80 / 133;
  z-index: -1;
}

.od_flow li{
  width: 100%;
  padding: 18px;
  background: -moz-linear-gradient(180deg, #f6f4fc 0%, rgba(255,255,255,0) 300px);
  background: -webkit-linear-gradient(180deg, #f6f4fc 0%, rgba(255,255,255,0) 300px);
  background: linear-gradient(180deg, #f6f4fc 0%, rgba(255,255,255,0) 300px);
  border-radius: 16px;
}
.od_flow li + li{
  margin-top: 10px;
}
.od_flow figure{
  margin: auto;
  max-width: 228px;
  width: 100%;
}
.od_flow_info{
}
.od_flow_time,
.od_flow_ttl{
  font-size: 1.125em;
  text-align: center;
}
.od_flow_time{
  background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 0%, #e4dff4 50px, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0%, #e4dff4 50px, rgba(255,255,255,0) 100%);
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, #e4dff4 50px, rgba(255,255,255,0) 100%);
}
.od_flow_time.sp_b{
  margin-bottom: 10px;
}
#oneday_flow table{
  display: none;
  margin: 20px auto 40px;
  width: 100%;
}
#oneday_flow th,
#oneday_flow td{
  width: 25%;
  padding: 10px 0;
  text-align: center;
}
#oneday_flow th{
  background: #222255;
  color: #fff;
  border-right: 1px solid #fff;
  font-size: 1.125em;
}
#oneday_flow th:last-of-type{
  border-right: none;
}
#oneday_flow td{
  padding: 18px 0.5em;
  border:solid #222255 ;
  border-width:0px 1px 1px 1px;
  line-height: 1.2;
  vertical-align: middle;
}
#oneday_flow dl{
  text-align: center;
  line-height: 1.2;
}
#oneday_flow dt,
#oneday_flow dd{
  border: 1px solid #222255;
  padding: 8px;
}
#oneday_flow dt{
  background: #222255;
  color: #FFF;
}
#oneday_flow dd:first-of-type{
  border: none;
  font-size: 1.125em;
}
#oneday_flow dl + dl{
  margin-top: 24px;
}
#oneday_flow dl:last-of-type{
  margin-bottom: 40px;
}
#oneday_flow table a,
#oneday_flow dl a{
  text-decoration: underline;
  transition: .3s;
}
#oneday_flow table a:hover,
#oneday_flow dl a:hover{
  opacity: .6;
}
/* SP style */
@media print, screen and (max-width:768px) {
  .od_price_list li:nth-child(n+3){
    margin-top: 15px;
  }
  .od_price_list li:not(:nth-child(2n)){
    margin-right: 15px;
  }
  #oneday_flow h3:last-of-type{
    margin-top: 50px;
  }
}

/* PC style */
@media print, screen and (min-width:769px) {
  #oneday {
    line-height: 2.125;
  }
  #oneday h3{
    font-size: 1.5em;
  }
  #oneday .breadcrumbs{
    display: none;
  }

  .oneday_mv {
    height: 100%;
    max-height: 680px;
  }
  .oneday_mv-caption {
    padding-bottom: 9.125em;
    justify-content: flex-end;
  }
  .oneday_mv_copy {
    margin-left: 100px;
    padding-bottom: 0;
    width: 100%;
    max-width: 233px;
    height: auto;
  }
  .oneday_mv-caption_txt {
    height: 100%;
    max-height: calc(240px + 1.8em);
  }
  .oneday_mv-caption_txt p {
    line-height: 2.7;
  }
  #oneday main .section_inner {
    justify-content: space-between;
  }
  #oneday h2 {
  }
  #oneday .contents_wrap {
    margin-top: 100px;
    width: calc(100% - 115px);
    max-width: 800px;
  }
  #oneday .ct_ttl{
    margin: 30px auto 20px;
    font-size: 2rem;
    line-height: 1em;
  }
  .od_price_list{
    justify-content: unset;
  }
  .od_price_list li{
    width: calc((100% - 30px) / 3);
  }
  .od_price_list li:nth-child(n+4){
    margin-top: 15px;
  }
  .od_price_list li:not(:nth-child(3n)){
    margin-right: 15px;
  }
  #oneday_flow{
    padding-bottom: 100px;
  }
  .od_flow li{
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 54px 54px 24px;
  }
  .od_flow figure{
    width: 228px;
    margin-right: 48px;
  }
  .od_flow_info{
    width: calc(100% - 276px);
  }
  .od_flow_time,
  .od_flow_ttl{
    font-size: 1.5em;
  }
  #oneday_flow table{
    display: inline-table;
  }
  #oneday_flow dl{
    display: none;
  }
}
/* SP style */
@media print, screen and (max-width:768px) {
  .pc_ib, .pc_b { display: none; }
  .sp_ib { display: inline-block; }
  .sp_b { display: block; }
}

/* PC style */
@media print, screen and (min-width:769px) {
  .sp_ib, .sp_b { display: none; }
  .pc_ib { display: inline-block; }
  .pc_b { display: block; }
  .js_isEdge a[href^="tel"] { display: inline-block; pointer-events: none; }

}

/* PC-wide style */
@media print, screen and (min-width:1025px) {
}

@media screen and (min-width: 768px){
.br-sp {display: none; }
}
