@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}
.content {
background-color: #c3c3c3;
max-width: 1280px;
padding: 0 3%;
margin-left: auto;
margin-right: auto;
}
.container {
    background-color: #ffffff;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
/*ここからヘッダー*/
.header {
    border-top: 5px solid #4c74dc;
}
.header-logo {
    width: 300px;
    padding-top: 36px;
    padding-bottom: 36px;
    padding-left: 47px;
}
/*ナビゲーションバー*/
#nav-table {
    border: 1px solid #666666;
    width: 100%;
    height: 64px;
    text-align: center;
    background-color: #ffffff;
    text-decoration: none;
}
.nav-td {
    background-color: #ffffff;
    width: 200px;
    padding-left: 8px;
}
.t-text {
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    color: #666666;
}
.b-text {
    font-size: 9px;
    letter-spacing: 2px;
    color: #dbdcdb;
}
.nav-td:hover .box{
    border-left: 3px solid #0e36ca;
    margin-left: -3px;
}
.nav-td a:not(.td-link, .table-text a) {
    text-decoration: none;
    color: #666666;
}
/*ナビのホバー適用*/
.nav-td:hover:not(table td, .c-table td){
    background-color: #e6ebfa;
    transition: 0.8s;
}
.nav-td:hover .t-text{
    color: #0e36ca;
}
.active {
    background-color: #e6ebfa;
}
.active .box {
    border-left: 3px solid #0e36ca;
    margin-left: -3px;
}
.active .t-text {
   color: #0e36ca;
}
/*ここからメイン画像*/
.main-visual img {
    width: 100%;
}
/*２カラムレイアウトのため*/
.wrapper {
    display: flex;
    margin-top: -7px;
}
/*画面左側*/
.main {
    width: 72%;
    padding: 35px 0;
    line-height: 26px;
    padding-left: 2em;
}
.main a:not(.card-text, .link) {
    color: #666666;
}
.main a:hover {
    color: #0e36ca;
    transition: 0.8s;
}
/*画面左側のインデント対策*/
.padding-left {
    position: relative;
    left: 1em;
}
/*赤い文章*/
.main span:not(.mr, #not-red, #inter-red, .arrow, .sample-title, .sample-text, #sp-sample-text, #new,) {
    font-weight: bold;
    color: #ff0000;
}
#red-text {
    color: red;
    font-weight: bold;
}
.main p {
    font-size: 15px;
    color:#666666 ;
}
#inter-red {
    color: red;
    font-weight: normal;
}
/*メインのインデント対策*/
.mr {
    margin-right: 35px;
    color: #0e36ca;
    letter-spacing: 3px;
}
/*barいろいろ*/
#b-bar {
    background-color: #0f3bdc;
    height: 45px;
    width: 95%;
    border-radius: 4px;
}
#b-bar p {
    color: #ffffff;
    font-size: 18px;
    padding: 0 20px;
    margin-left: 20px;
    border-left: 3px solid #889ef0;
    position: relative;
    top: 9px;
}
#g-bar {
    background: linear-gradient(0deg, #efefef, #fdfdfd);
    height: 47px;
    width: 95%;
    border: 1px solid #cecece;
    border-radius: 4px; 
}
#g-bar p {
    color: #666666;
    font-size: 18px;
    line-height: 47px;
    text-indent: 1em;
}
#g-bar-red {
    background: linear-gradient(0deg, #efefef, #fdfdfd);
    height: 47px;
    width: 95%;
    border: 1px solid #cecece;
    border-radius: 4px;
}
#g-bar-red-sp {
    background: linear-gradient(0deg, #efefef, #fdfdfd);
    height: 47px;
    width: 95%;
    border: 1px solid #cecece;
    border-radius: 4px;
}
#g-bar-red-sp p {
    color: #ff0000;
    padding-left: 1em;
    line-height: 47px;
}
#g-bar-js {
    background: linear-gradient(0deg, #efefef, #fdfdfd);
    height: 47px;
    width: 95%;
    border: 1px solid #cecece;
    border-radius: 4px; 
}
#g-bar-js p {
    color: #666666;
    font-size: 18px;
    line-height: 47px;
    text-indent: 1em;
}
/*赤いNEW*/
#new {
    color: white;
    background-color: red;
    margin-bottom: 5px;
    font-size: 11px;
    padding: 1px 4px;
    position: relative;
    bottom: 3px;
    display: inline-block;
    z-index: 80;
}
#text-list > div {
    border-bottom: 1px solid #cccccc;
    width: 785px;
    padding: 4px 0;
}
#text-list {
    margin-top: 18px;
    position: relative;
    left: 1em;
    margin-bottom: 22px;
}
#text-list P {
    font-size: 15px;
}
/*過去ログ*/
.last {
    font-size: 14px;
    position: relative;
    left: 720px;
    display: inline-block;
}
.last a {
    color: #666666;
}
.last a:hover {
    color: #0f3bdc;
    transition: 0.8s;
}
/*グレイバーの赤文字バージョン*/
#g-bar-red .red {
    color: #ff0000;
    padding-left: 1em;
    line-height: 47px;
}
/*画面右側*/
.side {
    width: 28%;
    height: 1167px;
    padding-top: 35px;
    text-indent: 1em;
}
/*メニュー1*/
.menu1 {
    width: 77%;
    height: 194px;
    padding: 10px 6px 15px 15px;
    border: 1px solid #d2d2d2;
    background: linear-gradient(0deg, #eaeaea, #ffffff);
}
.menu1 p {
    font-weight: bold;
    color: #666666;
    font-size: 16px;
    width: 97%;
    height: 66px;
    line-height: 66px;
    border-top: 4px solid #0e36ca;
    border-bottom: 1px solid #d2d2d2;
}
    /*メニュー2*/
.menu2 {
    width: 83.5%;
    height: 194px;
    }
.menu2 p {
    font-weight: bold;
    color: #666666;
    font-size: 16px;
    width: 100%;
    height: 66px;
    line-height: 66px;
    color: #666666;
    border-top: 4px solid #0e36ca;
    border-bottom: 1px solid #d2d2d2;
    background-color: #eeeeee;
}
.m2-list {
    width: 103%;
}
/*メニュー3*/
.menu3 {
    width: 77%;
    height: 220px;
    padding: 10px 6px 15px 15px;
    border: 1px solid #d2d2d2;
    background: linear-gradient(0deg, #eaeaea, #ffffff);
}
#m3-li {
    list-style-type: none;
    border-bottom: 1px solid #d2d2d2;
    width: 97%;
}
/*メニュー4*/
.menu4 {
    width: 77%;
    height: 220px;
    padding: 10px 6px 15px 15px;
    border: 1px solid #d2d2d2;
    background: linear-gradient(0deg, #eaeaea, #ffffff);
}
/*メニュー3，4の上の部分*/
.menu3-title, .menu4 p:not(.menu-bar-text p) {
    font-weight: bold;
    color: #666666;
    font-size: 16px;
    width: 97%;
    height: 66px;
    line-height: 66px;
    border-top: 4px solid #0e36ca;
    border-bottom: 1px solid #d2d2d2;
    background-color: #eeeeee;
}
/*メニュー3，4の画像とテキストのセット*/
.menu-bar {
    display: flex;
    height: 50px;
    padding-left: 1em;
}
.menu-bar img {
    width: 45px;
    height: 31px;
    margin-top: 9px;
}
.menu-bar-text {
    margin-left: -10px;
    margin-top: 7px;
}
.menu-bar-text h6 {
    font-size: 11px;
    font-weight: normal; 
    color: #666666;   
}
li:hover .menu-bar-text h6 {
    color: #0e36ca;
    transition: 0.8s;
}
/*リスト関係*/
li:hover {
    background-color: #ffffff;
    transition: 0.8s;
    color: #0e36ca;
}
li:hover #menu {
    color: #0e36ca;
    transition: 0.8s;
}
li:not(#m3-li) {
    list-style-type: none;
    line-height: 42px;
    border-bottom: 1px solid #d2d2d2;
    width: 97%;
}
li a {
    text-decoration: none;
    display: block;
    color: #666666;
    width: 100%;
}
.menu2 li {
    list-style-type: none;
    line-height: 42px;
    border-bottom: 1px solid #d2d2d2;
    width: 103%;
}
/*会社説明*/
.com {
    text-align: center;
    color: #666666;
    width: 272px;
    height: 150px;
    padding: 10px 6px 15px 15px;
    border: 1px solid #d2d2d2;
    background: linear-gradient(0deg, #eaeaea, #ffffff);
}
.com p {
    font-weight: bold;
    color: #666666;
    font-size: 16px;
    width: 264px;
    height: 66px;
    line-height: 66px;
    color: #666666;
    border-top: 4px solid #0e36ca;
    border-bottom: 1px solid #d2d2d2;
    background-color: #eeeeee;
}
.com h5 {
    margin-top: 4px;
    margin-bottom: 6px;
}
.com h6 {
    font-weight: normal;
}
/*ここからフッター*/
.footer {
    width: 100%;
    height: 74px;
    padding-top: 24px;
    text-align: center;
    background-color: #0e36ca;
    color: #ffffff;
    font-size: 12px;
    line-height: 24px;
    font-size: 13px;
}
.footer a {
    text-decoration: none;
    color: #ffffff;
}
.footer a:hover {
    color: #0e36ca;
    transition: 0.8s;
}
/*スペースバー*/
.sp {
    width: 10px;
    height: 20px;
}
