@charset "utf-8";

/* 共通 */
body {
    font-family: 'Open Sans', sans-serif;
}
.m-b1 {
    margin-bottom: 1em;
}
.m-b2 {
    margin-bottom: 2em;
}
.m-b3 {
    margin-bottom: 3em;
}
a:hover img.hover {
    opacity:0.8;
    filter:alpha(opacity=80);
    -ms-filter: “alpha( opacity=80 )”;
}
.error {
    color: #e00;
    padding: 1em 0 0;
}
.confirm-box-btn {
    text-align: center;
}
.pc {
    display: none;
}

header {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}
.header-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.header-box h1 {
    margin-right: 2em;
}
.header-box ul {
    display: none; /* スマホではナビゲーションメニューを非表示 */
    flex-direction: column;
    width: 100%;
    position: absolute;
    top: 100px;
    left: 0;
    background-color: #fff;
}
/* ナビゲーションメニューの表示/非表示を切り替える */
.header-box ul.show {
    display: flex;
}
.header-box li {
    background: linear-gradient(to bottom, #f0f0f0 70%, #eee 100%);
    text-align: center;
    padding: 10px 0;
}
.header-box li a {
    color: #002c3d;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    padding: 10px 0;
    transition: color .3s ease, background-color .3s ease;
}
.header-box li:last-child {
    padding: 1.5em 0;
}

.hamburger-menu {
    display: flex;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-around;
    height: 25px;
    width: 35px;
    margin-left: 1.5em;
}
.hamburger-menu span {
    display: block;
    height: 3px;
    background-color: #333;
    border-radius: 3px;
}

.header-box-logo {
    opacity: 1;
    transition: opacity 0.5s ease;
}
.header-box-logo:hover {
    opacity: 0.8;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=80 )";
}
.header-box .login a, .price-plan-box .login a {
    text-align: center;
    display: inline-block;
    background: linear-gradient(134.72deg, #fc9105 0%, #fb3600 101.5%);
    padding: 10px;
    border-radius: 50px;
    min-width: 150px;
    color: #fff !important;
    transition: opacity 0.5s ease;
    opacity: 1;
}
.header-box .login a:hover, .price-plan-box .login a:hover {
    opacity: 0.8;
}

main {
    margin-top: 100px;
}

.main-img {
    height: 400px;
    background-image: url(../img/main_bg.jpg);
    background-repeat: repeat;
    background-position: center;
    background-size: auto 550px;
}

.main-img-box {
    position: relative;
    margin: auto;
}

.main-img-box-title {
    position: absolute;
    top: 2em;
    left: 2em;
    width: 90%;
    z-index: 5;
}
.main-img-box-title img {
    margin: 0 0 30px;
    /* box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.12); */
}
.main-img-box-title .login a {
    text-align: center;
    display: inline-block;
    background: linear-gradient(134.72deg, #fc9105 0%, #fb3600 101.5%);
    padding: 10px;
    border-radius: 50px;
    min-width: 180px;
    color: #fff !important;
    transition: opacity 0.5s ease;
    opacity: 1;
    font-weight: bold;
}
.main-img-box-title .login a:hover {
    opacity: 0.8;
}

.main-img-box-pc {
    position: absolute;
    top: 9.1em;
    right: -3em;
    width: 48%;
}


h2 {
    margin-bottom: 1em;
    font-size: 1.5em;
    font-weight: bold;
}

h3 {
    margin-bottom: .5em;
    font-size: 1.2em;
    font-weight: bold;
}




            .story {
                background-color: #e8e8e8;
                padding: 3em 2em;
                text-align: center;
            }
            .story img {
                margin-bottom: 1.5em;
            }
            .story p {
                text-align: left;
            }

            .story-answer {
            background-color: #00549e;
                padding: 3em 2em;
                text-align: center;
                color: #fff;
            background-image: url(../img/bg_suit.jpg);
            background-repeat: no-repeat;
            background-position: center;
                
            }
            .story-answer p {
                text-align: left;
                margin-bottom: 1em;
            }
/*
            .story-answer-box ul {
                display:block!important;
                justify-content: center;
            }
            .story-answer-box li {
                margin: 0 0 1em;
            }
*/
            .story-answer h3 {
                margin-bottom: 1em;
                font-size: 1.1em;
                font-weight: bold;
            }

.story-answer-box ul {
    display: flex;
    justify-content: center;
}
.story-answer-box li {
    margin: 0 .5em 1em;
}


            .why {
                padding: 3em 2em;
                text-align: center;
            }
            .why-box img {
                margin-bottom: 1.5em;
            }
            .why-box p {
                text-align: left;
                margin-bottom: 1.5em;
            }



            .chosen-reason {
                background-color: #d5e9fa;
                padding: 3em 2em;
                text-align: center;
                                        background-image: url(../img/bg_system_gear.png);
            background-repeat: no-repeat;
            background-position: center;
                background-size:28em;
                
            }
            .chosen-reason img {
                margin-bottom: 1.5em;
            }




            .true-dx {
                width: auto;
                padding: 3em 1.2em;
                text-align: center;
                position: relative;
            }
            .true-dx img {
                display: block;
                margin: 0 auto;
            }

.about {
    background-color: #64ccf6;
    padding: 50px;
    border-radius: 20px;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}
.about img {
    margin: 0 30px auto 0;
    width: 30%;
}
.about-text {
    text-align: left;
    border-left: 2px solid #91dbf9;
    padding-left: 30px;
}

.true-dx-box-text, .true-dx-box-img-l {
    margin-bottom: 20px;
}
.true-dx-box-text p {
    text-align: left;
}

.true-dx-box {
    margin-bottom: 40px;
}

.feature {
    background-color: #f9f6f3;
    padding: 3em 2em;
    text-align: center;
}
.feature ul {
    display: flex;
    justify-content: center;
}
.feature li {
    margin: 0 .5em 1em;
}

.price-plan {
    width: auto;
    padding: 3em 1.2em;
    text-align: center;
    position: relative;
}
.price-plan-box img {
    display: block;
    margin: 0 auto;
}
.price-plan-box ul {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 3.9em;
    left: 12.5em;
}
.price-plan-box li {
    margin-right: 3em;
}
.price-plan-box .login a {
    min-width: 160px!important;
    font-size: .8em;
}

.function {
    padding: 3em 2em;
    text-align: center;
}
.function ul {
    display: flex;
    justify-content: center;
}
.function li {
    margin: 0 1em;
}

.case-studies {
    padding: 3em 2em;
    text-align: center;
}
.case-studies-box ul {
    display: flex;
    justify-content: center;
}
.case-studies-box li {
    margin: 0 1em;
}

.faq {
    padding: 0 0 3em;
    width: 92%;
    text-align: center;
    margin: 0 auto;
}
.faq-box {
    text-align: left;
}
.faq-box dt {
    font-size: 1em;
    padding: 20px 20px 16px 60px;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
    background-color: transparent;
    transition: background-color 0.5s;
}
.faq-box dt::before {
    content: "";
    background-image: url(../img/faq_q.png);
    position: absolute;
    top: 15px;
    left: 20px;
    width: 29px;
    height: 28px;
}
.faq-box dd {
    display: none;
    transition: all 0.5s;
    opacity: 0;
    transform: translateY(-20px);
    margin-bottom: 20px;
    padding: 20px 20px 16px 60px;
    border: 1px solid #d8d8d8;
    border-radius: 0 0 10px 10px;
    border-top: none;
    position: relative;
    cursor: default;
}
.faq-box dd::before {
    content: "";
    background-image: url(../img/faq_a.png);
    position: absolute;
    top: 15px;
    left: 20px;
    width: 29px;
    height: 22px;
}
.faq-box dt.clicked + dd {
    margin-bottom: 0;
    display: block;
    opacity: 1;
    transform: translateY(0);
}
.faq-box dt.clicked {
    margin-bottom: 0;
    border-radius: 10px 10px 0 0;
}
.faq-box dt:hover,
.faq-box dt.clicked {
    background-color: #f0f0f0;
    color: #fb3600;
}

.contact {
    padding: 3em 2em;
    text-align: center;
    margin: 0 auto;
    background-color: #eee;
}
.contact-box {
    text-align: left;
}
.contact-box dt {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}
.contact-box dd {
    margin: 0 0 25px 0;
}
.contact-box a {
    color: #fb3600;
}
.contact-box a:hover {
    text-decoration: underline;
}
.submit-btn {
    padding: .5em 2em 1em;
    text-decoration: none;
    background: linear-gradient(134.72deg, #fc9105 0%, #fb3600 101.5%);
    color: #fff;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    width: 100%;
    max-width: 320px;
    font-size: 22px;
    font-weight: bold;
    border: none;
    box-sizing: border-box;
    line-height: 1.2;
}
.btn-text {
    font-size: 12px;
}

/* form */
.form-box {
    padding: 0 50px 50px;
}
.form-box dl {
    background-color: #f8f8f8;
    padding: 50px 50px 25px;
    margin-bottom: 20px;
}
.form-box dd {
    padding: 10px;
    margin: 0 0 25px 0;
}
.form-input-box {
  width: 100%;
  padding: 10px 16px;
  border-radius: 6px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-image: none;
  background-color: #fff;
  font-size: 16px;
}
.form-input-box-50 {
  width: 50%;
  padding: 10px 16px;
  border-radius: 6px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-image: none;
  background-color: #fff;
  font-size: 16px;
}
.form-input-box-20 {
  width: 20%;
  padding: 10px 16px;
  border-radius: 6px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-image: none;
  background-color: #fff;
  font-size: 16px;
}
.require {
  background-color: #e00;
    color: #fff;
    font-size: 11px;
    margin-right: 10px;
    padding: 1px 4px;
    font-weight: 800;
}
.form-description {
    color: #333;
    font-size: 12px;
    font-weight:normal;
}
input::placeholder {
  color: #ccc;
}

/* Edge */
input::-ms-input-placeholder {
  color: #ccc;
}
.contact-rule {
    overflow: auto;
    height: 150px;
    border: 1px solid #abadb3;
    padding: 15px;
    background-color: #FFF;
    font-size: 11px;
}

.form-box-list li {
    font-size: 16px;
    margin-bottom: 7px;
}
.form-box-list label, button {
    cursor: pointer;
}
.center {
    text-align: center;
}


footer {
    background-color: #212a37;

    padding: 3em 2em;
    text-align: center;
    margin: 0 auto;

}
.footer-box {
    color: #bfc8d5;
}
.footer-box h2 {
    font-size: .8em;
    margin: 0 0 2em;
}
.footer-box ul {
    border-bottom: 1px solid #465162;
    padding-bottom: 2em;
    margin-bottom: 1.5em;
}
.footer-box li {
    margin: 1em 0;
}
.footer-box li a {
    font-size: 1em;
    color: #fff;
}
.copy {
    text-align: right;
    font-size: .5em;
}
#privacyWrap {
    font-size: .8em;
    padding: 20px;
    background-color: #FFFFFF;
    height: 120px;
    overflow: auto;
    border: 1px solid #ABADB3;
    margin-bottom: 10px;
    resize: both;
    text-align: left;
}
#privacyWrap h3 {
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}
#privacyWrap h4 {
    font-weight: bold;
}
#privacyWrap p {
margin-bottom: .5em;
}
#privacyWrap b {
    font-weight: bold;
}