header#header {
  position: fixed;
  width: 100%;
  background: #fff;
  padding: 1em;
  box-shadow: 3px 3px 10px rgb(0 0 0 / 14%);
  z-index: 100;
}
.header_area {
  justify-content: space-between;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
}
.header_logo {
  margin-top: -1em;
}
.header_logo a {
  display: inline-block;
  font-size: 28px;
  line-height: 1.3;
  letter-spacing: 3px;
}
.header_logo a span {
  font-size: 12px;
  letter-spacing: 1.5px;
}
.header_menu__member {
  justify-content: flex-end;
}
.header_menu__member a {
  font-size: 14px;
  background: #09355a;
  color: #fff;
  padding: 0.3em 2em;
  text-align: center;
  margin-left: 1em;
  border: solid 1px #09355a;
  min-width: 11em;
}
.header_menu__member a:last-child {
  color: #09355a;
  background: unset;
}
.header_menu__member a img {
  vertical-align: inherit;
  margin-right: 0.5em;
}
.menu_class {
  margin-top: 0.8em;
}
.menu_class a {
  font-size: 15px;
  margin-left: 2em;
}
div#container {
  padding-top: 6.8em;
}
.tp_mv {
  background: #f5f5f5;
  padding: 5em 0 8em;
}
.tp_mv__main {
  position: relative;
}
.tp_mv__main--imgarea {
  width: 50%;
  z-index: 0;
}
.tp_mv__main--img {
  width: 65%;
  position: relative;
  background-color: #fff;
}
.tp_mv__main--img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 3em;
  left: -6em;
  background: #09355a;
  z-index: -1;
}
.tp_mv__main--img_img {
  /* margin-bottom: 1em; */
}

.tp_mv__main--img .box {
  padding-top: 1em;
  background: #fff;
  position: relative;
  z-index: 10;
}

.tp_mv__main--img img {
  width: 100%;
}

a.tp_mv__main--img:hover {
  /* opacity: 1; */
}
.tp_mv__main--comment, .tp_gallery__archive--comment {
  font-size: 13px;
}
.tp_mv__main--comment, .tp_mv__main--name {
  padding: 10px 20px;
  font-size: 14px;
}
.tp_mv__main--name {
  border-top: 1px solid rgba(9,53,90,0.3);
  margin-top: 3em;
  text-align: center;
}



.tp_mv__main--illust {
  width: 35%;
  display: flex;
  align-items: end;
}
.tp_mv__main--text {
  width: 45%;
  font-size: 15px;
  margin-left: 5%;
  padding-left: 5%;
  z-index: 1;
}
.tp_mv__main--ttl {
  font-family: "Shippori Mincho", serif;
  font-size: 30px;
  letter-spacing: 4px;
  line-height: 1;
  margin-bottom: 1.3em;
}
.tp_mv__main--ttl span {
  font-weight: 300;
  font-size: 14px;
}
.tp_mv__main--text p span {
  font-size: 13px;
}
.bk_text {
  font-size: 195px;
  font-weight: 100;
  position: absolute;
  letter-spacing: -15px;
  line-height: 1;
}
.tp_mv__main--bk_text {
  color: #fff;
  margin-left: 35%;
  top: 0;
  white-space: nowrap;
}
.tp_illust {
  padding-bottom: 5em;
}
.tp_gallery {
  background: #09355a;
  color: #fff;
  padding: 8em 0 2em;
  position: relative;
}
.tp_gallery__main--ttl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tp_gallery__main--bk_text {
  color: #f5f5f5;
  opacity: 0.1;
  margin-top: -0.1em;
}
.tp_gallery__archive {
  margin: 5em 0 0;
}
.tp_gallery__archive--content {
  width: 30%;
  margin-right: 4%;
  margin-bottom: 2.5em;
  background-color: #fff;
}

.tp_gallery__archive--img {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  margin-bottom: 1em;
}
.tp_gallery__archive--img:before {
  content: "";
  display: block;
  /* padding-top: 65%;*/
  padding-top: 100%;
}
.tp_gallery__archive--img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  max-width: none;
  /* aspect-ratio: 320 / 220; */
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.tp_gallery__archive--comment, .tp_gallery__archive--ttl {
  padding: 10px 20px;
  font-size: 14px;
}

.tp_gallery__archive--ttl {
    border-top: 1px solid rgba(9,53,90,0.3);
    margin-top: 3em;
}

.tp_news {
  background: #f5f5f5;
  padding: 7em 0;
}
.tp_news__ttl {
  justify-content: space-between;
  border-bottom: solid 1px;
  padding-bottom: 1em;
  margin-bottom: 2em;
}
.tp_news__ttl .mainh2 {
  line-height: 1.2;
}
.more a {
  background: #fff;
  border: solid 1px;
  padding: 0.4em 4em;
  position: relative;
  font-size: 14px;
  display: inline-block;

}
.more a span {
  position: absolute;
  right: 1em;
  top: calc(50% - 0.5em);
  line-height: 1;
}
.news__date {
  font-size: 14px;
  margin-right: 2em;
}
.news__category span {
  font-size: 14px;
  display: inline-block;
  background: #09355a;
  color: #fff;
  padding: 0em 1.3em;
  min-width: 8em;
  text-align: center;
  margin-right: 0.5em;
}
.news__ttl {
  margin: 0.5em 0 0em;
  font-size: 18px;
}
.news__content {
  margin-bottom: 1.5em;
  display: block;
}
.news__content:last-child {
  margin-bottom: 0;
}
.tp_sitecontent {
  background: url(/wp/wp-content/themes/ptcouncil/assets/img/top/tp_sitecontent_bk.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 5em 0 3em;
  overflow: hidden;
}
.tp_sitecontent__main {
  position: relative;
  z-index: 1;
  justify-content: center;
}
.tp_sitecontent__main h2 {
  color: #fff;
  margin-bottom: 2em;
}
.tp_sitecontent--bk_text {
  white-space: nowrap;
  color: #fff;
  bottom: 0;
  line-height: 0.73;
  width: 100%;
  text-align: center;
}
.tp_sitecontent__main--content {
  padding: 1.5em 1em 1em;
  border-radius: 10px;
  border: solid 1px;
  background: #fff;
}
.tp_sitecontent__main .tp_sitecontent__main--content:hover {
  opacity: 1;
}
.tp_sitecontent__main--illust img {
  height: 3em;
  margin-bottom: 0.5em;
}
.tp_sitecontent__main--text {
  font-family: "Shippori Mincho", serif;
  line-height: 1.6;
}
.tp_sitecontent__main--text span {
  font-size: 12px;
}
.tp_sitecontent__main--content.tp_sitecontent__main--content_news .tp_sitecontent__main--illust img {
  height: 4em;
  margin-top: -1em;
}
footer#footer {
  background: #09355a;
  color: #fff;
  text-align: center;
  padding: 4em 0 0.5em;
}
footer#footer a {
  color: #fff;
}
.footer_ttl {
  font-family: "Shippori Mincho", serif;
  font-size: 23px;
  letter-spacing: 2px;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: solid 0.5px;
}
.footer_main__menu--list {
  font-family: "Shippori Mincho", serif;
/*  justify-content: center; */
  margin-bottom: 1em;
  font-size: 15px;
}
.footer_main__menu--list li {
  margin: 0.5em 1em;
}
.footer_copy {
  font-size: 12px;
}
.footer_main__menu--member {
  justify-content: center;
  margin: 2em 0 4em;
}
.footer_main__menu--member a {
  border: solid 1px;
  font-family: "Shippori Mincho", serif;
  display: flex;
  align-items: center;
  margin: 0 0.5em;
  padding: 0.2em 2em;
  min-width: 11em;
  justify-content: center;
  font-size: 15px;
}
.footer_main__menu--member a img {
  margin-right: 0.5em;
}
.low_header {
  box-shadow: unset;
  background: #f9f8f4;
  text-align: left;
  z-index: 1;
  position: relative;
  padding: 9em 0 0;
}
.low_header__ttl--content {
  width: 100%;
}
.breadcrumbs {
  max-width: none;
  font-size: 13px;
  padding: 0.5em 0% 1.5em;
  letter-spacing: 1px;
  color: #09355a;
  width: 100%;
  display: block;
}
.breadcrumbs span {
  margin-right: 0.5em;
  margin-left: 0em;
}
.breadcrumbs a {
  color: #09355a;
}
h1.mainh1, p.mainh1 {
  font-family: "Shippori Mincho", serif;
  font-size: 30px;
}
.low_header__bk {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.low_header__bk--bk_illust {
  position: absolute;
  width: fit-content;
  bottom: 0;
  z-index: 1;
  right: 0.5em;
}
.low_header__bk--bk_text {
  line-height: 0.73;
  bottom: 0;
  right: 0;
  color: #fff;
}
.news {
  padding: 4em 20px;
}
.low_header__ttl {
  z-index: 10;
  position: relative;
}
.low_news__fullculm h1 {
  font-family: "Shippori Mincho", serif;
  font-size: 30px;
  color: #333333;
  letter-spacing: 2px;
  margin-bottom: 1em;
}
.news_main {
  width: 71%;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 14%);
  padding: 3em 3em 0;
  margin-right: 4%;
}
.news_main a{ 
  text-decoration: underline;
  /* color: blue; */
}
.news_main .news_archive a{ 
  padding-bottom: 1.5em;
  border-bottom: 1px solid #ddd;
}

.news_main .more a{ 
  text-decoration: none;
  /* color: #09355A; */
}

.news_sideber {
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 14%);
  padding: 1.5em;
  width: 24%;
  font-family: "Shippori Mincho", serif;
}
.news_sideber__content {
  border-top: solid 1px #333;
  padding: 1em 0;
  color: #333333;
  line-height: 2.3;
}
.news_sideber__content a {
  color: #333333;
}
.child-term {
  margin-left: 1em;
}
.news_sideber__content--ttl {
  font-size: 18px;
  font-weight: 600;
}
.news_sideber__content--list {
  font-size: 16px;
}
.low_news__fullculm {
  width: 100%;
}
.low_news__main--ttl {
  font-size: 28px;
  margin: 0.5em 0 1.2em;
  color: #333;
}
.post_content {
  color: #333;
  font-size: 18px;
  margin-bottom: 4em;
}
.post_content h2 {
  font-size: 24px;
  margin-bottom: 0.8em;
  font-weight: bold;
}
.news_main h2 {
  font-size: 24px;
}
.post_content h3 {
  font-size: 19px;
  margin-bottom: 1em;
  font-weight: bold;
}
.post_content p {
  margin-bottom: 2em;
  font-size: 18px;
  padding-bottom: 0.1px;  
}

.post_content a {
  text-decoration: underline;
}
.post_content ul {
  list-style-position: inside;
  padding-left:20px;
}
.post_content ul li {
  list-style: disc ;
}
.low_news__main--more {
  margin-bottom: 2em;
}
.low_news__main--tag {
  text-align: left;
  margin-bottom: 5em;
}
.activity__content--text {
  width: 76%;
}
.activity__content--img {
  width: 20%;
  height: auto;
  position: relative;
  overflow: hidden;
  margin-right: 4%;
}
.activity__content--img:before {
  content: "";
  display: block;
  /* padding-top: 86%; */
  padding-top: 100%;
}
.activity__content--img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  max-width: none;
}
a:hover .activity__content--img img {
  width: auto;
  height: 110%;
}
.activity__content {
  margin-bottom: 1.5em;
}
.low_activity__thumbnail {
  margin-bottom: 2em;
}
.low_activity__thumbnail img {
  height: auto;
}
.low_page {
  padding: 4em 20px;
}
.contact_description {
  margin-bottom: 3em;
  color: #333;
}
.low_main_content_company_flex_content p {
  margin-bottom: 0;
}
.post_content .low_main_content_company_flex_main2 p {
  margin-bottom: 0;
}
.low_news_main__list--pdf {
  width: 12%;
}
.low_news_main__list--pdf img {
  height: 3em;
}
.low_news_main__list--ttl {
  width: 55%;
  font-size: 17px;
  line-height: 1.5;
}
.low_news_main__list--ttl span {
  font-size: 13px;
  color: #a2a2a2;
}
.low_news_main__list--button {
  width: 33%;
}
.low_news_main__list--button a {
  background: #09355a;
  color: #fff;
  font-size: 15px;
  justify-content: center;
  padding: 0.5em 0em;
  border-radius: 5em;
}
.low_news_main__list--button a img {
  height: 0.8em;
  margin-right: 0.5em;
}
.low_news_main__list--content {
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: solid 1px #e9e9e9;
}

.low_news_main__list .head {
  width: 100%;
  margin-bottom: 2em;
}

.low_news_main__list .head hr {
  border-color: #333;
}

.low_news_main__list .head:nth-child(n + 2) hr {
  margin-top: 4em;
}

.low_news_main__list .head p {
  font-size: 150%;
}

.low_news__fullculm p {
  color: #333;
  margin: -1em 0 2em;
  font-size: 15px;
}
.low_news_main__list {
  margin-bottom: 4em;
}

/*お問い合わせ*/
.low_main_content_company_flex_tittle {
  width: 250px;
  letter-spacing: 1px;
  background: unset;
  color: #333;
}
.low_main_content_company_flex_content {
  width: calc(100% - 250px);
  padding: 40px 35px;
}
.low_main_content_company_flex_main_background:first-child
  .low_main_content_company_flex_tittle {
  border-top: unset;
  min-height: unset;
}
span.contacthissu {
  border-radius: 5px;
}
span.contacthissu.nini {
  background: #909090;
}
.radio_btn input[type="radio"].radio_btn_item {
  display: none;
}
.radio_btn label {
  display: inline-block;
}
.radio_btn .radio_btn_item + span {
  padding-left: 37px;
  display: inline-block;
  position: relative;
  line-height: 26px;
}
.radio_btn .radio_btn_item + span::after,
.radio_btn .radio_btn_item + span::before {
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
}
.radio_btn .radio_btn_item + span::before {
  border: 1px solid #aaaaaa;
  left: 0;
  top: 0;
  height: 26px;
  width: 26px;
}
.radio_btn .radio_btn_item + span::after {
  background: #164a96;
  height: 16px;
  left: 6.25px;
  opacity: 0;
  top: 6px;
  width: 16px;
}
.radio_btn .radio_btn_item:checked + span::after {
  opacity: 1;
}
span.mwform-radio-field.horizontal-item {
  margin: 0.5em 0.5em;
  margin-right: 2em;
}
.low_main_content_company_flex_content p {
  width: 100%;
}
.rei {
  display: block;
  width: 100%;
  font-size: 13px;
  margin-bottom: 5px;
}
.mw_wp_form_confirm .rei {
  display: none;
}
.low_main_content_company_flex_content input[type="text"] {
  width: 100%;
  margin: 0em 0 0em;
  height: 60px;
  max-width: unset;
  border-radius: 0;
  border: none;
  background: #e7f2f6;
}
.low_main_content_company_flex_content input[type="email"] {
  width: 100%;
  margin: 0em 0 0em;
  height: 60px;
  max-width: unset;
  border-radius: 0;
  padding: 0 1em;
  border: none;
  background: #e7f2f6;
}
.low_main_content_company_flex_content {
  border-top: unset;
  border-right: unset;
}
.low_main_content_company_flex_main_background {
  border-top: solid 1px #b9b9b9;
}
.low_main_content_company_flex_main_background:last-child {
  border-bottom: solid 1px #b9b9b9;
}
.low_main_content_company_flex_main2 {
  border-bottom: unset;
}
.low_main_content_company_flex_content textarea {
  width: 100%;
  margin: 0em 0 0em;
  height: 180px;
  max-width: unset;
  border-radius: 0;
  padding: 0 1em;
  border: none;
  background: #e7f2f6;
}
.form_policy {
  margin: 30px auto 48px;
}
.form_policy__text p {
  margin-bottom: 30px;
}
.low_content_thankspage {
  background: #f8f8f8;
  margin: 70px;
  padding: 70px;
}
.low_content_thankspage h4 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-style: normal;
}
/*リセット */
input[type="checkbox"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* チェックボックスデザイン */
input[type="checkbox"] {
  cursor: pointer;
  padding-left: 30px; /*label手前にチェックボックス用の余白を開ける*/
  vertical-align: middle;
  position: relative;
}
input[type="checkbox"]::before,
input[type="checkbox"]::after {
  content: "";
  display: block;
  position: absolute;
}
input[type="checkbox"]::before {
  background-color: #fff;
  border-radius: 0%;
  border: 1px solid #666464;
  width: 20px; /*チェックボックスの横幅*/
  height: 20px; /*チェックボックスの縦幅*/
  transform: translateY(-50%);
  top: 50%;
  left: 5px;
}
input[type="checkbox"]::after {
  border-bottom: 3px solid #666464; /*チェックの太さ*/
  border-left: 3px solid #666464; /*チェックの太さ*/
  opacity: 0; /*チェック前は非表示*/
  height: 6px; /*チェックの高さ*/
  width: 11px; /*チェックの横幅*/
  transform: rotate(-45deg);
  top: 1px; /*チェック時の位置調整*/
  left: 10px; /*チェック時の位置調整*/
}
input[type="checkbox"]:checked::after {
  opacity: 1; /*チェック後表示*/
}
.mwform-checkbox-field label,
.mwform-radio-field label {
  cursor: pointer;
}
.low_waku_form {
  margin-bottom: 115px;
}
p.btns {
  text-align: center;
  display: flex;
  justify-content: center;
}
p.btns input {
  border: solid 1px #00386f;
  width: 22em;
  color: #fff;
  background: #00386f;
  margin: 0 40px;
}
p.btns input:nth-child(2) {
  background: #707070;
  color: #fff;
  border: solid 1px #707070;
}
/*お問い合わせ END*/
/*会員関連*/
.low_login__form #wpmem_reg .req {
  display: none;
}
.register_kome {
  background: #db0001;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  line-height: 1;
  padding: 0.5em 1em 0.3em;
}
.low_login__form label.text {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 14px !important;
}
.low_login__form legend {
  display: none;
}
.low_login__form fieldset {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 !important;
}
.low_login__form label {
  width: 30%;
  display: flex !important;
  justify-content: space-between;
}
.low_login__form .div_text {
  width: 70%;
  padding-left: 2em;
  margin-bottom: 14px !important;
}
#wpmem_login,
#wpmem_msg,
#wpmem_reg,
.wpmem_msg {
  width: 100%;
}
.low_login__form p {
  width: 100%;
  font-weight: 600;
  font-size: 14px;
}
#wpmem_reg .req-text {
  display: none !important;
}
.button_div {
  width: 100%;
  text-align: center !important;
}
.button_div input.buttons {
  background: #000;
  border: solid 1px #000;
  color: #fff;
  padding: 1em 6em;
  font-weight: 600;
  letter-spacing: 4px;
  margin-top: 1em !important;
}
.low_login {
  padding-bottom: 4em;
}
.low__mypage__ttl {
  font-size: 25px;
  margin-bottom: 0em;
}
.button_div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-wrap: wrap;
  width: 25em;
  margin: 0 auto;
}
.button_div label {
  width: fit-content;
  line-height: 2.5;
}
.link-text a {
  display: inline-block;
  text-decoration: revert;
  margin-left: 1em;
}
.button_div {
  margin-bottom: 2em;
  margin-top: 2em;
}
#wpmem_login .link-text {
  width: 100%;
  text-align: left !important;
}
.low_login__form ul {
  display: flex;
  flex-wrap: wrap;
}
.low_login__form li {
  width: 48%;
  margin-right: 4%;
}
.low_login__form li:nth-child(2n) {
  margin-right: 0;
}
.low_login__form li a {
  border: solid 1px #000;
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 1em;
  border-radius: 30px;
}
.low_login__form li a:hover {
  background: #000;
  color: #fff;
}
#wpmem_login,
#wpmem_msg,
#wpmem_reg,
.wpmem_msg {
  width: 100% !important;
}

#wpmem_login legend, #wpmem_reg legend {
  margin-bottom: 2em!important;
}
.div_text {
  margin-bottom: 1.5em!important;
}


input#log,
input#pwd {
  font-size: 18px!important;
}

span.link-text-forgot ,
span.link-text-register{
  font-size: 18px!important;
}
/*会員関連 END */

.news_main .wp-block-gallery.has-nested-images figure.wp-block-image {
  flex-grow: 0;
}

#wpmem_login legend {
    display: none;
}