@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
body {
  width: 100%;
  min-width: 320px;
  line-height: 1.8;
  font-family: "Noto Sans JP", "Noto Sans Japanese", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 16px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  color: #000; }
  body img {
    width: auto;
    max-width: 100%;
    vertical-align: bottom; }
  body a,
  body button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    transition: 0.2s;
    color: inherit; }
  @media only screen and (max-width: 768px) {
    body {
      font-size: 14px; } }

#vpHeader,
#wrap {
  background: #FFF; }
  @media only screen and (max-width: 768px) {
    #vpHeader,
    #wrap {
      padding-top: 0 !important; } }

.spStyle {
  display: none; }
  @media only screen and (max-width: 768px) {
    .spStyle {
      display: inherit; } }

.pcStyle {
  display: inherit; }
  @media only screen and (max-width: 768px) {
    .pcStyle {
      display: none; } }

/*================================
	#header
================================*/
#header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 60px;
  z-index: 2; }
  @media only screen and (max-width: 768px) {
    #header {
      position: fixed;
      width: 60px;
      top: 0 !important;
      padding: 0;
      background: none !important; } }

#spMenu {
  display: none; }
  @media only screen and (max-width: 768px) {
    #spMenu {
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      top: 0;
      left: 0;
      width: 60px;
      height: 60px;
      background: #2ca6e0 linear-gradient(123deg, #2ca6e0, #27a666);
      transition: 0.15s;
      z-index: 1; }
      #spMenu span, #spMenu:before, #spMenu:after {
        content: "";
        display: inline-block;
        position: absolute;
        width: 32px;
        height: 1px;
        background: #FFF;
        transition: 0.3s; }
      #spMenu:before {
        top: 18px; }
      #spMenu:after {
        bottom: 18px; }
      #spMenu.open {
        background: rgba(102, 102, 102, 0.9); }
        #spMenu.open:before, #spMenu.open:after {
          top: auto;
          bottom: auto;
          background: #FFF; }
        #spMenu.open:before {
          transform: rotate(45deg); }
        #spMenu.open:after {
          transform: rotate(-45deg); }
        #spMenu.open span {
          opacity: 0; }
        #spMenu.open + ul {
          display: block; }
          #spMenu.open + ul + .overlay {
            display: block;
            position: fixed;
            top: 0;
            left: -50px;
            width: 200%;
            height: 100%;
            background: rgba(0, 0, 0, 0.8); } }

#logo {
  font-weight: bold;
  color: #2BA6CF; 
  padding-bottom: 0.3em; }
  #logo a {
    display: inline-block;
    width: 224px;
    height: 30px;
    margin-right: 2em; }
  @media only screen and (max-width: 768px) {
    #logo {
      padding: 2em 0;
      text-align: center;
      line-height: 1.6;
      font-size: 12px;
      letter-spacing: 0; }
      #logo a {
        display: block;
        width: 200px;
        height: auto;
        margin: 0 auto 0.6em; } }

#subNav {
  display: flex;
  align-items: center;
  height: 80px;
  justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto; }
  #subNav ul {
    display: flex;
    align-items: center;
    height: 80px;
    justify-content: flex-end; }
  #subNav li {
    margin-left: 1em; }
    #subNav li a {
      display: flex;
      align-items: center;
      font-size: 14px; }
      #subNav li a:before {
        content: "";
        display: inline-block;
        width: 5px;
        height: 5px;
        margin-right: 0.5em;
        border-top: 2px solid #888;
        border-right: 2px solid #888;
        transform: rotate(45deg); }
  @media only screen and (min-width: 1025px) {
    #subNav a:hover {
      text-decoration: underline; } }
  @media only screen and (max-width: 768px) {
    #subNav {
      justify-content: center;
      height: auto;
      padding: 0; }
      #subNav ul {
        display: none; } }

#gNav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0687a2; }
#gNav li {
  margin: 0 1.5em; }
  #gNav li a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 60px;
    color: #FFF; }
@media only screen and (min-width: 1025px) {
  #gNav a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 3px;
    background: #fffa81;
    transition: 0.15s; }
  #gNav .active a,
  #gNav a:hover {
    color: #fffa81 !important; }
  #gNav a:hover:before {
    width: 100%; } }
@media only screen and (max-width: 768px) {
  #gNav {
    height: 60px;
    justify-content: flex-start !important; }
    #gNav ul {
      overflow: auto;
      display: none;
      position: fixed;
      top: 0;
      left: 60px;
      width: calc(100% - 60px);
      height: 100%;
      background: none;
      z-index: 1; }
      #gNav ul a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 50px;
        margin-left: 0;
        padding: 0 1em !important;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        background: #2ca6e0 linear-gradient(123deg, #2ca6e0, #27a666);
        color: #FFF;
        border-radius: 0px !important; }
        #gNav ul a:after {
          content: "";
          border-style: solid;
          border-width: 6px 0 6px 6px;
          border-color: transparent transparent transparent #FFF; }
      #gNav ul .nextSystem a:after {
        border-width: 6px 0 6px 6px;
        border-color: transparent transparent transparent #FFF; }
    #gNav li {
      position: relative;
      margin: 0;
      z-index: 1; }
      #gNav li:first-of-type a {
        border: 0; } }

@media only screen and (min-width: 769px) {
  #logo span {
      position: relative;
      top: 0.2em;
      left: -1.4em;
      font-size: 16px;
  }

  #subNav ul li a {
      font-size: 14px;
  }
}

/*================================
	#footer
================================*/
#globalFooter {
  background: #FFF; }

/*================================
	#main
================================*/
#main {
  background: #1a1a1a; }
  #main.bgWhite {
    background: #FFF;
    border-bottom: 1em solid #0687a2; }

.sec {
  max-width: 768px;
  margin: 0 auto;
  padding: 3em 0 5em; }
  @media only screen and (max-width: 768px) {
    .sec {
      max-width: none;
      padding: 1.6em 1em 3em; } }

.secHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em; }
  .secHeader .headline {
    margin-bottom: 0; }
  .secHeader .btn {
    margin-left: 10px;
    padding: 0; }

.headline {
  flex-grow: 10;
  margin-bottom: 0.5em;
  font-size: 2em;
  font-weight: bold; }
  .headline.white {
    color: #FFF; }
  @media only screen and (max-width: 768px) {
    .headline {
      font-size: 1.4em; } }

.notices {
  display: flex;
  justify-content: center;
  margin-bottom: 1em;
  padding: 3em 0; }
  .notices * {
    line-height: 2; }
  @media only screen and (max-width: 768px) {
    .notices {
      display: block;
      font-size: 12px; }
      .notices strong {
        display: block; }
      .notices br {
        display: none; } }

.txtLink {
  text-decoration: underline; }
  @media only screen and (min-width: 1025px) {
    .txtLink:hover {
      text-decoration: none; } }

.decimal {
  padding-left: 1.4em;
  list-style: decimal outside; }

.caution {
  display: flex;
  justify-content: center;
  padding: 1em; }
  .caution li {
    padding-left: 1em;
    text-indent: -1em;
    color: #9CA3AF; }
    .caution li:before {
      content: "※";
      color: #eb6877; }

.alert {
  margin: 0.5em 0;
  padding: 1em;
  border: 1px solid #eb6877;
  background-color: rgba(235, 104, 119, 0.15);
  text-align: center;
  color: #eb6877; }

.sodan {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: center;
  max-width: max-content;
  margin: 0 auto;
  padding: 1em 2em;
  border: 1px solid #888;
  text-align: center;
  font-size: 1.1em; }
  .sodan:after {
    content: "";
    position: absolute;
    bottom: -11px;
    width: 20px;
    height: 20px;
    border-right: 1px solid #888;
    border-bottom: 1px solid #888;
    background: #FFF;
    transform: rotate(45deg); }
  @media only screen and (max-width: 768px) {
    .sodan {
      padding: 0.5em 1em;
      font-size: 1em; } }

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 1.5em 1em; }
  .btn a,
  .btn button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 180px;
    height: 40px;
    margin: 0.5em;
    border: 2px solid #f27c26;
    border-radius: 5px;
    background: #f27c26;
    font-size: 1em;
    color: #FFF;
    cursor: pointer; }
  .btn i {
    margin-right: 0.5em; }
  .btn .gray {
    border-color: #888;
    background: #888; }
  .btn .tw {
    min-width: 0;
    height: auto;
    margin: 0;
    padding: 0.1em 0.5em;
    border-color: #1da1f2;
    background: #1da1f2;
    font-size: 14px; }
  .btn .sizeL {
    height: 80px;
    margin: 0;
    padding: 0 2em;
    border: 0;
    border-radius: 40px;
    background: #2ca6e0 linear-gradient(123deg, #2ca6e0, #27a666);
    font-size: 1.4em;
    transition: 0.3; }
    .btn .sizeL:after {
      content: "";
      width: 12px;
      height: 12px;
      border-top: 2px solid #FFF;
      border-right: 2px solid #FFF;
      margin-left: 1em;
      transform: rotate(45deg);
      transition: 0.2s; }
    @media only screen and (max-width: 768px) {
      .btn .sizeL {
        height: 60px;
        padding: 0 1em;
        border-radius: 30px;
        font-size: 1.2em; }
        .btn .sizeL:after {
          width: 10px;
          height: 10px;
          margin-left: 0.5em; } }
  @media only screen and (min-width: 1025px) {
    .btn a:hover,
    .btn button:hover {
      background: #FFF;
      color: #f27c26; }
    .btn .gray:hover {
      color: #888; }
    .btn .tw:hover {
      color: #1da1f2; }
    .btn .sizeL:hover {
      background: #2ca6e0;
      color: #FFF; }
      .btn .sizeL:hover:after {
        border-color: #FFF;
        margin-right: -1em;
        margin-left: 2em; } }

.file {
  display: inline-block;
  padding: 0.2em 1em;
  border-radius: 5px;
  border: 2px solid #0687a2;
  background: #0687a2;
  color: #FFF;
  transition: 0.2s; }
  .file input {
    display: none; }
  .file:hover {
    background: #FFF;
    color: #0687a2; }

/* #upLoader
------------------------------------------------------*/
#uploader {
  padding: 4em 0;
  border-radius: 1em;
  background-size: cover;
  background-color: #374151;
  text-align: center;
  transition: 0.2s; }
  #uploader:hover {
    background-color: #45546B; }
  #uploader #imgIcon {
    width: 65px;
    color: #9CA3AF; }
  #uploader .file_annotation .upheadline {
    margin: -1em 0 0.5em;
    font-size: 2em;
    font-weight: bold;
    color: #FFF; }
  #uploader .file_annotation .file {
    margin-top: 5px; }
  #uploader .file_annotation p {
    color: #FFF; }
    #uploader .file_annotation p span {
      color: #9CA3AF; }
  @media only screen and (max-width: 768px) {
    #uploader {
      padding: 2em 0em;
      border-width: 3px; }
      #uploader .upheadline {
        font-size: 1.2em; } }

#resultImg,
#resultPicture {
  text-align: center;
  max-width: 100%; }

/* #modal
------------------------------------------------------*/
#modal {
  display: none; }

/* #cameraScreen
------------------------------------------------------*/
#cameraScreen {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1em;
  background: rgba(0, 0, 0, 0.9);
  z-index: 100;
  overflow: auto; }
  #cameraScreen .inner {
    width: 100%;
    max-width: 1080px; }
  #cameraScreen .view {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap; }
  #cameraScreen .box {
    width: 46%;
    min-width: 302px;
    margin: 5px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.1); }
  #cameraScreen .img {
    position: relative;
    padding-top: 100%; }
  #cameraScreen video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #cameraScreen canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* #terms
------------------------------------------------------*/
#terms .termshead,
#terms p,
#terms li,
#terms dl {
  margin-bottom: 1em; }
#terms .box {
  margin-top: 3em;
  padding-top: 1.5em;
  border-top: 1px solid #CCC; }
#terms .termshead {
  display: flex;
  align-items: flex-start;
  font-weight: bold;
  font-size: 1.2em; }
  #terms .termshead:before {
    content: "";
    margin: 0.75em 0.4em 0 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #3e8ad3 transparent transparent transparent; }
#terms dt {
  font-weight: bold; }

#terms .txtLinkWrap {
    display: block;
    width: 100%;
    text-align: center;
    margin: 34px 0 20px 0;}

/* #error
------------------------------------------------------*/
#error {
  min-height: 350px;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    #error {
      min-height: 0px; } }
