/* *
 * Theme Name:     tmdn
 * Theme URI:      tmdn
 * Author:         tmdn
 * Author URI:     tmdn
 * Tested up to:   6.4.2
 * Requires PHP:   5.6.0
 * Description:    tmdn
 * Version:        1.0
 * License:        GNU General Public License v2 or later
 * License URI:    http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain:    tmdn.co.jp
 * Tags: blog, custom-logo, portfolio, e-commerce, rtl-language-support, post-formats, grid-layout, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, editor-style, footer-widgets, left-sidebar, right-sidebar, wide-blocks
 *
 * This theme, like WordPress, is licensed under the GPL.
 * Use it to make something cool, have fun, and share what you've learned with others.
 *
 * Nito is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
 * Underscores is distributed under the terms of the GNU GPL v2 or later.
**/
/*.wpcf7-response-output {
  display: none;
}*/

.your-consent {
  display: block;
}
.form .frm-chk label {
  position: relative;
}
.form .frm-chk label .your-agreeformError {
  position: absolute !important;
  left: 50% !important;
  width: 100%;
  top: 2rem !important;
  text-align: center;
  transform: translateX(-50%);
}
.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-spinner {
  display: none !important;
}

.form-policy_checkbox .wpcf7-list-item {
  margin-left: 0;
}
.form-policy_checkbox .formErrorContent {
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .form-policy_checkbox .formErrorContent {
    text-align: left;
  }
  .form-btn .wpcf7-spinner {
    display: none !important;
  }
}

figcaption {
  line-height: 1.75;
}

.section-news {
  background-color: #ECECEC;
  padding: 5.72917vw 0;
}

@media screen and (max-width: 768px) {
  .section-news {
    padding: 13.33333vw 0;
  }
  .section-news .btn_point {
    margin-top: 8vw;
  }
}

.news-list_item_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .news-list_item_link {
    display: block;
  }
}

.news-list_item_link .date {
  display: inline-block;
  width: 9.375vw;
  font-size: 0.9375vw;
}

@media screen and (max-width: 768px) {
  .news-list_item_link .date {
    width: 100%;
    font-size: 3.73333vw;
    margin-bottom: 1.33333vw;
  }
}

.news-list_item_link .title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  font-size: 1.04167vw;
}

@media screen and (max-width: 768px) {
  .news-list_item_link .title {
    font-size: 3.73333vw;
  }
}

.news-list_item + .news-list_item {
  margin-top: 1.04167vw;
}

@media screen and (max-width: 768px) {
  .news-list_item + .news-list_item {
    margin-top: 4vw;
  }
}

.p-news .section-news {
  background: #f6f6f6;
}

.pagination {
  margin: 6.5rem 0 0;
}

@media screen and (max-width: 768px) {
  .pagination {
    margin: 5rem 0 0;
  }
}

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}

.page-numbers .page-numbers {
  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;
  width: 4.2rem;
  height: 4.2rem;
  color: #BEBEBE;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  position: relative;
  text-decoration: none;
}

.page-numbers .page-numbers::after {
  position: absolute;
  content: '';
  width: 2rem;
  height: 0.1rem;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #222;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.page-numbers .page-numbers.current, .page-numbers .page-numbers:hover {
  color: #222222;
  text-decoration: none;
}

.page-numbers .page-numbers.current::after, .page-numbers .page-numbers:hover::after {
  opacity: 1;
  visibility: visible;
}

.page-numbers .page-numbers.next, .page-numbers .page-numbers.prev {
  border: 1px solid #222;
  border-radius: 0.2rem;
}

.page-numbers .page-numbers.next::after, .page-numbers .page-numbers.prev::after {
  width: 0;
  height: 0;
}

.page-numbers .page-numbers.next:hover, .page-numbers .page-numbers.prev:hover {
  border-color: #BEBEBE;
}

@media screen and (max-width: 768px) {
  .page-numbers li:first-child {
    margin-right: 1rem;
  }
  .page-numbers li:last-child {
    margin-left: 1rem;
  }
  .page-numbers .page-numbers {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 1.8rem;
  }
}

.post-head_date {
  display: inline-block;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: bold;
}

.post-head_cat {
  display: inline-block;
  background: #F3F3F3;
  border-radius: 0.2rem;
  padding: 0.2rem 2rem;
  font-weight: bold;
  margin-left: 2rem;
}

@media screen and (max-width: 768px) {
  .post-head {
    margin-bottom: 3.5rem;
  }
}
.post-feature {
  margin-bottom: 5rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .post-feature {
    margin-bottom: 3rem;
  }
}

.post-content a {
  text-decoration: underline;
}


.toukouImg {
	max-width:640px;
	margin-left:auto;
	margin-right:auto;
}

@media screen and (max-width: 768px) {
.toukouImg {	width:100%;
}
}
