  @charset "UTF-8";

/*==============================
header
==============================*/

.header {
  border-bottom: 1px solid #dddddd;
}

@media screen and (max-width: 767px) {
  .header {
    border-bottom: none;
    box-shadow: 0px 0px 10px 3px #dddddd;
  }
}

/*==============================
breadcrumb
==============================*/

.breadcrumb {
  border-top: none;
}

.single .breadcrumb {
  margin: 51px 0 48px 0;
  padding: 15px 0 15px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .single .breadcrumb {
    margin: 57px 0 30px 0;
    padding: 10px 0 12px;
    border-bottom: 1px solid #dadada;
  }
}


/*==============================
wp-pagenavi
==============================*/

@media (max-width: 767px) {
  .wp-pagenavi {
    position: relative;
    padding-bottom: 60px;
  }
  .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
    position: absolute;
    bottom: 0px;
    margin: auto !important;
    right: 0;
    left: 0;
    width: 90px !important;
  }
  .wp-pagenavi .previouspostslink {
    /* left: 0; */
    right: 90px;
    border-right: 1px solid #ccc !important;
  }
  .wp-pagenavi .nextpostslink {
    /* right: 0; */
    left: 90px;
  }
}

/*==============================
page_ttl_box
==============================*/

.blog .page_ttl_box, .category .page_ttl_box, .date .page_ttl_box {
  margin-bottom: 50px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .blog .page_ttl_box, .category .page_ttl_box, .date .page_ttl_box {
    margin-bottom: 40px;
  }
}

.blog .page_ttl, .category .page_ttl, .date .page_ttl {
  position: relative;
  display: inline-block;
  margin: 0 0 30px 0;
  color: #d7092f;
  font-size: 45px;
  font-size: 4.5rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .blog .page_ttl, .category .page_ttl, .date .page_ttl {
    margin: 0 0 30px 0;
    font-size: 30px;
    font-size: 3rem;
  }
}

.blog .page_ttl:before, .category .page_ttl:before, .date .page_ttl:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 40px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #dadada;
}

@media screen and (max-width: 767px) {
  .blog .page_ttl:before, .category .page_ttl:before, .date .page_ttl:before {
    bottom: -14px;
    width: 32px;
  }
}

.blog .page_ttl_box .page_ttl_sub, .category .page_ttl_box .page_ttl_sub, .date .page_ttl_box .page_ttl_sub {
  font-size: 22px;
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .blog .page_ttl_box .page_ttl_sub, .category .page_ttl_box .page_ttl_sub, .date .page_ttl_box .page_ttl_sub {
    font-size: 18px;
    font-size: 1.8rem;
  }
}


/*==============================
記事詳細
==============================*/


/* container
====================*/

.container_single {
  max-width: initial;
  min-width: initial;
  width: 1020px;
}

@media screen and (max-width: 767px) {
  .container_single {
    width: 100%;
    box-sizing: border-box;
  }
}


/* ttl
====================*/

.single .page_ttl_box {
  margin: 0 0 49px 0;
  padding: 0 0 15px 0;
  border-bottom: 2px solid #d7092f;
}

@media screen and (max-width: 767px) {
  .single .page_ttl_box {
    margin: 0 0 32px 0;
    padding: 0 0 10px 0;
  }
}

.single .page_ttl_box .page_ttl {
  margin: 0 0 25px 0;
  font-size: 3.6rem;
  font-weight: normal;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .single .page_ttl_box .page_ttl {
    margin-bottom: 25px;
    font-size: 2.2rem;
  }
}

.single .page_info_box span {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .single .page_info_box span {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.single .page_info_box .info_date {
  margin: 0 15px 0 0;
  padding: 0 15px 0 0;
  border-right: 1px solid #ccc;
}


/* 記事詳細スタイル
====================*/

.single_post .wp-caption {
  margin: 20px auto 25px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .single_post .wp-caption {
    margin-bottom: 25px;
  }
}

.single_post .wp-caption:last-of-type {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .single_post .wp-caption:last-of-type {
    margin-bottom: 20px;
  }
}

.single_post .wp-caption img, img.size-large, img.size-full {
  display: block;
  margin: 0 auto;
  padding: 2% 2% 0 2%;
  height: auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .single_post .wp-caption img, img.size-large, img.size-full {
    width: 100%;
    height: auto;
  }
}

.single_post .wp-caption .wp-caption-text {
  margin: 5px 0 0 0;
}

.single_post h2 {
  margin: 40px 0 20px;
  padding: 3px 0 3px 10px;
  color: #595959;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  border-left: 5px solid #d7092f;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .single_post h2 {
    padding: 1px 0 1px 10px;
    font-size: 1.7rem;
    line-height: 1.5;
  }
}

.single_post h3 {
  margin: 40px 0 20px;
  padding: 5px 0 5px 15px;
  color: #595959;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  background: #f2f2f2;
}

@media (max-width: 767px) {
  .single_post h3 {
    margin: 30px 0 10px;
    padding: 4px 0 4px 10px;
  }
}

.single_post h4 {
  margin: 40px 0 20px;
  color: #595959;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.single_post p {
  margin: 0 0 30px 0;
  font-size: 1.6rem;
  line-height: 2;
}

@media (max-width: 767px) {
  .single_post p {
    margin-bottom: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
	word-break: break-all;
  }
	.single_post iframe {
  width: 95%;
  height: auto;
}
}

.single_post a {
  text-decoration: underline;
  word-break: break-all;
}

.single_post table tr,
.single_post table td {
  word-break: break-all;
}

.single_post ul {
  list-style: disc;
}

.single_post ul, .single_post ol {
  margin: 0 0 20px 25px;
}

.single_post h3 + p {
  margin-left: 5px;
}

.single_post li {
  margin-bottom: 5px;
  font-size: 1.5rem;
}

.single_post mark {
  font-style: normal !important;
	font-weight: unset;
	background-color: unset;
}
.single_post strong,
.single_post strong mark,
.single_post mark strong {
  font-weight: bold;
}

/* オリジナル装飾 文字 ------------------------------- */
/* 赤文字 ----------- */
mark.tred, .has-tred-color, .single_post .em_txt {
  color: #d7092f;
}
.has-tred-background-color, mark[style="background-color:#D2082E"]{
  background-color:transparent !important;
  color: #d7092f;
}
/* 紺文字 ----------- */
mark.tnavy, .has-tnavy-color {
  color: #0059B8;
}
.has-tnavy-background-color, mark[style="background-color:#0059B8"]{
  background-color:transparent !important;
  color: #0059B8;
}
/* グレー文字 ----------- */
mark.tgray, .has-tgray-color {
  color: #888888;
}
.has-tgray-background-color, mark[style="background-color:#888888"]{
  background-color:transparent !important;
  color: #888888;
}

/* オリジナル装飾 背景 ------------------------------- */
/* 赤背景 ----------- */
mark[style="background-color:#d7092f"]{
  padding: 0 3px;
  color: #fff;
}
.has-bred-background-color {
  background-color:#d7092f;
  color: #fff;
}
mark.has-bred-color {
  padding: 0 3px;
  background-color:#d7092f !important;
  color: #fff;
}
/* 水色背景 ----------- */
mark[style="background-color:#D2E7F7"]{
	padding: 0 3px;
}
.has-bcyan-background-color {
  background-color:#D2E7F7;
}
mark.has-bcyan-color {
	padding: 0 3px;
  background-color:#D2E7F7 !important;
}
.has-bcyan-color.has-text-color {
	color: inherit;
}
/* 紺-背景 ----------- */
mark[style="background-color:#004EA2"]{
  padding: 0 3px;
  color: #fff;
}
.has-bnavy-background-color {
  background-color:#004EA2;
  color: #fff;
}
mark.has-bnavy-color {
  padding: 0 3px;
  background-color:#004EA2 !important;
  color: #fff;
}
/* グレー-背景 ----------- */
mark[style="background-color:#dddddd"]{
  padding: 0 3px;
}
.has-bgray-background-color {
  background-color:#dddddd;
}
mark.has-bgray-color {
  padding: 0 3px;
  background-color:#dddddd !important;
}
.has-bgray-color.has-text-color {
  color: inherit;
}


/* table
====================*/

.single_post table {
  margin: 20px 0;
}

@media screen and (max-width: 767px) {
  .single_post table {
    width: 100% !important;
  }
}

.single_post table th {
  text-align: left;
  font-weight: bold;
  background-color: #d2e7f7;
}

.single_post table th, .single_post table td {
  padding: 25px 20px 20px;
  font-size: 1.6rem;
  border: 1px solid #ccc;
  vertical-align: top;
}
/* セル背景 ---------- */
.single_post table th.bred, .single_post table td.bred,
.single_post table th.bcyan, .single_post table td.bcyan,
.single_post table th.bnavy, .single_post table td.bnavy,
.single_post table th.bgray, .single_post table td.bgray {
/*  width: calc(100% + 40px);
	height: calc(100% + 45px);
	margin: -25px 0 -20px -20px !important;
	padding: 25px 20px 20px;*/
}
.single_post table th.bred, .single_post table td.bred {
	color: #fff;
	background-color: #d7092f;
}
.single_post table th.bcyan, .single_post table td.bcyan {
	background-color: #D2E7F7;
}
.single_post table th.bnavy, .single_post table td.bnavy {
	color: #fff;
	background-color: #004EA2;
}
.single_post table th.bgray, .single_post table td.bgray {
	background-color: #dddddd;
}

@media screen and (max-width: 767px) {
  .single_post table th, .single_post table td {
    padding: 15px 15px 12px;
    font-size: 1.4rem;
  }
	/* セル背景 ----------
	.single_post table th.bred, .single_post table td.bred,
	.single_post table th.bcyan, .single_post table td.bcyan,
	.single_post table th.bnavy, .single_post table td.bnavy,
	.single_post table th.bgray, .single_post table td.bgray {
		width: calc(100% + 30px);
		height: calc(100% + 27px);
		margin: -15px 0 -12px -15px !important;
		padding: 15px 15px 12px;
	} */
}

@media screen and (max-width: 767px) {
  .single_post table img {
    width: 100%;
    height: auto;
  }
}

.single_post table ul, .single_post table ol {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .single_post table ul, .single_post table ol {
    margin-left: 15px;
  }
}

.single_post table ul li, .single_post table ol li {
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .single_post table ul li, .single_post table ol li {
    margin-bottom: 0;
    font-size: 1.4rem;
  }
}


/* 記事詳細定形
====================*/

.post_doc_box {
  margin: 20px 0;
  padding: 41px 30px 28px;
  border: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .post_doc_box {
    padding: 22px 18px 12px;
  }
}

.post_doc_box {
  margin-top: 122px;
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .post_doc_box {
    margin-top: 61px;
    margin-bottom: 60px;
  }
}

.post_doc_box h3, .post_contact_box h3 {
  margin: 0 0 25px 0;
  padding: 0 0 20px 0;
  color: #595959;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  border-bottom: 1px solid #dadada;
}

@media screen and (max-width: 767px) {
  .post_doc_box h3, .post_contact_box h3 {
    margin: 0 0 15px 0;
    padding: 0 0 26px 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.post_doc_box h3 span, .post_contact_box h3 span {
  padding-left: 17px;
  font-size: 1.7rem;
  border-left: 5px solid #d7092f;
}

.post_contact_outer {
  padding: 103px 0 100px;
  background: #f3f3f3;
}

@media (max-width: 767px) {
  .post_contact_outer {
    padding: 28px 0 17px;
  }
}

.post_contact_outer h2 {
  margin-bottom: 50px;
  font-size: 3.6rem;
  font-weight: normal;
}

@media (max-width: 767px) {
  .post_contact_outer h2 {
    margin-bottom: 32px;
    font-size: 2.2rem;
  }
}

.post_contact_box {
  background: #fff;
  margin: 20px 0;
  padding: 46px 30px 35px;
}

@media screen and (max-width: 767px) {
  .post_contact_box {
    padding: 23px 18px 11px;
  }
}

.post_contact_box p {
  font-size: 1.6rem;
  line-height: 1.9;
}

@media (max-width: 767px) {
  .post_contact_box p {
    font-size: 1.5rem;
	word-break: break-all;
  }
}

.post_doc_box ul, .post_contact_box ul {
  margin: 0 0 0 2em;
  list-style: square;
}

.post_doc_box li, .post_contact_box li {
  margin: 0 0 0.5em 0;
  font-size: 15px;
  font-size: 1.5rem;
}

_:-ms-lang(x), .post_doc_box .post_doc_inner {
  display: block;
}

.post_doc_box .post_doc_inner a {
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .post_doc_box .post_doc_inner a {
    font-size: 1.5rem;
  }
}

.post_doc_box li .icon_pdf {
  margin: 0 0 0 10px;
  padding: 5px 0 0 0;
}

.post_doc_box li .icon_pdf img {
  width: 14px;
}

.post_doc_box .ico-pdf {
  padding-top: 3px;
  font-size: 2.2rem;
}

@media (max-width: 767px) {
  .post_doc_box .ico-pdf {
    font-size: 2rem;
  }
}

.pdf_btn_box {
  margin: 60px 0;
}

@media screen and (max-width: 767px) {
  .pdf_btn_box {
    margin: 30px 0;
  }
}

.pdf_btn_box a.btn-filled {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 240px;
}

@media screen and (max-width: 767px) {
  .pdf_btn_box a.btn-filled {
    padding: 11px 0;
    width: 100%;
  }
}

.pdf_btn_box .icon_pdf {
  margin: 0 0 0 10px;
  padding: 5px 0 0 0;
}

.pdf_btn_box .icon_pdf img {
  width: 14px;
}

.pdf_btn_box .txt {
  padding: 0 0 0 24px;
}

@media screen and (max-width: 767px) {
  .pdf_btn_box .txt {
    padding-left: 0;
  }
}

.single_link_box {
  overflow: hidden;
  position: relative;
  margin: 52px 0 72px;
  /* padding: 30px 0 0 0; */
  height: 90px;
}

@media screen and (max-width: 767px) {
  .single_link_box {
    margin: 0 0 25px 0;
    /* padding: 5px 0 0 0; */
    height: 145px;
  }
}

.single_link_box a {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .single_link_box a {
    padding: 11px 0;
  }
}

.single_link_box a:hover .txt {
  text-decoration: underline;
}

.single_link_box .link_prev, .single_link_box .link_next {
  margin-top: 15px;
}

.single_link_box .link_prev {
  float: left;
}

@media screen and (max-width: 767px) {
  .single_link_box .link_prev {
    padding: 0 7.6% 0 14.5%;
    border-right: 1px solid #ccc;
  }
}

.single_link_box .link_next {
  float: right;
}

@media screen and (max-width: 767px) {
  .single_link_box .link_next {
    padding: 0 14.5% 0 7.6%;
  }
}

.single_link_box .link_archive {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 240px;
}

@media screen and (max-width: 767px) {
  .single_link_box .link_archive {
    top: 60px;
    width: 100%;
  }
}

.single_link_box .link_archive .btn_box {
  margin: 0;
}

.single_link_box .link_archive .btn_box .btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .single_link_box .link_archive .btn_box .btn {
    width: 100%;
  }
}

.single_link_box .link_prev .icon, .single_link_box .link_archive .icon {
  margin: 0 5px 0 0;
}

.single_link_box .icon-list {
  color: #d7092f;
}


/* news_sec
====================*/

.news_sec .ttl_box {
  text-align: center;
}

.news_sec .ttl_box .sec_ttl {
  position: relative;
  display: inline-block;
  margin: 0 0 50px 0;
  color: #d7092f;
  font-size: 36px;
  font-size: 3.6rem;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .news_sec .ttl_box .sec_ttl {
    margin: 0 0 40px 0;
    font-size: 30px;
    font-size: 3rem;
  }
}

.news_sec .ttl_box .sec_ttl:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 50px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #dadada;
}

@media screen and (max-width: 767px) {
  .news_sec .ttl_box .sec_ttl:before {
    bottom: -14px;
    width: 32px;
  }
}

@media screen and (max-width: 767px) {
  _:-ms-fullscreen, :root .news_sec .news_tab_outer {
    max-width: auto;
    min-width: auto;
  }
}

.news_sec .news_tab_list {
  display: flex;
  margin-bottom: 67px;
  border-bottom: 1px solid #ccc;
}

@media (max-width: 767px) {
  .news_sec .news_tab_list {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-bottom: 5px;
    width: 100%;
    border-bottom: none;
  }
}

.news_sec .news_tab_list li {
  margin-bottom: 3px;
  margin-right: 5px;
  width: 248px;
  height: 50px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 50px;
  background: #e5e5e5;
  cursor: pointer;
  transition: all 0.1s;
  opacity: 1;
}

@media (max-width: 767px) {
  .news_sec .news_tab_list li {
    margin-right: 0;
    margin-bottom: 5px;
    padding-bottom: 5px;
    width: 49%;
    height: 40px;
    font-size: 1.3rem;
    line-height: 40px;
  }
}

.news_sec .news_tab_list li a {
  display: block;
  color: #333;
  text-decoration: none;
}

.news_sec .news_tab_list li span {
  display: block;
  font-size: 1.3rem;
}

@media (max-width: 767px) {
  .news_sec .news_tab_list li span {
    font-size: 1.2rem;
  }
}

.news_sec .news_tab_list li:hover {
  opacity: 0.8;
}

.news_sec .news_tab_list li.is-active, .category-1 .news_sec .news_tab_list li:nth-of-type(2), .category-2 .news_sec .news_tab_list li:nth-of-type(3), .category-135 .news_sec .news_tab_list li:nth-of-type(4) {
  position: relative;
  bottom: 0;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin-bottom: -3px;
  height: 53px;
  background: none;
}

@media (max-width: 767px) {
  .news_sec .news_tab_list li.is-active, .category-1 .news_sec .news_tab_list li:nth-of-type(2), .category-2 .news_sec .news_tab_list li:nth-of-type(3), .category-135 .news_sec .news_tab_list li:nth-of-type(4) {
    margin-bottom: -3px;
    height: 40px;
  }
}

.news_sec .news_tab_list li.is-active::after, .category-1 .news_sec .news_tab_list li:nth-of-type(2)::after, .category-2 .news_sec .news_tab_list li:nth-of-type(3)::after, .category-135 .news_sec .news_tab_list li:nth-of-type(4)::after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #d7092f;
}

.news_sec .news_tab_list .tab--2line {
  padding-top: 5px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .news_sec .news_tab_list .tab--2line {
    line-height: 15px;
  }
}

.news_sec .news_tab_content {
  margin: 35px 0 30px 0;
}

@media screen and (max-width: 767px) {
  .news_sec .news_tab_content {
    margin: 15px 0 30px 0;
  }
}

@media screen and (max-width: 767px) {
  .blog .news_sec .news_tab_content, .archive .news_sec .news_tab_content {
    margin: 22px 0 3px 0;
  }
}

.news_sec .news_tab_list_box_blog {
  display: none;
}

.news_sec .news_tab_list_box_blog.is-show {
  display: block;
}

.news_sec .news_tab_list_box_blog .news_tab_ttl {
  margin: 0 0 48px 0;
  font-size: 3rem;
  font-weight: normal;
}

@media (max-width: 767px) {
  .news_sec .news_tab_list_box_blog .news_tab_ttl {
    margin-bottom: 35px;
    font-size: 2rem;
  }
}

.news_sec .news_new_list {
  list-style: none;
  border-top: 1px solid #dadada;
}

@media screen and (max-width: 767px) {
  .news_sec .news_new_list {
    margin: 0 0 15px 0;
  }
}

.news_sec .news_new_list li {
  display: flex;
  border-bottom: 1px solid #dadada;
}

.news_sec .news_new_list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 37px 0 36px 19px;
  width: 100%;
  color: #333;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .news_sec .news_new_list li a {
    padding: 20px 0 15px;
  }
}

.news_sec .news_new_list li a .news_info {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .news_sec .news_new_list li a .news_info {
    margin-bottom: 14px;
  }
}

.news_sec .news_new_list li a .news_info .news_date {
  margin-right: 10px;
  color: #333;
  font-size: 1.3rem;
}

.news_sec .news_new_list .news_new {
  color: #d7092f;
}

.news_sec .news_new_list li a .news_info .news_cat {
  margin-right: 20px;
  padding: 9px 0;
  width: 130px;
  color: #333;
  font-size: 1.2rem;
  background: #f2f2f2;
  text-align: center;
  line-height: 1;
  border-radius: 20px;
}

.news_sec .news_new_list li a .news_ttl {
  display: inline;
  align-items: center;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .news_sec .news_new_list li a .news_ttl {
    margin: 0;
    padding: 0;
    font-size: 1.5rem;
  }
}

.news_sec .news_new_list .ico {
  padding-right: 26px;
  font-size: 2.3rem;
}

@media (max-width: 767px) {
  .news_sec .news_new_list .ico {
    padding-right: 0;
    font-size: 2rem;
  }
}

.news_sec .news_new_list .news_exlink .ico:before {
  content: "\e908";
}

.news_sec .news_new_list .news_pdf .ico:before {
  content: "\e909";
}

_:-ms-fullscreen, :root .news_sec .news_new_list li a .news_ttl {
  width: 900px;
}

@media screen and (max-width: 767px) {
  _:-ms-fullscreen, :root .news_sec .news_new_list li a .news_ttl {
    width: 100%;
  }
}

.news_sec .news_new_list li a .news_ttl .news_icon_new {
  margin: 0 0 0 5px;
}

.news_sec .news_new_list li a .news_icon_type {
  padding: 20px 20px;
  font-size: 1.5rem;
  color: #333;
}

@media screen and (max-width: 767px) {
  .news_sec .news_new_list li a .news_icon_type {
    padding: 20px 5px 20px 15px;
    font-size: 20px;
    font-size: 2rem;
    border: none;
  }
}

.news_sec .news_new_list li.news_exlink a .news_icon_type:before {
  content: "\e910";
}

.news_sec .news_new_list li.news_pdf a .news_icon_type:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 19px;
  background-image: url("/wp/wp-content/themes/nohara-v1/assets/img/icon_pdf.png");
  background-size: cover;
}

.news_sec .news_new_list li a .icon_pdf {
  padding: 20px 18px;
}

@media screen and (max-width: 767px) {
  .news_sec .news_new_list li a .icon_pdf {
    padding: 20px 5px 20px 15px;
  }
}

.news_sec .news_new_list li a .icon_pdf img {
  width: 18px;
}

.news_sec .news_new_list li a:hover .news_icon_type {
  color: #d7092f;
}

@media screen and (max-width: 767px) {
  .news_sec .news_tab_content .news_link a {
    display: block;
    padding: 12px 0;
    font-size: 15px;
    font-size: 1.5rem;
    text-align: center;
    border: 1px solid #333;
  }
}

@media screen and (max-width: 767px) {
  .news_sec .news_tab_content .news_link a .icon {
    margin: 0 0 0 5px;
  }
}


/* news_year_box
====================*/

.news_tab_ttl_box {
  position: relative;
}

@media (max-width: 767px) {
  .news_tab_ttl_box {
    display: flex;
    flex-direction: column-reverse;
  }
}

.news_year_list {
  display: inline-block;
}

.news_year_list::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #595959 transparent transparent transparent;
}

@media screen and (max-width: 767px) {
  .news_year_list::after {
    right: 5%;
  }
}

.select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 1;
  padding: 0 40px 0 10px;
  width: 200px;
  height: 48px;
  font-size: 1.4rem;
  border: 1px solid #b4b3b3;
}

@media screen and (max-width: 767px) {
  .select {
    width: 100%;
    height: 50px;
    font-size: 1.4rem;
  }
}

.news_year_list {
  position: absolute;
  top: 0;
  right: 77px;
}

@media screen and (max-width: 767px) {
  .news_year_list {
    position: relative;
    right: auto;
    left: 0;
    margin: 0 0 30px 0;
    width: 100%;
  }
}

.news_icon_rss {
  position: absolute;
  top: 15px;
  right: 28px;
}

@media screen and (max-width: 767px) {
  .news_icon_rss {
    top: 6px;
    right: 0;
  }
}

.news_icon_rss img {
  width: 18px;
}

.news_icon_rss a {
  display: block;
  transition: all 0.5s;
  opacity: 1;
}

.news_icon_rss a:hover {
  opacity: 0.7;
}

select::-ms-expand {
  display: none;
}


/* pagenav
====================*/

.pagenav_box {
  margin: 60px 0 107px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .pagenav_box {
    margin: 43px 5px 60px;
  }
}

.pagenav_box .wp-pagenavi a, .pagenav_box .wp-pagenavi span {
  display: inline-block;
  margin: 0 2px 10px 2px;
  padding: 14px 0;
  font-size: 1.5rem;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  line-height: 1.2;
  border: none;
  width: 48px;
}

.pagenav_box .wp-pagenavi a.page, .pagenav_box .wp-pagenavi .extend {
  border: 1px solid #fff;
  width: 48px;
}

.pagenav_box .wp-pagenavi a {
  text-decoration: none;
}

.pagenav_box .wp-pagenavi a:hover {
  color: #d7092f;
  border: 1px solid #d7092f;
  border-radius: 25px;
}

.pagenav_box .wp-pagenavi .nextpostslink, .pagenav_box .wp-pagenavi .previouspostslink {
  width: auto;
  font-weight: normal;
}

.pagenav_box .wp-pagenavi .nextpostslink:hover, .pagenav_box .wp-pagenavi .previouspostslink:hover {
  border: none;
}

.pagenav_box .wp-pagenavi span.current {
  color: #d7092f;
  border: 1px solid #d7092f;
  border-radius: 25px;
}

@media screen and (max-width: 767px) {
  .pagenav_box .wp-pagenavi .first {
    padding: 16px 2px 16px 0;
  }
}

@media screen and (max-width: 767px) {
  .pagenav_box .wp-pagenavi .last {
    padding: 16px 0 16px 2px;
  }
}


/*==============================
nohara_times
==============================*/

.times_ttl_box {
  margin: 0 auto 60px;
  padding: 60px 0;
  width: 960px;
  text-align: center;
  border: 1px solid #dadada;
}

@media screen and (max-width: 767px) {
  .times_ttl_box {
    margin-bottom: 30px;
    padding: 30px 4%;
    width: 100%;
    text-align: left;
  }
}

.times_ttl_box .times_ttl_box_inner {
  margin-bottom: 50px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .times_ttl_box .times_ttl_box_inner {
    margin-bottom: 25px;
  }
}

.times_ttl_box .times_ttl {
  position: relative;
  display: inline-block;
  margin: 0 0 30px 0;
  color: #d7092f;
  font-size: 45px;
  font-size: 4.5rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .times_ttl_box .times_ttl {
    margin: 0 0 30px 0;
    font-size: 30px;
    font-size: 3rem;
  }
}

.times_ttl_box .times_ttl:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 40px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #dadada;
}

@media screen and (max-width: 767px) {
  .times_ttl_box .times_ttl:before {
    bottom: -14px;
    width: 32px;
  }
}

.times_ttl_box .times_ttl_sub {
  font-size: 22px;
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .times_ttl_box .times_ttl_sub {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.single-nohara_times .page_info_box .info_new {
  color: #d7092f;
}


/* btn
====================*/

.single_link_box .link_archive {
  width: 450px;
}

@media screen and (max-width: 767px) {
  .single_link_box .link_archive {
    width: 90%;
    max-width: 340px;
  }
}

.single_link_box .link_archive .btn_box .btn {
  width: 450px;
  padding: 15px 0;
  border: 1px solid #ccc;
  border-radius: 30px;
}

@media screen and (max-width: 767px) {
  .single_link_box .link_archive .btn_box .btn {
    padding-left: 2%;
    padding-right: 2%;
    width: 100%;
  }
}


/* archive-nohara_times
====================*/

.post-type-archive-nohara_times li.nohara_times_pdf a .news_icon_type:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 19px;
  background-image: url("/wp/wp-content/themes/nohara-v1/assets/img/icon_pdf.png");
  background-size: cover;
}


/*==============================
Title
==============================*/

.page_kv_box {
  margin-bottom: 57px;
  width: 100%;
  color: #333;
  text-align: center;
}

@media (max-width: 767px) {
  .page_kv_box {
    margin-top: 66px;
    margin-bottom: 37px;
  }
}

.page_kv_box .kv_ttl_box {
  padding-top: 212px;
}

@media (max-width: 767px) {
  .page_kv_box .kv_ttl_box {
    padding-top: 48px;
  }
}

.page_kv_box .kv_ttl_sub {
  display: inline-block;
  margin-bottom: 5px;
  padding-bottom: 3px;
  font-size: 1.6rem;
  border-bottom: 1px solid #333;
}

@media (max-width: 767px) {
  .page_kv_box .kv_ttl_sub {
    font-size: 1.4rem;
  }
}

.page_kv_box .kv_ttl {
  font-size: 4.5rem;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: 6px;
}

@media (max-width: 767px) {
  .page_kv_box .kv_ttl {
    font-size: 2.8rem;
    line-height: 2.2;
    letter-spacing: 2px;
  }
}

.page_kv_box .kv_ttl .ttl_en {
  display: block;
  font-size: 1.3rem;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  .page_kv_box .kv_ttl .ttl_en {
    font-size: 1rem;
  }
}

/* キャプション */

.wp-block-image figcaption {
  font-size: 14px;
}