﻿@charset "utf-8";

/*　All Reset　*/
/* -----------------------------------------------*/
* {
  color: #222222;
  font-size: 14px;
  letter-spacing: 0.5px;
}

*:not(br) {
  line-height: 1.85;
}

*:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  font-weight: 400;
  word-break: break-all;
}

ul,
li {
  list-style: none;
}

input[type="button"],
input[type="submit"],
select {
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
}

::selection {
  background-color: #333333;
  color: #ffffff;
}

::-moz-selection {
  background-color: #333333;
  color: #ffffff;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #000000;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000000;
  opacity: 1;
}

::placeholder {
  /* Others */
  color: #000000;
  opacity: 1;
}

@media screen and (max-width: 650px) {
  input[type="text"],
  input[type="email"],
  input[type="password"] {
    font-size: 16px !important;
    transform: scale(0.8) !important;
  }

  select {
    font-size: 16px !important;
    transform: scale(0.8) !important;
  }
}

/*　Base Set　*/
/* -----------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.5px;
  background-color: #ffffff;
  position: relative;
}

img {
  border: none;
  pointer-events: none;
}

a {
  color: #000000;
}

a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover {
  color: #505050;
}

/*　Wrapper　*/
/* -----------------------------------------------*/
div#Wrapper {
  margin: 0px auto;
  width: 100%;
  height: 100%;
  /*overflow:hidden;*/
  text-align: left;
  position: fixed;
}

.content {
  padding: 2rem;
}

div.main {
  max-width: 700px;
  margin: 100px auto auto;
  padding: 40px 0;
  text-align: center;
  background-color: #f0f0f0;
  transition: all 0.5s ease;
}

span.info:before {
  content: "\ff01";
  font-size: 85%;
  margin-right: 5px;
  display: inline-block;
  vertical-align: 2px;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  line-height: 1.5;
  border-radius: 50%;
  background: rgb(212, 212, 212);
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 20px;
}

h2 {
  letter-spacing: normal;
  font: 500 20px / 32px Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px;
  color: #ef0000;
  margin: 0px 0px 16px;
}

/*　header　*/
/* -----------------------------------------------*/
#headset {
  width: 100%;
  height: 48px;
  text-align: left;
  background-color: var(--header-base-color, #ffffff);
  transition: all 0.5s ease;
}

#headset .inner {
  margin: 0px 0px;
  width: 100%;
  text-align: left;
  position: relative;
}

#headset .title {
  margin-left: 30px;
  padding-left: 75px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 0px;
}

/*　footer　*/
/* -----------------------------------------------*/
#footerset {
  width: 100%;
  height: 50px;
  border-top: #e1e1e1 solid 1px;
  box-sizing: border-box;
  background-color: #f8f8f8;
  transition: all 0.5s ease;
  position: fixed;
  bottom: 0px;
  left: 0px;
}

#footerset .inner {
  margin: 0px auto;
  width: 95%;
  max-width: 1400px;
  text-align: right;
}

#footerset .copy {
  color: #828282;
  font-size: 10px;
  line-height: 50px;
  letter-spacing: 0px;
}
