@charset "UTF-8";
/* blocks */
/* --------------------
 * case__index
 * -------------------- */
.case__index .EVC_TopCase__text > span {
  width: 90%;
}

/* --------------------
 * Article
 * -------------------- */
.article_conts {
  /* --------------------
   * Article
   * -------------------- */
}
.article_conts p {
  line-height: 1.8em;
  margin-bottom: 10px;
}
.article_conts p.marker {
  display: inline-block;
}
.article_conts h2 {
  margin-top: 30px;
}
.article_conts h3,
.article_conts .Heading__text {
  font-size: 1.17em;
  font-weight: 700;
  margin: 0 0 5px;
}
.article_conts h4 {
  color: #c60d31;
  font-size: 16px;
  font-weight: 700;
}
.article_conts h5 {
  color: #c60d31;
  font-size: 14px;
  font-weight: 700;
}
.article_conts h6 {
  font-size: 14px;
  font-weight: 700;
}
.article_conts .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fb0));
  background: linear-gradient(transparent 60%, #fb0 60%);
  font-weight: 400;
}
.article_conts strong {
  background: none;
  font-weight: bold;
}
.article_conts mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(60%, #fb0));
  background: linear-gradient(transparent 70%, #fb0 60%);
}
.article_conts img.alignright {
  display: block;
  margin: 0 0 0 auto;
}
.article_conts img.aligncenter {
  display: block;
  margin: 0 auto;
}
.article_conts img.alignleft {
  display: block;
  margin: 0 auto 0 0;
}
.article_conts ul {
  list-style-type: none;
  margin-bottom: 10px;
}
.article_conts ul li {
  line-height: 1.5;
  margin-bottom: 10px;
  padding-left: 1em;
  text-indent: -1em;
}
.article_conts ul li:before {
  content: "・";
}
.article_conts ol {
  list-style-position: inside;
  list-style-type: decimal;
  margin: 0 0 30px 10px;
}
.article_conts ol li {
  line-height: 1.5;
  margin-bottom: 10px;
  padding-left: 1em;
  text-indent: -1.2em;
}
.article_conts .article_title {
  margin-top: 40px;
}
.article_conts .TopExample__list .TopExample__item {
  margin: 0 0 25px;
}
.article_conts .list_anchor li:before {
  content: "";
}
.article_conts .ContsParts__wrap {
  margin-bottom: 10px;
}
.article_conts .ContsParts__wrap.-half {
  margin-bottom: 5px;
}
.article_conts .Definition__word {
  color: #ff6600;
  font-size: 1.17em;
  font-weight: 700;
  line-height: 1.5;
  padding: 0 0 0 25px;
  position: relative;
  text-align: left;
}
.article_conts .Definition__word:before {
  background-color: #fb0;
  border: 1px solid #fff;
  border-radius: 16px;
  content: "";
  height: 16px;
  left: 8px;
  position: absolute;
  top: 5px;
  width: 16px;
}
.article_conts .Definition__explanation {
  color: #8d8d8d;
  line-height: 1.6;
  padding: 10px 15px 0 30px;
  position: relative;
}
.article_conts .Note__text {
  color: #8d8d8d;
  display: block;
  font-size: 12px;
  line-height: 1.5;
  margin: 0 20px 0 8px;
  padding-left: 1.6em;
  position: relative;
}
.article_conts .Note__text:before {
  background: url("../../assets/images/icon_mark3.svg") no-repeat 50%/100%;
  content: "";
  display: inline-block;
  height: 17px;
  left: 0;
  margin-right: 10px;
  position: absolute;
  top: 0;
  vertical-align: middle;
  width: 15px;
}
.article_conts .Interview__question {
  color: #02BCC5;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.3em;
}
.article_conts .Answer__name {
  display: inline;
  font-weight: 700;
  margin-right: 15px;
}
.article_conts .Interview__answer p:nth-child(2) {
  display: inline;
}
.article_conts .Interview__answer p:nth-child(3) {
  margin-top: 30px;
}
.article_conts .Interview__answer p {
  margin-bottom: 30px;
}
.article_conts figcaption {
  margin: -30px 0 1em;
  text-align: center;
}
@media print, screen and (min-width: 960px) {
  .article_conts p {
    margin-bottom: 30px;
  }
  .article_conts h2 {
    margin-top: 70px;
    padding:10px;
  }
  .article_conts h3,
.article_conts .Heading__text {
    margin: 0 0 8px;
  }
  .article_conts h3 {
    font-size: 18px;
    background-color: #f5f5f5;
    padding: 10px 15px;
    margin-top: 50px;
    margin-bottom: 25px;
    border-radius: 4px;
  }
  .article_conts h4 {
    font-size: 18px;
  }
  .article_conts h5 {
    font-size: 16px;
  }
  .article_conts h6 {
    font-size: 16px;
  }
  .article_conts img {
    height: auto;
  }
  .article_conts ul {
    font-size: 16px;
    margin: 0 0 30px;
  }
  .article_conts ol {
    font-size: 16px;
    list-style-position: inside;
    list-style-type: decimal;
    margin: 0 0 30px 8px;
  }
  .article_conts .article_title {
    margin-top: 30px;
  }
  .article_conts .TopExample__list .TopExample__item {
    margin: 0 0 30px;
  }
  .article_conts .ContsParts__wrap {
    margin-bottom: 15px;
  }
  .article_conts .ContsParts__wrap.-half {
    margin-bottom: 8px;
  }
  .article_conts .Definition__word {
    padding: 0 0 0 30px;
  }
  .article_conts .Definition__word:before {
    height: 20px;
    left: 4px;
    top: 3px;
    width: 20px;
  }
  .article_conts .Definition__explanation {
    padding: 10px 15px 0 30px;
  }
  .article_conts .Note__text {
    font-size: 14px;
    margin: 0 20px 0 4px;
    margin-bottom: 30px;
    padding-left: 1.8em;
  }
  .article_conts .Note__text:before {
    height: 25px;
    width: 20px;
  }
}

.article h2.-link:hover {
  opacity: 0.7;
}
.article .article_time {
  letter-spacing: 0.1em;
}

@media print, screen and (min-width: 960px) {
  .article.article__single {
    margin: 0 29px 0;
    width: 780px;
  }

  .article__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
/* --------------------
 * Breadcrumb
 * -------------------- */
.BreadcrumbList {
  padding: 15px 10px 0;
}

.BreadcrumbList ol {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: scroll;
}

.BreadcrumbList ol li {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-bottom: 10px;
}

@media print, screen and (min-width: 960px) {
  .BreadcrumbList {
    padding: 12px 0;
  }

  .BreadcrumbList ol {
    display: block;
    line-height: 1.2;
    overflow-x: visible;
  }

  .BreadcrumbList ol li {
    display: inline;
    padding-bottom: 0;
  }

  .BreadcrumbList ol a {
    display: inline;
  }
  .BreadcrumbList ol a:after {
    display: inline-block;
  }

  .BreadcrumbList ol span {
    display: inline;
  }
}
/* --------------------
 * EVC_CatLinkList
 * -------------------- */
.CatLinkList .CatLink__item .CatLink__itemLink {
  color: #c60d31;
}
.CatLinkList .CatLink__item .CatLink__itemLink:hover {
  border-bottom: solid 0.2em #c60d31;
  opacity: 0.7;
}
@media print, screen and (min-width: 960px) {
  .CatLinkList .CatLinkList_inner {
    margin: auto;
    max-width: 1100px;
    padding: 50px 0 0;
  }
}

/* --------------------
 * EVC_CatLinkList
 * -------------------- */
.EVC_CatLinkList .CatLinkList_inner {
  margin: 30px auto 45px;
}
.EVC_CatLinkList .CatLink__title {
  background-color: #e1e3e6;
  margin-bottom: 2%;
}
.EVC_CatLinkList .CatLink__title p {
  color: #13202f;
  font-weight: 700;
  padding: 9px 15px 9px 15px;
}
.EVC_CatLinkList .CatLink__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2%;
}
.EVC_CatLinkList .CatLink__list.-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.EVC_CatLinkList .CatLink__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eeeeef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  padding: 0 10px 0 0;
  position: relative;
}
.EVC_CatLinkList .CatLink__item:after {
  border-right: 1px solid #13202f;
  border-top: 1px solid #13202f;
  bottom: 0;
  content: "";
  content: "";
  height: 8px;
  margin: auto;
  position: absolute;
  right: 8px;
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
}
.EVC_CatLinkList .CatLink__itemLink {
  color: #13202f;
  display: block;
  font-size: 10px;
  line-height: 1.4em;
  padding: 6px 20px 6px 15px;
  white-space: normal;
}
@media print, screen and (min-width: 960px) {
  .EVC_CatLinkList {
    padding: 50px 0;
  }
  .EVC_CatLinkList .CatLinkList_inner {
    margin: auto;
  }
  .EVC_CatLinkList .CatLink__titleList {
    background-color: #e1e3e6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 6px 10px;
  }
  .EVC_CatLinkList .CatLink__titleItem {
    position: relative;
  }
  .EVC_CatLinkList .CatLink__titleItem p {
    font-size: 16px;
    padding: 4px 40px;
  }
  .EVC_CatLinkList .CatLink__titleItem.-active p::after {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #e1e3e6;
    bottom: -25px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    width: 0;
  }
  .EVC_CatLinkList .CatLink__title {
    margin-bottom: 0;
  }
  .EVC_CatLinkList .CatLink__list {
    background-color: #eeeeef;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 20px;
  }
  .EVC_CatLinkList .CatLink__list.-activePc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .EVC_CatLinkList .CatLink__item {
    border: 2px solid #fff;
    border-radius: 6px;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-right: 5px;
  }
  .EVC_CatLinkList .CatLink__item:after {
    border: none;
    content: "";
  }
  .EVC_CatLinkList .CatLink__itemLink {
    font-size: 16px;
    padding: 4px 9px 4px 15px;
  }
  .EVC_CatLinkList .CatLink__itemLink:after {
    height: 12px;
    width: 16px;
  }
  .EVC_CatLinkList .CatLink__itemLink:hover {
    opacity: 0.8;
  }
}

/* --------------------
 * Footer
 * -------------------- */
@media screen and (min-width: 960px) and (max-width: 1003px) {
  .EVC_Footer .EVC_Footer__navigation01 li {
    margin: 0 20px 0 0;
  }
}
/* --------------------
 * Related
 * -------------------- */
.Related .Related__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.Related .Related__item {
  border-radius: 15px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.16);
  margin-bottom: 30px;
  padding-bottom: 20px;
  padding-left: 0;
  text-indent: 0;
  width: 48%;
}
.Related .Related__item:before {
  display: none;
}
.Related .Related__link {
  color: #444444;
  display: block;
  -webkit-transition: 200ms;
  transition: 200ms;
}
.Related .Related__link:hover {
  opacity: 0.7;
  -webkit-transition: 200ms;
  transition: 200ms;
}
.Related .Related__image {
  margin-bottom: 6px;
}
.Related .Related__image img {
  aspect-ratio: 15/8;
  border-radius: 15px 15px 0 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.Related .Related__text {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 auto 5px;
  width: 90%;
}
.Related .Related__time {
  color: #A1A1A1;
  font-size: 13px;
  margin-left: 15px;
}
@media print, screen and (min-width: 960px) {
  .Related .Related__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .Related .Related__item {
    border-radius: 15px;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.16);
    padding-bottom: 10px;
    padding-left: 0;
    text-indent: 0;
    width: 23%;
  }
  .Related .Related__item:before {
    display: none;
  }
  .Related .Related__link {
    color: #444444;
    display: block;
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  .Related .Related__link:hover {
    opacity: 0.7;
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  .Related .Related__image {
    margin-bottom: 6px;
  }
  .Related .Related__image img {
    border-radius: 15px 15px 0 0;
    height: 97px;
    width: 180px;
  }
  .Related .Related__text {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    margin: 10px auto 5px;
    width: 85%;
  }
  .Related .Related__time {
    color: #A1A1A1;
    font-size: 13px;
    margin-left: 15px;
  }
}

/* --------------------
 * Share
 * -------------------- */
.Share .Share__title {
  color: #444444;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 18px;
  text-align: center;
}
.Share .Share__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -10px;
}
.Share .Share__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  margin: 0 10px;
  padding-left: 0;
  text-indent: 0;
}
.Share .Share__item:before {
  display: none;
}
.Share .Share__image {
  margin-bottom: 0;
  width: 50px;
}
.Share .Share__image img {
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  .Share .Share__inner {
    margin-bottom: -7px;
  }
  .Share .Share__title {
    font-size: 18px;
  }
  .Share .Share__link {
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  .Share .Share__link:hover {
    opacity: 0.7;
    -webkit-transition: 200ms;
    transition: 200ms;
  }
}

/* --------------------
 * Side
 * -------------------- */
.Side .Side__inner {
  margin: 0 auto 46px;
  width: 95%;
}
.Side .Side__title {
  background-color: #f5f5f5;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 7px 0;
  text-align: center;
}
.Side .Side__title.-category {
  margin-bottom: 8px;
}
.Side .Side__rankingList {
  margin-bottom: 46px;
}
.Side .Side__rankingItem {
  position: relative;
}
.Side .Side__rankingItem:before {
  background-color: #02BCC5;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: 20px;
  left: 0;
  line-height: 20px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.Side .Side__rankingItem:first-child:before {
  background-color: #DBBE46;
}
.Side .Side__rankingItem:nth-child(2):before {
  background-color: #969696;
}
.Side .Side__rankingItem:nth-child(3):before {
  background-color: #C47A30;
}
.Side .Side__rankingItem:nth-child(1):before {
  content: "1";
}
.Side .Side__rankingItem:nth-child(2):before {
  content: "2";
}
.Side .Side__rankingItem:nth-child(3):before {
  content: "3";
}
.Side .Side__rankingItem:nth-child(4):before {
  content: "4";
}
.Side .Side__rankingItem:nth-child(5):before {
  content: "5";
}
.Side .Side__rankingLink {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}
.Side .Side__rankingImage {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 82px;
  flex: 0 0 82px;
  margin-right: 13px;
}
.Side .Side__rankingImage img {
height: 70px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 90px;
    border-radius: 8px;
}
.Side .Side__rankingText {
 font-size: 15px;
    line-height: 1.6;
    font-weight: 600;
}
.Side .Side__categoryLink {
  color: #000;
  display: block;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 11px;
  padding-left: 24px;
  position: relative;
}
.Side .Side__categoryLink:before {
  -webkit-transform: rotate(45deg);
  border-right: 2px solid #C60D31;
  border-top: 2px solid #C60D31;
  content: "";
  display: block;
  height: 7px;
  left: 7px;
  position: absolute;
  top: 12px;
  transform: rotate(45deg);
  width: 7px;
}
@media print, screen and (min-width: 960px) {
  .Side .Side__inner {
    margin: 50px 29px 0 0;
    width: 290px;
  }
  .Side .Side__title {
    background-color: #f5f5f5;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 7px 0;
    text-align: center;
  }
  .Side .Side__title.-category {
    margin-bottom: 8px;
  }
  .Side .Side__rankingList {
    margin-bottom: 46px;
  }
  .Side .Side__rankingItem {
    position: relative;
  }
  .Side .Side__rankingItem:before {
    background-color: #02BCC5;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 20px;
    left: 0;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 20px;
  }
  .Side .Side__rankingItem:first-child:before {
    background-color: #DBBE46;
  }
  .Side .Side__rankingItem:nth-child(2):before {
    background-color: #969696;
  }
  .Side .Side__rankingItem:nth-child(3):before {
    background-color: #C47A30;
  }
  .Side .Side__rankingItem:nth-child(1):before {
    content: "1";
  }
  .Side .Side__rankingItem:nth-child(2):before {
    content: "2";
  }
  .Side .Side__rankingItem:nth-child(3):before {
    content: "3";
  }
  .Side .Side__rankingItem:nth-child(4):before {
    content: "4";
  }
  .Side .Side__rankingItem:nth-child(5):before {
    content: "5";
  }
  .Side .Side__rankingLink {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
  }
  .Side .Side__rankingImage {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 82px;
    flex: 0 0 82px;
    margin-right: 13px;
  }
  .Side .Side__rankingImage img {
    height: 70px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 90px;
    border-radius: 8px;

  }
  .Side .Side__rankingText {
    font-size: 13px;
    line-height: 1.6;
    color: #222;
  }
  .Side .Side__categoryLink {
    color: #222;
    display: block;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 11px;
    padding-left: 24px;
    position: relative;
  }
  .Side .Side__categoryLink:before {
    -webkit-transform: rotate(45deg);
    border-right: 2px solid #C60D31;
    border-top: 2px solid #C60D31;
    content: "";
    display: block;
    height: 7px;
    left: 7px;
    position: absolute;
    top: 12px;
    transform: rotate(45deg);
    width: 7px;
  }
}

/* --------------------
 * table
 * -------------------- */
.wp-block-table table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1em;
  width: 100%;
}
.wp-block-table tr {
  border-top: 1px solid #ddd;
}
.wp-block-table tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.wp-block-table tr:nth-child(even) {
  background-color: #fff;
}
.wp-block-table tr:first-child {
  background-color: #d9edf7;
  border-top: 0;
  font-weight: 700;
  vertical-align: middle;
}
.wp-block-table td {
  background: 0 0;
  border: none;
  float: none !important;
  padding: 8px;
  text-align: left;
  vertical-align: top;
}
/* --------------------
 * Writer
 * -------------------- */
.Writer .Writer__inner {
  background-color: #F5F5F5;
  border-radius: 10px;
  margin-bottom: 25px;
  padding: 25px 20px 15px;
}
.Writer .Writer__title {
  font-weight: bold;
  margin-bottom: 10px;
}
.Writer .Writer__name {
  font-size: 16px;
  margin-right: 11px;
  padding-right: 15px;
  position: relative;
}
.Writer .Writer__name:before {
  background-color: #444;
  content: "";
  display: block;
  height: 18px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2px;
}
.Writer .Writer__company {
  display: inline-block;
  font-size: 15px;
}
.Writer .Writer__text {
  color: #444444;
  font-size: 14px;
}
@media print, screen and (min-width: 960px) {
  .Writer .Writer__inner {
    margin-bottom: 46px;
    padding: 30px 50px 5px;
  }
  .Writer .Writer__title {
    margin-bottom: 10px;
  }
  .Writer .Writer__name {
    font-size: 18px;
    margin-right: 11px;
    padding-right: 15px;
    position: relative;
  }
  .Writer .Writer__name:before {
    background-color: #444;
    content: "";
    display: block;
    height: 18px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2px;
  }
  .Writer .Writer__company {
    font-size: 16px;
  }
  .Writer .Writer__text {
    font-size: 16px;
  }
}