@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/*------------------------------------------------------------
	default style
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, button,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
}

sup {
  font-size: 12px;
}

body,
table,
input, textarea, select, option, button {
  font-family: 'Noto Sans JP', sans-serif;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

small {
  font-size: 0.5rem;
}

a,
a:link {
  color: #fff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

select::-ms-expand {
  display: none;
}

button:hover {
  cursor: pointer;
}

/*------------------------------------------------------------
	layout
------------------------------------------------------------*/
body {
  min-width: 1250px;
  color: #111;
  font-size: 15px;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
}

#container {
  text-align: left;
}

/*#main {
  padding-top: 77px;
}*/

/*------------------------------------------------------------
	header
------------------------------------------------------------*/
#gHeader {
  padding-bottom: 5px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: url(../../img/common/h_bg.png) repeat-x left bottom;
}

#gHeader .box {
  background-color: #fff;
}

#gHeader .hInner {
  display: -webkit-box;
  display: flex;
  width: 1236px;
  padding: 0 0 0 4px;
  margin: 0 auto;
}

#gHeader .hInner h1,
#gHeader .hInner .logo {
  padding: 15px 0 0 0;
  width: 180px;
}

#gHeader .hInner .logo a:hover img {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

#gHeader .hInner .downloadList {
  align-self: center;
  margin-left: auto;
}

#gHeader .hInner .downloadList a {
  color: black;
  font-size: 13px;
  line-height: 1;
}

#gHeader .hInner .downloadList a::before {
  content: "";
  display: inline-block;
  background-image: url("../../img/download-list/sME_top_sec_btn_icon01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  margin-right: 0.5em;
  position: relative;
  top: -2px;
}

#gHeader .hInner .linkUl {
  width: 218px;
  margin-left: 30px;
}

#gHeader .hInner .linkUl li button {
  padding: 10px 5px 10px 15px;
  display: block;
  background-color: #3D67AE;
  font-size: 14px;
  text-shadow: 0 0 1px #ccc;
  position: relative;
  behavior: url(js/pie.htc);
  color: #fff;
  width: 100%;
  text-align: left;
}

#gHeader .hInner .linkUl li button:hover {
  opacity: .7;
}

.question_img {
  max-width: 75%;
}

#gHeader .hInner .linkUl li:first-child button {
  background-color: #F0C430;
}

#gHeader .hInner .linkUl li button .sub {
  display: inline-block;
  padding: 2px 0 2px 30px;
  background: url(../../img/common/icon16.png) no-repeat left center/21px;
}

#gHeader .hInner .linkUl li:first-child button .sub {
  padding: 2px 0 3px 30px;
  background-image: url(../../img/common/icon15.png);
}

.l_gHeader {
  max-width: 1220px;
  margin: 0 auto;
  overflow: hidden;
}

.top_topics a {
  color: #337ab7 !important;
  text-decoration: underline;
}

.top_topics a:hover {
  color: #23527c !important;
  text-decoration: underline;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
  display: -webkit-box;
  display: flex;
  font-size: 14px;
  padding: 34px 0 0 30px;
}

#gNavi li {
  padding-right: 26px;
  float: left;
  position: relative;
}

#gNavi li:first-child {
  padding-left: 0;
}

#gNavi li a,
#gNavi li span {
  padding-bottom: 30px;
  display: block;
  color: #111;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  text-align: center;
  border-bottom: 4px solid #fff;
}

#gNavi li > span:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 5px;
  border-width: 6px 4px 2px;
  border-style: solid;
  border-color: #111 transparent transparent;
  content: '';
}

#gNavi li.on a,
#gNavi li.on span,
#gNavi li a:hover,
#gNavi li span:hover {
  border-color: #43BADE;
}

#gNavi li.on a:after,
#gNavi li a:hover:after,
#gNavi li.on span:before,
#gNavi li span:hover:before {
  width: 8px;
  height: 7px;
  margin-left: -4px;
  background: url(../../img/common/icon23.gif) no-repeat center bottom;
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
}

#gNavi li ul {
  position: absolute;
  top: 54px;
  left: 0;
  width: 225px;
  display: none;
  background-color: #F5F5F5;
}

#gNavi li ul li {
  float: none;
  width: auto;
  padding: 0;
}

#gNavi li ul li a {
  padding: 18px 15px 18px 50px;
  border-top: 1px solid #BBB;
  border-bottom: none;
  font-weight: normal;
  text-decoration: none;
  text-align: left;
  background: url(../../img/common/icon24.gif) no-repeat 30px center;
}

#gNavi li ul li a:after {
  display: none;
}

#gNavi li ul li:first-child a {
  border: none !important;
}

#gNavi li.on ul li a,
#gNavi li ul li a:hover {
  border-color: #bbb !important;
  border-bottom: none !important;
}

#gNavi li ul li a:hover:after {
  display: none;
}

/*#breadcrumbs {
  padding: 25px 0 13px;
  margin: 0 auto;
  color: #111;
  width: 1240px;
  font-size: 13px !important;
  text-align: right;
}

#breadcrumbs a {
  color: #111;
}

#breadcrumbs span {
  display: inline-block;
}

#breadcrumbs span a {
  padding-right: 10px;
  display: inline-block;
  background: url(../../img/common/icon25.gif) no-repeat right center;
}

#breadcrumbs .breadImg {
  margin-left: 15px;
  display: inline-block;
  width: 218px;
}

#breadcrumbs .breadImg:hover img {
  filter: alpha(opacity=70);
  opacity: 0.7;
}*/

/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
#gFooter .fSubBox {
  margin: 0 auto;
  padding: 11px 0 7px;
  width: 857px;
  position: relative;
}

#gFooter .fSubBox .photo {
  position: absolute;
  top: -35px;
  right: -63px;
}

#gFooter .fSubBox p {
  float: right;
  width: 228px;
}

#gFooter .fSubBox p a:hover img {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

#gFooter .fInner {
  padding-bottom: 11px;
  background-color: #6C6C6C;
  line-height: 2;
}

#gFooter .fInner02 {
  padding-bottom: 0;
}

#gFooter .fBox {
  margin: 0 auto;
  width: 1210px;
}

#gFooter .fInner .fLogo {
  margin-top: 26px;
  float: left;
  position: relative;
}

#gFooter .fInner .rBox {
  padding-top: 32px;
  float: right;
  width: 880px;
}

#gFooter .fInner .rBox ul {
  margin: 0 0 7px 0;
}

#gFooter .fInner .rBox li {
  padding-right: 32px;
  display: inline;
}

#gFooter .fInner .rBox li a {
  font-size: 14px;
}

#gFooter .fInner .rBox li form {
  display: inline;
}

#gFooter .fInner .rBox li form button {
  font-size: 14px;
  color: #fff;
  background: #6c6c6c;
  border: none;
}

#gFooter .fInner .rBox li form button:hover {
  text-decoration: underline;
}

#gFooter .copyright {
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  width: 1000px;
  line-height: 1.7;
}

#gFooter .fInner .text {
  margin: 0 auto;
  width: 1230px;
  text-align: right;
  font-size: 11px;
  color: #fffefe;
  margin-top: -22px;
}

#gFooter .pageTop {
  position: absolute;
  top: -91px;
  right: -183px;
}

.menuBox,
#gHeader .menu {
  display: none;
}

@media all and (min-width: 768px) {
  .menuBox,
  .cover {
    display: none !important;
  }
}

@media all and (min-width: 0px) and (max-width: 767px) {
  body {
    font-size: 14px;
    min-width: inherit !important;
  }
  sup {
    font-size: 10px;
  }
  /*------------------------------------------------------------
	   header
	------------------------------------------------------------*/
  #gHeader {
    z-index: 100;
    box-sizing: border-box;
  }
  #gHeader .box {
    padding: 0 10px 5px;
  }
  #gHeader .hInner {
    width: auto;
  }
  #gHeader .hInner h1,
  #gHeader .hInner .logo {
    padding: 8px 0 0;
    width: 130px;
  }
  #gHeader .hInner img {
    width: 100%;
  }
  #gHeader .hInner .downloadList {
    display: none;
  }
  #gHeader .hInner .linkUl {
    display: none;
  }
  #gHeader .menu {
    display: block;
    width: 53px;
    position: absolute;
    top: 0;
    right: 0;
  }
  #container {
    position: relative;
  }
  .menuBox {
    display: block !important;
  }
  .menuBox img {
    width: 100%;
  }
  .menuBox .subMenuBox {
    margin: 10px 10px 0;
    background-color: #fff;
    padding-bottom: 16px;
    position: relative;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    left: 110%;
  }
  .menuBox .subMenuBox .close {
    position: absolute;
    top: 65px;
    right: 10px;
    width: 9%;
    z-index: 50;
  }
  .menuBox .list {
    margin-bottom: 15px;
  }
  .menuBox .list li {
    float: left;
    width: 50%;
  }
  .menuBox .list li button {
    padding: 15px 5px;
    display: block;
    text-align: center;
    text-decoration: none;
    background-color: #3D67AE;
    width: 100%;
    color: #fff;
  }
  .menuBox .list li:nth-child(2) button {
    background-color: #EFC42F;
  }
  .menuBox .spBox {
    margin: 0 10px 20px;
  }
  .menuBox .spBox .spLogo {
    width: 40%;
  }
  .menuBox .textList {
    margin-left: 22px;
    height: 360px;
    overflow-y: scroll;
  }
  .menuBox .textList li {
    padding-bottom: 18px;
  }
  .menuBox .textList li a {
    font-size: 16px;
    color: #111;
    text-decoration: none;
  }
  .menuBox .textList li ul {
    margin-top: 0;
  }
  .menuBox .textList li ul li {
    padding: 3px 0 0;
  }
  .menuBox .textList li ul li:first-child {
    padding-top: 5px;
  }
  .menuBox .textList li ul li a {
    padding-left: 18px;
    font-size: 14px;
    letter-spacing: -0.5px;
    display: inline-block;
    background: url(../../img/common/sp_icon02.gif) no-repeat left center;
    background-size: 9px 10px;
  }
  .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    z-index: 100;
    display: none;
  }
  .menu_detail {
    display: none;
    overflow: hidden;
    display: block;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 110;
    width: 100%;
  }
  .menu_detail.on {
    visibility: visible;
  }
  .menu_detail.on .subMenuBox {
    left: 0;
  }
  /*------------------------------------------------------------
		gNavi
	------------------------------------------------------------*/
  #gNavi {
    display: none;
  }
  /*#main {
    padding-top: 45px;
  }*/
  /*------------------------------------------------------------
		gFooter
	------------------------------------------------------------*/
  #gFooter img {
    width: 100%;
    display: block;
  }
  #gFooter .fSubBox {
    padding: 3px 15px;
    width: auto;
  }
  #gFooter .fSubBox .spLogo {
    float: left;
    width: 62px;
  }
  #gFooter .fSubBox p {
    padding: 2px 30px 0 0;
    width: 105px;
  }
  #gFooter .fSubBox .photo {
    width: 28px;
    right: 13px;
    top: -23px;
  }
  #gFooter .fBox {
    display: none;
  }
  #gFooter .fInner {
    padding: 0;
  }
  #gFooter .copyright {
    padding: 5px 0 0;
    width: auto;
    font-size: 9px;
    line-height: 2;
  }
  #gFooter .pageTop {
    display: none;
  }
  #gFooter .fInner .text {
    /*display: none;*/
    width: 100%;
    margin-top: 0;
    text-align: center;
    font-size: 10px;
    padding: 0 0 5px;
  }
  /*#breadcrumbs {
    display: none;
  }*/
}

/*------------------------------------------------------------
  added 202009
------------------------------------------------------------*/

#gHeader .hInner .linkUl li:first-child button {
  background-color: #CC0033;
}

#gHeader .hInner .linkUl li:last-child button {
  background-color: #F0C430;
}

#gHeader .hInner .linkUl li:first-child button .sub {
  background-image: url(../../img/common/icon28.png);
}

#gHeader .hInner .linkUl li:last-child button .sub {
  background-image: url(../../img/common/icon15.png);
}

#gHeader .hInner .downloadList li:first-child a::before {
  background-image: url("../../img/common/login_icon.png");
  left: -2px;
}

#gHeader .hInner .downloadList li + li {
  margin-top: 1em;
}

@media (max-width: 767px) and (min-width: 0px) {
  .menuBox .list li:first-child button {
    background-color: #CC0033;
  }
  .menuBox .textList li form, .menuBox .textList li button, .menuBox .textList li span {
    font-size: 16px;
    color: #111;
  }
  .menuBox .textList li button {
    background-color: transparent;
  }
}
