@charset "utf-8";

/*============================================================================
  PC  * Responsive Design *
============================================================================*/

/*****  COMMON  *****/

body {
  color: #00559D;
  font: 400 20px/1.5 "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", verdana, sans-serif;
  min-width: 1366px;
  overflow: auto;
}

body.scroll-off {
  overflow-y: hidden;
}

img {
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}

a {
  color: #09569B;
  text-decoration: none;
}

h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: .5em;
}

h3 {
  border-bottom: 2px solid #00559D;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 1.5em;
  padding-bottom: .5em;
  text-align: center;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.bold {
  font-weight: 700;
}

.underline {
  text-decoration: underline;
}

.mt1 {
  margin-top: 1em;
}

.mb1 {
  margin-bottom: 1em;
}

.apponly {
  background-color: #00559D;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}

.btn-use {
  background-color: #fff;
  border: 2px solid #00559D;
  border-radius: 30px;
  color: #09569B;
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  padding: 11.5px;
  text-align: center;
  width: 260px;
}

.btn-use:hover {
  background-color: #00559D;
  color: #fff;
  transition: .5s all;
}

.btn-howto {
  background-color: #00559D;
  border: 2px solid #00559D;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  padding: 11.5px;
  text-align: center;
  width: 100%;
}

.btn-howto:hover {
  background-color: #fff;
  color: #00559D;
  transition: .5s all;
}

.btn-detail {
  background-color: #fff;
  border: 1px solid #00559D;
  border-radius: 15px;
  color: #00559D;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  min-width: 90px;
  padding: 5px;
  text-align: center;
}

.btn-detail:hover {
  background-color: #00559D;
  color: #fff;
  transition: .5s all;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* Parallax*/
.fadein {
  opacity : 0;
  transform : translate(0, 50px);
  transition : all 1.5s;
}

.scrollin {
  opacity : 1;
  transform : translate(0, 0);
}


#wrapper {
  overflow: hidden;
  position: relative;
}


/*****  HEADER  *****/

#header {
  height: 100vh;
}

#h-logo {
  line-height: 1;
  padding: 15px 120px;
}

.btn-menu {
  display: none;
}

#mainvisual {
  height: calc(100vh - 240px);
  overflow: hidden;
  position: relative;
}

.mv-image {
  background-color: #082B6C;
  height: 100%;
  position: relative;
  text-align: center;
  width: 100%;
}

.mv-image img {
  height: 100%;
  object-fit: cover;
  width: auto;
}

.mv-title {
  color: #fff;
  font-size: 9vh;
  font-weight: 700;
  line-height: 1.3;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
  z-index: 98;
}

.mv-title .mv-title-sub {
  display: block;
  font-size: 38%;
}

.mv-container {
  height: 8vh;
  position: absolute;
  bottom: 3.5vh;
  left: 0;
  right: 0;
  text-align: center;
}

.mv-banner {
  display: inline-block;
  height: 100%;
  margin: 0 20px;
}

.mv-banner img {
  margin: 0 2px;
}

#h-gnav {
  background-color: #fff;
  width: 100%;
}

.js-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}

.h-gnav-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 120px;
  margin: 0 auto;
  width: 1200px;
}

.h-gnav-list li {
  font-size: 12px;
  height: 95px;
  position: relative;
  text-align: center;
  width: 162px;
}

.h-gnav-list li::after {
  content: "";
  border-right: 1px solid #707070;
  display: block;
  height: 85px;
  position: absolute;
  top: 50%;
  right: -5px;
  transform: translateY(-50%);
  width: 1px;
}

.h-gnav-list li:last-child::after {
  display: none;
}

.h-gnav-list li a {
  color: #000;
  display: block;
}

.h-gnav-list li a:hover {
  text-decoration: underline;
}

.h-gnav-icon {
  height: 70px;
  margin-bottom: .5em;
  position: relative;
}

.h-gnav-icon img {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}


/*****  CONTENTS  *****/

#main .section-ft:nth-of-type(odd) {
  background-color: #B1D0EF;
}

#main .section-ft:nth-of-type(even) {
  background-color: #EBF4FD;
}

.section-ft-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-ft-content {
  margin: 0 1em;
  width: 530px;
}

.section-ft h2 {
  font-size: 41px;
  font-weight: 900;
}

.section-ft h2 .apponly {
  font-size: 16px;
  margin-left: 1em;
  padding: 5px;
  width: 160px;
}

.section-ft-content p {
  margin-bottom: 2em;
}

.section-ft-content .tips {
  font-size: 12px;
  margin-bottom: 1em;
  padding-top: 3em;
}

.container-btn {
  display: flex;
  justify-content: space-between;
  padding: 1em 0 2em;
}

.section-ft-figure {
  margin: 0 1em;
  padding-top: 50px;
}

.section-bl {
  background-color: #00559D;
}

.section-inner {
  margin: 0 auto;
  padding: 112px 0 130px;
  width: 1200px;
}

.section-bl h2 {
  color: #FCFDFD;
  font-size: 36px;
  text-align: center;
}

.section-bl-container {
  background-color: #FDFDFD;
}

#feature .section-bl-container {
  padding: 33px 116.5px;
}

.feature-subsection {
  margin-bottom: 40px;
}

.feature-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.feature-list::after {
  content: "";
  width: 100%;
}

.feature-item {
  padding-bottom:  40px;
  width: 230px;
}

.feature-list .feature-item:nth-of-type(n+4) {
  order: 1;
}

.feature-list .feature-item:nth-of-type(3n+1):last-child {
  margin-right: 737px;
}

.feature-list .feature-item:nth-of-type(3n+2):last-child {
  margin-right: 368.5px;
}

.feature-item-icon {
  text-align: center;
}

.feature-item-icon a:hover {
  opacity: .7;
  transition: .5s all;
}

.feature-item-name {
  font-weight: 700;
  margin: 1em 0;
  text-align: center;
}

.feature-item-name a:hover {
  text-decoration: underline;
}

.feature-item-name .apponly {
  font-size: 10px;
  margin-left: .5em;
  padding: 2px;
  width: 75px;
}

.feature-item-text {
  color: #707070;
  font-size: 16px;
  margin-bottom: .5em;
}

.section-wh {
  background-color: #FDFDFD;
}

.section-wh h2 {
  border-bottom: 2px solid #00559D;
  font-size: 36px;
  margin-bottom: 1em;
  padding-bottom: .5em;
  text-align: center;
}

.apphome-container {
  display: flex;
  justify-content: space-between;
  padding: 0 55px 0 26px;
}

.apphome-list {
  width: 250px;
}

.apphome-item {
  margin-bottom: 30px;
  min-height: 135px;
}

.apphome-item-name {
  font-weight: 700;
  margin-bottom: .6em;
}

.apphome-item-name .apponly {
  font-size: 10px;
  margin-left: .5em;
  padding: 2px 2px 3px;
  width: 75px;
}

.apphome-item-text {
  color: #707070;
  font-size: 16px;
  margin-bottom: 1.2em;
}

#howto .section-bl-container {
  padding: 50px 50px 20px;
}

.howto-scan h3 .apponly {
  font-size: 16px;
  margin-left: 1em;
  padding: 2px;
  width: 110px;
}

.howto-tabarea {
  display: flex;
  padding-top: 10px;
  overflow: hidden;
}

.howto-tab {
  background-color: #B1D0EF;
  border-radius: 20px 20px 0 0;
  box-shadow: 9px 0 6px rgba(0,0,0,.16);
  cursor: pointer;
  padding: 24px 100px;
  width: 500px;
}

.howto-tab:hover .howto-tab-title,
.howto-tab:hover .howto-tab-text {
  text-decoration: underline;
}

.howto-tab.js-active {
  background-color: #EBF4FD;
  position: relative;
}

.howto-tab-title {
  font-weight: 700;
  margin-bottom: .5em;
}

.howto-tab-text {
  font-size: 16px;
}

.howto-scan-container {
  background-color: #EBF4FD;
  border-radius: 0 20px 20px 0;
  box-shadow: 9px 0 6px rgba(0,0,0,.16);
  clear: both;
  display: none;
  margin-bottom: 40px;
  overflow: hidden;
  padding: 54px 24px 46px;
}

.howto-scan-container.js-show {
  display: block;
}

.howto-scan-list {
  display: flex;
  justify-content: space-between;
}

.howto-scan-step {
  width: 33%;
}

.howto-scan-step-number {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: .5em;
  text-align: center;
}

.howto-scan-step-number .step-num {
  font-size: 44px;
}

.howto-scan-step-figure {
  margin-bottom: 40px;
  text-align: center;
}

.howto-scan-step-text {
  font-size: 16px;
  margin: 0 auto;
  max-width: 240px;
}

.howto-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.howto-item {
  background-color: #EBF4FD;
  border-radius: 20px;
  box-shadow: 9px 0 6px rgba(0,0,0,.16);
  margin-bottom: 40px;
  padding: 24px 30px 66px 30px;
  position: relative;
  width: 330px;
}

.howto-item h3 {
  border-bottom: none;
  font-size: inherit;
  margin-bottom: .5em;
  padding-bottom: 0;
  text-align: left;
}

.howto-item h3 .apponly {
  font-size: 10px;
  padding: 2px 2px 3px;
  width: 75px;
}

.howto-item-icon {
  margin-bottom: 1em;
  height: 65px;
}

.howto-item-icon img {
  margin-right: 4px;
}

.howto-item-figure {
  margin-bottom: .5em;
}

.howto-item-text {
  font-size: 16px;
  margin-bottom: 1em;
}

.howto-item-btnarea {
  position: absolute;
  bottom: 24px;
  left: 30px;
}

.help-faq {
  font-weight: 700;
}

.help-faq-question {
  background-color: #00559D;
  clear: both;
  color: #fff;
  cursor: pointer;
  margin-top: 20px;
  padding: 25px 115px 25px 45px;
  position: relative;
}

.help-faq-question:after {
  content: "+";
  background-color: #fff;
  border-radius: 100%;
  color: #00559D;
  display: block;
  font-size: 42px;
  font-weight: 700;
  height: 50px;
  line-height: 44px;
  position: absolute;
  top: 50%;
  right: 54px;
  text-align: center;
  transform: translateY(-50%);
  width: 50px;
}

.help-faq-question.faq-open:after {
  content: "-";
  line-height: 40px;
}

.help-faq-answer {
  border: 1px solid #707070;
  display: none;
  overflow: hidden;
  padding: 12px 45px;
}

.help-faq-answer-text {
  margin-left: 1.6em;
  text-indent: -1.6em;
}

.help-faq-download {
  margin-top: 1em;
  text-align: center;
}

.help-faq-download-container {
  display: inline-block;
}

.help-faq-download-banner {
  display: inline-block;
  margin: 0 15px .5em;
}

.help-faq-download-tips {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  margin: 0 15px;
  text-align: left;
}

.help-faq-download-tips .enclose {
  border: 1px solid #000;
  display: inline-block;
  margin-right: 1em;
  padding: 2px 16px;
}

.help-faq-left {
  float: left;
  margin-right: 50px;
  width: 420px;
}

figure.help-faq-right {
  padding: 20px 0;
}

.modal {
  clear: both;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.modal-overlay {
  background-color: #00315B;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.modal-container {
  margin: auto;
  height: 95%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 85%;
}

.btn-close {
  color: #fff;
  display: block;
  float: right;
  font-size: 92px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}

.modal-content {
  background-color: #fff;
  clear: both;
  height: calc(100% - 120px);
  padding: 70px 56px 90px;
  position: relative;
}

.modal-content h2 {
  color: #3878AE;
  line-height: 1.2;
  margin-bottom: .7em;
}

.modal-content h2 .apponly {
  font-size: 13px;
  margin-left: 1em;
  padding: 5px;
  width: 100px;
}

.modal-content p {
  color: #707070;
  font-size: 18px;
  margin-bottom: 1.5em;
}

.detail-appdownload-container {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
}

.detail-appdownload-bannerarea {
  display: inline-block;
}

.detail-appdownload-banner {
  display: inline-block;
  margin: 0 15px .5em;
}

.detail-appdownload-container .detail-appdownload-banner-tips {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  margin: 0 15px;
  text-align: left;
}

.detail-appdownload-container .detail-appdownload-banner-tips .enclose {
  border: 1px solid #000;
  display: inline-block;
  margin-right: 1em;
  padding: 2px 16px;
}

.modal-content-flex {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-col30 {
  width: 30%;
}

.modal-col40 {
  width: 40%;
}

.modal-col50 {
  width: 50%;
}

.modal-col60 {
  width: 60%;
}

.modal-col70 {
  width: 70%;
}

.modal-content-explain {
  float: left;
  padding-right: 20px;
}

.modal-content-download {
  position: absolute;
  bottom: 50px;
  left: 56px;
}

.modal-content-download li {
  display: inline-block;
}

.modal-content-download li:first-child {
  margin-right: 2em;
}

.modal-content-download a {
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
}

.modal-content-download a:hover {
  opacity: .7;
  transition: .5s all;
}

.modal-content-figure {
  float: right;
  height: 100%;
  padding-left: 20px;
  text-align: right;
}


/*****  SIDE  *****/

#side {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99;
}

#side img {
  height: auto;
  width: 70px;
}


/*****  FOOTER  *****/

footer {
  clear: both;
  padding-top: 30px;
  padding-bottom: 100px;
}

footer #footUnder {
  font-family: "游ゴシック体","Yu Gothic","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
  width: 960px;
  margin: 0 auto;
}

footer #footUnder #inquiry {
  display: none;
}

footer #footUnder #footNav {
  font-size: 11px;
}

footer #footUnder #footNav li a {
  float: left;
  color: #1a1a1a;
  line-height: 1.2;
  text-decoration: none;
  margin-bottom: 6px;
}

footer #footUnder #footNav li a:hover {
  text-decoration: underline;
}

footer #footUnder #footNav li:first-child a {
  padding-right: 15px;
  margin-right: 15px;
  border-right: #1a1a1a solid 1px;
}

footer #footUnder #footNav li:nth-of-type(2) a {
  padding-right: 15px;
  margin-right: 15px;
  border-right: #1a1a1a solid 1px;
}

footer #footUnder #footNav li:last-child {
  display: none;
}

footer #footUnder #sns {
  float: right;
}

footer #footUnder #sns li {
  float: left;
  margin-left: 22px;
}

footer #footUnder #sns li img {
  width: 34px;
}

footer #footUnder #copyright {
  float: left;
  clear: left;
  font-size: 9.6px;
  padding-bottom: 20px;
}


/*============================================================================
  Tablet (portrait)
============================================================================*/

@media screen and (orientation: portrait) and (min-width: 768px) and (max-width: 1366px){

#header {
  height: auto;
}

#mainvisual {
  height: auto;
  min-height: inherit;
}

.mv-image {
  height: auto;
  width: auto
}

.mv-image img {
  height: auto;
  width: 100%;
}

.mv-title {
  font-size: 80px;
}

.mv-container {
  height: auto;
}

}



/*============================================================================
  SmartPhone  * Responsive Design *
============================================================================*/

@media screen and (max-width: 767px) {

/*****  COMMON  *****/

body {
  font-size: 10px;
  line-height: 1.4;
  min-width: inherit;
  overflow-x: hidden;
}

h2 {
  font-size: 14px;
}

h3 {
  font-size: 16px;
}

.apponly {
  vertical-align: 1px;
}

.btn-use {
  display: block;
  font-size: 10px;
  padding: 6px 12px;
  width: 100%;
}

.btn-howto {
  font-size: 10px;
  padding: 6px 12px;
  width: 100%;
}

.btn-detail {
  font-size: 10px;
  padding: 5px 10px;
  min-width: 46px;
}

.pc {
  display: none !important;
}

.pc-inline {
  display: none !important;
}

.sp {
  display: block !important;
}


/*****  HEADER  *****/

#header {
  height: auto;
}

#h-logo {
  padding: 15px 20px;
  position: relative;
}

#h-logo img {
  height: auto;
  width: 200px;
}

.btn-menu,
.btn-menu span {
  display: inline-block;
  transition: all .4s;
}

.btn-menu {
  height: 30px;
  position: absolute;
    top: 24px;
    right: 22px;
  width: 36px;
  z-index: 99;
}

.btn-menu span {
  background-color: #B2B2B2;
  height: 6px;
  position: absolute;
    left: 0;
  width: 100%;
}

.btn-menu .t {
  top: 0;
}

.btn-menu .m {
  top: 50%;
  transform: translateY(-50%);
}

.btn-menu .b {
  bottom: 0;
}

.btn-menu.active .t {
  -webkit-transform: translateY(12px) rotate(-135deg);
  transform: translateY(12px) rotate(-135deg);
}

.btn-menu.active .m {
  opacity: 0;
}

.btn-menu.active .b {
  -webkit-transform: translateY(-12px) rotate(135deg);
  transform: translateY(-12px) rotate(135deg);
}

#mainvisual {
  height: auto;
  min-height: inherit;
}

.mv-image {
  height: auto;
  width: auto
}

.mv-image img {
  height: auto;
  width: 100%;
}

.mv-title {
  font-size: 20px;
}

.mv-title .mv-title-sub {
  font-size: 10px;
}

.mv-container {
  height: auto;
  padding: 17px 0;
  position: static;
}

.mv-banner {
  height: auto;
  margin: 3px;
}

.mv-banner img {
  height: 50px;
  width: auto;
  margin: 0;
}

#h-gnav {
  border: 1px solid #707070;
  display: none;
  padding: 70px 30px;
  position: absolute;
  top: 0;
  right: 0;
  width: 275px;
  z-index: 98;
}

.h-gnav-list {
  display: block;
  height: auto;
  margin: 0;
  width: 100%;
}

.h-gnav-list li {
  font-size: 14px;
  height: auto;
  margin: 0 0 1.5em;
  text-align: left;
  width: 100%;
}

.h-gnav-list li:last-child {
  margin-bottom: 0;
}

.h-gnav-list li::after {
  content: "";
  display: none;
}

.h-gnav-list li a {
  display: flex;
  align-items: center;
}

.h-gnav-icon {
  display: inline-block;
  height: 31px;
  margin-bottom: 0;
  margin-right: 1em;
  text-align: center;
  width: 42px;
}

.h-gnav-icon img {
  margin: 0;
}


/*****  CONTENTS  *****/

.section-ft-inner {
  padding: 0 10px;
}

.section-ft-content {
  margin: 0 .5em;
  padding: 20px 0;
  width: 44%;
}

.section-ft h2 {
  font-size: 16px;
  line-height: 1.2;
}

.section-ft h2 .apponly {
  font-size: 6px;
  margin-left: 0;
  padding: 3px 6px;
  width: auto;
}

.section-ft-content p {
  margin-bottom: 1.5em;
}

.section-ft-content .tips {
  font-size: 8px;
  padding-top: 0;
}

.container-btn {
  display: block;
  padding: 0;
}

.container-btn a {
  margin-bottom: .6em;
}

.section-ft-figure {
  align-self: flex-end;
  margin: 0 .5em;
  padding-top: 20px;
  width: 56%;
}

.section-inner {
  padding: 30px;
  width: 100%;
}

.section-bl h2 {
  font-size: 18px;
}

#feature .section-bl-container {
  padding: 20px;
}

.feature-subsection {
  margin-bottom: 20px;
}

.feature-item {
  padding-bottom: 20px;
  width: 47.5%;
}

.feature-list .feature-item:nth-of-type(n+4) {
  order: inherit
}

.feature-list .feature-item:nth-of-type(3n+1):last-child {
  margin-right: 0;
}

.feature-list .feature-item:nth-of-type(3n+2):last-child {
  margin-right: 0;
}

.feature-item-icon img {
  height: auto;
  width: 40px;
}

.feature-item-name {
  font-size: 14px;
  margin: .4em 0 .4em;
}

.feature-item-name .apponly {
  font-size: 6px;
  margin-left: 0;
  padding: 3px 6px;
  width: auto;
}

.feature-item-text {
  font-size: 10px;
}

.section-wh h2 {
  font-size: 16px;
}

.apphome-container {
  display: block;
  padding: 0;
}

.apphome-figure {
  margin-bottom: 20px;
  text-align: center;
}

.apphome-figure img {
  height: auto;
  width: 128px;
}

.apphome-list {
  width: 100%;
}

.apphome-item {
  margin-bottom: 2em;
  min-height: inherit;
}

.apphome-item-name {
  font-size: 12px;
  margin-bottom: .5em;
}

.apphome-item-name .apponly {
  font-size: 6px;
  padding: 3px 6px;
  width: auto;
}

.apphome-item-text {
  font-size: 10px;
}

#howto .section-bl-container {
  padding: 15px;
}

.howto-scan h3 {
  margin-bottom: .5em;
}

.howto-scan h3 .apponly {
  font-size: 6px;
  padding: 3px 6px;
  width: auto;
}

.howto-tab {
  border-radius: 6px 6px 0 0;
  padding: 2px 7px;
  width: 136px;
}

.howto-tab-title {
  font-size: 12px;
  margin-bottom: 0;
}

.howto-tab-text {
  font-size: 7px;
}

.howto-scan-container {
  border-radius: 0 6px 6px 0;
  margin-bottom: 18px;
  padding: 30px 10px;
}

.howto-scan-step {
  width: 30%;
}

.howto-scan-step-number {
  font-size: 7px;
  margin-bottom: 1em;
}

.howto-scan-step-number .step-num {
  font-size: 12px;
}

.howto-scan-step-figure {
  margin-bottom: 1em;
}

.howto-scan-step-text {
  font-size: 10px;
  max-width: 100%;
}

.howto-item {
  border-radius: 6px;
  margin-bottom: 18px;
  padding: 10px 10px 36px;
  width: 47%;
}

.howto-item h3 {
  font-size: 12px;
}

.howto-item h3 .apponly {
  font-size: 6px;
  padding: 2px 6px;
  width: auto;
}

.howto-item-icon {
  height: 24px;
}

.howto-item-icon img {
  height: 100%;
  margin-right: 2px;
  width: auto;
}

.howto-item-figure {
  margin-bottom: 1em;
}

.howto-item-text {
  font-size: 10px;
}

.howto-item-btnarea {
  bottom: 10px;
  left: 10px;
}

.help-faq {
  font-size: 12px;
}

.help-faq-question {
  margin-top: 10px;
  padding: 5px 36px 5px 12px;
}

.help-faq-question:after {
  font-size: 11px;
  height: 14px;
  line-height: 14px;
  right: 16px;
  width: 14px;
}

.help-faq-question.faq-open:after {
  line-height: 14px;
}

.help-faq-answer {
  padding: 12px;
}

.help-faq-download-banner {
  display: inline-block;
  margin: 0 0 .5em;
  width: 45%;
}

.help-faq-download-tips {
  font-size: 10px;
  margin: 0;
  text-align: center;
}

.help-faq-download-tips .enclose {
  margin-right: .5em;
  padding: 1px 4px 2px;
}

.help-faq-left {
  float: none;
  margin-bottom: 2em;
  margin-right: 0;
  width: 100%;
}

figure.help-faq-right {
  padding: 0;
}

.modal-container {
  height: 95%;
  width: 85%;
}

.btn-close {
  font-size: 46px;
  margin-bottom: 4px;
}

.modal-content {
  height: calc(100% - 130px);
  padding: 30px 25px 155px;
}

.modal-content h2 .apponly {
  font-size: 6px;
  padding: 3px 6px;
  width: auto;
}

.modal-content p {
  font-size: 12px;
}

.detail-appdownload-container {
  position: static;
}

.detail-appdownload-bannerarea {
  display: block;
}

.detail-appdownload-banner {
  display: block;
  margin: 0 0 1em;
  text-align: center;
}

.detail-appdownload-container .detail-appdownload-banner-tips {
  font-size: 10px;
  margin: 0;
  text-align: center;
}

.detail-appdownload-container .detail-appdownload-banner-tips .enclose {
  margin-right: .5em;
  padding: 1px 4px 2px;
}

.modal-content-flex {
  display: block;
  width: 100%;
}

.modal-col30,
.modal-col40,
.modal-col50,
.modal-col60,
.modal-col70 {
  width: 100%;
}

.modal-content-explain {
  float: none;
  padding-right: 0;
}

.modal-btnarea {
  position: absolute;
  bottom: 66px;
  left: 25px;
  right: 25px;
  text-align: center;
}

.modal-btnarea .btn-use {
  font-size: 22px;
  min-width: 260px;
  padding: 11.5px;
}

.modal-content-download {
  position: absolute;
  bottom: 30px;
  left: 25px;
}

.modal-content-download li {
  display: block;
}

.modal-content-download li:first-child {
  margin-bottom: 1em;
  margin-right: 0;
}

.modal-content-download a {
  font-size: 12px;
}

.modal-content-figure {
  float: none;
  height: 200px;
  padding-left: 0;
  text-align: center;
}

@media (orientation: landscape) {
  .modal-content {
    height: calc(100% - 66px);
    padding: 30px 25px 90px;
  }
  .modal-btnarea {
    bottom: 5px;
    left: auto;
    right: 25px;
  }
}


/*****  SIDE  *****/

#side img {
  height: auto;
  width: 30px;
}


/*****  FOOTER  *****/

footer {
  padding-top: 30px;
  padding-bottom: 0;
}

footer #footUnder {
  position: relative;
  width: 100%;
}

footer #footUnder #footNav {
  font-size: 10px;
  overflow: hidden;
  padding: 0 15px;
}

footer #footUnder #footNav li {
  display: inline-block;
}

footer #footUnder #footNav li a {
  float: none;
}

footer #footUnder #sns {
  float: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 20px 10px 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

footer #footUnder #sns li {
  float: none;
  margin-bottom: 10px;
  margin-left: 0;
}

footer #footUnder #sns li img {
  width: 30px;
}

footer #footUnder #copyright {
  float: none;
  padding: 10px 15px 90px;
}


}


