@charset "UTF-8";
/*--------------------------------------------------
  body
--------------------------------------------------*/
html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
}

body {
    color: #1d252c;
    font-size: 16px;
    /*
    font-family: "Noto Sans JP", sans-serif;
    */
    font-family: "local Noto Sans JP", sans-serif;
}

a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: #1d252c;
}
a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
}

img {
    width: 100%;
}

body,
html {
    /* important */
    height: 100%;
}

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

.cf:after {
    content: "";
    clear: both;
    display: block;
}

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

.inner {
    max-width: 960px;
    margin: auto;
    box-sizing: border-box;
}

.f01 {
    /*
    font-family: "Roboto", sans-serif;
    */
    font-family: "local Roboto", sans-serif;
    letter-spacing: -0.01em;
}

.actionUL {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.actionUL li {
    width: 100%;
}

.actionUL li a {
    width: 100%;
    display: block;
    transform-origin: center center;
    transform: scale(0.95);
    animation: actionUL_link 1.5s ease 0s infinite;
}
@keyframes actionUL_link {
    0% {
        transform: scale(0.95);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.95);
    }
}

.actionUL li a img {
    width: 100%;
    height: auto;
}

.red {
    color: #db0000 !important;
}

/*--------------------------------------
　header
---------------------------------------*/
.head_wrap {
    display: flex;
    align-items: center;
    max-width: 960px;
    margin: auto;
    position: absolute;
    top: 10px;
    left: 10px;
}

.head_wrap .logo {
    width: 143px;
}

.head_wrap h1 {
    margin-left: 30px;
    color: #000;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
}

/*--------------------------------------
　MV
---------------------------------------*/
.mv {
    background: #fbf7f3;
    box-sizing: border-box;
    width: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
}
.mv .mvInner {
    margin: 0 auto;
    max-width: 1300px;
    position: relative;
}

.reMV_ok {
    background: #a20d00;
}
@media screen and (max-width: 1001px) {
    .reMV_ok {
        display: none !important;
    }
}

.reMV_ok img {
    display: block;
    margin: 0 auto;
    width: 90%;
    max-width: 800px;
}

/*--------------------------------------
　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: 960px;
    z-index: 999;
}
.fixed_cta .fixed_ctaUL {
    margin: 0 auto;
    width: 60%;
    max-width: 300px;
}
.fixed_cta .fixed_ctaUL li a {
    display: block;
    width: 100%;
    padding: 15px 0;
}

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

.cta01 {
    padding: 65px 0;
}

.cta_upper {
    padding: 0 0 60px;
    position: relative;
}
.cta_upper:after {
    content: "";
    position: absolute;
    top: -40px;
    right: 0;
    background: url("../images/webp/cta_img01.webp") right 0 no-repeat;
    background-size: 100% auto;
    box-sizing: border-box;
    width: 413px;
    height: 360px;
    z-index: 0;
}

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

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

.cta ul {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.cta ul li {
    width: 50%;
    margin: 0 auto;
}

.cta ul li:nth-of-type(2) {
    background: url("../images/btn_mail_on.png") no-repeat;
    background-size: 100% auto;
    width: 514px;
    height: 190px;
}

.cta ul li img {
}
.cta ul li a:hover img {
    opacity: 1;
}
.cta ul li a:hover {
    opacity: 0.8;
}

.cta .bottom_txt {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.8;
}

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

.main_ttl .ttl {
    font-size: 48px;
    font-weight: 900;
    line-height: 1.5;
}

.main_ttl .sub {
    display: block;
    font-size: 32px;
    font-weight: 900;
}

.main_ttl .sub span {
    font-weight: 900;
}

.ttl_box01 {
    text-align: center;
}

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

.ttl_box01 .ttl span {
    font-size: 40px;
    font-weight: 900;
}

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

/*--------------------------------------
　text
---------------------------------------*/
.txt {
    font-size: 18px;
    line-height: 1.8;
}

/*--------------------------------------
　color
---------------------------------------*/
.cl01 {
    color: #fff360;
}
.cl02 {
    color: #c90f0f;
}

/*--------------------------------------
　parts01
---------------------------------------*/
.parts01 .box {
    display: flex;
    justify-content: space-between;
    margin: 0 0 80px;
}
.parts01 .box:last-child {
    margin: 0 0 0;
}

.parts01 .img_box {
    width: 40%;
}
.parts01 .box:nth-child(even) .img_box {
    order: 2;
}

.parts01 .txt_box {
    width: calc(60% - 40px);
}
.parts01 .box:nth-child(even) .txt_box {
    order: 1;
}

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

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

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

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

.parts01 .box_ttl span {
    font-size: 32px;
    font-weight: 900;
}

.parts01 .txt {
    margin: 20px 0 0;
    line-height: 2;
}

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

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

.sec01 .cc {
    background: #fff;
    max-width: 960px;
    margin: -40px auto 0;
    padding: 25px 0;
    color: #042776;
    font-size: 32px;
    font-weight: 900;
    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: -50px;
    padding: 100px 0 120px;
}

.sec01_block {
    margin: 80px 0 0;
}

/*--------------------------------------
　sec02
---------------------------------------*/
.sec02_wrap {
    background: url("../images/webp/bg_check.webp") 0 0 repeat;
    background-size: 1360px auto;
    box-sizing: border-box;
    padding: 80px 0 120px;
}

.sec02_block01 {
    overflow: hidden;
    border-radius: 15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
}

.sec02_block01 .sec02_block01_title {
    background: #000;
    color: #fff !important;
    padding: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.5;
    cursor: pointer !important;
    position: relative;
    font-size: 1.3em;
}

.sec02_block01 .sec02_block01_title .btnI {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 30px;
    height: 30px;
    display: block;
    transform: translateY(-50%);
}

.sec02_block01 .sec02_block01_title .btnI i {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center center;
    transition: all 0.5s;
}
.sec02_block01 .sec02_block01_title .btnI i:nth-child(1) {
}
.sec02_block01 .sec02_block01_title .btnI i:nth-child(2) {
    transform: translate(-50%, -50%) rotate(90deg);
}

.sec02_block01 .sec02_block01_title.open .btnI i:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg);
}
.sec02_block01 .sec02_block01_title.open .btnI i:nth-child(2) {
    transform: translate(-50%, -50%) rotate(135deg);
}

.sec02_block01 .sec02_block01_title:hover {
    color: #edef34 !important;
}

.sec02_block01 .sec02_block01_title:hover .btnI i {
    background-color: #edef34 !important;
}

.sec02_block01 .sec02_block01_txt {
    background: #333333;
    padding: 20px;
    display: none;
}

.sec02_block01 .sec02_block01_txt .cautionTitle {
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.8em;
    color: #da0000;
    font-weight: bold;
}
.sec02_block01 .sec02_block01_txt .cautionTitle img {
    width: 45px;
    margin-bottom: 10px;
}

.sec02_block01 .sec02_block01_txt .cautionUL {
}

.sec02_block01 .sec02_block01_txt .cautionUL li {
    color: #da0000;
    border-bottom: 1px solid #adadad;
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-left: 1em;
    text-indent: -1em;
    font-size: 1.2em;
    line-height: 1.7;
}
.sec02_block01 .sec02_block01_txt .cautionUL li:last-child {
    border-bottom: none !important;
}

.sec02_block01 .sec02_block01_txt .cautionUL li .yellow {
    color: #edef34 !important;
}

.sec02_block02 {
    margin: 100px 0 0;
}

.sec02_block02 .support_ttl {
    color: #042776;
    font-size: 40px;
    font-weight: 900;
    text-align: center;
}
.sec02_block02 .support_ttl span {
    font-weight: 900;
}

.sec02_block02 .support_ttl .spn01 {
    display: inline-block;
    padding: 0 80px;
    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: 3px;
    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: 32px;
}

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

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

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

.support_table thead th {
    padding: 35px 0;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    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: 20px 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    border-bottom: 1px solid #fff;
}

.support_table tbody td {
    width: 37.5%;
    padding: 20px 15px;
    font-size: 16px;
    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: 30px 0 0;
    text-align: center;
}
.sec02_block02 .bottom_area .area01 {
    color: #042776;
    font-size: 32px;
    font-weight: 900;
    line-height: 1.5;
    position: relative;
}
.sec02_block02 .bottom_area .area01:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -30px;
    margin-top: 20px;
    border: 30px solid transparent;
    border-top: 20px solid #042776;
}
.sec02_block02 .bottom_area .area01 span {
    font-weight: 900;
}

.sec02_block02 .bottom_area .area02 {
    background: #042776;
    box-sizing: border-box;
    max-width: 800px;
    margin: 60px auto 0;
    padding: 25px 20px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    border-radius: 10px;
}

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

.f14 {
    font-size: 14px;
}
.f18 {
    font-size: 18px;
}
.f20 {
    font-size: 20px;
}
.f24_01 {
    font-size: 24px;
}
.f24_02 {
    font-size: 24px;
}
.f40 {
    font-size: 40px;
}
.f48 {
    font-size: 48px;
}

/*--------------------------------------
　sec03
---------------------------------------*/
.sec03_wrap {
    background: #fff;
    padding: 80px 0 120px;
}

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

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

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

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

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

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

.sec04_block .ttl_wrap .sub {
    background: #c90f0f;
    padding: 10px 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
}

.sec04_block .box_ttl {
    margin: 15px 0 0;
    font-size: 32px;
    font-weight: 900;
    line-height: 1.4;
}

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

.sec04_block .slick-dots {
    padding-top: 15px;
    text-align: center;
}

.sec04_block .slick-dots li {
    position: static;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #5676bc;
    border-radius: 100px;
    overflow: hidden;
    cursor: pointer !important;
    margin: 0 5px;
}
.sec04_block .slick-dots li.slick-active {
    background: #042776;
}

.sec04_block .slick-dots li button {
    opacity: 0 !important;
}

/*--------------------------------------
　sec05
---------------------------------------*/
.sec05_wrap {
    background: #fff;
    padding: 80px 0 120px;
}

.sec05_block {
    margin: 80px 0 0;
}

.sec05_block .box {
    display: flex;
    justify-content: space-between;
    margin: 0 0 80px;
}
.sec05_block .box:last-child {
    margin: 0 0 0;
}

.sec05_block .img_box {
    width: 10%;
}

.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: #e5f1fb;
    width: calc(90% - 35px);
    box-sizing: border-box;
    padding: 30px 40px 40px;
    border-radius: 10px;
    position: relative;
}
.sec05_block .txt_box:after {
    content: "";
    position: absolute;
    top: 50px;
    right: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 22px 20px 0;
    border-color: transparent #e5f1fb transparent transparent;
}

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

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

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

.sec06_wrap .lead {
    margin: 30px 0 0;
    font-size: 18px;
    text-align: center;
    line-height: 1.8;
}

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

.sec06_block .box {
    background: #fff;
    width: calc(50% - 16px);
    box-sizing: border-box;
    margin: 0 0 40px;
    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: 64px;
    height: 64px;
    margin: -45px auto 0;
    box-sizing: border-box;
    border-radius: 50%;
    color: #fff;
    font-size: 32px;
    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: 20px 30px 40px;
}

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

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

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

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

.sec07_block01 {
    margin: 80px 0 0;
}

.sec07_block01 .name {
    margin: 30px 0 0;
    font-size: 24px;
    font-weight: bold;
}

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

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

.info_table th {
    width: 20%;
    box-sizing: border-box;
    padding: 25px 20px;
    font-weight: bold;
}

.info_table td {
    box-sizing: border-box;
    padding: 25px 20px;
}

.sec07_block02 {
    margin: 80px 0 0;
}

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

.sec07_block03 {
    margin: 80px 0 0;
}

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

/*--------------------------------------
　sec_campain
---------------------------------------*/
.sec_campain_wrap {
    background: rgba(210, 139, 6, 0.1);
    box-sizing: border-box;
    padding: 80px 0 120px;
}
.sec_campain .main_ttl {
    background: #ff9c00;
}
.sec_campain .main_ttl:after {
    border-top: 20px solid #ff9c00;
}
.sec_campain .main_ttl .ttl {
    text-shadow: 0px 3px 6px #ef8305;
}
.sec_campain .sec04_block {
    margin-top: 0;
}
.sec_campain .ttl_wrap .sub {
    background: #042776;
    font-weight: 600;
    border-radius: 20px;
}

/*--------------------------------------
　contactSec
---------------------------------------*/

#contactSec .junbi {
    text-align: center;
    font-weight: bold !important;
    font-size: 1.4em;
    padding: 40px 5% 30px;
    background: #ffe9ea;
    line-height: 1.7;
}
#contactSec .junbi span {
    font-weight: bold !important;
}

#contactSec .kibo {
    line-height: 1.6;
    text-align: center;
    font-weight: bold !important;
    font-size: 1.2em;
    margin-bottom: 40px;
}
#contactSec .kibo .bigTxt {
    font-weight: bold !important;
    font-size: 1.6em;
}

#contactArea .contactArea_inr {
    padding: 50px 0;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    max-width: 1000px;
}

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

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

/*--------------------------------------
　add Css 2023/4/14
---------------------------------------*/
.addUlBox {
    max-width: 90%;
    margin: 0 auto;
}
.addUlBox ul {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    gap: 10px 10px;
}

.addUlBox ul li {
    width: calc(50% - 15px) !important;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #fff !important;
    border: 3px solid #042776;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 0 !important;
    height: auto !important;
}
.addUlBox ul li .inr {
    padding: 20px;
    color: #042776;
    font-weight: bold;
    height: auto !important;
    line-height: 1.6em;
}

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

.jissekiSec {
    padding: 3em 0 5em;
}

.jissekiSec * {
    box-sizing: border-box !important;
}

.jissekiSec .jissekiSec_inr {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.jissekiSec .jissekiSec_inr .ttl_box01 {
    margin-bottom: 3em;
}
.jissekiSec .jissekiSec_inr .ttl_box01 * {
    color: #a20d00;
}

#jissekiUL {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: 20px 20px;
}
#jissekiUL li.jissekiLI {
    border: #a20d00 2px solid;
    border-radius: 10px;
    padding: 15px;
    width: calc(50% - 20px);
}
#jissekiUL li.jissekiLI .jissekiIMG {
    margin-bottom: 15px;
}
#jissekiUL li.jissekiLI .jissekiTitle {
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
    font-size: 2.4rem;
    line-height: 1.2em;
}
#jissekiUL li.jissekiLI .jissekiTitle .subTitle {
    font-weight: normal;
    letter-spacing: 0em;
    font-size: 70%;
}

.jissekiMoney {
    text-align: center;
    width: 100%;
    margin: 0 auto 20px;
}

.jissekiMoney dt {
    border-radius: 5px 0 0 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #000;
    border-right: none !important;
    width: 40%;
    font-weight: bold;
    padding: 15px 5px;
}
.jissekiMoney dd {
    position: relative;
    overflow: hidden;
    color: #fff;
    border-radius: 0 5px 5px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #a20d00;
    border: 1px solid #a20d00;
    border-left: 1px solid #fff;
    width: 60%;
    font-weight: bold;
    padding: 15px 5px;
}
.jissekiMoney dd .arrowWhite {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 100%;
    width: auto;
}
.jissekiMoney .moneyNum {
    font-weight: bold;
}

.jissekiItem_ul {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: 4px;
    margin-bottom: 20px;
}

.jissekiItem_ul li {
    background: #ececec;
    width: calc(50% - 4px);
    border-radius: 5px;
    padding: 15px 5px;
}

.jissekiItem_ul li .txt_1 {
    text-align: center;
    font-weight: bold;
    width: 100%;
    margin-bottom: 0.5em;
}

.jissekiItem_ul li .txt_2 {
    color: #a20d00;
    text-align: center;
    width: 100%;
}
.jissekiItem_ul li .txt_2 .mini {
    font-size: 75%;
}
.jissekiItem_ul li .txt_2 .kakoi{
    display: inline-block;
    color:#fff;
    background: #a20d00;
    border-radius: 3px;
    padding: 0.25em 0.3em;
    font-size: 85%;
}
.cautionTxt{
    margin-top: 0.5em;
    color: #454545;
    text-align: center;
    font-size: 75%;
}

.jissekiDesc {
    line-height: 1.7;
    margin-bottom: 0;
}
/*--------------------------------------
　add Css 2023/11/24
---------------------------------------*/
.simulator_link{
  position: fixed;
  right: 20px;
  bottom: 140px;
  z-index:2;
  width: 200px;
}
.simulator_link a{
  display: block;
}
.simulator_link a img{
  width: 100%;
  display: block;
}