.news_single {
  background-color: #EAF3FC;
}

.news_inner {
  padding: 40px 15%;
}

.news_inner article {
  background-color: #fff;
  border-radius: 30px;
  padding: 5% 8%;
  text-align: left;
  line-height: 1.4;
}

.news_day {
  font-family: "Oswald";
}

.news_title {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: normal;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #A4C1DC;
}

.news_content h2.wp-block-heading {
  padding-left: 6px;
  border-left: 4px solid #1B548A;
  font-size: 1.4rem;
  margin-top: 2rem;
}
.news_content h3.wp-block-heading,
.news_content h4.wp-block-heading,
.news_content h5.wp-block-heading,
.news_content h6.wp-block-heading {
  font-size: 1.2rem;
  margin-top: 2rem;
}

.news_content p,
.news_content ul,
.news_content ol,
.news_content figure {
  font-size: 1rem;
  margin-top: 1.5rem;
  line-height: 1.8;
  color: #222;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}

.news_content a,
.news_content a:link,
.news_content a:visited {
  color: #1B548A;
  text-decoration: underline;
  word-break: break-all;
}
.news_content a:hover {
  text-decoration: none;
}

.news_content ul{
	margin: 1em 0;
	padding-left: 20px;
	list-style-type: disc;
}
.news_content ol{
	margin: 1em 0;
	padding-left: 20px;
	list-style-type: decimal;
}
.news_content li {
  list-style-type: inherit;
}
.news_content li + li {
  margin-top: 0.5rem;
}

.def-btn a {
  display: inline-block;
  padding: 16px 20px;
  min-width: 240px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Oswald";
  background-color: #fff;
  color: #1b548a;
  margin-top: 2rem;
}
.def-btn a:hover {
  background-color: #1b548a;
  color: #fff;
}

@media screen and (max-width: 769px) {
  .news_inner {
    padding: 0 0 20px;
  }

  .news_inner article {
    border-radius: 0;
    padding: 8% 5%;
  }

  .news_title {
    font-size: 1.6rem;
  }

  .def-btn a {
    margin-top: 1rem;
  }
}


.speech.left{
  flex-direction: row-reverse;
}
.left .speech__comments{
  padding-right: 3%;
}
.right .speech__comments{
  padding-left: 3%;
}

.speech {
  display: flex;
  margin-bottom: 20px;
}

.speech__people {
  width: 10%;
}

@media screen and (max-width: 769px) {
  .speech__people {
    width: 15%;
  }
}

.speech__people img {
  width: 80%;
  display: block;
  margin: 0 auto;
}

.speech__people p {
  font-size: 0.9333333333rem;
  text-align: center;
  font-weight: bold;
  margin-top: 0;
}

.speech__comments {
  width: 90%;
}

@media screen and (max-width: 769px) {
  .speech__comments {
    width: 85%;
  }
}

.speech__comments p {
  position: relative;
  padding: 20px;
  color: #000;
  border-radius: 10px;
  margin-top: 0;
}

/* 共通の矢印スタイル */
.speech__comments p:after, .speech__comments p:before {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 17%;
}

.speech__comments p:after {
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-width: 12px;
  border-right-width: 12px;
  margin-top: -5px;
}

.speech__comments p:before {
  border-top-width: 7px;
  border-bottom-width: 7px;
  border-left-width: 16px;
  border-right-width: 16px;
  margin-top: -7px;
}

/* 吹き出しの向き */
.speech.right .speech__comments p:after,
.speech.right .speech__comments p:before {
  right: 100%;
}

.speech.left .speech__comments p:after,
.speech.left .speech__comments p:before {
  left: 100%;
}

/* 吹き出しのカラー */
.green .speech__comments p {
  border: 2px solid #61ad26;
  background: #f3f9ee;
}

.green .speech__comments p:after {
  border-color: rgba(243, 249, 238, 0);
}

.green .speech__comments p:before {
  border-color: rgba(97, 173, 38, 0);
}

.speech.right.green .speech__comments p:after {
  border-right-color: #f3f9ee;
}

.speech.right.green .speech__comments p:before {
  border-right-color: #61ad26;
}

.speech.left.green .speech__comments p:after {
  border-left-color: #f3f9ee;
}

.speech.left.green .speech__comments p:before {
  border-left-color: #61ad26;
}

/* Blue */
.blue .speech__comments p {
  border: 2px solid #218cc6;
  background: #f6fafd;
}

.blue .speech__comments p:after {
  border-color: rgba(246, 250, 253, 0);
}

.blue .speech__comments p:before {
  border-color: rgba(246, 250, 253, 0);
}

.speech.right.blue .speech__comments p:after {
  border-right-color: #f6fafd;
}

.speech.right.blue .speech__comments p:before {
  border-right-color: #218cc6;
}

.speech.left.blue .speech__comments p:after {
  border-left-color: #f6fafd;
}

.speech.left.blue .speech__comments p:before {
  border-left-color: #218cc6;
}


/* .orange */
/* Orange */
.orange .speech__comments p {
  border: 2px solid #FCA421;
  background: #FFF8ED;
}

.orange .speech__comments p:after {
  border-color: rgba(255, 248, 237, 0);
}

.orange .speech__comments p:before {
  border-color: rgba(255, 248, 237, 0);
}

.speech.right.orange .speech__comments p:after {
  border-right-color: #FFF8ED;
}

.speech.right.orange .speech__comments p:before {
  border-right-color: #FCA421;
}

.speech.left.orange .speech__comments p:after {
  border-left-color: #FFF8ED;
}

.speech.left.orange .speech__comments p:before {
  border-left-color: #FCA421;
}

/* red */
/* Red */
.red .speech__comments p {
  border: 2px solid #ff0000;
  background: #ffe5e5;
}

.red .speech__comments p:after {
  border-color: rgba(255, 229, 229, 0);
}

.red .speech__comments p:before {
  border-color: rgba(255, 229, 229, 0);
}

.speech.right.red .speech__comments p:after {
  border-right-color: #ffe5e5;
}

.speech.right.red .speech__comments p:before {
  border-right-color: #ff0000;
}

.speech.left.red .speech__comments p:after {
  border-left-color: #ffe5e5;
}

.speech.left.red .speech__comments p:before {
  border-left-color: #ff0000;
}
/* Yellow */
.yellow .speech__comments p {
  border: 2px solid #dfff00;
  background: #faffd7;
}

.yellow .speech__comments p:after {
  border-color: rgba(250, 255, 215, 0);
}

.yellow .speech__comments p:before {
  border-color: rgba(250, 255, 215, 0);
}

.speech.right.yellow .speech__comments p:after {
  border-right-color: #faffd7;
}

.speech.right.yellow .speech__comments p:before {
  border-right-color: #dfff00;
}

.speech.left.yellow .speech__comments p:after {
  border-left-color: #faffd7;
}

.speech.left.yellow .speech__comments p:before {
  border-left-color: #dfff00;
}

.speech__comments p strong {
  font-weight: bold;
	  font-family: "Noto Sans JP", sans-serif;


}
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

