@charset "UTF-8";

/* CSS Document */

/**
BUTTON
**/

/* 四角いボタン  文字・ボーダー：黒 */
.btn_square {
  display: block;
  line-height: 3.2rem;
  border: 1px solid #000;
  color: #2c2c2c;
  text-align: center;
  font-size: 1.3rem;
}

.btn_square:hover {
  text-decoration: none;
  background-color: #2c2c2c;
  color: #fff;
}

/* 角丸ボタン 文字・ボーダー：白 */
.btn_cercle {
  display: block;
  line-height: 3.2rem;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  border-radius: 2rem;
  font-size: 1.1rem;
}

.btn_cercle:hover {
  text-decoration: none;
  background-color: #fff;
  color: #2c2c2c;
}

/*
リンク・ボタン
PC: > 付きリンク
SP: 青枠のボタン
*/

/* スマホ 幅が 0px - 599px */
@media screen and (max-width: 599px) {
  .btn_sp-blue-btn_pc-text-angle {
    background-color: #fff;
    border: 1px solid #0067af;
    display: block;
    width: 100%;
    padding: 0.5rem 0;
    text-align: center;
    content: "";
  }

  .btn_sp-blue-btn_pc-text-angle:hover {
    text-decoration: none;
    background-color: #0067af;
    color: #fff;
  }
}

/* PC 幅が 600px 以上 */
@media screen and (min-width: 600px) {
  .btn_sp-blue-btn_pc-text-angle::before {
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 0.4rem;
  }
}

/* 申し込むボタン */
.btn_entry {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #f03;
  color: #fff;
  border-radius: 2rem;
  position: relative;
  text-align: center;
  line-height: 2.5;
  font-size: 1.1rem;
}

.btn_entry::after {
  content: "\f105";
  font-family: FontAwesome;
  line-height: 1;
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.5rem;
}

.btn_entry:hover {
  opacity: 0.7;
  text-decoration: none;
}

.btn_entry-download {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #f03;
  color: #fff;
  border-radius: 2rem;
  position: relative;
  text-align: center;
  line-height: 2.5;
  font-size: 1.1rem;
}

.btn_entry-download::after {
  content: "\f019";
  font-family: FontAwesome;
  margin-left: 0.2rem;
}

.btn_entry-download:hover {
  opacity: 0.7;
  text-decoration: none;
}

/* 一時停止中ボタン */
.btn_disabled {
  background-color: #a1a1a1;
  border-radius: 2rem;
  color: #fff;
  display: block;
  font-size: 1.1rem;
  height: 100%;
  line-height: 2.5;
  position: relative;
  text-align: center;
  width: 100%;
}

/* 申込書DLについての補足文.
   オンライン申し込みボタンの下につけます */

.note-download {
  color: #767676;
  display: inline-block;
  font-size: 0.9rem;
  margin: 0.5rem 0 0;
}

/* --------------
HEAD
----------------- */
.head2_default {
  font-size: 28px;
  font-weight: bold;
  text-align: left;
  padding-bottom: 40px;
  padding-top: 55px;
  margin-top: -55px;
}

.head3_default {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 1rem 2rem;
}

.head3_align-center {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 3rem;
}

.head3_border-left {
  border-left: 1rem solid #f5d000;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0 0 0 1rem;
  margin: 0 1rem 2rem;
}

.head4_default {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0 1rem 1rem;
}

.head4_align-center {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  margin: 0 1rem 1rem;
}

.head5_default {
  font-weight: bold;
}

/* PC 幅が 600px 以上 */
@media screen and (min-width: 600px) {
  .head3_default {
    margin: 0 0 2rem;
  }

  .head3_border-left {
    margin: 0 0 2rem;
  }

  .head4_default {
    margin: 0 0 1rem;
  }
}

/* --------------
TEXT
----------------- */
.text-larger {
  font-size: 130%;
}

.text-smaller {
  font-size: 70%;
}

.text-default-color {
  color: #2c2c2c;
}

.text-yellow {
  color: #f5d000;
}

.text-blue {
  color: #0067af;
}

.text-gray {
  color: #c4c4c4;
}

.text-emphasis_red {
  color: #f03;
}

.text-color_campaign {
  /* キャンペーンカラー */
  color: #ff335c;
  font-weight: bold;
  margin-left: 0.7rem;
}

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

.text-align-right {
  text-align: right;
}

.text-news-topic {
  padding-bottom: 1rem;
}

/* --------------
リンクマーク
----------------- */

.text-link_mark-left_angle-right::before {
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 0.4rem;
}

.text-link_mark-right_angle-right::after {
  content: "\f105";
  font-family: FontAwesome;
  margin: 0 0.2rem;
}

.text-link_mark-right_external-link::after {
  content: "\f08e";
  font-family: FontAwesome;
  margin: 0 0.2rem;
}

.text-link_download::after {
  content: "\f019"; /* download アイコン */
  font-family: FontAwesome;
  margin: 0 0.2rem;
}

.text-link_mark-left_pdf::before {
  content: "\f1c1"; /* PDFアイコン */
  font-family: FontAwesome;
  margin: 0 0.2rem;
}

.btn_sp-blue-btn_pc-text-angle.text-link_mark-right_external-link::after,
.text-link_mark-left_angle-right.text-link_mark-right_external-link::after {
  /* 他のマーク等と組み合わせて使うときは左右マージンを少し広げる */
  margin: 0 0.5rem;
}

/* --------------
リストマーク
----------------- */

.list-mark_default {
  list-style: disc outside;
  margin: 0 0 0 1.4rem;
  line-height: 2;
}

.layout_content-inner .list-mark_default {
  margin-bottom: 1rem;
}

/* 米印付きのリスト */
.list-mark_notes {
  list-style: none inside;
  text-indent: -0.8rem;
  margin: 0.5rem 0 1rem 0.8rem;
  line-height: 1.6;
  font-size: 0.9rem;
  color: #767676;
}

/* 米印付きのリスト */
.list-mark_notes-number {
  list-style: none inside;
  text-indent: -1.8rem;
  margin: 0 0 1rem 1.8rem;
  line-height: 1.6;
  font-size: 0.9rem;
  color: #767676;
}

.notes {
  line-height: 1.6;
  font-size: 1rem;
  color: #767676;
}

/* PC 幅が 600px 以上 */
@media screen and (min-width: 600px) {
  /* 米印付きのリスト */
  .list-mark_notes {
    text-indent: -1.2rem;
    margin: 0.5rem 0 1rem 1.4rem;
  }
}

/* --------------
取り消し線
----------------- */

.del-red {
  text-decoration-color: #f03;
}

/* unit */

.unit {
  font-size: 80%;
}

/* -------------
TABLE
--------------- */

/* th が左側にあるTABLE */

.table_th-left {
  width: 100%;
  margin: 0 0 2rem;
}

.table_th-left_row {
  border-bottom: 1px solid #dcdcdc;
}

.table_th-left_row:first-child {
  border-top: 1px solid #dcdcdc;
}

.table_th-left_head {
  padding: 1rem 0.5rem;
  background-color: #f4f4f4;
  vertical-align: top;
}

.table_th-left_data {
  padding: 1rem 0.5rem 1rem 1rem;
}

/* PC 幅が 600px 以上 */
@media screen and (min-width: 600px) {
  .table_th-left_head {
    padding: 1rem 2rem;
    white-space: nowrap;
  }

  .table_th-left_data {
    padding: 1rem 2rem 1rem 3rem;
  }
}

/* th が上側にあるTABLE */

.table_th-top {
  width: 100%;
  margin: 0 0 2rem;
}

.table_th-top_head {
  background-color: #f4f4f4;
  border: 1px solid #dcdcdc;
  padding: 0.5rem;
  text-align: center;
}

.table_th-top_data {
  border: 1px solid #dcdcdc;
  padding: 0.5rem;
  text-align: center;
}

/* PC 幅が 600px 以上 */
@media screen and (min-width: 600px) {
  .table_th-top_head {
    padding: 1rem 2rem;
  }

  .table_th-top_data {
    padding: 1rem 2rem;
  }
}

/* -------------
TABLE
証明書価格一覧表
--------------- */
.layout_brand-table {
  margin-bottom: 4rem;
  padding: 0 0.5rem;
}

.brand-table {
  width: 100%;
}

.brand-table_row-head {
  border: 1px solid #fc0;
}

.brand-table_head {
  background-color: #fc0;
  font-size: 0.9rem;
  font-weight: 600;
  height: 42px;
  text-align: center;
  white-space: nowrap;
}

.brand-table_head.clickable {
  background: url(../images/icon_sort_bg.gif) no-repeat center right #fc0;
  padding: 0 1rem 0 0;
  cursor: pointer;
}

.brand-table_head.clickable.icon-abc {
  background-image: url(../images/icon_sort_asc.gif);
}

.brand-table_head.clickable.icon-desc {
  background-image: url(../images/icon_sort_desc.gif);
}

.brand-table_row {
  border-bottom: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  width: 100%;
}

.brand-table_row:hover {
  background-color: #f4f4f4;
}

.brand-table_row:hover img {
  -webkit-filter: contrast(90%);
  filter: contrast(90%);
}

.brand-table_row td {
  white-space: nowrap;
  text-align: center;
}

/* 企業名（団体名）の表示 */
.table_th-left_row .address_bar .address_bar-inner {
  padding: 0 0 16px;
}

.table_th-left_row .address_bar span {
  font-weight: bold;
  display: block;
}

.table_th-left_row .address_bar img {
  padding: 8px 0 16px;
}

.address_bar .atention {
  background-color: #f4f4f4;
  padding: 16px 16px 2px;
  font-size: 0.9rem;
}

/* スマホ 幅が 0px - 599px */
@media screen and (max-width: 599px) {
  .table_th-left_data .company_name img {
    width: 240px;
    height: auto;
  }
}

.table_th-left_data .detail-link {
  padding-top: 6px;
}

.brand-table_logo {
  text-align: center;
  padding: 0 0.5rem;
}

.brand-table_logo img {
  vertical-align: middle;
}

.brand-table_service-name {
  padding: 0 0 0 1rem;
  position: relative;
}

.brand-table_service-name-link {
  display: block;
  text-align: left;
  padding: 1.5rem 0;
  white-space: normal;
  min-width: 6rem;
}

.brand-table_price {
  font-size: 1.4rem;
  text-align: right;
}

.campaign_wrapp {
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
  text-align: center;
}

.brand-table_wildcard {
  font-size: 1.4rem;
}

.brand-table_level.key-one::before {
  content: url("../images/icon_key_01.png");
  display: block;
}

.brand-table_level.key-two::before {
  content: url("../images/icon_key_02.png");
  display: block;
}

.brand-table_level.key-three::before {
  content: url("../images/icon_key_03.png");
  display: block;
}

.brand-table_bar img {
  max-width: 12rem;
  height: auto;
}

.brand-table_btn-link {
  line-height: 2.5;
  width: auto;
  min-width: 90px;
}

.brand-table_btn-link.btn_entry::after {
  position: static;
  margin: 0 0 0 0.2rem;
}

/* 米印　テーブルの上に付く注釈 */
.table_on_notes {
  text-align: right;
  font-size: 0.9rem;
  margin: 0;
  display: block;
}

/* スマホ 幅が 0px - 599px */
@media screen and (max-width: 599px) {
  .brand-table {
    display: block;
    margin-right: 1px;
    overflow-x: scroll;
  }

  .brand-table_head,
  .brand-table_service-name-link,
  .brand-table_level,
  .brand-table_speed {
    font-size: 0.9rem; /* スマホ用にフォントサイズを小さくする */
  }

  .brand-table_price,
  .brand-table_wildcard {
    font-size: 1.2rem; /* スマホ用にフォントサイズを小さくする */
  }

  .brand-table_logo img {
    vertical-align: middle;
    width: 4rem;
    height: auto;
  }

  .brand-table_btn {
    padding: 0 0.3rem;
  }

  .brand-table_btn-link {
    font-size: 0.9rem; /* スマホ用にフォントサイズを小さくする */
    padding: 0 0.3rem;
  }

  /* スクロールバー表示させる */
  .brand-table::-webkit-scrollbar {
    height: 0.2rem;
  }

  .brand-table::-webkit-scrollbar-thumb {
    background: #aaa; /* gray */
    border-radius: 0.5rem;
  }
}

/* PC 幅が 600px 以上 */
@media screen and (min-width: 600px) {
  .layout_brand-table {
    padding: 0;
  }

  .brand-table_head.head_logo,
  .brand-table_head.head_price,
  .brand-table_head.head_level,
  .brand-table_head.head_speed {
    padding: 0 1rem;
  }

  .brand-table_head.head_service-name {
    min-width: 280px;
  }

  .brand-table_service-name-link {
    white-space: nowrap;
  }

  .brand-table_btn {
    padding: 0 0.3rem;
    min-width: 176px;
  }

  .brand-table_btn-link {
    font-size: 0.9rem;
    height: 32px;
    margin: 0 auto;
    width: 148px;
  }
}

/* --------------
CONTENT
SSL証明書ブランド一覧
----------------- */
.recommendation-brand-list_brand-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
}

.brand-list-item {
  text-align: center;
  margin-bottom: 1rem;
}

.brand-list-item_logo {
  line-height: 5.42rem;
  display: block;
}

.brand-list-item_logo img {
  vertical-align: middle;
}

.brand-list-item_name {
  background-color: #e5e5e5;
  border-radius: 1rem;
  padding: 0.3rem 0.8rem;
  color: #2c2c2c;
}

.brand-list-item_link:hover {
  text-decoration: none;
}

.brand-list-item_link:hover .brand-list-item_logo {
  opacity: 0.7;
}

.brand-list-item_link:hover .brand-list-item_name {
  background-color: #cecece;
  text-decoration: none;
}

/* スマホ 幅が 0px - 599px */
@media screen and (max-width: 599px) {
  .main-content_recommendation-brand-list {
    margin: 0 1rem 4rem;
  }
}

/* ----------------
CONTENT
SSL証明書の特長
------------------ */

.layout_feature {
  background-color: #ececec;
  padding: 3rem 0;
}

.layout_feature-box {
  margin-bottom: 2rem;
}

.feature-box-link {
  background-color: #fff;
  display: block;
  color: #2c2c2c;
  padding: 2rem 7rem 2rem 2rem;
  border: 3px solid #fff;
  position: relative;
}

.feature-box-link:hover {
  opacity: 0.7;
  text-decoration: none;
  border: 3px solid #c3c3c3;
}

.feature-box-link::after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  font-size: 4rem;
  right: 2rem;
  top: 50%;
  line-height: 1;
  margin-top: -2rem;
}

.feature-box_head {
  display: inline;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 0 1rem;
}

.feature-box_ssl-type {
  display: inline-block;
  background-color: #f5d000;
  border-radius: 1rem;
  padding: 0 0.7rem;
  margin: 0 0 1rem 1rem;
}

/* ----------------
CONTENT BUTTON
ブランドページの下部にあるボタン
------------------ */

.layout_flow-button {
  text-align: center;
  margin-bottom: 4rem;
}

.flow-button-link {
  display: block;
  border: 1px solid #2c2c2c;
  font-size: 1.3rem;
  color: #2c2c2c;
  margin: 0 1rem 1rem;
  padding: 1rem 0;
}

.flow-button-link:hover {
  text-decoration: none;
  background-color: #2c2c2c;
  color: #fff;
}

/* PC 幅が 600px 以上 */

@media screen and (min-width: 600px) {
  .flow-button-link {
    display: inline-block;
    margin: 0 4rem 0 0;
    padding: 1rem 4rem;
  }

  .flow-button-link:last-child {
    margin-right: 0;
  }
}

/* ----------------
TOOLBAR 吹き出し
------------------ */

.fa.balloon-trigger {
  display: none;
}

/* PC 幅が 600px 以上 */
@media screen and (min-width: 600px) {
  .fa.balloon-trigger {
    display: inline-block;
    color: #2c2c2c;
    background-color: #fff;
    border: 1px solid #2d2d2d;
    font-size: 1rem;
    line-height: 1;
    padding: 0.1rem 0.28rem 0.05rem 0.25rem;
    border-radius: 1rem;
    position: relative;
  }

  .balloon-trigger .balloon {
    display: none;
    width: 10rem;
    padding: 1rem;
    color: #fff;
    background-color: #000;
    font-size: 0.8rem;
    line-height: 1.5;
    white-space: normal;
    position: absolute;
    bottom: 2.2rem;
    left: -5.4rem;
  }

  .balloon-trigger .balloon::after {
    content: "";
    height: 0;
    border-top: solid 0.5rem rgba(0, 0, 0, 0);
    border-bottom: solid 0.4rem rgba(0, 0, 0, 0);
    border-left: solid 1rem #000;
    transform: rotate(90deg);
    position: absolute;
    bottom: -0.9rem;
    right: 50%;
    margin: 0 -0.5rem 0 0;
  }

  .balloon-trigger .balloon .balloon-link {
    color: #fff;
    display: block;
    margin: 0.5rem 0 0;
    text-align: right;
  }

  .balloon-trigger .balloon .balloon-link::after {
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 0.4rem;
    font-size: 1rem;
  }
}

/* ----------------
COLUMN NEWマーク
------------------ */

.ssl-column-box-link .ssl-column-box_img {
  order: 1;
  position: relative;
}

.ssl-column-box-link .ssl-column-box_img .new-icon::before {
  content: "";
  border-bottom: 4.5rem solid rgba(0, 0, 0, 0);
  border-right: 4.5rem solid #f5d000;
  position: absolute;
  top: 0;
  right: 0;
}

.ssl-column-box-link .ssl-column-box_img .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;
}

/* ----------------
お知らせ欄
------------------ */

.topics {
  border: solid 1px #b5b5b5;
  border-radius: 4px;
  padding: 20px;
  margin: 1rem 1rem 3rem;
}

.topics h2 {
  color: #2c67af;
  font-weight: bold;
  margin: 0 0 0.5rem;
}

.topics h3 {
  color: #2c67af;
  margin: 0 0 0.2rem;
}

.topics h2::before {
  content: "\f06a";
  font-family: FontAwesome;
  margin: 0 0.2rem;
}

.topics p {
  line-height: 1.75;
  margin: 0;
}

/* PC 幅が 600px 以上 */
@media screen and (min-width: 600px) {
  .topics {
    margin: 0 0 3rem;
  }
}

/* ----------------
キャンペーン情報
------------------ */

.campaign-topic {
  background-color: #f3f3f3;
  border-radius: 4px;
  padding: 20px;
  margin: 1rem 1rem 3rem;
}

.campaign-topic p {
  margin: 0;
}

/* PC 幅が 600px 以上 */
@media screen and (min-width: 600px) {
  .campaign-topic {
    margin: 0 0 3rem;
  }
}

/* --------------------
青い new マーク
トップや価格一覧、証明書ページで使います.
---------------------- */

.new-mark {
  order: 1;
  position: relative;
}

.new-mark::before {
  content: "";
  border-bottom: 4.5rem solid rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
}

.new-mark::after {
  content: "new";
  color: #fff;
  text-align: center;
  font-weight: bold;
  position: absolute;
  z-index: 0;
}

.new-mark.new-mark-left::before {
  border-left: 4.5rem solid #0067af;
  left: 0;
}

.new-mark.new-mark-left::after {
  transform: rotate(-45deg);
  top: 0.8rem;
  left: 0.6rem;
}

.new-mark.new-mark-right::before {
  border-right: 4.5rem solid #0067af;
  right: 0;
}

.new-mark.new-mark-right::after {
  transform: rotate(45deg);
  top: 0.8rem;
  right: 0.4rem;
}

/* 証明書価格一覧につける青い new マークのサイズ調整 */

.brand-table_row .new-mark.new-mark-left::before {
  border-bottom: 2.8rem solid rgba(0, 0, 0, 0);
  border-left: 2.8rem solid #0067af;
}

.brand-table_row .new-mark.new-mark-left::after {
  font-size: 0.8rem;
  left: 0;
  top: 0.4rem;
}

/* PC 幅が 600px 以上 */
@media screen and (min-width: 600px) {
  /* 証明書ページメインビジュアルのタイトルと調整 */
  .new-mark .content-title_head {
    margin-left: 2rem;
  }
}

/* --------------------
ラベル topページ
---------------------- */

.news-label {
  background-color: #2c67af;
  color: #fff;
  display: inline-block;
  font-size: 0.9rem;
  line-height: 24px;
  margin-bottom: 0.3rem;
  padding: 0 0.5rem;
  position: relative;
  white-space: nowrap;
}

.campaign-topic p {
  display: inline-block;
}

/* --------------------
リボンマーク
---------------------- */

.ribbon-mark {
  background-color: #ff335c;
  color: #fff;
  display: inline-block;
  font-size: 0.9rem;
  line-height: 24px;
  margin-bottom: 0.3rem;
  padding: 0 0.5rem 0 0.4rem;
  position: relative;
  white-space: nowrap;
  margin-left: 0.5rem;
  top: -2px;
}

.ribbon-mark::after {
  border-top: 12px solid #ff335c;
  border-bottom: 12px solid #ff335c;
  border-left: 1px solid #ff335c;
  border-right: 0.5rem solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: -0.5rem;
}

.option-price {
  margin-left: 40px;
}

/* IE11 hack */
@media all and (-ms-high-contrast: none) {
  .ribbon-mark {
    padding-top: 0.3rem;
  }

  .ribbon-mark::after {
    border-top-width: 14px;
    border-bottom-width: 14px;
  }
}

/* スマホ 幅が 0px - 599px */

@media screen and (max-width: 599px) {
  .ribbon-mark {
    top: 0;
    margin-left: 0;
  }
}

/* --------------------
画像のカタマリ（横並び）
---------------------- */

.picture-group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 3rem;
}

/* スマホ 幅が 0px - 599px */
@media screen and (max-width: 599px) {
  .picture-group {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .picture-group .picture + .picture {
    margin-left: 1rem;
  }

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

/* --------------------
 * 証明書詳細ページ 特徴
 * アイコンの設定
-------------------- */

.section_brand-feature .feature-coluomn {
  margin: 0 0 1rem;
  padding: 0 1rem 1rem;
  border-bottom: 1px solid #c2c2c2;
}

.section_brand-feature .feature-coluomn:last-child {
  border-bottom: none;
}

.section_brand-feature .feature_head {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0 0 1rem;
}

.section_brand-feature .feature_head::before {
  /* アイコン表示の設定 */
  content: "";
  display: inline-block;
  margin: 0 1rem 0 0;
  vertical-align: middle;
}

/* スマホ表示複数行時のアイコン表示の調整 */
.section_brand-feature .feature_head.multiple-lines {
  overflow: hidden;
}

.section_brand-feature .feature_head.multiple-lines::before {
  float: left;
}

.section_brand-feature .feature-icon-calendar::before {
  /* カレンダーアイコン表示 */
  background: url("../images/svg/month.svg") no-repeat 0 0;
  width: 3rem;
  height: 3rem;
}

.section_brand-feature .feature-icon-rocket::before {
  /* ロケットアイコン表示 */
  background: url("../images/svg/rocket.svg") no-repeat 0 0;
  width: 3.2rem;
  height: 4rem;
}

.section_brand-feature .feature-icon-magnifying-glass::before {
  /* 虫眼鏡アイコン表示 */
  background: url("../images/svg/virus.svg") no-repeat 0 0;
  width: 3rem;
  height: 3rem;
}

.section_brand-feature .feature-icon-truck::before {
  /* トラックアイコン表示 */
  background: url("../images/svg/truck.svg") no-repeat 0 0;
  width: 4rem;
  height: 3rem;
}

.section_brand-feature .feature-icon-one-third::before {
  /* 更新負担三分の一アイコン表示 */
  background: url("../images/svg/update.svg") no-repeat 0 0;
  width: 5rem;
  height: 5rem;
}

.section_brand-feature .feature-icon-wc::before {
  /* ワイルドカードアイコン表示 */
  background: url("../images/svg/wc.svg") no-repeat 0 0;
  width: 3rem;
  height: 3rem;
}

.section_brand-feature .feature-icon-shield::before {
  /* 信頼のアイコン表示 */
  background: url("../images/svg/trust.svg") no-repeat 0 0;
  width: 3.3rem;
  height: 4rem;
}

.section_brand-feature .feature-icon-price::before {
  /* 料金のアイコン表示 */
  background: url("../images/svg/price.svg") no-repeat 0 0;
  width: 3.5rem;
  height: 4rem;
}

.section_brand-feature .feature-icon-handshake::before {
  /* 握手のアイコン表示 */
  background: url("../images/svg/compensation.svg") no-repeat 0 0;
  width: 4rem;
  height: 4rem;
}

.section_brand-feature .feature-icon-rental::before {
  /* レンサバアイコン表示 */
  background: url("../images/svg/rental.svg") no-repeat 0 0;
  width: 4rem;
  height: 4rem;
}

.section_brand-feature .feature-icon-clock::before {
  /* 即日発行のアイコン表示 */
  background: url("../images/svg/day.svg") no-repeat 0 0;
  width: 4rem;
  height: 4rem;
}

.section_brand-feature .feature-icon-phone::before {
  /* スマホアイコン表示 */
  background: url("../images/svg/phone.svg") no-repeat 0 0;
  width: 3rem;
  height: 4rem;
}

.section_brand-feature .feature-icon-gear::before {
  /* オプション追加のアイコン表示 */
  background: url("../images/svg/option.svg") no-repeat 0 0;
  width: 4rem;
  height: 4rem;
}

/* PC 幅が 600px 以上 */
@media screen and (min-width: 600px) {
  .section_brand-feature .feature-coluomn {
    margin: 0 0 2rem 8rem;
    border-bottom: none;
    position: relative;
  }

  .section_brand-feature .feature_head::before {
    display: block;
    position: absolute;
    top: 0.5rem;
    left: -7rem;
  }

  .section_brand-feature .feature-icon-calendar::before {
    width: 5rem;
    height: 5rem;
  }

  .section_brand-feature .feature-icon-rocket::before {
    width: 6rem;
    height: 6rem;
  }

  .section_brand-feature .feature-icon-magnifying-glass::before {
    width: 5rem;
    height: 5rem;
  }

  .section_brand-feature .feature-icon-truck::before {
    width: 6rem;
    height: 4rem;
  }

  .section_brand-feature .feature-icon-one-third::before {
    width: 7rem;
    height: 7rem;
    left: -9rem;
  }

  .section_brand-feature .feature-icon-wc::before {
    width: 5rem;
    height: 5rem;
  }

  .section_brand-feature .feature-icon-price::before {
    width: 5rem;
    height: 5rem;
  }

  .section_brand-feature .feature-icon-shield::before {
    width: 6rem;
    height: 6rem;
  }

  .section_brand-feature .feature-icon-handshake::before {
    width: 6rem;
    height: 6rem;
    left: -8rem;
  }

  .section_brand-feature .feature-icon-rental::before {
    width: 5.5rem;
    height: 5.5rem;
  }

  .section_brand-feature .feature-icon-clock::before {
    width: 5rem;
    height: 5rem;
  }

  .section_brand-feature .feature-icon-phone::before {
    width: 5.2rem;
    height: 5.2rem;
    left: -6.5rem;
  }

  .section_brand-feature .feature-icon-gear::before {
    width: 5rem;
    height: 5rem;
  }

  .section_brand-feature .feature_link {
    text-align: right;
  }
}

/* --------------------
 * 証明書詳細ページ 黄色帯
-------------------- */

.layout_belt-yellow {
  background-color: #fc0;
  margin: 2rem 0;
  padding: 2rem 0;
  text-align: center;
}

.layout_belt-yellow .belt-yellow_btn {
  width: 18rem;
  margin: 0 auto;
}

.layout_belt-yellow .btn_entry,
.layout_belt-yellow .btn_entry-download {
  font-size: 1.2rem;
  padding: 0.3rem;
}

.layout_section .layout_belt-yellow .belt-yellow_text-under-button {
  margin: 1rem 0 0;
}

.belt-yellow_send {
  display: block;
  margin: 1rem 1rem 0;
  text-align: center;
}

.belt-yellow_send-head {
  background-color: #fff;
  margin: 0 0 0.3rem;
  padding: 1rem 1.5rem;
}

.belt-yellow_send-address {
  background-color: #fff;
  padding: 1rem 1.5rem;
}

.belt-yellow_send-address span {
  /* ブラウザの幅によって上手い具合に改行する */
  display: inline-block;
  white-space: nowrap;
}

/* PC 幅が 600px 以上 */
@media screen and (min-width: 600px) {
  .layout_belt-yellow {
    position: relative;
    width: 46rem;
    margin: 3rem 11.5rem;
  }

  .layout_belt-yellow::before {
    content: "";
    width: 300%;
    height: 100%;
    background-color: #fc0;
    display: block;
    position: absolute;
    top: 0;
    right: -100%;
    z-index: -1;
  }

  .belt-yellow_send {
    display: flex;
    text-align: left;
    margin: 1rem 0 0;
  }

  .belt-yellow_send-head {
    margin: 0 0.3rem 0 0;
    padding: 1.7rem 1.5rem;
  }

  .belt-yellow_send-address {
    flex-grow: 1;
  }
}

/* --------------------
 * 証明書詳細ページ 灰色帯
-------------------- */

.layout_belt-gray {
  background-color: #f4f4f4;
  padding: 2rem 0;
  text-align: center;
}

.layout_belt-gray .belt-gray_btn {
  width: 18rem;
  margin: 0 auto;
}

.layout_belt-gray .btn_entry,
.layout_belt-gray .btn_entry-download {
  font-size: 1.2rem;
  padding: 0.3rem;
}

.layout_belt-gray .belt-gray_text-under-button {
  margin: 1rem 0 0;
}

/* 住所が入っている時用のCSS */

.belt-gray_send {
  display: block;
  margin: 1rem 1rem 0;
  text-align: center;
}

.belt-gray_send-head {
  background-color: #fff;
  margin: 0 0 0.3rem;
  padding: 1rem 1.5rem;
}

.belt-gray_send-address {
  background-color: #fff;
  padding: 1rem 1.5rem;
}

.belt-gray_send-address span {
  /* ブラウザの幅によって上手い具合に改行する */
  display: inline-block;
  white-space: nowrap;
}

/* PC 幅が 600px 以上 */
@media screen and (min-width: 600px) {
  .belt-gray_send {
    display: flex;
    text-align: left;
    margin: 1rem 1rem 0;
  }

  .belt-gray_send-head {
    margin: 0 0.3rem 0 0;
    padding: 1.7rem 1.5rem;
  }

  .belt-gray_send-address {
    flex-grow: 1;
  }
}

/* --------------------
 * フロー図
-------------------- */

.flow-diagram-box .flow-diagram-box_link {
  color: #2c2c2c;
}

.flow-diagram-box .flow-diagram-box_link:hover {
  text-decoration: none;
}

/* スマホ 幅が 0px - 599px */
@media screen and (max-width: 599px) {
  .flow-diagram {
    background: -webkit-gradient(linear, center top, center bottom, from(#fddb2b), to(#f8cb0d));
    background: linear-gradient(to bottom, #fddb2b, #f8cb0d);
    margin: 0 1rem 2rem;
    padding: 1rem;
  }

  .flow-diagram .flow-diagram-box {
    display: block;
    text-align: center;
  }

  .flow-diagram .flow-diagram-box br {
    display: none;
  }

  .flow-diagram .flow-diagram-box:not(:first-child)::before {
    content: "\f107";
    display: block;
    font-family: FontAwesome;
    margin: 0 2rem;
  }

  .number-flow .number {
    margin-right: 0.5rem;
  }
}

/* PC 幅が 600px 以上 */
@media screen and (min-width: 600px) {
  .flow-diagram {
    background: -webkit-gradient(linear, left top, right bottom, from(#fddb2b), to(#f8cb0d));
    background: linear-gradient(to right, #fddb2b, #f8cb0d);
    display: table;
    margin: 0 0 2rem;
    overflow: hidden;
    width: 100%;
  }

  .flow-diagram .flow-diagram-box {
    display: table-cell;
    height: 5rem;
    padding: 0 1.5rem 0 1rem;
    position: relative;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    z-index: 2;
  }

  .flow-diagram .flow-diagram-box .txt {
    text-align: left;
  }

  .flow-diagram .flow-diagram-box::after,
  .flow-diagram .flow-diagram-box::before {
    content: '';
    z-index: -1;
    position: absolute;
    display: block;
    border-right: 0.5rem solid #fff;
    width: 5rem;
    height: 5rem;
    right: 5px;
  }

  .flow-diagram .flow-diagram-box:last-child::after,
  .flow-diagram .flow-diagram-box:last-child::before {
    border-right: 2rem solid #fff;
    right: -17px;
  }

  .flow-diagram .flow-diagram-box::after {
    top: 0.8rem;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    transform: rotate(30deg);
  }

  .flow-diagram .flow-diagram-box::before {
    top: -0.8rem;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }

  .number-flow .flow-diagram-box {
    padding: 0 1.5rem 0 2rem;
  }

  .number-flow .number {
    margin: 0 0.5rem 0 -1.3rem;
  }

  .number-flow .txt,
  .number-flow .flow-diagram-box_link {
    /* 数字を縦中央に配置します */
    align-items: center;
    display: flex;
  }
}

/*
 * 動画紹介
 */
.main-content_movie-digicert {
  display: flex;
  flex-direction: column;
}

.movie-digicert-head {
  order: 2;
}

.movie-digicert-head br {
  display: none;
}

.movie-digicert-copy {
  order: 1;
  text-align: center;
  margin: 0 0 0.5rem;
}

.movie-digicert-copy-inner {
  font-size: 1.14rem;
  font-weight: bold;
  text-align: center;
  border-bottom: 3px solid #2c2c2c;
  padding: 0 0 0.5rem;
}

.movie-digicert-list {
  order: 3;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0;
}

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

.movie-digicert-box-link:hover {
  text-decoration: none;
}

.movie-digicert-box .text-link_mark-right_external-link::after {
  margin-left: 0.5em;
}

.movie-digicert-box-link .movie-digicert-box_head {
  order: 2;
  color: #2c2c2c;
  font-size: 1.2rem;
  padding-top: 0.8rem;
}

.movie-digicert-box_img-wrap {
  position: relative;
}

.movie-digicert-box-link .movie-digicert-box_img {
  order: 1;
}

.movie-digicert-box_img-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
}

.movie-digicert-box_play {
  width: 95px;
  height: 58px;
  background: rgba(30, 30, 30, 0.9);
  border-radius: 0.8em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
}

.movie-digicert-box_play .fill {
  fill: #fff;
}

.movie-digicert-box_play .movie-digicert-box_play-icon {
  width: 2.2em;
  height: 2.2em;
  align-self: center;
}

.movie-digicert-box_time {
  padding: 0.2rem 0.5rem 0.1rem;
  color: #fff;
  background: rgba(30, 30, 30, 0.9);
  position: absolute;
  bottom: 8px;
  right: 8px;
  border-radius: 0.2em;
}

.movie-digicert-box-link .movie-digicert-box_read {
  order: 3;
  text-align: right;
  margin: auto 0 0;
}

.movie-digicert-box-link:hover .movie-digicert-box_read {
  text-decoration: underline;
}

.movie-digicert-box-link:hover .movie-digicert-box_head {
  opacity: 0.7;
}

.movie-digicert-box-link:hover .movie-digicert-box_play {
  background: rgba(255, 204, 0, 1);
}

.movie-digicert-box-link:hover .movie-digicert-box_img-wrap::before {
  background-color: rgba(0, 0, 0, 0.05);
}

.movie-digicert-btn {
  order: 4;
  margin: 0 1rem;
}

.movie-digicert-sourced {
  margin: 2rem 0 0;
  width: 100%;
  text-align: right;
  color: #767676;
}

/* スマホ 幅が 0px - 599px */
@media screen and (max-width: 599px) {
  .movie-digicert-box {
    padding: 1rem;
    flex-basis: 100%;
  }

  .movie-digicert-head br {
    display: block;
  }

  .movie-digicert-box .movie-digicert-box_img img {
    width: 100%;
    height: auto;
  }

  .movie-digicert-sourced {
    margin: 1rem 0 0;
    padding: 0 1rem;
  }
}

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

  .movie-digicert-btn {
    width: 400px;
    margin: 0 auto;
  }
}

/* IE11 hack */

@media all and (-ms-high-contrast: none) and (min-width: 600px) {
  .number-flow .txt {
    height: 100%;
  }

  .number-flow .flow-diagram-box_link {
    height: 100%;
    padding-top: 0.2rem;
  }

  .number-flow .number {
    margin-top: -0.5rem;
  }
}

/* ----------------
 margin
---------------- */

.mg0 { margin: 0; }

.mg0-half-rem { margin: 0.5rem; }

.mg1rem { margin: 1rem; }

.mg1-half-rem { margin: 1.5rem; }

.mg2rem { margin: 2rem; }

.mg2-half-rem { margin: 2.5rem; }

.mg3rem { margin: 3rem; }

.mgb0rem { margin-bottom: 0; }

.mgb0-half-rem { margin-bottom: 0.5rem; }

.mgb1rem { margin-bottom: 1rem; }

.mgb1-half-rem { margin-bottom: 1.5rem; }

.mgb2rem { margin-bottom: 2rem; }

.mgb2-half-rem { margin-bottom: 2.5rem; }

.mgb3rem { margin-bottom: 3rem; }

.mgr0rem { margin-right: 0; }

.mgr0-half-rem { margin-right: 0.5rem; }

.mgr1rem { margin-right: 1rem; }

.mgr1-half-rem { margin-right: 1.5rem; }

.mgr2rem { margin-right: 2rem; }

.mgr2-half-rem { margin-right: 2.5rem; }

.mgr3rem { margin-right: 3.5rem; }

.mgl0 { margin-left: 0; }

.mgl1rem { margin-left: 1rem; }

.mgl1-half-rem { margin-left: 1.5rem; }

.mgl2rem { margin-left: 2rem; }

.mgl2-half-rem { margin-left: 2.5rem; }

.mgl3rem { margin-left: 3rem; }

.mgt0 { margin-top: 0; }

.mgt0-half-rem { margin-top: 0.5rem; }

.mgt1rem { margin-top: 1rem; }

.mgt1-half-rem { margin-top: 1.5rem; }

.mgt2rem { margin-top: 2rem; }

.mgt2-half-rem { margin-top: 2.5rem; }

.mgt3rem { margin-top: 3rem; }

/* ----------------
 padding
---------------- */

.pd0 { padding: 0; }

.pd0-half-rem { padding: 0.5rem; }

.pd1rem { padding: 1rem; }

.pd1-half-rem { padding: 1.5rem; }

.pd2rem { padding: 2rem; }

.pd2-half-rem { padding: 2.5rem; }

.pd3 { padding: 3rem; }

.pdt0 { padding-top: 0; }

.pdt0-half-rem { padding-top: 0.5rem; }

.pdt1rem { padding-top: 1rem; }

.pdt1-half-rem { padding-top: 1.5rem; }

.pdt2rem { padding-top: 2rem; }

.pdt2-half-rem { padding-top: 2.5rem; }

.pdt3 { padding-top: 3rem; }

.pdl0 { padding-left: 0; }

.pdl0-half-rem { padding-left: 0.5rem; }

.pdl1rem { padding-left: 1rem; }

.pdl1-half-rem { padding-left: 1.5rem; }

.pdl2rem { padding-left: 2rem; }

.pdl2-half-rem { padding-left: 2.5rem; }

.pdl3 { padding-left: 3rem; }

.pdb0 { padding-bottom: 0; }

.pdb0-half-rem { padding-bottom: 0.5rem; }

.pdb1rem { padding-bottom: 1rem; }

.pdb1-half-rem { padding-bottom: 1.5rem; }

.pdb2rem { padding-bottom: 2rem; }

.pdb2-half-rem { padding-bottom: 2.5rem; }

.pdb3 { padding-bottom: 3rem; }

.pdr0 { padding-right: 0; }

.pdr0-half-rem { padding-right: 0.5rem; }

.pdr1rem { padding-right: 1rem; }

.pdr1-half-rem { padding-right: 1.5rem; }

.pdr2rem { padding-right: 2rem; }

.pdr2-half-rem { padding-right: 2.5rem; }

.pdr3 { padding-right: 3rem; }

/* ----------------
 KillElement
---------------- */

.killbd { border: none; }

.killbdt { border-top: none; }

.killbdr { border-right: none; }

.killbdb { border-bottom: none; }

.killbdl { border-left: none; }

.killmg { margin: 0; }

.killmgt { margin-top: 0; }

.killmgr { margin-right: 0; }

.killmgb { margin-bottom: 0; }

.killmgl { margin-left: 0; }

.killpd { padding: 0; }

.killpdt { padding-top: 0; }

.killpdr { padding-right: 0; }

.killpdb { padding-bottom: 0; }

.killpdl { padding-left: 0; }

.killbg { background: none; }