@charset "utf-8";
/*
------------------------------------------------------
［skin-single-01］記事ページ 
------------------------------------------------------
*/
.single {
  padding: 0 60px;
  margin-bottom: 20px;
  letter-spacing: 1.1px;
}

.single-information {
  margin-bottom: 30px;
  letter-spacing: 1.1px;
}

.single-stylenews {
  padding: 0 60px;
  margin-bottom: 30px;
  letter-spacing: 1.1px;
}

.single a {
  text-decoration: none;
  color: #2169c2;
}
.single a:hover {
  text-decoration: underline;
  color: #2ca7ed;
}
.single-stylenews a {
  text-decoration: none;
  color: #2169c2;
}
.single-stylenews a:hover {
  text-decoration: underline;
  color: #2ca7ed;
}
.single-information a {
  text-decoration: none;
  color: #2169c2;
}
.single-information a:hover {
  text-decoration: underline;
  color: #2ca7ed;
}

/*記事本文*/
.single p{
  line-height: 1.6;
  margin: 20px 0;
}

.single p .txt-large {
  font-size: 21px;
}

.single-information p{
  line-height: 1.6;
  margin: 20px 30px;
}

.single-stylenews p {
  line-height: 1.6;
  margin: 20px 0;
}
.single-stylenews .main-img {
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
.single-information p{
  margin: 20px 1em;
}
}

/*小見出し*/
.single h4{
  line-height: 1.1;
  padding:3px 0 0 11px;
  margin: 30px 0 30px;
  font-size: 162%;
  font-weight: bold;
  /*border-left: 2px solid #535353;*/
  border-left: 6px solid #CCC;
}
.single h1{
  font-size:100%;
  margin-bottom:10px;
}

/*記事はじまり文*/
.article-beginning {
  position: relative;
  padding: 20px 0 30px;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 112%;
  color: #666;
}
@media screen and (max-width: 640px) {
.article-beginning {
  position: relative;
  padding: 20px 0 30px;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 100%;
  color: #666;
}
}
.article-beginning:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 38px;
  height: 1px;
  line-height: 1px;
  margin-left: -19px;
  content: '　';
  background-color: #909090;
}
@media only screen and (max-width: 540px) {
  .single {
    padding: 0 5px;
    margin-bottom: 20px;
    letter-spacing: 0;
    font-size: 16px;
  }
  /*記事本文*/
  .single p {
    line-height: 1.5;
    margin: 16px 0;
  }
  .single p .txt-large {
  font-size: 19px;
  }
  /*小見出し*/
  .single h4 {
    line-height: 1.3;
    padding: 3px 0 3px 8px;
    margin: 23px 0;
    font-size: 19px;
    font-weight: bold;
    border-left: 8px solid #555;
  }
  /*次ページへ*/
  .next-title a,
  .next-title a:hover {
    font-weight: bold;
    text-decoration: none;
    color: #00529f;
  }
  /*記事はじまり文*/
  .article-beginning {
    padding: 15px 0 20px;
    margin-bottom: 25px;
    font-size: 15.5px;
  }
  .article-beginning:after {
    width: 30px;
    margin-left: -15px;
  }
}
@media only screen and (min-device-width: 768px) and
(max-device-width: 1024px) and
(orientation: portrait) {
.single p {
  font-size:130%;
}
}