@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans&display=swap);
@import url(https://fonts.googleapis.com/css?family=Saira+Extra+Condensed:400,500,600,700,800,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Slabo+27px&display=swap);


:root {
	--main_color:#d69090;/**/
}

html,body{
    height:100%;
    color: #333;
}
body {
    position: relative;
    background: #ddd;
    min-height: 100vh;
    font-family: 'Noto Sans JP', sans-serif;
    padding-top: 20px;
    box-sizing: border-box;
}
header {
    position: relative;
    width: 100%;
    max-width: 370px;
    margin: 0 auto;
    z-index: 100;
}
.wrapper {
    width: 100%;
    position: relative;
    height:auto !important; /*IE6対策*/
    height: 100%; /*IE6対策*/
    min-height: 100%;
}
main {
    position: relative;
    width: 100%;
    max-width: 370px;
    margin:0 auto;
}
#inner {
    display: block;
    width:100%;

    background: #fff;
    padding:20px;
    border-radius: 20px;
    box-sizing: border-box;
}
#inner h2{
    font-family: 'Slabo';
    width: 100%;
    font-size: 30px;
    font-family: 'Slabo';
    font-weight: bold;
    color:#bbb;
    text-align: center;
    margin-bottom: 50px;
}
#inner h2 span{
    position: relative;
}
#inner h2 span:before{
    content:"-";

}

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

/*base*/
button{
    padding: 20px 10px;
    box-sizing: border-box;
    background: #fff;
    border :none;
    box-shadow: 2px 2px 0 0 rgba(0,0,0,0.2);
    border-radius: 20px;
    margin: 0 auto;
    -webkit-appearance: none;
    appearance: none;
}

.graf_btn {
    padding: 10px;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="date"],
input[type="number"],
input[type="tel"],
select {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 20px;
    box-shadow: 2px 2px 0 0 rgba(0,0,0,0.2) inset;
    border-radius: 20px;
    box-sizing: border-box;
    border: none;
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
    background:#fff;
    -webkit-appearance: none;
    appearance: none;
}

input[type="date"]::-webkit-inner-spin-button{
  -webkit-appearance: none;
}
input[type="date"]::-webkit-clear-button{
  -webkit-appearance: none;
}
img {
    max-width: 100%;
    height: auto;
}

.select_tab {
    width: 32%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 10px;
    background: #eee;
    border-radius: 50px;
}
.select_tab button {
    width: 50px;
    height: 50px;
    padding: 0;
    border-radius: 50px;
    margin: 0;
}
.select_tab .active {
    background: var(--main_color);
    color: #fff;
}


.type_select {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}
.type_select button{
    width: 45%;
    height: 55px;
    font-weight: bold;
}
.type_select .active {
    background: var(--main_color);
    color: #fff;
}

#bg_black {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: #33333366;
    z-index: 100;
    backdrop-filter: blur(2px);
}
.btn_close {
    font-size: 30px !important;
    font-weight: bold;

}

#footer_banner {
    display: block;
    background: #ccc;
    width: 100%;
    max-width: 370px;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 auto 20px;
}



/*menu*/
.header_inner {
    display: flex;
    justify-content: space-between;
}
.header_inner .h1 {
    display: flex;
    align-items: center;
    margin-left: 5px;
}
.header_inner .h1 img{
    width: 90%;
}
.header_inner .header_left,
.header_inner .header_right{
    display: flex;
    align-items: center;
    
    box-sizing: border-box;
    box-shadow: 2px 2px 0 0 rgba(0,0,0.2,0.2);
    border-radius: 10px;
    background-color:#fff;
}
.header_inner .header_left button {
    display: flex;
    padding: 10px 15px 10px 5px;
}
.header_inner button{
    display: flex;
    align-items: center;
    width: 140px;
    box-sizing: border-box;
    padding: 10px;
    box-shadow: none;
    border: none;
    background: none;
    font-size: 10px;
    text-align: left;
}
.header_inner button div p:first-child{
    font-size: 12px;
    font-weight: bold;
}
.menu_trigger,
.menu_trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu_trigger {
  position: relative;
  width: 30px;
  height: 32px;
}
.menu_trigger span {
  position: absolute;
  left: 0;
  width: 30px;
  height: 8px;
  background-color: #000;
}
.menu_trigger span:nth-of-type(1) {
    top: 23%;
    left: 50%;
    transform: translateY(-0) translateX(-50%);
    -webkit-transform: translateY(0) translateX(-50%);
}
.menu_trigger span:nth-of-type(2) {
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}
.menu_trigger span:nth-of-type(3) {
    top: 70%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}
.menu_trigger.active span:nth-of-type(1) {
    width: 45%;
    -webkit-transform: translate3d(2px, 10px, 0) rotate(45deg);
    transform: translate3d(2px, 10px, 0) rotate(45deg);
  }
  .menu_trigger.active span:nth-of-type(2) {
    -webkit-transform: translate3d(2px, 6px, 0) rotate(-45deg);
    transform: translate3d(2px, 6px, 0) rotate(-45deg);
  }
  .menu_trigger.active span:nth-of-type(3) {
    width: 45%;
    -webkit-transform: translate3d(14px, -6px, 0)  rotate(45deg);
    transform: translate3d(14px, -6px, 0)  rotate(45deg);
  }

  #menu .calendar_slide {
      width: 100%;
      margin-bottom: 10px;
  }

  #menu .calendar_slide ul{
    width: 100%;
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  #menu .calendar_slide ul li{
    display: block;
    width: 70px;
    border:1px solid #ccc;
    padding: 5px;
    box-sizing: border-box;
  }
  #menu .calendar_slide ul li dl dt {
    text-align: center;
    font-weight: bold;
    color: #ccc;
    margin-bottom: 5px;
  }
  #menu .calendar_slide .edit span{
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    margin-bottom: 5px;
  }
  #menu .calendar_slide .edit span:last-child p{
    color: var(--main_color);
  }
  #menu .calendar_slide .edit span figure{
    width: 13px;
  }
  #menu .calendar_slide .edit span figure img {
  width:13px;
    }
  #menu .calendar_slide .day {
      display: flex;
      justify-content: space-between;
      align-items: baseline;
      color: #999;
  }
  #menu .calendar_slide .day span:first-child {
      font-weight: bold;
  }
  #menu .calendar_slide .day .mon {
    font-size:12px ;
  }

#header_user {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 370px;
    margin: 0 auto;
    min-height: 80vh;
    background: #fff;
    padding: 100px 20px 20px 20px;
    border-radius: 20px;
    box-sizing: border-box;

    position: absolute;
    left: 50%;
    transform: translateY(-0) translateX(-50%);
    -webkit-transform: translateY(0) translateX(-50%);
    z-index: 9999;
}
#header_user h2 {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateY(-0) translateX(-50%);
    -webkit-transform: translateY(0) translateX(-50%);
    font-size: 26px;
    font-weight: bold;
    color: #999;
}
#header_user h2 span{
    position: relative;
}
#header_user h2 span:before{
    content:"-";
}
#header_user .btn_close {
    right: 10px;
    font-size: 30px !important;
    font-weight: bold !important;
    padding-left: 13px;
}
#header_user .btn_menu {
    left: 10px;
}
#header_user .btn_menu,
#header_user .btn_close {
    position: absolute;
    top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 1em;
    border-radius: 50px;
    border: none;
    box-shadow: 2px 2px 0 0 rgba(0,0,0,0.2);
    padding: 0;
}
#header_user .menu_trigger {
    border: none;
    background: none;
    padding: 0;
    box-shadow: none;
}
#header_user .menu_trigger span {
    height: 6px;
}
#header_user .menu_trigger span:nth-of-type(1) {
    width: 25px;
    height: 25px;
    border-radius: 50px;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 53%;
}
#header_user .menu_trigger span:nth-of-type(2) {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 20px 10px;
    border-color: transparent transparent #000 transparent;
    background: none;
    margin-top: 6px;
    margin-left: 1px;
}
#header_user .flex_side {
    display: flex;
}

#header_user .submit {
    display: block;
    width: 80%;
    margin:30px auto 0;
    background: var(--main_color);
    color: #fff;
    font-weight: bold;
}
#header_user .header_user_inner dl dt{
    color: #666;
    font-weight: bold;
    margin-bottom: 10px;
}
#header_user .header_user_inner dl dd label{
    display: block;
    margin: 20px auto 0;
    width: 100px;
}
#header_user .header_user_inner dl dd input{
    display: inline-block;
    margin-right:10px;
}

footer {
    text-align:center;
    margin-bottom: 20px;
}
footer figure{
    display: block;
    margin: 0 auto;
    width: 256px;
    max-width: 80%;
}


/*header logout*/
#header_logout {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 370px;
    margin: 0 auto;
    min-height: 80vh;
    background: #fff;
    padding: 100px 20px 20px 20px;
    border-radius: 20px;
    box-sizing: border-box;


    position: absolute;
    left: 50%;
    transform: translateY(-0) translateX(-50%);
    -webkit-transform: translateY(0) translateX(-50%);
    z-index: 9999;
}
#header_logout h2 {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateY(-0) translateX(-50%);
    -webkit-transform: translateY(0) translateX(-50%);
    font-size: 26px;
    font-weight: bold;
    color: #999;
}
#header_logout h2 span{
    position: relative;
}
#header_logout h2 span:before{
    content:"-";
}
#header_logout .btn_close {
    left: 10px;
}
#header_logout .btn_close {
    position: absolute;
    top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    padding: none;
    font-size: 20px;
    line-height: 1em;
    border-radius: 50px;
    border: none;
    box-shadow: 2px 2px 0 0 rgba(0,0,0,0.2);
    padding: 0;
}
#header_logout .logout_btn,
#header_logout .user_info_btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px 20px 20px 20px;
    border-radius: 20px;
    box-sizing: border-box;
    border: none;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
#header_logout .logout_btn {
    color: #333;
    background: #ccc;
    margin-bottom: 30px;
}
#header_logout .user_info_btn {
    background: #f5d1d1;
    color: #fff;
}
#header_logout .logout_btn figure,
#header_logout .user_info_btn figure {
    margin: 5px 10px 0 0;
}
#header_logout .active {
    background:#880000;
    color: #fff;
}
#header_logout .logout_btn span,
#header_logout .user_info_btn span {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%) translateX(0);
    -webkit-transform: translateY(-50%) translateX(0);
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: #fff;
}
#header_logout div label,
#header_logout div p {
    display: block;
    margin-top: 20px;
}
#header_logout div p {
    font-size: 14px;
}

/*header menu*/
#menu {
    position: absolute;
    left: 50%;
    transform: translateY(-0) translateX(-50%);
    -webkit-transform: translateY(0) translateX(-50%);
    z-index: 9999;
    

    width: 100%;
    max-width: 370px;
    margin: 0 auto;
    min-height: 80vh;
    background: #fff;
    padding: 100px 20px 20px 20px;
    border-radius: 20px;
    box-sizing: border-box;

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;

    ;
}
#menu h2 {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateY(-0) translateX(-50%);
    -webkit-transform: translateY(0) translateX(-50%);
    font-size: 26px;
    font-weight: bold;
    color: #999;
}
#menu h2 span{
    position: relative;
}
#menu h2 span:before{
    content:"-";
}
#menu .header_right {
    position: absolute;
    top: 20px;
    right: 20px;
}
#menu .menu_trigger {
    width: 50px;
    height: 50px;
    background: none;
    padding: 20px;
    box-sizing: border-box;
    margin: 0;
    border-radius: 50px;
    font-size: 30px;
    color: #000;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

#menu .select {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
#menu .alert{
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
    width: 100%;
}
#menu .alert dl{
    display: inline-block;
    width: 40%;
    border: 1px solid #999;
    text-align: center;
    color: #999;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
}
#menu .alert .active{
    color: var(--main_color);
    border: 1px solid var(--main_color);
}
#menu div .non_set{
    border: 1px solid #ccc;
    color: #ccc;
}


#menu button {
    display: block;
    width: 300px;
    color: #fff;
    text-align: center;
    background: #999;
    padding:20px 10px;
    box-sizing: border-box;
    border-radius: 20px;
    margin: 0 auto 10px;
}
#menu .btn_active {
    color: #fff;
    background: var(--main_color);
}

/*LOGIN*/

#login .header_inner h1{
    margin: 30px auto 50px;
}

#login .top_title {
    margin-bottom: 20px;
    font-family: "M PLUS Rounded 1c";
    color:var(--main_color);
    font-size: 40px;
    text-align: center;
}
#login .top_title h2 span {
    display: block;
    margin-bottom:10px;
}
#login .mail_login dl dt{
    font-weight: bold;
    margin-bottom: 10px;
}
#login .mail_login button {
    display: block;
    width: 80%;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    background: var(--main_color);
}
#login input[type="text"],
#login input[type="password"],
#login select {
    position: relative;
    display: block;
    width: 100%;
    padding: 20px;
    box-shadow: 2px 2px 0 0 rgba(0,0,0,0.2) inset;
    border-radius: 20px;
    box-sizing: border-box;
    border: none;
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
}
#login input[type="text"]:before {
    content: "*";
    position: absolute;
    left: 10px;
    top: 10px;
}
#login input[type="submit"] {
    display: block;
    width: 300px;
    padding: 20px 0;
    border-radius: 20px;
    border: none;
    margin: 0 auto;
    box-shadow:2px 2px 2px 2px rgba(0,0,0,0.2);
}
#login .sign_up {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 20px;
}
#login .sign_up button{
    font-size: 16px;
    font-weight: bold;
    color: #6d90b8;
    width: 80%;
    box-sizing: border-box;
}
#login .sign_up button:first-child{
    margin-bottom: 10px;
}
#login .social_login  {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px #bbb dashed;
}
#login .social_login button {
    display: block;
    font-size: 20px;
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
    border-radius: 20px;
    border: none;
    margin: 0 auto 20px;
    box-shadow:2px 2px 2px 2px rgba(0,0,0,0.2);
}
#login .register {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    display: block;
    width: 100%;
    
    background: rgb(255, 234, 220);
    padding: 80px 20px 20px 20px;
    border-radius: 20px;
    box-sizing: border-box;

    z-index: 1000;
}
#login .register h2{
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateY(-0) translateX(-50%);
    -webkit-transform: translateY(0) translateX(-50%);
    font-size: 26px;
    font-weight: bold;
    color: #999;
}
#login .register .btn_back,
#login .register .btn_close {
    position: absolute;
    top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 1em;
    border-radius: 50px;
    border: none;
    box-shadow: 2px 2px 0 0 rgba(0,0,0,0.2);
    padding: 0;
}
#login .register .btn_back{
    left: 10px;
}
#login .register .btn_close {
    right: 10px;
}
#login .register .check {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
#login .register .check input{
    margin-right: 10px;
}
#login .register .check a {
    color: #6d90b8;
}
#login .register dl {
    text-align: center;
}
#login .register dl dt{
    margin-bottom: 20px;
}
#login .register dt span{
    display: block;
    text-align:center;
}
#login .register button{
    width: 80%;
    display: block;
    margin: 0 auto 20px;
}

#login h2 span{
    position: relative;
}
#login h2 span:before{
    content:"-";
}

#login .notice {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height:50vh;
    background: #fff;
    padding: 100px 20px 20px 20px;
    border-radius: 20px;
    box-sizing: border-box;

    z-index: 1000;
}
        #login .forget {
            background: #cbe3ff;
        }
        #login .forget p {
            font-size: 14px;
            margin-bottom: 20px;
        }

#login .notice h2{
    position: absolute;
    top: 40px;
}
#login .notice .btn_back,
#login .notice .btn_close {
    position: absolute;
    top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 1em;
    border-radius: 50px;
    border: none;
    box-shadow: 2px 2px 0 0 rgba(0,0,0,0.2);
    padding: 0;
}
#login .notice .btn_back{
    left: 10px;
}
#login .notice .btn_close {
    right: 10px;
}
#login .notice p{
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
}

#login .section_input {
    position: relative;
    display: block;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #fff;
    padding: 100px 20px 20px 20px;
    border-radius: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
#login .section_input h2{
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateY(-0) translateX(-50%);
    -webkit-transform: translateY(0) translateX(-50%);
    font-size: 26px;
    font-weight: bold;
    color: #999;
}
#login .section_input p{
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}
#login .section_input dl dt {
    font-weight: bold;
    color: #666;
    margin-bottom: 5px;
}
#login .section_input div {
    display: flex;
}
#login .section_input div select,
#login .section_input div input {
    width: 50%;
}

#login .notice_login {
    display: block;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #fff;
    padding: 100px 20px 20px 20px;
    border-radius: 20px;
    box-sizing: border-box;

    position: absolute;
    top:0;
    left: 50%;
    transform: translateY(-0) translateX(-50%);
    -webkit-transform: translateY(0) translateX(-50%);
    z-index: 9999;
}
#login .notice_login h2{
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateY(-0) translateX(-50%);
    -webkit-transform: translateY(0) translateX(-50%);
    font-size: 26px;
    font-weight: bold;
    color: #999;
}
#login .notice_login .btn_back,
#login .notice_login .btn_close {
    position: absolute;
    top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 1em;
    border-radius: 50px;
    border: none;
    box-shadow: 2px 2px 0 0 rgba(0,0,0,0.2);
    padding: 0;
}
#login .notice_login .btn_back{
    left: 10px;
    font-size: 30px;
    font-weight: bold;
}
#login .notice_login .btn_close {
    right: 10px;
}

#login .notice_login dl dt {
    font-weight: bold;
    color: #666;
    margin-bottom: 5px;
}
#login .notice_login p{
    font-weight: bold;
    text-align: center;
    color: #666;
    margin: 30px 0;
}
#login .notice_login div{
    display: flex;
}

#login .acount_login {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 80vh;
    background: #fff;
    padding: 100px 20px 20px 20px;
    border-radius: 20px;
    box-sizing: border-box;
}
#login .acount_login h2{
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateY(-0) translateX(-50%);
    -webkit-transform:translateY(0) translateX(-50%);
}
#login .acount_login .btn_back,
#login .acount_login .btn_close {
    position: absolute;
    top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 1em;
    border-radius: 50px;
    border: none;
    box-shadow: 2px 2px 0 0 rgba(0,0,0,0.2);
    padding: 0;
}
#login .acount_login .btn_back{
    left: 10px;
}
#login .acount_login .btn_close {
    right: 10px;
}
#login .acount_login p {
    display: block;
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 30px;
}
#direct_inner {
    display: block;
    width:100%;

    background: #fff;
    padding:20px;
    border-radius: 20px;
    box-sizing: border-box;
    margin-bottom:20px;
}
#direct_inner h2 {
    font-size: 24px;
    line-height: 1.3;
    font-weight: bold;
    margin-bottom: 30px;
}
#direct_inner p{
    margin-bottom: 20px;
    line-height: 1.3em;
}
#direct_inner dl{
    margin-bottom: 30px;
}
#direct_inner dl dt{
    font-size: 20px;
    line-height: 1.3;
    font-weight: bold;
    color: #666;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #666;
}
#direct_inner dl dd,
#direct_inner dl dd p,
#direct_inner dl dd ul{
    color: #666;
    margin-bottom: 20px;
}
#direct_inner dl dd p {
    padding:0 10px;
}
#direct_inner dl dd ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
}
#direct_inner dl dd ul li:before {
    position: absolute;
    top: 4px;
    left: 12px;
    color: #999;
    font-size: 5px;
    content: "●";
    display: inline-block;
}

#top {
    position: relative;
    display: block;
    align-items: center;
    justify-content: center;
    width: 100%;
    /*min-height: 80vh;*/
    background: #fff;
    /*padding: 70px 20px 20px 20px;*/
    padding: 15px 20px 20px 20px;
    border-radius: 0 0 10px 10px;
    box-sizing: border-box;
    margin-top: 70px;
    margin-bottom: 20px;
}
#top h2{
    font-family: 'Slabo';
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateY(-0) translateX(-50%);
    -webkit-transform: translateY(0) translateX(-50%);
    font-size: 26px;
    font-weight: bold;
    color: #999;
}
#top h2 span{
    position: relative;
}
#top h2 span:before{
    content:"-";
}

#top .select_btn {
    position: absolute;
    bottom: 100%;
    left: 0;
    display: flex;
    width: 100%;
    max-width:370px;
}
#top .select_btn button{
    width: 24%;
    padding: 0;
    box-sizing: border-box;
    background: #d8d8d8;
    border :none;
    box-shadow: 2px 0 0 0 rgba(0,0,0,0.2);
    border-radius: 10px 10px 0 0;
    font-size: 14px;
    font-weight: bold;
    color: #666;
    margin: 0;
    border-bottom: 2px solid #bbb;
}

#top .select_btn button a{
    display: block;
}

#top .select_btn .first_btn{
    margin-right: 5px;
}
#top .select_btn button:last-child{
    position: absolute;
    right: 0;
    bottom: 0;
    box-shadow:-2px 0px 0 0 rgba(0,0,0,0.2);
}
#top .select_btn button span,
#top .select_btn button figure{
    display: block;
    font-size: 20px;
    text-align: center;
    padding-top: 10px;
}
#top .select_btn button span {
    padding-bottom: 4px;
}
#top .select_btn button p {
    padding: 2px 0 5px;
}
#top .select_btn .select{
    background: var(--main_color);
    color: #fff;
    border-radius: 10px 10px 0 0;
    padding: 4px 0 5px;
}
#top .select_btn .active{
    background: #fff;
    border-bottom: none;
}
/*#top .select_btn .active figure img{
    filter: brightness(1000%);
}*/
#top .monthly .monthly_calendar {
    margin-bottom: 10px;
}
#top .monthly .monthly_calendar .month_tab{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #bbb;
    font-weight: bold;
    padding: 10px 0;
    background: #eee;
    border-radius: 20px 20px 0 0;
}
#top .monthly .monthly_calendar .month_tab select{
    padding: 10px;
    width: 130px;
    border-radius: 10px;
    margin: 0;
}
.select_arrow {
    position: relative;
}
.select_arrow:before {
    content: "∨";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) translateX(0);
    -webkit-transform: translateY(-50%) translateX(0);
    font-size: 12px;
    font-weight: bold;
    z-index: 2;
}
#top .monthly .monthly_calendar .month_tab span:nth-child(2){
    font-size: 26px;
    padding: 0 10px 14px;
}
#top .monthly table {
    width: 100%;
}
#top .monthly table tr{
 border-bottom: 1px solid #ccc;
 
}
#top .monthly table .weeks td{
    background: #bbb;
    color: #fff;
    font-weight: bold;
    padding: 5px;
    box-sizing: border-box;
    border-right: 1px solid #ccc;
}
#top .monthly table .weeks td:last-child{
    background: #d06f6f !important;
}
#top .monthly table .weeks td:nth-child(6n){
    background: #6f91d0 !important;
    border-right: 0;
}
#top .monthly table td {
    display: inline-block;
    text-align: center;
    width: calc(100% / 7);
    border-left: 1px solid #eee;
    box-sizing: border-box;
}
#top .monthly table tr td:last-child {
    background: #f1e1e4;
}
#top .monthly table tr td:nth-child(6n) {
    background: #d5e4ff;
    border-right: 1px solid #eee;
}
#top .monthly table .other_month {
    background: #cdcdcd !important;
}
#top .monthly table td a {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    padding: 5px 2px 10px;
    font-size: 11px;
    text-align: center;
}
#top .monthly table td a dt {
    font-size: 16px;
    font-weight: bold;
    color: #666;
    box-sizing: border-box;
    width: 80%;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
    padding: 3px 0;
    background: #fff;
    box-shadow: 1px 1px 0 0 rgba(0,0,0,0.2);
}
#top .monthly table td a p {
    position: relative;
    display: block;
    padding-top: 10px;
    box-sizing: border-box;
    margin-bottom: 5px;
}
#top .monthly table td a p:nth-child(2) {
    color: var(--main_color);
    margin: 0;
    padding-top: 0;
    font-weight: bold;
}
#top .monthly table td a div {
    display: flex;
    justify-content: space-between;
    color: #bbb;
    font-weight: bold;
}
#top .monthly table .other_month div {
    color: #888;
}
#top .monthly table .other_month  a dt {
    background:#cdcdcd !important;
}
#top .monthly table td a div span {
    display: flex;
    align-items: flex-end;
}
#top .monthly table td a div span:nth-child(2) {
    font-size: 8px;
}
#top .monthly .monthly_bottom {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
#top .monthly .monthly_bottom button:first-child {
    font-size: 16px;
    border: none;
    padding:5px 10px;
    margin: 0;
}
#top .monthly .monthly_bottom div {
    display: flex;
    align-items: center;
}

#top .monthly .monthly_bottom div:nth-child(2) {
    color: var(--main_color);
}
#top .monthly .monthly_bottom button {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}
#top .monthly .monthly_bottom figure {
    padding: 10px;
}

/*weekly*/
#top .weekly .weekly_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
#top .weekly .weekly_header button {
    display: flex;
    align-items: center;
    margin: 0;
}
#top .weekly .weekly_header button:first-child {
    font-size: 16px;
    border: none;
    margin: 0;
    padding: 11px 10px 12px;
}
#top .weekly .weekly_header button:first-child figure,
#top .weekly .weekly_header div figure {
    padding: 10px;
}
#top .weekly .weekly_header div {
    color: var(--main_color);
    display: flex;
    align-items: center;
}

#top .weekly .month_tab{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #bbb;
    font-weight: bold;
    padding: 10px 0;
    background: #eee;
    border-radius: 20px 20px 0 0;
}
#top .weekly .month_tab select{
    padding: 10px;
    width: 130px;
    border-radius: 10px;
    margin: 0;
}
#top .weekly .month_tab span:nth-child(2) {
    font-size: 26px;
    padding: 0 10px 14px;
}
#top .weekly .scroll_icon {
    font-size: 10px;
    color: #ccc;
    text-align: center;
    background: #f5f5f5;
    padding: 10px 0;
}
#top .weekly .weekly_days {
    position: relative;
    overflow: scroll;
    max-height: 425px;
}
#top .weekly .weekly_days::-webkit-scrollbar{
    width: 7px;
    }
    #top .weekly .weekly_days::-webkit-scrollbar-track{
    background: none;
    opacity: 0;
    }
    #top .weekly .weekly_days::-webkit-scrollbar-thumb{
    background: #ccc;
    opacity: 0.5;
    border-radius: 10px;
    box-shadow: inset 0 0 0 2px #fff;
    }


#top .weekly .weekly_days .weekly_days-cell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 58px;
    padding: 6px 5px;
    box-sizing: border-box;
    border-bottom: 1px solid #aaa;
    cursor: pointer;
}
#top .weekly .weekly_days .saturday {
    background: #d5e4ff;
}
#top .weekly .weekly_days .sunday {
    background: #f1e1e4;
}
#top .weekly .weekly_days .weekly_days-cell a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: none;
    padding: 0;
}
#top .weekly .weekly_days .weekly_days-cell .weekly_days-cell_inner{
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: none;
    padding: 0;
}
#top .weekly .weekly_days .weekly_days-cell .weekly_days-cell_inner div {
    display: flex;
    align-items: center;
    font-size: 13px;
}
#top .weekly .weekly_days .weekly_days-cell .weekly_days-cell_inner div:last-child {
    width: 75px;
}

#top .weekly .weekly_days .weekly_days-cell .weekly_days-cell_inner div:first-child{
    display: block;
    color: #666;
    font-weight: bold;
    padding: 5px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 2px 2px 0 0 rgba(0,0,0,0.2);
}
#top .weekly .weekly_days .saturday .weekly_days-cell_inner div:first-child span:first-child{
    background: #5f9de4;
    border: none;
    color: #fff;
}
#top .weekly .weekly_days .saturday .weekly_days-cell_inner div:first-child span:last-child{
    color: #005bc3;
}
#top .weekly .weekly_days .sunday .weekly_days-cell_inner div:first-child span:first-child{
    background: #d06f6f;
    border: none;
    color: #fff;
}
#top .weekly .weekly_days .sunday .weekly_days-cell_inner div:first-child span:last-child{
    color: #c30000;
}

#top .weekly .weekly_days .weekly_days-cell span:first-child {
    display: block;
    text-align: left;
    border:1px solid #bbb;
    border-radius: 5px;
    padding: 2px;
    text-align: center;
    margin-bottom: 3px;
}
#top .weekly .weekly_days .weekly_days-cell span:last-child {
    font-weight: normal;
    border:none;
}
#top .weekly .weekly_days .weekly_days-cell .wright {
    width: 100px;
    color: var(--main_color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 5px;
}
#top .weekly .weekly_days .weekly_days-cell button figure {
    padding-right: 10px;
}
#top .weekly .weekly_days .weekly_days-cell button:first-child {
    width: 100%;
}
#top .weekly .weekly_days .weekly_days-cell button:last-child {
    min-width: 115px;
    color: var(--main_color);
    margin-left: 20px;
    padding: 10px 5px;
    border-radius: 10px;
}

/*daily*/
#top .daily .daily_header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 10px;
}
#top .daily .daily_header .day_select {
    position: relative;
}
#top .daily .daily_header .day_select:before {
    position: absolute;
    top:-24px;
    left:0;
    content: "日付選択";
    font-size: 14px;
    line-height: 1em;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    background:#666;
    padding: 5px;
    border-radius: 3px 3px 0 0 ;
}
#top .daily .daily_header .day_select input{
    font-size: 18px;
    width: 200px;
    padding: 10px 15px;
    color: #666;
    margin: 0;
    border-radius: 0px 10px 10px 10px;
}
.daily_header button{
    display: flex;
    align-items: center;
    margin: 0 !important;
}

#top .daily .daily_days .daily_days-cell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding:5px;
    box-sizing: border-box;
    border-bottom: 1px solid #aaa;
}
#top .daily .daily_days .daily_days-cell:first-child {
    background: #eee;
}
#top .daily .daily_days .daily_days-cell span:first-child {
    display: block;
    text-align: left;
    margin-bottom: 5px;
}
#top .daily .daily_days .daily_days-cell .cell_inner {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: none;
    padding:0;
}
#top .daily .daily_days .daily_days-cell .cell_inner div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 13px;
    width: 65px;
    box-sizing: border-box;
}
#top .daily .daily_days .daily_days-cell .cell_inner div p{
    display: flex;
    align-items: center;
}
#top .daily .daily_days .daily_days-cell .cell_inner div span{
    display: block;
    width: 100%;
    text-align: left;
}
#top .daily .daily_days .daily_days-cell .cell_inner div span:last-child{
    font-weight: normal;
}
#top .daily .daily_days .daily_days-cell .cell_inner div figure {
    padding-right: 5px;
}
#top .daily .daily_days .daily_days-cell .cell_inner div:first-child{
    font-weight: bold;
    color: #666 ;
    text-align: center;
}
#top .daily .daily_days .daily_days-cell button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: none;
    padding:0;
}
#top .daily .daily_days .daily_days-cell button:last-child {
    color: var(--main_color);
    min-width: 100px;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    box-sizing: border-box;
    box-shadow: 2px 2px 0 0 rgba(0,0,0,0.2);
    border-radius: 10px;
}
#top .daily .daily_days .daily_days-cell .pink {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--main_color);
    font-size: 15px;
    min-width: 100px;
    padding: 10px;
    box-sizing: border-box;
}
#top .daily .daily_days .daily_days-analysis .headline {
    display: block;
    padding: 10px;
    box-sizing: border-box;
    color:var(--main_color);
    font-size:18px;
    font-weight: bold;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    margin-top: 2px;
    border-top: none;
    border-bottom: 3px solid #eccece;
}
#top .daily .daily_days .daily_days-analysis .daily_days-cell {
    border-bottom: 1px solid #eccece;
}
#top .daily .daily_days .daily_days-analysis dd dl {
    width: 50%;
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    box-sizing: border-box;
}
#top .daily .daily_days .daily_days-analysis dd dl:nth-child(2n) {
    margin-left: 5px;
    padding-left: 5px;
    border-left: 1px solid #ccc;
}
#top .daily .daily_days .daily_days-analysis dd dl dt {
    display: flex;
    align-items: center;
    color: var(--main_color);
    font-size: 12px;
    font-weight: bold;
}
#top .daily .daily_days .daily_days-analysis dd dl dd {
    color: var(--main_color);
    display: flex;
    align-items: center;
    font-size: 14px;
}
#top .daily .daily_days .daily_days-analysis dd dl dd figure {
    padding-right:5px;
}

#cheack_data_outer {
    z-index: 1000;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateY(-0) translateX(-50%);
    -webkit-transform: translateY(0) translateX(-50%);
    width: 100%;
    max-width: 370px;
}

#cheack_data {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateY(-0) translateX(-50%);
    -webkit-transform: translateY(0) translateX(-50%);
    z-index: 1000;

    width: 100%;
    max-width: 370px;
    margin: 0 auto;
    background: #fff;
    padding: 100px 20px;
    border-radius: 20px;
    box-sizing: border-box;

    display: flex;
    flex-wrap: wrap;
}

#cheack_data dl {
    font-family: 'Slabo';
    position: absolute;
    top: 40px;
    /*left: 0;
    transform: translateY(-0) translateX(-50%);
    -webkit-transform: translateY(0) translateX(-50%);*/
    font-size: 22px;
    font-weight: bold;
    color: #999;
}
#cheack_data dl dt{
    color: var(--main_color);
}
#cheack_data dl dd{
    font-size: 14px;
}

#cheack_data h2 span:before{
    content:"-";
}
#cheack_data .btn_close {
    right: 10px;
}
#cheack_data .btn_back {
    left: 10px;
}
#cheack_data .btn_back,
#cheack_data .btn_close {
    position: absolute;
    top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    padding: 0;
    font-size: 20px;
    line-height: 1em;
    border-radius: 50px;
    border: none;
    box-shadow: 2px 2px 0 0 rgba(0,0,0,0.2);
    padding: 0;

    font-size: 30px;
    color: #000;
    font-weight: bold;
}
#cheack_data figure {
    display: block;
    width: 100%;
    height: 300px;
}
#cheack_data .view_select {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#cheack_data .view_select div{
    display: flex;
}
#cheack_data .view_select .select_arrow {
    padding: 0 !important;
}
#cheack_data .view_select select:nth-child(2n) {
    position: relative;
    display: block;
    margin-left: 20px;
}
#cheack_data .view_select select {
    width: 110px;
    margin: 0;
}
#cheack_data .view_select span {
    display: block;
    font-size: 30px;
    color:#aaa;
    padding: 10px 15px 0px;
}
#cheack_data .view_select button {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #666;
    font-weight: bold;
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 0;
}
#cheack_data table {
    width: 100%;
    margin-top: 20px;
}
#cheack_data table th {
    padding-bottom: 10px;
}
#cheack_data table td {
    font-size: 14px;
    padding: 5px;
    box-sizing: border-box;
    margin-top: 20px;
}
#cheack_data table td:first-child {
    padding:0;
}
#cheack_data table td:first-child button {
    position: relative;
    padding: 5px 10px 5px 2px;
    box-sizing: border-box;
    border-radius: 5px;
    width: 80px;
    margin-bottom: 5px;
}
#cheack_data table td:first-child button::before {
    content: "▼";
    font-size: 10px;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -5px;
}
#cheack_data table td:first-child .is-glaf_tab_active {
    background: var(--main_color);
    color: #fff;
}
#cheack_data table td:first-child .is-glaf_tab_active:before {
    content: "▲" !important;
}

#cheack_data table input {
    width: auto;
    padding: 10px;
}

#cheack_data .hide_cell td{
    color: #666;
    font-size: 13px;
    text-align: right;
}
#cheack_data .select_tab {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateY(-0) translateX(-50%);
    -webkit-transform: translateY(0) translateX(-50%);
}

#rank_alert {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    background: #00000060;
    z-index: 99999;
}
#rank_alert div{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 80%;
    max-width: 300px;
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 20px;
}
#rank_alert div p{
    display: block;
    margin-bottom: 20px;
}
#rank_alert div p span{
    display: inline-block;
    padding: 5px 5px 8px;
    border-radius: 3px;
    background: var(--main_color);
    color: #fff;
    font-weight: bold;
    line-height: 1em;
}
#rank_alert div button{
    width: 80%;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    background: var(--main_color);
}

#entry_outer {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #33333366;
    width: 100vw;
    min-height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    transition: .5s;
    backdrop-filter: blur(2px);
}
.p_bg_active{
    background: #d6909066 !important;
}
#entry {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateY(-0) translateX(-50%);
    -webkit-transform: translateY(0) translateX(-50%);
    width: 100%;
    max-width: 370px;
    margin: 0 auto;
    z-index: 1000;
}
#entry .entry_position {
    top: 0;
    position: absolute;
    width: 100%;
}
#entry .entry_inner{
    position: relative;

    width: 100%;
    max-width: 370px;
    margin: 0 auto;
    background: #fff;
    padding: 100px 20px 20px 20px;
    border-radius: 20px;
    box-sizing: border-box;
}
#entry .entry_inner .title {
    font-family: 'Slabo';
    position: absolute;
    top: 30px;
    /*left: 0;
    transform: translateY(-0) translateX(-50%);
    -webkit-transform: translateY(0) translateX(-50%);*/
    font-size: 26px;
    font-weight: bold;
    color: #999;
}
#entry .entry_inner .title dt {
    color: var(--main_color);
}
#entry .entry_inner .title dd {
    font-size: 14px;
}

#entry .entry_inner .btn_close {
    font-weight: bold;
    font-size: 30px !important;
    right: 10px;
}
#entry .entry_inner .btn_back {
    left: 10px;
}
#entry .entry_inner .btn_back,
#entry .entry_inner .btn_close {
    position: absolute;
    top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 1em;
    border-radius: 50px;
    border: none;
    box-shadow: 2px 2px 0 0 rgba(0,0,0,0.2);
    padding: 0;
}
#entry .data_select{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
#entry .data_select select{
    border-radius: 10px;
    padding: 10px 5px 10px 10px;
    margin: 0;
}
#entry .data_select .select_arrow {
    width: 100%;
    padding: 0 !important;
}
#entry .data_select span{
    display: block;
    font-size: 30px;
    color:#aaa;
    padding: 15px;
}
#entry .input_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}
#entry .input_head button{
    font-size: 24px;
    color: #666;
    font-weight: bold;
    margin: 0;
    padding: 10px 20px 10px 25px;
    border-radius: 16px;
    text-align: center;

}
#entry .input .w80 {
    text-align: right;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
#entry .input .w80 p{
    display: block;
    font-size: 30px;
    text-align:left;
    font-weight: bold;
    color: #666;
    margin:0 0 10px 10px;
}
#entry .input .w80 input[type="text"] {
    width: 80%;
}
#entry .input .input_scroll {
    /*overflow-y: scroll;
    max-height: 300px;*/
    margin-bottom: 20px;
}

#entry .input .input_scroll dl {
    display: flex;
    justify-content: space-between;
}
#entry .input .input_scroll dl dt,
#entry .input .input_scroll dl dd {
    display: flex;
    align-items: center;
    width: 50%;
    font-size:16px;
    color:#999;
    line-height: 1em;
    font-weight:bold;

}
#entry .input_end_btn button{
    display: block;
    width: 80%;
    background: var(--main_color);
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin: 0 auto;
}
#entry .text_error {
    color: #fff;
    background: #f5cbcb;
}
#entry .form_alert {
    position: relative;
    display: block;
    color: #880000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    padding-left: 30px;
}
#entry .form_alert:before {
    content: "!";
    position: absolute;
    top: -4px;
    left: 6px;
    color: #fff;
    font-weight: bold;
    background: #880000;
    padding: 5px 10px;
    border-radius: 20px;
}

#entry .disabled {
    background: #ccc !important;
}

#historical_data {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateY(-0) translateX(-50%);
    -webkit-transform: translateY(0) translateX(-50%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    max-width: 370px;
    margin: 0 auto;
    background: #fff;
    padding: 100px 20px 20px 20px;
    border-radius: 20px;
    box-sizing: border-box;
    z-index: 1000;
}
#historical_data h2 {
    font-family: 'Slabo';
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateY(-0) translateX(-50%);
    -webkit-transform: translateY(0) translateX(-50%);
    text-align: center;
    font-weight: bold;
    color: #999;
}

#historical_data h2 span{
    display:block;
}
#historical_data .btn_close {
    right: 10px;
}
#historical_data .type_select {
    left: 10px;
    width: 100px !important;
    font-size: 14px !important;
    padding: 0 0 0 10px;
    border-radius: 10px !important;
}
#historical_data .type_select,
#historical_data .btn_close {
    position: absolute;
    top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 1em;
    border-radius: 50px;
    border: none;
    box-shadow: 2px 2px 0 0 rgba(0,0,0,0.2);
    padding: 0;

    font-size: 30px;
    color: #000;
    font-weight: bold;
}
#historical_data .scroll_table {
    overflow-x: scroll;
    margin-bottom:20px;
}
#historical_data .day td {
    text-align: center;
    padding: 0;
}
#historical_data .day td p{
    width: 75px;
    padding: 10px;
    font-weight:bold;
    box-sizing: border-box;
}
#historical_data table{
    width: auto;
    padding-bottom: 15px;
    padding-left: 100px;
    display: block;
  }
  #historical_data th,
  #historical_data td{
    width: 100px;
    font-size: 14px;
    text-align: right;
    vertical-align: middle;
    padding: 15px;
    box-sizing: border-box;
    border: none;
    border-right: 1px solid #eee;
  }
  #historical_data th{
    position: absolute;
    left: 20px;
    padding: 10px 0;
    color: #999;
    font-weight: normal;
    text-align: right;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
    #historical_data th:before{
      content: "";
      position: absolute;
      top: -1px;
      left: -1px;
      width: 100%;
      height: 100%;
    }
#historical_data .t_l {
    justify-content: start;
    font-size: 16px;
    font-weight: bold;
}
#historical_data .btn_outer {
    width: 100%;
}
#historical_data .btn_outer button {
    display: block;
    width: 80%;
    background: var(--main_color);
    color: #fff;
    font-weight: bold;
    margin: 0 auto;
}


/*information*/
#information {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    width: 100%;
    max-width: 370px;
    margin: 0 auto;
    min-height: 50vh;
    background: #fff;
    padding: 100px 20px 20px 20px;
    border-radius: 20px;
    box-sizing: border-box;
    z-index: 2000;
    display: flex;
    align-items: center;
}

#information h2 {
    font-family: 'Slabo';
    position: absolute;
    top: 40px;
    left: 20px;
    font-size: 26px;
    font-weight: bold;
    color: #999;
    /*transform: translateY(-0) translateX(-50%);
    -webkit-transform: translateY(0) translateX(-50%);*/
}
#information h2 span:before{
    content:"-";
}
#information .btn_close {
    right: 10px;
}
#information .btn_back {
    left: 10px;
}
#information .btn_back,
#information .btn_close {
    position: absolute;
    top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 1em;
    border-radius: 50px;
    border: none;
    box-shadow: 2px 2px 0 0 rgba(0,0,0,0.2);
    padding: 0;

    font-size: 30px;
    color:#000;
    font-weight: bold;
}

#information .scroll_table {
    overflow-x: scroll
}

#information table{
    width: auto;
    padding-left: 100px;
    display: block;
  }
  #information th,
  #information td{
    width: 100px;
    min-width:100px;
    font-size: 14px;
    text-align: right;
    vertical-align: middle;
    padding: 15px;
    box-sizing: border-box;
    border: none;
  }
  #information th{
    position: absolute;
    left: 20px;
    color: #999;
    font-weight: normal;
    text-align: right;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
    #information th:before{
      content: "";
      position: absolute;
      top: -1px;
      left: -1px;
      width: 100%;
      height: 100%;
    }
#information .current_month {
    color: var(--main_color);
}
#information .t_l {
    justify-content: start;
    font-size: 16px;
    font-weight: bold;
}
.i_bg {
    z-index: 1999 !important;
}

/**/
#send_mail {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 370px;
    margin: 0 auto;
    min-height: 80vh;
    background: #fff;
    padding: 100px 20px 20px 20px;
    border-radius: 20px;
    box-sizing: border-box;
}

#send_mail h2 {
    font-family: 'Slabo';
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateY(-0) translateX(-50%);
    -webkit-transform: translateY(0) translateX(-50%);
    font-size: 26px;
    font-weight: bold;
    color: #999;
}
#send_mail h2 span:before{
    content:"-";
}
#send_mail .btn_close {
    right: 10px;
}
#send_mail .btn_back {
    left: 10px;
}
#send_mail .btn_back,
#send_mail .btn_close {
    position: absolute;
    top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 1em;
    border-radius: 50px;
    border: none;
    box-shadow: 2px 2px 0 0 rgba(0,0,0,0.2);
    padding: 0;
}
#send_mail p {
    text-align: center;
    line-height: 1.3;
}