@charset "utf-8";
/*
Theme Name: furukawa-yoshihisa
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.1.2
*/
footer .sectionBox {
display:none !important;
}

footer .copySection {
display:block !important;
border-top:none !important;
}
.japanese {
  background: #000599;
}
.english {
  background: #006999;
}
.japanese,
.english {
  color: rgba(255,255,255,.4);
  padding: 2%;
  text-align: center;
}
p {
  text-align: left;
}
img {
  max-width: 100%;
  height: auto;
}

@media ( min-width : 600px ){
  body {
    background: linear-gradient(90deg, #000599 50%, #006999 50%);
  }
  .flexbox {
    width: 700px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
  }
  .japanese,
  .english {
    -webkit-flex: 1;
    flex: 1;
    background: none;
  }
}