
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 *= require font-awesome
 *= require ./lib/bootstrap-4.0.0/bootstrap.min
 *= require ./lib/jquery.smartmenus.bootstrap.css
 *= require_tree .
 *= require_self

 */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&display=swap');

@charset "UTF-8";
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 2;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: 500;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

a img {
  border: none;
}

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

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
  word-break: break-word;
}

html, body {
  color: #000;
  font-family:  "Noto Sans CJK JP", "Noto Sans JP", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro", "游ゴシック", "游明朝", "ヒラギノ明朝 Pro", "Oswald", "メイリオ", "游ゴシック", "Noto Serif", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  line-height: 1.8;
  text-align: justify;
  -webkit-text-size-adjust: 100%;
  font-size: 10px;
  font-weight: 500;
}

a,a:hover {
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
}

h2 {
  font-size: 5rem;
}

h1, h2, h3, h4, h5,  h6, p {
  margin: auto;
}

p, dt, dd {
  overflow-wrap: break-word;
}

body {
  margin: auto; 
  position: relative;
}
:root {
  --color1: #A55302; 
  --color2: #F2F2F2;
}
/*--------------------------responsive ---------------------*/
.clearfix::before,
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}


/*--------------------------------------------------------------------------*/
/* Common
---------------------------------------------------------------------------------*/

body {
  position: relative;
  margin: 0;
}

h1 {
  margin: initial;
}

h2 {
  font-size: 3rem;
  text-align: center;
}


h1, h2, h3, h4, h5 {
  line-height: 1.5;
  font-weight: 700;
  margin: 0;
}

p, td, label, div, ul, li, strong  {
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 0;
}
p {
  white-space: pre-line;
}
.l_con,
.m_con {
  width: 120rem;
  margin-left: auto;
  margin-right: auto;
  z-index: 20;
  position: relative;
}
.m_con {
  width: 100rem;
}
main {
  position: relative;
}
.sCom {
  padding: 7rem 0;
}
.sBody {
  margin-top: 5rem;
}
/*-----------------button--------------------*/
.btn {
  display: block;
  cursor: pointer;
  -webkit-appearance: none;
}
.btn_logo {
  width: 20rem;
}
.btn_phone {
  width: 13.1rem;
}
.btn_top {
  color: black;
  width: 20rem;
  line-height: 4rem;
  background: #ffde39;
  text-align: center;
  border-radius: 2rem;
}
.btn_contact {
  font-size: 1.8rem;
  background: #284add;
  color: white;
  text-align: center;
  width: 50rem;
  line-height: 8rem;
  border-radius: 1rem;
  margin: auto;
  border: none;
  box-shadow: none;
  outline: none;
}
/*-----------------header------------------*/
.globNaviCheck,
.globNaviIcon {
  display: none;
}
.logo {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.logo p {
  font-size: 1rem;
  color: #2e5f9a;
  margin-left: 1rem;
}
.headerControls {
  display: flex;
  height: 6rem;
  align-items: center;
  justify-content: space-between;
}
.globNaviMenu {
  background: #284add;
}
.globNaviMenu li {
  line-height: 1;
  display: block;
  width: calc(100% / 7);
}
.globNaviMenu ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 4.5rem;
  width: 120rem;
  margin: auto;
}
.globNaviMenu li a {
  font-size: 1.4rem;
  color: white;
  display: block;
  text-align: center;
}
.globNaviMenu li a span {
  font-size: 1.2rem;
  color: yellow;
  display: block;
}
.globNaviMenu ul>li {
  border-right: 1px solid white;
}
.globNaviMenu ul>li:first-child {
  border-left: 1px solid white;
}
/*----------------------common-------------------*/
.title p {
  font-size: 5rem;
  color: #284add;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding-bottom: 1rem;
}
.title p:after {
  content: "";
  position: absolute;
  left: calc(50% - 3rem);
  bottom: 0;
  width: 6rem;
  height: 0.2rem;
  background: #284add;
}
.title h2 {
  line-height: 1.5;
  margin-top: 1.5rem;
}
.subTtl {
  width: 62rem;
  padding: 2rem;
  font-size: 2.5rem;
  color: #284add;
  text-align: center;
  border: 0.3rem solid #284add;
  position: relative;
  margin-left: auto;
  margin-right: auto;
    background: white;
}
.subSecTtl {
  font-size: 3.5rem;
}
.subTtl:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 2rem solid transparent;
  border-right: 2rem solid transparent;
  border-top: 2rem solid #284add;
  position: absolute;
  left: calc(50% - 2rem);
  bottom: -2rem;
}
.subTtl:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 2rem solid transparent;
  border-right: 2rem solid transparent;
  border-top: 2rem solid white;
  position: absolute;
  left: calc(50% - 2rem);
  bottom: -1.6rem;
}
.table,
.guaranteeCopTable {
  width: 100%;
  border-collapse: collapse;
}
.guaranteeCopTable,
.guaranteeCopTable th, 
.guaranteeCopTable td,
.table,
.table th,
.table td {
  text-align: center;
  padding: 1rem 0.5rem;
  border: 1px solid #e6e6e6;
}
.guaranteeCopTable td,
.table td {
  font-size: 1.6rem;
}
.guaranteeCopTable th,
.table th {
  font-size: 1.8rem;
  background: #284add;
  color: white;
}
.table tbody>tr:nth-child(odd) {
  background: #f0faff;
}
.table tbody>tr:nth-child(even) {
  background: #eeeeee;
}
.table .icon {
  padding-left: 3rem;
  text-align: left;
}
.table .icon img {
  width: 3rem;
  height: 3rem;
  object-fit: contain;
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-right: 1rem;
  line-height: inherit;
  vertical-align: middle;
} 
.guaranteeCopTable .bg1 {
  background: #5e803f;
  color: white;
  font-size: 2rem;
}
.guaranteeCopTable .bg2 {
  background: #f0faff;
}
.guaranteeCopTable .bg3 {
  background: #eeeeee;
}
.guaranteeCopTable .bg4 {
  background: white;
  color: red;
  font-size: 2.5rem;
  font-weight: 700;
}
.guaranteeCopTable .col2 {
  width: 51.8rem;
}
.accordion {
  background: white;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
}
.accordionAct {
  background: #284add;
  color: white;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  display: block;
  position: relative;
}
.accordionAct:before{
  content: "";
  width: 0;
  height: 0;
  border-left: 3rem solid transparent;
  border-right: 3rem solid transparent;
  border-top: 2rem solid #284add;
  position: absolute;
  left: calc(50% - 3rem);
  bottom: -1.9rem;
}
.accordionAct:after {
  content: "\f067";
  position: absolute;
  font-size: 2rem;
  color: white;
  line-height: 1;
  right: 2rem;
  top: calc(50% - 1rem);
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
.accordionAct,
.accordionCheck {
  line-height: 7rem;
  height: 7rem;
}
.accordionCheck {
  position: absolute;
  left:0;
  top: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.accordionInfo {
  overflow: hidden;
  max-height: 0;
}
.accordionCheck:checked ~ .accordionInfo {
  max-height: 500rem;
}
.accordionCheck:checked ~ .accordionAct:after {
  content: "\f068";
}
.accordionList>li:not(:first-child) {
  margin-top: 3rem;
}
.accordionInfoTxt {
  padding: 6rem 4rem 4rem;
}
.box1 {
  border-radius: 1rem;
  overflow: hidden;
  padding: 2rem;
  border-left: 1.4rem solid #284add;
}
.accordionInfoTxt>p:not(:first-child) {
  margin-top: 2rem;
}
/*----------------------page-------------------*/
.fvImg {
  height: 60rem;
  object-fit: cover;
}
.bg1 {
  background: #f0faff;
}
.marketSizeInfo {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.marketSizeInfoTable {
  width: 50%;
}
.marketSizeInfoTxt {
  width: calc(50% - 3rem);
}
.marketCompareGraph {
  width: calc(50% - 1rem);
}
.marketCompareInfo {
  display: flex;
  justify-content: space-between;
}
.marketCompareGraph p{
  text-align: center;
  margin-top: 1rem;
}
.marketCompareGraph span {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  color: #999999;
}
.marketDiffInfo p {
  margin-top: 2rem;
}
.marketLaw h3 {
  font-size: 1.8rem;
  color: #284add;
  font-weight: 700;
}
.marketLaw h3 i {
  background: #284add;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  color: white;
  font-size: 1.2rem;
  display: inline-block;
  line-height: 1.8rem;
  text-align: center;
  margin-right: 0.5rem;
}
.marketLaw p {
  font-size: 1.4rem;
  margin-top: 1rem;
}
.marketLaw p span {
  color: #4d4d4d;
  font-size: 1.6rem;
}
.marketFlowInfoLaw {
  margin-top: 2rem;
}
.marketFlowInfoLawImg {
  width: 54rem;
}
.marketFlowInfoLaws {
  width: calc(100% - 57rem);
}
.marketFlowInfoLaw {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.marketFlowInfoLaws>.marketLaw:not(:first-child) {
  margin-top: 3rem;
}
.miningDiffInfo h3 {
  margin-top: 4rem;
  font-size: 3rem;
  color: #284add;
  text-align: center;
}
.miningPaymentItem {
  width: calc(100% / 3 - 2rem);
  margin: 1rem;
  background: #f0faff;
  padding: 2rem;
}
.miningPaymentItem h4,
.miningIndicatorItem h4 {
  font-size: 1.8rem;
  color: #284add;
}
.miningPaymentItem h4 span,
.miningIndicatorItem h4 span {
  color: white;
  background: #284add;
  font-size: 1.6rem;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  display: inline-block;
  margin-right: 0.5rem;
  text-align: center;
  line-height: 3.5rem;
}
.miningPaymentItem p {
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 1.6;
}
.miningDiffInfoTbl tr>td:first-child {
  width: 9rem;
}
.miningPayments {
  display: flex;
  justify-content: center;
  width: calc(100% + 2rem);
  margin: -1rem;
  flex-wrap: wrap;
  list-style: none;
}
.miningPayments,
.mining3TypeImg,
.miningDiffInfoTbl {
  margin-top: 4rem;
}
.miningVSInfo h3 {
  font-size: 3rem;
  color: #284add;
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 2rem;
}
.miningVSInfo h3 span {
  color: black;
  font-size: 5rem;
  display: block;
}
.miningIndicatorItem {
  width: calc(50% - 2rem);
  margin: 1rem;
}
.miningIndicators {
  display: flex;
  justify-content: center;
  width: calc(100% + 2rem);
  margin: -1rem;
  margin-top: 4rem;
  flex-wrap: wrap;
}
.miningIndicatorItem p {
  color: #999999;
  font-size: 1.4rem;
  margin-top: 1rem;
}
.miningIndicatorItem img {
  margin-top: 2rem;
}
.ethMining3AdvantagesList {
  display: flex;
  justify-content: space-between;
  width: calc(100% + 2rem);
  margin: -1rem;
  margin-top: 4rem;
  list-style: none;
}
.ethMining3AdvantageItem {
  width: calc(100% / 3 - 2rem);
  margin: 1rem;
  background: #284add;
  border-radius: 0.7rem;
  padding: 2rem 1rem;
}
.ethMining3AdvantageItem label {
  color: yellow;
  font-size: 2rem;
  text-align: center;
  display: block;
}
.ethMining3AdvantageItem label span {
  color: #284add;
  font-size: 1.8rem;
  width:2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 50%;
  display: inline-block;
  margin-right: 1rem;
  background: yellow;
}
.ethMining3AdvantageItem p {
  color: white;
  text-align: center;
  font-size: 1.4rem;
  margin-top: 1rem;
}
.ethMiningItem {
  background: white;
  padding: 5rem 4rem 4rem;
  border-radius: 1rem;
  list-style: none;
}
.ethMiningItem h3 {
  color: #284add;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 4rem;
}
.ethMiningItem h3 span {
  color: black;
  font-size: 4rem;
}
.ethMining3AdvantagesDesc {
  text-align: center;
}
.ethMiningAdvantageList {
  list-style: none;
}
.ethMiningAdvantageItem,
.ethMiningMatterItem {
  margin-top: 8rem;
}
.ethMiningAdvantageItem h4,
.ethMiningMatterItem h4 {
  font-size: 2.5rem;
  color: #284add;
  text-align: center;
  margin-bottom: 4rem;
}
.ethMiningAdvantageItem h4 span,
.ethMiningMatterItem h4 span {
  width: 4.6rem;
  height: 4.6rem;
  color: white;
  font-size: 3rem;
  background: #284add;
  display: inline-block;
  margin-right: 2rem;
  border-radius: 50%;
  text-align: center;
}
.ethMiningAdvantageProductsDesc {
  text-align: center;
}
.ethMiningAdvantageItem>p,
.ethMiningAdvantageItem>img {
  margin-top: 2rem;
}
.ethMiningAdvantageAsicReason {
  margin-top: 4rem;
}
.ethMiningAdvantageAsicReason h5 {
  font-size: 1.8rem;
  color: #284add;
}
.ethMiningAdvantageAsicReason h5 i {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: #284add;
  font-size: 1.4rem;
  color:white;
  display: inline-block;
  margin-right: 1rem;
  line-height: 3.5rem;
  text-align: center;
}
.ethMiningAdvantageAsicReason p {
  margin-top: 1rem;
}
.ethMiningAdvantageAsicReason p span {
  font-size: 1.4rem;
  color: #4d4d4d;
}
.ethMiningAdvantageMachine h5 {
  font-size: 1.8rem;
  color: #4d4d4d;
  margin-top: 2rem;
}
.ethMiningAdvantageMachine h5 span {
  color: white;
  background: black;
  width: 3.4rem;
  height: 3.4rem;
  line-height: 3.4rem;
  display: inline-block;
  margin-right: 1rem;
  text-align: center;
}
.ethMiningGpu {
  padding-top: 4rem;
}
.ethMiningGpu .subTtl {
  margin-bottom: 4rem;
}
.ethMiningGpu>strong,
.ethMiningGpu>p,
.ethMiningGpu>img {
  margin-top: 2rem;
}
.ethMiningGpu>strong {
  font-size: 1.8rem;
  color: #4d4d4d;
  display: block;
}
.ethMiningMatterAsicMedia {
  border: 1px solid #f2f2f2;
  padding: 2rem;
}
.ethMiningMatterAsicImg {
  width: 100%;
  margin: auto;
}
.ethMiningMatters {
  list-style: none;
}
.ethMiningMatterItem h4 {
  text-align: left;
}
.ethMiningMatterItem>p,
.ethMiningMatterItem>img,
.ethMiningMatterAsicMedia {
  margin-top: 2rem;
}
.ethMiningMatterAsicAccordionInfo>span {
  color: #4d4d4d;
  font-size: 1.4rem;
  display: block;
  text-align: center;
}
.ethMiningMatterAsicAccordionInfo p {
  margin-top: 2rem;
}
.ethMiningMatterAsicAccordionInfo p span {
  text-decoration: underline;
}
.ethMiningMatterAsicAccordion {
  margin-top: 2rem;
}
.ethMiningMatterChange>a {
  display: block;
  margin-top: 2rem;
  text-decoration: underline;
  color: #284add;
}
.ethMiningList>li:not(:first-child) {
  margin-top: 7rem;
}
.scheme h3 {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  margin-top: 6rem;
}
.schemeInfo>img,
.schemeInfo>p {
  margin-top: 2rem;
  text-align: center;
}
.scheme1Img{
  margin-top: 0;
}
.guaranteeItem {
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  background: white;
}
.guaranteeItem h3 {
  background: #284add;
  padding: 4rem 4rem 4rem 30rem;
  color: white;
  font-size: 4rem;
  text-align: left;
}
.guaranteeItem h3 img {
  display: inline-block;
}
.guaranteeList {
  display: block;
  list-style: none;
}
.guaranteeList>li:not(:first-child) {
  margin-top: 6rem;
}
.guaranteeItemMark {
  position: absolute;
  left: 4rem;
  top: 4rem;
  width: 23.6rem;
  object-fit: contain;
}
.guaranteeItemInfo {
  padding: 4rem;
}
.guaranteeItemInfoDesc {
  padding-left: 26rem;
  min-height: 12rem;
}
.guaranteeItemInfoDesc span {
  font-size: 1.5em;
}
.guaranteeItemInfo>img,
.guaranteeItemInfoDescCon {
  margin-top: 3rem;
}
.guaranteeItemInfoDescCon {
  padding: 2rem;
  font-size: 2rem;
  background: #f0faff;
  font-weight: 700;
}
.guaranteeItemImgDesc {
  font-size: 1.4rem;
  color: #5e803f;
  text-align: center;
  margin-top: 2rem;
}
.guaranteeItemImg21Desc {
  color: #999999;
}
.guaranteeCoporate h4 {
  font-size: 2.5rem;
  color: #284add;
}
.guaranteeCoporate h4 i {
  background: #284add;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  font-size: 2rem;
  color: white;
  line-height: 2.8rem;
  text-align: center;
  display: inline-block;
  margin-right: 2rem;
  position: relative;
  top: -0.2rem;
}
.guaranteeCoporate {
  margin-top: 4rem;
}
.guaranteeCoporate>p,
.guaranteeCoporate>img,
.guaranteeCoporateCon {
  margin-top: 2rem;
}
.guaranteeCoporateCon {
  color: #999999;
  font-size: 1.4rem;
}
.guaranteeCopTable {
  margin-top: 2rem;
} 
.faqList dt {
  position: relative;
  display: block;
  margin-left: 7rem;
  border: 0.2rem solid #284add;
  background: white;
  padding: 1.2rem 2rem;
  font-size: 2rem;
  color: #284add;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.faqList dt:before {
  content: "";
  position: absolute;
  left: -7rem;
  width: 7rem;
  top: -0.2rem;
  bottom: -0.2rem;
  background-color: #284add;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  z-index: -1;
  background-image: url(img/icon_q.svg);
  background-size: 2rem;
  background-position: center;
  background-repeat: no-repeat;
}
.faqList dt:after {
  width: 0;
  height: 0;
  border-left: 1.5rem solid transparent;
  border-right: 1.5rem solid transparent;
  border-top: 1.5rem solid #284add;
  content: "";
  position: absolute;
  left: -5rem;
  bottom: -1.5rem;
}
.faqList dd {
  position: relative;
  margin-left: 7rem;
  margin-top: 3rem;
}
.faqList dd:before {
  content: "";
  background-image: url(img/icon_a.svg);
  background-size: 2rem;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: -7rem;
  width: 7rem;
  height: 7rem;
  top: -2rem;
}
.faqList>dl:not(:first-child) {
  margin-top: 3rem;
}
.flowItem {
  position: relative;
  width: calc(100% / 3 - 2rem);
  margin: 4rem 1rem;
  background: white;
  border-radius: 1rem;
  padding: 4rem 2rem 2rem;
  list-style: none;
}
.flowItemImg {
  width: 29.1rem;
  margin: auto;
}
.flowItem h3 {
  font-size: 2.5rem;
  color: #284add;
  text-align: center;
  margin-top: 2rem;
}
.flowItem p {
  margin-top: 2rem;
}
.flowItem p span {
  font-size: 1.4rem;
  color: #999999;
}
.flowDesc {
  margin-top: 4rem;
  text-align: center;
}
.flowItem label {
  width: 8.4rem;
  height: 8.4rem;
  background: #284add;
  color: white;
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  left: 2rem;
  top: -4.2rem;
  border-radius: 50%;
  line-height: 1;
}
.flowItem label span {
  display: block;
  font-size: 2.2em;
}
.flowList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(100% + 2rem);
  margin: 5rem -1rem;
}
.flowScheduleMedia {
  padding: 2rem;
  background: white;
  margin-top: 4rem;
}
.flowScheduleMedia p {
  text-align: center;
  color: #5e803f;
}
.banner {
  margin-bottom: 7rem;
}
.companyLogo {
  width: 53.3rem;
  margin: 5rem auto 0;
}
.companyDetailInfo>p {
  margin-top: 3rem;
}
.companyInfo {
  margin-top: 4rem;
}
.companyInfo table {
  width: 100%;
  border-top: 1px solid #284add;
}
.companyInfo tr>td {
  padding: 2rem;
  border-bottom: 1px solid #284add;
  background: white;
  white-space: pre-line;
}
.companyInfo tr>td:first-child {
  width: 22rem;
  font-size:2rem;
  color: #284add;
  text-align: center;
  background: #f2f2f2;
}
.shopLogo {
  width: 32.7rem;
  margin: 5rem auto 0;
}
.companyDetail {
  list-style: none;
}
.companyDetail>li:not(:first-child) {
  margin-top: 8rem;
}
.copyright{
  padding: 2rem 0;
  background:#284add;
  color: white;
  font-size: 1.4rem;
  text-align: center;
}



/*---------------------form----------------------*/
.form {
  margin-top: 7rem;
}
.formItem {
  background: #f0faff;
  border-bottom: 1px solid #284add;
  padding: 2rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.formInfo {
 border-top: 1px solid #284add;
}
.formItem>label {
  font-size: 2rem;
  width: 36rem;
  margin-top: 1rem;
}
.formItem>label .sm {
  font-size: 0.8em;
  color: #999999;
}
.formItem>label .need {
  color: white;
  background: red;
  padding: 0.2rem 1rem;
  border-radius: 0.2rem;
  margin-left: 1rem;
}
.formItemControl {
  width: calc(100% - 36rem);
}
.formTextInput,
.formSelect,
.formTextArea {
  padding: 1rem;
  font-size: 1.8rem;
  outline: none;
  border: none;
  box-shadow: none;
  background: white;
  width: 100%;
}
.formTextArea {
  height: 20rem;
  resize: none;
}
.formTextInput,
.formSelect {
  height: 6rem;
}
.formCheckbox {
  font-size: 2rem;
  display: block;
}
.formCheckbox input {
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
}
.formAct {
  margin-top: 7rem;
  text-align: center;
  display: flex;
  justify-content: center;
}
.formAct .btn {
  margin: 0 1rem;
}
.formItem .alert-danger {
  display: none;
  color: red;
}
.formItem.alert .alert-danger {
  display: block;
}
.formConfirmField {
  padding: 1rem 0;
}
.formError h3 {
  font-size: 2.5rem;
  text-align: center;
}
.formError p {
  font-size: 2rem;
  text-align: center;
  margin-top: 4rem;
}
/*-----------------------effect-----------------*/
.accordion,
.box1,
.ethMiningItem,
.guaranteeItem {
  box-shadow: -0.1rem 0.2rem 0.5rem 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: -0.1rem 0.2rem 0.5rem 0px rgba(0,0,0,0.2);
  -moz-box-shadow: -0.1rem 0.2rem 0.5rem 0px rgba(0,0,0,0.2);  
}
.accordionInfo {
    transition: all 0.5s cubic-bezier(0, 0.78, 1, 1);
}
/*-----------------------thanks-----------------*/
.thanksInfo p {
  font-size: 2rem;
  text-align: center;
}







.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 1250px) {
  html, body {
    font-size: calc(100vw / 125);
  }
}





@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  html, body {
    font-size: calc(100vw / 60);
  }
  .m_con, .l_con {
    width: calc(100% - 4rem);
  }
  .sBody {
    margin-top: 3rem;
  }
  /*------------------button-----------------------*/
  .btn_logo {
    width: 27rem;
    margin-right: 2rem;
  }
  .btn_top {
    width: 20rem;
    line-height: 6rem;
    border-radius: 2rem;
    font-size: 2.5rem;
    border-radius: 3rem;
  }
  /*------------------header-----------------------*/
  .header  {
    position: relative;
    box-shadow: -0.1rem 0.2rem 0.5rem 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: -0.1rem 0.2rem 0.5rem 0px rgba(0,0,0,0.2);
    -moz-box-shadow: -0.1rem 0.2rem 0.5rem 0px rgba(0,0,0,0.2);
  }
  .headerControls {
    padding: 1rem 0;
    height: auto;
    justify-content: flex-start;
  }
  .logo,
  .hcBtns {
    justify-content: flex-start;
  }
  .logo p {
    font-size: 1.6rem;
  }
  .hcBtns .btn {
    margin-left: 0;
    margin-right: 2rem;
  }
  .hcBtns {
    margin-top: 1rem;
  }
  .globNavi  {
    display: inline-block;
    position: fixed;
    top: 1rem;
    right: 1rem;
    width: 6rem;
    height: 6rem;
    -webkit-user-select: none;
    z-index: 100;
  }
  .globNaviCheck {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    -webkit-touch-callout: none;
    cursor: pointer;
    display: block;
    margin: 0;
  }
  .globNaviIcon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
    z-index: 1000;
    width: 100%;
    background: #001f7d;
    padding: 1.5rem 1rem;
    border: 1px solid white;
  }
  .globNaviIcon>span {
    height: 1px;
    display: block;
    width: 100%;
    transform-origin: 0 0 ;
    transition: all 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
  }
  .globNaviIcon>span:nth-child(3)  {
    transform-origin: 100% 0;
  }
  .globNaviIcon>span:not(:first-child) {
    margin-top: 1.1rem;
  }
  .globNaviCheck:checked ~ .globNaviIcon span {
      opacity: 1;
      transform: rotate(45deg) translate(-0.3rem, -0.3rem);
  }
  .globNaviCheck:checked ~ .globNaviIcon>span:nth-child(2) {
      transform: scale(0, 0);
  }
  .globNaviCheck:checked ~ .globNaviIcon>span:nth-child(3) {
      transform: rotate(-45deg) translate(0.6rem, -2rem);
      width: 100%;
      margin-left: 0;
  }
  .globNaviIcon span {
    text-decoration: none;
    overflow: hidden;
    background: white;
  }
  .globNaviCheck:hover ~ .globNaviIcon span:after {
    /*animation: 1s linear 0s infinite running move_eye;*/
  }
  @-webkit-keyframes move_eye { from { transform: translate(-100%, 0); } to { transform: translate(0, 0); }  }
          @keyframes move_eye { from { transform: translate(-100%, 0); } to { transform: translate(0, 0); }  }

  /*
   * Make this absolute positioned
   * at the top left of the screen
   */
  .globNaviMenu
  {    
    position: fixed;
    margin: 0;
    padding: 4rem 1.5rem;
    width: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    overflow: auto;
    background: #001f7d;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(100%, 0);
    transition: transform 0.1s cubic-bezier(0.77,0.2,0.05,1.0);
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .globNaviCheck:checked ~ .globNaviMenu {
    transform: none;
    z-index: 60;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .globNaviMenu>li {
    text-align: center;
  }
  .globNaviMenu>li:after{
    content: none;
    position: absolute;
    bottom: -1px;
    height: 1px;
    width: 0;
    left: 0;
    background: #7b7473;
    transition: all 0.2s linear;
  }
  .globNaviMenu>li:not(.dots):hover:after{
    width: 100%;
  }
  .globNaviMenu>li>a {
    margin: 0;
    position: relative;
    width: 100%;
    display: block;
    font-size: 1.8rem;
    line-height: 1;
    text-align: left;
    display: block;
    font-weight: 400;
  }
  .globNaviMenu>li>a:hover 
  {
    color: #7b7473;
  }
  .l_header {
    height: 5rem;
    background: rgba(255,255,255);
    left: 0;
    right: 0;
    top: 0;
  }
  .globNaviCheck:checked ~ .globNaviIcon span {
    transform: rotate(45deg) translate(0.5rem, -0.2rem);
  }
  .globNaviCheck:checked ~ .globNaviIcon>span:nth-child(3) {
    transform: rotate(-45deg) translate(1rem, -2rem);
  }
  .globNaviMenu ul{
    display: block;
    width: 100%;
    border: none;
  }
  .globNaviMenu li {
    display: block;
    width: 100%;
    padding: 1rem 0;
    margin: 0;
  }
  .globNaviMenu li>a, .globNaviMenu li>a:hover {
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
  }
  .globNaviMenu {
    padding: 3.2rem 4rem;
    display: block;
  }
  .globNavi ul {
    display: block;
    height: auto;
  }
  .globNaviMenu ul>li,
  .globNaviMenu ul>li:first-child {
    border: none;
    padding: 2rem 0;
  }

  /*-------------------table------------------*/
  .table .icon {
    padding-left: 1rem;
  }
  .guaranteeCopTable .col2 {
    width: 30rem;
  }
  /*-------------------page------------------*/
  .fvImg {
    content: url(img/fv_sp.jpg);
    height: auto;
  }
  .marketOuterUseImg {
    content: url(img/marketOuterUse_sp.jpg);
  }
  .miningAboutImg {
    content: url(img/miningAbout_sp.svg);
  }
  .miningVSImg {
    content: url(img/miningVS_sp.svg);
  }
  .ethMiningAdvantageItemAsicImg {
    content: url(img/ethMiningAdvantageItemAsic_sp.svg);
  }
  .ethMiningGpuImg {
    content: url(img/ethMiningGpu_sp.jpg);
  }
  .ethMiningMatterMachineImg {
    content: url(img/ethMiningMatterMachine_sp.jpg);
  }
  .scheme2Img {
    content: url(img/scheme2_sp.svg);
  }
  .scheme3Img{
    content: url(img/scheme3_sp.svg);
  }
  .scheme4Img {
    content: url(img/scheme4_sp.svg);
  }
  .guarantee21Img {
    content: url(img/guarantee21_sp.svg);
  }
  .guarantee3Img {
    content: url(img/guarantee3_sp.svg);
  }
  .flowScheduleImg {
    content: url(img/flowSchedule_sp.svg);
  }
  .bannerImg{
    content: url(img/banner_sp.svg);
  }
  .sCom {
    padding: 4rem 0;
  }
  .title p {
    font-size: 4rem;
  }
  .accordionInfoTxt {
    padding: 3rem 2rem 2rem;
  }
  .marketSizeInfo {
    display: block;
  }
  .marketSizeInfoTable,
  .marketSizeInfoTxt,
  .marketCompareInfo,
  .marketCompareGraph,
  .marketFlowInfoLaw,
  .marketFlowInfoLawImg,
  .marketFlowInfoLaws {
    display: block;
    width: 100%;
  }
  .marketSizeInfoTxt,
  .marketFlowInfoLaws,
  .marketFlowInfoLaws>.marketLaw:not(:first-child) {
    margin-top: 2rem;
  }
  .miningPayments,
  .miningPaymentItem,
  .miningIndicatorItem,
  .miningIndicators,
  .ethMining3AdvantagesList,
  .ethMining3AdvantageItem,
  .ethMiningMatterAsicImg {
    margin: 0;
    width: 100%;
    display: block;
  }
  .miningPayments,
  .ethMining3AdvantagesList {
    margin-top: 3rem;
  }
  .miningPayments>li:not(:first-child),
  .miningIndicators>li:not(:first-child),
  .ethMining3AdvantagesList>li:not(:first-child) {
    margin-top: 2rem;
  }
  .ethMiningItem h3 {
    color: #284add;
    font-size: 2.5rem;
  }
  .ethMiningItem h3 span {
    font-size: 3rem;
  }
  .ethMiningAdvantageItem h4 span, .ethMiningMatterItem h4 span {
    width: 4rem;
    height: 4rem;
    margin-right: 1rem;
    line-height: 4rem;
  }
  .ethMiningItem {
    padding: 4rem 2rem 2rem;
  }
  .subTtl {
    width: 100%;
  }
  .subSecTtl {
    font-size: 3rem;
  }
  .guaranteeItemMark {
    position: absolute;
    left: 2rem;
    top: 2rem;
    width: 14rem;
  }
  .guaranteeItem h3 {
    padding: 2rem 2rem 2rem 17rem;
    color: white;
    font-size: 3rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 1.5;
    min-height: 12rem;
  }
  .guaranteeItemInfo {
    padding: 5rem 2rem 2rem;
  }
  .guaranteeItemInfoDesc {
    min-height: auto;
    padding: 0;
  }
  .guaranteeItemInfoDesc span {
    font-size: 1.2em;
  }
  .flowItem {
    position: relative;
    width: calc(100% / 2 - 2rem);
  }
  .flowItemImg {
    width: 100%;
  }
  .ethMiningMatterAsicAccordion .accordionAct {
    line-height: 1.4;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ethMiningMatterAsicAccordion .accordionAct,
  .ethMiningMatterAsicAccordion .accordionCheck {
    height: 10rem;
  }
  .ethMiningAdvantageItem, .ethMiningMatterItem {
    margin-top: 6rem;
}
  /*-------------------form ---------------------*/
  .formItem {
    display: block;
  }
  .formItemControl {
    width: 100%;
    margin-top: 2rem;
  }
  .companyInfo tr>td:first-child {
    width: 12rem;
    padding: 2rem 0;
  }
}