@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');

html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #000;
  line-height: 1.7;
  font-size: 16px;
}

a {
  text-decoration: none;
}

/*
---------------------- common */
.wrapper{
  max-width: 1000px;
  margin: 0 auto;
  height: 100%;
  text-align: center;
  background: url(../img/bg.png) no-repeat 0 0;
  background-size: cover;
}
.main_btn{
  margin-top: 5vw;
  background: rgb(45, 224, 218);
  border-radius: 10vw;
  padding: 5vw;
  width: 80%;
  color: #fff;
  box-shadow: 5px 0px 15px -5px #ababab;
  font-size: 5vw;
  font-weight: bold;
}

.title{
  width: 90%;
  margin: 0 auto 3vw;
  text-align: left;
  font-weight: bold;
  font-size: 5vw;
  color: rgb(81, 113, 187);
}

input::placeholder{
  color: #bbb;
}

.plus{
  color: rgb(81, 113, 187);
}
.minus{
  color: rgb(187, 81, 81);
}

.footer{
  margin-top: 10vw;
}

/*
---------------------- login */
#login .logo{
  padding-top: 6vw;
}
#login .input{
  position: relative;
}
#login .icon{
  color: #666;
  position: absolute;
  font-size: 4vw;
  left: 15vw;
  top: 11vw;
}
#login .label_text{
  color: #777;
  position: absolute;
  left: 17vw;
  top: 3vw;
  text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
}
#login .label_text .required{
  content: "必須";
  background: rgb(47, 82, 176);
  color: #fff;
  padding: 0.5vw 1vw;
  border-radius: 1vw;
  text-shadow: none;
  font-size: 2vw;
  margin-left: 1.5vw;
}
#login input{
  height: 13vw;
  font-size: 3.5vw;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 10vw;
  padding-top: 3vw;
  padding-bottom: 3vw;
  padding-left: 11vw;
  padding-right: 3vw;
  width: 80%;
  margin: 6vw auto 0;
  text-align: left;
}


/*
---------------------- register */
#register .header_wrap .nav{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid rgb(81, 113, 187);
  padding: 2vw 0;
  background: #fff;
  margin-bottom: 4vw;
}
#register .header_wrap .nav li{
  width: 33%;
  color: #333;
  font-size: 3vw;
}
#register .header_wrap .nav li.active{
  color: rgb(81, 113, 187);
}

#register .input{
  position: relative;
}
#register .icon{
  color: #666;
  position: absolute;
  font-size: 4vw;
  left: 15vw;
  top: 11vw;
}
#register .label_text{
  color: #777;
  font-size: 4vw;
  position: absolute;
  left: 17vw;
  top: 3vw;
  text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
}
#register .label_text .required{
  content: "必須";
  background: rgb(47, 82, 176);
  color: #fff;
  padding: 0.5vw 1vw;
  border-radius: 1vw;
  text-shadow: none;
  font-size: 2vw;
  margin-left: 1.5vw;
}
#register input{
  height: 13vw;
  font-size: 3.5vw;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 10vw;
  padding-top: 3vw;
  padding-bottom: 3vw;
  padding-left: 11vw;
  padding-right: 3vw;
  width: 80%;
  margin: 6vw auto 0;
  text-align: left;
}


/*
---------------------- confirm */
#confirm .header_wrap .nav{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid rgb(81, 113, 187);
  padding: 2vw 0;
  background: #fff;
  margin-bottom: 4vw;
}
#confirm .header_wrap .nav li{
  width: 33%;
  color: #333;
  font-size: 3vw;
}
#confirm .header_wrap .nav li.active{
  color: rgb(81, 113, 187);
}
#confirm .confirm_box{
  width: 90%;
  margin: 0 auto;
  padding: 2vw 2vw 5vw;
  border-radius: 2vw;
  background: #fff;
  box-shadow: 5px 0px 15px -5px #ababab;
}
#confirm .input{
  color: #777;
  font-size: 4vw;
  position: relative;
  text-align: left;
  background: #fff;
  padding: 2vw;
  border-bottom: 1px solid #aaa;
}
#confirm .icon{
  color: #666;
}
#confirm .label_text{
  color: #777;
  margin-left: 2vw;
}

/*
---------------------- chart */
#chart .logo{
  text-align: left;
  width: 90%;
  margin: 0 auto;
  padding: 2vw 0;
}
#chart .plus_data{
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  box-shadow: 5px 0px 15px -5px #ababab;
  border-radius: 2vw;
  margin-bottom: 4vw;
}
#chart .plus_data dt{
  width: 30%;
  background: rgb(22, 47, 84);
  color: #fff;
  padding: 5vw;
  border-top-left-radius: 2vw;
  border-bottom-left-radius: 2vw;
  font-size: 3vw;
  font-weight: bold;
}
#chart .plus_data dd{
  width: 70%;
  background: #fff;
  padding-right: 2vw;
  text-align: right;
  font-size: 6vw;
  border-radius: 2vw;
  font-weight: bold;
}
#chart .data_title{
  background: rgb(22, 47, 84);
  color: #fff;
  font-size: 4vw;
  border-top-left-radius: 2vw;
  border-top-right-radius: 2vw;
  padding: 2vw;
  font-weight: bold;
}
#chart .data_box{
  width: 90%;
  margin: 0 auto;
  padding: 0vw 0vw 2vw;
  border-radius: 2vw;
  background: #fff;
  box-shadow: 5px 0px 15px -5px #ababab;
  margin-bottom: 4vw;
}
#chart .data_box .total{
  background: #fff;
  padding: 5vw 2vw;
  text-align: center;
  font-size: 8vw;
  border-radius: 2vw;
  font-weight: bold;
}
#chart .icon{
  color: #666;
}
#chart .label_text{
  color: #777;
  margin-left: 2vw;
}
#chart .list_title{
  padding: 1vw 2vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2vw;
  color: rgb(81, 113, 187);
  border-bottom: 1px solid rgb(81, 113, 187);
}
#chart .data_list{
  padding: 1vw 2vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2vw;
}
#chart .list_title p{
  width: 33.33%;
}
#chart .data_list p{
  width: 33.33%;
}
