@charset "UTF-8";
/* CSS Document */
/*─────────────────────page[web-mag]────────────────────────── */
.key-child-webmagall-inner {
  display: flex;
  width: 980px;

  margin: 0 auto;
  color: #363B40;
  padding: 20px 0 50px 0;
}
.key-child-webmagall-inner h2 {
  font-size: 3rem;
  margin-right: 20px;
}
.key-child-webmagall-inner h3 {
  font-size: 1.8rem;
  line-height: 3rem;
}
/*─────────────────────Archive[NEWS]────────────────────────── */
.child-news-archive {
  background-color: #fff;
  padding: 60px 0;
  min-height: 800px;
}

/*─────────────────────Archive[keyword]────────────────────────── */
.child-keyword-archive {
  background-color: #E8EBEC;
  padding: 60px 0;
  min-height: 800px;
}


/*─────────────────────Archive[DOWNLOAD]────────────────────────── */
.key-child-dl-inner {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  color: #363B40;
  padding: 20px 0;
}
.key-child-dl-inner h2 {
  font-size: 3rem;
  margin-right: 20px;
}
.key-child-dl-inner h3 {
  font-size: 1.8rem;
  line-height: 3rem;
}
.child-dl {
  background-color: #fff;
  padding: 10px 0;
  min-height: 800px;
}
.child-dl-box {
  display: flex;
  align-items: flex-end;
  width: 1000px;
  margin: 0 auto;
}
.child-dl-box p {
  font-size: 1.8rem;
}
.child-dl-box a {
  color: #000;
}
.child-dl-box a:hover {
  color: #ff769a;
}
.search_container {
  box-sizing: border-box;
  display: flex;
}
.search_container input[type="text"] {
  background: #fff;
  border: none;
  height: 50px;
  border-radius: 10px 0 0 10px;
  padding: 0 10px;
  min-width: 560px;
}
.search_container input[type="text"]:focus {
  outline: 0;
}
.search_container button {
  cursor: pointer;
  font-family: "Font Awesome 5 Free";
  border: none;
  background: #1BA7A5;
  color: #000;
  outline: none;
  width: 5.0em;
  height: 50px;
  border-radius: 0 10px 10px 0;
}

.home-dl-list {
  margin: 50px auto;
}
.home-dl-list p {
  font-size: 1.2rem;
  text-align: center;
}

.home-dl-list li {
  width: 160px;
  height: 160px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 5px #CDD5D8;
  transition: all 0.5s;
  margin: 0 auto 50px auto;
}
.home-dl-list li:hover {
  box-shadow: none;
  opacity: 0.6;
}
.home-dl-list img {
  width: 100%;
  height: auto;
}


.dl-list-ul, .dl-list-ul2 {
  margin: 20px auto;
}
.dl-list p {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.dl-list-ul {
  max-width: 1200px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 10px;
}
.dl-list-ul2 {
  max-width: 1200px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 10px;
}
.dl-list a {
  color: #000;
}
.dl-list-ul li, .dl-list-ul2 li {
  max-width: 200px;
  max-height: 200px;
  border-radius: 10px;
  box-shadow: 0px 0px 5px #CDD5D8;
  transition: all 0.5s;
  margin: 10px auto 50px auto;
}
.dl-list li:hover {
  box-shadow: 0px 0px 20px #CDD5D8;
}
.dl-list img {
  width: 100%;
  height: 100%;
}



.dl-child-title {
  font-size: 1.6rem;
  margin: 10px 0 30px 0;
}
.dl-pp {
  background-color: #d6e1e5;
  padding: 20px;
  border-radius: 10px;
}
.dl-pp-inner {
  display: flex;
  width: 375px;
  margin: 0 auto;
}
.dl-pp p {
  margin: 0 auto;
  line-height: 30px;
  font-size: 1.5rem;
}
.dl-cate-list-ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.dl-cate-list-ul li {
  font-size: 1.5rem;
  line-height: 30px;
  margin: 0 10px 10px 0;
}
a.dl-cate-list-a {
  background-color: #fff;
  display: inline-block;
  padding: 0 20px;
  border-radius: 40px;
  box-shadow: 0px 0px 5px #98A1A5;
}
a.dl-cate-list-a:hover {
  box-shadow: none;
  background-color: #C5CDD1;
}

/*─────────────────────詳細[DOWNLOAD]────────────────────────── */
.child-dl-detail {
  padding-top: 120px;
}
.child-dl-inner a {
  font-size: 1.6rem;
}
.child-dl-box-single {
  display: flex;
  margin: 20px 0 50px 0;
}
.child-dl-box-single img {
  width: 420px;
  height: 420px;
  background-color: #fff;
  border-radius: 10px;
  margin-right: 30px;
  border: 1px #CDD5D8 solid;
}
.dl-breadscrub {
  display: flex;
  font-size: 1.5rem;
}
.dl-breadscrub a {
  color: #000;
}
.dl-breadscrub a:hover {
  opacity: 0.6;
}
.dl-meta h2 {
  font-weight: 500;
  font-size: 2.4rem;
  margin-top: 10px;
}
.dl-btn {
  display: block;
  background-color: #1ba7a5;
  border-radius: 5px;
  box-shadow: 0 0 8px #ccc;
  border: 1px solid #C6C6C6;
  text-align: center;
  line-height: 60px;
  font-size: 1.8rem;
  color: #000;
  margin-top: 280px;
  transition: all 0.5s;
}
a.dl-btn:hover {
  opacity: 0.5;
}
.dl-info {
  background: rgba(255, 255, 255, 0.4);
  width: 940px;
  border-radius: 10px;
  padding: 20px;
  font-size: 1.6rem;
  line-height: 3.4rem;
  margin-bottom: 80px;
}
.dl-info-title i {
  font-size: 2.4rem;
  color: #9A9A9A;
  margin-right: 8px;
}
h3.dl-info-title {
  font-weight: 500;
  display: flex;
  font-size: 2rem;
  line-height: 2.4rem;
  margin-bottom: 20px;
}
.dl-info2 {
  display: flex;
  margin: 0 10px;
}
.dl-info2 a {
  color: #647674;
  border-bottom: 1px solid;
}
.dl-info2 li {
  list-style: disc;
  margin-left: 10px;
}
.info2-title {
  font-weight: 500;
  margin-right: 40px;
}

/*---------------詳細[ABOUT]--------------*/
.about-contents {
  display: flex;
  padding: 100px 0 150px 0;
}
.about-contents h4 {
  font-family: 'Noto Serif', serif;
  margin-bottom: 20px;
}
.about-contents p {
  font-size: 1.6rem;
  line-height: 3rem;
  margin-bottom: 20px;
}
.text {
  width: 50%;
}
.illustration {
  margin: 0 30px;
}
.contents {
  font-weight: 100;
  background: #FFA617;
  width: 600px;
  height: 100%;
  padding-left: 50px;
  position: fixed;
  z-index: 100;
  -webkit-box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.2);
  left: -570px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  color: #fff;
  top: 0;
}
.contents:hover, .contents:focus {
  transform: translate3d(570px, 0, 0);
  animation-timing-function: ease-in;
}
.contents .title {
  top: 50%;
  position: absolute;
  right: 20px;
  font-weight: 800;
  font-size: 2.4rem;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.5rem;
}
.contents .nav {
  position: absolute;
  margin-top: 10px;
  font-weight: 100;
}
.contents .nav li {
  padding-bottom: 30px;
  list-style-type: none;
}
.contents .nav li a {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.contents .nav li a:hover {
  color: #CBFFFB;
}
h4.text-white {
  color: #fff;
}
.child-about {
  background-color: #fff;
}
/* ----------------------------詳細[keyword]----------------------------*/
#keyword {
  max-width: 980px;
}
.child-keyword {
  background-color: #fff;
  padding-top: 60px;
}
.keyword-ul-box {
  width: 920px;
  max-width: 100%;
  margin: 0 auto;
}
ul.child-keyword-genre-ul {
  display: flex;
}
.child-keyword-genre-ul li {
  margin-right: 10px;
}
.child-keyword-genre {
  padding: 12px;
  font-size: 1.8rem;
  border-radius: 5px 5px 0 0;
  width: 160px;
  background-color: #9BD3CE;
  text-align: center;
}
.child-keyword-genre-off {
  padding: 12px;
  font-size: 1.8rem;
  border-radius: 5px 5px 0 0;
  width: 160px;
  background-color: #E4E8EA;
  text-align: center;
}
.child-keyword-list {
  border: 4px solid #9BD3CE;
  padding: 30px;
  border-radius: 0px 10px 10px 10px;
  margin-bottom: 50px;
}
.child-keyword-list li {
  line-height: 4rem;
  border-bottom: 1px #ccc solid;
  font-size: 1.6rem;
}

/* ----------------------------詳細[column]----------------------------*/
.column-article-box {
  background-color: #fff;
  margin-bottom: 60px;
  padding: 40px;
  font-size: 1.6rem;
  text-align: left;
  line-height: 4rem;
}
.column-article-box h1 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 2.8rem;
  font-weight: 500;
}

.column-article-box h2 {
  font-size: 2.6rem;
  font-weight: 500;
  margin: 120px 0 30px 0 !important;
  line-height: 4rem;
  padding: 16px;
　　border: 1px solid #d8dee3;
  border-left: solid 6px #008c99;
  background: #f7f8f9;
  border-radius: 4px;
}

.column-article-box > h3 {
  font-size: 22px;
	font-weight: bold;
  margin: 60px 0 8px 0;
	color: #2A3B4D;
}
.column-article-box > h3:before {
  content: "\f058";
  font-family: 'Font Awesome 5 Free';
  left: 0;
	color: #2A3B4D;
  font-weight: 600;
	margin-right: 5px;
}



.column-article-box h5 {
  color: #141414;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.5rem;
  padding: 0.5em;
  line-height: 1.3;
  background: #E7F3F4;
  vertical-align: middle;
  border-radius: 25px;
  margin: 50px 0 5px 0;
}
.column-article-box h5:before {
  content: '●';
  color: white;
  margin-right: 8px;
}
.column-article-box p {
  text-indent: 16px;
}


.column-article-box, .child-webmag-ver3 {
  background-color: #fff;
  margin-bottom: 60px;
  padding: 20px;
  text-align: left;
}
.column-article-box p, .child-webmag-ver3 p {
  font-size: 18px;
  line-height: 36px;
  color: #08131A;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
 text-indent: 16px;

}

.column-article-box li{
	list-style: disc;
	font-size: 18px;
}

.column-article-box ul{
	padding-left: 60px;
	margin: 20px 0;
}
.column-article-box h1, .child-webmag-ver3 h1 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.column-article-box h2 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 28px;
  margin: 45px 0 20px 0;
  line-height: 4rem;
  padding-left: 15px;
  border-left: solid 5px #21A6A0;
  color: #08131A;
}

.column-article-box h5 {
  color: #141414;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.5rem;
  padding: 0.5em;
  line-height: 1.3;
  background: #E7F3F4;
  vertical-align: middle;
  border-radius: 25px;
  margin: 50px 0 5px 0;
}
.column-article-box h5:before {
  content: '●';
  color: white;
  margin-right: 8px;
}

.column-article-box p > a {
  color: #44b0b0;
  text-decoration: underline;
  text-underline-offset: 2px;
}




.child-column {
  background-color: #fff;
}
.child-column img {
  max-width: 100%;
  height: auto;
  margin: 40px 0;
}
.column-info-box {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 40px;
  padding-top: 80px;
}
.column-main {
  margin: 0 auto;
	width: 100%;
}
.column-aside {
  min-width: 300px;
}
.thumb-box-column {
  margin: 0 auto;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.column-archive-ul li {
  box-shadow: 0px 0px 5px #CDD5D8;
  transition: all 0.5s;
}
.column-archive-ul li:hover {
  box-shadow: 0px 0px 20px #CDD5D8;
}
.thumb-box-column img {
  transition: .5s all;
  max-width: 100%;
  height: auto;
}
.column-article-meta {
  padding: 10px;
}
.column-date {
  font-size: 1.5rem;
  font-family: 'Alegreya Sans SC', sans-serif;
  font-weight: 300;
}
.prevnext-column {
  display: flex;
  line-height: 40px;
  font-size: 1.6rem;
  justify-content: space-between;
  margin-top: 20px;
  border-bottom: 1px #ccc dotted;
  border-top: 1px #ccc dotted;
}
.prevnext-column a {
  display: block;
  padding: 10px 20px;
}
.prevnext-column a:hover {
  background-color: #1CA99D;
  color: #fff;
}
/* ----------------------------詳細[contact]----------------------------*/
.flex_container-table {
  display: flex;
  margin-top: 30px;
}
.ques {
  width: 30%;
}
.ans {
  width: 70%;
}
.contact-box input, .contact-box textarea {
  width: 80%;
  padding: 15px;
  border: 1px #aaa solid;
  border-radius: 5px;
}
.send-btn-area {
  text-align: center;
}
button.send {
  padding: 10px 50px;
  background-color: #1CA99D;
  color: #fff;
  border: none;
  font-size: 1.8rem;
  border-radius: 30px;
  margin: 20px 0 40px 0;
}
button.send:hover {
  background-color: #199389;
}
#agree-1 {
  width: 32px;
  height: 24px;
  padding: 20px 0;
  vertical-align: middle;
  line-height: 24px;
  margin: 0 0 0 25%;
}
.mw_wp_form .vertical-item {
  margin: 30px 0;
}


/*─────────────────────-詳細[更新情報]-────────────────────────── */
.news-article-box, .keyword-article-box, .contact-box, .search-article-box {
  background-color: #fff;
  margin-bottom: 60px;
  padding: 40px;
  font-size: 1.8rem;
  text-align: left;
  line-height: 4rem;
}

.article-info {
  display: flex;
  line-height: 22px;
  text-align: center;
}
.news-article-date {
  font-size: 1.6rem;
  font-family: 'Alegreya Sans SC', sans-serif;
  line-height: 2rem;
}
.news-article-title {
  font-size: 2.8rem;
  margin: 10px 0 20px 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}



.news-article-box img, .keyword-article-box img {
  margin: 50px auto;
  display: block;
}


.keyword-article-box iframe {
  width: 100%;
  height: 100%;
  min-height: 800px;
}

.child-news {
  background-color: #E8EBEC;
  padding: 60px 0;
}
.child-gray {
  background-color: #E8EBEC;
  padding: 140px 0;
}
.child-gray2 {
  background-color: #E8EBEC;
  padding: 60px 0;
}
.news-article-box img {
  max-width: 80%;
  height: auto;
}
.child-news-thumb img {
  max-width: 100%;
}
.child-news-article p {
  text-indent: 1.4rem;
}
.child-news-article h2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  margin: 85px 0 20px 0;
  line-height: 4rem;
  padding-left: 15px;
  border-left: solid 5px #21A6A0;
  color: #333333;
}
.child-news-article h3 {
  background-color: #f6f6f6;
  border-radius: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2rem;
  font-weight: 500;
  padding: 10px 20px;
  margin: 30px 0 10px 0;
}
#ez-toc-container ul {
  margin: 10px 0;
}
#ez-toc-container li {
  padding: 8px;
}
/*---------------アーカイブ [お知らせ]--------------*/
.child-news-ul {
  border-top: 1px dotted #ccc;
}
.child-news-title-ver2 {
  font-size: 1.6rem;
}
.child-news-ul li {
  padding: 10px 0;
  border-bottom: 1px dotted #ccc;
}
.child-news-li, .child-news-meta {
  display: flex;
  align-items: center;
}
.child-news-li li {
  margin: 30px 0
}

/*---------------アーカイブ [コラムcolumn更新情報]--------------*/
.column-archive {
  min-height: 600px;
}
.column-archive-ul {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0 auto 50px auto;
}
.column-archive li {
  display: block;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
}
.column-thumb {
  margin-bottom: 10px;
}
.column-archive img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 0;
}
.column-title {
  font-size: 1.6rem;
  margin-top: 5px;
  line-height: 2.4rem;
}
img.thumb-column {
  height: auto;
}
.thumb-column:hover {
  transform: scale(1.1, 1.1);
}
/* ----------------------------動画一覧ページ----------------------------*/


.movie-main-contents {
  width: 100%;
  margin: 60px 0 120px 40px;
}
.movie-section > p {
  margin: 20px 0;
  line-height: 2.4rem;
}
.movie-main-contents h3 {
  font-size: 2.4rem;
  letter-spacing: .3rem;
  font-weight: bolder;
}
.movie-main-contents h3 > span {
  font-size: 1.4rem;
  vertical-align: 2px;
  margin-left: 10px;
}


.movie-list-ul {
  display: grid;
  grid-gap: 60px 30px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 200px;
}
.movie-box {
  height: 190px;
  width: 340px;
  background-color: lightgray;
  border-radius: 10px;
  overflow: hidden;
}
.movie-list {
  display: grid;
  gap: 30px 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.movie-meta {
  font-size: 1.8rem;
  margin-top: 10px;
  line-height: 2rem;
}
.person {
  display: inline-flex;
  line-height: 26px;
  margin-top: 5px;
  font-size: 13px;
}
.person img {
  margin-right: 5px;
}

/* ----------------------------知る・調べるページ/動画ページ----------------------------*/
.key-child-movie {
  width: 100%;
  height: auto;
  padding: 80px 0 50px 0;
  background-color: #313131;
  margin-bottom: 30px;
}
.key-child-movie-inner {
  width: 980px;
  margin: 0 auto;
  color: #fff;
  line-height: 50px;
  margin-top: 28px;
}
.key-child-movie-inner h2 {
  font-size: 3rem;
  margin-right: 30px;
}
.movie {
  font-size: 1.6rem;
  font-family: 'Alegreya Sans SC', "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.movie-side {
  width: 300px;
  margin: 50px 0;
}
.movie-side ul {
  margin: 50px 0 100px 0;
}
.movie-side > ul > h4 {
  font-size: 1.6rem;
  border-bottom: 1px solid #343434;
  padding: 5px;
  font-weight: bold;
  color: #343434;
  margin-bottom: 10px;
}
.movie-side > ul > li {
  border-bottom: 1px dotted #ededed;
  line-height: 50px;
  position: relative;
  padding-right: 25px;
}
.movie-side > ul li::before {
  content: '\f054';
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  font-size: 1.2rem;
  right: 0;
  color: #343434;
}
.movie-main-contents {
  width: 100%;
  margin: 60px 0 120px 40px;
}
.movie-section > p {
  margin: 20px 0;
  line-height: 2.4rem;
}
.movie-main-contents h3 {
  font-size: 2.4rem;
  letter-spacing: .3rem;
  font-weight: bolder;
}
.movie-main-contents h3 > span {
  font-size: 1.4rem;
  vertical-align: 2px;
  margin-left: 10px;
}
.popular-ul {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 100px;
}
.movie-ul {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin: 30px 0;
}
.popular-ul img, .movie-ul img {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #CDD5D8;
  transition: all 0.5s;
}
.popular-ul img:hover, .movie-ul img:hover {
  box-shadow: 0px 0px 2px #CDD5D8;
  opacity: 0.6;
}



/* ----------------------------動画詳細ページ----------------------------*/
.child-movie {
  padding-top: 20px;
}
.child-movie h1 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.movie-section {
  margin: 20px 0 80px 0;
}


/*-------------------キーワード一覧ページ-------------------*/
.keyword-link a {
  color: #027b79;
  font-size: 2rem;
  padding: 5px 0;
  display: block;
}
.keyword-link a:hover {
  color: #01a29f;
  pacity: 0.7;
}
/*-------------------キーワード詳細ページ-------------------*/
.keyword-box {
  width: 740px;
  padding: 30px;
  font-size: 1.6rem;
  line-height: 3.0rem;
}
.keyword-contents-box {
  padding: 30px;
}
.keyword-contents-box h2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  margin: 45px 0 20px 0;
  line-height: 4rem;
  padding-left: 15px;
  border-left: solid 5px #21A6A0;
  color: #333333;
}

/*─────────────────────キーワード────────────────────────── */



.keyword-title {
  font-size: 3.6rem;
}
.keyword-cate {
  font-size: 1.6rem;
  margin-bottom: 8px;
}
.keyword-info {
  background-color: #84AAA7;
  padding: 15px 30px;
  border-radius: 10px;
  color: #fff;
  margin-bottom: 30px;
}
.keyword-box img {
  max-width: 100%;
  margin: 10px auto;
  display: block
}
img.height-pc300 {
  height: 300px;
}
.keyword-box table {
  width: 100%;
  line-height: 2.7rem;
}
table {
  border-collapse: collapse;
}
tr:nth-child(odd) {
  background-color: #ebf2f2;
}
th {
  width: 30%;
}
th, td {
  padding: 10px;
}
.prevnext-keyword {
  display: flex;
  color: #fff;
}
.prevnext-keyword a {
  color: #fff;
  display: block;
}
i.btn--circle {
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  background: #000;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  text-align: center;
  margin-top: -400px;
  z-index: 1000 !important;
}
i.btn--circle {
  font-size: 2.4rem;
  line-height: 50px;
  -webkit-transition: all .3s;
  transition: all .3s;
  letter-spacing: 0;
}
i.btn--circle:hover {
  opacity: 0.5;
}
/*-------------------キーワード詳細ページ_ver3-------------------*/
.ver3-keyword-wrapper {
  padding-top: 50px;
  font-size: 18px;
  line-height: 36px;
  color: #08131A;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	
}
.ver3-keyword-wrapper h1 {
  font-size: 2.8rem;
  font-weight: bolder;
  margin: 10px 0;
}
.ver3-keyword {
  display: grid;
  grid-template-columns: 4fr 1fr;
  gap: 60px;
  max-width: 100%;
}
.ver3-keyword-info {
  display: grid;
  grid-template-columns: 250px 3fr;
  gap: 3%;
  margin-top: 20px;
}
.ver3-keyword-info img {
  width: 250px;
  height: auto;
}
.ver3-keyword-main-contents {
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
}
.ver3-keyword-main-contents img {
  max-width: 100%;
}
table.ver3 {
  font-size: 1.6rem;
  text-align: left;
  border-top: 1px dotted #E2E2E2;
  margin-bottom: 80px;
}
.ver3 > tr {
  border-bottom: 1px dotted #E2E2E2;
  line-height: 3rem;
}
.ver3 > tr:nth-child(odd) {
  background-color: #fff;
}
th.ver3 {
  width: 30%;
}
th.ver3, td.ver3 {
  padding: 10px;
}
.ver3-keyword-article-meta {
  border-radius: 10px;
  background-color: #F4F7F7;
  padding: 20px;
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.keyword-person {
  display: inline-flex;
  margin-top: 5px;
}
.keyword-person img {
  margin-right: 5px;
  height: 100%;
}
#ver3-keyword-side {
  height: 700px;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}
/*-----------------キーワードモーダルエリアの表示---------------------*/
.hide-area {
  display: none;
}
.modaal-close:after, .modaal-close:before {
  background: #ccc;
}
.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #666;
}
#modaal-title {
  font-size: 1.2rem;
  text-align: center;
  margin: 0 0 20px 0;
}
.modaal-video .modaal-inner-wrapper {
  padding: 0;
}
a.iframe-open {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  padding: 0 10px;
  margin: 0 10px;
  text-indent: 0;
  text-decoration: none !important;
  color: #000 !important;
}
a.iframe-open:hover {
  transform: translate(0, 0);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
  background-color: #d4e8e8;
}
a.iframe-open2 {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  padding: 4px;
  margin: 0 3px 0 1px;
  text-indent: 0;
  line-height: 1.2rem;
  border: 1px solid #ccc;
  font-size: 1rem;
  vertical-align: super;
  text-decoration: none !important;
  color: #000 !important;
}
a.iframe-open2:hover {
  transform: translate(0, 0);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
  background-color: #d4e8e8;
}
a.iframe-open3 {}
a.iframe-open3:hover {
  transform: translate(0, 0);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
  background-color: #d4e8e8;
}
a.iframe-open4 {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  padding: 4px 6px;
  margin: 0 3px 0 1px;
  text-indent: 0;
  line-height: 0.8rem;
  border: 1px solid #ccc;
  font-size: 1.2rem;
  vertical-align: text-top;
}
a.iframe-open4:hover {
  transform: translate(0, 0);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
  background-color: #d4e8e8;
}

/*-----------------youtube---------------------*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.font > iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_image {
  min-height: 100%;
  max-width: 100%;
}

/*-----------------関連記事YARPPプラグイン---------------------*/
.yarpp-related {
  font-size: 1.6rem;
  margin: 50px 0 !important;
}
.yarpp-related h3 {
  color: #404040;
  font-weight: 500;
}
.yarpp-related a:hover {
  transform: translate(0, 0) !important;
}
/*-----------------記事下シェアボタン ---------------------*/
.fa-hatena:before {
  content: "B!";
  font-family: Verdana;
  font-weight: bold;
}
.sns__container {
  display: flex;
  margin-top: 50px;
}
.sns__container a {
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 0.5rem 0 0 0;
  font-size: 2rem;
}
.sns__container a:hover {
  opacity: 0.6;
}
.sns__twitter {
  background: #55acee;
}
.sns__facebook {
  background: #3b5998;
}
.sns__pocket {
  background: #ef3f56;
}
.sns__line {
  background: #1dcd00;
}
.sns__hatena {
  background: #00a5de;
  display: block !important;
  width: 100%;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  padding-top: 0.5rem;
}
/*---------------目次 -------------*/
.contents-ul {
  border-top: 1px dotted #ccc;
  font-size: 1.8rem;
}
.contents-ul li {
  padding: 15px 0;
  border-bottom: 1px dotted #ccc;
}
.contents-li {
  display: flex;
  align-items: center;
}
.contents-li p {
  margin-left: 20px;
}
.contents-li:hover {
  opacity: .8;
  transform: translate(10px, 0px);
  transition: all .3s;
}

/*/////////////////////////////////////////////////
//ブログカードのレイアウト変更
/////////////////////////////////////////////////*/
.wp-embedded-content {
  margin: 0 auto;
  min-width: 100%;
  width: 100%;
  height: 100%;
}
