@charset "UTF-8";

/*
Theme Name: eigo-no-tomo
Author: enami
Description: This is my original theme.
Version: 1.0
*/

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
button,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,h4,
h5,
h6,
header,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  outline: 0;
  font-variant: normal;
  background: 0 0;
  float: none;
}

li,
ol,
ul {
  list-style: none;
}

html {
  overflow: auto;
}

html * {
  max-height: 1000000px;
}

body {
  max-width: none !important;
  font-family: Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro, Meiryo, sans-serif;
  padding: 0;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 1215px) {
  body::-webkit-scrollbar {
    display: none;
  }
}

.container {
  max-width: 1226px;
  margin: 0 auto;
}

.clearfix::after {
  content: " ";
  display: block;
  clear: both;
}

/*ヘッダー*/
header {
  border-bottom: 1px solid #C6171E;
  border-bottom: 1px solid #d40000;
}

/*2024.06 - サイト内検索機能 - ヘッダーの間隔を調整するため START */
header .container {
  /* padding-left: 45px; */
  /* padding-right: 54px; */
  position: relative;
}

header .container.header-flex {
  max-width: 1300px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.site-logo {
  padding: 23px 0;
  padding: 23px 0 23px 25px;
  /* float: left; */
}

.site-logo a img {
  vertical-align: middle;
  height: 52px;
  height: 48.5px;
}

header .menu-category-container {
  position: absolute;
  top:42px;
  left: 275px;
}

header .menu-head {
  position: absolute;
  top: 21px;
  left: 275px;
  font-size: 10px;
}

.menu-static-container-wrapper {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

header .menu-static-container {
  /* position: absolute; */
  /* right: 51px; */
  /* right: 25px; */
  /* top: 42px; */
  /* top: 35px; */
}

header .menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

header .menu::after {
  content: " ";
  display: block;
  clear: both;
}

header .menu .menu-item {
  /* float: left; */
  font-size : 16px;
  margin-right: 50px;
  /* padding-right: 20px; */
  /* padding-right: 50px; */
  margin-bottom: 0;  /* 2024.07 support.cssのmargin-bottomを消す */
}

header .menu .menu-item:last-child {
  margin-right: 25px;
  padding-right: 0;
}

header .menu .menu-item a {
  letter-spacing : 0.96px;
  color : #000000;
  text-decoration: none;
  white-space: nowrap;
}

header .menu .menu-item a mark.hilite {
  text-decoration: none;
  background: initial;
}

/* ---------- 2nd level menu  ---------- */

header .menu-static-container.multilevel {
  margin-right: 39px;
  /* position: absolute; */
  /* right: 150px; */
  /* right: 600px; */
  /* width: 410px; */
  width: 150px;
}
/*2024.06 - サイト内検索機能 - ヘッダーの間隔を調整するため END */

.multilevel-nav {
  display: flex;
  /* height: 2rem; */
  height: 32px;
  margin: 0 auto;
  margin: 0;
  
  width: 150px;
}
.multilevel-nav > li {
  width: 150px;
  background-color: #fff;
  text-align: center;
  cursor: pointer;

  font-size: 16px;
  margin-bottom: 0;   /* 2024.07 support.cssのmargin-bottomを消す */
}
.multilevel-nav li {  /* all li */
  list-style: none;
  position: relative;
}
.multilevel-nav li a {  /* all a */
  background-color: #fff;
  /* border-right: 1px solid #eee; */
  color: #000;
  display: block;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.multilevel-nav li ul {
  overflow: hidden;
  border: 0 solid #eee;
  border-top: 0;
  border-bottom: 0;
  /* box-shadow: 8px 8px 8px rgba(0,0,0,.05), -8px 8px 8px rgba(0,0,0,.05); */

  
}
.multilevel-nav li li {
  height: 0;
  overflow: hidden;
  transition: 250ms;
  margin-bottom: 0;  /* 2024.07 support.cssのmargin-bottomを消す */
}
/*
.multilevel-nav li li:last-of-type {
  border-bottom: 1px solid #C6171E;
  overflow: hidden;
}
*/
.multilevel-nav li li a {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
  transition: 100ms;
}
.multilevel-nav li li:first-of-type a {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.multilevel-nav li li:last-of-type a {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.multilevel-nav li:hover > ul {
  background-color: #fff;
  box-shadow: 8px 8px 8px rgba(0,0,0,.05), -8px 8px 8px rgba(0,0,0,.05);
}
.multilevel-nav li:hover > ul > li {
  height: 3rem;
  overflow: visible;
  margin-bottom: 0;
}
.multilevel-nav li li:hover a {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #C6171E;
}
.multilevel-nav li li:first-of-type:hover a {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #C6171E;
}

/* ________________________________________ */

.pure-toggle-label {
  display: none;
}

/*タブレット用*/
@media screen and (max-width: 1215px) {

  .site-logo {
    padding: 16px 0;
  }

  .site-logo a img {
    height: 37px;
    height: auto;
    width: 140px;
  }

  header .container {
    padding-left: 18px;
    padding-right: 11px;
  }

  header .menu-head {
    display: none;
  }

  header .menu-category-container {
    display: none;
  }

  .menu-static-container-wrapper {
    display: none;
  }

  header .menu-static-container {
    display: none;
  }

  header .drawer-nav {
    height: auto;
    height: 100vh;
    /* min-height: 100vh; */
    background-color: #C6171E;
    background-color: #d40000;
    text-align: center;
    overflow-y: scroll;
  }

  header .drawer-nav::-webkit-scrollbar {
    display: none;
  }

  header .drawer-menu li {
    margin-bottom: 12px;
    text-align: center;
  }

  header .drawer-menu li:last-child {
    margin-bottom: 0;
  }

  header .drawer-head {
    display: block;
    height: 69px;
    /* height: 87px; */
    height: 20px;
    margin-bottom: 0!important;
  }

  header .drawer-menu-item {
    font-size : 17px;
    font-size: 18px;
    line-height: 1.75;
    letter-spacing : 2.72px;
    letter-spacing: 1.8px;
    padding: 0;
    cursor: pointer;
    text-align: center;
    color: #fff;
  }

  header .drawer-menu-item.head {
    cursor: auto;
    font-size: 11px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.69;
    letter-spacing: 0.96px;
    text-align: center;
    color: #fff;
  }

  header .drawer-menu-item:hover {
    color: #FFF;
    text-decoration: none;
  }

  header .section-line {
    width: 25px;
    width: 40px;
    margin: 25px 0;
    margin: 32.5px 0;
    padding: 0;
    border: 0;
    border-bottom: 2px solid #FFFFFF;
    border-bottom: 3px solid #FFF;
    display: inline-block;
  }

  header .sns-menu {
    margin-top: 30px;
    padding-bottom: 30px;
  }

  .pure-toggle-label {
    display: block;
  }

  /* 2024.07 - サイト内検索機能実装に合わせて改修 ---------- START */
  body.admin-bar {
    padding-top: 60px;
  }

  .pure-toggle-label {
    width: 60px !important;
    height: 60px !important;
  }

  body.admin-bar .pure-toggle-label {
    top: 32px;
  }

  #main:has(header) {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
  }

  #main:has(header) header {
    background-color: #fff;
  }

  body.admin-bar #main:has(header) {
    top: 32px;
  }
  /* 2024.07 - サイト内検索機能実装に合わせて改修 ---------- END */
}

/* 2024.07 - サイト内検索機能実装に合わせて改修 ---------- END */
@media screen and (max-width: 782px) {

  body.admin-bar #wpadminbar {
    position: fixed;
  }

  body.admin-bar .pure-toggle-label {
    top: 46px;
  }

  body.admin-bar #main:has(header) {
    top: 46px
  }
}
/* 2024.07 - サイト内検索機能実装に合わせて改修 ---------- END */

/* @media screen and (max-width: 720px) { */
@media screen and (max-width: 1215px) {
  header {
    border-bottom: 2px solid #d40000;
  }
  .site-logo {
    padding: 13px 0;
  }
}

/*フッター*/
footer {
  background-color: #C6171E;
  padding-top: 68px;
  padding-bottom: 49px;
}

footer .section-line {
  display: none;
}

footer .main-container {
  width: 1048px;
  padding-left: 208px;
  float: left;
}

.footer-navi {
  margin-bottom: 65px;
}

.footer-navi .menu {
  display: table-cell;
  vertical-align: middle;
}

.footer-navi .menu-category-container {
  margin-bottom: 10px;
  display: table;
  width: 100%;
}

.footer-navi .menu-static-container {
  margin-bottom: 20px;
  display: table;
  width: 100%;
}

.footer-navi .navi-head {
  display: table-cell;
  width: 176px;
}

.footer-navi .navi-head p {
  color: #fff;
  border-right: 2px solid #fff;
  font-size: 18px;
  line-height: 18px;
  width: 160px;
}

.footer-navi .menu::after {
  content: " ";
  display: block;
  clear: both;
}

.footer-navi .menu .menu-item {
  float: left;
  font-size : 18px;
  padding-right: 35px;
  line-height: 18px;
  margin-bottom: 15px;
}

.footer-navi .menu .menu-item.sp {
  display: none;
}

.footer-navi .menu .menu-item:last-child {
  padding-right: 0;
}

.footer-navi .menu .menu-item a, .footer-navi .menu .menu-item span {
  letter-spacing : 1.08px;
  color : #FFFFFF;
  text-decoration: none;
}

.sns-navi li {
  display: inline;
  padding-right: 35px;
}

.sns-navi li a {
  text-decoration: none;
}

.sns-navi li:last-child {
  padding-right: 0;
}

.facebook-icon {
  width: 15px;
  height: 30px;
  vertical-align: bottom;
}

.twitter-icon {
  width: 27px;
  height: auto;
  vertical-align: bottom;
}

.rss-icon {
  width: 27px;
  height: 27px;
  vertical-align: bottom;
}

.footer-text {
  font-size : 13px;
  line-height : 21px;
  letter-spacing : 0.39px;
  color : #FFFFFF;
  margin-bottom: 30px;
}

.copylight {
  font-size : 13px;
  line-height : 21px;
  letter-spacing : 0.39px;
  color : #FFFFFF;
}

.page-top-wrap img {
  width: 65px;
  height: 65px;
  padding: 5px 10px;
  border-radius: 5px;
  outline: 0;
  z-index: 1;
  background-color: #C6171E;
}

.page-top-wrap {
  position: fixed;
  right: 8px;
  bottom: 56px;
}

/*タブレット用*/
@media screen and (max-width: 1215px) {

  footer .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  footer .main-container {
    width: auto;
    padding-left: 0;
    float: none;
    text-align: center;
  }

  .footer-navi .menu-category-container {
    display: inherit;
    width: auto;
  }

  .footer-navi .menu-static-container {
    display:inherit;
    width: auto;
  }

  .footer-navi .navi-head {
    display: none;
  }

  .footer-navi .menu {
    display: inherit;
    vertical-align: inherit;
  }

  .footer-navi .menu .menu-item {
    float: none;
    font-size : 17px;
    padding-right: 0;
    font-weight: 700;
    margin-bottom: 30px;
  }

  .footer-navi .menu .menu-item.sp {
    display: inherit;
  }

  footer .section-line {
    width: 25px;
    text-align: center;
    margin: 0;
    padding: 0;
    border-bottom: 2px solid #FFFFFF;
    display: inline-block;
    margin-bottom: 30px;
  }

  .footer-text {
    font-size : 9px;
    line-height : 18px;
    letter-spacing : 0.54px;
  }

  .footer-text p {
    margin-bottom: 10px;
    font-size: inherit;
  }

  .copylight {
    font-size : 9px;
    line-height : 12px;
    letter-spacing : 0.54px;
  }

}

@media screen and (max-width: 730px) {
  .page-top-wrap img {
    width: 35px;
    height: 35px;
    padding: 3px 5px;
  }
}

.section_home-post {
  background-color: #fafafa;
}

.section_home-post .home-post_title {
  margin-bottom: 25px;
  padding-top: 85px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 2px;
  text-align: center;
  color: #000;
}
.section_home-post .home-post_subtitle {
  font-size: 20px;
  line-height: 2.25;
  letter-spacing: 1.2px;
  text-align: center;
  color: #000;
}

/*topページ記事*/
.articles-list {
  padding-top: 50px;
  width: 1050px;
  width: 1015px;
  margin: 0 auto;
}

.articles-list > li {
  float: left;
  width: 310px;
  height: 350px;
  height: 302px;
  margin-right: 60px;
  margin-right: 42px;
  margin-bottom: 52px;
  margin-bottom: 50px;
}

.articles-list > li:nth-child(3n) {
  margin-right: 0;
}

.articles .title {
  overflow: hidden;
  /* height: 52px; */
  height: 3.76em;
  margin-bottom: 17px;
  font-size : 16px;
  line-height : 26px;
  line-height: 1.88;
  letter-spacing : 1.28px;
  letter-spacing: 1.6px;
  color : #000;
  font-weight: 700;
  text-align: left;
}

.articles img {
  width: 310px;
  vertical-align: middle;
  height: auto;
  height: 206px;
  object-fit: cover;
  object-position: 50% 0;
}

.articles img.default-eyecatch {
  display: block;
  border: 1px solid #b5b5b5;
}

.articles a {
  text-decoration: none;
  display: block;
}

.articles a.thumbnail {
  margin-bottom: 23px;
}

.postinfo {
  font-size : 10px;
  letter-spacing : 0.72px;
  color : #000000;
}

.articles .postinfo {
  font-size : 10px;
  font-size: 12px;
  letter-spacing : 0.72px;
  letter-spacing: 1.2px;
  color : #000;
  color: #575757;
  line-height: 2;
  text-align: left;
}

.postcat {
  margin-right: 5px;
  display: inline!important;
  color: #898989;
  text-decoration: none;
}
.articles .postcat {
  margin-right: 5px;
  margin-right: 15px;
  display: inline!important;
  color: #898989;
  color: #575757;
  text-decoration: none;
}

.postinfo {
  color: #898989;
}
.postinfo time {
  padding-left: 10px;
  border-left: 1px solid;
  color: #898989;
}
.articles .postinfo time {
  padding-left: 10px;
  padding-left: 20px;
  border-left: 1px solid;
  color: #898989;
  color: #575757;
}

.thumbnail {
  margin-bottom: 28px;
}

.read-more {
  width: 1050px;
  margin: 0 auto;
  display: block;
  height: 60px;
  border: solid 2px #C6171E;
  font-size : 26px;
  letter-spacing : 1.56px;
  color : #C6171E;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  line-height: 60px;
}
.read-more {
  width: 350px;
  height: 70px;
  border-radius: 39px;
  border: solid 1px #d40000;
  background-color: #fff;
  font-size: 22px;
  line-height: 69px;
  letter-spacing: 0.66px;
  text-align: center;
  font-weight: 400;
  color: #d40000;
}

.btn-wrap {
  /* margin-top: 27.5px; */
  /* margin-bottom: 120px; */
  padding-top: 27.5px;
  padding-bottom: 110px;
}
.btn-wrap.middle {
  padding-bottom: 0;
}

/*タブレット用*/
@media screen and (max-width: 1215px) {
  .articles-list {
    padding-top: 50px;
    width: 680px;
  }
  .read-more {
    width: 680px;
  }
  /* margin-right: 0;の打ち消し */
  .articles-list > li:nth-child(3n) {
    margin-right: 60px;
  }
    /* 奇数の時 */
  .articles-list > li:nth-child(odd) {
    margin-right: 60px;
  }
    /* 偶数の時 */
  .articles-list > li:nth-child(even) {
    margin-right: 0;
  }
}

/*about*/
.about {
  background-color: #F7F8F8;
}

.about2 {
  background-color: #fff;
}

.about-wrap {
  width: 568px;
  width: 1020px;
  padding-top: 120px;
  padding-top: 107px;
  padding-bottom: 138px;
  padding-bottom: 127px;
  margin: 0 auto;
}

.about-wrap.prev-premium-member {
  padding-top: 0;
  padding-bottom: 150px;
}

.about-wrap .head {
  text-align: center;
  margin-bottom: 72px;
  margin-bottom: 54px;
}
.about-wrap .head.text {
  font-size: 40px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 1.2px;
  text-align: center;
  color: #000;
}

.about-wrap .head img {
  vertical-align: middle;
  width: 563px;
  width: 585px;
  height: 142px;
  height: 160px;
}
.about-wrap .head .about-text_image {
  display: block;
  width: 100%;
  width: 585px;
  height: auto;
  margin: 0 auto;
}
.about-wrap .head .about-text_image_sp {
  display: none;
}

.about-wrap .about-text {
  font-size : 18px;
  font-size: 20px;
  line-height : 38px;
  line-height: 2.25;
  color : #231815;
  color: #000;
  margin-bottom: 72px;
  margin-bottom: 90px;
  text-align: center;
  letter-spacing: 0.6px;
}

.app-link {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.app-link a img {
  vertical-align: bottom;
}

.app-link .ios {
  float: left;
  width: 277px;
  width: auto;
  height: 70px;
}

.app-link .andloid {
  float: right;
  width: 277px;
  width: auto;
  height: 70px;
  margin-left: 15px;
}

/*モバイル用*/
@media screen and (max-width: 730px) {
  .about-wrap {
    width: 307px;
    width: 90%;
    padding-top: 73px;
    padding-top: 35px;
    padding-bottom: 76px;
    padding-bottom: 51px;
    margin: 0 auto;
  }
  .about2 .about-wrap {
    width: 307px;
    width: 90%;
    padding-top: 73px;
    padding-top: 45px;
    padding-bottom: 76px;
    padding-bottom: 51px;
    margin: 0 auto;
  }

  .about-wrap .head {
    text-align: center;
    margin-bottom: 28px;
  }

  .about-wrap .head.text {
    font-size: 40px;
    font-size: 21px;
    font-weight: 700;
    line-height: 2;
    line-height: 1.67;
    letter-spacing: 1.2px;
    letter-spacing: 1.26px;
    text-align: center;
    color: #000;
  }

  .about-wrap .head img {
    width: 100%;
    width: 76%;
    height: auto;
  }
  .about-wrap .head .about-text_image {
    display: none;
    width: 100%;
    width: 76%;
    height: auto;
  }
  .about-wrap .head .about-text_image_sp {
    display: block;
    width: 100%;
    width: 76%;
    width: 84.7%;
    height: auto;
    margin: 0 auto;
  }

  .about-wrap .about-text {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 28px;
    font-size : 12px;
    font-size: 14px;
    line-height : 24px;
    line-height: 1.86;
    letter-spacing : 1.44px;
    letter-spacing: 0.84px;
    text-align: left;
    color: #000;
  }
  .app-link {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  .app-link a {
    flex: 1;
    width: 44%;
  }
  .app-link a:last-of-type {
    margin-left: 9.5px;
  }
  .app-link .ios {
    /* float: left; */
    width: 149px;
    width: 100%;
    height: auto;
  }
  .app-link .andloid {
    /* float: right; */
    width: 149px;
    width: 100%;
    height: auto;
  }
  .hide_sp {
    display: none;
  }
}

/*パンくず*/
.breadcrumbs {
  margin-top: 26px;
  margin-bottom: 30px;
  font-size : 13px;
  letter-spacing : 0.91px;
  color : #231815;
  padding: 0 5%;
}
.breadcrumbs a {
  text-decoration: none;
  color : #231815;

}

@media screen and (max-width: 730px) {
  .breadcrumbs {
    padding: 0 3%;
    margin-top: 18px;
    margin-top: 10px;
    margin-bottom: 23px;
    font-size : 8px;
    letter-spacing : 0.96px;
  }
}

/*カテゴリー別ページ*/
.page-title {
  font-size : 30px;
  letter-spacing : 1.8px;
  color : #000000;
  text-align: center;
  font-weight: 700;
}

.page-title.top {
  padding-top: 50px;
}

@media screen and (max-width: 730px) {
  .page-title {
    font-size : 18px;
    letter-spacing : 2.16px;
    margin-bottom: 40px;
  }
  .page-title.top {
    padding-top: 40px;
  }
}

/*記事別ページ*/
.m-large-breadcrumbs {
  margin-bottom: 30px;
}

.at-share-btn-elements {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

#toc_container .toc_title {
  text-align: left!important;
}

.main-content-wrap {
  max-width: 700px;
  margin: 0 auto;
}

.sub-title.related-article {
  border-top: solid 1px #C9CACA;
  padding-top: 60px;
}

.main-content-wrap .postinfo {
  margin-bottom: 30px;
  font-size: 13px;
  letter-spacing : 0.9px;
}

.article-title {
  font-size : 36px;
  line-height : 48px;
  letter-spacing : 1.44px;
  color : #000000;
  font-weight: 700;
  margin-bottom: 55px;
}

.main-content-wrap .thumbnail {
  margin-bottom: 50px;
}

.main-content-wrap .thumbnail img {
  width: 100%;
  height: auto;
}

.main-content {
  margin-bottom: 100px;
  font-size : 16px;
  line-height : 32px;
  letter-spacing : 0.64px;
  color : #000000;
}

.main-content #toc_container {
  border: none;
  margin-top: 30px;
  margin-bottom: 0;
}

.main-content p {
  font-size : 16px;
  line-height : 32px;
  letter-spacing : 0.64px;
  color : #000000;
  margin-bottom: 2em;
}

.main-content h2 {
  font-size : 28px;
  line-height : 46px;
  padding: 5px 25px;
  letter-spacing : 2.24px;
  color : #FFFFFF;
  background-color: #C6171E;
  margin-top: 60px;
  margin-bottom: 30px;
}

.main-content .first-head {
  font-size : 28px;
  line-height : 46px;
  padding: 5px 25px;
  letter-spacing : 2.24px;
  color : #FFFFFF;
  background-color: #C6171E;
  margin-top: 30px;
  margin-bottom: 30px;
}

.main-content h3 {
  font-size : 22px;
  line-height : 1.4;
  letter-spacing : 1.76px;
  color : #231815;
  font-weight: 700;
  border-bottom: 2px solid #C6171E;
  margin: 2em 0 1em;
  padding: 10px 0;
}

.main-content h4 {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 1.5px;
  color: #C6171E;
  margin: 2em 0 1em;
  font-weight: 700;
}

.main-content h5 {
  font-size: 16px;
  padding-left: 0.5em;
  border-left: 3px solid #c6171e;
  margin: 2em 0 1em;
  font-weight: 700;
  line-height: 1.4;
}

.main-content h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  margin: 2em 0 1em;
}

.main-content img {
  width: 100%;
  height: auto;
}

.main-content a {
  color: #C6171E;
  text-decoration: none;
}

.main-content a:hover {
  text-decoration: underline;
}

.main-content b {
  font-weight: 700;
}

.main-content .addthis_toolbox {
  margin-top: 40px;
  margin-bottom: 20px;
}

.main-content table {
  width: 100%;
  border: 1px solid #C9CACA;
  border-collapse: collapse;
  border-spacing: 0;
  padding: 5px;
  margin-bottom: 2em;
}

.main-content blockquote {
  color: #555;
  border: 1px solid #ddd;
  background: #f6f6f6;
  margin: 2em 0;
  font-size: 0.95em;
  padding: 1.5em 1.5em 0.5em;
  border-radius: 3px;
  position: relative;
}

.main-content blockquote::before {
  position: absolute;
  width: 1em;
  height: 1em;
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  color: #999;
  opacity: 20;
  font-family: 'FontAwesome';
  content: '\f10d';
  left: 0.4em;
  top: 0.4em;
}

.main-content blockquote::after {
  position: absolute;
  width: 1em;
  height: 1em;
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  color: #999;
  opacity: 20;
  font-family: 'FontAwesome';
  content: '\f10e';
  right: 0.4em;
  bottom: 0.4em;
}

.main-content .bg-border-box {
  padding: 0.5em;
  margin-bottom: 2em;
  background-color: #f6f6f6;
  border-radius: 5px;
}

.main-content .comment {
  padding: 4em 1em 1em 1em;
  border: 2px dashed #C9CACA;
  position: relative;
  margin-bottom: 2em;
  border-radius: 5px;
  content: "";
  display: block;
  clear: both;
}

.main-content .mejs-container {
  margin-bottom: 2em;
}

.main-content .comment::before {
  content: '編集部から一言';
  position: absolute;
  color: #FFFFFF;
  background-color: #C6171E;
  border-radius: 10px;
  top: 1em;
  padding: 0 1em;
}

.main-content .comment img {
  max-width: 113px;
  width: auto;
  float: left;
  margin-top: 8px;
}

.main-content .comment p {
  margin-bottom: 0;
}

.main-content td {
  padding: 8px 10px;
  border: 1px solid #C9CACA;
  vertical-align: middle;
}

.main-content ol {
  list-style: decimal;
  margin-left: 25px;
  margin-bottom: 2em;
}

.main-content ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 2em;
}

.main-content ul li {
  list-style: disc;
}

.main-content ol li {
  list-style: decimal;
}

.main-content strong {
  font-weight: 700;
}

.main-content .wp-caption {
  width: 100%!important;
}

.main-content .wp-caption-text {
  font-size: 0.8em;
  color: #C9CACA;
  line-height: 15px;
  text-align: center;
}

.main-content .img-description {
  margin-left: 123px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.64px;
  color: #000000;
}

.sub-title {
  font-size : 28px;
  letter-spacing : 2.24px;
  color : #000000;
  text-align: center;
  font-weight: 700;
  margin-bottom: 45px;
}

.related-articles-list {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: solid 1px #C9CACA;
  border-bottom: solid 1px #C9CACA;
  max-width: 700px;
  margin: 0 auto 60px;
}

.related-articles-list li {
  margin-bottom: 50px;
}

.related-articles-list li:last-child {
  margin-bottom: 0;
}

.related-articles .article-wrap {
  text-decoration: none;
  display: flex;
  justify-content: space-between;
}

.related-articles .thumbnail img {
  width: 220px;
  height: 147px;
}

.related-articles .thumbnail {
  margin-bottom: 0;
}

.related-articles .text-wrap {
  width: 440px;
  position: relative;
}

.related-articles .title {
  font-size : 21px;
  line-height : 36px;
  letter-spacing : 1.68px;
  color : #000000;
  font-weight: 700;
  height: 108px;
  overflow: hidden;
  text-decoration: none;
  display: block;
}

.related-articles .postinfo {
  font-size : 14px;
  line-height: 15px;
  letter-spacing : 0.84px;
  color : #C6171E;
  position: absolute;
  left: 0;
  bottom: 12px;
  margin: auto;
}

.pagenav {
  font-size : 19px;
  line-height : 36.17px;
  letter-spacing : 1.52px;
  max-width: 700px;
  margin: 0 auto 120px;
}

.pagenav .old {
  float: left;
}

.pagenav .new {
  float: right;
}

.pagenav a {
  color : #9FA0A0;
  text-decoration: none;
}

@media screen and (max-width: 730px) {

  .m-large-breadcrumbs {
    margin-bottom: 40px;
    padding: 0 3%;
  }

  .main-content-wrap .postinfo {
    margin-bottom: 21px;
    font-size: 8px;
    letter-spacing : 0.96px;
  }

  .main-content-wrap {
    width: auto;
    padding: 0 3%;
    max-width: none;
  }

  .main-content {
    margin-bottom: 30px;
    font-size : 15px;
    line-height : 1.73;
    letter-spacing : 0.96px;
  }

  .article-title {
    font-size : 20px;
    line-height : 28px;
    letter-spacing : 0.72px;
    margin-bottom: 20px;
  }

  .main-content-wrap .thumbnail {
    margin-bottom: 40px;
    margin: 0 -3%;
  }

  .main-content p {
    font-size : 15px;
    line-height : 1.73;
    letter-spacing : 0.96px;
  }

  .main-content h2 {
    font-size : 18px;
    line-height : 1.73;
    padding: 5px 15px;
    letter-spacing : 2.56px;
    margin-top: 50px;
    margin-bottom: 25px;
  }

  .main-content .first-head {
    font-size : 18px;
    line-height : 1.5;
    padding: 5px 15px;
    letter-spacing : 2.56px;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .main-content .comment img {
    max-width: 80px;
    margin-top: 5px;
  }

  .main-content .img-description {
    margin-left: 90px;
    font-size: 15px;
    line-height: 1.73;
    letter-spacing: 0.96px;
  }

  .main-content h3 {
    font-size : 17px;
    letter-spacing : 1.68px;
  }

  .main-content h4 {
    font-size: 15px;
  }

  .main-content h5 {
    font-size: 12px;
  }

  .main-content h5 {
    border-left: 3px solid #c6171e;
  }

  .main-content h6 {
    font-size: 12px;
  }

  .main-content ol {
    list-style: decimal;
    margin-left: 19px;
  }

  .main-content ul {
    margin-left: 17px;
  }

  .main-content td {
    padding: 3px 5px;
  }

  .sub-title {
    font-size : 18px;
    letter-spacing : 2.88px;
    margin-bottom: 25px;
  }

  .related-articles-list {
    padding-top: 32px;
    padding-bottom: 32px;
    border-top: solid 1px #C9CACA;
    border-bottom: solid 1px #C9CACA;
    width: auto;
    max-width: none;
    margin: 0;
    margin-bottom: 30px;
  }

  .related-articles-list li {
    margin-bottom: 32px;
  }

  .related-articles-list li:last-child {
    margin-bottom: 0;
  }

  .related-articles .thumbnail img {
    width: 100%;
    min-height: 60px;
    height: auto;
  }

  .related-articles .thumbnail {
    width: 30%;
    margin: 0;
  }

  .related-articles .text-wrap {
    width: 65%;
  }

  .related-articles .title {
    font-size : 12px;
    line-height : 16px;
    letter-spacing : 0.48px;
    height: 48px;
    overflow: hidden;
  }

  .related-articles .postinfo {
    font-size : 8px;
    line-height: 9px;
    letter-spacing : 0.96px;
    color : #C6171E;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
  }

  .pagenav {
    font-size : 15px;
    line-height : 33.81px;
    padding: 0 3%;
    letter-spacing : 2.4px;
    max-width: none;
    margin: 0;
    margin-bottom: 73px;
  }
}

.m-small-breadcrumbs {
  margin-bottom: 25px;
}

.info-main-title {
  margin-bottom: 50px;
}

.info-sub-title {
  margin-top: 60px;
  margin-bottom: -30px;
}

@media screen and (max-width: 1215px) {
  .m-small-breadcrumbs {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 730px) {
  .m-small-breadcrumbs {
    margin-bottom: 20px;

    margin-top: 10px;
    margin-bottom: 10px;
  }
  .info-main-title {
    margin-bottom: 35px;
  }
  .info-sub-title {
    margin-top: 45px
  }
}

/*アプリについて*/
.main-content.info {
  border-bottom: none;
}

/*対応書籍*/
.books-wrap {
  padding: 75px 25px 120px 25px;
  background-color: #F7F8F8;
}

.book-list{
  width: 1000px;
  margin: 0 auto;
}

.book-list::after {
  content: " ";
  display: block;
  clear: both;
}

.book-list .gallery-item {
  width: 203px;
  float: left;
  text-align: center;
  margin-right: 60px;
  margin-bottom: 60px;
}

.book-list .gallery-item:nth-child(4n) {
  margin-right: 0;
}

.book-list img {
  width: auto;
  height: 200px;
  margin-bottom: 15px;
}

.book-list .title {
  font-size : 13px;
  line-height : 20px;
  letter-spacing : 0.52px;
  color : #040000;
  text-align: left;
}

@media screen and (max-width: 1069px) {

  .book-list{
    width: 730px;
    margin: 0 auto;
  }

  .book-list .gallery-item:nth-child(4n) {
    margin-right: 60px;
  }

  .book-list .gallery-item:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 782px) {

  .books-wrap {
    padding: 50px 3% 50px;
  }

  .book-list{
    width: 570px;
    margin: 0 auto;
  }

  .book-list .gallery-item {
    width: 160px;
    text-align: center;
    margin-right: 45px;
    margin-bottom: 45px;
  }

  .book-list .gallery-item:nth-child(4n) {
    margin-right: 45px;
  }

  .book-list .gallery-item:nth-child(3n) {
    margin-right: 0;
  }

  .book-list img {
    height: 150px;
    margin-bottom: 15px;
  }


  .book-list .title {
    font-size : 10px;
    line-height : 14px;
    letter-spacing : 0.8px;
  }
}

@media screen and (max-width: 599px) {

  .book-list{
    width: 300px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
  }

  .book-list .gallery-item {
    margin: 0;
    width: 145px;
    margin-bottom: 45px;
  }

  .book-list .gallery-item:nth-child(4n) {
    margin-right: 0;
  }
}

/*404ページ*/
.content-none {
  padding-top: 40px;
  padding-bottom: 80px;
}

.content-none p {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.64px;
  color: #000000;
  margin-bottom: 2em;
}

.content-none h2 {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 1.5px;
  color: #000000;
  border-left: solid 3px #C6171E;
  padding-left: 15px;
  margin-top: 2em;
  margin-bottom: 1em;
  font-weight: 700;
}

.category-list li {
  font-size: 18px;
  color: #C6171E;
  position: relative;
  padding-left: 12px;
  margin-bottom: 1em;
}

.category-list li a {
  color: #C6171E;
  text-decoration: none;
}

.category-list li::before {
  position: absolute;
  content: '';
  top: 10px;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #C6171E;
}

.error-title {
  font-size : 30px;
  letter-spacing : 1.8px;
  color : #000000;
  font-weight: 700;
}

@media screen and (max-width: 730px) {

  .error-title {
    font-size : 18px;
    letter-spacing : 2.16px;
  }

  .content-none h2 {
    font-size: 16px;
  }

  .content-none p {
    font-size : 12px;
    letter-spacing : 0.96px;
  }

  .category-list li {
    font-size: 14px;
  }

  .category-list li::before {
    top: 7px;
    width: 5px;
    height: 5px;
  }
}

#eyecatch {
  text-align: center;
  background-color: #f7f7f7;
  padding: 40px 0;
}

#eyecatch h2 {
  font-size: 26px;
  color: #d40000;
  font-weight: bold;
  padding-bottom: 40px;
}

#eyecatch figure {
  padding-bottom: 40px;
}

#eyecatch figure img.screenshot {
  width: 426px;
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
}

#eyecatch figure img.app_store, #eyecatch figure img.android {
  width: 210px;
}

#eyecatch figure a {
  margin-right: 20px;
  text-decoration: none;
}

#eyecatch p {
  font-size: 18px;
  padding-bottom: 40px;
  line-height: 2.2;
}

#eyecatch p span {
  border-bottom: 2px solid #d40000;
  padding-bottom: 3px;
}

#eyecatch a.mailmagazine {
  display: inline-block;
  font-size: 20px;
  background-color: #d40000;
  border-radius: 16px;
  padding: 15px 40px;
  color: #fff;
  text-decoration: none;
}

#eyecatch a.mailmagazine span {
  font-weight: bold;
}

@media screen and (max-width: 730px) {

  #eyecatch {
    padding: 10.7vw 0 0;  }

  #eyecatch h2 {
    font-size: 16px;
    font-weight: normal;
    width: 100vw;
    margin: 0 auto;
    padding-bottom: 10vw;
  }

  #eyecatch figure a {
    margin-right: 0;
    text-decoration: none;
  }

  #eyecatch figure {
    width: 94vw;
    margin: 0 auto;
  }

  #eyecatch figure.device {
    width: 65vw;
  }

  #eyecatch figure img.app_store, #eyecatch figure img.android {
    width: 43vw;
  }

  #eyecatch figure img.screenshot {
    max-width: 100%;
    height: auto;
  }

  #eyecatch p {
    font-size: 13px;
    padding-bottom: 9vw;
    line-height: 2.2;
  }

  #eyecatch a.mailmagazine {
    display: inline-block;
    border-radius: 12px;
    padding: 4vw 10vw;
    font-size: 15px;
  }

  #eyecatch a.mailmagazine span {
    font-weight: bold;
  }
}

/* ---------- eyecatch.php NEW --------- */

/* #eyecatch-new */

.eyecatch_hero {
  /*
  min-height: 625px;
  max-height: 720px;
  */
  height: 623px;
  background-color: #D40000;
}

.eyecatch_hero .hero_front {
  width: 100%;
  /* height: 720px; */
  height: 623px;
  background-image: url('./assets/images/hero_front.png');
  background-repeat: no-repeat;
  /* background-position: 50% 50%; */
  /* background-position: 42.5% 50%; */
  background-position: 46% 43%;
  /* background-size: auto 652px; */
  /* background-size: auto 550px; */
  background-size: auto 565px;
}

/*2024.06 - KV付近にストア誘導を配置 START */
@media screen and (max-width: 1920px){
  .eyecatch_hero {
    height: 600px;
  }
  .eyecatch_hero .hero_front {
    height: 600px;
    background-size: auto 545px;
  }
}

@media screen and (max-width: 1366px){
  .eyecatch_hero {
    height: 380px;
  }
  .eyecatch_hero .hero_front {
    height: 380px;
    background-size: auto 345px;
  }
}

@media screen and (max-width: 1215px) {

  .eyecatch_hero {
    height: 48vw;
    background-color: #D40000;
  }

  .eyecatch_hero .hero_front {
    width: 100%;
    height: 100%;
    background-image: url('./assets/images/hero_front.png');
    background-repeat: no-repeat;
    /* background-position: 46% 43%;
    background-size: auto 43vw; */
    background-position: 46% 85%;
    background-size: auto 38vw;
  }
}
/*2024.06 - KV付近にストア誘導を配置 END */

@media screen and (max-width: 730px) {
  .eyecatch_hero {
    /*
    min-height: 225px;
    max-height: 225px;
    */
    height: 223px;
    background-color: #D40000;
  }
  .eyecatch_hero .hero_front {
    width: 100%;
    height: 223px;
    background-image: url('./assets/images/hero_front_sp.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-position: 58.5% 61%;
    background-size: auto 205px;
  }
}

.app-feature {  /* section */

}
.app-feature.even {  /* section */
  background-color: #fafafa;
}

/*2024.06 - KV付近にストア誘導を配置 START */
.app-feature .app-feature_container {
  width: 1020px;
  margin: 0 auto;
  padding: 85px 0 90px;
  /* padding: 25px 0 90px; */
}
/*2024.06 - KV付近にストア誘導を配置 END */

.app-feature .app-feature_container.feature2 {
  width: 1020px;
  margin: 0 auto;
  padding: 100px 0 100px;
}
.app-feature .app-feature_container.feature3 {
  width: 1020px;
  margin: 0 auto;
  padding: 85px 0 100px;
}

.app-feature .app-feature_container .app-feature_row {
  margin-bottom: 35px;
}
.app-feature .app-feature_container .app-feature_row.double-column {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.app-feature .app-feature_container .app-feature_row.double-column.flex-start {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
}

.app-feature .app-feature_container .app-feature_row .app-feature_copy {
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 2px;
  text-align: center;
  color: #000;
}
.app-feature .app-feature_container .app-feature_row.double-column .app-feature_copy {
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 2px;
  text-align: left;
  color: #000;
}
.app-feature .app-feature_container .app-feature_row.double-column .app-feature_complex .app-feature_copy {
  margin-bottom: 15px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 2px;
  text-align: left;
  color: #000;
}
.app-feature .app-feature_container .app-feature_row.double-column .app-feature_complex.feature2 .app-feature_copy {
  margin-top: -15px;
  margin-bottom: 15px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 2px;
  text-align: left;
  color: #000;
}

.app-feature .app-feature_container .app-feature_row .app-feature_text {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 1.2px;
  text-align: center;
  color: #000;
}
.app-feature .app-feature_container .app-feature_row.double-column .app-feature_text {
  font-size: 16px;
  line-height: 2.19;
  letter-spacing: 0.48px;
  text-align: left;
  color: #000;
}
.app-feature .app-feature_container .app-feature_row .app-feature_complex .app-feature_text {
  width: 440px;
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 2.19;
  letter-spacing: 0.48px;
  text-align: left;
  color: #000;
}
.app-feature .app-feature_text .nowrap {
  white-space: nowrap;
}

.app-feature_row .app-feature_figure {

}
.app-feature_row .app-feature_figure.feature3 {
  padding-top: 10px;
}

.app-feature_row .app-feature_figure .feature-image-1 {
  display: block;
  width: auto;
  height: 442.5px;
}
.app-feature_row .app-feature_figure .feature-image-1_sp {
  display: none;
}
.app-feature .app-feature_container .app-feature_row .app-feature_figure .feature-image-2 {
  display: block;
  width: auto;
  height: 363px;
}
.app-feature .app-feature_container .app-feature_row .app-feature_figure .feature-image-3 {
  display: block;
  width: 522px;
  height: auto;
}
.app-feature .app-feature_container .app-feature_row .app-feature_figure .feature-image-3_sp {
  display: none;
}

.app-feature_row .app-feature_complex {
  margin-left: 55px;
}

/*2024.06 - KV付近にストア誘導を配置 START */
.app-feature_row .app-feature_complex.eyecatch-bottom {
  margin: 40px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 60px;
}
.app-feature_row .app-feature_complex.eyecatch-bottom .app-copy_row {
  margin-bottom: 0;
}
.app-feature_row .app-feature_complex.feature1 {
  display: none;
}
/*2024.06 - KV付近にストア誘導を配置 END */

.app-feature_row .app-feature_complex.feature1 {
  padding-top: 40px;
  margin-left: 55px;
}
.app-feature_row .app-feature_complex.feature2 {
  margin-left: 67.5px;
}
.app-feature_row .app-feature_complex.feature3 {
  margin-left: 0;
  margin-right: 40px;
}

.app-feature_row .app-feature_complex .app-copy_row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
}

.app-feature_row .app-feature_complex .app-copy_row .app-icon {
  display: block;
  width: auto;
  height: 80px;
}
.app-feature_row .app-feature_complex .app-copy_row .app-icon_sp {
  display: none;
}

.app-feature_row .app-feature_complex .app-copy_row .feature-copy {
  box-sizing: border-box;
  padding-left: 22.5px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.58;
  letter-spacing: 1.44px;
  text-align: left;
  color: #000;
}

.app-feature_row .app-feature_complex .app-link_row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.app-feature_row .app-feature_complex .app-link_row .app-link_appstore {

}

.app-feature_row .app-feature_complex .app-link_row .app-link_googleplay {
  margin-left: 15px;
}

.app-feature_row .app-feature_complex .app-link_row .app-link_image {
  display: block;
  width: auto;
  height: 70px;
}

.app-feature_link {
  display: block;
  width: 350px;
  height: 70px;
  border-radius: 39px;
  border: solid 1px #d40000;
  background-color: #fff;
  font-size: 22px;
  line-height: 68px;
  letter-spacing: 1.1px;
  text-align: center;
  color: #d40000;
  text-decoration: none;
}

.spacer-1 {
  height: 55px;
}

/*2024.06 - KV付近にストア誘導を配置 START */
@media screen and (max-width: 1366px){
  .app-feature_row .app-feature_complex.eyecatch-bottom {
    margin: 25px auto;
  }
  .app-feature .app-feature_container {
    /* padding: 35px 0 90px; */
  }
}
/*2024.06 - KV付近にストア誘導を配置 END */

@media screen and (max-width: 1215px){
  .app-feature .app-feature_container {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 50px 30px 43px;
  }
  .app-feature .app-feature_container .app-feature_row .app-feature_text {
    max-width: 680px;
    margin: 0 auto;
    text-align: left;
  }
  .app-feature_row .app-feature_figure {
    width: 50%;
  }
  .app-feature_row .app-feature_figure .feature-image-1 {
    display: block;
    width: auto;
    width: 100%;
    height: 442.5px;
    height: auto;
  }

  /*2024.06 - KV付近にストア誘導を配置 START */
  .app-feature_row .app-feature_complex.eyecatch-bottom {
    display: none;
  }
  .app-feature_row .app-feature_complex.feature1 {
    display: block;
  }
  /*2024.06 - KV付近にストア誘導を配置 END */

  .app-feature_row .app-feature_complex.feature1 {
    width: 50%;
    padding-top: 40px;
    margin-left: 55px;
  }
  .app-feature_row .app-feature_complex.feature2 {
    width: 50%;
    margin-left: 67.5px;
  }
  .app-feature_row .app-feature_complex.feature3 {
    width: 50%;
  }
  .app-feature_row .app-feature_complex .app-link_row .app-link_image {
    display: block;
    width: auto;
    width: 100%;
    height: 70px;
    height: auto;
  }
  .app-feature_row .app-feature_complex .app-link_row .app-link_image {
    display: block;
    width: auto;
    width: 100%;
    height: 70px;
    height: auto;
  }
  .app-feature_row .app-feature_complex .app-link_row .app-link_googleplay {
    margin-left: 15px;
  }
  .app-feature .app-feature_container.feature2 {
    width: 1020px;
    width: 100%;
    margin: 0 auto;
    padding: 100px 0 100px;
    padding: 100px 30px 100px;
  }
  .app-feature .app-feature_container .app-feature_row .app-feature_figure .feature-image-2 {
    display: block;
    width: auto;
    width: 100%;
    height: 363px;
    height: auto;
  }
  .app-feature .app-feature_container .app-feature_row .app-feature_complex .app-feature_text {
    width: 440px;
    width: 100%;
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 2.19;
    letter-spacing: 0.48px;
    text-align: left;
    color: #000;
  }
  .app-feature .app-feature_container.feature3 {
    width: 1020px;
    width: 100%;
    margin: 0 auto;
    padding: 85px 0 100px;
    padding: 85px 30px 100px;
  }
  .app-feature_row .app-feature_figure.feature3 {
    width: 50%;
    padding-top: 10px;
  }
  .app-feature .app-feature_container .app-feature_row .app-feature_figure .feature-image-3 {
    display: block;
    width: 522px;
    width: 100%;
    height: auto;
  }
  .section_home-post .home-post_subtitle {
    box-sizing: border-box;
    padding: 0 60px;
    font-size: 20px;
    line-height: 2.25;
    letter-spacing: 1.2px;
    text-align: center;
    text-align: left;
    color: #000;
  }
  /* .section_home-post .articles-list { */
  .articles-list {
    padding-top: 50px;
    width: 680px;
    /* width: 88.5%; */
    /* width: 100%; */
    margin: 0 auto;
  }
  */
  /* .section_home-post .articles-list > li { */
  .articles-list > li {
    float: left;
    width: 310px;
    height: 350px;
    height: 302px;
    margin-right: 60px;
    /* margin-right: 42px; */
    margin-bottom: 52px;
    margin-bottom: 50px;
  }

  .about-wrap {
    width: 568px;
    width: 1020px;
    width : 100%;
    padding-top: 120px;
    padding-top: 107px;
    padding-bottom: 138px;
    padding-bottom: 127px;
    margin: 0 auto;
  }
  .about-wrap .about-text {
    width : 100%;
    max-width: 680px;

    padding: 0 30px;
    font-size: 18px;
    font-size: 20px;
    line-height: 38px;
    line-height: 2.25;
    color: #231815;
    color: #000;
    margin-bottom: 72px;
    margin-bottom: 90px;
    margin: 0 auto 90px;
    text-align: center;
    text-align: left;
    letter-spacing: 0.6px;
  }

  .app-feature .app-feature_text .nowrap {
    white-space: normal;
  }
}

/*モバイル用*/
@media screen and (max-width: 730px) {

  .section_home-post .home-post_title {
    margin-bottom: 25px;
    padding-top: 43px;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.43;
    letter-spacing: 0.63px;
    text-align: center;
    color: #000;
  }
  .section_home-post .home-post_subtitle {
    box-sizing: border-box;
    margin-bottom: 30px;
    padding: 0 17.5px;
    font-size: 20px;
    font-size: 14px;
    line-height: 1.86;
    letter-spacing: 1.4px;
    text-align: left;
    color: #000;
  }
  /* .section_home-post .articles-list { */
  .articles-list {
    padding-top: 0;
    width: auto;
  }

  .section_home-post .articles-list {
    padding-top: 0;
    width: auto;
    background-color: #fafafa;
  }

  /* .section_home-post .articles-list > li { */
  .articles-list > li {
    margin-right: 0;
    width: auto;
    height: auto;
    float: none;
    margin-bottom: 32px;
    background-color: #F7F8F8;
    background-color: #fafafa;
  }

  .btn-wrap {
    /* padding: 0 3%; */
    padding: 0 0 50px;
    /* margin-bottom: 73px; */
    margin: 0 auto;
  }

  .read-more {
    width: auto;
    font-size: 15px;
    font-size: 16px;
    letter-spacing : 1.8px;
    letter-spacing: 0.8px;
    line-height: 54px;
    height: 38px;
    height: 56px;
    line-height: 54px;
    border: solid 1px #C6171E;
    border: solid 1px #d40000;

    width: 280px;
    border-radius: 39px;
    background-color: #fff;

    text-align: center;
    color: #d40000;
  }

  .articles-list > li {
    margin-right: 0;
    width: auto;
    height: auto;
    float: none;
    margin-bottom: 32px;
    background-color: #F7F8F8;
    background-color: #fafafa;
  }

  .articles-list li:first-of-type {
    /* margin-bottom: 32px; */
  }

  .articles-list > li:nth-child(3n) {
    margin-right: 0;
  }

  .articles img {
    width: 100%;
    min-height: 60px;
    height: auto;
    vertical-align: middle;
  }

  .articles-list li:first-of-type .articles .thumbnail img {
    display: block;
    width: 100%;
    min-height: 60px;
    height: auto;
    /* height: 233px; */
    vertical-align: middle;
    object-fit: cover;
    object-position: 50% 0;
  }

  .articles-list li:nth-of-type(n+2) .articles .thumbnail img {
    display: block;
    width: 100%;
    min-height: 60px;
    min-height: auto;
    height: auto;
    vertical-align: middle;
    object-fit: cover;
    object-position: 50% 0;
  }

  .articles .text-wrap {
    padding-left: 18px;
    padding-right: 18px;
  }

  .articles .postinfo {
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 23px;
  }

  .articles-list.home li:first-of-type .articles .postinfo {
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 0;
  }

  .articles .title {
    font-size : 16px;
    line-height : 22px;
    letter-spacing : 0.64px;
    color : #000000;
    margin-bottom: 12px;
    font-weight: 700;
    height: auto;
  }

  .articles-list.home li:first-of-type .articles .title {
    font-size : 16px;
    line-height : 22px;
    letter-spacing : 0.64px;
    color : #000000;
    margin-bottom: 12px;
    margin-bottom: 7.5px;
    font-weight: 700;
    height: auto;
  }

  .thumbnail {
    margin-bottom: 23px;
  }

  .articles-list.home li:first-of-type .articles .thumbnail {
    margin-bottom: 17px;
  }

  .articles-list > .articles-list-items-sp {
    background-color: #FFFFFF;
    background-color: transparent;
    padding: 0 3%;
    padding: 0 17.5px;
  }
  .articles-list > li:nth-child(odd) {
    margin-right: 60px;
    margin-right: 0;
  }

  .articles-sp .article-wrap {
    display: flex;
    justify-content: space-between;
  }

  .articles-sp .thumbnail {
    margin-bottom: 0;
    width: 30%;
    display: block;
  }
  .articles-sp a.thumbnail {
    margin-bottom: 0;
    width: 30%;
    display: block;
  }
  .articles-sp .text-wrap {
    padding: 0;
    width: 65%;
    position: relative;
  }

  .articles-sp .title {
    font-size : 12px;
    font-size: 14px;
    line-height : 16px;
    line-height: 1.64;
    letter-spacing : 0.48px;
    letter-spacing: 0.42px;
    margin-bottom: 0;
    font-weight: 700;
    height: auto;
    height: 48px;
    overflow: hidden;
    display: block;
    text-align: left;
    color: #000;
  }
  .articles-sp .postinfo {
    font-size: 8px;
    font-size: 10px;
    letter-spacing : 0.96px;
    letter-spacing: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 9px;
    line-height: 2.4;
    line-height: 1.0;
    margin: auto;
    padding: 0;
    text-align: left;
    color: #575757;
  }
  .articles .postcat {
    margin-right: 5px;
    display: inline!important;
    color: #575757;
    text-decoration: none;
  }
  .articles .postinfo time {
    padding-left: 9px;
    border-left: 1px solid;
    color: #575757;
  }
}

@media screen and (max-width: 730px){
  .section_home-post .home-post_subtitle {
    box-sizing: border-box;
    margin-bottom: 30px;
    padding: 0 17.5px;
    font-size: 20px;
    font-size: 14px;
    line-height: 1.86;
    letter-spacing: 1.4px;
    text-align: left;
    color: #000;
  }

  .app-feature.even {
    width: 97%;
    margin: 0 auto;
    background-color: #fafafa;
  }
  .app-feature .app-feature_container {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 50px 8px 43px;
  }
  .app-feature .app-feature_container.feature2 {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 50px 8px 43px;
  }
  .app-feature .app-feature_container.feature3 {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 37px 0 50px;
  }
  .app-feature .app-feature_container .app-feature_row {
    margin-bottom: 40px;
  }
  .app-feature .app-feature_container .app-feature_row .app-feature_copy {
    margin-bottom: 22.5px;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.43;
    letter-spacing: 0.63px;
    text-align: center;
    color: #000;
  }
  .app-feature .app-feature_container .app-feature_row .app-feature_text {
    width: 95%;
    margin: 0 auto;

    font-size: 14px;
    line-height: 1.86;
    letter-spacing: 0.84px;
    text-align: left;
    color: #000;
  }
  .app-feature .app-feature_container .app-feature_row.double-column {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }
  .app-feature_row .app-feature_figure {
    margin: 0 auto 0;
    width: 100%;
  }
  .app-feature_row .app-feature_figure .feature-image-1 {
    display: none;
  }
  .app-feature_row .app-feature_figure .feature-image-1_sp {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .app-feature_row .app-feature_complex {
    width: 100%;
    margin-left: 0;
  }
  .app-feature_row .app-feature_complex.feature1 {
    width: 100%;
    margin-left: 0;
    padding-top: 37px;
  }
  .app-feature_row .app-feature_complex.feature2 {
    width: 100%;
    margin-left: 0;
  }
  .app-feature_row .app-feature_complex .app-copy_row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 37px;
  }
  .app-feature_row .app-feature_complex.feature1 .app-copy_row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 28px;
  }
  .app-feature_row .app-feature_complex .app-copy_row .app-icon {
    display: none;
    width: auto;
    height: 50px;
  }
  .app-feature_row .app-feature_complex .app-copy_row .app-icon_sp {
    display: block;
    width: auto;
    height: 50px;
  }
  .app-feature_row .app-feature_complex .app-copy_row .feature-copy {
    box-sizing: border-box;
    padding-left: 22.5px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.44;
    letter-spacing: 1.08px;
    text-align: left;
    color: #000;
  }
  .app-feature_row .app-feature_complex .app-link_row {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 8px;
    padding: 0;
  }
  .app-feature_row .app-feature_complex .app-link_row .app-link_image {
    display: block;
    width: 100%;
    height: auto;
  }
  .app-feature_row .app-feature_complex .app-link_row .app-link_googleplay {
    margin-left: 9.5px;
  }
  .app-feature .app-feature_container .app-feature_row.double-column.flex-start {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0;
  }
  .app-feature .app-feature_container.feature2 .app-feature_row .app-feature_figure {
    margin: 0 auto 32.5px;
  }
  .app-feature .app-feature_container .app-feature_row .app-feature_figure .feature-image-2 {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .app-feature .app-feature_container .app-feature_row.double-column .app-feature_complex .app-feature_copy {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.43;
    letter-spacing: 0.63px;
    text-align: center;
    color: #000;
  }
  .app-feature .app-feature_container .app-feature_row.double-column .app-feature_complex.feature2 .app-feature_copy {
    margin-top: 0;
    margin-bottom: 26px;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.43;
    letter-spacing: 0.63px;
    text-align: center;
    color: #000;
  }
  .app-feature .app-feature_container .app-feature_row .app-feature_complex .app-feature_text {
    width: 100%;
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 1.86;
    letter-spacing: 0.84px;
    text-align: left;
    color: #000;
  }
  .app-feature .app-feature_container .app-feature_row .app-feature_complex .app-feature_text.feature2 {
    width: 100%;
    margin-bottom: 26px;
    font-size: 14px;
    line-height: 1.86;
    letter-spacing: 0.84px;
    text-align: left;
    color: #000;
  }
  .app-feature .app-feature_container .app-feature_row .app-feature_complex.feature3 .app-feature_text {
    width: 100%;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.86;
    letter-spacing: 0.84px;
    text-align: left;
    color: #000;
  }
  .app-feature_row .app-feature_figure.flex-order {
    margin: 0 auto 50px;
    order: 1;
  }
  .app-feature_row .app-feature_figure.feature3 {
    margin: 0 auto 25px;
    order: 1;
    width: 100%;
  }
  .app-feature_row .app-feature_complex.flex-order {
    width: 100%;
    margin-left: 0;
    order: 2;
  }
  .app-feature_row .app-feature_complex.feature3 {
    width: 90%;
    margin: 0 auto;
    order: 2;
  }
  .app-feature .app-feature_container .app-feature_row .app-feature_figure .feature-image-3 {
    display: none;
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  .app-feature .app-feature_container .app-feature_row .app-feature_figure .feature-image-3_sp {
    display: block;
    width: 91%;
    height: auto;
    margin: 0 auto;
  }

  .app-feature_link {
    display: block;
    width: 280px;
    height: 56px;
    margin: 0 auto;
    border-radius: 39px;
    border: solid 1px #d40000;
    background-color: #fff;
    font-size: 16px;
    line-height: 54px;
    letter-spacing: 0.8px;
    text-align: center;
    color: #d40000;
    text-decoration: none;
  }
  .app-feature_link.app-detail {
    display: block;
    width: 280px;
    height: 56px;
    margin: 0 auto;
    border-radius: 39px;
    border: solid 1px #d40000;
    background-color: #fff;
    font-size: 16px;
    line-height: 54px;
    letter-spacing: 0.8px;
    text-align: center;
    color: #d40000;
    text-decoration: none;
  }

  .spacer-1 {
    height: 35px;
  }

  .app-feature .app-feature_text .nowrap {
    white-space: normal;
  }
}

/* ______________________________ */

.check-booklist {
  text-align: center;
}

.check-booklist a {
  text-decoration: none;
  color: #040000;
}

@media screen and (max-width: 730px) {
  .check-booklist a {
    font-size: 14px;
  }
}

.premium-member { /* section */
  background-color: #fafafa;
}

.premium-member .container {
  box-sizing: border-box;
  width: 1020px;
  margin: 0 auto;
  padding: 70px 60px 82.5px;
}

.premium-member .container.premium-member-guide {
  box-sizing: border-box;
  max-width: 1020px;
  margin: 0 auto;
  padding: 70px 0 82.5px;
}

.premium-member .container .premium-functions {

}

.premium-member .container .premium-functions .premium-header {
  margin-bottom: 50px;
}
.premium-member .container .premium-functions .premium-header .premium-header_image {
  display: block;
  height: 211px;
  width: auto;
  margin: 0 auto;
}
.premium-member .container .premium-functions .premium-header .premium-header_image_sp {
  display: none;
}

.premium-member .container .premium-functions .premium-text {
  margin-bottom: 67.5px;
  font-size: 16px;
  line-height: 2.19;
  letter-spacing: 0.48px;
  text-align: center;
  color: #000;
}

.premium-member .container .premium-functions .functions-figure {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.premium-member .container .premium-functions .functions-figure .image-wrapper {
  margin-bottom: 65px;
  width: 280px;
  height: 490px;
}

.premium-member .container .premium-functions .functions-figure .image-wrapper .functions-image {
  display: block;
  width: 100%;
  height: auto;
}
.premium-member .container .premium-functions .functions-figure .image-wrapper .functions-image_sp {
  display: none;
}

@media screen and (max-width: 1215px) {
  .premium-member .container {
    box-sizing: border-box;
    width: 1020px;
    width: 100%;
    margin: 0 auto;
    padding: 70px 60px 82.5px;
    padding: 70px 30px 82.5px;
  }

  .premium-member .container .premium-functions .premium-header .premium-header_image {
    display: block;
    height: 211px;
    height: auto;
    width: auto;
    width: 90%;
    max-width: 654px;
    margin: 0 auto;
  }
  .premium-member .container .premium-functions .premium-text {
    max-width: 680px;
    margin-bottom: 67.5px;
    margin: 0 auto 67.5px;
    font-size: 16px;
    line-height: 2.19;
    letter-spacing: 0.48px;
    text-align: center;
    text-align: left;
    color: #000;
  }
  .premium-member .container .premium-functions .functions-figure {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 680px;
    margin: 0 auto;
  }
  .premium-member .container .premium-functions .functions-figure .image-wrapper {
    margin-bottom: 65px;
    width: 280px;
    width: 50%;
    height: 490px;
    height: auto;
  }
  .premium-member .container .premium-functions .functions-figure .image-wrapper .functions-image {
    display: block;
    width: 100%;
    width: 85%;
    height: auto;
    margin: 0 auto;
  }
  .premium-member .container.premium-member-guide {
    box-sizing: border-box;
    max-width: 1020px;
    margin: 0 auto;
    padding: 70px 30px 82.5px;
  }
}

@media screen and (max-width: 730px) {
  .premium-member .container {
    box-sizing: border-box;
    width: 90%;
    width: 100%;
    margin: 0 auto;
    padding: 70px 70px 75px;
    padding: 50px 0 17.5px;
  }
  .premium-member .container .premium-functions .premium-header {
    margin-bottom: 50px;
    margin-bottom: 30px;
  }
  .premium-member .container .premium-functions .premium-header .premium-header_image {
    display: none;
  }
  .premium-member .container .premium-functions .premium-header .premium-header_image_sp {
    display: block;
    width: 100%;
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  .premium-member .container .premium-functions .premium-text {
    width: 90%;
    margin-bottom: 60px;
    margin-bottom: 26px;
    margin: 0 auto 26px;
    font-size: 16px;
    font-size: 14px;
    line-height: 2.19;
    line-height: 1.86;
    letter-spacing: 0.48px;
    letter-spacing: 0.84px;
    text-align: center;
    text-align: left;
    color: #000;
  }
  .premium-member .container .premium-functions .functions-figure {
    width: 95%;

    /* margin: 0 -2.5%; */
    margin: 0 auto;
  }
  .premium-member .container .premium-functions .functions-figure .image-wrapper {
    margin-bottom: 65px;
    margin-bottom: 33px;
    width: 270px;
    width: 47%;
    width: 49.5%;
    width: 50%;
    height: 490px;
    height: auto;
  }
  .premium-member .container .premium-functions .functions-figure .image-wrapper .functions-image {
    display: none;
  }
  .premium-member .container .premium-functions .functions-figure .image-wrapper .functions-image_sp {
    display: block;
    width: 100%;
    height: auto;
  }

  .premium-member .container.premium-member-guide {
    padding: 45px 0 75px;
  }
}

.section-company {
  background-color: #fafafa;
}

#company {
  width: 70%;
  width: 510px;
  margin: 0 auto;
  padding: 80px 0 75px;
  max-width: 568px;
  max-width: 510px;
}

.company-title {
  margin-bottom: 30px;
  font-size: 35px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 1.05px;
  text-align: center;
  color: #000;
}

#company .table-inner-wrap {
  padding: 15px;
  border: solid 4px #f9e7e8;
}

#company .table-outer-wrap {
  border: solid 2px #C9CACA;
}

#company table {
  width: 100%;
  border-collapse: separate;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

#company tr {
  display: table-row;
}

#company th {
  box-sizing: border-box;
  vertical-align: middle;
  width: 230px;
  padding: 15px 15px;
  padding: 20px 10px;
  border-bottom: 1px dotted #C9CACA;
  border-bottom: solid 1px #d3d3d3;
  text-align: left;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.6px;
  color: #000;
}

#company td {
  box-sizing: border-box;
  padding-left: 25px;
  padding-left: 20px 0;
  border-bottom: 1px dotted #C9CACA;
  border-bottom: solid 1px #d3d3d3;
  vertical-align: middle;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.6px;
  color: #000;
  white-space: nowrap;
}

#company tr:last-of-type th,
#company tr:last-of-type td {
  border-bottom: 0;
}

#company table a {
  color: #040000;
  text-decoration: none;
}

@media screen and (max-width: 730px) {

  .section-company .container {
    max-width: 1226px;
    max-width: 90%;
    margin: 0 auto;
  }

  #company {
    padding: 50px 0;
    padding: 50px 0 48px;
    width: 100%;
  }

  .company-title {
    margin-bottom: 30px;
    margin-bottom: 11px;
    font-size: 35px;
    font-size: 21px;
    font-weight: 700;
    line-height: 2;
    line-height: 3.33;
    line-height: 1.0;
    letter-spacing: 1.05px;
    letter-spacing: 0.63px;
    text-align: center;
    color: #000;
  }

  #company .table-outer-wrap {
    border: solid 1px #C9CACA;
  }

  #company .table-inner-wrap {
    padding: 4px;
    border: solid 2px #F9E7E7;
  }

  #company th {
    width: 34%;
    padding: 9px 0;
    padding: 0;
    font-size: 12px;
    font-size: 14px;
    white-space: nowrap;
    line-height: 3.43;
    letter-spacing: 0.84px;
    text-align: left;
    color: #000;
  }

  #company td {
    padding-left: 5px;
    padding-left: 0;
    font-size: 12px;
    font-size: 14px;
    line-height: 12px;
    line-height: 3.43;
    white-space: nowrap;
    letter-spacing: 0.84px;
    text-align: left;
    color: #000;
  }

  #company tr:last-of-type th,
  #company tr:last-of-type td {
    border-bottom: solid 1px #d3d3d3;
  }
}

body #smartbanner.android {
  border-top: 0;
  background: #f7f7f7;
  border-color: transparent;
}

body #smartbanner .sb-icon {
  background-color: transparent;
  box-shadow: none;
}

body #smartbanner.android .sb-info {
  color: #000000;
  text-shadow: none;
  font-weight: normal;
}

body #smartbanner.android .sb-info strong {
  color: #000000;
}

body #smartbanner.android .sb-button span {
  background-color: transparent;
  background-image: none;
  color: #24a0e0;
}

body #smartbanner.android .sb-button {
  color: inherit;
  border: none;
  right: 56px;
}

body #smartbanner .sb-button {
  font-weight: normal;
  text-shadow: none;
}

body #smartbanner.android .sb-close {
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}

body #smartbanner .sb-info {
  width: 39%;
}

.info-point-wrap {
  max-width: 780px;
  max-width: 1020px;
  margin: 0 auto;
}

section.point {
  padding-top: 100px;
  padding-bottom: 110px;
  width: 1020px;
}

.point h3 {
  display: block;
  width: 125px;
  height: 2em;
  height: 40px;
  margin-bottom: 30px;
  background-color: #C6171E;
  background-color: #d40000;
  color: #fff;
  font-size: 28px;
  font-size: 23px;
  line-height: 2;
  line-height: 40px;
  /* text-indent: 1em; */
  text-align: center;
}

.point h4 {
  margin-bottom: 20px;
  font-size: 30px;
  font-size: 40px;
  color: #231815;
  color: #000;
  font-weight: 700;
  /* margin-top: 1.5em; */
  line-height: 1.75;
  letter-spacing: 2px;
  text-align: left;
}

.point .point-wrap {
  width: 1020px;
  padding: 50px 60px;
  padding: 0;
  margin-bottom: 60px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.point .point-wrap:last-of-type {
  margin-bottom: 0;
}

.point img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.point .point1-img {
  width: 170px;
  width: 290px;
  /* float: left; */
  order: 1;
}
.point .point2-img {
  width: 170px;
  width: 290px;
  /* float: right; */
  order: 2;
}
.point .point3-img {
  width: 170px;
  width: 290px;
  /* float: left; */
  order: 1;
}
.point .point4-img {
  width: 170px;
  width: 290px;
  /* float: right; */
  order: 2;
}

.point .point1-text {
  margin-left: 160px;
  /* float: right; */
  order: 2;
  padding-bottom: 70px;
  width: 440px;
  font-size: 16px;
  line-height: 2.19;
  letter-spacing: 0.48px;
  text-align: left;
  color: #000;
}
.point .point2-text {
  /* float: left; */
  margin-right: 150px;
  order: 1;
  padding-bottom: 55px;
  width: 370px;
  font-size: 16px;
  line-height: 2.19;
  letter-spacing: 0.48px;
  text-align: left;
  color: #000;
}
.point .point3-text {
  margin-left: 160px;
  /* float: right; */
  order: 2;
  padding-bottom: 20px;
  width: 440px;
  font-size: 16px;
  line-height: 2.19;
  letter-spacing: 0.48px;
  text-align: left;
  color: #000;
}
.point .point4-text {
  margin-right: 85px;
  /* float: right; */
  order: 1;
  padding-bottom: 20px;
  width: 440px;
  font-size: 16px;
  line-height: 2.19;
  letter-spacing: 0.48px;
  text-align: left;
  color: #000;
}

.point p {
  font-size: 18px;
  font-size: 16px;
  color: #040000;
  color: #000;
  line-height: 2;
  line-height: 2.19;
  /* margin-top: 3em; */
  letter-spacing: 0.48px;
  text-align: left;
}
.point p .nowrap {
  white-space: nowrap;
}

.point p a.point-text_link {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-size: 16px;
  color: #040000;
  color: #000;
  line-height: 2;
  line-height: 2.19;
  text-decoration: none;
  letter-spacing: 0.48px;
  text-align: left;
}
.point p a.point-text_link::after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: -2em;
  width: 2em;
  height: 1em;
  background-image: url('./assets/images/icon_chevron_right_000000.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 12px;
}

/*
@media screen and (max-width: 782px) {

  .info-point-wrap {
    width: 307px;
    padding-top: 45px;
    margin: 0 auto;
    max-width: none;
  }

  section.point {
    padding: 0;
  }

  .point h3 {
    font-size: 16px;
  }

  .point .point-wrap {
    padding: 35px 0;
    margin-bottom: 20px;
    text-align: center;
  }

  .point .point1-img, .point .point2-img, .point .point3-img {
    width: 200px;
    margin: 0 auto;
  }

  .point .point1-text, .point .point2-text, .point .point3-text {
    float: none;
    margin-bottom: 2em;
  }

  .point .point2-img {
    float: none;
  }

  .point h4 {
    font-size: 19px;
    margin-top: 0;
  }

  .point p {
    font-size: 13px;
    margin-top: 2em;
  }
}
*/

@media screen and (max-width: 1215px) {
  .info-point-wrap {
    max-width: 780px;
    max-width: 1020px;
    width: 100%;
    margin: 0 auto;
  }
  section.point {
    box-sizing: border-box;
    padding-top: 100px;
    padding-bottom: 110px;
    padding: 100px 30px 110px;
    width: 1020px;
    width: 100%;
  }
  .point .point-wrap {
    width: 1020px;
    width: 100%;
    padding: 50px 60px;
    padding: 0;
    margin-bottom: 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  .point .point1-text {
    margin-left: 160px;
    margin-left: 50px;
    /* float: right; */
    order: 2;
    padding-bottom: 70px;
    width: 440px;
    width: 67%;
    font-size: 16px;
    line-height: 2.19;
    letter-spacing: 0.48px;
    text-align: left;
    color: #000;
  }
  .point .point2-text {
    /* float: left; */
    margin-right: 150px;
    margin-right: 50px;
    order: 1;
    padding-bottom: 55px;
    width: 370px;
    width: 67%;
    font-size: 16px;
    line-height: 2.19;
    letter-spacing: 0.48px;
    text-align: left;
    color: #000;
  }
  .point .point3-text {
    margin-left: 160px;
    margin-left: 50px;
    /* float: right; */
    order: 2;
    padding-bottom: 20px;
    width: 440px;
    width: 67%;
    font-size: 16px;
    line-height: 2.19;
    letter-spacing: 0.48px;
    text-align: left;
    color: #000;
  }
  .point .point4-text {
    margin-right: 85px;
    margin-right: 50px;
    /* float: right; */
    order: 1;
    padding-bottom: 20px;
    width: 440px;
    width: 67%;
    font-size: 16px;
    line-height: 2.19;
    letter-spacing: 0.48px;
    text-align: left;
    color: #000;
  }
  .point .point1-img {
    width: 170px;
    width: 290px;
    width: 33%;
    /* float: left; */
    order: 1;
  }
  .point .point2-img {
    width: 170px;
    width: 290px;
    width: 33%;
    /* float: right; */
    order: 2;
  }
  .point .point3-img {
    width: 170px;
    width: 290px;
    width: 33%;
    /* float: left; */
    order: 1;
  }
  .point .point4-img {
    width: 170px;
    width: 290px;
    width: 33%;
    /* float: right; */
    order: 2;
  }
  .point p .nowrap {
    white-space: normal;
  }
}

@media screen and (max-width: 730px) {
  .about-wrap {
    width: 307px;
    width: 90%;
    padding-top: 73px;
    padding-top: 35px;
    padding-bottom: 76px;
    padding-bottom: 51px;
    margin: 0 auto;
  }
  .about-wrap .about-text {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 28px;
    padding: 0;
    font-size: 12px;
    font-size: 14px;
    line-height: 24px;
    line-height: 1.86;
    letter-spacing: 1.44px;
    letter-spacing: 0.84px;
    text-align: left;
    color: #000;
  }
  .info-point-wrap {
    width: 307px;
    width: 90%;
    padding-top: 0;
    margin: 0 auto;
    max-width: none;
  }

  section.point {
    padding: 0;

    width: 100%;
  }

  .point h3 {
    width: 125px;
    height: 35px;
    background-color: #d40000;
    margin: 0 auto 30px;
    margin: 0 auto 27px;
    font-size: 16px;
    font-size: 21px;
    line-height: 35px;
    letter-spacing: 0.63px;
    text-align: center;
    color: #fff;
  }

  .point .point-wrap {
    padding: 35px 0;
    margin-bottom: 20px;
    margin-bottom: 60px;
    margin-bottom: 0;
    text-align: center;
    width: 1020px;
    width: 100%;
    padding: 50px 60px;
    padding: 50px 0;
    padding: 50px 0 0;
    display: flex;
    flex-direction: row;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  .point .point-wrap:last-of-type {
    padding-bottom: 50px;
  }

  .point .point1-img, .point .point2-img, .point .point3-img {
    width: 200px;
    margin: 0 auto;
  }

  .point .point1-text, .point .point2-text, .point .point3-text {
    float: none;
    margin-bottom: 2em;
  }

  .point .point2-img {
    float: none;
  }

  .point h4 {
    font-size: 19px;
    font-size: 21px;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.43;
    letter-spacing: 0.63px;
    text-align: center;
    color: #000;
  }

  .point p {
    font-size: 13px;
    margin-top: 2em;
    margin-top: 0;
  }

  .point .point1-img {
    width: 72%;
    /* float: left; */
    order: 2;
  }
  .point .point2-img {
    width: 72%;
    /* float: right; */
    order: 2;
  }
  .point .point3-img {
    width: 72%;
    /* float: left; */
    order: 2;
  }
  .point .point4-img {
    width: 72%;
    /* float: right; */
    order: 2;
  }

  .point .point1-text {
    margin-left: 150px;
    margin-left: 0;
    margin-bottom: 15px;
    padding-bottom: 0;
    /* float: right; */
    order: 1;
    width: 440px;
    width: 100%;
    font-size: 16px;
    line-height: 2.19;
    letter-spacing: 0.48px;
    text-align: left;
    color: #000;
  }
  .point .point2-text {
    /* float: left; */
    margin-right: 150px;
    margin-right: 0;
    margin-bottom: 15px;
    padding-bottom: 0;
    order: 1;
    width: 370px;
    width: 100%;
    font-size: 16px;
    line-height: 2.19;
    letter-spacing: 0.48px;
    text-align: left;
    color: #000;
  }
  .point .point3-text {
    margin-left: 150px;
    margin-left: 0;
    margin-bottom: 15px;
    padding-bottom: 0;
    /* float: right; */
    order: 1;
    width: 440px;
    width: 100%;
    font-size: 16px;
    line-height: 2.19;
    letter-spacing: 0.48px;
    text-align: left;
    color: #000;
  }
  .point .point4-text {
    margin-right: 85px;
    margin-right: 0;
    /* float: right; */
    order: 1;
    width: 440px;
    width: 100%;
    font-size: 16px;
    line-height: 2.19;
    letter-spacing: 0.48px;
    text-align: left;
    color: #000;
  }

  .point p {
    font-size: 18px;
    font-size: 14px;
    color: #040000;
    color: #000;
    line-height: 2;
    line-height: 1.86;
    /* margin-top: 3em; */
    letter-spacing: 0.84px;
    text-align: left;
  }

  .point p a {
    font-size: 18px;
    font-size: 14px;
    color: #040000;
    color: #000;
    line-height: 2;
    line-height: 1.86;
    text-decoration: none;
  }
  .point p a.point-text_link {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-size: 14px;
    color: #040000;
    color: #000;
    line-height: 2;
    line-height: 1.86;
    text-decoration: none;
    text-align: left;
  }

  .point p .nowrap {
    white-space: normal;
  }
}

.broken_link {
  text-decoration: none!important;
}

/* コラム対応 */
.articles-list > li.column_series {
  height: 200px;
}
@media screen and (max-width: 1215px) {
}
@media screen and (max-width: 730px) {
  .articles-list > li.column_series {
    height: auto;
  }
  .articles-sp a.thumbnail.column {
    width: 80%;
    margin: auto;
  }
  .articles-sp .text-wrap.column {
    display: none; /* モバイルでの表示はタイトル画像のみとする */
  }
}

.articles .column.title {
  font-size: 15px;
}
@media screen and (max-width: 730px) {
  .articles-list.home li:first-of-type .articles .title {
    font-size: 15px; /* TOPページ先頭の記事のみ */
  }
  .articles-sp .column.title {
    font-size: 13px;
  }
}
@media screen and (max-width: 500px) {
  .articles-sp .column.title {
      height: 40px;
      line-height: 1.5em;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
    }
}

section.column-series-parts {
  margin-top: 60px;
}

.thumbnail.column img {
  height: 130px;
}

/* Audio Player */
ul.sc_player_container {
  margin-left: 0;
}
ul.sc_player_container li {
  list-style: none;
}
.sc_player_container1 {
  vertical-align: bottom;
  position: relative;
  margin-right: 5px;
}

/* 著者表示、Descが写真の下に流れこむのを防止 */
.saboxplugin-desc {
  padding-left: 120px;
}
/* 著者の名前のリンクを無効化 */
.saboxplugin-authorname a {
  pointer-events: none;
}
@media screen and (max-width: 500px) {
  /* SPでは無効化 */
  .saboxplugin-desc {
    padding-left: 0px;
  }
}

/* 英検 タブ切り替え --------------------------------------------- */

#switching_tabs_eikens .tab-group {
  width: 1020px;
  margin: 0 auto;
  border-bottom: 10px solid #d40000;
  white-space: nowrap;
}

#switching_tabs_eikens .tab-group .tab-eiken {
  display: inline-block;
  box-sizing: border-box;
  height: 50px;
  margin-right: 4px;
  width: 124px;
  padding: 0;
  list-style: none;
  background-color: #efefef;
  border-radius: 7px 7px 0 0;
  text-align: center;
  cursor: pointer;
  color: #777;
  line-height: 50px;
  font-weight: bold;
  font-size: 18px;
}
#switching_tabs_eikens .tab-group .tab-eiken:nth-of-type(1) {
  color: #d40000;
}
#switching_tabs_eikens .tab-group .tab-eiken:nth-of-type(2) {
  color: #11a44a;
}
#switching_tabs_eikens .tab-group .tab-eiken:nth-of-type(3) {
  color: #76b52f;
}
#switching_tabs_eikens .tab-group .tab-eiken:nth-of-type(4) {
  color: #487cbb;
}
#switching_tabs_eikens .tab-group .tab-eiken:nth-of-type(5) {
  color: #0094da;
}
#switching_tabs_eikens .tab-group .tab-eiken:nth-of-type(6) {
  color: #ec7619;
}
#switching_tabs_eikens .tab-group .tab-eiken:nth-of-type(7) {
  color: #df0b1f;
}
#switching_tabs_eikens .tab-group .tab-eiken:last-of-type {
  margin-right: 0;
  color: #e24b83;
}
#switching_tabs_eikens .tab-group .tab-eiken.tab-active {
  box-sizing: border-box;
  background-color: #d40000;
  color: #fff;
  transition: background-color 200ms ease-out;
  font-weight: bold;
}

.contents-group {
  box-sizing: border-box;
  height: auto;
  background-color: transparent;
}

.content-eiken {
  display: none;
}

.content-eiken.content-visible {
  display: block;
}

@media screen and (max-width: 1215px) {
  #switching_tabs_eikens .tab-group {
    width: 680px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-items: center;
  }
  #switching_tabs_eikens .tab-group .tab-eiken {
    height: 48px;
    width: auto;
    flex: 1 0 0;
    line-height: 48px;
    font-size: 17px;
  }
}

@media screen and (max-width: 730px) {

  .breadcrumbs.breadcrumbs-eikens {
    margin-bottom: 13px;
  }

  #switching_tabs_eikens .tab-group {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
  }
  #switching_tabs_eikens .tab-group .tab-eiken {
    height: 48px;
    width: 88px;
    line-height: 48px;
  }
}
.main-content .video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.main-content .video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
