@charset "UTF-8";
/*　sass ベースファイルのインポート　/　*/
/* / common sass */
/*　/ sass ベースファイルのインポート　*/
/*--=== SP ONLY max-width: 960px ===-- / */
@media screen and (max-width: 960px) {
  * + .section_gap {
    margin-top: 40px;
  }
  .other_freeloan_header {
    padding: 15px;
    border: 2px solid #3176bd;
    background-color: #fff5d7;
  }
  .other_freeloan_header .recommend_title {
    text-align: center;
  }
  .other_freeloan_header .recommend_box + .instruments_name {
    margin-top: 15px;
  }
  .other_freeloan_header .instruments_name {
    text-align: center;
    position: relative;
  }
  .other_freeloan_header .instruments_name img {
    width: 80%;
  }
  .other_freeloan_header .instruments_name + .text_area {
    margin-top: 15px;
  }
  .other_freeloan_header .text_area {
    text-align: center;
    padding: 20px 10px;
    font-weight: bold;
    border: 1px solid #3176bd;
  }
  .other_freeloan_header .text_area p {
    margin: 0;
  }
  .loan_list_single li {
    margin-bottom: 20px;
  }
  .loan_list_single li a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #000;
    height: 100%;
  }
  .loan_list_single li a:hover {
    opacity: 0.7;
    transition: 0.5s;
  }
  .loan_list_single li a .title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
  }
  .loan_list_single li a .detail_ctn {
    margin-top: 10px;
    position: relative;
    padding-bottom: 40px;
  }
  .loan_list_single li a .detail_ctn .text_ctn {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .loan_list_single li a .detail_ctn .text_ctn .button {
    position: absolute;
    font-weight: bold;
    text-align: center;
    width: 100%;
    padding: 3px 8px;
    bottom: 0;
    margin-bottom: 0 !important;
  }
  .loan_list_single li a .detail_ctn .text_ctn .button:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left: 8px solid #000;
  }
  .loan_list_single li a .detail_ctn .rate_ctn {
    background-color: #fff;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .loan_list_single li a .detail_ctn .rate_ctn .rate_text {
    font-size: 12px;
  }
  .loan_list_single li a .detail_ctn .rate_ctn .rate_text2 {
    font-size: 13px;
  }
  .loan_list_single li a .detail_ctn .rate_ctn .rate_text2 .danshin_mark {
    background-color: #f36622;
    padding: 3px;
    color: #fff;
    margin-right: 10px;
  }
  .loan_list_single li a .detail_ctn .rate_ctn .rate {
    margin-top: 20px;
  }
  .loan_list_single li a .detail_ctn .rate_ctn .rate span {
    font-size: 35px;
    color: #f00;
  }
  .loan_list_old {
    display: flex;
    flex-wrap: wrap;
  }
  .loan_list_old li {
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .loan_list_old li:nth-child(3n) {
    margin-right: 0;
  }
  .loan_list_old li a {
    display: block;
    text-decoration: none;
    color: #000;
    height: 100%;
  }
  .loan_list_old li a:hover {
    opacity: 0.7;
    transition: 0.5s;
  }
  .loan_list_old li a .title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    padding: 5px 0;
  }
  .loan_list_old li a .deadline {
    font-size: 10px;
    padding: 5px 0;
  }
  .loan_list_old li a .old_text {
    background-color: #fff;
    padding: 10px;
  }
  .accordion_primary {
    border: 2px solid #009fe8;
    margin-top: 3rem;
    font-size: 13px;
    display: flex;
    background-color: #ccedfa;
    padding: 15px;
    flex: 1;
    position: relative;
    font-weight: bold;
    color: #3c3c77;
  }
  .accordion_primary:after {
    content: "";
    background-image: url("/images/sp_navi_icon_plus.png");
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .accordion_primary.on:after {
    background-image: url("/images/sp_navi_icon_minus.png");
  }
  .accordion_secondary {
    border: 2px solid #009fe8;
    border-top: none;
    padding: 10px;
  }
  .point_label {
    background-color: #009fe8;
    color: #fff;
    margin-top: 3rem;
    font-size: 1.4rem;
    display: flex;
  }
  .point_label .point {
    padding: 10px;
    font-weight: bold;
  }
  .point_label .text {
    padding: 10px 35px 10px 10px;
    flex: 1;
    position: relative;
    font-weight: bold;
  }
  .point_group {
    margin-bottom: 2em;
    margin-top: 3em;
  }
  .point_group * + .point_group_text {
    margin-top: 1em;
  }
  .point_group .point_group_text p {
    font-size: 18px;
    font-weight: 550;
    margin-bottom: 0;
    line-height: 2;
  }
  .point_group .point_group_text p .emphasis {
    color: #e83518;
    text-decoration: underline;
  }
  .point_group .point_group_text .notes {
    font-size: 14px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 5px;
  }
  .point_group .point_group_text .notes::before {
    content: "※";
  }
  .step_list {
    counter-reset: step_list;
  }
  .step_list li + li {
    margin-top: 0.5em;
  }
  .step_list li {
    counter-increment: step_list;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
  .step_list li::before {
    content: "STEP";
    order: -2;
  }
  .step_list li::after {
    content: counter(step_list);
    display: inline-block;
    border-radius: 100%;
    min-width: 1.2em;
    height: 1.2em;
    line-height: 1.15;
    text-align: center;
    border: 1px solid #000;
    order: -1;
    margin-right: 1em;
    margin-left: 0.2em;
    position: relative;
    top: 0.1em;
  }
  .common_table .emphasis {
    color: #c9211e;
  }
  .common_table.-separate tbody td {
    text-align: center;
  }
}
/*--=== / SP ONLY max-width: 960px ===-- */
/*--=== PC ONLY min-width: 961px ===-- / */
@media print, screen and (min-width: 961px) {
  * + .section_gap {
    margin-top: 40px;
  }
  .other_freeloan_header {
    padding: 60px 40px;
    border: 2px solid #3176bd;
    background-color: #fff5d7;
  }
  .other_freeloan_header .recommend_title {
    text-align: center;
  }
  .other_freeloan_header .recommend_box + .instruments_name {
    margin-top: 40px;
  }
  .other_freeloan_header .instruments_name {
    text-align: center;
    position: relative;
  }
  .other_freeloan_header .instruments_name:before {
    content: "";
    width: 120px;
    height: 120px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .other_freeloan_header .instruments_name img {
    max-width: calc(100% - 260px);
  }
  .other_freeloan_header .instruments_name + .text_area {
    margin-top: 40px;
  }
  .other_freeloan_header .text_area {
    text-align: center;
    padding: 20px 10px;
    font-weight: bold;
    border: 1px solid #3176bd;
  }
  .other_freeloan_header .text_area p {
    margin: 0;
  }
  .loan_list_single {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .loan_list_single li {
    width: 49%;
    margin-bottom: 20px;
  }
  .loan_list_single li a {
    display: block;
    padding: 20px;
    text-decoration: none;
    color: #000;
    height: 100%;
  }
  .loan_list_single li a:hover {
    opacity: 0.7;
    transition: 0.5s;
  }
  .loan_list_single li a .title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
  }
  .loan_list_single li a .deadline {
    font-size: 14px;
    margin: 10px 0;
  }
  .loan_list_single li a .old_text {
    background-color: #fff;
    padding: 10px;
  }
  .loan_list_single li a .detail_ctn {
    margin-top: 20px;
  }
  .loan_list_single li a .detail_ctn .text_ctn {
    font-size: 16px;
    position: relative;
    padding-bottom: 40px;
  }
  .loan_list_single li a .detail_ctn .text_ctn .button {
    position: absolute;
    font-weight: bold;
    text-align: center;
    width: 100%;
    padding: 3px 8px;
    bottom: 0;
    margin-bottom: 0 !important;
  }
  .loan_list_single li a .detail_ctn .text_ctn .button:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left: 8px solid #000;
  }
  .loan_list_single li a .detail_ctn .rate_ctn {
    width: 48%;
    background-color: #fff;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .loan_list_single li a .detail_ctn .rate_ctn .rate_text {
    font-size: 12px;
  }
  .loan_list_single li a .detail_ctn .rate_ctn .rate_text2 {
    font-size: 13px;
  }
  .loan_list_single li a .detail_ctn .rate_ctn .rate_text2 .danshin_mark {
    background-color: #f36622;
    padding: 3px;
    color: #fff;
    margin-right: 10px;
  }
  .loan_list_single li a .detail_ctn .rate_ctn .rate {
    margin-top: 20px;
  }
  .loan_list_single li a .detail_ctn .rate_ctn .rate span {
    font-size: 35px;
    color: #f00;
  }
  .loan_list_old {
    display: flex;
    flex-wrap: wrap;
  }
  .loan_list_old li {
    margin-right: 2%;
    width: 32%;
    margin-bottom: 20px;
  }
  .loan_list_old li:nth-child(3n) {
    margin-right: 0;
  }
  .loan_list_old li a {
    display: block;
    text-decoration: none;
    color: #000;
    height: 100%;
  }
  .loan_list_old li a:hover {
    opacity: 0.7;
    transition: 0.5s;
  }
  .loan_list_old li a .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    padding: 5px 0;
  }
  .loan_list_old li a .deadline {
    font-size: 11px;
    padding: 5px 0;
  }
  .loan_list_old li a .old_text {
    background-color: #fff;
    padding: 10px;
  }
  .accordion_primary {
    border: 2px solid #009fe8;
    margin-top: 3rem;
    font-size: 1.8rem;
    display: flex;
    background-color: #ccedfa;
    padding: 15px;
    flex: 1;
    position: relative;
    font-weight: bold;
    color: #3c3c77;
  }
  .accordion_primary:after {
    content: "";
    background-image: url("/images/sp_navi_icon_plus.png");
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .accordion_primary.on:after {
    background-image: url("/images/sp_navi_icon_minus.png");
  }
  .accordion_secondary {
    border: 2px solid #009fe8;
    border-top: none;
    padding: 10px;
  }
  .point_label {
    background-color: #009fe8;
    color: #fff;
    margin-top: 3rem;
    font-size: 1.8rem;
    display: flex;
  }
  .point_label .point {
    padding: 15px;
    font-weight: bold;
  }
  .point_label .text {
    padding: 15px;
    flex: 1;
    position: relative;
    font-weight: bold;
  }
  .point_group {
    margin-bottom: 2em;
    margin-top: 3em;
  }
  .point_group * + .point_group_text {
    margin-top: 1em;
  }
  .point_group .point_group_text p {
    font-size: 18px;
    font-weight: 550;
    margin-bottom: 0;
    line-height: 2;
  }
  .point_group .point_group_text p .emphasis {
    color: #e83518;
    text-decoration: underline;
  }
  .point_group .point_group_text .notes {
    font-size: 14px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 5px;
  }
  .point_group .point_group_text .notes::before {
    content: "※";
  }
  .step_list {
    counter-reset: step_list;
  }
  .step_list li + li {
    margin-top: 0.5em;
  }
  .step_list li {
    counter-increment: step_list;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
  .step_list li::before {
    content: "STEP";
    order: -2;
  }
  .step_list li::after {
    content: counter(step_list);
    display: inline-block;
    border-radius: 100%;
    min-width: 1.2em;
    height: 1.2em;
    line-height: 1.2;
    text-align: center;
    border: 1px solid #000;
    order: -1;
    margin-right: 1em;
    margin-left: 0.2em;
    position: relative;
    top: 0.1em;
  }
  .common_table .emphasis {
    color: #c9211e;
  }
  .common_table.-separate {
    width: 30%;
  }
  .common_table.-separate tbody td {
    text-align: center;
  }
}
/*--=== / PC ONLY min-width: 961px ===-- *//*# sourceMappingURL=other.css.map */