@media screen and (max-width: 768px) {
    /*--------------------------------------------------
	body
--------------------------------------------------*/
    body {
        font-size: 14px;
    }

    .sp_only {
        display: block;
    }
    .pc_only {
        display: none;
    }

    /*--------------------------------------
 Main
---------------------------------------*/
    .sec {
        min-width: 100%;
        margin: auto;
        box-sizing: border-box;
    }

    .inner {
        max-width: 100%;
        margin: auto;
        box-sizing: border-box;
    }

    .actionUL {
        width: 80%;
        max-width: 500px;
    }

    /*--------------------------------------
 header
---------------------------------------*/
    .head_wrap {
        display: flex;
        align-items: center;
        max-width: 100%;
        margin: 0 auto 10px;
    }

    .head_wrap .logo {
        width: 18%;
    }

    .head_wrap h1 {
        margin-left: 10px;
        color: #000;
        font-size: 12px;
        font-weight: bold;
        line-height: 1.6;
    }

    /*--------------------------------------
　MV
---------------------------------------*/

    /*--------------------------------------
fixed_cta
---------------------------------------*/
    .fixed_cta {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.9);
        box-sizing: border-box;
        min-width: 100%;
        padding: 5px 5px;
        z-index: 999;
    }

    /*--------------------------------------
 CTA
---------------------------------------*/
    .cta {
        background: url("../images/webp/cta_bg.webp") center center no-repeat;
        background-size: cover;
        box-sizing: border-box;
        padding: 40px 0 30px;
        color: #fff;
    }

    .cta01 {
        padding: 40px 0 30px;
    }

    .cta_upper {
        padding: 0 0 40px;
        text-align: center;
        position: relative;
    }
    .cta_upper:after {
        display: none;
    }

    .cta_upper .cc {
        font-size: 24px;
        line-height: 1.4;
        text-shadow: rgba(5, 85, 145, 1) 0 0 6px;
    }

    .cta_upper .txt {
        margin: 15px 0 0;
        font-weight: bold;
    }

    .cta ul {
        display: block;
        position: relative;
    }

    .cta ul li {
        width: 100%;
        margin-top: -25px;
    }
    .cta ul li:nth-of-type(2) {
        background: none;
        width: 100%;
        height: auto;
    }

    .cta ul li img {
        width: 100%;
        height: auto;
    }
    .cta ul li a:hover img {
        opacity: 1;
    }
    .cta ul li a:hover {
        opacity: 1;
    }

    .cta .bottom_txt {
        padding: 0 15px;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
    }

    /*--------------------------------------
 title
---------------------------------------*/
    .main_ttl {
        background: #042776;
        box-sizing: border-box;
        padding: 15px 0;
        color: #fff;
        text-align: center;
        position: relative;
    }
    .main_ttl:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -15px;
        border: 15px solid transparent;
        border-top: 10px solid #042776;
    }

    .main_ttl .ttl {
        font-size: 20px;
        line-height: 1.5;
    }

    .main_ttl .sub {
        display: block;
        font-size: 14px;
    }

    .ttl_box01 {
        text-align: center;
    }

    .ttl_box01 .ttl {
        color: #042776;
        font-size: 14px;
        line-height: 1.5;
    }

    .ttl_box01 .ttl span {
        font-size: 20px;
    }

    .main_ttl_red {
        background: #db0000;
    }
    .main_ttl_red:after {
        border-top: 20px solid #db0000;
    }

    /*--------------------------------------
 text
---------------------------------------*/
    .txt {
        font-size: 14px;
        line-height: 1.6;
    }

    /*--------------------------------------
 parts01
---------------------------------------*/
    .parts01 .box {
        flex-wrap: wrap;
        margin: 0 0 30px;
    }
    .parts01 .box:last-child {
        margin: 0 0 0;
    }

    .parts01 .img_box {
        width: 100%;
    }
    .parts01 .box .img_box {
        order: 2 !important;
    }

    .parts01 .txt_box {
        width: 100%;
        margin: 20px 0;
    }
    .parts01 .box .txt_box {
        order: 1 !important;
    }

    .parts01 .ttl_wrap {
        display: flex;
        align-items: center;
    }

    .parts01 .icon {
        background: #c90f0f;
        width: 50px;
        height: 50px;
        box-sizing: border-box;
        margin-right: 10px;
        padding: 9px 0;
        color: #fff;
        font-size: 10px;
        font-weight: bold;
        text-align: center;
    }

    .parts01 .icon span {
        display: block;
        margin: 3px 0 0;
        font-size: 23px;
        /*
        font-family: "Roboto", sans-serif;
        */
        font-family: "local Roboto", sans-serif;
    }

    .parts01 .box_ttl {
        width: 80%;
        font-size: 20px;
        line-height: 1.4;
    }

    .parts01 .box_ttl span {
        font-size: 20px;
    }

    .parts01 .txt {
        margin: 10px 0 0;
        line-height: 1.8;
    }

    .parts01 .txt .marker {
        padding: 0 0 3px;
        font-weight: bold;
        background: linear-gradient(transparent 70%, #fff360 0%);
    }

    /*--------------------------------------
 sec01
---------------------------------------*/
    .sec01_upper .upper_img img {
        height: 175px;
        object-fit: cover;
    }

    .sec01 .cc {
        background: #fff;
        max-width: 95%;
        margin: -20px auto 0;
        padding: 15px 0;
        color: #042776;
        font-size: 18px;
        text-align: center;
        border-radius: 10px;
        box-shadow: 0px 1px 20px 0px rgba(4, 39, 118, 0.1);
        position: relative;
    }

    .sec01_wrap {
        background: rgba(6, 123, 210, 0.1);
        box-sizing: border-box;
        margin-top: -30px;
        padding: 50px 15px 50px;
    }

    .sec01_block {
        margin: 40px 0 0;
    }

    /*--------------------------------------
 sec02
---------------------------------------*/
    .sec02_wrap {
        background: url("../images/webp/bg_check.webp") 0 0 repeat;
        background-size: 680px auto;
        box-sizing: border-box;
        padding: 40px 15px 50px;
    }

    .sec02_block02 {
        margin: 50px 0 0;
    }

    .sec02_block02 .support_ttl {
        color: #042776;
        font-size: 20px;
        text-align: center;
        line-height: 1.3;
    }

    .sec02_block02 .support_ttl .spn01 {
        display: block;
        padding: 0 30px;
        position: relative;
    }
    .sec02_block02 .support_ttl .spn01:before,
    .sec02_block02 .support_ttl .spn01:after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 50%;
        width: 45px;
        height: 2px;
        background: #042776;
    }
    .sec02_block02 .support_ttl .spn01:before {
        left: 0;
        -moz-transform: rotate(50deg);
        -webkit-transform: rotate(50deg);
        -ms-transform: rotate(50deg);
        transform: rotate(50deg);
    }
    .sec02_block02 .support_ttl .spn01:after {
        right: 0;
        -moz-transform: rotate(-50deg);
        -webkit-transform: rotate(-50deg);
        -ms-transform: rotate(-50deg);
        transform: rotate(-50deg);
    }

    .sec02_block02 .support_ttl .spn02 {
        font-size: 20px;
    }

    .support_table {
        width: 100%;
        box-sizing: border-box;
        margin: 30px 0 0;
    }

    .support_table th {
        box-sizing: border-box;
    }

    .support_table td {
        box-sizing: border-box;
        text-align: center;
    }

    .support_table thead th {
        padding: 10px 10px;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        line-height: 1.4;
        border-radius: 10px 10px 0 0;
    }
    .support_table thead th:nth-of-type(2) {
        background: #848fa3;
    }
    .support_table thead th:nth-of-type(3) {
        background: #c90f0f;
    }

    .support_table tbody th {
        background: #042776;
        width: 25%;
        padding: 10px 6px;
        color: #fff;
        font-size: 10px;
        line-height: 1.4;
        border-bottom: 1px solid #fff;
    }

    .support_table tbody td {
        width: 37.5%;
        padding: 10px 6px;
        font-size: 12px;
        line-height: 1.8;
    }
    .support_table tbody td:nth-of-type(1) {
        background: #eff1f4;
        border-bottom: 1px solid #959595;
    }
    .support_table tbody td:nth-of-type(2) {
        background: #fffafa;
        font-weight: bold;
        line-height: 1.4;
        border-bottom: 1px solid #d84242;
    }

    .support_table tbody td span {
        font-weight: bold;
    }

    .sec02_block02 .bottom_area {
        margin: 20px 0 0;
        text-align: center;
    }
    .sec02_block02 .bottom_area .area01 {
        color: #042776;
        font-size: 20px;
        line-height: 1.3;
        position: relative;
    }
    .sec02_block02 .bottom_area .area01:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -30px;
        margin-top: 15px;
        border: 30px solid transparent;
        border-top: 20px solid #042776;
    }

    .sec02_block02 .bottom_area .area02 {
        background: #042776;
        box-sizing: border-box;
        max-width: 100%;
        margin: 50px auto 0;
        padding: 15px 20px;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.5;
        border-radius: 10px;
    }

    .sec02_block02 .bottom_area .area02 span {
        font-weight: bold;
    }

    .f14 {
        font-size: 12px;
    }
    .f18 {
        font-size: 12px;
    }
    .f20 {
        font-size: 12px;
    }
    .f24_01 {
        font-size: 22px;
    }
    .f24_02 {
        font-size: 16px;
    }
    .f40 {
        font-size: 22px;
    }
    .f48 {
        font-size: 32px;
    }

    /*--------------------------------------
 sec03
---------------------------------------*/
    .sec03_wrap {
        background: #fff;
        padding: 40px 15px 50px;
    }

    .sec03_block .box_ttl {
        font-size: 20px;
    }

    /*--------------------------------------
sec04
---------------------------------------*/
    .sec04_wrap {
        background: rgba(6, 123, 210, 0.1);
        box-sizing: border-box;
        padding: 40px 15px 50px;
    }

    .sec04_block {
        display: block;
        justify-content: space-between;
        margin: 40px 0 0;
    }

    .sec04_block .box {
        background: #fff;
        width: 100%;
        margin: 0 0 20px;
        box-sizing: border-box;
        border-radius: 10px;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    }
    .sec04_block .box:last-child {
        margin: 0 0 0;
    }

    .sec04_block .img_box img {
        border-radius: 10px 10px 0 0;
    }

    .sec04_block .txt_box {
        box-sizing: border-box;
        padding: 20px 20px 30px;
    }

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

    .sec04_block .ttl_wrap .sub {
        background: #c90f0f;
        padding: 8px 8px;
        color: #fff;
        font-size: 14px;
    }

    .sec04_block .box_ttl {
        margin: 10px 0 0;
        font-size: 20px;
        line-height: 1.4;
    }

    .sec04_block .txt {
        margin: 15px 0 0;
    }

    /*--------------------------------------
 sec05
---------------------------------------*/
    .sec05_wrap {
        background: #fff;
        padding: 40px 15px 50px;
    }

    .sec05_block {
        margin: 70px 0 0;
    }

    .sec05_block .box {
        display: block;
        justify-content: space-between;
        background: #e5f1fb;
        margin: 0 0 60px;
        border-radius: 10px;
    }
    .sec05_block .box:last-child {
        margin: 0 0 0;
    }

    .sec05_block .img_box {
        width: 100%;
        text-align: center;
        position: relative;
        top: -40px;
    }

    .sec05_block .img_box img {
        width: 25%;
    }

    .sec05_block .name {
        margin: 10px 0 0;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        line-height: 1.4;
    }

    .sec05_block .txt_box {
        background: none;
        width: 100%;
        margin-top: -40px;
        box-sizing: border-box;
        padding: 20px 20px 30px;
        border-radius: 10px;
        position: relative;
    }
    .sec05_block .txt_box:after {
        display: none;
    }

    .sec05_block .box_ttl {
        color: #042776;
        font-size: 20px;
        line-height: 1.4;
    }

    .sec05_block .txt {
        margin: 15px 0 0;
        line-height: 1.6;
    }

    /*--------------------------------------
 sec06
---------------------------------------*/
    .sec06_wrap {
        background: rgba(6, 123, 210, 0.1);
        box-sizing: border-box;
        padding: 40px 15px 50px;
    }

    .sec06_wrap .lead {
        margin: 15px 0 0;
        font-size: 14px;
        text-align: left;
        line-height: 1.6;
    }

    .sec06_block {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 40px 0 0;
    }

    .sec06_block .box {
        background: #fff;
        width: calc(50% - 16px);
        box-sizing: border-box;
        margin: 0 0 20px;
        border-radius: 10px;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
        position: relative;
    }
    .sec06_block .box:before,
    .sec06_block .box:after {
        content: "";
        position: absolute;
        left: 100%;
        background: url("../images/flow_arrow.png") right center no-repeat;
        background-size: 100% auto;
        width: 32px;
        height: 27px;
    }
    .sec06_block .box:before {
        top: 50%;
        margin-top: -13px;
    }
    .sec06_block .box:after {
        top: 100%;
        margin-top: 5px;
        transform: rotate(135deg);
    }
    .sec06_block .box:nth-child(even):before,
    .sec06_block .box:nth-child(even):after {
        display: none;
    }
    .sec06_block .box:nth-child(5):after {
        display: none;
    }

    .sec06_block .img_box img {
        border-radius: 10px 10px 0 0;
    }

    .sec06_block .icon {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #c90f0f;
        width: 40px;
        height: 40px;
        margin: -20px auto 0;
        box-sizing: border-box;
        border-radius: 50%;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        /*
        font-family: "Roboto", sans-serif;
        */
        font-family: "local Roboto", sans-serif;
        position: relative;
        z-index: 1;
    }

    .sec06_block .txt_box {
        box-sizing: border-box;
        padding: 10px 10px 30px;
    }

    .sec06_block .box_ttl {
        font-size: 16px;
        text-align: center;
        line-height: 1.4;
    }

    .sec06_block .txt {
        margin: 10px 0 0;
    }

    /*--------------------------------------
 sec07
---------------------------------------*/
    .sec07 {
        background: #f4f4f4;
        padding: 0 0 50px;
    }

    .sec07 .txt {
        margin: 15px 0 0;
    }

    .sec07_block01 {
        margin: 40px 0 0;
        padding: 0 15px;
    }

    .sec07_block01 .name {
        margin: 15px 0 0;
        font-size: 16px;
        font-weight: bold;
    }

    .info_table {
        width: 100%;
        box-sizing: border-box;
        margin: 30px 0 0;
        font-size: 12px;
    }

    .info_table tr {
        border-bottom: 1px solid #ddd;
    }
    .info_table tr:first-child {
        border-top: 1px solid #ddd;
    }

    .info_table th {
        width: 30%;
        box-sizing: border-box;
        padding: 15px 5px;
        font-weight: bold;
    }

    .info_table td {
        box-sizing: border-box;
        padding: 15px 10px;
    }

    .sec07_block02 {
        margin: 40px 0 0;
        padding: 0 15px;
    }

    .sec07_block02 .img_box {
        margin: 20px 0 0;
    }

    .sec07_block03 {
        margin: 40px 0 0;
        padding: 0 15px;
    }

    .sec07_block03 .map {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: calc(100% * 498 / 960);
        margin: 20px 0 0;
    }
    .sec07_block03 .map iframe {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 4px solid #fff;
    }

    .sec07 .ttl_box01 .ttl {
        font-size: 20px;
    }

    /*--------------------------------------
sec_campain
---------------------------------------*/
    .sec_campain_wrap {
        background: rgba(210, 139, 6, 0.1);
        box-sizing: border-box;
        padding: 40px 15px 50px;
    }
    .sec_campain .main_ttl {
        background: #ff9c00;
    }
    .sec_campain .main_ttl:after {
        border-top: 10px solid #ff9c00;
    }
    .sec_campain .sec04_block {
        margin-top: 0;
    }
    .sec_campain .ttl_wrap .sub {
        background: #042776;
        font-weight: 600;
        border-radius: 20px;
    }

    /*--------------------------------------
　footer
---------------------------------------*/
    footer {
        background: #042776;
        box-sizing: border-box;
        padding: 20px 0 28%;
        color: #fff;
        text-align: center;
    }

    footer .copy {
        font-size: 10px;
    }

    /*--------------------------------------
　add Css 2023/4/14
---------------------------------------*/

    .addUlBox ul li {
        width: 100% !important;
    }
}

/*--------------------------------------
　add Css 2023/6/18
---------------------------------------*/

@media screen and (max-width: 1000px) {
    .jissekiSec {
        padding: 2em 0 3em;
    }

    .jissekiSec .jissekiSec_inr .ttl_box01 {
        margin-bottom: 2em;
    }

    #jissekiUL {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: center;
        gap: 15px 0px;
    }
    #jissekiUL li.jissekiLI {
        padding: 10px;
        width: 100%;
    }
    #jissekiUL li.jissekiLI .jissekiIMG {
        margin-bottom: 10px;
    }

    #jissekiUL li.jissekiLI .jissekiTitle .pcInline{
        display: none;
    }

    .jissekiMoney {
        margin: 0 auto 20px;
    }

    .jissekiItem_ul li .txt_1 {
    }

    .jissekiItem_ul li .txt_2 {
    }

    .jissekiDesc {
        margin-bottom: 10px;
    }

    /*--------------------------------------
    　add Css 2023/11/24
    ---------------------------------------*/
    .simulator_link{
      right: 10px;
      bottom: 120px;
      width: 35%;
      max-width: 450px;
    }

}