@charset "utf-8";

/* ===============================================
# お知らせ　news
=============================================== */
/* 
# 一覧　index
------------------------------------------------ */
#news_list .pagination li.arrow {
  font-size: 20px;
  font-size: 2.0rem;
  margin-top: 1px;
}
#news_list .pagination.top {
  margin: 70px auto 55px;
}
#news_list .pagination.bottom { 
  margin: 55px auto 0;
}
#news_list .entryList li {   
  font-size: 17px;
  font-size: 1.7rem;
}
#news_list .entryList li a {
  padding: 9px 0;
}


@media screen and (max-width: 768px){ 
  #news_list .sec_news {
    padding: 0;
  }
  #news_list .pagination li.arrow {
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 0;
  }
  #news_list .entryList li {  
    font-size: 14px;
    font-size: 1.4rem;
  }
  #news_list .pagination.top {
    margin: 10px auto 25px;
  }
  #news_list .pagination.bottom {
    margin: 30px auto 0;
  }
  #news_list .cmn_pageback a {
    margin: 30px 0 80px;
  }
}


/* 
# 詳細　details
------------------------------------------------ */
/* 記事タイトル */
.sec_news_ttl{
  border-bottom: 2px solid #00b097;
  box-shadow: 0px 16px 0px 0px rgba(0 176 151 / 6%);/*IE*/
  box-shadow: 0px 16px 0px 0px rgb(0 176 151 / 6%);
}
.sec_news_ttl .news_inner{
  max-width: 1140px;
  padding: 40px 150px 45px 30px;
  margin: 0 auto;
  position: relative;
}
.sec_news_ttl .news_inner .ttl_block {
  display: table-cell;
  padding-left: 0;
  vertical-align: middle;
}
.sec_news_ttl time {
  display: block;
  margin: 7px 0 0px;
  color: #00b097;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 1px;
}
.sec_news_ttl  .sect_title {
  margin: 10px 0;
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: 500;
  line-height: 1.25;
}
.sec_news_ttl .back { 
  position: absolute; 
  bottom: 56px;
  right: 30px;
}
.sec_news_ttl .back a {
  font-size: 15px;
  font-size: 1.5rem;
}
.sec_news_ttl .back a span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 1px;
  border-bottom: 1px solid #000;
  line-height: 1.2;
}
.sec_news_ttl .back a span:before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  right: 40px;
  bottom: 0;
  background: url(../images/ico_arrow_back.svg) left top no-repeat;
  background-size: 18px;
}
@media screen and (max-width: 768px) {
  .sec_news_ttl {
    border-bottom: 1px solid #00b097;
    box-shadow: 0px 1px 7px 0px rgba(6 92 80 / 16%);/*IE*/
    box-shadow: 0px 1px 7px 0px rgb(6 92 80 / 16%);
  }
  .sec_news_ttl .news_inner {
    padding: 23px 0 0;
    max-width: 89%;
  }
  .sec_news_ttl time {
    margin: 0;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0;
    font-weight: 500;
  }
  .sec_news_ttl .sect_title {
    margin: 10px 0;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 1.5;
  }
  .sec_news_ttl .back {
    top: 20px;
    right: 0;
  }
  .sec_news_ttl .back a {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .sec_news_ttl .back a span {
    border-bottom: none;
    padding: 7px 0 0;
  }
  .sec_news_ttl .back a span:before {
    width: 13.5px;
    height: 13.5px;
    right: 31px;
    background-size: 13.5px;
  }
}

#details .cmn_p {
  line-height: 2.0;
}
#details .cmn_textPhoto .photo {
  max-width: 424px;
  margin-bottom: 25px;
}
#details .cmn_textPhoto{
  margin-bottom: 0;
}
#details .cmn_textPhoto figure{
 margin-bottom: 15px;
}
#details .listLink1 li a{  
  border-bottom: none;
}



.list_link{
  margin-bottom: 20px;
}
.list_link li{
  margin-bottom: 10px;
}
.list_link li a{
  padding-left: 1.5em;
  background: url(../images/ico_arrow_bk.svg)no-repeat center left;;
  background-size: 15px;
  border-bottom: none;
  color: #000
}
.list_link li a:hover{
  opacity: 0.6;
}
.list_link:nth-child(n+2){
  margin-top: 15px;
}
.list_link li img{
  margin-left: 13px;
  vertical-align: middle;
}




#details .cmn_btn {   
  margin-bottom: 15px;
}
#details .cmn_btn a {
  padding: 25px 60px 25px 20px;
  color: #fff;
}
#details .tableStyle th {
  width: 145px;
  padding: 30px 20px;
}
#details .tableStyle .cmn_textPhoto .photo {
    max-width: 236px;
    margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  #details .cmn_btn a {
    padding: 20px 60px 20px 20px;
  }
  #details .cmn_textPhoto .photo {
    margin-bottom: 10px;
  }
  #details .tableStyle .listLink1,
  #details .tableStyle .listLink2 {
    margin-bottom: 2px;
}
  #details .listLink1 li a {
    font-weight: bold;
  }
  #details .listLink1 li, 
  #details .listLink2 li {
    padding-left: 1.0em;
    background: url(../images/ico_arrow_bk.svg)no-repeat top 3px left 3px;
    background-size: 13px;
  }
  #details .tableStyle th,
  #details .tableStyle td{
    width: 100%;
    display: block;
  }
  #details .tableStyle th{
    padding: 19px 5%;
  }
  #details .tableStyle td{
    padding: 10px 2%;
    line-height: 1.8;   
  }
  #details .tableStyle .cmn_textPhoto .photo {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  #details .tableStyle .cmn_p {
    line-height: 1.8;   
    margin-bottom: 10px;
  }
  #details .cmn_tableStyle th {
    height: 30px;
    padding: 6px 5%;
  }
  #details .cmn_tableStyle td {
    padding: 10px 2%;
    line-height: 1.8;   
  }
}



/*見出し-------------------------*/
.cmn_ttl03 {
  margin-bottom: 20px;
}
.cmn_ttl04 {
  margin-bottom: 10px;
}

/*テキスト-------------------------*/
.cms_txt{
  margin-bottom: 20px;
}
.cms_txt p{
  margin-bottom: 10px;
}
.cms_txt a, a:visited {
  text-decoration: underline;
  color: #00b097;
}


/*通常-------------------------*/
.cms_txt > ul, ul.cmn_discList {
  margin-bottom: 10px;
}

/*数字-------------------------*/
.cms_txt > ol{
  padding-left: 0;
}
.cms_txt ol{ 
  margin-bottom: 10px;
  text-indent: 0;
  counter-reset: number;
  list-style-type: none;
}
.cms_txt ol > li{
  position: relative;
  counter-increment: number;
  padding-left: 2.0em;
  font-size: 17px;
  font-size: 1.7rem;
}
.cms_txt ol > li b{
  font-weight: bold;
}
.cms_txt ol > li::before{
  position: absolute;
  left: 0;
  top: 4px;
  display: inline-block;
  counter-increment: count 1;
  content: counter(number) ;
  color: #fff;
  background: #00b097; 
  padding: 0px 7px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 17px;
  line-height: 1.5;
}
.cms_txt ol > li:nth-child(n+2){
  margin-top: 8px;
}
@media screen and (max-width :768px){
 .cms_txt ol > li{
    font-size: 14px;
    font-size: 1.4rem;   
    padding-left: 1.8em;
  }
  .cms_txt ol > li:nth-child(n+2){
    margin-top: 10px;
  }
  .cms_txt ol > li::before{ 
    padding: 0px 5px;
    font-size: 15px;
    line-height: 1.4;
    top: -1px;
  }
}


/*画像ボタン-------------------------*/
.btn_img {
  margin-bottom: 15px;
}




