@charset "UTF-8";
/*　sass ベースファイルのインポート　/　*/
/* / common sass */
/*　/ sass ベースファイルのインポート　*/
/*--=== SP ONLY max-width: 960px ===-- / */
@media screen and (max-width: 960px) {
  .kiwami_title {
    border: 2px solid #f29600;
    background-color: #ffeca4;
  }
  .kiwami_title .recommend_box {
    border-bottom: 5px dotted #f29600;
  }
  .kiwami_title .recommend_title img {
    width: calc(100% - 80px);
  }
  .kiwami_title .recommend_title:before {
    transform: scale(-1, 1);
    background-image: url("/images/c09.png");
  }
  .kiwami_title .recommend_text {
    background-color: #f29600;
  }
  .kiwami_title .financial_list li {
    border: 1px solid #f29600;
  }
  .next_title {
    border: 2px solid #009fe8;
    background-color: #d3edfb;
  }
  .next_title .recommend_box {
    border-bottom: 5px dotted #009fe8;
  }
  .next_title .recommend_title img {
    width: calc(100% - 80px);
  }
  .next_title .recommend_title:before {
    transform: scale(-1, 1);
    background-image: url("/images/c11.png");
  }
  .next_title .recommend_text {
    background-color: #009fe8;
  }
  .next_title .financial_list li {
    border: 1px solid #009fe8;
  }
  .mcjhendou_title {
    border: 2px solid #ad732b;
    background-color: #fff5d7;
  }
  .mcjhendou_title .arrow_box:before {
    border-top: 50px solid #f2d3a0 !important;
  }
  .mcjhendou_title .recommend_box {
    border-bottom: 5px dotted #ad732b;
  }
  .mcjhendou_title .recommend_title img {
    width: calc(100% - 80px);
  }
  .mcjhendou_title .recommend_title:before {
    transform: scale(-1, 1);
    background-image: url("/images/c09.png");
  }
  .mcjhendou_title .recommend_text {
    background-color: #ad732b;
  }
  .mcjhendou_title .financial_list li {
    border: 1px solid #ad732b;
  }
  .maeraku_title {
    border: 2px solid #ad732b;
    background-color: #fff5d7;
  }
  .maeraku_title .arrow_box:before {
    border-top: 50px solid #f2d3a0 !important;
  }
  .maeraku_title .recommend_box {
    border-bottom: 5px dotted #ad732b;
  }
  .maeraku_title .recommend_title img {
    width: calc(100% - 80px);
  }
  .maeraku_title .recommend_title:before {
    transform: scale(-1, 1);
    background-image: url("/images/c11.png");
  }
  .maeraku_title .recommend_text {
    background-color: #ad732b;
  }
  .maeraku_title .financial_list li {
    border: 1px solid #ad732b;
  }
  .flat35_title {
    border: 2px solid #00a63c;
    background-color: #d6e6ae;
  }
  .flat35_title .recommend_text {
    background-color: #00a63c;
  }
  .flat35_title .recommend_title {
    border-bottom: 5px dotted #00a63c;
  }
  .flat35_title .recommend_title img {
    width: 80%;
  }
  .flat35_title .instruments_name img {
    width: calc(100% -100px);
  }
  .flat35_title .instruments_name:before {
    content: "";
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -35px;
    left: 0;
    background-image: url("/images/c13.png");
  }
  .flat35_title .financial_list li {
    border: 1px solid #00a63c;
  }

  .flat35_tittle_02 {
    border-bottom: none;
  }
  .flat35_tittle_02 img {
    width: 75%;
  }
  .flat35_tittle_02 .recommend_text {
    background-color: #00a63c;
  }
  .flat35_tittle_02 .financial_list li {
    border: 1px solid #00a63c;
  }
  .flat35_tittle_02 .instruments_name img {
    width: 65%;
  }
  .flat35_tittle_02 .instruments_name:before {
    background-image: url("/images/c09.png");
  }

  .flat35_packege_title {
    border: 2px solid #b74c96;
    background-color: #dfdced;
  }
  .flat35_packege_title .recommend_box .products_explanation_box_title1 {
    margin-top: -30px;
  }
  .flat35_packege_title .recommend_box .products_explanation_box_title1 li {
    padding-bottom: 5px;
    border-bottom: 5px dotted #b74c96;
    margin-bottom: 20px;
  }
  .flat35_packege_title .recommend_text {
    background-color: #b74c96;
  }
  .flat35_packege_title .financial_list li {
    border: 1px solid #b74c96;
  }
  .flat35_packege_title .instruments_name img {
    width: 100% !important;
  }
  .flat35_packege_title .instruments_name:before {
    background-image: url("/images/c12.png");
    right: 0 !important;
    top: -30px !important;
    left: initial !important;
    bottom: initial !important;
  }
  .flat35_packege_title .products_explanation_box_link {
    font-weight: bold;
    margin: 20px auto;
  }
  .flat35_packege_title .products_explanation_box_link .title {
    background-color: #355496;
    border: 1px solid #355496;
    padding: 10px;
    color: #fff;
    display: inline-block;
  }
  .flat35_packege_title .products_explanation_box_link .text {
    background-color: #fff;
    border: 1px solid #355496;
    flex: 1;
    padding: 10px;
    text-align: center;
  }
  .flat35_packege_title .products_explanation_box_link .link {
    margin-left: 10px;
  }
  .flat35_packege_title .products_explanation_box_link .link a {
    background-color: #b74c96;
    padding: 10px 30px 10px 10px;
    color: #fff;
    display: block;
    text-decoration: none;
    position: relative;
  }
  .flat35_packege_title .products_explanation_box_link .link a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left: 8px solid #fff;
  }

  .omatome_title {
    border: 2px solid #00863c;
    background-color: #fffac6;
  }
  .omatome_title .recommend_box .products_explanation_box_title1 {
    margin-top: -30px;
  }
  .omatome_title .recommend_box .products_explanation_box_title1 li {
    padding-bottom: 5px;
    border-bottom: 5px dotted #00863c;
    margin-bottom: 20px;
  }
  .omatome_title .recommend_text {
    background-color: #00863c;
  }
  .omatome_title .financial_list li {
    border: 1px solid #00863c;
  }
  .omatome_title .instruments_name img {
    width: 100% !important;
  }
  .omatome_title .instruments_name:before {
    background-image: url("/images/c12.png");
    right: 0 !important;
    top: -30px !important;
    left: initial !important;
    bottom: initial !important;
  }
  .omatome_title .products_explanation_box_link {
    font-weight: bold;
    margin: 20px auto;
  }
  .omatome_title .products_explanation_box_link .title {
    background-color: #355496;
    border: 1px solid #355496;
    padding: 10px;
    color: #fff;
    display: inline-block;
  }
  .omatome_title .products_explanation_box_link .text {
    background-color: #fff;
    border: 1px solid #355496;
    flex: 1;
    padding: 10px;
    text-align: center;
  }
  .omatome_title .products_explanation_box_link .link {
    margin-left: 10px;
  }
  .omatome_title .products_explanation_box_link .link a {
    background-color: #b74c96;
    padding: 10px 30px 10px 10px;
    color: #fff;
    display: block;
    text-decoration: none;
    position: relative;
  }
  .omatome_title .products_explanation_box_link .link a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left: 8px solid #fff;
  }

  .shinki_header_type1 {
    padding: 15px;
  }
  .shinki_header_type1 .recommend_text {
    display: inline-block;
    line-height: 1;
    padding: 8px;
    margin-bottom: 10px;
    width: 50%;
  }
  .shinki_header_type1 .recommend_title {
    margin-bottom: 10px;
    position: relative;
  }
  .shinki_header_type1 .recommend_title:before {
    content: "";
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .shinki_header_type1 .arrow_box {
    padding: 20px;
    position: relative;
    text-align: center;
  }
  .shinki_header_type1 .arrow_box img {
    position: relative;
    z-index: 100;
    width: 90%;
  }
  .shinki_header_type1 .arrow_box:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -25%);
    border: 50px solid transparent;
    border-top: 50px solid #fff;
  }
  .shinki_header_type1 .instruments_name {
    text-align: center;
    position: relative;
  }
  .shinki_header_type1 .instruments_name img {
    width: 80%;
  }
  .shinki_header_type1 .financial_list li {
    width: 100%;
    background-color: #fff;
    text-align: center;
    padding: 10px 5px;
    font-weight: bold;
  }
  .shinki_header_type1 .financial_list li .title {
    font-size: 1.5rem;
  }
  .shinki_header_type1 .financial_list li:nth-child(1) {
    border-bottom: none;
  }

  .products_explanation_box1 {
    margin-top: 50px;
    background-color: #dfdced;
    border: 1px solid #b74c96;
    padding: 15px 15px 35px 15px;
    position: relative;
  }
  .products_explanation_box1:after {
    content: "";
    width: 75px;
    height: 75px;
    background-image: url("/images/shinki/shinki_plus.png");
    background-size: contain;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .products_explanation_box1 .products_explanation_box_title1 li {
    padding-bottom: 5px;
    border-bottom: 5px dotted #b74c96;
    margin-bottom: 20px;
  }
  .products_explanation_box1 .arrow_box {
    padding: 10px;
    position: relative;
    text-align: center;
  }
  .products_explanation_box1 .arrow_box img {
    position: relative;
    z-index: 100;
    width: 100%;
  }
  .products_explanation_box1 .arrow_box:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -25%);
    border: 50px solid transparent;
    border-top: 50px solid #fff;
  }
  .products_explanation_box1 > .title {
    margin: 20px auto;
  }
  .products_explanation_box1 > .title .title1 {
    width: 70%;
    display: flex;
  }
  .products_explanation_box1 > .title .title1 .title1-1 {
    margin-right: 10px;
  }
  .products_explanation_box1 .products_explanation_box_link {
    font-weight: bold;
    margin-top: 20px;
    position: relative;
  }
  .products_explanation_box1 .products_explanation_box_link .title {
    background-color: #355496;
    border: 1px solid #355496;
    padding: 10px;
    color: #fff;
    width: 50%;
  }
  .products_explanation_box1 .products_explanation_box_link .text {
    background-color: #fff;
    border: 1px solid #355496;
    flex: 1;
    padding: 10px;
  }
  .products_explanation_box1 .products_explanation_box_link .link {
    position: absolute;
    bottom: 0px;
    right: 0px;
    transform: translate(5px, 30px);
  }
  .products_explanation_box1 .products_explanation_box_link .link a {
    background-color: #b74c96;
    padding: 10px 30px 10px 10px;
    color: #fff;
    display: block;
    text-decoration: none;
    position: relative;
  }
  .products_explanation_box1 .products_explanation_box_link .link a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left: 8px solid #fff;
  }

  .products_explanation_box2 {
    margin-top: 50px;
    background-color: #d6e6ae;
    border: 1px solid #00a63c;
    padding: 15px;
    position: relative;
  }
  .products_explanation_box2 .products_explanation_box_title2-1 li {
    padding-bottom: 5px;
    border-bottom: 5px dotted #00a63c;
    margin-bottom: 20px;
  }
  .products_explanation_box2 .products_explanation_box_title2-2 {
    padding-top: 50px;
    position: relative;
  }
  .products_explanation_box2 .products_explanation_box_title2-2:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
    border-style: solid;
    border-width: 50px 35px 0 35px;
    border-color: #ffffff transparent transparent transparent;
  }
  .products_explanation_box2 .products_explanation_box_title2-2 img {
    width: 80%;
    display: block;
    margin: 10px auto;
  }
  .products_explanation_box2 .products_explanation_box_title2-2 .link {
    margin-top: 10px;
    text-align: right;
  }
  .products_explanation_box2 .products_explanation_box_title2-2 .link a {
    background-color: #00a63c;
    padding: 10px 30px 10px 10px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    position: relative;
  }
  .products_explanation_box2 .products_explanation_box_title2-2 .link a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left: 8px solid #fff;
  }

  .insurance_box {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #333;
  }
  .insurance_title {
    width: 70%;
    margin-bottom: 10px;
  }

  .insurance_list li {
    margin-bottom: 20px;
  }

  .yellow_line {
    position: relative;
    z-index: 10;
  }
  .yellow_line:after {
    content: "";
    width: 100%;
    height: 10px;
    background-color: #fff000;
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: -1;
  }

  .flat35_image {
    padding-bottom: 50% !important;
    position: relative;
  }
  .flat35_image h4 {
    border: none !important;
    background-color: #0068b6 !important;
    color: #fff;
    margin: 0 !important;
    width: 10em;
  }
  .flat35_image .image {
    position: absolute;
    width: 80%;
    bottom: 10px;
    left: 10%;
  }

  .flat35_packege_link_list {
    margin-top: 110px;
    position: relative;
  }
  .flat35_packege_link_list:after {
    content: "";
    width: 75px;
    height: 75px;
    background-image: url("/images/shinki/shinki_plus.png");
    background-size: contain;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translate(-50%, -100%);
  }
  .flat35_packege_link_list li {
    padding: 30px 15px;
    align-items: center;
    margin-bottom: 40px;
    position: relative;
  }
  .flat35_packege_link_list li:first-child:after {
    background-image: none;
  }
  .flat35_packege_link_list li:after {
    content: "";
    width: 75px;
    height: 75px;
    background-image: url("/images/shinki/shinki_or.png");
    background-size: contain;
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translate(-50%, -100%);
  }
  .flat35_packege_link_list li .flat35_packege_link_list_text {
    margin-bottom: 40px;
    position: relative;
  }
  .flat35_packege_link_list li .flat35_packege_link_list_text .title {
    border-bottom-width: 5px;
    border-bottom-style: dotted;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-align: center;
  }
  .flat35_packege_link_list li .flat35_packege_link_list_text .text {
    text-align: center;
  }
  .flat35_packege_link_list li .flat35_packege_link_list_text::after {
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    display: inline-block;
    border-style: solid;
    border-width: 30px 25px 0 25px;
    border-color: #ffffff transparent transparent transparent;
  }
  .flat35_packege_link_list li .flat35_packege_link_list_title {
    padding-top: 20px;
  }
  .flat35_packege_link_list li .flat35_packege_link_list_title .link {
    text-align: right;
    margin-top: 10px;
  }
  .flat35_packege_link_list li .flat35_packege_link_list_title .link a {
    padding: 8px 30px 8px 10px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    position: relative;
  }
  .flat35_packege_link_list li .flat35_packege_link_list_title .link a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left: 8px solid #fff;
  }
  .flat35_packege_link_list li.kiwami {
    border: 2px solid #f29600;
    background-color: #ffeca4;
  }
  .flat35_packege_link_list li.kiwami .flat35_packege_link_list_text .title {
    border-color: #f29600;
  }
  .flat35_packege_link_list li.kiwami .flat35_packege_link_list_text .title img {
    width: 90%;
  }
  .flat35_packege_link_list li.kiwami .flat35_packege_link_list_text .text img {
    width: 95%;
  }
  .flat35_packege_link_list li.kiwami .link a {
    background-color: #f29600;
  }
  .flat35_packege_link_list li.next {
    border: 2px solid #009fe8;
    background-color: #d3edfb;
  }
  .flat35_packege_link_list li.next .flat35_packege_link_list_text .title {
    border-color: #009fe8;
  }
  .flat35_packege_link_list li.next .flat35_packege_link_list_text .title img {
    width: 80%;
  }
  .flat35_packege_link_list li.next .flat35_packege_link_list_text .text img {
    width: 95%;
  }
  .flat35_packege_link_list li.next .link a {
    background-color: #009fe8;
  }
  .flat35_packege_link_list li.flat35 {
    border: 2px solid #00a63c;
    background-color: #d6e6ae;
  }
  .flat35_packege_link_list li.flat35 .flat35_packege_link_list_text .title {
    border-color: #00a63c;
  }
  .flat35_packege_link_list li.flat35 .flat35_packege_link_list_text .text img {
    width: 95%;
  }
  .flat35_packege_link_list li.flat35 .link a {
    background-color: #00a63c;
  }

  .flat35_newpackege_ctn .main_title {
    text-align: center;
    margin: 20px 0;
  }
  .flat35_newpackege_ctn .main_title img {
    width: 100%;
  }
  .flat35_newpackege_ctn .chart .chart_box {
    background-color: #fff;
  }
  .flat35_newpackege_ctn .chart .chart_box.blue {
    border: 20px solid #bae2f8;
  }
  .flat35_newpackege_ctn .chart .chart_box.blue .title {
    background-color: #bae2f8;
  }
  .flat35_newpackege_ctn .chart .chart_box.yellow {
    border: 20px solid #fff57f;
  }
  .flat35_newpackege_ctn .chart .chart_box.yellow .title {
    background-color: #fff57f;
  }
  .flat35_newpackege_ctn .chart .chart_img .pc_none {
    display: block;
  }
  .flat35_newpackege_ctn .chart .chart_box_text {
    margin-top: 10px;
    padding: 20px;
    background-color: #fff;
    height: 100%;
  }

  .restaurant_plan_header .restaurant_plan_title {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.6em;
    text-align: center;
    background-color: #ccedfa;
    padding: 25px;
    color: #0068b6;
    margin-bottom: 1.6em;
  }
  .restaurant_plan_header .fukidashi {
    margin-bottom: 10px;
  }
  .restaurant_plan_header .detail_text {
    margin-bottom: 20px;
  }

  .restaurant_plan_detail1 {
    display: grid;
    gap: 3%;
    margin-bottom: 1.6em;
    grid-template-columns: 1fr 0.75fr;
    margin-bottom: 100px;
  }
  .restaurant_plan_detail1 .title {
    margin-bottom: 5px;
  }
  .restaurant_plan_detail1 .title img {
    height: 50px;
  }
  .restaurant_plan_detail1 .restaurant1 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .restaurant_plan_detail1 .restaurant2 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .restaurant_plan_detail1 .restaurant3 {
    grid-column: 1/3;
    grid-row: 3/4;
  }
  .restaurant_plan_detail1 .restaurant4 {
    grid-column: 1/3;
    grid-row: 4/5;
  }
  .restaurant_plan_detail1 .restaurant4 .title {
    width: 78%;
  }
  .restaurant_plan_detail1 .restaurant5 {
    grid-column: 1/3;
    grid-row: 5/6;
  }
  .restaurant_plan_detail1 .restaurant6 {
    grid-column: 2/3;
    grid-row: 1/3;
  }

  .loan_list li {
    margin-bottom: 20px;
  }
  .loan_list li a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #000;
    height: 100%;
  }
  .loan_list li a:hover {
    opacity: 0.7;
    transition: 0.5s;
  }
  .loan_list li a .title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
  }
  .loan_list li a .detail_ctn {
    margin-top: 10px;
    position: relative;
    padding-bottom: 40px;
  }
  .loan_list li a .detail_ctn .text_ctn {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .loan_list 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 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 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 li a .detail_ctn .rate_ctn .rate_text {
    font-size: 12px;
  }
  .loan_list li a .detail_ctn .rate_ctn .rate_text2 {
    font-size: 13px;
  }
  .loan_list li a .detail_ctn .rate_ctn .rate_text2 .danshin_mark {
    background-color: #f36622;
    padding: 3px;
    color: #fff;
    margin-right: 10px;
  }
  .loan_list li a .detail_ctn .rate_ctn .rate {
    margin-top: 20px;
  }
  .loan_list 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;
  }
}
/*--=== / SP ONLY max-width: 960px ===-- */
/*--=== PC ONLY min-width: 961px ===-- / */
@media print, screen and (min-width: 961px) {
  .kiwami_title {
    border: 2px solid #f29600;
    background-color: #ffeca4;
  }
  .kiwami_title .recommend_box {
    border-bottom: 5px dotted #f29600;
  }
  .kiwami_title .recommend_text {
    background-color: #f29600;
  }
  .kiwami_title .recommend_title img {
    width: 50%;
  }
  .kiwami_title .financial_list li {
    border: 1px solid #f29600;
  }
  .kiwami_title .instruments_name:before {
    background-image: url("/images/c09.png");
  }

  .next_title {
    border: 2px solid #009fe8;
    background-color: #d3edfb;
  }
  .next_title .recommend_box {
    border-bottom: 5px dotted #009fe8;
  }
  .next_title .recommend_text {
    background-color: #009fe8;
  }
  .next_title .recommend_title img {
    width: 50%;
  }
  .next_title .financial_list li {
    border: 1px solid #009fe8;
  }
  .next_title .instruments_name:before {
    background-image: url("/images/c11.png");
  }

  .mcjhendou_title {
    border: 2px solid #ad732b;
    background-color: #fff5d7;
  }
  .mcjhendou_title .arrow_box:before {
    border-top: 50px solid #f2d3a0 !important;
  }
  .mcjhendou_title .recommend_box {
    border-bottom: 5px dotted #ad732b;
  }
  .mcjhendou_title .recommend_text {
    background-color: #ad732b;
  }
  .mcjhendou_title .recommend_title img {
    width: 100%;
  }
  .mcjhendou_title .financial_list li {
    border: 1px solid #ad732b;
  }
  .mcjhendou_title .instruments_name img {
    width: 50%;
  }
  .mcjhendou_title .instruments_name:before {
    background-image: url("/images/c09.png");
  }

  .maeraku_title {
    border: 2px solid #e95504;
    background-color: #fee4a7;
  }
  .maeraku_title .recommend_box {
    border-bottom: 5px dotted #e95504;
  }
  .maeraku_title .recommend_text {
    background-color: #e95504;
  }
  .maeraku_title .financial_list li {
    border: 1px solid #e95504;
  }
  .maeraku_title .instruments_name img {
    width: 65%;
  }
  .maeraku_title .instruments_name:before {
    background-image: url("/images/c11.png");
  }

  .flat35_title {
    border: 2px solid #00a63c;
    background-color: #d6e6ae;
  }
  .flat35_title .recommend_text {
    background-color: #00a63c;
  }
  .flat35_title .recommend_title {
    border-bottom: 5px dotted #00a63c;
  }
  .flat35_title .recommend_title img {
    width: 80%;
  }
  .flat35_title .instruments_name img {
    width: 85%;
  }
  .flat35_title .instruments_name:before {
    background-image: url("/images/c13.png");
  }
  .flat35_title .financial_list li {
    border: 1px solid #00a63c;
  }
  .flat35_title .flat35_tittle_02 {
    border-bottom: none;
  }
  .flat35_title .flat35_tittle_02 img {
    width: 75%;
  }
  .flat35_title .flat35_tittle_02 .recommend_text {
    background-color: #00a63c;
  }
  .flat35_title .flat35_tittle_02 .financial_list li {
    border: 1px solid #00a63c;
  }
  .flat35_title .flat35_tittle_02 .instruments_name img {
    width: 65%;
  }
  .flat35_title .flat35_tittle_02 .instruments_name:before {
    background-image: url("/images/c09.png");
  }

  .flat35_packege_title {
    border: 2px solid #b74c96;
    background-color: #dfdced;
  }
  .flat35_packege_title .recommend_box .products_explanation_box_title1 {
    display: flex;
    justify-content: space-between;
  }
  .flat35_packege_title .recommend_box .products_explanation_box_title1 li {
    width: 46%;
    padding-bottom: 5px;
    border-bottom: 5px dotted #b74c96;
    display: flex;
    align-items: flex-end;
  }
  .flat35_packege_title .recommend_text {
    background-color: #b74c96;
  }
  .flat35_packege_title .financial_list li {
    border: 1px solid #b74c96;
  }
  .flat35_packege_title .instruments_name img {
    width: 75%;
  }
  .flat35_packege_title .instruments_name:before {
    background-image: url("/images/c12.png");
    right: 0 !important;
    top: -30px !important;
    left: initial !important;
    bottom: initial !important;
  }
  .flat35_packege_title .products_explanation_box_link {
    display: flex;
    width: 75%;
    font-weight: bold;
    margin: 20px auto;
  }
  .flat35_packege_title .products_explanation_box_link .title {
    background-color: #355496;
    border: 1px solid #355496;
    padding: 10px;
    color: #fff;
  }
  .flat35_packege_title .products_explanation_box_link .text {
    background-color: #fff;
    border: 1px solid #355496;
    flex: 1;
    padding: 10px;
    text-align: center;
  }
  .flat35_packege_title .products_explanation_box_link .link {
    margin-left: 10px;
  }
  .flat35_packege_title .products_explanation_box_link .link a {
    background-color: #b74c96;
    padding: 10px 30px 10px 10px;
    color: #fff;
    display: block;
    text-decoration: none;
    position: relative;
  }
  .flat35_packege_title .products_explanation_box_link .link a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left: 8px solid #fff;
  }

  .omatome_title {
    border: 2px solid #00863c;
    background-color: #fffac6;
  }
  .omatome_title .recommend_box .products_explanation_box_title1 {
    display: flex;
    justify-content: space-between;
  }
  .omatome_title .recommend_box .products_explanation_box_title1 li {
    width: 46%;
    padding-bottom: 5px;
    border-bottom: 5px dotted #00863c;
    display: flex;
    align-items: flex-end;
  }
  .omatome_title .recommend_text {
    background-color: #00863c;
  }
  .omatome_title .financial_list li {
    border: 1px solid #00863c;
  }
  .omatome_title .instruments_name img {
    width: 75%;
  }
  .omatome_title .instruments_name:before {
    background-image: url("/images/c12.png");
    right: 0 !important;
    top: -30px !important;
    left: initial !important;
    bottom: initial !important;
  }
  .omatome_title .products_explanation_box_link {
    display: flex;
    width: 75%;
    font-weight: bold;
    margin: 20px auto;
  }
  .omatome_title .products_explanation_box_link .title {
    background-color: #355496;
    border: 1px solid #355496;
    padding: 10px;
    color: #fff;
  }
  .omatome_title .products_explanation_box_link .text {
    background-color: #fff;
    border: 1px solid #355496;
    flex: 1;
    padding: 10px;
    text-align: center;
  }
  .omatome_title .products_explanation_box_link .link {
    margin-left: 10px;
  }
  .omatome_title .products_explanation_box_link .link a {
    background-color: #b74c96;
    padding: 10px 30px 10px 10px;
    color: #fff;
    display: block;
    text-decoration: none;
    position: relative;
  }
  .omatome_title .products_explanation_box_link .link a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left: 8px solid #fff;
  }

  .danshin {
    background-color: #00968a;
    padding: 8px 30px;
    margin-right: 1rem;
    color: #fff;
  }

  .shinki_header_type1 {
    padding: 30px;
  }
  .shinki_header_type1 .recommend_text {
    display: inline-block;
    line-height: 1;
    padding: 8px;
    margin-bottom: 10px;
  }
  .shinki_header_type1 .recommend_text img {
    height: 28px;
    width: auto;
  }
  .shinki_header_type1 .recommend_title {
    margin-bottom: 10px;
    text-align: center;
  }
  .shinki_header_type1 .arrow_box {
    padding: 20px;
    position: relative;
    text-align: center;
  }
  .shinki_header_type1 .arrow_box img {
    position: relative;
    z-index: 100;
    height: 30px;
  }
  .shinki_header_type1 .arrow_box:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -25%);
    border: 50px solid transparent;
    border-top: 50px solid #fff;
  }
  .shinki_header_type1 .instruments_name {
    text-align: center;
    position: relative;
  }
  .shinki_header_type1 .instruments_name:before {
    content: "";
    width: 120px;
    height: 120px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .shinki_header_type1 .instruments_name img {
    max-width: calc(100% - 260px);
  }
  .shinki_header_type1 .financial_list {
    display: flex;
    margin-top: 30px;
  }
  .shinki_header_type1 .financial_list li {
    width: 50%;
    background-color: #fff;
    text-align: center;
    padding: 10px;
    font-weight: bold;
  }
  .shinki_header_type1 .financial_list li .title {
    font-size: 1.8rem;
  }
  .shinki_header_type1 .financial_list li:nth-child(1) {
    border-right: none;
  }

  .products_explanation_box1 {
    margin-top: 50px;
    background-color: #dfdced;
    border: 1px solid #b74c96;
    padding: 30px;
    position: relative;
  }
  .products_explanation_box1:after {
    content: "";
    width: 75px;
    height: 75px;
    background-image: url("/images/shinki/shinki_plus.png");
    background-size: contain;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .products_explanation_box1 .products_explanation_box_title1 {
    display: flex;
    justify-content: space-between;
  }
  .products_explanation_box1 .products_explanation_box_title1 li {
    width: 46%;
    padding-bottom: 5px;
    border-bottom: 5px dotted #b74c96;
  }
  .products_explanation_box1 .arrow_box {
    padding: 20px;
    position: relative;
    text-align: center;
  }
  .products_explanation_box1 .arrow_box img {
    position: relative;
    z-index: 100;
    height: 30px;
  }
  .products_explanation_box1 .arrow_box:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -25%);
    border: 50px solid transparent;
    border-top: 50px solid #fff;
  }
  .products_explanation_box1 > .title {
    display: flex;
    width: 80%;
    margin: 0 auto;
  }
  .products_explanation_box1 > .title .title1 {
    padding: 10px;
  }
  .products_explanation_box1 > .title .title2 {
    padding: 10px;
  }
  .products_explanation_box1 .products_explanation_box_link {
    display: flex;
    font-weight: bold;
    margin-top: 20px;
  }
  .products_explanation_box1 .products_explanation_box_link .title {
    background-color: #355496;
    border: 1px solid #355496;
    padding: 10px;
    color: #fff;
  }
  .products_explanation_box1 .products_explanation_box_link .text {
    background-color: #fff;
    border: 1px solid #355496;
    flex: 1;
    padding: 10px;
  }
  .products_explanation_box1 .products_explanation_box_link .link {
    margin-left: 10px;
  }
  .products_explanation_box1 .products_explanation_box_link .link a {
    background-color: #b74c96;
    padding: 10px 30px 10px 10px;
    color: #fff;
    display: block;
    text-decoration: none;
    position: relative;
  }
  .products_explanation_box1 .products_explanation_box_link .link a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left: 8px solid #fff;
  }

  .products_explanation_box2 {
    margin-top: 50px;
    background-color: #d6e6ae;
    border: 1px solid #00a63c;
    padding: 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .products_explanation_box2 .products_explanation_box_title2-1 {
    width: calc(55% - 50px);
  }
  .products_explanation_box2 .products_explanation_box_title2-1 li {
    padding-bottom: 5px;
    border-bottom: 5px dotted #00a63c;
    margin-bottom: 20px;
  }
  .products_explanation_box2 .products_explanation_box_title2-1:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    border-style: solid;
    border-width: 35px 0 35px 50px;
    border-color: transparent transparent transparent #ffffff;
  }
  .products_explanation_box2 .products_explanation_box_title2-2 {
    width: calc(45% - 50px);
  }
  .products_explanation_box2 .products_explanation_box_title2-2 .link {
    margin-top: 10px;
    text-align: right;
  }
  .products_explanation_box2 .products_explanation_box_title2-2 .link a {
    background-color: #00a63c;
    padding: 10px 30px 10px 10px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    position: relative;
  }
  .products_explanation_box2 .products_explanation_box_title2-2 .link a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left: 8px solid #fff;
  }

  .insurance_box {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #333;
  }
  .danshin_list li {
    display: inline-block;
    border-left: 10px solid #00a63c;
    font-size: 3rem;
    padding: 8px;
    font-weight: bold;
    margin-right: 3rem;
  }
  .danshin_list li span {
    font-size: 1.8rem;
  }

  .insurance_title {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 2.4rem;
  }
  .insurance_title span {
    font-size: 1.8rem;
  }

  .insurance_list {
    display: flex;
    justify-content: space-between;
  }
  .insurance_list li:nth-child(1) {
    width: 53.76%;
  }
  .insurance_list li:nth-child(2) {
    width: 40.7%;
  }

  .yellow_line {
    position: relative;
    z-index: 10;
  }
  .yellow_line:after {
    content: "";
    width: 100%;
    height: 10px;
    background-color: #fff000;
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: -1;
  }

  .maeraku_table tbody tr td:nth-child(2) {
    width: 40%;
  }
  .maeraku_table tbody tr td:nth-child(3) {
    width: 40%;
  }

  .flat35_image {
    padding-bottom: 25% !important;
    position: relative;
  }
  .flat35_image h4 {
    border: none !important;
    background-color: #0068b6 !important;
    color: #fff;
    margin: -25px 0 10px -25px !important;
    width: 10em;
  }
  .flat35_image .image {
    position: absolute;
    width: 80%;
    bottom: 10px;
    left: 10%;
  }

  .flat35_packege_link_list {
    margin-top: 110px;
    position: relative;
  }
  .flat35_packege_link_list:after {
    content: "";
    width: 75px;
    height: 75px;
    background-image: url("/images/shinki/shinki_plus.png");
    background-size: contain;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translate(-50%, -100%);
  }
  .flat35_packege_link_list li {
    display: flex;
    padding: 15px;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
  }
  .flat35_packege_link_list li:first-child:after {
    background-image: none;
  }
  .flat35_packege_link_list li:after {
    content: "";
    width: 75px;
    height: 75px;
    background-image: url("/images/shinki/shinki_or.png");
    background-size: contain;
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translate(-50%, -100%);
  }
  .flat35_packege_link_list li .flat35_packege_link_list_text {
    padding-right: 70px;
    width: 50%;
    position: relative;
  }
  .flat35_packege_link_list li .flat35_packege_link_list_text .title {
    border-bottom-width: 5px;
    border-bottom-style: dotted;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-align: center;
  }
  .flat35_packege_link_list li .flat35_packege_link_list_text .text {
    text-align: center;
  }
  .flat35_packege_link_list li .flat35_packege_link_list_text::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    content: "";
    display: inline-block;
    border-style: solid;
    border-width: 35px 0 35px 50px;
    border-color: transparent transparent transparent #ffffff;
  }
  .flat35_packege_link_list li .flat35_packege_link_list_title {
    width: 50%;
    padding-left: 20px;
    padding-top: 20px;
  }
  .flat35_packege_link_list li .flat35_packege_link_list_title .link {
    text-align: right;
    margin-top: 10px;
  }
  .flat35_packege_link_list li .flat35_packege_link_list_title .link a {
    padding: 8px 30px 8px 10px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    position: relative;
  }
  .flat35_packege_link_list li .flat35_packege_link_list_title .link a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left: 8px solid #fff;
  }
  .flat35_packege_link_list li.kiwami {
    border: 2px solid #f29600;
    background-color: #ffeca4;
  }
  .flat35_packege_link_list li.kiwami .flat35_packege_link_list_text .title {
    border-color: #f29600;
  }
  .flat35_packege_link_list li.kiwami .flat35_packege_link_list_text .title img {
    width: 90%;
  }
  .flat35_packege_link_list li.kiwami .flat35_packege_link_list_text .text img {
    width: 95%;
  }
  .flat35_packege_link_list li.kiwami .link a {
    background-color: #f29600;
  }
  .flat35_packege_link_list li.next {
    border: 2px solid #009fe8;
    background-color: #d3edfb;
  }
  .flat35_packege_link_list li.next .flat35_packege_link_list_text .title {
    border-color: #009fe8;
  }
  .flat35_packege_link_list li.next .flat35_packege_link_list_text .title img {
    width: 80%;
  }
  .flat35_packege_link_list li.next .flat35_packege_link_list_text .text img {
    width: 95%;
  }
  .flat35_packege_link_list li.next .link a {
    background-color: #009fe8;
  }
  .flat35_packege_link_list li.flat35 {
    border: 2px solid #00a63c;
    background-color: #d6e6ae;
  }
  .flat35_packege_link_list li.flat35 .flat35_packege_link_list_text .title {
    border-color: #00a63c;
  }
  .flat35_packege_link_list li.flat35 .flat35_packege_link_list_text .text img {
    width: 95%;
  }
  .flat35_packege_link_list li.flat35 .link a {
    background-color: #00a63c;
  }

  .flat35_newpackege_ctn .main_title {
    text-align: center;
    margin: 50px 0;
  }
  .flat35_newpackege_ctn .main_title img {
    width: 90%;
  }
  .flat35_newpackege_ctn .chart {
    display: flex;
    justify-content: space-between;
  }
  .flat35_newpackege_ctn .chart .chart_box {
    width: 40%;
    background-color: #fff;
  }
  .flat35_newpackege_ctn .chart .chart_box.blue {
    border: 20px solid #bae2f8;
  }
  .flat35_newpackege_ctn .chart .chart_box.blue .title {
    background-color: #bae2f8;
  }
  .flat35_newpackege_ctn .chart .chart_box.yellow {
    border: 20px solid #fff57f;
  }
  .flat35_newpackege_ctn .chart .chart_box.yellow .title {
    background-color: #fff57f;
  }
  .flat35_newpackege_ctn .chart .chart_img {
    transform: scale(1.05) translateY(30px);
  }
  .flat35_newpackege_ctn .chart .chart_box_text {
    margin-top: 10px;
    padding: 20px;
    background-color: #fff;
    height: 100%;
  }

  .restaurant_plan_header .restaurant_plan_title {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.6em;
    text-align: center;
    background-color: #ccedfa;
    padding: 25px;
    color: #0068b6;
    margin-bottom: 1.6em;
  }
  .restaurant_plan_header .fukidashi {
    margin-bottom: 10px;
  }
  .restaurant_plan_header .detail_text {
    margin-bottom: 20px;
  }

  .restaurant_plan_detail1 {
    display: grid;
    gap: 3%;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 1.6em;
  }
  .restaurant_plan_detail1 .title {
    margin-bottom: 10px;
  }
  .restaurant_plan_detail1 .restaurant1 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .restaurant_plan_detail1 .restaurant2 {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .restaurant_plan_detail1 .restaurant3 {
    grid-column: 3/4;
    grid-row: 1/2;
  }
  .restaurant_plan_detail1 .restaurant4 {
    grid-column: 1/3;
    grid-row: 2/3;
  }
  .restaurant_plan_detail1 .restaurant4 .title {
    width: 78%;
  }
  .restaurant_plan_detail1 .restaurant5 {
    grid-column: 1/3;
    grid-row: 3/4;
  }
  .restaurant_plan_detail1 .restaurant6 {
    grid-column: 3/4;
    grid-row: 2/4;
    padding: 40px;
  }

  .loan_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .loan_list li {
    width: 49%;
    margin-bottom: 20px;
  }
  .loan_list li a {
    display: block;
    padding: 20px;
    text-decoration: none;
    color: #000;
    height: 100%;
  }
  .loan_list li a:hover {
    opacity: 0.7;
    transition: 0.5s;
  }
  .loan_list li a .title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
  }
  .loan_list li a .deadline {
    font-size: 14px;
    margin: 10px 0;
  }
  .loan_list li a .old_text {
    background-color: #fff;
    padding: 10px;
  }
  .loan_list li a .detail_ctn {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
  }
  .loan_list li a .detail_ctn .text_ctn {
    width: 48%;
    font-size: 16px;
    position: relative;
    padding-bottom: 40px;
  }
  .loan_list 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 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 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 li a .detail_ctn .rate_ctn .rate_text {
    font-size: 12px;
  }
  .loan_list li a .detail_ctn .rate_ctn .rate_text2 {
    font-size: 13px;
  }
  .loan_list li a .detail_ctn .rate_ctn .rate_text2 .danshin_mark {
    background-color: #f36622;
    padding: 3px;
    color: #fff;
    margin-right: 10px;
  }
  .loan_list li a .detail_ctn .rate_ctn .rate {
    margin-top: 20px;
  }
  .loan_list 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;
  }
}
/*--=== / PC ONLY min-width: 961px ===-- */

/*# sourceMappingURL=shinki.css.map */
