@charset "UTF-8";
.pageHeader {
  background: url("../img/topics/pic_topics_h2bg.jpg") 50% 100% no-repeat;
  background-size: cover; }
  .pageHeader h2 {
    width: auto;
    height: auto;
    margin: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0;
    font-size: 30px;
    font-weight: normal;
    color: #fff;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    z-index: 1; }
    .pageHeader h2:after {
      content: "";
      width: 60px;
      height: 3px;
      padding: 0;
      margin: auto;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: block;
      background: #ffd700;
      background-size: 0px 0px;
      position: absolute;
      top: -3px;
      left: 0;
      right: 0; }
/*ブロック*/
#mainContainer {
  margin: 20px auto 0;
  position: relative; }

.innerWrapper {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  position: relative; }

section {
  width: 1000px;
  height: auto;
  margin: 0 auto 50px;
  padding: 0;
  box-sizing: border-box;
  display: block; 
}

/*見出し*/
h3 {
  width: 900px;
  height: auto;
  margin: 0 auto 20px;
  padding: 10px;
  box-sizing: border-box;
  display: block;
  border-bottom: 1px solid #9f9f9f; }

h3.topics {
  width: 900px;
  height: auto;
  margin: 0 auto 20px;
  padding: 10px 0;
  box-sizing: border-box;
  display: block;
  border-bottom: 1px solid #9f9f9f; }
  h3.topics p {
    font-size: 22px;
    font-weight: normal; }
  h3.topics p.date {
    font-size: 15px;
    margin: 0 auto 5px;
    font-weight: normal; }
h4 {
  width: 900px;
  height: auto;
  margin: 0 auto 0;
  padding: 10px;
  box-sizing: border-box;
  display: block;
  border-bottom: 1px solid #9f9f9f; }

/*アーカイブス*/
ul.topicsTxt {
  width: 900px;
  height: auto;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  display: block; }

ul.topicsTxt li {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 10px 0;
  box-sizing: border-box;
  display: table;
  position: relative; }
  ul.topicsTxt li:after {
    content: "";
    width: 98%;
    height: 2px;
    margin: auto;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 1px dashed #9f9f9f; }
  ul.topicsTxt li a {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    display: block;
    color: #333;
    text-decoration: none;
    border-radius: 3px; }
  ul.topicsTxt li:hover a {
    transition-duration: 0.8s;
    background: #f0f0f0; }
  ul.topicsTxt li p {
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
    display: table-cell;
    font-size: 14px; }
  ul.topicsTxt li p.date {
    width: 100px; }
  ul.topicsTxt li p.txt {
    width: 780px;
    position: relative;
    padding: 10px 10px 10px 50px; }
  ul.topicsTxt li p.txt.new:after {
    content: "NEW";
    width: 40px;
    height: auto;
    padding: 3px;
    margin: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    background: #1a74bc;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    text-align: center;
    position: absolute;
    top: 8px;
    left: 0; }
/*コンテンツ内ボタン汎用*/
.btnWrapper {
  width: 880px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  text-align: right; 
}
  .btnWrapper .linkBtn {
    width: auto;
    height: 40px;
    min-height: 30px;
    margin: 0;
    padding: 0 20px 0 35px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    background: url(../img/icon_linkbtn_arr_wh.png) 20px 50% no-repeat #333;
    border-radius: 3px;
    color: #fff;
    line-height: 40px;
    font-size: 14px;
    vertical-align: top;
    text-decoration: none;
    text-align: left; }
    .btnWrapper .linkBtn:hover {
      transition-duration: 0.8s;
      opacity: 0.7; }
    .btnWrapper select.linkBtn {
      -webkit-appearance: none;
      appearance: none; }

.btnMonth {
  padding: 10px 0px 10px 0px;
  text-align: left;
}
.btnMonth ul li{
  display: inline;
}
.btnMonth a.linkBtn {
  width: 66px;
  height: 40px;
  min-height: 30px;
  margin: 0;
  padding: 0 10px 0 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  background: url(../img/icon_linkbtn_arr_wh.png) 10px 50% no-repeat #333;
  border-radius: 3px;
  color: #fff;
  line-height: 40px;
  font-size: 13px;
  vertical-align: top;
  text-decoration: none;
  text-align: center; 
}

/*詳細ページ1*/
.content {
  width: 900px;
  height: auto;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  zoom: 1;
  margin-bottom: 50px;
}

  .content p {
    padding: 15px 0 0;
    line-height: 1.4; }
/*  .content img {
    width: auto;
    height: auto;
    margin: 30px 0;
    padding: 0;
    box-sizing: border-box;
    display: block; }
*/
  .content .youtube-responsive {
    position: relative;
    width: 100%;
    max-width: 640px;
    padding-top: min(56.25%, 360px);
  }
  .content .youtube-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .content figcaption {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 5px 0;
    box-sizing: border-box;
    display: block;
    text-align: center; }
  .content:after {
    content: "";
    display: block;
    clear: both;

}.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }


span.wpcf7-form-control-wrap.your-textarea {
  width: 80%;
  height: auto;
  margin: 5px 0;
  padding: 0;
  box-sizing: border-box;
  display: block; }
span.wpcf7-form-control-wrap.your-textarea textarea {
  -moz-appearance: none;
  background: #fff none repeat scroll 0 0;
  border: 2px solid #cacaca;
  border-radius: 3px;
  box-sizing: border-box;
  color: #333;
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "メイリオ", Meiryo, "Helvetica Neue", "Segoe UI", sans-serif;
  height: auto;
  margin: 0;
  min-height: 100px;
  padding: 10px;
  /*resize: none;*/
  width: 100%; }

.wpcf7-response-output.wpcf7-mail-sent-ok {
  width: 80%;
  height: auto;
  margin: 10px auto;
  padding: 10px;
  box-sizing: border-box;
  display: block;
  text-align: center;
  font-size: 15px;
  background: #f0f0f0;
  border-radius: 3px; }

input.wpcf7-form-control.wpcf7-submit,
input.wpcf7-form-control.wpcf7-back,
input.wpcf7-form-control.wpcf7-confirm {
  width: auto;
  height: 40px;
  min-height: 30px;
  margin: 0;
  padding: 0 20px 0 35px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  background: url(../img/icon_linkbtn_arr_wh.png) 20px 50% no-repeat #333;
  border-radius: 3px;
  color: #fff;
  line-height: 40px;
  font-size: 14px;
  vertical-align: top;
  text-decoration: none;
  text-align: left; }
input.wpcf7-form-control.wpcf7-submit:hover,
input.wpcf7-form-control.wpcf7-back:hover,
input.wpcf7-form-control.wpcf7-confirm:hover {
  transition-duration: 0.8s;
  opacity: 0.7; }

.wpcf7-select,
input.wpcf7-form-control.wpcf7-text {
  height: auto;
  padding: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  line-height: 25px;
  border: 2px solid #cacaca;
  border-radius: 3px;
}

input.wpcf7-form-control.wpcf7-submit,
input.wpcf7-form-control.wpcf7-back,
input.wpcf7-form-control.wpcf7-confirm {
  width: auto;
  height: 40px;
  min-height: 30px;
  margin: 0;
  padding: 0 20px 0 35px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: url(https://l-horse.net//wp-content/themes/web_contents/img/icon_linkbtn_arr_wh.png) 20px 50% no-repeat #333;
  display: inline-block;
  border-radius: 3px;
  color: #fff;
  line-height: 40px;
  font-size: 14px;
  vertical-align: top;
  text-decoration: none;
  text-align: left;
}

input.wpcf7-form-control.wpcf7-submit:hover,
input.wpcf7-form-control.wpcf7-back:hover,
input.wpcf7-form-control.wpcf7-confirm:hover {
  transition-duration: 0.8s;
  opacity: 0.7;
}

.wpcf7-select {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

.wpcf7-list-item input[type="checkbox"],
.wpcf7-list-item input[type="radio"] {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  display: inline-block;
}


/*-sp-------------------------------------------------------------------------------*/

@media(max-width:767.9px){
  .respons #mainContainer {
  padding: 50px 0 0 0; }

  .respons .pageHeader {
  width: 100%;
  height: 100px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  display: block;
  background: url(../img/topics/pic_topics_h2bg.jpg) 50% 50% no-repeat;
  background-size: cover;
  position: relative;
  text-align: justify;
}
  .respons .pageHeader:after {
    content: "";
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 100%); }

  .respons .topicsDetail a {
  word-break: break-all;}

  .respons .pageHeader h2 {
  width: 100%;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  margin: auto;
  padding: 0 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
  color: #fff;
  z-index: 2;
  font-size: 20px; 
  left: auto;
  transform: translateY(0%) translateX(0%);
  -webkit-transform: translateY(0%) translateX(10px);
}
  .respons .pageHeader h2:after {
    content: "";
    width: 40px;
    height: 3px;
    padding: 0;
    margin: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    background: #ffd700;
    background-size: 0px 0px;
    position: absolute;
    top: -5px;
    left: 0;
    right: 0; }

    .respons section.sp_content {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 15px 0;
  box-sizing: border-box;
  display: block; }

  .respons h3 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 10px 10px;
  box-sizing: border-box;
  display: block; }

  .respons h4.sp_style{
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 10px 10px;
    box-sizing: border-box;
    display: block; 
    font-size: 18px;  
  }

  .respons .topics {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 0;
  box-sizing: border-box;
  display: block; }

  .respons ul.topicsTxt {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 0 15px 0;
  box-sizing: border-box;
  display: block; }
  .respons ul.topicsTxt li {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 8px 20px 10px 10px;
    box-sizing: border-box;
    display: block;
    border-bottom: 1px dashed #9f9f9f;
    position: relative; }
    .respons ul.topicsTxt li:last-child {
      /*border-bottom: none;*/ 
    }
    .respons ul.topicsTxt li:nth-child(2n) {
      background: #f0f0f0; }
      .respons ul.topicsTxt li:after {
      content: "";
      width: 12px;
      height: 12px;
      padding: 0;
      margin: auto;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: block;
      background: url(../img/icon_linkbtn_arr02_bk_sp.png) 0 0 no-repeat;
      background-size: 12px 12px;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 5px;
      left : auto;
      border-bottom: 0px solid #fff;
     }
      .respons ul.topicsTxt li :hover {
      opacity: 0.7;
      transition-duration: 0.8s; }

      .respons ul.topicsTxt li:hover a {
        transition-duration: 0s;
        background: transparent; }

      .respons ul.topicsTxt li a {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    display: block;
    text-decoration: none; }
    .respons ul.topicsTxt p.date {
    width: auto;
    height: 25px;
    margin: 0 auto 5px;
    padding: 0 5px 0 0;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    line-height: 25px; 
    font-size: 13px;
  }
    
    /*SP 表示時　PC　NEWを非表示*/
    ul.topicsTxt li p.txt.new:after{
      content: "";
      width: 0px;
      height: 0px;
      padding: 0px;
      margin: 0px;
      display: none;
      background: #ffffff;
      color: #fff;
      font-size: 0px;
      border-radius: 0px;}

    .respons ul.topicsTxt li.new p.date:after {
    content: "NEW";
    width: auto;
    height: 20px;
    padding: 0 5px;
    margin: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    background: #1a74bc;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%; }
    .respons ul.topicsTxt p.txt {
    padding: 0 0 0 3px;
    line-height: 1.3;
    font-weight: normal; 
    font-size: 13px;
  }

    .respons #selectYear_sp {
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  display: block; }

  .respons .btnWrapper {
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
  padding: 0 10px;
  box-sizing: border-box;
  display: block; }

  .respons .btnWrapper.sp_style {
    margin: 0 auto 0px;}

  .respons .btnWrapper a.linkBtn {
    width: auto;
    height: auto;
    min-height: 30px;
    margin: 0 0 5px;
    padding: 10px 20px 10px 35px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    background: url(../img/icon_linkbtn_arr_wh_sp.png) 5px 50% no-repeat #333;
    background-size: 8px 8px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    vertical-align: top;
    text-decoration: none;
    text-align: left; }
    .respons .btnWrapper a.linkBtn:hover {
      transition-duration: 0.8s;
      opacity: 0.7; }
      .respons .btnMonth {
  padding: 1% 0 0 0;
  text-align: center;
  margin: 0;
}
.respons .btnMonth ul{
  padding: 0;
}
.respons .btnMonth ul li{
  display: inline;
}
.respons .btnMonth a.linkBtn {
  width: 15%;
  height: 40px;
  min-height: 30px;
  margin: 0;
  padding: 0 1% 0 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  border-radius: 3px;
  color: #fff;
  line-height: 40px;
  font-size: 14px;
  vertical-align: top;
  text-decoration: none;
  text-align: right;
}
.respons .btnMonth a.linkBtn{
  margin: 0 0 5px 0;
}


/*お知らせ詳細*/
.respons section.topicsDetail {
  padding: 10px;
  overflow: hidden;
  zoom: 1;
  width :100%;
}
  .respons section:after {
    content: "";
    display: block;
    clear: both;
}
.respons section.topicsDetail h3 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0 5px;
    box-sizing: border-box;
    display: block;
    border-bottom: 1px solid #9f9f9f; }
    .respons section.topicsDetail h3 p {
      width: 100%;
      height: auto;
      margin: 0 auto;
      padding: 0;
      box-sizing: border-box;
      display: block;
      font-size: 18px; }
      .respons section.topicsDetail h3 p.date {
      width: 100%;
      height: auto;
      margin: 0 auto;
      padding: 0;
      box-sizing: border-box;
      display: block;
      font-size: 13px; }
      .respons section.topicsDetail p {
    padding: 15px 5px 0; }
    .respons section.topicsDetail img {
    max-width: 100%;
	height: auto;
    margin: 0 auto;
    padding: 20px 0 0;
    box-sizing: border-box;
    display: block; }
    .respons section.topicsDetail .youtube-responsive {
    position: relative;
    width: 100%;
    max-width: 640px;
    padding-top: min(56.25%, 360px);
  }
  .respons section.topicsDetail .youtube-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .respons section.topicsDetail figcaption {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 3px 0;
    box-sizing: border-box;
    display: block; }

    .respons .aligncenter {
    display: block;
    margin: 0 auto;
}
.respons .alignright { float: right; }
.respons .alignleft { float: left; }

}