@charset "UTF-8";

/*
 * コンテンツタイトル 背景画像
 */
.layout_content-title {
  background: url(images/bg_content-title_column.png) repeat-x center bottom #e1e1e4;
}

.contents-title-inner {
  padding: 3.5rem 1rem;
}

/* ------
コラムTOP
------- */

.layout_column-article {
  border-bottom: 1px solid #e5e5e5;
  padding: 1rem;
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
}

.layout_column-article:last-of-type {
  border-bottom: none;
}

.column-article_text {
  flex-basis: 38rem;
}

.column-article_head {
  margin: 0 0 1rem;
}

.column-article_head .head3_default {
  margin: 0 0 1rem;
}

.column-article_head-link {
  color: #2c2c2c;
}

.column-article_description {
  margin-bottom: 1rem;
}

.column-article_description span {
  font-weight: bold;
}

.column-article_foot {
  margin-bottom: 1rem;
  text-align: right;
}

.column-article_img {
  position: relative;
}

.column-article_img-link:hover {
  opacity: 0.7;
  text-decoration: none;
}

.column-article_img .article-new-icon::before {
  content: "";
  border-bottom: 3.5rem solid rgba(0, 0, 0, 0);
  border-right: 3.5rem solid #f5d000;
  position: absolute;
  top: 0;
  right: 0;
}

.column-article_img .article-new-icon::after {
  content: "new";
  color: #2c2c2c;
  text-align: center;
  font-weight: bold;
  transform: rotate(45deg);
  position: absolute;
  top: 0.6rem;
  right: 0.2rem;
  z-index: 0;
}

/* ------
コラム記事
------- */

.content-title_text {
  font-size: 1.1rem;
  line-height: 1.7;
}

.column-article_headline {
  border-left: 1rem solid #f5d000;
  border-bottom: 1px solid #a0a0a0;
  font-size: 1.7rem;
  font-weight: bold;
  padding: 0 0 0.5rem 1rem;
  margin: 0 0 2rem;
  line-height: 1.5;
}

.column-article_sub-headline {
  background-color: #ececec;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0.7rem 1rem;
  margin: 2rem 0;
  line-height: 1.5;
}

.column-article_subsub-headline {
  font-weight: bold;
  margin: 2rem 0 0.5rem;
  font-size: 1.2rem;
}

.column-article_lists {
  list-style: disc;
  margin: 1.5rem 0 2rem 1.5rem;
}

ol.column-article_lists {
  list-style: decimal;
  marker-offset: 1rem;
}

ol.column-article_lists .list-item {
  padding-left: 1rem;
}

.column-article_lists .list-item {
  line-height: 1.8;
  margin-bottom: 0.2rem;
}

.link-to-page li {
  line-height: 1.8;
}

.column-article-date {
  color: #767676;
  font-size: 1rem;
  margin: 0 0 8px;
  text-align: right;
}

.layout_content-inner {
  margin: 0 0 3.5rem;
  font-size: 1.15rem;
}

.layout_content-inner p {
  line-height: 2.1;
}

.layout_content-inner .list-mark_notes {
  font-size: 0.95rem;
  text-indent: -1rem;
  margin: 1rem 0 1rem 1rem;
  line-height: 1.7;
}

.content-title_head a {
  color: #2c2c2c;
}

.content-title_head a:hover {
  text-decoration: none;
}

.column-article-content_img {
  width: 750px;
  height: auto;
  margin-top: -50px;
}

p.column-article_size-small {
  font-size: 1.05rem;
  line-height: 1.9;
}

/* SSL設定時に表示されるエラーシリーズ */
.column-article-content_img_series {
  width: 750px;
  height: auto;
  margin-top: -90px;
}

.layout_column2 .trim_img {
  overflow: hidden;
  width: 750px;
  height: 300px;
  margin: 0 auto 1rem;
}

.table_th-top_head {
  padding: 0.8rem 0.4rem;
  line-height: 1.5;
}

.table_th-top .table_th-top_data {
  padding: 0.8rem 0.4rem;
  line-height: 1.5;
}

.table_th-left.table_glossary {
  font-size: 1.05rem;
  line-height: 1.8;
}

@media screen and (max-width: 599px) {
  .table_th-left.table_glossary .table_th-left_head {
    width: 30%;
  }
}

.layout_brand-table {
  line-height: 1.5;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}

.level_table {
  margin-bottom: 2rem;
}

.level_table li figure {
  float: left;
  width: 64px;
  margin-right: 25px;
}

.level_table li figure img {
  display: block;
  margin: 0 auto;
}

.level_table li {
  overflow: hidden;
  border: 1px solid #dcdcdc;
  padding: 10px 10px 5px;
  margin-top: -1px;
}

.level_table li h5 {
  font-size: 16px;
  font-weight: bold;
  margin-left: 89px;
}

.level_table li p {
  margin-left: 89px;
}

.brand-table_wildcard {
  text-align: center;
}

.brand-table_price span.small,
.brand-table_wildcard span.small {
  font-size: 14px;
  line-height: 1.5;
  display: block;
}

.layout_brand-table .brand-table_btn {
  padding: 0 1rem;
}

.layout_brand-table .brand-table_btn-link {
  line-height: 2.5;
}

.table_th-top .level_yoto ul li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0.2rem;
}

.table_th-top .level_yoto .table_th-top_data {
  vertical-align: top;
  text-align: left;
}

.share-btn_area {
  font-size: 11px;
  background: #f5f5f5;
  margin: 0 0 2.5rem;
  padding: 20px 0;
}

.share-buttons_bottom .share-btn_area {
  background-color: #fff;
  margin: 0 0 30px;
  padding: 0;
}

.share-btn {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.share-buttons_bottom .share-btn {
  justify-content: flex-end;
}

.share-btn li {
  margin: 0 5px;
}

.share-buttons_bottom li {
  margin: 0 0 0 10px;
}

.flow-diagram {
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0.5rem 0 1rem;
}

.column-information {
  background: #f5f5f5;
  padding: 10px 20px;
  margin: 20px 0;
}

.column-information p.directory-structure {
  line-height: 1.8;
  margin-bottom: 0;
}

.information-point {
  background: #fff6ce;
}

.column-information .column-article_subsub-headline {
  margin: 1rem 0;
}

/* 画像 */
.image {
  display: block;
  margin: 2rem auto;
}

/* 例（画像） */

.example-figure {
  margin: 2rem 0;
  text-align: center;
}

.example-figure_caption {
  font-weight: bold;
  margin-bottom: 1rem;
}

/* 目次 */

.contents-nav {
  margin: 2.5rem 1rem;
}

.contents-nav_headline {
  font-size: 1.2rem;
  font-weight: bold;
  margin-left: 20px;
}

.contents-nav_lists {
  background-color: #f5f5f5;
  counter-reset: list-counter;
  margin: 1rem 0;
  padding: 1.5rem;
  line-height: 2;
  font-size: 1.1rem;
}

.contents-nav_item {
  display: flex;
}

.contents-nav_item::before {
  color: #0067af;
  content: counter(list-counter) ".";
  counter-increment: list-counter;
  margin-right: 0.5rem;
}

.contents-nav_item + .contents-nav_item {
  margin-top: 0.5rem;
}

.contents-nav_link {
  flex-grow: 1;
}

/* コード スタイル */

.code-headline {
  color: #767676;
  font-size: 0.95rem;
}

.code-block {
  background-color: #4c4c4c;
  color: #f5f5f5;
  overflow-x: auto;
  padding: 1.5rem;
  white-space: nowrap;
}

.code-block .non-code {
  color: #a0a0a0;
}

/* 下線 */
span.under {
  text-decoration: underline;
}

/* スマホ 幅が 0px - 599px */
@media screen and (max-width: 599px) {
  /* コラム一覧 */
  .layout_column-article .column-article_img {
    flex-basis: 35%;
  }

  .column-article_head .head3_default {
    font-size: 1.1rem;
    margin: 0;
  }

  .layout_column-article img {
    width: 100%;
    height: auto;
  }

  .column-article_text {
    flex-basis: 60%;
  }

  .layout_content-inner {
    margin: 0 1rem 3.5rem;
  }

  /* コラム記事 */
  .column-article-content_img,
  .column-article-content_img_series {
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  .layout_column2 .trim_img {
    overflow: hidden;
    width: 92%;
    height: 20%;
    margin: 0 auto 2rem;
  }

  .column-article-date {
    margin: 0 1rem 8px;
  }

  .share-btn_area {
    margin: 0 1rem 2rem;
  }

  .share-buttons_bottom .share-btn_area {
    margin: 0 1rem 30px;
  }

  .btn-wrap_return-columns-list {
    margin: 1rem 1rem 4rem;
  }

  .image { /* 画像 */
    height: auto;
    width: 100%;
  }

  .example-figure_image { /* 例 画像 */
    height: auto;
    width: 100%;
  }
}

/* PC 幅が 600px 以上 */
@media screen and (min-width: 600px) {
  /* コンテンツタイトル */
  .contents-title-inner {
    padding: 3.5rem 0;
  }

  /* コラム一覧 */
  .layout_column-article {
    padding: 1rem 0;
    margin-bottom: 1rem;
  }

  .layout_column-article .column-article_img {
    flex-basis: 190px;
  }

  /* コラム記事 */
  .column-article_headline {
    margin: 0 0 2rem;
  }

  .column-article_sub-headline {
    margin: 3.5rem 0 2rem;
  }

  .column-article_headline + .column-article_sub-headline {
    margin-top: 2.5rem;
  }

  .btn-wrap_return-columns-list {
    margin: 3rem auto 2rem;
    width: 25rem;
  }

  .table_th-top .level_yoto ul li {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 0.2rem;
  }

  .table_th-top .level_yoto .table_th-top_data {
    vertical-align: top;
    text-align: left;
  }

  .table_th-top .table_th-top_head {
    padding: 1rem 0.4rem;
  }

  .table_th-top .table_th-top_data {
    padding: 1rem 0.4rem;
  }

  /* 目次 */

  .contents-nav {
    margin: 2.5rem 0;
  }
}

/* 執筆・編集 */

.authors {
  margin: 40px auto;
}

.author {
  background-color: #f5f5f5;
  padding: 30px 20px;
}

.author + .author {
  margin-top: 24px;
}

.author-term {
  font-weight: bold;
  font-size: 1.14rem;
}

.author-description {
  align-items: center;
  display: flex;
  flex-direction: column-reverse;
}

.author-info {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.author-name {
  font-size: 1.14rem;
  margin-bottom: 8px;
}

.author-profile {
  order: 1;
  margin-top: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 599px) {
  .authors {
    margin: 30px 1rem;
  }

  .author-img {
    margin-bottom: 10px;
    width: 84px;
  }

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

@media screen and (min-width: 600px) {
  .author {
    padding: 20px 30px;
  }

  .author-term {
    margin-bottom: 13px;
  }

  .author-description {
    flex-direction: row-reverse;
  }

  .author-img {
    min-width: 120px;
    margin-right: 22px;
  }

  .author-name {
    margin-bottom: 0;
  }

  .author-info {
    flex-flow: row wrap;
  }

  .author-sns {
    margin-left: 30px;
    display: flex;
    align-items: center;
  }

  .author-profile {
    margin-top: 16px;
    width: 100%;
  }
}

/* オススメの記事 */

.recommendation-column {
  margin: 40px 0 0;
}

.recommendation-column-head {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.recommendation-column-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.recommendation-column-box-link {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.recommendation-column-box-link:hover {
  text-decoration: none;
}

.recommendation-column-box_head {
  order: 2;
  color: #2c2c2c;
}

.recommendation-column-box_img {
  order: 1;
  margin-bottom: 1rem;
}

.recommendation-column-box_read {
  order: 3;
  text-align: right;
}

.box-link:hover .recommendation-column-box_head,
.box-link:hover .recommendation-column-box_img {
  opacity: 0.7;
}

.box-link:hover .recommendation-column-box_read {
  text-decoration: underline;
}

/* スマホ 幅が 0px - 599px */
@media screen and (max-width: 599px) {
  .recommendation-column-head {
    margin: 1rem;
  }

  .recommendation-column-box {
    padding: 0 1rem 1rem;
    flex-basis: 100%;
  }

  .recommendation-column-box_img img {
    width: 100%;
    height: auto;
  }
}

/* PC 幅が 600px 以上 */
@media screen and (min-width: 600px) {
  .recommendation-column-box {
    flex-basis: 230px;
  }
}

/* 画像の枠線 */
.figure_incert {
  border: 1px #ececec solid;
  padding: 1.5rem;
  margin-bottom: 1rem;
}

/* スマホ 幅が 0px - 599px */
@media screen and (max-width: 599px) {
  .figure_incert {
    padding: 0;
  }
}

/* シェアボタン */

/*
.balloon {
  position: relative;
  padding: 5px;
  border: 1px solid #aaa;
  width: 47px;
  margin-bottom: 7px;
  height: 20px;
  text-align: center;
  color: #2c2c2c;
}

.balloon::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 23px;
  bottom: -5px;
  border-top: 5px solid #aaa;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.balloon::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 23px;
  bottom: -4px;
  border-top: 5px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.sns_btn_are {
  margin-bottom: 20px;
}

.sns_btn_are ul li .fa-hatebu:before {
    content: "B!";
    font-family: Verdana;
    font-weight: bold;
    font-style: normal;
}

.sns_btn_are ul {
  display: flex;
  justify-content: space-between;
  width: 267px;
  margin: 0 auto;
}

.sns_btn_are ul li a {
  display: block;
}

.sns_btn_are ul li a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.sns_btn_are ul li a .common_icon {
  width: 59px;
  height: 35px;
  display: block;
  color: #fff;
  text-align: center;
  line-height: 35px;
  font-size: 135%;
  border-radius: 3px;
}

.sns_btn_are ul li a .tw_icon {
  background: #1da1f2;
}

.sns_btn_are ul li a .fb_icon {
  background: #305097;
}

.sns_btn_are ul li a .gp_icon {
  background: #db4a39;
}

.sns_btn_are ul li a .hb_icon {
  background: #00a4de;
}

*/