/*
Theme Name:AVANT child
Theme URI:
Description:WordPressテーマ「AVANT」の自作子テーマです。
Template:avant_tcd060
Author:Design Plus
Author URI:http://design-plus1.com/tcd-w/
Version:1.12
*/


.swpm-partial-protection {
  display: none;
}

.swpm-post-not-logged-in-msg,
.swpm-more-tag-not-logged-in,
.swpm-margin-top-10 {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  color: #fff !important;
  font-size: 0px;
  text-align: center;
}


.page-id-11187 ~ 
.swpm-post-not-logged-in-msg,
.swpm-margin-top-10 > input  {
	  font-size: initial;
}


.page-id-11187 ~ 
.swpm-post-not-logged-in-msg,
.swpm-margin-top-10 > input {
	border: 1px solid #707070;
	margin-bottom:1rem;
    font-size:1.5rem;
}

@media screen and (max-width: 768px) {
  .swpm-post-not-logged-in-msg,
  .swpm-more-tag-not-logged-in,
  .swpm-margin-top-10 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.swpm-post-not-logged-in-msg #text,
.swpm-more-tag-not-logged-in #text,
.swpm-margin-top-10 #text {
  visibility: hidden;
}

.swpm-post-not-logged-in-msg a,
.swpm-more-tag-not-logged-in a,
.swpm-margin-top-10 a {
  font-size: 16px !important;
  text-indent: 0%;
  overflow: hidden;
  display: inline-block;
  background: #c01f0e;
  color: #fff;
  height: 50px;
  min-width: 180px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  color: #fff !important;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  text-decoration: none !important;
}

@media screen and (max-width: 768px) {
  .swpm-post-not-logged-in-msg a,
  .swpm-more-tag-not-logged-in a,
  .swpm-margin-top-10 a {
    margin-bottom: 20px;
  }
}

.swpm-post-not-logged-in-msg a:hover,
.swpm-more-tag-not-logged-in a:hover,
.swpm-margin-top-10 a:hover {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  opacity: 0.8;
}

.swpm-login-link {
  background: #27ae60 !important;
  margin-right: 200px;
}

@media screen and (max-width: 768px) {
  .swpm-login-link {
    margin-right: 0;
  }
}

.home .p-article13__lower-date {
	display:none;
}

/* フローティングボタン */

.floating_btn {
  display: block;
  position: fixed;
  bottom: 10px;
  left: auto;
  right: 80px;
  margin: auto;
  width: fit-content;
  z-index: 8888;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.is-floating_btn_show {
  opacity: 1;
}
.floating_btn a {
  display: block;
  background-color: #ff5959;
  padding: 20px 20px 10px 20px;
  position: relative;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
  border-radius: 5px;
  box-shadow: -8px 14px 26px -8px #777777;
  color: #fff;
  min-width: 300px;
}
.floating_btn a:hover {
  opacity: 0.6;
  cursor: pointer;
}
.floating_btn a span  {
  font-size: 18px;
}
.floating_btn small {
  display: inline-block;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 3px 8px ;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  font-weight: bold;
  width: fit-content;
  color: initial;
  vertical-align: middle;
}

.floating_btn small::before,.floating_btn small::after {
  content: "";
  position: relative;
  width: 1em;
  height: 1em;
  box-sizing: border-box;
  display: inline-block;
  background-image: url(./image/arrow_down.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0.3em;
  vertical-align: middle;
}
@media screen and (max-width: 699px) {
  .floating_btn {
    bottom: 18px;
    left: 18px;
    right: auto;
  }
  .floating_btn a span  {
    font-size: 16px;
  }
  .floating_btn a { 
    font-size: 14px;
    padding: 15px 20px 3px 20px;
  }
}


/* 2023/7/23　投稿ページ調整 */


.single-post .l-secondary {
	display: none;
}



.single-post .l-primary {
	width: calc(100% - 5%);
	max-width: 900px;
	margin: 0 auto;
}
.grecaptcha-badge {
	display:none;
}