@charset "UTF-8";
/* =========================================
        お知らせ
==========================================*/

.info .page-contents-head {
  position: relative; }

.info .page-contents-head p {
  position: absolute;
  left: 300px;
  top: 90px; }

.info .pagetitle span {
  height: 215px;
  background: url("../img/info/info-title_pc.png") 0 0 no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block; }

.info-list {
  float: left;
  width: 700px;
  margin: auto 0 50px;
  padding-top: 25px;
  padding-left: 40px;
  box-sizing: content-box; }

.info-list li {
  width: 100%;
  font-size: 22.4px;
  font-size: 1.4rem;
  border-bottom: 2px solid #F7F5F2; }

.info-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  position: relative;
  height: 80px; }

.info-list li a:before {
  content: "";
  display: block;
  margin-left: 20px;
  margin-right: 20px;
  vertical-align: middle;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s; }

.info-list li a:hover {
  text-decoration: none;
  background: #eef7f9; }

.info-list li a:hover:before {
  -webkit-transform: translateX(5px);
  transform: translateX(5px); }

.info-list li:nth-child(3n+1) a:before {
  background-image: url(../img/sprite.png);
  background-position: -844px -393px;
  width: 18px;
  height: 13px;
  background-size: 881px 682px; }

.info-list li:nth-child(3n+2) a:before {
  background-image: url(../img/sprite.png);
  background-position: -844px -370px;
  width: 18px;
  height: 13px;
  background-size: 881px 682px; }

.info-list li:nth-child(3n+3) a:before {
  background-image: url(../img/sprite.png);
  background-position: -844px -430px;
  width: 17px;
  height: 13px;
  background-size: 881px 682px; }

.info-list li p {
  display: inline-block;
  vertical-align: middle; }

.info-list .newicon {
  width: 41px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px; }

.info-list .info-title {
  display: inline-block;
  width: 420px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-top: 3px; }

.info-list .info-date {
  font-size: 20.8px;
  font-size: 1.3rem;
  color: #666666;
  width: 155px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  height: 80px;
  line-height: 80px; }

.year-archives {
  width: 290px;
  float: right;
  padding-top: 55px; }

.year-archives h3 {
  width: 242px;
  height: 59px;
  margin-bottom: 15px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  background: url("../img/info/archives_pc.png") 0 0 no-repeat; }

.year-archives ul {
  font-size: 20.8px;
  font-size: 1.3rem;
  line-height: 292.30769%;
  padding-right: 40px; }

.year-archives li:nth-child(3n+1) a:after {
  background-image: url(../img/sprite.png);
  background-position: -866px -233px;
  width: 7px;
  height: 13px;
  background-size: 881px 682px; }

.year-archives li:nth-child(3n+2) a:after {
  background-image: url(../img/sprite.png);
  background-position: -866px -212px;
  width: 9px;
  height: 11px;
  background-size: 881px 682px; }

.year-archives li:nth-child(3n+3) a:after {
  background-image: url(../img/sprite.png);
  background-position: -866px -256px;
  width: 6px;
  height: 13px;
  background-size: 881px 682px; }

.year-archives a {
  display: block;
  font-weight: bold;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s; }

.year-archives a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  float: right;
  margin-right: 23px;
  position: relative;
  top: 10px; }

.year-archives a:hover {
  text-decoration: none;
  background-color: #eef7f9;
  text-indent: .5em; }

/* お知らせ 詳細ページ
===================*/

.info-detail {
  float: left;
  width: 700px;
  margin: auto 0 50px;
  padding-top: 25px;
  padding-left: 40px;
  box-sizing: content-box; }

.info-post-head {
  position: relative;
  margin-bottom: 40px; }

.info-post-head .info-post-time {
  position: absolute;
  bottom: 50px;
  left: 0;
  font-size: 20.8px;
  font-size: 1.3rem; }

.info-post-title {
  line-height: 136.36364%;
  font-size: 35.2px;
  font-size: 2.2rem;
  font-weight: bold;
  padding-right: 140px;
  padding-bottom: 70px;
  min-height: 110px;
  vertical-align: bottom;
  color: #411C06;
  background: url("../img/data/data-sepalater_pc.png") left bottom no-repeat;
  display: table;
  width: 100%; }

.info-post-title h3 {
  display: table-cell;
  vertical-align: bottom;
  font-weight: bold; }

.info-post-title i {
  display: table-cell;
  height: 50px;
  width: 1px; }

.info-post-entry {
  font-size: 20.8px;
  font-size: 1.3rem;
  line-height: 261.53846%;
  width: 670px;
  margin-bottom: 100px;
  /* 共通設定 */ }

.info-post-entry p {
  overflow: hidden;
  margin-bottom: 1.5em; }

.info-post-entry h4 {
  clear: both;
  font-size: 28.8px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 180%; }

.info-post-entry ol, .info-post-entry ul {
  clear: both;
  padding-left: 2em;
  margin-bottom: 2em; }

.info-post-entry li {
  list-style-type: inherit;
  margin-bottom: .5em; }

.info-post-entry table {
  clear: both;
  border: 1px solid #ccc;
  margin-bottom: 2em; }

.info-post-entry th, .info-post-entry td {
  border: 1px solid #ccc;
  padding: .5em;
  vertical-align: middle; }

.info-post-entry thead th {
  background: #f6f1e5; }

.back-to-index {
  text-align: center; }

.back-to-index a {
  display: block;
  margin: auto;
  width: 263px;
  height: 127px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url("../img/info/backtoindex_pc.png"); }

@media only screen and (max-width: 767px){

  .info .page-contents{
    margin: 0 -20px;
    background: none; }

  .info .page-contents-head p{
    left: 50%;
    margin-left: -2px;
    top: 10px;
    z-index: 10; }

  .info .pagetitle{
    background: #FFF; }

  .info .pagetitle span{
    height: 123px;
    background: url("../img/info/info-title_sp.png") center 0/auto 100% no-repeat;
    position: relative;
    top: -20px;
    margin-bottom: -20px; }

  .info-list{
    float: none;
    width: 100%;
    margin: auto auto 50px;
    padding: 0;
    background: #FFF; }

  .info-list li:last-child{
    border: none; }

  .info-list li a{
    height: auto;
    padding: 15px 20px 15px 45px; }

  .info-list li a:before{
    margin-left: 14px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px; }

  .info-list li:nth-child(3n+1) a:before{
    background-image: url(../img/sprite-sp.png);
    background-position: -405.5px -240px;
    width: 17.5px;
    height: 12px;
    background-size: 508.5px 447.5px; }

  .info-list li:nth-child(3n+2) a:before{
    background-image: url(../img/sprite-sp.png);
    background-position: -377.5px -240px;
    width: 18px;
    height: 12px;
    background-size: 508.5px 447.5px; }

  .info-list li:nth-child(3n+3) a:before{
    background-image: url(../img/sprite-sp.png);
    background-position: -236.5px -120px;
    width: 16.5px;
    height: 12.5px;
    background-size: 508.5px 447.5px; }

  .info-list li p{
    line-height: 130.76923%; }

  .info-list .info-title{
    white-space: normal;
    width: auto;
    overflow: visible; }

  .info-list .info-date{
    position: static;
    height: auto;
    line-height: 100%;
    display: block;
    text-align: left;
    margin-top: .2em; }

  .year-archives{
    float: none;
    width: 100%;
    padding-top: 0; }

  .year-archives h3{
    margin: auto auto 15px;
    background-image: url("../img/info/archives_sp.png");
    background-size: 100% auto; }

  .year-archives ul{
    background: #FFF;
    padding: 10px 0 40px;
    font-size: 1.2rem; }

  .year-archives li{
    border-bottom: #F1EEE9 1px solid; }

  .year-archives li:last-child{
    border: none; }

  .year-archives a{
    padding-left: 40px;
    padding-right: 25px;
    height: 38px;
    line-height: 38px; }

  .year-archives a:after{
    margin-right: 0; }

  .detail .year-archives{
    display: none; }

  .info-detail{
    float: none;
    width: 100%;
    margin: auto auto 0;
    padding: 0;
    background: #FFF; }

  .info-post-head{
    width: 270px;
    margin: auto auto 40px; }

  .info-post-head .info-post-time{
    bottom: 25px; }

  .info-post-title{
    font-size: 1.6rem;
    min-height: 70px;
    padding: 18px 40px 42px 0;
    width: 270px;
    margin: auto;
    background-image: url("../img/data/data-sepalater_sp.png");
    background-position: 0 bottom;
    background-size: 270px auto; }

  .info-post-title h3{
    width: 190px; }

  .info-post-title i{
    width: auto; }

  .info-post-entry{
    width: 100%;
    padding: 0 25px;
    margin-bottom: 50px; }

  .info-post-entry table{
    line-height: 120%; }

  .back-to-index a{
    width: 188px;
    height: 93px;
    background: url("../img/info/backtoindex_sp.png") center center/100% auto no-repeat;
    position: relative;
    top: -50px; } }
