@charset "utf-8";
/* CSS Document */
.tex_menu li a{
    outline: none;
    color: #000;
    text-decoration: none !important;
}
.tex_ad a{
    outline: none;
    color: #000;
    text-decoration: none !important;
}
.tex_ad a:hover{
    outline: none;
    color: #000;
    text-decoration: none !important;
}
a, a:hover, a:focus, a:active {
    outline: none;
    color: #fff;
    text-decoration: none !important;
}
.lan {
    top: 0px;
    right: 2.5%;
    position: relative;
}
.logo_menu{
    width: 5%;
}
/*メニュー*/
.tex_menu{
    text-align: right;
    float: right;
    margin-right: 60px;
}
.tex_menu li{
    text-align: right;
    float: left;
    margin-right: 60px;
    list-style: none;
}
.buttonArea0 {
    position      : relative;
    display       : inline-block;
    overflow      : hidden;            /* はみ出し範囲は非表示 */
    cursor        : pointer;           /* カーソル形状         */
    width: 100%;
    float: right;
    text-align: right;
}
/* --- 親要素にマウスオーバー時に文字を表示する ------------ */
.buttonArea0:hover > div {
  left          : 0;                 /* 親要素の左端に移動   */
  bottom        : 0;                 /* 親要素の下端に移動   */
}
/* --- マウスオーバー時に表示される文字の要素 -------------- */
.buttonArea0 > div {
    position      : absolute;
    left          : 0;             /* 見えない左に移動     */
    bottom        : 100%;                 /* 親要素の下に合わせる */
    transition    : .5s;               /* 変化時間             */
    box-sizing    : border-box;        /* 余白・罫線を含める   */
    width         : 100%;              /* 親要素の幅に合わせる */
    color         : #000;               /* 文字色               */
    background-color: #FFC600;              /* 背景色               */
    text-align    : left;            /* 文字位置             */
    font-size     : 12pt;              /* 文字サイズ           */
    font-weight   : bold;              /* 太字                 */
    line-height   : 1.2;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    height: 100%;
    word-break: break-all
}
.mini{
    font-size: 0.5em;
    line-height: 0.6em;
}
@media screen and (max-width: 768px) {
.logo_menu{
    width: 20%;
}
.tex_menu{
    text-align: left;
    float: left;
    margin-right: 0px;
}
.tex_menu li{
    text-align: left;
    float: left;
    margin-right: 20px;
    list-style: none;
}
.buttonArea0 {
    position      : relative;
    display       : inline-block;
    overflow      : hidden;            /* はみ出し範囲は非表示 */
    cursor        : pointer;           /* カーソル形状         */
    width: 100%;
    float: right;
    text-align: right;
}
/* --- 親要素にマウスオーバー時に文字を表示する ------------ */
.buttonArea0:hover > div {
  left          : 0;                 /* 親要素の左端に移動   */
  bottom        : 0;                 /* 親要素の下端に移動   */
}
/* --- マウスオーバー時に表示される文字の要素 -------------- */
.buttonArea0 > div {
    position      : absolute;
    left          : 100%;             /* 見えない左に移動     */
    bottom        : 0;                 /* 親要素の下に合わせる */
    transition    : .5s;               /* 変化時間             */
    box-sizing    : border-box;        /* 余白・罫線を含める   */
    width         : 100%;              /* 親要素の幅に合わせる */
    color         : #000;               /* 文字色               */
    background-color: #FFC600;             /* 背景色               */
    text-align    : left;            /* 文字位置             */
    font-size     : 12pt;              /* 文字サイズ           */
    font-weight   : bold;              /* 太字                 */
    line-height   : 1.2;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    height: 100%;
    word-wrap: break-word;
}
}
/*メニュー*/
.main{
    background-image: url(../images/main.png);
    background-position: center top;
    width: 100%;
    height: 470px;
    background-size: 84% auto;
    background-repeat: no-repeat;
    margin-top: -5px;
}
/*横浜ボタン*/
.logo_yokohama{
    width: 3%;
    float: left;
    margin-right: 3%;
    border: 0;
}
.tex_yokohama{
    width: 72%;
    font-size: 1.7em;
    font-weight: bold;
    float: left;
    line-height: 1.1em;
    color: #000000;
    padding-top: 10px;
}

.buttonArea {
    position      : relative;
    display       : inline-block;
    overflow      : hidden;            /* はみ出し範囲は非表示 */
    cursor        : pointer;           /* カーソル形状         */
    width: 100%;
}
/* --- 親要素にマウスオーバー時に文字を表示する ------------ */
.buttonArea:hover > div {
  left          : 0; 
  bottom        : 0; 
}
/* --- マウスオーバー時に表示される文字の要素 -------------- */
.buttonArea > div {
    position      : absolute;
    left          : 100%;             /* 見えない左に移動     */
    bottom        : 0;                 /* 親要素の下に合わせる */
    transition    : .5s;               /* 変化時間             */
    box-sizing    : border-box;        /* 余白・罫線を含める   */
    width         : 97%;              /* 親要素の幅に合わせる */
    color         : #000;               /* 文字色               */
    background-color: #FFC600;              /* 背景色               */
    text-align    : left;            /* 文字位置             */
    font-size     : 11pt;              /* 文字サイズ           */
    font-weight   : bold;              /* 太字                 */
    line-height   : 1.2;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-left: 20px;
    height: 100%;
    word-break: break-all
}
/*横浜ボタン*/

/*ワークシートボタン*/
.logo_ws{
    width: 35%;
    border: 0;
    display: block;
    padding-right: 0px;
    float: right;
}
.tex_ws{
    width: 100%;
    font-size: 2em;
    font-weight: bold;
    float: right;
    line-height: 1.3em;
    color: #000000;
    padding-top: 10px;
    text-align: left;
}
.tex_ws2{
    font-size: 1em;
    color: #000000;
    float: left;
    font-weight: bold;
}
.buttonArea2 {
    position      : relative;
    display       : inline-block;
    overflow      : hidden;            /* はみ出し範囲は非表示 */
    cursor        : pointer;           /* カーソル形状         */
    width: 23%;
    float: right;
    margin-top: 170px;
    border-bottom: 10px solid #0477ce;
    right: -60px;
    padding-left: 10px;
    padding-bottom: 10px;
}
/* --- 親要素にマウスオーバー時に文字を表示する ------------ */
.buttonArea2:hover > div {
  /*left          : 0;                  親要素の左端に移動   */
   /*bottom        : 0;                 /* 親要素の下端に移動   */
}
/* --- マウスオーバー時に表示される文字の要素 -------------- */
.buttonArea2 > div {
    position      : absolute;
    left          : 0;             /* 見えない左に移動     */
    bottom        : 100%;                 /* 親要素の下に合わせる */
    transition    : .5s;               /* 変化時間             */
    box-sizing    : border-box;        /* 余白・罫線を含める   */
    width         : 100%;              /* 親要素の幅に合わせる */
    color         : #fff;               /* 文字色               */
    background-color: #20aee5;              /* 背景色               */
    text-align    : left;            /* 文字位置             */
    font-size     : 12pt;              /* 文字サイズ           */
    font-weight   : bold;              /* 太字                 */
    line-height   : 1.2;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    height: 100%;
    word-break: break-all
}
/*ワークシートボタン*/

/*サポートボタン*/
.logo_sp{
    width: 35%;
    border: 0;
    display: block;
    float: left;
}
.tex_sp{
    width: 100%;
    font-size: 2em;
    font-weight: bold;
    float: left;
    line-height: 1.3em;
    color: #000000;
    padding-top: 10px;
    text-align: left;
}
.tex_sp2{
    width: 100%;
    font-size: 1em;
    color: #000;
    float: left;
    font-weight: bold;
}
.buttonArea3 {
    position      : relative;
    display       : inline-block;
    overflow      : hidden;            /* はみ出し範囲は非表示 */
    cursor        : pointer;           /* カーソル形状         */
    width: 20%;
    float: left;
    border-top: 10px solid #0477ce;
    left: 12px;
    padding-left: 10px;
    top: 257px;
}
/* --- 親要素にマウスオーバー時に文字を表示する ------------ */
.buttonArea3:hover > div {
  left          : 0;                 /* 親要素の左端に移動   */
  bottom        : 0;                 /* 親要素の下端に移動   */
}
/* --- マウスオーバー時に表示される文字の要素 -------------- */
.buttonArea3 > div {
    position      : absolute;
    left          : 0;             /* 見えない左に移動     */
    bottom        : 100%;                 /* 親要素の下に合わせる */
    transition    : .5s;               /* 変化時間             */
    box-sizing    : border-box;        /* 余白・罫線を含める   */
    width         : 100%;              /* 親要素の幅に合わせる */
    color         : #fff;               /* 文字色               */
    background-color: #20aee5;              /* 背景色               */
    text-align    : left;            /* 文字位置             */
    font-size     : 12pt;              /* 文字サイズ           */
    font-weight   : bold;              /* 太字                 */
    line-height   : 1.2;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    height: 100%;
    word-break: break-all
}
/*サポートボタン*/

/*AI QI システム*/
.box_sp{
    width: 100%;
    display: block;
}
.logo_ai{
    width: 8%;
    border: 0;
    display: block;
    float: left;
}
.logo_ai2{
    width: 20%;
    border: 0;
    float: left;
    text-align: left;
    margin-top: -15px;
    margin-right: 10px;
}
.tex_ai{
    font-size: 2em;
    font-weight: bold;
    float: left;
    line-height: 1.3em;
    color: #000000;
    padding-top: 20px;
    text-align: left;
    margin-left: 10px;
}
.tex_ai2{
    width: 100%;
    font-size: 1em;
    color: #000000;
    float: left;
    font-weight: bold;
}
.buttonArea4 {
    position      : relative;
    display       : inline-block;
    overflow      : hidden;            /* はみ出し範囲は非表示 */
    cursor        : pointer;           /* カーソル形状         */
    width: 69%;
    float: left;
    border-left: 10px solid #0477ce;
    padding-top: 60px;
    padding-left: 10px;
    top: 106px;
    margin-left: 20px;
    left: 175px;
    height: 44%;
    margin-bottom: 20px;
}
/* --- 親要素にマウスオーバー時に文字を表示する ------------ */
.buttonArea4:hover > div {
  left          : 0;                 /* 親要素の左端に移動   */
  bottom        : 0;                 /* 親要素の下端に移動   */
}
/* --- マウスオーバー時に表示される文字の要素 -------------- */
.buttonArea4 > div {
    position      : absolute;
    left          : 0;             /* 見えない左に移動     */
    bottom        : 160%;                 /* 親要素の下に合わせる */
    transition    : .5s;               /* 変化時間             */
    box-sizing    : border-box;        /* 余白・罫線を含める   */
    width         : 100%;              /* 親要素の幅に合わせる */
    color         : #fff;               /* 文字色               */
    background-color: #20aee5;              /* 背景色               */
    text-align    : left;            /* 文字位置             */
    font-size     : 12pt;              /* 文字サイズ           */
    font-weight   : bold;              /* 太字                 */
    line-height   : 1.2;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    height: 100%;
    word-break: break-all
}
.buttonArea4 > div a{
    color         : #fff;               /* 文字色               */
}
/*AI QI ボタン*/

/*アドレス*/
.tex_ad{
    font-size: 0.5em;
    color: #000000;
    font-weight: 600;
}
.md_logo{
    width: 40%;
}
.md_logo2{
    width: 80%;
}
/*アドレス*/

@media screen and (max-width: 768px) {

.main{
    width: 100%;
    height: 470px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-top: -5px;
}
/*横浜ボタン*/
.logo_yokohama{
    width: 3%;
    margin-right: 3%;
    border: 0;
    height: 93px;
}
.tex_yokohama{
    width: 76%;
    font-size: 1em;
    line-height: 1.3em;
    padding-top: 10px;
}
.buttonArea {
    width: 100%;
    word-break: break-all
    
}
/*横浜ボタン*/
.buttonArea > div {
    font-size     : 0.5em;
    margin-left: 10px;/* 文字サイズ           */
    word-break: break-all;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    line-height: 1.3em;
}
/*ワークシートボタン*/
.buttonArea2 {
    position      : relative;
    display       : none;
    overflow      : hidden;            /* はみ出し範囲は非表示 */
    overflow-wrap: anywhere;
    cursor        : pointer;           /* カーソル形状         */
    width: 50%;
    float: right;
    margin-top: 250px;
    border-bottom: 10px solid #0477ce;
    right: 0px;
    padding-left: 8px;
    margin-top: 170px;
}
/*ワークシートボタン*/
/*サポートボタン*/
.buttonArea3 {
    position      : relative;
    display       : inline-block;
    overflow      : hidden;            /* はみ出し範囲は非表示 */
    cursor        : pointer;           /* カーソル形状         */
    width: 50%;
    float: left;
    border-top: 10px solid #0477ce;
    left: 0px;
    padding-left: 10px;
    top: 170px;
}
/*サポートボタン*/
/*AI QI システム*/
.buttonArea4 {
    position      : relative;
    display       : inline-block;
    overflow      : hidden;            /* はみ出し範囲は非表示 */
    cursor        : pointer;           /* カーソル形状         */
    width: 100%;
    float: left;
    border-left: 10px solid #0477ce;
    padding-top: 0px;
    padding-left: 10px;
    top: 200px;
    margin-left: 0px;
    left: 0px;
    height: 44%;
    margin-bottom: 20px;
}
.buttonArea4 > div {
    font-size     : 9pt;
    word-break: break-all;
}
.logo_ai2{
    width: 50%;
    border: 0;
    float: left;
    text-align: left;
    margin-top: 0px;
    margin-left: 0px;
}
.tex_ai {
    padding-top: 0px;
}
/*AI QI ボタン*/
/*アドレス*/
.tex_ad{
    font-size: 0.5em;
    color: #000000;
    font-weight: 600;
    margin-top: 150px;
    margin-left: 20px;
}
.logo_ad{
    width: 40%;
    margin-top: 150px;
}
/*アドレス*/
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 0px;
    padding-right: 0px;
}
#fh5co-footer .fh5co-copyright{
    text-align: center;
    width: 100%;
    padding-top: 0px;
}
}