@charset "utf-8";
.caption{
  margin-bottom: 60px;
  padding: 1em;
  border: 1px solid #0068B7;
  border-radius: 10px;
}
.ttl{
  font-size: 32px;
  font-weight: 700;
  color: #1D2087;
  margin-bottom: 40px;
  line-height: 1.5;
}
.ttl span{
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #DC003C;
  display: inline-block;
  padding: 0.5em 1em;
  line-height: 1;
  border-radius: 5px;
  margin-right: 5px;
  vertical-align: middle;
}
.item_box {
  border-bottom: 1px dotted #000000;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.item_box dl{
  display: flex;
}
.item_box dl dt{
  width: 50%;
}
.item_box dl dd{
  width: 50%;
  padding-left: 40px;
}
.item_box dl dd .bt_base{
  width: 100%;
  max-width: 250px;
}
span.price{
  font-size: 28px;
  font-weight: 500;
  font-family: "Roboto Condensed", sans-serif;
  margin-right:5px;
  vertical-align: baseline;
}
hr{
  border-top: 1px dotted #000;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .item_box dl{
  flex-direction: column;
}
.item_box dl dt{
  width: 100%;
  margin-bottom: 20px;
}
.item_box dl dd{
  width: 100%;
  padding-left: 0;
}
.item_box dl dd .bt_base{
  width: 100%;
  max-width: 250px;
}
}
@media screen and (max-width: 768px) {
  .ttl{
  font-size: 24px;
  margin-bottom: 20px;
}
.ttl span{
  font-size: 14px;
}
}
@media screen and (max-width: 550px) {
    .ttl{
  font-size: 20px;
  margin-bottom: 20px;
}
}

/*-------------------------------------*/
/*	サブタイトル	*/
/*-------------------------------------*/
#subimg{
position: relative;
}

#subimg h2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #FFFFFF;
    font-weight: 700;
    font-size: 50px;
    text-align: center;
    display: inline-block;
    background-color: #1D2087;
    padding: 0.4em 1em;
    width: 100%;
    max-width: 640px;

}
#subimg h2 span,#subttl h2 span{
    font-weight: 700;
    font-size: 30px;
    display: block;
    margin-top: 20px;
}
#subttl{
  background-color: #1D2087;
  width: 100%;
  padding: 40px 20px;
}
#subttl h2{
      color: #FFFFFF;
    font-weight: 700;
    font-size: 50px;
    text-align: center;
}
@media screen and (max-width: 991px) {
  #subimg h2{
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    font-size: 28px;
    text-align: center;
    display: block;
    padding: 0.4em 0.5em;
        max-width: 1000px;
}
#subttl h2{
    font-size: 28px;
}
#subimg h2 span,#subttl h2 span{
    font-size: 16px;
    margin-top: 10px;
}
}
@media screen and (max-width: 768px) {
  #subimg h2{
    font-size: 24px;
    padding: 0.4em 0.5em;
}
#subttl h2{
    font-size: 24px;
}
#subimg h2 span,#subttl h2 span{
    font-size: 14px;
    margin-top: 10px;
}
}
@media screen and (max-width: 550px) {
}

/*-------------------------------------*/
/*	お知らせ　詳細	*/
/*-------------------------------------*/
/*　新着　*/
#news .caption{
  font-weight: 400;
  margin-bottom: 10px;

}
#single .date {
  font-size: 1.4rem;
  margin-right: 10px;
}
.thumb {
  display: block;
  margin: 0 auto 40px auto;
  text-align: center;
}






/*ページャー*/
#pager {
  margin: 40px 0;
  border-bottom: 1px solid #AAAAAA;
  border-top: 1px solid #AAAAAA;
}
#pager li.prev {
  width: 50%;
  float: left;
}
#pager li.next {
  width: 50%;
  float: right;
  text-align: right;
}
#pager li a {
  display: block;
  padding: 1em 0;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: capitalize;
}
#pager li a:hover {
  color: #0290D4;
}
#pager li.prev a::before {
  content: "\f104";
  font-family: FontAwesome;
  margin-right: 10px;
  color: #000;
}
#pager li.next a::after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 10px;
  color: #000;
}
/*ページネーション*/
.wp-pagenavi {
  clear: both;
  margin: 40px auto auto;
  text-align: center;
  font-size: 100%;
}
.wp-pagenavi a {
  text-decoration: none !important;
  padding: 1em 1.2em !important;
  margin: 3px;
  display: inline-block;
  color: #3E3A3A !important;
  background: #FFFFFF;
  border: 1px solid #3E3A3A;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 1.6rem;
  font-weight: 600;
}
.wp-pagenavi span {
  color: #1E5482;
}
.wp-pagenavi span.current {
  text-decoration: none !important;
  padding: 1em 1.2em !important;
  margin: 3px;
  display: inline-block;
  border: 1px solid #3E3A3A;
  color: #FFFFFF;
  background: #3E3A3A;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 600;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-color: #3E3A3A !important;
}
.wp-pagenavi a:hover {
  border: 1px solid #3E3A3A;
  color: #FFFFFF !important;
  text-decoration: none !important;
  background: #3E3A3A;
  padding: 1em 1.2em !important;
}
.wp-pagenavi a:hover span {
  color: #FFFFFF;
}
.wp-pagenavi span {
  border: none !important;
}
.extend {
  padding: 0 10px 0 10px;
}
@media screen and (max-width: 768px) {
  .previouspostslink, .nextpostslink {
    font-size: 1.4rem;
  }
  .cat {
    padding: 0.5em 0.5em;
    font-size: 1.0rem;
  }
}
