/*
page用CSS
*/
/*-------------------------------------------------
About US
--------------------------------------------------*/
.page-id-100 .area-txt p {
  font-family: "Times New Roman", "serif";
  font-size: 1.05em;
}
.page-id-100 main.about::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  height: 570px;
  width: 100%;
  background-image: url("../images/about/bg_history.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -2;
}
.overview-box {	
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 6% 10% 6%;
  /*margin-top: 60px;*/
  background: #f8f8f2;
}
.overview-txt {
  max-width: 950px;
  margin: 0 auto;
}
/*.overview-box::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.2)),
  url("../images/about/bg_overview.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: -1;
}*/
.overview-ttl, .history-ttl {
  font-family: "Times New Roman";
  font-size: 2.5em;
  text-align: center;
  font-weight: 700;
  margin: 0;
  padding-bottom: 20px;
}
.history-box {
  margin-top: 50px;
  padding-bottom: 180px;
}
.history-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #d7d7d7;
  margin: 0 auto;
  padding: 30px 50px;
}
.history-list:last-child {
  border-bottom: none;
}
.history-year {
  font-family: "Times New Roman";
  font-size: 2em;
  font-weight: 700;
  color: #1d2088;
  margin: 0;
  min-width: 66px;
}
.txt {
  margin-left: 60px;
  width: fit-content;
}
/*-------------------------------------------------
Contact US
--------------------------------------------------*/
.contact-form-box {
    position: relative;
    overflow: hidden;
	background: #DCF0F7;
	border-radius: 4px;
    width: 100%;
	max-width: 800px;
    padding: 15px 50px 10px;
    margin: 60px auto 0;
}
.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important;
}
.item-contact-content {
    display: block;
    padding-top: 35px;
}
.required {
    padding-top: 15px;
}
.form-name {
    position: relative;
    display: block;
    padding-bottom: 5px;
    font-size: 2rem;
    font-weight: bold;
}
.icn-req {
    position: relative;
    display: inline-block;
    padding: 5px;
    top: -2px;
    line-height: 1;
    color: #E04859;
    font-weight: bold;
    font-size: 1.4rem;
}
.select-container {
    position: relative;
    display: inline-block;
    width: 100%;
}
.select-container select {
    width: 100%;
    background: #fff;
    padding: 15px 50px 13px 15px;
    border: 1px solid #707070;
    border-radius: 5px;
    -webkit-appearance: none;
    appearance: none;
    height: 46px;
    color: #000;
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: ltr;
}
.txt-container input[type="text"], .txt-container input[type="tel"], .txt-container input[type="email"] {
    width: 100%;
    background: #fff;
    padding: 15px 15px 13px 15px;
    border: none;
	outline: none;
    border-radius: 1px;
    height: 46px;
}
.txt-container textarea {
    width: 100%;
    background: #fff;
    padding: 15px 15px 13px 15px;
    border: none;
	outline: none;
    border-radius: 1px;
}
.wpcf7-form-control .wpcf7-list-item {
    margin: 0;
    padding-top: 10px;
}
.wpcf7-list-item label {
    position: relative;
    display: inline-block;
}
input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.wpcf7-list-item label input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
    background: #003554;
}
.wpcf7-list-item label input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 4px;
    left: 8px;
    margin: auto;
    width: 10px;
    height: 15px;
    border-right: solid 3px #fff;
    border-bottom: solid 3px #fff;
    transform: rotate(45deg);
}
.wpcf7-list-item label .wpcf7-list-item-label {
	display: inline-block;
    position: relative;
    padding: 0 0 0 35px;
    margin-right: 35px;
    cursor: pointer;
}
.wpcf7-list-item label .wpcf7-list-item-label::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 25px;
    height: 25px;
    border: 1px solid #707070;
    border-radius: 2px;
    background: #fff;
}
.wpcf7-list-item-label::before, .wpcf7-list-item-label::after {
    content: " ";
}
.wrap-submit-btn {
    padding: 40px 0;
}
.form-submit-btn {
    position: relative;
    display: block;
    width: 240px;
    height: 50px;
    padding: 0;
    margin: 0 auto;
}
/*.form-submit-btn input[type="submit"]:disabled, .form-submit-btn.form-submit-btn-disabled {
    opacity: 1;
    pointer-events: none;
}*/
.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
}
.form-submit-btn input[type="submit"] {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 2px;
    padding: 0 2px 2px 0;
    font-weight: bold;
    background: #1d2088;
    color: #fff;
    line-height: 1.2;
    font-size: 1.8rem;
    transition: all 0.3s;
}
/*.form-submit-btn:after {
    content: "";
    position: absolute;
    border: 1px solid #003554;
    border-radius: 2px;
    width: 100%;
    height: 100%;
    top: -4px;
    left: -4px;
    transition: all 0.3s;
    pointer-events: none;
}*/
.form-submit-btn input[type="submit"]:hover {
	opacity: .8;
}
.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
}
.wpcf7-spinner::before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 3em !important;
}
.txt-contact-google {
    font-size: 12px;
    text-align: center;
	margin: 30px auto 40px;
}
/*-------------------------------------------------
thanks page
--------------------------------------------------*/
.thanks {
    position: relative;
    overflow: hidden;
	background: #DCF0F7;
	border-radius: 4px;
    width: 100%;
	max-width: 800px;
    padding: 15px 50px 10px;
    margin: 60px auto 60px;
}
.subscribe-form-box {
	background: #fdeecc !important;
}
.thanks-txt-content h2,
.thanks-txt-subscribe h2 {
	text-align: center;
}
.wrap-back-btn {
	position: relative;
    display: block;
    width: 240px;
    height: 50px;
    padding: 0;
    margin: 40px auto;
}
.wrap-back-btn a {
	display: block;
    text-align: center;
    color: #fff;
    background-color: #1d2088;
    padding: 8px 15px;
    font-weight: 700;
	border-radius: 2px;
}
/*-------------------------------------------------
search form
--------------------------------------------------*/
.search-form-box, .search-tag-box {
    position: relative;
    overflow: hidden;
	background: #DCF0F7;
	border-radius: 4px;
    width: 100%;
    padding: 80px 50px;
    margin: 60px auto;
}
.form-box {
  max-width: 800px;
  height: 60px;
  margin: 0 auto;
  padding: 0;
  border-bottom: 2px solid #1d2088;
}
.form-input {
  width: calc(100% - 65px);
  height: 55px;
  padding: 0;
  background: #DCF0F7;
  border: none;
  outline: none;
}
.form-input:focus-visible {
  border: none;
}
.form-submit {
  position: relative;
  padding: 0;
  width: 60px;
  height: 60px;
  color: #1d2088;
  background: none;
  vertical-align: middle;
  border: none;
  cursor: pointer;
  line-height: 0;
}
.form-submit-icn {
  position: relative;
  font-size: 3.8rem;
}
.select-series-box {
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
  color: #1d2088;
}
.txt-theme {
  margin: 0;
  padding-top: 60px;
  font-size: 2rem;
}
.select-series-box ul li {
  font-size: 1.4rem;
}
.select-series-box ul li a {
  display: block;
  padding: 6px 14px;
  margin: 4px 15px 8px 0;
  background: #fff;
  border-radius: 25px;
  border: 1px solid #fff;
  color: #1d2088;
}
.select-series-box ul li a:hover {
  border: 1px solid #1d2088;
}
.select-series-box .more-btn {
  font-size: 1.4rem;
  text-align: right;
}
.select-series-box .read-more {
  color: #1d2088;
}
.select-series-box .more-btn::after {
  content: "";
  display: inline-block;
  position: relative;
  top: -3px;
  right: 0;
  width: 12px;
  height: 15px;
  background-image: url('/wp-content/themes/dharma-world/images/common/img-arrow-blue.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.select-series-box .read-more:hover {
  color: #f6ab00;
}
.select-series-box .more-btn:hover::after {
  background-image: url('/wp-content/themes/dharma-world/images/common/img-arrow-yellow.png');
  transition: 0.3s;
}
.not-keyword {
  padding: 20px 10px;
}
/*-------------------------------------------------
sitepolicy privacypolicy newsletter 404
--------------------------------------------------*/
.term, .privacy, .newsletter, .area-404 {
  margin: 60px auto;
}
.term ul {
  list-style: none;
}
.h2-cmn {
	font-family: "Times New Roman";
    font-size: 3.2rem;
    line-height: 3.5rem;
    margin: 0;
	padding-bottom: 20px;
}
.h3-cmn {
    margin: 45px auto 24px;
    font-size: 2.3rem;
}
.newsletter p span {
  font-weight: bold !important;
}
/*-------------------------------------------------
break point 960px Tablet
--------------------------------------------------*/
@media only screen and (max-width: 960px) {

}
/*-------------------------------------------------
break point 768px SP
--------------------------------------------------*/
@media only screen and (max-width: 768px) {
.overview-box {
    padding: 10% 8%;
    /*margin-top: 30px;*/
}
.history-box {
    margin-top: 30px;
    padding-bottom: 80px;
}
.overview-ttl, .history-ttl {
    padding-bottom: 0;
}
.history-list {
    padding: 10px;
}
.page-id-100 main.about::after {
    height: 250px;
}
.txt {
    margin-left: 20px;
}
.contact-form-box {
    padding: 10px 20px;
    margin: 30px auto 0;
}
.thanks {
    padding: 20px;
    margin: 30px auto;
}
.search-form-box, .search-tag-box {
    padding: 40px 20px;
    margin: 30px auto;
}
.txt-theme {
    padding-top: 30px;
    font-size: 2rem;
}
.series-list {
    justify-content: center;
}
.term, .privacy, .newsletter, .area-404 {
    margin: 30px auto;
}
.h2-cmn {
    font-size: 2.6rem;
    line-height: 3rem;
    padding-bottom: 10px;
}
.h3-cmn {
    margin: 30px auto 20px;
    font-size: 2.2rem;
}
}