@charset "UTF-8";
/*-----------------------------------------------------------
===  [ base CSS ]  ====================================
------------------------------------------------------------*/
/* ***************************************************************************** */
/*

　目次

-------------------------------------------------------------------------------

　01. PC base layout
　02. SP base layout

*/
/* ***************************************************************************** */
/*
* Noto Sans Japanese (japanese) http://www.google.com/fonts/earlyaccess
 */
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.otf) format("opentype");
}
/** -------------------------------------------------------
 ** 01. PC base layout
 ** ------------------------------------------------------- */
@media print, screen and (min-width: 751px) {
  /* ***************************************************************** */
  /* html
  ----------------------------------------------------*/
  html {
    /* root 10px 以下rem指定 */
    font-size: 10px;
  }

  /* body
  ----------------------------------------------------*/
  body,
  input,
  textarea,
  select {
    font-family: "Noto Sans Japanese", -apple-system, "Helvetica Neue", Helvetica, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  }

  body {
    color: #444;
    text-align: center;
    background: #5cc6db;
    font-size: 1.0rem;
    min-width: 1200px;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }

  /* -- link -- */
  a {
    transition: opacity 0.3s;
  }
  a:link {
    color: #5cc6db;
    text-decoration: underline;
  }
  a:visited {
    color: #5cc6db;
    text-decoration: none;
  }
  a:hover {
    color: #5cc6db;
    text-decoration: none;
  }
  a:active {
    color: #5cc6db;
    text-decoration: none;
  }
  a:hover {
    opacity: 0.7;
  }

  /* -- font -- */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  li,
  dt,
  dd,
  th,
  td,
  caption,
  address,
  figcaption,
  small,
  label,
  time,
  input,
  button,
  select {
    font-size: 1.6rem;
    line-height: 1.8;
  }

  /* -- img -- */
  img {
    max-width: 100%;
    height: auto;
  }

  /* container
  ----------------------------------------------------*/
  #container {
    text-align: left;
    background: #fff;
  }

  /* header
  ----------------------------------------------------*/
  #header {
    border-bottom: 1px solid #ddd;
  }
  #header #hd_inner:after {
    content: "";
    clear: both;
    display: block;
  }
  #header #hd_inner #hdLogo {
    display: table;
    width: 174px;
    float: left;
    line-height: 1;
    margin: 20px 0 20px 24px;
  }
  #header #hd_inner #hdLogo a {
    display: table-cell;
    height: 40px;
    vertical-align: middle;
  }

  /* gNav
  ----------------------------------------------------*/
  #gNav {
    float: right;
  }
  #gNav:after {
    content: "";
    clear: both;
    display: block;
  }
  #gNav #gNav__btn {
    display: none;
  }
  #gNav #gNav__menu:after {
    content: "";
    clear: both;
    display: block;
  }
  #gNav #gNav__menu ul {
    float: left;
  }
  #gNav #gNav__menu ul:after {
    content: "";
    clear: both;
    display: block;
  }
  #gNav #gNav__menu ul li {
    float: left;
    display: table;
    position: relative;
  }
  #gNav #gNav__menu ul li a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 80px;
    padding: 15px;
    color: #000;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.33;
    text-decoration: none;
  }
  #gNav #gNav__menu ul li a:before {
    content: "";
    display: block;
    width: 0;
    height: 4px;
    background: #5cc6db;
    position: absolute;
    bottom: 0;
    transition: width 0.3s;
  }
  #gNav #gNav__menu ul li a:before {
    left: 12px;
  }
  #gNav #gNav__menu ul li a:hover {
    opacity: 1.0;
  }
  #gNav #gNav__menu ul li a:hover:before {
    width: calc(100% - 24px);
  }
  #about #gNav #gNav__menu ul li#gNav__aboutNav a, #trade #gNav #gNav__menu ul li#gNav__tradeNav a, #currency #gNav #gNav__menu ul li#gNav__currencyNav a, #swap #gNav #gNav__menu ul li#gNav__swapNav a, #analysis #gNav #gNav__menu ul li#gNav__analysisNav a, #event #gNav #gNav__menu ul li#gNav__eventNav a, #corp #gNav #gNav__menu ul li#gNav__corpNav a {
    color: #5cc6db;
  }
  #about #gNav #gNav__menu ul li#gNav__aboutNav a:before, #trade #gNav #gNav__menu ul li#gNav__tradeNav a:before, #currency #gNav #gNav__menu ul li#gNav__currencyNav a:before, #swap #gNav #gNav__menu ul li#gNav__swapNav a:before, #analysis #gNav #gNav__menu ul li#gNav__analysisNav a:before, #event #gNav #gNav__menu ul li#gNav__eventNav a:before, #corp #gNav #gNav__menu ul li#gNav__corpNav a:before {
    width: calc(100% - 24px);
  }

  /* contents
  ----------------------------------------------------*/
  #contents {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0 100px;
  }
  #contents:after {
    content: "";
    clear: both;
    display: block;
  }

  /* main
  ----------------------------------------------------*/
  #main {
    float: left;
    width: 800px;
    margin: 0 0 0 24px;
  }
  #home #main, #notFound #main {
    float: none;
    width: 1200px;
    margin: 0 auto;
  }

  .main p {
    margin-top: 30px;
  }
  .main p:first-child {
    margin-top: 0;
  }

  /* menu
  ----------------------------------------------------*/
  #menu {
    float: right;
    width: 250px;
    margin: 0 24px 0 0;
  }

  /* -- ttl01 -- */
  /*.menu__ttl01 {
  	font-weight: bold;
  	color: #fff;
  	background: $keyColor01;
  	padding: 5px 15px;
  }*/
  /* -- ttl02 -- */
  /*.menu__ttl02 {
  	padding: 0 0 0 20px;
  	position: relative;
  }
  .menu__ttl02:before {
  	content: "";
  	display: block;
  	width: 15px;
  	height: 15px;
  	background: $keyColor01;
  	position: absolute;
  	left: 0;
  	top: 0.4em;
  }*/
  /* -- link01 -- */
  ul.menu__link01 {
    margin-top: 20px;
  }

  p.menu__link01,
  ul.menu__link01 li {
    position: relative;
    padding: 0 0 0 20px;
    margin: 10px 0 0;
    text-decoration: none;
  }

  p.menu__link01:first-child,
  ul.menu__link01 li:first-child {
    margin-top: 0;
  }

  /*p.menu__link01:before,*/
  p.menu__link01:after,
  ul.menu__link01 li:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    vertical-align: middle;
  }

  /*p.menu__link01:before,
  ul.menu__link01 li:before {
  	left: 0;
  	width: 9px;
  	height: 2px;
  	background: $defaultColor;
  }*/
  p.menu__link01:after,
  ul.menu__link01 li:after {
    left: 2px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #5cc6db;
    border-right: 2px solid #5cc6db;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .menu__link01 a {
    color: #444;
    text-decoration: none;
  }

  /* -- link02 -- */
  .menu__link02 {
    margin: 20px 0 0;
    padding: 20px 0 0;
    border-top: 1px dashed #ddd;
  }
  .menu__link02 li {
    text-indent: -1em;
    padding-left: 1em;
  }
  .menu__link02 li:before {
    content: "・";
    display: inline;
  }
  .menu__link02 li a {
    color: #444;
  }

  /* -- bnr01 -- */
  p.menu__bnr01,
  ul.menu__bnr01 {
    margin: 20px 0 0;
    padding: 20px 0 0;
    text-align: center;
    border-top: 1px solid #ddd;
  }

  ul.menu__bnr01 li {
    margin: 10px 0 0;
  }

  /* footer
  ----------------------------------------------------*/
  #footer {
    clear: both;
    background: #5cc6db;
    padding: 10px;
    color: #fff;
  }
  #footer:after {
    content: "";
    clear: both;
    display: block;
  }

  #ftCopyright {
    text-align: center;
    line-height: 1;
  }
  #ftCopyright small {
    font-size: 1.2rem;
  }

  /* ***************************************************************** */
}
/* ***************************************************************************** */
/** -------------------------------------------------------
 ** 02. SP base layout
 ** ------------------------------------------------------- */
@media screen and (max-width: 750px) {
  /* ***************************************************************** */
  /* html
  ----------------------------------------------------*/
  html {
    /* root 10px 以下rem指定 */
    font-size: 10px;
  }

  /* body
  ----------------------------------------------------*/
  body,
  input,
  textarea,
  select {
    font-family: "Noto Sans Japanese", -apple-system, "Helvetica Neue", Helvetica, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  }

  body {
    color: #444;
    text-align: center;
    background: #5cc6db;
    font-size: 1.0rem;
    min-width: 320px;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }

  /* -- link -- */
  a:link {
    color: #5cc6db;
    text-decoration: underline;
  }
  a:visited {
    color: #5cc6db;
    text-decoration: none;
  }
  a:hover {
    color: #5cc6db;
    text-decoration: underline;
  }
  a:active {
    color: #5cc6db;
    text-decoration: none;
  }

  /* -- font -- */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  li,
  dt,
  dd,
  th,
  td,
  caption,
  address,
  figcaption,
  small,
  label,
  time,
  input,
  button,
  select {
    font-size: 1.4rem;
    line-height: 1.8;
  }

  /* -- img -- */
  img {
    max-width: 100%;
    height: auto;
  }

  /* container
  ----------------------------------------------------*/
  #container {
    text-align: left;
    background: #fff;
  }

  /* header
  ----------------------------------------------------*/
  #header {
    border-bottom: 1px solid #ddd;
    background: #fff;
    height: 54px;
    position: relative;
    z-index: 51;
  }
  #header #hd_inner:after {
    content: "";
    clear: both;
    display: block;
  }
  #header #hd_inner #hdLogo {
    width: 40%;
    max-width: 174px;
    float: left;
    line-height: 54px;
    margin: 0 0 0 15px;
  }
  #header #hd_inner #hdLogo a {
    color: #858585;
    text-decoration: none;
  }
  #header #hd_inner #hdLogo a img {
    vertical-align: middle;
  }

  /* gNav
  ----------------------------------------------------*/
  #gNav {
    float: right;
  }
  #gNav:after {
    content: "";
    clear: both;
    display: block;
  }

  #gNav__btn a {
    position: relative;
    display: block;
    width: 60px;
    height: 54px;
    padding: 15px;
  }
  #gNav__btn a span {
    display: block;
    width: 30px;
    height: 24px;
    text-indent: 105%;
    white-space: nowrap;
    overflow: hidden;
  }
  #gNav__btn a,
  #gNav__btn a:before,
  #gNav__btn a:after,
  #gNav__btn span:before {
    display: inline-block;
    transition: all .4s;
  }
  #gNav__btn a:before,
  #gNav__btn a:after,
  #gNav__btn span:before {
    content: "";
    position: absolute;
    left: 15px;
    width: 30px;
    height: 1px;
    background-color: #858585;
  }
  #gNav__btn a:before {
    top: 17px;
  }
  #gNav__btn span:before {
    top: 26px;
  }
  #gNav__btn a:after {
    bottom: 17px;
  }

  #gNav__menu {
    display: none;
    background: #fff;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 1px 0 0;
  }
  #gNav__menu ul li {
    border-bottom: 1px solid #ddd;
  }
  #gNav__menu ul li a {
    display: table;
    width: 100%;
    text-decoration: none;
    color: #858585;
    position: relative;
  }
  #gNav__menu ul li a span {
    display: table-cell;
    height: 50px;
    vertical-align: middle;
    padding: 5px 40px 5px 10px;
  }
  #gNav__menu ul li a span:after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #858585;
    border-right: 2px solid #858585;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    vertical-align: middle;
  }

  .menuSP--open #gNav__menu {
    display: block;
  }
  .menuSP--open #gNav__btn a:before {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
    top: 16px;
  }
  .menuSP--open #gNav__btn span:before {
    opacity: 0;
  }
  .menuSP--open #gNav__btn a:after {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }

  #gNavBgSP {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
  }

  .menuSP--open #gNavBgSP {
    background: rgba(0, 0, 0, 0.7);
  }

  /* contents
  ----------------------------------------------------*/
  #contents {
    padding: 40px 0 60px;
  }
  #contents:after {
    content: "";
    clear: both;
    display: block;
  }

  /* main
  ----------------------------------------------------*/
  #main {
    padding: 20px 15px;
  }

  .main p {
    margin-top: 30px;
  }

  /* menu
  ----------------------------------------------------*/
  #menu {
    padding: 20px 10px;
  }

  /* -- ttl01 -- */
  /*.menu__ttl01 {
  	font-weight: bold;
  	color: #fff;
  	background: $keyColor01;
  	padding: 5px 15px;
  }*/
  /* -- ttl02 -- */
  /*.menu__ttl02 {
  	padding: 0 0 0 20px;
  	position: relative;
  	&:before {
  		content: "";
  		display: block;
  		width: 15px;
  		height: 15px;
  		background: $keyColor01;
  		position: absolute;
  		left: 0;
  		top: 0.4em;
  	}
  }*/
  /* -- link01 -- */
  ul.menu__link01 {
    margin-top: 20px;
  }

  p.menu__link01,
  ul.menu__link01 li {
    position: relative;
    padding: 0 0 0 20px;
    margin: 10px 0 0;
    text-decoration: none;
  }

  p.menu__link01:after,
  ul.menu__link01 li:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    vertical-align: middle;
  }

  p.menu__link01:after,
  ul.menu__link01 li:after {
    left: 2px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #5cc6db;
    border-right: 2px solid #5cc6db;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .menu__link01 a {
    color: #444;
    text-decoration: none;
  }

  /* -- link02 -- */
  .menu__link02 {
    margin: 20px 0 0;
    padding: 20px 0 0;
    border-top: 1px dashed #ddd;
  }
  .menu__link02 li {
    text-indent: -1em;
    padding-left: 1em;
  }
  .menu__link02 li:before {
    content: "・";
    display: inline;
  }
  .menu__link02 li a {
    color: #444;
  }

  /* -- bnr01 -- */
  p.menu__bnr01,
  ul.menu__bnr01 {
    margin: 20px 0 0;
    padding: 20px 0 0;
    text-align: center;
    border-top: 1px solid #ddd;
  }

  ul.menu__bnr01 li {
    margin: 10px 0 0;
  }

  /* footer
  ----------------------------------------------------*/
  #footer {
    clear: both;
    background: #5cc6db;
    padding: 10px;
    color: #fff;
  }
  #footer:after {
    content: "";
    clear: both;
    display: block;
  }
  .fixBtnOn #footer {
    padding: 010px 10px 60px;
  }

  #ftCopyright {
    text-align: center;
  }
  #ftCopyright small {
    font-size: 1.2rem;
  }

  /* ***************************************************************** */
}
/* ***************************************************************************** */

/*# sourceMappingURL=base.css.map */
