/*!
Theme Name: jptw
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: jptw
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

jptw is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* search
--------------------------------------------- */
.counter_result {
	width: calc(100% - 60px);
	margin: 0px auto;
	max-width: 1160px;
}
.counter_result {
  padding-top: 60px;
  padding-bottom: 30px;
}
@media screen and (max-width: 644px) {
  .counter_result {
    padding-top: 35px;
    padding-bottom: 20px;
  }
}
.contentsList_com01 a span.search_title {
  font-size: 20px;
}
@media screen and (max-width: 644px) {
  .contentsList_com01 a span.search_title {
    font-size: 17px;
  }
}

/* wpcf7
--------------------------------------------- */
.wpcf7-list-item {
	margin-left: 0;
}
.contents_form .form_input:has(input[type=text][aria-invalid=true])::after,
.contents_form .form_input:has(input[type=tel][aria-invalid=true])::after,
.contents_form .form_input:has(input[type=email][aria-invalid=true])::after {
  top: 0.75em;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.contents_form .form_input_dev > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  column-gap: 1em;
}
.contents_form .form_input_dev .wpcf7-form-control-wrap {
  top: 0.25em;
}
.contents_form .btn_wrap .submit_btn,
.contents_form .btn_wrap .back_btn {
	position: relative;
}
.contents_form .btn_wrap .submit_btn::after,
.contents_form .btn_wrap .back_btn::after {
	position: absolute;
	content: 'arrow_forward';
	font-family: 'Material Symbols Outlined';
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 14;
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 25px;
  color: #1272BA;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.contents_form .btn_wrap .submit_btn:hover::after,
.contents_form .btn_wrap .back_btn:hover::after {
	color: #fff;
}
.contents_form .btn_wrap .submit_btn input[type=submit],
.contents_form .btn_wrap .back_btn input[type=button] {
  display: block;
  -webkit-perspective: 500px;
  perspective: 500px;
  width: 100%;
  height: 50px;
  border-radius: 5px;
  overflow: hidden;
  border: none;
  background-color: #EDEDF5;
  font-size: 14px;
  line-height: 1;
  position: relative;
  text-align: left;
  color: #1272BA;
  padding: 20px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contents_form .btn_wrap .submit_btn:hover input[type=submit],
.contents_form .btn_wrap .back_btn:hover input[type=button] {
	background-color: #1272BA;
	color: #fff;
}
span.wpcf7-spinner {
	position: absolute;
	bottom: 0;
	transform: translateY(100%);
}
.contents_form .wpcf7-not-valid-tip {
  font-size: 11px;
  color: #ED0000;
  letter-spacing: 0.1em;
}
.wpcf7-response-output {
  display: none;
}
.error .wpcf7-not-valid-tip {
  display: none;
}
.error .error-message {
  display: none;
}
.error:has(.wpcf7-not-valid-tip) .error-message {
  display: block;
  font-size: 11px;
  color: #ED0000;
  letter-spacing: 0.1em;
  flex-basis: 100%;
}
.en .contents_form .form_input label input[type=radio]:checked + span.wpcf7-list-item-label,
.en .contents_form .form_input label input[type=checkbox]:checked + span.wpcf7-list-item-label {
  font-weight: 500;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

