@charset "UTF-8";

/*******************************************************************************/
/**** html,Body ****************************************************************/
/*******************************************************************************/

html {
    font-size: 15px;
    text-align:justify;
    text-justify: inter-ideograph;
}

html, body {
    height: 100%;
    line-height: 1.8rem;
}

body {
    margin: 0;
    font-family:
        /*'Noto Sans JP', sans-serif,*/
        '游ゴシック体','Yu Gothic','YuGothic',
        'Sawarabi Gothic', sans-serif,
        'メイリオ','Meiryo',
        'ＭＳ Ｐゴシック','MS PGothic',sans-serif,
        'ヒラギノ角ゴシック Pro', 
        'Hiragino Kaku Gothic Pro';
    font-weight: 500;
    background-color: #ffffff;
    color: #000;
    z-index: 0;
}

.pdf_icon {
    color: rgb(160, 0, 0);
    margin: 0 2px;
}

a {
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

.doc {
    width: 200px;
    text-align: center;
}

.doc img {
    border: 1px solid rgb(193, 193, 193);
    padding: 0 auto;
}

.doc p {
    margin: 0;
    font-size: 0.8rem;
}

/*******************************************************************************/
/**** header *******************************************************************/
/*******************************************************************************/
header {
    text-align: center;
}

iframe#header_frame {
    border: none;
    position: fixed;
    top: 0px;
    left: 0px;
    text-align: center;
    width: 100%;
    height: 80px;
    z-index: 25;
}

iframe#footer_frame {
    border: none;
}

#header_content {
    background: radial-gradient(rgba(243, 241, 240, 0), rgb(214, 213, 213));
    width: 100%;
    height: 80px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    white-space:nowrap; /* 自動的に改行しない */
}

.logo {
    width: 188px;
    height: 56px;
    display: inline-block;
    vertical-align: bottom;
    margin: 0;
    padding-top: 24px;
}

.forum_japan {
    width: 360px;
    height: 40px;
    font-size: 36px;
    font-weight: bold;
    font-style: italic;
    display: inline-block; /*float: left;*/
    vertical-align: bottom;
    margin: 0;
    padding-bottom: 10px;
    text-shadow: 0 8px 9px #9da1c4, 0px -2px 1px #fff;
}

.contact_access {
    position: relative;
    width: 420px;
    display: inline-block; /*float: left;*/
    margin: 0;
    padding: 0;
}

.contact_access div {
    position: absolute;
    top: -20px;
    left: 30px;
}

/*******************************************************************************/
/**** head nenu *******************************************************************/
/*******************************************************************************/
.head_menu {
    position: fixed;
    top: 80px;
    width: 100%;
    height: 60px;
    background-color: black;
    z-index: 100;
}

ul.menu_list {
    height: 35px;
    margin: 0;
    padding: 16px 0 0 0;
    text-align: center;
}

ul.menu_list li {
    display: inline-block;
    list-style-type: none;
    font-size: 14px;
    /*width: 150px;*/
    height: 20px;
    margin: 0;
    padding: 0px 14px 8px;
    border-left: 1px solid rgb(158, 157, 157);
    border-right: 1px solid rgb(158, 157, 157);
}

ul.menu_list a {
    display: block;
    padding: 0;
    text-decoration: none;
    height: 20px;
    color: white;
}


ul.menu_list > li + li {
    border-left: 0;
    border-right: 1px solid rgb(158, 157, 157);
}

ul.menu_list a::after {
    border-bottom: solid 2px rgb(230, 0, 0);
    bottom: 0;
    content: "";
    display: block;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    width: 0;
}

ul.menu_list a:hover::after {
    width: 100%;
}

/*
ul.menu_list > li + li {
    border-left: 0;
    border-right: 1px solid rgb(158, 157, 157);
}

ul.menu_list a::after {
    border-bottom: solid 2px rgb(230, 0, 0);
    bottom: 0;
    content: "";
    display: block;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    width: 0;
}

ul.menu_list a:hover::after {
    width: 100%;
}
*/
/*
.tech_info_menu {
    display: none;
    background-color: white;
    border-radius: 0 0 5px 5px;
    position: fixed;
    top: 140px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 10;
}

.info_menu:hover .tech_info_menu {
    display: block;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
*/
/*******************************************************************************/
/**** Slide ********************************************************************/
/*******************************************************************************/
#slide_window {
    background-color: white;
    width: 900px;
    height: 300px;
}

img.slide_base {
    position: absolute;
    top: 0px;
    z-index: 3;
}

ul.slide_view {
    position: relative;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
}

ul.slide_view li img {
    width: 900px;
    height: 300px;
}

li.slide0,li.slide1,li.slide2,li.slide3,li.slide4,li.slide5 {
    position: absolute;
    top: 0px;
}

li.slide0 {
    z-index: 10;
}

li.slide1 {
    z-index: 15;
}

li.slide2 {
    z-index: 14;
}

li.slide3 {
    z-index: 13;
}

li.slide4 {
    z-index: 12;
}

li.slide5 {
    z-index: 11;
}

/*******************************************************************************/
/**** outline ******************************************************************/
/*******************************************************************************/
#outline {
    width: 900px;
    margin: 0 auto;
    padding-top: 140px;
}

/*
#outline a {
    text-decoration: underline;
}

#outline a:hover {
    text-decoration: none;
}
*/

a:link, a:visited, a:hover, a:active {
    color: black;
}

._pageTop {
    margin: 0 0 0 auto;
    width: 10rem;
    cursor: pointer;
}

.pageTop {
    font-size: 3em;
    color: rgb(70, 70, 70);
    position: fixed;
    right: 150px;
    bottom: 100px;
    cursor: pointer;
}

/*******************************************************************************/
/**** Directory ******************************************************************/
/*******************************************************************************/
.directory {
    padding: 5px 0 0 15px;
    text-align: left;
    /*
    top: 140px;
    position: fixed;
    background-color: black;
    color: white;
    border-top: 1px solid white;
    */
    z-index: 100;
    font-size: 0.9rem;
    width: 100%;
}

.directory a {
    display: inline-block;
}

.directory p {
    margin: 0;
    padding: 0 1rem;
    display: inline-block;
    font-size: 1.2rem;
}

/*******************************************************************************/
/********* infomation **********************************************************/
/*******************************************************************************/
#information {
    /*width: 100%;*/
    text-align: center;
    margin: 0;
    padding: 1rem 0;
    z-index: 1;
}

#information dd {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    height: 440px;
}

#information dd:first-child {
    width: 65%;
    margin: 0;
}

#information dd:nth-of-type(2) {
    /*width: 450px;*/
    margin: 0;
}
/*
@media screen and (max-device-width: 420px) {
    #information dd {
        display: block;
        margin: 0 auto;
        padding: 0;
        height: 500px;
    }

    #information dd:first-child {
        width: 100%;
        margin: 0 auto;
    }
    
    #information dd:nth-of-type(2) {
        margin: 0 auto;
    }
}
*/

.sub_title {
    position: relative;
    padding:0 0 0.2em 0.7em;
    margin: 10px;
    border-bottom: 1px solid black;
    text-align: left;
}

.sub_title::after {
    position: absolute;
    top: 0.2em;
    left:0;
    content: '';
    width: 5px;
    height:1em;
    background-color: #446689;
}

.info_frame {
    border: none;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 0 0.2rem;
}

.info_detail {
    margin: 1rem 0 5rem 0;
    height: 400px;
    line-height: 1.8rem;
    overflow-y: scroll;
}

.info_detail dt {
    margin: 1rem 0 1rem 1rem;
    font-weight: bold;
}

.info_detail dd {
    margin: 0 1rem 0 40px;
}

.event_detail {
    margin: 1rem 0 0 0;
    height: 400px;
    line-height: 1.8rem;
    overflow-y: scroll;
}

.event_detail table {
    font-size: 0.9rem;
    border: none;
    text-align: left;
}

.event_detail th,.event_detail tr,.event_detail td {
    padding-left: 1rem;
    vertical-align: top;
}

.event_detail .month:nth-of-type(n+2) th {
    padding-top: 1rem;
}

.event_detail th::before {
    font-family: "Font Awesome 5 Free";
    content: "\f073";
    font-weight: 400;
    margin-right: 0.5rem;
}

.event_detail td:nth-of-type(odd) {
    padding-left: 1rem;
    white-space: nowrap;
}

.event_detail td:first-child {
    width: 25%;
}

.date {
    cursor: pointer;
    text-decoration: underline;
}

.date:hover {
    text-decoration: none;
}

.cur_date {
    margin: 0 0 1rem 1rem;
    position: fixed;
    background-color: white;
    width: 100%;
}

/*******************************************************************************/
/********* メニュー　************************************************************/
/*******************************************************************************/
.menu {
    text-align: left;
    margin: 10px 0;
    padding-left: 25px;
    overflow: hidden;
}

.menu img {
    border-bottom: solid 5px rgb(28, 82, 143);
    border-radius: 5px 5px 0 0;
    width: 220px;
    height: 135px;
    /*background: linear-gradient(to left,rgb(202, 227, 248),rgb(225, 240, 252),rgb(202, 227, 248));*/
    background: linear-gradient(to left,rgb(173, 173, 173),rgb(233, 234, 235),rgb(173, 173, 173));
}


.menu_item {
    margin: 0 auto;
    padding: 0;
    width: 740px;
    border-bottom: 1px solid black;
    text-align: left;
}

.list_icon {
    color: rgb(124, 182, 248);
    margin: 0 0.5rem 0 0;
}

.menu p {
    margin: 0;
    padding: 0;
}

.menu dd {
    display: inline-block;
    margin: 20px 20px 40px;
}

.menu a {
    text-decoration: none !important;
}

.button-big {
    width: 220px;
    height: 180px;
    margin: 0;
    border-radius: 5px;
    box-shadow: 1px 1px 1px 1px #c5c4c4;
    transition: 0.1s;
    cursor: pointer;
    text-align: center;
}

.button-big:hover {
    transform: scale(1.05, 1.05);
    box-shadow: 2px 2px 2px 2px #c5c4c4;
}

/*******************************************************************************/
/**** article *******************************************************************/
/*******************************************************************************/
#article {
    margin: 0;
    padding: 1rem;
}

.topic {
    font-weight: bold;
    font-size: 1.2rem;
    margin: 1rem 0;
}

.contents {
    margin: 1rem 0;
    padding: 1rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.contents ul {
    margin-top: 0;
}


/*タブ切り替え全体のスタイル*/
.tabs {
    margin-top: 50px;
    padding-bottom: 0px;
    margin: 0 auto;
    padding: 0 0 1rem 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
  
/*タブのスタイル*/
.tab_item {
    width: calc(100%/4);
    height: 50px;
    border-bottom: 3px solid #0d326b;
    background-color: #d9d9d9;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #565656;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
}

.tab_item:hover {
    opacity: 0.75;
}
  
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
    display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
    display: none;
    padding: 1rem;/*4px;*/
    margin: 0;
    clear: both;
    overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#tab1:checked ~ #tab1_spec,
#tab2:checked ~ #tab2_spec,
#tab3:checked ~ #tab3_spec,
#tab4:checked ~ #tab4_spec,
#tab5:checked ~ #tab5_spec {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
    background-color: #0d326b;
    color: #fff;
}

.parts_img {
    margin: 0 0 1rem 1rem;
}

.contents_no_border {
    padding: 0 1rem;
}

/*******************************************************************************/
/********* 画像ポップアップ　*****************************************************/
/*******************************************************************************/
.thumbnail {
    text-align: center;
    margin: 20px auto;
}

.thumbnail img {
    width: 695px;
    height: 157px;
    cursor: pointer;
}

.thumbnail .img_nx1200 {
    width: 248px;
    height: 157px;
    cursor: pointer;
}

.thumbnail .img_dvx {
    width: 485px;
    height: 204px;
    cursor: pointer;
}

.thumbnail .exb {
    width: 699px;
    height: 250px;
    cursor: pointer;
}

.thumbnail .tp {
    width: 583px;
    height: 250px;
    cursor: pointer;
}

.popupbg,.popupbg_cal {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
    top: 0;
    left: 0;
    display: none;
}

.popup_wrapper {
    box-shadow: 2px 2px 4px;
    border: 10px solid white;
    background-color: white;
    border-radius: 3px;
    margin: 0;
    padding: 0;

    position: fixed;
    top: 170px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 101;
    text-align: left;
    display: none;
}

.popup_wrapper .img {
    display: block;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
}

.popup_wrapper .close_btn,.popup_wrapper .close_cal {
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background: white;
    margin: -10px -10px 0 0;
    font-size: 2rem;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}

/*******************************************************************************/
/********* スペックテーブル　****************************************************/
/*******************************************************************************/
.related-movie {
    text-align: left;
    margin: 0 10px 10px;
    overflow: hidden;
}

.related-movie img {
    border-bottom: solid 5px #fd0606;
    border-radius: 5px 5px 0 0;
    width: 176px;
    height: 100px;
    background: linear-gradient(to left,rgb(173, 173, 173),rgb(233, 234, 235),rgb(173, 173, 173));
}

.related-movie p {
    padding: 0;
    margin-top: -8px;
}

.related-movie dd {
    display: inline-block;
    margin: 10px 5px;
}

.button-small {
    width: 176px;
    height: 130px;
    text-align: center;
    margin: 0;
    border-radius: 5px;
    box-shadow: 1px 1px 1px 1px #c5c4c4;
    transition: 0.1s;
    cursor: pointer;
}

.button-small:hover {
    transform: scale(1.05, 1.05);
    box-shadow: 2px 2px 2px 2px #c5c4c4;
}

.spec_table {
    color: white;
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    margin: 10px auto 20px;
}

.spec_table a {
    color: white;
}

.spec_table td {
    border: 1px solid white;
    width: calc(100%/4);
    background-color: rgb(21, 138, 206);
    height: 2.8rem;
}

.head_bar {
    position: relative;
    padding:0 0 0.2em 0.7em;
    margin: 40px 10px 10px 10px;
    border-bottom: 1px solid rgb(104, 103, 103);
    text-align: left;
}

.head_bar::after {
    position: absolute;
    top: 0.2em;
    left:0;
    content: '';
    width: 5px;
    height:1em;
    background-color: #fd0606;
}

.title_bar {
    /*
    background: linear-gradient(90deg,rgb(11, 64, 107),rgb(4, 20, 36));
    color: white;
    margin: 2rem 0 1rem;
    padding: 0.5rem 0.3rem 0.3rem 1.5rem;
    text-shadow: 0 5px 5px black;
    height: 2rem;
    */
    position: relative;
    padding:0 0 0.2em 0;
    margin: 10px;
    border-bottom: 1px solid rgb(104, 103, 103);
    text-align: left;
}

.title_symbol {
    font-size: 1.2rem;
    font-weight: bold;
    color: rgb(180, 0, 0);
    margin: 0 0.5rem 0 0;
}

.info_symbol {
    font-size: 1.2rem;
    font-weight: bold;
    color: rgb(0, 46, 114);
    margin: 0 0.5rem 0 0;
}

.dl_symbol {
    font-size: 1.2rem;
    font-weight: bold;
    color: rgb(0, 46, 114);
    margin: 0;
}


.movie_symbol {
    font-size: 1rem;
    font-weight: bold;
    color: rgb(29, 1, 156);
    margin: 0 0.5rem;
    padding: 8px 0 0 0;
}

.note {
    color: rgb(0, 9, 139);
    font-weight: bold;
    margin: 0.5rem 0;
}

.important {
    color: rgb(238, 0, 0);
    font-weight: bold;
    margin: 0.5rem 0;
}

.pdf_download {
    margin: 0 0 0 auto;
    width: 180px;
    text-align: right;
}

#service_detail dt {
    font-weight: bold;
}

#service_detail dd {
    margin-bottom: 2rem;
}

.spec_list {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    padding: 0 3rem;
    margin: 0.5rem 0 2rem 0;
    font-size: 0.9rem;
}

.spec_list tr:nth-child(1) {
    background: rgb(1, 1, 68);
    color: white;
    border: 1px solid gray;
    padding: 0 1rem;
}

.spec_list th {
    padding: 0 1rem;
}

.spec_list td {
    border: 1px solid gray;
    padding: 0 1rem;
}

.spec_list[name="W20"] td:nth-of-type(1) {
    width: 20%;
}

.spec_list[name="W40"] td:nth-of-type(1) {
    width: 40%;
    height: 3rem;
}

.spec_list[name="W2030"] td:nth-of-type(1) {
    width: 20%;
}

.spec_list[name="W2030"] td:nth-of-type(2) {
    width: 40%;
}

.spec_list[name="W2030"] tr {
    height: 3rem;
}

.spec_list[name="fw"] tr:nth-child(1) {
    background: white;
    color: black;
    border: none;
    padding: 0 1rem;
}

.spec_list[name="fw"] td:nth-child(1) {
    width: 20%;
}

.spec_list[name="fw"] td:nth-child(2) {
    width: 60%;
}


/*******************************************************************************/
/**** トレーニング **************************************************************/
/*******************************************************************************/
.noborder {
    border: none !important;
    border-radius: 5px 5px 0 0;
    width: 220px;
    height: 135px;
}

.movie_wrapper {
    box-shadow: 4px 4px 4px;
    border: 10px solid white;
    background-color: white;
    border-radius: 3px;
    margin: 0;
    padding: 0;

    position: fixed;
    top: 170px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 102;
    text-align: left;
    display: none;
}

/*
@media screen and (min-width:1000px) {

}

@media screen and (max-width:750px) {
    
}
*/


/*******************************************************************************/
/**** ダウンロード **************************************************************/
/*******************************************************************************/
.dl_table {
    margin: 0 auto;
}

.dl_table th {
    padding-top: 60px;
    font-size: 1.2rem;
}

.dl_table td {
    padding: 5px 20px;
}

.button-long {
    width: 360px;
    height: 80px;
    margin: 0;
    border-radius: 1px;
    box-shadow: 2px 2px 2px 2px #c5c4c4;
    transition: 0.1s;
    cursor: pointer;
}

.button-long:hover {
    transform: scale(1.05, 1.05);
    box-shadow: 2px 2px 2px 2px #c5c4c4;
}

.button-long img {
    float: left;
    margin: 0;
    padding: 8px;
}

.button-long div {
    margin: 0;
    padding: 8px;
}

.button-long a {
    text-decoration: none !important;
}

.button-long p:nth-of-type(1) {
    font-size: 1rem;
    font-weight: bold;
    margin: 0;
}

.button-long p:nth-of-type(2) {
    font-size: 0.8rem;
    margin: 0;
    line-height: 1.2rem;
}

.softW_icon {
    margin-right: 0.5rem;
}

.fw_table dd div {
    display: inline-block;
    margin-right: 2rem;
}

.fw_table .fw_model {
    line-height: 1.2rem;
    font-size: 0.8rem;
}

.fw_model dd {
    margin: 0;
}

.dl_icon::before {
    font-family: "Font Awesome 5 Free";
    content: "\f019";
    font-weight: 900;
    margin-right: 0.5rem;
}

.doc_icon::before {
    font-family: "Font Awesome 5 Free";
    content: "\f15c";
    font-weight: 400;
    margin-right: 0.5rem;
}

/*******************************************************************************/
/********* サイトマップ　********************************************************/
/*******************************************************************************/
#sitemap dl {
    display: inline-block;
    margin: 0 0.8rem;
    vertical-align: top;
}

#sitemap dt {
    font-size: 0.9rem;
    font-weight: bold;
}

#sitemap dd {
    font-size: 0.8rem;
    margin-left: 1rem;
}

#sitemap dd:first-of-type {
    margin-top: 0.5rem;
}

/*******************************************************************************/
/********* Forumニュースアーカイブ　**********************************************/
/*******************************************************************************/
.news_topic {
    text-align: left;
    list-style-type: square;
}

.news_topic {
    margin: 5px 20px;
}

.news_topic::before {
    font-family: "Font Awesome 5 Free";
    content: "\f15c";
    font-weight: 400;
    margin-right: 0.5rem;
}


/*******************************************************************************/
/**** footer *******************************************************************/
/*******************************************************************************/
iframe#footer_frame {
    border: none;
    width: 100%;
    height: 80px;
}