@charset "utf-8";


/*--------------------------------------------------------------------
トップページ
--------------------------------------------------------------------*/
#top h2.h2std {
  background: #fe8b18;
  background: linear-gradient(to right, rgb(255 84 79 / 100%) 0%, rgb(255 159 66 / 100%) 100%);
  background-clip: padding-box;
  border-top: 6px solid rgba(254, 139, 24, 0.5);
  padding: 40px 0;
  position: relative;
  margin-bottom: 60px;
  text-align: center;
  font-size: 2.5em;
  color: #FFF;
}
#top h2.h2std:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -55px;
    border: 45px solid transparent;
    border-top: 35px solid #ff7948;
}
@media only screen and (max-width: 768px) {
  #top h2.h2std {
    background: none;
    border: none;
  
    font-size: 2.7rem;
    text-align: center;
    font-weight: 500;
    position: relative;
    display: inline-block;
    padding: 0 60px;
    margin: 0 auto 30px;
    line-height: 1.2;
    left: 50%;
    transform: translateX(-50%);
    color: #20365b;
  }
  #top h2.h2std:before
  , #top h2.h2std:after {
    content: '';
    position: absolute;
    top: 50%;
    margin: 0;
    display: inline-block;
    width: 45px;
    height: 4px;
    border: none;
    border-radius:6px;
    background-color: #d7d7d7;
  }
  #top h2.h2std:before {
    left: 0;
  }
  #top h2.h2std:after {
    right: 0;
  }
}

#top h3.h3std {
  font-size: 135%;
  color: #df4e31;
  border-bottom: solid 3px #ffc28f;
  position: relative;
  text-align: left;
  font-weight: bold;
}
#top h3.h3std:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #df4e31;
  bottom: -3px;
  width: 30%;
}

#top .top_in {
  width: 1000px;
  max-width: 92%;
  margin: 0 auto;
  text-align: left;
}
  
  
/*--------------------------------------------------------------------
FV
--------------------------------------------------------------------*/
#main_img {
  margin-bottom: 0;
  text-align: center;
  background: #fffceb;
}
#main_img .top_main_pc .top_main_pc_inner {
  background: #fffceb url(https://kyoto-sozoku.biz/lp/images/top/main_bg_bg.webp) bottom right;
  max-height: 632px;
  position: relative;
  background-size: cover;
  padding-bottom: 82px;
  margin-bottom: 50px;
}
#main_img .top_main_pc .top_main_pc_inner:before
, #main_img .top_main_pc .top_main_pc_inner:after {
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
#main_img .top_main_pc .top_main_pc_inner:before {
  background-image: url(../images/top/main_bg_l.webp);
  background-position-y: top;
  width: 30%;
  left:0;
}
#main_img .top_main_pc .top_main_pc_inner:after {
  background-image: url(../images/top/main_bg_r.webp);
  background-position-y: bottom;
  width: 34%;
  right: 0;
}
#main_img .top_main_pc .top_main_pc_inner h1 img {
  max-height: 550px;
  width: auto;
}

#main_img .top_main_sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  #main_img {
    background: none;
  }
  #main_img .top_main_pc {
    display: none;
  }
  #main_img .top_main_sp {
    display: block;
  }
  #main_img .top_main_sp .top_main_sp_img {
    position: relative;
  }
  #main_img .top_main_sp .main_img_catch01 {
      width: 80%;
      margin: 2rem auto 0 auto;
      text-align: center;
  }
  #main_img .top_main_sp .main_img_sec {
    background: url("../images/top/main_bg_sp.webp") center bottom no-repeat;
    position: relative;
    z-index: -1;
    background-size: cover;
    clip-path: polygon(0 13vw, 100% 0, 100% calc(100% - 13vw), 0 100%);
    padding-top: 10vw;
    margin-top: -10vw;
  }
  #main_img .top_main_sp .main_img_sec .catch01{
      width: 80%;
      margin: 0 auto;
  }
  #main_img .top_main_sp .main_img_catch02 {
      position: absolute;
      bottom: -6.5%;
      display: flex;
      justify-content: center;
      width: 80%;
      left: 50%;
      transform: translateX(-50%);
      align-items: flex-start;
  }
  #main_img .top_main_sp .main_img_catch02 .banner01{
      width: 45%;
  }
  #main_img .top_main_sp .main_img_catch02 .banner02{
    width: 45%;
    margin-top: -6.6vw;
    margin-left: 10px;
  }
  .main_under {
    background: #20365b;
    padding: 8rem 0 2.5rem;
    clip-path: polygon(0 13vw, 100% 0, 100% 88%, 55% 88%, 50% 100%, 50% 88%, 0 88%);
    margin-top: -13vw;
    margin-bottom: 30px;
    position: relative;
    z-index: -3;
    text-align: center;
  }
  .main_under img {
    width: 78%;
  }
}


/*--------------------------------------------------------------------
平日・土日祝対応
--------------------------------------------------------------------*/
#sevendays {
  background: #fffceb;
  padding-bottom: 50px;
}
#sevendays .sevendays_pc {
  width: 1100px;
  max-width: 92%;
  margin: 0 auto;
  padding: 30px 0 0 0;
  text-align: center;
}
#sevendays .sevendays_pc .weekday
, #sevendays .sevendays_pc .holiday {
  margin: 50px auto 10px;
}
#sevendays .sevendays_pc .sevendays_pc_txt {
  width: 620px;
  padding-left: 30px;
  vertical-align: top;
}
#sevendays .sevendays_pc .sevendays_pc_img {
  width: 390px;
  margin-left: -130px;
  margin-top: -20px;
  vertical-align: top;
}
#sevendays .sevendays_sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  #sevendays {
    background: none;
    padding-bottom: 30px;
  }
  #sevendays .sevendays_pc {
    display: none;
  }
  #sevendays .sevendays_sp {
    display: block;
    text-align: center;
    position: relative;
    z-index: 0;
    width: 100%;
    margin-bottom: 3rem;
  }
  #sevendays .sevendays_sp:before {
    content:"";
    display: block;
    background: linear-gradient(120deg, rgb(202 248 205) 0%, rgb(170 198 244) 100%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 13vw), 0 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
  }
  #sevendays .sevendays_sp .sevendays_img {
    width: 90%;
    margin: 0 auto;
    padding-top: 30px;
  }
  
  #sevendays .ctaimg {
    font-size: 2rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#3264b2;
    margin-bottom: 5px;
  }
  #sevendays .ctaimg::before,
  #sevendays .ctaimg::after {
    content: '';
    width: 2px;
    height: 30px;
    background-color:#3264b2;
  }
  #sevendays .ctaimg::before {
    margin-right: 15px;
    transform: rotate(-30deg);
  }
  #sevendays .ctaimg::after {
    margin-left: 15px;
    transform: rotate(30deg);
  }
}





/*--------------------------------------------------------------------
　税務署対策
--------------------------------------------------------------------*/
#taisaku_pc dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto 40px auto;
  text-align: left;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 110%;
  line-height: 1.75;
}
#taisaku_pc dt {
  width: 65%;
  border-bottom: 1px #8bdee1 dashed;
  padding-bottom: 30px;
  font-weight: normal;
}
#taisaku_pc dt p:first-child {
  margin-bottom: 30px;
}
#taisaku_pc dl:last-of-type dt {
  width: 100%;
}
/* ▼ ワンストップのテーブル */
#taisaku_pc table.onstoptbl {
  margin: 50px auto 80px;
  border-collapse: collapse;
  width: 100%;
  padding: 0 10px;
  box-shadow: rgba(0, 0, 0, 0.0470588) 0px 0px 1px 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.0470588) 0px 0px 1px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.0470588) 0px 0px 1px 3px;
  background: #ffffff;
}
#taisaku_pc table.onstoptbl caption {
  font-weight: bold;
  color: #df4e31;
  margin-bottom: 15px;
  font-size: 30px;
  text-align: center;
}
#taisaku_pc table.onstoptbl th {
  padding: 10px 0;
  border-right: #e5dbd3 1px solid;
  border-bottom: #e5dbd3 1px solid;
  background: #fff2ee;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  color: #000000;
  line-height: 1.3;
}
#taisaku_pc table.onstoptbl tr:first-child th:nth-of-type(2) {
  background: #df4e31;
  color: #FFF;
}
#taisaku_pc table.onstoptbl td {
  padding: 10px;
  vertical-align: middle;
  border: #e5dbd3 1px solid;
  text-align: center;
  font-weight: bold;
}
#taisaku_pc table.onstoptbl td:last-of-type {
  font-weight: normal;
  line-height: 1.4;
}
#taisaku_pc table.onstoptbl tr:nth-child(odd) {
  background: #f7f7f7;
}
#taisaku_pc table.onstoptbl tr:first-of-type th:first-of-type {
  width: 7em;
}
#taisaku_pc table.onstoptbl tr:first-of-type th:nth-of-type(2)
, #taisaku_pc table.onstoptbl tr:first-of-type th:nth-of-type(3)
, #taisaku_pc table.onstoptbl tr:first-of-type th:nth-of-type(4) {
  width: 6em;
}
#taisaku_pc table.onstoptbl tr td:last-of-type {
  text-align: left;
}
#taisaku_pc table.onstoptbl .col_venture {
  border: solid 3px #df4e31;
}

#taisaku_sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  #taisaku_pc {
    display: none;
  }
  #taisaku_sp {
    display: block;
  }
  #taisaku_sp .taisaku_sp_tit {
    width: 100%;
    margin: 0 auto;
  }
  #taisaku_sp .taisaku_sp_graph {
    background: linear-gradient(120deg, rgb(202 248 205) 0%, rgb(170 198 244) 100%);
    padding: 10px 20px;
  }
  #taisaku_sp .taisaku_sp_tbl {
    position: relative;
    z-index: 0;
    padding-bottom: 3rem;
  }
  #taisaku_sp .taisaku_sp_tbl table {
    margin: 20px 4% 30px;
    width: 92%;
    border-collapse: collapse;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    background: #fff;
    border-radius: 0;
    font-size: .9em;
  }
  #taisaku_sp .taisaku_sp_tbl table th {  
    padding: 5px 0;
    border-bottom: #d7d7d7 1px solid;
    text-align: center;
    vertical-align: middle;
    font-weight: 400;
  }
  #taisaku_sp .taisaku_sp_tbl table th:not(:last-child)
  , #taisaku_sp .taisaku_sp_tbl table td:not(:last-child) {
    border-right: #d7d7d7 1px solid;
  }
  #taisaku_sp .taisaku_sp_tbl table td {
    padding: 5px 0;
    vertical-align: middle;
    border-top: #d7d7d7 1px solid;
    text-align: center;
  }
  #taisaku_sp .taisaku_sp_tbl table td:last-child {
      color: #3264b2;
  }
}



/*--------------------------------------------------------------------
料金表
--------------------------------------------------------------------*/
#price {
  background: url(../images/top/top_price_bg.png) repeat;
}
#price .shohizei {
  font-size: .75em;
  color: #666;
  font-weight: 100;
}
#price ul li {
  list-style: none;
  background: url(../images/common/icon_check.png) center left no-repeat;
  border-bottom: dotted 2px #dadada;
  font-size: 135%;
  line-height: 1.75;
  font-weight: bold;
  display: table;
  padding-left: 40px;
  margin-bottom: 15px;
}
#price .top_price_tbl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 30px;
}
#price table.cost_tbl {
  margin: 0 auto 20px;
  border-collapse: collapse;
  width: 45%;
  padding: 0 10px;
  box-shadow: rgba(0, 0, 0, 0.0470588) 0px 0px 1px 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.0470588) 0px 0px 1px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.0470588) 0px 0px 1px 3px;
  background: #ffffff;
  font-size: 18px;
}
#price table.cost_tbl caption {
  font-weight: bold;
  color: #df4e31;
  margin-bottom: 5px;
  text-align: left;
}
#price table.cost_tbl th {
  padding: 10px 0;
  border-right: #e5dbd3 1px solid;
  background: #fff2ee;
  width: 50%;
  text-align: center;
  font-weight: bold;
  color: #000000;
}
#price table.cost_tbl td {
  padding: 10px 0;
  vertical-align: middle;
  border: #e5dbd3 1px solid;
  text-align: center;
  font-weight: bold;
}
#price table.cost_tbl tr:nth-child(even) {
  background: #f7f7f7;
}
#price table.cost_tbl.cost_tbl_add tr td {
  background: #FFF;
}
#price table.cost_tbl.cost_tbl_add th {
  border-left: #ffffff 1px solid !important;
  border-top: #ffffff 1px solid !important;
  border-bottom: #e5dbd3 1px solid !important;
  background: #fff2ee !important;
  color: #000000 !important;
  width: 35%;
  vertical-align: middle;
}
/* ▼ 料金表のサービス */
#price .hoshu {
  text-align: center;
  margin: 30px 20px 0;
}
#price .hoshu p{
  font-weight: bold;
  color: #df4e31;
  margin-bottom: 5px;
  font-size: 18px;
}
#price .hoshu .hoshu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;

  margin: 0 auto 20px;
  padding: 15px 10px 5px;

  box-shadow: rgba(0, 0, 0, 0.0470588) 0px 0px 1px 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.0470588) 0px 0px 1px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.0470588) 0px 0px 1px 3px;
  background: #ffffff;
}
#price .hoshu ul {
  margin-left: 30px;
}
#price .hoshu ul li {
  background: url(https://kyoto-sozoku.biz/lp/images/common/btn_icon02_s_off.png) 0 9px no-repeat;
  padding-left: 25px;
  font-size: 100%;
}
/* ▼ 料金表の理由 */
#price .priceriyu {
  text-align: center;
  margin: 80px 0;
}
#price .priceriyu ol.priceriyu_list {
  display: flex;
  justify-content: space-between;
  column-gap: 2%;
  margin: 0 20px;
  counter-reset: number;
  list-style: none;
  padding: 0;
}
#price ol.priceriyu_list li {
  width: 31%;
  border: 1px solid #ff766e;
  background: #FFF;
  padding: 100px 20px 10px;
  clear: both;
  position: relative;
}
#price ol.priceriyu_list li:before {
    color: #ff766e;
    font-weight: bold;
    font-size: 58px;
    background: none;
    margin: 0;
    padding: 0;
    top: 20px;
    left: 0;
    right: 0;
    
    line-height: 0.8em;
    counter-increment: number;
    content: counter(number);
    position: absolute;
}
#price ol.priceriyu_list li .priceriyu_list_tit {
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.2;
  margin-bottom: 30px;
}
#price ol.priceriyu_list li .priceriyu_list_txt {
  text-align: left;
}
#price ol.priceriyu_list li .priceriyu_list_txt p {
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  #price {
    position: relative;
    padding-top: 120px;
    padding-bottom: 50px;
    background: none;
  }
  #price .shohizei {
    font-weight: normal;
  }
  #price:before {
    content: "PRICE";
    font-family: 'Oswald', sans-serif;
    font-size: 6.6rem;
    font-weight: 200;
    position: absolute;
    top: 30px;
    left: 0;
    color: #e7e7e7;
    opacity: 40%;
    display: block;
    line-height: 0.8;
    margin: 0;
    padding: 0;
  }
  #price ul li {
    list-style: none;
    background: none;
    border-bottom: none;
    font-weight: normal;
    padding-left: 0;
    margin-bottom: 0;
    font-size: 2rem;
    line-height: 1.6;
    text-align: left;
  }
  #price ul li span {
    color: #3264b2;
  }
  #price .top_price_tbl {
    padding-top: 40px;
  }
  #price table.cost_tbl {
    margin: 0 auto 40px;
    width: 100%;
    padding: 0 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    border-radius: 10px;
  }
  #price table.cost_tbl caption {
    color: #20365b;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.2em;
  }
  #price table.cost_tbl th {
    border-right: #d7d7d7 1px solid;
    background: #cef8d6;
    color: #20365b;
  }
  #price table.cost_tbl td {
    padding: 10px 0;
    border: #d7d7d7 1px solid;
  }
  #price table.cost_tbl td:last-child {
    border-left: #d7d7d7 1px solid;
    color: #3264b2;
  }
  #price table.cost_tbl tr:nth-child(even) {
    background: #eee;
  }
  #price table.cost_tbl.cost_tbl_add {
    margin-bottom: 10px;
  }
  #price table.cost_tbl.cost_tbl_add th {
    background: #cef8d6 !important;
    color: #20365b !important;
    width: 50%;
  }
}




/*--------------------------------------------------------------------
　他社との違い
--------------------------------------------------------------------*/
#feature {
  position: relative;
  padding: 120px 4% 30px 4%;
}
#feature:before {
  content: "FEATURE";
  font-family: 'Oswald', sans-serif;
  font-size: 6.6rem;
  font-weight: 200;
  position: absolute;
  top: 30px;
  left: 0;
  color: #e7e7e7;
  opacity: 40%;
  display: block;
  line-height: 0.8;
  margin: 0;
  padding: 0;
}
#feature:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -200px;
  left: 0;
  background: url(../images/top/feature_bg_sp.webp) no-repeat;
  background-size: cover;
  z-index: -10;
}
#feature .feature_in {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
#feature .feature_box {
  margin-bottom: 30px;
  position: relative;
  
  border: 1px solid #3264b2;
  background: #FFF;
  padding: 10px 20px 20px;
}
#feature .feature_box_img {
  display: flex;
  justify-content: space-between;
}
#feature .feature_box_img>div {
  width: 60%;
}
#feature .feature_box_img>p {
  width: 38%;
}
#feature h3 {
  font-weight: 500;
  font-size: 2.4rem;
  margin-bottom: 0.75em;
}
#feature h3 span {
  background: linear-gradient(to right, rgb(255 84 79 / 80%) 0%, rgb(255 159 66 / 80%) 100%);
  background-repeat: no-repeat;
  background-position: left 90%;
  background-size: 100% 20%;
}
#feature .feature_tit{
  margin-top: 20px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  padding: 0 35px;
  margin: 10px auto 5px auto;
  font-size: 2rem;
  font-family: 'Oswald', sans-serif;
  
  background: linear-gradient(0deg, #3264b2 0%, #3264b2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#feature .feature_tit:before,
#feature .feature_tit:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 25px;
  height: 2px;
  border-radius:6px;
  background-color: #3264b2;
}
#feature .feature_tit:before {
  left:0;
}
#feature .feature_tit:after {
  right: 0;
}
#feature .feature_img p {
  width: 49%;
}
@media only screen and (max-width: 768px) {
  #feature:after {
    background: url(../images/top/feature_bg_sp.webp) no-repeat;
  }
  #feature .feature_box {
    border: none;
    background: none;
    padding: 0;
  }
  #feature .feature_box_img {
    display: block;
  }
  #feature .feature_box_img>div {
    width: 100%;
    margin-bottom: 20px;
  }
  #feature .feature_box_img>p {
    width: 100%;
  }
}



/*--------------------------------------------------------------------
　無料相談について
--------------------------------------------------------------------*/
#sodan {
}
#sodan .sodan_bg {
  position: relative;
}
#sodan .sodan_in {
  border-bottom: 1px #8bdee1 dashed;
  padding: 30px 0 40px;
  font-size: 110%;
  line-height: 1.75;
  text-align: left;
}
#sodan .sodan_in .sodan_point {
  display: flex;
  align-items: center;
  font-weight: 500;
  margin-bottom: 30px;
}
#sodan .sodan_in .sodan_point .sodan_point_img {
  width: 80px;
  min-width: 76px;
}
#sodan .sodan_in .sodan_point .sodan_point_tit {
  text-align: left;
  font-weight: bold;
  font-size: 1.8em;
  padding-left: 10px;
  line-height: 1.2;
}
#sodan .sodan_in .btn_profile {
  display: block;
  margin: 10px auto 20px;
  max-width: 80%;
  width: 300px;
}
#sodan .sodan_in .sodan_online {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 30px auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
#sodan .sodan_in .sodan_online .sodan_online_img {
  width: 35%;
}
#sodan .sodan_in .sodan_online .sodan_online_txt {
  width: 65%;
  padding-left: 30px;
}
#sodan .zeirishibox {
  margin: 20px auto;
  box-shadow: rgba(0, 0, 0, 0.0470588) 0px 0px 1px 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.0470588) 0px 0px 1px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.0470588) 0px 0px 1px 3px;
  padding: 20px;
  border: #ccc 1px solid;
  background: #FFF;
  font-size: .9em;
}

@media only screen and (max-width: 768px) {
  #sodan {
    position: relative;
    padding: 50px 0 0;
  }
  #sodan:before {
    content: "CONSULATION";
    font-family: 'Oswald', sans-serif;
    font-size: 6.6rem;
    font-weight: 200;
    position: absolute;
    top: 30px;
    left: 0;
    color: #e7e7e7;
    opacity: 40%;
    display: block;
    line-height: 0.8;
    margin: 0;
    padding: 0;
  }
  #sodan .sodan_in {
    border-bottom: none;
    padding: 0;
    font-size: 100%;
    line-height: 1.6;
    margin-bottom: 60px;
  }
  #sodan .sodan_in .sodan_point .sodan_point_tit {
    font-size: 1.37em;
  }
  #sodan .sodan_in .sodan_point .sodan_point_tit span {
    color: #0042ad;
    font-size: 0.6em;
  }
  #sodan .sodan_in .sodan_online .sodan_online_img {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  #sodan .sodan_in .sodan_online .sodan_online_img img {
    width: 70%;
  }
  #sodan .sodan_in .sodan_online .sodan_online_txt {
    width: 100%;
    padding-left: 0;
  }
}




/*--------------------------------------------------------------------
　サービス内容
--------------------------------------------------------------------*/
#serviceinfo {
}
#serviceinfo .service_txt {
  margin-bottom: 50px;
}
#serviceinfo .service_txt span {
  color: #df4e31;
}
#serviceinfo .serviceinfo_sec{
  margin: 40px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#serviceinfo .serviceinfo_box {
  background: #fff;
  padding: 0;
  position: relative;
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  border-radius: 14px;
  margin-bottom: 40px;
  width: 48%;
  position: relative;
  text-decoration: none;
  color: #444;
  overflow: hidden;
}
#serviceinfo .serviceinfo_box:hover {
  background: rgba(0, 0, 0, 0.3);
}
#serviceinfo .serviceinfo_box_hov {
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
}
#serviceinfo .serviceinfo_box_hov:hover {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
#serviceinfo .serviceinfo_box h3{
  font-size: 22px;
  font-weight: bold;
  color: #df4e31;
  margin-bottom: 10px;
}
#serviceinfo .serviceinfo_box_in{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 6%;
}
#serviceinfo .serviceinfo_box_txt01 p{
  font-size: 20px;
  font-weight: 500;
}
#serviceinfo .serviceinfo_box_txt02{
  padding: 0 8% 3rem 8%;
  margin: 0;
}
#serviceinfo .serviceinfo_box_btn{
  position: absolute;
  right: 0;
  bottom:0;
  width: 50%;
  margin-left: 50%;
  height: 36px;
  padding-top: 4px;
  background: #494440;
  color: #fff;
  border-radius: 0 0 6px 0;
}
#serviceinfo .serviceinfo_box_btn:after {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-bottom: 40px solid #494440;
}
#serviceinfo .serviceinfo_box_btn span{
  display: flex;
  color: #fff;
  text-decoration: none;
  justify-content: center;
  align-items: center;
}
#serviceinfo .serviceinfo_box_btn span:after{
  content: '';
  width: 30px;
  height: 6px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  transform: skew(45deg);
  margin-left: 14px;
}

#serviceinfo .serviceinfo_box.serviceinfo_box_etc {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#serviceinfo .serviceinfo_box.serviceinfo_box_etc ul {
  padding: 0 8% 3rem 11%;
}
#serviceinfo .serviceinfo_box.serviceinfo_box_etc ul li {
  margin-bottom: 7px;
}
@media only screen and (max-width: 768px) {
  #serviceinfo {
    background: linear-gradient(120deg, rgb(175 255 179 / 60%) 0%, rgb(170 214 255 / 60%) 100%);
    position: relative;
    padding: 100px 4%;
    z-index: 0;
  }
  #serviceinfo:before{
    content: "SERVICE";
    font-family: 'Oswald', sans-serif;
    font-size: 6.6rem;
    font-weight: 200;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    opacity: 40%;
    display: block;
    line-height: 0.8;
    margin: 0;
    padding: 0;
  }
  #top #serviceinfo h2.h2std:before
  , #top #serviceinfo h2.h2std:after {
    background-color: #fff;
  }
  #serviceinfo .service_txt {
    font-weight: bold;
  }
  #serviceinfo .service_txt span {
    color: #3264b2;
  }
  #serviceinfo .serviceinfo_sec{
    margin-bottom: 0;
  }
  #serviceinfo .serviceinfo_box {
    width: 100%;
    color: #20365b;
  }
  #serviceinfo .service_txt p {
    margin-bottom: 10px;
  }
  #serviceinfo .serviceinfo_box h3{
    font-size: 20px;
    color: #3264b2;
    font-weight: 500;
  }
  #serviceinfo .serviceinfo_box_txt01 p{
    font-size: 18px;
  }
  #serviceinfo .serviceinfo_box_btn{
    background: #3264b2;
  }
  #serviceinfo .serviceinfo_box_btn:after {
    border-bottom: 40px solid #3264b2;
  }

}



/*--------------------------------------------------------------------
　実例
--------------------------------------------------------------------*/
#example {
}
@media only screen and (max-width: 768px) {
  #example {
    margin-top: -50px;
    z-index: 1;
    position: relative;
  }
  #example h2 {
    position: relative;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 20px;
  }
  #example h2:after {
    content: "";
    width: 100%;
    height: 100%;
    margin: 0 auto 30px;
    background: #20365b;
    padding: 25px 50px 25px 30px;
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
    display: block;
    position: absolute;
    top: -30px;
    left: 0;
  }
  #example h2 img {
    position: relative;
    z-index: 1;
    max-width: 70%;
    margin: 0 auto;
  }
  #example .example_in p {
    width: 100%;
  }
}




/*--------------------------------------------------------------------
　ご相談内容と対応事例
--------------------------------------------------------------------*/
#top_case {
  background: #fffceb;
  padding-bottom: 40px;
}
#top_case ul {
  list-style: none;
  width: 1005px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 50px 0 0 0;
  /* padding: 0 10px; */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#top_case ul li {
  overflow: hidden;
  margin-bottom: 30px;
  width: 320px;
  height: 270px;
  background: #00344c;
  -webkit-box-shadow: rgba(0, 0, 0, 0.0470588) 0px 0px 1px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.0470588) 0px 0px 1px 3px;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
}
#top_case ul li img {
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
  display: block;
  width: 320px;
  height: 270px;
}
#top_case ul li img:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 0.6;
}




/*--------------------------------------------------------------------
　ご相談内容と対応事例
--------------------------------------------------------------------*/
#flow .flowbox_txt {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 30px;
}
#flow .flowbox {
  background: url(../images/top/top_price_bg.png) repeat;
  position: relative;
  margin: 10px auto 50px;
  padding: 20px 30px 50px 80px;
  border: 2px solid #ff664e;
  text-align: center;
  width: 600px;
  box-sizing: content-box;
}
#flow .flowbox p.flowbox_title {
  margin: 0 auto 30px;
  padding: 0 10px;
  border-bottom: 3px solid #ff664e;
  color: #ff664e;
  font-weight: bold;
  font-size: 1.6em;
  display: inline-block;
}
#flow .flowbox .flow_chart {
  margin: 30px 0 0 0;
}
#flow .flowbox .flow_chart dl {
  border-left: 4px solid #ff664e;
  position: relative;
  margin: 0;
}
#flow .flowbox .flow_chart dl::before {
  content: "";
  display: block;
  width: 53px;
  height: 54px;
  position: absolute;
  left: -26px;
}
#flow .flowbox .flow_chart dl.flow_step01::before {
  background: url(../images/top/flow_step01.webp) left top no-repeat;
  background-size: 53px;
}
#flow .flowbox .flow_chart dl.flow_step02::before {
  background: url(../images/top/flow_step02.webp) left top no-repeat;
  background-size: 53px;
}
#flow .flowbox .flow_chart dl.flow_step03::before {
  background: url(../images/top/flow_step03.webp) left top no-repeat;
  background-size: 53px;
}
#flow .flowbox .flow_chart dl.flow_step04::before {
  background: url(../images/top/flow_step04.webp) left top no-repeat;
  background-size: 53px;
}
#flow .flowbox .flow_chart dl.flow_step05::before {
  background: url(../images/top/flow_step05.webp) left top no-repeat;
  background-size: 53px;
}
#flow .flowbox .flow_chart dl.flow_step06::before {
  background: url(../images/top/flow_step06.webp) left top no-repeat;
  background-size: 53px;
}
#flow .flowbox .flow_chart dt {
    display: inline;
    position: relative;
    background-image: linear-gradient(90deg, #ffe763, #ffe763);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 0 40%;
    transition: all 1s ease-in-out;
    font-weight: bold;
    background-size: 100% 40%;
    margin-left: 40px;
    font-size: 1.2em;
}
#flow .flowbox .flow_chart dd {
    margin: 0;
    padding-bottom: 30px;
    padding-left: 40px;
}




/*--------------------------------------------------------------------
　お客様の声
--------------------------------------------------------------------*/
#kuchikomi {
  background: url(../images/top/top_voice_bg.webp) left bottom no-repeat;
  padding-bottom: 60px;
  background-size: cover;
}

#kuchikomi .top_voice_in {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 20px;
}
#kuchikomi .top_voice_box {
  width: 48%;
  padding: 20px;
  border: 1px #CCC solid;
  background: #ffffff;
  margin-bottom: 15px;
}
#kuchikomi .voice_img {
  margin-bottom: 10px;
  width: 100%;
  position: relative;
  border: 1px #CCC solid;
  padding-bottom: 2px;
}
#kuchikomi .voice_img img {
  width: 100%;
  height: auto;
}
#kuchikomi .voice_img a .sc_icon {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 180px;
  height: 65px;
  background: url(../images/voice/sc_icon_off.webp) 0 0 no-repeat;
}
#kuchikomi .voice_img a:hover .sc_icon {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 180px;
  height: 65px;
  background: url(../images/voice/sc_icon_on.webp) 0 0 no-repeat;
}
#kuchikomi .voice_link {
  text-align: center;
  margin-bottom: 80px;
}
#kuchikomi .voice_link a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: block;
}
#kuchikomi .voice_link a:hover {
    opacity: 0.7;
    filter: alpha(opacity=60);
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
}

#kuchikomi .kuchikomi_ex {
   margin-bottom: 20px;
}
#kuchikomi .kuchikomi_in {
	border: 1px solid #20365b;
	padding: 4%;
  border-radius: 10px;
  background: #fff;
}
#kuchikomi .star5_rating{
    position: relative;
    z-index: 0;
    display: inline-block;
    white-space: nowrap;
    color: #CCCCCC; /* グレーカラー 自由に設定化 */
    left: 80px;
    top: 20px;
}
#kuchikomi .star5_rating:before
, #kuchikomi .star5_rating:after{
    content: '★★★★★';
}
#kuchikomi .star5_rating:after{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #ffcf32; /* イエローカラー 自由に設定化 */
}
#kuchikomi .star5_rating[data-rate="5"]:after{ width: 100%; } /* 星5 */
#kuchikomi .star5_rating[data-rate="4.5"]:after{ width: 90%; } /* 星4.5 */
#kuchikomi .star5_rating[data-rate="4"]:after{ width: 80%; } /* 星4 */
#kuchikomi .kuchikomi_img01 {
	background: url(../images/top/kuchikomi_img01.webp) 5px 0 no-repeat;
    background-size: 60px;
	height: 60px;
	margin-bottom: 10px;
}
#kuchikomi .kuchikomi_img02 {
	background: url(../images/top/kuchikomi_img02.webp) 5px 0 no-repeat;
    background-size: 60px;
	height: 60px;
	margin-bottom: 10px;
}
#kuchikomi .kuchikomi_img03 {
	background: url(../images/top/kuchikomi_img03.webp) 5px 0 no-repeat;
    background-size: 60px;
	height: 60px;
	margin-bottom: 10px;
}
#kuchikomi .kuchikomi_text {
	font-size: 0.95em;
    line-height: 1.5em;
}

@media only screen and (max-width: 768px) {
  #kuchikomi {
    position: relative;
    z-index: 0;
    background: linear-gradient(120deg, rgb(175 255 179 / 60%) 0%, rgb(170 214 255 / 60%) 100%);
    padding-top: 100px;
    padding-bottom: 30px;
  }
  #kuchikomi:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background: url(../images/top/sec_04bg.webp) left top no-repeat;
      background-size: cover;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
  }
  #kuchikomi:after{
    content:"VOICE";
    font-family: 'Oswald', sans-serif;
    font-size: 6.6rem;
    font-weight: 200;
    position: absolute;
    top:0;
    left:0;
    color: #fff;
    opacity: 40%;
    display: block;
    line-height: 0.8;
    margin: 0;
    padding: 0;
  }
  #kuchikomi h2.h2std:before
  , #kuchikomi h2.h2std:after {
    background-color: #fff;
  }
}





/*--------------------------------------------------------------------
　出版実績
--------------------------------------------------------------------*/
#publishing {
  padding: 30px 0;
  border-bottom: 1px #d7d7d7 solid;
}
@media only screen and (max-width: 768px) {
  #publishing h2.h2std {
    font-size: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    margin-bottom: 30px;
    padding: 0;
  }
  #publishing h2.h2std:before{
    content: "";
    background: url(../images/top/syoseki_icon.svg) no-repeat;
    width: 50px;
    height: 50px;
    display: block;
    background-size: contain;
    margin-right: 5px;
    position: relative;
  }
  #publishing h2.h2std:after{
    content: none;
  }
}




/*--------------------------------------------------------------------
　会社概要
--------------------------------------------------------------------*/
#about {
  background: url(https://kyoto-sozoku.biz/lp/images/top/top_company_bg.webp) center 150px no-repeat;
  position: relative;
}
#about .top_company_bg {
  min-height: 670px;
}
#about .top_company_catch {
  padding-top: 50px;
  font-size: 135%;
  font-weight: bold;
}
#about .top_company_catch span {
  color: #df4e31;
}

#about .about_img {
  margin-bottom: 20px;
  text-align: center;
}
#about .about_img img {
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  margin-bottom: 30px;
  border-radius: 10px;
}
#about dl {
  display: flex;
  flex-wrap: wrap;
  width: 880px;
}
#about dl dt{
  width: 20%;
  border-bottom: 1px solid #ccc;
  padding: 22px 25px;
  background: #fffdee;
  font-weight: normal;
}
#about dl dd{
  width: 80%;
  border-bottom: 1px solid #ccc;
  text-align: left;
  padding: 22px 25px;
}
#about dl dd::after {
  content: "";
  clear: both;
}
#about dl ul li{
  margin-bottom: 20px;
}
#about dl ul li a {
  text-decoration: none;
  display: flex;
  align-items: center;
}
#about dl ul li a.gmap{
  text-decoration: underline;
}
#about dl ul li a.gmap:after{
  content: "";
  background: url(https://kyoto-sozoku.biz/lp/images/top/link_icon.svg) no-repeat;
  width: 18px;
  height: 18px;
  display: block;
  background-size: contain;
  margin-left: 5px;
}

@media only screen and (max-width: 768px) {
  #about {
    position: relative;
    padding-top: 120px;
    padding-bottom: 30px;
    background: none;
  }
  #about:before {
    content: "ABOUT";
    font-family: 'Oswald', sans-serif;
    font-size: 6.6rem;
    font-weight: 200;
    position: absolute;
    top: 30px;
    left: 0;
    color: #e7e7e7;
    opacity: 40%;
    display: block;
    line-height: 0.8;
    margin: 0;
    padding: 0;
  }
  #about dl {
    display: block;
    width: 100%;
  }
  #about dl dt{
    width: 100%;
    color: #3264b2;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 1.1em;
    background: none;
    padding: 0;
    border: none;
  }
  #about dl dd{
    width: 100%;
    margin-bottom: 20px;
    padding: 0 0 20px;
    border-bottom: 1px #d7d7d7 solid;
  }
  #about dl ul li{
    margin-bottom: 20px;
  }
  #about dl ul li a {
    color: #3264b2;
    text-decoration: none;
    display: flex;
    align-items: center;
  }
}


#about .top_company_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0;
  text-align: left;
}
#about .top_company_box div:first-child {
  padding-right: 20px;
}
#about .top_company_box_tit01
,#about .top_company_box_tit02 {
  padding: 15px 0 5px 60px;
  font-size: 135%;
  color: #df4e31;
  border-bottom: 1px dotted #000000;
  margin-bottom: 20px;
}
#about .top_company_box_tit01 {
  background: url(../images/top/top_media_img01.webp) left top no-repeat;
}
#about .top_company_box_tit02 {
  background: url(../images/top/top_suisen_img01.webp) left top no-repeat;
}
#about .top_company_box02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 80%;
  margin-top: 10px;
}
#about .top_company_box02 p:nth-child(2) {
  margin-left: 10px;
  background: #f0f0f0;
  padding: 5px;
}


/*--------------------------------------------------------------------
　代表挨拶
--------------------------------------------------------------------*/
#message{
  position: relative;
  padding-bottom: 60px;
}
#message .message_tit {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  background: url(../images/top/message_tit_bg.webp) no-repeat;
  background-size: cover;
  padding: 5px 5% 0;
  width: 100%;
  left: 0;
  margin-bottom: 50px;
}
#message .message_tit img {
  margin-bottom: -20px;
  width: 200px;
  max-width: 45%;
}
#message:before {
  content: "MESSAGE";
  font-family: 'Oswald', sans-serif;
  font-size: 6.6rem;
  font-weight: 200;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  opacity: 60%;
  display: block;
  line-height: 0.8;
  margin: 0;
  padding-left: 0;
  z-index: 10;
}
#message h2 {
  display: block;
  position: inherit;
  padding: 0;
  left: inherit;
  transform: inherit;
  text-align: left;
  font-size:2.4rem;
  margin: 0;
  line-height: 1.5;
}
#message .message_sec {
  line-height: 1.75;
  width: 1000px;
  max-width: 94%;
  margin: 0 auto;
}
#message .message_sec p {
  margin-bottom: 20px;
}
#message .profile_sec {
  width: 1000px;
  max-width: 94%;
  margin: 0 auto;
}
#message .profile_tit{
  font-family: 'Oswald', sans-serif;
  font-size: 1.8rem;
  color: #ffffff;
  background: #3264b2;
  position: relative;
  height: 40px;
  border-radius: 4px 0 0 0;
  display: inline-block;
  padding: 5px 30px 0 17px;
}
#message .profile_tit:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-right: 20px solid transparent;
  border-bottom: 40px solid #3264b2;
}
#message .profile_txt{
  border-bottom: 2px solid #3264b2;
  border-top: 2px solid #3264b2;
  padding: 20px 10px;
}
@media only screen and (max-width: 768px) {
  #message .message_tit img {
    width: 45%;
    max-width: 160px;
  }
}



/*--------------------------------------------------------------------
　よくある質問
--------------------------------------------------------------------*/
#FAQ{
  background: linear-gradient(120deg, rgb(175 255 179 / 60%) 0%, rgb(170 214 255 / 60%) 100%);
  position: relative;
  padding: 100px 0 30px 0;
  margin-bottom: 30px;
}
#FAQ:before{
  content:"FAQ";
  font-family: 'Oswald', sans-serif;
  font-size: 6.6rem;
  font-weight: 200;
  position: absolute;
  top:0;
  left:0;
  color: #fff;
  opacity: 40%;
  display: block;
  line-height: 0.8;
  margin: 0;
  padding: 0;
}
#FAQ .faq_in {
  width: 1000px;
  max-width: 92%;
  margin: 0 auto;
}
#FAQ .menu_toggle {
    display: none
}
#FAQ .menu_toggle:checked+.q_box+.content {
  height: auto;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding-top: 20px;
}
#FAQ .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all .3s;
  transition: all .3s;
  height: 0;
  margin-bottom: 20px;
  padding: 0;
  overflow: hidden;
  text-align: left;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  column-gap: 15px;
}
#FAQ .menu_toggle:checked+.q_box .Label::before {
  -webkit-transform: rotate(-45deg)!important;
  transform: rotate(-45deg)!important;
  margin-top: 0;
}
#FAQ .q_box{
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  position: relative;
  column-gap: 15px;
}
#FAQ .q_box p{
  background: #fff;
  position: relative;
  width: 72%;
  z-index: 0;
  padding: 10px;
  border-radius: 10px;
  margin-left: 10px;
  flex-grow: 999;
}
#FAQ .q_box p:before{
  content:"";
  position: absolute;
  display: inline-block;
  top: 0%;
  left: -32px;
  border: 14px solid transparent;
  border-right: 32px solid #fff;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  z-index: -1;
}
#FAQ .Label {
  display: flex;
  /* margin: 20px 14px 10px 10px; */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all .3s;
  transition: all .3s;
  background:#3264b2;
  position: relative;
  z-index: 0;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
}
#FAQ .Label::before {
  content:"";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;border-right: 2px solid #fff;
  transform: rotate(135deg);
  margin-top: -6px;
}
#FAQ .content>p
, #FAQ .content>div {
  background: #fff;
  border-radius:10px;
  position: relative;
  width: 82%;
  z-index: 0;
  padding: 5px 10px;
  flex-grow: 999;
}
#FAQ .content>p:before
,#FAQ .content>div:before {
  content:"";
  position: absolute;
  display: inline-block;
  top: 20%;
  right: -34px;
  border: 14px solid transparent;
  border-left: 40px solid #fff;
  -webkit-transform: rotate(20deg);
  transform: rotate(330deg);
  z-index: -1;
  }
#FAQ .content>div>p {
  margin-bottom: .75em;
}
@media only screen and (max-width: 768px) {
}





  
/*--------------------------------------------------------------------
　お問い合わせ
--------------------------------------------------------------------*/
#contact {
  background: #fffceb;
  padding-bottom: 30px;
}
#top #contact h2.h2std {
  margin-bottom: 0;
}
