@charset "UTF-8";
/******************************************************
  import
******************************************************/
@import 'https://fonts.googleapis.com/css?family=Fjalla+One';
/******************************************************
  global
******************************************************/
html,
body {
  width: 100%;
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  text-align: center;
  line-height: 1.6;
  color: #313131;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
}

a {
  color: #313131;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
  outline: 0;
  border: 0px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

* {
  box-sizing: border-box;
}

/************************************************************************************************************
header
***********************************************************************************************************/
#global_header {
  position: relative;
  padding: 0 0 0 15px;
  background: #fff;
  border-bottom: 1px solid #c7c7c7;
  z-index: 1;
}

#head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

#head_left > * {
  vertical-align: middle;
}

#head_left img {
  width: 155px;
  vertical-align: middle;
}

#head_title {
  margin: 0 10px 0 0;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 55px;
  text-align: right;
  color: #313131;
}

/************************************************************************************************************
content
***********************************************************************************************************/
.inner {
  padding: 20px 15px;
}

.bg_gray {
  background: #f2f2f2;
}

.text {
  margin: 0 0 20px;
  font-size: 1.3em;
  text-align: left;
}

.text:last-child {
  margin: 0;
}

/************************************************************************************************************
btn
***********************************************************************************************************/
.link {
  text-decoration: underline;
  color: #06559f;
}

.btn_list {
  margin: 0 0 10px;
}

.btn_list:last-child {
  margin: 0;
}

.btn_list li {
  margin: 0 0 10px;
}

.btn_list li:last-child {
  margin: 0;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  border-radius: 3px;
  font-size: 1.6em;
  font-weight: bold;
}

.btn_border {
  background: #fff;
  border: 1px solid #06559f;
  color: #06559f;
}

.btn_blue {
  background: #06559f;
  color: #fff;
}

/************************************************************************************************************
icon
***********************************************************************************************************/
.icon_search:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 10px 0 0;
  background: url(../img/icon_search.png) no-repeat center;
  background-size: cover;
  vertical-align: middle;
}

/************************************************************************************************************
input
***********************************************************************************************************/
.input input {
  font-size: 1.6em;
  text-align: left;
}

.input input:placeholder-shown,
.input input::-webkit-input-placeholder {
  color: rgba(49, 49, 49, 0.35);
}

.input input[type=tel],
.input input[type=text],
.input input[type=password],
.input input[type=number],
.input input[type=date] {
  display: block;
  width: 100%;
  padding: 10px 15px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #a0a0a0;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  height: 3.5em;
}

.input input[type=number] {
  -webkit-appearance: textfield;
          appearance: textfield;
  -moz-appearance: textfield;
}

.input input[type=number] ::-webkit-outer-spin-button,
.input input[type=number] ::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
}

.input input[type=date] {
  height: 45px;
  font-size: 1em;
}

.input input[type=date]::-webkit-datetime-edit-year-field:not([aria-valuenow]),
.input input[type=date]::-webkit-datetime-edit-month-field:not([aria-valuenow]),
.input input[type=date]::-webkit-datetime-edit-day-field:not([aria-valuenow]),
.input input[type=date]::-webkit-datetime-edit-text {
  color: rgba(49, 49, 49, 0.35);
}

.input select {
  width: 70%;
  padding: 10px 25px 10px 15px;
  background: url(../img/common/icon-select.png) no-repeat right 5px center;
  border-radius: 3px;
  border: 1px solid #a0a0a0;
  font-size: 1em;
}

.input .disabled:checked {
  color: rgba(49, 49, 49, 0.35);
}

.input textarea {
  width: 100%;
  padding: 10px 15px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #a0a0a0;
  font-size: 1.6em;
}

.input textarea:placeholder-shown,
.input textarea::-webkit-input-placeholder {
  color: rgba(49, 49, 49, 0.35);
}

/************************************************************************************************************
login
************************************************************************************************************/
#login li {
  position: relative;
}

#login li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  display: block;
  width: 20px;
  background-position: center;
  background-repeat: no-repeat;
}

#login input {
  padding-left: 40px;
  border: 1px solid #06559f;
}

#login input:placeholder-shown,
#login input::-webkit-input-placeholder {
  font-weight: bold;
  color: rgba(6, 85, 159, 0.35);
}

#login_id:before {
  height: 15px;
  background-image: url(../img/icon_mail.png);
  background-size: cover;
}

#login_pw:before {
  height: 21px;
  background-image: url(../img/icon_lock.png);
  background-size: 18px 21px;
}

#login_entry {
  margin: 0 0 20px;
}

#btn_entry {
  background: #00b7ee;
  color: #fff;
}

#btn_tutorial {
  background: #c7f2ff;
  border: 1px solid #0583bc;
  color: #028fcf;
}

#login_bottom {
  letter-spacing: -0.4em;
}

#login_bottom li {
  display: inline-block;
  margin: 0 20px 0 0;
  letter-spacing: normal;
}

#login_bottom li:last-child {
  margin: 0;
}/*# sourceMappingURL=style.css.map */