body {
  /*font-family: 'Helvetica Neue', sans-serif;*/
  font-family: "游ゴシック","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

section h4 {
  font-weight: bold;
}

/*メインビジュアル*/
.bg_main_v {
  background: url(../img/main_v.jpg) no-repeat center top;
  background-size: cover;
}

.hero {
  height:calc(100vw * 0.5);
}

.hero h2 {
  color: #553c21;
  text-shadow: 2px 2px 10px #fff,
    -2px 2px 10px #fff,
    2px -2px 10px #fff,
    -2px -2px 10px #fff;
  margin-bottom: 30px;
  margin-top: 50px;
  font-weight: bold;
}
.hero .catch {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
}
.hero .catch span {
  background-color: #f55f5f;
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 10px;
}
.hero p {
  font-size: 20px;
  color: #413221;
  text-shadow: 2px 2px 10px #fff,
    -2px 2px 10px #fff,
    2px -2px 10px #fff,
    -2px -2px 10px #fff;
}

.hero ._btn a {
  background-color: #e86e71;
  max-width: 400px;
  height: 57px;
  text-align: center;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/arrow.png) no-repeat right 20px center, #89c242;
  box-shadow: 4px 4px 0 #4f781e;
  text-decoration: none;
}

.hero ._btn a:hover {
  opacity: 0.6;
  transition: 0.2s;
}

.hero ._btn a span {
  color: #fff;
  text-decoration: none;
  font-size: 28px;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 576px){
  .hero {
    height:calc(100vw * 0.8);
  }
.hero p{
  font-size: 16px;
}
.hero ._btn a {
  background-color: #89c242;
  max-width: 240px;
  height: 40px;
  text-align: center;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/arrow.png) no-repeat right 20px center, #89c242;
  box-shadow: 4px 4px 0 #4f781e;
  background-size: 10px;
}
.hero ._btn a span {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  display: block;
}
}

@media screen and (max-width: 480px){
  .hero {
    height: calc(100vw * .6);
  }
  .hero .catch span{
    font-size: 0.9rem;
  margin-bottom: 0;
padding: 0 5px;}
  .hero p{
    margin-bottom:8px;
    font-size: 0.875rem;
  }
  .hero h2{
    font-size: 1.13rem;
    margin-top: 30px;
  }
  .bg_main_v{
    background-position: left -2em top;
  }
}

@media screen and (min-width: 992px){
  .bg_main_v {
    background: url(../img/main_v.jpg) no-repeat center top;
  }

.hero {
  height: 850px;
}

.hero h2 {
  color: #553c21;
  font-size: 3.75em;
  text-shadow: 2px 2px 10px #fff,
    -2px 2px 10px #fff,
    2px -2px 10px #fff,
    -2px -2px 10px #fff;
  margin-bottom: 30px;
  margin-top: 80px;
}

.hero .catch {
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
}

.hero .catch span {
  background-color: #f55f5f;
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 10px;
}

.hero p {
  font-size: 28px;
  color: #413221;
  text-shadow: 2px 2px 10px #fff,
    -2px 2px 10px #fff,
    2px -2px 10px #fff,
    -2px -2px 10px #fff;
}

.hero ._btn a {
  background-color: #e86e71;
  max-width: 506px;
  height: 72px;
  text-align: center;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/arrow.png) no-repeat right 20px center, #89c242;
  box-shadow: 4px 4px 0 #4f781e;
}

.hero ._btn a:hover {
  opacity: 0.6;
  transition: 0.2s;
}

.hero ._btn a span {
  color: #fff;
  text-decoration: none;
  font-size: 36px;
  font-weight: bold;
  display: block;
}
}

@media screen and (min-width: 1200px){
  .hero h2{
    margin-top: 120px;
    font-weight: bold;
  }
}

.cr{
  color: #ff0000;
}

.fb {
  font-weight: bold;
}

.fu {
  text-decoration: underline;
}

.f18 {
  font-size: 1.13em;
}

.f20 {
  font-size: 1.25em;
}

.f30 {
  font-size: 1.785em;
}

.f24 {
  font-size: 1.5em;
}
.f36{
  font-size: 2.25em;
}
.fbnone{font-weight:normal;}

@media screen and (max-width: 992px){
  .f24 {
    font-size: 1.25em;
  }
}

@media screen and (max-width: 768px){
  .f24 {
    font-size: 1.13em;
  }
  .f20 {
    font-size: 1em;
  }
  .f18 {
    font-size: 1em;
  }
}

.c-brown {
  color: #413221;
}

/*理由*/
.bg-lgreen {
  max-width: 1920px;
  width: 100%;
  background: url(../img/reason_top.png) no-repeat center top, #d4eaf2;
  margin-left: auto;
  margin-right: auto;

}
.c-orange{
  color: #ff7c22;
}
.c-wine{
  color: #330000;
}

.c-pink {
  color: #e86e71;
}

.reason-wrap h2.subtitle {
  font-size: 32px;
  color: #413221;
  font-weight: bold;
}
.reason-wrap .catch {
  background-color: #e86e71;
  color: #ffffff;
  font-size: 24px;
  color: #fff;
  padding: 0.5em 1em;
  display: inline-block;
  font-weight: bold;
}

.reason-wrap .disc {
  background: url(../img/bg.jpg) repeat left top, #fff;
  border: 5px solid #413221;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  border-radius: 6px;
  padding: 1em;
}

.reason-wrap .disc .f30{
  font-size: 24px;
}

.reason-wrap ul.check {
  list-style: none;
  text-align: left;
  padding: 0;
}


.reason-wrap ul.check li {
  font-size: 20px;
  color: #413221;
  background: url(../img/check.png) no-repeat left top 5px;
  padding-left: 38px;
  margin-bottom: 1rem;
  font-weight: bold;
}
.reason-wrap .bg-grey {
  background-color: #efefef;
  color: #413221;
  font-size: 20px;
  padding: 1em;
  font-weight: bold;
  display: inline-block;
}

@media screen and (max-width: 768px){
  .reason-wrap h2.subtitle {
    font-size: 28px;
  }
  .reason-wrap .disc .f30,.reason-wrap .catch{
    font-size: 20px;
  }
  .reason-wrap ul.check li {
    font-size: 18px;
    color: #413221;
    background: url(../img/check.png) no-repeat left top 5px;
    background-size:24px;
    padding-left: 30px;
    margin-bottom: 1rem;
    font-weight: bold;
  }
  .reason-wrap .bg-grey{
  font-size: 18px;
  }

}
@media screen and (max-width: 576px){
  .reason-wrap h2.subtitle {
    font-size: 20px;
  }
  .reason-wrap .disc .f30, .reason-wrap .catch{
    font-size: 18px;
  }
}

@media screen and (min-width: 992px){
.reason-wrap h2.subtitle {
  font-size: 40px;
  color: #413221;
}

.reason-wrap .catch {
  background-color: #e86e71;
  color: #ffffff;
  font-size: 30px;
  color: #fff;
  padding: 0.5em 1em;
  display: inline-block;
  font-weight: bold;
}

.reason-wrap .disc {
  background: url(../img/bg.jpg) repeat left top, #fff;
  border: 5px solid #413221;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  border-radius: 6px;
  padding: 1em;
}

.reason-wrap ul.check {
  list-style: none;
  text-align: left;
  padding: 0;
}

.reason-wrap ul.check li {
  font-size: 1.63em;
  color: #413221;
  background: url(../img/check.png) no-repeat left top 5px;
  padding-left: 38px;
  margin-bottom: 1rem;
  font-weight: bold;
}

.reason-wrap .bg-grey {
  background-color: #efefef;
  color: #413221;
  font-size: 1.5em;
  padding: 1em;
  font-weight: bold;
  display: inline-block;
}
}


/*相続費用一例*/
  .case-wrap.bg{
    background:url(../img/case_top.png)no-repeat center top, #fff;
    padding-top: 100px;
  }

  .case-wrap .inner {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
  }

  .case-wrap .case {
    border: 5px solid #ef8f2d;
    background: url(../img/bg.jpg) repeat left top;
    color: #5c3916;
    padding: 1em;
    max-width: 840px;
    width: 100%;
    border-radius: 4px;
    font-weight: bold;
    margin: 0 auto 1em;
  }

  .case-wrap .case .icon{
    width: 130px;
    text-align: center;
  }

  .case-wrap .case .disc{
    width: calc(100% - 130px);
    padding-left: 1em;
  }

  .case-wrap .case .bg-ico-w {
    background: url(../img/case_ico02.png)no-repeat right top;
  }

    .case-wrap .subttl span{
    background-color: #ef8f2d;
    color: #fff;
    padding: 2px 1em;
    border-radius: 50vh;
    display: inline-block;
    margin-right: 0.5em;
    max-width: 130px;
    width: 100%;
    text-align: center;
  }

  .case-wrap .case dl {
    font-size: 1.13em;
  }

  .case-wrap .case .zaisan dt {
    width: 4em;
    float: left;
  }

.case-wrap .case .zaisan dd {
    padding-left: 4em;
  }

.case-wrap .case dl::after {
    clear: both;
  }

.case-wrap .case .irai dt {
    width: 14em;
    float: left;
  }

.case-wrap .case .irai dd {
    padding-left: 14em;
  }

.bgy{
  background-color: #fff110;
}

.case-wrap .attention{
  max-width: 500px;
  width: 90%;
  padding: 1em;
  margin: 0 auto;
  border: 3px solid #ff0000;
}
.case-wrap .attention p + p{
  margin-bottom: 0;
}

  @media screen and (max-width: 767px){
      .case-wrap .subttl span{
        display: inline-block;
        margin-bottom: 1em;
      }
      .f36{
        font-size: 1.2em;
      }
  }

  @media screen and (max-width: 576px){
    .case-wrap .case dl{
      font-size: 1em;
    }
    .case-wrap .case .icon{
      width: 100%;
      padding-bottom: 1em;
    }
   .case-wrap .case .disc{
      width: 100%;
      padding-left: 0;
    }
  }

  @media screen and (min-width: 992px){
    .case-wrap h2.subtitle.bg2 span {
      position: relative;
      z-index: 10;
    }
    .case-wrap h2.subtitle.bg2 span::after {
      content: "";
      position: absolute;
      width: 240px;
      height: 195px;
      background: url(../img/case_img01.png)no-repeat center top;
      top: -80px;
      right: -210px;
      z-index: -1;
  }
}

/*無料相談*/
.inquiry-wrap.bg01 {
background-color:#99c55b;
background: url(../img/inq_btm_01.jpg) no-repeat center bottom,#99c55b;
padding: 100px 0 146px;
max-width: 1920px;
width: 100%;
margin-left: auto;
margin-right: auto;
}

.inquiry-wrap .inner {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.inquiry-wrap .inq-box {
  background-color: #fff;
  width: 33%;
  /*margin: 0 1%;*/
  height: 287px;
  border-radius: 15px;
  padding: 0.8em;
  box-sizing: border-box;
}
.inquiry-wrap .inq-box .ttl{

  font-weight: bold;
  text-align: center;
}
.inquiry-wrap .inq-box .f18{
  font-size: 1em;
  text-align: center;
}


.inquiry-wrap .inq-box.corner1 h5 {
  /*font-size: 20px;
  background: url(../img/inq_ico_tel.png)no-repeat left top 0px;
  padding-left: 25px;
  background-size: 20px;*/
}

.inquiry-wrap ._btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inquiry-wrap ._btn a {
  background-color: #89c242;
  width: 80%;
  text-align: center;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/arrow.png) no-repeat right 10px center, #89c242;
  background-size: 10px;
  box-shadow: 4px 4px 0 #4f781e;
  text-decoration: none;
}

.inquiry-wrap ._btn a:hover {
  opacity: 0.6;
  transition: 0.2s;
}

.inquiry-wrap ._btn a span {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  display: block;
  padding: 0.3em 2.5em;
  display: block;
}
.inquiry-wrap .inq-box.corner3 h5 {
  font-size: 1em;
  color: #07b53b;
  font-weight: bold;
}
.inquiry-wrap .inq-box.corner3 .disc {
  line-height: 1.5;
  font-size: 0.8em;
}



.inquiry-wrap .inq-box.corner1 {
  background: url(../img/inq_01.png)no-repeat left top, url(../img/bg.jpg)repeat left top;
}

.inquiry-wrap .inq-box.corner2 {
  background: url(../img/inq_02.png)no-repeat left top, url(../img/bg.jpg)repeat left top;
}

.inquiry-wrap .inq-box.corner3 {
  background: url(../img/inq_03.png)no-repeat left top, url(../img/bg.jpg)repeat left top;
}

@media screen and (max-width: 992px){
.inquiry-wrap .inq-box.corner1 h5 {
  background-position: left top 5px;
background-size: 16px;
padding-left: 0;}
.inquiry-wrap .inq-box{
  margin: 0 auto;
}
}


@media screen and (max-width: 768px){
  .inquiry-wrap .inner {
    max-width: 960px;
    width: 95%;
    margin: 0 auto;
  }
  .inquiry-wrap .inq-box{
    width: 50%;
  }
}
@media screen and (max-width: 576px){
  .inquiry-wrap.bg01{
    padding: 2em 0 4em;
  }
  .inquiry-wrap .inq-box {
    background-color: #fff;
    width: 100%;
    /*margin: 0 1%;*/
    height:auto;
    border-radius: 15px;
    padding: 0.8em;
    box-sizing: border-box;
  }
  /*.inquiry-wrap.bg01{
    background: url(../img/inq_btm_01.jpg)no-repeat center bottom,
    url(../img/inq_top_01.jpg)no-repeat center top,url(../img/inq_body_bg.jpg) repeat-y center top 116px;
    background-repeat: no-repeat,no-repeat,repeat-y;
  }*/
  .inquiry-wrap h2 img{
    width: 70%;
  }
  .inquiry-wrap .inq-box.corner1 h5{
    text-align: center;
  }
  .inquiry-wrap .inq-box.corner1 h5 img{
    width: 70%;
  }
}

@media screen and (min-width: 992px){
.inquiry-wrap h2.subtitle span {
  position: relative;
}

.inquiry-wrap h2.subtitle span::before {
  content: "";
  background: url(../img/inq_img01.png)no-repeat center top;
  width: 159px;
  height: 179px;
  position: absolute;
  top: -30px;
  left: -180px;
}

.inquiry-wrap h2.subtitle span::after {
  content: "";
  background: url(../img/inq_img02.png)no-repeat center top;
  width: 205px;
  height: 235px;
  position: absolute;
  top: -80px;
  right: -230px;
}

.inquiry-wrap .inner {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.inquiry-wrap .inq-box {
  background-color: #fff;
  width: 33%;
  /*margin: 0 1%;*/
  height: 287px;
  border-radius: 15px;
  padding: 0.8em;
  box-sizing: border-box;
}
.inquiry-wrap .inq-box .ttl{
  font-size: 24px;
  font-weight: bold;
}
.inquiry-wrap .inq-box ._tel{
  font-size: 24px;
  text-align: center;
}

.inquiry-wrap .inq-box.corner1 {
  background: url(../img/inq_01.png)no-repeat left top, url(../img/bg.jpg)repeat left top;
}

.inquiry-wrap .inq-box.corner2 {
  background: url(../img/inq_02.png)no-repeat left top, url(../img/bg.jpg)repeat left top;
}

.inquiry-wrap .inq-box.corner3 {
  background: url(../img/inq_03.png)no-repeat left top, url(../img/bg.jpg)repeat left top;
}

.inquiry-wrap .inq-box.corner1 h5 {
  /*font-size: 36px;
  background: url(../img/inq_ico_tel.png)no-repeat left top 10px;
  padding-left: 30px;*/
}

.inquiry-wrap ._btn a {
  background-color: #89c242;
  width: 95%;
  text-align: center;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/arrow.png) no-repeat right 10px center, #89c242;
  background-size: 10px;
  box-shadow: 4px 4px 0 #4f781e;
}

.inquiry-wrap ._btn a:hover {
  opacity: 0.6;
  transition: 0.2s;
}

.inquiry-wrap ._btn a span {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  display: block;
  padding: 0.3em 2.5em;
  display: block;
}

.inquiry-wrap .inq-box.corner3 h5 {
  font-size: 1.13em;
  color: #07b53b;
  font-weight: bold;
}

.inquiry-wrap .inq-box.corner3 .disc {
  line-height: 1.5;
  font-size: 0.9em;
}
}



/*相続手続をスムースに*/
.flow-wrap .inner {
  max-width: 960px;
  margin: 0 auto;
}

.flow-wrap .step-wrap{
  background-color: #fef4d1;
  padding: 2em 1em;
  border-radius: 15px;
}

.flow-wrap .step-wrap .step-box{
  width: 200px;
  height: 200px;
  border: 1px solid #ff7c22;
  border-radius: 15px;
  background-color: #fff;
}
.flow-wrap .step-wrap .step-box-ya{
  height: 200px;
  padding: 0 1em;
}

.flow-wrap .flow-disc {
  max-width: calc(100% - 200px);

}

.flow-wrap .flow {
  color: #413221;
  border: 1px solid #ccc;
  padding: 1em;
  position: relative;
}

.flow-wrap .flow.flow1::before{
  position: absolute;
  content: "";
  background: url(../img/flow1.png) no-repeat left top;
  width: 52px;
  height: 61px;
  background-size: cover;
  top:-9px;
  left:16px;
}

.flow-wrap .flow.flow2::before{
  position: absolute;
  content: "";
  background: url(../img/flow2.png) no-repeat left top;
  width: 52px;
  height: 61px;
  background-size: cover;
  top:-9px;
  left:16px;
}

.flow-wrap .flow.flow3::before{
  position: absolute;
  content: "";
  background: url(../img/flow3.png) no-repeat left top;
  width: 52px;
  height: 61px;
  background-size: cover;
  top:-9px;
  left:16px;
}

.flow-wrap .flow.flow4::before{
  position: absolute;
  content: "";
  background: url(../img/flow4.png) no-repeat left top;
  width: 52px;
  height: 61px;
  background-size: cover;
  top:-9px;
  left:16px;
}

.flow-wrap .flow.flow5::before{
  position: absolute;
  content: "";
  background: url(../img/flow5.png) no-repeat left top;
  width: 52px;
  height: 61px;
  background-size: cover;
  top:-9px;
  left:16px;
}

.flow-wrap .flow-img {
  max-width: 200px;
  padding-left: 2em;
}



.flow-wrap .flow p {
  padding-left: calc(52px + 0.5em);
  /*width: calc(100% - 52px + 1em);*/
}

.flow-wrap ._download{
  padding-left: calc(52px + 0.5em);
}
.flow-wrap ._download ._btn{
  width: 48%;
  margin: 0 1%;
  text-align: center;
}
.flow-wrap ._download ._btn a{
  display: block;
  font-size: 0.875em;
  border: 1px solid #5c3916;
  padding: 0.5rem;
  border-radius: 8px;
  color: #222;
  text-decoration: none;
}

.flow-wrap ._download ._btn a:hover{
  background-color: #eee;
  transition: 0.2s;
}

@media screen and (max-width: 992px){
  .flow-wrap .flow p.f20{
    font-size: 18px;
  }
}
@media screen and (max-width: 768px){
  .flow-wrap .flow p.f20{
    font-size: 16px;
  }
  .flow-wrap .flow-number {
    width: 30px;
    height:30px;
    border-radius: 50%;
    background-color: #3a93e5;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
  }
  .flow-wrap .flow.flow1::before,
  .flow-wrap .flow.flow2::before,
  .flow-wrap .flow.flow3:before,
  .flow-wrap .flow.flow4::before,
  .flow-wrap .flow.flow5::before{
    width: 41px;
    height: 48px;
    background-size: cover;
    top:-8px;
    left:16px;
  }

  .flow-wrap .flow p {
    padding-left: calc(41px + 0.5em);
  }
  .flow-wrap ._download{
    padding-left: calc(42px + 0.5em);
  }
}
@media screen and (max-width: 576px){
.flow-wrap ._download ._btn{
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
}


@media screen and (max-width: 991px){
  .flow-wrap .step-wrap .step-box{
    margin: 0 auto;
  }
.flow-wrap .step-wrap .step-box-ya{
  height: auto;
  padding: 1em;
}
.flow-wrap .step-wrap .step-box-ya img{
  transform: rotate( 90deg );
}

  .flow-wrap .flow-disc {
    max-width: 100%;
    width: 100%;
  }
  .flow-wrap .flow-img {
    max-width: 100%;
    padding-left: 0;
    display: flex;
  }
    .flow-wrap .flow-img img{
    display: block;
    padding: 0 5px
    }
}
/*主な手続きの内容*/
.cont-wrap.bg {
  background: url(../img/cont_btm.jpg)no-repeat center bottom,
    url(../img/cont_top.png)no-repeat center top, #fff3ca;
  padding-top: 146px;
  padding-bottom: 100px;
  max-width: 1920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.cont-wrap h2.subtitle {
  text-align: center;
  margin-top: -50px;
}

.c-yellow{
  color: #ffff33;
}

.cont-wrap h2.subtitle.bg1 span {
  position: relative;
}



.cont-wrap .cont-inner {
  background-color: #93be58;
  color: #fff;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 1em 22px;
  border-radius: 15px;
  text-align: center;
}

.cont-wrap .cont-inner .lead {
  font-size: 28px;
  text-align: center;
  font-weight: bold;
}





@media screen and (min-width: 992px){
  .cont-wrap h2.subtitle.bg1 span {
    position: relative;
  }

  .cont-wrap h2.subtitle.bg1 span::before {
    content: "";
    position: absolute;
    width: 273px;
    height: 189px;
    background: url(../img/cont_img01.png)no-repeat center top;
    top: -80px;
    left: -330px;
  }
  .cont-wrap h2.subtitle.bg2 span {
    position: relative;
    z-index: 10;
  }

  .cont-wrap h2.subtitle.bg2 span::after {
    content: "";
    position: absolute;
    width: 309px;
    height: 197px;
    background: url(../img/case_img01.png)no-repeat center top;
    top: -80px;
    right: -270px;
    z-index: -1;
  }

}

.cont-wrap .case-inner {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.cont-wrap .case {
  border: 5px solid #336197;
  background: url(../img/bg.jpg) repeat left top;
  color: #336197;
  padding: 1em;
  width: 48%;
  margin: 0 1%;
  border-radius: 4px;
  font-weight: bold;
}

.cont-wrap .case dl {
  font-size: 1.13em;
}

.cont-wrap .case .zaisan dt {
  width: 4em;
  float: left;
}

.cont-wrap .case .zaisan dd {
  padding-left: 4em;
}

.cont-wrap .case dl::after {
  clear: both;
}

.cont-wrap .case .bg-ico-m {
  background: url(../img/case_ico01.png)no-repeat right top;
}

.cont-wrap .case .bg-ico-w {
  background: url(../img/case_ico02.png)no-repeat right top;
}

.cont-wrap .case .irai dt {
  width: 14em;
  float: left;
}

.cont-wrap .case .irai dd {
  padding-left: 14em;
}


.caution {
  background: #fff;
  padding: 1em;
  border: 3px solid #e69c3d;
  max-width: 550px;
  margin: 30px auto;
}

.caution .caution-ttl {
  font-size: 1.13em;
  color: #e69c3d;
  font-weight: bold;
  text-align: center;
}



@media screen and (max-width: 992px){
  .cont-wrap .cont-inner .lead {
    font-size: 22px;
  }
  .cont-wrap .case .irai dt {
    width:auto;
    float: none;
  }

  .cont-wrap .case .irai dd {
    padding-left: 0;
  }
}

@media screen and (max-width: 768px){
  .cont-wrap .cont-inner .lead {
    font-size: 18px;
  }
  .cont-wrap .case {

    padding: 1em;
    width: 98%;
    margin: 0 1% 1em;
    border-radius: 4px;
    font-weight: bold;
  }
  .cont-wrap .case dl{
    font-size: 1em;
  }
  .cont-wrap .case .irai dt {
    width:14em;
    float: left;
  }

  .cont-wrap .case .irai dd {
    padding-left: 14em;
  }
}



/*ごあいさつ*/
.greeting-wrap h2 {
  color: #fff;
  text-align: center;
  font-size: 2.25em;
  background: url(../img/greeting.png)no-repeat center top;
  padding: 1.5em 1em;
  margin-bottom: 1rem;
  font-weight: bold;
}

.greeting-wrap .inner {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
}

.greeting-wrap .text {
  width: calc(100% - 240px);
  color: #222;
  line-height: 1.8;
}

.greeting-wrap .photo {
  width: 240px;
}

.greeting-wrap ._link ._btn{
  width: 48%;
  margin: 0 1%;
  text-align: center;
}

.greeting-wrap ._link ._btn a{
  display: block;
  font-size: 1em;
  border: 1px solid #ff7c22;
  padding: 1rem;
  border-radius: 8px;
  color: #222;
  text-decoration: none;
  color: #413221;
  background: url(../img/ya-orange.png) no-repeat right 1em top 50%;
  font-weight: bold;
}

.greeting-wrap ._link ._btn a:hover{
  background-color: #eee;
  transition: 0.2s;
}
@media screen and (max-width: 992px){
.greeting-wrap ._link ._btn{
  width: 100%;

}
}

@media screen and (max-width: 768px){
  .greeting-wrap h2{
    font-size: 20px;
  }
  .greeting-wrap .text.f18{
    font-size: 1em;
  }

}

@media screen and (max-width: 576px){
  .greeting-wrap .text{
    width: 100%;
    margin-bottom: 1em;
  }
  .greeting-wrap .photo{
    margin: 0 auto;
  }
}

/*各手続きの詳しい内容*/
.detail-wrap.bg {
  background: url(../img/detail_top_bg.png)no-repeat center top, #f6f6f6;
  max-width: 1920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.detail-wrap .detail {
  max-width: 960px;
  width: 100%;
  border: 3px solid #ef8f2d;
  margin-left: auto;
  margin-right: auto;
  border-radius: 15px;
  padding: 1em 1em 1em 3em;
  font-size: 1.13em;
  color: #222;
}

.detail-wrap .detail h3 span {
  color: #fff;
  background-color: #ef8f2d;
  font-size: 24px;
  display: inline-block;
  padding: 2px 5px;
}

.detail-wrap .detail.no1 {
  background: url(../img/detail01.png) no-repeat left top, #fff;
}

.detail-wrap .detail.no2 {
  background: url(../img/detail02.png) no-repeat left top, #fff;
}

.detail-wrap .detail.no3 {
  background: url(../img/detail03.png) no-repeat left top, #fff;
}

.detail-wrap .detail.no4 {
  background: url(../img/detail04.png) no-repeat left top, #fff;
}

.detail-wrap .detail.no5 {
  background: url(../img/detail05.png) no-repeat left top, #fff;
}

.detail-wrap .detail.no6 {
  background: url(../img/detail06.png) no-repeat left top, #fff;
}

@media screen and (max-width: 768px){
  .detail-wrap .detail{
    font-size: 0.9em;
  }
  .detail-wrap .detail h3 span {
    font-size: 0.9rem;
  }
  .spw70{
    width: 70%;
  }
}

/*再度無料相談*/
.inquiry-wrap.bg02 {
  padding-top: 50px;
  padding-bottom: 100px;
  background: url(../img/inq_btm_02.jpg)no-repeat center bottom, #99c55b;
  max-width: 1920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 576px){
  .inquiry-wrap.bg02{
    padding-top: 2em;
    padding-bottom: 100px;
  }
}

/*フッター*/
footer ._sns .sns-ico {
  width: 40px;
  padding: 0;
  margin: 0 5px;
}

footer ._sns .sns-ico img {
  border-radius: 100%;
  width: 100%;
}

footer .copy {
  background: url(../img/foot-bg.png)repeat-x center top, #e87900;
  color: #fff;
  font-size: 14px;
  padding-top: 80px;
  padding-bottom: 10px;
  max-width: 1920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 751px) {
a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
}
}
