@charset "UTF-8";


.mv_low {
    padding: 50px 0;
    background: url(./img/mv_low.jpg) center / cover no-repeat;
    text-align: center;
}

.mv_low h1 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    margin: 0 0 20px;
}

.mv_low p {
    font-size: 5rem;
    font-family: "Oswald", sans-serif;
    color: #fff;
}

.mv_low ul li,
.mv_low ul li a {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    display: inline;
}

.page {
    padding: 100px 0 170px;
    background: #F4F4F4;
}

@media screen and (max-width: 780px) {
    .mv_low p {
        font-size: 3rem;
    }

    .mv_low ul li,
    .mv_low ul li a {
        font-size: 1.3rem;
    }

    .page {
        padding: 70px 0 90px;
    }
}

/* contact */

.form {
    background: #fff;
    margin: 0 auto;
    padding: 80px;
    letter-spacing: .1em;
    box-shadow: 2px 2px 8px 2px rgb(0 0 0 / 8%);
}

.box .sent {
    margin-bottom: 16px;
}

span.his {
    background: tomato;
    padding: 2px;
    color: #fff;
    border-radius: 3px;
    margin: 0 0 0 10px;
    font-size: 1rem;
    font-weight: 500;
}

.ratio,
.box2 {
    margin: 0 0 28px;
}

.ratio li {
    display: inline-block;
    width: 45%;
    margin-right: 4%;
    vertical-align: top;
}

.contact a.underline {
    padding-bottom: 2px;
    border-bottom: 1px solid;
    color: #004aed;
    margin: 0 5px;
}

.wpcf7-form label {
    border: none !important;
    padding: 6px 10px 8px 4px;
    display: inline-block;
    cursor: pointer;
    background: #fff;
    margin: 0 6px 6px 0;
}

.wpcf7-form-control.textarea,
.wpcf7-form-control.select {
    width: 100%;
    padding: 6px 8px;
    font-size: 16px;
    border: 1px solid #ddd !important;
}

.transmission {
    text-align: center;
    margin: 45px auto 0;
}

.transmission .button,
div.wpcf7cp-btns .wpcf7-form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    appearance: none;
    cursor: pointer;
    background: #0467e6;
    display: inline-block;
    width: 35%;
    outline: none;
    border-radius: 5px;
    font-size: 1.6rem;
    font-weight: 700;
    border: none;
    padding: 12px 0;
    margin: 0 1%;
    letter-spacing: .2em;
    transition: .5s;
    color: #fff;
}

.recaptcha {
    font-size: 14px;
    text-align: center;
    margin-top: 4%;
}

.recaptcha a {
    color: #0467e6;
}

.form-wrap a.underline {
    border-bottom: 1px solid;
    color: #004aed;
    margin: 0 5px;
}

.wpcf7-spinner {
    display: block !important;
}

div#wpcf7cpcnf {
    z-index: 1 !important;
}

div#wpcf7cpcnf table {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-bottom: none;
}

div#wpcf7cpcnf table tr {
    border-bottom: 1px solid #ccc;
}

div#wpcf7cpcnf table th {
    width: 50%;
    border-right: 1px solid #ccc;
    background: #f0f8ff;
}

div#wpcf7cpcnf table th,
div#wpcf7cpcnf table td {
    padding: 12px;
}

div#wpcf7cpcnf table td {
    background: #fff;
}

div.wpcf7cp-btns {
    text-align: center;
}

@media screen and (max-width: 780px) {
    .form {
        padding: 20px 3% 30px;
    }

    .form-wrap .ratio {
        margin: 0 0 12px;
    }

    .form-wrap .ratio li {
        width: 100%;
        margin: 0 0 12px;
    }

    #contact-form .transmission {
        margin: 30px auto 0;
    }

    .form-wrap .transmission .button,
    div.wpcf7cp-btns .wpcf7-form-control {
        width: 40%;
        font-size: 1.6rem;
    }

    .recaptcha {
        font-size: 12px;
    }
}

/* request */
#Request{
	
}
.catalog {
    background: #fff;
}

.catalog_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.catalog_info,
.catalog_form {
    width: 45%;
}

.catalog_info h2 {
    font-size: 3.1rem;
}

.catalog_info h2 small {
    font-size: 2rem;
    display: block;
}

.catalog_info img {
    display: block;
    margin: 30px 0 40px;
}

.catalog_list {
    padding: 30px 3%;
    box-shadow: 0px 0px 11px #00000029;
}

.catalog_list h3 {
    width: fit-content;
    font-size: 2rem;
    font-weight: 500;
    margin: 0 auto 25px;
    padding: 0 7% 5px;
    border-bottom: solid 1px #707070;
}

.catalog_list ul {
    width: fit-content;
    margin: auto;
}

.catalog_list ul li {
    font-size: 1.8rem;
    font-weight: 500;
    margin: 0 0 10px;
    position: relative;
}

.catalog_list ul li:before {
    content: "";
    position: absolute;
    left: -15%;
    top: 0;
    bottom: 0;
    width: 28px;
    height: 24px;
    margin: auto;
    background: url(./img/catalog_check.png) no-repeat center / contain;
}

.catalog_form ul li {
    margin: 0 0 20px;
}

.catalog_btn input {
    text-align: center;
    color: #fff;
    border-radius: 50px;
    padding: 20px 0;
    display: block;
    max-width: 100%;
    min-width: 320px;
    background: #218af8;
    border: none;
    font-size: 18px;
    margin: 40px auto 30px;
    cursor: pointer;
}

.catalog_caution {
    font-size: 1.8rem;
    text-align: center;
}

.privacy_txt {
    font-size: 1.6rem;
    margin: 20px 0 15px;
}

.privacy_txt a {
    padding-bottom: 1px;
    border-bottom: 1px solid;
    color: #218af8;
    font-weight: 700;
    margin: 0 5px 0 0;
}

@media screen and (max-width: 780px) {

    .catalog_info,
    .catalog_form {
        width: 100%;
    }

    .catalog_form {
        margin: 40px 0 0;
    }

    .catalog_info h2 {
        font-size: 1.8rem;
    }

    .catalog_info h2 small {
        font-size: 1.4rem;
    }

    .catalog_info img {
        margin: 20px 0 30px;
    }

    .catalog_list {
        padding: 20px 3%;
    }

    .catalog_list h3 {
        font-size: 1.8rem;
        margin: 0 auto 20px;
    }

    .catalog_list ul li {
        font-size: 1.4rem;
        margin: 0 0 7px;
    }

    .catalog_list ul li:before {
        width: 20px;
        height: 16px;
    }

    .catalog_btn input {
        padding: 15px 0;
        min-width: 250px;
        font-size: 1.6rem;
        margin: 40px auto 10px;
    }
}


/*404ページ*/
.kotei-404_inner .text {
    margin: 100px 0;
}

.kotei-404_inner .text h3 {
    margin-bottom: 30px;
}

/*ダウンロードページ*/
#download{
	
}
#download .dl_mv {
    padding: 180px 0;
    background: url(./img/dl_mv.jpg) no-repeat center / cover;
}

#download .dl_mv h1 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}

#download .dl_cont {
    padding: 100px 0 130px;
}

#download .dl_cont p {
    text-align: center;
    margin: 0 0 30px;
    line-height: 2;
}

#download .dl_btn {
    display: block;
    max-width: 33%;
    min-width: 320px;
    border: solid 1px #218AF8;
    border-radius: 50px;
    padding: 20px 0;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    margin: 30px auto;
    position: relative;
}

#download .dl_catalog {
    background: #fff;
    color: #218AF8;
}

#download .dl_catalog::before {
    content: '\f019';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    right: 7%;
    top: 30%;
    bottom: 0;
    margin: auto;
}

#download .dl_home {
    background: #218AF8;
    color: #fff;
	margin-bottom: 0;
}

#download .dl_home::before {
    content: '\f0da';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    right: 7%;
    top: 30%;
    bottom: 0;
    margin: auto;
}

@media screen and (max-width: 767px) {
    #download .dl_mv {
        padding: 90px 0 80px;
    }

    #download .dl_mv h1 {
        font-size: 18px;
    }

    #download .dl_cont {
        padding: 70px 0 100px;
    }
	#download .dl_cont p {
    	text-align: left;
	}
}