html, body {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-family: 'ヒラギノUD角ゴ W3 JIS2004', 'Hiragino UD Sans W3 JIS2004', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', sans-serif}

#header {
  position: relative;
}

#header .inner {
  position: relative;
  height: 100px;
}

#header .inner #logo {
  position: absolute;
  left: 38px;
  top: 18px;
  margin: 0;
  padding: 0;
}

#header .inner #logo a {
  display: block;
}

#header .inner #logo a img {
  display: block;
}

#header .inner .subCopy {
	position: absolute;
	left: 40px;
	top: 62px;
	font-size: 22px;
	line-height: 1;
	padding: 0;
	width: 356px;
}

.attention {
  color: #323232;
  opacity: 0.7;
  font-size: 22px; }

.title {
  font-size: 24px;
  margin: 0;
  padding: 0; }

.dis {
  font-size: 22px;
  margin: 0;
  padding: 0; }

.bigtitle {
  font-size: 30px;
  margin: 0;
  padding: 0;
  font-weight: bold; }

.small {
  font-size: 20px;
  margin: 0;
  padding: 0; }

.orenge {
  color: #fc5725; }

section {
  width: 100%; }
  section .maxwidth {
    width: 100%;
    height: 300px;
    background-image: url("../img/hdd_top_image2.png"); }
    background-repeat: no-repeat;
    section .maxwidth div img {
      position: absolute;
      right: 0;
      top: 60px; }
  section .contents {
    position: relative;
    display: block;
    width: 570px;
    margin: 0 auto; }
  section .center {
    text-align: center; }

#FUKIDASI {
  background-image: url("../img/fukidasi.png");
  background-repeat: no-repeat;
  margin: 30px auto;
  text-align: center;
  background-size: contain;
  margin-bottom: 100px;
  height: 300px; }
  #FUKIDASI .title {
    font-weight: bold;
    margin: 0;
    padding-top: 15px; }
  #FUKIDASI .dis {
    padding: 20px; }

#top {
  max-height: 100%; }
  #top .dis {
    margin-bottom: 10px; }
  #top .bigtitle {
    margin: 30px 0; }
  #top .attention {
    margin-top: 10px;
    max-height: 100%;
    font-size: 20px; }
  #top a {
    margin: 30px;
    display: block; }

#HOWTO {
  clear: both;
  margin-top: 60px;
  margin-bottom: 60px; }
  #HOWTO .title {
    max-height: 100%;
    clear: both;
    width: 100%;
    margin: 60px auto;
    font-weight: bold; }
  #HOWTO span {
    display: block;
    color: #323232;
    opacity: 0.7;
    text-align: left;
    font-size: 20px;
    max-height: 100%;
    word-break: break-all; }
  #HOWTO .howcontents {
    max-height: 100%;
    clear: both;
    text-align: left;
    padding: 60px 0; }
    #HOWTO .howcontents img {
      float: left;
      padding: 0 30px 50px 30px; }
    #HOWTO .howcontents p {
      margin: 0;
      font-size: 20px; }
    #HOWTO .howcontents .orenge {
      padding: 25px 0;
      font-weight: bold; }
    #HOWTO .howcontents .app {
      padding: 20px 10px; }
    #HOWTO .howcontents .attention {
      clear: both; }
  #HOWTO .howcontents2 {
    padding: 0 0 !important; }
  #HOWTO .howcontents:last-child img {
    padding-bottom: 70px; }

#about {
  clear: both;
  max-height: 100%; }
  #about .white {
    position: relative;
    font-size: 24px;
    color: #FFF;
    background-image: url("../img/orengefukidasi.png");
    width: 271px;
    height: 53px;
    background-size: contain;
    text-align: center;
    margin: 0 auto; }
  #about .orenge {
    text-align: center; }
  #about .dis {
    margin: 30px; }
  #about a {
    max-height: 100%;
    display: block; }
  #about span {
    display: block; }
  #about #footnote {
    font-size: 15px;
    position: absolute;
    top: 0;
    right: 10px; }

#setting {
  max-height: 100%;
  padding: 100px 0; }
  #setting .title {
    display: block;
    text-align: center;
    margin: 0 auto 30px auto;
    font-weight: bold; }
  #setting .dis {
    margin: 30px 0;
    word-break: break-all; }

#QUESTION {
  max-height: 100%;
  clear: both; }
  #QUESTION .q_title {
    margin-bottom: 60px; }
  #QUESTION a {
    display: block;
    height: 45px;
    margin: 60px 0; }
  #QUESTION .q_contents {
    width: 510px;
    margin: 30px auto 30px auto;
    box-shadow: 2px 2px rgba(0, 0, 0, 0.4);
    padding: 10px 0; }
    #QUESTION .q_contents a {
      clear: both;
      color: #ff560f;
      height: 45px;
      display: block;
      margin: 15px auto;
      z-index: 2; }
  #QUESTION dl {
    max-height: 100%;
    width: 100%;
    position: relative;
    text-align: left;
    font-weight: bold; }
    #QUESTION dl dt {
      float: left;
      font-size: 30px;
      width: 32px; }
    #QUESTION dl dd {
      font-size: 20px;
      padding-right: 10px;
      padding-left: 10px;
      margin-left: 30px;
/*       -webkit-margin-start: 0px;  */
      }
  #QUESTION .answer {
    display: none; }

#topbutton {
  padding: 100px 0; }

#OTHER {
  margin: 100px 0;
  display: none; }

/*dts*/
/* 全体設定 */
* {
  box-sizing: border-box;
  }

/* ポップアップウインドウの設定 */
.popup {
  background-color: #efefef;
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, .8);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100vw;
  height: 160vw;
  overflow-y: scroll;
  z-index:2;
}
/* チェックボックスの初期設定 */
#popup-on{
  display: none;
}
/* チェックされたらポップアップウインドウを開く */
#popup-on:checked + .popup{
  display: block;
}

/* 閉じるアイコン（右上） */
.icon-close{
  background: #000;
  color: #fff;
  font-size: 30px;
  padding: 0 10px;
  position: absolute;
  right: 0;
}

/* 閉じるボタン */
.btn-close{
  background: #000;
  border-radius: 10px;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  margin: 10px auto;
  width: 95%;
  text-align: center;
}

/* 開くボタン */
.btn-open{
  background: #fff;
  border-radius: 10px;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  margin: 10px auto;
  width: 95%;
  text-align: center;
}

/* ポップアップの内容 */
.popup-content{
  margin: 40px auto 40px auto;
  width: 90%;
}


/*dts*/


.popupModal1 > input { /* ラジオボックス非表示 */
    display: none;
}
.popupModal1 > input:nth-child(1) + label { 
    cursor: pointer;
}
.modalPopup2 { /* 初期設定 ポップアップ非表示 */
    display: none;
}

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 {/* ラジオ１ チェックでポップアップ表示 */
    display: block;
    z-index: 998;
    position: fixed;
    width: 90%;
    height: 80%;
    border-radius: 20px;
    left: 50%;
    top: 50%;
    margin-top: 30px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #fff;
    padding: 10px 20px;
    overflow: hidden;
}
@media (min-width: 768px) {/* PCのときはページの真ん中の600x600領域 */
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2{
         width: 600px;
         height: 600px;
         padding: 30px;

    }
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
     left: 50% !important;
     top: 50% !important;
     margin-left: 270px !important;
     margin-top: -310px !important;
}
}

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div {/* */
    overflow:auto;
    -webkit-overflow-scrolling:touch;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div > iframe {
    width: 100%;
      height:100%;
      border:none;
      display:block;
}

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div > img {/* ポップアップの中の要素 */
max-width: 100%;
}
.popupModal1 > input:nth-child(1) + label ~ label {
    display: none;/* ラジオ１ 以外のラベルを初期は非表示 */

}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.70);
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 997;
    text-indent: -999999px;
    overflow: hidden;
}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
    background: rgba(255, 255, 255, 0.5);
    display: inline-block;
    position: fixed;
    left: 10px;
    bottom: 20px;
    z-index: 999;
    width: 44pt;
    height: 44pt;
    font-size: 40px;
    border-radius: 50%;
    line-height: 44pt;
    text-align: center;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
}

.popupModal1 > input:nth-child(1) + label + input:nth-child(3):checked + label + input:nth-child(5) + label + .modalPopup2,
.popupModal1 > input:nth-child(1) + label + input:nth-child(3) + label + input:nth-child(5):checked + label + .modalPopup2 { /* ラジオ２と３ どっちかチェックでポップアップ非表示 */
    display: none;
}


.modalPopup2 {
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.popupModal1 .modalTitle {
     padding-bottom: .5em;
     margin: .5em 0;
     border-bottom:
     1px solid #ccc;
     font-weight: bold;
}
.popupModal1 .modalMain {
     color:#222;
     text-align: left;
     font-size: 14px;
     line-height: 1.8em;
}


.myModal_popUp,
input[name="myModal_switch"],
#myModal_open + label ~ label {
  display: none;
}
#myModal_open + label,
#myModal_close-button + label {
  cursor: pointer;
}

.myModal_popUp {
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
}
#myModal_open:checked ~ #myModal_close-button + label{
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

#myModal_open:checked + label ~ .myModal_popUp {
  background: #fff;
  display: block;
  width: 90%;
  height: 80%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  z-index: 998;
}

#myModal_open:checked + label ~ .myModal_popUp > .myModal_popUp-content {
  width: calc(100% - 40px);
  height: calc(100% - 20px - 44px );
  padding: 10px 20px;
  overflow-y: auto;
  -webkit-overflow-scrolling:touch;
}

#myModal_open:checked + label + #myModal_close-overlay + label {
  background: rgba(0, 0, 0, 0.70);
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  z-index: 997;
}

#myModal_open:checked ~ #myModal_close-button + label {
  display: block;
  background: #fff;
  text-align: center;
  font-size: 25px;
  line-height: 44px;
  width: 90%;
  height: 44px;
  position: fixed;
  bottom: 10%;
  left: 5%;
  z-index: 999;
}
#myModal_open:checked ~ #myModal_close-button + label::before {
  content: '×';
}
#myModal_open:checked ~ #myModal_close-button + label::after {
  content: 'CLOSE';
  margin-left: 5px;
  font-size: 80%;
}

@media (min-width: 768px) {
  #myModal_open:checked + label ~ .myModal_popUp {
    width: 600px;
    height: 600px;
  }
  #myModal_open:checked + label ~ .myModal_popUp > .myModal_popUp-content {
    height: calc(100% - 20px);
  }
  #myModal_open:checked ~ #myModal_close-button + label {
    width: 44px;
    height: 44px;
    left: 50%;
    top: 50%;
    margin-left: 240px;
    margin-top: -285px;
    overflow: hidden;
  }
  #myModal_open:checked ~ #myModal_close-button + label::after {
    display: none;
  }
}

/*dts*/


footer {
  text-align: center;
  background: #323232; }
  footer img {
    padding-top: 10px; }
  footer p {
    height: 30px;
    color: #FFF;
    font-size: 16px;
    margin: 0; }
.left{
	text-align: left;
}
