@charset "UTF-8";
/*----------------------------------------------------*/
/*                      color                         */
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*                      common                        */
/*----------------------------------------------------*/
.pagenation {
  color: #fff;
  font-size: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 60px;
}
.pagenation .current {
  width: 55px;
  border: 1px solid #f6a7ba;
  padding: 15px 0;
  background: #f6a7ba;
  text-align: center;
}
.pagenation a {
  color: #f6a7ba;
  width: 55px;
  padding: 15px 0;
  border: 1px solid #f6a7ba;
  text-align: center;
  display: block;
  transition: 0.3s;
}
.pagenation a:hover {
  background: #f6a7ba;
  color: #fff;
}

/*パンくず
=========================================================*/
#bread-clumb {
  width: 100%;
  position: absolute;
  margin: 0 auto;
  padding: 70px 0 50px;
  z-index: 10;
}
#bread-clumb li {
  position: relative;
  font-size: 14px;
  float: left;
  margin-right: 20px;
}
#bread-clumb li:after {
  content: ">";
  position: absolute;
  display: block;
  right: -15px;
  top: 0;
}
#bread-clumb li:last-child {
  margin-right: 0;
}
#bread-clumb li:last-child:after {
  display: none;
}

.content-u {
  padding-top: 165px;
}

.caution {
  display: flex;
  width: 190px;
  margin: 0 auto;
}

.sidebtn {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 50;
}

.ttl01 {
  text-align: center;
  margin-bottom: 25px;
}
.ttl01 .ttl-en {
  margin-bottom: 10px;
}

.ttl02 {
  color: #191919;
  font-weight: 500;
  font-size: 35px;
  margin-bottom: 45px;
  text-align: center;
  padding-bottom: 20px;
  background: url("/img/common/ttl02-deco.png") no-repeat bottom center/auto;
}

.btn01 a {
  display: block;
  color: #f6a7ba;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 0;
  width: 250px;
  border: 1px solid #f6a7ba;
  border-radius: 50px;
  text-align: center;
  transition: 0.3s;
}
.btn01 a:hover {
  color: #fff;
  background: #f6a7ba;
}

.bg-p {
  background: #fff5f7;
}

.nami-bg {
  background: url("/img/common/nami-line.png") no-repeat top center/auto;
}

#bnr-sec {
  padding: 130px 0;
}
#bnr-sec .inbox {
  gap: 60px;
}
#bnr-sec .bnr-style a {
  display: block;
  width: 420px;
  padding: 73px 0;
  border-radius: 20px;
  box-shadow: 0px 0px 10px 0px rgba(74, 74, 74, 0.15);
  transition: 0.3s;
}
#bnr-sec .bnr-style a .ttl {
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
}
#bnr-sec .bnr-style a:hover {
  opacity: 0.7;
}
#bnr-sec .feature-bnr a {
  background: url("/img/common/feature-bnr.png") no-repeat center/cover;
}
#bnr-sec .price-bnr a {
  background: url("/img/common/price-bnr.png") no-repeat center/cover;
}
#bnr-sec .voice-bnr a {
  background: url("/img/common/voice-bnr.png") no-repeat center/cover;
}

/*----------------------------------------------------*/
/*                      header                        */
/*----------------------------------------------------*/
#header {
  padding-bottom: 20px;
  position: relative;
}
#header .hd-wrap {
  padding: 20px 95px;
}
#header .hd-wrap .tel {
  width: 335px;
  border-radius: 10px;
  padding: 5px 0 13px;
  background: #f6a7ba;
  text-align: center;
}
#header .hd-wrap .tel a {
  color: #fff;
}
#header .hd-wrap .tel a span {
  padding-left: 30px;
  position: relative;
}
#header .hd-wrap .tel a span::before {
  content: "";
  width: 19px;
  height: 19px;
  background: url("/img/common/tel01.png") no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#header .hd-nav {
  width: 66.6%;
  min-width: 1080px;
  padding: 23px 0;
  border-radius: 20px;
  background: #f6a7ba;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#header .hd-nav .hd-nav-list {
  gap: 45px;
}
#header .hd-nav .hd-nav-list .hd-nav-item a {
  display: block;
  color: #fff;
  padding-bottom: 15px;
  position: relative;
}
#header .hd-nav .hd-nav-list .hd-nav-item a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d2f3e0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}
#header .hd-nav .hd-nav-list .hd-nav-item a:hover::before {
  bottom: 5px;
}
#header .mv {
  position: relative;
}
#header .mv .catch {
  width: 30.1vw;
  min-width: 390px;
  position: absolute;
  bottom: 140px;
  left: 230px;
}
#header .mv .mv-img {
  text-align: center;
}
#header .mv .mv-img img {
  width: 93.7%;
  border-radius: 50px;
}
#header .sv {
  position: relative;
}
#header .sv .sv-ttl {
  width: 900px;
  border-radius: 20px;
  padding: 15px 0;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#header .sv .sv-ttl .wrap {
  position: relative;
  display: contents;
}
#header .sv .sv-ttl .wrap .ttl-en {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}
#header .sv .sv-img {
  text-align: center;
}
#header .sv .sv-img img {
  width: 93.7%;
  height: 380px;
  border-radius: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/*----------------------------------------------------*/
/*                      footer                        */
/*----------------------------------------------------*/
#footer {
  margin-top: 29px;
  padding: 132px 0 13px 0;
  background: #fff5f7;
  position: relative;
}
#footer::before {
  content: "";
  width: 100%;
  height: 29px;
  background: url("/img/common/ft-bg.png") no-repeat bottom center/auto;
  position: absolute;
  top: -29px;
  left: 0;
}
#footer .tel {
  width: 335px;
  border-radius: 10px;
  padding: 5px 0 13px;
  background: #f6a7ba;
  text-align: center;
}
#footer .tel a {
  color: #fff;
}
#footer .tel a span {
  padding-left: 30px;
  position: relative;
}
#footer .tel a span::before {
  content: "";
  width: 19px;
  height: 19px;
  background: url("/img/common/tel01.png") no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#footer .ft-nav {
  padding: 35px 0;
  background: #fff;
  margin-top: 108px;
}
#footer .ft-nav .ft-nav-list {
  gap: 40px;
}
#footer .ft-nav .ft-nav-list:nth-child(n+2) {
  margin-top: 13px;
}
#footer .ft-nav .ft-nav-list .ft-nav-item a {
  transition: 0.3s;
}
#footer .ft-nav .ft-nav-list .ft-nav-item a:hover {
  color: #f6a7ba;
}
#footer .copy {
  margin: 13px 0 0 0;
  text-align: center;
}
#footer .copy a {
  color: #a6a6a6;
}

/*----------------------------------------------------*/
/*                        top                         */
/*----------------------------------------------------*/
#top-blog {
  padding: 70px 0;
  margin: 130px 0 0 0;
}
#top-blog .btn01 {
  margin-top: 35px;
}
#top-blog .btn01 a {
  width: 190px;
}
#top-blog .blog-list {
  width: 755px;
}
#top-blog .blog-list .blog-item:nth-child(n+2) {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 2px dotted #a6a6a6;
}
#top-blog .blog-list .blog-item a {
  transition: 0.3s;
}
#top-blog .blog-list .blog-item a .wrap {
  gap: 20px;
}
#top-blog .blog-list .blog-item a .wrap .tag-list {
  gap: 15px;
}
#top-blog .blog-list .blog-item a .ttl {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#top-blog .blog-list .blog-item a:hover {
  opacity: 0.7;
}

#top-about {
  padding: 200px 0 218px;
  position: relative;
}
#top-about .txt-cnt {
  width: 540px;
  margin: 0 0 0 auto;
}
#top-about .txt-cnt .about-ttl {
  margin-bottom: 45px;
}
#top-about .txt-cnt .about-ttl .ttl-en {
  margin-bottom: 25px;
}
#top-about .txt-cnt .btn01 {
  margin-top: 50px;
}
#top-about .about-img {
  width: 36.1vw;
  min-width: 455px;
  position: absolute;
  left: 10.4%;
  top: 50%;
  transform: translateY(-50%);
}

#top-problem {
  padding: 150px 0;
  background: url("/img/common/nami-line.png") no-repeat top center/auto, url("/img/common/nami-line.png") no-repeat bottom center/auto;
}
#top-problem .txt-cnt {
  width: 500px;
  margin: 0 auto;
  padding: 20px 0;
  background: #fff5f7;
  text-align: center;
}
#top-problem .problem-list {
  gap: 45px 115px;
  margin-top: 55px;
}
#top-problem .problem-list .problem-item {
  text-align: center;
}
#top-problem .problem-list .problem-item .ttl {
  margin-top: 15px;
}

#top-service {
  padding: 120px 0;
}
#top-service .service-style {
  width: 100%;
  padding: 46px 0;
  border-radius: 20px;
  box-shadow: 0px 0px 10px 0px rgba(74, 74, 74, 0.15);
}
#top-service .service-style:nth-child(n+3) {
  margin-top: 30px;
}
#top-service .service-style .wrap {
  padding: 0 70px;
}
#top-service .service-style .wrap .txt-cnt {
  width: 645px;
}
#top-service .service-style .wrap .ttl {
  padding-left: 25px;
  margin-bottom: 20px;
  position: relative;
}
#top-service .service-style .wrap .ttl::before {
  content: "";
  width: 15px;
  height: 5px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#top-service .style01 .ttl::before {
  background: #f6a7ba;
}
#top-service .style02 .ttl::before {
  background: #d2f3e0;
}
#top-service .btn01 {
  margin-top: 67px;
}
#top-service .btn01 a {
  margin: 0 auto;
}

#top-voice {
  padding: 120px 0;
}
#top-voice .voice-list {
  gap: 35px;
}
#top-voice .voice-list .voice-item {
  width: 336px;
}
#top-voice .voice-list .voice-item .icn {
  text-align: center;
  margin-bottom: 28px;
}
#top-voice .voice-list .voice-item .voice-ttl {
  padding: 12px 0;
  border-radius: 10px;
  background: #f6a7ba;
  text-align: center;
  position: relative;
}
#top-voice .voice-list .voice-item .voice-ttl::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 12px solid #f6a7ba;
  border-top: 0;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
}
#top-voice .voice-list .voice-item .txt {
  margin-top: 20px;
}
#top-voice .btn01 {
  margin-top: 65px;
}
#top-voice .btn01 a {
  margin: 0 auto;
}

#top-contact {
  padding: 115px 0;
  text-align: center;
}
#top-contact .bg-cnt {
  width: 87.2%;
  border-radius: 50px;
  border: 3px solid #ffdce4;
  padding: 100px 0;
  background: url("/img/top/contact-bg.png") no-repeat center/cover;
  margin: 0 auto;
}
#top-contact .tel a {
  color: #191919;
}
#top-contact .tel a span {
  padding-left: 40px;
  position: relative;
}
#top-contact .tel a span::before {
  content: "";
  width: 28px;
  height: 28px;
  background: url("/img/common/tel02.png") no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#top-contact .address {
  margin-top: 50px;
}

.map {
  margin-bottom: 100px;
}
.map iframe {
  width: 100%;
  height: 400px;
}

/*----------------------------------------------------*/
/*                       feature                      */
/*----------------------------------------------------*/
#feature #commit {
  padding-bottom: 150px;
}
#feature #commit .commit-style:nth-child(n+3) {
  margin-top: 35px;
}
#feature #commit .commit-style .txt-cnt {
  width: 670px;
}
#feature #commit .commit-style .txt-cnt .ttl {
  margin-bottom: 23px;
}
#feature #commit .commit-style .txt-cnt .ttl span {
  padding-bottom: 10px;
  border-bottom: 2px dotted #f6a7ba;
}
#feature #advice {
  padding: 175px 0 145px;
}
#feature #advice .advice-style:nth-child(n+3) {
  margin-top: 60px;
}
#feature #advice .advice-style .advice-ttl {
  text-align: center;
  margin-bottom: 20px;
}
#feature #advice .advice-style table {
  border: 1px solid #f6a7ba;
}
#feature #advice .advice-style table tr th {
  padding: 15px 0;
  text-align: center;
  background: #f6a7ba;
}
#feature #advice .advice-style table tr th:nth-child(n+2) {
  border-left: 1px solid #fff;
}
#feature #advice .advice-style table tr td {
  padding: 25px 20px;
}
#feature #advice .advice-style table tr td:nth-child(n+2) {
  border-left: 1px solid #f6a7ba;
}
#feature #work-caution {
  padding: 110px 0;
}
#feature #work-caution .txt {
  text-align: center;
}

/*----------------------------------------------------*/
/*                       price                        */
/*----------------------------------------------------*/
#price #flow {
  padding-bottom: 155px;
}
#price #flow .flow-list .flow-item:nth-child(n+2) {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 2px dotted #a6a6a6;
}
#price #flow .flow-list .flow-item .wrap {
  gap: 30px;
}
#price #flow .flow-list .flow-item .txt-cnt {
  width: 950px;
}
#price #flow .flow-list .flow-item .txt-cnt .ttl {
  margin-bottom: 20px;
}
#price #flow .flow-list .flow-item .txt-cnt .tel {
  width: 335px;
  border-radius: 10px;
  padding: 5px 0 13px;
  background: #f6a7ba;
  text-align: center;
  margin-top: 20px;
}
#price #flow .flow-list .flow-item .txt-cnt .tel a {
  color: #fff;
}
#price #flow .flow-list .flow-item .txt-cnt .tel a span {
  padding-left: 30px;
  position: relative;
}
#price #flow .flow-list .flow-item .txt-cnt .tel a span::before {
  content: "";
  width: 19px;
  height: 19px;
  background: url("/img/common/tel01.png") no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#price #all-price {
  padding: 150px 0;
}
#price #all-price .inbox {
  width: 840px;
}
#price #all-price .price-style:nth-child(n+3) {
  margin-top: 70px;
}
#price #all-price .price-style .ttl {
  padding-left: 25px;
  margin-bottom: 20px;
  position: relative;
}
#price #all-price .price-style .ttl::before {
  content: "";
  width: 15px;
  height: 5px;
  background: #f6a7ba;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#price #all-price .price-style .price-tbl {
  width: 100%;
  border: 1px solid #f6a7ba;
  margin: 0 auto;
}
#price #all-price .price-style .price-tbl tr:nth-child(n+2) th {
  border-top: 1px solid #fff;
}
#price #all-price .price-style .price-tbl tr:nth-child(n+2) td {
  border-top: 1px solid #f6a7ba;
}
#price #all-price .price-style .price-tbl tr th,
#price #all-price .price-style .price-tbl tr td {
  padding: 15px 20px;
}
#price #all-price .price-style .price-tbl tr th {
  color: #fff;
  width: 560px;
  background: #f6a7ba;
}
#price #all-price .price-style .price-tbl tr td {
  text-align: right;
}
#price #all-price .price-style .txt {
  margin-top: 35px;
}
#price #product {
  padding: 140px 0;
}
#price #product .wrap {
  gap: 70px 20px;
}
#price #product .product-style {
  width: 346px;
}
#price #product .product-style .product-img img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px;
}
#price #product .product-style .ttl {
  padding: 20px 0;
  border-bottom: 2px dotted #191919;
}
#price #product .product-style .txt {
  margin-top: 15px;
}

/*----------------------------------------------------*/
/*                       voice                        */
/*----------------------------------------------------*/
#voice #all-voice .voice-list .voice-style:nth-child(n+2) {
  margin-top: 50px;
  padding-top: 60px;
  border-top: 2px dotted #a6a6a6;
}
#voice #all-voice .voice-list .voice-style .ttl-cnt {
  gap: 38px;
  margin-bottom: 30px;
}
#voice #all-voice .voice-list .voice-style .ttl-cnt .ttl {
  width: 336px;
  padding: 15px 0;
  border-radius: 10px;
  background: #f6a7ba;
  text-align: center;
  position: relative;
}
#voice #all-voice .voice-list .voice-style .ttl-cnt .ttl::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 12px solid #f6a7ba;
  border-left: 0;
  position: absolute;
  top: 50%;
  left: -12px;
  transform: translateY(-50%);
}

/*----------------------------------------------------*/
/*                      infomation                    */
/*----------------------------------------------------*/
#infomation #greeting {
  padding-bottom: 130px;
}
#infomation #greeting .inbox {
  gap: 70px;
}
#infomation #greeting .txt-cnt {
  width: 690px;
}
#infomation #company {
  padding: 145px 0 125px;
}
#infomation #company .info-tbl {
  width: 870px;
  margin: 0 auto;
}
#infomation #company .info-tbl tr th,
#infomation #company .info-tbl tr td {
  padding: 15px 15px 10px;
}
#infomation #company .info-tbl tr th {
  color: #f6a7ba;
  border-bottom: 1px solid #f6a7ba;
}
#infomation #company .info-tbl tr td {
  border-bottom: 1px solid #5d534c;
}
#infomation #company .info-tbl tr td .caution {
  margin: 0;
}
#infomation .map {
  margin: 0;
}

/*----------------------------------------------------*/
/*                       contact                      */
/*----------------------------------------------------*/
#contact #method .bg-cnt {
  padding: 120px 0;
}
#contact #method .bg-cnt .txt {
  text-align: center;
}
#contact #method .bg-cnt .box {
  margin-top: 40px;
  padding: 30px 0;
  background: #fff;
  text-align: center;
}
#contact #method .bg-cnt .box .tel a {
  color: #191919;
}
#contact #method .bg-cnt .box .tel a span {
  padding-left: 40px;
  position: relative;
}
#contact #method .bg-cnt .box .tel a span::before {
  content: "";
  width: 28px;
  height: 28px;
  background: url("/img/common/tel02.png") no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#contact #method .bg-cnt .box .info {
  margin-top: 25px;
}
#contact #mail-form {
  padding: 165px 0;
}

/*----------------------------------------------------*/
/*                       blog                         */
/*----------------------------------------------------*/
#blog #blog-cnt {
  padding: 150px 0;
}
#blog #blog-cnt .category-btn {
  margin-top: 40px;
  padding: 40px 0;
  border: 1px solid #f6a7ba;
}
#blog #blog-cnt .category-btn .category-list {
  padding: 0 25px;
  gap: 20px;
}
#blog #blog-cnt .category-btn .category-list .category-item a {
  color: #fff;
  font-size: 18px;
  padding: 5px 15px;
  background: #f6a7ba;
  transition: 0.3s;
}
#blog #blog-cnt .category-btn .category-list .category-item a:hover {
  opacity: 0.7;
}
#blog #blog-cnt .blog-list {
  margin-top: 60px;
}
#blog #blog-cnt .blog-list .blog-item {
  padding: 35px 0;
  border-top: 1px solid #f6a7ba;
}
#blog #blog-cnt .blog-list .blog-item:last-child {
  border-bottom: 1px solid #f6a7ba;
}
#blog #blog-cnt .blog-list .blog-item .thumbnail-on .thumb img {
  width: 250px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#blog #blog-cnt .blog-list .blog-item .thumbnail-on .txt-cnt {
  width: 790px;
}
#blog #blog-cnt .blog-list .blog-item time {
  font-weight: 700;
  color: #f6a7ba;
}
#blog #blog-cnt .blog-list .blog-item .blog-ttl {
  font-weight: 500;
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.3s;
}
#blog #blog-cnt .blog-list .blog-item .tag-list {
  gap: 10px;
  margin-top: 18px;
}
#blog #blog-cnt .blog-list .blog-item .tag-list .tag-item span {
  color: #fff;
  padding: 3px 15px;
  background: #f6a7ba;
}
#blog #blog-cnt .blog-list .blog-item a {
  transition: 0.3s;
}
#blog #blog-cnt .blog-list .blog-item a:hover {
  padding-left: 10px;
}
#blog #blog-cnt .blog-list .blog-item a:hover .blog-ttl {
  padding-left: 10px;
}

#detail-wrp {
  padding-bottom: 150px;
}
#detail-wrp .blog-tag-list {
  gap: 8px;
  margin-bottom: 15px;
}
#detail-wrp .blog-tag-list .blog-tag-item span {
  color: #fff;
  padding: 3px 15px;
  background: #f6a7ba;
}
#detail-wrp .blog-ttl {
  margin-bottom: 10px;
}
#detail-wrp .blog-time {
  color: #f6a7ba;
  text-align: right;
}
#detail-wrp .txt {
  margin-top: 20px;
}

.page-btn {
  margin-top: 120px;
  position: relative;
}
.page-btn .left {
  left: 0;
  position: absolute;
  font-weight: 600;
}
.page-btn .text-c {
  text-align: center;
}
.page-btn .right {
  right: 0;
  position: absolute;
  font-weight: 600;
}
.page-btn a {
  transition: 0.3s;
}
.page-btn a:hover {
  color: #f6a7ba;
}

/*----------------------------------------------------*/
/*                       complete                     */
/*----------------------------------------------------*/
#complete .complete-box {
  padding-bottom: 150px;
  margin-top: 30px;
  text-align: center;
}

/*----------------------------------------------------*/
/*                      privacy                       */
/*----------------------------------------------------*/
#privacy .privacy {
  padding-bottom: 150px;
}
#privacy .privacy .privacy-box {
  margin-top: 50px;
}
#privacy .privacy .privacy-box p {
  margin-top: 15px;
}
#privacy .privacy .privacy-box .ttl04 {
  color: #f6a7ba;
  padding-bottom: 10px;
  border-bottom: 2px solid #f6a7ba;
}

/*----------------------------------------------------*/
/*                       sitemap                      */
/*----------------------------------------------------*/
#site .content-u {
  padding-bottom: 150px;
}
#site .content-u ul {
  width: 810px;
  margin: 45px auto 0;
}
#site .content-u ul li:nth-child(n+2) {
  border-top: 2px dotted #f6a7ba;
  margin-top: 15px;
  padding-top: 15px;
}
#site .content-u ul li a {
  font-size: 20px;
  padding-left: 20px;
  position: relative;
  transition: 0.3s;
}
#site .content-u ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #f6a7ba;
  border-right: 1px solid #f6a7ba;
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotate(45deg) translateY(-50%);
}
#site .content-u ul li a:hover {
  padding-left: 25px;
}

/*----------------------------------------------------*/
/*                        404                         */
/*----------------------------------------------------*/
#notfound .item-box {
  text-align: center;
  padding-bottom: 150px;
}
#notfound .not-found-txt {
  margin-top: 30px;
}/*# sourceMappingURL=style.css.map */