#head_box {
  background: url(../images/etc/head_bar.png) left top repeat-x;
  height: 27px;
  color: #ffffff;
  font-size: 12px;
  padding-top: 5px;
}

#head_box p {
  padding-left: 5px;
  font-size: 12px;
  color: #ffffff;
}

#logo_box {
  clear: both; /* 20120823 */
}

#logo_box h2 {
  /* 20120823 */
  text-align: center;
  /*	padding-bottom: 50px;
	padding-left: 130px; */
  /*padding-top: 10px;*/
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  margin: auto;
}
#logo_box .head_logo {
  height:100px; 
  /* object-fit: cover; */
}

@media only screen and (max-width: 767px) {
  #logo_box h2 {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 0px;
    padding-left: 0px;
    position: initial;
  }
  #logo_box .head_logo {
    height:80px; 
    /*margin-top: 32px;*/
    /* margin-top: 6px; */
  }
}

#logo_box p {
  text-indent: -9999px;
}

dl.six dt {
  color: #666666;
}

/* PC でタブをバナー埋め込み */
@media print, only screen and (min-width: 768px) {
  #head_box p {
    margin: 0;
  }
  .sub_bar02 {
    padding-top: 4px;
    padding-right: 15px;
    margin-top: -4px;
  }
  .nav-bar {
    margin-top: 120px;
  }
}
/* ケータイは元通りタブで */
@media only screen and (max-width: 767px) {
  #head_box p {
    margin: -1px 0 18px;
  }
  .sub_bar01 {
    background: url(../images/etc/head_navi_b.png) left top repeat-x;
    height: 28px;
  }
  .sub_bar02 {
    background: url(../images/etc/head_navi_c.png) right -1px top no-repeat;
    height: 28px;
    padding-top: 4px;
    padding-right: 15px;
    margin-top: -4px;
  }
  .nav-bar {
    margin-top: 90px;
  }
}

#main_navi {
  background: #ffffff;
}

#main_navi dl {
  float: left;
  width: 33%;
  background-color: #f8f8f8;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #e2e2e2;
}
#main_navi dt {
  float: left;
  width: 65%;
  padding: 5px 0 5px 10px;
  clear: both;
  font-weight: bold;
  font-size: 89%;
  line-height: 1.5;
}
#main_navi dd {
  width: 50px;
  margin-left: 70%;
  /*	padding:5px 15px 5px 10px;*/
  padding: 5px;
}

#main_navi a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  background: #fff;
}

@media only screen and (max-width: 767px) {
  #main_navi dl {
    width: 100%;
    background-color: #ffffff;
  }
  #main_navi dt {
    float: left;
    width: 73%;
    padding: 5px 0 5px 10px;
    clear: both;
    font-weight: bold;
    line-height: 1.5;
  }
  #main_navi dd {
    width: 50px;
    margin-left: 73%;
    padding: 5px 5px 5px 10px;
  }
}

.blog_01L {
  text-align: center;
  margin-bottom: 15px;
}

a.blog_02 {
  clear: both;
  text-align: right;
  margin-top: -50px;
  margin-right: 20px;
  display: block;
  cursor: hand;
}

@media only screen and (max-width: 767px) {
  a.blog_02 {
    clear: both;
    text-align: right;
    margin-top: 0px;
    margin-right: 0px;
    display: block;
    cursor: hand;
  }
  a.blog_02 img {
    width: 30%;
  }
}

a.blog_03 {
  /* clear: both; */
  text-align: right;
  display: block;
  cursor: hand;
  color: #a30d4c;
}

a.blog_04 {
  /* clear: both; */
  text-align: right;
  cursor: hand;
  color: #a30d4c;
}

#gu_1st {
  width: 100%; /* 105 */
  word-break: break-all;
}
#gu_1st p {
  font-size: 14px;
  line-height: 1.5;
}
#gu_1st .pin {
  position: absolute;
  right: -5px;
  transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
  #gu_1st {
    width: 100%;
    word-break: break-all;
  }
}
#gu_1st h2 { /* 記事リストのタイトル */
  clear: both;
  margin-top: 10px;
  padding: 5px 3px;
  border-bottom: 1px solid lightgray;
  font-size: 16px;
}

#gu_1st h3 { /* 記事ページのタイトル */
  border-bottom: 1px solid lightgray;
  font-size: 16px;
  line-height: 2;
}
#gu_1st .post-title {
  font-size: 20px;
  color: black;
  margin-top: 10px;
}
#gu_1st h2 .post-title {
  font-size: 18px;
}
.post {
  margin-top: 20px;
  margin-bottom: 20px;
}

.post a {
  color: #a30d4c;
}
.post a.no-decoration {
  color: unset;
}

.post blockquote {
  border: none;
}

#gu_1st img {
  padding: 0px;
}

#gu_1st h2 a {
  color: #1c3d57;
}

#gu_1st .post.featured h2 {
  font-size: 18px;
}

/* 記事リストの高さを固定 ここから */
.post .post-list-content {
  height: 100px;
  color: #1c3d57;
}
.post .post-list-content .ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post.featured .post-list-content {
  height: 180px;
}
.post.featured .post-list-content .ellipsis {
  -webkit-line-clamp: 6;
}
/* 記事リストの高さを固定 ここまで */

#gu_1st p.bl_date {
  font-size: 12px;
  line-height: 1.5;
}

/* 全ブログの文字サイズを大きく、行間も高く */
#gu_1st div.post div.section1,
#gu_1st div.post div.section1 p,
#gu_1st div.post div.section2,
#gu_1st div.post div.section2 p,
#gu_1st div.post div.section3,
#gu_1st div.post div.section3 p,
#gu_1st div.post div.section4,
#gu_1st div.post div.section4 p {
  font-size: 15px;
  line-height: 1.7;
  color: black;
}

@media only screen and (max-width: 767px) {
  #gu_1st p,
  #gu_1st div.post div.section1 div,
  #gu_1st div.post div.section2 div,
  #gu_1st div.post div.section3 div,
  #gu_1st div.post div.section4 div {
    font-size: 16px;
  }
}

#gu_2nd dl {
  float: left;
  padding: 0 5px;
  margin-bottom: 10px;
}

#gu_2nd dt {
  padding: 5px 0;
  border-top: 2px solid #1c3d57;
  border-bottom: 1px solid #1c3d57;
  font-size: 14px;
  font-weight: bold;
}

#gu_2nd dt a {
  color: #a30d4c;
}

#gu_2nd dd {
  padding: 10px 0;
  line-height: 1.5;
  font-size: 12px;
}

@media print, only screen and (min-width: 768px) {
  .blog_list {
    width: 32.07% !important;
    margin-left: 2.7%;
  }
}

@media only screen and (max-width: 767px) {
  #gu_2nd dl {
    width: 100%;
    background-color: #ffffff;
  }
  #gu_2nd dt {
    padding: 5px;
    font-weight: bold;
    line-height: 1.5;
  }
  #gu_2nd dd {
    padding: 5px;
  }
}

.prem_box {
  margin-top: 15px;
  border-top: 2px solid #9b104b;
  background: #f8f8f8;
  padding: 8px 0 0 5px;
}

.prem_box p {
  padding-left: 60px;
}

.prem_box p a {
  color: #a30d4c;
  text-decoration: underline;
  font-weight: bold;
}

.prem_box2 {
  background: #f8f8f8;
  padding: 8px 0 0 5px;
}

#ml_ttl {
  float: left;
  width: 475px;
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  #ml_ttl {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .ml_btn {
    float: right;
  }
  .ml_wttl {
    clear: both;
  }
}

#ml_ttl h4 {
  font-size: 14px;
  color: #1c3d57 !important;
}

#ml_ttl p {
  padding: 10px;
  border-bottom: 1px solid #1c3d57;
}

#bl_ttl {
  float: right;
  width: 475px;
}

@media only screen and (max-width: 767px) {
  #bl_ttl {
    float: right;
    width: 100%;
  }
}

#bl_ttl a {
  color: #1c3d57;
}

#bl_ttl ul {
  padding-top: 5px;
  border-bottom: 1px solid #1c3d57;
}

#bl_ttl li {
  line-height: 1;
}

#bl_ttl span {
  font-weight: bold;
}

.bl_atn ul {
  float: left;
  border-bottom: 1px solid #f8f8f8 !important;
  padding-right: 15px;
  font-size: 12px;
}

.bl_atn li {
  background: url(../images/etc/item_li04.png) 0px 0px no-repeat !important;
  padding-left: 15px;
}

.bl_atn li a {
  line-height: 1;
  color: #a30d4c !important;
  text-decoration: underline;
}

.mlbl_ttl img {
  width: 10px;
  height: 10px;
  background: #1c3d57;
  margin-right: 5px;
}

#bl_box {
  width: 230px;
  float: left;
  border-top: 1px dotted #1c3d57;
  padding-top: 10px;
}

@media only screen and (max-width: 767px) {
  #bl_box {
    width: 100%;
    border-top: 1px dotted #1c3d57;
    padding-top: 10px;
  }
}

#bi_box h4 {
  font-size: 16px !important;
}

#bl_box p {
  font-weight: bold;
}

#bl_box span {
  color: #666666;
  font-weight: normal;
}

#bl_box li {
  background: url(../images/etc/item_li02.png) 0px 2px no-repeat !important;
  padding-left: 20px;
}

#bl_box li a {
  border-bottom: 1px solid #1c3d57;
}

@media only screen and (max-width: 767px) {
  #bl_box {
    width: 100%;
    border-top: 1px dotted #1c3d57;
    padding-top: 10px;
  }
}

.top_date {
  padding-left: 36%;
  margin-bottom: 1%;
  text-align: right;
  font-size: 12px;
}

a .top_date {
  color: #666666;
}

.author_top {
  float: right;
  margin-left: 8px;
}

.author_2nd {
  float: left;
  margin-right: 8px;
}

.bl_date {
  text-align: right;
  padding: 0;
  margin: 0;
}

.bl_date2 {
  clear: both;
  text-align: right;
  padding: 0;
  margin: 0;
}

.sns_com {
  background: #1c3d57;
  padding: 3px 5px;
  border-radius: 5px;
  color: white;
  clear: both;
  float: right;
}

.sns_com a {
  color: #ffffff !important;
}

.author_img {
  padding: 1px;
  border: 1px solid #cccccc;
}

.post_nav {
  width: 100%;
}

.prev_post {
  float: left;
}

.next_post {
  float: right;
}

footer .row {
  margin-top: 30px;
  padding: 15px 0;
  background-color: #f6f6f6;
  border-top: 1px dotted #1c3d57;
  border-bottom: 1px solid #e2e2e2;
}

#foot_left {
  float: left;
  position: absolute; /*_900*/
}

#foot_left ul {
  padding-left: 10px;
}

#foot_left li {
  margin-bottom: 5px;
}

#foot_left li.company_name {
  font-weight: bold;
  margin-bottom: 10px;
}

#foot_left li a {
  /* background: url(../images/etc/item_li03.png) 0px 2px no-repeat !important; */
  padding-left: 15px;
  color: black;
}

#foot_bar {
  float: right;
  font-size: 11px;
  padding-right: 5px;
  width: 97%;
}

#foot_bar p.foot_txt1 {
  line-height: 1.2;
  font-size: 11px;
  margin-left: 223px;
}

#foot_bar p.foot_txt2 {
  line-height: 1.2;
  font-size: 11px;
  margin: 20px 0 0 223px !important;
}

#foot_bar p.foot_txt3 {
  text-align: right;
  line-height: 1.2;
  font-size: 11px;
  margin: 5px 0 0 0 !important;
}

#foot_bar ol {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 223px;
}

#foot_bar ol li {
  line-height: 1;
  list-style-position: inside;
  margin-bottom: 9px;
}

@media only screen and (max-width: 767px) {
  #foot_left {
    margin: 1.2%;
    background: none;
    float: left;
    width: 100%;
    height: auto;
    position: static; /*_900*/
    bottom: 0; /*_900*/
  }

  #foot_left li {
    float: left;
    width: 100%;
    height: auto;
    margin: auto 0;
    line-height: 1.5;
    /* padding: 2%; */
    font-size: 12px;
  }

  #foot_bar {
    width: 99%;
    height: auto;
    font-size: 11px;
    padding: 5px;
  }

  #foot_bar p.foot_txt1 {
    line-height: 1.2;
    font-size: 11px;
    padding: 0 2%;
    margin-left: 0px;
  }

  #foot_bar p.foot_txt2 {
    line-height: 1.2;
    font-size: 11px;
    margin: 20px 0 !important;
    padding: 0 2%;
  }

  #foot_bar p.foot_txt3 {
    text-align: right;
    line-height: 1.2;
    font-size: 11px;
    margin: 5px 0 0 0 !important;
    padding: 0 2%;
  }

  #foot_bar ol {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px;
    margin-left: 10px;
  }

  #foot_bar ol li {
    line-height: 1;
    margin-left: 10px;
    list-style-position: inside;
  }
}

@media only screen and (max-width: 767px) {
  #side_box {
    font-size: 13px;
  }
}

.side_ttl01 {
  background: url(../images/etc/side_01.png) left top no-repeat;
  text-indent: -9999px;
  height: 36px;
  width: 360px;
}

#side_box h3 {
  clear: both;
  background: #ffffff;
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  #side_box h3 img {
    width: 100%;
    height: auto;
  }
}

#author_box {
  clear: both;
}
#author_box p {
  font-size: 14px;
  line-height: 1.35;
}
#author_box .name {
  font-weight: bolder;
  line-height: 1.5;
  margin-bottom: 12px;
}
#author_box a {
  color: black;
}
#author_box a:hover {
  color: #a30d4c;
}

@media only screen and (max-width: 767px) {
  #author_box p {
    font-size: 13px;
  }
}

/* news */

#news_sticky {
  clear: both;
  background-color: #f2f2f2;
  border: 1px solid #a30d4c;
  padding: 10px;
  margin-bottom: 10px;
}

#news_sticky h2 {
  font-size: 14px;
  line-height: 1.5;
  color: #a30d4c;
}

#news_sticky p {
  color: #000000;
}

#news_sticky a {
  color: #a30d4c;
  font-weight: bold;
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  #news_sticky {
    background-color: #f2f2f2;
    border: 1px solid #a30d4c;
    padding: 10px;
    margin-bottom: 10px;
  }

  #news_sticky h2 {
    font-size: 12px;
    line-height: 1.5;
    color: #a30d4c;
  }

  #news_sticky p {
    color: #000000;
    font-size: 10px;
  }

  #news_sticky div {
    font-size: 10px;
  }

  #news_sticky a {
    color: #a30d4c;
    font-weight: bold;
    text-decoration: underline;
  }
}

li.news_ttl {
  border-bottom: 1px solid #f3f3f3 !important;
  font-size: 14px;
}
li.news_ttl a {
  color: black;
}

@media only screen and (max-width: 767px) {
  li.news_ttl {
    border-bottom: 1px solid #f3f3f3 !important;
    font-size: 13px;
  }
}

.call {
  float: left;
}

.year_ar {
  float: right;
  margin-right: 0px;
}

table#wp-calendar {
  empty-cells: show;
  margin: 5px auto 0;
  width: 150px !important;
}

table#wp-calendar td a {
  color: #a30d4c;
}

table#wp-calendar caption {
  text-align: center;
  width: 100%;
}

table#wp-calendar th,
table#wp-calendar td {
  padding: 3px 0;
  text-align: center;
}

table#wp-calendar tfoot td {
  border: none;
}

.cat_left {
  float: left;
}
.cat_right {
  float: right;
}
.cat_left a,
.cat_right a {
  color: black;
}

.bl_boxs {
  border-bottom: 1px solid #f3f3f3;
  padding-top: 10px;
}

.bl_boxs h4 {
  font-size: 16px !important;
}

.bl_boxs p {
  font-weight: bold;
}

.bl_boxs span {
  font-weight: normal;
}

.bl_boxs a {
  color: black;
}

.bl_boxs li {
  background: url(../images/etc/item_li02.png) 0px 2px no-repeat !important;
  padding-left: 20px;
}

.bl_boxs li a {
  border-bottom: 1px solid #1c3d57;
}

@media only screen and (max-width: 767px) {
  .bl_boxs {
    width: 100%;
    padding-top: 10px;
  }
}

.bl_boxs a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  background: #fff;
}

.bl_boxs.blog-list .blog-title {
  margin-top: 14px;
  font-size: 15px;
}

/* パンくずリスト */

#breadcrumb ul li {
  float: left;
  font-size: smaller;
}

.section1,
.section2,
.section3,
.section4,
.section-dummy-subscribed_only {
  clear: both;
}

.section2,
.section3,
.section4,
.section-dummy-subscribed_only {
  /* border-top: 1px dotted #1c3d57; */
  padding: 5px 0;
}

.section-dummy-subscribed_only {
  margin: 5px 0;
  text-align: center;
  background-color: rgb(245, 238, 240);
  /* border: 1px solid rgb(170 22 85); */
  border-radius: 5px;
}
.section-dummy-subscribed_only p {
  font-size: larger !important;
  /* font-weight: bolder; */
  padding-top: 15px;
  color: rgb(170 22 85);
}

#box {
  border: 1px solid #1c3d57;
  border-radius: 5px;
  margin-bottom: 15px;
  overflow: hidden;
  border-top-width: 2px;
  border-top-color: rgb(170 22 85);
  clear: both;
}

#box p {
  padding: 10px;
  line-height: 1.2;
}

.blog_PC {
  text-align: center;
}

#box.subscribed_only_notice {
  border: 1px solid rgb(170 22 85);
  color: rgb(170 22 85);
}
.subscribed_only_notice .blog_PC {
  margin: 15px;
}
.subscribed_only_notice .blog_PC button {
  margin: 5px;
}
.subscribed_only_notice .blog_PC .button_area {
  margin: 15px;
}

/* comment */
textarea {
  margin-top: 10px;
  width: 90%;
}

#com {
  border-top: 1px dotted #1c3d57;
  padding-top: 15px;
}

/* attencion */

.bl_att {
  font-size: 11px !important;
  margin-top: 30px;
}

/* rss */

.bl_rss {
  float: right;
  background: url(../images/etc/blog_rss.png) 0px 1px no-repeat;
  padding-left: 20px;
}

.snsBlock {
  padding: 0;
  float: right;
  text-align: right;
}
#logo_box .snsBlock {
  position: absolute;
  top: 30px;
}

/* banner_top */
.banner_top {
  width: auto;
  overflow: hidden;
  /*margin-bottom: 10px;*/
  /*border: 1px solid #f3f3f3 !important;*/
  display: flex;
}
.banner_top p a {
  color: black;
}
/* pickup */
.pickup,
.author {
  float: left;
  width: 23%;
  height: initial;
  text-align: center;
  /*margin: 10px auto;*/
  margin: 0 auto 10px;
}
.pickup p,
.author p {
  font-size: 12px;
  text-align: left;
}
.pickup img,
.author img {
  /*width: 45%;*/
  width: 100px;
  margin-right: 5px;
}
.pickup img {
  float: left;
}
.author img {
  width: 110px;
}

@media only screen and (max-width: 767px) {
  /* pickup */
  .pickup,
  .author {
    width: 25%;
    margin: 0 auto 5px;
  }
  .pickup p,
  .author p {
    display: none;
  }
  .pickup img,
  .author img {
    width: 80%;
    float: initial;
    margin-right: initial;
  }
  .pickup img {
    width: 55%;
  }
}

#___plusone_0 {
  width: 70px !important;
}

/* 点滅 */
.blink {
  -webkit-animation: blink 1.5s ease-in-out infinite alternate;
  -moz-animation: blink 1.5s ease-in-out infinite alternate;
  animation: blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* twitter timeline */
.twitter-timeline {
  margin-bottom: 5px !important;
}

/* YouTube 埋め込み */
iframe {
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

/* 2025-09-25 */
.blog_user_img {
  width: 45px;
  height: 45px;
}
