@charset "UTF-8";
/************************************************************************************************************/
/*  @page 共通設定                    */
/************************************************************************************************************/
.page_head_logo {
  position: absolute;
  max-width: 187px;
  padding-top: 28px;
  padding-left: 25px;
  z-index: 999;
}

.page_common {
  position: relative;
  padding-top: 50px;
  z-index: 3;
}
.page_common .page_common_title {
  margin-bottom: 80px;
  border-bottom: 1px solid #B7B7B7;
  padding: 25px 0;
}
.page_common .page_common_title .page_title {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

.bread_crumb_block {
  padding-left: 20px;
  padding-bottom: 20px;
}

.bread_crumb {
  display: flex;
}
.bread_crumb li {
  position: relative;
}
.bread_crumb li:not(:last-child) {
  padding-right: 20px;
  margin-right: 5px;
}
.bread_crumb li:not(:last-child)::after {
  position: absolute;
  right: 0;
  top: 0;
  content: ">";
}
.bread_crumb li span {
  font-size: 1.2rem;
}

/************************************************************************************************************/
/*  @page プライバシーポリシー                    */
/************************************************************************************************************/
.page_privacy_block .main_width {
  max-width: 720px;
  margin: auto;
}

.privacy_policy .privacy_list {
  counter-reset: item;
}
.privacy_policy .privacy_list li {
  font-size: 1.5rem;
}
.privacy_policy .privacy_list li::before {
  counter-increment: item;
  content: counter(item) ".";
}
.privacy_policy .privacy_list li:not(:last-child) {
  margin-bottom: 40px;
}

.page_privacy_block .privacy_policy .inner_txt p {
  padding-bottom: 40px;
  font-size: 1.5rem;
  line-height: 2;
}
.page_privacy_block .privacy_policy .privacy_list {
  counter-reset: item;
}
.page_privacy_block .privacy_policy .privacy_list .txt_base p {
  font-size: 1.5rem;
  line-height: 2;
}

/************************************************************************************************************/
/*  @page お問い合わせ確認画面                    */
/************************************************************************************************************/
.contact_check_block {
  position: relative;
  z-index: 3;
}
.contact_check_block .txt_base {
  padding-bottom: 40px;
}
.contact_check_block .txt_base p {
  text-align: center;
  font-size: 1.5rem;
}

.contact_check_block .main_width {
  max-width: 800px;
}

.contact_check_block .text_center {
  padding-bottom: 100px;
}
.contact_check_block .indispensable {
  display: block;
  padding-bottom: 40px;
  font-size: 1.5rem;
}
.contact_check_block .co_red {
  color: #FF0000;
}

.contact_check_block .form_table {
  width: 100%;
}
.contact_check_block .form_table tr th {
  text-align: left;
  vertical-align: middle;
  width: 25%;
  padding-bottom: 30px;
}
.contact_check_block .form_table tr th span {
  display: inline-block;
  font-size: 1.5rem;
}
.contact_check_block .form_table tr td {
  width: 75%;
  padding-bottom: 30px;
}
.contact_check_block .form_table tr td input {
  width: 100%;
  min-height: 36px;
  padding-left: 10px;
  letter-spacing: 0.05em;
  font-size: 1.5rem;
  color: #fff;
  border: 1px solid #fff;
}
.contact_check_block .form_table tr td textarea {
  width: 100%;
  min-height: 153px;
  padding: 10px;
  border: 1px solid #fff;
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: 0.05em;
}

.contact_check_block .center {
  text-align: center;
}
.contact_check_block .center .submit_btn {
  position: relative;
  text-align: center;
  max-width: 200px;
  height: 42px;
  margin: auto;
}
.contact_check_block .center .submit_btn::after {
  position: absolute;
  top: 12px;
  right: 15px;
  content: "";
  background-color: #000;
  width: 10px;
  height: 14.7224318643px;
  -webkit-clip-path: polygon(0 0, 70% 50%, 0 100%);
          clip-path: polygon(0 0, 70% 50%, 0 100%);
}
.contact_check_block .center input {
  width: 100%;
  height: 100%;
  background-color: #fff;
  font-weight: bold;
  font-size: 1.3rem;
  color: #000;
  cursor: pointer;
}
.contact_check_block .center a {
  display: inline-block;
  width: 100%;
  padding: 13px 0;
  background-color: #fff;
  font-weight: bold;
  font-size: 1.3rem;
  color: #000;
  cursor: pointer;
}
.contact_check_block .center.back {
  margin-top: 30px;
}
.contact_check_block .center.back .submit_btn::after {
  content: none;
}
.contact_check_block .center.back .submit_btn::before {
  position: absolute;
  top: 13px;
  left: 15px;
  content: "";
  background-color: #000;
  width: 10px;
  height: 14.7224318643px;
  -webkit-clip-path: polygon(0 0, 70% 50%, 0 100%);
          clip-path: polygon(0 0, 70% 50%, 0 100%);
  transform: rotate(180deg);
}

.contact_check_block .submit_btn {
  transition: all 0.5s;
}
.contact_check_block .submit_btn:hover {
  filter: invert(100%);
}

.contact_check_block .privacy_junplink {
  display: inline-block;
  padding-top: 1.667em;
  text-align: center;
  font-size: 1.2rem;
  text-decoration: underline;
  transition: all 0.5s;
}
.contact_check_block .privacy_junplink:hover {
  opacity: 0.7;
}

.contact_check_block .txt_base {
  margin-bottom: 30px;
}

/************************************************************************************************************/
/*  @mw-wp-form                    */
/************************************************************************************************************/
.top_page .contact .mw_wp_form_preview .center.back {
  display: block;
}

.top_page .contact .mw_wp_form_input .center.back {
  display: none;
}

/************************************************************************************************************/
/*  @top News                    */
/************************************************************************************************************/
.news_block {
  padding-top: 50px;
  padding-bottom: 150px;
}
.news_block .main_width {
  max-width: 820px;
}
.news_block .main_width.size820 {
  max-width: 820px;
}
.news_block .text_center {
  padding-bottom: 100px;
}

.news_block .news_list .post {
  transition: all 0.5s;
  border-bottom: 1px solid #646464;
}
.news_block .news_list .post:hover {
  opacity: 0.7;
}
.news_block .news_list .post:first-child {
  border-top: 1px solid #646464;
}
.news_block .news_list .post .inner {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 30px 0;
}
.news_block .news_list .post .inner .time {
  display: flex;
  align-items: center;
  margin-right: 3%;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
.news_block .news_list .post .inner .time .num {
  display: block;
  margin-right: 20px;
  font-size: 1.4rem;
}
.news_block .news_list .post .inner .time .cat {
  display: inline-block;
  width: 140px;
  padding: 5px 12px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  border: 1px solid #646464;
  color: #fff;
  text-align: center;
}
.news_block .news_list .post .inner .post_title {
  display: block;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.news_block .new_list_btn {
  margin-top: 40px;
  text-align: center;
}
.news_block .new_list_btn a {
  display: block;
  max-width: 200px;
  margin: auto;
  padding: 15px 3ch 15px 15px;
  border-radius: 5px;
  transition: all 0.5s;
  border: 1px solid #646464;
}
.news_block .new_list_btn a:hover {
  opacity: 0.7;
}
.news_block .new_list_btn a span {
  position: relative;
  display: block;
  font-size: 1.5rem;
  color: #fff;
}
.news_block .new_list_btn a span::after {
  position: absolute;
  right: 0;
  top: 4px;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
}

/************************************************************************************************************/
/*  @news_contents                    */
/************************************************************************************************************/
.page_news_block {
  padding-top: 100px;
}
.page_news_block .new_list_btn {
  margin-top: 80px;
}

.page_news_block .news_post {
  margin-bottom: 30px;
  border-top: 1px solid #646464;
  border-bottom: 1px solid #646464;
}
.page_news_block .news_post .post_title {
  padding: 1em 0.5em 1em 0;
  border-bottom: 1px solid #646464;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
}
.page_news_block .news_post .contents {
  padding: 30px 0;
}
.page_news_block .news_post .contents .flex {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
}
.page_news_block .news_post .contents .flex .time {
  display: block;
  margin-right: 20px;
  letter-spacing: 0.05;
  color: #fff;
}
.page_news_block .news_post .contents .flex .category_name {
  margin-right: 20px;
  padding: 5px 12px;
  font-size: 1.4rem;
  letter-spacing: 0.05;
  border: 1px solid #646464;
}
.page_news_block .news_post .contents p {
  color: #fff;
}

.news_block .archive_title,
.news_block .category_title {
  padding-bottom: 50px;
  text-align: center;
}
.news_block .archive_title .title,
.news_block .category_title .title {
  font-size: 2.8rem;
}

/************************************************************************************************************/
/*  @pageiation                    */
/************************************************************************************************************/
.common_pagination {
  margin-top: 30px;
}
.common_pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
}
.common_pagination .page-numbers li {
  margin-right: 20px;
}
.common_pagination .page-numbers li:last-child {
  margin-right: 0;
}
.common_pagination .page-numbers li span {
  width: 26px;
  height: 25px;
}
.common_pagination .page-numbers li .current {
  background-color: #fff;
  border-radius: 100vh;
  color: #000;
}
.common_pagination a {
  transition: all 0.5s;
}
.common_pagination a:hover {
  opacity: 0.7;
}

/************************************************************************************************************/
/*  @sidebar                    */
/************************************************************************************************************/
.news_block .sidebar {
  width: 100%;
  margin-top: 30px;
  padding: 10px 20px;
  background: #515151;
  display: flex;
  align-items: center;
}

.news_block .sidebar .left {
  width: 35%;
  margin-right: 10%;
  display: flex;
}

.page_news_block .sidebar .left .select_box:not(:last-of-type) {
  margin-right: 8%;
}

.page_news_block .sidebar .page_numbers {
  width: 55%;
  display: flex;
  justify-content: flex-end;
}

.page_news_block .select_box select {
  padding: 0.5em 2.5em 0.5em 0;
  background: url(../img/common/ico-select-arrow-w.svg) no-repeat center right 10px/13px;
  font-size: 1.5rem;
  color: #fff;
  cursor: pointer;
}

/************************************************************************************************************/
/*  @404ページ                    */
/************************************************************************************************************/
.err_block .err {
  margin-top: 60px;
  text-align: center;
}
.err_block .err p {
  padding-bottom: 20px;
  line-height: 1.6;
}

.page_back_btn {
  margin-top: 20px;
  text-align: center;
}
.page_back_btn a {
  display: block;
  max-width: 200px;
  margin: auto;
  padding: 15px 3ch 15px 15px;
  border-radius: 5px;
  transition: all 0.5s;
  border: 1px solid #646464;
}
.page_back_btn a:hover {
  opacity: 0.7;
}
.page_back_btn a span {
  position: relative;
  display: block;
  font-size: 1.5rem;
  color: #fff;
}
.page_back_btn a span::after {
  position: absolute;
  right: 0;
  top: 4px;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
}

/*=============================================*/
/*media query  SmartPhone */
/*=============================================*/
@media screen and (max-width: 768px) {
  .page_common .page_common_title {
    margin-bottom: 80px;
    border-bottom: 1px solid #B7B7B7;
    padding: 25px 0;
  }
  .page_common .page_common_title .page_title {
    font-size: 2rem;
  }
  .contact_check_block .text_center {
    padding-bottom: 50px;
  }
  .contact_check_block .form_table tr {
    display: flex;
    flex-wrap: wrap;
  }
  .contact_check_block .form_table tr th {
    width: 100%;
    padding-bottom: 15px;
  }
  .contact_check_block .form_table tr td {
    width: 100%;
  }
  .contact_check_block .form_table tr td input {
    width: 100%;
  }
  /************************************************************************************************************/
  /*  @top News                    */
  /************************************************************************************************************/
  .news_block {
    padding-bottom: 100px;
  }
  .news_block .text_center {
    padding-bottom: 50px;
  }
  .news_block .news_list .post .inner {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .news_block .news_list .post .inner .time {
    margin-bottom: 0.8em;
    width: 100%;
    margin-right: 0;
  }
  .news_block .news_list .post .inner .time .cat {
    width: auto;
  }
  .news_block .news_list .post .inner .post_title {
    display: block;
    width: 100%;
  }
  /************************************************************************************************************/
  /*  @news_contents                    */
  /************************************************************************************************************/
  .page_news_block {
    padding-top: 100px;
  }
  .page_news_block .new_list_btn {
    margin-top: 50px;
  }
  .page_news_block .news_post .post_title {
    font-size: 1.8rem;
  }
  .page_news_block .news_post .contents .time {
    font-size: 1.3rem;
  }
  .page_news_block .news_post .contents .text {
    font-size: 1.4rem;
  }
  .news_block .archive_title {
    padding-bottom: 30px;
  }
  .news_block .archive_title .title {
    font-size: 2rem;
  }
}
/********************************************/
/*  @page customize             */
/********************************************/
.page_common_title.ver_no_border {
  border-bottom: 0;
}

.ver_block_editor {
  position: relative;
  padding-top: 0;
}
.ver_block_editor .the_content {
  position: relative;
}

.ver_block_editor .i_catch {
  text-align: center;
  width: 96%;
  max-width: 1090px;
  margin: auto;
  margin-bottom: 50px;
}

.ver_block_editor.page_news_block .news_post {
  margin-bottom: 0;
  border-top: 0;
  border-bottom: 0;
}
.ver_block_editor .news_post .contents {
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  .page_common .page_common_title {
    margin-bottom: 40px;
  }
}
.page_title {
  position: relative;
  padding-bottom: 0.5em;
  text-align: center;
}
.page_title:after {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  width: 2.5em;
  height: 2px;
  margin: auto;
  background-color: #fff;
}

.wp-block-button__width-25 {
  min-width: 180px;
}

/******************************************************/
/*Page _adjust*/
/******************************************************/
.news_block.ver_page_inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
.news_block.ver_page_inner .news_list .post .inner .post_title {
  padding: 0;
  border-bottom: 0;
}
.news_block.ver_page_inner .news_list .post .inner {
  padding-top: 20px;
  padding-bottom: 20px;
}
.news_block.ver_page_inner .news_list .post a {
  text-decoration: none;
}
.news_block.ver_page_inner .news_list .post:before {
  content: none;
}
