/* CSS Document */
@media screen and (max-width:600px) {
  html {
    height: 100%;
  }
  body {
    margin: 0;
    height: 100%;
    font-size: 1.4rem;
    line-height: 140%;
    -webkit-text-size-adjust: 100%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  }
  a {
    color: #005FB8;
    text-decoration: none;
  }
  #wrapper {
    width: 100%;
    margin: 0 auto;
    min-width: 980px;
  }
  /**◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆ヘッダー◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆**/
  #header {
    width: 100%;
    height: 120px;
    margin: 0 auto;
    float: none;
    position: fixed;
    z-index: 9995;
    overflow: hidden;
    box-shadow: 0px 2px 5px #666; /* 0 (5px + 3px) 3px (-3px) #000000 */
    background-color: #FFFFFF;
  }
  .header-t {
    width: 100%;
    height: 70px;
    float: none;
    display: none;
  }
  .header-t-main {
    width: 100%;
    height: 70px;
    margin: auto;
    background-color: #FFFFFF;
  }
  .header-b {
    width: 100%;
    height: 120px;
    background-color: #003366;
    bottom: 0;
    z-index: 9999;
  }
  .header-b-main {
    width: 100%;
    height: 50px;
    margin: auto;
  }
  .rogo {
    margin-top: 10px;
    float: left;
  }
  .lang {
    display: none;
  }
  option {
    color: #666666;
    margin: 5px 0;
    border-top: solid 1px #CCCCCC;
    line-height: 200%;
  }
  #menu-pc {
    display: none;
  }
  #menu-sp {
    width: 100%;
	  z-index: 9998;
	  position: fixed;
	  display: block;
  }
  .menu-sp a {
    color: #FFFFFF;
  }
  .menu-s {
    float: left;
    color: #FFFFFF;
    text-align: left;
    list-style: none;
    padding-top: 10%;
    width: 100%;
    font-weight: bold;
    font-size: xx-large;
	  margin-left: 90px;
  }
	
	.menu-ss {
		list-style: none;
		line-height: 80px;
		font-weight: normal;
	}
  .box {
    float: right;
    width: auto;
    height: 50px;
    margin-top: 10px;
  }
  .btn {
    float: left;
    width: auto;
    height: 100%;
  }
	
  /**◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆ハンバーガーメニュー◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆**/
  #nav-drawer {
    position: relative;
  }
  /*チェックボックス等は非表示に*/
  .nav-unshown {
    display: none;
  }
  /*アイコンのスペース*/
  #nav-open {
    display: inline-block;
    width: 70px;
	  height:70px;
    vertical-align: middle;
    margin-left: 20px;
	  float: left;
	  margin-top: -40px;
  }
  /*ハンバーガーの形をCSSで表現*/
  #nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 5px; /*線の太さ*/
    width: 45px; /*長さ*/
    border-radius: 6px;
    background: #FFFFFF;
    display: block;
    content: '';
    cursor: pointer;
  }
  #nav-open span:before {
    bottom: -8px;
  }
  #nav-open span:after {
    bottom: -16px;
  }
  /*閉じる用の薄黒箇所*/
  #nav-close {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
  }
  /*メニューの中身*/
  #nav-content {
    overflow: visible;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 90%;
    max-width: 60%; /*最大幅（お好みで調整を）*/
    height: 100%;
    background: #006edbdb;
    transition: .5s ease-in-out;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
  }
  /*チェックがついたら表示させる*/
  #nav-input:checked ~ #nav-close {
    display: block;
    opacity: .5;
  }
  #nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
  }
  .header-logo-menu {
    display: flex;
    display: -moz-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
    -moz-flex-direction: row;
    -o-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
  }
  /*ロゴやサイトタイトルをセンタリング*/
  .logo-area {
    text-align: center;
	  padding-top: 30px;
  }
  /**◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆コンテンツ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆**/
  #content {
    float: none;
    box-shadow: 0px 2px 5px #666; /* 0 (5px + 3px) 3px (-3px) #666 */
    position: relative;
    padding-top: 120px;
  }
  #content .main {
    width: 100%;
    background-color: #FFFFFF;
    border-right: 1px solid #999999;
    border-left: 1px solid #999999;
    margin: auto;
    padding: 0px;
    overflow-y: hidden;
  }
  #content ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }
  #content .leftmenu {
    width: 100%;
    height: auto;
    float: left;
  }
  .topics {
    width: 97%;
    background-color: #EBEBEB;
    padding: 10px;
    line-height: 160%
  }
  .topics-main {
    width: 100%;
    height: 800px;
    overflow: hidden;
    overflow-y: scroll;
  }
  .news {
    width: 100%;
    border-bottom: dotted 1px #D0D0D0;
    background-color: #FFFFFF;
    margin: 5px 0px;
    overflow: hidden;
  }
	
	.news-top {
		width: 100%;
	}
	
  .news-day {
    width: 15%;
    float: left;
    padding: 5px;
    font-weight: bold;
    border-bottom: solid 1px #003399;
	  align-items: flex-end;
	  bottom: 0;
  }
  .news-titol {
    padding: 5px;
    font-weight: bold;
    font-size: 110%;
    border-bottom: solid 1px #BBBBBB;
	  align-items: flex-end;
  }
  .news-cont {
    float: left;
    padding: 5px;
    width: auto;
  }
  #content .rigthmenu {
    width: 100%;
    float: right;
    padding: 0;
  }
  .info {
    width: 97%;
    background: #cee4f3;
    border: solid 1px #D0D0D0;
    padding: 10px;
    line-height: 140%;
    margin-bottom: 5px;
    float: left;
  }
  .info-b {
    width: 95%;
    background: repeating-linear-gradient(#C0C0C0, #DCDCDC);
    border: solid 1px #999999;
    border-radius: 20px;
    text-align: center;
    padding: 5px;
    margin-top: auto
  }
  .info-image {
    width: 40%;
    float: left;
  }
  .info-text {
    width: 50%;
    float: right;
  }
  .titol-m {
    margin: 0px auto;
  }
  .subBoxWrap {
    width: 100%;
    height: auto;
    float: left;
    padding: 5px;
  }
  .subBox {
    width: 97%;
    background-color: #999999;
    border: solid 1px #D0D0D0;
    border-radius: 5px;
    padding: 10px;
    line-height: 140%;
    overflow: hidden;
  }
  .subBoxWrap ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
  }
  .image {
    width: 100%;
  }
  .subBoxWrap li {
    width: 47%;
    background-color: #FFFFFF;
    border: solid 1px #D0D0D0;
    margin: 5px;
    padding: 5px;
  }
  .subBox-m {
    width: 100%;
    display: flex;
    height: auto;
  }
  .subBox-s {
    float: left;
    width: 30%;
    padding: 5px;
    margin: 5px;
    background-color: #FFFFFF;
    border: solid 1px #D0D0D0;
    display: flex;
    flex-direction: column;
  }
  #pr {
    width: 90%;
    padding: 0 15px;
    margin: auto;
    line-height: 180%;
    margin-top: 30px;
  }
  #pr h2 {
    line-height: 145%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #CFEDFF;
  }
  #pr h7 {
    display: block;
    font-size: 0.6em;
    margin-block-start: 2em;
    margin-block-end: 2em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    margin-top: 0px;
  }
  #pr table {
    vertical-align: top;
    border: solid 1px #666666;
  }
  /**◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆フッター◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆**/
  #footer {
    height: auto;
    float: none;
    background-color: #CCCCCC;
    overflow: hidden;
    text-align: center;
  }
  .footer-main {
    width: 100%;
    height: auto;
    margin: auto;
    background-color: #CCCCCC;
    padding-top: 10px;
  }
  .left {
    width: 50%;
    float: left;
  }
  .footer-rogo {
    margin: 10px;
    width: 100%;
    margin: auto;
    text-align: center;
    margin-top: 20px;
  }
  .center {
    display: none;
  }
  .link {
    display: none;
  }
  .rigth {
    width: 100%;
    margin-top: 10px;
    margin: auto;
  }
  #footer ul {
    width: 100%;
    display: flex;
    margin: 0;
	  padding: 0;
  }
  .product {
    list-style: none;
    width: 33%;
    float: left;
    max-width: 100%;
    margin: 5px;
  }
  .add {
    margin: auto;
    text-align: center;
  }
  /** ボタン **/
  .button {
    width: 50%;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 8px 15px;
    background-color: #CCCCCC;
    border: solid 1px #999999;
    border-radius: 20px;
  }
  .lang-sub {}
}