@charset "UTF-8";
/* newsList */
#newsList .list {
  width: calc(560 / 600 * 100%);
  margin: calc(75 / 600 * 100%) auto calc(100 / 600 * 100%) auto;
  border-top: 1px solid #222222; }
  #newsList .list .item {
    border-bottom: 1px solid #222222; }
    #newsList .list .item a {
      display: flex;
      justify-content: space-between;
      position: relative;
      padding: calc(43 / 560 * 100%) 0 calc(43 / 560 * 100%) 0; }
      #newsList .list .item a:after {
        content: "";
        display: none;
        position: absolute;
        top: 2px;
        bottom: 0;
        right: 5px;
        width: 10px;
        height: 10px;
        margin: auto;
        border-top: 1px solid #222222;
        border-right: 1px solid #222222;
        transform: rotate(45deg); }
      #newsList .list .item a .image {
        flex-basis: calc(180 / 560 * 100%); }
      #newsList .list .item a .text {
        flex-basis: calc(350 / 560 * 100%); }
        #newsList .list .item a .text .date {
          font-size: 11px;
          font-size: 0.22rem;
          line-height: 1;
          letter-spacing: 0.12em;
          margin: 0 0 5px 0; }
        #newsList .list .item a .text .headline {
          font-size: 14px;
          font-size: 0.28rem;
          line-height: 1.5; }
#newsList .buttonArea {
  margin: 0 0 calc(125 / 600 * 100%) 0; }

@media screen and (min-width: 769px) {
  #newsList .list {
    width: calc(100% - 40px);
    max-width: 785px;
    margin: calc(38 / 1200 * 100%) auto calc(75 / 1200 * 100%) auto; }
    #newsList .list .item {
      margin: 0; }
      #newsList .list .item a {
        padding: calc(20 / 785 * 100%) 0 calc(18 / 785 * 100%) 0; }
        #newsList .list .item a:after {
          display: block;
          top: 2px;
          right: 5px;
          width: 12px;
          height: 12px; }
        #newsList .list .item a .image {
          flex-basis: calc(100 / 785 * 100%); }
        #newsList .list .item a .text {
          flex-basis: calc(660 / 785 * 100%);
          padding: 0 calc(70 / 785 * 100%) 0 0;
          box-sizing: border-box; }
          #newsList .list .item a .text .date {
            font-size: 12px;
            font-size: 1.2rem;
            line-height: 1;
            margin: calc(7 / 590 * 100%) 0 calc(11 / 590 * 100%) 0; }
          #newsList .list .item a .text .headline {
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 1.71; }
  #newsList .buttonArea {
    margin: 0 0 calc(98 / 1200 * 100%) 0; } }
/* newsDetail */
#newsDetail .articleWrap .articleHeader {
  margin: 0 0 calc(50 / 600 * 100%) 0;
  padding: calc(50 / 600 * 100%) 0 0 0; }
  #newsDetail .articleWrap .articleHeader .date {
    font-size: 12px;
    font-size: 0.24rem;
    line-height: 1.5;
    margin: 0 0 calc(12 / 600 * 100%) 0; }
  #newsDetail .articleWrap .articleHeader .headline {
    font-size: 16px;
    font-size: 0.32rem;
    line-height: 1.38;
    font-weight: 500; }
#newsDetail .articleWrap .articleBody h2, #newsDetail .articleWrap .articleBody h3, #newsDetail .articleWrap .articleBody h4 {
  font-size: 14px;
  font-size: 0.28rem;
  line-height: 1.43;
  font-weight: 500;
  margin: 0 0 calc(30 / 600 * 100%) 0;
  padding: calc(40 / 600 * 100%) 0 calc(15 / 600 * 100%) 0;
  border-bottom: 1px solid #222222; }
#newsDetail .articleWrap .articleBody p {
  margin: 0 0 calc(30 / 600 * 100%) 0; }
#newsDetail .articleWrap .articleBody figure {
  margin: 0 0 calc(30 / 600 * 100%) 0; }
  #newsDetail .articleWrap .articleBody figure.aligncenter {
    margin-left: auto;
    margin-right: auto; }
#newsDetail .articleWrap .articleBody img {
  height: auto; }
#newsDetail .articleWrap .articleBody a {
  color: #da5454; }
#newsDetail .articleWrap .articleBody strong {
  color: #cf2e2e;
  font-weight: 700;
  font-size: ; }
#newsDetail .articleWrap .articleBody ul {
  margin: 0 0 calc(30 / 600 * 100%) 0; }
  #newsDetail .articleWrap .articleBody ul li:before {
    content: "・"; }
#newsDetail .articleWrap .articleBody ol {
  margin: 0 0 calc(30 / 600 * 100%) 0; }
  #newsDetail .articleWrap .articleBody ol li {
    list-style: decimal inside; }
#newsDetail .articleWrap .buttonArea {
  padding: calc(80 / 600 * 100%) 0 calc(100 / 600 * 100%) 0; }
  #newsDetail .articleWrap .buttonArea .buttonType01 a {
    font-size: 13px;
    font-size: 0.26rem;
    line-height: 1;
    font-weight: 400; }

@media screen and (min-width: 769px) {
  #newsDetail .articleWrap {
    width: calc(900 / 1200 * 100%);
    margin: 0 auto; }
    #newsDetail .articleWrap .articleHeader {
      margin: 0 0 calc(25 / 900 * 100%) 0;
      padding: calc(37 / 900 * 100%) 0 0 0; }
      #newsDetail .articleWrap .articleHeader .date {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1;
        margin: 0 0 calc(12 / 900 * 100%) 0; }
      #newsDetail .articleWrap .articleHeader .headline {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.5; }
    #newsDetail .articleWrap .articleBody h2, #newsDetail .articleWrap .articleBody h3, #newsDetail .articleWrap .articleBody h4 {
      font-size: 20px;
      font-size: 2rem;
      line-height: 1.4;
      margin: 0 0 calc(25 / 900 * 100%) 0;
      padding: calc(40 / 900 * 100%) 0 calc(13 / 900 * 100%) 0; }
    #newsDetail .articleWrap .articleBody p {
      margin: 0 0 calc(20 / 900 * 100%) 0; }
    #newsDetail .articleWrap .articleBody figure {
      margin: 0 0 calc(20 / 900 * 100%) 0; }
      #newsDetail .articleWrap .articleBody figure.aligncenter {
        margin-left: auto;
        margin-right: auto; }
    #newsDetail .articleWrap .articleBody a {
      transition: opacity 0.2s ease-out;
      backface-visibility: hidden;
      zoom: 1; }
      #newsDetail .articleWrap .articleBody a:hover {
        opacity: 0.8; }
    #newsDetail .articleWrap .articleBody strong {
      font-size: ;
      font-size: ;
      line-height: 1.67; }
    #newsDetail .articleWrap .articleBody ul {
      margin: 0 0 calc(20 / 900 * 100%) 0; }
    #newsDetail .articleWrap .articleBody ol {
      margin: 0 0 calc(20 / 900 * 100%) 0; }
    #newsDetail .articleWrap .buttonArea {
      padding: calc(53 / 900 * 100%) 0 calc(63 / 900 * 100%) 0; }
      #newsDetail .articleWrap .buttonArea .buttonType01 a {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1; } }


#newsDetail .articleWrap .articleBody .cp-font{
	font-size: 18px;
}
@media screen and (min-width: 769px) {
	#newsDetail .articleWrap .articleBody .cp-font{
		font-size: 1.6rem;
	}
}

ul.lp__index {
    background: #f6f6f6;
    padding: 12px 16px 20px;
    font-size: 3.6vw;
    font-weight: 700;
    border: 1px solid #eee;
	margin-bottom:40px;
}
ul.lp__index li{
	border-bottom: 2px dotted #888;
}
ul.lp__index li a:hover {
	text-decoration: underline;
}
h2.lp__title {
	font-size: 20px !important;
    border-bottom: #000 double !important;
    border-top: #000 double !important;
    padding:20px 6px !important;
}
@media screen and (min-width: 769px) {
	ul.lp__index {
	    font-size:20px;
	    max-width: 700px;
	    margin: 0 auto 60px !important;
	}
	h2.lp__title {
	    font-size: 2.8rem !important;
	    text-align: center;
	}
}
