@charset "UTF-8";

/* ----------------------------------------------
*  base parts
* -------------------------------------------- */

main {
  font-size: 13px;
}

.policy_container {
  padding: 10px 20px 40px;
}

.policy_title {
  font-weight: bold;
  text-align: center;
  font-size: 21px;
  color: #333;
}

.policy_titleBox {
  margin: 50px 0 40px;
}

.heading {
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  color: #333;
}

.heading_sub {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

@media screen and (min-width: 641px) {

  main {
    font-size: 14px;
  }

  .policy_title {
    font-size: 28px;
    line-height: 1.4;
  }

  .policy_titleBox {
    margin-bottom: 60px;
  }

  .policy_container {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
  }

  .heading {
    font-size: 17px;
  }

  .heading_sub {
    font-size: 15px;
  }

}


/* ----------------------------------------------
*  fd.html
* -------------------------------------------- */
.wrapper.top {
  margin-bottom: 0;
}

.content {
  padding: 20px 8px;
}

.c-pages-table {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    margin-inline: auto;
    width: calc(100% - 20px);
    margin-bottom: 2em;
}

.c-pages-table th:nth-child(1) {
    width: 40px;
}

.c-pages-table th {
    text-align: center;
    width: 50%;
}

.c-pages-table th, .c-pages-table td {
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.4;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.policyList_ttl {
  letter-spacing: 0.02em;
  font-size: 14px;
  color: #333
}

ol.decimal {
  margin-left: 18px;
  list-style: decimal;
  font-weight: bold;
}

ol.decimal > li {
  margin-bottom: 20px;
  padding-left: 2px;
}

ol.decimal li::marker {
  font-size: 14px;
}

ol.decimal > li dd {
  font-weight: normal;
}

.fz-small {
  font-size: 12px;
}

.lead {
  text-indent: 1em;
}

.policy_fd .fz-small {
  padding-top: 6px;
}

p.last {
  margin-top: 24px;
}

@media screen and (min-width: 641px) {

  .fz-small {
    font-size: 13px;
  }

  ol.decimal {
    margin-left: 20px;
  }

  ol.decimal li {
    padding-left: 10px;
  }

  ol.decimal > li {
    margin-bottom: 18px;
  }

  .content {
    padding: 20px;
  }

  p.last {
    margin-top: 28px;
  }

  .policyList_ttl {
    font-size: 15px;
  }

  ol.decimal li::marker {
    font-size: 15px;
  }

  .policy_fd .policy_title.title02 {
    width: 98%;
    margin: 0 auto;
  }

  .policy_fd .fz-small {
    padding-top: 10px;
  }

}

/* ----------------------------------------------
*  comparision.html
* -------------------------------------------- */

.policy_comparison .policy_title > span {
  display: inline-block;
  margin-left: -20px;
  margin-right: -20px;
}

.policy_comparison .content {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 28px;
}

.policy_comparison p:not([class]) {
  text-indent: 1em;
  line-height: 1.6;
}

.lineAlignment {
  padding-left: 1em;
}

ol.decimal-2 {
  margin-top: 20px;
}


.policy_comparison ol li {
  counter-increment: parentheses;
  text-indent: -1.3em;
  padding-left: 2.2em;
  margin-bottom: 18px;
}

.policy_comparison ol li:before {
  content: "\FF08" counter(parentheses) "\FF09";
  display: inline-block;
}

.arrow {
  margin-left: 10px;
}

.arrow li {
  padding-left: 25px;
  position: relative;
  letter-spacing: 0.01em;
}

.arrow li::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 14px;
  border-color: transparent transparent transparent #000;
  left: 1%;
  top: 30%;

}

.serviceList > li:first-of-type ul li:nth-of-type(6)::before {
  top: 11%;
}

.content_inner {
  margin-bottom: 30px;
}

.serviceList {
  margin-left: 10px;
  padding: 20px 0 30px;
}

.serviceList_ttl {
  position: relative;
  padding-left: 6px;
}

.serviceList_ttl::before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 50%;
  left: -12px;
  top: 3px;
}

.serviceList > li + li {
  margin-top: 20px;
}

@media screen and (min-width: 641px) {

.policy_comparison .policy_title > span {
  margin-left: 0;
  margin-right: 0;
}

ol.decimal-2 {
  margin-left: 1em;
}

.policy_comparison ol li {
  text-indent: -1.2em;
  padding-left: 1.6em;
  margin-bottom: 10px;
}

.arrow {
  margin-left: 10px;
}

.arrow li {
  padding-left: 30px;
}

.serviceList {
  margin-left: 60px;
}

.serviceList_ttl {
  padding-left: 0;
}

.serviceList_ttl::before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #000;
  border-radius: 50%;
  left: -28px;
  top: 4px;
}

.serviceList > li:first-of-type ul li:nth-of-type(6)::before {
  top: 6px;
}

}

/* ----------------------------------------------
*  invitation.html
* -------------------------------------------- */

.policy_lead {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #6fba2c;
  margin-bottom: 16px;
  letter-spacing: 0.03em;
}

ul.type-disc {
  margin-left: 6px;
  padding: 14px 0 28px;
}

ul.type-disc > li {
  text-indent: -0.8em;
  padding-left: 0.8em;
  position: relative;
}

ul.type-disc > li::before {
  content: '・';
  display: inline-block;
  margin-left: 0.4em;
}

ul.type-disc > li + li {
  margin-top: 16px;
}

.policy_invitation p:not([class]) {
  text-indent: 1em;
}

@media screen and (min-width: 641px) {

.policy_invitation .policy_title {
  font-size: 28px;
}

.policy_lead {
  font-size: 16px;
}

ul.type-disc {
  margin-left: 10px;
  padding: 16px 0 28px;
}

ul.type-disc > li {
  padding-left: 1.0em;
}

ul.type-disc > li + li {
  margin-top: 8px;
}

.policy_invitation p:not([class]) {
  margin-top: 6px;
  text-indent: 1em;
}


}

/* 汎用クラス */
.hp_ta-right {
  text-align: right !important;
}

.hp_ta-left {
  text-align: left !important;
}

.hp_mb0 {
  margin-bottom: 0 !important;
}

.hp_mb8 {
  margin-bottom: 8px !important;
}

.hp_ti-1em {
  text-indent: 1em !important;
  display: block;
}

/*----------------------------------------------------------
 position
------------------------------------------------------------*/
:root {
  --positionBaseColor: #C5C3B9;
}

.position-table table {
  border: 1px solid var(--positionBaseColor);
  margin-bottom: 60px;
}

.position-table td {
  border: 1px solid var(--positionBaseColor);
  padding:1em;
}

.position-table th {
  border: 1px solid var(--positionBaseColor);
  padding:1em;
  background-color: #F8F7F2;
  font-weight: bold;
}

.position-table tr {
  border: 1px solid var(--positionBaseColor);
}

.position-company-list li {
  padding: 4px 0 0 10px;
}

.position-company-list li::before {
  content: '';
  position: relative;
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: #000;
  border-radius: 50%;
  right: 10px;
  top: -2px;
  transform: translateY(-50%);
}
