/* =================================================================
  共通
================================================================= */
html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
}

a {
    color: #019795;
}


/* 横幅 ======================================================= */
.w-1000px {
    width: 100%;
    max-width: 1000px;
}
.w-900px {
  width: 100%;
  max-width: 900px;
}
.w-800px {
  width: 100%;
  max-width: 800px;
}


/* 余白 ======================================================= */
.mt-100 {
    margin-top: 100px;
}
.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}


/* フォント ======================================================= */
.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}


/* ボタン ======================================================= */

/* 枠線ボタン */
.btn-flame-pg {
    display: block;
    border: solid 1px #019795;
    border-radius: 5px;
    font-size: 1.6rem;
    padding: 0.25em 1em;
    text-decoration: none;
    text-align: center;
    transition: ease-in-out .2s;
    width: 80%;
    margin: 0 auto;
}
.btn-flame-pg:hover {
    background-color: #019795;
    color: #fff;
}

/* ベタ塗りボタン */
.btn-bg-pg {
    display: block;
    background-color: #019795;
    text-align: center;
    font-size: 2.2rem;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    padding: 0.4em 0;
    max-width: 500px;
    width: 100%;
    border: solid 1px #019795;
    /*アニメーションの指定*/
    transition: ease .2s;
}
.btn-bg-pg:hover {
    background-color: #fff;
    color: #019795;
    border: solid 1px #019795;
}
  



/* =================================================================
  ヘッダー（グローバルメニュー）
================================================================= */
header {
    background-color: #14473B;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
}
header a {
    text-decoration: none;
}

header nav ul a {
    color: #fff;
    transition: ease .4s;
    position: relative;
}
header nav ul a:hover {
    color: #DBFF46;
}

/* 下線アニメーション */
header nav ul a::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #DBFF46;
    transition: all .3s;
    transform: scale(0, 1);/*X方向0、Y方向1*/
    transform-origin: left top;/*左上基点*/
}
header nav ul a:hover::after {
    transform: scale(1, 1);/*X方向にスケール拡大*/
}


header ul {
    font-size: 1.6rem;
}

header ul li {
    margin-right: 2em;
}

/* お問い合わせボタン */
header .h-btn-inquiry {
    background-color: #DBFF46;
    color: #14473B;
    font-size: 1.5rem;
    transition: ease .4s;
}
header .h-btn-inquiry i {
    font-size: 3.6rem;
}

header .h-btn-inquiry:hover {
    background-color: #fff;
}


/* =================================================================
  フッター
================================================================= */
footer {
    background-color: #14473b;
    margin-top: 150px;
}
#footer-company {
    font-size: 1.4rem;
    color: #a7b3af;
}


footer a {
    color: #fff;
    text-decoration: none;
}
footer a:hover {
    text-decoration: underline;
}
/* リンク */
.footer-nav {
    font-size: 1.6rem;
}
.footer-nav li {
    margin-right: 1.5em;
}

/* 著作権表記 */
#footer-copyright {
    font-size: 1.4rem;
    color: #a7b3af;
}
  


/* =================================================================
  ページ上部
================================================================= */
.bg-page-top {
    background-color: #F6F6F6;
    padding-top: 150px;
    padding-bottom: 50px;
}
.bg-page-top-sub {
    background-color: #F6F6F6;
    padding-top: 120px;
    padding-bottom: 30px;
}


/* =================================================================
  トップページ
================================================================= */

/* ピックアップメニュー　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
#top-pu-menu-wrap {
    background: linear-gradient(180deg, #F6F6F6 0%, #F6F6F6 50%, #ffffff 50%, #ffffff 100%);
}

.top-pu-menu {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .16);
    text-decoration: none;
    padding: 2em;
    transition: 0.3s;
}
.top-pu-menu:hover{
    box-shadow: 0 0 16px rgba(0, 0, 0, .16);
}

.top-pu-menu img {
    width: 50px;
}
.top-pu-menu-titile {
    font-size: 2.8rem;
    font-weight: 500;
    color: #000;
}
.top-pu-menu-en {
    font-family: "Montserrat", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    color: #9F9F9F;
    letter-spacing: 0.1em;
}


/* 最新情報 ======================================================= */
#top-news-title {
    font-size: 3.2rem;
}
#top-news-title img {
    width: 52px;
}

/* リスト */
#top-news-list {
    font-size: 1.6rem;
    line-height: 1.75;
}

#top-news-list li {
    border-top: #B1B1B1 1px solid;
    padding: 1.5em 0;
}
#top-news-list li:last-child {
    border-bottom: #B1B1B1 1px solid;
}

/* 日付 */
.top-news-time {
    /* width: 9em; */
}
.top-news-time time{
    font-weight: 500;
}

/* カテゴリ―：ニュースリリース */
.top-news-c-release {
    background-color: #59D5DE;
}

/* カテゴリ―：バージョン情報 */
.top-news-c-version {
    background-color: #F88448;
}

/* カテゴリ―：共通 */
.top-news-c-release,
.top-news-c-version {
    display: block;
    width: 10em;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    padding: 0.25em;
}



/* =================================================================
  下層ページ：共通
================================================================= */
#sub-page-title img {
    width: 60px;
}
#sub-page-title h1 {
    font-size: 4rem;
    letter-spacing: 0.2em;
}
#sub-page-title .page-title-en {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 2rem;
    color: #9F9F9F;
    letter-spacing: 0.1em;
}


/* =================================================================
  よくある質問
================================================================= */
.s6-question {
    background-color: #d4eceb;
    font-size: 1.6rem;
    position: relative;
    font-weight: normal;
  }
  .s6-question-q {
    display: block;
    /* height: 100%; */
    background-color: #019795;
    position: relative;
  }
  .s6-question:hover {
    cursor: pointer;
  }
  
  .s6-question {
    padding-right: 3em;
  }
  
  
  /* ＋アイコン */
  .s6-question::before,
  .s6-question::after {
    position: absolute;
    content:'';
    width: 20px;
    height: 2px;
    background-color: #019795;
  }
  
  .s6-question::before {
    top:48%;
    right: 15px;
    transform: rotate(0deg);
  }
  .s6-question::after{    
    top:48%;
    right: 15px;
    transform: rotate(90deg);
  }
  
  /*　closeというクラスがついたら形状変化　*/
  .s6-question.close::before{
      transform: rotate(45deg);
  }
  .s6-question.close::after{
      transform: rotate(-45deg);
  }
  
  
  /* 回答 */
  .s6-answer {
    display: none;
  }
  .s6-question-a {
    font-size: 2.4rem;
    color: #019795;
  }
  .s6-question-answer {
    font-size: 1.6rem;
    line-height: 1.75;
  }


/* =================================================================
  サポートサービス
================================================================= */
.support-table-title {
    font-size: 2.4rem;
}

.support-table {
    font-size: 1.8rem;
    width: 800px;
}

.support-table {
    font-size: 1.6rem;
}

.support-table th,
.support-table td {
    padding: 1em;
}


/* =================================================================
  プログラム更新
================================================================= */
.dl-table {
    font-size: 1.6rem;
}

.dl-table th,
.dl-table td {
    padding: 1em;
}


/* =================================================================
  動画による操作説明
================================================================= */
.video-yt {
    width: 100%;
    aspect-ratio: 16 / 9;
}
.video-yt iframe {
    width: 100%;
    height: 100%;
}

.video-title {
    font-size: 1.8rem;
}
.video-text {
    font-size: 1.6rem;
}

/* Youtubeチャンネル紹介リンク */
.video-channel {
    position: relative;
    width: 530px;
    max-width: 100%;
    box-shadow: 0 0 6px rgba(0, 0, 0, .16);
    transition: ease-in-out .3s;
}
.video-channel:hover {
    box-shadow: 0 0 16px rgba(0, 0, 0, .16);
}
.video-channel-yt i {
    color: #FF0000;
    font-size: 3.6rem;
}
.video-channel-logo img {
    height: 36px;
}

.video-channel-icon-arw {
    position: absolute;
    top: 10px;
    right: 15px;
}


/* =================================================================
  お問い合わせ
================================================================= */
.inquiry-titile-img {
    color: #14473B;
    font-size: 4rem;
}

/* ページタイトル下　案内文 ======================================================= */
.form-info-text {
    font-size: 1.8rem;
    line-height: 1.75;
}

/* フォーム ======================================================= */
#inquiry-wrap {
    border: solid 1px #019795;
}

.from-wrap dl dt {
    margin-bottom: 0.75em;
    letter-spacing: 0.05em;
}

.from-wrap dl dd {
    margin-bottom: 3em;
}

.from-wrap dl dd:last-child {
    margin-bottom: 0;
}

.from-wrap input,
.from-wrap textarea,
.from-wrap select {
    font-size: 1.8rem;
    padding: 0.75em;
}

.from-wrap input[type="tel"],
.from-wrap input[type="month"] {
  width: 50%;
}

.from-wrap input[type="checkbox"] {
  padding: 0;
}


/* ラジオボタン */
.from-wrap .form-check {
  margin-bottom: 1.5em;
}

/* 必須アイコン */
.icon-req {
    color: #C90000;
    border: 1px solid #C90000;
    border-radius: 4px;
    font-size: 1.4rem;
    font-weight: 400;
    padding: 0 0.25em;
    margin-left: 1em;
}

/* placeholderの文字色 */
.from-wrap input::placeholder,
.from-wrap textarea::placeholder {
    color: #C1C1C1;
}


/* =================================================================
  送信完了画面
================================================================= */
#f-thanks-title {
    font-size: 4rem;
}

#f-thanks-text {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.75;
}

#f-thanks-btn .btn-bg-indigo {
    font-weight: 400;
    font-size: 2rem;
}
  




/* =================================================================
  レスポンシブ - 1400px 以下
================================================================= */
@media screen and (max-width: 1400px) {

    /* グローバルメニュー ======================================================= */
    header {
        height: 60px;
    }
    header nav ul a::after {
        display: none;
    }

    /* ボタン */
    .sp-btn {
        display: block;
        /* position: relative; */
        position:fixed;
        top: 20px;
        right: 0;
        width: 60px;
        height: 30px;
        z-index: 9999;
    }
    .sp-btn span {
        /* display: block; */
        display: inline-block;
        position: absolute;
        right: 20px;
        width: 40px;
        height: 2px;
        background-color: #fff;
        transition: 0.3s ease-in-out;
    }
    .sp-btn span:nth-child(1) {
        /* top: 20px; */
        top: 0;
    }
    .sp-btn span:nth-child(2) {
        top: 10px;
    }
    .sp-btn span:nth-child(3) {
        top: 20px;
    }

    /* メニュー展開時のボタン */
    .sp-btn.active span:nth-of-type(1) {
        top: 5px;
        right: 15px;
        transform: translateY(6px) rotate(-45deg);
        /* width: 30%; */
    }
    .sp-btn.active span:nth-of-type(2) {
        opacity: 0;
    }
    .sp-btn.active span:nth-of-type(3) {
        /* top: 30px; */
        top: 16px;
        right: 15px;
        transform: translateY(-6px) rotate(45deg);
        /* width: 30%; */
    }

    /* メニュー */
    #global-nav-list {
        display: none !important;
        z-index: -1;
        position: fixed;
        top: 60px;
        /* top: -120%; */
        left: 0;
        width: 100%;
        /* height: calc(100vh-60px); */
        background-color: #14473b;
        opacity: 0;
        transition: all 0.6s;
    }
    #global-nav-list.active {
        /* top: 60px; */
        display: block !important;
        z-index: 99 !important;
        opacity: 1 !important;
    }

    #global-nav-list ul li {
        border-top: solid 1px #fff;
        margin: 0;
        padding: 2em 1em;
        width: 50%;
    }
    #global-nav-list ul li:nth-child(odd) {
        border-right: solid 1px #fff;;
    }
    #global-nav-list ul li a {
        display: block;
        width: 100%;
        height: 100%;
    }
    header .h-btn-inquiry {
        display: block;
        width: 100%;
        font-weight: bold;
        font-size: 1.8rem;
    }

    /* メニュー展開時、背景にフィルター */
    /* .sp-nav-cover {
        display: block;
        position: absolute;
        width: 100%;
        height: 100vh;
        top: 60px;
        z-index: -1;
        background: rgba(3,3,3,.5);
        opacity: 0;
        transition: all 0.6s;
    }
    .sp-nav-cover.active {
        opacity: 1;
        z-index: 5;
    } */

}


/* =================================================================
  レスポンシブ - タブレット
================================================================= */
@media screen and (max-width: 1024px) {
    /* トップ：ピックアップメニュー ======================================================= */
    .top-pu-menu-titile {
        font-size: 1.8rem;
    }

    /* プログラム更新 ======================================================= */
    .btn-flame-pg {
        width: 100%;
    }
}

/* =================================================================
  レスポンシブ - スマートフォン
================================================================= */
@media screen and (max-width: 428px) {

    /* ヘッダー ======================================================= */
    #header-logo {
        width: 80%;
        max-width: calc(100% - 50px);
    }

    /* ページ上部 ======================================================= */
    .bg-page-top {
        padding-top: 120px;
    }
    .bg-page-top-sub {
        padding-top: 100px;
    }

    #sub-page-title h1 {
        font-size: 2.8rem;
    }

    /* グローバルメニュー ======================================================= */
    header h1 img {
        width: 260px;
    }


    /* フォーム ======================================================= */
    .from-wrap input[type="tel"] {
        width: 100%;
    }

    /* 送信完了画面 ======================================================= */
    #f-thanks-title {
        font-size: 2.4rem;
    }

    #f-thanks-text {
        text-align: left;
    }
}