
/* 2408追加 */


/* download */

#download{
    padding: 20px 0 ;	
    }
    .dltitle{    background: #f1f1f1;
        width: 100%;
        padding: 10px;
        color: #1d314d;
        font-size: 17px;
text-align:center;}
    
    #select{margin-bottom: 60px;}
    .mr20{margin-right: 30px;}
    .tblue{color:rgb(18, 57, 141);
        background: rgb(238, 243, 245);
        padding: 10px 0;
    }
    
    .form-title{
        background: #4a4c55;
        color:#fff;
    /* width: 90%; */
    margin: auto;
    padding: 5px 10px;
    }
    .form-title span{ background: #fff;
    padding: 3px 10px;
    color:#ca0505;
    font-weight: 700;
    border-radius: 3px;
    margin-right: 20px;
    margin-left: -20px;
}

    .tblue_sub{
        color:#ca0505;
        font-size: 19px!important;
        margin-bottom: 5px;
        font-weight:900;
    }
    .dl_hero {    padding-top: 20px;
        padding-bottom: 20px;
        background: #eeeff4;
        color: #3b4047;
        font-weight:700;
    }
    .dl_hero h1{font-size: 20px;}
    
    .selectbox{justify-content: center;
    display: flex;}
    
    .selectbox h3{font-size: 27px;
        font-weight:800;
        /* color: #000; */
    }
    
    .selectbox p{font-size: 14px;
        font-weight:500;
        /* color: #000; */
    }
    
    .selectbox img{
        width: 50%;
        /* border: 1px solid rgb(224, 224, 224); */
        box-shadow: 3px 3px 6px 1px rgb(201 204 207 / 80%);
    }
    
    
    .dl_formbox{background-color: #f1f1f4;}
    
    .catalog_info{
    margin-top: 20px;	
    padding-top: 20px;
        border-top:1px solid gray ;}
    
        .catalog_info li{line-height: 28px;}
        .catalog_info li:nth-child(1){font-size: 20px;
        font-weight:600}
    
    
    /*form_box2  */
    .form_box2{display: flex;
        flex-flow: column;
        justify-content: center;
        /* background: #fff; */
        /* border: 1px solid #ccc; */
        padding: 20px 40px 40px 40px;
        margin: 0 auto;}
    
    .form_box2 table{background: none;}	
    
    .form_box2 tr{display: grid;}
    
    .form_box2 h4 {
        text-align: center;
        line-height: 1.5;
        margin: 0 0 10px;
    }
    
    .form_box2 h4+div {
        color: #ff0000;
        text-align: center;
        margin: 0 0 30px;
    }
    
    .form_box2 a {
        color: #296fb2;
        transition: 0.3s;
    }
    
    .form_box2 a:hover {
        opacity: 0.3;
    }
    
    .form_box2 table {
        margin: 0 0 10px;
    }
    
    .form_box2 table tr th{
        width: auto;
        text-align: left;
        font-weight: normal;
        border: none;
        padding: 5px 0 10px;
    }
    
    .form_box2 table tr td {
        width: auto;
        text-align: left;
        font-weight: normal;
        border: none;
        padding: 5px 0 10px;
    }
    
    .form_box2 table tr th span {
        color: #fff;
        background: #3A60BA;
        border-radius: 5px;
        padding: 5px;
        margin: 0 5px 0 0;
    }
    
    .form_box2 label {
        line-height: 1.8;
        display: block;
    }
    
    .form_box2 input[type="text"],
    .form_box2 input[type="email"],
    .form_box2 input[type="tel"],
    .form_box2 textarea,
    .form_box2 select {
        width: 100%;
    }
    
    .form_box2 .short {
        max-width: 200px;
    }
    
    .form_box2 input,
    .form_box2 textarea,
    .form_box2 select {
        background: #ffffff;
        border: 1px solid #d4d4d4;
        border-radius: 5px;
        resize: vertical;
        padding: 10px;
    }
    
    .form_box2>p.front {
        text-align: center;
        margin: 0 0 30px;
    }
    
    .form_box2>p input {
        width: 100%;
        max-width: 300px;
        display: block;
        color: #ffffff;
        background-color: #005d96;
        font-size: 1.6rem;
        font-weight: bold;
        border: 1px solid #005d96;
        border-radius: 30px;
        cursor: pointer;
        padding: 5px;
        margin: 0 auto;
        transition: 0.3s;
        font-family: YakuHanJP, 'Noto Sans JP', 'noto-fallback', 'rome_num', sans-serif;
    }
    
    
    .form_box2>p input.back {
        color: #fff;
        background: #999;
        border: none;
    }
    
    .form_box2>p input:hover {
        opacity: 0.3;
    }
    
    .form_box2 .columns {
        display: flex;
        flex-wrap: wrap;
        gap: 10px 20px;
    }
    
    .form_box2 table.kakunin_table tr th,
    .form_box2 table.kakunin_table tr td {
        border: 1px solid #ccc;
        padding: 20px;
    }
    
    .form_box2 table.kakunin_table tr th {
        display: table-cell;
        font-weight: bold;
        background: #eee;
    }
    
    .form_box2 table.kakunin_table+p {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }
    
    
    /*  */
    .card1 {
        padding: 12px 0;
        margin-bottom: 10px;
        background: #eaf4f2
    }
    
    .card2 {
        padding: 12px 0;
        margin-bottom: 10px;
        background: #ecedf0
    }
    
    .card {
        display: flex;
    justify-content: space-between;
        /* flex-flow: column; */
        flex: 1;
        position: relative;
    }
    
    .card_box {
        width: 46%;
        border-radius: 10px;
        background: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    }
    .card_box p{
    margin-top: 10px;
    font-weight: 600;
    font-size: 16px;
    }
    
    .card_box p::after {
        font-family: "Font Awesome 5 Free";
        content: "\f1c1";
        font-weight: 900;
        margin: 0 0 0 10px;
        color:  #005d96;
    }
    
    .card_box2 {
        display: table-cell;
        height: 100%;
        min-height: 320px
    }
    
    .fee {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    
    .fee div {
        margin-top: 10px;
        margin-bottom: 8px;
        padding: 8px 0;
        color: #fff;
        font-weight: 500;
        width: calc(85%/2)
    }
    
    .fee div:first-child {
        margin-right: 10px;
        background: #4CBFC6
    }
    
    /* 2408追加 */
    /* 2408追加 */

    @media screen and (max-width: 767px) {
        .banner_box2 {
            justify-content: center;
            padding: 0 0 0 0;
        }
        
        .banner_box2 img:nth-child(1) {
            margin-bottom: 5px;
                margin-right: 0px;
            
        }

   .card_box{text-align:center;
         margin-bottom: 20px!important;
}
    }
    .col-12.rt.pa-l.card {
        display: flex;
        gap: 30px;
        justify-content: center;
      }