.terms .description {
    padding: 48px 0;
    text-align: left;
}
.terms .description .inner {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    max-width: 1200px;
    font-size: 16px;
}
.terms .description section{
    margin: 60px 0;
}
.terms .description p {
    margin-top: 0px;
    margin-bottom: 1em;
}
.terms .description h2{
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 10px;
    font-weight: 600;
    letter-spacing: 4px;
    margin-bottom: 30px;
}
.terms .description h3{
    font-size: 18px;
    margin: 40px 0 20px;
    font-weight: bold;
}
.terms .description h4 {
    font-size: 24px;
    font-weight: bolder;
    line-height: 1.9;
    margin-top: 0;
    margin-bottom: 30px;
    overflow: hidden;
    padding-bottom: 2px;
}
.terms .description h5 {
    line-height: 35px;
    font-weight: bolder;
    margin-top: 0;
    margin-bottom: 25px;
    overflow: hidden;
    padding-bottom: 1px;
}
.guide_list_top {
    font-size: 16px;
    padding-left: 1em;
    padding-right: 2em;
    margin-bottom: 1em;
}
.margin_top_zero {
    margin-top: 0px;
    margin-bottom: 1em;
}
.guide_list_decimal {
    list-style-type: decimal;
    padding-left: 2em;
    padding-right: 2em;
    margin-bottom: 1em;
    font-size: 16px;
}
.guide_list_decimal li{
    list-style-type: inherit;
    line-height: 1.5;
    margin-bottom: 1em;
}
.guide_list_content {
    margin-bottom: 1em;
    font-size: 16px;
}
.guide_list_contract_first {
    font-size: 16px;
    margin-top: 1em;
}
.guide_list_counter-increment{
    list-style-type: none;
    padding-left: 2em;
    padding-right: 2em;
    margin-bottom: 1em;
    font-size: 16px;
}
.guide_list_counter-increment li{
    list-style-type: none;
    counter-increment: cnt;
    text-indent: -26px;
    line-height: 1.5;
    margin-bottom: 1em;
}
.guide_list_counter-increment li::before{
    content: "(" counter(cnt) ") ";
}
.module_free-area p {
    font-size: 16px;
}
@media(max-width:767px){
    .wrapper .termBase.termBox{
        padding: 10px;
        width: 100%;
    }
    .guide_list_top,
    .guide_list_decimal{
        padding: 0;
    }
    .terms .description .inner{
        padding: 0 12px;
    }
    .guide_list_decimal {
        list-style-type: decimal;
        padding-left: 2em;
        padding-right: 2em;
        margin-bottom: 1em;
    }
    .wrapper .termBase dl.description_list dd{
        font-size: 16px;
    }

}

/* テーブル */
dl.tableType {
    border: 1px solid #ccc;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 0px solid #ccc;
    margin: 40px auto 20px auto;
}
dl.tableType dt {
    width: 25%;
    background-color: #eee;
    padding: 15px;
    border-bottom: 1px solid #ccc;
    font-weight: normal;
}
dl.tableType dd {
    display: block;
    width: calc(100% - 25%);
    position: relative;
    padding: 15px;
    border-bottom: 1px solid #ccc;
}

/* faq */
.qa_set {
    font-size: 16px;
}
.bold {
    font-weight: bolder;
}
html a:hover {
    color: var(--keyColor);
}

dl.description_list{
    margin: 20px 0;
}
dl.description_list dt{
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 100% !important;
}
.wrapper .termBase dl.description_list dd{
    margin-bottom: 1em;
    line-height: 1.5;
    font-size: 16px;
}
dl.description_list.disc dd{
    margin-bottom: 1em;
    line-height: 1.5;
    text-indent: -1.5em;
    padding-left: 1.5em;
    font-size: 16px;
}
dl.description_list.disc dd:before {
    content: "・";
    margin-left: 2px;
}
.guide_list_none li{
    margin-bottom: 14px;
}
.description .note{
    margin-bottom: 1em;
    line-height: 1.5;
    text-indent: -1.5em;
    padding-left: 1.5em;
}
.description .note::before{
    content: "※";
}
.guide_list_indices{
    counter-reset: my-counter;
    list-style: none;
    padding: 0;
    margin: 0;
}
.guide_list_indices li {
    font-size: 16px;
    line-height: 1.5;
    padding-left: 26px;
    position: relative;
    margin-bottom: 1em;
  }
  .guide_list_indices li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 16px;
    width: 16px;
    color: #333;
    font-size: 12px;
    line-height: 1;
    position: absolute;
    top: 0.5em;
    left: 0;
  }

.wrapper.u_page_guide_aspx h2{
		padding: 0.5rem 1rem;
    border-left: 5px solid var(--keyColor);
    background: #eee;
}
.wrapper.u_page_guide_aspx h3{
		font-size: 20px;
}
.wrapper.u_page_guide_aspx dl.description_list dt{
  position: relative;
	padding-left:1em;
}
.wrapper.u_page_guide_aspx section#guide_order dl.description_list dt{
  position: relative;
	padding-left:0em;
}

.wrapper.u_page_guide_aspx dl.description_list dt:before{
  position: absolute;
  top: calc(50% - 5px);
  left: 0px;
  width: 10px;
  height: 10px;
  content: '';
  border-radius: 50%;
  background: #484848;
}
.wrapper.u_page_guide_aspx section#guide_order dl.description_list dt:before{
  content: none;
}
.guide_list_decimal > li > .guide_list_counter-increment{
    margin-top: 1em;
}
.guide_list_counter-caution{
    list-style-type: none;
    padding-left: 2em;
    padding-right: 2em;
    margin-bottom: 1em;
    font-size: 16px;
}
.guide_list_counter-caution li{
    list-style-type: none;
    counter-increment: cnt;
    text-indent: -26px;
    line-height: 1.5;
    margin-bottom: 1em;
}
.guide_list_counter-caution li:before{
    content: "(注)";
}
