@charset "utf-8";
/* CSS Document */
/* ベースとなるスタイル
-----------------------------------------------------------------*/
body {
  -webkit-text-size-adjust: 100%;
}
@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);
/* article
--------------------------------------------------------- */
article {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  color: #414136;
  font-size: 62.5%;
  letter-spacing: 0.15rem;
  line-height: 1.8;
  text-align: justify;
  vertical-align: baseline;
  font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-weight: 300;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  font-style: normal;
  font-feature-settings: "palt";
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
article img {
  display: block;
  height: auto;
  max-width: 100%;
}
article a {
  text-decoration: none;
}
figure img {
  text-align: center;
  margin: 0 auto;
  image-rendering: -webkit-optimize-contrast;
}
/* clearfix
--------------------------------------------------------- */
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}
.clearfix {
  *zoom: 1;
}
/* 順番 
1.位置情報系＝position, top, right, z-index, display, float等
2.サイズ＝width, height, padding, margin
3.文字系＝font, line-height, letter-spacing, color- text-align等
4.背景＝background, border等
5.その他＝animation, transition等
*/


.innerWrap {
  max-width: 960px;
  margin: 0 auto;
  padding-inline-start: 10px;
  padding-inline-end: 10px;
  margin-block-end: 80px;
}

/*h1.title
---------------------------------------- */
h1.title{
	width: 960px;
	margin: 0 auto;
	margin-block-start:30px;
}
h1.title img{
	text-align: left;
  display: block;
}

h4.title{
	max-width: 960px;
	margin: 0 auto;
	text-align: center;
	font-size: 2.5rem;
	letter-spacing: 0.75rem;
border-bottom: 1px solid red;
	margin-block-end:40px;
	font-weight: 400;
}
h4.title .txt{
	text-align: right;
  display: block;
}


/*.comment_50
---------------------------------------- */
.comment_50 {
  vertical-align: top;
}
.comment_50 .flex {}
.comment_50 .flex .item {
  width: 50%;
}
.comment_50 .flex .txt {
  width: 50%;
  margin: 5px;
  vertical-align: top;
}
.comment_50 .flex .txt h3 {
  font-size: 2rem;
  letter-spacing: 0.2rem;
  margin-block-end: 10px;
}
.comment_50 .flex .txt p {
  padding-block-end: 10px;
  line-height: 1.8;
  font-size: 1.65rem;
  letter-spacing: 0.075rem;
}
.comment_50 .flex .item img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

@media all and (max-width: 767px) {
  .comment_50 .flex {
    display: flex;
    flex-wrap: wrap;
  }
  .comment_50 .flex .item {
    width: 100%;
  }
  .comment_50 .flex .txt {
    width: 100%;
  }
}




/*.comment_60
---------------------------------------- */
.comment_60 {
  vertical-align: top;
}
.comment_60 .flex {}
.comment_60 .flex .item {
  width: 35%;
}
.comment_60 .flex .txt {
  width: 65%;
  margin: 5px;
  vertical-align: top;
}
.comment_60 .flex .txt h3 {
  font-size: 2rem;
  letter-spacing: 0.2rem;
  margin-block-end: 10px;
}
.comment_60 .flex .txt p {
  padding-block-end: 10px;
  line-height: 1.8;
  font-size: 1.65rem;
  letter-spacing: 0.075rem;
}
.comment_60 .flex .item img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  .comment_60 .flex {
    display: flex;
    flex-wrap: wrap;
  }
  .comment_60 .flex .item {
    width: 100%;
  }
  .comment_60 .flex .txt {
    width: 100%;
  }
}
/*.comment_65
---------------------------------------- */
.comment_65 {
  vertical-align: top;
}
.comment_65 .flex {}
.comment_65 .flex .item {
  width: 55%;
}
.comment_65 .flex .txt {
  width: 45%;
  margin-inline-start: 2%;
  vertical-align: top;
}
.comment_65 .flex .txt h3 {
  font-size: 2rem;
  letter-spacing: 0.2rem;
  margin-block-end: 10px;
}
.comment_65 .flex .txt p {
  padding-block-end: 10px;
  line-height: 1.8;
  font-size: 1.65rem;
  letter-spacing: 0.075rem;
}
.comment_65 .flex .item img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  .comment_65 .flex {
    display: flex;
    flex-wrap: wrap;
  }
  .comment_65 .flex .item {
    width: 100%;
  }
  .comment_65 .flex .txt {
    width: 100%;
  }
}

.txtarea{
	padding: 8px;
	font-size: 1.65rem;
	letter-spacing: 0.075rem;
}
.txtarea p{
	padding-block-end:10px;
	line-height: 1.8;
}





.pagelink{
	margin-block-start:0px;
}
.pagelink a{
  text-decoration: underline;
  transition: #26a69a 0.3s;
	font-weight: bold;
	font-size: 1.65rem;
}
.pagelink a:hover {
  color: #ff7043;
}




.prev-next-link{
	width: 100%;
	margin: 0 auto;
	font-size: 1.65rem;
	margin-block-end:50px;
}

.prev-next-link a {
  border-bottom: 1px #ddd solid;
  display: block;
  text-decoration: none;
  padding: 14px 40px;
  color: #0bd;
}
.prev-next-link a:hover {
  background-color: #e9e9e9;
}
.prev-next-link a:first-child {
  border-top: 1px #ddd solid;
}
.prev-next-label {
  font-size: 1.45rem;
  color: #000;
  margin-bottom: 10px;
}
/* Responsive */
@media all and (min-width: 768px) {
  .prev-next-link {
    display: flex;
    width: 80%;
  }
  .prev-next-link a {
    flex: 1;
  }
  .prev-next-link a, .prev-next-link a:first-child {
    border: none;
  }
  .next-link {
    text-align: right;
  }
}