@charset "UTF-8";

.clearfix:after {
  clear: both;
  content: '';
  display: block;
}

@media screen and (min-width: 1025px) {

  *,
  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  body {
    min-width: 1280px;
    height: 100%;
  }

  #menu-areaIn {
    height: 100%;
  }

  h2,
  h3 {
    font-weight: bold;
    line-height: 1;
  }

  /*=================================================================
  a
  =================================================================*/
  a {
    text-decoration: none;
  }

  img {
    display: block;
  }

  /*=================================================================
  #wrapper-area
  =================================================================*/
  #wrapper-area {
    background-color: #efefef;
    /*overflow: hidden;*/
    width: 100%;
  }

  /*=================================================================
  .center
  =================================================================*/
  .center {
    text-align: center;
  }

  /*=================================================================
  #header-area
  =================================================================*/
  /*#header-area*/
  #header-area {
    width: 100%;
    background: #000000;
  }

  /*#header-areaIn*/
  #header-areaIn {
    background: #000000;
    width: 100%;
    /* height: 90px; */
    /* height: 48px; */
    height: 70px;
    padding: 0 0 0 0px;
    display: flex;
    justify-content: left;
    position: relative;
  }

  /*#header-inner*/
  #header-inner {
    background: #000000;
    background: black;
    height: 90px;
  }

  /*#header-nav*/
  #header-nav {
    border-top: 8px solid #79BD9A;
    background: #A8DBA8;
  }

  /*#header-nav ul*/
  #header-nav ul {
    list-style: none;
    margin: 0 auto;
    max-width: 1000px;
  }

  #header-nav li {
    float: left;
    width: 20%;
  }

  #header-nav li a {
    display: block;
    padding: 20px 0;
    width: 100%;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    color: #EFEFEF;
  }

  #header-nav li a:hover {
    background: #79BD9A;
  }

  /*form　ヘッダー　検索
  ================================================================*/
  /*label*/
  /* label {
    cursor: pointer;
  } */

  /*select*/
/* 2020/09/08 B-TMI1QA-0000010 大庭 Start */
/*  select:not(.monthselect):not(.yearselect) {*/
  #selectLanguage {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 0;
    z-index: 3;
    width: 100%;
    height: 20px;
    border: 0;
    background: none;
    font-size: 14px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 8px;
    background-image: url("../image/ico_dw_arrow.svg");
    background-repeat: no-repeat;
    background-size: 11px 7px;
    background-position: 94% center;
  }
  #selectLanguage:focus {
    border: solid 1px #0171bd;
  }
/* 2020/09/08 B-TMI1QA-0000010 大庭 Start */

  /*.header-btn*/
  .header-btn {
    padding-left: 8px;
    padding-left: 34px;
    /* padding-top: 8px; */
    align-items: center;
    display: flex;
  }

  /*#ttl-serch*/
  #ttl-serch::before {
    content: url("../image/ico_border.png");
    position: relative;
    top: -4px;
    left: -6px;
  }

  /*銘柄コードを検索*/
  /*.select-item*/
  .select-item {
    display: inline-block;
    position: relative;
    width: 132px;
    height: 20px;
    border-radius: 3px;
    background-color: #fff;
    margin-right: 12px;
  }

  .select-item select {
    font-size: 13px;
  }

  /*.select-item-label*/
  .select-item-label {
    display: inline-block;
    z-index: 1;
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 22px;
    vertical-align: top;
    text-align: center;
  }

  /*.select-item02*/
  .select-item02 {
    display: inline-block;
    position: relative;
    /* width: 457px;
    height: 28px; */
    width: 85px;
    height: 25px;
    border: 1px solid #CCC;
    background-color: #fff;
    /* margin-right: 12px; */
    margin-left: 12px;
  }

  .select-item02 select {
    font-size: 14px;
    height: 28px;
    background-position: 98% center;
  }

  /*銘柄コードを検索*/
  /*#form02 input#input02*/
  #form02 input#input02 {
    vertical-align: top;
    margin: 0px;
    width: 152px;
    height: 100%;
    box-sizing: border-box;
    border: none;
    padding-left: 10px;
    background-color: #FFF;
    border-radius: 3px 0 0 3px;
    font-size: 13px;
  }

  /*#form02 input#submit02*/
  #form02 input#submit02 {
    width: 58px;
    height: 30px;
    margin-right: 8px;
    border: none;
    background-image: url("../image/btn_serch.png");
    background-position: center;
    background-size: 58px 30px;
    background-repeat: no-repeat;
    background-color: #000;
    cursor: pointer;
  }

  /*#submit02:hover*/
  #submit02:hover {
    opacity: 0.7;
  }

  /*#txt_search a*/
  #txt_search a {
    font-size: 12px;
    color: #FFF;
    text-decoration: underline;
  }

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

  /*#ttl-serch*/
  #ttl-serch {
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.02em;
    margin-bottom: 9px;
    color: #FFF;
    padding-left: 5px;
    font-size: 15px;
  }

  /*.serch-item*/
  .serch-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    border-radius: 5px;
    margin-right: 10px;
  }

  /*.serch-item02*/
  .serch-item02 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    border-radius: 5px;
    margin-right: 10px;
  }

  /*#form02 input#input03*/
  .serch-item02 input#input03 {
    vertical-align: top;
    margin: 0px;
    width: 110px;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #cacbcb;
    border-radius: 4px 0 0 4px;
    padding-left: 5px;
    background-color: #FFF;
    font-size: 12px;
  }

  /*#form02 input#submit03*/
  .serch-item02 input#submit03 {
    width: 40px;
    height: 20px;
    margin-right: 8px;
    border: none;
    background-image: url("../image/btn_serch02.png");
    background-position: center;
    background-size: 40px 20px;
    background-repeat: no-repeat;
    background-color: none;
    cursor: pointer;
  }

  /*#submit03:hover*/
  .serch-item02 #submit03:hover {
    opacity: 0.7;
  }

  /*#txt_search a*/
  .serch-item02 #txt_search02 a {
    font-size: 12px;
    text-decoration: underline;
    color: #404040;
  }

  /*#txt_search a:hover*/
  .serch-item02 #txt_search02 a:hover {
    text-decoration: none;
  }

  /*.header-menu*/
  .header-menu {
    color: #FFF;
    display: flex;
    /* margin-top: 8px; */
    align-items: center;
    position: absolute;
    right: 126px;
    top: 15px;
  }

  /* #header-areaIn .header-menu li {
    line-height: 20px;
    font-size: 11px;
    display: flex;
    margin:0px -16px 0px 36px;
  } */

  /*.header-menu-item*/
  .header-menu-item:nth-last-child(2) {
    margin-right: 15px;
  }

  .header-menu-item:last-child {
    /* margin-right: 0; */
    margin-right: 10px;
  }

  .header-menu-item a {
    letter-spacing: 0.04em;
    color: #FFF;
  }

  .header-menu-item a:hover {
    text-decoration: underline;
  }

  .header-menu-item:last-child a:hover {
    opacity: 0.5;
  }

  /*.search-btn*/
  .search-btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  /*.search-form p*/
  .search-form p {
    color: #FFF;
    font-size: 10px;
  }

  /*=================================================================
  #login
  =================================================================*/
  #login {
    width: 504px;
    padding: 0;
  }

  .logo_tmi {
    /* height: auto; */
    margin-bottom: 20px;
    display: block;
    width: 100%;
    height: 170px;
  }

  .logo_tmi_img{
    width: 100px;
    height: 170px;
/* 2020/09/29 B-TMI1QA-0000007 鮑 Start */
    /* background: url("../image/ico_jpx.png") no-repeat center center;
    background-position: -45px 13px; */
    float: right;
  }

  .logo_tmi_img img{
    margin: 20px -45px;
  }
/* 2020/09/29 B-TMI1QA-0000007 鮑 End */

  .logo_tmi_content {
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 23px;
    vertical-align: middle;
  }

  /*=================================================================
  #loginWrap
  =================================================================*/
  #loginWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    width: calc(100vw - 580px);
    max-width: 900px;
  }

  #loginWrap .headerItem{
    font-size: 11px;
    color: #FFF;
  }

  #loginWrap #personalBox {
    margin-top: 16px;
    margin-right: 30px;
    /* width: 229px; */
    display: flex;
    flex-wrap: wrap;
    border-top: none;
    font-size: 11px;
    color: #FFF;
  }

  #personalBox dt {
    width: 95px;
    padding: 5px;
    border-right: 1px solid #404040;
  }

  #personalBox dd {
    padding: 5px;
    margin: 0;
    width: calc(227px - 95px);
  }

  /*=================================================================
  .txt-language
  =================================================================*/
  .txt-language {
    color: #FFF;
    font-size: 12px;
    margin-right: 10px;
  }

  /*=================================================================
  #main-area
  =================================================================*/
  #main-area {
    /**background-color: #FFF;*/
    /* background: url("../image/bg_menu.png") repeat-y left top; */
    /* padding-left: 207px; */
    /* padding-left: 117px; */
    padding-left: 142px;
  }

  #main-areaIn {
    width: 993px;
    height: 100%;
    margin: 50px 0 0 40px;
    padding-bottom: 60px;
  }

  #main-area-inner {
    background: #efefef;
  }


  /*=================================================================
  #content-menu
  =================================================================*/
  /*#content-menu*/
  #content-menu {
    background: #606060;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 4px solid #E60012;
  }

  /*.content-menu-item a*/
  .content-menu-item a {
    background: #606060;
    width: 215px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #FFF;
    border-right: 2px solid #8f8f8f;
    font-weight: bold;
    line-height: 1.4;
    font-size: 14px;
    letter-spacing: 0.12em;
  }

  .content-menu-item:last-child a {
    width: 213px;
  }

  .content-menu-item a:hover {
    background: #E60012;
  }

  .content-menu-item.current a {
    background-color: #e60012;
  }

  /*=================================================================
  #menu-area
  =================================================================*/
  /*#menu-area*/
  #menu-area {
    float: left;
    /* width: 207px; */
    /* width: 117px; */
    width: 142px;
    height: 100%;
    min-height: 80vh;
    background-color: #FFF;
    background: -moz-linear-gradient(50% 0% -90deg, #d40012 0%, #d00010 27.21%, #c3000c 56.06%, #ae0005 85.58%, #a10000 99.72%);
    background: -webkit-linear-gradient(-90deg, #d40012 0%, #d00010 27.21%, #c3000c 56.06%, #ae0005 85.58%, #a10000 99.72%);
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, #d40012), color-stop(0.2721, #d00010), color-stop(0.5606, #c3000c), color-stop(0.8558, #ae0005), color-stop(0.9972, #a10000));
    background: -o-linear-gradient(-90deg, #d40012 0%, #d00010 27.21%, #c3000c 56.06%, #ae0005 85.58%, #a10000 99.72%);
    background: -ms-linear-gradient(-90deg, #d40012 0%, #d00010 27.21%, #c3000c 56.06%, #ae0005 85.58%, #a10000 99.72%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#D40012', endColorstr='#A10000' ,GradientType=0)";
    background: linear-gradient(180deg, #d40012 0%, #d00010 27.21%, #c3000c 56.06%, #ae0005 85.58%, #a10000 99.72%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D40012', endColorstr='#A10000', GradientType=0);
    z-index: 1;
  }

  /*#site-logo*/
  #site-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 117px;
    height: 108px; */
    /* width: 207px; */
    /* height: 190px; */
    width: 142px;
    height: 130px;
    background-color: white;
  }
  #site-logo img {
    width: 142px;
    height: 130px;
  }

  /*#site-logo*/
  .sub-ttl {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 100%;
    color: #FFF;
    font-size: 13px;
    background-color: #000;
  }

  /*#menu*/
  /*.menu-item*/
  .menu-item {
    width: 207px;
    height: 100px;
    font-size: 15px;
    background-repeat: no-repeat;
  }

  .menu-item.current {
    background: #930012;
  }

  .menu-item:hover {
    background: #930012;
  }

  .menu-item a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    width: 207px;
    height: 100px;
    font-weight: bold;
  }

  .menu-item a img {
    margin-bottom: 13px;
  }

  /*=================================================================
  .sec
  =================================================================*/
  .sec {
    margin-bottom: 20px;
  }

  .sec:last-child {
    margin-bottom: 0;
    padding-bottom: 25px;
  }

  .sec02 {
    margin-bottom: 60px;
  }

  .sec02:last-child {
    margin-bottom: 0;
  }

  .sec03 {
    margin-bottom: 40px;
  }

  .sec04 {
    margin-bottom: 90px;
  }

  .sec05 {
    margin-bottom: 90px;
  }

  .sec06 {
    margin-bottom: 0;
  }

  .sec07 {
    margin-bottom: 75px;
  }

  .sec08 {
    margin-bottom: 50px;
  }

  .sec09 {
    margin-bottom: 105px;
  }

  .sec10 {
    margin-bottom: 25px;
  }

  .sec11 {
    margin-bottom: 35px;
  }


  /*2カラム　block
  =======================================================*/
  .blockWrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .block-2col {
    width: 476px;
  }

  /*=================================================================
  .block
  =================================================================*/
  .block {
    margin-bottom: 20px;
    padding: 30px 28px 28px 28px;
    background-color: #e3e3e3;
  }

  .block01 {
    margin-bottom: 20px;
    padding: 25px 0;
    background-color: #e3e3e3;
  }

  .block02 {
    padding: 8px 0 37px 0;
  }

  .block03 {
    padding: 30px 0 37px 0;
  }

  .block04 {
    padding: 8px 0 0 0;
  }

  .block05 {
    padding: 20px 0 37px 0;
  }

  .block06 {
    margin-bottom: 20px;
    padding: 30px 28px 10px 28px;
    background-color: #e3e3e3;
  }

  .block07 {
    margin-bottom: 20px;
    padding: 30px 28px 10px 28px;
    background-color: #e3e3e3;
  }

  .block08 {
    margin-bottom: 55px;
    padding: 16px 25px;
    background-color: #e3e3e3;
  }

  /*=================================================================
  .button-addfield
  =================================================================*/

  /*button.addfield*/
 .addfield {
    color: #FFF;
    border-radius: 5px;
    background-color: #575757;
    display: block;
    margin-top: 0px;
    margin-bottom: 10px;
    border: none;
    padding: 0;
    width: 85px;
    height: 27px; }

    .addfield:hover {
    opacity: 0.5; }

  /*=================================================================
  .dl-button-area
  =================================================================*/
  .dl-button-area {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /*=================================================================
  .button01
  =================================================================*/
  .button01 {
    margin: 0 10px 0;
    width: 170px;
    height: 51px;
  }

  /*.button01.Ver2*/
  .button01.Ver2 {
    margin: 0 10px 0;
    width: 183px;
    height: 51px;
  }

  .button01.Ver2 .button01-In {
    font-size: 17px;
  }

  /*.button01.Ver3*/
  .button01.Ver3 {
    margin: 0 10px 0;
    width: 178px;
    height: 60px;
  }

  .button01.Ver3 .button01-In {
    text-align: center;
    background-color: #FFF;
    font-size: 17px;
    line-height: 1.2;
  }

  .button01-In {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    font-size: 15px;
    color: #404040;
    border: 1px solid #9e9e9e;
    background-image: url("../image/ico_triangle_g.svg");
    background-size: 7px 7px;
    background-position: bottom 5px right 5px;
    background-repeat: no-repeat;
    font-weight: bold;
  }

  .button01-In span {
    font-size: 14px;
    margin-top: 5px;
    font-weight: normal;
  }

  .dl-button-area .button01-In:hover {
    border: 1px solid #e60012;
  }

  .dl-button-area .button01-In:hover {
    opacity: 1;
    color: #e60012 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../image/ico_arrow_red.svg");
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-size: 7px 7px;
    background-position: bottom 5px right 5px;
    font-weight: bold;
    font-size: 15px;
    text-decoration: underline !important;
    cursor: pointer;
  }

  /*=================================================================
  .button02
  =================================================================*/
  .button02 {
    margin: 0 10px 0;
    width: 170px;
    height: 50px;
  }
  .button02:hover{
    cursor: pointer;
  }

  .button02-In {
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #E60012;
    width: 100%;
    height: 100%;
    font-size: 15px;
    color: #FFF !important;
    background-image: url("../image/ico_triangle.svg");
    background-size: 6px 6px;
    background-position: bottom 5px right 5px;
    background-repeat: no-repeat;
/* 2020/09/08 B-TMI1QA-0000010 大庭 Start */
    border: none;
/* 2020/09/08 B-TMI1QA-0000010 大庭 End */
  }

  .button02-In:hover {
    color: #fff !important;
    background: #930012;
    background-image: url("../image/ico_triangle.svg");
    background-size: 6px 6px;
    background-position: bottom 5px right 5px;
    background-repeat: no-repeat;
    text-decoration: underline !important;

  }

  /*=================================================================
  #button-of-login-area
  =================================================================*/
  .button0017 {
    margin: 46px 436px 40px;
    width: 170px;
    height: 50px;
  }
  .button0017:hover{
    cursor: pointer;
  }

  .button0017-In {
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #E60012;
    width: 100%;
    height: 100%;
    font-size: 15px;
    color: #FFF !important;
    background-image: url("../image/ico_triangle.svg");
    background-size: 6px 6px;
    background-position: bottom 5px right 5px;
    background-repeat: no-repeat;
  }

  .button0017-In:hover {
    color: #fff !important;
    background: #930012;
    background-image: url("../image/ico_triangle.svg");
    background-size: 6px 6px;
    background-position: bottom 5px right 5px;
    background-repeat: no-repeat;
    text-decoration: underline !important;

  }
  .btWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }

  .loginId-or-forgot-password p {
    min-width: 236px;
    display: inline-block;
  }

  .btJp,
  .btEn {
    border: 1px solid #404040;
    background: #FFFFFF;
  }

/* 2020/09/07 B-TMI1QA-0000010 大庭 Start */
  .btJp button,
  .btEn button {
/* 2020/09/07 B-TMI1QA-0000010 大庭 End */
    color: #404040;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 236px;
    height: 60px;
    background: url("../image/ico_triangle_g.svg") #FFF;
    background-repeat: no-repeat;
    background-size: 7px 7px;
    background-position: left 98% bottom 5px;
    font-weight: bold;
    font-size: 15px;
/* 2020/09/07 B-TMI1QA-0000010 大庭 Start */
    border: solid 1px;
/* 2020/09/07 B-TMI1QA-0000010 大庭 End */
  }

  .btJp:hover a,
  .btEn:hover a {
    border: 1px solid #e60012;
    color: #e60012;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 236px;
    height: 60px;
    background: url("../image/ico_arrow_red.svg") #FFF;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-size: 7px 7px;
    background-position: left 98% bottom 5px;
    font-weight: bold;
    font-size: 15px;
    text-decoration: underline;
  }


  /*=================================================================
  #footer-area
  =================================================================*/
  #footer-area {
    z-index: 9999;
    width: 100%;
    background: #000000;
    /* margin-bottom: -30px; */
  }

  #footer-areaIn {
    width: 100vw;
    /* height: 30px; */
    height: 20px;
    padding-right: 20px;
    text-align: right;
    color: #FFF;
    font-size: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }


  /*=================================================================
  汎用　背景
  =================================================================*/
  .bgTop {
    background-image: url("../image/ico_top.svg");
  }

  .bgTopix {
    background-image: url("../image/ico_topix.svg");
  }

  .bgCorporate {
    background-image: url("../image/ico_corporate.svg");
  }

  .bgTdnetdbs {
    background-image: url("../image/ico_tdnetdbs.svg");
  }

  .bgMaster {
    background-image: url("../image/ico_master.svg");
  }

  .bgSearch {
    background-image: url("../image/ico_search.svg");
  }

  /*=================================================================
  リード　.reard
  =================================================================*/
  .read {
    font-size: 14px;
    line-height: 2.0;
    margin-bottom: 45px;
  }

  .read .square {
    padding: 0 6px;
    margin: 0 0 0;
    border: 1px solid #cacbcb;
  }

  /*=================================================================
  見出し　.heading01/.heading02/.heading03/.heading04/.heading05
  =================================================================*/
  .heading-title01 {
    display: flex;
    align-items: center;
    font-size: 26px;
    font-weight: bold;
    color: #FFF;
    background: #404040;
    /* height: 100px; */
    height: 60px;
    padding-left: 90px;
    letter-spacing: 0.07em;
    white-space: nowrap;
  }

  .bgMenu {
    background-image: url("../image/ico_menu.svg");
    background-repeat: no-repeat;
    background-position: 40px;
    background-size: 26px 37px;
  }

  .bgMarketPrice {
    background-image: url("../image/ico_kabuka.svg");
    background-repeat: no-repeat;
    background-position: 40px;
    background-size: 31px 33px;
  }

  .bgID {
    background-image: url("../image/ico_masuter.svg");
    background-repeat: no-repeat;
    background-position: 50px;
    background-size: 20px 32px;
  }

  .bgBasic {
    background-image: url("../image/ico_api_tekiji.svg");
    background-repeat: no-repeat;
    background-position: 40px;
    background-size: 27px 32px;
  }

  .bgClaim {
    background-image: none;
    padding-left: 40px;
  }

  .bgClaim02 {
    background-image: none;
    padding-left: 40px;
  }


  .bgTopixL {
    background-image: url("../image/ico_topix_l.svg");
    background-repeat: no-repeat;
    background-position: 35px;
    background-size: 40px 37px;
  }

  .bgCoporateL {
    background-image: url("../image/ico_coporate_l.svg");
    background-repeat: no-repeat;
    background-position: 35px;
    background-size: 40px 37px;
  }

  .bgTdnetdbsL {
    background-image: url("../image/ico_tdnetdbs_l.svg");
    background-repeat: no-repeat;
    background-position: 35px;
    background-size: 37px 41px;
  }

  .bgTopL {
    background-image: url("../image/ico_top_l.svg");
    background-repeat: no-repeat;
    background-position: 33px 27px;
    background-size: 40px 35px;
  }

  .bgGtopL {
    background-image: url("../image/ico_gtop_l.svg");
    background-repeat: no-repeat;
    background-position: 33px 27px;
    background-size: 40px 35px;
  }

  .bgSearchL {
    background-image: url("../image/ico_search_l.svg");
    background-repeat: no-repeat;
    background-position: 36px 29px;
    background-size: 38px 37px;
  }


  .bgPassword {
    background-image: url("../image/ico_pass.svg");
    background-repeat: no-repeat;
    background-position: 40px;
    background-size: 38px 37px;
  }


  .heading-title02 {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 12px;
    padding-bottom: 17px;
    border-bottom: 2px solid #CCC;
    letter-spacing: 0.05em;
  }


  .heading-title02a {
    font-size: 17px;
    margin-bottom: 12px;
    padding-bottom: 17px;
    border-bottom: 2px solid #CCC;
    letter-spacing: 0.05em;
  }

  .heading-title02 span.required {
    color: #e50012;
    font-size: 14px;
  }

  .heading-title02 span {
    font-size: 14px;
  }

  .heading-title02-no {
    font-size: 17px;
    margin-bottom: 12px;
    padding-bottom: 0;
    letter-spacing: 0.05em;
  }

  .heading-title02-no-2 {
    font-size: 18px;
    margin-bottom: 12px;
    padding-bottom: 0;
    letter-spacing: 0.05em;
  }

  .heading-title03 {
    font-weight: bold;
    font-size: 14px;
    display: flex;
    padding-left: 10px;
    align-items: center;
    background: #727272;
    height: 30px;
    color: #FFF;
    letter-spacing: 0.05em;
  }

  .heading-title03 .title03-h {
    display: flex;
    align-items: center;
    width: 120px;
    height: 100%;
    padding-left: 15px;
    margin-left: -15px;
    color: #FFF;
    font-weight: bold;
    background-color: #575757;
  }

  .heading-title03 .title03-item {
    font-size: 13px;
    color: #FFF;
    font-weight: normal;
    padding-left: 18px;
  }

  .heading-title04 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
    display: flex;
    padding-left: 0;
    align-items: center;
    color: #404040;
    letter-spacing: 0.05em;
  }

  .heading-title05 {
    margin-top: 10px;
    font-size: 14px;
    display: flex;
    padding-left: 10px;
    align-items: center;
    height: 30px;
    letter-spacing: 0.05em;
  }

  .heading-title05 .title05-h {
    display: flex;
    align-items: center;
    width: 120px;
    height: 100%;
    padding-left: 15px;
    margin-left: -15px;
    font-weight: bold;
  }

  /*=================================================================
  or
  =================================================================*/
  .or {
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
  }

  .or:before,
  .or:after {
    border-top: 1px solid #b6b6b6;
    content: "";
    width: 100%;
  }

  .or:before {
    margin-right: 1em;
  }

  .or:after {
    margin-left: 1em;
  }

  /*.check04*/
  .check04 {
    display: inline-block;
    margin-right: 10px;
    padding: 0 0 0 0;
    vertical-align: middle;
    cursor: pointer;
    font-size: 14px;
    width: 17px;
    height: 17px;
  }

  .check04:hover:after {
    border-color: #0171bd;
  }

  .check04:after {
    box-sizing: border-box;
    display: block;
    margin-top: -14px;
    width: 17px;
    height: 17px;
    border: 1px solid #ccc;
    content: '';
    background-color: #FFF;
  }

  .check04:before {
    display: block;
    width: 14px;
    height: auto;
    content: url("../image/ico_check.svg");
    opacity: 0;
    z-index: 999;
    position: relative;
    top: 2px;
    left: 2px;
  }

  input[type=checkbox]:checked+.check04:before {
    opacity: 1;
  }

  /*=================================================================
  .next
  =================================================================*/
  .next {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 215px;
  }

  .next a {
    color: inherit;
    text-decoration: underline;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
  }

  .next .n1 {
    background-image: url("../image/n1.png");
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 25px;
    width: 75px;
    box-sizing: border-box;
    margin-right: 5px;
  }

  .next .n2 {
    background-image: url("../image/n2.png");
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 25px;
    width: 75px;
    box-sizing: border-box;
    margin-right: 5px;
  }

  .next .n3 {
    background-image: url("../image/n3.png");
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 25px;
    width: 75px;
    box-sizing: border-box;
    margin-right: 5px;
  }

  .next .n4 {
    background-image: url("../image/n4.png");
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 25px;
    width: 75px;
    box-sizing: border-box;
    margin-right: 5px;
  }

  /*=================================================================
  icon
  =================================================================*/
  .icon-Required {
    color: #FFF;
    margin-left: 10px;
    border-radius: 5px;
    background-color: #e60012;
    width: 30px;
    height: 16px;
    display: table-cell;
    padding: 3px;
    font-size: 10px;
    display: inline-block;
    text-align: center;
    font-weight: normal;
  }

  .icon-New {
    margin-left: 10px;
    padding-top: 3px;
    text-align: center;
    color: #e40013;
    font-size: 10px;
    width: 32px;
    height: 18px;
    border: 1px solid #e40013;
    display: inline-block;
  }


  .Square {
    width: 10px;
    height: 10px;
    background: black;
    transform: rotate(45deg);
  }

  /*=================================================================
  余白など
  =================================================================*/
  .mr0 {
    margin-right: 0 !important;
  }

  .ml0 {
    margin-left: 0 !important;
  }

  .mr10 {
    margin-right: 10px !important;
  }

  .mb10 {
    margin-bottom: 10px !important;
  }

  .mb20 {
    margin-bottom: 20px !important;
  }

  .mb25 {
    margin-bottom: 25px !important;
  }

  .mb30 {
    margin-bottom: 30px !important;
  }

  .mb35 {
    margin-bottom: 35px !important;
  }

  .mb40 {
    margin-bottom: 50px !important;
  }

  .mb50 {
    margin-bottom: 50px !important;
  }

  .mb70 {
    margin-bottom: 70px !important;
  }

  .pr0 {
    padding-right: 0 !important;
  }

  .pl0 {
    padding-left: 0 !important;
  }

  .wauto {
    width: auto !important;
  }

  /*=================================================================
  .pcOnly .tabOnly
  =================================================================*/
  .pcOnly {
    display: block;
  }

  .tabOnly {
    display: none;
  }

  /*=================================================================
  .txt-Required
  =================================================================*/
  .txt-Required {
    margin-bottom: 10px;
    float: right;
    font-size: 14px;
  }

  .mainHeader {
    position: fixed;
    top: 0px;
    /* left: 207px; */
    left: 117px;
  }

  #iframe {
    /* margin-top: 80px; */
    margin-top: 100px;
  }


  #site-logo img {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }


  /*=================================================================
.contents
=================================================================*/
  .notice {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 20px;
    font-size: 17px;
  }

  .desc-form {
    color: red;
    width: 100%;
    font-size: 14px;
    height: 7em;
  }

}

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

  *,
  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  /*=================================================================
  a
  =================================================================*/
  a {
    text-decoration: none;
  }

  img {
    max-width: 100%;
    height: auto;
    display: block;
    vertical-align: top;
  }

  /*=================================================================
  #wrapper-area
  =================================================================*/
  #wrapper-area {
    background-color: #efefef;
    /* overflow: hidden; */
    width: 100%;
  }

  /*=================================================================
  .center
  =================================================================*/
  .center {
    text-align: center;
  }

  /*=================================================================
  #header-area
  =================================================================*/
  /*#header-area*/
  #header-area {
    width: 80.543vw;
    width: 88.543vw;
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
    background: #000000;
  }

  /*#header-areaIn*/
  #header-areaIn {
    background: #000000;
    width: 100%;
    /* height: 9.92vw; */
    height: 7.84vw;
    padding: 0 12.695vw 0 2.344vw;
    display: flex;
    justify-content: space-between;
  }

  /*#header-inner*/
  #header-inner {
    background: #000000;
    background: black;
    height: 7.031vw;
  }

  /*#header-nav*/
  #header-nav {
    border-top: 8px solid #79BD9A;
    background: #A8DBA8;
  }

  /*#header-nav ul*/
  #header-nav ul {
    list-style: none;
    margin: 0 auto;
    max-width: 78.125vw;
  }

  #header-nav li {
    float: left;
    width: 20%;
  }

  #header-nav li a {
    display: block;
    padding: 1.563vw 0;
    width: 100%;
    text-decoration: none;
    text-align: center;
    font-size: 1.172vw;
    color: #EFEFEF;
  }

  #header-nav li a:hover {
    background: #79BD9A;
  }

  .header-menu img {
    /* position: absolute; */
    top: 0;
  }

  /*form　ヘッダー　検索
  ================================================================*/
  /*label*/
  /* label {
    cursor: pointer;
  } */

  /*select*/
  select {
    /*position: absolute;*/
    top: 0;
    left: 0;
    padding-top: 0;
    z-index: 3;
    width: 100%;
    height: 2.344vw;
    /*border: 0;*/
    background: none;
    font-size: 1.094vw;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 0.625vw;
    background-image: url("../image/ico_dw_arrow.svg");
    background-repeat: no-repeat;
    background-size: 0.859vw 0.547vw;
    background-position: 94% center;
  }

  /*.header-btn*/
  .header-btn {
    display: none;
    /* padding-top: 1.328vw; */
    align-items: center;
  }

  /*#ttl-serch*/
  #ttl-serch::before {
    content: url("../image/ico_border.png");
    position: relative;
    top: -0.312vw;
    left: -0.469vw;
  }

  /*銘柄コードを検索*/
  /*.select-item*/
  .select-item {
    display: inline-block;
    position: relative;
    width: 14.313vw;
    height: 2.344vw;
    border-radius: 0.234vw;
    background-color: #fff;
    margin-right: 0.938vw;
  }

  .select-item select {
    font-size: 1.316vw;
  }

  /*.select-item02*/
  .select-item02 {
    display: inline-block;
    position: relative;
    /* width: 44.629vw; */
    width: 8.629vw;
    /* height: 2.734vw; */
    height: 1.734vw;
    border: 1px solid #CCC;
    background-color: #fff;
    /* margin-right: 1.172vw; */
    margin-left: 1.172vw;
  }

  .select-item02 select {
    font-size: 1.27vw;
    /* height: 2.734vw; */
    height: 100%;
    background-position: 98% center;
  }

  /*.select-item-label*/
  .select-item-label {
    display: inline-block;
    z-index: 1;
    width: 100%;
    height: 100%;
    font-size: 1.25vw;
    line-height: 1.719vw;
    vertical-align: top;
    text-align: center;
  }

  /*銘柄コードを検索*/
  /*#form02 input#input02*/
  #form02 input#input02 {
    vertical-align: top;
    margin: 0px;
    width: 11.875vw;
    height: 100%;
    box-sizing: border-box;
    border: none;
    padding-left: 0.781vw;
    background-color: #FFF;
    border-radius: 0.234vw 0 0 0.234vw;
    font-size: 1.016vw;
  }

  /*#form02 input#submit02*/
  #form02 input#submit02 {
    width: 4.531vw;
    height: 2.344vw;
    margin-right: 0.625vw;
    border: none;
    background-image: url("../image/btn_serch.png");
    background-position: center;
    background-size: 4.531vw 2.344vw;
    background-repeat: no-repeat;
    background-color: #000;
    cursor: pointer;
  }

  /*#submit02:hover*/
  #submit02:hover {
    opacity: 0.7;
  }

  /*#txt_search a*/
  #txt_search a {
    font-size: 0.938vw;
    color: #FFF;
    text-decoration: underline;
  }

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

  /*#ttl-serch*/
  #ttl-serch {
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.02em;
    margin-bottom: 0.703vw;
    color: #FFF;
    padding-left: 0.391vw;
    font-size: 1.172vw;
  }

  /*.serch-item*/
  .serch-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.344vw;
    border-radius: 0.391vw;
    margin-right: 0.781vw;
  }

  /*.serch-item02*/
  .serch-item02 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1.563vw;
    border-radius: 0.391vw;
    margin-right: 0.781vw;
  }

  /*#form02 input#input03*/
  .serch-item02 input#input03 {
    vertical-align: top;
    margin: 0px;
    width: 8.594vw;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #cacbcb;
    border-radius: 0.313vw 0 0 0.313vw;
    padding-left: 0.391vw;
    background-color: #FFF;
    font-size: 0.938vw;
  }

  /*#form02 input#submit03*/
  .serch-item02 input#submit03 {
    width: 3.125vw;
    height: 1.563vw;
    margin-right: 0.625vw;
    border: none;
    background-image: url("../image/btn_serch02.png");
    background-position: center;
    background-size: 3.125vw 1.563vw;
    background-repeat: no-repeat;
    background-color: none;
    cursor: pointer;
  }

  /*#submit03:hover*/
  .serch-item02 #submit03:hover {
    opacity: 0.7;
  }

  /*#txt_search a*/
  .serch-item02 #txt_search02 a {
    font-size: 0.938vw;
    text-decoration: underline;
    color: #404040;
  }

  /*#txt_search a:hover*/
  .serch-item02 #txt_search02 a:hover {
    text-decoration: none;
  }

  /*.header-menu*/
  .header-menu {
    color: #FFF;
    display: flex;
    align-items: center;
  }

  /* #header-areaIn .header-menu li {
    line-height: 20px;
    font-size: 11px;
    display: flex;
    margin:0px -16px 0px 36px;
  } */

  /*.header-menu-item*/
  .header-menu-item {
    width: 10.781vw;
    height: 3.125vw;
  }

  .header-menu-item:nth-last-child(2) {
    margin-right: 1.172vw;
  }

  .header-menu-item:last-child {
    margin-right: 0;
  }

  .header-menu-item a {
    letter-spacing: 0.04em;
    color: #FFF;
  }

  .header-menu-item a:hover {
    text-decoration: underline;
  }

  .header-menu-item:last-child a:hover {
    opacity: 0.5;
  }

  /*.search-btn*/
  .search-btn {
    /**padding-left: 8.594vw;*/
    padding-left: 12.794vw;
  }

  /*.search-form p*/
  .search-form p {
    color: #FFF;
    font-size: 0.781vw;
  }

  /*=================================================================
  #login
  =================================================================*/
  #login {
    width: 50vw;
    padding: 0;
  }
/*
  .logo_tmi {
    width: 180px;
    height: auto;
    margin-bottom: -13px;
  }

  .logo_tmi_content {
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 35.7px;
  } */
  .logo_tmi {
    /* height: auto; */
    margin-bottom: 20px;
    display: block;
    width: 100%;
    height: 170px;
  }

  .logo_tmi_img{
/* 2020/09/29 B-TMI1QA-0000007 鮑 Start */
    /* width: 100px; */
/*2020/12/28 No86ﾓｯｸと相違 ﾛｸﾞｲﾝ画面ﾛｺﾞの大きさ ITEC Start*/
    position: relative;
    width: 21vw;
/*2020/12/28 No86ﾓｯｸと相違 ﾛｸﾞｲﾝ画面ﾛｺﾞの大きさ ITEC End*/
    height: 170px;
    /* background: url("../image/ico_jpx.png") no-repeat -45px 13px; */
    float: right;
  }

  .logo_tmi_img img{
/*2020/12/28 No86ﾓｯｸと相違 ﾛｸﾞｲﾝ画面ﾛｺﾞの大きさ ITEC Start*/
    position: absolute;
    bottom: -3.59vw;
    right: -6.5vw;
    /*margin: 80px 20px 0px 20px;*/
/*2020/12/28 No86ﾓｯｸと相違 ﾛｸﾞｲﾝ画面ﾛｺﾞの大きさ ITEC End*/
  }
/* 2020/09/29 B-TMI1QA-0000007 鮑 End */

  .logo_tmi_content {
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 2.29vw;
    vertical-align: middle;
  }

  /*=================================================================
  #loginWrap
  =================================================================*/
  #loginWrap {
    display: flex;
    justify-content:space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  #loginWrap .headerItem{
    font-size: 1.2vw;
    padding-right: 20px;
    color: #FFF;
  }

  dl#personalBox {
    margin-top: 1.25vw;
    margin-right: 2.7vw;
    /* width: 20.891vw; */
    display: flex;
    flex-wrap: wrap;
    border-top: none;
    font-size: 1.2vw;
    color: #FFF;
  }

  #personalBox dt {
    width: 9.422vw;
    padding: 0.391vw;
    border-right: 1px solid #404040;
  }

  #personalBox dd {
    padding: 0.391vw;
    margin: 0;
    width: calc(17.891vw - 6.422vw);
  }

  /*=================================================================
  .txt-language
  =================================================================*/
  .txt-language {
    color: #FFF;
    font-size: 0.938vw;
    margin-right: 0.781vw;
    margin-bottom: 3%;
  }

  /*=================================================================
  #main-area
  =================================================================*/
  #main-area {
    background-color: #FFF;
    padding-left: 0;
  }

  #main-areaIn {
    max-width: 1024px;
    height: 100%;
    margin: 3.906vw 4.883vw;
    padding-bottom: 4.688vw;
  }

  #main-area-inner {
    /* margin-top: 13.5vw; */
    /* margin-top: 24.469vw; */
    background: #efefef;
  }

  /*=================================================================
  #content-menu
  =================================================================*/
  /*#content-menu*/
  #content-menu {
    background: #606060;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 4px solid #E60012;
  }

  /*.content-menu-item a*/
  .content-menu-item a {
    background: #606060;
    width: 16.797vw;
    height: 9.375vw;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #FFF;
    border-right: 2px solid #8f8f8f;
    font-weight: bold;
    line-height: 1.4;
    font-size: 1.094vw;
    letter-spacing: 0.12em;
  }

  .content-menu-item:last-child a {
    width: 16.641vw;
  }

  .content-menu-item a:hover {
    background: #E60012;
  }

  .content-menu-item.current a {
    background-color: #e60012;
  }

  /*=================================================================
  #menu-area
  =================================================================*/
  /*#menu-area*/
  #menu-area {
    z-index: 999;
    position: fixed;
    float: inherit;
    /* width: 19.50vw; */
    width: 11.8vw;
    height: auto;
    min-height: inherit;
    background-color: #FFF;
  }

  /*#site-logo*/
  #site-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 19.50vw;
    width: 11.8vw;
    height: auto;
    /* height: 10.8vw; */
  }

  #site-logo img {
    /* width: 19.50vw; */
    width: 11.8vw;
    height: auto;
  }

  /*#site-logo*/
  .sub-ttl {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.953vw;
    width: 100%;
    color: #FFF;
    font-size: 1.3vw;
    background-color: #000;
  }

  /*.bnr-area*/
  .bnr-area {
    display: none;
  }

  /*#menu*/
  #menu {
    background: -moz-linear-gradient(50% 0% -90deg, #d40012 0%, #d00010 27.21%, #c3000c 56.06%, #ae0005 85.58%, #a10000 99.72%);
    background: -webkit-linear-gradient(-90deg, #d40012 0%, #d00010 27.21%, #c3000c 56.06%, #ae0005 85.58%, #a10000 99.72%);
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, #d40012), color-stop(0.2721, #d00010), color-stop(0.5606, #c3000c), color-stop(0.8558, #ae0005), color-stop(0.9972, #a10000));
    background: -o-linear-gradient(-90deg, #d40012 0%, #d00010 27.21%, #c3000c 56.06%, #ae0005 85.58%, #a10000 99.72%);
    background: -ms-linear-gradient(-90deg, #d40012 0%, #d00010 27.21%, #c3000c 56.06%, #ae0005 85.58%, #a10000 99.72%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#D40012', endColorstr='#A10000' ,GradientType=0)";
    background: linear-gradient(180deg, #d40012 0%, #d00010 27.21%, #c3000c 56.06%, #ae0005 85.58%, #a10000 99.72%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D40012', endColorstr='#A10000', GradientType=0);
  }

  /*.menu-item*/
  .menu-item {
    width: 16.172vw;
    height: 7.813vw;
    font-size: 1.172vw;
    background-repeat: no-repeat;
  }

  .menu-item.current {
    background: #930012;
  }

  .menu-item:hover {
    background: #930012;
  }

  .menu-item a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    width: 16.172vw;
    height: 7.813vw;
    font-weight: bold;
  }

  .menu-item a img {
    margin-bottom: 1.016vw;
  }

  /*=================================================================
  .sec
  =================================================================*/
  .sec {
    margin-bottom: 1.563vw;
  }

  .sec:last-child {
    margin-bottom: 0;
    padding-bottom: 1.953vw;
  }

  .sec02 {
    margin-bottom: 4.688vw;
  }

  .sec02:last-child {
    margin-bottom: 0;
  }

  .sec03 {
    margin-bottom: 3.125vw;
  }

  .sec04 {
    margin-bottom: 7.031vw;
  }

  .sec05 {
    margin-bottom: 7.031vw;
  }

  .sec06 {
    margin-bottom: 0;
  }

  .sec07 {
    margin-bottom: 5.859vw;
  }

  .sec08 {
    margin-bottom: 3.906vw;
  }

  .sec09 {
    margin-bottom: 8.203vw;
  }

  .sec10 {
    margin-bottom: 1.953vw;
  }

  .sec11 {
    margin-bottom: 2.734vw;
  }


  /*2カラム　block
  =======================================================*/
  .blockWrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .block-2col {
    width: 44.484vw;
  }

  /*=================================================================
  .block
  =================================================================*/
  .block {
    margin-bottom: 1.563vw;
    padding: 2.344vw 2.188vw 2.188vw 2.188vw;
    background-color: #e3e3e3;
  }

  .block01 {
    margin-bottom: 1.953vw;
    padding: 2.441vw 0;
    background-color: #e3e3e3;
  }

  .block02 {
    padding: 0.625vw 0 2.891vw 0;
  }

  .block03 {
    padding: 2.344vw 0 2.891vw 0;
  }

  .block04 {
    padding: 0.625vw 0 0 0;
  }

  .block05 {
    padding: 1.563vw 0 2.891vw 0;
  }

  .block06 {
    margin-bottom: 1.563vw;
    padding: 2.344vw 2.188vw 0.781vw 2.188vw;
    background-color: #e3e3e3;
  }

  .block07 {
    margin-bottom: 1.563vw;
    padding: 2.344vw 2.188vw 0.781vw 2.188vw;
    background-color: #e3e3e3;
  }

  /*=================================================================
  .button-addfield
  =================================================================*/

  /*button.addfield*/
 .addfield {
  color: #FFF;
  border-radius: 5px;
  background-color: #575757;
  display: block;
  /* margin-top: 0; */
  margin: 0 0.977vw 0;
  /* margin-bottom: 0.977vw; */
  border: none;
  padding: 0;
  width: 9.398vw;
  height: 2.798vw;
 }

  .addfield:hover {
  opacity: 0.5; }

  /*=================================================================
  .dl-button-area
  =================================================================*/
  .dl-button-area {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /*=================================================================
  .dl-button-area
  =================================================================*/
  .dl-button-area {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /*=================================================================
  .button01
  =================================================================*/
  .button01 {
    margin: 0 0.977vw 0;
    width: 16.602vw;
    height: 4.98vw;
  }

  /*.button01.Ver2*/
  .button01.Ver2 {
    margin: 0 0.977vw 0;
    width: 17.871vw;
    height: 4.98vw;
  }

  .button01.Ver2 .button01-In {
    font-size: 1.66vw;
  }

  /*.button01.Ver3*/
  .button01.Ver3 {
    margin: 0 0.977vw 0;
    width: 17.383vw;
    height: 5.859vw;
  }

  .button01.Ver3 .button01-In {
    text-align: center;
    background-color: #FFF;
    font-size: 1.66vw;
    line-height: 1.2;
  }

  .button01-In {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    font-size: 1.465vw;
    color: #404040;
    border: 1px solid #9e9e9e;
    background-image: url("../image/ico_triangle_g.svg");
    background-size: 0.586vw 0.586vw;
    background-position: bottom 5px right 5px;
    background-repeat: no-repeat;
    font-weight: bold;
  }

  .button01-In span {
    font-size: 1.367vw;
    margin-top: 0.488vw;
    font-weight: normal;
  }

  /* .button01-In:hover {
    opacity: 0.5;
    background: #FFF;
    background-image: url("../image/ico_triangle_g.svg");
    background-size: 0.586vw 0.586vw;
    background-position: bottom 5px right 5px;
    background-repeat: no-repeat;
  } */

  .dl-button-area .button01-In:hover {
    border: 1px solid #e60012;
  }

  .dl-button-area .button01-In:hover {
    opacity: 1;
    color: #e60012 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../image/ico_arrow_red.svg");
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-size: 0.586vw 0.586vw;
    background-position: bottom 5px right 5px;
    font-weight: bold;
    font-size: 1.465vw;
    text-decoration: underline !important;
    cursor: pointer;
  }

  /*=================================================================
  .dl-button
  =================================================================*/
  .button02 {
    margin: 0 0.781vw 0;
    width: 16.602vw;
    height: 4.883vw;
  }

  .button02-In {
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #E60012;
    width: 100%;
    height: 100%;
    font-size: 1.592vw;
    color: #FFF !important;
    background-image: url("../image/ico_triangle.svg");
    background-size: 0.469vw 0.469vw;
    background-position: bottom 5px right 5px;
    background-repeat: no-repeat;
  }

  .button02-In:hover {
    background: #930012;
    background-image: url("../image/ico_triangle.svg");
    background-size: 0.469vw 0.469vw;
    background-position: bottom 5px right 5px;
    background-repeat: no-repeat;
    text-decoration: underline !important;
  }

  /*=================================================================
  #button-of-login-area
  =================================================================*/
  .btWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }

  .loginId-or-forgot-password p {
    min-width: 24vw;
    display: inline-block;
  }

  .btJp,
  .btEn {
    border: 1px solid #404040;
    background: #FFFFFF;
  }

/* 2020/09/07 B-TMI1QA-0000010 大庭 Start */
  .btJp button,
  .btEn button {
/* 2020/09/07 B-TMI1QA-0000010 大庭 Start */
    color: #404040;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24vw;
    height: 7vw;
    min-height: 20px;
    background: url("../image/ico_triangle_g.svg") #FFF;
    background-repeat: no-repeat;
    background-size: 7px 7px;
    background-position: left 98% bottom 5px;
    font-weight: bold;
/* 2020/09/29 B-TMI1QA-0000007 鮑 Start */
    font-size: 1.465vw;
/* 2020/09/29 B-TMI1QA-0000007 鮑 End */
/* 2020/09/07 B-TMI1QA-0000010 大庭 Start */
    border: solid 1px;
/* 2020/09/07 B-TMI1QA-0000010 大庭 End */
  }


  .btJp:hover a,
  .btEn:hover a {
    border: 1px solid #e60012;
    color: #e60012;
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 236px;
    height: 60px; */
    background: url("../image/ico_arrow_red.svg") #FFF;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-size: 7px 7px;
    background-position: left 98% bottom 5px;
    font-weight: bold;
    font-size: 15px;
    text-decoration: underline;
  }

  /*=================================================================
  #footer-area
  =================================================================*/
  /* #footer-area {
    z-index: 9999;
    width: 100%;
    background: #000000;
    margin-bottom: -60px;
  }

  #footer-areaIn {
    width: 1280px;
    height: 30px;
    padding-right: 20px;
    text-align: right;
    color: #FFF;
    font-size: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  } */
  #footer-area {
    background: #000000;
    position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0;
  }

  #footer-areaIn {
    padding-right: 2.148vw;
    height: 2.344vw;
    text-align: right;
    color: #FFF;
    font-size: 0.781vw;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  /*=================================================================
  汎用　背景
  =================================================================*/
  .bgTop {
    background-image: url("../image/ico_top.svg");
  }

  .bgTopix {
    background-image: url("../image/ico_topix.svg");
  }

  .bgCorporate {
    background-image: url("../image/ico_corporate.svg");
  }

  .bgTdnetdbs {
    background-image: url("../image/ico_tdnetdbs.svg");
  }

  .bgMaster {
    background-image: url("../image/ico_master.svg");
  }

  .bgSearch {
    background-image: url("../image/ico_search.svg");
  }

  /*=================================================================
  リード　.reard
  =================================================================*/
  .read {
    font-size: 1.094vw;
    line-height: 2.0;
    margin-bottom: 3.516vw;
  }

  .read .square {
    padding: 0 0.469vw;
    margin: 0 0 0;
    border: 1px solid #cacbcb;
  }

  /*=================================================================
  見出し　.heading01/.heading02/.heading03/.heading04/.heading05

  =================================================================*/
  .heading-title01 {
    display: flex;
    align-items: center;
    /** font-size: 2.031vw;*/
    font-size: 2.441vw;
    font-weight: bold;
    color: #FFF;
    background: #404040;
    /**height: 10.95vw;
    padding-left: 6.813vw;*/
    /* height: 10.913vw; */
    height: 5.913vw;
    padding-left: 8.531vw;
    letter-spacing: 0.07em;
    white-space: nowrap;
  }

  .bgMenu {
    background-image: url("../image/ico_menu.svg");
    background-repeat: no-repeat;
    background-position: 3.906vw;
    background-size: 2.539vw 3.613vw;
  }

  .bgMarketPrice {
    background-image: url("../image/ico_kabuka.svg");
    background-repeat: no-repeat;
    background-position: 3.906vw;
    background-size: 3.027vw 3.223vw;
  }

  .bgID {
    background-image: url("../image/ico_masuter.svg");
    background-repeat: no-repeat;
    /** background-position: 3.223vw;
    background-size: 1.563vw 2.5vw;*/
    background-position: 3.906vw;
    background-size: 1.953vw 3.125vw;
  }

  .bgBasic {
    background-image: url("../image/ico_api_tekiji.svg");
    background-repeat: no-repeat;
    background-position: 3.906vw;
    background-size: 2.637vw 3.125vw;
  }

  .bgClaim {
    background-image: none;
    padding-left: 3.906vw;
  }

  .bgClaim02 {
    background-image: none;
    padding-left: 3.906vw;
  }

  .bgTopixL {
    background-image: url("../image/ico_topix_l.svg");
    background-repeat: no-repeat;
    background-position: 2.734vw;
    background-size: 3.125vw 2.891vw;
  }

  .bgCoporateL {
    background-image: url("../image/ico_coporate_l.svg");
    background-repeat: no-repeat;
    background-position: 2.734vw;
    background-size: 3.125vw 2.891vw;
  }

  .bgTdnetdbsL {
    background-image: url("../image/ico_tdnetdbs_l.svg");
    background-repeat: no-repeat;
    background-position: 2.734vw;
    background-size: 2.891vw 3.203vw;
  }

  .bgTopL {
    background-image: url("../image/ico_top_l.svg");
    background-repeat: no-repeat;
    background-position: 2.578vw 2.109vw;
    background-size: 3.125vw 2.734vw;
  }

  .bgGtopL {
    background-image: url("../image/ico_gtop_l.svg");
    background-repeat: no-repeat;
    background-position: 2.578vw 2.109vw;
    background-size: 3.125vw 2.734vw;
  }

  .bgSearchL {
    background-image: url("../image/ico_search_l.svg");
    background-repeat: no-repeat;
    background-position: 2.813vw 2.266vw;
    background-size: 2.969vw 2.891vw;
  }

  .bgPassword {
    background-image: url("../image/ico_pass.svg");
    background-repeat: no-repeat;
    background-position: 3.906vw;
    background-size: 2.637vw 3.125vw;
  }

  .heading-title02 {
    font-weight: bold;
    font-size: 1.328vw;
    /** margin-bottom: 0.938vw;*/
    margin-bottom: 1.563vw;
    padding-bottom: 1.328vw;
    border-bottom: 2px solid #CCC;
    letter-spacing: 0.05em;
  }

  .heading-title02a {
    font-size: 1.328vw;
    margin-bottom: 1.563vw;
    padding-bottom: 1.328vw;
    border-bottom: 2px solid #CCC;
    letter-spacing: 0.05em;
  }

  .heading-title02 span.required {
    color: #e50012;
    font-size: 1.768vw;
  }

  .heading-title02 span {
    /** font-size: 1.768vw;*/
    font-size: 1.094vw;
  }


  .heading-title03 {
    font-weight: bold;
    font-size: 1.094vw;
    display: flex;
    padding-left: 0.781vw;
    align-items: center;
    background: #727272;
    height: 2.344vw;
    min-height: 20px;
    color: #FFF;
    letter-spacing: 0.05em;
  }

  .heading-title03 .title03-h {
    display: flex;
    align-items: center;
    width: 9.375vw;
    height: 100%;
    padding-left: 1.172vw;
    margin-left: -1.172vw;
    color: #FFF;
    font-weight: bold;
    background-color: #575757;
  }

  .heading-title03 .title03-item {
    font-size: 1.016vw;
    color: #FFF;
    font-weight: normal;
    padding-left: 1.406vw;
  }

  .mainHeader {
    position: fixed;
    top: 0px;
    /* left: 19.50vw; */
    left: 11.8vw;
  }

  #iframe {
    margin-top: 14.50vw;
  }

  /*=================================================================
  .contents
  =================================================================*/
  .notice {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 20px;
    font-size: 1.328vw;
  }

  .desc-form {
    color: red;
    width: 100%;
    font-size: 1.488vw;
    margin-left: 2%;
    height: 7em;
  }

  /*=================================================================
.txt-Required
=================================================================*/
  .txt-Required {
    margin-bottom: 0.977vw;
    float: right;
    font-size: 1.328vw;
  }

  .heading-title02-no {
    /** font-size: 1.768vw;*/
    font-size: 1.328vw;
    margin-bottom: 1.563vw;
    padding-bottom: 0;
    letter-spacing: 0.05em;
  }
/*=================================================================
  icon
  =================================================================*/
  .Square {
    width: 1.2vw;
    height: 1.2vw;
    background: black;
    transform: rotate(45deg);
  }
}
::-ms-clear,::-ms-reveal{
  display:none;
}

input:focus,
textarea:focus{
  outline: none !important;
}

.summaryText {
  display: inline-block;
  padding-left: 20px;
  height: 28px;
  line-height: 35px;
  border-left: 2px solid #CCC;
  color: #757373;
}

.summaryText:hover {
  cursor: default;
}


.heading-title02-no-2 {
  font-size: 1.768vw;
  margin-bottom: 1.563vw;
  padding-bottom: 0;
  letter-spacing: 0.05em;
}



.heading-title04 {
  font-size: 1.094vw;
  font-weight: bold;
  margin-bottom: 1.563vw;
  display: flex;
  padding-left: 0;
  align-items: center;
  color: #404040;
  letter-spacing: 0.05em;
}

/*=================================================================
  or
  =================================================================*/
.or {
  font-size: 0.938vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.094vw;
}

.or:before,
.or:after {
  border-top: 1px solid #b6b6b6;
  content: "";
  width: 100%;
}

.or:before {
  margin-right: 1em;
}

.or:after {
  margin-left: 1em;
}

/*.check04*/
.check04 {
  display: inline-block;
  margin-right: 0.781vw;
  padding: 0 0 0 0;
  vertical-align: middle;
  cursor: pointer;
  font-size: 1.094vw;
  width: 1.328vw;
  height: 1.328vw;
}

.check04:hover:after {
  border-color: #0171bd;
}

.check04:after {
  box-sizing: border-box;
  display: block;
  margin-top: -1.094vw;
  width: 1.328vw;
  height: 1.328vw;
  border: 1px solid #ccc;
  content: '';
  background-color: #FFF;
}

.check04:before {
  display: block;
  width: 1.094vw;
  height: auto;
  content: url("../image/ico_check.svg");
  opacity: 0;
  z-index: 999;
  position: relative;
  top: 0.156vw;
  left: 0.156vw;
}

input[type=checkbox]:checked+.check04:before {
  opacity: 1;
}

/*=================================================================
  .next
  =================================================================*/
.next {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 16.797vw;
}

.next a {
  color: inherit;
  text-decoration: underline;
  font-size: 0.859vw;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.953vw;
}

.next .n1 {
  background-image: url("../image/n1.png");
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 1.953vw;
  width: 5.859vw;
  box-sizing: border-box;
  margin-right: 0.391vw;
}

.next .n2 {
  background-image: url("../image/n2.png");
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 1.953vw;
  width: 5.859vw;
  box-sizing: border-box;
  margin-right: 0.391vw;
}

.next .n3 {
  background-image: url("../image/n3.png");
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 1.953vw;
  width: 5.859vw;
  box-sizing: border-box;
  margin-right: 0.391vw;
}

.next .n4 {
  background-image: url("../image/n4.png");
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 1.953vw;
  width: 5.859vw;
  box-sizing: border-box;
  margin-right: 0.391vw;
}

/*=================================================================
  icon
  =================================================================*/
.icon-Required {
  color: #FFF;
  margin-left: 0.977vw;
  border-radius: 0.488vw;
  background-color: #e60012;
  width: 2.93vw;
  height: 1.563vw;
  display: table-cell;
  padding: 0.293vw;
  font-size: 0.977vw;
  display: inline-block;
  text-align: center;
  font-weight: normal;
}

/*=================================================================
  余白など
  =================================================================*/
.mr0 {
  margin-right: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.w115 {
  width: 115px !important;
}

/*=================================================================
  .pcOnly .tabOnly
  =================================================================*/
.pcOnly {
  display: none;
}

.tabOnly {
  display: block;
}

/*=================================================================
  .list-item
  =================================================================*/
.list-item {
  cursor: pointer;
}

/*=================================================================
  .href
  =================================================================*/
a {
  color: blue;
}

/*=================================================================
  .popover
  =================================================================*/
.popover-content {
  color: #fff;
}

.is-invalid {
  border-color: #dc3545 !important;
}

/*=================================================================
  .button-item
  =================================================================*/
.button-item {
  margin: 0 10px 0;
  width: 170px;
  height: 51px;
  text-align: center;
  font-size: 17px;
  line-height: 1.2;
  border: 1px solid #9e9e9e;
  background-image: url(../image/ico_triangle_g.svg);
  background-size: 0.586vw 0.586vw;
  background-position: bottom 5px right 5px;
  background-repeat: no-repeat;
  font-weight: initial;
  background-color: transparent;
}

/*=================================================================
  .button-item
  =================================================================*/
.button-item-disabled {
  margin: 0 10px 0;
  width: 170px;
  height: 51px;
  text-align: center;
  font-size: 17px;
  line-height: 1.2;
  border: 1px solid #9e9e9e;
  background-image: url(../image/ico_triangle_g.svg);
  background-size: 0.586vw 0.586vw;
  background-position: bottom 5px right 5px;
  background-repeat: no-repeat;
  font-weight: initial;
}

.click-ban {
  pointer-events: none;
  color: #93999e;
}

/*=================================================================
   * eye icon *
  =================================================================*/

span.input-icon {
  display: block;
}

.input-icon {
  position: relative;
}

.input-icon>input {
  padding-left: 32px;
  padding-right: 6px;
}

.input-icon>.ace-icon {
  padding: 0px;
  z-index: 2;
  position: absolute;
  top: 0px;
  bottom: 1px;
  left: 6px;
  line-height: 28px;
  display: inline-block;
  font-size: 16px;
}

/* 2020/09/29 B-TMI1QA-0000007 鮑 Start */
@media screen and (max-width: 1024px) {
  .input-icon>.ace-icon {
    padding: 0px;
    z-index: 2;
    position: absolute;
    top: 0px;
    bottom: 1px;
    left: 6px;
    line-height: 210%;
    display: inline-block;
    font-size: 1.69vw;
  }
}
/* 2020/09/29 B-TMI1QA-0000007 鮑 End */

.input-icon.input-icon-right>input {
  padding-left: 0.75rem;
  padding-right: 24px;
}

.input-icon.input-icon-right>.ace-icon {
  left: auto;
  right: 14px;
}

/* page */
.page-item.active .page-link{
  background: #d00010;
}
.page-link:focus{
  box-shadow: none;
}
nav .page-item.active .page-link{
  border-color: transparent;
  color: #ffffff;
}

select:focus{
  outline: none;
}

input{
  padding: 0px 8px;
}
body{
  overflow-x: hidden;
}
form p:hover,table th:hover,
#main-areaIn span:hover,
#header-area:hover,
h1:hover,section p:hover,
.statusBox:hover,
section h3:hover,
section h2:hover{
  cursor: default;
}
button:hover{
  cursor: pointer;
}

/* 2020/09/09 B-TMI1QA-0000010 大庭 Start */
/* jqGrid内チェックボックスのフォーカス時強調 */
.cbox:focus {
  outline: solid 1px #0171bd !important;
}
/* 2020/09/09 B-TMI1QA-0000010 大庭 End */

/* 2020/11/26 #6 ITEC Start*/
.lose-outline:focus{
  outline: 0;
}
/* 2020/11/26 #6 ITEC End*/