@charset "utf-8";

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, address, img, dl, dt, dd, ol, ul, li, form, label, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS P Gothic","Osaka",Verdana,Arial,Helvetica,sans-serif;
}
.clearfix:after {
  content: url(clearfix.gif);
  display: block;
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-block;
}
.clearfix {
  display: block;
}
p{
  margin: 10px 0 1em;
}
#foot_inquiry {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.sp_tel_wrap1 {
  display: block;
  background-color: #1f9956;
  background-image: url(https://kakuyasuso.jp/images/bg_sp_tel.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  -moz-background-size: contain;
  background-size: contain;
  width: 100%;
  padding: 4px 0 6px;
}
.sp_tel_push {
  width: 74%;
  float: right;
  padding: 0;
}
#foot_inquiry a {
  color: white;
  font-weight: bold;
  font-style: normal;
  /* padding: 0 0 0 15px; */
}
#foot_inquiry img {
  vertical-align: middle;
  padding: 5px 0;
  max-width: 100%;
}
img.sp_tel1 {
  width: 100%;
}
body.sp_site p img{
width:100%;
}
/*
body.sp_site p{
margin:0;
padding:0;
font-size:0px;
}
*/
p.photo{
margin:0px;
text-align:center;
font-size:0px;
}
p img{
margin:0px;
font-size:0px;
}
#page-top {
  bottom: 80px;
  font-size: 77%;
  position: fixed;
  right: 5px;
  z-index: 999;
}
#page-top a {
  background: none repeat scroll 0 0 #333333;
  border-radius: 30px;
  display: block;
  opacity: 0.6;
  padding: 10px 0 10px;
  text-align: center;
  text-decoration: none;
  width: 130px;
  height: auto;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.copy{
  margin: 0 auto 100px auto;
  text-align: center;
  padding: 5px;
  border: 1px solid #ccc;
  width: 65%;
}
/*----------------------------------------------------------*/
/* タブレット用のCSS */
/*----------------------------------------------------------*/
@media only screen and (min-width:479px) and (max-width:768px) {
.clearfix {
  display: block;
  height: 136px;
}
#page-top {
  bottom: 157px;
  font-size: 77%;
  position: fixed;
  right: 5px;
  z-index: 999;
}
#page-top a {
  background: none repeat scroll 0 0 #333333;
  border-radius: 30px;
  display: block;
  opacity: 0.6;
  padding: 15px 0 15px;
  text-align: center;
  text-decoration: none;
  width: 136px;
  height: auto;
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  line-height: 20px;
}
}

/*----------------------------------------------------------*/
/* スマホ用のCSS */
/*----------------------------------------------------------*/
@media only screen and (max-width: 768px){
#page-top {
  bottom: 80px;
  font-size: 77%;
  position: fixed;
  right: 0px;
  z-index: 999;
  margin:0 3px 5px 10px;
}
#page-top a {
  background: none repeat scroll 0 0 #333333;
  border-radius: 30px;
  display: block;
  opacity: 0.6;
  padding: 10px 0 10px;
  text-align: center;
  text-decoration: none;
  width: 85px;
  height: auto;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 15px;
}
}

/*--------------------
 form
---------------------- */
.mail h2{
  background: #07854f;
  color: #fff;
  font-size: 1.5em;
  text-align: center;
  padding: 30px 0;
}

@media only screen and (min-width : 1024px) {
  .mail{
    width: 1024px;
    margin: 0 auto;
  }
}
.mail{
  margin: 2rem auto 5rem;
}
.mail dl{
  text-align: left;
  width: 90%;
  margin: 0 auto;
  height:auto;
}
  .mail dt{
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 1.1em;
  }
  .mail dt::before{
    content: "";
    border-left: 6px solid #60983D;
    height: 2rem;
    display: inline-block;
    margin: 0 8px 0 0;
    vertical-align: middle;
  }
  .mail dd{
    margin: 0 0 3rem 0;
  }
  .mail dd.sort{
    width: 48%;
    float: left;
    margin: 0;
  }
  .mail dd#sort_reset{
    clear: both;
  }
  .mail dd ul{
    list-style: none;
    padding: 0;
  }
  .mail dd ul li{
    margin: 0 0 1em;
  }
  .req::after{
    content: "※必須";
    color: #c90f06;
    margin: 0 0 0 5px;
  }
  .c_red{
    color: #c90f06;
  }
  input, textarea, select{
    border: none;
    box-shadow: none;
    outline: none;
    height: 2rem;
    font-size: 1rem;
    padding: 0.5rem;
    background: #f5f5f5;
    border: 1px solid #595959;
  }
  .mail input{
    width: 50%; }
  .mail .long{
    width: 98%; }
  select{
    height: 3em;
  }
  textarea{
    height: 100px; }

  input:focus, textarea:focus{
  border-bottom: 3px solid #C90F06;
  background: rgba(229, 243, 194, 0.7); }
  input[type=radio],
  input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;}
  input[type=radio] + label,
  input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  line-height: 30px;
  cursor: pointer; }

form[method="post"]{
  text-align: center;
  padding: 0 0 80px 0; }
  form input[type="submit"]{
  -webkit-appearance: none;
  width: 70%;
  margin: 0 auto;
  background: #ff2c00;
  color: #FFF;
  font-weight: bold;
  border-radius: 4px;
  padding: 1rem 0;
  cursor: pointer;
  height: auto;
   }
@media only screen and (max-width : 768px) {
.mail{
  width: 100%; }
  .mail input, .mail .long{
  width: 95%; }
  .mail input.mini{
  width: 50%;
  }
  .mail dd.sort{
  width: 100%;
  float: none;
  margin: 1em 0 0 0;
  }

}
@media (min-width: 1px) {
  input[type=radio],
  input[type=checkbox] {
  display: none;
  margin: 0;   }
  input[type=radio] + label,
  input[type=checkbox] + label {
  padding: 0 0 0 24px;  }
  input[type=radio] + label::before,
  input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: #FFF;  }
  input[type=radio] + label::before {
  border: 2px solid #ccc;
  border-radius: 30px;  }
  input[type=checkbox] + label::before {
  border: 2px solid #828282;  }
  input[type=radio]:checked + label::after,
  input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;  }
  input[type=radio]:checked + label::after {
  left: 5px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #C90F06;
  border-radius: 8px;  }
  input[type=checkbox]:checked + label::after {
  left: 3px;
  width: 16px;
  height: 8px;
  margin-top: -8px;
  border-left: 3px solid #C90F06;
  border-bottom: 3px solid #C90F06;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);  }
}


.sp_tel_wrap, .sp_tel_wrap1{
  display: none;
}
@media only screen and (max-width: 600px)  {
img.pc_tel, .pc_tel{
  display: none;
}
.sp_tel_wrap{
  display: block;
  background-color: #ffffff;
  border-bottom: 1px solid #828283;
}
.sp_tel_wrap1{
  display: block;
  background-image: url(https://kakuyasuso.jp/images/bg_sp_tel.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  -moz-background-size:contain;
  background-size:contain;
  width: 100%;
  max-width: 600px;
  padding:4px 0 6px;
}
.sp_tel_wrap img{
  width: 100%;
}
img.sp_tel{
  margin: 5px auto 15px auto;
  width: 96%;
}
.sp_tel_push{
  width: 74%;
  float: right;
  padding: 0;
}
img.sp_tel1{
  width: 100%;
}
.sp_tel_wrap p{
  font-size: 11px;
  margin:0 0 10px 10px;
}
}

.header{
  width:1024px;
  margin:10px auto -10px;
}
.header .first{
  float:left;
  width:280px;
  margin:0 0 0 0;
}
h1.second {
  float: left;
  font-size: 14px;
  font-weight: normal;
  width: 340px;
  padding: 10px 0 0 0;
}
h2 {
  margin: 0 auto;
  text-align: center;
}
h2.photo{
  text-align: center;
}
.header p.third{
  float: right;
}
#nav {
  text-align:center;
  background: url("../img/fv_bg.png") center bottom;
  margin:10px auto 0;
  height:66px;
  border-top: 1px solid #d2d2d2;
}
#top_title_bg {
  text-align:center;
  background: url("../img/fv_bg2.jpg") center top no-repeat;
  margin:0 auto;
}
#top_title {
  margin: 0 auto 4em;
  width: 1024px;
  padding: 5px 0 0 0;
  clear: both;
}
  #top_title h2{
    margin:20px 490px 0 0;
  }
.img_l {
  float: left;
}
  #top_title p#subtitle {
    text-align:left;
    margin: 1em 0 1em .5em;
    font-weight: bold;
    border: 0;
  }
    #top_title p#subtitle strong {
      color: #d10000;
    }
  #top_title #top_plan{
    background: rgba(255, 255, 255, 0.6);
    border-radius: 6px;
    padding: 15px;
    width: 42%;
  }
  #top_title #top_plan p{
    border-bottom: 1px solid #fff;
  }
  #top_title #top_plan ul li{
    background: #8fc31f;
    position: relative;
    height: 70px;
    margin: 10px 0 0 0;
    color: #fff;
    list-style: none;
  }
  #top_title #top_plan ul li span{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-size: 1.3em;
    font-weight: bold;
    width: 100%;
  }
.tel_form{
  text-align: center;
  width: 1024px;
  margin: 0 auto 5em;
  line-height: 0;
}
  .tel_form a{
    display: block;
    background: #d9d9d9;
    padding: 1.5em 0;
  }

section.content{
  width: 1024px;
  margin: 0 auto 3em;;
}
#safe_price{
  background: #c5e77a;
  padding: 0 .5em 1em;
}
  #safe_price .content{
   background: #fff;
   padding: 1em;
   margin: 1em 0 0;
   position: relative;
   counter-increment: safe;

  }
  #safe_price .content h3{
    list-style: none;
    counter-reset: none;
    margin: 0 0 1em;
  }
    #safe_price .content h3::before{
      background: #1f9956;
      content: "その" counter(safe);
      color: #fff;
      font-weight: bold;
      padding: .8em .3em;
      position: absolute;
      top: 0;
      font-size: 1.3em;
    }
    #safe_price .content h3 img{
      margin: 0 0 0 5em;
    }
#family_plan{
  border: 1px solid #1f9956;
}
#family_plan ul{
  list-style: none;
  margin: 1em 0;
}
#family_plan > ul li{
  padding: 1em;
}
  #family_plan .plan1{
    border-bottom: 1px solid #b5b5b5;
  }
    #family_plan .presence strong{
      display: block;
    }
    #family_plan .plan1 .presence{
      color: #087d3d;
      margin: .4em 0;
    }
    #family_plan .plan1 .presence li{
      padding: 5px 8px;
      border-top: 1px solid #1f9956;
      border-right: 1px solid #1f9956;
      border-bottom: 1px solid #1f9956;
    }
    #family_plan .plan1 .presence li:nth-of-type(1){
      background: #ebfff4;
      border-left: 1px solid #1f9956;
    }

    #family_plan .plan2 .presence{
      color: #e72323;
      margin: .4em 0;
    }
    #family_plan .plan2 .presence li{
      padding: 5px 8px;
      border-top: 1px solid #e3695a;
      border-right: 1px solid #e3695a;
      border-bottom: 1px solid #e3695a;
    }
    #family_plan .plan2 .presence li:nth-of-type(1){
      background: #ffebeb;
      border-left: 1px solid #e3695a;
    }
    #family_plan .plan2 .presence li:nth-of-type(3){
      border: 0;
      color: #000;
    }

.plan_contain h2{
  margin: 0 0 2em;
}
.plan_contain dl{
  counter-reset: contain_list;
  border: 1px solid #1f9956;
}
.plan_contain dl dt{
  background: #1f9956;
  padding: 8px;
  font-size: 1.5em;
  color: #fff;
}
.plan_contain dl dt::before{
  counter-increment: contain_list;
  content:counter(contain_list) ". ";
}
.plan_contain dl dd,
.no_plan_contain dl dd{
  padding: 1em;
}
  .plan_contain dl dd ul,
  .no_plan_contain dl dd ul{
    list-style: none;
  }
  .plan_contain dl dd ul li,
  .no_plan_contain dl dd ul li{
    padding: 0 8px 0 0;
    text-align: center;
  }

.no_plan_contain dl{
  border: 1px solid #cc0033;
}

.difference{
  margin: 2em 0;
}
ul.check {
  width: 930px;
  margin: 0 auto;
}
  ul.check li {
    list-style-type : none;
    font-size: 150%;
    font-weight: bold;
    margin: 15px 0 10px 0px;
    background: url("../img/check.png") no-repeat left top;
    padding: 10px 0 5px 50px;
  }
  ul.check li span{
    font-size: 80%;
  }

#flow_content{
  border: 1px solid #1f9956;
  padding: 1.5em;
  counter-reset: flow_list;
}
#flow_content dt{
  margin:
}
  #flow_content dt h2{
    color: #d10000;
    font-size: 2.3em;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: left;
    font-weight: bold;
    margin: 0 0 10px;
  }
  #flow_content dt h3{
    font-size: 1.7em;
    font-weight: bold;
  }
  #flow_content dt h3::before{
    counter-increment: flow_list;
    content:counter(flow_list) ". ";
  }

#flow_content dd{
  margin: 0 0 1.5em;
  font-size: 1.2em;
}
  #flow_content dd p{
    margin: 0 0 .5em;
  }
  #flow_content dd ol{
    margin: 0 0 1em 2em;
  }


@media only screen and (max-width: 768px){
  #flow_content dt h2{
    font-size: 1.7em;
  }
  #flow_content dt h3{
    font-size: 1.4em;
  }
  #flow_content dd{
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 600px){
  #flow_content dt h2{
    font-size: 1.6em;
  }
  #flow_content dt h3{
    font-size: 1.3em;
  }
  #flow_content dd{
    font-size: 1em;
  }
}


#prof h2 + p{
  margin: 10px 0;
}
#prof table {
  margin: auto;
  border-top: 1px solid #c2c2c2;
  border-left: 1px solid #c2c2c2;
  background-color: #f6f6f6;
  width: 1000px;
  font-size: 120%;
  font-family: A-OTF 新ゴ Pro;
}
#prof th {
  font-weight: bold;
  text-align: center;
  padding: 12px 18px;
  border-right: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
}
#prof td {
  padding: 12px 18px;
  border-right: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
}

#store h3 {
  font-size: 1.6em;
  color: #087d3d;
  font-weight: bold;
  margin: 0;
}
#store h3 + p{
  margin: 10px 0;
}
#store li{
  margin: 1em 0 2em;
}

.txt01 {
  font-size: 1.2rem;
  line-height: 140%;
}
.txt02 {
  font-size: 200%;
  line-height: 140%;
  text-align: center;
  font-weight: bold;
}
.txt03 {
  font-size: 136%;
  line-height: 1.6;
  font-weight: bold;
  margin: 20px;
}
.txt_b {
  font-weight: bold;
}
.txt_c{
  text-align: center;
}
.txt_r{
  text-align: right;
}
* > span{
  font-size: .8em;
}
ul{list-style: none;}
.list_disc{
  list-style:disc outside;
  margin: 0 0 10px -20px;
}
.list_circle{
  list-style:circle outside;
}
.list_square{
  list-style:square outside;
  margin: 0 0 10px -20px;
}
.cv_btn_form{
  background: #D8D8D8;
  display: block;
  text-align: center;
  padding: 25px 0;
}
@media only screen and (min-width : 1024px) {
  body.sp_site p.photo{
   margin: 0 0 20px 0;
  }
  body.sp_site p.photo2 {
  width: auto;
  margin: 0 0 20px 0;
  padding: 20px 10px 0 10px;
  }
  body.sp_site p img.photo2 {
  width: auto;
  margin: 0 0 20px 0;
  padding: 20px 10px 0 10px;
  }
  body.sp_site h1 {
  margin:0 0;
  font-size:17px;
  background-color: #ccd;
  padding: 3px 0;
  text-align: center;
  }
}

@media only screen and (max-width: 768px){
  body.sp_site p.photo{
   margin: 0 0 20px 0;
  }
  body.sp_site p.photo2 {
  width: auto;
  margin: 0 0 20px 0;
  padding: 20px 10px 0 10px;
  }
  body.sp_site p img.photo2 {
  width: auto;
  margin: 0 0 20px 0;
  padding: 20px 10px 0 10px;
  }
  .list_disc{
  margin-left: -25px;
  }
  .list_circle{
  margin: -8px 0 0 -20px;
  }
  .list_square{
  margin-left: -30px;
  }
  body.sp_site h1 {
  margin:0 0;
  font-size:15px;
  background-color: #ccd;
  padding: 3px 0;
  text-align: center;
  }

}

@media only screen and (max-width: 600px){
  body.sp_site h1 {
  font-size:10px;
  }
}


/* +display:flex grid+ */
.fx-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .fx-row + .fx-row {
    margin-top: 0; }
  .otherPtn .fx-row{
    max-width: 100%;
    margin: 0 auto; }
  .otherPtn [class*="fx-col"]{
    max-width: 100%; }

.fx-row-start-xs {
  -webkit-box-pack: start;/*--- Android ---*/
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
.fx-row-center-xs {
  -webkit-box-pack: center;/*--- Android ---*/
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
.fx-row-end-xs {
  -webkit-box-pack: end;/*--- Android ---*/
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
.fx-row-between-xs {
  -webkit-box-pack: justify;/*--- Android ---*/
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.fx-row-around-xs {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
@media (min-width: 768px) {
  .fx-row-start-m {
    -webkit-box-pack: start;/*--- Android ---*/
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .fx-row-center-m {
    -webkit-box-pack: center;/*--- Android ---*/
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .fx-row-end-m {
    -webkit-box-pack: end;/*--- Android ---*/
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .fx-row-between-m {
    -webkit-box-pack: justify;/*--- Android ---*/
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .fx-row-around-m {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
}
@media (min-width: 993px) {
  .fx-row-start-l {
    -webkit-box-pack: start;/*--- Android ---*/
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .fx-row-center-l {
    -webkit-box-pack: center;/*--- Android ---*/
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .fx-row-end-l {
    -webkit-box-pack: end;/*--- Android ---*/
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .fx-row-between-l {
    -webkit-box-pack: justify;/*--- Android ---*/
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .fx-row-around-l {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
}
.fx-row-reverse-xs {
  -webkit-box-direction:reverse;/*--- Android ---*/
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
@media (min-width: 768px) {
  .fx-row-reverse-m {
    -webkit-box-direction:reverse;/*--- Android ---*/
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
}
@media (min-width: 993px) {
  .fx-row-reverse-l {
    -webkit-box-direction:reverse;/*--- Android ---*/
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
}

[class*="fx-col"] {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
.fx-col-10-xs {
  -webkit-flex-basis: 10%;
      -ms-flex-preferred-size: 10%;
          flex-basis: 10%;
  max-width: 10%; }
.fx-col-15-xs {
  -webkit-flex-basis: 15%;
      -ms-flex-preferred-size: 15%;
          flex-basis: 15%;
  max-width: 15%; }
.fx-col-20-xs {
  -webkit-flex-basis: 20%;
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
  max-width: 20%; }
.fx-col-23-xs {
  -webkit-flex-basis: 23%;
      -ms-flex-preferred-size: 23%;
          flex-basis: 23%;
  max-width: 23%; }
.fx-col-25-xs {
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  max-width: 25%; }
.fx-col-30-xs {
  -webkit-flex-basis: 30%;
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
  max-width: 30%; }
.fx-col-32-xs {
  -webkit-flex-basis: 32%;
      -ms-flex-preferred-size: 32%;
          flex-basis: 32%;
  max-width: 32%; }
.fx-col-33-xs {
  -webkit-flex-basis: 33.3333%;
      -ms-flex-preferred-size: 33.3333%;
          flex-basis: 33.3333%;
  max-width: 33.3333%; }
.fx-col-35-xs {
  -webkit-flex-basis: 35%;
      -ms-flex-preferred-size: 35%;
          flex-basis: 35%;
  max-width: 35%; }
.fx-col-40-xs {
  -webkit-flex-basis: 40%;
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
  max-width: 40%; }
.fx-col-45-xs {
  -webkit-flex-basis: 45%;
      -ms-flex-preferred-size: 45%;
          flex-basis: 45%;
  max-width: 45%; }
.fx-col-48-xs {
  -webkit-flex-basis: 48%;
      -ms-flex-preferred-size: 48%;
          flex-basis: 48%;
  max-width: 48%; }
.fx-col-50-xs {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  max-width: 50%; }
.fx-col-55-xs {
  -webkit-flex-basis: 55%;
      -ms-flex-preferred-size: 55%;
          flex-basis: 55%;
  max-width: 55%; }
.fx-col-60-xs {
  -webkit-flex-basis: 60%;
      -ms-flex-preferred-size: 60%;
          flex-basis: 60%;
  max-width: 60%; }
.fx-col-65-xs {
  -webkit-flex-basis: 65%;
      -ms-flex-preferred-size: 65%;
          flex-basis: 65%;
  max-width: 65%; }
.fx-col-66-xs {
  -webkit-flex-basis: 66.6666%;
      -ms-flex-preferred-size: 66.6666%;
          flex-basis: 66.6666%;
  max-width: 66.6666%; }
.fx-col-70-xs {
  -webkit-flex-basis: 70%;
      -ms-flex-preferred-size: 70%;
          flex-basis: 70%;
  max-width: 70%; }
.fx-col-75-xs {
  -webkit-flex-basis: 75%;
      -ms-flex-preferred-size: 75%;
          flex-basis: 75%;
  max-width: 75%; }
.fx-col-80-xs {
  -webkit-flex-basis: 80%;
      -ms-flex-preferred-size: 80%;
          flex-basis: 80%;
  max-width: 80%; }
.fx-col-85-xs {
  -webkit-flex-basis: 85%;
      -ms-flex-preferred-size: 85%;
          flex-basis: 85%;
  max-width: 85%; }
.fx-col-90-xs {
  -webkit-flex-basis: 90%;
      -ms-flex-preferred-size: 90%;
          flex-basis: 90%;
  max-width: 90%; }
.fx-col-95-xs {
  -webkit-flex-basis: 95%;
      -ms-flex-preferred-size: 95%;
          flex-basis: 95%;
  max-width: 95%; }
.fx-col-98-xs {
  -webkit-flex-basis: 98%;
      -ms-flex-preferred-size: 98%;
          flex-basis: 98%;
  max-width: 98%; }
.fx-col-100-xs {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-width: 100%; }
@media (min-width: 768px) {
  .fx-col-10-m {
    -webkit-flex-basis: 10%;
        -ms-flex-preferred-size: 10%;
            flex-basis: 10%;
    max-width: 10%; }
  .fx-col-13-m {
    -webkit-flex-basis: 13%;
        -ms-flex-preferred-size: 13%;
            flex-basis: 13%;
    max-width: 13%; }
  .fx-col-15-m {
    -webkit-flex-basis: 15%;
        -ms-flex-preferred-size: 15%;
            flex-basis: 15%;
    max-width: 15%; }
  .fx-col-20-m {
    -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%;
    max-width: 20%; }
  .fx-col-25-m {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%; }
  .fx-col-30-m {
    -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%;
    max-width: 30%; }
  .fx-col-33-m {
    -webkit-flex-basis: 33.3333%;
        -ms-flex-preferred-size: 33.3333%;
            flex-basis: 33.3333%;
    max-width: 33.3333%; }
  .fx-col-35-m {
    -webkit-flex-basis: 35%;
        -ms-flex-preferred-size: 35%;
            flex-basis: 35%;
    max-width: 35%; }
  .fx-col-40-m {
    -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%;
    max-width: 40%; }
  .fx-col-45-m {
    -webkit-flex-basis: 45%;
        -ms-flex-preferred-size: 45%;
            flex-basis: 45%;
    max-width: 45%; }
  .fx-col-48-m {
    -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%;
    max-width: 48%; }
  .fx-col-50-m {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%; }
  .fx-col-55-m {
    -webkit-flex-basis: 55%;
        -ms-flex-preferred-size: 55%;
            flex-basis: 55%;
    max-width: 55%; }
  .fx-col-60-m {
    -webkit-flex-basis: 60%;
        -ms-flex-preferred-size: 60%;
            flex-basis: 60%;
    max-width: 60%; }
  .fx-col-65-m {
    -webkit-flex-basis: 65%;
        -ms-flex-preferred-size: 65%;
            flex-basis: 65%;
    max-width: 65%; }
  .fx-col-66-m {
    -webkit-flex-basis: 66.6666%;
        -ms-flex-preferred-size: 66.6666%;
            flex-basis: 66.6666%;
    max-width: 66.6666%; }
  .fx-col-70-m {
    -webkit-flex-basis: 70%;
        -ms-flex-preferred-size: 70%;
            flex-basis: 70%;
    max-width: 70%; }
  .fx-col-75-m {
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
    max-width: 75%; }
  .fx-col-80-m {
    -webkit-flex-basis: 80%;
        -ms-flex-preferred-size: 80%;
            flex-basis: 80%;
    max-width: 80%; }
  .fx-col-85-m {
    -webkit-flex-basis: 85%;
        -ms-flex-preferred-size: 85%;
            flex-basis: 85%;
    max-width: 85%; }
  .fx-col-90-m {
    -webkit-flex-basis: 90%;
        -ms-flex-preferred-size: 90%;
            flex-basis: 90%;
    max-width: 90%; }
  .fx-col-95-m {
    -webkit-flex-bamim: 95%;
      -mm-flex-preferred-mize: 95%;
          flex-bamim: 95%;
    max-width: 95%; }
  .fx-col-98-m {
    -webkit-flex-bamim: 98%;
      -mm-flex-preferred-mize: 98%;
          flex-bamim: 98%;
    max-width: 98%; }
  .fx-col-100-m {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%; }
}
@media (min-width: 993px) {
  .fx-col-10-l {
    -webkit-flex-basis: 10%;
        -ms-flex-preferred-size: 10%;
            flex-basis: 10%;
    max-width: 10%; }
  .fx-col-13-l {
    -webkit-flex-basis: 13%;
        -ms-flex-preferred-size: 13%;
            flex-basis: 13%;
    max-width: 13%; }
  .fx-col-15-l {
    -webkit-flex-basis: 15%;
        -ms-flex-preferred-size: 15%;
            flex-basis: 15%;
    max-width: 15%; }
  .fx-col-20-l {
    -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%;
    max-width: 20%; }
  .fx-col-25-l {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%; }
  .fx-col-30-l {
    -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%;
    max-width: 30%; }
  .fx-col-33-l {
    -webkit-flex-basis: 33.3333%;
        -ms-flex-preferred-size: 33.3333%;
            flex-basis: 33.3333%;
    max-width: 33.3333%; }
  .fx-col-35-l {
    -webkit-flex-basis: 35%;
        -ms-flex-preferred-size: 35%;
            flex-basis: 35%;
    max-width: 35%; }
  .fx-col-40-l {
    -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%;
    max-width: 40%; }
  .fx-col-45-l {
    -webkit-flex-basis: 45%;
        -ms-flex-preferred-size: 45%;
            flex-basis: 45%;
    max-width: 45%; }
  .fx-col-50-l {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%; }
  .fx-col-55-l {
    -webkit-flex-basis: 55%;
        -ms-flex-preferred-size: 55%;
            flex-basis: 55%;
    max-width: 55%; }
  .fx-col-60-l {
    -webkit-flex-basis: 60%;
        -ms-flex-preferred-size: 60%;
            flex-basis: 60%;
    max-width: 60%; }
  .fx-col-65-l {
    -webkit-flex-basis: 65%;
        -ms-flex-preferred-size: 65%;
            flex-basis: 65%;
    max-width: 65%; }
  .fx-col-66-l {
    -webkit-flex-basis: 66.6666%;
        -ms-flex-preferred-size: 66.6666%;
            flex-basis: 66.6666%;
    max-width: 66.6666%; }
  .fx-col-70-l {
    -webkit-flex-basis: 70%;
        -ms-flex-preferred-size: 70%;
            flex-basis: 70%;
    max-width: 70%; }
  .fx-col-75-l {
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
    max-width: 75%; }
  .fx-col-80-l {
    -webkit-flex-basis: 80%;
        -ms-flex-preferred-size: 80%;
            flex-basis: 80%;
    max-width: 80%; }
  .fx-col-85-l {
    -webkit-flex-basis: 85%;
        -ms-flex-preferred-size: 85%;
            flex-basis: 85%;
    max-width: 85%; }
  .fx-col-90-l {
    -webkit-flex-basis: 90%;
        -ms-flex-preferred-size: 90%;
            flex-basis: 90%;
    max-width: 90%; }
  .fx-col-95-l {
    -webkit-flex-balil: 95%;
      -ml-flex-preferred-lize: 95%;
          flex-balil: 95%;
    max-width: 95%; }
  .fx-col-98-l {
    -webkit-flex-balil: 98%;
      -ml-flex-preferred-lize: 98%;
          flex-basis: 98%;
    max-width: 98%; }
  .fx-col-100-l {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%; }
}

.fx-col-top-xs {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start; }
.fx-col-center-xs {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center; }
.fx-col-bottom-xs {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end; }
@media (min-width: 768px) {
  .fx-col-top-m {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start; }
  .fx-col-center-m {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center; }
  .fx-col-bottom-m {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end; }
}
@media (min-width: 993px) {
  .fx-col-top-l {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start; }
  .fx-col-center-l {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center; }
  .fx-col-bottom-l {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end; }
}
.fx-item-center{
  -webkit-box-align:center;/*--- Android ---*/
  -webkit-align-items: center; /* Safari */
  align-items: center;
  text-align: center; }
.fx-item-top{
  -webkit-box-align:start;/*--- Android ---*/
  -webkit-align-items: flex-start; /* Safari */
  align-items: flex-start; }
.fx-item-bottom{
  -webkit-box-align:end;/*--- Android ---*/
  -webkit-align-items: flex-end; /* Safari */
  align-items: flex-end; }
.fx-item-baseline{
  -webkit-box-align:baseline;/*--- Android ---*/
  -webkit-align-items: baseline; /* Safari */
  align-items: baseline; }


/*---2018.07.25---*/
.writing_top h3{
  text-align: center;
	font-size: 300%;
	font-family:HGP平成明朝体W9;
	margin:30px 0 20px 0;
	color: #248200;
}
.list_content{
width:1021px;
margin: 0 auto;
text-align: left;
}
.list_content ul{
  margin-left: 20px;
  margin-top: 10px;
}
.list_content li .txt08{
  margin-left: 20px;
  font-weight: bold;
  font-size:18px;
}
.line_space {
  text-align: center;
}

@media only screen and (min-width:601px) and (max-width:768px) {
.writing_top h3{
  text-align: center;
    font-size: 30px;
    font-family:HGP平成明朝体W9;
	margin: 0 auto;
	color: #248200;
  }
  .list_content{
    width:90%;
    margin: 0 auto;
    text-align: left;
  }
  .list_content ul{
    font-size:16px;
  }
}

@media only screen and (max-width: 600px){
.writing_top h3{
  text-align: center;
    font-size: 24px;
    font-family:HGP平成明朝体W9;
	margin: 0 auto;
	color: #248200;
  }
  .list_content{
    width:90%;
    margin: 0 auto;
    text-align: left;
  }
  .list_content ul{
    font-size:16px;
    margin-left: 0;
  }
}

/*------ 個人情報保護 2018.09.13追加 ------*/
#policy{
  width:90%;
  height:150px;
  margin:-50px auto 60px;
  overflow-y:scroll;
  border: 2px solid #ccc;
  text-align:left;
}
#policy h2{
  text-align:center;
  font-weight:bold;
  font-size:1.6rem;
  margin: 5px 0;
  background: none;
  color: #000;
  padding: 10px 0;
}
#policy p{
  line-height:1.2;
  margin:0 1%;
}
#policy ol{
  padding: 0 5% 0 5%;
}
#policy li{
  padding-bottom:1%;
}
#privacy_company{
  width:50%;
  margin-top:-20px;
}
@media only screen and (max-width : 680px) {
 #policy h2{
  text-align:center;
  font-size:120%;
  padding:5px;
 }
 #policy li{
  padding-top:2%;
 }
 #privacy_company{
  width:105%;
 }
 #privacy_company p{
  margin-right:-10px;
  font-size:100%;
 }
}
/*------ 個人情報保護 / ------*/
/*------ 2018.10.02追加 -------*/
.writing_top{
 margin-bottom: 60px;
}
@media only screen and (max-width : 680px) {
 .writing_top{
  margin-bottom:auto;
 }
}
/*------ 2018.10.02 / -------*/
/*------ 家族葬とは -------*/
span.txt_red{
  font-size: 1em;
  font-weight: bold;
  color: #f00;
}
.list_hisi {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.list_hisi li {
    line-height: 1.6;
    padding-left: 1.5em;
    display: block;
}
.list_hisi li:before {
    content: "◇";
    display: inline-block;
    width: 1.1em;
    margin-left: -1.1em;
}
#kazoku_what {
    border: 1px solid #1f9956;
    counter-reset: flow_list;
}
#kazoku_what .row{
  padding: 0 1.5em;
}
#kazoku_what .row.first{
  padding-top: 1.5em;
}
#kazoku_what .row h2{
  font-size: 2em;
  font-weight: bold;
  background: #8fc31f;
  border: 4px solid #fff;
  box-shadow: 2px 2px 3px 3px #ccc;
  color: #fff;
  margin-bottom: 0.5em;
  padding: 5px;
}
#kazoku_what .row h3{
    color: #f00;
    font-weight: bold;
    font-size: 150%;
    border-bottom: 1px solid;
    line-height: 1.1;
    margin-top: 10px;
}
#kazoku_what .row.first h3{
  border-bottom: none;
}
#kazoku_what .row img{
  width: 70%;
}
#kazoku_what .row p{
  font-size: 1.2em;
}
#kazoku_what .row table{
  margin: 10px auto;
  border: 2px solid #000;
  font-size: 1.2em;
  max-width: 970px;
}
#kazoku_what .row table.categorise{
  margin-bottom: 1.5em;
}
#kazoku_what .row table th, #kazoku_what .row table td{
  border: 1px solid;
  padding: 0.3em;
}
#kazoku_what .row table th.bigcategory{
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.2;
  background: #ebf3ac;
}
#kazoku_what .row table.coming th{
  width: 100px;
}
#kazoku_what .row table.coming th.bigcategory{
  width: 210px;
}
#kazoku_what .row .point p{
  margin: 0;
}
#kazoku_what .row .point p.point_top{
  font-size: 1.3em;
  color: #f00;
  font-weight: bold;
}
#kazoku_what .row .point ul{
  font-size: 110%;
  color: #f00;
  margin-bottom: 0.5em;
}
#kazoku_what .row dl.point{
  margin: 10px;
  font-size: 1.2em;
}
#kazoku_what .row dl.point dt{
  font-size: 110%;
  font-weight: bold;
}
#kazoku_what .row dl.point dd{
  line-height: 1.3;
  margin-bottom: 10px;
}
#kazoku_what .row dl.point.price_image{
  margin-bottom: 20px;
}
#kazoku_what .row dl.point dd p{
  font-size: 1em;
}
#kazoku_what .row .point ul.list_hisi, #kazoku_what .row .point ul.dot{
  color: #000;
  font-size: 100%;
  margin: 0;
}
#kazoku_what .row .trouble p, #kazoku_what .row .nosect p{
  font-size: 1.3em;
  margin: 0;
  font-weight: bold;
}
#kazoku_what .row .trouble ul{
  margin-left: 1.5em;
}
#kazoku_what .row .trouble li:before {
    content: "●";
    display: inline-block;
    width: 1.1em;
    margin-left: -1.5em;
}
#kazoku_what .row div.point{
  margin: 1em 0;
}
#kazoku_what .row ul.dot, #kazoku_what .row .point ul.dot{
  list-style-type: disc;
  margin-left: 1.5em;
}
h2.txt_c.kazoku_exp{
  margin: 0 auto 5px;
}

@media only screen and (min-width : 1024px) {
#kazoku_what .row table{
  width: 970px;
  }
}

@media only screen and (max-width:768px) {
section.content#kazoku_what{
  width: auto;
  }
  #kazoku_what .row h3{
  font-size: 125%;
  }
  #kazoku_what .row p{
  font-size: 1.2em;
  }
  #kazoku_what .row table{
  line-height: 1.2;
  font-size: 0.9em;
  }
  #kazoku_what .row .point ul{
  font-size: 100%;
  }
  #kazoku_what .row dl.point{
  margin: 10px 0 0 0;
  }
  #kazoku_what .row dl.point dt{
  font-size: 100%;
  }
  #kazoku_what .row .point ul.list_hisi, #kazoku_what .row .point ul.dot{
  font-size: 90%;
  }
  #kazoku_what .row table th.bigcategory{
  font-size: 1em;
  }
  #kazoku_what .row table.coming th, #kazoku_what .row table.coming th.bigcategory {
  width: 80px;
  }
  #kazoku_what .row .point p.point_top, #kazoku_what .row .trouble p, #kazoku_what .row .nosect p{
  font-size: 1.2em;
  }
  h2.txt_c.kazoku_exp{
  margin: 10px auto;
  }
  h2.txt_c.kazoku_exp img{
  width: 60%;
  }
  #kazoku_what .row h2 {
  font-size: 1.3em;
  line-height: 1.2;
  margin-bottom: 0.8em;
  }
  #kazoku_what .row img{
  width: 100%;
  }
}
@media only screen and (max-width: 600px){
#kazoku_what .row p {
    font-size: 1em;
    }
}
/*------ 家族葬とは / -------*/
.zei {
	text-align: right;
	color: #222;
	font-size: 18px;
	font-weight: bold;
}