@charset "UTF-8";
/* CSS Document */

/*-----------------------------------------------
listCol2
-----------------------------------------------*/

#content .listCol2 {
  display: flex;
  flex-wrap: wrap;
	gap: 10px;
}
#content .listCol2 li {
  width: calc(50% - 5px);
	max-width: 300px;
}
#content .listCol2 li a {
  color: #0978B7;
}
#content .listCol2 li:nth-child(2n) {
  width: 54%;
}

@media only screen and (max-width:767px) {
    #content .listCol2 li {
    width: 100%;
  }
  #content .listCol2 li:nth-child(2n) {
    width: 100%;
  }
}
/*-----------------------------------------------
tag-list
-----------------------------------------------*/
#detail .tag-list{
  margin: 0 0 40px!important;
}
.tag-list{
  margin-top: 60px;
}
.tag-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding-bottom: 1px;
}
.tag-list li {
  font-size: 12px;
  line-height: 1;
}
 .tag-list li a {
  display: inline-block;
   font-size: 14px!important;
   color: #0978b7;
  border: 1px solid #0978b7;
  padding: 4px 7px;
  border-radius: 3px;
  transition: opacity .4s;
}
 .tag-list li a::before {
  content: "#";
}
.tag-list ul li a:hover {
  opacity: .7;
}
/*-----------------------------------------------
保護記事
-----------------------------------------------*/
.post-password-form input[name="post_password"]{
  border: 1px solid #000;
  padding: 10px 40px 10px 10px;
}
.post-password-form input[name="Submit"]{
    background: #165099;
    color: #fff;
    padding: 0 15px;
    line-height: 37px;
    border-radius: 5px;
  cursor: pointer;
}

/* main
-----------------------------------------------*/
#main {
  position: relative;
  width: 100%;
  height: 200px;
/*  height: 360px;*/
  background: url("/img/specialist/special/img-main-01.jpg")no-repeat;
  background-size: cover;
  background-position: center;
}
.category-voice #main {
  background: url(/img/specialist/welcome/img-main-01.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.category-voice h3.wp-block-heading{
  display: none;
}
#main h1,
#main p {
  font-size: 40px;
  font-weight: bold;
}
#main .inner {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: 1440px;
  width: 100%;
  padding: 60px 120px 60px 120px;
}

@media only screen and (max-width:1040px) {
#main .inner {
  top: 50%;
}

}
@media only screen and (max-width:767px) {
  #main {
    height: 120px;
  }
#main .inner {
  top: 50%;
  padding: 20px 20px 20px 20px;
}
#main h1,
#main p {
    font-size: 24px;
  }
}


/* content
-----------------------------------------------*/
#content table {
  margin-top: 40px;
}
#content td, #content th {
  padding: 10px;
}
#content th {
  width: 25%;
}
.category-140036 tr th:first-child {
  width: 5%!important;
}
#content tr:nth-child(odd) {
  background: rgba(190, 227, 246, .4);
}
#content .abox {
  border: #BEE3F6 2px solid;
  padding: 20px;
  margin-top: 20px;
}
#content .abox + table {
  margin-top: 60px;
}
#content a[href$=".pdf"] {
  color: #0978B7;
  position: relative;
  padding-right: 25px
}
#content a[href$=".pdf"]::after {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  background-image: url("/img/common/icon-pdf.png");
  background-repeat: no-repeat;
    margin-left: 4px;
    margin-top: 10px;
}
@media only screen and (max-width:767px) {
  #content table {
    margin-top: 30px;
  }
  #content th {
    width: 27%;
    white-space: nowrap;
  }
  #content td, #content th {
    font-size: 16px !important;
    line-height: 1.5;
    padding: 10px;
  }
}
