@charset "UTF-8";
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    transition: 0.3s;
    text-decoration: none;
}

span {
    display: block;
}

body {
    font-family: 'Noto Sans JP', 'Fahkwang', sans-serif;
    margin: 0;
    padding: 0;
    min-width: 320px;
}

.top_buttom {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #191d24;
    border-radius: 35px;
    font-family: Cinzel;
    font-size: 14px;
    line-height: 16px;
    width: 70px;
    height: 70px;
    padding: 17px 0;
    text-align: center;
    margin-top: 50px;
    z-index: 10;
}

.top_buttom a {
    text-decoration: none;
    vertical-align: middle;
    color: #fff;
}

.top_buttom:hover {
    background-color: #a39869;
}


/* ヘッダー */

.header {
    font-family: 'Fahkwang', sans-serif;
    text-align: center;
    padding: 30px 30px 0 30px;
}

.header img {
    width: 100px;
}

.header_in {
    width: 100%;
}

.header_in img {
    width: 70%;
}


/* リンク */

.link {
    display: flex;
    flex-wrap: wrap;
    font-family: 'Noto Sans JP', 'Fahkwang', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 0;
}

.link li {
    list-style: none;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    width: 16.66%;
    margin: 0;
    padding: 0;
    color: rgb(200, 200, 200);
}

.link a {
    display: block;
    padding: 15px 0;
    color: rgb(128, 128, 128);
}

.link a:hover {
    color: #ddbe43;
    background-color: #303f58;
}

.mainvisual {
    position: relative;
    padding: 0;
}

.mainvisual img {
    width: 100%;
    vertical-align: bottom;
}

.visual_in {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    width: 80%;
    margin: auto;
    z-index: 999;
    padding: 0;
    mix-blend-mode: overlay;
}

.visual_in img {
    width: 100%;
    padding: 0;
    margin: 0;
    filter: drop-shadow(0 0 10px rgba(100, 70, 10, 1));
    filter: drop-shadow(0 0 10px rgba(100, 70, 10, 1));
    filter: drop-shadow(0 0 15px rgba(100, 70, 10, 1));
}

.copy {
    display: flex;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 30px;
    letter-spacing: -0.02em;
    width: 100%;
    padding: 30px;
    text-align: left;
}

.copy_in {
    width: 50%;
    padding: 0 15px;
}

.copy_in span {
    display: block;
    font-weight: 100;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 25px;
    text-align: left;
    padding: 10px 0;
}

.copy_in img {
    width: 100%;
    border-radius: 5px;
}

.copy_in h1,
.system h2,
.system_in h2 {
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    margin: 0;
    padding: 5px 10px;
    color: #fff;
    background-color: #60708a;
}

.news {
    width: 720px;
    margin: auto;
    margin-bottom: 30px;
    padding: 0;
    border-radius: 10px;
    border: 1px solid #ccc;
}


/* コンテンツ */

.contents {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    padding: 0;
}

.title {
    display: flex;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-align: left;
    margin: 0 30px;
    padding: 15px 30px;
    color: #ddbe43;
    background-color: #303f58;
}

.title img {
    width: 100px;
}

#ralation {
    margin-top: 30px;
}

.title_text {
    width: 100%;
    margin: 0;
    padding: 16px;
    color: #fff;
    background-color: #303f58;
}


/*対応ソフト*/

.product {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 30px;
}

.product li {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 200px;
}

.button {
    text-align: center;
    width: 200px;
    margin: 3px;
    padding: 10px;
    border-radius: 10px;
    color: #000;
    background-color: #ffd52d;
}

.product img {
    width: 200px;
    border-radius: 10px;
}

.product a:hover {
    opacity: 0.5;
}


/* .product a {
    font-weight: 300;
    text-decoration: none;
    padding: 15px;
    border-radius: 5px;
    color: #000;
    background-color: #a39869;
}

.product a:hover {
    background-color: #fffc55;
} */


/*スペック*/

.spec {
    width: 100%;
}

.spec th,
.spec td {
    padding: 10px;
}

.spec th {
    font-weight: 300;
    color: #fff;
    background-color: #60708a;
}

.spec td {
    text-align: center;
    background-color: #cccccb;
}


/*システム*/

.system {
    width: 100%;
    padding-bottom: 50px;
}

.system_in {
    padding: 30px;
}

.system_img {
    width: 100%;
}

.system_img img {
    width: 100%;
    vertical-align: bottom;
    border-radius: 5px;
}

.sytem_text {
    display: flex;
    flex-wrap: wrap;
    font-weight: 300;
    width: 100%;
    padding-left: 0;
}

.sytem_text li {
    display: flex;
    align-items: flex-start;
    list-style: none;
    width: 50%;
    padding: 10px 30px 10px 0;
}

.number {
    font-size: 16px;
    font-weight: 500;
    margin-right: 10px;
    padding: 6px 8px;
    border-radius: 5px;
    color: #fff;
    background-color: rgb(200, 0, 0);
}

.sytem_text h1 {
    vertical-align: text-top;
    font-weight: 600;
    font-size: 16px;
    margin: -5px 0 0 0;
    border-bottom: 1px solid #aaa;
}

.text {
    display: block;
    width: 100%;
}

.text p {
    line-height: 17px;
    margin: 0;
    padding-top: 5px;
}

.sytem_text img {
    height: 30px;
    padding-right: 10px;
}


/*サポート*/

.buttom {
    text-align: center;
    width: 100%;
}

.buttom a {
    display: block;
    text-decoration: none;
    width: 100%;
    padding: 10px;
    color: #000;
    background-color: #ffd52d;
}

.buttom a:hover {
    background-color: #fffb22;
}


/* フッター */

.footer {
    margin: 0;
    padding: 0;
    height: 120px;
    text-align: center;
    background-color: #fff;
    border-top: solid 1px #aaa;
    vertical-align: top;
}

.footer img {
    margin: 30px 0 0 0;
}

.footer p {
    font-family: 'Josefin Sans', sans-serif;
    margin-top: 3px;
    font-size: 10px;
    color: #000;
}


/*########################################################*/

@media(max-width:860px) {
    .copy {
        display: block;
        text-align: center;
    }
    .copy_in {
        width: 100%;
        padding-top: 10px;
    }
    .copy span {
        padding: 10px 0;
    }
    .news {
        width: 90%;
    }
}

@media(max-width:720px) {
    .link li {
        width: 25%;
    }
    .title {
        margin: 0;
    }
    .copy {
        padding: 0;
    }
    .copy_in {
        padding-top: 10px;
    }
}

@media(max-width:500px) {
    .link li {
        width: 33.33%;
    }
    .system_in {
        padding: 15px;
    }
    .sytem_text li {
        width: 100%;
        padding: 10px 15px;
    }
    .link_in4 img {
        height: 40px;
        width: 60px;
        margin: 0 10px;
    }
}