/* ------------------------------------------------------ここからトップページ----------------------------------------------------- */

.top-fv-sec .title {
font-size: 7vw!important;
letter-spacing: 0.01em;
line-height: 1.2;
	font-family:"Montserrat",sans-serif!important;
}
.top-fv-sec .small-fz {
  font-size: 6vw;
}
.contact-btn a{
  padding: 20px!important;
  box-sizing: border-box;
max-width: 500px;
width: 100%;
border: 3px solid #fff!important;
font-size: 24px!important;
}
@media  screen and (max-width:639px) {
	.top-fv-sec {
		padding:200px 0!important;
	}
.top-fv-sec .title {
  font-size: 11vw!important;
  }
  .contact-btn svg {
    font-size: 22px!important;
  }
  .contact-btn a{
    padding: 10px!important;
  max-width: 250px;
  width: 100%;
  font-size: 18px!important;
  }
 
}




/* コンセプト */
.top-concept-sec {
  font-size: 20px;
}
.top-concept-sec .title {
    background: linear-gradient(135deg, #F52020 0%,#c91818 50%, #8F1313 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* 
.top-concept-sec .img1 img{
	display:inline-block;
}
.top-concept-sec .img2 img {
	display:inline-block;
	margin-top:-100px;
	z-index:1;
	position:relative;
}
@media  screen and (max-width:767px) {
	.top-concept-sec .box .advgb-columns{
		flex-direction:column-reverse;
	}
	.top-concept-sec .img1 img{
	display:inline-block;
		width:250px!important;
}
	.top-concept-sec .img2 {
		float:none!important;
	}
	.top-concept-sec .img2 img {
	display:inline-block;
	margin-left:150px;
	margin-top:-50px;
	width:150px!important;
}
}  */

@media  screen and (max-width:639px) {
  .top-concept-sec {
    font-size: 18px;
    line-height: 1.3;
  }
	.top-concept-sec .sme-font-size {
		line-height:1.5;
		font-size:28px;
	}
}



/* サービス紹介 */
.top-service-sec .red-btn {
  position: absolute;
  bottom: 15px;
  right: -30px;
}
.mask-wrap{
  display: table;
  overflow: hidden;
}
.mask-wrap .mask{
  display: table;
  position: relative;
  margin-bottom: .25em;
  left: -100%;
  overflow: hidden;
}
.mask-wrap .mask-bg{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
}



 /* お知らせ */
  .top-news-sec .latest-news{
    background-color: var(--wp--preset--color--sm-accent)!important;
    font-size: 18px;
  }
  .top-news-sec .latest-news .advgb-column-inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home .top-news-sec .c-entries {
    border: none;
  }
  .home .top-news-sec .c-entries__item {
    border: none;
  }
      .home .top-news-sec .c-entries__item a{
        padding: 0 !important;
		  margin-bottom:0!important;
      border: none;
      font-weight: bold;
      }

      .home .top-news-sec .c-entry-summary__body {
        padding: 20px 20px 20px 30px ;
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
        align-items: center;
      }
@media screen and (max-width:1023px) {
	.home .top-news-sec .c-entry-summary__body {
        padding: 20px 20px 20 20px;
        flex-direction:column-reverse;
		align-items:flex-start;
      }

}
@media screen and (max-width:639px) {
	.home .top-news-sec .c-entry-summary__body {
        padding: 0px 20px 5px;
      }

}

		.home .top-news-sec .c-entry-summary__header {
        margin-bottom: 0!important;
      }
      .home .top-news-sec .c-entry-summary__title {
        font-size: 20px!important;
font-weight: bold!important;
      }


      .home .top-news-sec .c-entry-summary__meta {
        margin-top: 0!important;
		  margin-right:30px;
      font-weight: bold;
      font-size: 18px!important;

}
@media screen and (max-width:1023px) {
  .home .top-news-sec  .c-entry-summary__title {
    font-size: 14px!important;
    line-height: 1.3;
  }
	.home .top-news-sec .c-entry-summary__meta {
		  margin-bottom:10px;
      font-size: 12px!important;
 }
}
@media screen and (max-width:639px) {
	.home .top-news-sec .c-entry-summary__meta {
		  margin-bottom:0px;
 }

}
		.home .top-news-sec .c-entry-summary__meta .c-meta{
			flex-direction:row-reverse;
		}

		.home .top-news-sec .c-meta__item--categories {
			margin-right:20px;
		}
		.home .top-news-sec .c-meta__item--author {
        display: none;
      }
      .home .top-news-sec .c-entry-summary__term {
        /* display: none; */
      }







/* お客様の声 */

.top-voice-sec .spider__arrow {
  background-color: #fff;
  border-radius: 50%;

}
.top-voice-sec .spider__arrow[data-direction=next]:before {
  border-color: #c1272d;
}

.top-voice-sec .spider__arrow[data-direction=prev]:before {
  border-color: #c1272d;
}
.top-voice-sec .spider__arrow[data-direction=prev] {
  left: 50px;
  box-shadow: 2px 2px 5px #989898;
}
.top-voice-sec .spider__arrow[data-direction=next] {
  right: 50px;
  box-shadow: 2px 2px 5px #989898;
}
@media  screen and (max-width:639px) {
  .top-voice-sec .spider__arrow[data-direction=prev] {
    left: 30px;
  }
  .top-voice-sec .spider__arrow[data-direction=next] {
    right: 30px;
  }
  .top-voice-sec .c-entry-summary__term {
font-size: 12px;
  }
}


    .top-voice-sec .c-entries-carousel__item {
      padding: 10px;
    }
    .top-voice-sec .c-entries-carousel__item a{
      box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
      /* padding: 15px; */
      background-color: #fff;
    }
    .top-voice-sec .c-entries-carousel__item a:hover{
  
    }
    .top-voice-sec .c-entries-carousel__item a:hover .c-entry-summary__body {
      opacity: 1;

    }
    
    .top-voice-sec .c-entry-summary__figure {
      margin-bottom: 0;
    }
    .top-voice-sec .c-entry-summary__figure::before {
      padding-top: 50%;
    }
@media  screen and (max-width:639px) {
	 .top-voice-sec .c-entry-summary__figure::before {
      padding-top: 60%;
    }
}
    .top-voice-sec .c-entries-carousel__item:hover .c-entry-summary__figure img,.archive:not(.post-type-archive-voice) .c-entries-carousel__item:hover .c-entry-summary__body {
      opacity: 1;
    }
    .top-voice-sec .c-entries-carousel__item .c-entry-summary__figure img {
      transform: scale(1);
      transition: .3s;
	object-position:50% 30%!important;
    }
    .top-voice-sec .c-entries-carousel__item:hover .c-entry-summary__figure img {
      transform: scale(1.1);
      transition: .3s;
    }
  

    .top-voice-sec .c-entry-summary__body {
      min-height: 130px;
      display: flex;
      flex-direction: column;
      gap: 15px;
      justify-content: space-between;
      padding: 15px;
    }
@media  screen and (max-width:639px) {
	
	.top-voice-sec .c-entry-summary__body {
      min-height: 170px;
    }
}
    .top-voice-sec .c-entry-summary__header {
      margin-bottom: 0!important;
    }
    .top-voice-sec .c-entry-summary__title {
      color: #000;
      font-size: 16px!important;
      font-weight: 500!important;
    }
  
    .top-voice-sec .c-entry-summary__meta{
      /* margin-top: 10px;
      justify-content: flex-start;
      color: #000;
      margin-bottom: 10px; */
      display: none;
    }
		.top-voice-sec .c-meta__item--author {
      display: none;
    }
    .top-voice-sec .c-entry-summary__content {
      /* display: none; */
		font-weight:bold;
    }
    .top-voice-sec .c-entry-summary__term {
      /* display: none; */
    }


@media  screen and (max-width:639px) {
  .top-voice-sec  .c-entries-carousel .spider__slide {
    max-width: calc(85% - var(--_space, 1.8rem) * 1 * var(--_margin-scale, 1) / 1.5)!important;
  }
}



/* 採用情報 */
@media  screen and (max-width:639px) {
.top-recruit-sec .spider__dots {
	margin-top:0;
	min-height: 80px!important;
}	
}
.top-recruit-sec .white-btn {
  position: absolute;
  bottom: 120px;
  right: 0px;
  box-shadow: 3px 3px 7px 0px #bababa;
}
@media  screen and (max-width:639px) {
  .top-recruit-sec .white-btn {
    bottom: 80px;
  }
}
.top-recruit-sec img {
	aspect-ratio:1000/ 375;
	object-fit:cover;
}

/* 会社情報 */
.top-company-sec img {
	aspect-ratio:1000/ 375;
	object-fit:cover;
	object-position:50% 60%;
}
.top-company-sec .white-btn {
  position: absolute;
  bottom: 50px;
  right: 0px;
  box-shadow: 3px 3px 7px 0px #bababa;

}
.smb-information__item__body p {
	margin-top:0!important;
}
@media  screen and (max-width:639px) {
  .top-company-sec .white-btn {
    bottom: 0px;
  }
}


    /* ニュースリリース */
    .home .top-news2-sec h3 {

    }
    @media screen and (max-width:1023px) {
      .home .top-news2-sec h3 {
        margin-bottom: 0!important;
        
        
      }
      }
    @media screen and (max-width:639px) {
      .home .top-news2-sec h3 {
        font-size: 28px!important;

        
      }
      }
.home .top-news2-sec .c-entries {
  border: none;
}
.home .top-news2-sec .c-entries__item {
  border-color: #cacaca;
}
    .home .top-news2-sec .c-entries__item a{
      padding: 0 !important;
    margin-bottom:0!important;
    font-weight: bold;
    }

    .home .top-news2-sec .c-entry-summary__body {
      padding: 15px ;
      display: flex;
      flex-direction: row-reverse;
      justify-content: flex-end;
      align-items: center;
    }
@media screen and (max-width:1023px) {
.home .top-news2-sec .c-entry-summary__body {
      padding: 15px 0;
      flex-direction:column-reverse;
  align-items:flex-start;
    }
}

  .home .top-news2-sec .c-entry-summary__header {
      margin-bottom: 0!important;
    }
    .home .top-news2-sec .c-entry-summary__title {
      font-size: 18px!important;
font-weight: bold!important;
    }
    @media screen and (max-width:1023px) {
      .home .top-news2-sec .c-entry-summary__title {
        font-size: 16px!important;
      }
      }


    .home .top-news2-sec .c-entry-summary__meta {
      margin-top: 0!important;
    margin-right:20px;
    font-weight: bold;
    font-size: 16px!important;

}
@media screen and (max-width:1023px) {
.home .top-news2-sec .c-entry-summary__meta {
    margin-bottom:0px;
}
}
  .home .top-news2-sec .c-entry-summary__meta .c-meta{
    flex-direction:row-reverse;
  }

  .home .top-news2-sec .c-meta__item--categories {
    margin-right:20px;
  }
  .home .top-news2-sec .c-meta__item--author {
      display: none;
    }
    .home .top-news2-sec .c-entry-summary__term {
      /* display: none; */
    }




    /* ------------------------------------------------------会社概要----------------------------------------------------- */


.page-id-202 h2.smb-section__title {
  line-height: 1.2;
  font-family:"Montserrat",sans-serif!important;
  font-size: 80px!important;
}
@media  screen and (max-width:639px) {
.page-id-202 h2.smb-section__title {
  font-size: 38px!important;
}
}
.mission-sec img{
aspect-ratio: 1500 / 800;
object-fit: cover;
object-position: center;
}
.mission-sec h3 {
  color: #fff;
  display: inline-block!important;
}
.vision-sec h3 {
  display: inline-block!important;
}
@media  screen and (max-width:639px) {
  .mission-sec h3 {
    font-size: 18px!important;
  }
  .vision-sec h3 {
    font-size: 18px!important;
  }
  }

.vision-sec img{
  aspect-ratio: 1500 / 800;
  object-fit: cover;
  object-position: center;
  }


  .value-sec .value-img img{
    aspect-ratio: 1500 / 500;
    object-fit: cover;
    object-position: center;
    }







  .company-sec .company-item {
    border-bottom: 1px solid #333;
    padding: 15px 10px;
    box-sizing: border-box;
    margin-top: 0;
  }
  @media screen and (max-width:639px) {
    .company-sec .company-item .c-row>.c-row__col:first-of-type {
      margin-bottom: 10px;
    }
  }


  .office-sec img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
	width:100%;
  }
  .office-sec iframe {
    width: 100%!important;
    height: 100%!important;
    aspect-ratio: 500 / 480!important;
    object-fit: cover;
    object-position: center;
  }

.office-sec .red-btn {
	max-width:300px;
	width:100%;
	position:relative;
}
.office-sec .red-btn::before {
	content:"";
	background-image:url(https://takumi-lauren.co.jp/wp-content/uploads/2025/06/map-e1750954848222.png);
	background-size:contain;
	background-repeat:no-repeat;
	width:20px;
	height:30px;
	position:absolute;
	left:80px;
	top:50%;
	transform:translatey(-50%);
	z-index:1;
}
@media  screen and (max-width:639px) {
	.office-sec .red-btn {
	margin:0 auto;
}
}


/* ------------------------------------------------------サービス紹介----------------------------------------------------- */
/* 背景テキスト */
.page-id-200 .smb-section__background-text__text {
  line-height: 1.3;
  left: 50%;
  transform: translateX(-50%);
  top: 80px;
  width: 100%;
  text-align: center;
}
@media  screen and (max-width:639px) {
  .page-id-200 .smb-section__background-text__text {
    top: 20px;
    line-height: 1;
  }
}
.servicelist-sec .sub-title {
}

.servicelist-sec .servicelist-media .title {
	font-weight: 900!important;
	font-size: 24px!important;
}
.servicelist-sec .servicelist-media img {
  padding: 15px;
  background-color: #fff;
  box-shadow: 3px 3px 7px 0px #bababa;
  aspect-ratio: 3/2;
  object-fit: cover;
  object-position: center;
}
@media  screen and (max-width:639px) {
  
.servicelist-sec .servicelist-media .desc  {
 margin-top: 10px;
  }
	.servicelist-sec .sub-title {
		font-size: 24px!important;
}
	.servicelist-sec .servicelist-media .title {
	font-size: 18px!important;
}
}

/* 赤のボタン */
.servicelist-sec .red-btn a{
  padding-right: 90px!important;
position: relative;
font-size: 20px!important;
}
.servicelist-sec .red-btn a::after {
  content: "";
  width: 60px;
  height: 13px;
  background-image: url(https://takumi-lauren.co.jp/wp-content/uploads/2025/02/yagirushi.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.servicelist-sec .red-btn a:hover::after {
right: 0px;
transition: 0.3s;
}


@media  screen and (max-width:639px) {
  .servicelist-sec .red-btn a{
    padding-right: 60px!important;
  font-size: 18px!important;
  }
  .servicelist-sec .red-btn a::after {
    content: "";
    width: 30px;
    height: 13px;
    right: 20px;
  }
  .servicelist-sec .red-btn a:hover::after {
    right: 10px;
    transition: 0.3s;
    }
  }



/* ------------------------------------------------------ウェブプロダクション----------------------------------------------------- */

  /* 背景テキスト */
  .page-id-382 .smb-section__background-text__text {
    line-height: 1.3;
    left: 50%;
    transform: translateX(-50%);
    top: 80px;
    width: 100%;
    text-align: center;
  }
  @media  screen and (max-width:639px) {
    .page-id-382 .smb-section__background-text__text {
      top: 20px;
      line-height: 1;
    }
  }


.produce-sec {

}
  @media  screen and (max-width:639px) {
    .produce-sec .vk_balloon_content::after {
      display: none;
    }
    .produce-sec .vk_balloon_content p {
      padding: 0!important;
    }
    .produce-sec .vk_balloon_content span{
      font-size: 16px!important;
    }
  }


  .produce-point-sec .produce-point-title{
    color: #fff;
  text-shadow:
    1px 1px 0 #000,
    -1px 1px 0 #000,
    -1px -1px 0 #000,
    1px -1px 0 #000;
    letter-spacing: 0.5em;
    z-index: 2;
    line-height: 1;
  }
  .produce-point-sec .produce-point-title span {
    background-color: #fff!important;
  }
  @media  screen and (max-width:639px) {
    .produce-point-sec .produce-point-title span {
      font-size: 60px!important;
    }
  }

  .produce-point-sec .produce-point-desc {
  margin-top: -40px!important;
  padding: 0 30px;
  display: block;
}
@media  screen and (max-width:639px) {
  .produce-point-sec .produce-point-desc {
    margin-top: -30px!important;
    padding: 0 30px;
    font-size: 18px!important;
  }
  .produce-point-sec .produce-point-desc span{
    font-size: 18px!important;
  }
}




/* ------------------------------------------------------予約システム事業----------------------------------------------------- */
  /* 背景テキスト */
  .page-id-384 .smb-section__background-text__text {
    line-height: 1.3;
    left: 50%;
    transform: translateX(-50%);
    top: 80px;
    width: 100%;
    text-align: center;
  }

  @media  screen and (max-width:639px) {
    .page-id-384 .smb-section__background-text__text {
      top: 20px;
      line-height: 1;
    }
  }




/* 流れ */
.reserve-flow-sec .vk_flow_frame {
  flex-direction: row-reverse;
gap: 20px!important;
border-color: #fff!important;
display: none;
}
.reserve-flow-sec .vk_flow_frame img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media screen and (max-width:639px) {
  .reserve-flow-sec .vk_flow_frame {
   flex-direction: column-reverse;
   gap: 0px;
  }
  .reserve-flow-sec .vk_flow .vk_flow_frame_image {
    max-width: 100%;
  }
  .reserve-flow-sec .vk_flow_frame img {
    aspect-ratio: 4/3;
  }
}
.reserve-flow-sec .vk_flow_frame_text {
  margin-right: 0!important;
}
.reserve-flow-sec  .vk_flow_frame_text_title {
  max-width: 100%!important;
}
.reserve-flow-sec .vk_flow.vk_flow-arrow-on::after {
  border-top-color: #fff;
}


/* ------------------------------------------------------SNS動画広告事業----------------------------------------------------- */



  /* 背景テキスト */
  .page-id-385 .smb-section__background-text__text {
    line-height: 1.3;
    left: 50%;
    transform: translateX(-50%);
    top: 80px;
    width: 100%;
    text-align: center;
  }
  @media  screen and (max-width:639px) {
    .page-id-385 .smb-section__background-text__text {
      top: 20px;
      line-height: 1;
    }
  }

@media  screen and (max-width:639px) {

.sns-service-sec .cmn-service-main-title span {
	font-size:19px!important;
}

}

  .sns-nayami-sec .title {
    background: linear-gradient(135deg, #F52020 0%,#c91818 50%, #8F1313 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  @media  screen and (max-width:639px) {
    .sns-nayami-sec .vk_balloon_content::after {
      display: none;
    }
    .sns-nayami-sec .vk_balloon_content p {
      padding: 0!important;
    }
    .sns-nayami-sec .vk_balloon_content span{
      font-size: 16px!important;
    }
  }



  .sns-works-list {
    text-align: center;
  }
  .sns-works-list .title{
    /* color: #fff;
  text-shadow:
    1px 1px 0 #000,
    -1px 1px 0 #000,
    -1px -1px 0 #000,
    1px -1px 0 #000;
    letter-spacing: 0.5em; */
    z-index: 2;
    line-height: 1;
    background-color: #fff!important;
    display: inline-block;
    padding: 5px 15px;
  }

  .sns-works-list .desc {
  margin-top: -25px!important;
  padding: 0 30px;
  display: block;
  min-height: 280px;
  z-index: 1;
  position: relative;
}

@media  screen and (max-width:767px) {
  .sns-works-list .desc {
  margin-top: -20px!important;
    min-height: auto;
  }
}

/* ------------------------------------------------------成果報酬SEO事業----------------------------------------------------- */
  /* 背景テキスト */
  .page-id-386 .smb-section__background-text__text {
    line-height: 1.3;
    left: 50%;
    transform: translateX(-50%);
    top: 80px;
    width: 100%;
    text-align: center;
  }

  @media  screen and (max-width:639px) {
    .page-id-386 .smb-section__background-text__text {
      top: 20px;
      line-height: 1;
    }
  }
  .seo-btn {
    max-width: 500px!important;
    width: 100%;
  }
  .seo-btn a{
    width: 100%;
    display: inline-block;
  position: relative;
  font-size: 28px!important;
  }
  @media  screen and (max-width:639px) {
    .seo-btn {
      max-width: 300px!important;
      width: 100%;
    }
    .seo-btn a{
      padding: 15px!important;
    font-size: 18px!important;
    }
  }
  .seo-service-sec .seo-box li::before{
    background-color: #fff;
    border:1px solid #000;
    display: flex;
    align-items: center;
    top: 50%;
    transform: translateY(-50%);

  }
  .seo-service-sec .seo-feature-media-img img{
    display: inline-block;
    margin-right: 40px;
    margin-bottom: 30px;
float: left;
  }
 @media  screen and (max-width:639px) {
	.seo-service-sec .seo-feature-media-img img{
    margin-right: 0px;
    margin-bottom: 0px;
	float: none;
		width:100%!important;
  }
}

  .seo-faq-sec .smb-accordion__item__title{
font-size: 24px;
  }
  .smb-accordion__item__body {
    padding: 15px;
  }
  @media  screen and (max-width:639px) {
    .seo-faq-sec .smb-accordion__item__title{
      font-size: 18px;
        }
        .smb-accordion__item__body {
          padding: 15px;
        }
  }

  .seo-btn2 {
    max-width: 600px!important;
    width: 100%;
  }
  .seo-btn2 a{
    width: 100%;
    display: inline-block;
  position: relative;
  font-size: 28px!important;
  }

  @media  screen and (max-width:639px) {
    .seo-btn2 a{
    font-size: 18px!important;
    }
  }



/* ------------------------------------------------------成果報酬SEO事業（SEOとは？重要性やメリット・デメリットを解説）----------------------------------------------------- */

/* h3タイトル */
.page-id-1506 h3,.page-id-1506 .h3 {
  font-size: 28px!important;
  margin-bottom: 10px!important;

}
@media screen and (max-width:1023px) {
  .page-id-1506 h3, .page-id-1506 .h3 {
    font-size: 24px!important;
  }
}
@media screen and (max-width:639px) {
  .page-id-1506 h3, .page-id-1506 .h3 {
    font-size: 22px!important;
  }
}


/* h4タイトル */
.page-id-1506 h4,.page-id-1506 .h4 {
  font-size: 24px!important;
  margin-bottom: 10px!important;

}
@media screen and (max-width:1023px) {
 .page-id-1506 h4,..page-id-1506 .h4 {
    font-size: 22px!important;
  }
}
@media screen and (max-width:639px) {
 .page-id-1506 h4,.page-id-1506 .h4 {
    font-size: 20px!important;
  }
}





 .seo-post-sec .seo-media-img img{
    display: inline-block;
    margin-right: 40px;
    margin-bottom: 10px;
float: left;
  }
 @media  screen and (max-width:639px) {
	.seo-post-sec .seo-media-img img{
    margin-right: 0px;
    margin-bottom: 0px;
float: none;
		width:100%!important;
  }
}




.seo-post-sec .post-box .smb-accordion__item__title{
	padding:0;
	background:transparent;
}
.seo-post-sec .smb-accordion__item__body {
		 padding:0;
}
 @media  screen and (max-width:639px) {
.seo-post-sec .post-box .c-row>.c-row__col:first-child {
	margin-bottom:0;
}
	 
}

.seo-post-sec .wp-block-advgb-table {
	
}
 @media  screen and (max-width:639px) {
	 .seo-post-sec .wp-block-advgb-table {
	font-size:16px;
}
	 
}


/* ------------------------------------------------------成果報酬SEO事業（SEO対策に役立つツールの紹介！ツールの種類とできる事を解説）----------------------------------------------------- */

/* h3タイトル */
.page-id-1592 h3,.page-id-1592 .h3 {
  font-size: 28px!important;
  margin-bottom: 10px!important;

}
@media screen and (max-width:1023px) {
  .page-id-1592 h3, .page-id-1592 .h3 {
    font-size: 24px!important;
  }
}
@media screen and (max-width:639px) {
  .page-id-1592 h3, .page-id-1592 .h3 {
    font-size: 22px!important;
  }
}


/* h4タイトル */
.page-id-1592 h4,.page-id-1592 .h4 {
  font-size: 24px!important;
  margin-bottom: 10px!important;

}
@media screen and (max-width:1023px) {
 .page-id-1592 h4,..page-id-1592 .h4 {
    font-size: 22px!important;
  }
}
@media screen and (max-width:639px) {
 .page-id-1592 h4,.page-id-1592 .h4 {
    font-size: 20px!important;
  }
}
	 
	 
	 
/* ------------------------------------------------------成果報酬SEO事業（コンテンツSEO対策を解説！良質なコンテンツの作り方とは？）----------------------------------------------------- */

/* h3タイトル */
.page-id-1716 h3,.page-id-1716 .h3 {
  font-size: 28px!important;
  margin-bottom: 10px!important;

}
@media screen and (max-width:1023px) {
  .page-id-1716 h3, .page-id-1716 .h3 {
    font-size: 24px!important;
  }
}
@media screen and (max-width:639px) {
  .page-id-1716 h3, .page-id-1716 .h3 {
    font-size: 22px!important;
  }
}


/* h4タイトル */
.page-id-1716 h4,.page-id-1716 .h4 {
  font-size: 24px!important;
  margin-bottom: 10px!important;

}
@media screen and (max-width:1023px) {
 .page-id-1716 h4,..page-id-1716 .h4 {
    font-size: 22px!important;
  }
}
@media screen and (max-width:639px) {
 .page-id-1716 h4,.page-id-1716 .h4 {
    font-size: 20px!important;
  }
}
.seo-container {
	margin-top:0!important;
}




	 
/* ------------------------------------------------------成果報酬SEO事業（月額固定型と成果報酬型のSEO対策について比較！費用・料金を解説）----------------------------------------------------- */

/* h3タイトル */
.page-id-1756 h3,.page-id-1756 .h3 {
  font-size: 28px!important;
  margin-bottom: 10px!important;

}
@media screen and (max-width:1023px) {
  .page-id-1756 h3, .page-id-1756 .h3 {
    font-size: 24px!important;
  }
}
@media screen and (max-width:639px) {
  .page-id-1756 h3, .page-id-1756 .h3 {
    font-size: 22px!important;
  }
}


/* h4タイトル */
.page-id-1756 h4,.page-id-1756 .h4 {
  font-size: 24px!important;
  margin-bottom: 10px!important;

}
@media screen and (max-width:1023px) {
 .page-id-1756 h4,..page-id-1756 .h4 {
    font-size: 22px!important;
  }
}
@media screen and (max-width:639px) {
 .page-id-1756 h4,.page-id-1756 .h4 {
    font-size: 20px!important;
  }
}


/* ------------------------------------------------------Google口コミ対策事業----------------------------------------------------- */
 /* 背景テキスト */
 .page-id-387 .smb-section__background-text__text {
  line-height: 1.3;
  left: 50%;
  transform: translateX(-50%);
  top: 80px;
  width: 100%;
  text-align: center;
}

@media  screen and (max-width:639px) {
  .page-id-387 .smb-section__background-text__text {
    top: 20px;
    line-height: 1;
  }
}






/* ------------------------------------------------------電話番号ページ----------------------------------------------------- */
.single-tel .c-entry__title {
	display:none;
}
.single-tel .c-entry__header {
	margin:0;
}
.single-tel .p-breadcrumbs-wrapper {
	padding:0;
}
/* h3タイトル */
.single-tel h3,.single-tel .h3 {
  font-size: 28px!important;
  margin-bottom: 10px!important;

}
@media screen and (max-width:1023px) {
  .single-tel h3, .single-tel .h3 {
    font-size: 24px!important;
  }
}
@media screen and (max-width:639px) {
  .single-tel h3, .single-tel .h3 {
    font-size: 22px!important;
  }
}


/* h4タイトル */
.single-tel h4,.single-tel .h4 {
  font-size: 24px!important;
  margin-bottom: 10px!important;

}
@media screen and (max-width:1023px) {
 .single-tel h4,.single-tel .h4 {
    font-size: 22px!important;
  }
}
@media screen and (max-width:639px) {
 .single-tel h4,.single-tel .h4 {
    font-size: 20px!important;
  }
}
	 




/* ------------------------------------------------------資料請求紹介----------------------------------------------------- */
/* 背景テキスト */
.document-sec .sub-title {
font-size: 20px;
}

.document-sec .document-media .title {
  font-weight: 900!important;
}
.document-sec .document-media img {
  padding: 15px;
  background-color: #fff;
  box-shadow: 3px 3px 7px 0px #bababa;
  aspect-ratio: 3/2;
  object-fit: cover;
  object-position: center;
}

/* 赤のボタン */
.document-sec .wp-block-button {
}
.document-sec .red-btn a{
  padding-right: 90px!important;
position: relative;
font-size: 20px!important;
display: inline-block;
padding-left:30px!important;
}
.document-sec .red-btn a::after {
  content: "";
  width: 60px;
  height: 13px;
  background-image: url(https://takumi-lauren.co.jp/wp-content/uploads/2025/02/yagirushi.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.document-sec .red-btn a:hover::after {
right: 0px;
transition: 0.3s;
}

@media  screen and (max-width:639px) {
  .document-sec .red-btn a{
    padding-right: 60px!important;
  font-size: 18px!important;
  }
  .document-sec .red-btn a::after {
    content: "";
    width: 30px;
    height: 13px;
    right: 20px;
  }
  .document-sec .red-btn a:hover::after {
    right: 10px;
    transition: 0.3s;
    }
}





/* -------------------------------------------------------------お客様の声一覧------------------------------------------------------------- */
		/* サイドバーつける時 */
/*  .archive:not(.post-type-archive-voice) .l-contents__container {
        max-width: 1400px;
      } */


      .post-type-archive-voice .c-entry__header {
        display: none;
      }
      .post-type-archive-voice .l-contents__inner {
        padding-top: 60px!important;
        padding-bottom: 120px!important;
        margin: 0;
      }
      @media screen and (max-width:639px) {
        .post-type-archive-voice .l-contents__inner {
          padding-top: 60px!important;
          padding-bottom: 60px!important;
        }
      }

      @media screen and (min-width:1024px) {
        .post-type-archive-voice .c-entries {
          --entries--item-width:33%!important;
        }
      }




.post-type-archive-voice .c-entries__item {
  padding: 10px;
}
.post-type-archive-voice .c-entries__item a{
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  /* padding: 15px; */
  background-color: #fff;
}
.post-type-archive-voice .c-entries__item a:hover{

}
.post-type-archive-voice .c-entries__item a:hover .c-entry-summary__body {
  opacity: 1;

}

.post-type-archive-voice .c-entry-summary__figure {
  margin-bottom: 0;
}
.post-type-archive-voice .c-entry-summary__figure::before {
  padding-top: 50%;
}
.post-type-archive-voice .c-entries__item:hover .c-entry-summary__figure img {
  opacity: 1;
}
.post-type-archive-voice .c-entries__item .c-entry-summary__figure img {
  transform: scale(1);
  transition: .3s;
	object-position:50% 30%!important;
}
.post-type-archive-voice .c-entries__item:hover .c-entry-summary__figure img {
  transform: scale(1.1);
  transition: .3s;
}


.post-type-archive-voice .c-entry-summary__body {
  min-height: 130px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: space-between;
  padding: 15px;
}
.post-type-archive-voice .c-entry-summary__header {
  margin-bottom: 0!important;
}
.post-type-archive-voice .c-entry-summary__title {
  color: #000;
  font-size: 16px!important;
  font-weight: 500!important;
}

.post-type-archive-voice .c-entry-summary__meta{
  /* margin-top: 10px;
  justify-content: flex-start;
  color: #000;
  margin-bottom: 10px; */
  display: none;
}
.post-type-archive-voice .c-meta__item--author {
  display: none;
}
.post-type-archive-voice .c-entry-summary__content {
  /* display: none; */
	font-weight:bold;
}
.post-type-archive-voice .c-entry-summary__term {
  /* display: none; */
}






/* -------------------------------------------------------------お客様の声カテゴリー一覧------------------------------------------------------------- */
		/* サイドバーつける時 */
/*  .archive:not(.post-type-archive-voice) .l-contents__container {
        max-width: 1400px;
      } */


      .tax-voice_service .c-entry__header, .tax-voice_cat .c-entry__header {
        display: none;
      }
      .tax-voice_service .l-contents__inner,.tax-voice_cat .l-contents__inner {
        padding-top: 60px!important;
        padding-bottom: 120px!important;
        margin: 0;
      }
      @media screen and (max-width:639px) {
        .tax-voice_service .l-contents__inner ,.tax-voice_cat .l-contents__inner{
          padding-top: 60px!important;
          padding-bottom: 60px!important;
        }
      }

      @media screen and (min-width:1024px) {
        .tax-voice_service .c-entries,.tax-voice_cat .c-entries {
          --entries--item-width:33%!important;
        }
      }




.tax-voice_service .c-entries__item,.tax-voice_cat .c-entries__item {
  padding: 10px;
}
.tax-voice_service .c-entries__item a,.tax-voice_cat .c-entries__item a{
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  /* padding: 15px; */
  background-color: #fff;
}
.tax-voice_service .c-entries__item a:hover{

}
.tax-voice_service .c-entries__item a:hover .c-entry-summary__body,.tax-voice_cat .c-entries__item a:hover .c-entry-summary__body {
  opacity: 1;

}

.tax-voice_service .c-entry-summary__figure,.tax-voice_cat .c-entry-summary__figure {
  margin-bottom: 0;
}
.tax-voice_service .c-entry-summary__figure::before,.tax-voice_cat .c-entry-summary__figure::before {
  padding-top: 50%;
}
.tax-voice_service .c-entries__item:hover .c-entry-summary__figure img,.tax-voice_cat .c-entries__item:hover .c-entry-summary__figure img {
  opacity: 1;
}
.tax-voice_service .c-entry-summary__figure img,.tax-voice_cat .c-entry-summary__figure img {
  transform: scale(1);
  transition: .3s;
	object-position:50% 30%!important;
}
.tax-voice_service .c-entries__item:hover .c-entry-summary__figure img,.tax-voice_cat .c-entries__item:hover .c-entry-summary__figure img {
  transform: scale(1.1);
  transition: .3s;
}


.tax-voice_service .c-entry-summary__body,.tax-voice_cat .c-entry-summary__body {
  min-height: 130px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: space-between;
  padding: 15px;
}
.tax-voice_service .c-entry-summary__header,.tax-voice_cat .c-entry-summary__header {
  margin-bottom: 0!important;
}
.tax-voice_service .c-entry-summary__title,.tax-voice_cat .c-entry-summary__title {
  color: #000;
  font-size: 16px!important;
  font-weight: 500!important;
}

.tax-voice_service .c-entry-summary__meta,.tax-voice_cat .c-entry-summary__meta{
  /* margin-top: 10px;
  justify-content: flex-start;
  color: #000;
  margin-bottom: 10px; */
  display: none;
}
.tax-voice_service .c-meta__item--author,.tax-voice_cat .c-meta__item--author {
  display: none;
}
.tax-voice_service .c-entry-summary__content,.tax-voice_cat .c-entry-summary__content {
  /* display: none; */
}
.tax-voice_service .c-entry-summary__term,.tax-voice_cat .c-entry-summary__term {
  /* display: none; */
}







/* -------------------------------------------------------------お知らせ・ブログ投稿一覧------------------------------------------------------------- */
		/* サイドバーつける時 */
 /* .blog .l-contents__container {
        max-width: 1400px!important;
      } */


.all-category-links {
	margin-bottom:30px;
}
.all-category-item {
	display:flex;
	gap:15px;
	flex-wrap:wrap;
}
.all-category-item a {
	padding:5px 15px;
	color:#f40000;
	font-size:16px;
	font-weight:bold;
	border-radius:30px;
	border:1px solid #f40000;
}
.all-category-item .current-cat a{
	background:#f40000;
	color:#fff;
}
 @media screen and (max-width:639px) {
	 .all-category-item a {
	padding:5px 15px;
	font-size:14px;
}
	 
}



      body.blog .c-entry__header,.post-type-archive-blog .c-entry__header {
        display: none;
      }
      body.blog .l-contents__inner,.post-type-archive-blog .l-contents__inner {
        padding-top: 60px!important;
        padding-bottom: 120px!important;
        margin: 0;
      }
      @media screen and (max-width:639px) {
        body.blog .l-contents__inner,.post-type-archive-blog .l-contents__inner {
          padding-top: 60px!important;
          padding-bottom: 60px!important;
        }
      }

      @media screen and (min-width:1024px) {
        body.blog .c-entries,.post-type-archive-blog .c-entries {
          --entries--item-width:33%!important;
        }
      }




    body.blog .c-entries__item,.post-type-archive-blog .c-entries__item {
      padding: 15px;
    }
    body.blog .c-entries__item a, .post-type-archive-blog .c-entries__item a{
      /* border-radius: 20px; */
      box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
      padding: 15px;
      background-color: #fff;
    }
    body.blog .c-entries__item a:hover{
  
    }
    body.blog .c-entries__item a:hover .c-entry-summary__body,.post-type-archive-blog .c-entries__item a:hover .c-entry-summary__body {
      opacity: 1;
    }
    
    body.blog .c-entry-summary__figure,.post-type-archive-blog .c-entry-summary__figure {
      margin-bottom: 15px;
      /* border-radius: 15px; */
    }
    body.blog .c-entry-summary__figure::before,.post-type-archive-blog .c-entry-summary__figure::before {
      padding-top: 65%;
    }
    body.blog .c-entries__item:hover .c-entry-summary__figure img,.post-type-archive-blog .c-entries__item:hover .c-entry-summary__body {
      opacity: 1;
    }
    body.blog .c-entries__item .c-entry-summary__figure img,.post-type-archive-blog .c-entries__item .c-entry-summary__figure img {
      transform: scale(1);
      transition: .3s;
    }
    body.blog .c-entries__item:hover .c-entry-summary__figure img,.post-type-archive-blog .c-entries__item:hover .c-entry-summary__figure img {
      transform: scale(1.1);
      transition: .3s;
    }
  

    body.blog .c-entry-summary__body,.post-type-archive-blog .c-entry-summary__body {
      min-height: 200px;
    }
    body.blog .c-entry-summary__header,.post-type-archive-blog .c-entry-summary__header {
      margin-bottom: 0!important;
    }
    body.blog .c-entry-summary__title,.post-type-archive-blog .c-entry-summary__title {
      color: #000;
      font-size: 18px!important;
      font-weight: 700!important;
      margin-bottom: 10px;
    }
  
    body.blog .c-entry-summary__meta,.post-type-archive-blog .c-entry-summary__meta{
      margin-top: 10px;
      justify-content: flex-start;
      color: #000;
      margin-bottom: 10px;
    }
		body.blog .c-meta__item--author,.post-type-archive-blog .c-meta__item--author {
      display: none;
    }
    body.blog .c-entry-summary__content ,.post-type-archive-blog .c-entry-summary__content{
      /* display: none; */
      font-size: 14px;
    }
    body.blog .c-entry-summary__term, .post-type-archive-blog .c-entry-summary__term {
/*       display: none; */
    }



/* -------------------------------------------------------------お知らせ・ブログカテゴリー一覧------------------------------------------------------------- */
	/* サイドバーつける時 */
 /* .category .l-contents__container {
        max-width: 1400px!important;
      } */





      .category .c-entry__header{
        display: none;
      }
      .category .l-contents__inner {
        padding-top: 60px!important;
        padding-bottom: 120px!important;
        margin: 0;
      }
      @media screen and (max-width:639px) {
        .category .l-contents__inner {
          padding-top: 60px!important;
          padding-bottom: 60px!important;
        }
      }

      @media screen and (min-width:1024px) {
        .category .c-entries {
          --entries--item-width:33%!important;
        }
      }




    .category .c-entries__item {
      padding: 15px;
    }
    .category .c-entries__item a{
      /* border-radius: 20px; */
      box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
      padding: 15px;
      background-color: #fff;
    }
    .category .c-entries__item a:hover{
  
    }
    .category .c-entries__item a:hover .c-entry-summary__body {
      opacity: 1;
    }
    
    .category .c-entry-summary__figure {
      margin-bottom: 15px;
      /* border-radius: 15px; */
    }
    .category .c-entry-summary__figure::before {
      padding-top: 65%;
    }
    .category .c-entries__item:hover .c-entry-summary__body {
      opacity: 1;
    }
    .category .c-entries__item .c-entry-summary__figure img {
      transform: scale(1);
      transition: .3s;
    }
    .category .c-entries__item:hover .c-entry-summary__figure img {
      transform: scale(1.1);
      transition: .3s;
    }
  

    .category .c-entry-summary__body {
      min-height: 200px;
    }
    .category .c-entry-summary__header {
      margin-bottom: 0!important;
    }
   .category .c-entry-summary__title {
      color: #000;
      font-size: 18px!important;
      font-weight: 700!important;
      margin-bottom: 10px;
    }
  
   .category .c-entry-summary__meta{
      margin-top: 10px;
      justify-content: flex-start;
      color: #000;
      margin-bottom: 10px;
    }
	.category .c-meta__item--author {
      display: none;
    }
    .category .c-entry-summary__content{
      /* display: none; */
      font-size: 14px;
    }
    .category .c-entry-summary__term {
/*       display: none; */
    }

/* -------------------------------------------------------------お知らせ・ブログ詳細------------------------------------------------------------- */

.single-post .c-breadcrumbs__item:nth-child(3) {
/*   display: none; */
}

/* サイドバーつける時 */
 .single-post .l-contents__container,.single-blog .l-contents__container {
  max-width: 1400px;
}

.single-post .l-contents__inner,.single-blog .l-contents__inner {
padding-top: 60px!important;
padding-bottom: 120px!important;
margin: 0;
}
@media screen and (max-width:639px) {
.single-post .l-contents__inner,.single-blog .l-contents__inner {
padding-top: 60px!important;
padding-bottom: 60px!important;
}
}

.single-post .c-entry__meta,.single-blog .c-entry__meta {
}
.single-post  .c-meta__term,.single-blog  .c-meta__term {
display: none;
}
.single-post .c-entry__header,.single-blog .c-entry__header {
display: flex;
flex-direction: column-reverse;
}
.single-post .c-meta__item--published .fa-clock,.single-blog .c-meta__item--published .fa-clock{
display: none;
}
.single-post .c-meta__item--published,.single-blog .c-meta__item--published {
font-weight: 700;
}
.single-post .c-meta__item--modified,.single-blog .c-meta__item--modified {
display: none;
}
.single-post .c-meta__item--author,.single-blog .c-meta__item--author {
display: none;
}

.single-post .c-entry__title,.single-blog .c-entry__title{
margin-top: 10px;
}
.single-post .l-contents__inner .p-entry-content,.single-blog .l-contents__inner .p-entry-content {
font-size: 16px!important;
}
.single-post .c-prev-next-nav,.single-blog .c-prev-next-nav {
display: none;
}




/* サイドバー */
.single-post .l-contents__sidebar .sidebar-title,.single-blog .l-contents__sidebar .sidebar-title{
font-size: 24px!important;
font-weight: bold!important;
padding-bottom: 10px;
border-bottom: 1px solid #000;
}
.single-post .smb-recent-posts,.single-blog .smb-recent-posts  {
	margin-top:0;
}
.single-post .smb-recent-posts .c-entries__item a,.single-blog .smb-recent-posts .c-entries__item a {
  padding: 15px 0;
}
.single-post .smb-recent-posts h3,.single-blog .smb-recent-posts h3{
  font-size: 14px!important;
  font-weight: bold!important;
  line-height: 1.3;
  }
  .single-post .c-entry-summary__meta ,.single-blog .c-entry-summary__meta{
    font-weight: 400;
    margin-top: 5px!important;
  }
  .single-post .c-entry-summary__term ,.single-blog .c-entry-summary__term  {
    display: none;
  }








/* -------------------------------------------------------------お客様の声詳細------------------------------------------------------------- */

.single-voice .c-breadcrumbs__item:nth-child(3) {
  display: none;
}

/* サイドバーつける時 */
 .single-voice .l-contents__container {
  max-width: 1400px;
}

.single-voice .l-contents__inner{
padding-top: 60px!important;
padding-bottom: 120px!important;
margin: 0;
flex-direction: row-reverse;
}
@media screen and (max-width:639px) {
.single-voice .l-contents__inner {
padding-top: 60px!important;
padding-bottom: 60px!important;
}
}



.single-voice .c-eyecatch img{
	aspect-ratio:2/1;
	object-fit:cover;
	object-position:center;
	width:100%;
}

.single-voice .c-entry__meta {
}
.single-voice  .c-meta__term {
display: none;
}
.single-voice .c-entry__header{
display: flex;
flex-direction: column-reverse;
}
.single-voice .c-meta__item--published .fa-clock{
display: none;
}
.single-voice .c-meta__item--published{
font-weight: 700;
}
.single-voice .c-meta__item--modified {
display: none;
}
.single-voice .c-meta__item--author {
display: none;
}

.single-voice .c-entry__title{
margin-top: 10px;
}
.single-voice .l-contents__inner .p-entry-content {
font-size: 16px!important;
}
.single-voice .c-prev-next-nav {
display: none;
}
.single-voice h2,.single-voice h3 {
	font-weight:bold!important;
}


.single-voice .red-btn a {
	font-size:20px!important;
}
@media screen and (max-width:639px) {
	.single-voice .red-btn a {
	font-size:16px!important;
	padding-left:10px!important;
}
}


/* サイドバー */
.l-contents__sidebar {
position: relative;
}
.voice-sidebar {
  position: sticky;
  top: 120px;
}

.voice-sidebar .voice-logo-wrapper img{
  padding: 15px ;
  box-shadow: 3px 3px 7px 3px #dcdcdc;
  margin-bottom: 30px;
}
.voice-sidebar .voice-content {
margin-bottom: 30px;
}
.voice-sidebar .voice-title {
font-size: 22px!important;
font-weight: bold!important;
}
.voice-sidebar .voice-desc {
	font-size:16px;
}
.voice-sidebar .voice-service {
font-size:16px;
}
@media screen and (max-width:639px) {
.voice-sidebar .voice-title {
font-size: 18px!important;
}
}
.voice-sidebar .voice-desc {
}
.voice-sidebar .voice-url {

}

.voice-sidebar .voice-service {

}


/* ------------------------------------------------------ここから各資料請求お問い合わせページ----------------------------------------------------- */


.document-contact-sec h2{

}
@media screen and (max-width:639px) {
  .document-contact-sec h2{
    font-size: 24px!important;
  }
  }


/* ------------------------------------------------------ここからレビューページ----------------------------------------------------- */


.review-form-sec h2{

}
@media screen and (max-width:639px) {
  .review-form-sec h2{
    font-size: 24px!important;
  }
  }

/* ------------------------------------------------------ここからお問い合わせページ----------------------------------------------------- */
.contact-sec {
}

.contact-sec .contact-box {
}

input[type="submit"],
input[type="button"] {
  border-radius: 10px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}


.kind-desc{
	position:relative;
	display:inline-block;
}
.kind-desc::after{
		position: absolute;
	  content:'▼';
		top: 15px;
		left: 250px;
		color: #333;
    pointer-events: none;
	}
.wpcf7-select{
	padding:15px 40px 15px 15px !important;
	box-sizing:border-box;
	-webkit-appearance: none;
  -moz-appearance: none;
   appearance: none;
	border:3px solid #000!important;
	background-color:#fff!important;
	color:#000!important;
}



.form_table {
}


.contact-cmn-title {
  font-weight: bold!important;
  margin-bottom: 15px;
}


dl {
  margin-bottom: 30px !important;
  display: flex;
}
@media screen and (max-width:639px) {
  dl {
    display: block;
  }
}
dt {
  max-width: 350px;
  width: 100%;
  margin-right: 30px;
  font-weight: bold;

}
@media screen and (max-width:1023px) {
  dt {
    max-width: 200px;
  }
}
@media screen and (max-width:639px) {
  dt {
    margin-bottom: 5px;
    max-width: 100%;
  }
}
dt .required {
  font-size: 14px;
  display: inline-block;
  text-align: center;
  padding: 3px 8px;
  color: #c1272d;
  border-radius: 5px;
  font-weight: bold;
}

dd {
  flex: 1;
  margin-bottom: 0;
}
.wpcf7-form-control-wrap {
  display: inline-block;
  width: 100%;
}
dd input:not(input[type="checkbox"],input[type="radio"],.wpcf7-file) {
  display: inline-block;
  width: 100%;
  border-radius: 0px!important;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #000!important;
  vertical-align: middle;
}
.wpcf7-list-item {
  display: block;
}
dd input::-webkit-input-placeholder {
  opacity: 0.7;
}

dd input::-moz-placeholder {
  opacity: 0.7;
}

dd input:-ms-input-placeholder {
  opacity: 0.7;
}

dd input::-ms-input-placeholder {
  opacity: 0.7;
}

dd input::placeholder {
  opacity: 0.7;
}
.zip-desc .wpcf7-form-control-wrap {
  width: 150px;
}
.privacy-desc .wpcf7-form-control-wrap{
  width: auto;
  margin-right: 10px;
}
.privacy-desc > p{
  display: flex;
}
dd textarea {
  border-radius: 0px!important;
  background: #f2f2f2;
  padding: 10px;
  width: 100%!important;
  box-sizing: border-box;
  border: 1px solid #000!important;
}

dd textarea::-webkit-input-placeholder {
  opacity: 0.7;
}

dd textarea::-moz-placeholder {
  opacity: 0.7;
}

dd textarea:-ms-input-placeholder {
  opacity: 0.7;
}

dd textarea::-ms-input-placeholder {
  opacity: 0.7;
}

dd textarea::placeholder {
  opacity: 0.7;
}

.cmn-desc input:not(input[type="checkbox"],input[type="radio"],.wpcf7-file) {
  width: 100%;
}


.submit {
  text-align: center;
  margin-top: 40px;
}


.submit input {
  display: inline-block;
  padding: 15px 0px;
  max-width: 400px;
  width: 100%;
  border-radius: 0!important;
  border: 1px solid linear-gradient(135deg, #F52020 0%,#c91818 50%, #8F1313 80%);
  color: #fff;
  font-weight: bold;
  background: linear-gradient(135deg, #F52020 0%,#c91818 50%, #8F1313 80%);
}
.submit input:hover {
}
.submit input:hover {
  cursor: pointer;
}
.wpcf7-spinner {
  display: none;
}

/* ------------------------------------------------------お問い合わせ完了ぺージ----------------------------------------------------- */

.thanks-sec .smb-section__body{
  margin-top: 0!important;
}
.thanks-btn-wrapper {
  text-align: center;
  margin-top: 50px!important;
}
.thanks-btn {
  padding: 15px 10px;
  max-width: 300px;
  margin: 0 auto;
  display: inline-block;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 5;
  font-size: 18px;
  border: 1px solid linear-gradient(135deg, #F52020 0%,#c91818 50%, #8F1313 80%);
  color: #fff;
  background:linear-gradient(135deg, #F52020 0%,#c91818 50%, #8F1313 80%);
}
.thanks-btn:hover {
}