/*-----------------------------------------------------------------
	共通CSS
-----------------------------------------------------------------*/
:root {
    --sat-red: #e73828;
    --sat-gray: #62636b;
    --main-color: #00336e;
    --minus-color: #2675B5;
}

/*-----------------------------------------------------------------
	全体
-----------------------------------------------------------------*/

#contactWrap {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    margin: 0 auto;
    /*overflow: hidden;*/
    text-align: center;
    position: relative;
    letter-spacing: normal;
}

#contactWrap img {
    max-width: 100%;
}

/*-----------------------------------------------------------------
	ヘッダー
-----------------------------------------------------------------*/
#contactWrap #header {
    opacity: 0;
    height: 0;
    transition: all 0.3s;
}

#contactWrap header {
    width: 100% !important;
    height: 60px;
    background: #fff;
    border-bottom: #fff 1px solid;
    box-shadow: 0 10px 20px rgba(6, 46, 196, .1);
    position: fixed;
    top: 0;
    z-index: 1000;
    text-align: center;
}

#contactWrap .scrolled {
    transition: all 0.3s !important;
    opacity: 1 !important;
    height: 70px !important;
}

#contactWrap .logo {
    height: 40px;
    position: absolute;
    top: 10px;
    left: 1rem;
    z-index: 100;
}

#contactWrap .logo img {
    height: 100%;
    aspect-ratio: 40 / 29;
}

#contactWrap .hmenu {
    display: inline-block;
}

#contactWrap .hmenu li {
    border-right: #ccc 1px solid;
    display: inline-block;
    margin: 20px 0 0;
}

#contactWrap .hmenu li:first-child {
    border-left: #ccc 1px solid;
}

#contactWrap .hmenu li a {
    width: 100%;
    display: block;
    font-size: 16px;
    text-decoration: none;
    padding: 5px 20px;
    font-weight: bold;
    color: #6c757d;
}

#contactWrap .hmenu li a:hover {
    text-decoration: underline;
}

#contactWrap .sp-menu li {
    height: 40px;
    display: inline-block;
    margin: 0 0 0 5px;
}

#contactWrap .sp-menu li img {
    height: 100%;
}

#contactWrap header .sp-menu {
    position: absolute;
    top: 13px;
    right: 3%;
    z-index: 100;
}

#contactWrap #header .header-conversion,
#contactWrap #header .agency-conversion {
    display: inline-block;

}

#contactWrap #header .header-conversion a {
    color: var(--sat-red);
    background-color: #FFFFFF;
    font-size: 1.3rem;
    font-weight: bold;
    border: 3px solid var(--sat-red);
    border-radius: 2.5rem;
    margin: 0 1rem;
    padding: .5rem 2rem;
    text-decoration: none;
}

#contactWrap #header .header-conversion a:hover {
    color: #FFFFFF;
    background-color: var(--sat-red);
    border-color: var(--sat-red);
}

#contactWrap #header .agency-conversion a {
    color: var(--main-color);
    background-color: #FFFFFF;
    font-size: 1.3rem;
    font-weight: bold;
    border: 3px solid var(--main-color);
    border-radius: 2.5rem;
    padding: .5rem 2rem;
    text-decoration: none;
}

#contactWrap #header .agency-conversion a:hover {
    color: #FFFFFF;
    background-color: var(--main-color);
    border-color: var(--main-color);
}

#contactWrap .header-back-link {
    position: fixed;
    left: 2vh;
    top: calc(2vh + 70px);
    z-index: 999999;
    opacity: .6;
}

#contactWrap .header-back-link a {
    height: 100%;
}

/*-----------------------------------------------------------------
	メインビジュアル.
-----------------------------------------------------------------*/

.contact_mv {
    color: #FFFFFF;
    background-color: var(--main-color);
    background-size: cover;
    margin-top: 60px;
    padding: 15px 0;
}

.contact_mv h1 {
    font-size: 2.5rem;
    font-weight: bold;
}

/*-----------------------------------------------------------------
	フォーム.
-----------------------------------------------------------------*/

#contact_form {
}

#contact-form .contact-required {
    color: white;
    font-size: 0.6rem;
    background-color: #e73828;
    border-radius: 5px;
    padding: 0.05rem 0.2rem
}

#contact-form .contact-title {
    padding: 0 0.5rem;
    font-weight: bold;
}

#contact-form .contact-value {
    margin: 0.25rem 0;
    padding: 0.3rem 0.2rem;
    border-radius: .3rem;
    border: 1px solid #00000047;
    width: 90%;
    background-color: white;
}

#contact-form .contact-value.read-only {
    background-color: #e9ecef;
    opacity: 1;
}

#contact-form .contact-value::placeholder {
    color: #b5b5b5;
}

#contact-form .wpcf7-list-item {
    margin: 0 1em 0 0;
}

#contact-form .wpcf7-list-item label {
    margin-bottom: 0;
}

#contact-form .contact-submit {
    border: none;
    border-radius: 0.5rem;
    width: 20rem;
    height: 4rem;
    margin: 0 auto;
    text-align: center;
}

.webp #contact-form .contact-submit {
    background: url(../../img/contact/cv-btn05.webp) center no-repeat;
    background-size: cover;
}

.no-webp #contact-form .contact-submit {
    background: url(../../img/contact/cv-btn05.png) center no-repeat;
    background-size: cover;
}

#contact-form .contact-submit:hover {
    color: white;
    background-color: rgb(98, 99, 107);
    box-shadow: 0 5px 10px rgba(6, 46, 196, .2);
    border: 2px solid #FFFFFF;
}

#contact-form .contact-alert {
    color: #f00;
    font-size: 1em;
    float: left;
    display: none;
}

#contact-form .plan-table tr, #contact-form .plan-table td {
    padding: 4px;
}

#contact-form #Phone-Required,
#contact-form #Phone-Note {
    display: none;
}

/*-----------------------------------------------------------------
プライバシーポリシー.
-----------------------------------------------------------------*/
.privacy-policy {
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #cbd0d9;
    padding: 22px 30px;
    box-sizing: border-box;
    margin-top: 40px;
    margin-bottom: 40px;
}

.privacy-policy .title {
    font-size: 1.1428571429rem;
    font-weight: bold;
}

.privacy-policy .text {
    line-height: 1.5;
    font-size: 14px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

/*-----------------------------------------------------------------
ステップイメージ.
-----------------------------------------------------------------*/

.step-img {
    width: 22%;
}

@media screen and (max-width: 768px) {
    .step-img {
        width: 33%;
    }
}

@media screen and (max-width: 480px){
    .step-img {
        width: 50%;
    }
}

/*-----------------------------------------------------------------
２カラムフォーム.
-----------------------------------------------------------------*/

.two-columns.contents {
    padding: 25px 0;
}

/* 導入実績 */
.two-columns .introduction-results .introduction-results-title {
    font-weight: bold;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 0.5rem;
}

.two-columns .introduction-results p {
    font-weight: bold;
    padding: 0.5rem;
    background-color: #ebecee;
    margin: 0;
}

.two-columns .introduction-results p .large {
    font-size: 2.3rem;
    color: rgb(0, 0, 102);
}

.two-columns .introduction-results .img-area {
    margin: 0;
    align-items: center;
}

.two-columns .introduction-results .img-area .img-area-content {
    padding: 0.8rem;
}

/* 資料のイメージ */
.two-columns .document-img {
    max-width: 80%;
    margin: 0 auto;
}

/* フォーム詳細 */
.two-columns .document-detail .document-detail-title,
.two-columns .trial-detail .trial-detail-title{
    font-weight: bold;
    font-size: 2.1rem;
}

.two-columns .document-detail .document-detail-text,
.two-columns .trial-detail .trial-detail-text{
    padding: 0.5rem;
}

.two-columns .document-detail .document-detail-text .large,
.two-columns .trial-detail .trial-detail-text .large{
    font-size: 1.5rem;
}

/* 無料トライアルと有料プランの違い */
.two-columns .trial-detail .trial-detail-text .btn {
    color: #fff;
    background-color: #00336e;
    border-color: #00336e;
}

.two-columns .plan-table-area {
    margin-bottom: 1rem;
}

@media (max-width: 992px) {
    .two-columns .plan-table-area {
        overflow-x: scroll
    }
}

/* bootstrapモーダル表示時の画面ズレ対策 */
.modal-open {
    padding-right: 0px !important;
}
.modal {
    padding-right: 0px !important;
}

/* 個人情報の取り扱いについて */
.two-columns .privacy-policy {
    margin: 10px;
    padding: 10px 15px;
}

.two-columns .privacy-policy .title {
    font-size: 1.6rem;
    margin-bottom: 5px;
}

.two-columns .privacy-policy .text {
    font-size: 13px;
    margin-bottom: 5px;
}

/*-----------------------------------------------------------------
インタラクティブデモボタン.
-----------------------------------------------------------------*/
.demo-btn {
    position: relative;
    background: #fff;
    text-align: center;
    padding: 2rem 0;
}

.demo-btn a {
    display: inline-block;
    width: 320px;
    height: 60px;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 60px;
    color: #fff;
    background: #00336e;
    border-radius: 30px;
    transition: .2s;
    text-decoration:none;
}
.demo-btn a:hover {
    opacity: 0.7;
}

/* 追加修正 */

#contactWrap {
    display: flex;
    flex-direction: column;
}
#contactWrap .contact-wrap-contents {
    flex: 1;
}

#contactWrap h1 {
    font-size: 3.5rem;
}
#contactWrap h2 {
    font-size: 2.5rem;
}

#contactWrap a {
    color: #1c81b9;
    text-decoration: underline;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
}
#contactWrap a:hover {
    color: #0056b3;
    text-decoration: underline;
}

#contactWrap footer {
    background: rgb(0, 0, 0);
}
#contactWrap footer img {
    max-width: 300px;
}
#contactWrap footer .copy {
    font-size: .7rem;
}

#contactWrap .contact-blue-bg {
    background: #b4c6e7;
}

#contactWrap .contents.thanks-page {
    padding: 60px 0;
}

#contactWrap a.top-btn {
    text-decoration: none;
    font-size: 2rem;
    color: #6c757d;
}

#contactWrap a.top-btn:hover {
    color: #ffffff;
}

@media screen and (max-width: 768px) {
    table {
        /*font-size: 1rem;*/
    }
}